Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,066 for white (0.09 sec)

  1. docs/en/docs/img/icon-white.svg

    1. icon-white.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. docs/en/docs/img/logo-margin/logo-white-bg.png

    1. logo-white-bg.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Feb 04 20:56:59 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css.map

    255, 0.8);\n}\n\n.navbar-white.navbar-dark .form-control-navbar::-ms-input-placeholder {\n  color: rgba(255, 255, 255, 0.8);\n}\n\n.navbar-white.navbar-dark .form-control-navbar::placeholder {\n  color: rgba(255, 255, 255, 0.8);\n}\n\n.navbar-white.navbar-dark .form-control-navbar,\n.navbar-white.navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {\n  background-color: white;\n  border-color: white;\n  color: rgba(255, 255, 255, 0.8);\n}\n\n.navbar-white.navbar-dark .form-contro...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  4. README.md

    1. <img src="https://img.shields.io/badge/-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn" style="margin: 0 0px;">
    2. </a>
    3. <a href="https://x.com/gradle">
    4. <img src="https://img.shields.io/badge/-000000?style=for-the-badge&logo=x&logoColor=white" alt="X (Twitter)" style="margin: 0 20px;">
    5. </a>
    6. <a href="https://www.youtube.com/@GradleInc">
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Nov 01 05:30:25 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. docs/en/mkdocs.insiders.yml

    1. plugins:
    2. social:
    3. cards_layout_options:
    4. logo: ../en/docs/img/icon-white.svg
    5. typeset:
    6. markdown_extensions:
    7. material.extensions.preview:
    8. targets:
    9. include:
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 14 14:33:27 UTC 2024
    - 192 bytes
    - Viewed (0)
  6. compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenProperties.java

    1. * @throws IOException if an error occurs
    2. */
    3. public void writeProperty(String key, String value) throws IOException {
    4. write(escapeKey(key));
    5. write(" = ");
    6. write(typed ? value : escapeJava(value));
    7. writeln(null);
    8. }
    9.  
    10. /**
    11. * Helper method for writing a line with the platform specific line
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  7. ci/official/utilities/convert_msys_paths_to_win_paths.py

    1. """
    2.  
    3. import argparse
    4. import os
    5.  
    6.  
    7. def should_convert(var_name: str,
    8. blacklist: list[str] | None,
    9. whitelist_prefix: list[str] | None):
    10. """Check the variable name against white/black lists."""
    11. if blacklist and var_name in blacklist:
    12. return False
    13. if not whitelist_prefix:
    14. return True
    15.  
    16. for prefix in whitelist_prefix:
    17. if var_name.startswith(prefix):
    18. return True
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Aug 07 23:01:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. 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...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 1.3M bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    1. }
    2.  
    3. .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    4. white-space: nowrap;
    5. text-align: center;
    6. vertical-align: middle;
    7. min-width: 32px;
    8. width: 32px;
    9. height: 24px;
    10. line-height: 24px;
    11. font-size: 12px;
    12. border-radius: 4px;
    13. border: 1px solid transparent;
    14. white-space: nowrap;
    15. cursor: pointer;
    16. }
    17.  
    18. .daterangepicker .calendar-table {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. docs/en/docs/css/custom.css

    1. .termynal-comment {
    2. color: #4a968f;
    3. font-style: italic;
    4. display: block;
    5. }
    6.  
    7. .termy {
    8. /* For right to left languages */
    9. direction: ltr;
    10. }
    11.  
    12. .termy [data-termynal] {
    13. white-space: pre-wrap;
    14. }
    15.  
    16. .termy .linenos {
    17. display: none;
    18. }
    19.  
    20. a.external-link {
    21. /* For right to left languages */
    22. direction: ltr;
    23. display: inline-block;
    24. }
    25.  
    26. a.external-link::after {
    27. /* \00A0 is a non-breaking space
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Jul 17 02:12:29 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top