Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for cc (0.21 sec)

  1. common/scripts/setup_env.sh

    CONTAINER_CLI="${CONTAINER_CLI:-docker}"
    
    ENV_BLOCKLIST="${ENV_BLOCKLIST:-^_\|^PATH=\|^GOPATH=\|^GOROOT=\|^SHELL=\|^EDITOR=\|^TMUX=\|^USER=\|^HOME=\|^PWD=\|^TERM=\|^RUBY_\|^GEM_\|^rvm_\|^SSH=\|^TMPDIR=\|^CC=\|^CXX=\|^MAKEFILE_LIST=}"
    
    # Remove functions from the list of exported variables, they mess up with the `env` command.
    for f in $(declare -F -x | cut -d ' ' -f 3);
    do
      unset -f "${f}"
    done
    
    Shell Script
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu May 02 16:31:40 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    Tasks known to have problems are listed in the build logic. You can find this list at:
    
        build-logic/root-build/src/main/kotlin/gradlebuild.internal.cc-experiment.gradle.kts
    
    If you discover a task that doesn't work with the configuration but it not in this list, please add it.
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Sat May 04 07:43:02 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/FirReferenceResolveHelper.kt

            wholeTypeFir: FirResolvedTypeRef
        ): ClassId? {
            val qualifierToResolve = qualifier.parent as KtUserType
            // FIXME make it work with generics in functional types (like () -> AA.BB<CC, AA.DD>)
            val wholeType = when (val psi = wholeTypeFir.psi) {
                is KtUserType -> psi
                is KtTypeReference -> psi.typeElement?.unwrapNullability() as? KtUserType
                else -> null
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Apr 15 10:59:01 GMT 2024
    - 37.5K bytes
    - Viewed (0)
  4. cmd/bucket-replication.go

    		putOpts.ContentLanguage = lang
    	}
    	if disp, ok := lkMap.Lookup(xhttp.ContentDisposition); ok {
    		putOpts.ContentDisposition = disp
    	}
    	if cc, ok := lkMap.Lookup(xhttp.CacheControl); ok {
    		putOpts.CacheControl = cc
    	}
    	if mode, ok := lkMap.Lookup(xhttp.AmzObjectLockMode); ok {
    		rmode := minio.RetentionMode(mode)
    		putOpts.Mode = rmode
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  5. RELEASE.md

    *   Fixes a memory leak in decoding PNG images
        ([CVE-2022-23585](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23585))
    *   Fixes multiple `CHECK`-fails in `function.cc`
        ([CVE-2022-23586](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23586))
    *   Fixes multiple `CHECK`-fails due to attempting to build a reference tensor
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  6. cmd/testdata/undeleteable-object.tgz

    “O¢ê Gh;Íú‰ ‚¨y î }xŸÝC+ ËÁOå ¢§ÿåÝ\=L9W¦ ‹ú »¨£ tâÚyˆ}½U &¡/Óÿ WíkÎ1ÆdxNë¹! À ^Ð’¼ öwŠ‚$ãuëzr¦€Ç¼ÀW‰Ì "›î f@f#Òß ’z ¾êÝž™•ç \‚‹¦áÎ-ÇmšÑ–¤[™)^Ç{j ˆå> %jœ › æh˜å]øj ål§kŒG{€,R¾Ž! ±O3¹v- ¤$P2—‡Ú÷Ъq Æa aéÅ m%æí#º±ïÄFºÎ=1 a¾7^]ê žTøäd4 çáIˆ ø¿S­ ßZ‡:¹CC÷7 > ¨*{k‰O|“£ËÍgë´ï4)Q(¿¤¼Ørê ò*‘5kgê[0“xj\óÕóq÷OìØᦃbз K° º46š’y "‹ëEÒXÇTÀ§á¸×Ûù‘‚aݨ9Ì»%à®}ÅÑÒ `ó-¤0èLÂp ‹¸_ºó! /Gq—î§m½Á\ô €· GYƒðI%£eT†?î4 Á€ si»#,™ Ò Ú‹l ÄL kÈ*©Lh Ðàêó çÿ´Eµ4]ŒHû •fG{Ð ü!)‡\ Ã4@ãX• Hõ# U¼€ci±? Gä[&Š ‹‰\ä,Ö €¸. s6Ï> R i >Ý¥§ŠêV8ð¦Äxä·ÅG...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 00:31:12 GMT 2024
    - 8.7M bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    hex_digits     = hex_digit { [ "_" ] hex_digit } .
    </pre>
    
    <pre>
    42
    4_2
    0600
    0_600
    0o600
    0O600       // second character is capital letter 'O'
    0xBadFace
    0xBad_Face
    0x_67_7a_2f_cc_40_c6
    170141183460469231731687303715884105727
    170_141183_460469_231731_687303_715884_105727
    
    _42         // an identifier, not an integer literal
    42_         // invalid: _ must separate successive digits
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  8. doc/go_spec.html

    hex_digits     = hex_digit { [ "_" ] hex_digit } .
    </pre>
    
    <pre>
    42
    4_2
    0600
    0_600
    0o600
    0O600       // second character is capital letter 'O'
    0xBadFace
    0xBad_Face
    0x_67_7a_2f_cc_40_c6
    170141183460469231731687303715884105727
    170_141183_460469_231731_687303_715884_105727
    
    _42         // an identifier, not an integer literal
    42_         // invalid: _ must separate successive digits
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  9. CREDITS

    * http://www.apache.org/licenses/LICENSE-2.0
    *
    * Designed and built with all the love in the world @twitter by @mdo and @fat.
    
    ---------------------------------------------------
    For t_cl_generator.cc
    
     * Copyright (c) 2008- Patrick Collison <******@****.***>
     * Copyright (c) 2006- Facebook
    
    ---------------------------------------------------
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
Back to top