Home
last modified time | relevance | path

Searched refs:passthru (Results 1 – 25 of 2392) sorted by last modified time

12345678910>>...96

/dports/www/mod_php74/php-7.4.27/
H A Dphp.ini-production1127 ; passthru.
1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-development1127 ; passthru.
1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
/dports/www/mod_php80/php-8.0.15/
H A Dphp.ini-development1134 ; passthru.
1138 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1136 ; passthru.
1140 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/mime/
H A DFileBinaryMimeTypeGuesser.php55 passthru('command -v file', $exitStatus);
77passthru(sprintf($this->cmd, escapeshellarg((0 === strpos($path, '-') ? './' : '').$path)), $retur…
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/mime/
H A DFileBinaryMimeTypeGuesser.php55 passthru('command -v file', $exitStatus);
77passthru(sprintf($this->cmd, escapeshellarg((0 === strpos($path, '-') ? './' : '').$path)), $retur…
/dports/www/mod_php81/php-8.1.1/
H A Dphp.ini-production1131 ; passthru.
1135 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-development1129 ; passthru.
1133 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
/dports/www/mod_php73/php-7.3.33/
H A Dphp.ini-production1121 ; passthru.
1125 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-development1119 ; passthru.
1123 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
/dports/www/repos-style/repos-web/open/log/
H A Dindex.php63 passthru($cmd);
/dports/www/squid/squid-4.15/
H A DChangeLog2700 - Connection Pinning ported from 2.6 for NTLM passthru authentication
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/
H A DMakefile.in285 am_passthru_la_OBJECTS = passthru/passthru.lo
429 passthru/$(DEPDIR)/passthru.Plo \
978 passthru_la_SOURCES = passthru/passthru.cc
1249 passthru/$(am__dirstamp):
1250 @$(MKDIR_P) passthru
1255 passthru/passthru.lo: passthru/$(am__dirstamp) \
1555 -rm -f passthru/*.$(OBJEXT)
1556 -rm -f passthru/*.lo
1725 -rm -rf passthru/.libs passthru/_libs
1979 -rm -f passthru/$(DEPDIR)/passthru.Plo
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/mime/
H A DFileBinaryMimeTypeGuesser.php55 passthru('command -v file', $exitStatus);
77passthru(sprintf($this->cmd, escapeshellarg((str_starts_with($path, '-') ? './' : '').$path)), $re…
/dports/www/e107/e107/e107_handlers/
H A Dresize_handler.php151passthru ($pref['im_path']."convert -quality ".$im_quality." -antialias -geometry ".$new_size."x".…
/dports/www/e107/e107/e107_handlers/vendor/phpmailer/phpmailer/
H A DREADME.md172 …hments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) …
H A DSECURITY.md11 …hments. Also note that `addAttachment` (just like `file_get_contents`, `passthru`, `unlink`, etc) …
/dports/www/twiki/twiki/lib/
H A DTWiki.pm938 my( $this, $url, $passthru, $action_redirectto, $viaCache ) = @_;
957 if ( $passthru && defined $query->request_method() ) {
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/scenario_guides/vmware_scenarios/
H A Dvmware_inventory_vm_attributes.rst162 … For example, passthru raw disk mappings or disks backed by any Ver1BackingInfo cannot be tracked.
174 For example, passthru raw disk mappings can not be replicated.
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Dscenario_guides.po6084 …ght not be available for all disks of the virtual machine. For example, passthru raw disk mappings…
6100 …s supported, it might not be available for all disk types. For example, passthru raw disk mappings…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/scenario_guides/vmware_scenarios/
H A Dvmware_inventory_vm_attributes.rst161 … For example, passthru raw disk mappings or disks backed by any Ver1BackingInfo cannot be tracked.
173 For example, passthru raw disk mappings can not be replicated.
/dports/sysutils/pam_mount/pam_mount-2.12/src/
H A Dmtcrypt.c76 hxmc_t *passthru; in mtcr_parse_suboptions() local
83 if ((passthru = HXmc_meminit(NULL, strlen(copt))) == NULL) in mtcr_parse_suboptions()
130 HXmc_strcat(&passthru, ","); in mtcr_parse_suboptions()
132 HXmc_strcat(&passthru, key); in mtcr_parse_suboptions()
134 HXmc_strcat(&passthru, "="); in mtcr_parse_suboptions()
135 HXmc_strcat(&passthru, value); in mtcr_parse_suboptions()
148 if (*passthru != '\0') { in mtcr_parse_suboptions()
150 mo->extra_opts = passthru; in mtcr_parse_suboptions()
153 HXmc_strcat(&mo->extra_opts, passthru); in mtcr_parse_suboptions()
154 HXmc_free(passthru); in mtcr_parse_suboptions()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpotcheck.pl70 my @passthru=();
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/
H A DChangeLog5675 non-passthru areas
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fidoconf/doc/
H A Dfidoconfig.texi2004 * CreateFwdNonPass:: autocreate non-passthru echoes in fwd.req. operations
2051 Autocreate non-passthru echoes in forward request operations.

12345678910>>...96