Home
last modified time | relevance | path

Searched refs:functionname (Results 1 – 4 of 4) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php18 public static function user_function_exists($functionname) { argument
24 return in_array(strtolower($functionname), $get_defined_functions['user']);
26 return function_exists($functionname);
30 public static function builtin_function_exists($functionname) { argument
36 return in_array(strtolower($functionname), $get_defined_functions['internal']);
38 return function_exists($functionname);
H A Dphpthumb.class.php4275 foreach ($FunctionsExistance as $functionname) {
4276functionname.')'.str_repeat(' ', 23 - strlen($functionname)).' = '.$this->phpThumbDebugVarDump(php…
/plugin/mytemplate/
H A Daction.php39 $functionname = substr($functioncall[0], 0, strcspn($functioncall[0], '('));
41 if (in_array($functionname, $whitelist)) {
/plugin/blogtng/helper/
H A Dcomments.php490 $functionname = "get{$field}";
495 ->val($comment->$functionname());