Home
last modified time | relevance | path

Searched refs:handle (Results 1601 – 1625 of 1645) sorted by last modified time

1...<<616263646566

/plugin/iptrust/
H A Dadmin.php39 function handle() { function in admin_plugin_iptrust
/plugin/hcalendar/syntax/
H A Dhcali.php43 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_hcalendar_hcali
H A Dhcal2.php71 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_hcalendar_hcal2
H A Dhcal.php43 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_hcalendar_hcal
/plugin/qstat/
H A Dsyntax.php138 * return value of the <tt>handle()</tt> method.
142 * @param $aData Array The data created by the <tt>handle()</tt>
147 * @see handle()
/plugin/freesync/
H A Dadmin.php49 function handle() { function in admin_plugin_freesync
/plugin/jquery/
H A Dscript.js19handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var…
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_zul_zirkelundlineal
/plugin/offline/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_offline
/plugin/charter/lib/pchart/
H A DpCache.class.php49 if ($handle = opendir($this->CacheFolder))
51 while (false !== ($file = readdir($handle)))
56 closedir($handle);
H A DpChart.class.php273 $handle = @fopen($FileName,"r");
275 if ($handle)
277 while (!feof($handle))
279 $buffer = fgets($handle, 4096);
H A DpData.class.php66 $handle = @fopen($FileName,"r");
67 if ($handle)
70 while (!feof($handle))
72 $buffer = fgets($handle, 4096);
116 fclose($handle);
/plugin/prolog/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler) function in syntax_plugin_prolog
/plugin/cache/
H A Dplugin_cache.php147 $handle = @opendir($this->mediaDir);
148 if ($handle === false)
150 while (($entry = readdir($handle))){
155 closedir($handle);
/plugin/snap/
H A Dsyntax.php.ori43 function handle($match, $state, $pos, &$handler){
/plugin/register/
H A Dsyntax.php38 public function handle($match, $state, $pos, &$handler) function in syntax_plugin_register
/plugin/math2/
H A Dsyntax.php105 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_math
/plugin/code2/
H A Dsyntax.php575 if ($handle = @fopen($n[1], 'rb')) {
577 while (! @feof($handle)) {
580 $aMatch[1] .= @fread($handle, 0x8000);
582 @fclose($handle);
834 * @see handle()
/plugin/superacl/
H A Dajax.php28 $acl->handle();
/plugin/vote/
H A Dsyntax.php31 function handle( $match, $state, $pos, &$handler ){ function in syntax_plugin_vote
/plugin/complex_lists/complex_lists/
H A Dsyntax.php50 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_complex_lists
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_inblock_ranges
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php51 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_list_xrefs
/plugin/svg/
H A Dsyntax.php.save54 function handle($match, $state, $pos, &$handler){
/plugin/wysiwyg/
H A Dsyntax.php83 function handle($match, $state, $pos, &$handler){ return array($match, $state, $pos); } function in syntax_plugin_wysiwyg

1...<<616263646566