Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Croll (0.01 sec)

  1. src/main/webapp/js/bootstrap.min.js.map

    window.CSS.escape) {\n    // document.querySelector needs escaping to handle IDs (html5+) containing for instance /\n    selector = selector.replace(/#([^\\s\"#']+)/g, (match, id) => `#${CSS.escape(id)}`)\n  }\n\n  return selector\n}\n\n// Shout-out Angus Croll (https://goo.gl/pxwQGp)\nconst toType = object => {\n  if (object === null || object === undefined) {\n    return `${object}`\n  }\n\n  return Object.prototype.toString.call(object).match(/\\s([a-z]+)/i)[1].toLowerCase()\n}\n\n/**\n * Public Util API\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

          * In 1.4, either that key or this key: `pods.beta.kubernetes.io/init-containers`,can be used.
        * When you GET an object, you will see both annotation keys with the same values.
          You can safely roll back from 1.4 to 1.3, and things with init-containers
          will still work (pods, deployments, etc).
        * If you are running 1.3, only use the alpha annotation, or it may be lost when
          rolling forward.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top