- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 360 for Hatter (0.04 seconds)
-
.github/workflows/check-commits.yml
types: - opened - synchronize permissions: {} jobs: # See .github/workflows/CheckBadMerge.groovy for explanation check_bad_merge: if: github.event.pull_request.base.ref == 'master' permissions: contents: read issues: write runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v6 with: fetch-depth: 0Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 3K bytes - Click Count (0) -
SECURITY.md
I (the author, [@tiangolo](https://x.com/tiangolo)) will review it thoroughly and get back to you. ## Public Discussions Please restrain from publicly discussing a potential security vulnerability. π It's better to discuss privately and try to find a solution first, to limit the potential impact as much as possible. --- Thanks for your help!
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 1.3K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
* For non-merge-queue branches this is the same as {@link #buildBranch}. * For merge-queue branches, this is the base branch. * * For example, for the merge queue branch "gh-readonly-queue/master/pr-12345-1a2b3c4d" the logical branch is "master". */ val Project.logicalBranch: Provider<String> get() = buildBranch.map(::toMergeQueueBaseBranch) val Project.buildCommitId: Provider<String>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 22:01:30 GMT 2025 - 17.7K bytes - Click Count (0) -
docs/ru/docs/advanced/generate-clients.md
ΠΠΎ Π΄Π°Π»Π΅Π΅ Ρ ΠΏΠΎΠΊΠ°ΠΆΡ, ΠΊΠ°ΠΊ ΡΡΠΎ ΡΠ»ΡΡΡΠΈΡΡ. π€ ## ΠΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΡΠΊΠΈΠ΅ ID ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΉ ΠΈ Π»ΡΡΡΠΈΠ΅ ΠΈΠΌΠ΅Π½Π° ΠΌΠ΅ΡΠΎΠ΄ΠΎΠ² { #custom-operation-ids-and-better-method-names } ΠΡ ΠΌΠΎΠΆΠ΅ΡΠ΅ **ΠΈΠ·ΠΌΠ΅Π½ΠΈΡΡ** ΡΠΏΠΎΡΠΎΠ± **Π³Π΅Π½Π΅ΡΠ°ΡΠΈΠΈ** ΡΡΠΈΡ ID ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΉ, ΡΡΠΎΠ±Ρ ΡΠ΄Π΅Π»Π°ΡΡ ΠΈΡ ΠΏΡΠΎΡΠ΅, Π° ΠΈΠΌΠ΅Π½Π° ΠΌΠ΅ΡΠΎΠ΄ΠΎΠ² Π² ΠΊΠ»ΠΈΠ΅Π½ΡΠ°Ρ β **Π±ΠΎΠ»Π΅Π΅ ΠΏΡΠΎΡΡΡΠΌΠΈ**.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 15.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
"maven.build.allowExpressionInEffectiveProjectVersion"; private static final Pattern CI_FRIENDLY_EXPRESSION = Pattern.compile("\\$\\{(.+?)}"); private static final Pattern EXPRESSION_PROJECT_NAME_PATTERN = Pattern.compile("\\$\\{(project.+?)}"); private static final String ILLEGAL_FS_CHARS = "\\/:\"<>|?*";
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0) -
docs/en/docs/advanced/additional-responses.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 8.9K bytes - Click Count (0) -
docs/de/docs/tutorial/cookie-params.md
Aber selbst wenn Sie die **Daten ausfΓΌllen** und auf βExecuteβ klicken, da die Dokumentations-UI mit **JavaScript** arbeitet, werden die Cookies nicht gesendet, und Sie sehen eine **Fehler**-Meldung, als hΓ€tten Sie keine Werte eingegeben. /// ## Zusammenfassung { #recap }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Sep 24 08:10:28 GMT 2025 - 1.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java
MavenSession rootSession, CompletionService<ProjectSegment> service, TaskSegment taskSegment, Map<MavenProject, ProjectSegment> projectBuildList) { // gather artifactIds which are not unique so that the respective thread names can be extended with the groupId Set<String> duplicateArtifactIds = projectBuildList.keySet().stream() .map(MavenProject::getArtifactId)Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 16 03:42:09 GMT 2025 - 8.9K bytes - Click Count (0) -
docs/distributed/DECOMMISSION.md
# Decommissioning Decommissiong is a mechanism in MinIO to drain older pools (usually with old hardware) and migrate the content from such pools to a newer pools (usually better hardware). Decommissioning spreads the data across all pools - for example, if you decommission `pool1`, all the data from `pool1` spreads across `pool2` and `pool3`. ## Features
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Jul 11 14:59:49 GMT 2022 - 8.3K bytes - Click Count (0) -
docs/erasure/storage-class/README.md
## Storage usage The selection of varying data and parity drives has a direct impact on the drive space usage. With storage class, you can optimize for high redundancy or better drive space utilization. To get an idea of how various combinations of data and parity drives affect the storage usage, letβs take an example of a 100 MiB file stored
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 5.9K bytes - Click Count (0)