- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 39 for Beyer (0.57 sec)
-
identity/identityhash.go
if err != nil { panic(err) } return hash } type keyer interface { Key() string } // For structs, hashstructure.Hash only works on the exported fields, // so rewrite the input slice for known identity types. func toHashable(v any) any { switch t := v.(type) { case Provider: return t.GetIdentity() case keyer: return t.Key() default: return v }
Go - Registered: 2023-02-03 10:01 - Last Modified: 2023-01-25 16:35 - 1.9K bytes - Viewed (0) -
docs/themes/learn2/scss/vendor/color-schemer/color-schemer/_mixins.scss
//////////////////////////////////////////// // From Jina Bolton and Eric Meyer -- http://codepen.io/jina/pen/iosjp @function cs-stripes($position, $colors) { $colors: if(type-of($colors) != 'list', compact($colors), $colors); $gradient: (); $width: 100% / length($colors); @for $i from 1 through length($colors) { $pop: nth($colors,$i); $new: $pop ($width * ($i - 1)), $pop ($width * $i); $gradient: join($gradient, $new, comma); }
Plain Text - Registered: 2023-02-02 22:19 - Last Modified: 2019-09-11 08:02 - 820 bytes - Viewed (0) -
demo/css/style.css
/* ============================================================================= HTML5 CSS Reset Minified - Eric Meyer ========================================================================== */
CSS - Registered: 2023-02-03 02:53 - Last Modified: 2015-05-09 00:22 - 2.5K bytes - Viewed (0) -
docs/_posts/2017-01-18-jekyll-3-4-0-released.markdown
contributors: Ajay Karwal, Alexey Rogachev, Ashwin Maroli, BlueberryFoxtrot, Chase, Chayoung You, Dean Attali, Dmitrii Evdokimov, Don Denton, Eldritch Cheese, Fabrice Laporte, Florian Thomas, Frank Taillandier, Hugo, Ivan Dmitrievsky, Joel Meyer-Hamme, Josh Habdas, Kenton Hansen, Kevin Wojniak, Kurt Anderson, Longwelwind, Max Chadwick, Nicolas Hoizey, Nursen, Parker Moore, Pat Hawks, Purplecarrot, Ricardo N Feliciano,
Plain Text - Registered: 2023-02-07 01:54 - Last Modified: 2019-02-15 20:04 - 1.9K bytes - Viewed (0) -
docs/_posts/2017-06-14-jekyll-3-5-0-released.markdown
Please file any bugs with detailed replication instructions if you find any
Plain Text - Registered: 2023-02-07 01:54 - Last Modified: 2019-02-15 20:04 - 3.1K bytes - Viewed (0) -
LICENSES/PublicDomain.txt
By Douglas Crockford 2011-10-19 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. ---------- meyerweb-reset: http://meyerweb.com/eric/tools/css/reset/ ---------- By Eric A. Meyer v2.0 | 20110126 License: none (public domain) ---------- enable2k word list: http://personal.riverusers.com/~thegrendel/software.html ----------
Plain Text - Registered: 2023-02-08 22:11 - Last Modified: 2015-03-17 19:06 - 2.2K bytes - Viewed (0) -
docs/api/it/core/Layers.html
- internamente i layer sono memorizzati come una [link:https://en.wikipedia.org/wiki/Mask_(computing) maschera di bit], e, per impostazione predefinita, tutti gli Object3D sono membri del leyer 0.<br /><br /> Può essere utilizzato per controllare la visibilità - un oggetto deve condividere un layer con una [page:Camera telecamera] per
HTML - Registered: 2023-02-08 04:56 - Last Modified: 2022-08-26 17:47 - 2.7K bytes - Viewed (0) -
docs/_posts/2015-10-26-jekyll-3-0-released.markdown
Eugene Pirogov, Ezmyrelda Andrade, Fabian Rodriguez, Fabian Tamp, Fabio Niephaus, Falko Richter, Florian Weingarten, Fonso, Garen Torikian, Guillaume LARIVIERE, Günter Kits, I´m a robot, Jason Ly, Jedd Ahyoung, Jensen Kuras, Jesse Pinho, Jesse W, Jim Meyer, Joel Glovier, Johan Bové, Joop Aué, Jordan Thornquest, Jordon Bedwell, Joseph Anderson, Julien Bourdeau, Justin Weiss, Kamil Dziemianowicz, Kevin Locke, Kevin Ushey, Leonard, Lukas, Mads Ohm Larsen, Malo Skrylevo, Marcus Stollsteimer, Mark Phelps,...
Plain Text - Registered: 2023-02-07 01:54 - Last Modified: 2019-02-15 20:04 - 3.4K bytes - Viewed (0) -
DONORS.md
Black Block Blunderjack Bram Brian Brian Ford Brigham Keys Bronson Zgeb bugcaptor Burney Waring Caleb Makela Caliburn Cameron Meyer Carlos Rios Carl van der Geest Casey Cesar Ruiz Chad Steadman Checkpoint Charlie Chris Cavalluzzi Chris Jagusch Chris Langford Chris Ridenour
Plain Text - Registered: 2023-02-08 16:01 - Last Modified: 2022-12-15 11:24 - 13.5K bytes - Viewed (0) -
packages/core/strapi/lib/middlewares/public/index.html
<title>Welcome to your Strapi app</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="robots" content="noindex, nofollow"> <link href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" rel="stylesheet" /> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" rel="stylesheet" />
HTML - Registered: 2023-01-17 15:31 - Last Modified: 2021-08-03 07:12 - 5.4K bytes - Viewed (0)