Home
last modified time | relevance | path

Searched refs:state (Results 1976 – 2000 of 2205) sorted by path

1...<<71727374757677787980>>...89

/plugin/spatialhelper/syntax/
H A Dfindnearby.php71 * @param int $state The lexer state for the match
78 final public function handle($match, $state, $pos, Doku_Handler $handler): bool|array
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/spellcheck/
H A Dscript.js188 this.setState = function(state){ argument
189 switch (state){
/plugin/sql/
H A Dsyntax.php68 function handle($match, $state, $pos, Doku_Handler $handler){ argument
69 switch ($state) {
/plugin/sql2wiki/syntax/
H A Dquery.php38 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/sqlcomp/
H A Dsyntax.php64 * @param int $state The state of the handler
69 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/sqljson/
H A Dsyntax.php37 * @param int $state The state of the handler
42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
44 switch ($state) {
/plugin/sqlquery/
H A Dsyntax.php36 * @param int $state The state of the handler
41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
43 switch ( $state )
/plugin/sqlraw/
H A Dsyntax.php59 function handle($match, $state, $pos, &$handler){ argument
60 switch ($state) {
/plugin/src/
H A Dsyntax.php58 * @param int $state The state of the handler
63 public function handle($match, $state, $pos, Doku_Handler &$handler) { argument
/plugin/starred/
H A Dsyntax.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/statdisplay/pchart/
H A DREADME12 When updating later, make sure to have a look at the current state of forks.
/plugin/statdisplay/
H A Dsyntax.php36 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/stellarium/
H A Dsyntax.php34 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js104 var state = STATE.NONE;
289 state = STATE.NONE;
318 state = STATE.ROTATE;
325 state = STATE.DOLLY;
332 state = STATE.PAN;
410 state = STATE.NONE;
497 state = STATE.TOUCH_DOLLY;
509 state = STATE.TOUCH_PAN;
516 state = STATE.NONE;
597 state = STATE.NONE;
[all …]
H A Dthree.min.js2state:a}}function Wi(t,e){var n=new Vi(t,e),r=[],i=[];return{init:function(){r.length=0,i.length=0…
/plugin/stlviewer/
H A Dsyntax.php43 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
109 return array($state, $opts);
118 list($state, $opts) = $data;
/plugin/strata/aggregates/
H A Dsum.php15 return array_reduce($values, function(&$state, $item) {
17 $state[0] += $item;
19 $state[] = $item;
21 return $state;
/plugin/strata/syntax/
H A Dentry.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
51 $match = $this->preprocess($match, $state, $pos, $handler, $result);
176 * @param state the parser state
182 function preprocess($match, $state, $pos, &$handler, &$result) {
179 preprocess($match, $state, $pos, & $handler, & $result) global() argument
H A Dinfo.php41 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dnodata.php37 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dselect.php66 function handle($match, $state, $pos, Doku_Handler $handler) { argument
72 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap);
207 * @param state the parser state
214 function preprocess($match, $state, $pos, &$handler, &$result, &$typemap) {
212 preprocess($match, $state, $pos, & $handler, & $result, & $typemap) global() argument
/plugin/struct/meta/
H A DFilterValueListHandler.php24 * @param int state - the type of match made (see below)
27 public function row($match, $state, $pos) argument
29 switch ($state) {
50 * @param int state - the type of match made (see below)
53 public function singleQuoteString($match, $state, $pos) argument
55 if ($state === DOKU_LEXER_UNMATCHED) {
63 * @param int state - the type of match made (see below)
66 public function escapeSequence($match, $state, $pos)
75 * @param int state - the type of match made (see below)
78 public function number($match, $state,
68 escapeSequence($match, $state, $pos) global() argument
80 number($match, $state, $pos) global() argument
[all...]
/plugin/struct/renderer/
H A Dcsv.php169 public function plugin($name, $args, $state = '', $match = '') argument
172 parent::plugin($name, $args, $state, $match);
/plugin/struct/syntax/
H A Dcloud.php56 * @param int $state The state of the handler
61 public function handle($match, $state, $pos, Doku_Handler $handler)
60 handle($match, $state, $pos, Doku_Handler $handler) global() argument

1...<<71727374757677787980>>...89