Home
last modified time | relevance | path

Searched refs:state (Results 1326 – 1350 of 2205) sorted by relevance

1...<<51525354555657585960>>...89

/plugin/itemtable/
H A Dsyntax.php183 list($state, $match) = $data;
184 switch ($state) {
/plugin/discussion/syntax/
H A Dthreads.php47 * @param int $state The lexer state for the match
52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/oauth/
H A Dauth.php38 if ($INPUT->has('state') && plugin_load('helper', 'farmer')) {
39 $this->handleFarmState($INPUT->str('state'));
202 * to a proper animal instance detected from $state
204 * @param $state
206 protected function handleFarmState($state) argument
210 $data = json_decode(base64_decode(urldecode($state)));
/plugin/qna/syntax/
H A Dtoc.php49 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
52 if ($state == DOKU_LEXER_SPECIAL) {
/plugin/dokugource/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler) { argument
/plugin/bbcode/
H A Ddeleted.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dbold.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ditalic.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dmonospace.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dunderline.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dcode.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/geonav/
H A Dstates.sql15 CREATE TABLE states ( state_id int UNIQUE PRIMARY KEY, state char(32) NOT NULL, state_abbr char(8) … field
/plugin/dbquery/syntax/
H A Dmacro.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/inlinetoc/
H A Dsyntax.php47 function handle($match, $state, $pos, &$handler) { argument
/plugin/nosidebar/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/subjectindex/syntax/
H A Dignore.php45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/indexmenu/syntax/
H A Dtag.php48 * @param int $state The lexer state for the match
53 public function handle($match, $state, $pos, Doku_Handler $handler)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js276 var state = graph.view.getState(graph.getSelectionCell());
278 if (state != null)
280 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE);
1258 if (state != null)
1260 value = state.style[key] || value;
1349 var state = graph.getView().getState(graph.getSelectionCell());
1352 if (state != null)
1354 color = state.style[key] || color;
1536 var state = graph.view.getState(cell);
1539 if (state != null)
[all …]
/plugin/autotranslation/syntax/
H A Dnotrans.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/fbsp/
H A Dfbcomment.php41 function handle($match, $state, $pos, &$handler){ argument
H A Dfblike.php41 function handle($match, $state, $pos, &$handler){ argument
/plugin/toc/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { argument
/plugin/inlinejs/syntax/
H A Dembedcss.php57 list($state, $code) = $data;
/plugin/markdowku/
H A Dcodespans2.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcodespans3.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument

1...<<51525354555657585960>>...89