Home
last modified time | relevance | path

Searched refs:idxPath (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/discovery/validation/
H A Dvalidation.go88 idxPath := fldPath.Index(i)
89 addressPath := idxPath.Child("addresses")
113 nnPath := idxPath.Child("nodeName")
119 topologyPath := idxPath.Child("deprecatedTopology")
129 …allErrs = append(allErrs, apivalidation.ValidateDNS1123Label(*endpoint.Hostname, idxPath.Child("ho…
133 allErrs = append(allErrs, validateHints(endpoint.Hints, idxPath.Child("hints"))...)
150 idxPath := fldPath.Index(i)
153 …allErrs = append(allErrs, apivalidation.ValidateDNS1123Label(*endpointPort.Name, idxPath.Child("na…
157 allErrs = append(allErrs, field.Duplicate(idxPath.Child("name"), endpointPort.Name))
163 allErrs = append(allErrs, field.Required(idxPath.Child("protocol"), ""))
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation/
H A Dvalidation.go40 idxPath := limitsPath.Index(i)
48 allErrs = append(allErrs, field.NotSupported(idxPath.Child("type"), limit.Type, allowedValues))
51 allErrs = append(allErrs, field.Invalid(idxPath.Child("burst"), limit.Burst, "must be positive"))
54 allErrs = append(allErrs, field.Invalid(idxPath.Child("qps"), limit.QPS, "must be positive"))
58 …allErrs = append(allErrs, field.Invalid(idxPath.Child("cacheSize"), limit.CacheSize, "must not be …
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DSonyHDV_Handler.cpp160 static bool ReadIDXFile ( const std::string& idxPath, in ReadIDXFile() argument
546 idxPath = tempPath; in MakeIndexFilePath()
547 idxPath += kDirChar; in MakeIndexFilePath()
548 idxPath += leafName; in MakeIndexFilePath()
549 idxPath += ".IDX"; in MakeIndexFilePath()
591 idxPath = tempPath; in MakeIndexFilePath()
592 idxPath += kDirChar; in MakeIndexFilePath()
593 idxPath += clipName; in MakeIndexFilePath()
594 idxPath += ".IDX"; in MakeIndexFilePath()
607 std::string idxPath; in MakeLegacyDigest() local
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DSonyHDV_Handler.cpp208 static bool ReadIDXFile ( const std::string& idxPath, in ReadIDXFile() argument
616 idxPath = tempPath; in MakeIndexFilePath()
617 idxPath += kDirChar; in MakeIndexFilePath()
618 idxPath += leafName; in MakeIndexFilePath()
619 idxPath += ".IDX"; in MakeIndexFilePath()
651 idxPath = tempPath; in MakeIndexFilePath()
652 idxPath += kDirChar; in MakeIndexFilePath()
653 idxPath += clipName_; in MakeIndexFilePath()
654 idxPath += ".IDX"; in MakeIndexFilePath()
668 std::string idxPath; in MakeLegacyDigest() local
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgramemdirectory.pas345 idxPath: integer;
352 idxPath := 1;
356 idxPath := 0;
358 while idxPath < path.Count do
367 inc(idxPath);
376 idxPath: integer;
384 idxPath := 1;
388 idxPath := 0;
390 while idxPath < path.Count-1 do
399 inc(idxPath);
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgramemdirectory.pas345 idxPath: integer;
352 idxPath := 1;
356 idxPath := 0;
358 while idxPath < path.Count do
367 inc(idxPath);
376 idxPath: integer;
384 idxPath := 1;
388 idxPath := 0;
390 while idxPath < path.Count-1 do
399 inc(idxPath);
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/validation/
H A Dvalidation.go383 idxPath := fldPath.Index(i)
2229 idxPath := fldPath.Index(i)
2267 idxPath := fldPath.Index(i)
2411 idxPath := fldPath.Index(i)
2555 idxPath := fldPath.Index(i)
2603 idxPath := fldPath.Index(i)
2847 idxPath := fldPath.Index(i)
2916 idxPath := fldPath.Index(i)
2948 idxPath := fldPath.Index(i)
3171 idxPath := fldPath.Index(i)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/validation/
H A Dvalidation.go30 idxPath := fldPath.Index(i)
32 allErrs = append(allErrs, field.Required(idxPath.Child("resource"), ""))
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/validation/
H A Dvalidation.go30 idxPath := fldPath.Index(i)
32 allErrs = append(allErrs, field.Required(idxPath.Child("resource"), ""))
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DRecordIO.scala149 class MXIndexedRecordIO(idxPath: String, uri: String, flag: MXRecordIO.IOFlag,
156 if (flag == MXRecordIO.IORead && new File(idxPath).isFile()) {
157 Source.fromFile(idxPath).getLines().foreach { line =>
171 val fOut = new PrintWriter(idxPath)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DRecordIO.scala149 class MXIndexedRecordIO(idxPath: String, uri: String, flag: MXRecordIO.IOFlag,
156 if (flag == MXRecordIO.IORead && new File(idxPath).isFile()) {
157 Source.fromFile(idxPath).getLines().foreach { line =>
171 val fOut = new PrintWriter(idxPath)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/v1/validation/
H A Dvalidation.go153 idxPath := fldPath.Index(ci)
154 portsPath := idxPath.Child("ports")
156 idxPath := portsPath.Index(pi)
163 allErrs = append(allErrs, field.Duplicate(idxPath.Child("hostPort"), str))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dpath_internal.cpp47 size_t* idxPath, in getFieldDottedOrArray() argument
82 *idxPath = partNum; in getFieldDottedOrArray()
H A Dpath_internal.h52 size_t* idxPath,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile/
H A Dindex.go46 func ReadIndex(idxPath string) (*Index, error) {
47 reMatches := idxFileRegex.FindStringSubmatch(idxPath)
49 return nil, fmt.Errorf("invalid idx filename: %q", idxPath)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile/
H A Dindex.go46 func ReadIndex(idxPath string) (*Index, error) {
47 reMatches := idxFileRegex.FindStringSubmatch(idxPath)
49 return nil, fmt.Errorf("invalid idx filename: %q", idxPath)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile/
H A Dindex.go46 func ReadIndex(idxPath string) (*Index, error) {
47 reMatches := idxFileRegex.FindStringSubmatch(idxPath)
49 return nil, fmt.Errorf("invalid idx filename: %q", idxPath)
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dfileio.c877 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
890 idxPath = i; in fsdirBestIndex()
892 }else if( idxPath<0 ){ in fsdirBestIndex()
913 if( idxPath<0 ){ in fsdirBestIndex()
919 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
920 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dfileio.c875 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
888 idxPath = i; in fsdirBestIndex()
890 }else if( idxPath<0 ){ in fsdirBestIndex()
911 if( idxPath<0 ){ in fsdirBestIndex()
917 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
918 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dfileio.c877 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
890 idxPath = i; in fsdirBestIndex()
892 }else if( idxPath<0 ){ in fsdirBestIndex()
913 if( idxPath<0 ){ in fsdirBestIndex()
919 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
920 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/storage/filesystem/dotgit/
H A Dwriters_test.go36 idxPath := fmt.Sprintf("objects/pack/pack-%s.idx", f.PackfileHash)
42 stat, err = fs.Stat(idxPath)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/dotgit/
H A Dwriters_test.go36 idxPath := fmt.Sprintf("objects/pack/pack-%s.idx", f.PackfileHash)
42 stat, err = fs.Stat(idxPath)
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/dotgit/
H A Dwriters_test.go36 idxPath := fmt.Sprintf("objects/pack/pack-%s.idx", f.PackfileHash)
42 stat, err = fs.Stat(idxPath)
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/
H A DPileupSparkIntegrationTest.java126 final Path idxPath = new Path(workingDirectory, "dbsnp_138.b37.20.21.vcf.idx"); in testFeaturesPileupHdfs()
128 … cluster.getFileSystem().copyFromLocalFile(new Path(dbsnp_138_b37_20_21_vcf + ".idx"), idxPath); in testFeaturesPileupHdfs()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/dotgit/
H A Dwriters_test.go42 idxPath := fmt.Sprintf("objects/pack/pack-%s.idx", f.PackfileHash)
48 stat, err = fs.Stat(idxPath)

1234