Home
last modified time | relevance | path

Searched refs:tag_lookup (Results 1 – 21 of 21) sorted by relevance

/dports/security/clusterssh/clusterssh-4.16/t/
H A Dexternal_cluster_command12 my %tag_lookup = (
33 print join(' ', sort keys %tag_lookup), $/;
40 if ( $tag_lookup{$_} ) {
41 push( @lookup, @{ $tag_lookup{$_} } );
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dstab.h200 inline friend Id const * tag_lookup(const string& name);
206 inline friend Id const * tag_lookup(int block_level, const string& name);
215 tag_lookup(const string& name) in tag_lookup() function
229 tag_lookup(int block_level, const string& name) in tag_lookup() function
H A Dparse.y213 const Id *id2 = tag_lookup(Block::get_scope_level(), id->get_type().get_token().get_name()); in completed_typedef()
1246 Id const *id = tag_lookup($2.get_name());
1256 Id const *id = tag_lookup($2.get_name());
1271 Id const *id = tag_lookup($2.get_name());
1430 Id const *id = tag_lookup($3.get_name());
H A Dtype.cpp267 const Id *id = tag_lookup(scope_level, t.get_name()); in get_complete_type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py586 def is_complete( self, tag_lookup ): argument
587 …if self.tagged and self.tagged.tag.name in tag_lookup and not tag_lookup[self.tagged.tag.name].has…
851 self.tag_lookup = {} # map struct, union, enum tags to Taged's
911 if node.tag.name in self.tag_lookup:
912 _node = self.tag_lookup[ node.tag.name ] # look-up the def'n
955 for key, value in self.tag_lookup.items():
957 del self.tag_lookup[key]
1010 taged = self.tag_lookup.get( node.tag.name, None )
1013 self.tag_lookup[ node.tag.name ] = node
1017 self.tag_lookup[ node.tag.name ] = node
H A Dgenpyx.py214 tag_lookup = kw.get('tag_lookup')
385 def pyxsym(self, ostream, names=None, tag_lookup=None, cprefix="", modname=None, cobjects=None): argument
510 … s = node.pyxstr(indent=1, names=names, tag_lookup = self.tag_lookup, cprefix=cprefix, **kw)
/dports/devel/yasm/yasm-1.3.0/tools/python-yasm/pyxelator/
H A Dir.py586 def is_complete( self, tag_lookup ): argument
587 …if self.tagged and self.tagged.tag.name in tag_lookup and not tag_lookup[self.tagged.tag.name].has…
851 self.tag_lookup = {} # map struct, union, enum tags to Taged's
911 if node.tag.name in self.tag_lookup:
912 _node = self.tag_lookup[ node.tag.name ] # look-up the def'n
955 for key, value in self.tag_lookup.items():
957 del self.tag_lookup[key]
1010 taged = self.tag_lookup.get( node.tag.name, None )
1013 self.tag_lookup[ node.tag.name ] = node
1017 self.tag_lookup[ node.tag.name ] = node
H A Dgenpyx.py214 tag_lookup = kw.get('tag_lookup')
385 def pyxsym(self, ostream, names=None, tag_lookup=None, cprefix="", modname=None, cobjects=None): argument
510 … s = node.pyxstr(indent=1, names=names, tag_lookup = self.tag_lookup, cprefix=cprefix, **kw)
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtiffutils.h245 OIIO_API const TagInfo* tag_lookup (string_view domain, int tag);
246 OIIO_API const TagInfo* tag_lookup (string_view domain, string_view tagname);
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtiffutils.h245 OIIO_API const TagInfo* tag_lookup (string_view domain, int tag);
246 OIIO_API const TagInfo* tag_lookup (string_view domain, string_view tagname);
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-tag.h6 EGIT_DEFUN(tag_lookup, emacs_value _repo, emacs_value _oid);
H A Degit-tag.c14 EGIT_DOC(tag_lookup, "REPO OID", "Look up a tag in REPO by OID.");
H A Degit.c826 DEFUN("libgit-tag-lookup", tag_lookup, 2, 2); in egit_init()
/dports/audio/picard/picard-release-2.6.2/picard/browser/
H A Dfilelookup.py142 def tag_lookup(self, artist, release, track, trackNum, duration, filename): member in FileLookup
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c61 tag_lookup(char *tag) in tag_lookup() function
176 if (tag_lookup(tagp) == FALSE) in opendmarc_xml()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dexif.cpp125 tag_lookup(string_view domain, int tag) in tag_lookup() function
140 tag_lookup(string_view domain, string_view tag) in tag_lookup() function
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dexif.cpp125 tag_lookup(string_view domain, int tag) in tag_lookup() function
140 tag_lookup(string_view domain, string_view tag) in tag_lookup() function
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/raw.imageio/
H A Drawinput.cpp260 const TagInfo* taginfo = tag_lookup("Exif", tag); in exif_parser_cb()
/dports/audio/picard/picard-release-2.6.2/picard/
H A Dtagger.py646 lookup.tag_lookup(
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/raw.imageio/
H A Drawinput.cpp260 const TagInfo* taginfo = tag_lookup("Exif", tag); in exif_parser_cb()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dlibxml-2.0.vapi2028 public static ElemDesc* tag_lookup ([CCode (type = "xmlChar*")] string tag);