Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for spaces (1 sec)

  1. src/main/webapp/js/admin/popper.min.js.map

    frag.trim());\n\n  // Detect if the offset string contains a pair of values or a single one\n  // they could be separated by comma or space\n  const divider = fragments.indexOf(\n    find(fragments, frag => frag.search(/,|\\s/) !== -1)\n  );\n\n  if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n    console.warn(\n      'Offsets separated by white space(s) are deprecated, use a comma (,) instead.'\n    );\n  }\n\n  // If divider is found, we divide the list of values and operands to...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * Federation alpha features do not have feature gates defined and
    are hence enabled by default. This will be fixed in a future release.
    [#38593](https://github.com/kubernetes/kubernetes/issues/38593)
    * Federation control plane can be upgraded by updating the image
    fields in the `Deployment` specs of the control plane components.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. src/main/webapp/js/bootstrap.min.js.map

    ER)) {\n      return PLACEMENT_TOPCENTER\n    }\n\n    if (parentDropdown.classList.contains(CLASS_NAME_DROPDOWN_CENTER)) {\n      return PLACEMENT_BOTTOMCENTER\n    }\n\n    // We need to trim the value because custom properties can also include spaces\n    const isEnd = getComputedStyle(this._menu).getPropertyValue('--bs-position').trim() === 'end'\n\n    if (parentDropdown.classList.contains(CLASS_NAME_DROPUP)) {\n      return isEnd ? PLACEMENT_TOPEND : PLACEMENT_TOP\n    }\n\n    return isEnd...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    pa.us
    paas.beebyte.io
    paas.datacenter.fi
    paas.hosted-by-previder.com
    paas.massivegrid.com
    pabianice.pl
    padova.it
    padua.it
    page
    pages-research.it.hs-heilbronn.de
    pages.dev
    pages.gay
    pages.it.hs-heilbronn.de
    pages.torproject.net
    pages.wiardweb.com
    pagespeedmobilizer.com
    pagexl.com
    palermo.it
    palmas.br
    panasonic
    panel.dev
    panel.gg
    pantheonsite.io
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  5. src/main/webapp/css/bootstrap.min.css

    d-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-c...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 227.5K bytes
    - Viewed (0)
  6. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    pa.us
    paas.beebyte.io
    paas.datacenter.fi
    paas.hosted-by-previder.com
    paas.massivegrid.com
    pabianice.pl
    padova.it
    padua.it
    page
    pages-research.it.hs-heilbronn.de
    pages.dev
    pages.gay
    pages.it.hs-heilbronn.de
    pages.torproject.net
    pages.wiardweb.com
    pagespeedmobilizer.com
    pagexl.com
    palermo.it
    palmas.br
    panasonic
    panel.dev
    panel.gg
    pantheonsite.io
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `That's very important,' the King said, turning to the jury.
    They were just beginning to write this down on their slates, when
    the White Rabbit interrupted:  `UNimportant, your Majesty means,
    of course,' he said in a very respectful tone, but frowning and
    making faces at him as he spoke.
    
      `UNimportant, of course, I meant,' the King hastily said, and
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

    * Prevent hotloops on error conditions, which could fill up the disk faster than log rotation can free space. ([#40497](https://github.com/kubernetes/kubernetes/pull/40497), [@lavalamp](https://github.com/lavalamp))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/bootstrap.min.js.map

    'bs.dropdown'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\nconst JQUERY_NO_CONFLICT = $.fn[NAME]\nconst ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key\nconst SPACE_KEYCODE = 32 // KeyboardEvent.which value for space key\nconst TAB_KEYCODE = 9 // KeyboardEvent.which value for tab key\nconst ARROW_UP_KEYCODE = 38 // KeyboardEvent.which value for up arrow key\nconst ARROW_DOWN_KEYCODE = 40 // KeyboardEvent.which value for down arrow key\nconst RIGHT_MOUSE_BUTTON_WHICH...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/adminlte.min.js.map

    AAKE,YAGvD2E,SAAA,WACE7E,KAAKE,QAAQa,KAAQf,KAAKK,UAAUgD,gBAApC,KAAwDrD,KAAKK,UAAUoD,cACpEG,SAAS5D,KAAKK,UAAUmD,cACxBQ,YAAYhE,KAAKK,UAAUoD,cAC9BzD,KAAKE,QAAQmE,IAAI,UAAjB,WAAuCrE,KAAKE,QAAQ,GAAG4E,MAAMR,OAA7D,uBAA0FtE,KAAKE,QAAQ,GAAG4E,MAAMP,MAAhH,sCACEE,MAAM,IAAIC,OAAM,WAChB,IAAMC,EAAWrG,EAAAA,QAAE0B,MAEnB2E,EAASX,YAAYlB,GACrBxE,EAAAA,QAAE,QAAQ0F,YAAYlB,GACtB6B,EAASN,IAAI,CACXC,OAAQ,UACRC,MAAO,YAELI,EAASnE,SAASqC,IACpB8B,EAASX,YAAYnB,GAGvB8B,EAASC,aAGX5E,KAAKC,SAASnB,QAAQR,EAAAA,QAAEoD,MA7HP,4BA...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
Back to top