- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 2,828 for Defaults (0.05 seconds)
-
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import java.time.Year plugins { id("gradlebuild.module-identity") id("gradlebuild.publish-defaults") id("java-library") id("signing") `maven-publish` } gradleModule { published = true } configureJavadocVariant() publishing { publications {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 30 16:56:31 GMT 2025 - 5.7K bytes - Click Count (0) -
docs/sts/tls.md
KEY: identity_tls enable X.509 TLS certificate SSO support ARGS: MINIO_IDENTITY_TLS_SKIP_VERIFY (on|off) trust client certificates without verification. Defaults to "off" (verify) ``` The MinIO TLS STS API is disabled by default. However, it can be *enabled* by setting environment variable: ``` export MINIO_IDENTITY_TLS_ENABLE=on ``` ## Example
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 6K bytes - Click Count (1) -
internal/config/config.go
seen.Add(strings.TrimPrefix(k, v)) } seen.Remove(Default) targets := seen.ToSlice() sort.Strings(targets) targets = append([]string{Default}, targets...) return targets, nil } func getEnvVarName(subSys, target, param string) string { if target == Default { return fmt.Sprintf("%s%s%s%s", EnvPrefix, strings.ToUpper(subSys), Default, strings.ToUpper(param)) }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 37.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/query-params.md
* Suporte do editor (obviamente) * <abbr title="convertendo uma string que vem de um request HTTP em um dado Python">"Parsing"</abbr> de dados * Validação de dados * Documentação automática ## Valores padrão { #defaults } Como os parâmetros de consulta não são uma parte fixa da rota, eles podem ser opcionais e podem ter valores padrão. No exemplo acima eles tem valores padrão de `skip=0` e `limit=10`. Então, se você for até a URL:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 5K bytes - Click Count (0) -
docs/es/docs/tutorial/query-params.md
* Soporte del editor (obviamente) * <abbr title="convirtiendo el string que viene de un request HTTP en datos de Python">"parsing"</abbr> de datos * Validación de datos * Documentación automática ## Valores por defecto { #defaults } Como los parámetros de query no son una parte fija de un path, pueden ser opcionales y pueden tener valores por defecto. En el ejemplo anterior, tienen valores por defecto de `skip=0` y `limit=10`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.8K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/Trans2FindNext2Test.java
assertEquals(Trans2FindFirst2.LIST_SIZE, next.maxDataCount, "Max data count should use LIST_SIZE"); assertEquals((byte) 0x00, next.maxSetupCount, "Max setup count must be 0"); // Information level defaults to BOTH_DIRECTORY_INFO (0x104) — check via parameters encoding byte[] buf = new byte[2 + 2 + 2 + 4 + 2 + filename.length() + 1]; int n = next.writeParametersWireFormat(buf, 0);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.9K bytes - Click Count (0) -
docs/sts/ldap.go
flag.DurationVar(&expiryDuration, "e", 0, "Request a duration of validity for the generated credential") flag.StringVar(&bucketToList, "b", "", "Bucket to list (defaults to ldap username)") flag.StringVar(&sessionPolicyFile, "s", "", "File containing session policy to apply to the STS request") } func main() { flag.Parse() if ldapUsername == "" || ldapPassword == "" {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Aug 07 12:59:47 GMT 2024 - 4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionRangeResolverRequest.java
} /** * Sets the nature of repositories to query when resolving the version range. * If {@code null} is provided, defaults to {@link Nature#RELEASE_OR_SNAPSHOT}. * * @param nature the repository nature, or {@code null} to use the default * @return this builder, never {@code null} */ public VersionResolverRequestBuilder nature(Nature nature) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 10.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
*/ static class SearchResultBuilder { /** The total number of records that match the search criteria. */ private long allRecordCount; /** The relation type for the record count, defaults to greater than or equal to. */ private String allRecordCountRelation = Relation.GREATER_THAN_OR_EQUAL_TO.toString(); /** The time taken to execute the search query in milliseconds. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.8K bytes - Click Count (0) -
.github/workflows/contributor-pr.yml
unit-test-windows-arm: name: "Unit Test Windows ARM" permissions: contents: read runs-on: windows-11-arm needs: build defaults: run: shell: pwsh steps: - name: git clone uses: actions/checkout@v6 - name: setup java uses: actions/setup-java@v5 with:Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Dec 14 14:03:48 GMT 2025 - 5K bytes - Click Count (0)