Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for Option (0.11 sec)

  1. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"7f62f36e716e0badaf4a4658da9d09bea26357a1bc6aeb8cf7c3ae35",
    		"For every action there is an equal and opposite government program.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_test.go

    						actions := kubeClient.Actions()
    						if len(actions) == 0 {
    							t.Logf("No action yet")
    							return false, nil
    						}
    						for _, action := range actions {
    							if action.GetVerb() == "patch" {
    								var (
    									err          error
    									patchAction  = action.(core.PatchActionImpl)
    									patchContent = patchAction.GetPatch()
    								)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Options */
        public static final String LABELS_index_form_option_btn = "{labels.index_form_option_btn}";
    
        /** The key of the message: Help */
        public static final String LABELS_index_help = "{labels.index_help}";
    
        /** The key of the message: Search Options */
        public static final String LABELS_search_options = "{labels.search_options}";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  5. fastapi/applications.py

            Add a *path operation* using an HTTP OPTIONS operation.
    
            ## Example
    
            ```python
            from fastapi import FastAPI
    
            app = FastAPI()
    
            @app.options("/items/")
            def get_item_options():
                return {"additions": ["Aji", "Guacamole"]}
            ```
            """
            return self.router.options(
                path,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

    import groovy.lang.Closure;
    import groovy.lang.GroovyObject;
    import groovy.lang.GroovySystem;
    import groovy.lang.MetaClass;
    import groovy.lang.MetaClassRegistry;
    import org.gradle.api.Action;
    import org.gradle.api.Describable;
    import org.gradle.api.IsolatedAction;
    import org.gradle.api.NonNullApi;
    import org.gradle.api.Project;
    import org.gradle.api.Task;
    import org.gradle.api.internal.ConventionMapping;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_test.go

    								SdsConfig: model.SDSAdsConfig,
    							},
    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolFalse,
    			},
    		},
    		{
    			// Credential name and VerifyCertificateSpki options are specified, SDS configs are generated for fetching
    			// key/cert and root cert
    			name: "credential name verify spki key and cert tls MUTUAL",
    			server: &networking.Server{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    type Overlapped struct {
    	Internal     uintptr
    	InternalHigh uintptr
    	Offset       uint32
    	OffsetHigh   uint32
    	HEvent       Handle
    }
    
    type FileNotifyInformation struct {
    	NextEntryOffset uint32
    	Action          uint32
    	FileNameLength  uint32
    	FileName        uint16
    }
    
    type Filetime struct {
    	LowDateTime  uint32
    	HighDateTime uint32
    }
    
    // Nanoseconds returns Filetime ft in nanoseconds
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            succeeds("resolve")
    
            then:
            outputContains("files: [a.jar, c.jar, c-2.0.jar]")
        }
    
        def "provides useful error message when registration action fails"() {
            when:
            buildFile << """
                dependencies {
                    registerTransform(FileSizer) {
                        throw new Exception("Bad registration")
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    eyes, but it said nothing.
    
      `Perhaps it doesn't understand English,' thought Alice; `I
    daresay it's a French mouse, come over with William the
    Conqueror.'  (For, with all her knowledge of history, Alice had
    no very clear notion how long ago anything had happened.)  So she
    began again:  `Ou est ma chatte?' which was the first sentence in
    her French lesson-book.  The Mouse gave a sudden leap out of the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top