Home
last modified time | relevance | path

Searched refs:omit (Results 1 – 25 of 44) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst37 {# you can omit the first argument -- which is the same as 0 #}
40 {# you can omit the last argument -- which will select everything till the end #}
/plugin/admnote/
H A DREADME.md7 …Docs Admonition notes are supported. Notes are not collapsible and you cannot omit the header line.
39 You can also omit the body of the note completely:
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js216 result = _.omit({a: 1, b: 2, c: 3}, 'b');
218 result = _.omit({a: 1, b: 2, c: 3}, 'a', 'c');
220 result = _.omit({a: 1, b: 2, c: 3}, ['b', 'c']);
222 result = _.omit(['a', 'b'], 0);
225 assert.deepEqual(_.omit(null, 'a', 'b'), {}, 'non objects return empty object');
226 assert.deepEqual(_.omit(void 0, 'toString'), {}, 'null/undefined return empty object');
227 assert.deepEqual(_.omit(5, 'toString', 'b'), {}, 'returns empty object for primitives');
235 result = _.omit(data, callback, {value: 2});
241 assert.deepEqual(_.omit(instance, 'b'), {a: 1, c: 3}, 'include prototype props');
243 assert.deepEqual(_.omit(data, function(val, key) {
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md58 8. Files must omit the closing php tag (`?>`).
/plugin/news/
H A DREADME24 The news reader will use your title for the item. You can omit the title:
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md58 8. Files must omit the closing php tag (`?>`).
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst183 …xgettext --default-domain=messages -p ./locale --from-code=UTF-8 -n --omit-header -L PHP /tmp/cach…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm104 <!--- omit CF 6.1 error during moving uploaded file, just copy that file instead of moving --->
/plugin/imapmarkers/
H A DREADME.md7 …erset of the *dokuwiki-plugin-imagemap* plugin, simply use no references and omit area-identifiers.
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md196 Or you can omit the "id" and just apply overrides in the same order as you have
/plugin/tablelayout/
H A Dyarn.lock1601 object.omit "^2.0.0"
1761 object.omit@^2.0.0:
1763 …resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76c…
/plugin/dropfiles/
H A Dyarn.lock1765 object.omit "^2.0.0"
1946 object.omit@^2.0.0:
1948 …resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76c…
/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1 …booleanConsts: words(\"true false\"),\n otherConsts: words(\"null NULL omit\"),\n\n visibili…
/plugin/fetchmedia/
H A Dyarn.lock2107 object.omit "^2.0.0"
2271 object.omit@^2.0.0:
2273 …resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76c…
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2136 object.omit "^2.0.0"
2313 object.omit@^2.0.0:
2315 …resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76c…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1532 return _.omit(attrs, 'items');
1543 return _.omit(attrs, 'subItems');
H A Dmodel.js152 assert.deepEqual(model.omit('foo', 'bar'), {baz: 'c'});
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 … a=0,c=u.length;c>a;a++){var f=u[a],l=o[f];e(l,f,o)&&(i[f]=l)}return i},m.omit=function(n,t,r){if(… function
H A Dunderscore.js1043 _.omit = function(obj, iteratee, context) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 … a=0,c=u.length;c>a;a++){var f=u[a],l=o[f];e(l,f,o)&&(i[f]=l)}return i},m.omit=function(n,t,r){if(… function
H A Dunderscore.js1103 _.omit = restArgs(function(obj, keys) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js744 omit: 0, chain: 1, isEmpty: 1};
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js477 actual = fp.omit(other)(object);
/plugin/passpolicy/
H A Dwords.txt2485 omit
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js13496 var omit = flatRest(function(object, paths) {
16599 lodash.omit = omit;

12