Home
last modified time | relevance | path

Searched refs:state (Results 676 – 700 of 2205) sorted by relevance

1...<<21222324252627282930>>...89

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DRegistration.php58 public $state; variable in Google\\Service\\CloudDomains\\Registration
207 public function setState($state) argument
209 $this->state = $state;
216 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DVolume.php71 public $state; variable in Google\\Service\\Baremetalsolution\\Volume
248 public function setState($state) argument
250 $this->state = $state;
257 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchDeployment.php55 public $state; variable in Google\\Service\\OSConfig\\PatchDeployment
204 public function setState($state) argument
206 $this->state = $state;
213 return $this->state;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.list-item.php36 function readCSS(&$state) { argument
37 parent::readCSS($state);
39 $this->_readCSS($state,
46 $value = $state->get_property(CSS_HTML2PS_LIST_COUNTER) + 1;
47 $state->set_property(CSS_HTML2PS_LIST_COUNTER, $value);
48 $state->set_property_on_level(CSS_HTML2PS_LIST_COUNTER, CSS_PROPERTY_LEVEL_PARENT, $value);
55 $state->pushDefaultState();
56 $this->marker_image->readCSS($state);
57 $state->popState();
H A Dvalue.background.php136 function doInherit(&$state) { argument
138 $value =& $state->getInheritedProperty(CSS_BACKGROUND_COLOR);
143 $value =& $state->getInheritedProperty(CSS_BACKGROUND_IMAGE);
148 $value =& $state->getInheritedProperty(CSS_BACKGROUND_POSITION);
153 $this->_repeat = $state->getInheritedProperty(CSS_BACKGROUND_REPEAT);
157 $this->_attachment =& $state->getInheritedProperty(CSS_BACKGROUND_ATTACHMENT);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php100 public function requestAccessToken($code, $state = null) argument
102 if (null !== $state) {
103 $this->validateAuthorizationState($state);
250 * @param string $state
253 protected function validateAuthorizationState($state) argument
255 if ($this->retrieveAuthorizationState() !== $state) {
283 * @param string $state
285 protected function storeAuthorizationState($state) argument
287 $this->storage->storeAuthorizationState($this->service(), $state);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php82 if (!isset($parameters['state'])) {
83 $parameters['state'] = $this->generateAuthorizationState();
85 $this->storeAuthorizationState($parameters['state']);
100 public function requestAccessToken($code, $state = null) argument
102 if (null !== $state) {
103 $this->validateAuthorizationState($state);
235 * Check if the given service need to generate a unique state token to build the authorization url.
245 * Validates the authorization state against a given one.
247 * @param string $state
249 protected function validateAuthorizationState($state) argument
281 storeAuthorizationState($state) global() argument
[all...]
/plugin/diagramsnet/lib/shapes/
H A DmxGmdl.js113 this.background(c, x, y, w, h, state);
115 this.foreground(c, x, y, w, h, state);
118 mxShapeGmdlSwitch.prototype.background = function(c, x, y, w, h, state) argument
122 if (state === mxShapeGmdlSwitch.prototype.cst.STATE_ON)
147 mxShapeGmdlSwitch.prototype.foreground = function(c, x, y, w, h, state) argument
151 if (state === mxShapeGmdlSwitch.prototype.cst.STATE_ON)
371 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
467 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
636 var handles = [Graph.createHandle(state, ['hPos'], function(bounds)
943 var handles = [Graph.createHandle(state, ['dx1'], function(bounds)
[all …]
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1state","code","gfmOverlay","startState","codeBlock","ateSpace","copyState","s","token","stream","c…
H A Dforth.min.js.map1state","base","token","stream","stt","mat","eatSpace","match","backUp","skipToEnd","eatWhile","s",…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js24591 state = strm.state;
24618 state = strm.state;
24632 state = strm.state;
24671 strm.state = state;
24749 var state = strm.state;
24821 state = strm.state;
25358 while (state.have < state.nlen + state.ndist) {
25493 …ret = inflate_table(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opt…
25887 var state = strm.state;
25900 state = strm.state;
[all …]
/plugin/command/inc/
H A Dembedding.php95 function handle($match, $state, $pos, &$handler) argument
104 return array($state, array('=', COMMANDPLUGIN_INVALID_SYNTAX));
113 return array($state, array('=', COMMANDPLUGIN_NOT_FOUND));
123 return array($state, array('=', '##'.$errMsg.'##'));
127 return array($state, array($cmdName, $cachedData));
136 list($state, $match) = $data;
/plugin/formatplus2/syntax/
H A Dblockdeleteplus.php66 function handle($match, $state, $pos, Doku_Handler $handler){ argument
67 switch ($state) {
93 return array($state,$output);
97 list($state,$output) = $data;
99 switch ($state) {
122 switch ($state) {
/plugin/formatplus/syntax/
H A Dblockdeleteplus.php66 function handle($match, $state, $pos, &$handler){ argument
67 switch ($state) {
93 return array($state,$output);
97 list($state,$output) = $data;
99 switch ($state) {
122 switch ($state) {
/plugin/combo/syntax/
H A Dnote.php102 function handle($match, $state, $pos, Doku_Handler $handler) argument
105 switch ($state) {
112 PluginUtility::STATE => $state,
127 PluginUtility::STATE => $state
151 $state = $data[PluginUtility::STATE];
152 switch ($state) {
H A Dbadge.php103 * @param int $state
110 function handle($match, $state, $pos, Doku_Handler $handler) argument
113 switch ($state) {
206 PluginUtility::STATE => $state,
217 PluginUtility::STATE => $state
241 $state = $data[PluginUtility::STATE];
242 switch ($state) {
/plugin/tooltip/syntax/
H A Dtooltip.php82 $data['state']= $state;
113 $state= $data['state'];
122 switch ($state) {
143 switch ($state) {
/plugin/canvas/
H A Dcanvas.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
59 switch ($state) {
66 return array($state, $match);
70 return array($state, $match);
73 return array($state, '');
84 list($state, $data) = $indata;
88 switch ($state) {
/plugin/rss/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
42 switch($state){
46 'state'=>$state,
56 return array('state'=>$state, 'text'=>$match);
58 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/tile/
H A Dsyntax.php30 function handle ($match, $state, $pos, Doku_Handler $handler){ argument
31 switch ($state) {
33 return array ($state, trim (substr ($match, 5, -1))); // "<title" => 5 ">" => 1
35 return array ($state, $match);
37 return array ($state);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowMetadata.php63 public $state; variable in Google\\Service\\Dataproc\\WorkflowMetadata
230 public function setState($state) argument
232 $this->state = $state;
239 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DCryptoKeyVersion.php73 public $state; variable in Google\\Service\\CloudKMS\\CryptoKeyVersion
260 public function setState($state) argument
262 $this->state = $state;
269 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DCloudsupportCase.php58 public $state; variable in Google\\Service\\CloudSupport\\CloudsupportCase
205 public function setState($state) argument
207 $this->state = $state;
214 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DDatacenterConnector.php57 public $state; variable in Google\\Service\\VMMigrationService\\DatacenterConnector
202 public function setState($state) argument
204 $this->state = $state;
211 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBfdPacket.php77 public $state; variable in Google\\Service\\Compute\\BfdPacket
272 public function setState($state) argument
274 $this->state = $state;
281 return $this->state;

1...<<21222324252627282930>>...89