Searched defs:all (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 7 ** version 3.7.7.1. By combining all the individual C code files into this 14 ** This file is all you need to compile SQLite. To use SQLite in other 57 ** code in all source files. 153 ** at all times. 289 ** fire any triggers. A value of 0 means that no trigger programs at all 337 ** Unfortunately, that typedef is not available on all compilers, or 425 ** implemented on some systems. So we avoid defining it at all 464 ** can insure that all cases are evaluated. 614 ** that we have taken it all out and gone back to using simple 818 ** successfully destroyed and all associate 106275 Token all; local [all...] |
| /PHP_5_5/ext/soap/ |
| H A D | php_schema.c | 152 blockDefault = (#all | List of (extension | restriction | substitution)) : '' 154 finalDefault = (#all | List of (extension | restriction)) : '' 298 final = (#all | (list | union | restriction)) 738 Content: (annotation?, (group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?)) 771 } else if (node_is_equal(trav,"all")) { 918 Content: (annotation?, ((group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?))) 951 } else if (node_is_equal(trav,"all")) { 1005 <all 1011 </all> 1013 static int schema_all(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr all, sdlTypePt argument [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | html.c | 62 #define LIMIT_ALL(all, doctype, charset) do { \ 63 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \ 749 /* all non-SGML characters (those marked with UNUSED in DESCSET) should be 819 /* "&" is represented by a 0x26 in all supported encodings. That means 918 * - The argument "all" determines if all numeric entities are decode or only those 929 int all, 967 if (!all && (code > 63U || 1036 static const entity_ht *unescape_inverse_map(int all, in argument 924 traverse_for_entities( const char *old, size_t oldlen, char *ret, size_t *retlen, int all, int flags, const entity_ht *inv_map, enum entity_charset charset) argument 1064 determine_entity_table(int all, int doctype) argument 1086 php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC) argument 1126 php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC) argument 1214 php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC) argument 1433 php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) argument 1595 long all = HTML_SPECIALCHARS, local [all...] |
Completed in 104 milliseconds