view release on metacpan or search on metacpan
script/_genpw-id view on Meta::CPAN
#
#Aside from the abovementioned wildcard patterns, bash does other types of
#expansions/substitutions too, but these are not considered wildcard. These
#include tilde expansion (e.g. C<~> becomes C</home/alice>), parameter and
#variable expansion (e.g. C<$0> and C<$HOME>), arithmetic expression (e.g.
#C<$[1+2]>), or history (C<!>).
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
script/_genpw-ind view on Meta::CPAN
#
#Aside from the abovementioned wildcard patterns, bash does other types of
#expansions/substitutions too, but these are not considered wildcard. These
#include tilde expansion (e.g. C<~> becomes C</home/alice>), parameter and
#variable expansion (e.g. C<$0> and C<$HOME>), arithmetic expression (e.g.
#C<$[1+2]>), or history (C<!>).
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
#
#Aside from the abovementioned wildcard patterns, bash does other types of
#expansions/substitutions too, but these are not considered wildcard. These
#include tilde expansion (e.g. C<~> becomes C</home/alice>), parameter and
#variable expansion (e.g. C<$0> and C<$HOME>), arithmetic expression (e.g.
#C<$[1+2]>), or history (C<!>).
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
script/_metasyn view on Meta::CPAN
#
#Aside from the abovementioned wildcard patterns, bash does other types of
#expansions/substitutions too, but these are not considered wildcard. These
#include tilde expansion (e.g. C<~> becomes C</home/alice>), parameter and
#variable expansion (e.g. C<$0> and C<$HOME>), arithmetic expression (e.g.
#C<$[1+2]>), or history (C<!>).
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
script/_perl_oo_modulino view on Meta::CPAN
words_json=$($_perl_oo_modulino_inspector cli_array "$words[@]")
$_perl_oo_modulino_inspector \
-0 joined \
$method \
CURSOR $CURSOR \
CURRENT $[CURRENT - 1] \
NUMERIC "$NUMERIC" \
pmfile $~pmfile \
words $words_json \
BUFFER ${(q-)BUFFER} \
"$@" || return $?
script/_perl_oo_modulino view on Meta::CPAN
function _perl_oo_modulino_set_method_pos {
local varName=$1; shift
local argList; argList=("${(@)argv[2,-1]}")
local pos=$argList[(ri)[[:alpha:]][[:IDENT:]]#]
typeset -g "$varName=$[pos+1]"
}
function _perl_oo_modulino_debug_do {
if (($+debug)) && ((debug)); then setopt local_options; set -x; fi
"$@"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/perlfind/Plugin/Perlvar.pm view on Meta::CPAN
'${^UTF8LOCALE}' => '${^UTF8LOCALE}',
'@INC' => '@INC',
'${^PREMATCH}' => '${^PREMATCH}',
'$FORMAT_FORMFEED' => '$FORMAT_FORMFEED',
'$PERL_VERSION' => '$PERL_VERSION',
'$[' => '$[',
'$CHILD_ERROR' => '$CHILD_ERROR',
'%-' => '%-',
'$$' => '$$',
'$FORMAT_TOP_NAME' => '$FORMAT_TOP_NAME',
'$^V' => '$^V',
view all matches for this distribution
view release on metacpan or search on metacpan
script/_ppgrep view on Meta::CPAN
#asterisk C<*>).
#
#Aside from wildcard, bash does other types of expansions/substitutions too, but
#these are not considered wildcard. These include tilde expansion (e.g. C<~>
#becomes C</home/alice>), parameter and variable expansion (e.g. C<$0> and
#C<$HOME>), arithmetic expression (e.g. C<$[1+2]>), history (C<!>), and so on.
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
script/_reposdb-inline view on Meta::CPAN
#
#Aside from the abovementioned wildcard patterns, bash does other types of
#expansions/substitutions too, but these are not considered wildcard. These
#include tilde expansion (e.g. C<~> becomes C</home/alice>), parameter and
#variable expansion (e.g. C<$0> and C<$HOME>), arithmetic expression (e.g.
#C<$[1+2]>), or history (C<!>).
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
s/^.*Warn( *"\([^"]*\)".*$/\1/
t process
b
:process
s/$!/%s/g
s/$[_[:alnum:]]\{1,\}/%s/g
s/\\\\/\\/g
s/^/=item /
p
on the program's own text, and piping the output into C<sort -u>.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/sh2p/Compound.pm view on Meta::CPAN
if ($subtok =~ /^[_A-Za-z]/) {
# Must be a variable!
$subtok = "\$$subtok";
}
elsif ($subtok =~ /\$[A-Z0-9\?#\{\}\[\]]+/i) {
my $special = get_special_var($subtok,0);
$subtok = $special if (defined $special);
}
$out .= "$subtok "
lib/App/sh2p/Compound.pm view on Meta::CPAN
}
}
# Often a variable to be converted to a list
# Note: excludes @ and * which indicate an array
if ($for_tokens[0] =~ /\$[A-Z0-9#\{\}\[\]]+/i) {
my $IFS = App::sh2p::Utils::get_special_var('IFS',0);
$IFS =~ s/^"(.*)"/$1/;
out "split /$IFS/,$for_tokens[0]";
shift @for_tokens;
}
view all matches for this distribution
view release on metacpan or search on metacpan
script/short view on Meta::CPAN
# tab completion
_cds ()
{
local cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=( `COMP_LINE="short get $cur" COMP_POINT=$[10+${#cur}] short` )
}
# activate tab completion
complete -F _cds cds
view all matches for this distribution
view release on metacpan or search on metacpan
script/_wordlist view on Meta::CPAN
#
#Aside from the abovementioned wildcard patterns, bash does other types of
#expansions/substitutions too, but these are not considered wildcard. These
#include tilde expansion (e.g. C<~> becomes C</home/alice>), parameter and
#variable expansion (e.g. C<$0> and C<$HOME>), arithmetic expression (e.g.
#C<$[1+2]>), or history (C<!>).
#
#Although this module has 'Bash' in its name, this set of wildcards should be
#applicable to other Unix shells. Haven't checked completely though.
#
#For more specific needs, e.g. you want to check if a string just contains joker
view all matches for this distribution
view release on metacpan or search on metacpan
my $name = $l->{begin_block}->{name};
print "\\vskip 0.5em \\noindent ";
if ($name =~ m/^\+\[?([^]]*)/) {
my $sec = find_section($1);
my $caption = $sec->{heading};
print '$[\\![$\\textbf{', latex_escape($caption), '}$]\\!] +\\!\\!\\equiv$';
} elsif ($name =~ m/^>(.*)/) {
print '$\\langle$\\textbf{',latex_escape($1), '}$\\rangle\\equiv$';
} else {
print "\\{\\textbf{",latex_escape($name),'}\\}$\\equiv$';
}
}
if ($t =~ m/^(\s*)\[\[(.*)]]\s*$/) {
my $spaces = $1;
my @names = split /;/, $2;
print $spaces, "/*", '!$[\\![$';
my $n = 0;
foreach (@names) {
$n++;
my ($name, $params) = split /:/,trim($_);
my $section = find_section($name);
view all matches for this distribution