Home
last modified time | relevance | path

Searched refs:state (Results 1551 – 1575 of 2205) sorted by relevance

1...<<61626364656667686970>>...89

/plugin/bez/syntax/
H A Dnav.php19 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/judge/
H A Dsyntax.php55 * @param int $state Type of pattern which triggered this call to handle()
61 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/datatemplate/syntax/
H A Dentry.php43 function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 $data = parent::handle($match, $state, $pos, $handler);
/plugin/box2/
H A Dsyntax.php81 function handle($match, $state, $pos, Doku_Handler $handler){ argument
83 switch ($state) {
/plugin/acmenu/
H A Dsyntax.php82 * @param integer $state
83 * the lexer state
91 public function handle($match, $state, $pos, Doku_Handler $handler)
93 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/combo/syntax/
H A Dfrontmatter.php139 * @param int $state
146 function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js290 jQuery.fn.toggleClass = function( state ) { argument
293 if ( state !== undefined && typeof state !== "boolean" ) {
313 className || state === false ?
/plugin/siteexport/syntax/
H A Dtoc.php45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 switch ($state) {
95 $handler->internallink($match, $state, $pos);
99 $handler->internallink($match, $state, $pos);
H A Dsiteexport.php30 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/odt/ODT/
H A DODTDocument.php56 public $state; variable in ODTDocument
116 $this->state = new ODTState();
157 $this->state->setDocument($this);
317 $in_paragraph = $this->state->getInParagraph();
336 $in_paragraph = $this->state->getInParagraph();
350 $in_paragraph = $this->state->getInParagraph();
372 $in_paragraph = $this->state->getInParagraph();
508 $list_item = $this->state->getCurrentListItem();
646 $inParagraph = $this->state->getInParagraph();
859 $current = $this->state->getCurrent();
[all …]
/plugin/webcomics/
H A Dsyntax.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/barcode/
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/actickets/
H A Dsyntax.php69 public function handle($match, $state, $pos, &$handler){ argument
/plugin/toctweak/syntax/
H A Dautotoc.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/include/syntax/
H A Dheader.php22 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/yourip/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/statdisplay/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/autoindex/
H A Dsyntax.php39 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/statistics/inc/pchart/
H A DREADME9 When updating later, make sure to have a look at the current state of forks.
/plugin/codemirror/dist/modes/
H A Dfactor.min.js.map1state contains the rules that are intially used\n start: [\n // comments\n {regex: /#…
/plugin/linkbonus/syntax/
H A Dinterwiki.txt73 function handle($match, $state, $pos, &$handler) {
186 'state' => $state
/plugin/database2/
H A Ddatabase2.php668 $state =& $this->getSession();
669 if ( !is_integer( $state['num'] ) )
701 $state =& $this->getSession();
702 $state = array();
977 $state =& $this->getSession();
996 $state['nav'] = 'previous';
998 $state['nav'] = 'next';
1007 unset( $state['nav'] );
1711 $state =& $this->getSession();
1746 $state = array_merge( $state, $updated );
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt141 # a state or in "show functions" so that a state does not
250 # bug fix: polyhedra saving in state
318 # bug fix: state for lcaocartoon broken
1485 # bug fix: stereo not in state
2125 # bug fix: drawhover not in state
3160 # bug fix: state: selection state "end function" missing semicolon
3779 # bug fix: new frame title and state
3841 # -- Ramachandran saved in state
4036 # bug fix: backbone not in state
5182 # adds echo script to defined state
[all …]
/plugin/lytebox/
H A Dlytebox.js820 LyteBox.prototype.toggleFlash = function(state) { argument
823 objects[i].style.visibility = (state == "hide") ? 'hidden' : 'visible';
827 embeds[i].style.visibility = (state == "hide") ? 'hidden' : 'visible';
834 objects[j].style.visibility = (state == "hide") ? 'hidden' : 'visible';
840 embeds[j].style.visibility = (state == "hide") ? 'hidden' : 'visible';
846 LyteBox.prototype.toggleSelects = function(state) { argument
849 selects[i].style.visibility = (state == "hide") ? 'hidden' : 'visible';
856 selects[j].style.visibility = (state == "hide") ? 'hidden' : 'visible';
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
598 "sebastian/global-state": "~1.0",
928 "name": "sebastian/global-state",
932 "url": "https://github.com/sebastianbergmann/global-state.git",
937 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e630…
971 "description": "Snapshotting of global state",
972 "homepage": "http://www.github.com/sebastianbergmann/global-state",
974 "global state"

1...<<61626364656667686970>>...89