Home
last modified time | relevance | path

Searched refs:state (Results 926 – 950 of 2205) sorted by relevance

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

/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js187 this.background(c, x, y, w, h, state);
189 this.foreground(c, x, y, w, h, state);
194 if (state === mxIOS7C.STATE_ON)
199 else if (state === mxIOS7C.STATE_OFF)
213 if (state === mxIOS7C.STATE_ON)
286 Graph.handleFactory[mxIOS7C.SHAPE_IOS7_SLIDER] = function(state) argument
288 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
1577 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1588 var handle2 = Graph.createHandle(state, ['dy'], function(bounds)
1600 var handle3 = Graph.createHandle(state, ['size'], function(bounds)
[all …]
/plugin/geonav/js/
H A DgetLocation.js4 var state; variable
33 state = googleAddr.AdministrativeAreaName;
78 …xmlhttp.open("GET","lib/plugins/geonav/server/get_state.php?ctry="+country+"&q="+state+"&p="+page,…
87 …xmlhttp.open("GET","lib/plugins/geonav/server/get_county.php?ctry="+country+"&q="+state+"&county="…
96 …xmlhttp.open("GET","lib/plugins/geonav/server/get_locality.php?ctry="+country+"&q="+state+"&county…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectAttachment.php150 public $state; variable in Google\\Service\\Compute\\InterconnectAttachment
611 public function setState($state) argument
613 $this->state = $state;
620 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DConversion.php142 public $state; variable in Google\\Service\\Doubleclicksearch\\Conversion
575 public function setState($state) argument
577 $this->state = $state;
584 return $this->state;
/plugin/hidden/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
43 switch ($state) {
61 'state'=>$state,
70 //Looking for the initial state
143 return array('state'=>$state, 'text'=>$match);
146 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
168 switch ($data['state']) {
[all...]
/plugin/bez/ctl/
H A Dstart.php62 if ($thread->state == 'proposal') {
68 if ($thread->state == 'done') {
70 } elseif ($thread->state == 'closed') {
72 } elseif ($thread->state == 'rejected') {
92 if ($task->state == 'done') {
106 $filter = array('state' => 'proposal');
112 $filter = array('state' => 'opened', 'coordinator' => $this->model->user_nick);
118 $filter = array('state' => 'opened', 'assignee' => $this->model->user_nick);
124 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);
130 $filter = array('state'
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php23 // Finite state machine states
75 protected $state; variable in Handlebars\\Tokenizer
118 switch ($this->state) {
125 $this->state = self::IN_TAG_TYPE;
153 $this->state = self::IN_TEXT;
158 $this->state = self::IN_TAG;
196 $this->state = self::IN_TEXT;
225 * Helper function to reset tokenizer internal state.
231 $this->state = self::IN_TEXT;
/plugin/do/scripts/
H A DPluginDo.js411 jQuery.each(doStates, function (i, state) { argument
412 var $dotags = jQuery('.plugin_do_' + state.md5);
414 PluginDo.buildTitle($dotags, [], '', state.closedby, state.status);
415 PluginDo.switchDoNr(!state.status, $dotags);
416 if (state.status) {
420 if (state.msg) {
421 var msg = PluginDo.hsc(state.msg);
/plugin/codemirror/dist/modes/
H A Drpm.min.js.map1state","ch","peek","skipToEnd","eol"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,E…
H A Dpig.min.js.map1state","f","tokenize","tokenComment","isEnd","ch","next","tokenBase","tokenString","quote","escape…
H A Dclojure.min.js.map1state","eatSpace","eat","match","tokenize","inString","skipToEnd","matches","symbol","next","eatWh…
/plugin/fblogin/lib/
H A Dbase_facebook.php191 protected $state; variable in BaseFacebook
234 $state = $this->getPersistentData('state');
235 if (!empty($state)) {
236 $this->state = $state;
590 'state' => $this->state),
687 if ($this->state !== null &&
689 $this->state === $_REQUEST['state']) {
692 $this->state = null;
740 if ($this->state === null) {
741 $this->state = md5(uniqid(mt_rand(), true));
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DServiceInterface.php28 * @param string $state
32 public function requestAccessToken($code, $state = null); argument
H A DBitly.php80 public function requestAccessToken($code, $state = null) argument
82 if (null !== $state) {
83 $this->validateAuthorizationState($state);
H A DDelicious.php114 public function requestAccessToken($code, $state = null) argument
116 if (null !== $state) {
117 $this->validateAuthorizationState($state);
/plugin/pagemod/
H A Dsyntax.php42 * @param int $state The lexer state for the match
47 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bibtex4dw/syntax/
H A Dcite.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 return array($matches[1], $state, $pos);
54 @list($match, $state, $pos) = $data;
/plugin/mediasyntax/syntax/
H A Dnonitalic.php35 function handle($match, $state, $pos, Doku_Handler $handler)
37 return array($match, $state, $pos);
46 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dnonunderline.php35 function handle($match, $state, $pos, Doku_Handler $handler)
37 return array($match, $state, $pos);
46 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dnonbold.php36 function handle($match, $state, $pos, Doku_Handler $handler)
38 return array($match, $state, $pos);
47 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dspan.php27 function handle($match, $state, $pos, Doku_Handler $handler)
28 // This first gets called with $state=1 and $match is the entryPattern that matched.
29 // Then it (the function handle) gets called with $state=3 and $match is the text
31 // Then it gets called with $state=4 and $match is the exitPattern.
34 return array($match, $state, $pos);
41 // $data[1] is always $state
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/markdowku/
H A Dlinebreak.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
24 return array($match, $state, $pos);
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php632 public $state; variable in Google_SimpleAddressType
664 public function setState( $state) { argument
665 $this->state = $state;
668 return $this->state;
724 public $state; variable in Google_VoterInfoResponse
765 public function setState(/* array(Google_AdministrationRegion) */ $state) { argument
766 $this->assertIsArray($state, 'Google_AdministrationRegion', __METHOD__);
767 $this->state = $state;
770 return $this->state;
/plugin/creole/syntax/
H A Dpreblock.php34 function handle($match, $state, $pos, Doku_Handler $handler) { argument
35 if ($state == DOKU_LEXER_UNMATCHED) {
/plugin/const/
H A Dsyntax.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 return array($match, $state, $pos);

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