Home
last modified time | relevance | path

Searched refs:PageRule (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/beehive/beehive-0.4.0/vendor/github.com/cloudflare/cloudflare-go/
H A Dpage_rules.go107 type PageRule struct { struct
122 Result PageRule `json:"result"`
130 Result []PageRule `json:"result"`
136 func (api *API) CreatePageRule(zoneID string, rule PageRule) (*PageRule, error) { argument
153 func (api *API) ListPageRules(zoneID string) ([]PageRule, error) {
157 return []PageRule{}, errors.Wrap(err, errMakeRequestError)
162 return []PageRule{}, errors.Wrap(err, errUnmarshalError)
170 func (api *API) PageRule(zoneID, ruleID string) (PageRule, error) { func
174 return PageRule{}, errors.Wrap(err, errMakeRequestError)
179 return PageRule{}, errors.Wrap(err, errUnmarshalError)
[all …]
H A Dpage_rules_test.go45 var expectedPageRuleStruct = PageRule{
97 want := []PageRule{expectedPageRuleStruct}
124 actual, err := client.PageRule(testZoneID, pageRuleID)
133 newPageRule := PageRule{
H A Dpage_rules_example_test.go10 var exampleNewPageRule = cloudflare.PageRule{
86 pageRules, err := api.PageRule(zoneID, "my_page_rule_id")
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/cloudflare/cloudflare-go/
H A Dpage_rules.go111 type PageRule struct { struct
126 Result PageRule `json:"result"`
134 Result []PageRule `json:"result"`
140 func (api *API) CreatePageRule(ctx context.Context, zoneID string, rule PageRule) (*PageRule, error… argument
157 func (api *API) ListPageRules(ctx context.Context, zoneID string) ([]PageRule, error) {
161 return []PageRule{}, err
166 return []PageRule{}, errors.Wrap(err, errUnmarshalError)
174 func (api *API) PageRule(ctx context.Context, zoneID, ruleID string) (PageRule, error) { func
178 return PageRule{}, err
183 return PageRule{}, errors.Wrap(err, errUnmarshalError)
[all …]
H A Dpage_rules_test.go46 var expectedPageRuleStruct = PageRule{
98 want := []PageRule{expectedPageRuleStruct}
125 actual, err := client.PageRule(context.Background(), testZoneID, pageRuleID)
134 newPageRule := PageRule{
H A Dpage_rules_example_test.go11 var exampleNewPageRule = cloudflare.PageRule{
87 pageRules, err := api.PageRule(context.Background(), zoneID, "my_page_rule_id")
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Dpage_rules.go112 type PageRule struct { struct
127 Result PageRule `json:"result"`
135 Result []PageRule `json:"result"`
141 func (api *API) CreatePageRule(ctx context.Context, zoneID string, rule PageRule) (*PageRule, error… argument
158 func (api *API) ListPageRules(ctx context.Context, zoneID string) ([]PageRule, error) {
162 return []PageRule{}, err
167 return []PageRule{}, errors.Wrap(err, errUnmarshalError)
175 func (api *API) PageRule(ctx context.Context, zoneID, ruleID string) (PageRule, error) { func
179 return PageRule{}, err
184 return PageRule{}, errors.Wrap(err, errUnmarshalError)
[all …]
H A Dpage_rules_test.go46 var expectedPageRuleStruct = PageRule{
98 want := []PageRule{expectedPageRuleStruct}
125 actual, err := client.PageRule(context.Background(), testZoneID, pageRuleID)
134 newPageRule := PageRule{
H A Dpage_rules_example_test.go11 var exampleNewPageRule = cloudflare.PageRule{
87 pageRules, err := api.PageRule(context.Background(), zoneID, "my_page_rule_id")
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Dpage_rules.go112 type PageRule struct { struct
127 Result PageRule `json:"result"`
135 Result []PageRule `json:"result"`
141 func (api *API) CreatePageRule(ctx context.Context, zoneID string, rule PageRule) (*PageRule, error… argument
158 func (api *API) ListPageRules(ctx context.Context, zoneID string) ([]PageRule, error) {
162 return []PageRule{}, err
167 return []PageRule{}, errors.Wrap(err, errUnmarshalError)
175 func (api *API) PageRule(ctx context.Context, zoneID, ruleID string) (PageRule, error) { func
179 return PageRule{}, err
184 return PageRule{}, errors.Wrap(err, errUnmarshalError)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/stylesheets/
H A Dpage_rule.rs29 pub struct PageRule {
36 impl PageRule {
45 impl ToCssWithGuard for PageRule {
59 impl DeepCloneWithLock for PageRule {
66 PageRule { in isLegalVOP3PShuffleMask()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/stylesheets/
H A Dpage_rule.rs28 pub struct PageRule { struct
35 impl PageRule { argument
44 impl ToCssWithGuard for PageRule { implementation
58 impl DeepCloneWithLock for PageRule { implementation
65 PageRule { in deep_clone_with_lock()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/stylesheets/
H A Dpage_rule.rs29 pub struct PageRule { struct
36 impl PageRule { impl
45 impl ToCssWithGuard for PageRule { implementation
59 impl DeepCloneWithLock for PageRule { implementation
66 PageRule { in deep_clone_with_lock()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/stylesheets/
H A Dpage_rule.rs29 pub struct PageRule { struct
36 impl PageRule { implementation
45 impl ToCssWithGuard for PageRule { implementation
59 impl DeepCloneWithLock for PageRule { implementation
66 PageRule { in deep_clone_with_lock()
/dports/www/firefox/firefox-99.0/servo/components/style/stylesheets/
H A Dpage_rule.rs91 pub struct PageRule { struct
100 impl PageRule { implementation
109 impl ToCssWithGuard for PageRule { implementation
128 impl DeepCloneWithLock for PageRule { implementation
135 PageRule { in deep_clone_with_lock()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/CommonPlugin/vendor/crossjoin/css/src/Crossjoin/Css/Reader/
H A DReaderAbstract.php13 use Crossjoin\Css\Format\Rule\AtPage\PageRule; alias
459 $atRule = new PageRule($line, $this->styleSheet);
550 } elseif ($atRule instanceof PageRule) {
594 } elseif ($lastRuleContainers[$ruleCount] instanceof PageRule) {
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Darc_types.rs38 use crate::stylesheets::{NamespaceRule, PageRule};
95 impl_arc_ffi!(Locked<PageRule> => RawServoPageRule
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Darc_types.rs28 KeyframesRule, LayerBlockRule, LayerStatementRule, MediaRule, NamespaceRule, PageRule,
92 impl_arc_ffi!(Locked<PageRule> => RawServoPageRule
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Darc_types.rs27 use stylesheets::{FontFeatureValuesRule, NamespaceRule, PageRule, SupportsRule, DocumentRule};
82 impl_arc_ffi!(Locked<PageRule> => RawServoPageRule
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Darc_types.rs38 use crate::stylesheets::{NamespaceRule, PageRule};
95 impl_arc_ffi!(Locked<PageRule> => RawServoPageRule
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Darc_types.rs38 use crate::stylesheets::{NamespaceRule, PageRule};
95 impl_arc_ffi!(Locked<PageRule> => RawServoPageRule
/dports/textproc/py-tinycss/tinycss-0.4/docs/
H A Dparsing.rst20 [<ImportRule 1:1 foo.css>, <RuleSet at 2:5 p.error>, <PageRule 3:5 ('tables', None)>]
76 .. autoclass:: PageRule()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoArcTypeList.h20 SERVO_ARC_TYPE(PageRule, RawServoPageRule)
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DServoArcTypeList.h36 SERVO_ARC_TYPE(PageRule, RawServoPageRule)
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DServoArcTypeList.h36 SERVO_ARC_TYPE(PageRule, RawServoPageRule)

1234