- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 836 for guid (0.04 sec)
-
helm-releases/minio-3.4.0.tgz
Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: requests: memory: 16Gi ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if LDAP is enabled in your MinIO deployment...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Dec 19 22:32:49 UTC 2021 - 14.8K bytes - Viewed (0) -
src/main/config/es/fess_config_failure_url.json
} } } }, "settings" : { "index" : { "creation_date" : "1509021052830", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "WskRnE71Qsas-ki_GN3RSg", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.failure_url" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 963 bytes - Viewed (0) -
src/main/config/es/fess_config_boost_document_rule.json
} } } }, "settings" : { "index" : { "creation_date" : "1509021050077", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "AHy84s2vSoamP32r62Jy4Q", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.boost_document_rule" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 987 bytes - Viewed (0) -
src/main/config/es/fess_config_file_authentication.json
} } } }, "settings" : { "index" : { "creation_date" : "1509021053135", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "-gono3d2R0KP5po-ggBr0A", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.file_authentication" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.2K bytes - Viewed (0) -
src/main/config/es/fess_config_duplicate_host.json
} } } }, "settings" : { "index" : { "creation_date" : "1509021051920", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "fP473Sr-RZO2d36NkKGgKQ", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.duplicate_host" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 984 bytes - Viewed (0) -
src/main/config/es/fess_config_key_match.json
} } } }, "settings" : { "index" : { "creation_date" : "1509021054613", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "tqxL0WgAR665iLtdrY81AA", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.key_match" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
src/main/config/es/fess_config_label_type.json
"array" : "true" } } } }, "creation_date" : "1509021055215", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "Zylt7BsVRhiOasQfUWBg0w", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.label_type" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.4K bytes - Viewed (0) -
src/main/config/es/fess_config_job_log.json
} } } }, "settings" : { "index" : { "creation_date" : "1509021054334", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "vIZ3R-jCRzGKaZvpZHRFPw", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.job_log" } } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/Ordering.java
private Integer getUid(Object obj) { Integer uid = uids.get(obj); if (uid == null) { // One or more integer values could be skipped in the event of a race // to generate a UID for the same object from multiple threads, but // that shouldn't be a problem. uid = counter.getAndIncrement(); Integer alreadySet = uids.putIfAbsent(obj, uid); if (alreadySet != null) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 39.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.mylasta.direction.sponsor; import java.io.IOException; import java.io.PrintWriter; import java.io.StringWriter; import java.util.UUID; import java.util.function.Supplier; import java.util.stream.Collectors; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.core.lang.StringUtil;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 5.8K bytes - Viewed (0)