Home
last modified time | relevance | path

Searched refs:state (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php69 public $state = self::STATE_BEFORE_VERSION_NAME; variable in SimplePie\\XML\\Declaration\\Parser
115 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) {
116 $state = $this->state;
117 $this->$state();
120 if ($this->state === self::STATE_EMIT) {
177 $this->state = self::STATE_VERSION_NAME;
179 $this->state = self::STATE_ERROR;
188 $this->state = self::STATE_VERSION_EQUALS;
190 $this->state = self::STATE_ERROR;
199 $this->state = self::STATE_VERSION_VALUE;
[all …]
/dokuwiki/inc/parser/
H A Dhandler.php115 * @param int $state a LEXER_STATE_* constant
119 public function addPluginCall($plugin, $args, $state, $pos, $match) argument
121 $call = ['plugin', [$plugin, $args, $state, $match], $pos];
247 * @param int $state a LEXER_STATE_* constant
251 protected function nestingTag($match, $state, $pos, $name) argument
253 switch ($state) {
285 * @param int $state a LEXER_STATE_* constant
292 public function plugin($match, $state, $pos, $pluginname) argument
298 $data = $plugin->handle($match, $state, $pos, $this);
301 $this->addPluginCall($pluginname, $data, $state, $pos, $match);
[all …]
H A Drenderer.php118 * @param string $state matched state if any
121 public function plugin($name, $data, $state = '', $match = '') argument
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php89 protected $state = self::STATE_HTTP_VERSION; variable in SimplePie\\HTTP\\Parser
146 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) {
147 $state = $this->state;
148 $this->$state();
151 if ($this->state === self::STATE_EMIT || $this->state === self::STATE_BODY) {
201 $this->state = self::STATE_STATUS;
203 $this->state = self::STATE_ERROR;
206 $this->state = self::STATE_ERROR;
219 $this->state = self::STATE_REASON;
221 $this->state = self::STATE_ERROR;
[all …]
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php41 * @param string $state New state.
43 public function enter($state) argument
45 $this->stack[] = $state;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php324 $state = [];
335 $state[] = $word ^ $w[++$wc];
354 $temp[$i] = $t0[$state[$i] >> 24 & 0x000000FF] ^
355 $t1[$state[$j] >> 16 & 0x000000FF] ^
356 $t2[$state[$k] >> 8 & 0x000000FF] ^
357 $t3[$state[$l] & 0x000000FF] ^
364 $state = $temp;
369 $state[$i] = $sbox[$state[$i] & 0x000000FF] |
370 ($sbox[$state[$i] >> 8 & 0x000000FF] << 8) |
371 ($sbox[$state[$i] >> 16 & 0x000000FF] << 16) |
[all …]
/dokuwiki/lib/scripts/
H A Dpage.js146 makeToggle: function(handle, content, state){ argument
169 $handle[0].setState = function(state){ argument
171 if(!state) state = 1;
180 if(state === -1) {
182 } else if(state === 1) {
208 $handle[0].setState(state);
H A Dbehaviour.js32 jQuery.fn.dw_toggle = function(state, fn, noaria) { argument
35 if (typeof state === 'undefined') {
36 state = $this.is(':hidden');
38 $this[state ? "dw_show" : "dw_hide" ](fn, noaria);
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php73 * @param int $state The lexer state for the match
78 abstract public function handle($match, $state, $pos, Doku_Handler $handler); argument
/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DHex.php139 $state = 0;
167 if ($state === 0) {
172 $state ^= 1;
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css57 .ui-state-disabled {
136 .ui-menu .ui-state-focus,
137 .ui-menu .ui-state-active {
838 .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
899 .ui-state-default,
900 .ui-widget-content .ui-state-default,
901 .ui-widget-header .ui-state-default,
906 html .ui-button.ui-state-disabled:hover,
907 html .ui-button.ui-state-disabled:active {
913 .ui-state-default a,
[all …]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less46 // default closed toggle state
85 // open toggle state
/dokuwiki/lib/plugins/info/
H A Dsyntax.php51 * @param int $state The lexer state for the match
56 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
589 "sebastian/global-state": "^3.0.6",
1021 "name": "sebastian/global-state",
1025 "url": "https://github.com/sebastianbergmann/global-state.git",
1030 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe3…
1067 "description": "Snapshotting of global state",
1068 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1070 "global state"
1073 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1074 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.6"
[all …]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
581 "sebastian/global-state": "^3.0.0",
980 "name": "sebastian/global-state",
984 "url": "https://github.com/sebastianbergmann/global-state.git",
989 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2b…
1026 "description": "Snapshotting of global state",
1027 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1029 "global state"
1032 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1033 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2"
/dokuwiki/_test/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
855 "sebastian/global-state": "^5.0.8",
1518 "name": "sebastian/global-state",
1522 "url": "https://github.com/sebastianbergmann/global-state.git",
1527 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7…
1564 "description": "Snapshotting of global state",
1565 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1567 "global state"
1570 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1571 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8"
[all …]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md137 - Do not use magic values for state machine state (by @jtojnar in [#735](https://github.com/simplep…
/dokuwiki/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1237 public function documentFragment($state = null) { argument
1238 if ($state) {
1239 phpQuery::$documents[$this->getDocumentID()]['documentFragment'] = $state;
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch… method