Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 361 for knight (0.11 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    			expectCost: map[string]int64{
    				ValsEqualThemselvesAndDataLiteral("self.val1", "self.val2", "'Rook takes 👑'"): 14,
    				"self.val1.startsWith('Rook')":    4,
    				"!self.val1.startsWith('knight')": 5,
    				"self.val1.matches('^[^0-9]*$')":  8,
    				"!self.val1.matches('^[0-9]*$')":  7,
    				"type(self.val1) == string":       4,
    				"size(self.val1) == 12":           4,
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    		margin-bottom: 0.5em;
    	}
    
    	body.toc2.toc-right {
    		padding-left: 0;
    		padding-right: 15em;
    	}
    
    	body.toc2.toc-right #toc.toc2 {
    		border-right-width: 0;
    		border-left: 1px solid #efefed;
    		left: auto;
    		right: 0;
    	}
    }
    
    @media only screen and (min-width: 1280px) {
    	body.toc2 {
    		padding-left: 20em;
    		padding-right: 0;
    	}
    
    	#toc.toc2 {
    		width: 20em;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

        bottom:0;
        left:0;
        height:70%;
        border-right:6px solid #ccc;
        border-top:1px solid #000;
    }
    .rightContainer {
        position:absolute;
        left:320px;
        top:0;
        bottom:0;
        height:100%;
        right:0;
        border-left:1px solid #000;
    }
    .rightIframe {
        margin:0;
        padding:0;
        height:100%;
        right:30px;
        width:100%;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			schema: schemas(stringType, stringType),
    			valid: []string{
    				ValsEqualThemselvesAndDataLiteral("self.val1", "self.val2", "'Rook takes 👑'"),
    				"self.val1.startsWith('Rook')",
    				"!self.val1.startsWith('knight')",
    				"self.val1.contains('takes')",
    				"!self.val1.contains('gives')",
    				"self.val1.endsWith('👑')",
    				"!self.val1.endsWith('pawn')",
    				"self.val1.matches('^[^0-9]*$')",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/cc/pass_pipeline.h

    // through a StableHLO <-> MHLO roundtrip to utilize the MHLOQuantToInt pass.
    void AddStablehloQuantToIntPasses(OpPassManager& pm);
    
    // Processes tensors with NCHW format (== (batch, channel, height, weight)) by
    // converting them to NHWC formats along with extra optimizations such as
    // constant folding the transpose->convolution pattern. This is useful when
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 12:53:33 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

    .min-value {
        color: #008000;
    }
    
    .max-value {
        color: red;
    }
    
    .details {
        padding-top: 5px;
        font-size: 10pt;
    }
    
    #controls {
        float: right;
        text-align: right;
        font-size: 10pt;
    }
    
    #controls label {
        font-weight: bold;
        cursor: pointer;
    }
    
    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #f1f1f1;;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/base.css

    p .left {
        margin: 1.5em 1.5em 1.5em 0;
        padding: 0;
    }
    
    .right {
        float: right !important;
    }
    
    p .right {
        margin: 1.5em 0 1.5em 1.5em;
        padding: 0;
    }
    
    .small {
        font-size: .8em;
        margin-bottom: 1.875em;
        line-height: 1.875em;
    }
    
    .large {
        font-size: 1.2em;
        line-height: 2.5em;
        margin-bottom: 1.25em;
    }
    
    .hide {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  8. platforms/software/testing-base-infrastructure/src/integTest/groovy/org/gradle/api/internal/tasks/testing/JULRedirectorIntegrationTest.groovy

    class JULRedirectorIntegrationTest extends AbstractSampleIntegrationTest {
        def static final LYRICS = [
            "I'm a lumberjack, and I'm okay.",
            "I sleep all night and I work all day.",
            "He's a lumberjack, and He's okay.",
            "He sleeps all night and he works all day."
        ]
        @Rule TestResources testResources = new TestResources(temporaryFolder)
    
        /* Relies on the resources directory:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGeneratorTest.java

        }
    
        private void assertImageSize(File file, int width, int height) throws IOException {
            BufferedImage img = ImageIO.read(file);
            logger.debug("width: {}, height: {}", img.getWidth(), img.getHeight());
            assertEquals("Image Width", width, img.getWidth());
            assertEquals("Image Height", height, img.getHeight());
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/mod/sumdb/client.go

    		return
    	}
    }
    
    // SetTileHeight sets the tile height for the Client.
    // Any call to SetTileHeight must happen before the first call to [Client.Lookup].
    // If SetTileHeight is not called, the Client defaults to tile height 8.
    // SetTileHeight can be called at most once,
    // and if so it must be called before the first call to Lookup.
    func (c *Client) SetTileHeight(height int) {
    	if atomic.LoadUint32(&c.didLookup) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:50:49 UTC 2024
    - 19.1K bytes
    - Viewed (0)
Back to top