Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for aeiouy (1.03 sec)

  1. .teamcity/src/main/kotlin/model/CIBuildModel.kt

            if (shortenedSubprojectName.length + prefix.length <= 80) {
                return shortenedSubprojectName
            }
            return shortenedSubprojectName.replace(Regex("[aeiou]"), "")
        }
    
        fun asName(): String =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. pilot/pkg/xds/endpoints/ep_filters_test.go

    	}
    	ds.MemRegistry.AddGateways(origGateways...)
    	// Also add a hostname-based Gateway, which will be rejected.
    	ds.MemRegistry.AddGateways(model.NetworkGateway{
    		Network: "network2",
    		Addr:    "aeiou.scooby.do",
    		Port:    80,
    	})
    
    	// Run the tests and ensure that the new gateway is never used.
    	runNetworkFilterTest(t, ds, networkFiltered, "")
    }
    
    type networkFilterCase struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    reak;case T.str:this.string();break;case T.closeSquare:this.missingSquareBracket();case T.semicolon:this.missingBackslash();default:this.unexpected()}},e.expected=function(r,n,a){if(Array.isArray(r)){var s=r.pop();r=r.join(", ")+" or "+s}var o=/^[aeiou]/.test(r[0])?"an":"a";return a?this.error("Expected "+o+" "+r+', found "'+a+'" instead.',{index:n}):this.error("Expected "+o+" "+r+".",{index:n})},e.requiredSpace=function(r){return this.options.lossy?" ":r},e.optionalSpace=function(r){return this...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top