Home
last modified time | relevance | path

Searched refs:function_exists (Results 26 – 50 of 389) sorted by last modified time

12345678910>>...16

/plugin/sql/
H A DDB.php78 if (! function_exists('mysql_connect')) {
/plugin/button/
H A Dsyntax.php69 if (!function_exists('str_contains')) {
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1685 if (function_exists('get_last_retrieve_url_contents_content_type')) {
1750 if (function_exists('mb_detect_encoding')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php45 if (!function_exists('bcadd')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php
H A DMpdf.php1796 if (function_exists('gzcompress')) {
9649 if (!function_exists('mb_substr')) {
9653 if (!function_exists('mb_regex_encoding')) {
H A DOtlDump.php23 if (!function_exists('Mpdf\unicode_hex')) {
H A DTTFontFile.php30 if (!function_exists('\Mpdf\unicode_hex')) {
H A Dfunctions-dev.php3 if (!function_exists('dd')) {
6 if (function_exists('dump')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php234 if ((!$data || !$type) && function_exists('curl_init')) { // mPDF 5.7.4
286 if (!function_exists('imagewebp') || false === $im) {
333 if (!function_exists('gd_info')) {
576 $gd = function_exists('gd_info') ? gd_info() : [];
901 $gd = function_exists('gd_info')
1053 $gd = function_exists('gd_info')
1102 if (!function_exists('gd_info')) {
1415 if (!function_exists('gzcompress')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php10 if (!function_exists('random_int') || !function_exists('random_bytes')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php67 if (!function_exists('random_int') || !function_exists('random_bytes')) {
/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/dw2pdf/
H A Daction.php806 if (function_exists('css_styleini')) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A Ddeep_copy.php5 use function function_exists; alias
7 if (false === function_exists('DeepCopy\deep_copy')) {
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.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_uppe
[all...]
H A Dbootstrap.php18 if (!function_exists('ctype_alnum')) {
21 if (!function_exists('ctype_alpha')) {
24 if (!function_exists('ctype_cntrl')) {
27 if (!function_exists('ctype_digit')) {
30 if (!function_exists('ctype_graph')) {
33 if (!function_exists('ctype_lower')) {
36 if (!function_exists('ctype_print')) {
39 if (!function_exists('ctype_punct')) {
42 if (!function_exists('ctype_space')) {
45 if (!function_exists('ctype_uppe
[all...]
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php18 if (!function_exists('mb_convert_encoding')) {
21 if (!function_exists('mb_decode_mimeheader')) {
24 if (!function_exists('mb_encode_mimeheader')) {
27 if (!function_exists('mb_decode_numericentity')) {
30 if (!function_exists('mb_encode_numericentity')) {
33 if (!function_exists('mb_convert_case')) {
36 if (!function_exists('mb_internal_encoding')) {
39 if (!function_exists('mb_language')) {
42 if (!function_exists('mb_list_encodings')) {
45 if (!function_exists('mb_encoding_aliase
[all...]
H A Dbootstrap80.php14 if (!function_exists('mb_convert_encoding')) {
17 if (!function_exists('mb_decode_mimeheader')) {
20 if (!function_exists('mb_encode_mimeheader')) {
23 if (!function_exists('mb_decode_numericentity')) {
26 if (!function_exists('mb_encode_numericentity')) {
29 if (!function_exists('mb_convert_case')) {
32 if (!function_exists('mb_internal_encoding')) {
35 if (!function_exists('mb_language')) {
38 if (!function_exists('mb_list_encodings')) {
41 if (!function_exists('mb_encoding_aliase
[all...]
/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;
H A Dautoload_real.php31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
/plugin/combo/vendor/symfony/deprecation-contracts/
H A Dfunction.php12 if (!function_exists('trigger_deprecation')) {
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php22 if (!function_exists('fdiv')) {
25 if (!function_exists('preg_last_error_msg')) {
28 if (!function_exists('str_contains')) {
31 if (!function_exists('str_starts_with')) {
34 if (!function_exists('str_ends_with')) {
37 if (!function_exists('get_debug_type')) {
40 if (!function_exists('get_resource_id')) {
/plugin/combo/ComboStrap/
H A DHttp.php39 return (function_exists('xdebug_get_headers') ? xdebug_get_headers() : headers_list());
/plugin/combo/vendor/symfony/process/
H A DProcess.php145 if (!\function_exists('proc_open')) {
1370 if (!\function_exists('phpinfo')) {
1520 } elseif (\function_exists('posix_kill')) {

12345678910>>...16