Home
last modified time | relevance | path

Searched refs:difference (Results 26 – 50 of 107) sorted by relevance

12345

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js20 …e.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {
H A Dtest-fp.js467 actual = fp.difference(array)(other);
881 var actual = fp.difference([2, 1], [2, 3]);
H A Dtest.js863 lodashBizarro.difference([object, otherObject], largeArray),
7053 lodashStable.each(lodashStable.difference(methods, objectMethods), function(methodName) {
7078 lodashStable.each(lodashStable.difference(methods, unwrappedMethods), function(methodName) {
7126 …lodashStable.each(lodashStable.difference(methods, arrayMethods, forInMethods), function(methodNam…
7521 assert.deepEqual(_.difference(largeArray, largeArray), []);
19986 assert.deepEqual(lodashStable.difference(actual, array), []);
20056 assert.deepEqual(lodashStable.difference(actual, lodashStable.values(object)), []);
26626 assert.deepEqual(_.difference(args, [null]), [1, [3], 5], message('difference'));
26667 assert.deepEqual(_.difference(null, array), [], message('difference'));
26680 assert.deepEqual(_.difference(array, null), array, message('difference'));
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md35 The big difference between these two is in the number of things it can resolve.
/plugin/authyubikey/
H A Dauth.php.org229 // reload the user list and count the difference
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5difference(n,l.call(arguments,1))},m.uniq=m.unique=function(n,t,r,e){m.isBoolean(t)||(e=r,r=t,t=!1… function
H A Dunderscore.js516 return _.difference(array, slice.call(arguments, 1));
573 _.difference = function(array) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5difference(n,l.call(arguments,1))},m.uniq=m.unique=function(n,t,r,e){m.isBoolean(t)||(e=r,r=t,t=!1… function
H A Dunderscore.js531 return _.difference(array, otherArrays);
589 _.difference = restArgs(function(array, rest) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc395 This syntax is identical to the `get` syntax. The only difference is the
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md23 **What's the difference to [beberlei/assert]?**
/plugin/bible/bible_douayRheims/
H A DMalachias.txt49 …3:18. And you shall return, and shall see the difference between the just and the wicked: and betw…
/plugin/jmol2/jmol/
H A DCHANGES.txt403 # bug fix: quaternion difference off by one group
418 # bug fix: quaternion difference draw not quite correct on axis position
2274 # Quaternion right division (difference "dq"):
2278 # Quaternion left division (relative difference n):
2299 # giving a measure proportional to the difference in local helical axis angle
2327 # quaternion absolute difference # in the molecular frame
2328 # quaternion relative difference # in the (local) frame of first quaternion:
2336 # new feature: quaternion [w|x|y|z|a|r] [difference][2] [draw]
2337 # new feature: draw quaternion [w|x|y|z|a|r] [difference][2]
2338 # new feature: write quaternion [w|x|y|z|a|r] [difference][2] [draw]
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md322 As you might see, the only difference between how we get dummies and stubs is that with
/plugin/wrap/
H A Dexample.txt124 :!: Attention: What is the difference between widths and width keywords and when is it best to use which? **Widths** can cause problems and will never fully add up, therefore will break the layout under some circumstances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a technical explanation.) So, getting widths right will need some fiddling around and testing in various browsers. **Width keywords** on the other hand fit automatically and work better on mobile devices. But the drawback is that they need an extra wrap around them and don't work properly in older browsers (IE8 and under).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md345 You'll notice this is identical syntax to the `get` syntax. The only difference is the operation: `delete` instead of
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1632 //getting difference between the childs top and parents viewable area
1639 // if difference between childs top and parents viewable area is
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1680 //getting difference between the childs top and parents viewable area
1687 // if difference between childs top and parents viewable area is
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1213 without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,
/plugin/tuxquote/
H A Dquotes.txt305 The difference between a hero and a coward is one step sideways. <BR> -- Gene Hackman
310 The difference between a coward and a brave man is usually a matter of timing. <BR> -- Robert Heinl…
452 In theory, there is no difference between theory and practice. In practice, there is.
605 The difference between stupidity and genius is that genius has its limits. <BR> -- Albert Einstein
616 The only difference between fear and adventure is how much you breathe. <BR> -- Rob Kalnitsky
732 The difference between pornography and erotica is lighting. <BR> -- Gloria Leonard
897 The difference between the right word and the almost right word is the difference between lightning…
3350 Never argue with a fool - people might not know the difference. <BR> -- First Law of Debate
3666 Don't argue with a fool. The spectators can't tell the difference.
3899 The difference between pornography and erotica is lighting.
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md11 * <a href="#_differencearray-values">`_.difference`</a>
507 <h3 id="_differencearray-values"><code>_.difference(array, [values])</code></h3>
508 …6947 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.difference "See the npm pac…
530 _.difference([2, 1], [2, 3]);
542 This method is like `_.difference` except that it accepts `iteratee` which
580 This method is like `_.difference` except that it accepts `comparator`
1354 **Note:** Unlike `_.difference`, this method mutates `array`.
2290 [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)
6743 *(number)*: Returns the difference.
8590 `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md480 difference between such ABR files and true VBR)
H A Dreadme.txt499 difference between such ABR files and true VBR)

12345