Home
last modified time | relevance | path

Searched refs:handle (Results 176 – 200 of 1645) sorted by relevance

12345678910>>...66

/plugin/database/
H A Ddatabase.php239 closedir($handle);
1445 if (!$handle)
1448 fclose($handle);
1497 fclose($handle);
1530 if (!$handle) {
1545 fclose($handle);
1559 if (!$handle) {
1569 fclose($handle);
1588 if (!$handle)
1600 fwrite ($handle,$buf);
[all …]
/plugin/fckg/syntax/
H A Ddwplugin.php40 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_fckg_dwplugin
172 … list($state, $match) = $this->plugin_ref->handle($entry_match, $enter_state, $pos, $handler);
179 …list($state, $match) = $this->plugin_ref->handle($data[$i], $states[$i], $pos, $handler); …
186 … list($state, $match) = $this->plugin_ref->handle($_exit, DOKU_LEXER_EXIT, $pos, $handler);
506 $handle = fopen("dwplugin_debug.txt", "a");
507 fwrite($handle, "$what\n");
508 fclose($handle);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php281 $handle = fopen('util.dbg', 'a');
282 fwrite($handle, $data . "\n");
283 fclose ($handle);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php281 $handle = fopen('util.dbg', 'a');
282 fwrite($handle, $data . "\n");
283 fclose ($handle);
/plugin/tindexmenu/
H A Dajax.php72 $handle=@opendir(INDEXMENU_IMG_ABSDIR);
73 while (false !== ($file = readdir($handle))) {
83 closedir($handle);
/plugin/indexmenu/
H A Dajax.php67 $handle = @opendir(DOKU_PLUGIN . "indexmenu/images");
68 while (false !== ($file = readdir($handle))) {
80 closedir($handle);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php281 $handle = fopen('util.dbg', 'a');
282 fwrite($handle, $data . "\n");
283 fclose ($handle);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php17 * @property resource $_mh Internal use only. Lazy loaded multi-handle.
34 * - handle_factory: An optional callable used to generate curl handle
36 * of the handle, headers file resource, and the body resource.
87 'handle' => $result[0],
149 $id = (int) $entry['handle'];
157 curl_multi_add_handle($this->_mh, $entry['handle']);
159 curl_multi_add_handle($this->_mh, $entry['handle']);
175 $this->handles[$id]['handle']
177 curl_close($this->handles[$id]['handle']);
183 * Cancels a handle fro
[all...]
/plugin/revealjs/syntax/
H A Dfragment.php45 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_revealjs_fragment
75 * @see handle()
H A Dtheme.php44 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_revealjs_theme
86 * @see handle()
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DGroupHandler.php66 public function handle(array $record): bool function in Monolog\\Handler\\GroupHandler
74 $handler->handle($record);
H A DSamplingHandler.php70 public function handle(array $record): bool function in Monolog\\Handler\\SamplingHandler
78 $this->getHandler($record)->handle($record);
/plugin/tip/
H A Dsyntax.php217 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_tip
285 * @see handle()
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/hipchat/
H A Daction.php34 $this->handle();
40 private function handle() { function in action_plugin_hipchat
/plugin/projects/lib/
H A Dplugins.php16 public function handle($project, $file) { function in MakeRule
31 public function handle($project, $file) { return $file; } function in Plugin
/plugin/toctweak/syntax/
H A Dsidetoc.php26 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_toctweak_sidetoc
32 $data = parent::handle($match, $state, $pos, $handler);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php157 $propFind->handle('{DAV:}share-access', function() use ($node) {
162 $propFind->handle('{DAV:}invite', function() use ($node) {
167 $propFind->handle('{DAV:}share-resource-uri', function() use ($node) {
/plugin/publistf/
H A DCHANGELOG.md14 * fix handle/renderer signature; missing `Doku_Handler`, etc. attributes
18 * removed pass-by-reference on `handle` and `render` function calls; this is inline
53 * "handle" function (syntax.php) parser code corrections. "only" option
/plugin/toolbuttondel/
H A Daction.php174 if (!$handle = fopen(DOKU_INC .'toolbar.txt', 'a')) {
181 fwrite($handle, "$data\n");
182 fclose($handle);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php406 $handle = fopen('php://stdin', 'r');
407 if (stream_set_blocking($handle, false) === true) {
409 while (($line = fgets($handle)) !== false) {
414 stream_set_blocking($handle, true);
415 fclose($handle);
1004 $handle = fopen('php://stdin', 'r');
1005 stream_set_blocking($handle, true);
1006 $fileContents = stream_get_contents($handle);
1007 fclose($handle);
/plugin/bliki/
H A Dsyntax.php341 $handle = @opendir($dir);
342 if (!$handle) {
345 while ($file = @readdir($handle)) {
361 @closedir($handle);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php330 &$handle = null, argument
333 return $visitor->visit($this, $handle, $eldnah);
/plugin/webdav/core/Plugin/
H A DFakeLocker.php97 $propFind->handle('{DAV:}supportedlock', function () {
100 $propFind->handle('{DAV:}lockdiscovery', function () use ($propFind) {
/plugin/htmlokay/
H A Daction.php313 $handle = fopen("htmlok_php.txt", "a");
315 fwrite($handle,"$what\n");
316 fclose($handle);

12345678910>>...66