Home
last modified time | relevance | path

Searched refs:function_exists (Results 326 – 350 of 389) sorted by relevance

1...<<111213141516

/plugin/upgrade/
H A Dhelper.php271 if (function_exists('opcache_reset')) {
/plugin/dw2pdf/
H A Daction.php806 if (function_exists('css_styleini')) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst282 if (function_exists($name)) {
364 if (function_exists('opcache_invalidate')) {
366 } elseif (function_exists('apc_compile_file')) {
/plugin/pgn4web/pgn4web/
H A Dviewer.php32 $zipSupported = function_exists('zip_open');
/plugin/button/
H A Dsyntax.php69 if (!function_exists('str_contains')) {
/plugin/projects/lib/
H A Dmaker.php108 $this->parallel = function_exists('pcntl_fork');
/plugin/elwikiupgrade/
H A Dadmin.php296 if (function_exists('opcache_reset')) {
/plugin/judge/helper/
H A Djdatetime.class.php487 if( function_exists('mb_substr') ){
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php491 $gzcompress_exists = function_exists('gzcompress');
/plugin/mantis/lib/
H A Dclass.nusoap_base.php856 if (function_exists('gettimeofday')) {
H A Dclass.soap_transport_http.php553 if (function_exists('gzdeflate')) {
1099 if(function_exists('gzinflate')){
/plugin/passpolicy/
H A Dhelper.php444 if (function_exists('openssl_random_pseudo_bytes')) {
/plugin/ckgedit/action/
H A Dsave.php63 …if(function_exists("imagecreatefromstring") && !imagecreatefromstring (base64_decode($matches[3]))…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php272 if (function_exists('imagecreate')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php255 if (function_exists('sys_get_temp_dir') === true) {
/plugin/pagelist/
H A Dhelper.php699 if (function_exists('userlink')) {
/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[$…
/plugin/autotweet/
H A DOAuth.php767 if (function_exists('apache_request_headers')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php95 … if (\function_exists('mb_internal_encoding') && ((int) ini_get('mbstring.func_overload')) & 2) {
/plugin/googlesearch/
H A Dnusoap.php789 if (function_exists('gettimeofday')) {
2377 if (function_exists('gzdeflate')) {
2835 if(function_exists('gzinflate')){
3325 if(function_exists('getallheaders')){
3455 if (function_exists('gzuncompress')) {
3537 if (!function_exists($this->methodname)) {
3568 if (!function_exists('call_user_func_array')) {
3746 if (function_exists('gzencode')) {
3761 if (function_exists('gzdeflate')) {
/plugin/fckg/action/
H A Dedit.php514 if(function_exists('formSecurityToken')) {
/plugin/tindexmenu/syntax/
H A Dindexmenu.php23 if(!function_exists("search_callback")) {
/plugin/mikioplugin/syntax/
H A Dcore.php773 if (!function_exists('array_key_first')) {
/plugin/botbouncer/lib/
H A Dbotbouncer.php154 if (!function_exists('curl_init')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php515 if (\function_exists('twig_template_get_attributes')) {

1...<<111213141516