Home
last modified time | relevance | path

Searched refs:ENV (Results 1 – 22 of 22) sorted by relevance

/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample03.cgi36 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
38 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
40 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
62 if($ENV{'REQUEST_METHOD'} eq "POST") {
63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
65 $buffer = $ENV{'QUERY_STRING'};
158 if($ENV{'PATH_INFO'}) {
159 $dir = $ENV{'PATH_INFO'};
160 } elsif($ENV{'FILEPATH_INFO'}) {
161 $dir = $ENV{'FILEPATH_INFO'};
H A Dsample04.cgi36 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
38 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
40 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
62 if($ENV{'REQUEST_METHOD'} eq "POST") {
63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
65 $buffer = $ENV{'QUERY_STRING'};
165 if($ENV{'PATH_INFO'}) {
166 $dir = $ENV{'PATH_INFO'};
167 } elsif($ENV{'FILEPATH_INFO'}) {
168 $dir = $ENV{'FILEPATH_INFO'};
H A Dsample02.cgi36 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
38 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
40 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
62 if($ENV{'REQUEST_METHOD'} eq "POST") {
63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
65 $buffer = $ENV{'QUERY_STRING'};
173 if($ENV{'PATH_INFO'}) {
174 $dir = $ENV{'PATH_INFO'};
175 } elsif($ENV{'FILEPATH_INFO'}) {
176 $dir = $ENV{'FILEPATH_INFO'};
H A Dsample01.cgi36 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
38 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
40 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
108 if($ENV{'PATH_INFO'}) {
109 $dir = $ENV{'PATH_INFO'};
110 } elsif($ENV{'FILEPATH_INFO'}) {
111 $dir = $ENV{'FILEPATH_INFO'};
H A Dsampleposteddata.cgi36 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
38 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
40 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
54 if($ENV{'REQUEST_METHOD'} eq "POST") {
55 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
57 $buffer = $ENV{'QUERY_STRING'};
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl135 if($ENV{'CONTENT_LENGTH'} > 10000000 || $ENV{'CONTENT_LENGTH'} > $MAX_CONTENT_SIZE * 1024) {
141 int($ENV{'CONTENT_LENGTH'} / 1024),
142 $ENV{'CONTENT_LENGTH'} - $MAX_CONTENT_SIZE * 1024
148 if($ENV{'CONTENT_TYPE'} =~ /multipart\/form-data/) {
150 return unless($ENV{'CONTENT_LENGTH'});
221 } elsif($ENV{'CONTENT_LENGTH'}) {
222 read(STDIN,$Buffer,$ENV{'CONTENT_LENGTH'});
224 foreach(split(/&/,$Buffer),split(/&/,$ENV{'QUERY_STRING'})) {
269 if($UnknownType || $ENV{'HTTP_USER_AGENT'} =~ /Macintosh|Mac_/) {
H A Dupload.cgi40 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
42 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
44 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
H A Dconnector.cgi40 if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; }
42 if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; }
44 if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; }
H A Dio.pl119 if($ENV{'DOCUMENT_ROOT'}) {
120 $dir = $ENV{'DOCUMENT_ROOT'};
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-env.phpt2 PHPT runner should support ENV section
3 --ENV--
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb18 xymon = ENV['XYMON']
19 xymonsrv = ENV['XYMSRV']
20 xymonhome = ENV['XYMONHOME']
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D18.18.js1 …s+)/,["keyword",""]],[/(ENV)(\s+)([\w]+)/,["keyword","",{token:"variable",next:"@arguments"}]],[/(…
H A D18.18.js.map1 …[/(ENV)(\\s+)([\\w]+)/, ['keyword', '', { token: 'variable', next: '@arguments' }]],\n …
H A D39.39.js.map1ENV'],\n // Perl variables\n builtinVariables: [\n '$!',\n '$^RE_TRIE_MAXBUF',…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf4 RANDFILE = $ENV::HOME/.rnd
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl103 $sAgent = $ENV{'HTTP_USER_AGENT'};
/plugin/mantis/lib/
H A Dclass.nusoap_base.php164 'SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/',
713 '<SOAP-ENV:Envelope'.$ns_string.">".
H A Dclass.wsdl.php1285 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
H A Dnusoap.php164 'SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/',
713 '<SOAP-ENV:Envelope'.$ns_string.">".
5797 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1ENV","%ENV","$SYSTEM_FD_MAX","$^F","@F","${^GLOBAL_PHASE}","$^H","%^H","@INC","%INC","$INPLACE_EDI…
/plugin/googlesearch/
H A Dnusoap.php143 'SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/',
646 '<SOAP-ENV:Envelope'.$ns_string.">".
5179 $encodingStyle = ' SOAP-ENV:encodingStyle="' . $encodingStyle . '"';
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1251 - Be able to configure ES host/port via ENV var in test env [#652](https://github.com/ruflin/Elastica/issues/652/)