Home
last modified time | relevance | path

Searched refs:extensionRegex (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrval_functions_time.go78 var extensionRegex = regexp.MustCompile("([1-9])S")
101 formatString := extensionRegex.ReplaceAllString(input2.printrep, "$1")
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/googleapis/gnostic/gnostic-0c5108395e2d/
H A Dgnostic.go299 extensionRegex := regexp.MustCompile("--x-(.+)")
324 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/googleapis/gnostic/gnostic-0c5108395e2d/
H A Dgnostic.go299 extensionRegex := regexp.MustCompile("--x-(.+)")
324 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/googleapis/gnostic/
H A Dgnostic.go299 extensionRegex := regexp.MustCompile("--x-(.+)")
324 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/googleapis/gnostic/
H A Dgnostic.go302 extensionRegex := regexp.MustCompile("--x-(.+)")
329 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/googleapis/gnostic/lib/
H A Dgnostic.go292 extensionRegex := regexp.MustCompile("--x-(.+)")
319 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/googleapis/gnostic/
H A Dgnostic.go304 extensionRegex := regexp.MustCompile("--x-(.+)")
331 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/googleapis/gnostic/
H A Dgnostic.go304 extensionRegex := regexp.MustCompile("--x-(.+)")
331 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/googleapis/gnostic/lib/
H A Dgnostic.go292 extensionRegex := regexp.MustCompile("--x-(.+)")
319 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/googleapis/gnostic/gnostic-0.4.1/lib/
H A Dgnostic.go292 extensionRegex := regexp.MustCompile("--x-(.+)")
319 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/googleapis/gnostic/
H A Dgnostic.go304 extensionRegex := regexp.MustCompile("--x-(.+)")
331 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/googleapis/gnostic/lib/
H A Dgnostic.go356 extensionRegex := regexp.MustCompile("--x-(.+)")
383 } else if m = extensionRegex.FindSubmatch([]byte(arg)); m != nil {
/dports/sysutils/isomaster/isomaster-1.3.16/
H A Disobrowser.c1808 regex_t extensionRegex; in saveIsoCbk() local
1810 regcomp(&extensionRegex, ".*\\.[iI][sS][oO]$", 0); in saveIsoCbk()
1812 if(regexec(&extensionRegex, nameWithExtension, 0, NULL, 0) != 0) in saveIsoCbk()