Home
last modified time | relevance | path

Searched refs:LoadTree (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/mdoc/Mono.Documentation/
H A Dindex.cs52 var root = string.IsNullOrEmpty (rootPath) ? RootTree.LoadTree () : RootTree.LoadTree (rootPath); in Run()
H A Dwebdoc.cs191 docRoot = RootTree.LoadTree (null, null, opts.Sources); in GenerateCache()
193 docRoot = RootTree.LoadTree (); in GenerateCache()
/dports/devel/upp/upp/reference/TreeCtrl/
H A Dmain.cpp30 void LoadTree(int parent, const String& path, Progress& pi) in LoadTree() function
48 LoadTree(q, AppendFileName(path, n), pi); in LoadTree()
73 LoadTree(0, dir, pi); in App()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/monodoc/Test/Monodoc/
H A DHelpSourceTests.cs74 var rootTree = RootTree.LoadTree (GetBaseDir(), false); in ReachabilityTest()
115 var rootTree = RootTree.LoadTree (GetBaseDir(), false); in ReachabilityWithShortGenericNotationTest()
149 var rootTree = RootTree.LoadTree (GetBaseDir(), false); in AspNetStyleUrlReachabilityTest()
166 var rootTree = RootTree.LoadTree (GetBaseDir(), false); in PublicUrlOnUnattachedHelpSourceRoot()
H A DRootTreeTest.cs23 root = RootTree.LoadTree (GetBaseDir (), includeExternal: false); in Setup()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/monodoc/Monodoc/
H A DRootTree.cs62 public static RootTree LoadTree () in LoadTree() method in Monodoc.RootTree
64 return RootTree.LoadTree (RootTree.ProbeBaseDirectories ()); in LoadTree()
77 public static RootTree LoadTree (string basedir, bool includeExternal = true) in LoadTree() method in Monodoc.RootTree
90 return RootTree.LoadTree (basedir, xmlDocument, sourceFiles); in LoadTree()
112 …public static RootTree LoadTree (string indexDir, XmlDocument docTree, IEnumerable<string> sourceF… in LoadTree() method in Monodoc.RootTree
451 RootTree rootTree = RootTree.LoadTree (); in MakeIndex()
491 RootTree rootTree = RootTree.LoadTree (); in MakeSearchIndex()
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/electrotech/
H A Duzcregelectrotechfeatures.pas94 FunctionsTree.LoadTree(expandpath('*rtl/functions.xml'),InterfaceTranslate);
95 RepresentationsTree.LoadTree(expandpath('*rtl/representations.xml'),InterfaceTranslate);
H A Duzceltechtreeprop.pas26 procedure LoadTree(FileName:string;TranslateFunc:TTranslateFunction); procedure
139 procedure TTreePropManager.LoadTree(FileName:string;TranslateFunc:TTranslateFunction); procedure
/dports/sysutils/restic/restic-0.12.1/internal/walker/
H A Dwalker.go37 tree, err := repo.LoadTree(ctx, root)
102 subtree, err := repo.LoadTree(ctx, *node.Subtree)
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dcmd_dump.go100 subtree, err := repo.LoadTree(ctx, *node.Subtree)
109 subtree, err := repo.LoadTree(ctx, *node.Subtree)
185 tree, err := repo.LoadTree(ctx, *sn.Tree)
H A Dcmd_diff.go155 tree, err := c.repo.LoadTree(ctx, id)
182 tree, err := c.repo.LoadTree(ctx, id)
226 tree1, err := c.repo.LoadTree(ctx, id1)
231 tree2, err := c.repo.LoadTree(ctx, id2)
H A Dcmd_recover.go80 tree, err := repo.LoadTree(gopts.ctx, id)
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mod/
H A Dmod.cs20 RootTree help_tree = RootTree.LoadTree (); in Main()
/dports/games/golly/golly-3.3-src/gollybase/
H A Druletreealgo.h24 const char* LoadTree(FILE* rulefile, int lineno, char endchar, const char* s);
/dports/sysutils/restic/restic-0.12.1/internal/restic/
H A Dfind.go13 LoadTree(context.Context, ID) (*Tree, error) methodSpec
H A Drepository.go54 LoadTree(context.Context, ID) (*Tree, error) methodSpec
H A Dtree_test.go109 tree2, err := repo.LoadTree(context.TODO(), id)
H A Dtree_stream.go37 tree, err := repo.LoadTree(ctx, treeID.ID)
/dports/www/davix/davix-0.7.6/test/root-tests/
H A Dh2fastnew_main.cpp56 T->LoadTree(i); in h2fast()
/dports/sysutils/restic/restic-0.12.1/internal/checker/
H A Dchecker_test.go380 func (r *loadTreesOnceRepository) LoadTree(ctx context.Context, id restic.ID) (*restic.Tree, error)… func
390 return r.Repository.LoadTree(ctx, id)
426 func (r *delayRepository) LoadTree(ctx context.Context, id restic.ID) (*restic.Tree, error) { func
430 return r.Repository.LoadTree(ctx, id)
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/monodoc/Test/Monodoc.Generators/
H A DRawGeneratorTests.cs24 rootTree = RootTree.LoadTree (GetBaseDir (), false); in Setup()
/dports/sysutils/restic/restic-0.12.1/internal/fuse/
H A Ddir.go57 tree, err := repo.LoadTree(ctx, *node.Subtree)
90 tree, err := d.root.repo.LoadTree(ctx, *d.node.Subtree)
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/velec/
H A Duzvcabmountmethod.pas97 …MountingMethodsTree.LoadTree(expandpath('*rtl/velec/mountingmethodss.xml'),InterfaceTranslate);//г…
/dports/audio/festival/festival/src/modules/hts21_engine/
H A Dtree.cc203 void LoadTree (TreeSet *ts, FILE *fp, Tree *tree, Mtype type) in LoadTree() function
265 LoadTree(ts, fp, t, type); in LoadTreesFile()
/dports/sysutils/restic/restic-0.12.1/internal/dump/
H A Dcommon_test.go91 tree, err := repo.LoadTree(ctx, *sn.Tree)

12