Home
last modified time | relevance | path

Searched refs:tagTree (Results 1 – 16 of 16) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/tags/
H A DTagSelectionArea.java102 private TreeViewer tagTree; field in TagSelectionArea
156 tagTree = createTree(switcher); in createTagDisplayArea()
239 tagTree.refresh(); in updateTagDisplay()
410 tagTree.refresh(); in deleteDateTag()
449 tagTree.refresh(); in addDateTag()
538 if (tagTree != null && !tagTree.getControl().isDisposed()) { in setSelection()
540 tagTree.expandToLevel(2); in setSelection()
541 tagTree.collapseAll(); in setSelection()
557 if (tagTree != null && !tagTree.getControl().isDisposed()) { in refresh()
558 tagTree.refresh(); in refresh()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs10 TagTree(..), tagTree, parseTree, parseTreeOptions, ParseOptions(..),
35 tagTree :: Eq str => [Tag str] -> [TagTree str]
36 tagTree = g function
60 parseTree = tagTree . parseTags
64 parseTreeOptions opts str = tagTree $ parseTagsOptions opts str
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs10 TagTree(..), tagTree, parseTree, parseTreeOptions, ParseOptions(..),
35 tagTree :: Eq str => [Tag str] -> [TagTree str]
36 tagTree = g function
60 parseTree = tagTree . parseTags
64 parseTreeOptions opts str = tagTree $ parseTagsOptions opts str
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs10 TagTree(..), tagTree, parseTree, parseTreeOptions, ParseOptions(..),
35 tagTree :: Eq str => [Tag str] -> [TagTree str]
36 tagTree = g function
60 parseTree = tagTree . parseTags
64 parseTreeOptions opts str = tagTree $ parseTagsOptions opts str
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs10 TagTree(..), tagTree, parseTree, parseTreeOptions, ParseOptions(..),
35 tagTree :: Eq str => [Tag str] -> [TagTree str]
36 tagTree = g function
60 parseTree = tagTree . parseTags
64 parseTreeOptions opts str = tagTree $ parseTagsOptions opts str
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs10 TagTree(..), tagTree, parseTree, parseTreeOptions, ParseOptions(..),
35 tagTree :: Eq str => [Tag str] -> [TagTree str]
36 tagTree = g function
60 parseTree = tagTree . parseTags
64 parseTreeOptions opts str = tagTree $ parseTagsOptions opts str
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tagsoup-0.14.8/src/Text/HTML/TagSoup/
H A DTree.hs10 TagTree(..), tagTree, parseTree, parseTreeOptions, ParseOptions(..),
35 tagTree :: Eq str => [Tag str] -> [TagTree str]
36 tagTree = g function
60 parseTree = tagTree . parseTags
64 parseTreeOptions opts str = tagTree $ parseTagsOptions opts str
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/common/
H A DDumpFile.cpp4336 tagTree.popNode(); in Scan()
4348 tagTree.popNode(); in Scan()
4360 tagTree.popNode(); in Scan()
4367 tagTree.popNode(); in Scan()
4374 tagTree.popNode(); in Scan()
4381 tagTree.popNode(); in Scan()
4388 tagTree.popNode(); in Scan()
4397 tagTree.popNode(); in Scan()
4404 tagTree.popNode(); in Scan()
4411 tagTree.popNode(); in Scan()
[all …]
H A DDumpFile.h17 static void Scan(std::string filename, TagTree &tagTree);
/dports/textproc/exempi/exempi-2.5.2/samples/source/common/
H A DDumpFile.cpp5406 tagTree.reset(); in Scan()
5451 tagTree.popNode(); in Scan()
5463 tagTree.popNode(); in Scan()
5475 tagTree.popNode(); in Scan()
5482 tagTree.popNode(); in Scan()
5489 tagTree.popNode(); in Scan()
5496 tagTree.popNode(); in Scan()
5503 tagTree.popNode(); in Scan()
5512 tagTree.popNode(); in Scan()
5519 tagTree.popNode(); in Scan()
[all …]
H A DDumpFile.h18 static void Scan( std::string filename, TagTree &tagTree, bool resetTree = true );
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/gops/vendor/github.com/xlab/treeprint/
H A Dstruct.go35 err := tagTree(tree, v)
154 func tagTree(tree Tree, v interface{}) error { func
177 if err := tagTree(branch, val.Interface()); err != nil {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/xlab/treeprint/
H A Dstruct.go35 err := tagTree(tree, v)
154 func tagTree(tree Tree, v interface{}) error { func
177 if err := tagTree(branch, val.Interface()); err != nil {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/xlab/treeprint/
H A Dstruct.go35 err := tagTree(tree, v)
154 func tagTree(tree Tree, v interface{}) error { func
177 if err := tagTree(branch, val.Interface()); err != nil {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/xlab/treeprint/
H A Dstruct.go35 err := tagTree(tree, v)
160 func tagTree(tree Tree, v interface{}) error { func
186 if err := tagTree(branch, val.Interface()); err != nil {
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DTagsHelper.php719 $tagTree = $table->getTree($id);
722 if ($tagTree)
724 foreach ($tagTree as $tag)