Home
last modified time | relevance | path

Searched refs:handle (Results 1251 – 1275 of 1645) sorted by relevance

1...<<51525354555657585960>>...66

/plugin/stats/
H A Dsyntax.php830 if ($handle = opendir($directory)) {
834 while (false !== ($file = readdir($handle))) {
865 closedir($handle);
/plugin/ckgedit/action/
H A Dmeta.php1018 if (!$handle = fopen(DOKU_INC .'meta.txt', 'a')) {
1025 fwrite($handle, "$data\n");
1026 fclose($handle);
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
67 - But how do you handle **cycles** in the association graph?
354 not applied. There is two ways for you to handle them:
/plugin/issuetracker/
H A Daction.php3302 fwrite($handle, serialize($user));
3305 fclose($handle);
3338 fwrite($handle, $result);
3339 fclose($handle);
3344 $handle = fopen($filename, 'a');
3345 fwrite($handle, $result);
3346 fclose($handle);
3479 $handle = fopen($filename, 'a');
3480 fwrite($handle, $result);
3481 fclose($handle);
[all …]
/plugin/credits/
H A Dsyntax.php24 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_credits
/plugin/date/
H A Dsyntax.php56 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_date
/plugin/webcomponent/syntax/
H A Dcard.php134 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_webcomponent_card
/plugin/panoview/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_panoview
/plugin/graphgear/
H A Dsyntax.php45 function handle($data, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_graphgear
/plugin/groupadmin/
H A Dadmin.php66 public function handle() { function in admin_plugin_groupadmin
/plugin/monthcal/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_monthcal
/plugin/dwinsect/
H A Dsyntax.php119 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_dwinsect
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_zul_zirkelundlineal
/plugin/dlcount/
H A Dadmin.php64 function handle() { function in admin_plugin_dlcount
/plugin/tcycle/
H A Dsyntax.php33 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_tcycle
/plugin/fileshare/syntax/
H A DFileshare.php60 public function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_fileshare_Fileshare
/plugin/annotate/
H A Danno.php70 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_annotate_anno
/plugin/authg2fa/
H A Dadmin.php56 public function handle() { function in admin_plugin_authg2fa
/plugin/imageflow/syntax/
H A Dimageflow.php53 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_imageflow_imageflow
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php181 $propPatch->handle(array_keys($this->fieldMap), function($properties) use ($path) {
/plugin/bootswrapper/syntax/
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_bootswrapper_bootstrap
/plugin/snippets/
H A Dadmin.php28 function handle() { function in admin_plugin_snippets
/plugin/blog/syntax/
H A Dblog.php21 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_blog_blog
/plugin/combo/syntax/
H A Dbrand.php121 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_brand
227 * @param array $data - what the function handle() return
/plugin/hidden/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_hidden
148 } // handle()

1...<<51525354555657585960>>...66