Home
last modified time | relevance | path

Searched refs:treePath (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/www/gitea/gitea-1.16.5/integrations/
H A Dapi_repo_file_delete_test.go65 createFile(user2, repo1, treePath)
80 createFile(user2, repo1, treePath)
96 createFile(user2, repo1, treePath)
103 expectedMessage := "Delete '" + treePath + "'\n"
109 createFile(user2, repo1, treePath)
119 createFile(user2, repo16, treePath)
128 createFile(user2, repo16, treePath)
137 createFile(user2, repo16, treePath)
146 createFile(user3, repo3, treePath)
155 createFile(user3, repo3, treePath)
[all …]
H A Dapi_repo_file_update_test.go60 Name: filepath.Base(treePath),
61 Path: treePath,
131 createFile(user2, repo1, treePath)
156 createFile(user2, repo1, treePath)
175 createFile(user2, repo1, treePath)
177 treePath = "rename/" + treePath
195 createFile(user2, repo1, treePath)
206 createFile(user2, repo1, treePath)
251 createFile(user3, repo3, treePath)
260 createFile(user3, repo3, treePath)
[all …]
H A Dapi_repo_file_create_test.go62 Name: filepath.Base(treePath),
63 Path: treePath,
117 treePath := fmt.Sprintf("update/file%d.txt", n)
118 createFileInBranch(user2, repo1, treePath, repo1.DefaultBranch, treePath)
133 treePath := fmt.Sprintf("update/file%d.txt", n)
134 copy(data, treePath)
135 createFileInBranch(user2, repo1, treePath, repo1.DefaultBranch, treePath)
210 treePath = fmt.Sprintf("new/file%d.txt", fileID)
215 expectedMessage := "Add '" + treePath + "'\n"
220 treePath = "README.md"
[all …]
H A Dapi_repo_get_contents_list_test.go25 treePath := "README.md"
27 selfURL := setting.AppURL + "api/v1/repos/user2/repo1/contents/" + treePath + "?ref=" + ref
28 htmlURL := setting.AppURL + "user2/repo1/src/" + refType + "/" + ref + "/" + treePath
30 downloadURL := setting.AppURL + "user2/repo1/raw/" + refType + "/" + ref + "/" + treePath
33 Name: filepath.Base(treePath),
34 Path: treePath,
92 …Requestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s?ref=%s", user2.Name, repo1.Name, treePath, ref)
102 req = NewRequestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s", user2.Name, repo1.Name, treePath)
112 …Requestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s?ref=%s", user2.Name, repo1.Name, treePath, ref)
122 …Requestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s?ref=%s", user2.Name, repo1.Name, treePath, ref)
[all …]
H A Dapi_repo_get_contents_test.go24 treePath := "README.md"
28 selfURL := setting.AppURL + "api/v1/repos/user2/repo1/contents/" + treePath + "?ref=" + ref
29 htmlURL := setting.AppURL + "user2/repo1/src/" + refType + "/" + ref + "/" + treePath
31 downloadURL := setting.AppURL + "user2/repo1/raw/" + refType + "/" + ref + "/" + treePath
33 Name: treePath,
34 Path: treePath,
64 treePath := "README.md"
94 …Requestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s?ref=%s", user2.Name, repo1.Name, treePath, ref)
104 req = NewRequestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s", user2.Name, repo1.Name, treePath)
114 …Requestf(t, "GET", "/api/v1/repos/%s/%s/contents/%s?ref=%s", user2.Name, repo1.Name, treePath, ref)
[all …]
/dports/www/gitea/gitea-1.16.5/services/repository/files/
H A Dcontent.go52 cleanTreePath := CleanUploadFileName(treePath)
53 if cleanTreePath == "" && treePath != "" {
55 Path: treePath,
58 treePath = cleanTreePath
84 gitTree, err := commit.SubTree(treePath)
93 subTreePath := path.Join(treePath, e.Name())
111 cleanTreePath := CleanUploadFileName(treePath)
112 if cleanTreePath == "" && treePath != "" {
114 Path: treePath,
117 treePath = cleanTreePath
[all …]
H A Dcontent_test.go23 treePath := "README.md"
28 htmlURL := "https://try.gitea.io/user2/repo1/src/branch/master/" + treePath
32 Name: treePath,
33 Path: treePath,
61 treePath := "README.md"
89 treePath := "" // root dir
124 treePath := "README.md"
153 treePath := "README.md"
166 fileContentResponse, err := GetContents(repo, treePath, badRef, false)
184 treePath := "README.md"
[all …]
/dports/math/dune-typetree/dune-typetree-cf6b5b4d3abe5dfa748815a69f6a8bda02af36f0/dune/typetree/
H A Dvisitor.hh58 void pre(T&& t, TreePath treePath) const {} in pre()
70 void in(T&& t, TreePath treePath) const {} in in()
81 void post(T&& t, TreePath treePath) const {} in post()
91 void leaf(T&& t, TreePath treePath) const {} in leaf()
174 void pre(T1&& t1, T2&& t2, TreePath treePath) const {} in pre()
187 void in(T1&& t1, T2&& t2, TreePath treePath) const {} in in()
199 void post(T1&& t1, T2&& t2, TreePath treePath) const {} in post()
214 void leaf(T1&& t1, T2&& t2, TreePath treePath) const {} in leaf()
294 auto pre(T&& t, TreePath treePath, const U& u) const { return u;} in pre()
304 auto in(T&& t, TreePath treePath, const U& u) const {return u;} in in()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Dcommit_info_gogit.go47 revs2, err := GetLastCommitForPaths(ctx, cache, c, treePath, unHitPaths)
57 revs, err = GetLastCommitForPaths(ctx, nil, c, treePath, entryPaths)
81 if len(treePath) > 0 {
82 fullPath = treePath + "/" + entry.Name()
100 if treePath == "" {
124 if treePath != "" {
125 tree, err = tree.Tree(treePath)
135 tree, err := getCommitTree(c, treePath)
163 lastCommit, err := cache.Get(commitID, path.Join(treePath, p))
191 initialHashes, err := getFileHashes(c, treePath, paths)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DDocImpl.java72 protected TreePath treePath; field in DocImpl
102 DocImpl(DocEnv env, TreePath treePath) { in DocImpl() argument
103 this.treePath = treePath; in DocImpl()
104 this.documentation = getCommentText(treePath); in DocImpl()
142 && treePath != null in comment()
144 && d.equals(getCommentText(treePath))) { in comment()
145 env.doclint.scan(treePath); in comment()
253 treePath = null; in setRawCommentText()
261 void setTreePath(TreePath treePath) { in setTreePath() argument
262 this.treePath = treePath; in setTreePath()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DDocImpl.java72 protected TreePath treePath; field in DocImpl
102 DocImpl(DocEnv env, TreePath treePath) { in DocImpl() argument
103 this.treePath = treePath; in DocImpl()
104 this.documentation = getCommentText(treePath); in DocImpl()
142 && treePath != null in comment()
144 && d.equals(getCommentText(treePath))) { in comment()
145 env.doclint.scan(treePath); in comment()
253 treePath = null; in setRawCommentText()
261 void setTreePath(TreePath treePath) { in setTreePath() argument
262 this.treePath = treePath; in setTreePath()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DDocImpl.java72 protected TreePath treePath; field in DocImpl
102 DocImpl(DocEnv env, TreePath treePath) { in DocImpl() argument
103 this.treePath = treePath; in DocImpl()
104 this.documentation = getCommentText(treePath); in DocImpl()
142 && treePath != null in comment()
144 && d.equals(getCommentText(treePath))) { in comment()
145 env.doclint.scan(treePath); in comment()
253 treePath = null; in setRawCommentText()
261 void setTreePath(TreePath treePath) { in setTreePath() argument
262 this.treePath = treePath; in setTreePath()
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/_examples/ls/
H A Dmain.go30 treePath := os.Args[3]
56 if treePath != "" {
57 tree, err = tree.Tree(treePath)
112 if treePath != "" {
113 tree, err = tree.Tree(treePath)
122 func getFullPath(treePath, path string) string { argument
123 if treePath != "" {
125 return treePath + "/" + path
127 return treePath
133 tree, err := getCommitTree(c, treePath)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/_examples/ls/
H A Dmain.go30 treePath := os.Args[3]
56 if treePath != "" {
57 tree, err = tree.Tree(treePath)
112 if treePath != "" {
113 tree, err = tree.Tree(treePath)
122 func getFullPath(treePath, path string) string { argument
123 if treePath != "" {
125 return treePath + "/" + path
127 return treePath
133 tree, err := getCommitTree(c, treePath)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/_examples/ls/
H A Dmain.go30 treePath := os.Args[3]
56 if treePath != "" {
57 tree, err = tree.Tree(treePath)
112 if treePath != "" {
113 tree, err = tree.Tree(treePath)
122 func getFullPath(treePath, path string) string { argument
123 if treePath != "" {
125 return treePath + "/" + path
127 return treePath
133 tree, err := getCommitTree(c, treePath)
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/_examples/ls/
H A Dmain.go30 treePath := os.Args[3]
56 if treePath != "" {
57 tree, err = tree.Tree(treePath)
112 if treePath != "" {
113 tree, err = tree.Tree(treePath)
122 func getFullPath(treePath, path string) string { argument
123 if treePath != "" {
125 return treePath + "/" + path
127 return treePath
133 tree, err := getCommitTree(c, treePath)
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/_examples/ls/
H A Dmain.go30 treePath := os.Args[3]
56 if treePath != "" {
57 tree, err = tree.Tree(treePath)
112 if treePath != "" {
113 tree, err = tree.Tree(treePath)
122 func getFullPath(treePath, path string) string { argument
123 if treePath != "" {
125 return treePath + "/" + path
127 return treePath
133 tree, err := getCommitTree(c, treePath)
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/util/
H A DDocTreePath.java44 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { in getPath() argument
45 return getPath(new DocTreePath(treePath, doc), target); in getPath()
91 public DocTreePath(TreePath treePath, DocCommentTree t) { in DocTreePath() argument
92 treePath.getClass(); in DocTreePath()
95 this.treePath = treePath; in DocTreePath()
108 treePath = p.treePath; in DocTreePath()
120 return treePath; in getTreePath()
167 private final TreePath treePath;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/util/
H A DDocTreePath.java44 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { in getPath() argument
45 return getPath(new DocTreePath(treePath, doc), target); in getPath()
91 public DocTreePath(TreePath treePath, DocCommentTree t) { in DocTreePath() argument
92 treePath.getClass(); in DocTreePath()
95 this.treePath = treePath; in DocTreePath()
108 treePath = p.treePath; in DocTreePath()
120 return treePath; in getTreePath()
167 private final TreePath treePath;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocImpl.java71 protected TreePath treePath; field in DocImpl
101 DocImpl(DocEnv env, TreePath treePath) { in DocImpl() argument
102 this.treePath = treePath; in DocImpl()
103 this.documentation = getCommentText(treePath); in DocImpl()
141 && treePath != null in comment()
142 && d.equals(getCommentText(treePath))) { in comment()
143 env.doclint.scan(treePath); in comment()
251 treePath = null; in setRawCommentText()
259 void setTreePath(TreePath treePath) { in setTreePath() argument
260 this.treePath = treePath; in setTreePath()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocImpl.java71 protected TreePath treePath; field in DocImpl
101 DocImpl(DocEnv env, TreePath treePath) { in DocImpl() argument
102 this.treePath = treePath; in DocImpl()
103 this.documentation = getCommentText(treePath); in DocImpl()
141 && treePath != null in comment()
142 && d.equals(getCommentText(treePath))) { in comment()
143 env.doclint.scan(treePath); in comment()
251 treePath = null; in setRawCommentText()
259 void setTreePath(TreePath treePath) { in setTreePath() argument
260 this.treePath = treePath; in setTreePath()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreePath.java49 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { in getPath() argument
50 return getPath(new DocTreePath(treePath, doc), target); in getPath()
100 public DocTreePath(TreePath treePath, DocCommentTree t) { in DocTreePath() argument
101 this.treePath = treePath; in DocTreePath()
116 treePath = p.treePath; in DocTreePath()
128 return treePath; in getTreePath()
179 private final TreePath treePath;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreePath.java49 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { in getPath() argument
50 return getPath(new DocTreePath(treePath, doc), target); in getPath()
100 public DocTreePath(TreePath treePath, DocCommentTree t) { in DocTreePath() argument
101 this.treePath = treePath; in DocTreePath()
116 treePath = p.treePath; in DocTreePath()
128 return treePath; in getTreePath()
179 private final TreePath treePath;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreePath.java49 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { in getPath() argument
50 return getPath(new DocTreePath(treePath, doc), target); in getPath()
100 public DocTreePath(TreePath treePath, DocCommentTree t) { in DocTreePath() argument
101 this.treePath = treePath; in DocTreePath()
116 treePath = p.treePath; in DocTreePath()
128 return treePath; in getTreePath()
179 private final TreePath treePath;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreePath.java50 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { in getPath() argument
51 return getPath(new DocTreePath(treePath, doc), target); in getPath()
101 public DocTreePath(TreePath treePath, DocCommentTree t) { in DocTreePath() argument
102 this.treePath = treePath; in DocTreePath()
117 treePath = p.treePath; in DocTreePath()
129 return treePath; in getTreePath()
183 private final TreePath treePath;

12345678910>>...13