Home
last modified time | relevance | path

Searched refs:function_exists (Results 51 – 75 of 389) sorted by relevance

12345678910>>...16

/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions_include.php3 if (!\function_exists('React\Promise\resolve')) {
/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/wysiwyg/fckeditor/
H A Dfckeditor.php28 if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) )
/plugin/html2pdf/html2pdf/html2ps/
H A Derror.php3 if (!function_exists('error_no_method')) {
/plugin/mikioplugin/inc/
H A Dpolyfill-array-key-first.php10 if(!function_exists('array_key_first')) {
/plugin/math2/
H A Dsyntax.php186 if (!function_exists('imagepng')) {
191 if (!function_exists('imagettftext')) {
/plugin/mathpublish/
H A Dsyntax.php196 if(!function_exists('imagepng')) {
201 if(!function_exists('imagettftext')) {
/plugin/siteexport/inc/
H A Dhttpproxy.php111 if (function_exists('auth_decrypt')) {
114 } else if (function_exists('PMA_blowfish_decrypt')) {
/plugin/fastwiki/conf/
H A Ddefault.php13 if (function_exists('curl_init')) {
H A Dmetadata.php13 if (function_exists('curl_init')) {
/plugin/dataloop/
H A Dhelper.php23 if(!function_exists('sqlite_open')){
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php264 …if (function_exists('array_walk_recursive') && function_exists('iconv') && function_exists('json_e…
/plugin/fastwiki/
H A Daction.php66 'preload' => function_exists('curl_init') ? $this->getConf('preload') : false,
240 if (function_exists('curl_init')) {
344 if (!function_exists('getallheaders')) {
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_strlen.php12 if (!function_exists('utf8_strlen')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength_utf8.test4 function_exists('mb_get_info')
/plugin/autoindentcontrol/
H A Daction.php50 'isLemming' => (boolean) !function_exists('valid_input_set'),
/plugin/authfacebook/lib/PseudoRandomString/
H A DRandomBytesPseudoRandomStringGenerator.php42 if (!function_exists('random_bytes')) {
H A DMcryptPseudoRandomStringGenerator.php42 if (!function_exists('mcrypt_create_iv')) {
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A Dfunction.php12 if (!function_exists('trigger_deprecation')) {
/plugin/combo/vendor/symfony/deprecation-contracts/
H A Dfunction.php12 if (!function_exists('trigger_deprecation')) {
/plugin/editsections2/
H A Dsyntax.php73 && function_exists('html_secedit_get_button')
/plugin/farm/
H A Dsoapconfig.class.php106 …$pwdh = function_exists('md5') ? md5($_POST['soap_remoteapp_pwd']) : (function_exists('mhash') ? b…
213 if(function_exists('md5') || function_exists('mhash')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php37 …return \function_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : \strlen($this…
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php30 if (!function_exists('json_encode')) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestDecorator.php52 if (!function_exists('is_a')) {

12345678910>>...16