Searched refs:tagname (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/dom/tests/ |
H A D | dom001.phpt | 78 echo "--------- Find element by tagname\n"; 212 --------- Find element by tagname
|
/PHP-7.1/ |
H A D | ltmain.sh | 289 tagname=$z 298 if test -z "$tagname"; then 447 tagname="$arg" 451 case $tagname in 453 $echo "$progname: invalid tag name: $tagname" 1>&2 458 case $tagname in 465 taglist="$taglist $tagname" 467 …${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tag… 503 for tagname in $taglist; do 504 …${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagnam… [all …]
|
/PHP-7.1/ext/exif/ |
H A D | exif.c | 2451 char tagname[64]; in exif_thumbnail_build() local 2844 char *value_ptr, tagname[64], cbuf[32], *outside=NULL; in exif_process_IFD_TAG() local 2866 …): Illegal format code 0x%04X, suppose BYTE", tag, exif_get_tagname(tag, tagname, -12, tag_table),… in exif_process_IFD_TAG() 2872 …ocess tag(x%04X=%s): Illegal components(%d)", tag, exif_get_tagname(tag, tagname, -12, tag_table),… in exif_process_IFD_TAG() 2879 … "Process tag(x%04X=%s): Illegal byte_count", tag, exif_get_tagname(tag, tagname, -12, tag_table)); in exif_process_IFD_TAG() 2902 …=%s): Illegal pointer offset(x%04X < x%04X)", tag, exif_get_tagname(tag, tagname, -12, tag_table),… in exif_process_IFD_TAG() 2906 …inter offset(x%04X + x%04X = x%04X > x%04X)", tag, exif_get_tagname(tag, tagname, -12, tag_table),… in exif_process_IFD_TAG() 2949 … tag(x%04X=%s,@x%04X + x%04X(=%d)): %s%s %s", tag, exif_get_tagname(tag, tagname, -12, tag_table),… in exif_process_IFD_TAG() 3154 …exif_iif_add_tag(ImageInfo, section_index, exif_get_tagname(tag, tagname, sizeof(tagname), tag_tab… in exif_process_IFD_TAG() 3588 char tagname[64]; in exif_process_IFD_in_TIFF() local [all …]
|
/PHP-7.1/build/ |
H A D | libtool.m4 | 206 tagname= 1950 for tagname in $tagnames; do 1955 *) AC_MSG_ERROR([invalid tag name: $tagname]) 1965 if test -n "$tagname"; then 1968 case $tagname in 1975 tagname="" 1980 AC_MSG_ERROR([Unsupported tag name: $tagname]) 1985 if test -n "$tagname" ; then 1986 available_tags="$available_tags $tagname" 4162 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) [all …]
|
Completed in 58 milliseconds