Home
last modified time | relevance | path

Searched refs:collection (Results 126 – 150 of 167) sorted by path

1234567

/plugin/refnotes/lang/en/
H A D__template.txt3 On this page you can define commonly used notes for [[doku>plugin:refnotes|RefNotes plugin]]. Every note is defined as collection of data //fields//. There are number of ways to organize the note definitions:
/plugin/remotescript/lib/
H A Dlicense.txt124 A "library" means a collection of software functions and/or data
/plugin/revealjs/lib/font/source-sans-pro/
H A DLICENSE22 “Original Version” refers to the collection of Font Software components as distributed by the Copyr…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js767 this._collection = this.options.collection || [];
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js157 eachFunc(collection, function(value, index, collection) { argument
471 baseEach(collection, function(value, index, collection) { argument
517 baseEach(collection, function(value, index, collection) { argument
785 result = isArrayLike(collection) ? Array(collection.length) : [];
787 baseEach(collection, function(value, key, collection) { argument
905 baseEach(collection, function(value, index, collection) { argument
1042 return collection;
1056 return collection;
1119 collection = keys(collection);
2127 collection = isArrayLike(collection) ? collection : nativeKeys(collection);
[all …]
H A Dlodash.js777 eachFunc(collection, function(value, key, collection) { argument
911 eachFunc(collection, function(value, index, collection) { argument
2509 baseEach(collection, function(value, key, collection) { argument
2840 baseEach(collection, function(value, index, collection) { argument
2914 baseEach(collection, function(value, index, collection) { argument
3542 baseEach(collection, function(value, key, collection) { argument
3725 var result = baseMap(collection, function(value, key, collection) { argument
4078 baseEach(collection, function(value, index, collection) { argument
5056 collection = keys(collection);
9432 collection = isArrayLike(collection) ? collection : values(collection);
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2508 1. `collection` *(Array|Object)*: The collection to iterate over.
2546 1. `collection` *(Array|Object)*: The collection to iterate over.
2594 1. `collection` *(Array|Object)*: The collection to iterate over.
2639 1. `collection` *(Array|Object)*: The collection to inspect.
2685 1. `collection` *(Array|Object)*: The collection to inspect.
2716 1. `collection` *(Array|Object)*: The collection to iterate over.
2747 1. `collection` *(Array|Object)*: The collection to iterate over.
2778 1. `collection` *(Array|Object)*: The collection to iterate over.
3295 1. `collection` *(Array|Object)*: The collection to sample.
3321 1. `collection` *(Array|Object)*: The collection to sample.
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst51 // (value, index|key, collection)
101 // (collection, iteratee)
107 // (iteratee, collection)
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js777 eachFunc(collection, function(value, key, collection) { argument
911 eachFunc(collection, function(value, index, collection) { argument
2509 baseEach(collection, function(value, key, collection) { argument
2840 baseEach(collection, function(value, index, collection) { argument
2914 baseEach(collection, function(value, index, collection) { argument
3542 baseEach(collection, function(value, key, collection) { argument
3725 var result = baseMap(collection, function(value, key, collection) { argument
4078 baseEach(collection, function(value, index, collection) { argument
5056 collection = keys(collection);
9432 collection = isArrayLike(collection) ? collection : values(collection);
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js6085 function(collection, key) { argument
6097 func(collection, resolve(values[2]), 2),
6098 func(collection, resolve(values[1]), 2)
6149 func(collection, resolve(values[0]), '1')
6164 func(collection, resolve(values[2]), -1),
6165 func(collection, resolve(values[1]), -1)
6273 function(collection, key) { argument
6481 return index ? func(collection, value) : func(collection);
8180 function(collection, key) { argument
8226 function(collection, key) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js400 if (options.collection) this.collection = options.collection;
700 _.result(this.collection, 'url') ||
1060 var collection = this;
1063 collection[method](resp, options);
1065 collection.trigger('sync', collection, resp, options);
1080 var collection = this;
1083 if (wait) collection.add(m, callbackOpts);
1121 if (!attrs.collection) attrs.collection = this;
1125 options.collection = this;
1179 if (this === model.collection) delete model.collection;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js127 collection.add([
578 assert.equal(model.collection, collection);
880 assert.equal(this.collection, collection);
894 collection.remove(collection.models);
1452 collection.add(collection.models); // don't sort, nothing new
1468 collection.add(collection.models); // don't sort, nothing new
1663 assert.equal(this.collection, collection);
1709 assert.equal(collection.at(0), collection.get(1));
1711 assert.equal(collection.at(1), collection.get(2));
1725 assert.equal(collection.at(0), collection.get('a-1'));
[all …]
H A Dmodel.js7 var doc, collection; variable
18 collection = new Klass();
19 collection.add(doc);
29 assert.equal(this.collection, collection);
32 var model = new Model({}, {collection: collection});
34 assert.equal(model.collection, collection);
75 var model = new Model({}, {collection: collection});
77 assert.equal(model.collection, collection);
90 var model = new Model({id: 'foo'}, {collection: collection});
91 assert.equal(model.collection, collection);
[all …]
H A Dview.js430 this.listenTo(this.collection, 'all x', function() { assert.ok(false); });
436 collection: new Backbone.Collection
441 myView.collection.trigger('x');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js102 var collection = [
115 _.each(collection.concat(array), function(method) {
133 _.each(collection.concat(object), function(method) {
H A Dfunctions.js707 var collection = ['foo', 'bar', 'bbiz'];
711 assert.equal(_.every(collection, /b/g), false);
713 assert.equal(_.find(collection, /b/g), 'bar');
714 assert.equal(_.findIndex(collection, /b/g), 1);
715 assert.equal(_.findKey(collection, /b/g), 1);
716 assert.equal(_.findLastIndex(collection, /b/g), 2);
719 assert.deepEqual(_.map(collection, /b/g), [0, 1, 2]);
720 assert.equal(_.max(collection, /b/g), 'bbiz');
721 assert.equal(_.min(collection, /b/g), 'foo');
723 assert.deepEqual(_.reject(collection, /b/g), ['foo']);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js75 case 3: return function(value, index, collection) {
76 return func.call(context, value, index, collection);
78 case 4: return function(accumulator, value, index, collection) {
79 return func.call(context, accumulator, value, index, collection);
153 var isArrayLike = function(collection) { argument
154 var length = getLength(collection);
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock476 collection-visit "^1.0.0"
566 collection-visit@^1.0.0:
568 …resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …apped","exports","module","VERSION","func","argCount","value","other","collection","accumulator","…
H A Dunderscore.js72 case 3: return function(value, index, collection) {
73 return func.call(context, value, index, collection);
75 case 4: return function(accumulator, value, index, collection) {
76 return func.call(context, accumulator, value, index, collection);
137 var isArrayLike = function(collection) { argument
138 var length = getLength(collection);
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock380 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
/plugin/subjectindex/plugins/
H A Dbible_verses.txt18779 When you cry for aid your collection of things will not deliver you, but a wind will carry even all…
28778 Now concerning the collection that is for the holy ones, just as I gave orders to the congregations…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … @param {Object} regex Regular expression item info from `regexList` collection.\n * @return {Ar…
/plugin/tablelayout/
H A Dyarn.lock1556 matcher-collection@^1.0.0:
1558 …resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.0.5.tgz#2ee095438…
2463 matcher-collection "^1.0.0"

1234567