Home
last modified time | relevance | path

Searched refs:handle (Results 176 – 200 of 1645) sorted by last modified time

12345678910>>...66

/plugin/combo/syntax/
H A Dstrong.php112 public function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_strong
H A Dtab.php103 * The handle function goal is to parse the matched syntax through the pattern function
111 * @see DokuWiki_Syntax_Plugin::handle()
114 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_tab
150 * @param array $data - what the function handle() return'ed
H A Dtabpanels.php106 * The handle function goal is to parse the matched syntax through the pattern function
114 * @see DokuWiki_Syntax_Plugin::handle()
117 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_tabpanels
154 * @param array $data - what the function handle() return'ed
H A Dtext.php103 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_text
151 * @param array $data - what the function handle() return'ed
167 * The {@link DOKU_LEXER_EXIT} of the {@link syntax_plugin_combo_text::handle()}
H A Dtoggle.php96 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_toggle
136 * @param array $data - what the function handle() return
H A Dtogglecollapse.php94 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_togglecollapse
132 * @param array $data - what the function handle() return
H A Dtoggleexpand.php94 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_toggleexpand
132 * @param array $data - what the function handle() return
H A Dtooltip.php127 * The handle function goal is to parse the matched syntax through the pattern function
135 * @see DokuWiki_Syntax_Plugin::handle()
138 function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_tooltip
209 * @param array $data - what the function handle() return'ed
H A Dunit.php114 public function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_unit
142 * @param array $data - what the function handle() return'ed
150 // The $data variable comes from the handle() function
H A Dvariable.php113 public function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_variable
H A Dwebcode.php140 * The handle function goal is to parse the matched syntax through the pattern function
149 * @see DokuWiki_Syntax_Plugin::handle()
152 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_webcode
193 * @param array $data - what the function handle() return'ed
202 // The $data variable comes from the handle() function
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_xmlblockemptytag
80 * @param array $data - what the function handle() return'ed
H A Dxmlblocktag.php143 function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_xmlblocktag
152 * @param array $data - what the function handle() return'ed
H A Dxmlinlinetag.php142 * The handle function goal is to parse the matched syntax through the pattern function
151 * @see DokuWiki_Syntax_Plugin::handle()
154 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_xmlinlinetag
165 * @param array $data - what the function handle() return'ed
H A Dxmlprotectedtag.php110 * The handle function goal is to parse the matched syntax through the pattern function
118 * @see DokuWiki_Syntax_Plugin::handle()
121 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_xmlprotectedtag
132 * @param array $data - what the function handle() return'ed
H A Dbackgrounds.php93 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_backgrounds
132 * @param array $data - what the function handle() return'ed
H A Dbadge.php99 * The handle function goal is to parse the matched syntax through the pattern function
107 * @see DokuWiki_Syntax_Plugin::handle()
110 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_badge
230 * @param array $data - what the function handle() return'ed
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/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php196 foreach ($this->fileHandles as $type => $handle) {
197 ftruncate($handle, 0);
198 fclose($handle);
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php126 * Static because it handle inline and block tag
757 $returnedArray = PageImageTag::handle($tagAttributes, $handler);
763 $returnedArray = CacheTag::handle($tagAttributes);
790 * {@link PluginUtility::DISPLAY} should be set on handle
H A DPageImageTag.php52 public static function handle($tagAttributes, $handler): array function in ComboStrap\\PageImageTag
/plugin/combo/action/
H A Dajax.php36 ApiRouter::handle($event);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php91 * @param string $handle The handle of the window to be focused on.
94 public function window($handle) argument
97 $params = ['handle' => (string) $handle];
99 $params = ['name' => (string) $handle];
129 $this->window($response['handle']);
/plugin/combo/admin/
H A Dpagerules.php97 * handle user request
99 function handle() function in admin_plugin_combo_pagerules
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md11 The parser can handle increments of ranges (e.g. */12, 2-59/3), intervals (e.g. 0-9),

12345678910>>...66