Home
last modified time | relevance | path

Searched refs:shallow (Results 1 – 25 of 32) sorted by relevance

12

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dclone.js6 var cloned = shallow(property);
8 var component = shallow(property.components[i]);
19 function shallow(property) { function
32 shallow: shallow property
Drestore.js1 var shallowClone = require('./clone').shallow;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dis-component-of.js3 function isComponentOf(property1, property2, shallow) { argument
5 …!shallow && !!compactable[property1.name].shorthandComponents && isSubComponentOf(property1, prope…
Doverride-properties.js12 var shallowClone = require('../clone').shallow;
/plugin/button/
Dstyle.css23 - text-shallow : simply moved
/plugin/sequencediagram/bower_components/raphael/
Dyarn.lock366 extend-shallow "^2.0.1"
903 extend-shallow "^2.0.1"
915 extend-shallow@^2.0.1:
917 …resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f61…
921 extend-shallow@^3.0.0, extend-shallow@^3.0.2:
923 …resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2…
939 extend-shallow "^2.0.1"
970 extend-shallow "^2.0.1"
1625 extend-shallow "^3.0.2"
1643 extend-shallow "^3.0.2"
[all …]
/plugin/sequencediagram/bower_components/underscore/
Dunderscore.js490 var flatten = function(input, shallow, strict, startIndex) { argument
496 if (!shallow) value = flatten(value, shallow, strict);
510 _.flatten = function(array, shallow) { argument
511 return flatten(array, shallow, false);
Dunderscore-min.map1 …take","initial","last","rest","tail","drop","compact","flatten","input","shallow","strict","startI…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore.js503 var flatten = function(input, shallow, strict, output) { argument
510 if (shallow) {
514 flatten(value, shallow, strict, output);
525 _.flatten = function(array, shallow) { argument
526 return flatten(array, shallow, false);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
DREADME.md358 The following structures cannot be deep-copied with PHP Reflection. As a result they are shallow cl…
/plugin/dw2pdf/vendor/myclabs/deep-copy/
DREADME.md353 The following structures cannot be deep-copied with PHP Reflection. As a result they are shallow cl…
/plugin/tablelayout/
Dyarn.lock1291 is-equal-shallow@^0.1.3:
1293 …resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221d…
2041 is-equal-shallow "^0.1.3"
/plugin/dropfiles/
Dyarn.lock1416 is-equal-shallow@^0.1.3:
1418 …resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221d…
2348 is-equal-shallow "^0.1.3"
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md625 Before, this was just a more verbose way of shallow copying `obj` since it doesn't actually do what…
873 - Make a shallow clone of babel for testing @danez
/plugin/fetchmedia/
Dyarn.lock1811 is-equal-shallow@^0.1.3:
1813 …resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221d…
2591 is-equal-shallow "^0.1.3"
/plugin/sequencediagram/bower_components/lodash/
Dyarn.lock1712 is-equal-shallow@^0.1.3:
1714 …resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221d…
2645 is-equal-shallow "^0.1.3"
/plugin/ckeditor5markdown/
Dckeditor.js2shallow=!!e.shallow,this.ignoreElementEnd=!!e.ignoreElementEnd,this._boundaryStartParent=this.boun… property
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md852 * Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a …
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md4504 Creates a shallow clone of `value`.
4528 var shallow = _.clone(objects);
4529 console.log(shallow[0] === objects[0]);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1147 * Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a …
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md1502 the default shallow copy.
/plugin/tuxquote/
Dquotes.txt472 The music business is a cruel and shallow money trench, a long plastic hallway where thieves and pi…
1145 My point is that guys are not merely shallow, childish, irresponsible, unreliable, slovenly, sports…
2771 Seriousness is the only refuge of the shallow. <BR> -- Oscar Wilde (1854 - 1900)
2788 Only the shallow know themselves. <BR> -- Oscar Wilde (1854 - 1900)
/plugin/diagramsnet/lib/math/extensions/a11y/
Dmathjax-sre.js116 sre.Engine.Speech={NONE:"none",SHALLOW:"shallow",DEEP:"deep"};sre.Engine.Markup={NONE:"none",PUNCTU…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1 … mapping.type.substr(0, 3) !== 'key') {\n // Make a shallow copy of the origi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js.map1shallow = _.clone(users);\n\t * shallow[0] === users[0];\n\t * // => true\n\t *\n\t …

12