Home
last modified time | relevance | path

Searched refs:state (Results 2076 – 2100 of 2205) sorted by path

1...<<818283848586878889

/plugin/today/
H A Dsyntax.php53 * @param int $state The state of the handler
59 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/todo/syntax/
H A Dlist.php50 * @param int $state The state of the handler
55 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtodo.php94 * @param $state int The lexer state for the match.
98 - DOKU_LEXER_EXIT: An array containing the current lexer state
101 array containing the current lexer state and the matched text.
103 public function handle($match, $state, $pos, Doku_Handler $handler) {
104 switch($state) {
133 $data = array_merge(array ($state, 'todotitle' => $handler->todotitle, 'todoindex' => $handler->todo_index, 'todouser' => $handler->todo_user, 'checked' => $handler->checked), $handler->todoargs);
143 return array_merge(array($state, 'match' => $match));
165 $state = $data[0];
169 switch($state) {
96 handle($match, $state, $pos, Doku_Handler $handler) global() argument
[all...]
/plugin/toggle/
H A DLICENSE631 state the exclusion of warranty; and each file should have at least
/plugin/togglewrap/
H A Dsyntax.php30 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/tooltip/syntax/
H A Dshort.php82 $data['state']= $state;
100 $state= $data['state'];
109 switch ($state) {
131 switch ($state) {
H A Dtooltip.php82 $data['state']= $state;
113 $state= $data['state'];
122 switch ($state) {
143 switch ($state) {
/plugin/top/
H A Dsyntax.php40 * @param int $state The state of the handler
45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
46 if ($state==DOKU_LEXER_SPECIAL) {
58 return array($state, $options);
60 return array($state, '');
/plugin/topbarsyntax/
H A Dsyntax.php45 function handle($match, $state, $pos, Doku_Handler &$handler) { argument
/plugin/tos/
H A Daction.php104 $state = $this->sessionState();
105 if ($state) return $state;
/plugin/translation/syntax/
H A Dnotrans.php43 public function handle($match, $state, $pos, Doku_Handler $handler)
42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtrans.php32 public function handle($match, $state, $pos, Doku_Handler $handler)
30 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/translation3/
H A Dsyntax.php54 function handle($match, $state, $pos, &$handler){ argument
/plugin/translationbuddy/
H A Dsyntax.php35 public function handle($match, $state, $pos, &$handler){ argument
/plugin/translator/syntax/
H A Dlabel.php49 function handle($match, $state, $pos, &$handler){ argument
H A Dtranslator.php52 function handle($match, $state, $pos, &$handler){ argument
/plugin/tuxquote/
H A Dquotes.txt956 …at, since a well-regulated militia is necessary to the security of a free state, you can buy high-…
1082 There was also hope in the Middle East, where the state of Israel was born in a happy celebration h…
1372 Youth would be an ideal state if it came a little later in life. <BR> -- Herbert Asquith, British p…
1856 …generate random numbers by deterministic means is, of course, living in a state of sin. <BR> -- Jo…
2345 I'm from Indiana, the home of more first-rate second-class men than any other state in the union. <…
2536 Thailand is primarily a Buddhist state and 'shit happens' -- but Allah has a lot of explaining to d…
2876 …s was the case with the Greeks and Romans, and must be that of every free state. <BR> -- Thomas Je…
4013 The steady state of disks is full. <BR> --Ken Thompson
4018 Four-state logic: yes, no, maybe and maybe not <BR> --Art Ng
4143 It was the kind of place where a state legislator could actually say, "If the English language was …
/plugin/twcheckliste/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { argument
55 switch ($state) {
57 …Hidden' => '', 'onVisible' => '', 'initialState' => 'hidden', 'state' => $state, 'printHead' => tr…
71 return array($state, $html);
73 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/twitter/
H A Dsyntax.php221 * @param int $state The lexer state for the match
228 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/twofactor/
H A Dstyle.less45 section.state {
/plugin/txt2tags/
H A Dsyntax.php40 function handle($match, $state, $pos, &$handler) { argument
41 switch ($state) {
42 case DOKU_LEXER_ENTER : return array($state, '');
50 return array($state, $html);
51 case DOKU_LEXER_EXIT : return array($state, '');
53 return array($state,'');
60 list($state,$match) = $data;
61 switch ($state) {
73 list($state,$match) = $data;
74 switch ($state) {
/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/typography/helper/
H A Dodt.php17 list($state, $tag_data) = $data;
23 switch ($state) {
/plugin/typography/syntax/
H A Dbase.php68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
70 switch($state) {
89 return $data = array($state, $tag_data);
92 $handler->base($match, $state, $pos);
96 return $data = array($state, '');
121 list($state, $tag_data) = $data;
122 switch ($state) {
H A Dsmallcaps.php32 public function handle($match, $state, $pos, Doku_Handler $handler) argument
34 switch($state) {
47 return $data = array($state, $tag_data);
50 $handler->base($match, $state, $pos);
54 return $data = array($state, '');

1...<<818283848586878889