Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for Perrott (0.6 sec)

  1. CHANGELOG.md

    ## Special Thanks
    Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz
    
    <!-- CHANGELOG SPLIT MARKER -->
    
    <a name="13.0.3"></a>
    # 13.0.3 (2021-12-01)
    ### compiler-cli
    Plain Text
    - Registered: 2023-03-15 21:55
    - Last Modified: 2021-12-15 20:21
    - 948.8K bytes
    - Viewed (0)
  2. .pullapprove.yml

            - gkalpak # Georgios Kalpakas
            - jelbourn # Jeremy Elbourn
            - jessicajaniuk # Jessica Janiuk
            - JiaLiPassion # Jia Li
            - JoostK # Joost Koehoorn
            - josephperrott # Joey Perrott
            - MarkTechson # Mark Thompson (Techson)
            - mgechev # Minko Gechev
            - mmalerba # Miles Malerba
            - pkozlowski-opensource # Pawel Kozlowski
            - Splaktar # Michael Prentice
    Others
    - Registered: 2023-03-15 21:55
    - Last Modified: 2021-12-08 18:42
    - 47.7K bytes
    - Viewed (0)
  3. CHANGELOG.md

    ## Special Thanks
    ByzantineFailure, Dario Piotrowicz, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Miles Malerba and Paul Gschwendtner
    
    <!-- CHANGELOG SPLIT MARKER -->
    
    <a name="13.0.1"></a>
    # 13.0.1 "chalk-city" (2021-11-11)
    ### cdk
    | Commit | Type | Description |
    | -- | -- | -- |
    Plain Text
    - Registered: 2023-03-19 16:47
    - Last Modified: 2021-12-09 00:10
    - 669.7K bytes
    - Viewed (1)
  4. test/reporters/base.spec.js

          list([test]);
    
          var errOut = stdout.join('\n');
          expect(errOut, 'to match', /1 \| a/);
          expect(errOut, 'to match', /2 \| foobar/);
          expect(errOut, 'to match', /3 \| inline/);
          expect(errOut, 'to match', /4 \| diff/);
          expect(errOut, 'to match', /5 \| with/);
          expect(errOut, 'to match', /6 \| multiple lines/);
          expect(errOut, 'to match', /test/);
    JavaScript
    - Registered: 2023-03-13 12:38
    - Last Modified: 2022-02-15 14:02
    - 13.7K bytes
    - Viewed (0)
  5. scripts/caretaking/firebase-functions/package.json

    {
      "name": "caretaker-firebase-functions",
      "scripts": {
        "build": "tsc",
        "serve": "yarn build && firebase emulators:start --only functions --project test-jperrott",
        "deploy": "yarn build && firebase deploy --only functions --project test-jperrott"
      },
      "main": "lib/index.js",
      "dependencies": {
        "firebase-admin": "^9.0.0",
        "firebase-functions": "^3.11.0"
      },
      "devDependencies": {
        "typescript": "^4.5.2",
    Json
    - Registered: 2023-03-19 16:47
    - Last Modified: 2021-12-07 14:12
    - 493 bytes
    - Viewed (0)
  6. tests/test_command_shell.py

            url = self.url("/redirect-no-meta-refresh")
            code = f"fetch('{url}')"
            errcode, out, errout = yield self.execute(["-c", code])
            self.assertEqual(errcode, 0, out)
            assert b"Redirecting (302)" in errout
            assert b"Crawled (200)" in errout
    
        @defer.inlineCallbacks
        def test_fetch_redirect_not_follow_302(self):
    Python
    - Registered: 2023-03-15 14:39
    - Last Modified: 2023-02-02 05:37
    - 5K bytes
    - Viewed (0)
  7. docs/_style/prism-master/tests/languages/icon/builtin-keyword_feature.test

    L1:&allocated
    L2:&ascii
    L3:&clock
    L4:&collections
    L5:&cset
    L6:&current
    L7:&date
    L8:&dateline
    L9:&digits
    L10:&dump
    L11:&e
    L12:&error
    L13:&errornumber
    L14:&errortext
    L15:&errorvalue
    L16:&errout
    L17:&fail
    L18:&features
    L19:&file
    L20:&host
    L21:&input
    L22:&lcase
    L23:&letters
    L24:&level
    L25:&line
    L26:&main
    L27:&null
    L28:&output
    L29:&phi
    L30:&pi
    L31:&pos
    L32:&progname
    L33:&random
    L34:&regions
    L35:&source
    L36:&storage
    L37:&subject
    L38:&time
    L39:&trace
    L40:&ucase
    L41:&version
    ...
    Plain Text
    - Registered: 2023-03-16 20:08
    - Last Modified: 2018-12-19 06:09
    - 1.8K bytes
    - Viewed (0)
  8. scripts/caretaking/resync-caretaker-app-prs.ts

    import {Octokit} from '@octokit/rest';
    import * as fetch from 'node-fetch';
    
    const apiBaseUrl = 'https://test-jperrott.firebaseio.com/pulls';
    const github = new Octokit({auth: process.env.TOKEN});
    
    async function resync() {
      const pulls: any[] = [];
      let page = 1;
      let hasNext = true;
      while (hasNext) {
        const response = await github.pulls.list({
          owner: 'angular',
          repo: 'components',
          per_page: 100,
          page,
    Plain Text
    - Registered: 2023-03-19 16:47
    - Last Modified: 2021-10-18 18:58
    - 1.1K bytes
    - Viewed (0)
  9. docs/_style/prism-master/components/prism-icon.js

    		greedy: true
    	},
    	'number': /\b(?:\d+r[a-z\d]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b|\.\d+\b/i,
    	'builtin-keyword': {
    		pattern: /&(?:allocated|ascii|clock|collections|cset|current|date|dateline|digits|dump|e|error(?:number|text|value)?|errout|fail|features|file|host|input|lcase|letters|level|line|main|null|output|phi|pi|pos|progname|random|regions|source|storage|subject|time|trace|ucase|version)\b/,
    		alias: 'variable'
    	},
    	'directive': {
    		pattern: /\$\w+/,
    JavaScript
    - Registered: 2023-03-16 20:08
    - Last Modified: 2018-12-19 06:09
    - 1006 bytes
    - Viewed (0)
  10. feature-detects/img/exif-orientation.js

    /*!
    {
      "name": "EXIF Orientation",
      "property": "exiforientation",
      "tags": ["image"],
      "builderAliases": ["exif_orientation"],
      "async": true,
      "authors": ["Paul Sayre"],
      "notes": [{
        "name": "Article by Dave Perrett",
        "href": "https://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/"
      }, {
        "name": "Article by Calvin Hass",
        "href": "https://www.impulseadventure.com/photo/exif-orientation.html"
    JavaScript
    - Registered: 2023-03-13 20:07
    - Last Modified: 2021-03-10 07:18
    - 2.2K bytes
    - Viewed (0)
Back to top