- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,086 for settings (0.1 sec)
-
docs/de/docs/advanced/settings.md
```Python hl_lines="10" {!../../docs_src/settings/app02/config.py!} ``` Beachten Sie, dass wir jetzt keine Standardinstanz `settings = Settings()` erstellen. ### Die Haupt-Anwendungsdatei Jetzt erstellen wir eine Abhรคngigkeit, die ein neues `config.Settings()` zurรผckgibt. //// tab | Python 3.9+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an_py39/main.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17.7K bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/settings.xml
| | 1. User Level. This settings.xml file provides configuration for a single user, | and is normally provided in ${user.home}/.m2/settings.xml. | | NOTE: This location can be overridden with the CLI option: | | -s /path/to/user/settings.xml | | 2. Installation Level. | This settings.xml file provides configuration for all Maven
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 15:53:41 UTC 2024 - 11.1K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
## โ ๐ ๐พ โซ๏ธ 5๏ธโฃ๐ โ ๐ โ โช๏ธโก๏ธ ๐, โฉ๏ธ โ๏ธ ๐ ๐ โฎ๏ธ `settings` ๐ โ๏ธ ๐. ๐ ๐ช โด๏ธ โ โฎ๏ธ ๐ฌ, โซ๏ธ ๐ถ โฉ ๐ ๐ โฎ๏ธ ๐ ๐ ๐ โ. ### ๐ ๐ ๐ โช๏ธโก๏ธ โฎ๏ธ ๐ผ, ๐ `config.py` ๐ ๐ช ๐ ๐: ```Python hl_lines="10" {!../../docs_src/settings/app02/config.py!} ``` ๐ ๐ ๐ ๐ฅ ๐ซ โ ๐ข ๐ `settings = Settings()`. ### ๐ ๐ฑ ๐ ๐ ๐ฅ โ ๐ ๐ ๐จ ๐ `config.Settings()`. ```Python hl_lines="5 11-12"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/pt/docs/advanced/settings.md
### O arquivo principal da aplicaรงรฃo Agora criamos a dependรชncia que retorna um novo objeto `config.Settings()`. //// tab | Python 3.9+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an_py39/main.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an/main.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17K bytes - Viewed (0) -
compat/maven-embedder/src/examples/simple-project/settings.xml
KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <settings> <pluginGroups> <pluginGroup>org.codehaus.tycho</pluginGroup> <pluginGroup>org.sonatype.pwt</pluginGroup> </pluginGroups>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 945 bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
xml.namespace="http://maven.apache.org/SETTINGS/${version}" xml.schemaLocation="http://maven.apache.org/xsd/settings-${version}.xsd"> <id>settings</id> <name>Settings</name> <description> <![CDATA[ <p>This is a reference for the user-specific configuration for Maven.</p>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Oct 08 13:46:42 UTC 2024 - 33.5K bytes - Viewed (0) -
.teamcity/settings.kts
Bo Zhang <******@****.***> 1715586305 +0800
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon May 13 07:45:05 UTC 2024 - 1.2K bytes - Viewed (0) -
docs/en/docs/advanced/settings.md
{!../../docs_src/settings/app02/config.py!} ``` Notice that now we don't create a default instance `settings = Settings()`. ### The main app file Now we create a dependency that returns a new `config.Settings()`. //// tab | Python 3.9+ ```Python hl_lines="6 12-13" {!> ../../docs_src/settings/app02_an_py39/main.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="6 12-13"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.9K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/http2/Settings.kt
* limitations under the License. */ package okhttp3.internal.http2 /** * Settings describe characteristics of the sending peer, which are used by the receiving peer. * Settings are [connection][Http2Connection] scoped. */ class Settings { /** Bitfield of which flags that values. */ private var set: Int = 0 /** Flag values. */ private val values = IntArray(COUNT)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 3.8K bytes - Viewed (0) -
.vscode/settings.json
Yuri Schimke <******@****.***> 1713104645 +0100
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Apr 14 14:24:05 UTC 2024 - 52 bytes - Viewed (0)