Searched refs:tagname (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A Dlivelist.c149 char *tagname, /* Tag pattern to match against */
153 if (nodePtr->nodeName && Tcl_StringMatch(nodePtr->nodeName, tagname)) {
169 childPtr, tagname, listObjPtr);
190 char *tagname = Tcl_GetString(closure); local
195 childPtr, tagname, resultPtr);
222 char *tagname, /* Search pattern */
225 Tcl_Obj *closure = Tcl_NewStringObj(tagname, -1);
145 UpdateElementsByTagnameNodeList( Tcl_Interp *interp, TclDomInterpData *interpDataPtr, TclDomNode *nodePtr, char *tagname, Tcl_Obj *listObjPtr) argument
219 TclDomGetElementsByTagname( Tcl_Interp *interp, TclDomInterpData *interpDataPtr, char *tagname, TclDomNode *nodePtr) argument
H A Ddom.c41 char *tagname, Tdp_Element *elementPtr)
50 documentPtr, tagname);
40 Tdp_CreateElement(Tcl_Interp *interp, Tdp_Document parentDocument, char *tagname, Tdp_Element *elementPtr) argument
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffset.c58 " -s <tagname> [count] <value>... set the tag value",
59 " -sf <tagname> <filename> read the tag value from file (for ASCII tags only)",
73 GetField(TIFF *tiff, const char *tagname) argument
77 if( atoi(tagname) > 0 )
78 fip = TIFFFieldWithTag(tiff, (ttag_t)atoi(tagname));
80 fip = TIFFFieldWithName(tiff, tagname);
83 fprintf( stderr, "Field name %s not recognised.\n", tagname );
106 const char *tagname; local
109 tagname = argv[arg_index];
110 fip = GetField(tiff, tagname);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A Dtktable.py412 def tag_cell(self, tagname, *args):
413 return self.tk.call(self._w, 'tag', 'cell', tagname, *args)
416 def tag_cget(self, tagname, option):
417 return self.tk.call(self._w, 'tag', 'cget', tagname, '-%s' % option)
420 def tag_col(self, tagname, *args):
421 return self.tk.call(self._w, 'tag', 'col', tagname, *args)
424 def tag_configure(self, tagname, option=None, **kwargs):
425 """Query or modify options associated with the tag given by tagname.
428 options for tagname is returned. If option is specified, then the
434 self.tk.call(self._w, 'tag', 'configure', tagname))
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableTag.c682 char buf[INDEX_BUFSIZE], *keybuf, *tagname;
706 tagname = Tcl_GetStringFromObj(objv[3], &len);
717 tagPtr = TableTagGetEntry(tablePtr, tagname, 0, NULL);
727 STREQ(tagname, "active")) {
732 } else if ((tablePtr->flashMode && STREQ(tagname, "flash"))
733 || STREQ(tagname, "sel")) {
734 hashTblPtr = (*tagname == 's') ?
743 } else if (STREQ(tagname, "title") &&
840 tagname = Tcl_GetStringFromObj(objv[3], &len);
851 tagPtr = TableTagGetEntry(tablePtr, tagname,
670 char buf[INDEX_BUFSIZE], *keybuf, *tagname; local
[all...]
/macosx-10.10/vim-55/src/
H A Dtag.c26 char_u *tagname; /* start of tag name (skip "file:") */ member in struct:tag_pointers
231 if (ptag_entry.tagname != NULL
232 && STRCMP(ptag_entry.tagname, tag) == 0)
241 vim_free(ptag_entry.tagname);
242 if ((ptag_entry.tagname = vim_strsave(tag)) == NULL)
254 vim_free(tagstack[--tagstacklen].tagname);
260 vim_free(tagstack[0].tagname);
269 if ((tagstack[tagstackidx].tagname = vim_strsave(tag)) == NULL)
285 g_do_tagpreview ? ptag_entry.tagname == NULL :
497 name = tagstack[tagstackidx].tagname;
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltconfig213 tagname=
377 --add-tag) prev=tagname ;;
378 --add-tag=*) tagname="$optarg" ;;
425 if test -n "$tagname"; then
426 # Check whether tagname contains only valid characters
427 case `$echo "X$tagname" | $Xsed -e 's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'` in
430 echo "$progname: invalid tag name: $tagname" 1>&2
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
436 echo "$progname: tag name $tagname already exists" 1>&2
631 # Source the script associated with the $tagname ta
[all...]
H A Dltmain.sh130 tagname="$arg"
132 # Check whether tagname contains only valid characters
133 case $tagname in
135 echo "$progname: invalid tag name: $tagname" 1>&2
140 case $tagname in
144 taglist="$taglist $tagname"
147 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then
148 taglist="$taglist $tagname"
150 eval "`sed -n -e '/^### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^### END LIBTOOL TAG CONFIG: '$tagname'
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dant.vim21 fun AntSyntaxScript(tagname, synfilename)
25 exe 'syn include @ant'.a:tagname.' '.s:include
27 exe 'syn include @ant'.a:tagname." $VIMRUNTIME/syntax/".a:synfilename
30 exe 'syn region ant'.a:tagname
31 \." start=#<script[^>]\\{-}language\\s*=\\s*['\"]".a:tagname."['\"]\\(>\\|[^>]*[^/>]>\\)#"
34 \.' contains=@ant'.a:tagname.',xmlCdataStart,xmlCdataEnd,xmlTag,xmlEndTag'
36 exe 'syn cluster xmlRegionHook add=ant'.a:tagname
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dasn1_print.c64 const char *tagname; local
80 tagname = der_get_tag_name(tag);
81 if (class == ASN1_C_UNIV && tagname != NULL)
82 printf ("%s = ", tagname);
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dhtml-text.h127 void issue_tag (const char *tagname, const char *arg, int space=2);
H A Dhtml-text.cpp184 void html_text::issue_tag (const char *tagname, const char *arg, argument
188 out->put_string(tagname);
190 out->put_string(tagname);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_strex.c330 const char *tagname; local
331 tagname = ASN1_tag2str(type);
332 outlen += strlen(tagname);
333 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
/macosx-10.10/ruby-106/ruby/tool/
H A Dmerger.rb130 tagname = 'v' + x + '_' + pl
131 tag_url = $repos + 'tags/' + tagname
133 interactive "OK? svn cp -m \"add tag #{tagname}\" #{branch_url} #{tag_url}" do
136 system(*%w'svn cp -m', "add tag #{tagname}", branch_url, tag_url)
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Detags.el828 (defun find-tag-noselect (tagname &optional next-p regexp-p)
835 another tag that matches the last tagname or regexp used. When there are
849 (setq find-tag-history (cons tagname find-tag-history))
876 (setq last-tag tagname))
883 (if (and next-p last-tag) last-tag tagname)
901 (defun find-tag (tagname &optional next-p regexp-p)
907 another tag that matches the last tagname or regexp used. When there are
920 (let* ((buf (find-tag-noselect tagname next-p regexp-p))
929 (defun find-tag-other-window (tagname &optional next-p regexp-p)
936 another tag that matches the last tagname o
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt28 * add ability to index by tagname
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dutil.c55 const char *tagname)
59 err->tagname = tagname;
314 /* validate that the root element uses a given DAV: tagname (TRUE==valid) */
316 const char *tagname)
320 strcmp(doc->root->name, tagname) == 0;
323 /* find and return the (unique) child with a given DAV: tagname */
325 const char *tagname)
330 if (child->ns == APR_XML_NS_DAV_ID && !strcmp(child->name, tagname))
51 dav_new_error_tag(apr_pool_t *p, int status, int error_id, apr_status_t aprerr, const char *desc, const char *namespace, const char *tagname) argument
315 dav_validate_root(const apr_xml_doc *doc, const char *tagname) argument
324 dav_find_child(const apr_xml_elem *elem, const char *tagname) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dltmain.sh249 # If $tagname isn't set, then try to infer if the default "CC" tag applies
250 if test -z "$tagname"; then
253 $zp) tagname="CC"; break;;
258 if test -n "$available_tags" && test -z "$tagname"; then
294 tagname=$z
300 if test -z "$tagname"; then
305 $zp) tagname=$z; break;;
308 if test -n "$tagname"; then
315 # If $tagname still isn't set, then no tagged configuration
318 if test -z "$tagname"; the
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dlibtool595 # If $tagname isn't set, then try to infer if the default "CC" tag applies
596 if test -z "$tagname"; then
599 $zp) tagname="CC"; break;;
604 if test -n "$available_tags" && test -z "$tagname"; then
640 tagname=$z
646 if test -z "$tagname"; then
651 $zp) tagname=$z; break;;
654 if test -n "$tagname"; then
661 # If $tagname still isn't set, then no tagged configuration
664 if test -z "$tagname"; the
[all...]
/macosx-10.10/OpenPAM-20/openpam/
H A Dltmain.sh252 # If $tagname isn't set, then try to infer if the default "CC" tag applies
253 if test -z "$tagname"; then
256 $zp) tagname="CC"; break;;
261 if test -n "$available_tags" && test -z "$tagname"; then
297 tagname=$z
303 if test -z "$tagname"; then
308 $zp) tagname=$z; break;;
311 if test -n "$tagname"; then
318 # If $tagname still isn't set, then no tagged configuration
321 if test -z "$tagname"; the
[all...]
/macosx-10.10/bind9-45.101/bind9/
H A Dltmain.sh258 # If $tagname isn't set, then try to infer if the default "CC" tag applies
259 if test -z "$tagname"; then
262 $zp) tagname="CC"; break;;
267 if test -n "$available_tags" && test -z "$tagname"; then
303 tagname=$z
309 if test -z "$tagname"; then
314 $zp) tagname=$z; break;;
317 if test -n "$tagname"; then
324 # If $tagname still isn't set, then no tagged configuration
327 if test -z "$tagname"; the
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c71 exclusion_tag_warning (const char *dirname, const char *tagname, argument
78 quotearg_n (1, tagname),
85 static char *tagname; local
98 tagname = xrealloc (tagname, tagsize);
103 strcpy (tagname, dirname);
104 nptr = tagname + dlen;
107 if (access (tagname, F_OK) == 0
108 && (!tag->predicate || tag->predicate (tagname)))
/macosx-10.10/file-46/file/
H A Dltmain.sh258 # If $tagname still isn't set, then try to infer if the default
261 if test -z "$tagname"; then
271 tagname=$z
278 if test -n "$available_tags" && test -z "$tagname"; then
314 tagname=$z
318 # If $tagname still isn't set, then try to infer it by
330 tagname=$z
335 if test -n "$tagname"; then
341 # If $tagname still isn't set, then no tagged configuration
344 if test -z "$tagname"; the
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh229 if test -n "$available_tags" && test -z "$tagname"; then
265 tagname=$z
271 # If $tagname still isn't set, then no tagged configuration
274 if test -z "$tagname"; then
279 # $echo "$modename: using $tagname tagged configuration"
413 tagname="$arg"
416 # Check whether tagname contains only valid characters
417 case $tagname in
419 $echo "$progname: invalid tag name: $tagname" 1>&2
424 case $tagname i
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh229 if test -n "$available_tags" && test -z "$tagname"; then
265 tagname=$z
271 # If $tagname still isn't set, then no tagged configuration
274 if test -z "$tagname"; then
279 # $echo "$modename: using $tagname tagged configuration"
413 tagname="$arg"
416 # Check whether tagname contains only valid characters
417 case $tagname in
419 $echo "$progname: invalid tag name: $tagname" 1>&2
424 case $tagname i
[all...]

Completed in 429 milliseconds

1234