Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for m_regex (0.13 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java

        }
    
        public void setRegex_Equal(String regex) {
            setRegex_Term(regex, null);
        }
    
        public void setRegex_Equal(String regex, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setRegex_Term(regex, opLambda);
        }
    
        public void setRegex_Term(String regex) {
            setRegex_Term(regex, null);
        }
    
        public void setRegex_Term(String regex, ConditionOptionCall<TermQueryBuilder> opLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 72.1K bytes
    - Viewed (0)
  2. fastapi/param_functions.py

            ),
        ] = None,
        pattern: Annotated[
            Optional[str],
            Doc(
                """
                RegEx pattern for strings.
                """
            ),
        ] = None,
        regex: Annotated[
            Optional[str],
            Doc(
                """
                RegEx pattern for strings.
                """
            ),
            deprecated(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  3. gradle/verification-metadata.xml

                <trusting group="^com[.]diffplug($|([.].*))" regex="true"/>
                <trusting group="^org[.]jetbrains($|([.].*))" regex="true"/>
                <trusting group="^org[.]rnorth($|([.].*))" regex="true"/>
             </trusted-key>
             <trusted-key id="8A10792983023D5D14C93B488D7F1BEC1E2ECAE7" group="^com[.]fasterxml($|([.].*))" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  4. pilot/pkg/model/virtualservice_test.go

    				{
    					Uri: &networking.StringMatch{
    						MatchType: &networking.StringMatch_Regex{Regex: "^/productpage"},
    					},
    				},
    			},
    		},
    		{
    			name: "url regex conflict",
    			root: []*networking.HTTPMatchRequest{
    				{
    					Uri: &networking.StringMatch{
    						MatchType: &networking.StringMatch_Regex{Regex: "^/productpage"},
    					},
    				},
    			},
    			delegate: []*networking.HTTPMatchRequest{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java

        }
    
        public void setRegex_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setRegex_Terms("regex", opLambda, null);
        }
    
        public void setRegex_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsPathMappingCA> aggsLambda) {
            setRegex_Terms("regex", opLambda, aggsLambda);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 59.9K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/route/route_test.go

    		}))
    		g.Expect(routeAction.Route.RegexRewrite).To(Equal(&matcher.RegexMatchAndSubstitute{
    			Pattern: &matcher.RegexMatcher{
    				Regex: "/.*",
    			},
    			Substitution: "/replace-full",
    		}))
    	})
    
    	t.Run("for path regex match with regex rewrite", func(t *testing.T) {
    		g := NewWithT(t)
    		cg := core.NewConfigGenTest(t, core.TestOptions{})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  7. kotlin-js-store/yarn.lock

      integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
      dependencies:
        shebang-regex "^3.0.0"
    
    shebang-regex@^3.0.0:
      version "3.0.0"
      resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
      integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // <stddef.h>.
    # include <regex.h>  // NOLINT
    
    # define GTEST_USES_POSIX_RE 1
    
    #elif GTEST_OS_WINDOWS
    
    // <regex.h> is not available on Windows.  Use our own simple regex
    // implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    #else
    
    // <regex.h> may not be available on this platform.  Use our own
    // simple regex implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  9. pkg/apis/networking/validation/validation_test.go

    				newIngress.Spec.IngressClassName = utilpointer.String("bar")
    				newIngress.Annotations = map[string]string{annotationIngressClass: "foo"}
    			},
    			expectedErrs: field.ErrorList{},
    		},
    		"valid regex path -> valid regex path": {
    			tweakIngresses: func(newIngress, oldIngress *networking.Ingress) {
    				oldIngress.Spec.Rules = []networking.IngressRule{{
    					Host: "foo.bar.com",
    					IngressRuleValue: networking.IngressRuleValue{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // <stddef.h>.
    # include <regex.h>  // NOLINT
    
    # define GTEST_USES_POSIX_RE 1
    
    #elif GTEST_OS_WINDOWS
    
    // <regex.h> is not available on Windows.  Use our own simple regex
    // implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    #else
    
    // <regex.h> may not be available on this platform.  Use our own
    // simple regex implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top