Home
last modified time | relevance | path

Searched refs:state (Results 901 – 925 of 2205) sorted by relevance

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

/plugin/codemirror/dist/modes/
H A Dtornado.min.js.map1state","eatWhile","ch","next","eat","tokenize","inTag","close","match","startState","token","confi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DInstance.php124 public $state; variable in Google\\Service\\CloudRedis\\Instance
519 public function setState($state) argument
521 $this->state = $state;
528 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DProduct.php54 public $state; variable in Google\\Service\\AdExchangeBuyer\\Product
292 public function setState($state) argument
294 $this->state = $state;
298 return $this->state;
/plugin/abbr/syntax/
H A Dabbreviation.php32 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
68 return array($state, $shortonly, $shortened, $phrase);
78 list($state, $shortonly, $shortened, $phrase) = $data;
/plugin/latexit/syntax/
H A Dbase.php65 * @param int $state The state of the handler
70 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
81 return array($state, $tildas);
/plugin/bootswrapper/syntax/
H A Dcallout.php57 list($state, $match, $pos, $attributes) = $data;
61 if ($state == DOKU_LEXER_ENTER) {
139 if ($state == DOKU_LEXER_EXIT) {
H A Dpopover.php88 list($state, $match, $pos, $attributes) = $data;
90 if ($state == DOKU_LEXER_ENTER) {
147 if ($state == DOKU_LEXER_EXIT) {
H A Dmodal.php88 list($state, $match, $pos, $attributes) = $data;
90 if ($state == DOKU_LEXER_ENTER) {
151 if ($state == DOKU_LEXER_EXIT) {
/plugin/combo/syntax/
H A Dcomment.php110 function handle($match, $state, $pos, Doku_Handler $handler) argument
113 switch ($state) {
118 PluginUtility::STATE => $state
H A Dminimap.php60 * @param int $state
67 function handle($match, $state, $pos, Doku_Handler $handler) argument
70 switch ($state) {
73 // there is only one state entering the function
102 PluginUtility::STATE => $state,
124 $state = $data[PluginUtility::STATE];
127 // there is only one state entering the function
129 switch ($state) {
H A Dxmlprotectedtag.php114 * @param int $state
121 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
/plugin/columns/
H A Dsyntax.php75 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
76 foreach ($this->syntax as $state => $pattern) {
81 switch ($state) {
84 return array($state, preg_split('/\s+/', $data[1], -1, PREG_SPLIT_NO_EMPTY));
87 return array($state, array());
161 public function render($state, Doku_Renderer $renderer, $attribute) { argument
162 switch ($state) {
215 public function render($state, Doku_Renderer $renderer, $attribute) { argument
216 parent::render($state, $renderer, $attribute);
218 if ($state == 987 && method_exists($renderer, 'finishSectionEdit')) {
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1state.sublimeFindFullWord==b.doc.sel;if(a.cmpPos(d,e)==0){var h=g(b,d);if(!h.word)return;b.setSele…
/plugin/combo/ComboStrap/
H A DCallStack.php28 * A tag is a call that has a state {@link DOKU_LEXER_ENTER} or {@link DOKU_LEXER_SPECIAL}
282 * state of {@link SyntaxPlugin::handle()} to create paragraph
431 $state = $actualCall->getState();
432 switch ($state) {
491 $state = $actualCall->getState();
492 switch ($state) {
545 LogUtility::msg("A next sibling can be asked only from a tag call. The state is $enterState", LogUtility::LVL_MSG_ERROR, "support");
552 $state = $actualCall->getState();
553 switch ($state) {
569 if ($level == 0 && in_array($state, sel
[all...]
/plugin/dataloop/syntax/
H A Dtextloop.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/workflow/syntax/
H A Ddecision.php45 public function handle($match, $state, $pos, &$handler){ argument
46 $data = array($state, $match);
55 list($state, $data) = $indata;
61 switch ($state) {
/plugin/namespacesearch/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
41 return array($state, $spaces);
48 list($state, $spaces) = $data;
50 if ($mode == 'xhtml' && $state = DOKU_LEXER_SPECIAL ) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.whitespace.php12 function readCSS(&$state) { argument
13 parent::readCSS($state);
15 $this->_readCSSLengths($state,
/plugin/slideshare/slideshare/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ argument
57 return array($state, array($cmd,$id,$align,$title));
62 list($state, $match) = $data;
/plugin/newsticker/syntax/
H A Dticker.php50 * @param int $state The state of the handler
55 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 if ($state !== 3) {
/plugin/embeddedphp/syntax/
H A Dphpinline.php67 public function handle($match, $state, $pos, Doku_Handler $handler) argument
75 switch($state) {
78 return [$state, $match];
/plugin/indobible/
H A Dsyntax.php43 function handle($match, $state, $pos, Doku_Handler &$handler){ argument
46 switch ($state) {
53 return array($bibleLink, $state, $pos);
/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/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php104 $state = 0;
132 if ($state === 0) {
137 $state ^= 1;
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php16 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
22 return [$state, [$parameters]];
30 [$state, $match] = $data;
31 switch ($state) {

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