- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 112 for Alias (0.02 sec)
-
generics.go
if on != nil { if err := on(&q, clause.Table{Name: jt.Table}, clause.Table{Name: clause.CurrentTable}); err != nil { db.AddError(err) } } j := join{ Name: jt.Association, Alias: jt.Table, Selects: q.db.Statement.Selects, Omits: q.db.Statement.Omits, JoinType: jt.Type, } if where, ok := q.db.Statement.Clauses["WHERE"].Expression.(clause.Where); ok { j.On = &where
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Sep 04 13:13:16 UTC 2025 - 15.5K bytes - Viewed (0) -
docs/distributed/CONFIG.md
> NOTE: MinIO environmental variables still take precedence over the `config.yaml` file, however `config.yaml` is preferred over MinIO internal config KV settings via `mc admin config set alias/ <sub-system>`. ### TODO In subsequent releases we are planning to extend this to provide things like - Reload() of MinIO server arguments without fully restarting the process.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Jun 25 02:30:18 UTC 2024 - 4.2K bytes - Viewed (0) -
README.md
```sh mc admin update <minio alias, e.g., myminio> ``` - For deployments without external internet access (e.g. airgapped environments), download the binary from <https://dl.min.io> and replace the existing MinIO binary let's say for example `/opt/bin/minio`, apply executable permissions `chmod +x /opt/bin/minio` and proceed to perform `mc admin service restart alias/`.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.7K bytes - Viewed (0) -
docs/ja/docs/tutorial/query-params-str-validations.md
以下のような感じです: ``` http://127.0.0.1:8000/items/?item-query=foobaritems ``` しかし、`item-query`は有効なPythonの変数名ではありません。 最も近いのは`item_query`でしょう。 しかし、どうしても`item-query`と正確に一致している必要があるとします... それならば、`alias`を宣言することができます。エイリアスはパラメータの値を見つけるのに使用されます: {* ../../docs_src/query_params_str_validations/tutorial009.py hl[9] *} ## 非推奨パラメータ さて、このパラメータが気に入らなくなったとしましょう
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
* <li>{@literal jar}</li> * <li>{@literal wsjar} (WebSphere proprietary protocol, alias for {@literal jar})</li> * <li>{@literal zip} (WebLogic proprietary protocol, use {@literal jar} protocol for normal zip files)</li> * <li>{@literal code-source} (Oracle AS(OC4J) proprietary protocol)</li> * <li>{@literal vfsfile} (JBossAS5 proprietary protocol, alias for {@literal file})</li> * <li>{@literal vfszip} (JBossAS5 proprietary protocol)</li> * </ul>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0) -
docs/lambda/README.md
``` ## Create a bucket and upload some data Create a bucket named `functionbucket` ``` mc alias set myminio/ http://localhost:9000 minioadmin minioadmin mc mb myminio/functionbucket ``` Create a file `testobject` with some test data that will be transformed ``` cat > testobject << EOF
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.7K bytes - Viewed (0) -
docs/bucket/replication/DESIGN.md
remote add` could also contribute to replication speed. The number of workers used for replication defaults to 100. Based on network bandwidth and system load, the number of workers used in replication can be configured using `mc admin config set alias api` to set the `replication_workers`. The prometheus metrics exposed by MinIO can be used to plan resource allocation and bandwidth management to optimize replication speed. If synchronous replication is configured above, replication is attempted...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
docs/ru/docs/tutorial/dependencies/index.md
{* ../../docs_src/dependencies/tutorial001_02_an_py310.py hl[12,16,21] *} /// tip | Подсказка Это стандартный синтаксис python и называется "type alias", это не особенность **FastAPI**. Но потому что **FastAPI** базируется на стандартах Python, включая `Annotated`, вы можете использовать этот трюк в вашем коде. 😎 ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 14.7K bytes - Viewed (1) -
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
public static final int SID_NAME_DOM_GRP = 2; /** SID name type: domain. */ /** SID name type: domain. */ public static final int SID_NAME_DOMAIN = 3; /** SID name type: alias. */ /** SID name type: alias. */ public static final int SID_NAME_ALIAS = 4; /** SID name type: well-known group. */ /** SID name type: well-known group. */ public static final int SID_NAME_WKN_GRP = 5;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0)