Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1371 - 1380 of 1,414 for texi (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

    - Text logging in Kubernetes components now uses [textlogger](https://pkg.go.dev/k8s.io/klog/v2@v2.120.0/textlogger). The same split streams of info and error log entries with buffering of info entries is now also supported for text output (off by default, alpha feature). Previously, this was only supported for JSON. Performance is better also without split streams....
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Introduced the `TextVectorization` layer, which takes as input raw
            strings and takes care of text standardization, tokenization, n-gram
            generation, and vocabulary indexing. See this
            [end-to-end text classification example](https://colab.research.google.com/drive/1RvCnR7h0_l4Ekn5vINWToI9TNJdpUZB3).
        *   Keras `.compile` `.fit` `.evaluate` and `.predict` are allowed to be
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - golang.org/x/mod: v0.10.0 → v0.14.0
    - golang.org/x/net: v0.17.0 → v0.19.0
    - golang.org/x/sync: v0.2.0 → v0.5.0
    - golang.org/x/sys: v0.13.0 → v0.15.0
    - golang.org/x/term: v0.13.0 → v0.15.0
    - golang.org/x/text: v0.13.0 → v0.14.0
    - golang.org/x/tools: v0.8.0 → v0.16.1
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.28.5
    
    
    ## Downloads for v1.28.5
    
    
    
    ### Source Code
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.32.md

    - golang.org/x/mod: v0.20.0 → v0.21.0
    - golang.org/x/net: v0.28.0 → v0.30.0
    - golang.org/x/oauth2: v0.21.0 → v0.23.0
    - golang.org/x/sys: v0.23.0 → v0.26.0
    - golang.org/x/term: v0.23.0 → v0.25.0
    - golang.org/x/text: v0.17.0 → v0.19.0
    - golang.org/x/time: v0.3.0 → v0.7.0
    - golang.org/x/tools: v0.24.0 → v0.26.0
    - k8s.io/system-validators: v1.8.0 → v1.9.0
    - sigs.k8s.io/json: bc3834c → 9aa6b5e
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  5. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        identifies You as the Contributor of the Modification. You may not
        remove or alter any copyright, patent or trademark notices contained
        within the Covered Software, or any notices of licensing or any
        descriptive text giving attribution to any Contributor or the
        Initial Developer.
    
        3.4. Application of Additional Terms.
    
        You may not offer or impose any terms on any Covered Software in
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.24.md

    - Feature of `PreferNominatedNode` is graduated to GA. ([#106619](https://github.com/kubernetes/kubernetes/pull/106619), [@chendave](https://github.com/chendave))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - golang.org/x/mod: v0.12.0 → v0.14.0
    - golang.org/x/net: v0.17.0 → v0.19.0
    - golang.org/x/sync: v0.3.0 → v0.5.0
    - golang.org/x/sys: v0.13.0 → v0.15.0
    - golang.org/x/term: v0.13.0 → v0.15.0
    - golang.org/x/text: v0.13.0 → v0.14.0
    - golang.org/x/tools: v0.12.0 → v0.16.1
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.27.9
    
    
    ## Downloads for v1.27.9
    
    
    
    ### Source Code
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm.s

    // the old assembler's (5a's) grammar and hand-writing complete
    // instructions for each rule, to guarantee we cover the same space.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT	foo(SB), DUPOK|NOSPLIT, $0
    
    // ADD
    //
    //	LTYPE1 cond imsr ',' spreg ',' reg
    //	{
    //		outcode($1, $2, &$3, $5, &$7);
    //	}
    // Cover some operand space here too.
    	ADD	$1, R2, R3
    	ADD	R1<<R2, R3, R4
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_3x.md

        being updated.
     *  Fix: Make logging more consistent throughout OkHttp.
     *  Fix: Log plaintext bodies only. This uses simple heuristics to differentiate
        text from other data.
     *  Fix: Recover from `REFUSED_STREAM` errors in HTTP/2. This should improve
        interoperability with Nginx 1.10.0, which [refuses][nginx_959] streams
        created before HTTP/2 settings have been acknowledged.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  10. cmd/testdata/undeleteable-object.tgz

    “kc@ žIµŒöñ`« ‰(»óºòF' •¬Oå±S ×È:25Z;%’É@g P§² ¾Y; 'a’ õMŽ >P!Éx r CSlpÇ3·dá~òìKTÆmQBë5£;ôß2ýôö¯ì8/p£·‚ñIÉ™O» ' T ¨`^ ³ ƒceQ±*2ÎçÎ¡Ñ G–LÍTNk#Ô H±,-~Øa8 ŒKIÍó—VÆ Îeõµ#ž€Ç2¿E5]zݲC¢"ˆÁ ’N¯Œ _Þ´¾Aá"¥x:¤hþ¤‰ Ï„Ñ¥ ‡ ¤¹{ÙTöë¼zµßɲ¨.­ûhcƒ"¹x÷ªno7¾O} ”í`‚ÒP%è¸ÖéXì uøoûv{ú\ÌÃÐ,7 Á3 è’6‰”…‹1o-L ÞâãÒº¢ jó ðý†Jçö ÿ` øåI=˜ê:W ï°‡ºT³ ¦€O8Kù ïÇÛ<Ð} 4ýÚøÚûÏ: J* ‹÷™í€€èƒ”Ávà #ã〠¢eìB\Ä t²û£¡Ð x® ?ß•sS=dHrèæ4p íŒ6” gþŒ°Ëí÷/8Êò ýÎzŽçÙ- ¬‹ © £ ôìü ¡ S&cé’¹v¼\-g=âàÝ 2Jëm ;¯0²Gñø×ôÈŒ_T Ȫ Þ r<‹@N›¡GÞ >ÐÛ ‘& tdo k '°l1;¼oãÓà’ƒœüè¤9*`zÈÍM‘...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
Back to top