- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 243 for Franke (0.35 sec)
-
AUTHORS.md
## Lead Developer Juan Linietsky (reduz) ## Project Manager Rémi Verschelde (akien-mga) ## Developers (in alphabetical order, with over 10 commits excluding merges) Aaron Franke (aaronfranke) Aaron Record (LightningAA) Adam Scott (adamscott) Alexander Holland (AlexHolly) Alexey Khoroshavin (allkhor) Alfred Reinold Baudisch (alfredbaudisch) Alket Rexhepi (alketii)
Plain Text - Registered: 2023-02-01 16:01 - Last Modified: 2022-12-15 11:11 - 7.1K bytes - Viewed (1) -
.mailmap
Max Hilbrunner <******@****.***> <******@****.***> Michael Alexsander <******@****.***> Micky <******@****.***> <******@****.***> Nathan Franke <******@****.***> <******@****.***> Nathan Lovato <******@****.***> Nathan Warden <******@****.***> <******@****.***> Nicholas Huelin <******@****.***>
Plain Text - Registered: 2023-02-01 16:01 - Last Modified: 2022-12-15 11:11 - 8.2K bytes - Viewed (0) -
AUTHORS.txt
Babajide Fowotade <******@****.***> Baic <******@****.***> Barry <******@****.***> Bartek <******@****.***> Belikov Ivan <******@****.***> Ben Callaway <******@****.***> Benedikt Franke <benedikt@franke.tech> Benjamin Amelot <******@****.***> Benjamin Kniffler <******@****.***> Benjamin Schuch <******@****.***> Benjamin Vertonghen <******@****.***> Benjy Cui <******@****.***>
Plain Text - Registered: 2023-01-31 14:58 - Last Modified: 2023-01-25 15:04 - 51.1K bytes - Viewed (0) -
AUTHORS
Francis Chuang <******@****.***> Francisco Carriedo <******@****.***> Francisco Souza <******@****.***> Frank Groeneveld <frank@ivaldi.nl> Frank Herrmann <******@****.***> Frank Macreery <frank@macreery.com> Frank Rosquin <frank******@****.***> Frank Yang <******@****.***> Fred Lifton <******@****.***> Frederick F. Kautz IV <******@****.***>
Plain Text - Registered: 2023-02-01 12:04 - Last Modified: 2022-11-30 11:05 - 87K bytes - Viewed (0) -
plugins/jquery-mapael/maps/france_departments.js
* * Map of metropolitan France by department * Equirectangular projection * * @author Vincent Brouté * @source http://fr.m.wikipedia.org/wiki/Fichier:France_location_map-Departements.svg * * @deprecated : this map will be definitely moved to 'mapael-maps' repository starting from the next major release (3.0.0). * You can use instead https://github.com/neveldo/mapael-maps/blob/master/france/france_departments.js */
JavaScript - Registered: 2023-01-30 07:18 - Last Modified: 2019-06-14 07:33 - 136.7K bytes - Viewed (0) -
docs/_includes/color/orange.html
Jeremy Thomas <******@****.***> 1502711064 +0100
HTML - Registered: 2023-01-31 09:01 - Last Modified: 2017-08-14 12:01 - 105 bytes - Viewed (0) -
plugins/jqvmap/maps/jquery.vmap.new_regions_france.js
JavaScript - Registered: 2023-01-30 07:18 - Last Modified: 2019-08-28 10:59 - 19.1K bytes - Viewed (0) -
docs/content/en/getting-started/quick-start.md
{{% /note %}} Run these commands to create a Hugo site with the [Ananke] theme. The next section provides an explanation of each command. ```text hugo new site quickstart cd quickstart git init git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke echo "theme = 'ananke'" >> config.toml hugo server ```
Plain Text - Registered: 2023-02-03 10:01 - Last Modified: 2022-12-20 10:04 - 6.5K bytes - Viewed (0) -
src/internal/observable/range.ts
/** * Creates an Observable that emits a sequence of numbers within a specified * range. * * <span class="informal">Emits a sequence of numbers in a range.</span> * *  * * `range` operator emits a range of sequential integers, in order, where you * select the `start` of the range and its `length`. By default, uses no * {@link SchedulerLike} and just delivers the notifications synchronously, but may use
Plain Text - Registered: 2023-02-05 20:54 - Last Modified: 2022-01-04 15:07 - 2.7K bytes - Viewed (0) -
src/range.js
* @param {Range} range A range to compare with * @returns {Boolean} * @related [[Range.comparePoint]] **/ this.containsRange = function(range) { return this.comparePoint(range.start) == 0 && this.comparePoint(range.end) == 0; }; /** * Returns `true` if passed in `range` intersects with the one calling this method. * @param {Range} range A range to compare with
JavaScript - Registered: 2023-01-31 12:40 - Last Modified: 2022-08-04 12:44 - 15.7K bytes - Viewed (0)