Searched refs:tag (Results 476 - 500 of 1611) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Detags.el53 :type '(choice (const :tag "Case-sensitive" nil)
54 (const :tag "Case-insensitive" t)
55 (other :tag "Use default" default))
96 :type '(choice (const :tag "Do" t)
97 (const :tag "Don't" nil)
98 (other :tag "Ask" ask-user)))
131 (defcustom find-tag-hook nil
132 "*Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
133 The value in the buffer in which \\[find-tag] i
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c67 #define TIFFWriteRational(tif, type, tag, dir, v) \
68 (dir)->tdir_tag = (tag); \
85 ttag_t tag; local
171 * Write out ExtraSamples tag only if
213 tag = isTiled(tif) ?
215 if (tag != fip->field_tag)
218 dir->tdir_tag = (uint16) tag;
231 tag = isTiled(tif) ?
233 if (tag != fip->field_tag)
236 dir->tdir_tag = (uint16) tag;
784 TIFFSetupShortLong(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint32 v) argument
801 TIFFSetupShort(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint16 v) argument
818 TIFFWritePerSampleShorts(TIFF* tif, ttag_t tag, TIFFDirEntry* dir) argument
852 TIFFWritePerSampleAnys(TIFF* tif, TIFFDataType type, ttag_t tag, TIFFDirEntry* dir) argument
883 TIFFSetupShortPair(TIFF* tif, ttag_t tag, TIFFDirEntry* dir) argument
901 TIFFWriteShortTable(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint32 n, uint16** table) argument
1058 TIFFWriteAnyArray(TIFF* tif, TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, double* v) argument
[all...]
H A Dtif_dirinfo.c38 * If a tag can have both LONG and SHORT types then the LONG must be
630 /* Sort the field info by tag number */
747 _TIFFFindFieldInfo(TIFF* tif, ttag_t tag, TIFFDataType dt) argument
753 if (tif->tif_foundfield && tif->tif_foundfield->field_tag == tag &&
763 key.field_tag = tag;
804 _TIFFFieldWithTag(TIFF* tif, ttag_t tag) argument
806 const TIFFFieldInfo* fip = _TIFFFindFieldInfo(tif, tag, TIFF_ANY);
809 "Internal error, unknown tag 0x%x",
810 (unsigned int) tag);
824 "Internal error, unknown tag
832 _TIFFFindOrRegisterFieldInfo( TIFF *tif, ttag_t tag, TIFFDataType dt ) argument
849 _TIFFCreateAnonFieldInfo(TIFF *tif, ttag_t tag, TIFFDataType field_type) argument
[all...]
H A Dtif_zip.c299 ZIPVSetField(TIFF* tif, ttag_t tag, va_list ap) argument
304 switch (tag) {
317 return (*sp->vsetparent)(tif, tag, ap);
323 ZIPVGetField(TIFF* tif, ttag_t tag, va_list ap) argument
327 switch (tag) {
332 return (*sp->vgetparent)(tif, tag, ap);
352 * Merge codec-specific tag information.
362 * Allocate state block so tag methods have storage to record values.
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtreeview.rb394 when :tag, 'tag'
410 when :tag, 'tag'
426 when :tag, 'tag'
453 simplelist(val).collect{|tag|
454 Tk::Tile::Treeview::Tag.id2obj(self, tag)
611 # not tag error & option is known -> error on known option
614 # not tag erro
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconnection.c1081 ber_tag_t tag = op->o_tag; local
1097 switch ( tag ) {
1112 conn->c_connid, tag, 0 );
1121 if( conn->c_sasl_bind_in_progress && tag != LDAP_REQ_BIND ) {
1123 "error: SASL bind in progress (tag=%ld).\n",
1124 (long) tag, 0, 0 );
1133 ( tag == LDAP_REQ_ADD ) ||
1134 ( tag == LDAP_REQ_DELETE ) ||
1135 ( tag == LDAP_REQ_MODIFY ) ||
1136 ( tag
1510 ber_tag_t tag; local
1859 ber_tag_t tag = op->o_tag; local
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_entry.c49 int type, permset, tag, qual; /* For ACL testing. */ local
449 &type, &permset, &tag, &qual, &name));
452 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_USER_OBJ);
457 &type, &permset, &tag, &qual, &name));
460 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_GROUP_OBJ);
465 &type, &permset, &tag, &qual, &name));
468 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_OTHER);
474 &type, &permset, &tag, &qual, &name));
477 assertEqualInt(tag, ARCHIVE_ENTRY_ACL_USER);
574 &type, &permset, &tag,
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtext.tcl46 %W tag remove sel 0.0 end
208 if {[%W tag nextrange sel 1.0 end] ne ""} {
216 if {[%W tag nextrange sel 1.0 end] ne ""} {
239 %W tag add sel 1.0 end
242 %W tag remove sel 1.0 end
601 $w tag remove sel 0.0 end
603 $w tag add sel $first $last
604 $w tag remove sel $last end
632 $w tag remove sel 0.0 $first
633 $w tag ad
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dmut_stub.c133 __mutex_print_debug_single(env, tag, mutex, flags)
135 const char *tag;
140 COMPQUIET(tag, NULL);
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A DFontObject.h23 le_uint32 tag; member in struct:DirectoryEntry
187 void *readTable(LETag tag, le_uint32 *length);
204 DirectoryEntry *findTable(LETag tag);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSCSPDLSession.cpp118 KeyHandle keyHandle, CSSM_ACL_AUTHORIZATION_TAG tag)
153 SecurityServer::KeyHandle key, CSSM_ACL_AUTHORIZATION_TAG tag)
155 reinterpret_cast<SSCSPDLSession *>(context)->didChangeKeyAcl(clientSession, key, tag);
117 didChangeKeyAcl(SecurityServer::ClientSession &clientSession, KeyHandle keyHandle, CSSM_ACL_AUTHORIZATION_TAG tag) argument
152 didChangeKeyAclCallback(void *context, SecurityServer::ClientSession &clientSession, SecurityServer::KeyHandle key, CSSM_ACL_AUTHORIZATION_TAG tag) argument
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dder_plist.c41 ccder_tag tag;
42 if (NULL == ccder_decode_tag(&tag, der, der_end))
45 switch (tag) {
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_plist.c41 ccder_tag tag;
42 if (NULL == ccder_decode_tag(&tag, der, der_end))
45 switch (tag) {
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-cus.el76 :tag "Extra Aliases"
78 :tag "List"
81 (gnus-email-address :tag "Address")))
82 (gnus-email-address :tag "Address")) "\
89 (split-regexp (regexp :tag "gnus-group-split Regular Expression") "\
92 (split-exclude (list :tag "gnus-group-split Restricts"
94 :inline t (regexp :tag "Restrict"))) "\
100 (split-spec (choice :tag "gnus-group-split Overrider"
101 (sexp :tag "Fancy Split")
102 (const :tag "Catc
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/
H A Dpsych.rb305 key = ['tag', domain, type_tag].join ':'
307 @domain_types["tag:#{type_tag}"] = [key, block]
312 key = ['tag', domain, type_tag].join ':'
322 def self.add_tag tag, klass
323 @load_tags[tag] = klass
324 @dump_tags[klass] = tag
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dsearch.rb31 # apply a given tag to each instance found.
37 # tag - Tag to apply to each instance of a matching string.
39 def textSearch(w, string, tag)
40 tag.remove('0.0', 'end')
46 tag.add(cur, "#{cur} + #{len} char")
176 be tagged with the tag \"search\", and it will arrange for the tag\'s \
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dsearch.rb27 # apply a given tag to each instance found.
33 # tag - Tag to apply to each instance of a matching string.
35 def textSearch(w, string, tag)
36 tag.remove('0.0', 'end')
42 tag.add(cur, "#{cur} + #{len} char")
/macosx-10.9.5/securityd-55199.3/src/
H A Dacls.h71 virtual void getAcl(const char *tag, uint32 &count, AclEntryInfo *&acls);
142 virtual void getAcl(const char *tag, uint32 &count, AclEntryInfo *&acls) argument
143 { return acl().getAcl(tag, count, acls); }
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSSerialize.cpp70 tag = 0;
91 // build a tag
92 snprintf(temp, sizeof(temp), "%u", tag++);
95 // add to tag dictionary
156 tag = 0;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificate.c326 static OSStatus parseGeneralNameContentProperty(DERTag tag, argument
329 switch (tag) {
349 require(uriContent.tag == ASN1_IA5_STRING, badDER);
374 generalNameContent.tag, &generalNameContent.content, context,
391 require_quiet(generalNamesContent.tag == ASN1_CONSTR_SEQUENCE, badDER);
416 static OSStatus parseGeneralNameContentProperty(DERTag tag, argument
418 switch (tag) {
458 require(decoded.tag == ASN1_IA5_STRING, badDER);
514 if (!parseGeneralNameContentProperty(generalNameContent.tag,
535 require_quiet(generalNamesContent.tag
725 DERTag tag; local
818 DERTag tag; local
972 DERTag tag; local
1516 DERTag tag; local
1878 SecAbsoluteTimeFromDateContent(DERTag tag, const uint8_t *bytes, size_t length) argument
1999 derDateContentGetAbsoluteTime(DERTag tag, const DERItem *date, CFAbsoluteTime *pabsTime) argument
2074 appendDateContentProperty(CFMutableArrayRef properties, CFStringRef label, DERTag tag, const DERItem *dateContent) argument
2254 copyDERThingContentDescription(CFAllocatorRef allocator, DERTag tag, const DERItem *derThing, bool printableOnly) argument
2684 appendGeneralNameContentProperty(CFMutableArrayRef properties, DERTag tag, const DERItem *generalName) argument
2843 DERTag tag; local
2947 DERTag tag; local
3135 DERTag tag; local
3170 DERTag tag; local
3241 DERTag tag; local
4796 DERTag tag; local
[all...]
/macosx-10.9.5/cups-372.4/cups/test/
H A Dmake-ippeverywhere-print-tests.sh21 GROUP operation-attributes-tag
42 GROUP operation-attributes-tag
65 GROUP operation-attributes-tag
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A D1.0.rb43 ].each do |tag, occurs, type|
45 __send__("install_have_#{type}_element", tag, ::RSS::URI, occurs)
188 ].each do |tag, occurs, type|
189 __send__("install_#{type}_element", tag, ::RSS::URI, occurs)
369 ].each do |tag, occurs|
370 install_text_element(tag, ::RSS::URI, occurs)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tiff/
H A DtiffZip.c275 ttag_t tag,
281 switch (tag) {
294 return (*sp->vsetparent)(tif, tag, ap);
302 ttag_t tag,
307 switch (tag) {
312 return (*sp->vgetparent)(tif, tag, ap);
354 * Allocate state block so tag methods have storage to record values.
369 * Merge codec-specific tag information and
273 ZIPVSetField( TIFF* tif, ttag_t tag, va_list ap ) argument
300 ZIPVGetField( TIFF* tif, ttag_t tag, va_list ap ) argument
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSMetaClass.h716 virtual void taggedRetain(const void * tag = 0) const = 0;
735 virtual void taggedRelease(const void * tag = 0) const = 0;
755 const void * tag,
981 * @param tag Unused.
988 virtual void taggedRetain(const void * tag = 0) const;
998 * @param tag Unused.
1005 virtual void taggedRelease(const void * tag = 0) const;
1015 * @param tag Unused.
1024 const void * tag,
/macosx-10.9.5/CPANInternal-140/XML-Parser/Parser/Style/
H A DObjects.pm14 my $tag = shift;
16 my $class = "${$expat}{Pkg}::$tag";
25 my $tag = shift;

Completed in 335 milliseconds

<<11121314151617181920>>