Home
last modified time | relevance | path

Searched refs:state (Results 651 – 675 of 2205) sorted by relevance

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

/plugin/formatplus/syntax/
H A Dblockinsertplus.php61 function handle($match, $state, $pos, &$handler){ argument
62 switch ($state) {
88 return array($state,$output);
92 list($state,$output) = $data;
94 switch ($state) {
117 switch ($state) {
/plugin/siteexport/syntax/
H A Dtoctools.php52 …private function addInstructionstoHandler( $match, $state, $pos, Doku_Handler $handler, $instructi… argument
61 $handler->_addCall('plugin', array('siteexport_toctools', $instructions, $state), $pos);
68 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
70 switch ($state) {
74 …$this->addInstructionstoHandler( $match, $state, $pos, $handler, array('mergehint', 'start', $data…
80 …$this->addInstructionstoHandler( $match, $state, $pos, $handler, array('mergehint', 'end', 'syntax…
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1state","in_string","doubleQuote","rval","in_atom","singleQuote","eatSpace","peekToken","match","is…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalDevice.php54 public $state; variable in Google\\Service\\SASPortalTesting\\SasPortalDevice
199 public function setState($state) argument
201 $this->state = $state;
208 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalDevice.php54 public $state; variable in Google\\Service\\Sasportal\\SasPortalDevice
199 public function setState($state) argument
201 $this->state = $state;
208 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Lake.php55 public $state; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Lake
194 public function setState($state) argument
196 $this->state = $state;
203 return $this->state;
H A DGoogleCloudDataplexV1Zone.php51 public $state; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Zone
180 public function setState($state) argument
182 $this->state = $state;
189 return $this->state;
H A DGoogleCloudDataplexV1Environment.php53 public $state; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Environment
192 public function setState($state) argument
194 $this->state = $state;
201 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DInstance.php58 public $state; variable in Google\\Service\\CloudFilestore\\Instance
201 public function setState($state) argument
203 $this->state = $state;
210 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1AsyncQuery.php65 public $state; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQuery
228 public function setState($state) argument
230 $this->state = $state;
237 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDomain.php62 public $state; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Domain
203 public function setState($state) argument
205 $this->state = $state;
212 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DMerchantOrderReturnItem.php56 public $state; variable in Google\\Service\\ShoppingContent\\MerchantOrderReturnItem
201 public function setState($state) argument
203 $this->state = $state;
210 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DCluster.php60 public $state; variable in Google\\Service\\CloudRedis\\Cluster
209 public function setState($state) argument
211 $this->state = $state;
218 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DVolumeBackup.php51 public $state; variable in Google\\Service\\BackupforGKE\\VolumeBackup
174 public function setState($state) argument
176 $this->state = $state;
183 return $this->state;
/plugin/diagramsnet/lib/plugins/
H A Dflow.js34 var state = ui.editor.graph.view.getState(cells[i]);
36 if (state.shape != null)
38 var paths = state.shape.node.getElementsByTagName('path');
46 if (mxUtils.getValue(state.style, mxConstants.STYLE_DASHED, '0') != '1')
55 if (mxUtils.getValue(state.style, mxConstants.STYLE_DASHED, '0') != '1')
/plugin/combo/syntax/
H A Dmenubar.php150 * @param int $state
157 function handle($match, $state, $pos, Doku_Handler $handler) argument
160 switch ($state) {
174 PluginUtility::STATE => $state,
185 PluginUtility::STATE => $state
211 $state = $data[PluginUtility::STATE];
212 switch ($state) {
/plugin/signavio/
H A Dsyntax.php46 function handle($match, $state, $pos, &$handler){ argument
49 switch ($state) {
95 … return array($state, '<span>Parameter do not match, expacted someURLId:SomeAuthTokenId</span>');
99 return array($state, array($begin, $sigData[0], $sigData[1], $end));
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.list-style.class.php11 function doInherit(&$state) { argument
13 $value = $state->getInheritedProperty(CSS_LIST_STYLE_IMAGE);
18 $value = $state->getInheritedProperty(CSS_LIST_STYLE_POSITION);
23 $value = $state->getInheritedProperty(CSS_LIST_STYLE_TYPE);
/plugin/refnotes/
H A Dbibtex.php111 protected function invokeHandler($text, $state, $pos) { argument
112 if ($text == "" && $state == DOKU_LEXER_UNMATCHED) {
119 return $this->handler->$handler($text, $state, $pos);
357 public function outside($match, $state) { argument
365 public function entry($match, $state) { argument
366 switch ($state) {
387 public function field($match, $state) { argument
388 switch ($state) {
409 public function integer_value($match, $state) { argument
418 public function string_value($match, $state) { argument
429 nested_braces($match, $state) global() argument
440 concatenation($match, $state) global() argument
[all...]
/plugin/metaeditor/
H A Djstree.js1136 return obj && obj.state && obj.state.loading;
1212 obj.state.failed = !obj.state.loaded;
1278 if(obj.state && !obj.state.loaded) {
1550 tmp.state[i] = d.state[i];
1642 tmp.state[i] = d.state[i];
2024 tmp.state[i] = d.state[i];
2125 tmp.state[i] = d.state[i];
2442 if(obj.state.opened && !obj.state.loaded) {
3413 tmp.state[i] = obj.state[i];
3928 if(obj && obj.state && obj.state.loaded === false) { tmp.state.loaded = false; }
[all …]
/plugin/tcycle/
H A Dsyntax.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 switch($state) {
52 …return array($state, array($dataspeed, $datafx, $datatimeout, $width, $height, $namespace, $metada…
61 return array($state, array($addimgs));
63 return array($state, $match);
65 return array($state, '');
75 list($state,$match) = $data;
76 switch ($state) {
/plugin/bez/tpl/
H A Dtasks.php48 <label><?php echo $tpl->getLang('state') ?>:
49 <select name="state">
50 <option <?php if ($tpl->value('state') == '-all') echo 'selected' ?>
52 <?php foreach (\dokuwiki\plugin\bez\mdl\Task::get_states() as $state): ?>
53 <option <?php if ($tpl->value('state') == $state) echo 'selected' ?>
54 value="<?php echo $state ?>"><?php echo lcfirst($tpl->getLang('task_' . $state)) ?></option>
155 <th><?php echo $tpl->getLang('state') ?></th>
176 <tr class="<?php if ($task->state
[all...]
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1state){this.$initialize();this.Boundary=boundary;this.LayoutLevel=layoutLevel;this.State=state}});… argument
/plugin/autolink2/syntax/
H A Dshow.php48 function handle($match, $state, $pos, &$handler){ argument
49 return array($match, $state);
63 function _renderautolink(&$renderer, $match, $state) { argument
66 switch ($state) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DStream.php56 public $state; variable in Google\\Service\\Datastream\\Stream
205 public function setState($state) argument
207 $this->state = $state;
214 return $this->state;

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