Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for asan (0.08 sec)

  1. test/chan/powser2.go

    		print("Sub: ")
    		Printn(Sub(Ones, Twos), 10)
    		print("Mul: ")
    		Printn(Mul(Ones, Ones), 10)
    		print("Exp: ")
    		Printn(Exp(Ones), 15)
    		print("MonSubst: ")
    		Printn(MonSubst(Ones, neg(one), 2), 10)
    		print("ATan: ")
    		Printn(Integ(zero, MonSubst(Ones, neg(one), 2)), 10)
    	} else { // test
    		check(Ones, one, 5, "Ones")
    		check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 13.3K bytes
    - Viewed (0)
  2. docs/tr/docs/tutorial/first-steps.md

    ```Python hl_lines="1"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    `FastAPI`, API'niz için tüm işlevselliği sağlayan bir Python sınıfıdır.
    
    !!! note "Teknik Detaylar"
        `FastAPI` doğrudan `Starlette`'i miras alan bir sınıftır.
    
        <a href="https://www.starlette.io/" class="external-link" target="_blank">Starlette</a>'in tüm işlevselliğini `FastAPI` ile de kullanabilirsiniz.
    
    ### Adım 2: Bir `FastAPI` "Örneği" Oluşturalım
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Feb 08 13:10:55 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. src/crypto/internal/boring/aes.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build boringcrypto && linux && (amd64 || arm64) && !android && !msan
    
    package boring
    
    /*
    
    #include "goboringcrypto.h"
    
    // These wrappers allocate out_len on the C stack, and check that it matches the expected
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/a.out.go

    	// storage-and-storage
    	AMVC
    	AMVCIN
    	ACLC
    	AXC
    	AOC
    	ANC
    
    	// load
    	AEXRL
    	ALARL
    	ALA
    	ALAY
    
    	// interlocked load and op
    	ALAA
    	ALAAG
    	ALAAL
    	ALAALG
    	ALAN
    	ALANG
    	ALAX
    	ALAXG
    	ALAO
    	ALAOG
    
    	// load/store multiple
    	ALMY
    	ALMG
    	ASTMY
    	ASTMG
    
    	// store clock
    	ASTCK
    	ASTCKC
    	ASTCKE
    	ASTCKF
    
    	// macros
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. LICENSES/vendor/github.com/inconshreveable/mousetrap/LICENSE

          file or class name and description of purpose be included on the
          same "printed page" as the copyright notice for easier
          identification within third-party archives.
    
       Copyright 2022 Alan Shreve (@inconshreveable)
    
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 13 14:52:39 UTC 2022
    - 11.2K bytes
    - Viewed (0)
  6. operator/pkg/object/objects.go

    // DefaultObjectOrder is default sorting function used to sort k8s objects.
    func DefaultObjectOrder() func(o *K8sObject) int {
    	return func(o *K8sObject) int {
    		gk := o.Group + "/" + o.Kind
    		switch {
    		// Create CRDs asap - both because they are slow and because we will likely create instances of them soon
    		case gk == "apiextensions.k8s.io/CustomResourceDefinition":
    			return -1000
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 15.5K bytes
    - Viewed (1)
  7. api/go1.4.txt

    pkg syscall (windows-amd64), const SIO_UDP_CONNRESET = 2550136844
    pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int
    
    # CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve <alan@inconshreveable.com>
    pkg syscall (windows-386), const TH32CS_INHERIT = 2147483648
    pkg syscall (windows-386), const TH32CS_INHERIT ideal-int
    pkg syscall (windows-386), const TH32CS_SNAPALL = 15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  8. src/crypto/internal/boring/sha.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build boringcrypto && linux && (amd64 || arm64) && !android && !msan
    
    package boring
    
    /*
    #include "goboringcrypto.h"
    
    int
    _goboringcrypto_gosha1(void *p, size_t n, void *out)
    {
    	GO_SHA_CTX ctx;
    	_goboringcrypto_SHA1_Init(&ctx);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 17:51:31 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  9. docs/tr/docs/alternatives.md

    Bu Python teknolojisi bile değil. NestJS, Angulardan ilham almış olan bir JavaScript (TypeScript) NodeJS framework'ü.
    
    Flask-apispec ile yapılabileceklere nispeten benzeyen bir şey elde ediyor.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  10. pkg/util/iptables/iptables.go

    }
    
    // Executes the rule check without using the "-C" flag, instead parsing iptables-save.
    // Present for compatibility with <1.4.11 versions of iptables.  This is full
    // of hack and half-measures.  We should nix this ASAP.
    func (runner *runner) checkRuleWithoutCheck(table Table, chain Chain, args ...string) (bool, error) {
    	iptablesSaveCmd := iptablesSaveCommand(runner.protocol)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
Back to top