Home
last modified time | relevance | path

Searched refs:state (Results 1051 – 1075 of 2205) sorted by relevance

1...<<41424344454647484950>>...89

/plugin/mediasyntax/syntax/
H A Dmedia.php28 function handle($match, $state, $pos, Doku_Handler $handler)
29 // This first gets called with $state=1 and $match is the entryPattern that matched.
30 // Then it (the function handle) gets called with $state=3 and $match is the text
32 // Then it gets called with $state=4 and $match is the exitPattern.
35 return array($match, $state, $pos);
41 // $data[1] is always $state
39 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/combo/syntax/
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array argument
73 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
/plugin/linkback/
H A Dsyntax.php37 * @param int $state The lexer state for the match
42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte52 const unsubscribe = codeStore.subscribe((state) => {
53 if (state.updateEditor) {
54 handleCodeUpdate(state.code, true);
/plugin/diagramsnet/lib/shapes/
H A DmxKubernetes.js79 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', '');
81 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
82 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#ffffff');
H A DmxCisco19.js37 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', 'l2_switch');
39 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
40 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#000000');
/plugin/redproject/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler) { argument
60 switch($state){
64 'state'=>$state,
88 'state'=>$state,
96 return array('state'=>$state, 'text'=>$match);
98 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js214 graph.view.states.visit(function(id, state) argument
216 var link = graph.getLinkForCell(state.cell);
230 if (updateStyle(state.cell, ticket) |
231 updateData(state.cell, ticket))
233 graph.view.invalidate(state.cell, true, false);
234 state.style = null;
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js115 var state = view.getState(cell);
116 var bounds = view.getBoundingBox(state, true);
286 var state = view.getState(cell);
287 var bounds = view.getBoundingBox(state, true);
356 var state = view.getState(cell);
357 var bounds = view.getBoundingBox(state, true);
/plugin/filelisting/
H A Dsyntax.php46 * @param int $state The state of the handler
51 public function handle($match, $state, $pos, Doku_Handler $handler){
50 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/relativens/
H A Dsyntax.php74 $handler->media($modifiedMatch, $state, $pos);
78 $handler->internallink($modifiedMatch, $state, $pos);
/plugin/drawio/
H A Dsyntax.php46 * @param int $state The state of the handler
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/snippets/
H A Dsyntax.php40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
42 switch ($state) {
/plugin/tag/syntax/
H A Dtagpage.php46 * @param int $state The state of the handler
51 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/txtconf/
H A Dconfig0.class.php468 $state = 0;
470 if (!$state && is_whitespace($contents{$i})) continue;
472 if (!$state && ($c_close = is_commentopen($contents, $i))) {
480 if (($state == $contents{$i}) && !is_escaped($contents, $i)) { $state = 0; continue; }
481 if (!$state) {$state = $contents{$i}; continue; }
/plugin/dnsresolver/
H A Dsyntax.php44 public function handle($match, $state, $pos, Doku_Handler &$handler) argument
46 switch ( $state )
/plugin/daummovie/
H A Dsyntax.php46 * @param int $state The state of the handler
51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php48 * @param int $state The state of the handler
53 public function handle($match, $state, $pos, &$handler){ argument
/plugin/markdowku/
H A Danchorsreference.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
31 return array($state, $match);
H A Dcodeblocks.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 switch ($state) {
/plugin/lvhpacket/
H A Dsyntax.php86 function handle($match, $state, $pos, &$handler) argument
88 switch ($state)
186 return array($state, $value);
396 …$retVal = array($state, $this->name, $nameRow, $descriptionRow, $sizeRow, $formatRows, $details, $…
417 return array($state, $match);
/plugin/showif/
H A Dsyntax.php.alternative.version88 function handle($match, $state, $pos, &$handler){
90 switch ($state) {
119 return array($state, $calls, $this->conditions);
133 list($state, $calls, $conditions) = $data;
134 if($state != DOKU_LEXER_EXIT) return true;
/plugin/tos/
H A Daction.php104 $state = $this->sessionState();
105 if ($state) return $state;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.utils.inc.php31 function _fix_tag_display($default_display, &$state, &$pipeline) { argument
37 if ($handler->get($state->getState()) === "none") {
/plugin/simplemap/
H A Dsyntax.php54 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler): array argument

1...<<41424344454647484950>>...89