Home
last modified time | relevance | path

Searched refs:state (Results 1001 – 1025 of 2205) sorted by relevance

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

/plugin/discussion/syntax/
H A Dcomments.php52 * @param int $state The lexer state for the match
57 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bez/tpl/
H A D8d_tasks.php4 <th><?php echo $tpl->getLang('state') ?></th>
18 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
36 <?php if ($task->state == 'opened'): ?>
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js725 if (state != null)
732 this.gridSize = state.gridSize;
736 this.scrollbars = state.scrollbars;
738 this.background = state.background;
739 this.pageScale = state.pageScale;
740 this.pageFormat = state.pageFormat;
744 this.setTooltips(state.tooltips);
745 this.setConnectable(state.connect);
772 if (state.scale != null)
774 this.view.scale = state.scale;
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DTokenStorageInterface.php58 * @param string $state
62 public function storeAuthorizationState($service, $state); argument
H A DSession.php122 public function storeAuthorizationState($service, $state) argument
127 $_SESSION[$this->stateVariableName][$service] = $state;
130 $service => $state,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DTokenStorageInterface.php55 * Store the authorization state related to a given service
58 * @param string $state
62 public function storeAuthorizationState($service, $state); argument
65 * Check if an authorization state for a given service exists
74 * Retrieve the authorization state for a given service
83 * Clear the authorization state of a given service
H A DSession.php37 $stateVariableName = 'lusitanian-oauth-state'
122 public function storeAuthorizationState($service, $state) argument
127 $_SESSION[$this->stateVariableName][$service] = $state;
130 $service => $state,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DDevice.php120 public $state; variable in Google\\Service\\AndroidManagement\\Device
569 public function setState($state) argument
571 $this->state = $state;
578 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabaseInstance.php142 public $state; variable in Google\\Service\\SQLAdmin\\DatabaseInstance
627 public function setState($state) argument
629 $this->state = $state;
636 return $this->state;
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php487 public $state; variable in Google_Job
507 public function setState(Google_JobState $state) { argument
508 $this->state = $state;
511 return $this->state;
519 public $state; variable in Google_JobChange
527 public function setState(Google_JobState $state) { argument
528 $this->state = $state;
531 return $this->state;
/plugin/dokuwiki-webcomics/
H A Dsyntax.php86 function handle ($match, $state, $pos, &$handler) argument
89 return array($match, $state, $pos);
/plugin/latexit/syntax/
H A Dconfig.php46 * @param int $state The state of the handler
51 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/markdowku/
H A Ditalicunderline.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 return array($state, $match);
/plugin/combo/syntax/
H A Diterator.php208 * @param int $state
215 function handle($match, $state, $pos, Doku_Handler $handler): array argument
218 switch ($state) {
225 PluginUtility::STATE => $state,
317 PluginUtility::STATE => $state
338 $state = $data[PluginUtility::STATE];
339 switch ($state) {
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php49 * @param int $state The state of the handler
54 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/tabinclude/syntax/
H A Dembed.php22 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 list($state, $tabs,$init_page_idx,$class) = $data;
H A Dinline.php23 function handle($match, $state, $pos, Doku_Handler $handler){ argument
32 list($state, $tabs,$init_page_idx,$class) = $data;
H A Dlink.php22 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 list($state, $tabs,$init_page_idx,$class) = $data;
/plugin/mediasyntax/syntax/
H A Dredirect.php42 function handle($match, $state, $pos, Doku_Handler $handler)
44 if ($state == DOKU_LEXER_UNMATCHED)
53 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/blogtng/syntax/
H A Dcommentreply.php41 * @param int $state The lexer state for the match
46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dheader.php37 * @param int $state The lexer state for the match
42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js2149 var handles = [Graph.createHandle(state, ['dy1'], function(bounds)
2159 var handle2 = Graph.createHandle(state, ['dx2', 'dy2'], function(bounds)
2162 …0, Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx3', 0)), parseFloat(mxUtils.getValue(…
2168 …this.state.style['dx2'] = Math.round(1000 * Math.max(0, Math.min(parseFloat(mxUtils.getValue(this.
2176 …Value(this.state.style, 'dx2', 0)), Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx4', …
2182state.style['dx3'] = Math.round(1000 * Math.max(parseFloat(mxUtils.getValue(this.state.style, 'dx2…
2190 …Value(this.state.style, 'dx3', 0)), Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx5', …
2196state.style['dx4'] = Math.round(1000 * Math.max(parseFloat(mxUtils.getValue(this.state.style, 'dx3…
2204 …parseFloat(mxUtils.getValue(this.state.style, 'dx4', 0)), Math.min(bounds.width, parseFloat(mxUtil…
2210 …this.state.style['dx5'] = Math.round(1000 * Math.max(parseFloat(mxUtils.getValue(this.state.style,…
[all …]
/plugin/htvid/syntax/
H A Dvideo.php44 public function handle($match, $state, $pos, &$handler){ argument
63 return array(state, explode('|', $params));
69 list($state, $params) = $data;
/plugin/passwords/
H A Dsyntax.php70 * @param int $state
76 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
77 return array($match, $state, $pos);
/plugin/stlviewer/
H A Dsyntax.php43 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
109 return array($state, $opts);
118 list($state, $opts) = $data;

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