Home
last modified time | relevance | path

Searched refs:withSuffix (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/devel/arcanist/arcanist-b2e715f/src/filesystem/__tests__/
H A DFileFinderTestCase.php22 ->withSuffix('txt'),
43 ->withSuffix('txt'),
59 ->withSuffix('txt'),
94 ->withSuffix('txt'),
121 ->withSuffix('txt'),
159 ->withSuffix('t*t'),
168 ->withSuffix('tesseract'),
193 ->withSuffix('\\*'),
213 ->withSuffix('txt'),
/dports/devel/arcanist-lib/arcanist-b2e715f/src/filesystem/__tests__/
H A DFileFinderTestCase.php22 ->withSuffix('txt'),
43 ->withSuffix('txt'),
59 ->withSuffix('txt'),
94 ->withSuffix('txt'),
121 ->withSuffix('txt'),
159 ->withSuffix('t*t'),
168 ->withSuffix('tesseract'),
193 ->withSuffix('\\*'),
213 ->withSuffix('txt'),
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosdsymbuildstep.cpp84 map.insert(id().withSuffix(ARGUMENTS_PARTIAL_KEY).toString(), in toMap()
86 map.insert(id().withSuffix(USE_DEFAULT_ARGS_PARTIAL_KEY).toString(), in toMap()
88 map.insert(id().withSuffix(CLEAN_PARTIAL_KEY).toString(), m_clean); in toMap()
89 map.insert(id().withSuffix(COMMAND_PARTIAL_KEY).toString(), command().toVariant()); in toMap()
95 QVariant bArgs = map.value(id().withSuffix(ARGUMENTS_PARTIAL_KEY).toString()); in fromMap()
98 id().withSuffix(USE_DEFAULT_ARGS_PARTIAL_KEY).toString()).toBool(); in fromMap()
99 m_clean = map.value(id().withSuffix(CLEAN_PARTIAL_KEY).toString(), m_clean).toBool(); in fromMap()
100 m_command = FilePath::fromVariant(map.value(id().withSuffix(COMMAND_PARTIAL_KEY).toString())); in fromMap()
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/ursrv/
H A Dformatting.go63 return withSuffix(v, metricSuffixes, false)
67 return withSuffix(v, binarySuffixes, false)
71 return withSuffix(v, durationSuffix, true)
74 func withSuffix(v float64, ps []suffix, pluralize bool) string { func
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Did.h48 Id withSuffix(int suffix) const;
49 Id withSuffix(const char *suffix) const;
50 Id withSuffix(const QString &suffix) const;
H A Did.cpp264 Id Id::withSuffix(int suffix) const in withSuffix() function in Utils::Id
274 Id Id::withSuffix(const char *suffix) const in withSuffix() function in Utils::Id
284 Id Id::withSuffix(const QString &suffix) const in withSuffix() function in Utils::Id
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dmakestep.cpp75 m_makeCommandAspect->setSettingsKey(id.withSuffix(MAKE_COMMAND_SUFFIX).toString()); in MakeStep()
82 m_userArgumentsAspect->setSettingsKey(id.withSuffix(MAKE_ARGUMENTS_SUFFIX).toString()); in MakeStep()
87 m_userJobCountAspect->setSettingsKey(id.withSuffix(JOBCOUNT_SUFFIX).toString()); in MakeStep()
95 m_overrideMakeflagsAspect->setSettingsKey(id.withSuffix(OVERRIDE_MAKEFLAGS_SUFFIX).toString()); in MakeStep()
105 m_disabledForSubdirsAspect->setSettingsKey(id.withSuffix(".disabledForSubdirs").toString()); in MakeStep()
110 m_buildTargetsAspect->setSettingsKey(id.withSuffix(BUILD_TARGETS_SUFFIX).toString()); in MakeStep()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/Tobacco/
H A DBiGram.cpp99 tokenVectorRef[tokenIndex].withSuffix = false; in maximumMatching()
106 tokenVectorRef[tokenIndex].withSuffix = true; in maximumMatching()
116 tokenVectorRef[tokenIndex].withSuffix = false; in maximumMatching()
123 tokenVectorRef[tokenIndex].withSuffix = true; in maximumMatching()
H A DPredictorSingleton.cpp64 PredictorSingleton::tokenVector[tokenIndex - 1].withSuffix = false; in removeWord()
79 currentToken.withSuffix = false; in setTokenVector()
107 currentToken.withSuffix = false; in setFixedToken()
H A DToken.cpp10 Token::withSuffix = false; in Token()
H A DToken.h16 bool withSuffix; variable
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/Tobacco/
H A DBiGram.cpp99 tokenVectorRef[tokenIndex].withSuffix = false; in maximumMatching()
106 tokenVectorRef[tokenIndex].withSuffix = true; in maximumMatching()
116 tokenVectorRef[tokenIndex].withSuffix = false; in maximumMatching()
123 tokenVectorRef[tokenIndex].withSuffix = true; in maximumMatching()
H A DPredictorSingleton.cpp64 PredictorSingleton::tokenVector[tokenIndex - 1].withSuffix = false; in removeWord()
79 currentToken.withSuffix = false; in setTokenVector()
107 currentToken.withSuffix = false; in setFixedToken()
H A DToken.cpp10 Token::withSuffix = false; in Token()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/diffeditor/
H A Ddiffeditorfactory.cpp58 Id(Constants::SIDE_BY_SIDE_VIEW_ID).withSuffix(1),
64 Utils::Id(Constants::SIDE_BY_SIDE_VIEW_ID).withSuffix(2),
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/
H A DPathMatcherTest.java35 .withSuffix("months/monthContext[@type=*]/monthWidth[@type=*]/month[@type=*]"); in TestMatcher()
41 .withSuffix("months/monthContext[@type=*]/monthWidth[@type=\"narrow\"]/month[@type=*]"); in TestMatcher()
47 .withSuffix("months/monthContext[@type=*]/monthWidth[@type=*]/month[@type=\"1\"]"); in TestMatcher()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Ditestframework.cpp43 .withSuffix(QString("%1.%2").arg(priority()).arg(QLatin1String(name()))); in settingsId()
48 return Utils::Id(Constants::FRAMEWORK_PREFIX).withSuffix(name()); in id()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Did.h63 Id withSuffix(int suffix) const;
64 Id withSuffix(const char *name) const;
H A Did.cpp240 Id Id::withSuffix(int suffix) const in withSuffix() function in qbs::Internal::Id
250 Id Id::withSuffix(const char *suffix) const in withSuffix() function in qbs::Internal::Id
/dports/security/keybase/client-v5.7.1/go/chat/utils/
H A Dkbfs_path_utils_test.go121withSuffix := `"/keybase/private/songgao,kbpbot_staging,songgao_test (files before songgao_test ac…
122 paths := ParseKBFSPaths(context.Background(), withSuffix)
123 require.Len(t, paths, 1, "input: %s", withSuffix)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dexternaltoolmanager.cpp195 externalToolsPrefix.withSuffix(remainingActions.key())); in setToolsByCategory()
215 … container = ActionManager::createMenu(Id("Tools.External.Category.").withSuffix(containerName)); in setToolsByCategory()
227 command = ActionManager::command(externalToolsPrefix.withSuffix(toolId)); in setToolsByCategory()
237 … command = ActionManager::registerAction(action, externalToolsPrefix.withSuffix(toolId)); in setToolsByCategory()
/dports/games/flightgear/flightgear-2020.3.11/scripts/python/TerraSync/tests/
H A Dtest_virtual_path.py276 self.assertEqual(p.withSuffix(".bz2"),
279 self.assertEqual(p.withSuffix(".tar.xz"),
284 self.cls("/foo/bar/baz.tar.gz").withSuffix("no-leading-dot")
288 self.cls("/").withSuffix(".foobar")
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/ELUTE/
H A DToken.cpp10 Token::withSuffix = false; in Token()
H A DToken.h16 bool withSuffix; variable
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/ELUTE/
H A DToken.cpp10 Token::withSuffix = false; in Token()

12345678