Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php18 if (!function_exists('mb_convert_encoding')) {
21 if (!function_exists('mb_decode_mimeheader')) {
24 if (!function_exists('mb_encode_mimeheader')) {
27 if (!function_exists('mb_decode_numericentity')) {
30 if (!function_exists('mb_encode_numericentity')) {
33 if (!function_exists('mb_convert_case')) {
36 if (!function_exists('mb_internal_encoding')) {
39 if (!function_exists('mb_language')) {
42 if (!function_exists('mb_list_encodings')) {
45 if (!function_exists('mb_encoding_aliase
[all...]
H A Dbootstrap80.php14 if (!function_exists('mb_convert_encoding')) {
17 if (!function_exists('mb_decode_mimeheader')) {
20 if (!function_exists('mb_encode_mimeheader')) {
23 if (!function_exists('mb_decode_numericentity')) {
26 if (!function_exists('mb_encode_numericentity')) {
29 if (!function_exists('mb_convert_case')) {
32 if (!function_exists('mb_internal_encoding')) {
35 if (!function_exists('mb_language')) {
38 if (!function_exists('mb_list_encodings')) {
41 if (!function_exists('mb_encoding_aliase
[all...]
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php10 if(!function_exists('ctype_alnum')) {
16 if(!function_exists('ctype_alpha')) {
22 if(!function_exists('ctype_cntrl')) {
28 if(!function_exists('ctype_digit')) {
34 if(!function_exists('ctype_graph')) {
40 if(!function_exists('ctype_lower')) {
46 if(!function_exists('ctype_print')) {
52 if(!function_exists('ctype_punct')) {
58 if(!function_exists('ctype_space')) {
64 if(!function_exists('ctype_uppe
[all...]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php14 if (!function_exists('ctype_alnum')) {
17 if (!function_exists('ctype_alpha')) {
20 if (!function_exists('ctype_cntrl')) {
23 if (!function_exists('ctype_digit')) {
26 if (!function_exists('ctype_graph')) {
29 if (!function_exists('ctype_lower')) {
32 if (!function_exists('ctype_print')) {
35 if (!function_exists('ctype_punct')) {
38 if (!function_exists('ctype_space')) {
41 if (!function_exists('ctype_upper')) {
[all …]
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php18 if (!function_exists('ctype_alnum')) {
21 if (!function_exists('ctype_alpha')) {
24 if (!function_exists('ctype_cntrl')) {
27 if (!function_exists('ctype_digit')) {
30 if (!function_exists('ctype_graph')) {
33 if (!function_exists('ctype_lower')) {
36 if (!function_exists('ctype_print')) {
39 if (!function_exists('ctype_punct')) {
42 if (!function_exists('ctype_space')) {
45 if (!function_exists('ctype_uppe
[all...]
H A Dbootstrap80.php14 if (!function_exists('ctype_alnum')) {
17 if (!function_exists('ctype_alpha')) {
20 if (!function_exists('ctype_cntrl')) {
23 if (!function_exists('ctype_digit')) {
26 if (!function_exists('ctype_graph')) {
29 if (!function_exists('ctype_lower')) {
32 if (!function_exists('ctype_print')) {
35 if (!function_exists('ctype_punct')) {
38 if (!function_exists('ctype_space')) {
41 if (!function_exists('ctype_uppe
[all...]
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php27 if (function_exists('hash') &&
28 function_exists('hash_algos') &&
33 } else if (function_exists('sha1')) {
63 if (function_exists('hash_hmac') &&
64 function_exists('hash_algos') &&
78 if (function_exists('hash') &&
79 function_exists('hash_algos') &&
91 if (function_exists('hash_hmac') &&
92 function_exists('hash_algos') &&
/plugin/openid/Auth/OpenID/
H A DHMAC.php27 if (function_exists('hash') &&
28 function_exists('hash_algos') &&
33 } else if (function_exists('sha1')) {
64 if (function_exists('hash_hmac') &&
65 function_exists('hash_algos') &&
79 if (function_exists('hash') &&
80 function_exists('hash_algos') &&
92 if (function_exists('hash_hmac') &&
93 function_exists('hash_algos') &&
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php34 if ('\\' === \DIRECTORY_SEPARATOR && !function_exists('sapi_windows_vt100_support')) {
37 if (!function_exists('stream_isatty')) {
40 if (!function_exists('utf8_encode')) {
43 if (!function_exists('utf8_decode')) {
46 if (!function_exists('spl_object_id')) {
49 if (!function_exists('mb_ord')) {
52 if (!function_exists('mb_chr')) {
55 if (!function_exists('mb_scrub')) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php41 if(!function_exists('utf8_isASCII')){
55 if(!function_exists('utf8_strip')){
78 if(!function_exists('utf8_check')){
109 if(!function_exists('utf8_basename')){
136 if(!function_exists('utf8_strlen')){
164 if(!function_exists('utf8_substr')){
293 if(!function_exists('utf8_ltrim')){
314 if(!function_exists('utf8_rtrim')){
335 if(!function_exists('utf8_trim')){
531 if(!function_exists('utf8_strpos')){
[all …]
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php22 if (!function_exists('fdiv')) {
25 if (!function_exists('preg_last_error_msg')) {
28 if (!function_exists('str_contains')) {
31 if (!function_exists('str_starts_with')) {
34 if (!function_exists('str_ends_with')) {
37 if (!function_exists('get_debug_type')) {
40 if (!function_exists('get_resource_id')) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.common.inc.php4 if (!function_exists('file_get_contents')) {
8 if (!function_exists('file_put_contents')) {
12 if (!function_exists('is_executable')) {
16 if (!function_exists('memory_get_usage')) {
20 if (!function_exists('_')) {
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A Dbootstrap.php18 if (!function_exists('is_countable')) {
21 if (!function_exists('hrtime')) {
26 if (!function_exists('array_key_first')) {
29 if (!function_exists('array_key_last')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php54 if (!extension_loaded('pcntl') || !function_exists('pcntl_signal')) {
105 … (extension_loaded('pcntl') && function_exists('pcntl_signal') && function_exists('pcntl_sigprocma…
106 … && extension_loaded('posix') && function_exists('posix_getpid') && function_exists('posix_kill')
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php54 } elseif (function_exists('proc_open')) {
87 …if (function_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size'), $match) ==…
93 …if (function_exists('shell_exec') && preg_match('#columns = (\d+);#', shell_exec('stty'), $match) …
111 return function_exists('posix_isatty') && @posix_isatty($fileDescriptor);
/plugin/freechat/phpfreechat/lib/ctype/
H A Dctype.php3 if (!function_exists('ctype_alpha')) {
10 if (!function_exists('ctype_xdigit')) {
17 if (!function_exists('ctype_space')) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php14 if (!function_exists('PrintHexBytes')) {
24 if (!function_exists('PrintTextBytes')) {
38 if (!function_exists('table_var_dump')) {
190 if (!function_exists('trunc')) {
208 if (!function_exists('CastAsInt')) {
466 if (!function_exists('Dec2Bin')) {
481 if (!function_exists('Bin2Dec')) {
491 if (!function_exists('Bin2String')) {
579 if (!function_exists('is_hash')) {
1083 if (!function_exists('md5_data')) {
[all …]
/plugin/preservefilenames/
H A Daction.php35 if (function_exists('act_validate')) {
39 } elseif (function_exists('tpl_media')) {
43 } elseif (function_exists('utf8_decodeFN')) {
/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorFactory.php81 if (function_exists('random_bytes')) {
87 if (function_exists('mcrypt_create_iv')) {
91 if (function_exists('openssl_random_pseudo_bytes')) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php132 if (!function_exists('idn_to_ascii')) {
135 if (!function_exists('idn_to_utf8')) {
139 if (!function_exists('idn_to_ascii')) {
142 if (!function_exists('idn_to_utf8')) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php106 if (function_exists('curl_multi_exec') && function_exists('curl_exec')) {
108 } elseif (function_exists('curl_exec')) {
110 } elseif (function_exists('curl_multi_exec')) {
137 if (extension_loaded('curl') && function_exists('curl_version')) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php19 if (function_exists('get_defined_functions')) {
26 return function_exists($functionname);
31 if (function_exists('get_defined_functions')) {
38 return function_exists($functionname);
103 if (function_exists('version_compare')) {
589 if (function_exists('md5_file')) {
950 if (!function_exists('gd_info')) {
982 if (function_exists('imagetypes')) {
1024 if (!function_exists('is_executable')) {
1033 if (!function_exists('preg_quote')) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A Dfunctions-dev.php3 if (!function_exists('dd')) {
6 if (function_exists('dump')) {
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A Ddeep_copy.php5 use function function_exists; alias
7 if (false === function_exists('DeepCopy\deep_copy')) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A Ddeep_copy.php5 use function function_exists; alias
7 if (false === function_exists('DeepCopy\deep_copy')) {

12345678910>>...16