Home
last modified time | relevance | path

Searched refs:tagsfile (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11/xedit/xedit-1.2.2/
H A Dtags.c158 char *ptr, *tagsfile; in SearchTagsFile() local
163 tagsfile = NULL; in SearchTagsFile()
195 tagsfile = ResolveName(buffer); in SearchTagsFile()
196 if (tagsfile != NULL) { in SearchTagsFile()
203 tagsfile = NULL; in SearchTagsFile()
209 if (tagsfile) in SearchTagsFile()
210 item->tags = LoadTagsFile(tagsfile); in SearchTagsFile()
317 LoadTagsFile(char *tagsfile) in LoadTagsFile() argument
333 DoLoadTagsFile(char *tagsfile, int length) in DoLoadTagsFile() argument
343 file = fopen(tagsfile, "r"); in DoLoadTagsFile()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/formatters/
H A Dhtml.py395 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
399 if self.tagsfile:
403 self._ctags = ctags.CTags(self.tagsfile)
723 tagsfile = self.tagsfile
740 if tagsfile and ttype in Token.Name:
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/formatters/
H A Dhtml.py415 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
420 if self.tagsfile:
424 self._ctags = ctags.CTags(self.tagsfile)
749 tagsfile = self.tagsfile
766 if tagsfile and ttype in Token.Name:
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/formatters/
H A Dhtml.py415 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
420 if self.tagsfile:
424 self._ctags = ctags.CTags(self.tagsfile)
749 tagsfile = self.tagsfile
766 if tagsfile and ttype in Token.Name:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/formatters/
H A Dhtml.py413 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
419 if self.tagsfile:
423 self._ctags = ctags.CTags(self.tagsfile)
817 tagsfile = self.tagsfile
835 if tagsfile and ttype in Token.Name:
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/formatters/
H A Dhtml.py413 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
418 if self.tagsfile:
422 self._ctags = ctags.CTags(self.tagsfile)
800 tagsfile = self.tagsfile
817 if tagsfile and ttype in Token.Name:
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/formatters/
H A Dhtml.py413 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
418 if self.tagsfile:
422 self._ctags = ctags.CTags(self.tagsfile)
800 tagsfile = self.tagsfile
817 if tagsfile and ttype in Token.Name:
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/formatters/
H A Dhtml.py413 self.tagsfile = self._decodeifneeded(options.get('tagsfile', ''))
418 if self.tagsfile:
422 self._ctags = ctags.CTags(self.tagsfile)
800 tagsfile = self.tagsfile
817 if tagsfile and ttype in Token.Name:
/dports/shells/zsh/zsh-5.8.1/Completion/Base/Widget/
H A D_complete_tag7 # or $tagsfile (for tags).
14 local c_Tagsfile=${TAGSFILE:-TAGS} c_tagsfile=${tagsfile:-tags} expl
/dports/editors/texstudio/texstudio-4.1.2/src/latexparser/
H A Dlatexparser.cpp461 QFile tagsfile(filename); in importCwlAliases() local
462 if (tagsfile.open(QFile::ReadOnly)) { in importCwlAliases()
465 while (!tagsfile.atEnd()) { in importCwlAliases()
466 line = tagsfile.readLine().trimmed(); in importCwlAliases()
/dports/textproc/py-pygments/Pygments-2.7.2/tests/
H A Dtest_html_formatter.py232 RuntimeError, HtmlFormatter, tagsfile='support/tags'
237 fmt = HtmlFormatter(tagsfile='support/tags', lineanchors='L',
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/
H A Dtest_html_formatter.py192 assert raises(RuntimeError, HtmlFormatter, tagsfile='support/tags')
196 fmt = HtmlFormatter(tagsfile='support/tags', lineanchors='L',
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Pygments/pygments/formatters/
H A Dhtml.pyi18 tagsfile: Any
/dports/editors/xvile/vile-9.8v/
H A Dtags.c81 char *tagsfile; in gettagsfile() local
103 tagsfile = cfg_locate(tagfilename, LOCATE_TAGS); in gettagsfile()
106 if (tagsfile == NULL) { in gettagsfile()
116 if (readin(tagsfile, FALSE, tagbp, FALSE) != TRUE) { in gettagsfile()
H A Dmodetbl130 "TagRelative" TAGSRELTIV 0 # tags are relative to tagsfile path
/dports/editors/vile/vile-9.8v/
H A Dtags.c81 char *tagsfile; in gettagsfile() local
103 tagsfile = cfg_locate(tagfilename, LOCATE_TAGS); in gettagsfile()
106 if (tagsfile == NULL) { in gettagsfile()
116 if (readin(tagsfile, FALSE, tagbp, FALSE) != TRUE) { in gettagsfile()
H A Dmodetbl130 "TagRelative" TAGSRELTIV 0 # tags are relative to tagsfile path
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexpackage.cpp93 QFile tagsfile("cwl:" + fileName); in loadCwlFile() local
95 if (tagsfile.exists() && tagsfile.open(QFile::ReadOnly)) { in loadCwlFile()
97 QTextStream stream(&tagsfile); in loadCwlFile()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/scvim/sc/
H A DSCVim.sc222 "finished generating tagsfile".postln;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dproj_builder_app.cpp2332 string tagsfile = CDirEntry::ConvertToOSPath( in GetProjectTreeInfo() local
2334 if (!tagsfile.empty()) { in GetProjectTreeInfo()
2335 string fileloc(CDirEntry::ConcatPath(m_ProjectTreeInfo->m_Root, tagsfile)); in GetProjectTreeInfo()
2337 fileloc = CDirEntry::ConcatPath(m_ExtSrcRoot,tagsfile); in GetProjectTreeInfo()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dproj_builder_app.cpp2332 string tagsfile = CDirEntry::ConvertToOSPath( in GetProjectTreeInfo() local
2334 if (!tagsfile.empty()) { in GetProjectTreeInfo()
2335 string fileloc(CDirEntry::ConcatPath(m_ProjectTreeInfo->m_Root, tagsfile)); in GetProjectTreeInfo()
2337 fileloc = CDirEntry::ConcatPath(m_ExtSrcRoot,tagsfile); in GetProjectTreeInfo()
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/modules/
H A DECMAddQch.cmake265 # if target does not exist (e.g. because no tagsfile was found), this is a no-op
/dports/editors/cream/cream-0.43/
H A Dcream-lib.vim694 if a:property == "tagsfile"
3304 if !Cream_has("tagsfile")
3320 if !Cream_has("tagsfile")
3338 if !Cream_has("tagsfile")
3379 if !Cream_has("tagsfile") &&
/dports/www/py-pelican/pelican-4.7.1/docs/
H A Dcontent.rst566 tagsfile string ctags file to use for name definitions.
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Dcperl-mode.el7041 (lambda (tagsfile)
7042 (message "Updating list of classes... %s" tagsfile)
7043 (set-buffer (get-file-buffer tagsfile))

12