Searched refs:removeRule (Results 1 – 8 of 8) sorted by relevance
/plugin/submgr/ |
H A D | helper.php | 65 $this->removeRule($item); 79 public function removeRule($item) function in helper_plugin_submgr
|
H A D | admin.php | 53 $this->hlp->removeRule($INPUT->str('rm'));
|
/plugin/xhtmlruby/ |
H A D | script.js | 32 else { styleSheet.removeRule(ii); }
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | SecurityPolicies.php | 362 public function removeRule($project, $securityPolicy, $optParams = []) function in Google\\Service\\Compute\\Resource\\SecurityPolicies
|
H A D | FirewallPolicies.php | 431 public function removeRule($firewallPolicy, $optParams = []) function in Google\\Service\\Compute\\Resource\\FirewallPolicies
|
H A D | NetworkFirewallPolicies.php | 407 public function removeRule($project, $firewallPolicy, $optParams = []) function in Google\\Service\\Compute\\Resource\\NetworkFirewallPolicies
|
H A D | RegionNetworkFirewallPolicies.php | 443 public function removeRule($project, $region, $firewallPolicy, $optParams = []) function in Google\\Service\\Compute\\Resource\\RegionNetworkFirewallPolicies
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Compute.php | 1825 ],'removeRule' => [ 1826 'path' => 'locations/global/firewallPolicies/{firewallPolicy}/removeRule', 7078 ],'removeRule' => [ 7079 'path' => 'projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule', 10980 ],'removeRule' => [ 10981 … 'path' => 'projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeRule', 13099 ],'removeRule' => [ 13100 'path' => 'projects/{project}/global/securityPolicies/{securityPolicy}/removeRule',
|