Home
last modified time | relevance | path

Searched refs:createPath (Results 1 – 25 of 1162) sorted by relevance

12345678910>>...47

/dports/www/falkon/falkon-3.2.0/autotests/
H A Dqztoolstest.cpp186 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test.out")), createPath("test.out")); in ensureUniqueFilename()
187 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test")), createPath("test")); in ensureUniqueFilename()
192 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test.out")), createPath("test(1).out")); in ensureUniqueFilename()
194 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test.out")), createPath("test(2).out")); in ensureUniqueFilename()
196 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test.out")), createPath("test(3).out")); in ensureUniqueFilename()
200 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test")), createPath("test(1)")); in ensureUniqueFilename()
202 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test")), createPath("test(2)")); in ensureUniqueFilename()
204 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test")), createPath("test(3)")); in ensureUniqueFilename()
208 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test")), createPath("test")); in ensureUniqueFilename()
210 QCOMPARE(QzTools::ensureUniqueFilename(createPath("test")), createPath("test(2)")); in ensureUniqueFilename()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/jobhistory/
H A DTestJobHistoryUtils.java53 Path pId00 = createPath(fc, pRoot, year, month, day, "000000"); in testGetHistoryDirsForCleaning()
54 Path pId01 = createPath(fc, pRoot, year, month, day+1, "000001"); in testGetHistoryDirsForCleaning()
55 Path pId02 = createPath(fc, pRoot, year, month, day-1, "000002"); in testGetHistoryDirsForCleaning()
56 Path pId03 = createPath(fc, pRoot, year, month+1, day, "000003"); in testGetHistoryDirsForCleaning()
57 Path pId04 = createPath(fc, pRoot, year, month+1, day+1, "000004"); in testGetHistoryDirsForCleaning()
58 Path pId05 = createPath(fc, pRoot, year, month+1, day-1, "000005"); in testGetHistoryDirsForCleaning()
59 Path pId06 = createPath(fc, pRoot, year, month-1, day, "000006"); in testGetHistoryDirsForCleaning()
60 Path pId07 = createPath(fc, pRoot, year, month-1, day+1, "000007"); in testGetHistoryDirsForCleaning()
61 Path pId08 = createPath(fc, pRoot, year, month-1, day-1, "000008"); in testGetHistoryDirsForCleaning()
62 Path pId09 = createPath(fc, pRoot, year+1, month, day, "000009"); in testGetHistoryDirsForCleaning()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/view/
H A DJCheckBoxTreeUnitTest.java119 TreePath rootNodePath = treeModel.createPath("A"); in shouldHaveAllNodesUncheckedByDefault()
150 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckRootNodeWithoutChildNodes()
166 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckRootNodeWithChildNodes()
186 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckChildNodeWithoutChildNodes()
206 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckChildNodeWithChildNodes()
234 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckRootNodeSubTreeWithoutChildNodes()
250 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckRootNodeSubTreeWithChildNodes()
282 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckSubTreeChildNodeWithoutChildNodes()
302 TreePath rootNodePath = treeModel.createPath("A"); in shouldCheckSubTreeChildNodeWithChildNodes()
332 TreePath rootNodePath = treeModel.createPath("A"); in shouldUncheckRootNodeWithoutChildNodes()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/
H A DFilePathTests.cpp52 FilePath createPath(const std::string& path = "/") in createPath() function
60 FilePath createPath(const std::string& path = "/")
79 FilePath rootPath = createPath();
80 FilePath pPath = createPath("/path/to");
81 FilePath aPath = createPath("/path/to/a");
82 FilePath bPath = createPath("/path/to/b");
199 FilePath aPath = createPath("/path/to/a");
209 FilePath dPath = createPath("/path/to/");
210 FilePath ePath = createPath("/path/to/e");
217 FilePath aPath = createPath("/path/to/a");
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/
H A DStandardPaths.cpp41 QString createPath(const QString& path, const QString& appendPath) in createPath() function
94 return createPath(path, appendPath); in xdgConfigPath()
100 return createPath(path, appendPath); in xdgSharePath()
106 return createPath(path, appendPath); in xdgCachePath()
127 return createPath(path, appendPath); in tempPath()
132 return createPath(xdgCachePath("similar_artists"), QString()); in similarArtistsPath()
137 return createPath(xdgSharePath("translations"), QString()); in translationsPath()
143 return createPath(shareDir, "translations"); in translationsSharePath()
148 return createPath(Util::xdgCachePath("covers"), appendFilename); in coverDirectory()
153 return createPath(Util::tempPath("covers"), appendFilename); in coverTempDirectory()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dsubdocspecs.go15 createPath bool member
96 createPath: opts.CreatePath,
119 createPath: opts.CreatePath,
140 createPath: false,
161 createPath: false,
194 createPath: opts.CreatePath,
227 createPath: opts.CreatePath,
261 createPath: opts.CreatePath,
283 createPath: opts.CreatePath,
305 createPath: opts.CreatePath,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dsubdocspecs.go15 createPath bool member
96 createPath: opts.CreatePath,
119 createPath: opts.CreatePath,
140 createPath: false,
161 createPath: false,
194 createPath: opts.CreatePath,
227 createPath: opts.CreatePath,
261 createPath: opts.CreatePath,
283 createPath: opts.CreatePath,
305 createPath: opts.CreatePath,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/
H A DNullPointer.java109 public NodePointer createPath(JXPathContext context, Object value) { in createPath() method in NullPointer
111 return parent.createPath(context, value).getValuePointer(); in createPath()
118 public NodePointer createPath(JXPathContext context) { in createPath() method in NullPointer
120 return parent.createPath(context).getValuePointer(); in createPath()
131 return createPath(context).createChild(context, name, index); in createChild()
140 return createPath(context).createChild(context, name, index, value); in createChild()
H A DNullEStructuralFeaturePointer.java133 public NodePointer createPath(JXPathContext context) { in createPath() method in NullEStructuralFeaturePointer
134 NodePointer newParent = parent.createPath(context); in createPath()
162 public NodePointer createPath(JXPathContext context, Object value) { in createPath() method in NullEStructuralFeaturePointer
163 NodePointer newParent = parent.createPath(context); in createPath()
181 return createPath(context).createChild(context, name, index); in createChild()
187 return createPath(context).createChild(context, name, index, value); in createChild()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DResponseCacheTest.java140 createPath(path + "/a", zk); in performCacheTest()
141 createPath(path + "/a/b", zk); in performCacheTest()
142 createPath(path + "/a/c", zk); in performCacheTest()
143 createPath(path + "/a/b/d", zk); in performCacheTest()
144 createPath(path + "/a/b/e", zk); in performCacheTest()
145 createPath(path + "/a/b/e/f", zk); in performCacheTest()
146 createPath(path + "/a/b/e/g", zk); in performCacheTest()
147 createPath(path + "/a/b/e/h", zk); in performCacheTest()
175 private void createPath(String path, ZooKeeper zk) throws Exception { in createPath() method in ResponseCacheTest
/dports/misc/sword/sword-1.8.1/bindings/objc/test/
H A DSwordInstallSourceManagerTest.m38 …SwordInstallSourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:@"" createPath:YE…
48 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
63 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
85 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
109 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
124 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
137 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
147 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
158 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
170 …ourceManager *mgr = [[SwordInstallSourceManager alloc] initWithPath:testConfigPath createPath:YES];
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DAccessibleTreeNode.java78 public void createPath (java.util.List<AccessibleTreeNode> aPath) in createPath() method in AccessibleTreeNode
81 maParent.createPath (aPath); in createPath()
85 public Object[] createPath () in createPath() method in AccessibleTreeNode
88 createPath (aPath); in createPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DAccessibleTreeNode.java78 public void createPath (java.util.List<AccessibleTreeNode> aPath) in createPath() method in AccessibleTreeNode
81 maParent.createPath (aPath); in createPath()
85 public Object[] createPath () in createPath() method in AccessibleTreeNode
88 createPath (aPath); in createPath()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dmenutree.cc42 std::string MenuTree::createPath( const std::string &separator ) in createPath() function in MenuTree
44 return createPath( &m_root, m_current_node, separator ); in createPath()
47 std::string MenuTree::createPath( MenuTreeNode *node, in createPath() function in MenuTree
50 return createPath( &m_root, node, separator ); in createPath()
53 std::string MenuTree::createPath( MenuTreeNode *me, MenuTreeNode *node, in createPath() function in MenuTree
64 res = createPath( it, node, separator ); in createPath()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/plains/
H A DButterfliesNPC.java44 protected void createPath() { in buildNPC()
60 protected void createPath() { in buildNPC()
75 protected void createPath() { in buildNPC()
90 protected void createPath() { in buildNPC()
105 protected void createPath() { in buildNPC()
120 protected void createPath() { in buildNPC()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.cpp47 static Path createPath(const FloatPoint* path) in createPath() function
59 return createPath(points); in createDownArrowPath()
65 return createPath(points); in createUpArrowPath()
71 return createPath(points); in createLeftArrowPath()
77 return createPath(points); in createRightArrowPath()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/aws/awsutil/
H A Dpath_value.go16 func rValuesAtPath(v interface{}, path string, createPath, caseSensitive, nilTerm bool) []reflect.V… argument
20 vals := rValuesAtPath(v, pathpart, createPath, caseSensitive, nilTerm)
86 if createPath && value.Kind() == reflect.Ptr && value.IsNil() {
96 if !createPath && value.IsNil() {
128 if createPath {
139 if !createPath && value.IsNil() {

12345678910>>...47