Home
last modified time | relevance | path

Searched refs:function_exists (Results 251 – 275 of 389) sorted by last modified time

1...<<111213141516

/plugin/fckg/
H A Drenderer.php37 else if(function_exists('getVersionData')) {
/plugin/fckg/action/
H A Dmeta.php214 if (function_exists('php_uname')) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php181 if ( function_exists( 'apache_lookup_uri' ) )
H A Dutil.php197 if ( function_exists( 'version_compare' ) ) {
/plugin/authplaincas/
H A Dauth.php63 if(!function_exists('curl_init')) {
391 if (!function_exists('plaincas_custom_groups')) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php388 …if (array_key_exists($json[SHAREDAPI_EVENT_FIELD_EVENT], $callback) && function_exists($callback[$…
H A Dvbsso_shared.php234 if ($platform_id && function_exists('vbsso_get_' . $platform_id . '_custom_config')) {
/plugin/vbsso/vendor/composer/
H A DClassLoader.php282 … $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
H A Dautoload_real.php26 …$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_…
/plugin/authimap2/
H A Dauth.php28 if(!function_exists('imap_open')) {
/plugin/avatar/
H A Dhelper.php79 if (function_exists('imagecreatetruecolor')) {
/plugin/rrdgraph/
H A Daction.php39 … if (!function_exists("imagecreatetruecolor")) array_push($deps, $this->getLang('gd_missing'));
40 if (!function_exists("rrd_graph")) array_push($deps, $this->getLang('rrd_missing'));
/plugin/issuetracker/
H A Dsyntax.php1566 if((!function_exists('checkdnsrr')) && ($this->getConf('validate_mail_addr')==true))
/plugin/icalevents/vendor/composer/
H A Dautoload_real.php26 …$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_…
H A DClassLoader.php282 … $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php234 if (function_exists('imagecreate')) {
262 if (function_exists('imagecreate')) {
H A DDatamatrixFactory.php228 if (function_exists('imagecreate')) {
H A DPDF417Factory.php232 if (function_exists('imagecreate')) {
H A DQRcode.php86 if (!function_exists('str_split')) {
H A DQRcodeFactory.php272 if (function_exists('imagecreate')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php175 if (function_exists('sys_get_temp_dir') === true) {
H A DFile.php1491 if ($encoding !== 'iso-8859-1' && function_exists('iconv_strlen') === true) {
H A DFixer.php255 if (function_exists('sys_get_temp_dir') === true) {
/plugin/authgoogle/google/auth/
H A DGoogle_P12Signer.php31 if (!function_exists('openssl_x509_read')) {
/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php31 if (! function_exists('memcache_connect')) {

1...<<111213141516