13+ results for 'underscore.js' (0 ms)

Not the results you expected?

ncutils.html (https://github.com/sigmonky/LivingRoom.git) HTML · 33 lines

1 <!DOCTYPE html> <html> <head> <title>ncutils.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <div id="jump_to"> Jump To &hellip; <div id="jump_wrapper"> <div id="jump_page"> <a class="source" href="controllers.html"> controllers.js </a> <a class="source" href="auth.html"> auth.js </a> <a class="source" href="backbone.html"> backbone.js </a> <a class="source" href="io.html"> io.js </a> <a class="source" href="jquery-1.5.1.html"> jquery-1.5.1.js </a> <a class="source" href="mashlib.html"> mashlib.js </a> <a class="source" href="ncutils.html"> ncutils.js </a> <a class="source" href="socket.io.html"> socket.io.js </a> <a class="source" href="socket.html"> socket.js </a> <a class="source" href="transport.html"> transport.js </a> <a class="source" href="underscore.html"> underscore.js </a> <a class="source" href="util.html"> util.js </a> <a class="source" href="models.html"> models.js </a> <a class="source" href="views.html"> views.js </a> </div> </div> </div> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="docs"> <h1> ncutils.js </h1> </th> <th class="code"> </th> </tr> </thead> <tbody> <tr id="section-1"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-1">&#182;</a> </div> </td> <td class="code"> <div class="highlight"><pre><span class="p">(</span><span class="kd">function</span> <span class="p">()</span> <span class="p">{</span>

2 <span class="k">if</span> <span class="p">(</span><span class="k">typeof</span> <span class="nx">exports</span> <span class="o">!==</span> <span class="s1">&#39;undefined&#39;</span><span class="p">)</span> <span class="p">{</span>

3 <span class="nx">_</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="s1">&#39;underscore&#39;</span><span class="p">).</span><span class="nx">_</span><span class="p">;</span>

knockback-localization.js (https://bitbucket.org/mbinot/backboned.git) JavaScript · 145 lines

3 (c) 2011, 2012 Kevin Malakoff - http://kmalakoff.github.com/knockback/

4 License: MIT (http://www.opensource.org/licenses/mit-license.php)

5 Dependencies: Knockout.js, Backbone.js, and Underscore.js.

6 */

7 (function() {

38 See the following for full license details:

39 https://github.com/kmalakoff/knockback/blob/master/LICENSE

40 Dependencies: Knockout.js, Backbone.js, and Underscore.js.

41 Optional dependency: Backbone.ModelRef.js.

42 */

homeController.js (https://github.com/Bowerbird/bowerbird-web.git) JavaScript · 240 lines

2 /// <reference path="../../libs/require/require.js" />

3 /// <reference path="../../libs/jquery/jquery-1.7.2.js" />

4 /// <reference path="../../libs/underscore/underscore.js" />

5 /// <reference path="../../libs/backbone/backbone.js" />

6 /// <reference path="../../libs/backbone.marionette/backbone.marionette.js" />

innertube.js (https://github.com/ianli/innertube.git) JavaScript · 152 lines

8 * Requires the following Javascript libraries:

9 * - [easyXDM](http://easyxdm.net/) for cross-domain messaging

10 * - [Underscore.js](http://documentcloud.github.com/underscore/) for utility functions

11 */

12

underscore.tcl (https://github.com/arthurschreiber/tclspec.git) TCL · 262 lines

1 # underscore.tcl - Collection of utility methods

2 #

3 # Inspired by Underscore.js - http://documentcloud.github.com/underscore/ and

4 # the Ruby Enumerable module.

5 #

user_guide.html (https://github.com/evandavey/django-openportfolio.git) HTML · 132 lines

21 </script>

22 <script type="text/javascript" src="_static/jquery.js"></script>

23 <script type="text/javascript" src="_static/underscore.js"></script>

24 <script type="text/javascript" src="_static/doctools.js"></script>

25 <link rel="top" title="OpenPortfolio v1.0 documentation" href="index.html" />

test_stitch.coffee (https://github.com/brandonbloom/stitch.git) CoffeeScript · 314 lines

35 dependencies: [

36 fixtureRoot + "/dependencies/zepto.js"

37 fixtureRoot + "/dependencies/underscore.js"

38 fixtureRoot + "/dependencies/backbone.js"

39 ]

baseClone.js (https://gitlab.com/blocknotary/IonicInterviews) JavaScript · 152 lines

3 * Build: `lodash modularize modern exports="node" -o ./modern/`

4 * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>

5 * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>

6 * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors

7 * Available under MIT license <http://lodash.com/license>

SpecRunner.html (https://bitbucket.org/bigfixme/dashboard-framework.git) HTML · 183 lines

43 <script src="../../dist/jquery.handsontable.js"></script>

44

45 <script src="../../demo/js/backbone/lodash.underscore.js"></script>

46

47 <script src="../../demo/js/backbone/backbone.js"></script>

operator.js (https://github.com/ivmartel/dwv.git) JavaScript · 220 lines

8 * @param {*} unknown The input to check.

9 * @returns {boolean} True if the input is an object.

10 * ref: https://github.com/jashkenas/underscore/blob/1.9.1/underscore.js#L1319-L1323

11 */

12 dwv.utils.isObject = function (unknown) {

20 * @param {*} unknown The input to check.

21 * @returns {boolean} True if the input is an array.

22 * ref: https://github.com/jashkenas/underscore/blob/1.9.1/underscore.js#L1313-L1317

23 */

24 dwv.utils.isArray = function (unknown) {

models.html (https://github.com/sigmonky/LivingRoom.git) HTML · 119 lines

1 <!DOCTYPE html> <html> <head> <title>models.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <div id="jump_to"> Jump To &hellip; <div id="jump_wrapper"> <div id="jump_page"> <a class="source" href="controllers.html"> controllers.js </a> <a class="source" href="auth.html"> auth.js </a> <a class="source" href="backbone.html"> backbone.js </a> <a class="source" href="io.html"> io.js </a> <a class="source" href="jquery-1.5.1.html"> jquery-1.5.1.js </a> <a class="source" href="mashlib.html"> mashlib.js </a> <a class="source" href="ncutils.html"> ncutils.js </a> <a class="source" href="socket.io.html"> socket.io.js </a> <a class="source" href="socket.html"> socket.js </a> <a class="source" href="transport.html"> transport.js </a> <a class="source" href="underscore.html"> underscore.js </a> <a class="source" href="util.html"> util.js </a> <a class="source" href="models.html"> models.js </a> <a class="source" href="views.html"> views.js </a> </div> </div> </div> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="docs"> <h1> models.js </h1> </th> <th class="code"> </th> </tr> </thead> <tbody> <tr id="section-1"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-1">&#182;</a> </div> </td> <td class="code"> <div class="highlight"><pre><span class="p">(</span><span class="kd">function</span> <span class="p">()</span> <span class="p">{</span>

2 <span class="kd">var</span> <span class="nx">server</span> <span class="o">=</span> <span class="kc">false</span><span class="p">,</span> <span class="nx">models</span><span class="p">;</span>

3 <span class="k">if</span> <span class="p">(</span><span class="k">typeof</span> <span class="nx">exports</span> <span class="o">!==</span> <span class="s1">&#39;undefined&#39;</span><span class="p">)</span> <span class="p">{</span>

lodash.min.js (https://gitlab.com/fabi.gjuzi/Portfolio) JavaScript · 978 lines

1 /**

2 * @license

3 * lodash 3.5.0 (Custom Build) lodash.com/license | Underscore.js 1.8.2 underscorejs.org/LICENSE

4 * Build: `lodash modern -o ./lodash.js`

5 */

requirements.dependencies.table.html (https://github.com/zendframework/ZF2Package.git) HTML · 2176 lines

24 </script>

25 <script type="text/javascript" src="../_static/jquery.js"></script>

26 <script type="text/javascript" src="../_static/underscore.js"></script>

27 <script type="text/javascript" src="../_static/doctools.js"></script>

28 <link rel="top" title="Zend Framework 2 2.0.0beta5 documentation" href="../index.html" />