Home
last modified time | relevance | path

Searched refs:state (Results 176 – 200 of 2205) sorted by relevance

12345678910>>...89

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProductPermission.php29 public $state; variable in Google\\Service\\AndroidEnterprise\\ProductPermission
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TestDatastoreResponse.php29 public $state; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TestDatastoreResponse
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview.php25 public $state; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
H A DGoogleCloudDocumentaiV1DocumentRevisionHumanReview.php25 public $state; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentRevisionHumanReview
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1InsightStateInfo.php25 public $state; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1InsightStateInfo
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
H A DGoogleCloudRecommenderV1RecommendationStateInfo.php25 public $state; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1RecommendationStateInfo
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewallPolicyRuleSecureTag.php29 public $state; variable in Google\\Service\\Compute\\FirewallPolicyRuleSecureTag
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
H A DInterconnectDiagnosticsLinkOpticalPower.php25 public $state; variable in Google\\Service\\Compute\\InterconnectDiagnosticsLinkOpticalPower
34 public function setState($state) argument
36 $this->state = $state;
43 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DWebhookConfig.php29 public $state; variable in Google\\Service\\CloudBuild\\WebhookConfig
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse.php29 public $state; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js.map1state","eatSpace","match","tokenize","inString","skipToEnd","skipTo","inComment","name","charAt","…
H A Dcmake.min.js.map1state","current","prev","found_var","eol","next","pending","backUp","continueString","tokenize","c…
H A Dmbox.min.js.map1state","sol","inSeparator","inHeader","match","inHeaders","emailPermitted","skipToEnd","style","de…
/plugin/embedover/
H A Dsyntax.php79 return array($state, $data);
81 case DOKU_LEXER_UNMATCHED : return array($state, $match);
82 case DOKU_LEXER_ENTRY : return array($state, '');
83 case DOKU_LEXER_EXIT : return array($state, '');
91 list($state, $match) = $data;
92 switch ($state) {
/plugin/webcomponent/syntax/
H A Dcollapse.php99 * @param int $state
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
107 switch ($state) {
114 return array($state, $parameters);
118 return array($state, '');
142 list($state, $parameters) = $data;
143 switch ($state) {
H A Dbrand.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
45 switch ($state) {
50 return array($state, $parameters);
53 return array ($state, $match);
58 return array($state, '');
71 list($state, $parameters) = $data;
72 switch ($state) {
H A Dnavbar.php99 * @param int $state
104 function handle($match, $state, $pos, Doku_Handler $handler) argument
107 switch ($state) {
114 return array($state, $parameters);
118 return array($state, '');
142 list($state, $parameters) = $data;
143 switch ($state) {
/plugin/ckgdoku/syntax/
H A Dfont.php35 function handle($match, $state, $pos, Doku_Handler $handler){ argument
38 switch ($state) {
52 return array($state, array($size, $face));
54 case DOKU_LEXER_UNMATCHED : return array($state, $match);
55 case DOKU_LEXER_EXIT : return array($state, '');
65 list($state, $match) = $data;
67 switch ($state) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.font.class.php40 function doInherit(&$state) { argument
41 if ($state->get_propertyDefaultFlag(CSS_FONT_SIZE)) {
46 $this->style = $state->getInheritedProperty(CSS_FONT_STYLE);
50 $this->weight = $state->getInheritedProperty(CSS_FONT_WEIGHT);
54 $size = $state->getInheritedProperty(CSS_FONT_SIZE);
59 $this->family = $state->getInheritedProperty(CSS_FONT_FAMILY);
63 $this->line_height = $state->getInheritedProperty(CSS_LINE_HEIGHT);
/plugin/ckgedit/syntax/
H A Dfont.php35 function handle($match, $state, $pos, Doku_Handler $handler){ argument
38 switch ($state) {
52 return array($state, array($size, $face));
54 case DOKU_LEXER_UNMATCHED : return array($state, $match);
55 case DOKU_LEXER_EXIT : return array($state, '');
65 list($state, $match) = $data;
67 switch ($state) {
/plugin/folded/syntax/
H A Ddiv.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
29 if ($state == DOKU_LEXER_ENTER){
31 } else if ($state == DOKU_LEXER_UNMATCHED) {
35 return array($state, $match);
43 list($state, $cdata) = $data;
46 switch ($state){
80 switch ( $state ) {
/plugin/dtable/
H A Dsyntax.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
29 switch ($state) {
33 … return array($state, array($pos, $table_nr, p_get_metadata($INFO['id'], 'dtable_pages')));
36 return array($state, false);
39 case DOKU_LEXER_UNMATCHED : return array($state, $match);
40 case DOKU_LEXER_EXIT : return array($state, '');
49 list($state,$match) = $data;
50 switch ($state) {
/plugin/sortablejs/
H A Dsyntax.php45 function handle( $match, $state, $pos, Doku_Handler $handler ) { argument
47 switch ( $state ) {
55 return array( $state, $scl );
57 return array( $state, $match );
59 return array( $state, "" );
65 list($state, $match) = $data;
67 switch ( $state ) {
84 switch ( $state ) {
/plugin/unformattedcode/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler){ argument
49 switch ($state) {
51 return array($state);
58 return array($state);
69 list($state, $data) = $indata;
72 switch ($state) {
/plugin/dirtylittlehelper/syntax/
H A Dmermaid.php63 * @param int $state The state of the handler
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
72 switch ($state) {
76 return array($state, 'MERMAID',$match);
80 return array($state, 'UNMATCHED', $match);
84 return array($state, '/MERMAID',$match);

12345678910>>...89