Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for downapi (0.24 sec)

  1. pkg/apis/core/validation/validation_test.go

    					},
    				},
    			},
    		}, {
    			name: "downapi valid defaultMode",
    			vol: core.Volume{
    				Name: "downapi",
    				VolumeSource: core.VolumeSource{
    					DownwardAPI: &core.DownwardAPIVolumeSource{
    						DefaultMode: utilpointer.Int32(0644),
    					},
    				},
    			},
    		}, {
    			name: "downapi valid item mode",
    			vol: core.Volume{
    				Name: "downapi",
    				VolumeSource: core.VolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    // Desktop Window Manager API (Dwmapi)
    //sys	DwmGetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, size uint32) (ret error) = dwmapi.DwmGetWindowAttribute
    //sys	DwmSetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, size uint32) (ret error) = dwmapi.DwmSetWindowAttribute
    
    // Windows Multimedia API
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    s);this._distributeParent();},_distributeParent:function(){if(!useShadow){this.domApi._maybeDistributeParent();}},contains:function(){return this.node.classList.contains.apply(this.node.classList,arguments);}};}());(function(){'use strict';var DomApi=Polymer.DomApi.ctor;var Settings=Polymer.Settings;DomApi.EffectiveNodesObserver=function(domApi){this.domApi=domApi;this.node=this.domApi.node;this._listeners=[];};DomApi.EffectiveNodesObserver.prototype={addListener:function(callback){if(!this._isS...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    var (
    	modCfgMgr32 = NewLazySystemDLL("CfgMgr32.dll")
    	modadvapi32 = NewLazySystemDLL("advapi32.dll")
    	modcrypt32  = NewLazySystemDLL("crypt32.dll")
    	moddnsapi   = NewLazySystemDLL("dnsapi.dll")
    	moddwmapi   = NewLazySystemDLL("dwmapi.dll")
    	modiphlpapi = NewLazySystemDLL("iphlpapi.dll")
    	modkernel32 = NewLazySystemDLL("kernel32.dll")
    	modmswsock  = NewLazySystemDLL("mswsock.dll")
    	modnetapi32 = NewLazySystemDLL("netapi32.dll")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top