Home
last modified time | relevance | path

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

12

/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js13496 var omit = flatRest(function(object, paths) {
16599 lodash.omit = omit;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md629 The *implicit link name* shortcut allows you to omit the name of the
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …ions","methods","names","extend","extendOwn","assign","pick","oiteratee","omit","String","defaults…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc684 $params['index'] = (list) A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js16468 assert.deepEqual(_.omit(object, 'a', 'c'), { 'b': 2, 'd': 4 });
16469 assert.deepEqual(_.omit(object, ['a', 'd'], 'c'), { 'b': 2 });
16475 assert.deepEqual(_.omit(nested, 'b.c'), { 'a': 1, 'b': { 'd': 3} });
16482 actual = _.omit(object, [['a.b']]);
16493 assert.deepEqual(_.omit(object, path), { 'a': { 'b': 2 } });
16500 assert.deepEqual(_.omit({ '0': 'a' }, 0), {});
16508 var actual = _.omit(value, 'valueOf');
16520 assert.deepEqual(_.omit('', 'b'), { 'a': 1 });
16529 assert.deepEqual(_.omit(object, args), { 'b': 2, 'd': 4 });
16537 _.omit(object, path);
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md273 * <a href="#_omitobject-paths">`_.omit`</a>
7991 <h3 id="_omitobject-paths"><code>_.omit(object, [paths])</code></h3>
7992 …#L13496 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.omit "See the npm packag…
8005 2. `[paths]` *(...(string|string&#91;&#93;))*: The property paths to omit.
8014 _.omit(object, ['a', 'c']);
8598 `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js723 function omit(target, properties) { function
16226 var diagramOptions = assign(omit(options, [ 'additionalModules' ]), {
32402 entries[id] = omit(entry, [ 'id' ]);
32441 entries[id] = omit(entry, [ 'id' ]);
33104 var attrs = assign({}, omit(descriptor, [ 'priority' ]));
33155 var connection = this._elementFactory.createConnection(omit(attrs, [ 'id' ]));
33161 var label = this._elementFactory.createLabel(omit(attrs, [ 'id' ]));
33167 var shape = this._elementFactory.createShape(omit(attrs, [ 'id' ]));
33518 references = omit(references, reduce(references, function(array, reference, key) {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js102 …,An.nthArg=function(n){return n=Eu(n),fr(function(t){return Qt(t,n)})},An.omit=If,An.omitBy=functi…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1093 * Added: Sabre_DAV_Exception_LengthRequired to omit 411 errors.
/plugin/dokuprism/prism/
H A Dprism.js166 Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp('(^|[^"#])(?:"(?:\\\\(?:\\((?:[^()]|\\([^()]*\\))*\\)|\r\n|[^(])|[^\\\\\r\n"])*"|"""(?:\\\\(?:\\((?:[^()]|\\([^()]*\\))*\\)|[^(])|[^\\\\"]|"(?!""))*""")(?!["#])'),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp('(^|[^"#])(#+)(?:"(?:\\\\(?:#+\\((?:[^()]|\\([^()]*\\))*\\)|\r\n|[^#])|[^\\\\\r\n])*?"|"""(?:\\\\(?:#+\\((?:[^()]|\\([^()]*\\))*\\)|[^#])|[^\\\\])*?""")\\2'),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp("#(?:(?:elseif|if)\\b(?:[ \t]*(?:![ \t]*)?(?:\\b\\w+\\b(?:[ \t]*\\((?:[^()]|\\([^()]*\\))*\\))?|\\((?:[^()]|\\([^()]*\\))*\\))(?:[ \t]*(?:&&|\\|\\|))?)+|(?:else|endif)\\b)"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach((function(e){e.inside.interpolation.inside=Prism.languages.swift})); class in Prism.languages.swift
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11126 function omit(object, predicate, thisArg) {
12787 lodash.omit = omit;
H A Dpdfmake.min.js.map1omit","pairs","pick","defaultValue","valuesIn","random","floating","noMin","noMax","capitalize","r…
H A Dpdfmake.min.js8 …apValues=Zi,e.matches=xo,e.memoize=ni,e.merge=Ya,e.mixin=So,e.negate=ri,e.omit=Gi,e.once=ii,e.pair…
/plugin/bible/bible_douayRheims/
H A DNumbers.txt570 15:22. And if through ignorance you omit any of these things, which the Lord hath spoken to Moses,
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1omit the `type` attribute, but is actually now recommended practice. It is also used on `rel=\\\"p…
/plugin/aceeditor/
H A Dbuild.js1 …(r,u.call(arguments,1));return T(n,function(n){n in e&&(t[n]=e[n])}),t},x.omit=function(e){var t={… function
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs13587 /* note: some bad XLSB files omit the PtgParen */
18029 /* strictly speaking, the leading = is required but some writers omit */
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …s entry has to be\n // present, but can be empty. Some documents still omit it; in this case\n …
/plugin/subjectindex/plugins/
H A Dbible_verses.txt5523 But in case you omit making a vow, it will not become a sin on your part.
25448 … the love of God! These things YOU were under obligation to do, but those other things not to omit.

12