Home
last modified time | relevance | path

Searched refs:state (Results 626 – 650 of 2205) sorted by relevance

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

/plugin/codeprettify/syntax/
H A Dcode.php168 public function handle($match, $state, $pos, Doku_Handler $handler) argument
170 switch ($state) {
198 return $data = [$state, $params, $calls];
200 return $data = [$state, $match];
202 return $data = [$state, ''];
214 list($state, $args, $calls) = $data;
216 switch ($state) {
/plugin/gitlabproject/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
43 switch($state){
47 'state' => $state
74 return array('state'=>$state, 'text'=>$match);
76 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
112 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
123 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/codemirror/dist/modes/
H A Dtiddlywiki.min.js.map1state","f","tokenize","tokenBase","sol","ch","peek","block","test","match","twTokenCode","next","s…
H A Dpascal.min.js.map1state","ch","next","startOfLine","skipToEnd","tokenize","tokenString","eat","tokenComment","tokenC…
H A Dsmalltalk.min.js.map1state","token","aChar","nextComment","nextString","peek","nextSymbol","eatWhile","nextTemporaries"…
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js104 var state = STATE.NONE;
289 state = STATE.NONE;
318 state = STATE.ROTATE;
325 state = STATE.DOLLY;
332 state = STATE.PAN;
410 state = STATE.NONE;
497 state = STATE.TOUCH_DOLLY;
509 state = STATE.TOUCH_PAN;
516 state = STATE.NONE;
597 state = STATE.NONE;
[all …]
/plugin/top/
H A Dsyntax.php40 * @param int $state The state of the handler
45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
46 if ($state==DOKU_LEXER_SPECIAL) {
58 return array($state, $options);
60 return array($state, '');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1p1beta1Finding.php67 public $state; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1Finding
226 public function setState($state) argument
228 $this->state = $state;
235 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DSpoke.php51 public $state; variable in Google\\Service\\Networkconnectivity\\Spoke
176 public function setState($state) argument
178 $this->state = $state;
185 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestExecution.php41 public $state; variable in Google\\Service\\Testing\\TestExecution
126 public function setState($state) argument
128 $this->state = $state;
135 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DVolumeRestore.php41 public $state; variable in Google\\Service\\BackupforGKE\\VolumeRestore
128 public function setState($state) argument
130 $this->state = $state;
137 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRouterStatusBgpPeerStatus.php54 public $state; variable in Google\\Service\\Compute\\RouterStatusBgpPeerStatus
183 public function setState($state) argument
185 $this->state = $state;
192 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayApiConfig.php56 public $state; variable in Google\\Service\\Apigateway\\ApigatewayApiConfig
191 public function setState($state) argument
193 $this->state = $state;
200 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DProvisioningConfig.php50 public $state; variable in Google\\Service\\Baremetalsolution\\ProvisioningConfig
163 public function setState($state) argument
165 $this->state = $state;
172 return $this->state;
H A DInstance.php62 public $state; variable in Google\\Service\\Baremetalsolution\\Instance
211 public function setState($state) argument
213 $this->state = $state;
220 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Task.php49 public $state; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Task
162 public function setState($state) argument
164 $this->state = $state;
171 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAnnouncement.php58 public $state; variable in Google\\Service\\Classroom\\Announcement
197 public function setState($state) argument
199 $this->state = $state;
206 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DConnectionProfile.php53 public $state; variable in Google\\Service\\DatabaseMigrationService\\ConnectionProfile
188 public function setState($state) argument
190 $this->state = $state;
197 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DBackup.php64 public $state; variable in Google\\Service\\Spanner\\Backup
213 public function setState($state) argument
215 $this->state = $state;
222 return $this->state;
/plugin/dirtylittlehelper/syntax/
H A Ddivwiki.php59 * @param int $state The state of the handler
65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
69 return array($state, 'BEGIN',$match);
72 return array($state, '/END',$match);
H A Dtree.php63 * @param int $state The state of the handler
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
72 switch ($state) {
77 return array( $state, 'TREE',$match);
81 return array($state, 'NOTREE',$match);
86 return array($state, 'FORCETREE',$match);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembershipFeatureState.php76 public function setState(FeatureState $state) argument
78 $this->state = $state;
85 return $this->state;
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js437 if (state != null && isTreeVertex(state.cell))
639 if (state != null)
657 if (pt.y == state.y && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
661 … else if (pt.y == state.y + state.height && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
713 if (state != null)
1019 state.x + state.width) >= Math.max(temp.x, state.x))) ||
1020 (horizontal && (Math.min(temp.y + temp.height, state.y + state.height) >=
1064 if (state != null)
1251 if (((isTreeMoving(this.state.cell) || isTreeVertex(this.state.cell)) &&
1285 this.moveHandle.style.left = this.state.x + this.state.width +
[all …]
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php61 function handle($match, $state, $pos, Doku_Handler $handler){ argument
62 switch ($state) {
88 return array($state,$output);
92 list($state,$output) = $data;
94 switch ($state) {
117 switch ($state) {
/plugin/ldapsearch/
H A Dsyntax.php54 switch ($state) {
67 return array($state, $data);
89 return array($state, $data);
96 return array($state);
150 list($state, $data) = $indata;
154 switch ($state) {

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