Searched refs:tagname (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/dom/tests/ |
H A D | dom001.phpt | 78 echo "--------- Find element by tagname\n"; 207 --------- Find element by tagname
|
/php-src/build/ |
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 …]
|
H A D | libtool.m4 | 206 tagname= 1957 for tagname in $tagnames; do 1962 *) AC_MSG_ERROR([invalid tag name: $tagname]) 1972 if test -n "$tagname"; then 1975 case $tagname in 1982 tagname="" 1987 AC_MSG_ERROR([Unsupported tag name: $tagname]) 1992 if test -n "$tagname" ; then 1993 available_tags="$available_tags $tagname" 4167 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) [all …]
|
/php-src/ext/exif/ |
H A D | exif.c | 3264 char *value_ptr, tagname[64], cbuf[32], *outside=NULL; in exif_process_IFD_TAG_impl() local 3577 …exif_iif_add_tag(ImageInfo, section_index, exif_get_tagname_key(tag, tagname, sizeof(tagname), tag… in exif_process_IFD_TAG_impl()
|
Completed in 47 milliseconds