Home
last modified time | relevance | path

Searched refs:create_function (Results 26 – 48 of 48) sorted by relevance

12

/plugin/docimporter/
H A DSyntaxConverter.php427 create_function(
/plugin/data-au/
H A Dhelper.php94 $this->db->create_function('DATARESOLVE', array($this, '_resolveData'), 2);
/plugin/abc2/
H A Dsyntax.php
/plugin/farm/
H A Dsoapserver.php205 …return array_map(create_function('$a', 'return array(\'name\' => $a->getName(), \'url\' => $a->get…
H A Danimalmanager.class.php274 …case 'name' : uasort($users, create_function('$a,$b', 'return strcmp($a[\'name\'], $b[\'name\']);'…
275 …case 'namedesc' : uasort($users, create_function('$a,$b', 'return -1 * strcmp($a[\'name\'], $b[\'n…
/plugin/data/
H A Dhelper.php
/plugin/sqlite/
H A Dhelper.php124 public function create_function($function_name, $callback, $num_args)
119 public function create_function($function_name, $callback, $num_args) global() function in helper_plugin_sqlite
/plugin/translationbuddy/
H A Dsyntax.php192 … $func = create_function('$id' , "return '<a href=\"'.wl('$lc:'.\$id).'\">'.\$id.'</a>';");
/plugin/combo/ComboStrap/
H A DSqlite.php139 $adapter->create_function($regexFunctioName, $regexpClosure, $regexArgCount);
/plugin/alphaindex/
H A Dsyntax.php281 … usort($currentLetter, create_function('$a, $b', "return strnatcasecmp(\$a['id2'], \$b['id2']);"));
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php113 $this->sanitise = create_function('$i', 'return $i;');
/plugin/openas/
H A Daction.php100 create_function(
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php124 $this->sanitise = create_function('$i', 'return $i;');
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php120 $this->sanitise = create_function('$i', 'return $i;');
/plugin/nstoc/
H A Dsyntax.php645 $this->_callback = create_function(
/plugin/abc/
H A Dsyntax.php225 $transSrc = array_filter($transSrc, create_function('$t', 'return($t<24 && $t >-24);'));
/plugin/freesync/
H A Dhelper.php444 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
/plugin/jsonrpc/
H A Djsonrpc.php392 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
/plugin/txt2tags/
H A Dtxt2tags.class.php691 …/*$line = preg_replace_callback('/%%rand\([0-9]+,[0-9]+\)/', 'create_function(return(rand($1,$2);…
/plugin/database2/
H A Ddatabase2.php920 $cols = array_map( create_function( '$a','return $a[definition];' ),
2161 $args = array_filter( array_slice( $args, 2 ), create_function( '$a', 'return trim($a)!=="";' ) );
2180 $args = array_filter( array_slice( $args, 3 ), create_function( '$a', 'return trim($a)!=="";' ) );
/plugin/markdownextra/
H A Dmarkdown.php1679 $this->utf8_strlen = create_function('$text', 'return preg_match_all(
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog569 preg_replace_callback+create_function (made love with PHP GC).

12