Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 25 of 389) sorted by last modified time

12345678910>>...16

/plugin/pagelist/
H A Dhelper.php699 if (function_exists('userlink')) {
/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/siteexport/action/
H A Dajax.php1311 if (function_exists('gzopen') && @unlink("{$cache}.gz") === false ) {
H A Dstartup.php35 $headers = function_exists('getallheaders') ? getallheaders() : null;
/plugin/siteexport/inc/
H A Dhttpproxy.php111 if (function_exists('auth_decrypt')) {
114 } else if (function_exists('PMA_blowfish_decrypt')) {
/plugin/siteexport/
H A Dpreload.php233 $headers = function_exists('getallheaders') ? getallheaders() : null;
/plugin/openlayersmap/
H A DStaticMap.php418 if (function_exists("curl_init")) {
/plugin/shell/
H A DP0wnyShell.php40 if (!function_exists($entry)) {
57 if (function_exists('exec')) {
60 } else if (function_exists('shell_exec')) {
/plugin/geophp/vendor/composer/
H A DClassLoader.php367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
H A Dautoload_real.php
/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/photogallery/lib/
H A Darray_column.php12 if (!function_exists('array_column')) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php352 $php_sapi_name = strtolower(function_exists('php_sapi_name') ? PHP_SAPI : '');
386 $curl_version = (function_exists('curl_version') ? curl_version() : '');
425 if (function_exists(strtolower($function))) {
/plugin/photogallery/phpThumb/
H A DphpThumb.php24 if (!ini_get('date.timezone') && function_exists('date_default_timezone_set')) { // PHP >= 5.1.0
298 if (!function_exists($required_mysqli_function)) {
336 if (!function_exists($required_mysql_function)) {
538 …if ($phpThumb->config_disable_onlycreateable_passthru || (function_exists($theImageCreateFunction)…
H A Dphpthumb.class.php514 if (function_exists('imagetypes')) {
730 if (!function_exists($ImageOutFunction)) {
743 if (function_exists('imagebmp')) {
1031 if (function_exists('imagetypes')) {
1753 if (!function_exists($ImageCreateFunction)) {
2463 if (!function_exists('imagerotate')) {
2487 if (function_exists('exif_read_data')) {
3580 } elseif (!function_exists('exif_thumbnail')) {
3785 if (function_exists($ImageCreateFromFunctionName)) {
4127 if (function_exists('imagecropauto')) { // (PHP 5 >= 5.5.0, PHP 7)
[all …]
H A Dphpthumb.filters.php816 if (!function_exists('imageistruecolor') || !imageistruecolor($gdimg_source)) {
1328 if ($angle && function_exists('imagerotate')) {
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 …]
H A Dphpthumb.unsharp.php71 if (function_exists('imageconvolution')) { // PHP >= 5.1
/plugin/diffpreview/
H A Daction.php85 } elseif (function_exists('act_permcheck')) {
/plugin/mikioplugin/inc/
H A Dpolyfill-array-key-first.php10 if(!function_exists('array_key_first')) {
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/mikioplugin/syntax/
H A Dcore.php773 if (!function_exists('array_key_first')) {
/plugin/mikioplugin/
H A Daction.php17 if (!function_exists('glob_recursive')) {
H A Dcss.php16 if(!function_exists('getallheaders')) {
28 if(!function_exists('platformSlashes')) {
/plugin/aichat/vendor/composer/
H A DClassLoader.php367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;

12345678910>>...16