Home
last modified time | relevance | path

Searched refs:source (Results 1501 – 1525 of 1655) sorted by relevance

1...<<61626364656667

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md36 * New method `Elastica\Aggregation\Terms::setMissingBucket`. For Composite Agg. Include in the response documents without a value for a given source. [#2117](https://github.com/ruflin/Elastica/pull/2117)
262 * If you're **NOT** using composer to manage your libraries: the root directory of the library's source code moved from `lib/Elastica/` to `src/`.
475 * Use `source` script field instead of deprecated (since ES 5.6) `inline` field. [#1497](https://github.com/ruflin/Elastica/pull/1497)
530 - [Unfiltered nested source](https://github.com/elastic/elasticsearch/pull/26102) should keep its full path [#1366](https://github.com/ruflin/Elastica/pull/1366)
536 - [Unfiltered nested source](https://github.com/elastic/elasticsearch/pull/26102) should keep its full path [#1366](https://github.com/ruflin/Elastica/pull/1366)
1089 - Allow bool in Query::setSource function [#818](https://github.com/ruflin/Elastica/issues/818/) https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html
1284 - toString updated to consider doc_as_upsert if sent an array source [#622](https://github.com/ruflin/Elastica/issues/622/)
1304 - Added named function for source filtering [#605](https://github.com/ruflin/Elastica/issues/605/)
1992 - Refactoring of Elastica_Type::setMapping. No source parameter anymore.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13source:t,target:e,type:this._get_link_type(i,n)}))return!1;if(!(r.source&&r.target&&r.type))return… property in AnonymousFunction949e2c6c25200.n
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js6 …process.exit(1));var source=require("fs").readFileSync(require("path").normalize(args[1]),"utf8");…
H A Dsequence-diagram-min.js6 …process.exit(1));var source=require("fs").readFileSync(require("path").normalize(args[1]),"utf8");…
/plugin/codemirror/dist/modes/
H A Dxml.min.js.map1source","track","wbr","menuitem","implicitlyClosed","dd","li","optgroup","option","p","rp","rt","t…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js5432 var source = sources.shift();
5433 if (!source) { continue; }
5435 if (typeof source !== 'object') {
5436 throw new TypeError(source + 'must be non-object');
5439 for (var p in source) {
5440 if (source.hasOwnProperty(p)) {
5441 obj[p] = source[p];
11493 if (event.source === global &&
/plugin/ckgedit/ckeditor/
H A DCHANGES.md82 …witch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the atta…
216 * New application source URL was added in SCAYT.
777 …m/ticket/13609): [Edge] Fixed: The browser crashes when switching to the source mode. Thanks to [A…
952 …witch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the atta…
972 * [#13031](https://dev.ckeditor.com/ticket/13031): [Firefox] Fixed: No more line breaks in source v…
1008 …witch CKEditor to source mode, then (ii) paste a specially crafted HTML code, prepared by the atta…
1175 … [IE9] Fixed: The caret jumps out of the editable area when resizing the editor in the source mode.
1247 …https://dev.ckeditor.com/ticket/11677): Fixed: Undo/Redo keystrokes are blocked in the source mode.
1276 …ed: [Menu button](https://ckeditor.com/cke4/addon/menubutton) panel not showing in the source mode.
1311 …/ckeditor.com/cke4/addon/divarea): Fixed: Error thrown when switching to source mode if the select…
[all …]
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt12 version of the library intended to use in production. All uncompressed source
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D22.22.js.map1 …'keygen',\n 'link',\n 'menuitem',\n 'meta',\n 'param',\n 'source',\n 'track',\n …
H A D7.7.js.map1source',\n 'abbreviated',\n 'abstract',\n 'accept',\n 'accepting',\n 'according',\n…
H A Dbundle.js.map1source {\\n\\twhite-space: pre-wrap;\\n\\tword-break: break-all;\\n}\\n\\n.monaco-hover .hover-row…
/plugin/revealjs/
H A DREADME.md28 Check also the source code of the [example presentation](example_presentation.dokuwiki)
/plugin/farmer/css/
H A Dchosen.less6 Full source at https://github.com/harvesthq/chosen
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1source-initiative::before{content:"\FB8A"}.mdi-openid::before{content:"\F3CD"}.mdi-opera::before{c…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt76 …['md5_data_source']=>string() // md5 hash of original source file before compression (curre…
116 …ags'], but with all entries converted to HTML entities as appropriate from various source encodings
119 …['replay_gain']=>array() { // replay gain information combined from any source that cont…
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js89 …h;i+=1){if(i>0)all+="|";var p=patterns[i];if(p instanceof RegExp){all+=p.source;}else{all+=Syntax.…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md347 source things like place names, ISO codes, and other similar data from
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1source","arrayEach","arrayEachRight","arrayEvery","predicate","arrayFilter","arrayMap","arrayMax",…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js2224 var source = getOrCreateVertex(values[0]);
2229 source.insertEdge(edge, true);
8948 var source = mxEvent.getSource(evt);
8950 if (source.getAttribute('contentEditable') != 'true' && stopEditing != null)
9353 var source = mxEvent.getSource(evt);
9355 while (source != null)
9357 if (source == div || source == bg)
9364 source = source.parentNode;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md424 `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = …
824 …with Tidelift to deliver commercial support and maintenance for the open source dependencies you u…
/plugin/fetchmedia/lib/
H A Dbundle.js1source:t,n):a((e=t instanceof f)?t.source:t,e&&o?s.call(t):n),r?this:l,f)};for(var d=u(a),y=0;d.le…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1042 var source = mxEvent.getSource(evt);
1044 if (source == div || source == span)
1285 var source = mxEvent.getSource(evt);
1287 if (source == cb || source.nodeName != 'INPUT')
1290 if (source != cb)
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …ew RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\…
/plugin/dokumicrobugtracker/js/
H A Djquery.js3 …ew RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\…

1...<<61626364656667