- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 632 for scopej (0.07 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/DefaultWagonManagerTest.java
Artifact artifact = new DefaultArtifact( "sample.group", "sample-art", VersionRange.createFromVersion("1.0"), "scope", "jar", "classifier", null); artifact.setFile(getTestFile("target/sample-art")); StringWagon wagon = (StringWagon) wagonManager.getWagon("string");
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/ftp/README.md
- File Transfer Protocol (FTP) โ Defined by RFC114 originally, and replaced by RFC765 and RFC959 unencrypted FTP communication (Not-recommended) ## Scope - All IAM Credentials are allowed access excluding rotating credentials, rotating credentials are not allowed to login via FTP/SFTP ports, you must use S3 API port for if you are using rotating credentials.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 07 06:41:25 UTC 2024 - 7.8K bytes - Viewed (0) -
src/main/resources/app.xml
<component name="queryHelper" class="org.codelibs.fess.helper.QueryHelper"> <property name="defaultFacetInfo">facetInfo</property> <postConstruct name="addQueryRescorer"> <arg> <component class="org.codelibs.fess.score.LtrQueryRescorer" /> </arg> </postConstruct> </component> <component name="viewHelper" class="org.codelibs.fess.helper.ViewHelper"> </component>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Nov 19 02:22:47 UTC 2023 - 3.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
If you use ThirdPartyResource objects, they have moved from being namespaced-scoped to be cluster-scoped. Before upgrading to 1.3.0, export and delete any existing ThirdPartyResource objects using a 1.2.x client: kubectl get thirdpartyresource --all-namespaces -o yaml > tprs.yaml kubectl delete -f tprs.yaml After upgrading to 1.3.0, re-register the third party resource objects at the root scope (using a 1.3 server and client): kubectl create -f tprs.yaml
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
cni/pkg/repair/repaircontroller.go
} return nil } log.Infof("Repairing pod...") // Fetch the pod's network namespace. This must run in the host process due to how the procfs /ns/net works. // This will get a network namespace ID. This ID is scoped to the network namespace we running in. // As such, we need to be in the host namespace: the CNI pod namespace has no relation to the users pod namespace. netns, err := runInHost(func() (string, error) { return getPodNetNs(pod) })
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Feb 10 00:31:55 UTC 2024 - 10.4K bytes - Viewed (0) -
LICENSE
interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
helm-releases/minio-4.0.15.tgz
ovider.html#minio-external-identity-management-openid for a tutorial on using these variables. oidc: enabled: false configUrl: "https://identity-provider-url/.well-known/openid-configuration" clientId: "minio" clientSecret: "" claimName: "policy" scopes: "openid,profile,email" redirectUri: "https://console-endpoint-url/oauth_callback" # Can leave empty claimPrefix: "" comment: "" networkPolicy: enabled: false allowExternal: true ## PodDisruptionBudget settings ## ref: https://kubernetes.io/docs/...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Sep 21 11:07:01 UTC 2022 - 20K bytes - Viewed (0) -
docs/em/docs/advanced/behind-a-proxy.md
/// note | "๐ก โน" ๐ซ ๐ง ๐ฌ `root_path` ๐ โ๏ธ ๐ผ. & `--root-path` ๐ โธ ๐ ๐ ๐ `root_path`. /// ### โ โฎ๏ธ `root_path` ๐ ๐ช ๐ค โฎ๏ธ `root_path` โ๏ธ ๐ ๐ธ ๐ ๐จ, โซ๏ธ ๐ `scope` ๐ (๐ ๐ ๐ซ ๐). ๐ฅ ๐ฅ โ โซ๏ธ ๐ง ๐ฆ ๐ฏ. ```Python hl_lines="8" {!../../docs_src/behind_a_proxy/tutorial001.py!} ``` โคด๏ธ, ๐ฅ ๐ โถ๏ธ Uvicorn โฎ๏ธ: <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* * <p>{@link org.apache.maven.api.DependencyCoordinates} instances are used to express a dependency. * They are a {@code ArtifactCoordinates} completed with information about how the artifact will be used: * type, scope and obligation (whether the dependency is optional or mandatory). * The version and the obligation may not be defined precisely.</p> *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 6.7K bytes - Viewed (0) -
cmd/streaming-signature-v4.go
cred, _, errCode = checkKeyValid(r, signV4Values.Credential.accessKey) if errCode != ErrNone { return cred, "", "", time.Time{}, errCode } // Verify if region is valid. region = signV4Values.Credential.scope.region // Extract date, if not present throw error. var dateStr string if dateStr = req.Header.Get("x-amz-date"); dateStr == "" { if dateStr = r.Header.Get("Date"); dateStr == "" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 16 23:13:47 UTC 2024 - 18.2K bytes - Viewed (0)