Home
last modified time | relevance | path

Searched refs:state (Results 1276 – 1300 of 2205) sorted by relevance

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

/plugin/combo/ComboStrap/Tag/
H A DShareTag.php28 * @param $state
31 public static function renderSpecialEnter(TagAttributes $shareAttributes, $state): string argument
112 if ($state === DOKU_LEXER_SPECIAL) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dfeefeb68144002fd1fff57b77b95b85e.asciidoc12 'field' => 'state.keyword',
H A D47bb632c6091ad0cd94bc660bdd309a5.asciidoc20 'state' => 'ID',
H A Dcfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc12 'field' => 'state.keyword',
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak490 mxCellState state = getView().getState(cell);
519 if (state != null)
522 for (int i = 0; i < state.getAbsolutePointCount(); i++)
524 mxPoint point = state.getAbsolutePoint(i);
548 tip += "state=[";
550 if (state != null)
552 tip += "x=" + numberFormat.format(state.getX()) + ",y="
553 + numberFormat.format(state.getY()) + ",width="
554 + numberFormat.format(state.getWidth())
556 + numberFormat.format(state.getHeight());
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js118 var s = this.state;
236 var s = this.state;
272 var s = this.state;
314 var s = this.state;
339 var s = this.state;
365 var s = this.state;
404 var s = this.state;
640 var s = this.state;
758 var s = this.state;
1113 var s = this.state;
/plugin/wrap/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/adhoctags/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/doi/syntax/
H A Disbn.php19 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/include/syntax/
H A Dcloselastsecedit.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bez/db/
H A Dupdate0003.sql17 WHEN old.state = 'done'
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js24 var FCKToolbarButtonUI = function( name, label, tooltip, iconPathOrStripInfoArray, style, state ) argument
30 this.State = state || FCK_TRISTATE_OFF ;
/plugin/nsindex/
H A Dsyntax.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php58 * @param int $state
66 public function handle($match, $state, $pos, Doku_Handler &$handler) { argument
/plugin/directorylist/syntax/
H A Ddirectorylist.php56 * @param int $state The state of the handler
61 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/watchcycle/
H A Dsyntax.php46 * @param int $state The state of the handler
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php62 * @param int $state Lexer state for the match
67 public function handle($match, $state, $position, Doku_Handler $handler): array argument
/plugin/achart/
H A Dsyntax.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/fastwiki/
H A Dhistory.js50 document.title = e.state.title;
52 self.switchBasePath(e.state.url);
53 //TODO: Set m_viewMode=null with a callback. Put current view mode in the state. Generalize with a getPageState() and pageStateCallback()
/plugin/do/syntax/
H A Ddolist.php42 * @param int $state The lexer state for the match
48 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/struct/syntax/
H A Doutput.php69 * @param int $state The state of the handler
74 public function handle($match, $state, $pos, Doku_Handler $handler)
72 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/revealjs/plugin/multiplex/
H A Dclient.js11 Reveal.setState(data.state);
/plugin/comment/
H A Dsyntax.php22 function handle($match, $state, $pos, Doku_Handler $handler){ return ''; }
28 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/editsections2/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler) argument
/plugin/blog/syntax/
H A Ddraft.php18 function handle($match, $state, $pos, Doku_Handler $handler) { argument

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