Home
last modified time | relevance | path

Searched refs:identity (Results 51 – 74 of 74) sorted by last modified time

123

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js94 if (value == null) return _.identity;
447 if (isArrayLike(obj)) return _.map(obj, _.identity);
1358 _.identity = function(value) {
H A Dunderscore-min.js5identity:m.isFunction(n)?b(n,t,r):m.isObject(n)?m.matcher(n):m.property(n)};m.iteratee=function(n,…
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js3465 return identity;
4003 var baseSetData = !metaMap ? identity : function(func, data) {
4444 return typeof value == 'function' ? value : identity;
13217 }, constant(identity));
15485 function identity(value) {
16281 ? baseExtremum(array, identity, baseGt)
16329 return baseMean(array, identity);
16379 ? baseExtremum(array, identity, baseLt)
16489 ? baseSum(array, identity)
16725 lodash.identity = identity;
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5identity:m.isFunction(n)?b(n,t,r):m.isObject(n)?m.matcher(n):m.property(n)};m.iteratee=function(n,…
H A Dunderscore-min.map1 …","func","argCount","value","other","collection","accumulator","apply","identity","isObject","matc…
H A Dunderscore.js88 if (value == null) return _.identity;
429 if (isArrayLike(obj)) return _.map(obj, _.identity);
486 return _.filter(array, _.identity);
1282 _.identity = function(value) {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.min.js25 ….forEach=z,o.has=function(n,t){return null!=n&&pn.call(n,t)},o.head=q,o.identity=X,o.indexOf=P,o.i…
H A Dlodash.core.js757 return identity;
848 return setToString(overRest(func, start, identity), func + '');
1462 var setToString = identity;
3446 function identity(value) { function
3678 ? baseExtremum(array, identity, baseGt)
3702 ? baseExtremum(array, identity, baseLt)
3753 lodash.identity = identity;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js349 assert.ok(_.every([], _.identity), 'the empty set');
350 assert.ok(_.every([true, true, true], _.identity), 'every true values');
351 assert.notOk(_.every([true, false, true], _.identity), 'one false value');
354 assert.strictEqual(_.every([1], _.identity), true, 'cast to boolean - true');
355 assert.strictEqual(_.every([0], _.identity), false, 'cast to boolean - false');
356 assert.notOk(_.every([void 0, void 0, void 0], _.identity), 'works with arrays of undefined');
384 assert.strictEqual(_.some([1], _.identity), true, 'cast to boolean - true');
385 assert.strictEqual(_.some([0], _.identity), false, 'cast to boolean - false');
550 assert.equal(-Infinity, _.max(null, _.identity), 'can handle null/undefined');
595 assert.equal(_.min(null, _.identity), Infinity, 'can handle null/undefined');
[all …]
H A Dobjects.js815 assert.notOk(_.isRegExp(_.identity), 'functions are not RegExps');
1096 assert.deepEqual(_.mapObject(val, _.identity), {}, 'mapValue identity');
1102 …assert.deepEqual(_.mapObject(protoObj, _.identity), {a: 1}, 'ignore inherited values from prototyp…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5 …1,[0,1])},ao.scale.threshold=function(){return cu([.5],[0,1])},ao.scale.identity=function(){return… function
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt68 … you may have to update your gits from the command line, using your own identity. However, you mu…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4011 return identity;
4840 var baseSetData = !metaMap ? identity : function(func, data) {
5026 return binaryIndexBy(array, value, identity, retHighest);
5084 return identity;
9761 wrapper = wrapper == null ? identity : wrapper;
12390 function identity(value) {
12870 lodash.identity = identity;
H A Dpdfmake.min.js.map1identity","baseMatches","baseProperty","baseClone","isDeep","stackA","stackB","initCloneArray","ta…
H A Dpdfmake.min.js8 ….findLastIndex=Nn,e.findLastKey=Di,e.findWhere=Ir,e.first=jn,e.has=Ni,e.identity=bo,e.includes=xr,…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1975 function identity(input) { function
2073 "string": identity,
2091 "array": identity,
2111 "arraybuffer": identity,
2129 "uint8array": identity,
2147 "nodebuffer": identity
/plugin/authshibboleth/
H A DREADME.md11 …the environment variables injected by Shibboleth (user's attributes sent by the identity provider).
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng173 element identity { text }?
/plugin/publist/
H A DTODO4 use identity function.
/plugin/tuxquote/
H A Dquotes.txt3084 …of time or space, abandon their previous identities. Neighborhood gives identity. Frontiers snatch…
/plugin/publistx/
H A DTODO4 use identity function.
/plugin/aceeditor/
H A Dbuild.js1identity);var i=!0;return e==null?i:m&&e.every===m?e.every(t,r):(T(e,function(e,s,o){if(!(i=i&&t.c…
/plugin/fedauth/Auth/OpenID/
H A DServer.php773 $this->identity = $identity;
798 ($this->identity == $other->identity) &&
851 if ($identity === null) {
1023 if ($identity && !$claimed_id) {
1024 $claimed_id = $identity;
1030 if (!$identity) {
1039 } else if ($this->identity) {
1040 if ($identity &&
1041 ($this->identity != $identity)) {
1044 sprintf($fmt, $this->identity, $identity));
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,temporary:1,exec:1,time:1,update:1,catalog:1,user:1,sql:1,date:1,on:1,identity:1,timezone_hour:1…

123