Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 5,243 for myModel (0.17 sec)

  1. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.idea.model.IdeaWorkspace.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.eclipse.model.EclipseClasspath.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.eclipse.model.EclipseWtp.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/security_test.go

    	{"-F-dir"},
    	{"-I@dir"},
    	{"-I-dir"},
    	{"-O@1"},
    	{"-Wa,-foo"},
    	{"-W@foo"},
    	{"-Wp,-DX,-D@X"},
    	{"-Wp,-UX,-U@X"},
    	{"-g@gdb"},
    	{"-g-gdb"},
    	{"-march=@dawn"},
    	{"-march=-dawn"},
    	{"-mcmodel=@model"},
    	{"-mlarge-data-threshold=@12"},
    	{"-std=@c99"},
    	{"-std=-c99"},
    	{"-x@c"},
    	{"-x-c"},
    	{"-D", "@foo"},
    	{"-D", "-foo"},
    	{"-I", "@foo"},
    	{"-I", "-foo"},
    	{"-I", "=@obj"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:47:34 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  6. plugin/pkg/admission/noderestriction/admission_test.go

    		}
    	})
    }
    
    func Test_nodePlugin_Admit(t *testing.T) {
    	var (
    		mynode = &user.DefaultInfo{Name: "system:node:mynode", Groups: []string{"system:nodes"}}
    		bob    = &user.DefaultInfo{Name: "bob"}
    
    		mynodeObjMeta    = metav1.ObjectMeta{Name: "mynode", UID: "mynode-uid"}
    		mynodeObj        = &api.Node{ObjectMeta: mynodeObjMeta}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  7. src/runtime/lfstack_test.go

    	. "runtime"
    	"testing"
    	"unsafe"
    )
    
    type MyNode struct {
    	LFNode
    	data int
    }
    
    // allocMyNode allocates nodes that are stored in an lfstack
    // outside the Go heap.
    // We require lfstack objects to live outside the heap so that
    // checkptr passes on the unsafe shenanigans used.
    func allocMyNode(data int) *MyNode {
    	n := (*MyNode)(PersistentAlloc(unsafe.Sizeof(MyNode{})))
    	LFNodeValidate(&n.LFNode)
    	n.data = data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 17 23:12:04 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  8. src/cmd/internal/pkgpattern/pat_test.go

    	not ./vendor/foo/vendor/bar
    
    	pattern mycode/vendor/...
    	match mycode/vendor mycode/vendor/foo mycode/vendor/foo/vendor
    	not mycode/vendor/foo/vendor/bar
    
    	pattern x/vendor/y
    	match x/vendor/y
    	not x/vendor
    
    	pattern x/vendor/y/...
    	match x/vendor/y x/vendor/y/z x/vendor/y/vendor x/vendor/y/z/vendor
    	not x/vendor/y/vendor/z
    
    	pattern .../vendor/...
    	match x/vendor/y x/vendor/y/z x/vendor/y/vendor x/vendor/y/z/vendor
    `
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 16:43:40 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  9. maven-api-impl/src/test/java/org/apache/maven/internal/impl/model/MavenModelMergerTest.java

        @Test
        void testMergeModel_ModelVersion() {
            Model parent = Model.newBuilder().modelVersion("4.0.0").build();
            Model model = Model.newInstance();
            Model.Builder builder = Model.newBuilder(model);
            modelMerger.mergeModel_ModelVersion(builder, model, parent, false, null);
            assertNull(builder.build().getModelVersion());
    
            model = Model.newBuilder().modelVersion("5.0.0").build();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/proxy/transport_test.go

    			sourceURL:    "http://mynode.com/any/path/",
    			transport:    testTransport,
    			output:       `<script src="http://google.com/kubernetes.js"/>`,
    			contentType:  "text/html",
    			forwardedURI: "/proxy/node/node1:10250/any/path/",
    		},
    		"abs but same host": {
    			input:        `<script src="http://mynode.com/kubernetes.js"/>`,
    			sourceURL:    "http://mynode.com/any/path/",
    			transport:    testTransport,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top