- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 60 for occurrences (0.08 sec)
-
guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java
private static Ordering<String> createExplicitComparator(String[] elements) { // Collapse equal elements, which Ordering.explicit() doesn't support, while // maintaining the ordering by first occurrence. Set<String> elementsPlus = new LinkedHashSet<>(); elementsPlus.add(BEFORE_FIRST); elementsPlus.add(BEFORE_FIRST_2); elementsPlus.addAll(asList(elements)); elementsPlus.add(AFTER_LAST);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 15.9K bytes - Viewed (0) -
guava/src/com/google/common/primitives/Doubles.java
if (array[i] == target) { return i; } } return -1; } /** * Returns the start position of the first occurrence of the specified {@code target} within * {@code array}, or {@code -1} if there is no such occurrence. * * <p>More formally, returns the lowest index {@code i} such that {@code Arrays.copyOfRange(array,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 27.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* skip nodes that have a primary NIC in a 'Failed' provisioningState ([#65412](https://github.com/kubernetes/kubernetes/pull/65412), [@yastij](https://github.com/yastij)) * On COS, NPD creates a node condition for frequent occurrences of unregister_netdevice ([#65342](https://github.com/kubernetes/kubernetes/pull/65342), [@dashpole](https://github.com/dashpole))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Fix 'kubectl cp' with no arguments causes a panic ([#65482](https://github.com/kubernetes/kubernetes/pull/65482), [@wgliang](https://github.com/wgliang)) * On COS, NPD creates a node condition for frequent occurrences of unregister_netdevice ([#65342](https://github.com/kubernetes/kubernetes/pull/65342), [@dashpole](https://github.com/dashpole))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMultimap.java
} /** * Returns an immutable multiset containing all the keys in this multimap, in the same order and * with the same frequencies as they appear in this multimap; to get only a single occurrence of * each key, use {@link #keySet}. */ @Override public ImmutableMultiset<K> keys() { return (ImmutableMultiset<K>) super.keys(); } @Override ImmutableMultiset<K> createKeys() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 28.6K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.advance_search_filetype_pdf=PDF labels.advance_search_filetype_word=MS Word labels.advance_search_filetype_excel=MS Excel labels.advance_search_filetype_powerpoint=MS PowerPoint labels.advance_search_occt=Occurence labels.advance_search_occt_default=Anywhere in the page labels.advance_search_occt_allintitle=in the title of the page labels.advance_search_occt_allinurl=in the URL of the page
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.advance_search_filetype_pdf=PDF labels.advance_search_filetype_word=MS Word labels.advance_search_filetype_excel=MS Excel labels.advance_search_filetype_powerpoint=MS PowerPoint labels.advance_search_occt=Occurrence labels.advance_search_occt_default=N'importe où dans la page labels.advance_search_occt_allintitle=dans le titre de la page labels.advance_search_occt_allinurl=dans l'URL de la page
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.advance_search_filetype_pdf=PDF labels.advance_search_filetype_word=MS Word labels.advance_search_filetype_excel=MS Excel labels.advance_search_filetype_powerpoint=MS PowerPoint labels.advance_search_occt=Occurence labels.advance_search_occt_default=Anywhere in the page labels.advance_search_occt_allintitle=in the title of the page labels.advance_search_occt_allinurl=in the URL of the page
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: MS PowerPoint */ public static final String LABELS_advance_search_filetype_powerpoint = "{labels.advance_search_filetype_powerpoint}"; /** The key of the message: Occurence */ public static final String LABELS_advance_search_occt = "{labels.advance_search_occt}"; /** The key of the message: Anywhere in the page */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
* ServicenameDelimiter string Delimiter to use to separate servicename from its configuration parameters Defaults "|" * OverrideSeparator string Delimiter to use to separate region of occurrence, url and signing region for each override Defaults to "," * ServiceOverrides string example: s3|region1, https://s3.foo.bar, some signing_region & ec2|region2, https://ec2.foo.bar, signing_region
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0)