Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 410 for bundan (0.1 sec)

  1. docs/az/docs/fastapi-people.md

    {% endfor %}
    
    </div>
    {% endif %}
    
    Bundan başqa bir neçə (yüzdən çox) əməkdaş var ki, onları <a href="https://github.com/tiangolo/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Əməkdaşlar səhifəsində</a> görə bilərsiniz. 👷
    
    ## Ən çox rəy verənlər
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. docs/tr/docs/async.md

    Buna "asenkron" denir, çünkü bilgisayar/program yavaş görevle "senkronize" olmak zorunda değildir, görevin tam olarak biteceği anı bekler, hiçbir şey yapmadan, görev sonucunu alabilmek ve çalışmaya devam edebilmek için .
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. docs/az/docs/index.md

    İndi aşağıdakı sətri dəyişdirməyə çalışın:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...bundan:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...buna:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...və redaktorun məlumat tiplərini bildiyini və avtomatik tamaladığını görəcəksiniz:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  4. docs/tr/docs/index.md

    Şimdi aşağıdaki satırı değiştirmeyi deneyin:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...bundan:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...buna:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...ve editörünün veri tiplerini bildiğini ve otomatik tamamladığını göreceksiniz:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. docs/tr/docs/alternatives.md

    O dönemlerde karşılaştırmalarda en iyi performansa sahipti (yalnızca Starlette'e kaybediyordu).
    
    Başlangıçta otomatik API dökümantasyonu sunan bir web arayüzü yoktu, ama ben ona Swagger UI ekleyebileceğimi biliyordum.
    
    Bağımlılık enjeksiyon sistemi vardı. Yukarıda bahsettiğim diğer araçlar gibi bundaki sistem de bileşenlerin önceden kaydedilmesini gerektiriyordu. Yine de harika bir özellikti.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  6. pilot/pkg/security/trustdomain/bundle.go

    	// or `td3/ns/foo/sa/a-service-account` will be treated the same in the Istio mesh.
    	TrustDomains []string
    }
    
    // NewBundle returns a new trust domain bundle.
    func NewBundle(trustDomain string, trustDomainAliases []string) Bundle {
    	return Bundle{
    		// Put the new trust domain to the beginning of the list to avoid changing existing tests.
    		TrustDomains: append([]string{trustDomain}, trustDomainAliases...),
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 23 15:48:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  7. releasenotes/notes/webhook-ca-bundle.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue: []
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 06:39:27 UTC 2024
    - 237 bytes
    - Viewed (0)
  8. releasenotes/notes/spiffe-bundle-multiple-certs.yaml

    Rohit Agarwal <******@****.***> 1683774137 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 11 03:02:17 UTC 2023
    - 176 bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/saved_model_bundle_lite_test.cc

    TEST_F(LoaderTest, ExtendFailsTest) {
      SavedModelBundleLite bundle;
      SessionOptions session_options;
      RunOptions run_options;
    
      const string export_dir =
          io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataSharded);
      TF_ASSERT_OK(LoadSavedModel(session_options, run_options, export_dir,
                                  {kSavedModelTagServe}, &bundle));
      Status s = bundle.GetSession()->Extend({});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyCollector.java

        @Override
        public <D extends Dependency> void bundle(Iterable<? extends D> bundle) {
            doAddBundleEager(bundle, null);
        }
    
        @Override
        public <D extends Dependency> void bundle(Iterable<? extends D> bundle, Action<? super D> configuration) {
            doAddBundleEager(bundle, configuration);
        }
    
        @Override
        public <D extends Dependency> void bundle(Provider<? extends Iterable<? extends D>> bundle) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 00:10:09 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top