Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/plugin/captcha/
Dfiglet.flf19 /_/ @
20 (_) @
22 _ _ @
28 __/ / /_@
29 /_ . __/@
30 /_ __/ @
31 /_/_/ @@
33 _//@
34 (_-<@
37 _ __@
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dobjects.js2 var _ = typeof require == 'function' ? require('..') : window._;
9 … assert.deepEqual(_.keys({one: 1, two: 2}), ['one', 'two'], 'can extract the keys from an object');
12 assert.deepEqual(_.keys(a), ['1'], 'is not fooled by sparse arrays; see issue #95');
13 assert.deepEqual(_.keys(null), []);
14 assert.deepEqual(_.keys(void 0), []);
15 assert.deepEqual(_.keys(1), []);
16 assert.deepEqual(_.keys('a'), []);
17 assert.deepEqual(_.keys(true), []);
22 valueOf: _.noop,
35 assert.deepEqual(_.keys(trouble).sort(), troubleKeys, 'matches non-enumerable properties');
[all …]
Dcollections.js2 var _ = typeof require == 'function' ? require('..') : window._;
7 _.each([1, 2, 3], function(num, i) {
12 _.each([1, 2, 3], function(num){ answers.push(num * this.multiplier); }, {multiplier: 5});
16 _.each([1, 2, 3], function(num){ answers.push(num); });
22 _.each(obj, function(value, key){ answers.push(key); });
27 _(1000).times(function() { _.each([], function(){}); });
30 _.each(obj, function(){ count++; });
34 _.each([1, 2, 3], function(num, index, arr){ if (_.include(arr, num)) answer = true; });
38 _.each(null, function(){ ++answers; });
41 _.each(false, function(){});
[all …]
Darrays.js2 var _ = typeof require == 'function' ? require('..') : window._;
7 assert.equal(_.first([1, 2, 3]), 1, 'can pull out the first element of an array');
8 assert.equal(_([1, 2, 3]).first(), 1, 'can perform OO-style "first()"');
9 assert.deepEqual(_.first([1, 2, 3], 0), [], 'returns an empty array when n <= 0 (0 case)');
10 …assert.deepEqual(_.first([1, 2, 3], -1), [], 'returns an empty array when n <= 0 (negative case)');
11 assert.deepEqual(_.first([1, 2, 3], 2), [1, 2], 'can fetch the first n elements');
12 assert.deepEqual(_.first([1, 2, 3], 5), [1, 2, 3], 'returns the whole array if n > length');
13 var result = (function(){ return _.first(arguments); }(4, 3, 2, 1));
15 result = _.map([[1, 2, 3], [1, 2, 3]], _.first);
17 assert.equal(_.first(null), void 0, 'returns undefined when called on null');
[all …]
Dutility.js2 var _ = typeof require == 'function' ? require('..') : window._;
8 templateSettings = _.clone(_.templateSettings);
12 _.templateSettings = templateSettings;
19 var underscore = _.noConflict();
22 assert.equal(this._, void 0, 'global underscore is removed');
23 this._ = underscore;
25 delete global._;
42 var context = {_: 'oldvalue'}; property
44 assert.equal(context._, 'oldvalue');
45 assert.equal(context.underscore.VERSION, _.VERSION);
[all …]
Dfunctions.js2 var _ = typeof require == 'function' ? require('..') : window._;
10 var bound = _.bind(func, context);
13 bound = _(func).bind(context);
16 bound = _.bind(func, null, 'curly');
22 func = _.bind(func, this, 'hello');
25 func = _.bind(func, this, 'curly');
29 func = _.bind(func, this, 'hello', 'moe', 'curly');
33 _.bind(func, 0, 0, 'can bind a function to `0`')();
34 _.bind(func, '', '', 'can bind a function to an empty string')();
35 _.bind(func, false, false, 'can bind a function to `false`')();
[all …]
Dcross-document.js4 var _ = typeof require == 'function' ? require('..') : window._;
38 assert.notOk(_.isEqual(iNumber, 101));
39 assert.ok(_.isEqual(iNumber, 100));
42 …assert.ok(_.isEqual({}, iObject), 'Objects with equivalent members created in different documents …
45 …assert.ok(_.isEqual([1, 2, 3], iArray), 'Arrays with equivalent elements created in different docu…
49 assert.notOk(_([iNumber]).isEmpty(), '[1] is not empty');
50 assert.notOk(_.isEmpty(iArray), '[] is empty');
51 assert.ok(_.isEmpty(iObject), '{} is empty');
55 assert.notOk(_.isElement('div'), 'strings are not dom elements');
56 assert.ok(_.isElement(document.body), 'the body tag is a DOM element');
[all …]
/plugin/indexmenu2/cms/extensions/
Dstringextensions.js10_;if(!isUndefined(O[3])&&O[3].indexOf("*")==0){O[3]=parseInt(O[3].replace(/\D/g,""));if(isNaN(O[3]… property
Ddocumentselection.js13_,c){if(c){var C=i.getStart(O);_=C+_;Q=C+Q}if('function'==typeof O.setSelectionRange){try{O.setSel… argument
/plugin/sequencediagram/bower_components/underscore/
Dunderscore.js15 var previousUnderscore = root._;
39 var _ = function(obj) { function
40 if (obj instanceof _) return obj;
41 if (!(this instanceof _)) return new _(obj);
50 exports = module.exports = _;
52 exports._ = _;
54 root._ = _;
58 _.VERSION = '1.8.3';
88 if (value == null) return _.identity;
89 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
[all …]
DREADME.md3 __ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____
4 /\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\
5 \ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\
6 \ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
7 \/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/
/plugin/siteexport/
Dscript.js23 (function(_){ argument
25 _.url = DOKU_BASE + 'lib/exe/ajax.php';
26 _.aggregateForm = $('form#siteexport_site_aggregator, form#siteexport_siteexporter');
27 _.suspendGenerate = _.aggregateForm.length > 0;
28_.allElements = 'form#siteexport :input:not([readonly]):not([disabled]):not([type=submit]):not(but…
29 _.isManager = $('div#siteexport__manager').length > 0;
30 _.forbidden_options = [ 'call', 'sectok' ];
32 _.generate = function() {
34 if ( _.suspendGenerate || _.isManager ) { return; }
38 _.throbber(true);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore.js19 var previousUnderscore = root._;
41 var _ = function(obj) { function
42 if (obj instanceof _) return obj;
43 if (!(this instanceof _)) return new _(obj);
54 exports = module.exports = _;
56 exports._ = _;
58 root._ = _;
62 _.VERSION = '1.8.3';
93 if (_.iteratee !== builtinIteratee) return _.iteratee(value, context);
94 if (value == null) return _.identity;
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js15 var _ = require('../lodash.js'), variable
75 port = ports[Math.min(_.sortedIndex(ports, getOption('port', 9001)), ports.length - 1)],
115 var isAMD = _.includes(tags, 'amd'),
116 isBackbone = _.includes(tags, 'backbone'),
117 isModern = _.includes(tags, 'modern');
130 platforms = _.filter(platforms, function(platform) {
143 platforms = _.filter(platforms, function(platform) {
158 platforms = _.filter(platforms, function(platform) {
211 return browserNameMap[identifier] || _.startCase(identifier);
224 var isArr = _.isArray(defaultValue);
[all …]
Dtest.js345 var _ = root._ || (root._ = interopRequire(filePath)); variable
349 var MapCache = (_.memoize || lodashStable.memoize).Cache;
354 (_.isMatchWith || lodashStable.isMatchWith)({ 'a': 1 }, { 'a': 1 }, function() {
378 var oldDash = root._;
588 root._ = oldDash;
673 _._realm = realm;
726 delete _._realm;
733 _._VERSION = e.data || '';
751 _['_' + funcName] = interopRequire(path.join(basePath, '_' + funcName));
808 var actual = _._VERSION;
[all …]
Dtest-fp.js38 var _ = root._ || require('../lodash.js');
44 return baseConvert(_, name, func, options);
55 : baseConvert(_.runInContext(), options)[name];
68 ? (fp = _.noConflict(), _ = root._, fp)
69 : convert(_.runInContext());
102 remove = convert('remove', _.remove),
113 remove = convert('remove', _.remove, allFalseOptions);
129 lodash = convert({ 'remove': _.remove }),
145 lodash = convert({ 'remove': _.remove }, allFalseOptions),
161 lodash = convert(_.runInContext(), allFalseOptions),
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_horizontal_rules.md59 _ _ _
61 _ _ _
63 _ _ _
65 _ _ _
67 _ _ _
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
Dintl.rst25 by the `strtotime`_ function), `DateTime`_ instances, or `Unix timestamps`_.
29 Internally, Twig uses the PHP `IntlDateFormatter::create()`_ function for
37 * 'none': `IntlDateFormatter::NONE`_
38 * 'short': `IntlDateFormatter::SHORT`_
39 * 'medium': `IntlDateFormatter::MEDIUM`_
40 * 'long': `IntlDateFormatter::LONG`_
41 * 'full': `IntlDateFormatter::FULL`_
51 patterns are documented in the `ICU user guide`_.
56 * 'gregorian': `IntlDateFormatter::GREGORIAN`_
57 * 'traditional': `IntlDateFormatter::TRADITIONAL`_
[all …]
/plugin/discoursesearch/
Dasyncsearch.js10 (function(_){ argument
12 _.addEntry = function() {
14 var $node = $('<dl/>').addClass('search_results').appendTo( _.$root );
25 _.filter = function( array, id ) {
36 _.loadResults = function( url ) {
38 _.$root = $('<div/>').appendTo( _.anchor );
40 $.getJSON( url + "/search/query.json?term=" + _.term ).done( function( data ) {
44 $('<h3/>').text( _.config.title ).appendTo( _.$root );
46 var post = _.filter( data.posts, this.id );
49 _.addEntry.call( this );
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Devents.js8 _.extend(obj, Backbone.Events);
22 _.extend(obj, Backbone.Events);
42 _.extend(obj, Backbone.Events);
73 _.extend(obj, Backbone.Events);
103 _.extend(obj, Backbone.Events);
120 var a = _.extend({}, Backbone.Events);
121 var b = _.extend({}, Backbone.Events);
131 var a = _.extend({}, Backbone.Events);
132 var b = _.extend({}, Backbone.Events);
146 var a = _.extend({}, Backbone.Events);
[all …]
/plugin/indexmenu2/cms/
Dcms.js15_={'theme':{'name':'','options':{}},'transitions':{},themeRootPath:null,maxDepth:0,maxOpenDepth:0,… variable in CompleteMenuSolution
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md8 * <a href="#_chunkarray-size1">`_.chunk`</a>
9 * <a href="#_compactarray">`_.compact`</a>
10 * <a href="#_concatarray-values">`_.concat`</a>
11 * <a href="#_differencearray-values">`_.difference`</a>
12 * <a href="#_differencebyarray-values-iteratee_identity">`_.differenceBy`</a>
13 * <a href="#_differencewitharray-values-comparator">`_.differenceWith`</a>
14 * <a href="#_droparray-n1">`_.drop`</a>
15 * <a href="#_droprightarray-n1">`_.dropRight`</a>
16 * <a href="#_droprightwhilearray-predicate_identity">`_.dropRightWhile`</a>
17 * <a href="#_dropwhilearray-predicate_identity">`_.dropWhile`</a>
[all …]
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
Dfind.js5 …Node?this.textNode.getText().charAt(this.offset):null,hitMatchBoundary:this._.matchBoundary}},x=["…
6_.matchBoundary=!0)};c.evaluator=C;c.breakOnFalse=1;a.startContainer.type==CKEDITOR.NODE_TEXT&&(th… property
8_.matchBoundary=!1;if(b&&a&&0<this.offset)this.offset--;else if(b&&this.offset<b.getLength()-1)thi… property
9_.cursors;if(1>b.length){var d=this._.walker.textNode;if(d)a.setStartAfter(d);else return null}els… property
10_.isMatched},highlight:function(){if(!(1>this._.cursors.length)){this._.highlightRange&&this.remov…
11_.highlightRange.moveToBookmark(a);this.updateFromDomRange(this._.highlightRange);this._.highlight…
12_.rangeLength&&b.shift();return a},getEndCharacter:function(){var a=this._.cursors;return 1>a.leng… property
13_.ignoreCase&&(a=a.toLowerCase());;){if(a==this._.pattern.charAt(this._.state))return this._.state…
16 …d(b,e,f);if(!this.matchRange||!this.matchRange.isMatched()||this.matchRange._.isReplaced||this.mat…
17 …hRange.updateFromDomRange(b);h||this.matchRange.highlight();this.matchRange._.isReplaced=!0;this.r…
[all …]
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
Dfind.js5 …){var d=this,c=new CKEDITOR.dom.walker(a);c.guard=b?w:function(a){!w(a)&&(d._.matchBoundary=!0)};c…
6 1);this._={matchWord:b,walker:c,matchBoundary:!1}}function q(a,b){var d=c.createRange();d.setStart(… property
7_.matchBoundary=!1;if(b&&a&&0<this.offset)this.offset--;else if(b&&this.offset<b.getLength()-1)thi…
8_={walker:a,cursors:[],rangeLength:b,highlightRange:null,isMatched:0}};u.prototype={toDomRange:fun… property
9_.rangeLength=this._.cursors.length},setMatched:function(){this._.isMatched=!0},clearMatched:funct…
10_.highlightRange){var a=this._.highlightRange.createBookmark();x.removeFromRange(this._.highlightR…
11_.walker.next(),b=this._.cursors;a.hitMatchBoundary&&(this._.cursors=b=[]);b.push(a);b.length>this…
12_={overlap:d,state:0,ignoreCase:!!b,pattern:a}};z.prototype={feedCharacter:function(a){for(this._.… property
15 …d(b,f,e);if(!this.matchRange||!this.matchRange.isMatched()||this.matchRange._.isReplaced||this.mat…
16 …hRange.updateFromDomRange(b);k||this.matchRange.highlight();this.matchRange._.isReplaced=!0;this.r…
[all …]
/plugin/popupviewer/
Dscript.js13 (function(_){ argument
24 _.popupImageStack = null;
30 _.showViewer = function() {
34 viewer = $('<div id="popupviewer"/>').click(_.hideViewer).appendTo('body');
44 … append(previous = $('<a class="previous"/>').click({'direction': -1}, _.skipImageInDirection)).
45 … append(next = $('<a class="next"/>').click({'direction': 1}, _.skipImageInDirection)).
46 append($('<a class="close"/>').addClass('visible').click(_.hideViewer)).
57 return _;
60 _.hideViewer = function(e, finalFunction) {
107 return _;
[all …]

12345678910>>...34