- Sort Score
- Num 10 results
- Language All
Results 1071 - 1080 of 1,257 for Info (0.22 seconds)
-
docs/en/docs/virtual-environments.md
# Virtual Environments { #virtual-environments } When you work in Python projects you probably should use a **virtual environment** (or a similar mechanism) to isolate the packages you install for each project. /// info If you already know about virtual environments, how to create them and use them, you might want to skip this section. ๐ค /// /// tip A **virtual environment** is different than an **environment variable**.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 02 05:09:25 GMT 2025 - 22.8K bytes - Click Count (0) -
internal/s3select/sql/analysis.go
errUnexpectedInvalidNode = errors.New("Unexpected node value") errInvalidKeypath = errors.New("A provided keypath is invalid") ) // qProp contains analysis info about an SQL term. type qProp struct { isAggregation, isRowFunc bool err error } // `combine` combines a pair of `qProp`s, so that errors are // propagated correctly, and checks that an aggregation is not being
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 8.6K bytes - Click Count (0) -
callbacks.go
c.name = name c.remove = true c.processor.callbacks = append(c.processor.callbacks, c) return c.processor.compile() } func (c *callback) Replace(name string, fn func(*DB)) error { c.processor.db.Logger.Info(context.Background(), "replacing callback `%s` from %s\n", name, utils.FileWithLineNum()) c.name = name c.handler = fn c.replace = true c.processor.callbacks = append(c.processor.callbacks, c)
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Aug 26 06:24:29 GMT 2025 - 8.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* be achieved, for example, by repeating in the {@code META-INF/services/} directory the services * that are declared in the {@code module-info.class} file. In that case, the path type can be chosen * by the plugin.</li> * <li>If a {@link #patchModule(String)} is also set and the main JAR file is placed on the module path,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 15.7K bytes - Click Count (1) -
docs/ko/docs/tutorial/dependencies/index.md
* ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `q`, `str`์ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋๋ค. * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `skip`, `int`๋ฅผ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋ฉฐ ๊ธฐ๋ณธ ๊ฐ์ `0`์ ๋๋ค. * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `limit`,`int`๋ฅผ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋ฉฐ ๊ธฐ๋ณธ ๊ฐ์ `100`์ ๋๋ค. ๊ทธ ํ ์์ ๊ฐ์ ํฌํจํ `dict` ์๋ฃํ์ผ๋ก ๋ฐํํ ๋ฟ์ ๋๋ค. /// info | ์ ๋ณด FastAPI๋ 0.95.0 ๋ฒ์ ๋ถํฐ `Annotated`์ ๋ํ ์ง์์ (๊ทธ๋ฆฌ๊ณ ์ด๋ฅผ ์ฌ์ฉํ๊ธฐ ๊ถ์ฅํฉ๋๋ค) ์ถ๊ฐํ์ต๋๋ค. ์๋ ๋ฒ์ ์ ๊ฐ์ง๊ณ ์๋ ๊ฒฝ์ฐ, `Annotated`๋ฅผ ์ฌ์ฉํ๋ ค ํ๋ฉด ์๋ฌ๋ฅผ ๋ง์ดํ๊ฒ ๋ ๊ฒ์ ๋๋ค.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 11.1K bytes - Click Count (0) -
docs/zh-hant/docs/features.md
second_user_data = { "id": 4, "name": "Mary", "joined": "2018-11-30", } my_second_user: User = User(**second_user_data) ``` /// info `**second_user_data` ๆๆๆฏ: ๅฐ `second_user_data` ๅญๅ ธ็ดๆฅไฝ็บ key-value ๅผๆธๅณ้๏ผ็ญๅๆผ๏ผ`User(id=4, name="Mary", joined="2018-11-30")` /// ### ๅค็จฎ็ทจ่ผฏๅจๆฏๆด ๆดๅๆกๆถ็่จญ่จๆฏ็บไบ่ฎไฝฟ็จ่ฎๅพ็ฐกๅฎไธ็ด่ง๏ผๅจ้ๅง้็ผไนๅ๏ผๆๆๆฑบ็ญ้ฝๅจๅคๅ็ทจ่ผฏๅจไธ้ฒ่กไบๆธฌ่ฉฆ๏ผไปฅ็ขบไฟๆไพๆไฝณ็้็ผ้ซ้ฉใCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 9.6K bytes - Click Count (0) -
.teamcity/.mvn/wrapper/maven-wrapper.jar
java.io.OutputStream) throws java.io.IOException; } org/apache/maven/wrapper/Logger.class package org.apache.maven.wrapper; public synchronized class Logger { private static final boolean VERBOSE; static void <clinit>(); public void Logger(); public static void info(String); public static void warn(String); } org/apache/maven/wrapper/MavenWrapperMain.class package org.apache.maven.wrapper; public synchronized class MavenWrapperMain { public static final String DEFAULT_MAVEN_USER_HOME; public static final String...Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 49.5K bytes - Click Count (0) -
helm-releases/minio-4.0.11.tgz
# 1 second intervals between attempts $MC_COMMAND ; STATUS=$? ; done ; set -e ; # reset `e` as active return 0 } # checkPolicyExists ($policy) # Check if the policy exists, by using the exit code of `mc admin policy info` checkPolicyExists() { POLICY=$1 CMD=$(${MC} admin policy info myminio $POLICY > /dev/null 2>&1) return $? } # createPolicy($name, $filename) createPolicy () { NAME=$1 FILENAME=$2 # Create the name if it does not exist echo "Checking policy: $NAME (in /config/$FILENAME.json)" if...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Aug 07 05:41:47 GMT 2022 - 19.2K bytes - Click Count (0) -
helm-releases/minio-4.0.2.tgz
# 1 second intervals between attempts $MC_COMMAND ; STATUS=$? ; done ; set -e ; # reset `e` as active return 0 } # checkPolicyExists ($policy) # Check if the policy exists, by using the exit code of `mc admin policy info` checkPolicyExists() { POLICY=$1 CMD=$(${MC} admin policy info myminio $POLICY > /dev/null 2>&1) return $? } # createPolicy($name, $filename) createPolicy () { NAME=$1 FILENAME=$2 # Create the name if it does not exist echo "Checking policy: $NAME (in /config/$FILENAME.json)" if...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon May 09 04:25:47 GMT 2022 - 18K bytes - Click Count (0) -
helm-releases/minio-4.0.3.tgz
# 1 second intervals between attempts $MC_COMMAND ; STATUS=$? ; done ; set -e ; # reset `e` as active return 0 } # checkPolicyExists ($policy) # Check if the policy exists, by using the exit code of `mc admin policy info` checkPolicyExists() { POLICY=$1 CMD=$(${MC} admin policy info myminio $POLICY > /dev/null 2>&1) return $? } # createPolicy($name, $filename) createPolicy () { NAME=$1 FILENAME=$2 # Create the name if it does not exist echo "Checking policy: $NAME (in /config/$FILENAME.json)" if...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jul 08 06:16:22 GMT 2022 - 18K bytes - Click Count (0)