- Sort Score
- Result 10 results
- Languages All
Results 861 - 870 of 2,379 for sect (0.02 sec)
-
src/main/java/jcifs/SmbWatchHandle.java
* * * @author mbechler * */ public interface SmbWatchHandle extends AutoCloseable, Callable<List<FileNotifyInformation>> { /** * Get the next set of changes * * Will block until the server returns a set of changes that match the given filter. The file will be automatically * opened if it is not and should be closed with {@link #close()} when no longer * needed. *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.3K bytes - Viewed (0) -
ci/official/containers/ml_build/setup.python.sh
# ============================================================================== # # setup.python.sh: Install a specific Python version and packages for it. # Usage: setup.python.sh <pyversion> <requirements.txt> set -xe source ~/.bashrc VERSION=$1 REQUIREMENTS=$2 # Install Python packages for this container's version if [[ ${VERSION} == "python3.13" ]]; then cat >pythons.txt <<EOF $VERSION $VERSION-dev
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 23:34:34 UTC 2024 - 2.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/HashBiMap.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Mar 06 16:06:58 UTC 2023 - 36.4K bytes - Viewed (0) -
docs/em/docs/python-types.md
๐ ๐ ๐ โ ๐ ๐ข โฌ ๐ ๐ค **๐ ๐** โ๏ธ **๐**, ๐ผ: //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ * `List` * `Tuple` * `Set` * `Dict` * `Union` * `Optional` * ...& ๐. //// //// tab | ๐ 3๏ธโฃ.9๏ธโฃ & ๐ ๐ ๐ช โ๏ธ ๐ ๐ฝ ๐ ๐ (โฎ๏ธ โฌ ๐ & ๐ ๐): * `list` * `tuple` * `set` * `dict` & ๐ โฎ๏ธ ๐ 3๏ธโฃ.6๏ธโฃ, โช๏ธโก๏ธ `typing` ๐น: * `Union` * `Optional` * ...& ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
fastapi/openapi/utils.py
if servers: output["servers"] = servers components: Dict[str, Dict[str, Any]] = {} paths: Dict[str, Dict[str, Any]] = {} webhook_paths: Dict[str, Dict[str, Any]] = {} operation_ids: Set[str] = set() all_fields = get_fields_from_routes(list(routes or []) + list(webhooks or [])) model_name_map = get_compat_model_name_map(all_fields) schema_generator = GenerateJsonSchema(ref_template=REF_TEMPLATE)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 17 18:54:10 UTC 2024 - 22.6K bytes - Viewed (0) -
cmd/bucket-replication-stats.go
rs.set(ri.Arn, ri.Size, 0, status, ri.OpType, ri.endpoint, ri.secure, ri.Err) } case replication.Completed: if ri.OpType.IsDataReplication() { rs.set(ri.Arn, ri.Size, ri.Duration, status, ri.OpType, ri.endpoint, ri.secure, ri.Err) } case replication.Failed: if ri.OpType.IsDataReplication() && prevStatus == replication.Pending {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 13.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java
* plugin and build extensions realms to avoid presence of duplicate and possibly conflicting classes on classpath. */ private final Set<String> providedArtifacts; private final Set<String> providedArtifactsV4; @Inject public DefaultClassRealmManager( CoreRealm coreRealm, List<ClassRealmManagerDelegate> delegates, CoreExports exports) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
```Python hl_lines="14" {!../../docs_src/body_nested_models/tutorial002.py!} ``` ## ์งํฉ ํ์ ๊ทธ๋ฐ๋ฐ ์๊ฐํด๋ณด๋ ํ๊ทธ๋ ๋ฐ๋ณต๋๋ฉด ์ ๋๊ณ , ๊ณ ์ ํ(Unique) ๋ฌธ์์ด์ด์ด์ผ ํ ๊ฒ ๊ฐ์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ํ์ด์ฌ์ ์งํฉ์ ์ํ ํน๋ณํ ๋ฐ์ดํฐ ํ์ `set`์ด ์์ต๋๋ค. ๊ทธ๋ ๋ค๋ฉด `Set`์ ์ํฌํธ ํ๊ณ `tags`๋ฅผ `str`์ `set`์ผ๋ก ์ ์ธํ ์ ์์ต๋๋ค: ```Python hl_lines="1 14" {!../../docs_src/body_nested_models/tutorial003.py!} ``` ๋๋ถ์ ์ค๋ณต ๋ฐ์ดํฐ๊ฐ ์๋ ์์ฒญ์ ์์ ํ๋๋ผ๋ ๊ณ ์ ํ ํญ๋ชฉ๋ค์ ์งํฉ์ผ๋ก ๋ณํ๋ฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.6K bytes - Viewed (0) -
cni/pkg/iptables/testdata/hostprobe.golden
* nat -N ISTIO_POSTRT -A POSTROUTING -j ISTIO_POSTRT -A ISTIO_POSTRT -m owner --socket-exists -p tcp -m set --match-set istio-inpod-probes-v4 dst -j SNAT --to-source 169.254.7.127
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Sep 25 20:54:34 UTC 2024 - 186 bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
} /** * @param notifyFlags * the notifyFlags to set */ public void setNotifyFlags ( int notifyFlags ) { this.notifyFlags = notifyFlags; } /** * @param completionFilter * the completionFilter to set */ public void setCompletionFilter ( int completionFilter ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.6K bytes - Viewed (0)