Home
last modified time | relevance | path

Searched refs:attribute (Results 276 – 288 of 288) sorted by relevance

1...<<1112

/php-src/
H A DNEWS41 . Fix cloning attribute with namespace disappearing namespace. (nielsdos)
200 . Implement GH-12908 (Show attribute name/class in ReflectionAttribute dump).
H A Dphp.ini-development1356 ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
1437 ; to URLs. <form> tag's action attribute URL will not be modified
1449 ; <form> tags is special. PHP will check action attribute's URL regardless
H A Dphp.ini-production1358 ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
1439 ; to URLs. <form> tag's action attribute URL will not be modified
1451 ; <form> tags is special. PHP will check action attribute's URL regardless
/php-src/Zend/
H A Dzend_language_parser.y278 %type <ast> attribute_decl attribute attributes attribute_group namespace_declaration_name
371 attribute:
376 attribute { $$ = zend_ast_create_list(1, ZEND_AST_ATTRIBUTE_LIST, $1); }
377 | attributes attribute { $$ = zend_ast_list_add($1, $2); }
/php-src/ext/ldap/
H A Dldap_arginfo.h117 ZEND_ARG_TYPE_INFO(0, attribute, IS_STRING, 0)
195 ZEND_ARG_TYPE_INFO(0, attribute, IS_STRING, 0)
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h286 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
291 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
647 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
651 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h34 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
64 ZEND_ARG_TYPE_INFO(0, attribute, IS_LONG, 0)
/php-src/ext/dom/
H A Delement.c1670 xmlNodePtr attribute = dom_get_attribute_or_nsdecl(intern, thisp, BAD_CAST qname, qname_length); in PHP_METHOD() local
1673 if (attribute == NULL) { in PHP_METHOD()
1701 dom_remove_attribute(thisp, attribute); in PHP_METHOD()
/php-src/ext/standard/
H A Dconfig.m4281 AC_CACHE_CHECK(whether the compiler supports aligned attribute, ac_cv_attribute_aligned,[
/php-src/ext/libxml/
H A Dphp_libxml2.def49 attribute
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1260 attr = &selector->u.attribute; in lxb_selectors_match_attribute()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2676 # filename or extended attribute printable strings in range space null til umlaut ue
3932 # attribute: 0x2~?? 0x10~symlink|target 0x20~normal
7297 # words to optional attribute linkage
14900 # Looks like ascii (like MESSAGES) formatted with attribute bytes (190)?
18273 >>>56 ubelong >0 \b, %#x vendor attribute
18275 #>>>60 ubelong x \b, %#x attribute
25249 # attrLevelMessage; Level where attribute applies like: 1~attrLevelMessage 2~attrLevelAttachment
27286 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field
28476 # attribs is attribute flags for file
41161 # The upper byte indicates the compatibility of the file attribute information.
H A Dmagic2676 # filename or extended attribute printable strings in range space null til umlaut ue
3932 # attribute: 0x2~?? 0x10~symlink|target 0x20~normal
7297 # words to optional attribute linkage
14900 # Looks like ascii (like MESSAGES) formatted with attribute bytes (190)?
18273 >>>56 ubelong >0 \b, %#x vendor attribute
18275 #>>>60 ubelong x \b, %#x attribute
25249 # attrLevelMessage; Level where attribute applies like: 1~attrLevelMessage 2~attrLevelAttachment
27286 # DOS drivers LS120.SYS, MKELS120.SYS use reserved bits of attribute field
28476 # attribs is attribute flags for file
41161 # The upper byte indicates the compatibility of the file attribute information.

Completed in 250 milliseconds

1...<<1112