/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/ |
H A D | SymfonySession.php | 123 return $states[$service]; 135 $states = $this->session->get($this->stateVariableName); 137 if (!is_array($states)) { 138 $states = array(); 141 $states[$service] = $state; 144 $this->session->set($this->stateVariableName, $states); 158 return is_array($states) 159 && isset($states[$service]) 160 && null !== $states[$service]; 171 if (is_array($states) && array_key_exists($service, $states)) { [all …]
|
H A D | Memory.php | 22 protected $states; variable in OAuth\\Common\\Storage\\Memory 27 $this->states = array(); 91 return $this->states[$service]; 102 $this->states[$service] = $state; 113 return isset($this->states[$service]) && null !== $this->states[$service]; 121 if (array_key_exists($service, $this->states)) { 122 unset($this->states[$service]); 134 $this->states = array();
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/ |
H A D | SymfonySession.php | 120 $states = $this->session->get($this->stateVariableName); 123 return $states[$service]; 135 $states = $this->session->get($this->stateVariableName); 137 if (!is_array($states)) { 138 $states = array(); 141 $states[$service] = $state; 144 $this->session->set($this->stateVariableName, $states); 156 $states = $this->session->get($this->stateVariableName); 158 return is_array($states) 159 && isset($states[ [all...] |
H A D | Memory.php | 22 protected $states; variable in OAuth\\Common\\Storage\\Memory 27 $this->states = array(); 91 return $this->states[$service]; 102 $this->states[$service] = $state; 113 return isset($this->states[$service]) && null !== $this->states[$service]; 121 if (array_key_exists($service, $this->states)) { 122 unset($this->states[$service]); 134 $this->states = array();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/ |
H A D | ReportStateAndNotificationDevice.php | 29 public $states; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationDevice 48 public function setStates($states) argument 50 $this->states = $states; 57 return $this->states;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATN.php | 27 public $states = []; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATN 135 $state->stateNumber = \count($this->states); 137 $this->states[] = $state; 142 // just free mem, don't shift states in list 143 unset($this->states[$state->stateNumber]); 190 if ($stateNumber < 0 || $stateNumber >= \count($this->states)) { 194 $s = $this->states[$stateNumber]; 211 $invokingState = $this->states[$context->invokingState];
|
H A D | ATNDeserializer.php | 236 // ignore bad type of states 269 // delay the assignment of loop back and end states until we know all the 272 $pair[0]->loopBackState = $atn->states[$pair[1]]; 276 $endState = $atn->states[$pair[1]]; 288 $decisionState = $atn->states[$this->readInt()]; 300 $ruleStartState = $atn->states[$this->readInt()]; 318 $startState = $atn->states[$s]; 338 foreach ($atn->states as $state) { 353 $tokensStartState = $atn->states[$this->readInt()]; 404 $srcState = $atn->states[ [all...] |
H A D | ATNConfigSet.php | 26 * allow any code to manipulate the set; DFA states will point at 208 $states = new Set(); 211 $states->add($config->state); 215 return $states;
|
/plugin/geonav/ |
H A D | states.sql | 13 # Table structure for table: states 15 CREATE TABLE states ( state_id int UNIQUE PRIMARY KEY, state char(32) NOT NULL, state_abbr char(8) … table 18 # Dumping data for table: states
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
H A D | DFA.php | 16 * A set of all DFA states. Use {@see Map} so we can get old state back 21 public $states; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFA 48 $this->states = new Set(); 65 * start state {@see DFA::$s0} which is not stored in {@see DFA::$states}. 67 * edges supplying individual start states corresponding to specific 141 * Return a list of all states in this DFA, ordered by state number. 147 $list = $this->states->getValues();
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | Ll1.php | 328 * @param array $states States. 337 array $states, argument 345 $this->setStates($states); 736 * @param array $states States. 739 public function setStates(array $states) argument 742 $this->_states = $states;
|
/plugin/farmer/lang/en/ |
H A D | tab_plugins_help.txt | 6 A plugin can have three states in an Animal. It can be enabled (on) or disabled (off), or it can have the default state. The 14 or you can pick a specific animal and configure all the plugin states within that animal only. The third option allows you to
|
/plugin/ireadit/syntax/ |
H A D | list.php | 55 $states = array_map('trim', explode(',', strtolower($value))); 57 foreach ($states as $state) {
|
/plugin/approve/syntax/ |
H A D | table.php | 7 protected $states = ['approved', 'draft', 'ready_for_approval']; 33 'states' => $this->states, 45 if ($key == 'states') { 50 if (!in_array($state, $this->states)) { 52 implode(', ', $this->states), -1); 147 $pages = $db->getPages($params['approver'], $params['states'], $params['namespace'], $params['filter']); 9 protected $states = ['approved', 'draft', 'ready_for_approval']; global() variable in syntax_plugin_approve_table
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Lexer.php | 30 protected $states; variable in Twig\\Lexer 109 $this->states = []; 417 $this->states[] = $this->state; 423 if (0 === \count($this->states)) { 427 $this->state = array_pop($this->states);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_AppstateService.php | 137 public $states; variable in Google_AppstateService 149 …$this->states = new Google_StatesServiceResource($this, $this->serviceName, 'states', json_decode(…
|
/plugin/purplenumbers/images/ |
H A D | README | 6 All our products are supplied under our license agreement which basically states that:
|
/plugin/indexmenu2/templates/DokuWiki/Simple/ |
H A D | design.css | 2 * Tree menu has "expanded" and "collapsed" states
|
/plugin/diagramsnet/lib/plugins/ |
H A D | tickets.js | 214 graph.view.states.visit(function(id, state) 264 for (var key in graph.view.states.map) 266 var cell = graph.view.states.map[key].cell;
|
/plugin/indexmenu2/cms/templates/SimpleTree/ |
H A D | design.css | 2 * Tree menu has "expanded" and "collapsed" states
|
/plugin/indexmenu2/cms/templates/SimpleTree/WindowsExplorer/ |
H A D | design.css | 2 * Tree menu has "expanded" and "collapsed" states
|
/plugin/indexmenu2/templates/DokuWiki/ |
H A D | design.css | 2 * Tree menu has "expanded" and "collapsed" states
|
/plugin/indexmenu2/cms/templates/SimpleTree/WindowsExplorerAjaxum/ |
H A D | design.css | 2 * Tree menu has "expanded" and "collapsed" states
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
H A D | FailedPredicateException.php | 42 $s = $interpreter->atn->states[$recognizer->getState()];
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DistanceGuides.js | 32 if (this.states != null && bounds != null && delta != null) 47 var states = []; 49 for (var i = 0; i < this.states.length; i++) 51 var state = this.states[i];
|