Home
last modified time | relevance | path

Searched refs:function_exists (Results 151 – 175 of 389) sorted by last modified time

12345678910>>...16

/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php565 if($comptype === self::COMPRESS_GZIP && !function_exists('gzopen')) {
569 if($comptype === self::COMPRESS_BZIP && !function_exists('bzopen')) {
/plugin/jplayer/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.rar.php37 if (function_exists('rar_open')) {
H A Dextension.cache.sqlite3.php123 if (!function_exists('sqlite_open')) {
H A Dgetid3.lib.php722 if (function_exists('simplexml_load_string') && function_exists('libxml_disable_entity_loader')) {
859 if (function_exists('utf8_encode')) {
931 if (function_exists('utf8_decode')) {
1213 if (function_exists('mb_convert_encoding')) {
1235 } elseif (function_exists('iconv')) {
1490 if (function_exists('sys_get_temp_dir')) {
1564 if (function_exists('mb_convert_encoding')) {
H A Dgetid3.php41 if (!$temp_dir && function_exists('sys_get_temp_dir')) { // sys_get_temp_dir added in PHP v5.2.1
309 if (function_exists('get_magic_quotes_runtime')) {
315 if (function_exists('get_magic_quotes_gpc')) {
617 …f (!empty($determined_format['iconv_req']) && !function_exists('mb_convert_encoding') && !function…
H A Dmodule.graphic.jpg.php70 if (function_exists('exif_read_data')) {
H A Dwrite.id3v2.php2061 if (function_exists('filter_var')) {
H A Dmodule.tag.id3v1.php77 …if (function_exists('mb_convert_encoding') && @mb_convert_encoding($value, $id3v1_bad_encoding, $i…
81 …} elseif (function_exists('iconv') && @iconv($id3v1_bad_encoding, $id3v1_bad_encoding, $value) ===…
H A Dextension.cache.dbm.php113 if (!function_exists('dba_handlers') || !in_array($cache_type, dba_handlers())) {
H A Dextension.cache.mysql.php107 if (!function_exists('mysql_pconnect')) {
H A Dextension.cache.mysqli.php111 if (!function_exists('mysqli_connect')) {
H A Dmodule.archive.gzip.php208 if (function_exists('gzinflate')) {
H A Dmodule.tag.id3v2.php621 if (!function_exists('gzuncompress')) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php15 if (function_exists('assetic_init')) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php146 if (!\function_exists('proc_open')) {
1450 if (!\function_exists('phpinfo') || \defined('HHVM_VERSION')) {
1606 } elseif (\function_exists('posix_kill')) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php701 if (!\function_exists('posix_kill')) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2384 Wrapped function_exists() checks around function definitions in
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php24 if (function_exists('get_magic_quotes_runtime') && get_magic_quotes_runtime()) {
27 if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) {
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/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php102 if (function_exists('mb_internal_encoding') && ini_get('mbstring.func_overload') & 2) {
/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/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php208 if (function_exists('openssl_random_pseudo_bytes')) {
/plugin/cite/lang/en/
H A Dintro.txt16 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
17 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…

12345678910>>...16