Home
last modified time | relevance | path

Searched refs:create_function (Results 1 – 25 of 48) sorted by last modified time

12

/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/tagging/
H A Dhelper.php33 $db->create_function('CLEANTAG', array($this, 'cleanTag'), 1);
34 $db->create_function('GROUP_SORT',
41 $db->create_function('GET_NS', 'getNS', 1);
/plugin/combo/ComboStrap/
H A DSqlite.php139 $adapter->create_function($regexFunctioName, $regexpClosure, $regexArgCount);
/plugin/data/
H A Dhelper.php
/plugin/pot/
H A Dhelper.php129 create_function('$f',
/plugin/openas/
H A Daction.php100 create_function(
/plugin/watchcycle/helper/
H A Ddb.php63 $this->sqlite->create_function('DAYS_AGO', [$helper, 'daysAgo'], 1);
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php124 $this->sanitise = create_function('$i', 'return $i;');
/plugin/publistf/
H A Dsyntax.php125 $sanitiser = create_function('$i', 'return $i;');
/plugin/abc2/
H A Dsyntax.php
/plugin/abc/
H A Dsyntax.php225 $transSrc = array_filter($transSrc, create_function('$t', 'return($t<24 && $t >-24);'));
/plugin/archiveupload/
H A Daction.php213 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
/plugin/data-au/
H A Dhelper.php94 $this->db->create_function('DATARESOLVE', array($this, '_resolveData'), 2);
/plugin/ckgdoku/action/
H A Dmeta.php273 create_function(
294 create_function(
303 create_function(
327 create_function(
H A Dedit.php207 create_function(
220 create_function(
277 create_function(
289 create_function(
332 create_function(
352 create_function(
430 create_function(
447 create_function(
457 create_function(
1206 create_function(
[all …]
H A Dsave.php42 create_function(
53 create_function(
96 create_function(
115 create_function(
140 create_function(
149 create_function(
161 create_function(
236 create_function(
250 create_function(
314 create_function(
/plugin/codedoc/
H A Dspecials.php67 create_function(
/plugin/fckg/action/
H A Dedit.php215 create_function(
251 create_function(
267 create_function(
279 create_function(
312 create_function(
340 create_function(
373 create_function(
387 create_function(
2632 create_function(
2715 create_function(
[all …]
H A Dsave.php42 create_function(
85 create_function(
101 create_function(
125 create_function(
134 create_function(
162 create_function(
/plugin/fckg/scripts/
H A Drefresh_save.php16 create_function(
37 create_function(
46 create_function(
71 create_function(
/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/authjoomla3/
H A Dauth.php113 $paths = array_map(create_function('$p', 'return trim($p, "/");'), $paths);
/plugin/publist/
H A Dsyntax.php107 $sanitiser = create_function('$i', 'return $i;');
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php113 $this->sanitise = create_function('$i', 'return $i;');
/plugin/scrape/
H A DphpQuery-onefile.php

12