- Sort Score
- Num 10 results
- Language All
Results 2161 - 2170 of 2,394 for iwork (0.08 seconds)
-
docs/de/docs/advanced/behind-a-proxy.md
``` /// tip | Tipp Wenn Sie mehr über HTTPS erfahren möchten, lesen Sie den Leitfaden [Über HTTPS](../deployment/https.md). /// ### Wie Proxy-Forwarded-Header funktionieren { #how-proxy-forwarded-headers-work } Hier ist eine visuelle Darstellung, wie der **Proxy** weitergeleitete Header zwischen dem Client und dem **Anwendungsserver** hinzufügt: ```mermaid sequenceDiagram participant Client
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18K bytes - Click Count (0) -
docs/uk/docs/tutorial/bigger-applications.md
Тож ми використовуємо відносний імпорт з `..` для залежностей: {* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *} #### Як працюють відносні імпорти { #how-relative-imports-work } /// tip | Порада Якщо ви досконало знаєте, як працюють імпорти, перейдіть до наступного розділу нижче. /// Одна крапка `.`, як у: ```Python from .dependencies import get_token_headerCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 27.4K bytes - Click Count (0) -
docs/de/docs/virtual-environments.md
$ deactivate ``` </div> Auf diese Weise, wenn Sie `python` ausführen, wird nicht versucht, es aus dieser virtuellen Umgebung mit den dort installierten Paketen auszuführen. ## Bereit zu arbeiten { #ready-to-work } Jetzt sind Sie bereit, mit Ihrem Projekt zu arbeiten. /// tip | Tipp Möchten Sie verstehen, was das alles oben bedeutet? Lesen Sie weiter. 👇🤓 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 24.8K bytes - Click Count (0) -
docs/fr/docs/virtual-environments.md
```console $ deactivate ``` </div> Ainsi, lorsque vous exécutez `python`, il n’essaiera pas de l’exécuter depuis cet environnement virtuel avec les packages qui y sont installés. ## Prêt à travailler { #ready-to-work } Vous êtes maintenant prêt à commencer à travailler sur votre projet. /// tip | Astuce Voulez-vous comprendre tout ce qui précède ? Continuez la lecture. 👇🤓 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 24.5K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/bigger-applications.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 18.7K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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 *
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *} #### Comprendre le fonctionnement des imports relatifs { #how-relative-imports-work } /// tip | Astuce Si vous savez parfaitement comment fonctionnent les imports, passez à la section suivante ci-dessous. /// Un seul point `.`, comme dans : ```PythonCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/es/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *} #### Cómo funcionan los imports relativos { #how-relative-imports-work } /// tip | Consejo Si sabes perfectamente cómo funcionan los imports, continúa a la siguiente sección abajo. /// Un solo punto `.`, como en: ```PythonCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/bigger-applications.md
{* ../../docs_src/bigger_applications/app_an_py310/routers/items.py hl[3] title["app/routers/items.py"] *} #### Como funcionam as importações relativas { #how-relative-imports-work } /// tip | Dica Se você sabe perfeitamente como funcionam as importações, continue para a próxima seção abaixo. /// Um único ponto `.`, como em: ```PythonCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
if (argValue == null) { // When a parameter of a @Generates method cannot be created, // The type most likely is a collection. // Our distinct proxy doesn't work for collections. // So just refuse to generate. return null; } args.add(argValue); } return invokeGeneratorMethod(generate, args.toArray()); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:45:58 GMT 2026 - 28.7K bytes - Click Count (0)