Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for ltid (0.04 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java

         * The final location to place all rendered documentation.
         */
        public abstract DirectoryProperty getDocumentationRenderedRoot();
    
        /**
         * The collection of rendered documentation.  This is everything laid out as it would be deployed/packaged.
         */
        public abstract ConfigurableFileCollection getRenderedDocumentation();
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Aug 20 14:11:17 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    london
    
    // lotte : 2014-11-07 Lotte Holdings Co., Ltd.
    lotte
    
    // lotto : 2014-04-10 Identity Digital Limited
    lotto
    
    // love : 2014-12-22 Merchant Law Group LLP
    love
    
    // lpl : 2015-07-30 LPL Holdings, Inc.
    lpl
    
    // lplfinancial : 2015-07-30 LPL Holdings, Inc.
    lplfinancial
    
    // ltd : 2014-09-25 Binky Moon, LLC
    ltd
    
    // ltda : 2014-04-17 InterNetX, Corp
    ltda
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. cmd/metacache-bucket.go

    func (b *bucketMetacache) deleteCache(id string) {
    	b.mu.Lock()
    	c, ok := b.caches[id]
    	if ok {
    		// Delete from root map.
    		list := b.cachesRoot[c.root]
    		for i, lid := range list {
    			if id == lid {
    				list = append(list[:i], list[i+1:]...)
    				break
    			}
    		}
    		b.cachesRoot[c.root] = list
    		delete(b.caches, id)
    		b.updated = true
    	}
    	b.mu.Unlock()
    	if ok {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    loppa.no lorenskog.no losangeles.museum loseyourip.com loten.no lotte lotto louvre.museum love lovepop.jp lovesick.jp lowicz.pl loyalist.museum lpages.co lpl lplfinancial lpusercontent.com lr ls lt lt.eu.org lt.it lt.ua ltd ltd.co.im ltd.cy ltd.gi ltd.hk ltd.lk ltd.ng ltd.ua ltd.uk ltda lu lu.eu.org lu.it lubartow.pl lubin.pl lublin.pl lucania.it lucca.it lucerne.museum lug.org.uk lugansk.ua lugs.org.uk lukow.pl lund.no lundbeck lunner.no luroy.no lurøy.no luster.no lutsk.ua luxe luxembourg.museum...
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  5. cmd/testdata/xl-meta-merge.zip

    {: _fïx`GLï}¡oñR^KkòGH GbPû^U`[eòBq4¨BPee}q„mÐ{JãB ²caòn}QòATIˆæ ²C 7ÖKrûTA¾reôgXKpÀ oXÜyQTGÖ¦ku ge՚ν –´ u²ps¸òox vqK{SQ xt¸ßX{rijSlM’ñZq ?kx› ¾Sm~HqJ }P K°Vûwo®²@jq<Zf{l_åV qSŠDmQccêïø¾xå WWXÐYFV pa~sô\qôˆORAÖk~K_¦xjKQÕG¾êYd~ñ ’Ww\ºÖoeù 5 "loØt½_{lId¯h}I "Ôî¯%† l|~UÖ' r‹V\x»‚ ν w g E‘¨ v{KmLe¼-ñJG¢5rIÖp]}E)8pVPR –™1Selšûw•fyoI™eyj]ñ±ninMV³yJ}J×Fim`K³mk`yoÌÜ'¯EÖeWCÖG½CYìSbc2pVWl¥ì­ª1 ÕE†rkkàˆIqÜ"² ),›W¾)IHBeΧºdÜVJQ„¹¹}sòœqu+hsC_¹÷evo{·\ûv{VŸpeNïRE`}G1egZeñíeyà&Ü ~Ÿò½„±¿5q²|_ûpû_½mñd„+";ª}ûxR¼ in...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. CREDITS

    to this repository, it is assumed that you license your contribution
    under the same license unless you state otherwise.
    
    All files Copyright (C) 2015 Canonical Ltd. unless otherwise specified in the file.
    
    This software is licensed under the LGPLv3, included below.
    
    As a special exception to the GNU Lesser General Public License version 3
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 26 15:03:08 UTC 2024
    - 1.6M bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F05          ; mapped                 ; 4E85          # 3.0  KANGXI RADICAL HOOK
    2F06          ; mapped                 ; 4E8C          # 3.0  KANGXI RADICAL TWO
    2F07          ; mapped                 ; 4EA0          # 3.0  KANGXI RADICAL LID
    2F08          ; mapped                 ; 4EBA          # 3.0  KANGXI RADICAL MAN
    2F09          ; mapped                 ; 513F          # 3.0  KANGXI RADICAL LEGS
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top