/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/ |
H A D | Parser.php | 129 while ($this->state && $this->state !== 'emit' && $this->has_data()) 131 $state = $this->state; 132 $this->$state(); 197 $this->state = false; 211 $this->state = false; 225 $this->state = false; 245 $this->state = false; 273 $this->state = false; 293 $this->state = false; 307 $this->state = false; [all …]
|
/dokuwiki/inc/parser/ |
H A D | handler.php | 102 * @param int $state a LEXER_STATE_* constant 235 switch ( $state ) { 293 public function base($match, $state, $pos) { argument 294 switch ( $state ) { 365 public function eol($match, $state, $pos) { argument 376 public function hr($match, $state, $pos) { argument 467 switch ( $state ) { 508 switch ( $state ) { 549 switch ( $state ) { 579 switch ( $state ) { [all …]
|
H A D | renderer.php | 110 * @param string $state matched state if any 113 public function plugin($name, $data, $state = '', $match = '') { argument
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/HTTP/ |
H A D | Parser.php | 148 while ($this->state && $this->state !== 'emit' && $this->has_data()) 150 $state = $this->state; 151 $this->$state(); 154 if ($this->state === 'emit' || $this->state === 'body') 209 $this->state = false; 214 $this->state = false; 231 $this->state = false; 270 $this->state = 'body'; 275 $this->state = 'body'; 279 $this->state = 'name'; [all …]
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | StateStack.php | 40 * @param string $state New state. 42 public function enter($state) argument 44 array_push($this->stack, $state);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Rijndael.php | 286 $state = array(); 297 $state[] = $word ^ $w[++$wc]; 326 $state = $temp; 331 $state[$i] = $sbox[$state[$i] & 0x000000FF] | 387 $state = array(); 398 $state[] = $word ^ $dw[++$wc]; 419 $state = $temp; 429 $word = ($state[$i] & 0xFF000000) | 430 ($state[$j] & 0x00FF0000) | 431 ($state[$k] & 0x0000FF00) | [all …]
|
/dokuwiki/lib/scripts/ |
H A D | page.js | 135 makeToggle: function(handle, content, state){ argument 158 $handle[0].setState = function(state){ argument 160 if(!state) state = 1; 169 if(state === -1) { 171 } else if(state === 1) { 197 $handle[0].setState(state);
|
H A 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/inc/Extension/ |
H A D | SyntaxPlugin.php | 74 * @param int $state The lexer state for the match 79 abstract public function handle($match, $state, $pos, Doku_Handler $handler); argument
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
H A D | smoothness.css | 58 .ui-state-disabled { 922 .ui-state-default, 946 .ui-state-hover, 949 .ui-state-focus, 959 .ui-state-hover a, 963 .ui-state-focus a, 976 .ui-state-active, 992 .ui-state-active a, 1008 .ui-state-checked { 1017 .ui-state-error, [all …]
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _search.less | 46 // default closed toggle state 85 // open toggle state
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 49 * @param int $state The lexer state for the match 54 public function handle($match, $state, $pos, Doku_Handler $handler) argument
|
/dokuwiki/lib/plugins/extension/ |
H A D | script.js | 81 .addClass(data.state);
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.min.js | 2 …state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch… method in AnonymousFunction752299bead00.a
|