Home
last modified time | relevance | path

Searched refs:state (Results 876 – 900 of 2205) sorted by relevance

1...<<31323334353637383940>>...89

/plugin/photogallery/
H A Dadmin.php88 function _info_row($item, $value, $state = null, $header = false){ argument
94 if(is_bool($state))
95 $this->_info_cell($state ? "ok" : "error",$header);
97 $this->_info_cell($state,$header);
/plugin/codemirror/dist/modes/
H A Djavascript.min.js1state=a;A.stream=e;A.marked=null,A.cc=f;A.style=b;if(!a.lexical.hasOwnProperty("align"))a.lexical.…
H A Dz80.min.js.map1state","column","eatSpace","w","eatWhile","eat","current","indentation","test","match","skipToEnd"…
H A Deiffel.min.js.map1state","tokenize","push","tokenBase","eatSpace","ch","next","readQuoted","eat","skipToEnd","test",…
/plugin/bez/db/
H A Dupdate0005.sql1 UPDATE thread SET state='opened' WHERE state='done'
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js825 Graph.handleFactory[mxFloorplanDoorUneven.prototype.cst.DOOR_UNEVEN] = function(state) argument
827 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
902 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1018 Graph.handleFactory[mxFloorplanDoorPocket.prototype.cst.DOOR_POCKET] = function(state)
1020 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1090 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1160 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1236 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1306 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1464 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
[all …]
/plugin/datasearchform/
H A Dsyntax.php54 * @param int $state The lexer state for the match
59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
68 return array($options, $state, $pos);
/plugin/colorswatch/syntax/
H A Dcolorswatch.php70 * @param int $state The state of the handler
76 public function handle($match, $state, $pos, Doku_Handler $handler) argument
80 if ($state == DOKU_LEXER_SPECIAL)
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php27 function inherit($state, &$new_state) { argument
29 $parent_display = $state[CSS_DISPLAY];
32 …$this->replace_array(($parent_display == 'table-row') ? $state[CSS_BACKGROUND] : $this->default_va…
H A Dvalue.generic.php8 function doInherit($state) { argument
12 function clearDefaultFlags(&$state) { argument
/plugin/combo/syntax/
H A Dedit.php100 function handle($match, $state, $pos, Doku_Handler $handler): array argument
129 $state = $data[PluginUtility::STATE];
130 if ($state !== DOKU_LEXER_SPECIAL) {
H A Dlabel.php77 function handle($match, $state, $pos, Doku_Handler $handler) argument
80 switch ($state) {
124 PluginUtility::STATE => $state,
147 PluginUtility::STATE => $state,
174 $state = $data[PluginUtility::STATE];
175 switch ($state) {
/plugin/minimap/
H A Dsyntax.php53 * @param int $state
60 function handle($match, $state, $pos, Doku_Handler $handler) argument
63 switch ($state) {
94 return array($state, $parameters);
112 list($state, $parameters) = $data;
117 switch ($state) {
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
222 array($state, $tag, $attr), $state, $pos, $match
362 public function handle($match, $state, $pos, Doku_Handler $handler)
364 switch ($state) {
391 $handler->base($match, $state, $pos);
459 if ($state == DOKU_LEXER_EXIT) {
537 list($state, $tag, $attr) = $data;
538 switch ($state) {
360 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/button/
H A Dsyntax.php185 function handle($match, $state, $pos, Doku_Handler $handler)
190 switch ($state) {
222 return array($state, $data);
225 return array($state, $match);
227 return array($state, '');
240 list($state, $match) = $data;
241 switch ($state) {
323 list($state, $match) = $data;
324 switch ($state) {
145 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte23 return 'state';
61 const unsubscribe = codeStore.subscribe((state) => {
63 if (container && state) {
66 code = state.code.replace(/</g, '&lt;').replace(/>/g, '&gt;');
71 mermaid.initialize(Object.assign({}, state.mermaid));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DInstance.php102 public $state; variable in Google\\Service\\DataFusion\\Instance
425 public function setState($state) argument
427 $this->state = $state;
434 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Version.php112 public $state; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Version
467 public function setState($state) argument
469 $this->state = $state;
476 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DBackup.php105 public $state; variable in Google\\Service\\BackupforGKE\\Backup
434 public function setState($state) argument
436 $this->state = $state;
443 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php104 public $state; variable in Google\\Service\\SecurityCommandCenter\\Finding
433 public function setState($state) argument
435 $this->state = $state;
442 return $this->state;
/plugin/imagelink/syntax/
H A Dimagelink.php51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
53 $data['state'] = $state;
54 switch($state) {
/plugin/bootswrapper/syntax/
H A Dtext.php63 list($state, $match, $pos, $attributes, $is_block) = $data;
67 if ($state == DOKU_LEXER_ENTER) {
117 if ($state == DOKU_LEXER_EXIT) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHubic.php141 if (!isset($parameters['state'])) {
142 $parameters['state'] = $this->generateAuthorizationState();
144 $this->storeAuthorizationState($parameters['state']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DDevice.php309 public function setState(DeviceState $state) argument
311 $this->state = $state;
318 return $this->state;
/plugin/bez/tpl/
H A Dthread_box.php5 if ($tpl->get('thread')->state == 'opened') {
24 (<?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>)
40 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected'): ?>
76 $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE &&

1...<<31323334353637383940>>...89