Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Z0 (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VADDPD 2048(DX)(AX*2), Y29, Y1  // 62f19520584c4240
    	VADDPD 2048(DX)(AX*2), Y28, Y29 // 62619d20586c4240
    	// EVEX: Z registers; VL=512.
    	VADDPD Z30, Z0, Z1              // 6291fd4858ce
    	VADDPD Z0, Z2, Z29              // 6261ed4858e8
    	VADDPD Z0, Z30, Z29             // 62618d4058e8
    	VADDPD Z28, Z2, Z1              // 6291ed4858cc
    	VADDPD Z28, Z30, Z1             // 62918d4058cc
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Feb 20 11:20:03 UTC 2025
    - 57.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPCOMPRESSW Z3, K7, Z26                            // 6292fd4f63da
    	VPCOMPRESSW Z0, K7, Z26                            // 6292fd4f63c2
    	VPCOMPRESSW Z3, K7, Z3                             // 62f2fd4f63db
    	VPCOMPRESSW Z0, K7, Z3                             // 62f2fd4f63c3
    	VPCOMPRESSW Z3, K7, 15(R8)(R14*8)                  // 6292fd4f639cf00f000000
    	VPCOMPRESSW Z0, K7, 15(R8)(R14*8)                  // 6292fd4f6384f00f000000
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 97.1K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt

        }.also { expected ->
          assertThat(expected.message).isEqualTo("keys must match regex [a-z0-9_-]{1,120}: \"$key\"")
        }
        assertFailsWith<IllegalArgumentException> {
          key = "has_CR\r"
          cache.edit(key)
        }.also { expected ->
          assertThat(expected.message).isEqualTo("keys must match regex [a-z0-9_-]{1,120}: \"$key\"")
        }
        assertFailsWith<IllegalArgumentException> {
          key = "has_LF\n"
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 75.7K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.h

    //            converted to TF_Function.
    //  fn_name - the name of the new TF_Function. Should match the operation
    //            name (OpDef.name) regexp [A-Z][A-Za-z0-9_.\\-/]*.
    //            If `append_hash_to_fn_name` is false, `fn_name` must be distinct
    //            from other function and operation names (at least those
    //            registered in graphs where this function will be used).
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                } else if (url.startsWith("file:")) {
                    returnUrl = url.replaceFirst("^file:/+", "/");
                } else {
                    returnUrl = url.replaceFirst("^[a-zA-Z0-9]*:/+", "");
                }
                final int size = fessConfig.getResponseMaxSitePathLengthAsInteger();
                if (size > 3) {
                    return StringUtils.abbreviate(returnUrl, size);
                }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

                        final String[] v2 = v1[0].split(":", 2);
                        if (v2.length == 2) {
                            return new Tuple3<>(v2[0].trim(), v2[1].trim(), v1[1].replaceAll("[^a-zA-Z0-9_]", StringUtil.EMPTY).trim());
                        }
                    }
                    return null;
                }).filter(v -> {
                    if (v == null) {
                        return false;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
  7. src/main/webapp/js/bootstrap.min.js

    g:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},fe=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),me=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,pe=(t,e)=>{const s=t.nodeName.toLowerCase();return e.includes(s)?!fe.has(s)||Boolean(me.test(t.nodeValue)):e.filter((t=>t instanceof RegExp)).some((t=>t.test(s)))},be={allowList:ge,content:{},extraClass:"",html:!1,sa...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 58.9K bytes
    - Viewed (0)
  8. src/main/resources/fess_config.properties

    user.code.request.parameter=userCode
    # User code minimum length.
    user.code.min.length=20
    # User code maximum length.
    user.code.max.length=100
    # User code pattern for validation.
    user.code.pattern=[a-zA-Z0-9_]+
    
    # ----------------------------------------------------------
    #                                                       Mail
    #                                                     ------
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top