Home
last modified time | relevance | path

Searched refs:tagname (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/dom/tests/
H A Ddom001.phpt78 echo "--------- Find element by tagname\n";
207 --------- Find element by tagname
/php-src/build/
H A Dltmain.sh289 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 Dlibtool.m4206 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 Dexif.c3268 char *value_ptr, tagname[64], cbuf[32], *outside=NULL; in exif_process_IFD_TAG_impl() local
3581 …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