Home
last modified time | relevance | path

Searched refs:function_exists (Results 26 – 50 of 389) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dconvert_encoding.test4 function_exists('iconv') || function_exists('mb_convert_encoding')
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php10 if (!function_exists('random_int') || !function_exists('random_bytes')) {
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php42 if(function_exists('debug_backtrace'))
220 if (!function_exists( $func ))
322 if (!function_exists('file_get_contents'))
369 if (!function_exists('file_put_contents')) {
444 if (!function_exists('iconv'))
446 if(function_exists('libiconv'))
490 if (!function_exists('html_entity_decode')) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A Dbootstrap.php18 if (!function_exists('normalizer_is_normalized')) {
21 if (!function_exists('normalizer_normalize')) {
H A Dbootstrap80.php14 if (!function_exists('normalizer_is_normalized')) {
17 if (!function_exists('normalizer_normalize')) {
/plugin/authfacebook/lib/
H A Dpolyfills.php28 if (!function_exists('hash_equals')) {
31 if (function_exists('mb_strlen')) {
/plugin/remotescript/
H A Drs.php37 …if ((isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']."_".$_REQUES…
39 (!isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']))
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php48 if (\function_exists('mb_strlen')) {
77 if (\function_exists('mb_substr')) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DTypeToken.php31 if (!function_exists($checker) && !interface_exists($type) && !class_exists($type)) {
50 if (function_exists($checker)) {
/plugin/securelogin/
H A Dhelper.php35 && function_exists("openssl_pkey_export_to_file")
36 && function_exists("openssl_pkey_get_private")
37 && function_exists("openssl_pkey_new")
38 && function_exists("openssl_private_decrypt")
/plugin/twofactor/
H A DGoogleAuthenticator.php40 if (function_exists('random_bytes')) {
42 } elseif (function_exists('mcrypt_create_iv')) {
44 } elseif (function_exists('openssl_random_pseudo_bytes')) {
239 if (function_exists('hash_equals')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php70 if (\function_exists('opcache_invalidate')) {
72 } elseif (\function_exists('apc_compile_file')) {
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php6 if (!function_exists('stripos')) {
13 if (!function_exists('str_split')) {
/plugin/distribute/
H A Dhelper.funcs.util.php3 if(!function_exists('my_filemtime')){
16 if(!function_exists('getFilesInDir')){
/plugin/mikioplugin/
H A Dcss.php16 if(!function_exists('getallheaders')) {
28 if(!function_exists('platformSlashes')) {
/plugin/bibtex/OSBib/
H A DUTF8.php216 if(function_exists('mb_strtolower'))
239 if(function_exists('mb_strtoupper'))
259 if (function_exists('mb_substr'))
285 if(!defined('UTF8_NOMBSTRING') && function_exists('mb_strlen'))
/plugin/authgoogle/google/
H A DGoogle_Client.php20 if (! function_exists('json_decode')) {
24 if (! function_exists('http_build_query')) {
28 if (! ini_get('date.timezone') && function_exists('date_default_timezone_set')) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap80.php120 if (!function_exists('idn_to_ascii')) {
123 if (!function_exists('idn_to_utf8')) {
/plugin/shell/
H A DP0wnyShell.php40 if (!function_exists($entry)) {
57 if (function_exists('exec')) {
60 } else if (function_exists('shell_exec')) {
/plugin/asiansearch/
H A Daction.php35 if (!function_exists('datetime_h')) {
41 } elseif (!function_exists('valid_input_set')) {
43 } elseif (!function_exists('act_sitemap')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php105 if (!\function_exists('iconv') && !\function_exists('mb_convert_encoding')) {
121 if (!\function_exists('iconv') && !\function_exists('mb_convert_encoding')) {
/plugin/dokusioc/
H A Daction.php535 if (!function_exists('getAbsUrl')) {
550 if (!function_exists('getDwUserEmail')) {
567 if (!function_exists('getDwUserInfo')) {
599 if (!function_exists('normalizeUri')) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions_include.php4 if (!function_exists('GuzzleHttp\Psr7\str')) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions_include.php4 if (!function_exists('GuzzleHttp\uri_template')) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions_include.php4 if (!function_exists('GuzzleHttp\Promise\promise_for')) {

12345678910>>...16