Home
last modified time | relevance | path

Searched refs:patchFileName (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/commands/edit/add/
H A Daddpatch_test.go28 patchFileName = "myWonderfulPatch.yaml" const
37 fakeFS.WriteFile(patchFileName, []byte(patchFileContent))
38 fakeFS.WriteFile(patchFileName+"another", []byte(patchFileContent))
42 args := []string{patchFileName + "*"}
51 if !strings.Contains(string(content), patchFileName) {
54 if !strings.Contains(string(content), patchFileName+"another") {
61 fakeFS.WriteFile(patchFileName, []byte(patchFileContent))
65 args := []string{patchFileName}
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/commands/edit/add/
H A Daddpatch_test.go28 patchFileName = "myWonderfulPatch.yaml" const
37 fakeFS.WriteFile(patchFileName, []byte(patchFileContent))
38 fakeFS.WriteFile(patchFileName+"another", []byte(patchFileContent))
42 args := []string{patchFileName + "*"}
51 if !strings.Contains(string(content), patchFileName) {
54 if !strings.Contains(string(content), patchFileName+"another") {
61 fakeFS.WriteFile(patchFileName, []byte(patchFileContent))
65 args := []string{patchFileName}
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DLSCPPatchExtractor.cpp128 QString patchFileName = splitLine.at(positionOfPatchFileName);
129 QStringList splitPatchFileName = patchFileName.split("/");
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/
H A DComponentList.cpp959 QString patchFileName = FS::PathCombine(patchDir, uid + ".json"); in installEmpty() local
960 QFile file(patchFileName); in installEmpty()
1069 QString patchFileName = FS::PathCombine(patchDir, target_id + ".json"); in installJarMods_internal() local
1071 QFile file(patchFileName); in installJarMods_internal()
1130 QString patchFileName = FS::PathCombine(patchDir, target_id + ".json"); in installCustomJar_internal() local
1132 QFile file(patchFileName); in installCustomJar_internal()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dapply_patch_test.go80 for _, patchFileName := range testCase.patches {
82 file, err := os.Open(patchFileName)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/
H A DPatchUtils.java36 String patchFileName; field in PatchUtils.PatchTestConfiguration
H A DPatchTest.java244 String patch = ptc.patchFileName; in testPatchdataSubfolders()
423 tpc.patchFileName = pf; in processProperties()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dapply_patch_test.go502 for _, patchFileName := range testCase.patches {
504 file, err := os.Open(patchFileName)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dapply_patch_test.go505 for _, patchFileName := range testCase.patches {
507 file, err := os.Open(patchFileName)