Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for Bind (0.18 sec)

  1. fess-crawler/src/test/resources/extractor/eml/sample4.eml

    zahlreiche Handwerker und Gewerbetreibende niedergelassen, denen über die Schulter geschaut bzw. mitgemacht
    werden kann.
    Für unsere Gruppe sind vier Workshops reserviert: Jeder Studierender muss sich bei der Anmeldung für die Fahrt für
    einen verbindlich eintragen. Die Kosten dafür und das Mittagessen sind in den Fahrtkosten enthalten.
    www.museumsdorf-glashuette.de
    Bitte auch 2. Seite lesen !
    Programmablauf:
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Jan 07 09:15:11 UTC 2018
    - 681K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    the Light goes into the Glass; and by putting the Proportion of the Sine
    of Incidence to the Sine of Refraction as 17 to 11 find EF the first
    refracted Ray. Then taking this Ray for the Incident Ray upon the second
    side of the Glass BC where the Light goes out, find the next refracted
    Ray FG by putting the Proportion of the Sine of Incidence to the Sine of
    Refraction as 11 to 17. For if the Sine of Incidence out of Air into
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		StorageClassName: &scName,
    		DataSourceRef: &core.TypedObjectReference{
    			APIGroup:  apiGroup,
    			Kind:      kind,
    			Namespace: namespace,
    			Name:      name,
    		},
    	}
    
    	if isDataSourceSet {
    		spec.DataSource = &core.TypedLocalObjectReference{
    			APIGroup: apiGroup,
    			Kind:     kind,
    			Name:     name,
    		}
    	}
    	return &spec
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: boundsABI(kind) == 1
    	// result: (LoweredPanicBoundsB [kind] x y mem)
    	for {
    		kind := auxIntToInt64(v.AuxInt)
    		x := v_0
    		y := v_1
    		mem := v_2
    		if !(boundsABI(kind) == 1) {
    			break
    		}
    		v.reset(OpARM64LoweredPanicBoundsB)
    		v.AuxInt = int64ToAuxInt(kind)
    		v.AddArg3(x, y, mem)
    		return true
    	}
    	// match: (PanicBounds [kind] x y mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	// cond: boundsABI(kind) == 1
    	// result: (LoweredPanicBoundsB [kind] x y mem)
    	for {
    		kind := auxIntToInt64(v.AuxInt)
    		x := v_0
    		y := v_1
    		mem := v_2
    		if !(boundsABI(kind) == 1) {
    			break
    		}
    		v.reset(OpAMD64LoweredPanicBoundsB)
    		v.AuxInt = int64ToAuxInt(kind)
    		v.AddArg3(x, y, mem)
    		return true
    	}
    	// match: (PanicBounds [kind] x y mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  6. RELEASE.md

            -  If you believe it should definitely be a public Keras API, please open a feature request in keras GitHub repo.
            -  As a workaround, you could import the same private symbol keras `keras.src`, but keep in mind the `src` namespace is not stable and those APIs may change or be removed in the future.
    
    ### Major Features and Improvements
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2FB4          ; mapped                 ; 9801          # 3.0  KANGXI RADICAL LEAF
    2FB5          ; mapped                 ; 98A8          # 3.0  KANGXI RADICAL WIND
    2FB6          ; mapped                 ; 98DB          # 3.0  KANGXI RADICAL FLY
    2FB7          ; mapped                 ; 98DF          # 3.0  KANGXI RADICAL EAT
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewritegeneric.go

    		}
    		s := auxIntToInt64(x_1.AuxInt)
    		if !(s >= 56) {
    			break
    		}
    		v.copyOf(x)
    		return true
    	}
    	return false
    }
    func rewriteBlockgeneric(b *Block) bool {
    	switch b.Kind {
    	case BlockIf:
    		// match: (If (Not cond) yes no)
    		// result: (If cond no yes)
    		for b.Controls[0].Op == OpNot {
    			v_0 := b.Controls[0]
    			cond := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.serialize.Message> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Message.java:0)
    Class <org.gradle.internal.serialize.NestedExceptionPlaceholder$Kind> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (NestedExceptionPlaceholder.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)
Back to top