Home
last modified time | relevance | path

Searched refs:handle (Results 101 – 125 of 1645) sorted by relevance

12345678910>>...66

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php276 $handle = Context::getInstance(uniqid());
277 $handle->setParameters([
280 $context = $handle->getId();
282 $handle = Context::getInstance($context);
283 $parameters = $handle->getParameters();
286 $handle->setParameters([
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php152 $handle = new Compiler\Llk\Rule\Ekzit($ruleName, 0);
154 $handle,
155 new Compiler\Llk\Rule\Entry($ruleName, 0, [$handle])
172 $handle = null;
176 $handle .= $this->generateToken($trace);
181 $this->_current = $handle;
/plugin/gcalendar/inc/
H A Dgcal_read.php101 $handle = fopen ($filepath, "r");
103 while (!feof($handle)) {
104 $buffer = trim(fgets($handle, 4096));
180 fclose($handle);
288 if(!@$handle=opendir($dir)) continue;
290 while ($file = readdir ($handle)) {
300 closedir($handle);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php537 $handle = [];
545 $handle[] = $pop;
560 for ($j = count($handle) - 1; $j >= 0; --$j) {
561 $children[] = $handle[$j];
568 true === $this->mergeTree($children, $handle, $cId)) {
573 true === $this->mergeTree($children, $handle, $cId, true)) {
579 foreach ($handle as $child) {
619 &$handle, argument
635 foreach ($handle as $child) {
642 foreach ($handle as $child) {
/plugin/fedauth/Auth/OpenID/
H A DDumbStore.php68 function getAssociation($server_url, $handle = null) argument
76 function removeAssociation($server_url, $handle) argument
/plugin/hr/
H A Dsyntax.php193 * return value of the <tt>handle()</tt> method.
197 * @param $aData Array The data created by the <tt>handle()</tt>
202 * @see handle()
/plugin/literal_entities/
H A Dsyntax.php118 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_literal_entities
139 * @see handle()
/plugin/confmanager/
H A Dadmin.php32 public function handle() { function in admin_plugin_confmanager
34 $this->adminAction->handle();
/plugin/data-au/_test/
H A Ddb.test.php44 $dataau = $plugin->handle($test_table, 0, 0, $handler);
73 $dataau = $plugin->handle($test_table, 0, 0, $handler);
101 $dataau = $plugin->handle($test_table, 0, 0, $handler);
131 $dataau = $plugin->handle($test_table, 0, 0, $handler);
/plugin/data/_test/
H A Ddb.test.php
/plugin/fckg/action/
H A Dsave.php174 if (!$handle = fopen('save.txt', 'a')) {
179 fwrite($handle, "save.php: $data\n");
180 fclose($handle);
/plugin/directions/syntax/
H A Dglobaldirections.php194 * return value of the <tt>handle()</tt> method.
198 * @param $aData Array The data created by the <tt>handle()</tt>
203 * @see handle()
H A Dlocaldirections.php198 * return value of the <tt>handle()</tt> method.
202 * @param $aData Array The data created by the <tt>handle()</tt>
207 * @see handle()
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DOverflowHandler.php90 public function handle(array $record): bool function in Monolog\\Handler\\OverflowHandler
113 $this->handler->handle($buffered);
119 $this->handler->handle($record);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php31 public static function handle(Event $event) function in ComboStrap\\Api\\ApiRouter
37 QualityMessageHandler::handle($event);
41 MetaManagerHandler::handle($event);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php91 $handle = $this->_callback;
93 return $this->_current = $handle($this->_key);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php386 $handle = null;
389 $handle = @opendir($path);
391 $handle = @opendir($path, $this->context);
394 if (false === $handle) {
398 $this->_stream = $handle;
/plugin/bomfix/
H A Dsyntax.php183 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_bomfix
209 * @see handle()
/plugin/divalign2/syntax/
H A Dcenter.php32 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_divalign2_center
36 parent::handle($match, $state, $pos, $handler);
H A Djustify.php32 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_divalign2_justify
36 parent::handle($match, $state, $pos, $handler);
H A Dleft.php32 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_divalign2_left
36 parent::handle($match, $state, $pos, $handler);
H A Dright.php32 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_divalign2_right
36 parent::handle($match, $state, $pos, $handler);
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php38 $handle = opendir($stylesDir);
39 while(FALSE !== ($dir = readdir($handle)))
/plugin/openas/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_openas
145 $handle = fopen("saveas.txt", "a");
147 fwrite($handle,"$what\n");
148 fclose($handle);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlHandler.php40 curl_exec($easy->handle);
41 $easy->errno = curl_errno($easy->handle);

12345678910>>...66