Home
last modified time | relevance | path

Searched refs:state (Results 951 – 975 of 2205) sorted by relevance

1...<<31323334353637383940>>...89

/plugin/webcomponent/syntax/
H A Drelated.php98 * @param int $state
103 function handle($match, $state, $pos, Doku_Handler $handler) argument
106 switch ($state) {
128 return array($state, $parameters);
/plugin/combo/syntax/
H A Dpara.php157 * @param int $state
162 function handle($match, $state, $pos, Doku_Handler $handler) argument
191 $state = $data[PluginUtility::STATE];
193 switch ($state) {
H A Dxmlinlinetag.php146 * @param int $state
154 function handle($match, $state, $pos, Doku_Handler $handler) argument
157 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php784 foreach ($automata as $i => $state) {
785 foreach ($state as $j => $token) {
952 foreach ($this->_states[$e] as $i => $state) {
954 $label = $state;
956 if (__ != $state) {
978 ' "' . $e . '_' . $state . '" ' .
986 foreach ($transition as $j => $state) {
988 && __ != $state) {
998 '" -> "' . $e . '_' . $state . '"' .
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ argument
44 return array($state, $match);
/plugin/poem/
H A Dblock.php30 function handle($match, $state, $pos, Doku_Handler $handler){ argument
31 if ($state==DOKU_LEXER_UNMATCHED) {
/plugin/qrcodescanner/
H A Dsyntax.php28 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
29 return array($match, $state, $pos);
/plugin/extranet/
H A Dsyntax.php33 * @param int $state The lexer state for the match
38 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pgsqlquery/
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/bible/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler){ argument
62 switch ($state){
67 return array($bibleLink, $state, $pos);
/plugin/searchform/
H A Dsyntax.php46 * @param int $state The lexer state for the match
51 public function handle($match, $state, $pos, Doku_Handler $handler) {
61 return array($options, $state, $pos);
52 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/bootswrapper/syntax/
H A Daffix.php79 list($state, $match, $pos, $attributes) = $data;
81 if ($state == DOKU_LEXER_ENTER) {
160 if ($state == DOKU_LEXER_EXIT) {
/plugin/dataloop/syntax/
H A Dloop.php78 function handle($match, $state, $pos, &$handler){ argument
79 switch ($state) {
194 return array($state, $data, $match);
197 return array($state, $this->aData, $match);
200 return array($state, $this->aData, '');
216 list($state,$data, $match) = $alldata;
220 switch ($state) {
/plugin/todo/syntax/
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/booking/
H A Dsyntax.php47 * @param int $state The state of the handler
53 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/mediasyntax/syntax/
H A Dpreblock.php32 function handle($match, $state, $pos, Doku_Handler $handler)
33 // This first gets called with $state=1 and $match is the entryPattern that matched.
34 // Then it (the function handle) gets called with $state=3 and $match is the text
36 // Then it gets called with $state=4 and $match is the exitPattern.
39 if ($state == DOKU_LEXER_UNMATCHED)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Ditalic.php20 function handle($match, $state, $pos, Doku_Handler $handler)
22 return array($match, $state, $pos);
31 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php136 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Instance
577 public function setState($state) argument
579 $this->state = $state;
586 return $this->state;
/plugin/allowindentation/
H A Dsyntax.php86 * @param int $state The state of the handler
92 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/creole/syntax/
H A Dpreinline.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 switch ($state) {
/plugin/blogtng/syntax/
H A Dreadmore.php50 * @param int $state The lexer state for the match
55 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/html5video/
H A Dvideo.php46 public function handle($match, $state, $pos, &$handler){ argument
65 return array(state, explode('|', $params));
71 list($state, $params) = $data;
/plugin/pdfjs/
H A Dsyntax.php50 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
107 return array($state, $opts);
114 list($state, $opts) = $data;
/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/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitrix24.php53 public function requestAccessToken($code, $state = null) argument
55 if (null !== $state) {
56 $this->validateAuthorizationState($state);

1...<<31323334353637383940>>...89