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 … <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">¶</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">'undefined'</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">'underscore'</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
underscore.tcl (https://github.com/arthurschreiber/tclspec.git) TCL · 262 lines
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
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
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 … <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">¶</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">'undefined'</span><span class="p">)</span> <span class="p">{</span>
lodash.min.js (https://gitlab.com/fabi.gjuzi/Portfolio) JavaScript · 978 lines
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" />