Home
last modified time | relevance | path

Searched defs:ruleName (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewallPolicyRule.php56 public $ruleName; variable in Google\\Service\\Compute\\FirewallPolicyRule
187 public function setRuleName($ruleName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DResponsePolicyRule.php39 public $ruleName; variable in Google\\Service\\Dns\\ResponsePolicyRule
100 public function setRuleName($ruleName)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php839 public function getRuleIndex(string $ruleName) : int argument
/plugin/database2/
H A Ddatabase2.php2454 protected function isAuthorizedMulti( &$rowACL, $tableACL, $ruleName,
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php618 protected function allCovered($ruleName)
635 protected function checkRuleRoot($ruleName)
/plugin/xhtmlruby/
H A Dscript.js18 function getCSSRule(ruleName, deleteFlag) { argument
40 function killCSSRule(ruleName) { return getCSSRule(ruleName,'delete'); } argument
42 function addCSSRule(ruleName) { argument