Home
last modified time | relevance | path

Searched refs:mapping (Results 76 – 100 of 191) sorted by relevance

12345678

/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/bibtex/OSBib/format/
H A DREADME.txt15mapping arrays as defined in the class STYLEMAP. For those bibliographic systems whose data is sto…
60 This contains all the mapping between your particular database/bibliographic management system and …
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md229 * Used new mapping endpoints classes [#1845](https://github.com/ruflin/Elastica/pull/1845)
364 * The [_parent](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-parent-field.html) field has been removed in favour of the join field.
517 - removed analyzed/not_analyzed on [indices mapping](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-index.html)
518 - [store](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-store.html) field only accepts boolean
523 - Index mapping field of type [*'string'*](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/string.html) has been removed from Elasticsearch 6.0 codebase [#1353](https://github.com/ruflin/Elastica/pull/1353)
586 - Add support for querystring in Type. this allow to use `update_all_types` in type mapping in order to resolve conflicts between fields in different types. [Conflicts between fields in different types](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html#merging-conflicts)
639 - `ttl` and `timestamp` logic: setters and getters in documents and mapping
723 - Removed Elastica\Type::delete() It is no longer possible to delete the mapping fo
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc4 IMPORTANT: Please note that mapping types will disappear from {es}, read more
H A Drelease-notes.asciidoc234 * Add missing leading slash in the URL of put mapping endpoint
302 * Fixed missing put mapping code snippet in code examples
/plugin/etherpadlite/
H A DREADME.md19 * mapping of dokuwiki permissions
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1mapping","substr","newMapping","_mapCommand","mappedCtxs","filter","el","mapclear","userKeymap","s…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php4068 * @param array $mapping
4070 public static function registerExtension($id, array $mapping) argument
4072 if (isset(self::$extensions[$id]) && self::$extensions[$id] !== $mapping) {
4078 self::$extensions[$id] = $mapping;
/plugin/davcal/
H A Dhelper.php586 $mapping = $this->getCalendarIdToPageMapping();
590 foreach($mapping as $row)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/authdrupal8/
H A Dpassword.inc32 // Returns a string for mapping an int to the corresponding base 64 character.
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12745 var mapping;
12803 if (typeof(mapping) === "string") mapping = {start_date: mapping};
13226 if (typeof (mapping) === "string") mapping = { start_date: mapping };
13660 return mapping;
17514 if(mapping.init){
17601 if(mapping.onShow){
17667 if(mapping.onHide){
18302 var mapping = null;
18306 mapping = map;
18310 if(mapping){
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js6994 Graph.prototype.doUpdateCustomLinksForCell = function(mapping, cell) argument
7000 this.setLinkForCell(cell, this.updateCustomLink(mapping, href));
7016 links[i].setAttribute('href', this.updateCustomLink(mapping, href));
7031 Graph.prototype.updateCustomLink = function(mapping, href) argument
7041 this.updateCustomLinkActions(mapping, link.actions);
7057 Graph.prototype.updateCustomLinkActions = function(mapping, actions) argument
7065 this.updateCustomLinkAction(mapping, action[name], 'cells');
7066 this.updateCustomLinkAction(mapping, action[name], 'excludeCells');
7074 Graph.prototype.updateCustomLinkAction = function(mapping, action, name) argument
7088 var temp = mapping[action[name][i]];
H A DEditorUi.js6970 var mapping = {};
7024 mapping[oldId] = diagrams[i].getAttribute('id');
7037 this.updatePageLinks(mapping, pages);
7049 this.updatePageLinksForCell(mapping, cells[i]);
7086 EditorUi.prototype.updatePageLinks = function(mapping, pages) argument
7090 this.updatePageLinksForCell(mapping, pages[i].root);
7097 EditorUi.prototype.updatePageLinksForCell = function(mapping, cell) argument
7105 graph.setLinkForCell(cell, this.updatePageLink(mapping, href));
7140 EditorUi.prototype.updatePageLink = function(mapping, href) argument
7144 var newId = mapping[href.substring(href.indexOf(',') + 1)];
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7502 Graph.prototype.createCellMapping = function(mapping, lookup, cellMapping) argument
7506 for (var objectId in mapping)
7514 cellMapping[cellId] = mapping[objectId].getId() || '';
7906 mapping = (mapping != null) ? mapping : new Object();
8040 this.updateCustomLinks(this.createCellMapping(mapping,
8132 Graph.prototype.updateCustomLinks = function(mapping, cells, graph) argument
8140 graph.updateCustomLinksForCell(mapping, cells[i], graph);
8148 Graph.prototype.updateCustomLinksForCell = function(mapping, cell) argument
8150 this.doUpdateCustomLinksForCell(mapping, cell);
8155 this.updateCustomLinksForCell(mapping,
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php140 function PDFCMap($mapping, &$handler, $object_id, $generation_id) { argument
145 $num_chars = count($mapping);
148 foreach ($mapping as $code => $utf) {
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md267 * Updated: Windows timezone mapping to latest version from unicode.org
451 * Added: Automatically mapping many, many properties to a property-class with
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md267 * Updated: Windows timezone mapping to latest version from unicode.org
451 * Added: Automatically mapping many, many properties to a property-class with
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md227 * Updated: Windows timezone mapping to latest version from unicode.org
411 * Added: Automatically mapping many, many properties to a property-class with
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md65 multiple promises and mapping and reducing collections of promises.
461 Useful functions for creating, joining, mapping and reducing collections of
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md493 * Updated: Windows timezone mapping to latest version from unicode.org
677 * Added: Automatically mapping many, many properties to a property-class with
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md432 * Updated: Windows timezone mapping to latest version from unicode.org
616 * Added: Automatically mapping many, many properties to a property-class with
/plugin/diagramsnet/lib/resources/
H A Ddia_el.txt994 confABuildingPagesMap=Building pages mapping
/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/diagramsnet/lib/plugins/trees/
H A Dtrees.js312 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument

12345678