| /PHP_5_5/ext/enchant/docs/examples/ |
| H A D | example1.php | 2 $tag = 'en_US'; variable 9 if (enchant_broker_dict_exists($r,$tag)) { 10 $d = enchant_broker_request_dict($r, $tag); 12 echo "dictionary $tag provides:\n";
|
| /PHP_5_5/ |
| H A D | ltmain.sh | 247 # if one wasn't chosen via the "--tag" command line option. 296 # was found and let the user know that the "--tag" command 300 $echo "$modename: specify a tag with \`--tag'" 1>&2 446 tag) 453 $echo "$progname: invalid tag name: $tagname" 1>&2 460 # Don't test for the "default" C tag, as we know, it's there, but 469 $echo "$progname: ignoring unknown tag $tagname" 1>&2 546 --tag) 547 prevopt="--tag" [all...] |
| /PHP_5_5/ext/exif/ |
| H A D | exif.c | 360 /* Describes tag values */ 393 #define TAG_NEW_SUBFILE 0x00FE /* New version of subfile tag */ 394 #define TAG_SUBFILE_TYPE 0x00FF /* Old version of subfile tag */ 586 {TAG_NONE, "No tag value"},\ 1369 WORD tag; member in struct:__anon69 1513 int tag; member in struct:__anon74 1673 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag, int format, int length, void* value, int motorola_intel TSRMLS_DC) argument 1690 info_data->tag = tag; 1714 info_data->tag 1801 exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, int format, size_t length, void* value TSRMLS_DC) argument 2350 long tag; local 2700 exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char *szValuePtr, int ByteCount TSRMLS_DC) argument 2807 int tag, format, components; local [all...] |
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.c | 2292 ber_tag_t tag; local 2340 tag = ber_scanf(ber, "{io}", &lestimated, &lcookie); 2343 if (tag == LBER_ERROR) {
|
| /PHP_5_5/ext/standard/ |
| H A D | url_scanner_ex.c | 275 switch (ctx->tag.len) { 277 if (!strncasecmp(ctx->tag.c, "form", sizeof("form") - 1)) { 295 if (!strncasecmp(ctx->tag.c, "fieldset", sizeof("fieldset") - 1)) { 308 * have that tag in our table. If we might modify it, 309 * we continue to scan the tag, otherwise we simply copy the complete 318 ctx->tag.len = 0; 319 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); 320 for (i = 0; i < ctx->tag.len; i++) 321 ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag [all...] |
| H A D | url_scanner_ex.h | 38 smart_str tag; /* read only */ member in struct:__anon249
|
| H A D | url_scanner_ex.re | 211 switch (ctx->tag.len) { 213 if (!strncasecmp(ctx->tag.c, "form", sizeof("form") - 1)) { 231 if (!strncasecmp(ctx->tag.c, "fieldset", sizeof("fieldset") - 1)) { 244 * have that tag in our table. If we might modify it, 245 * we continue to scan the tag, otherwise we simply copy the complete 254 ctx->tag.len = 0; 255 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); 256 for (i = 0; i < ctx->tag.len; i++) 257 ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag [all...] |
| H A D | string.c | 123 int php_tag_find(char *tag, int len, char *set); 4473 * Check if tag is in a set of tags 4477 * 0 start tag 4480 int php_tag_find(char *tag, int len, char *set) { argument 4492 t = tag; 4495 normalize the tag removing leading and trailing whitespace 4496 and turn any <a whatever...> into just <a> and any </tag> 4497 into <tag> 4546 normal html tag and state 2 means we are inside a php tag [all...] |
| /PHP_5_5/ext/tidy/ |
| H A D | tidy.c | 101 #define TIDY_TAG_CONST(tag) REGISTER_LONG_CONSTANT("TIDY_TAG_" #tag, TidyTag_##tag, CONST_CS | CONST_PERSISTENT) 1684 Returns a TidyNode Object starting from the <HTML> tag of the tidy parse tree */ 1692 Returns a TidyNode Object starting from the <HEAD> tag of the tidy parse tree */ 1700 Returns a TidyNode Object starting from the <BODY> tag of the tidy parse tree */
|
| /PHP_5_5/ext/xml/ |
| H A D | xml.c | 84 inline static char *_xml_decode_tag(xml_parser *parser, const char *tag); 755 static char *_xml_decode_tag(xml_parser *parser, const char *tag) argument 760 newstr = xml_utf8_decode(tag, strlen(tag), &out_len, parser->target_encoding); 808 zval *tag, *atr; local 811 MAKE_STD_ZVAL(tag); 814 array_init(tag); 819 add_assoc_string(tag,"tag",((char *) tag_name) + parser->toffset,1); /* cast to avoid gcc-warning */ 820 add_assoc_string(tag,"typ 875 zval *tag; local 961 zval *tag; local [all...] |
| /PHP_5_5/ext/phar/ |
| H A D | pharzip.h | 109 (Unix3) 0x756e Short tag for this extra block type ("nu") 136 char tag[2]; member in struct:_phar_zip_extra_field_header 141 char tag[2]; /* 0x756e Short tag for this extra block type ("nu") */ member in struct:_phar_zip_unix3
|
| H A D | zip.c | 55 if (h.header.tag[0] != 'n' || h.header.tag[1] != 'u') { 808 perms.tag[0] = 'n'; 809 perms.tag[1] = 'u';
|
| /PHP_5_5/ext/enchant/ |
| H A D | enchant.c | 87 ZEND_ARG_INFO(0, tag) 101 ZEND_ARG_INFO(0, tag) 527 /* {{{ proto resource enchant_broker_request_dict(resource broker, string tag) 528 create a new dictionary using tag, the non-empty language tag you wish to request 536 char *tag; local 540 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &broker, &tag, &taglen) == FAILURE) { 551 d = enchant_broker_request_dict(pbroker->pbroker, (const char *)tag); 653 /* {{{ proto bool enchant_broker_dict_exists(resource broker, string tag) 654 Wether a dictionary exists or not. Using non-empty tag */ 658 char *tag; local [all...] |