Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for liquid (4.06 sec)

  1. cmd/metacache-entries.go

    	}
    	return res
    }
    
    // metaCacheEntriesSorted contains metacache entries that are sorted.
    type metaCacheEntriesSorted struct {
    	o metaCacheEntries
    	// list id is not serialized
    	listID string
    	// Reuse buffers
    	reuse bool
    	// Contain the last skipped object after an ILM expiry evaluation
    	lastSkippedEntry string
    }
    
    // shallowClone will create a shallow clone of the array objects,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 04:34:26 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"spiral_notepad":                       "\U0001f5d2\ufe0f",
    	"sponge":                               "\U0001f9fd",
    	"spoon":                                "\U0001f944",
    	"squid":                                "\U0001f991",
    	"sri_lanka":                            "\U0001f1f1\U0001f1f0",
    	"st_barthelemy":                        "\U0001f1e7\U0001f1f1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  3. cmd/testdata/xl-meta-merge.zip

    WlONl]FeIˆïTryrYT÷ETNIº W_c¢v`G eZ› „ Wls~`mDIÕ BsD}^yL5¤ÌFNLG ³¹si@xÃæÀ{[÷·ugòS{—YÐGFiÜy\‘~jC|»kKÕvID­8 + èepéì^˜»¹† ixÄãynï\º x]Ti|ôMV ëvÜø5]ï¾Xle¦BñpPow]xM a[eoKò~IˆBñúDC þãÆ_xOxHÿô l}¼?ûp›?ªQïR~qx†iq GŠym`@mûlsÖšÎÔµL}TDãnst ² qò3 í ~rOâË>ÁòÁ<ÆóõÀ áíÛüÏÐ hm^ w}XôY¼ìAHGdñxgeòx¾}Zì¦KPk~CKNyiT. wq|Üeyn @IiÜwFeÕäqAK^ªGÕˆDïPqqsZqòmž¦glVIýÜŠTi{ sòw°´itD†þßgagܤrq~RqåKLqñtÀJGYCSpï¾`û}L\û<M@=2 JetX{oç¦½Ò Qò ¼ÙyD^¾ P}IC\iˆ…[Jing2¢ CÖÆÉÒZqhLmD²hwPï\oNo÷òzŠebì¢vÖY|Uå im ê *wB~mc at ‘¦GaFz¼ NqIUÖG¾ iðû cªï l...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. src/os/os_windows_test.go

    	var tp windows.TOKEN_PRIVILEGES
    
    	privStr, err := syscall.UTF16PtrFromString(privilegeName)
    	if err != nil {
    		return err
    	}
    	err = windows.LookupPrivilegeValue(nil, privStr, &tp.Privileges[0].Luid)
    	if err != nil {
    		return err
    	}
    	tp.PrivilegeCount = 1
    	tp.Privileges[0].Attributes = windows.SE_PRIVILEGE_ENABLED
    	return windows.AdjustTokenPrivileges(t, false, &tp, 0, nil, nil)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func LookupPrivilegeValue(systemname *uint16, name *uint16, luid *LUID) (err error) {
    	r1, _, e1 := syscall.Syscall(procLookupPrivilegeValueW.Addr(), 3, uintptr(unsafe.Pointer(systemname)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(luid)))
    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	ReceiveLinkSpeed       uint64
    	FirstWinsServerAddress *IpAdapterWinsServerAddress
    	FirstGatewayAddress    *IpAdapterGatewayAddress
    	Ipv4Metric             uint32
    	Ipv6Metric             uint32
    	Luid                   uint64
    	Dhcpv4Server           SocketAddress
    	CompartmentId          uint32
    	NetworkGuid            GUID
    	ConnectionType         uint32
    	TunnelType             uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    mayfirst.org
    
    // Mail.Ru Group : https://hb.cldmail.ru
    // Submitted by Ilya Zaretskiy <******@****.***>
    hb.cldmail.ru
    
    // Mail Transfer Platform : https://www.neupeer.com
    // Submitted by Li Hui <lihui@neupeer.com>
    cn.vu
    
    // Maze Play: https://www.mazeplay.com
    // Submitted by Adam Humpherys <******@****.***>
    mazeplay.com
    
    // mcpe.me : https://mcpe.me
    // Submitted by Noa Heyl <******@****.***>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.11.md

    * kube-apiserver: OIDC authentication now supports requiring specific claims with `--oidc-required-claim=<claim>=<value>` Previously, there was no mechanism for a user to specify claims in the OIDC authentication process that were requid to be present in the ID Token with an expected value. This version now makes it possible to require claims support for the OIDC authentication. It allows users to pass in a `--oidc-required-claims` flag, and `key=value` pairs in the API config, which...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  9. RELEASE.md

        layers.
        [Try it](https://colab.sandbox.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/nmt_with_attention/nmt_with_attention.ipynb?linkId=53292082).
    *   Adding support of core
        [feature columns](https://www.tensorflow.org/get_started/feature_columns)
        and [losses](https://www.tensorflow.org/api_docs/python/tf/losses) to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top