- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 711 for Vaughn (0.52 sec)
-
packages/react-devtools-shared/src/node_modules/react-window/package.json
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)", "contributors": [ "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)" ], "license": "MIT", "homepage": "http://react-window.now.sh/", "repository": { "type": "git", "url": "https://github.com/bvaughn/react-window.git" }, "bugs": {
Json - Registered: 2021-01-17 11:45 - Last Modified: 2019-08-13 18:37 - 3.3K bytes - Viewed (0) -
packages/react-devtools-shared/src/node_modules/react-window/LICENSE.md
The MIT License (MIT) Copyright (c) 2018 Brian Vaughn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
Plain Text - Registered: 2021-01-17 11:45 - Last Modified: 2019-08-13 18:37 - 1.1K bytes - Viewed (0) -
README.md
Shout out to [Joss Mackison](https://github.com/jossmac), [Charles Lee](https://github.com/gwyneplaine), [Ben Conolly](https://github.com/Noviny), [Dave Brotherstone](https://github.com/bruderstein), [Brian Vaughn](https://github.com/bvaughn), and the Atlassian Design System team ❤️ ## License
Plain Text - Registered: 2021-01-20 17:10 - Last Modified: 2020-10-05 07:12 - 5.9K bytes - Viewed (0) -
packages/react-select/README.md
Shout out to [Joss Mackison](https://github.com/jossmac), [Charles Lee](https://github.com/gwyneplaine), [Ben Conolly](https://github.com/Noviny), [Dave Brotherstone](https://github.com/bruderstein), [Brian Vaughn](https://github.com/bvaughn), and the Atlassian Design System team ❤️ ## License
Plain Text - Registered: 2021-01-20 17:10 - Last Modified: 2019-06-02 11:55 - 5.3K bytes - Viewed (0) -
packages/react-select/CHANGELOG.md
- added; `arrowRenderer` prop, thanks [Brian Vaughn](https://github.com/bvaughn) - added; child-function support to `Async` and `Creatable` components so that they can compose each other (or future HOCs), thanks [Brian Vaughn](https://github.com/bvaughn) - added; `asyncCreatable` HOC that combines `Async` and `Creatable` so they can be used together, thanks [Brian Vaughn](https://github.com/bvaughn)
Plain Text - Registered: 2021-01-20 17:10 - Last Modified: 2021-01-13 13:31 - 84.4K bytes - Viewed (0) -
docs/docs/adding-search-with-js-search.md
[JS Search](https://github.com/bvaughn/js-search) is a library created by Brian Vaughn, a member of the core team at Facebook. It provides an efficient way to search for data on the client with JavaScript and JSON objects. It also has extensive customization options, check out their docs for more details.
Plain Text - Registered: 2021-01-18 17:52 - Last Modified: 2020-09-23 08:13 - 20K bytes - Viewed (0) -
AUTHORS
Brian Hsu <******@****.***> Brian Kim <******@****.***> Brian Kung <******@****.***> Brian Reavis <******@****.***> Brian Rue <******@****.***> Brian Vaughn <brian.david.vaughn@gmail.com> Bruce Harris <******@****.***> Bruno Heridet <******@****.***> Bruno Škvorc <******@****.***> Bryan Braun <******@****.***> CT Wu <******@****.***>
Plain Text - Registered: 2021-01-17 11:45 - Last Modified: 2017-09-27 09:24 - 41.5K bytes - Viewed (0) -
project_euler/problem_022/p022_names.txt
TON","HAL","BRAIN","ROB","ELWOOD","KENDRICK","DARIUS","MOISES","FIDEL","THADDEUS","CLIFF","MARCEL","JACKSON","RAPHAEL","BRYON","ARMAND","ALVARO","JEFFRY","DANE","JOESPH","THURMAN","NED","RUSTY","MONTY","FABIAN","REGGIE","MASON","GRAHAM","ISAIAH","VAUGHN","GUS","LOYD","DIEGO","ADOLPH","NORRIS","MILLARD","ROCCO","GONZALO","DERICK","RODRIGO","WILEY","RIGOBERTO","ALPHONSO","TY","NOE","VERN","REED","JEFFERSON","ELVIS","BERNARDO","MAURICIO","HIRAM","DONOVAN","BASIL","RILEY","NICKOLAS","MAYNARD","SCOT"...
Plain Text - Registered: 2021-01-14 19:18 - Last Modified: 2020-10-15 07:13 - 45.4K bytes - Viewed (0) -
curriculum/challenges/chinese/10-coding-interview-prep/project-euler/problem-22-names-scores.md
TON','HAL','BRAIN','ROB','ELWOOD','KENDRICK','DARIUS','MOISES','FIDEL','THADDEUS','CLIFF','MARCEL','JACKSON','RAPHAEL','BRYON','ARMAND','ALVARO','JEFFRY','DANE','JOESPH','THURMAN','NED','RUSTY','MONTY','FABIAN','REGGIE','MASON','GRAHAM','ISAIAH','VAUGHN','GUS','LOYD','DIEGO','ADOLPH','NORRIS','MILLARD','ROCCO','GONZALO','DERICK','RODRIGO','WILEY','RIGOBERTO','ALPHONSO','TY','NOE','VERN','REED','JEFFERSON','ELVIS','BERNARDO','MAURICIO','HIRAM','DONOVAN','BASIL','RILEY','NICKOLAS','MAYNARD','SCOT'...
Plain Text - Registered: 2021-01-19 00:41 - Last Modified: 2021-01-13 02:31 - 47.2K bytes - Viewed (1) -
packages/server/test/support/fixtures/projects/e2e/cypress/integration/caught_async_sync_test_spec.js
/* eslint-disable mocha/handle-done-callback, no-undef */ describe('foo', () => { it('baz fails', () => { // synchronous caught fail foo.bar() }) it('bar fails', (done) => { // async caught fail foo.bar() }) it('quux fails', (done) => { // commands caught never calling done // with no fail handler should immediately die cy.wrap(null).then(() => { foo.bar() }) })
JavaScript - Registered: 2021-01-01 08:39 - Last Modified: 2020-12-04 08:57 - 1.4K bytes - Viewed (0)