Home
last modified time | relevance | path

Searched refs:state (Results 1176 – 1200 of 2205) sorted by relevance

1...<<41424344454647484950>>...89

/plugin/mathjax/syntax/
H A Dprotecttex.php123 * @param int $state The lexer state for the match
128 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/katex/syntax/
H A Dprotect.php131 * @param int $state The lexer state for the match
136 public function handle( $match, $state, $pos, Doku_Handler $handler ) argument
/plugin/tag/syntax/
H A Dtag.php42 * @param int $state The state of the handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcount.php40 * @param int $state The state of the handler
45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php539 public $state; variable in Google_DatabaseInstance
594 public function setState( $state) { argument
595 $this->state = $state;
598 return $this->state;
677 public $state; variable in Google_InstanceOperation
740 public function setState( $state) { argument
741 $this->state = $state;
744 return $this->state;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js34 var state = this.GetState() ;
41 if ( state == FCK_TRISTATE_OFF )
94 else if ( state == FCK_TRISTATE_ON )
/plugin/abc2/
H A Dsyntax.php59 * @param int $state The state of the handler
65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
67 if ( $state == DOKU_LEXER_UNMATCHED ) {
/plugin/combo/ComboStrap/
H A DPermalinkTag.php21 public static function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $handler): array argument
82 if ($state === DOKU_LEXER_SPECIAL) {
111 if ($state === DOKU_LEXER_SPECIAL) {
/plugin/codemirror/dist/modes/
H A Dxml.min.js1state=t;b.tagName=b.tagStart=null;var d=b.tokenize(a,b);return d?d+" tag error":"tag error"}else i… property in AnonymousFunctiona693641a0200.b
H A Ddylan.min.js.map1state","tokenize","tokenBase","ch","peek","next","tokenString","eat","tokenComment","skipToEnd","b…
/plugin/structat/syntax/
H A Dtable.php63 * @param int $state The state of the handler
68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/youtrack/syntax/
H A Dlist.php47 * @param int $state The state of the handler
52 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/dwcommits/
H A Dscript.js67 var state = dwc_toggle_div("dwc_info_div");
68 if(state == 'none')dwc_toggle_div("dwc_info_div");
/plugin/autotooltip/
H A Dsyntax.php55 * @param int $state - The DokuWiki event state.
60 function handle($match, $state, $pos, Doku_Handler $handler) {
61 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/diagramsnet/lib/shapes/
H A DmxIBM.js55 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', 'none');
59 var prType = mxUtils.getValue(this.state.style, 'prType', '');
/plugin/combo/syntax/
H A Dmetadata.php145 * @param int $state
152 function handle($match, $state, $pos, Doku_Handler $handler) argument
155 * There is only one state call ie DOKU_LEXER_SPECIAL
/plugin/bez/syntax/
H A Dstruct.php49 * @param int $state The state of the handler
54 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/qna/syntax/
H A Dblock.php54 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 if ($state == DOKU_LEXER_SPECIAL) {
/plugin/struct/syntax/
H A Dlist.php63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtable.php63 * @param int $state The state of the handler argument
68 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/advrack/
H A Djquery.qtip.js1001 if((typeof state).search('boolean|number')) { state = !visible; }
1022 if(state) {
1066 if(state) {
1174 if(state === 'toggle') {
1180 state = TRUE;
1188 this.disabled = !!state;
1396 if(state) {
2736 if(state) {
2750 effect.call(elem, state);
2766 if(!state) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js119 var state = JSON.parse( item.state );
148 var state = JSON.parse( item.state );
218 var state, i1, rgba;
253 if ( state ) {
321 state: state
1271 state = JSON.stringify( state );
1278 state: state
1283 state: state
1298 state = JSON.stringify( state );
1304 state: state
[all …]
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js1state.emacsPrefix;if(!c)return b?null:1;A(a);return c=="-"?-1:Number(c)}function s(a){var b=typeof…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css155 .jp-state-playing .jp-type-single .jp-play {
158 .jp-state-playing .jp-type-single .jp-play:focus {
183 .jp-state-playing div.jp-type-playlist .jp-play {
243 .jp-state-full-screen .jp-full-screen {
246 .jp-state-full-screen .jp-full-screen:focus {
256 .jp-state-looped .jp-repeat {
259 .jp-state-looped .jp-repeat:focus {
269 .jp-state-shuffled .jp-shuffle {
272 .jp-state-shuffled .jp-shuffle:focus {
314 .jp-state-no-volume .jp-volume-controls {
[all …]
/plugin/snap/
H A Dsyntax.php.ori43 function handle($match, $state, $pos, &$handler){
44 if ($state == DOKU_LEXER_ENTER){
48 return array($state, $match);
57 list($state, $cdata) = $data;
99 switch ($state){

1...<<41424344454647484950>>...89