view release on metacpan or search on metacpan
magic_setarylen|||
magic_setbm|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_setfm|||
magic_setglob|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_socketpair||5.007003|n
my_stat|||
my_strftime||5.007002|
my_swabn|||n
my_swap|||
set_csh|||
set_numeric_local||5.006000|
set_numeric_radix||5.006000|
set_numeric_standard||5.006000|
setdefout|||
setenv_getix|||
share_hek_flags|||
share_hek|||
si_dup|||
sighandler|||n
simplify_sort|||
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setarylen|||
magic_setbm|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_setfm|||
magic_setglob|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_socketpair||5.007003|n
my_stat|||
my_strftime||5.007002|
my_swabn|||n
my_swap|||
set_csh|||
set_numeric_local||5.006000|
set_numeric_radix||5.006000|
set_numeric_standard||5.006000|
setdefout|||
setenv_getix|||
share_hek_flags|||
share_hek|||
si_dup|||
sighandler|||n
simplify_sort|||
view all matches for this distribution
view release on metacpan or search on metacpan
xs/ppport.h view on Meta::CPAN
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
xs/ppport.h view on Meta::CPAN
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
my_stat||5.014000|
view all matches for this distribution
view release on metacpan or search on metacpan
magic_set_all_env|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
my_memcmp|||n
my_memset||5.004000|n
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
my_stat||5.019003|
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Term/GnuScreen.pm view on Meta::CPAN
ignorecase info ins_reg lastmsg license lockscreen log logfile login
logtstamp mapdefault mapnotnext maptimeout markkeys maxwin monitor
msgminwait msgwait multiuser nethack next nonblock number obuflimit only
other partial password paste pastefont pow_break pow_detach pow_detach_msg
prev printcmd process quit readbuf readreg redisplay register remove
removebuf reset resize screen scrollback select sessionname setenv setsid
shell shelltitle silence silencewait sleep slowpaste source sorendition
split startup_message stuff su suspend term termcap terminfo termcapinfo
time title unsetenv utf8 vbell vbell_msg vbellwait version wall
width windowlist windows wrap writebuf writelock xoff xon zmodem zombie ) );
for my $name (@commands) {
*{__PACKAGE__ . "::$name"} = sub { shift->send_command($name,@_) }
}
view all matches for this distribution
view release on metacpan or search on metacpan
GnuplotTerminals.pod view on Meta::CPAN
is optional. It is recommended to select the target by environment variables
as explained in the libggi manual page. To get DGA on X, you should for
example
bash> export GGI_DISPLAY=DGA
csh> setenv GGI_DISPLAY DGA
'acceleration' is only used for targets which report relative pointer
motion events (e.g. DGA) and is a strictly positive integer multiplication
factor for the relative distances. The default for acceleration is 7.
view all matches for this distribution
view release on metacpan or search on metacpan
if ($^O eq 'MSWin32') {
$Attribs{terminal_name} = $ENV{TERM};
}
# some version of Perl cause segmentation fault, if XS module
# calls setenv() before the 1st assignment to $ENV{}.
$ENV{_TRL_DUMMY} = '';
# UTF-8 condition conpatible with Term:ReadLine
$Attribs{utf8_mode} ||= ${^UNICODE} & 1 || defined ${^ENCODING};
#printf "\${^UNICODE}: 0x%X, ", ${^UNICODE};
view all matches for this distribution
view release on metacpan or search on metacpan
1.00: Ignore $/, $\, $,.
Handle $include in RC file (by Roland Walker and Alexander Kourakos).
Support "unsupported ioctl()".
$rl_vi_replace_default_on_insert (by Russ Southern).
Now we closely match the new syntax of .inputrc (by David Wollmann).
Allow setenv PERL_RL_USE_TRK=0 to disable usage of Term::ReadKey.
With $inDOS vicmd_map had conflicting definitions for #27.
Removed spurious warnings from failing ioctl and stty.
1.01: Allow unset TERM.
Wrong display and warnings if UP/DOWN reach a short line from a
scrolled line
view all matches for this distribution
view release on metacpan or search on metacpan
- $rl_vi_replace_default_on_insert (by Russ Southern).
- Now we closely match the new syntax of .inputrc (by David Wollmann).
- Allow setenv PERL_RL_USE_TRK=0 to disable usage of Term::ReadKey.
- With $inDOS vicmd_map had conflicting definitions for #27.
- Removed spurious warnings from failing ioctl and stty.
view all matches for this distribution
view release on metacpan or search on metacpan
1.00: Ignore $/, $\, $,.
Handle $include in RC file (by Roland Walker and Alexander Kourakos).
Support "unsupported ioctl()".
$rl_vi_replace_default_on_insert (by Russ Southern).
Now we closely match the new syntax of .inputrc (by David Wollmann).
Allow setenv PERL_RL_USE_TRK=0 to disable usage of Term::ReadKey.
With $inDOS vicmd_map had conflicting definitions for #27.
Removed spurious warnings from failing ioctl and stty.
1.01: Allow unset TERM.
Wrong display and warnings if UP/DOWN reach a short line from a
scrolled line
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdebugvar|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setlvref|||
magic_setmglob|||
magic_setnkeys|||
my_memcmp|||n
my_memset|||n
my_pclose||5.003070|
my_popen_list||5.007001|
my_popen||5.003070|
my_setenv|||
my_setlocale|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
view all matches for this distribution
view release on metacpan or search on metacpan
ReadKey.pm.PL view on Meta::CPAN
}
my ($resize) = scalar(`$prog 2>/dev/null`);
if (defined $resize
and ( $resize =~ /COLUMNS\s*=\s*(\d+)/
or $resize =~ /setenv\s+COLUMNS\s+'?(\d+)/ )
)
{
$results[0] = $1;
if ( $resize =~ /LINES\s*=\s*(\d+)/
or $resize =~ /setenv\s+LINES\s+'?(\d+)/ )
{
$results[1] = $1;
@results[ 2, 3 ] = ( 0, 0 );
}
else
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test/Apache/RewriteRules.pm view on Meta::CPAN
EOS
}
my @required_modules = qw(
log_config
setenvif
alias
rewrite
authn_file
authz_host
auth_basic
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test/AutomationFramework.pm view on Meta::CPAN
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test/CGI/External.pm view on Meta::CPAN
$self->{tb}->skip_all ($test);
}
# Set an environment variable, with warning about collisions.
sub setenv_private
{
my ($self, $name, $value) = @_;
if (! $self->{set_env}) {
$self->{set_env} = [$name];
}
lib/Test/CGI/External.pm view on Meta::CPAN
# Hassle up the CGI inputs, including environment variables, from
# the options the user has given.
# mwforum requires GATEWAY_INTERFACE to be set to CGI/1.1
# setenv_private ($o, 'GATEWAY_INTERFACE', 'CGI/1.1');
my $query_string = $options->{QUERY_STRING};
if (defined $query_string) {
$self->note ("I am setting the query string to '$query_string'.");
setenv_private ($self, 'QUERY_STRING', $query_string);
}
else {
$self->note ("There is no query string.");
setenv_private ($self, 'QUERY_STRING', "");
}
my $request_method;
if ($options->{no_check_request_method}) {
$request_method = $options->{REQUEST_METHOD};
}
else {
$request_method = $self->check_request_method ($options->{REQUEST_METHOD});
}
$self->note ("The request method is '$request_method'.");
setenv_private ($self, 'REQUEST_METHOD', $request_method);
my $content_type = $options->{CONTENT_TYPE};
if ($content_type) {
$self->note ("The content type is '$content_type'.");
setenv_private ($self, 'CONTENT_TYPE', $content_type);
}
if ($options->{HTTP_COOKIE}) {
setenv_private ($self, 'HTTP_COOKIE', $options->{HTTP_COOKIE});
}
my $remote_addr = $self->{run_options}->{REMOTE_ADDR};
if ($remote_addr) {
$self->note ("I am setting the remote address to '$remote_addr'.");
setenv_private ($self, 'REMOTE_ADDR', $remote_addr);
}
if (defined $options->{input}) {
$self->{input} = $options->{input};
if (utf8::is_utf8 ($self->{input})) {
$self->{input} = $self->encode_utf8_safe ();
}
if ($self->{bad_content_length}) {
setenv_private ($self, 'CONTENT_LENGTH', '0');
}
else {
my $content_length = length ($self->{input});
setenv_private ($self, 'CONTENT_LENGTH', $content_length);
$self->note ("I am setting the CGI program's standard input to a string of length $content_length taken from the input options.");
$options->{content_length} = $content_length;
}
}
if ($comp_test) {
if ($verbose) {
$self->{tb}->note ("I am requesting gzip encoding from the CGI executable.\n");
}
setenv_private ($self, 'HTTP_ACCEPT_ENCODING', 'gzip, fake');
}
# Actually run the executable under the current circumstances.
my @cmd = ($cgi_executable);
view all matches for this distribution
view release on metacpan or search on metacpan
t/sandbox/fail/ppport.h view on Meta::CPAN
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
t/sandbox/fail/ppport.h view on Meta::CPAN
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat|||
my_strftime||5.007002|
view all matches for this distribution
view release on metacpan or search on metacpan
t/gccmsg.log view on Meta::CPAN
### You have a good chance to get more information by running
### ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### DYLD_LIBRARY_PATH, to point to the build directory:
### setenv DYLD_LIBRARY_PATH `pwd`:$DYLD_LIBRARY_PATH; cd t; ./perl harness
### DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH; export DYLD_LIBRARY_PATH; cd t; ./perl harness
### export DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=8.04 s=4.58 cu=566.51 cs=148.52 scripts=930 tests=106659
view all matches for this distribution
view release on metacpan or search on metacpan
src/perl/ppport.h view on Meta::CPAN
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
src/perl/ppport.h view on Meta::CPAN
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat|||
my_strftime||5.007002|
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat|||
my_strftime||5.007002|
view all matches for this distribution
view release on metacpan or search on metacpan
src/ppport.h view on Meta::CPAN
magic_setarylen|||
magic_setbm|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_setfm|||
magic_setglob|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
src/ppport.h view on Meta::CPAN
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_socketpair||5.007003|n
my_stat|||
my_strftime||5.007002|
my_swabn|||n
my_swap|||
src/ppport.h view on Meta::CPAN
set_csh|||
set_numeric_local||5.006000|
set_numeric_radix||5.006000|
set_numeric_standard||5.006000|
setdefout|||
setenv_getix|||
share_hek_flags|||
share_hek|||
si_dup|||
sighandler|||n
simplify_sort|||
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/CSV.pm view on Meta::CPAN
when it decides a backend module to use. If this environmental variable
is not set, it tries to load Text::CSV_XS, and if Text::CSV_XS is not
available, falls back on Text::CSV_PP;
If you always don't want it to fall back on Text::CSV_PP, set the variable
like this (C<export> may be C<setenv>, C<set> and the likes, depending
on your environment):
> export PERL_TEXT_CSV=Text::CSV_XS
If you prefer Text::CSV_XS to Text::CSV_PP (default), then:
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setarylen|5.003007||Viu
magic_setcollxfrm|5.004000||Viu
magic_setdbline|5.003007||Viu
magic_setdebugvar|5.021005||Viu
magic_setdefelem|5.004000||Viu
magic_setenv|5.003007||Viu
magic_sethint|5.009004||Vi
magic_sethint_feature|5.031007||Viu
magic_setisa|5.003007||Viu
magic_setlvref|5.021005||Viu
magic_setmglob|5.003007||Viu
my_mkstemp|||niu
my_nl_langinfo|5.027006||Vniu
my_pclose|5.003007|5.003007|u
my_popen|5.003007|5.003007|u
my_popen_list|5.007001|5.007001|u
my_setenv|5.003007|5.003007|
my_snprintf|5.009004||pvVn
my_socketpair|5.007003|5.007003|nu
my_sprintf|5.009003|5.003007|pdn
my_stat|5.013003||Viu
my_stat_flags|5.013003||cViu
view all matches for this distribution
view release on metacpan or search on metacpan
cs/aclocal.m4 view on Meta::CPAN
dnl If you want to force a specific compiler:
dnl
dnl - at the configure.in level, set JAVAC=yourcompiler before calling
dnl AC_JNI_INCLUDE_DIR
dnl
dnl - at the configure level, setenv JAVAC
dnl
dnl Note: This macro can work with the autoconf M4 macros for Java programs.
dnl This particular macro is not part of the original set of macros.
dnl
dnl @author Don Anderson <dda@sleepycat.com>
view all matches for this distribution
view release on metacpan or search on metacpan
src/ppport.h view on Meta::CPAN
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdebugvar|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setlvref|||
magic_setmglob|||
magic_setnkeys|||
src/ppport.h view on Meta::CPAN
my_mkstemp|||n
my_nl_langinfo|||n
my_pclose||5.003070|
my_popen_list||5.007001|
my_popen||5.003070|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
my_stat||5.024000|
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setarylen|||
magic_setbm|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_setfm|||
magic_setglob|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_socketpair||5.007003|n
my_stat|||
my_strftime||5.007002|
my_swabn|||n
my_swap|||
set_csh|||
set_numeric_local||5.006000|
set_numeric_radix||5.006000|
set_numeric_standard||5.006000|
setdefout|||
setenv_getix|||
share_hek_flags|||
share_hek|||
si_dup|||
sighandler|||n
simplify_sort|||
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
my_stat||5.014000|
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat|||
my_strftime||5.007002|
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
my_stat||5.014000|
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdebugvar|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setlvref|||
magic_setmglob|||
magic_setnkeys|||
my_memcmp|||n
my_memset|||n
my_pclose||5.003070|
my_popen_list||5.007001|
my_popen||5.003070|
my_setenv|||
my_setlocale|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat_flags|||
view all matches for this distribution
view release on metacpan or search on metacpan
magic_setamagic|||
magic_setarylen|||
magic_setcollxfrm|||
magic_setdbline|||
magic_setdefelem|||
magic_setenv|||
magic_sethint|||
magic_setisa|||
magic_setmglob|||
magic_setnkeys|||
magic_setpack|||
my_memset|||n
my_ntohl|||
my_pclose||5.004000|
my_popen_list||5.007001|
my_popen||5.004000|
my_setenv|||
my_snprintf|5.009004||pvn
my_socketpair||5.007003|n
my_sprintf|5.009003||pvn
my_stat|||
my_strftime||5.007002|
view all matches for this distribution