Home
last modified time | relevance | path

Searched refs:rule (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h20 #define lxb_css_rule(rule) ((lxb_css_rule_t *) (rule)) argument
21 #define lxb_css_rule_list(rule) ((lxb_css_rule_list_t *) (rule)) argument
22 #define lxb_css_rule_at(rule) ((lxb_css_rule_at_t *) (rule)) argument
23 #define lxb_css_rule_style(rule) ((lxb_css_rule_style_t *) (rule)) argument
24 #define lxb_css_rule_bad_style(rule) ((lxb_css_rule_bad_style_t *) (rule)) argument
26 #define lxb_css_rule_declaration(rule) ((lxb_css_rule_declaration_t *) (rule)) argument
57 lxb_css_rule_t rule; member
64 lxb_css_rule_t rule; member
92 lxb_css_rule_t rule; member
101 lxb_css_rule_t rule; member
[all …]
/php-src/ext/intl/tests/
H A Drbbiter_getRuleStatus_basic.phpt28 "rule status: {$rbbi->getRuleStatus()}\n";
34 rule status: 0
36 rule status: 1
38 rule status: 42
40 rule status: 0
42 rule status: 42
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c448 lxb_css_rule_t *rule; in lxb_html_document_stylesheet_apply() local
451 rule = sst->root; in lxb_html_document_stylesheet_apply()
458 rule = list->first; in lxb_html_document_stylesheet_apply()
460 while (rule != NULL) { in lxb_html_document_stylesheet_apply()
475 rule = rule->next; in lxb_html_document_stylesheet_apply()
498 lxb_css_rule_t *rule; in lxb_html_document_stylesheet_remove() local
502 rule = sst->root; in lxb_html_document_stylesheet_remove()
509 rule = list->first; in lxb_html_document_stylesheet_remove()
526 rule = rule->next; in lxb_html_document_stylesheet_remove()
547 lxb_css_rule_t *rule; in lxb_html_document_element_styles_attach() local
[all …]
H A Delement.c384 lxb_css_rule_t *rule; in lxb_html_element_style_list_append() local
387 rule = list->first; in lxb_html_element_style_list_append()
389 while (rule != NULL) { in lxb_html_element_style_list_append()
390 if (rule->type != LXB_CSS_RULE_DECLARATION) { in lxb_html_element_style_list_append()
394 declr = lxb_css_rule_declaration(rule); in lxb_html_element_style_list_append()
403 rule = rule->next; in lxb_html_element_style_list_append()
535 if (((lxb_css_rule_declaration_t *) weak->value)->rule.parent in lxb_html_element_style_remove_by_list()
555 if (((lxb_css_rule_declaration_t *) style->entry.value)->rule.parent in lxb_html_element_style_remove_by_list()
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch7 source/lexbor/css/rule.h | 2 ++
13 diff --git a/source/lexbor/css/rule.h b/source/lexbor/css/rule.h
15 --- a/source/lexbor/css/rule.h
16 +++ b/source/lexbor/css/rule.h
17 @@ -344,7 +344,9 @@ lxb_css_rule_ref_dec_destroy(lxb_css_rule_t *rule)
20 if (rule->ref_count == 0) {
22 (void) lxb_css_rule_destroy(rule, true);
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dparser.h95 lxb_css_syntax_rule_t *rule);
100 lxb_css_syntax_rule_t *rule);
H A Dsyntax.h22 lxb_css_syntax_rule_t *rule);
/php-src/Zend/tests/traits/
H A Dbug60165d.phpt21 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c249 uint32_t rule[MAX_RULES]; in main() local
280 rule[rules] = line; in main()
296 printf("\tIR_RULE_%d,\n", rule[i]); in main()
H A Dir_save.c301 uint32_t rule = ctx->rules[i]; in ir_save() local
302 uint32_t id = rule & IR_RULE_MASK; in ir_save()
314 if (rule & IR_FUSED) { in ir_save()
317 if (rule & IR_SKIPPED) { in ir_save()
320 if (rule & IR_SIMPLE) { in ir_save()
H A Dir_x86.dasc1559 if (!rule) {
1562 if (rule >= IR_LEA_OB && rule <= IR_LEA_SI_B) {
1964 if (!rule) {
2006 if (!rule) {
2043 if (!rule) {
2317 if (rule) {
2318 return rule;
2365 if (!rule) {
10113 rule += n;
10234 uint32_t *rule;
[all …]
H A Dir_dump.c674 uint32_t rule = ctx->rules[i]; in ir_dump_codegen() local
675 uint32_t id = rule & IR_RULE_MASK; in ir_dump_codegen()
683 if (rule & IR_FUSED) { in ir_dump_codegen()
686 if (rule & IR_SKIPPED) { in ir_dump_codegen()
689 if (rule & IR_SIMPLE) { in ir_dump_codegen()
H A Dir_emit.c1013 uint32_t rule = ctx->rules[ref]; in ir_match() local
1015 if (!rule) { in ir_match()
1016 ctx->rules[ref] = rule = ir_match_insn(ctx, ref); in ir_match()
1018 ir_match_insn2(ctx, ref, rule); in ir_match()
H A Dir_aarch64.dasc339 uint32_t rule = ir_rule(ctx, ref);
346 switch (rule & IR_RULE_MASK) {
416 if (rule == IR_SHIFT_CONST
421 } else if (rule == IR_SHIFT
5531 uint32_t *rule, insn_flags;
5568 && *rule != IR_GUARD_CMP_INT
5569 && *rule != IR_GUARD_CMP_FP) {
5696 rule += n;
5816 uint32_t *rule;
5908 rule = ctx->rules + i;
[all …]
H A Dir_ra.c1985 uint32_t *rule = ctx->rules + 1; in ir_coalesce() local
1988 for (i = 1; i < ctx->insns_count; rule++, i++) { in ir_coalesce()
1989 if ((*rule) & (IR_MAY_SWAP|IR_MAY_REUSE)) { in ir_coalesce()
1992 if ((*rule) & IR_MAY_SWAP) { in ir_coalesce()
2002 IR_ASSERT((*rule) & IR_MAY_REUSE); in ir_coalesce()
/php-src/Zend/
H A Dzend_vm_gen.php2288 foreach ($a as $rule) {
2289 $n = strpos($rule, "=");
2291 $id = trim(substr($rule, 0, $n));
2292 $val = trim(substr($rule, $n+1));
2302 switch ($rule) {
2327 $used_extra_spec[$rule] = 1;
/php-src/build/
H A Dphp.m4260 dnl Create a rule for the object/source combo.
H A Dlibtool.m44507 # If there is no Makefile yet, we rely on a make rule to execute
/php-src/docs/
H A Drelease-process.md959 There is no rule for how long the call for volunteers must remain open. We
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6855 # Native format rule v1.2. For questions use the developers list
9136 # General SMS header rule.
20394 # BOOL values are two-byte integers; use them to rule out false positives.
25957 # how to put that into a magic rule?
40960 >8 byte <20 YARA 3.x compiled rule set
H A Dmagic6855 # Native format rule v1.2. For questions use the developers list
9136 # General SMS header rule.
20394 # BOOL values are two-byte integers; use them to rule out false positives.
25957 # how to put that into a magic rule?
40960 >8 byte <20 YARA 3.x compiled rule set

Completed in 255 milliseconds