Home
last modified time | relevance | path

Searched refs:function_exists (Results 301 – 325 of 389) sorted by relevance

1...<<111213141516

/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php291 …$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VAL…
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
/plugin/barcodes/vendor/composer/
H A DClassLoader.php373 …$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VAL…
/plugin/farmer/admin/
H A Dnew.php245 if (function_exists('imagecreatetruecolor')) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php369 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
/plugin/upgrade/vendor/composer/
H A DClassLoader.php373 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
/plugin/combo/vendor/composer/
H A DClassLoader.php291 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
/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;
/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;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php102 if (function_exists('mb_internal_encoding') && ini_get('mbstring.func_overload') & 2) {
/plugin/sphinxsearch-was/
H A Dfunctions.php395 if (!function_exists('shorten')) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php49 if (!function_exists('is_a')) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php387 if(function_exists('gzcompress'))
/plugin/fckg/action/
H A Dmeta.php214 if (function_exists('php_uname')) {
/plugin/sphinxsearch/
H A Dfunctions.php403 if(!function_exists('shorten')){
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php191 if (!function_exists('gzopen'))
1766 if (!function_exists($v_function_name)) {
5343 if ( (!function_exists("get_magic_quotes_runtime"))
5344 || (!function_exists("set_magic_quotes_runtime"))) {
5385 if ( (!function_exists("get_magic_quotes_runtime"))
5386 || (!function_exists("set_magic_quotes_runtime"))) {
/plugin/indexmenu/inc/
H A Dpclzip.lib.php194 if (!function_exists('gzopen')) {
1661 if (!function_exists($v_function_name)) {
5157 (!function_exists("get_magic_quotes_runtime"))
5158 || (!function_exists("set_magic_quotes_runtime"))
5201 (!function_exists("get_magic_quotes_runtime"))
5202 || (!function_exists("set_magic_quotes_runtime"))
/plugin/authimap2/
H A Dauth.php28 if(!function_exists('imap_open')) {
/plugin/xtern/
H A Dadmin.php299 if (function_exists('apache_setenv')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php469 'libsodium' => function_exists('sodium_crypto_sign_keypair')
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php110 if (!function_exists('sodium_crypto_pwhash')) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php228 if (function_exists('imagecreate')) {
H A DPDF417Factory.php232 if (function_exists('imagecreate')) {

1...<<111213141516