Home
last modified time | relevance | path

Searched refs:model (Results 151 – 175 of 272) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php1163 'model' => [
1200 'model' => [
1233 'model' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc253 $params['model_id'] = (string) The ID of the trained model to delete
338 $params['advance_time'] = (string) Advances time to the given value generating results and updating the model for the advanced interval
339 $params['skip_time'] = (string) Skips time to the given value without generating results or updating the model for the skipped interval
830 $params['body'] = (array) The trained model configuration (Required)
1002 $params['body'] = (array) The model snapshot properties to update (Required)
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js3153 var model = new mxGraphModel();
3154 codec.decode(tempNode, model);
6889 var cells = graph.model.getDescendants(graph.model.getRoot());
6969 (graph.model.isVertex(state.cell) || graph.model.isEdge(state.cell)))
10205 var model = new mxGraphModel();
10206 codec.decode(tempNode, model);
11974 var model = graph.getModel();
11975 codec.decode(node, model);
11977 var childCount = model.getChildCount(model.root);
11984 var child = model.getChildAt(model.root, i);
[all …]
H A DElectronApp.js575 var model = tmpGraph.getModel();
576 codec.decode(xmlDoc.documentElement, model);
577 mxClipboard.setCells(model.root.children[0].children);
H A DMenus.js684 graph.model.execute(change);
846 var cells = mxUtils.sortCells(graph.model.getTopmostCells(graph.getSelectionCells()));
1301 if (graph.model.getChildCount(graph.getSelectionCell()) > 1)
1900 imgExport.drawState(graph.getView().getState(graph.model.root), xmlCanvas);
4097 this.editorUi.editor.graph.model.execute(change);
4263 editorUi.editor.graph.model.execute(change);
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... java.awt.Point) com.mxgraph.model.mxIGraphModel model com.mxgraph.model.mxICell ...
H A Djdraw.jar ... java.awt.Point) com.mxgraph.model.mxIGraphModel model com.mxgraph.model.mxICell ...
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js26 var model = graph.getModel();
28 model.beginUpdate();
55 model.endUpdate();
59 model.beginUpdate();
112 model.endUpdate();
/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1model\" || cur == \"when\" || cur == \"connector\")) state.level++;\n else if(state.sol && cu…
/plugin/wrap/
H A Dall.less7 /* resetting the box model to something more sane makes life a whole lot easier */
/plugin/processing/
H A Dscript.js6808 var model = new PMatrix3D();
6809 model.scale(w, h, d);
6844 m.set(model);
7043 m.set(model);
7402 model.transpose();
8718 model.translate(x, y, 0);
8720 model.transpose();
8768 m.set(model);
10930 var model = new PMatrix3D();
10934 model.translate(-1, -1, -1);
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js2model=e,this.properties=t}ri.prototype.destroy=function(){this.get("eventBus").fire("diagram.destr…
H A Dbpmn-navigated-viewer.production.min.js2model=e,this.properties=t}ai.prototype.destroy=function(){this.get("eventBus").fire("diagram.destr…
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js663 graph.getCellStyle(graph.model.getParent(cell));
687 graph.model.getDescendants(select[0])));
1225 if (graph.model.getChildCount(cells[j]) == 0)
/plugin/combo/
H A Ddeleted.files15 class/message.model.php
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak170 // Updates the modified flag if the graph model changes
173 // Adds the command history to the model and view
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeBio.jar ... monomers int monomerCount protected org.jmol.modelset.Model model private float sheetSmoothing private final javax.vecmath. ...
H A DJmolApplet0_ShapeBio.jar ... monomers int monomerCount protected org.jmol.modelset.Model model private float sheetSmoothing private final javax.vecmath. ...
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md211 * `isset` now works with model and record classes.
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7469 this.model = model;
7476 var model = this.model;
8025 this.model = model;
9686 this.model = model;
9734 model = this.model,
9797 model = this.model,
9953 model = this.model,
9971 this.model = model;
10024 model: options property in Reader.options
10080 var model = this.model,
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1model) {\n var modeId = model.getModeId();\n if (modeId !== _this._languageI…
H A Deditor.worker.js.map1model/mirrorTextModel.js","webpack:///./node_modules/monaco-editor/esm/vs/editor/common/model/word…
H A D70.70.js1 …disposables.push(o.editor.onDidChangeModelLanguage((function(e){u(e.model),a(e.model)}))),s._dispo…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2model=e,this.properties=t}re.prototype.get=function(e){return this.$model.properties.get(this,e)},…
H A Ddmn-navigated-viewer.production.min.js2model=e,this.properties=t}re.prototype.get=function(e){return this.$model.properties.get(this,e)},…

1234567891011