Home
last modified time | relevance | path

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

12345678910>>...28

/plugin/captcha/
H A Dfiglet.flf19 /_/ @
20 (_) @
22 _ _ @
28 __/ / /_@
29 /_ . __/@
30 /_ __/ @
31 /_/_/ @@
33 _//
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js2 var _ = typeof require == 'function' ? require('..') : window._; variable
22 valueOf: _.noop,
54 valueOf: _.noop,
96 var obj = {a: 'dash', b: _.map, c: /yo/, d: _.reduce};
105 assert.strictEqual(_.methods, _.functions, 'is an alias for functions');
170 assert.strictEqual(_.assign, _.extendOwn, 'is an alias for extendOwn');
186 assert.deepEqual(_.pick(val, _.constant(true)), {});
653 assert.notOk(_.isSymbol(_.isSymbol), 'functions are not symbols');
782 assert.ok(_.isFunction(_.isFunction), 'but functions are');
815 assert.notOk(_.isRegExp(_.identity), 'functions are not RegExps');
[all …]
H A Dcollections.js2 var _ = typeof require == 'function' ? require('..') : window._; variable
27 _(1000).times(function() { _.each([], function(){}); });
193 …assert.equal(_.reduce([_], _.noop), _, 'collection of length one with no initial value returns the…
216 …assert.equal(_.reduceRight([_], _.noop), _, 'collection of length one with no initial value return…
294 }, _);
349 assert.ok(_.every([], _.identity), 'the empty set');
426 assert.ok(_.every([1, 2, 3], _.partial(_.includes, numbers)), 'fromIndex is guarded');
519 … assert.deepEqual(_.where([_, {a: 1, b: 2}, _], test), [_, _], 'checks properties given function');
537 assert.equal(_.findWhere([_, {a: 1, b: 2}, _], test), _, 'checks properties given function');
794 var partialSample = _.sample(_.range(1000), 10);
[all …]
H A Darrays.js2 var _ = typeof require == 'function' ? require('..') : window._; variable
15 result = _.map([[1, 2, 3], [1, 2, 3]], _.first);
25 assert.strictEqual(_.head, _.first, 'is an alias for first');
29 assert.strictEqual(_.take, _.first, 'is an alias for first');
39 result = _.map([[1, 2, 3], [1, 2, 3]], _.rest);
44 assert.strictEqual(_.tail, _.rest, 'is an alias for rest');
48 assert.strictEqual(_.drop, _.rest, 'is an alias for rest');
57 result = _.map([[1, 2, 3], [1, 2, 3]], _.initial);
70 result = _.map([[1, 2, 3], [1, 2, 3]], _.last);
471 assert.equal(_.findIndex(null, _.noop), -1);
[all …]
H A Dutility.js2 var _ = typeof require == 'function' ? require('..') : window._; variable
8 templateSettings = _.clone(_.templateSettings);
25 delete global._;
54 var instance = _([]);
134 assert.deepEqual(_.times(0, _.identity), []);
135 assert.deepEqual(_.times(-1, _.identity), []);
136 assert.deepEqual(_.times(parseFloat('-Infinity'), _.identity), []);
140 var ret = _.mixin({
157 assert.equal(_.unescape(_.escape(string)), string);
173 e = _.escape(s);
[all …]
H A Dfunctions.js2 var _ = typeof require == 'function' ? require('..') : window._; variable
57 obj.func = _.partial(func, _, 'b', _, 'd');
60 func = _.partial(function() { return arguments.length; }, _, 'b', _, 'd');
64 func = _.partial(function() { return typeof arguments[2]; }, _, 'b', _, 'd');
75 var MyWidgetWithCoolOpts = _.partial(MyWidget, _, {a: 1});
89 _.partial.placeholder = _;
226 _.delay(function(){
250 _.delay(function(){
423 _.delay(function(){
691 _.each([_.iteratee(fn), _.iteratee(fn, {})], function(cb) {
[all …]
H A Dcross-document.js4 var _ = typeof require == 'function' ? require('..') : window._; variable
38 assert.notOk(_.isEqual(iNumber, 101));
39 assert.ok(_.isEqual(iNumber, 100));
116 assert.notOk(_.isNumber(xml));
117 assert.notOk(_.isBoolean(xml));
118 assert.notOk(_.isNaN(xml));
119 assert.notOk(_.isFunction(xml));
120 assert.notOk(_.isNull(xml));
121 assert.notOk(_.isUndefined(xml));
132 _.isFunction(fn);
[all …]
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10_;if(!isUndefined(O[3])&&O[3].indexOf("*")==0){O[3]=parseInt(O[3].replace(/\D/g,""));if(isNaN(O[3]…
H A Ddocumentselection.js13_,c){if(c){var C=i.getStart(O);_=C+_;Q=C+Q}if('function'==typeof O.setSelectionRange){try{O.setSel… argument
/plugin/siteexport/
H A Dscript.js23 (function(_){
27 _.suspendGenerate = _.aggregateForm.length > 0;
34 if ( _.suspendGenerate || _.isManager ) { return; }
38 _.throbber(true);
39 $.post( _.url, _.settings('__siteexport_generateurl'), function(data) {
51 _.run = function() {
69 $.post( _.url, _.settings('__siteexport_getsitelist'), function(data) {
79 _.status(_.pages());
235 … if (_.zipURL != "" && _.zipURL != 'undefined' && typeof _.zipURL != 'undefined' ) {
245 _.errorLog(_.zipURL);
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js52 exports._ = _;
54 root._ = _;
205 _.reduce = _.foldl = _.inject = createReduce(1);
456 _.first = _.head = _.take = function(array, n, guard) {
480 _.rest = _.tail = _.drop = function(array, n, guard) {
672 _.indexOf = createIndexFinder(1, _.findIndex, _.sortedIndex);
774 _.defer = _.partial(_.delay, _, 1);
899 _.once = _.partial(_.before, 2);
1010 _.extendOwn = _.assign = createAssigner(_.keys);
1502 _.mixin(_);
[all …]
H A DREADME.md3 __ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____
4 /\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\
5 \ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\
6 \ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
7 \/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js56 exports._ = _;
58 root._ = _;
220 _.reduce = _.foldl = _.inject = createReduce(1);
469 _.first = _.head = _.take = function(array, n, guard) {
493 _.rest = _.tail = _.drop = function(array, n, guard) {
610 _.zip = restArgs(_.unzip);
766 _.partial.placeholder = _;
803 _.defer = _.partial(_.delay, _, 1);
934 _.once = _.partial(_.before, 2);
1065 _.extendOwn = _.assign = createAssigner(_.keys);
[all …]
/plugin/judge/
H A Dsubmissions.sqlite31_�3'## 2016-01-18 17:07:32سوال_دوsmmsadrnezhoutput-only=^�3'## 2016-01-18 16:26:25سوال_دوsmmsadr…
34 …01-18 17:40:34سوال_دوsmmsadrnezhoutput-only=��3'## 2016-01-18 17:40:19سوال_دوsmmsadrnezhoutput-o…
35_دوsmmsadrnezhoutput-only���3'##2016-01-18 17:10:42سوال_دوsmmsadrnezhoutput-only=e�3'##2016-01…
39 …-01-18 17:15:23سوال_دوsmmsadrnezhoutput-only=o�3'## 2016-01-18 17:15:21سوال_دوsmmsadrnezhoutput-o…
40_دوsmmsadrnezhoutput-only���3'##2016-01-17 20:21:04سوال_دوsmmsadrnezhoutput-only=G�3'##2016-01…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js254 var blankLine = _.repeat(' ', _.size(prevLine));
364 taskId = _.first(_.get(body, 'js tests'));
406 data = _.first(_.get(body, 'js tests')),
522 _.defaults(this.options, _.cloneDeep(jobOptions));
686 var all = _.map(this.platforms, _.bind(function(platform) {
761 stop = _.after(active.length, _.partial(_.invokeMap, all, 'reset', reset));
764 _.defer(stop);
767 _.defer(reset);
822 _.delay(_.bind(job.start, job), ++count * 1000);
847 var stop = _.after(active.length, _.bind(function() {
[all …]
H A Dtest.js345 var _ = root._ || (root._ = interopRequire(filePath)); variable
1324 includes = _.curry(_.rearg(_.ary(_.includes, 2), 1, 0), 2);
2345 …var funcs = [_.camelCase, _.kebabCase, _.lowerCase, _.snakeCase, _.startCase, _.lowerCase, _.camel…
5153 …assert.deepEqual(actual, _.dropRight(_.drop(_.dropRight(_.drop(_.filter(_.drop(array), predicate),…
5241 …assert.deepEqual(actual, _.drop(_.dropRight(_.drop(_.dropRight(_.filter(_.dropRight(array), predic…
6733 filter2 = _.curry(_.rearg(_.ary(_.filter, 2), 1, 0), 2),
6737 map2 = _.curry(_.rearg(_.ary(_.map, 2), 1, 0), 2),
6741 take2 = _.curry(_.rearg(_.ary(_.take, 2), 1, 0), 2),
6767 var curried = _.curry(_.ary(_.map, 2), 2),
15975 _.mixin({ 'a': _.countBy, 'b': _.filter });
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_horizontal_rules.md59 _ _ _
61 _ _ _
63 _ _ _
65 _ _ _
67 _ _ _
/plugin/discoursesearch/
H A Dasyncsearch.js10 (function(_){
12 _.addEntry = function() {
25 _.filter = function( array, id ) {
36 _.loadResults = function( url ) {
38 _.$root = $('<div/>').appendTo( _.anchor );
44 $('<h3/>').text( _.config.title ).appendTo( _.$root );
49 _.addEntry.call( this );
53 _.finishedResults();
57 _.finishedResults = function() {
58 if ( _.successHandler ) {
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst25 by the `strtotime`_ function), `DateTime`_ instances, or `Unix timestamps`_.
37 * 'none': `IntlDateFormatter::NONE`_
38 * 'short': `IntlDateFormatter::SHORT`_
39 * 'medium': `IntlDateFormatter::MEDIUM`_
40 * 'long': `IntlDateFormatter::LONG`_
41 * 'full': `IntlDateFormatter::FULL`_
94 * 'decimal': `NumberFormatter::DECIMAL`_
95 * 'currency': `NumberFormatter::CURRENCY`_
96 * 'percent': `NumberFormatter::PERCENT`_
98 * 'spellout': `NumberFormatter::SPELLOUT`_
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A 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);
165 _.extend(obj, Backbone.Events);
352 _.extend(obj, Backbone.Events);
367 _.extend(obj, Backbone.Events);
379 _.extend(obj, Backbone.Events);
393 _.extend(obj, Backbone.Events);
[all …]
/plugin/indexmenu2/cms/
H A Dcms.js15_={'theme':{'name':'','options':{}},'transitions':{},themeRootPath:null,maxDepth:0,maxOpenDepth:0,… class in CompleteMenuSolution
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3030 `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
3173 `_.reduce`, `_.reduceRight`, and `_.transform`.
4841 _.isArray(_.noop);
5273 _.isFunction(_);
5541 _.isNative(_);
5671 _.isObject(_.noop);
9333 // => '_-abc_-_'
9833 _.trim('-_-abc-_-', '_-');
9865 _.trimEnd('-_-abc-_-', '_-');
9894 _.trimStart('-_-abc-_-', '_-');
[all …]
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A 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… class in AnonymousFunctiona8bda3ca0100
8_.matchBoundary=!1;if(b&&a&&0<this.offset)this.offset--;else if(b&&this.offset<b.getLength()-1)thi… class in AnonymousFunctiona8bda3ca0600
9_.cursors;if(1>b.length){var d=this._.walker.textNode;if(d)a.setStartAfter(d);else return null}els…
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… class in AnonymousFunctiona8bda3ca1400
13_.ignoreCase&&(a=a.toLowerCase());;){if(a==this._.pattern.charAt(this._.state))return this._.state…
23_.tabs[e],h;h="find"===e?"txtFindWordChk":"txtReplaceWordChk";b=a.getContentElement(e,"find"===e?"…
24_.currentTabId,b=this.getParentEditor().getSelection().getSelectedText(),c=this.getContentElement(…
[all …]
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A 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(… class in q
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… class in u
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._.… class in z
22_.tabs[e],k;k="find"===e?"txtFindWordChk":"txtReplaceWordChk";b=a.getContentElement(e,"find"===e?"…
23 …Replace");b.setValue(a);b.select();this.selectPage(g);this[("find"==g&&this._.editor.readOnly?"hid…
[all …]
/plugin/popupviewer/
H A Dscript.js13 (function(_){
57 return _;
107 return _;
150 _.hideViewer(e, _.presentViewerWithContent);
151 return _;
344 _.hideViewer(e, _.presentViewerWithContent);
455 return _;
481 return _;
494 …if ( currentIsImage && _.popupImageStack && _.popupImageStack.size && _.popupImageStack.length > 1…
515 return _;
[all …]

12345678910>>...28