Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for dbase (0.1 sec)

  1. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	// match: (ADDLconstmodify [valoff1] {sym} (ADDQconst [off2] base) mem)
    	// cond: ValAndOff(valoff1).canAdd32(off2)
    	// result: (ADDLconstmodify [ValAndOff(valoff1).addOffset32(off2)] {sym} base mem)
    	for {
    		valoff1 := auxIntToValAndOff(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		if v_0.Op != OpAMD64ADDQconst {
    			break
    		}
    		off2 := auxIntToInt32(v_0.AuxInt)
    		base := v_0.Args[0]
    		mem := v_1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.language.base.internal.AbstractLanguageSourceSet> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractLanguageSourceSet.java:0)
    Class <org.gradle.language.base.internal.DefaultProjectSourceSet> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultProjectSourceSet.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/bootstrap.min.css.map

    false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/bootstrap.min.css.map

    false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    ### Other (Cleanup or Flake)
    
    - Update the Debian images to pick up CVE fixes in the base images:
      - Update the `debian-base` image to v1.7.0
      - Update the `debian-iptables` image to v1.6.1 ([#102342](https://github.com/kubernetes/kubernetes/pull/102342), [@cpanato](https://github.com/cpanato)) [SIG API Machinery and Testing]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    _Illustration._ In the twenty-first Figure, ABC is the first Prism, BC
    its Base, B and C its equal Angles at the Base, each of 45 Degrees, A
    its rectangular Vertex, FM a beam of the Sun's Light let into a dark
    Room through a hole F one third part of an Inch broad, M its Incidence
    on the Base of the Prism, MG a less refracted Ray, MH a more refracted
    Ray, MN the beam of Light reflected from the Base, VXY the second Prism
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteARM64.go

    	}
    	return false
    }
    func rewriteValueARM64_OpAddr(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Addr {sym} base)
    	// result: (MOVDaddr {sym} base)
    	for {
    		sym := auxToSym(v.Aux)
    		base := v_0
    		v.reset(OpARM64MOVDaddr)
    		v.Aux = symToAux(sym)
    		v.AddArg(base)
    		return true
    	}
    }
    func rewriteValueARM64_OpAvg64u(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  8. RELEASE.md

            class with `tf.experimental.ExtensionType` as its base, and use type
            annotations to specify the type for each field. E.g.: `python class
            MaskedTensor(tf.experimental.ExtensionType): values: tf.Tensor mask:
            tf.Tensor` The `tf.ExtensionType` base class works similarly to
            [`typing.NamedTuple`](https://docs.python.org/3/library/typing.html#typing.NamedTuple)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"User.Username", Field, 0},
    	},
    	"path": {
    		{"Base", Func, 0},
    		{"Clean", Func, 0},
    		{"Dir", Func, 0},
    		{"ErrBadPattern", Var, 0},
    		{"Ext", Func, 0},
    		{"IsAbs", Func, 0},
    		{"Join", Func, 0},
    		{"Match", Func, 0},
    		{"Split", Func, 0},
    	},
    	"path/filepath": {
    		{"Abs", Func, 0},
    		{"Base", Func, 0},
    		{"Clean", Func, 0},
    		{"Dir", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "options": {
                "description": "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.",
                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top