- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 55 for WHITE (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/images/glyphicons-halflings-white.png
glyphicons-halflings-white.png...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Sep 14 06:00:28 GMT 2013 - 8.6K bytes - Click Count (0) -
docs/en/docs/img/logo-margin/logo-white-bg.png
logo-white-bg.png...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 04 20:56:59 GMT 2024 - 20.4K bytes - Click Count (0) -
src/main/webapp/css/chat.css
} .progress-step.active .step-icon i { color: white; } .progress-step.completed .step-icon { background-color: #00875a; } .progress-step.completed .step-icon i { color: white; } .progress-step .step-label { font-size: 0.6875rem; color: #6b778c; text-align: center; white-space: nowrap; } .progress-step.active .step-label {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows.yml
github-hooks: true status-context: elasticsearch-ci/packaging-tests-windows cancel-builds-on-update: true white-list-target-branches: - master excluded-regions: - ^docs/.* white-list-labels: - ':Delivery/Packaging' black-list-labels: - '>test-mute' axes: - axis:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 18:50:27 GMT 2021 - 2.1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-2-fips.yml
status-context: elasticsearch-ci/part-2-fips cancel-builds-on-update: true black-list-target-branches: - 6.8 excluded-regions: - ^docs/.* white-list-labels: - 'Team:Security' black-list-labels: - '>test-mute' builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 16 01:16:48 GMT 2021 - 1.4K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-upgrade-tests.yml
cancel-builds-on-update: true black-list-target-branches: - 6.8 excluded-regions: - ^docs/.* white-list-labels: - ':Delivery/Packaging' black-list-labels: - '>test-mute' axes: - axis: type: label-expression name: os values:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 10 19:43:38 GMT 2021 - 1.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-fips.yml
status-context: elasticsearch-ci/part-1-fips cancel-builds-on-update: true black-list-target-branches: - 6.8 excluded-regions: - ^docs/.* white-list-labels: - 'Team:Security' black-list-labels: - '>test-mute' builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 16 01:16:48 GMT 2021 - 1.4K bytes - Click Count (0) -
ci/official/utilities/convert_msys_paths_to_win_paths.py
""" import argparse import os def should_convert(var_name: str, blacklist: list[str] | None, whitelist_prefix: list[str] | None): """Check the variable name against white/black lists.""" if blacklist and var_name in blacklist: return False if not whitelist_prefix: return True for prefix in whitelist_prefix: if var_name.startswith(prefix): return True
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Aug 07 23:01:25 GMT 2024 - 2.5K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenProperties.java
private static final String COMMENT_CHARS = "#!"; /** The list of possible key/value separators */ private static final char[] SEPARATORS = new char[] {'=', ':'}; /** The white space characters used as key/value separators. */ private static final char[] WHITE_SPACE = new char[] {' ', '\t', '\f'}; /** * Unless standard java props, use UTF-8 */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 38.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/props/MavenProperties.java
private static final String COMMENT_CHARS = "#!"; /** The list of possible key/value separators */ private static final char[] SEPARATORS = new char[] {'=', ':'}; /** The white space characters used as key/value separators. */ private static final char[] WHITE_SPACE = new char[] {' ', '\t', '\f'}; /** * Unless standard java props, use UTF-8 */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 09:03:48 GMT 2025 - 38.5K bytes - Click Count (0)