- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 2,655 for white (0.13 seconds)
-
.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) -
src/main/webapp/css/admin/adminlte.min.css
,61,.8)}.bg-gradient-white>.card-header .btn-tool:hover,.bg-white>.card-header .btn-tool:hover,.card-white:not(.card-outline)>.card-header .btn-tool:hover{color:#1f2d3d}.card.bg-gradient-white .bootstrap-datetimepicker-widget .table td,.card.bg-gradient-white .bootstrap-datetimepicker-widget .table th,.card.bg-white .bootstrap-datetimepicker-widget .table td,.card.bg-white .bootstrap-datetimepicker-widget .table th{border:none}.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.day...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 1.3M bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
hall. After a time she heard a little pattering of feet in the distance, and she hastily dried her eyes to see what was coming. It was the White Rabbit returning, splendidly dressed, with a pair of white kid gloves in one hand and a large fan in the other: he came trotting along in a great hurry, muttering to himself as he came, `Oh! the Duchess, the Duchess! Oh! won't she
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Apr 21 02:27:51 GMT 2017 - 145.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+rest-compatibility.yml
trigger-phrase: '.*run\W+elasticsearch-ci/rest-compatibility.*' github-hooks: true status-context: elasticsearch-ci/rest-compatibility cancel-builds-on-update: true white-list-target-branches: - master excluded-regions: - ^docs/.* black-list-labels: - '>test-mute' builders: - inject:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.5K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+full-bwc.yml
github-hooks: true status-context: elasticsearch-ci/full-bwc cancel-builds-on-update: true excluded-regions: - ^docs/.* white-list-labels: - 'test-full-bwc' black-list-labels: - '>test-mute' axes: - axis: type: slave name: nodes values:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Aug 05 17:48:16 GMT 2021 - 1.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml
status-context: elasticsearch-ci/part-1-windows cancel-builds-on-update: true black-list-target-branches: - 6.8 excluded-regions: - ^docs/.* white-list-labels: - 'test-windows' 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 Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
docs/en/docs/js/init_kapa_widget.js
script.setAttribute("data-button-padding", "0");
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 18 15:26:13 GMT 2026 - 2.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-2-windows.yml
status-context: elasticsearch-ci/part-2-windows cancel-builds-on-update: true black-list-target-branches: - 6.8 excluded-regions: - ^docs/.* white-list-labels: - 'test-windows' 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 Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
okhttp/src/commonTest/kotlin/okhttp3/internal/IsProbablyUtf8Test.kt
assertThat(Buffer().writeUtf8("abc").isProbablyUtf8(16L)).isTrue() assertThat(Buffer().writeUtf8("new\r\nlines").isProbablyUtf8(16L)).isTrue() assertThat(Buffer().writeUtf8("white\t space").isProbablyUtf8(16L)).isTrue() assertThat(Buffer().writeUtf8("Слава Україні!").isProbablyUtf8(16L)).isTrue() assertThat(Buffer().writeByte(0x80).isProbablyUtf8(16L)).isTrue()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Oct 06 22:47:06 GMT 2025 - 2.4K bytes - Click Count (0)