Home
last modified time | relevance | path

Searched refs:state (Results 251 – 275 of 2205) sorted by relevance

1...<<11121314151617181920>>...89

/plugin/function/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler){ argument
37 switch ($state) {
39 return array($state, $match);
41 return array($state);
48 list($state, $data) = $indata;
50 switch ($state) {
/plugin/cellbg/
H A Dsyntax.php60 function handle($match, $state, $pos, Doku_Handler $handler){ argument
61 switch ($state) {
73 if ( $this->_isValid($color[1]) ) return array($state, $color[1], $match);
76 return array($state, "yellow", $match);
82 list($state, $color, $text) = $data;
83 switch ($state) {
/plugin/cellbg2/
H A Dsyntax.php60 function handle($match, $state, $pos, Doku_Handler $handler){ argument
61 switch ($state) {
73 if ( $this->_isValid($color[1]) ) return array($state, $color[1], $match);
76 return array($state, "yellow", $match);
82 list($state, $color, $text) = $data;
83 switch ($state) {
/plugin/codemirror/dist/modes/
H A Dxquery.min.js.map1state","f","tokenize","tokenBase","ch","next","mightBeFunction","isEQName","isEQNameAhead","match"…
H A Dcypher.min.js.map1state","type","col","context","prev","indent","popContext","indentUnit","startState","tokenize","t…
H A Dvhdl.min.js.map1state","ch","next","result","tokenize","tokenString2","tokenString","test","eat","skipToEnd","cur"…
H A Ddtd.min.js.map1state","ch","next","eat","eatWhile","tokenize","tokenSGMLComment","inBlock","match","tokenString",…
H A Dmodelica.min.js.map1state","skipToEnd","tokenize","tokenBlockComment","maybeEnd","ch","next","tokenString","escaped","…
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php202 // initiate buffer with current state of FPDF
228 'state' => [
276 $state = $template['state'];
277 $this->SetXY($state['x'], $state['y']);
278 $this->tMargin = $state['tMargin'];
279 $this->lMargin = $state['lMargin'];
280 $this->rMargin = $state['rMargin'];
281 $this->h = $state['
[all...]
/plugin/bez/db/
H A Dupdate0001.sql13 state TEXT NOT NULL DEFAULT 'proposal', -- proposal,opened,done,closed,rejected field
146 state TEXT NOT NULL DEFAULT 'opened', -- opened, done field
227 UPDATE OF thread_id, state
229 WHEN old.state = 'opened' AND new.state = 'done'
237 UPDATE OF thread_id, state
239 WHEN old.state = 'done' AND new.state = 'opened'
247 UPDATE OF thread_id, state
249 WHEN old.state
[all...]
/plugin/imagebox/
H A Dsyntax.php20 function handle($match, $state, $pos, Doku_Handler $handler){ argument
21 switch($state){
85 return array($state,$match);
88 return array($state,$match);
91 return array($state,$match);
99 list($state, $match) = $data;
101 switch($state){
123 list($state,$match) = $data;
125 switch($state){
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php45 public $state = self::PENDING; variable in Sabre\\Event\\Promise
99 switch ($this->state) {
142 if ($this->state !== self::PENDING) {
145 $this->state = self::FULFILLED;
162 if ($this->state !== self::PENDING) {
165 $this->state = self::REJECTED;
190 while ($this->state === self::PENDING) {
202 if ($this->state === self::FULFILLED) {
281 if ($this->state === self::FULFILLED) {
/plugin/farmer/lang/en/
H A Dtab_plugins_help.txt6 A plugin can have three states in an Animal. It can be enabled (on) or disabled (off), or it can have the default state. The
7 default means that the state of a Plugin was not explicitly set for an Animal. Normally the default state is on.
9 When Animals are configured to inherit the Plugin state of the Farmer, a plugin in default state will have the same
10 state as in the Farmer. Eg. when you disable a plugin in the Farmer it will disable the plugin for all Animals which
11 did not have the state of this plugin explicitly set.
13 There are three ways to manage plugins: You can either pick a single plugin and set its state to the same value in all animals
15 see and edit the state of all plugins in all animals at once. This option may not be feasible of you have a large amount
/plugin/combo/syntax/
H A Dpreformatted.php133 * @param int $state
140 function handle($match, $state, $pos, Doku_Handler $handler) argument
143 switch ($state) {
146 * used at the {@link DOKU_LEXER_EXIT} state
152 PluginUtility::STATE => $state,
157 PluginUtility::STATE => $state
161 PluginUtility::STATE => $state,
179 PluginUtility::STATE => $state,
203 $state = $data[PluginUtility::STATE];
205 switch ($state) {
[all...]
H A Dtab.php107 * @param int $state
114 function handle($match, $state, $pos, Doku_Handler $handler) argument
117 switch ($state) {
124 PluginUtility::STATE => $state,
136 PluginUtility::STATE => $state
162 $state = $data[PluginUtility::STATE];
163 switch ($state) {
H A Dtabpanels.php110 * @param int $state
117 function handle($match, $state, $pos, Doku_Handler $handler) argument
120 switch ($state) {
127 PluginUtility::STATE => $state,
140 PluginUtility::STATE => $state
166 $state = $data[PluginUtility::STATE];
168 switch ($state) {
H A Dcite.php85 * @param int $state
92 function handle($match, $state, $pos, Doku_Handler $handler) argument
95 switch ($state) {
100 PluginUtility::STATE => $state,
109 return array(PluginUtility::STATE => $state);
133 $state = $data [PluginUtility::STATE];
134 switch ($state) {
/plugin/sketchcanvas/
H A Dsyntax.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
35 switch ($state) {
37 return array($state, array(true, $this->generator, 'bytepos_start' => $pos + strlen($match)));
39 case DOKU_LEXER_UNMATCHED : return array($state, $match);
40 case DOKU_LEXER_EXIT : return array($state, array(false, $this->generator++, 'bytepos_end' => $pos));
50 list($state, $match) = $data;
51 switch ($state) {
/plugin/avbarchart/
H A Dsyntax.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
73 switch ($state) {
75 return array($state, '');
111 return array($state, $match);
114 return array($state, '');
128 list($state, $match) = $data;
130 switch ($state) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2KnowledgeOperationMetadata.php31 public $state; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2KnowledgeOperationMetadata
64 public function setState($state) argument
66 $this->state = $state;
73 return $this->state;
H A DGoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.php31 public $state; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
64 public function setState($state) argument
66 $this->state = $state;
73 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAccountSuspensionWarning.php30 public $state; variable in Google\\Service\\AlertCenter\\AccountSuspensionWarning
51 public function setState($state) argument
53 $this->state = $state;
60 return $this->state;
/plugin/bez/mdl/
H A DThread.php18 protected $type, $state;
32 'type', 'state',
80 $this->state = 'proposal';
89 $this->state = 'opened';
105 if ($this->state == 'proposal' && $this->original_poster == $this->model->user_nick) {
118 $this->acl->grant('state', BEZ_PERMISSION_CHANGE);
127 if (isset($data['coordinator']) && $this->state == 'proposal') {
128 $this->state = 'opened';
139 public function set_state($state) {
140 if ($this->acl_of('state') < BEZ_PERMISSION_CHANG
17 protected $type, $state; global() variable in dokuwiki\\plugin\\bez\\mdl\\Thread
138 set_state($state) global() argument
[all...]
/plugin/openas/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
61 switch ($state) {
62 case DOKU_LEXER_ENTER : return array($state, '');
63 case DOKU_LEXER_UNMATCHED : return array($state, $match);
66 return array($state,"$type:$name");
68 return array($state, $name);
69 case DOKU_LEXER_EXIT : return array($state, '');
89 return array($state,$match);
94 list($state,$match) = $data;
97 switch ($state) {
/plugin/wrap/syntax/
H A Ddiv.php40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
42 switch ($state) {
46 return array($state, $data);
69 return array($state, '');
81 list($state, $data) = $indata;
85 switch ($state) {
107 if ($state == DOKU_LEXER_SPECIAL) $renderer->doc .= '</div>';
118 switch ($state) {

1...<<11121314151617181920>>...89