/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/ |
D | Parser.php | 109 public $state = self::STATE_BEFORE_VERSION_NAME; variable in SimplePie\\XML\\Declaration\\Parser 155 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) { 156 $state = $this->state; 157 $this->$state(); 160 if ($this->state === self::STATE_EMIT) { 214 $this->state = self::STATE_VERSION_NAME; 216 $this->state = self::STATE_ERROR; 225 $this->state = self::STATE_VERSION_EQUALS; 227 $this->state = self::STATE_ERROR; 236 $this->state = self::STATE_VERSION_VALUE; [all …]
|
/dokuwiki/inc/parser/ |
D | handler.php | 115 * @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 …]
|
D | renderer.php | 118 * @param string $state matched state if any 121 public function plugin($name, $data, $state = '', $match = '') argument
|
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
D | Parser.php | 123 protected $state = self::STATE_HTTP_VERSION; variable in SimplePie\\HTTP\\Parser 178 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) { 179 $state = $this->state; 180 $this->$state(); 183 if ($this->state === self::STATE_EMIT || $this->state === self::STATE_BODY) { 231 $this->state = self::STATE_STATUS; 233 $this->state = self::STATE_ERROR; 236 $this->state = self::STATE_ERROR; 248 $this->state = self::STATE_REASON; 250 $this->state = self::STATE_ERROR; [all …]
|
/dokuwiki/inc/Parsing/Lexer/ |
D | StateStack.php | 41 * @param string $state New state. 43 public function enter($state) argument 45 $this->stack[] = $state;
|
/dokuwiki/lib/scripts/ |
D | page.js | 145 makeToggle: function(handle, content, state){ argument 168 $handle[0].setState = function(state){ argument 170 if(!state) state = 1; 179 if(state === -1) { 181 } else if(state === 1) { 207 $handle[0].setState(state);
|
D | behaviour.js | 32 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/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | Rijndael.php | 324 $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/vendor/paragonie/constant_time_encoding/src/ |
D | Hex.php | 114 $state = 0; 142 if ($state === 0) { 147 $state ^= 1;
|
/dokuwiki/inc/Extension/ |
D | SyntaxPlugin.php | 73 * @param int $state The lexer state for the match 78 abstract public function handle($match, $state, $pos, Doku_Handler $handler); argument
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 57 .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/ |
D | _search.less | 46 // default closed toggle state 85 // open toggle state
|
/dokuwiki/lib/plugins/info/ |
D | syntax.php | 51 * @param int $state The lexer state for the match 56 public function handle($match, $state, $pos, Doku_Handler $handler) argument
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
D | composer.lock | 3 "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/vendor/splitbrain/slika/ |
D | composer.lock | 3 "This file locks the dependencies of your project to a known state", 805 "sebastian/global-state": "^3.0.0", 1203 "name": "sebastian/global-state", 1207 "url": "https://github.com/sebastianbergmann/global-state.git", 1212 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bf… 1249 "description": "Snapshotting of global state", 1250 "homepage": "http://www.github.com/sebastianbergmann/global-state", 1252 "global state" 1255 "issues": "https://github.com/sebastianbergmann/global-state/issues", 1256 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1"
|
/dokuwiki/_test/ |
D | composer.lock | 3 "This file locks the dependencies of your project to a known state", 937 "sebastian/global-state": "^5.0.7", 1567 "name": "sebastian/global-state", 1571 "url": "https://github.com/sebastianbergmann/global-state.git", 1576 …"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a… 1613 "description": "Snapshotting of global state", 1614 "homepage": "http://www.github.com/sebastianbergmann/global-state", 1616 "global state" 1619 "issues": "https://github.com/sebastianbergmann/global-state/issues", 1620 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
|
/dokuwiki/vendor/simplepie/simplepie/ |
D | CHANGELOG.md | 85 - Do not use magic values for state machine state by @jtojnar in [#735](https://github.com/simplepi…
|
/dokuwiki/ |
D | composer.lock | 3 "This file locks the dependencies of your project to a known state",
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 1237 public function documentFragment($state = null) { argument 1238 if ($state) { 1239 phpQuery::$documents[$this->getDocumentID()]['documentFragment'] = $state;
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.min.js | 2 …state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch… method
|