- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for V10 (0.09 seconds)
-
.github/workflows/team-triage-stale.yml
- cron: '5 0 * * *' permissions: {} jobs: requeue: permissions: issues: write pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/stale@v10 with: operations-per-run: 50 remove-stale-when-updated: false only-issue-labels: ':wave: team-triage' days-before-issue-stale: 14 stale-issue-label: to-triageCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Sep 04 22:13:29 GMT 2025 - 836 bytes - Click Count (0) -
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content. If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms...Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Sep 10 19:27:25 GMT 2022 - 5.5K bytes - Click Count (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableBiMap.java
V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10) { return new RegularImmutableBiMap<K, V>( ImmutableMap.of( k1, v1, k2, v2, k3, v3, k4, v4, k5, v5, k6, v6, k7, v7, k8, v8, k9, v9, k10, v10)); } @SafeVarargs public static <K, V> ImmutableBiMap<K, V> ofEntries(Entry<? extends K, ? extends V>... entries) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 18:32:41 GMT 2025 - 7.1K bytes - Click Count (0) -
.github/workflows/stale-pr.yml
- cron: '5 * * * *' permissions: {} jobs: stale: permissions: pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/stale@v10 with: operations-per-run: 50 ascending: true exempt-all-milestones: true # ISSUES (deactivated) ----------------------------------------------Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Sep 04 22:13:29 GMT 2025 - 1.7K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
"Bouncy Castle Licence", "https://www.bouncycastle.org/licence.html", listOf("Bouncy Castle Licence"), ), EPL( "Eclipse Public License 1.0", "https://www.eclipse.org/legal/epl-v10.html", listOf("EPL-1.0", "Eclipse Public License v1.0"), ), EPL2( "Eclipse Public License 2.0", "https://www.eclipse.org/legal/epl-v20.html",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
.github/workflows/stale-issues.yml
runs-on: ubuntu-latest permissions: issues: write pull-requests: write steps: - name: Awaiting response issues uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 with: #Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale exempt-issue-labels: 'override-stale'Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Jan 01 08:09:03 GMT 2026 - 4.1K bytes - Click Count (0)