Home
last modified time | relevance | path

Searched refs:ruleId (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DAcl.php40 * @param string $ruleId ACL rule identifier.
43 public function delete($calendarId, $ruleId, $optParams = []) argument
45 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId];
55 * @param string $ruleId ACL rule identifier.
59 public function get($calendarId, $ruleId, $optParams = []) argument
61 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId];
124 * @param string $ruleId ACL rule identifier.
133 public function patch($calendarId, $ruleId, AclRule $postBody, $optParams = []) argument
135 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody];
145 * @param string $ruleId ACL rule identifier.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DRepricingrules.php57 * @param string $ruleId Required. The id of the rule to Delete.
60 public function delete($merchantId, $ruleId, $optParams = []) argument
62 $params = ['merchantId' => $merchantId, 'ruleId' => $ruleId];
72 * @param string $ruleId Required. The id of the rule to retrieve.
76 public function get($merchantId, $ruleId, $optParams = []) argument
78 $params = ['merchantId' => $merchantId, 'ruleId' => $ruleId];
120 * @param string $ruleId Required. The id of the rule to update.
125 public function patch($merchantId, $ruleId, RepricingRule $postBody, $optParams = []) argument
127 $params = ['merchantId' => $merchantId, 'ruleId' => $ruleId, 'postBody' => $postBody];
H A DRepricingrulesRepricingreports.php38 * @param string $ruleId Required. Id of the Repricing rule.
57 public function listRepricingrulesRepricingreports($merchantId, $ruleId, $optParams = []) argument
59 $params = ['merchantId' => $merchantId, 'ruleId' => $ruleId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRepricingRuleReport.php44 public $ruleId; variable in Google\\Service\\ShoppingContent\\RepricingRuleReport
139 public function setRuleId($ruleId) argument
141 $this->ruleId = $ruleId;
148 return $this->ruleId;
H A DRepricingRule.php49 public $ruleId; variable in Google\\Service\\ShoppingContent\\RepricingRule
176 public function setRuleId($ruleId) argument
178 $this->ruleId = $ruleId;
185 return $this->ruleId;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php109 $phpcsFile->addErrorOnLine($error->message, $error->line, $error->ruleId);
111 $phpcsFile->addWarningOnLine($error->message, $error->line, $error->ruleId);
/plugin/combo/ComboStrap/
H A DPageRules.php25 * @param string $ruleId
27 function deleteRule(string $ruleId) argument
32 ->setQueryParametrized('delete from PAGE_RULES where id = ?', [$ruleId]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCalendar.php85 'path' => 'calendars/{calendarId}/acl/{ruleId}',
93 'ruleId' => [
100 'path' => 'calendars/{calendarId}/acl/{ruleId}',
108 'ruleId' => [
155 'path' => 'calendars/{calendarId}/acl/{ruleId}',
163 'ruleId' => [
174 'path' => 'calendars/{calendarId}/acl/{ruleId}',
182 'ruleId' => [
H A DShoppingContent.php2303 'ruleId' => [
2536 'ruleId' => [
2542 'path' => '{merchantId}/repricingrules/{ruleId}',
2550 'ruleId' => [
2557 'path' => '{merchantId}/repricingrules/{ruleId}',
2565 'ruleId' => [
2598 'path' => '{merchantId}/repricingrules/{ruleId}',
2606 'ruleId' => [
2623 'path' => '{merchantId}/repricingrules/{ruleId}/repricingreports',
2631 'ruleId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php31 * @param string $ruleId ACL rule identifier.
34 public function delete($calendarId, $ruleId, $optParams = array()) { argument
35 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
44 * @param string $ruleId ACL rule identifier.
48 public function get($calendarId, $ruleId, $optParams = array()) { argument
49 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
97 * @param string $ruleId ACL rule identifier.
102 public function patch($calendarId, $ruleId, Google_AclRule $postBody, $optParams = array()) { argument
103 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
116 * @param string $ruleId ACL rule identifier.
[all …]
/plugin/combo/admin/
H A Dpagerules.php145 $ruleId = $_POST[PageRules::ID_NAME];
146 $this->pageRuleManager->deleteRule($ruleId);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6816 CssAnalyzer.getRuleData=function(ruleId){return CSSRuleMap[ruleId] argument
6945 var ruleId,rule;
6948 i++){ruleId=rules[i];
6949 rule=CSSRuleMap[ruleId];
7134 }var ruleId=rule.selectorText+"/"+line;
7156 var ruleId=rule.selectorText+"/"+line;
7160 …(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selectorMap.hasOwnProperty(rule… argument
7214 if(!(this.context.selectorMap.hasOwnProperty(ruleId))){this.context.selectorMap[ruleId]=[]
7413 ++i){var ruleId=inspectedRules[i];
7426 var ruleId=rule.selectorText+"/"+line;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6827 CssAnalyzer.getRuleData=function(ruleId){return CSSRuleMap[ruleId] argument
6956 var ruleId,rule;
6959 i++){ruleId=rules[i];
6960 rule=CSSRuleMap[ruleId];
7070 var CSSStyleRuleTag=domplate(CSSDomplateBase,{tag:DIV({"class":"cssRule insertInto",$cssEditableRule:"$rule|isEditable",$editGroup:"$rule|isSelectorEditable",_repObject:"$rule.rule",ruleId:"$rule.id",role:"presentation"},DIV({"class":"cssHead focusRow",role:"listitem"},SPAN({"class":"cssSelector",$editable:"$rule|isSelectorEditable"},"$rule.selector")," {"),DIV({role:"group"},DIV({"class":"cssPropertyListBox",role:"listbox"},FOR("prop","$rule.props",TAG(CSSPropTag.tag,{rule:"$rule",prop:"$prop"})))),DIV({"class":"editable insertBefore",role:"presentation"},"}"))});
7145 }var ruleId=rule.selectorText+"/"+line;
7146 rules.push({tag:CSSStyleRuleTag.tag,rule:rule,id:ruleId,selector:selector,props:props,isSystemSheet:isSystemSheet,isSelectorEditable:true})
7167 var ruleId=rule.selectorText+"/"+line;
7168 this.addOldProperties(context,ruleId,inheritMod
7171 AnonymousFunction4beb612327500(context,ruleId,inheritMode,props) global() argument
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js25773 CssAnalyzer.getRuleData = function(ruleId) argument
25775 return CSSRuleMap[ruleId];
26161 var ruleId, rule;
26169 ruleId = rules[i];
26170 rule = CSSRuleMap[ruleId];
27016 var ruleId = rule.selectorText+"/"+line;
27156 var map = this.context.selectorMap[ruleId];
27186 this.context.selectorMap[ruleId] = [];
27188 var map = this.context.selectorMap[ruleId];
27935 var ruleId = inspectedRules[i];
[all …]