Home
last modified time | relevance | path

Searched refs:state (Results 1226 – 1250 of 2205) sorted by relevance

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

/plugin/qna/
H A Daction.php233 public function insertPluginCall($index, $name, $data, $state, $text = '') { argument
234 …s->correction[$index][] = array(self::INSERT, array('plugin', array($name, $data, $state, $text)));
260 public function appendPluginCall($name, $data, $state, $text = '') { argument
261 …$this->correction[-1][] = array(self::INSERT, array('plugin', array($name, $data, $state, $text)));
/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1state","match","ch","next","skipToEnd","tokenize","tokenString","test","eatWhile","word","current"…
H A Dsql.min.js.map1state","ch","next","result","hexNumber","match","binaryNumber","charCodeAt","decimallessFloat","ea…
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss170 .jp-state-playing .jp-type-single .jp-play {
174 .jp-state-playing .jp-type-single .jp-play:focus {
208 .jp-state-playing div.jp-type-playlist .jp-play {
283 .jp-state-full-screen .jp-full-screen {
286 .jp-state-full-screen .jp-full-screen:focus {
297 .jp-state-looped .jp-repeat {
300 .jp-state-looped .jp-repeat:focus {
311 .jp-state-shuffled .jp-shuffle {
314 .jp-state-shuffled .jp-shuffle:focus {
368 .jp-state-no-volume .jp-volume-controls {
[all …]
/plugin/socialite/syntax/
H A Dbutton.php45 * @param int $state The state of the handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.inc.php16 function parse_style_attr($root, &$state, &$pipeline) { argument
44 $rule->apply($root, $state, $pipeline);
H A Dbox.page.margin.class.php75 $state =& $pipeline->get_current_css_state();
76 $state->pushDefaultState();
79 $at_rule->css->apply($root, $state, $pipeline);
82 $this->readCSS($state);
84 $state->pushDefaultstate();
112 $state->popState();
113 $state->popState();
H A Dcss.property.collection.php16 function apply(&$state) { argument
23 $handler->replace($value, $state);
/plugin/farmer/admin/
H A Dplugins.php39 if ($INPUT->has('bulk_plugin') && $INPUT->has('state')) {
43 $this->helper->setPluginState($plugin, $animal, $INPUT->int('state'));
52 foreach ($activePlugins as $plugin => $state) {
53 $this->helper->setPluginState($plugin, $animal, $state);
90 $bulkForm->addButton('state', $this->getLang('default'))
94 $bulkForm->addButton('state', $this->getLang('activate'))
98 $bulkForm->addButton('state', $this->getLang('deactivate'))
/plugin/tag/syntax/
H A Dtopic.php42 * @param int $state The state of the handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/columns/
H A Drewriter.php139 public function addPluginCall($name, $data, $state, $text = '') { argument
140 $this->call[] = array('plugin', array($name, $data, $state, $text));
/plugin/dokutranslate/
H A Dsyntax.php172 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
173 switch ($state) {
177 return array($state, $pos, $pos + strlen($match));
180 return array($state, $match);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php43 * DFA did not have a previous accept state. In this case, we use the
190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs);
199 $s = $ds0; // s is current/from DFA state
207 // avoid looking up the DFA state again, which is expensive.
211 // creating a DFA state. Once we know s!=null, we check to see if
212 // the DFA state has an edge already for t. If so, we can just reuse
217 // we have a previously added DFA state, we could jump over to
221 // A character will take us back to an existing DFA state
235 // capturing the accept state so the input index, line, and char
236 // position accurately reflect the state o
[all...]
H A DParserATNSimulator.php45 * requests go through the DFA first. If they reach a state without an edge for
47 * complete the DFA path for the current input (until it finds a conflict state
48 * or uniquely predicting state).
70 * The next time we reach this DFA state with an SLL conflict, through DFA
79 * of visible predicates from the ATN start state changes depending on the
106 * dip into the outer context by falling off the end of the decision state rule,
137 * evaluation until it reaches and accept state. This allows us to cache the SLL
139 * closure, the DFA state configuration sets would be different and we couldn't
142 * When building a DFA accept state during ATN simulation, we evaluate any
150 * When we start in the DFA and reach an accept state tha
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css157 .jp-state-playing .jp-play {
160 .jp-state-playing .jp-play:focus {
229 .jp-state-no-volume .jp-volume-controls {
267 .jp-state-muted .jp-mute {
270 .jp-state-muted .jp-mute:focus {
501 .jp-state-full-screen .jp-full-screen {
504 .jp-state-full-screen .jp-full-screen:focus {
513 .jp-state-looped .jp-repeat {
516 .jp-state-looped .jp-repeat:focus {
526 .jp-state-shuffled .jp-shuffle {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss170 .jp-state-playing .jp-play {
173 .jp-state-playing .jp-play:focus {
254 .jp-state-no-volume .jp-volume-controls {
296 .jp-state-muted .jp-mute {
299 .jp-state-muted .jp-mute:focus {
561 .jp-state-full-screen .jp-full-screen {
565 .jp-state-full-screen .jp-full-screen:focus {
577 .jp-state-looped .jp-repeat {
581 .jp-state-looped .jp-repeat:focus {
594 .jp-state-shuffled .jp-shuffle {
[all …]
/plugin/refnotes/syntax/
H A Dreferences.php114 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
115 $result = refnotes_parser_core::getInstance()->canHandle($state);
118 switch ($state) {
/plugin/mantisreporter/
H A Dsyntax.php53 * @param int $state
59 public function handle($match, $state, $pos, &$handler) { argument
60 return array($match, $state, $pos);
/plugin/schedule/syntax/
H A Dblock.php31 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
32 switch ($state) {
34 return array ($state, trim (substr ($match, 10, -2))); // "{{schedule" => 10 "}}" => 2
/plugin/textinsert/
H A Dsyntax.php59 function handle($match, $state, $pos, Doku_Handler $handler){ argument
141 return array($state,$match);
150 list($state, $word) = $data;
/plugin/navi/
H A Dsyntax.php41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
227 $state = (array_diff($info['parents'], $parentPath)) ? 'close' : '';
232 $upper[$info['parents'][$upperlevel]] = ($state == 'close') ? 'close' : 'open';
/plugin/quiz/
H A Dclass_quiz.php145 $state = '';
146 if ($temp == $n) $state = ' checked';
147 …$html .= '<input '.$state.' type="radio" name="answers[' . $question_num . ']" id="'.$n.'" value="…
157 $state = '';
158 if (isset($temp[$n]) && ($temp[$n] =='on')) $state = ' checked';
159 …$html .='<input '.$state.' type="checkbox" id="answers[' . $question_num . '][' . $n . ']" name="a…
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js129 ,state /* :Boolean */ argument
159 if (pre && options[i][type] == state) continue;
164 res += (options[i][type] != state);
165 options[i][type] = state;
167 if ( options[i][type] == state && !pre) {
168 res += (options[i][type] == state);
169 options[i][type] = ! state;
/plugin/vimeo/
H A Dsyntax.php49 * @param int $state The state of the handler
55 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/gil/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler){ argument
146 'state' => $state,

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