Home
last modified time | relevance | path

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

1...<<111213141516

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php165 if ( function_exists( 'apache_lookup_uri' ) )
/plugin/dokukiwix/
H A Dajax.php48 if(function_exists($call)){
/plugin/linkmanager/exe/
H A Dajax.php31 if(function_exists($call)){
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php264 …if (function_exists('array_walk_recursive') && function_exists('iconv') && function_exists('json_e…
/plugin/flowplay/
H A Dsyntax.php20 if (!function_exists('hsc')) {
/plugin/remotescript/
H A Drs.php37 …if ((isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']."_".$_REQUES…
39 (!isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']))
/plugin/textile2/
H A DclassTextile.php895 return (function_exists('mb_encode_numericentity'))
/plugin/chat/
H A Dajax.php33 if(function_exists($call)){
/plugin/geourl/lang/en/
H A Dintro.txt10 if (function_exists('gu_geourl_code')) gu_geourl_code();
/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/txtconf/
H A Dconfig0.class.php401 if (!function_exists('php_strip_whitespace')) {
403 if (function_exists('token_get_all')) {
/plugin/zip/pear/
H A DPEAR.php42 define('PEAR_ZE2', (function_exists('version_compare') &&
861 if (function_exists("debug_backtrace")) {
/plugin/zip/pear/MIME/
H A DType.php332 if (function_exists('mime_content_type')) {
/plugin/bibtex/OSBib/
H A DUTF8.php216 if(function_exists('mb_strtolower'))
239 if(function_exists('mb_strtoupper'))
259 if (function_exists('mb_substr'))
285 if(!defined('UTF8_NOMBSTRING') && function_exists('mb_strlen'))

1...<<111213141516