Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for api_key (0.14 sec)

  1. docs/en/docs/release-notes.md

    * ✏️ Fix typo in `fastapi/security/api_key.py`. PR [#11481](https://github.com/tiangolo/fastapi/pull/11481) by [@ch33zer](https://github.com/ch33zer).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

        api_def_map->update_docs_called = true;
      }
      string name_str(name, name_len);
      const auto* api_def = api_def_map->api_def_map.GetApiDef(name_str);
      if (api_def == nullptr) {
        return nullptr;
      }
    
      TF_Buffer* ret = TF_NewBuffer();
      status->status = MessageToBuffer(*api_def, ret);
      if (!status->status.ok()) {
        TF_DeleteBuffer(ret);
        return nullptr;
      }
      return ret;
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const AF_IRDA ideal-int
    pkg syscall (linux-arm-cgo), const AF_ISDN ideal-int
    pkg syscall (linux-arm-cgo), const AF_IUCV ideal-int
    pkg syscall (linux-arm-cgo), const AF_KEY ideal-int
    pkg syscall (linux-arm-cgo), const AF_LLC ideal-int
    pkg syscall (linux-arm-cgo), const AF_LOCAL ideal-int
    pkg syscall (linux-arm-cgo), const AF_MAX ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (linux-386), const AF_IPX = 4
    pkg syscall (linux-386), const AF_IRDA = 23
    pkg syscall (linux-386), const AF_ISDN = 34
    pkg syscall (linux-386), const AF_IUCV = 32
    pkg syscall (linux-386), const AF_KEY = 15
    pkg syscall (linux-386), const AF_LLC = 26
    pkg syscall (linux-386), const AF_LOCAL = 1
    pkg syscall (linux-386), const AF_MAX = 39
    pkg syscall (linux-386), const AF_NETBEUI = 13
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (linux-386), const AF_IRDA ideal-int
    pkg syscall (linux-386), const AF_ISDN ideal-int
    pkg syscall (linux-386), const AF_IUCV ideal-int
    pkg syscall (linux-386), const AF_KEY ideal-int
    pkg syscall (linux-386), const AF_LLC ideal-int
    pkg syscall (linux-386), const AF_LOCAL ideal-int
    pkg syscall (linux-386), const AF_MAX ideal-int
    pkg syscall (linux-386), const AF_NETBEUI ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top