Home
last modified time | relevance | path

Searched refs:model (Results 101 – 125 of 272) sorted by relevance

1234567891011

/plugin/bez/syntax/
H A Dstruct.php91 /** @var Model $model */
92 $model = new Model($auth, $INFO['client'], $this, $conf);
94 $factory = $model->factory($schema);
/plugin/combo/ComboStrap/
H A DTemplateEngine.php265 public function renderWebPage(string $template, array $model): string argument
267 return $this->handleBarsForPage->render($template, $model);
270 public function renderWebComponent(string $template, array $model): string argument
272 return $this->handleBarsForComponents->render($template, $model);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java30 import com.mxgraph.model.mxCell;
31 import com.mxgraph.model.mxGeometry;
32 import com.mxgraph.model.mxICell;
33 import com.mxgraph.model.mxIGraphModel;
571 mxIGraphModel model = graph.getModel(); in importCells() local
572 model.setStyle(target, model.getStyle(cells[0])); in importCells()
H A DGraphEditor.java.bak21 import com.mxgraph.model.mxCell;
22 import com.mxgraph.model.mxGeometry;
23 import com.mxgraph.model.mxICell;
24 import com.mxgraph.model.mxIGraphModel;
442 mxIGraphModel model = graph.getModel();
443 model.setStyle(target, model.getStyle(cells[0]));
/plugin/bez/mdl/
H A DTask_commentFactory.php37 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=1 WHERE id=?",
44 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=0 WHERE task_id=?",
/plugin/bez/ctl/
H A Dunsubscribe.php10 $this->model->factory('subscription')->mute($_GET['t'])
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js364 var model = graph.getModel();
368 var old = model.getValue(cell);
383 model.setValue(cell, value);
388 model.beginUpdate();
408 model.endUpdate();
577 graph.model.beginUpdate();
590 graph.model.isVertex(cells[i]))
602 graph.model.endUpdate();
1116 graph.model.execute(change);
1159 graph.model.execute(change);
[all …]
H A DEditorUi.js217 model = (model != null) ? model : graph.getModel();
231 model.beginUpdate();
290 var edge = model.isEdge(cell);
320 model.endUpdate();
1517 graph.model.beginUpdate();
1524 graph.model.endUpdate();
1890 var parent = model.getChildAt(model.getRoot(), 0);
1894 model.add(parent, clones[i]);
2413 layersButton.style.display = (model.getChildCount(model.root) > 1) ? '' : 'none';
3089 …return model.getChildCount(model.root) == 1 && model.getChildCount(model.getChildAt(model.root, 0)…
[all …]
H A DEditor.js12 this.graph = graph || this.createGraph(themes, model);
544 this.graph.model.beginUpdate();
548 this.graph.model.clear();
556 this.graph.model.endUpdate();
585 this.graph.model.clear();
700 var model = graph.getModel();
1678 graph.model.execute(change);
2831 var model = this.graph.getModel();
2832 var parent = model.getParent(cell);
2836 while (state != null && (model.isVertex(parent) || model.isEdge(parent)))
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js773model.terminalForCellChanged(a,c,!0):this.model.terminalForCellChanged(a,null,!0));null!=d&&(b?thi…
1117model.beginUpdate();try{for(var d=0;d<a.length;d++){var e=this.model.getParent(a[d]);b?c?this.mode…
1128model.getParent(a[g]));if(null!=n&&null!=p)if(c=d?0:p.origin.x,p=d?0:p.origin.y,this.model.isEdge(…
1157model.getGeometry(a),d=0!=c.width?b.width/c.width:1,c=0!=c.height?b.height/c.height:1,e=this.model
1163model.getParent(k[m]),null!=q&&q.relative&&this.model.isEdge(r)&&this.model.contains(r)&&this.mode…
1187 c,"previous",e))}finally{this.model.endUpdate()}}};
1189model.getParent(p);null==p&&(f.setTerminalPoint(new mxPoint(n[0].x/b-c.x+l,n[0].y/b-c.y+m),!0),thi…
1213model.getGeometry(a)};mxGraph.prototype.isCellVisible=function(a){return this.model.isVisible(a)};…
1256model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null==this.getEdgeValidationE…
1276model.getParent(e):this.getDefaultParent(),f=this.model.getChildCount(d);null==e&&0<f?(a=this.mode…
[all …]
/plugin/jmol2/jmol/
H A DJmol.js411 function jmolLoadInline(model, targetSuffix) { argument
412 if (!model)return "ERROR: NO MODEL"
415 if (typeof(model) == "string")
416 return applet.loadInlineString(model, "", false);
418 return applet.loadInlineArray(model, "", false);
423 if (!model)return "ERROR: NO MODEL"
431 if (!model)return "ERROR: NO MODEL"
444 if (!model)return "ERROR: NO MODEL"
457 if (!model)return "ERROR: NO MODEL"
460 return applet.loadInlineString(model, script, true);
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js36 if (recurse && state != null && graph.model.isVertex(state.cell) &&
52 if (enabled && numbered && graph.model.isVertex(state.cell) &&
H A Drandom.js107 graph.model.add(parentB, childrenA[k], l);
122 graph.model.add(parentA, childrenB[k], l);
332 graph.model.add(parentB, childrenA[k], l);
347 graph.model.add(parentA, childrenB[k], l);
H A Dtooltips.js35 var cells = graph.model.cells;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js631 var model = graph.model;
650 var layers = graph.model.getChildCells(graph.model.root);
658 for (var id in model.cells)
660 var cell = model.cells[id];
677 for (var id in model.cells)
679 var cell = model.cells[id];
858 var layers = graph.model.getChildCells(graph.model.root);
/plugin/authucenter/lib/uc_client/
H A Dclient.php134 function uc_api_mysql($model, $action, $args=array()) { argument
136 if(empty($uc_controls[$model])) {
143 include_once UC_ROOT."./control/$model.php";
144 eval("\$uc_controls['$model'] = new {$model}control();");
149 $uc_controls[$model]->input = $args;
150 return $uc_controls[$model]->$action($args);
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js82 this.graph.model.beginUpdate();
89 this.graph.model.endUpdate();
401 var geo = RPOrgChart.graph.model.cells[boxId].geometry;
421 var cells = graph.model.cells;
437 graph.model.setGeometry(cell, geo);
581 graph.model.setGeometry(edge, eGeo);
679 RPOrgChart.graph.model.setGeometry(outgoingEdge[j], eGeo);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js977model.terminalForCellChanged(a,c,!0):this.model.terminalForCellChanged(a,null,!0));null!=d&&(b?thi…
1321model.beginUpdate();try{for(var d=0;d<a.length;d++){var e=this.model.getParent(a[d]);b?c?this.mode…
1367model.getParent(k[m]),null!=q&&q.relative&&this.model.isEdge(r)&&this.model.contains(r)&&this.mode…
1391 c,"previous",e))}finally{this.model.endUpdate()}}};
1393model.getParent(p);null==p&&(f.setTerminalPoint(new mxPoint(n[0].x/b-c.x+l,n[0].y/b-c.y+m),!0),thi…
1460model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null==this.getEdgeValidationE…
1480model.getParent(e):this.getDefaultParent(),f=this.model.getChildCount(d);null==e&&0<f?(a=this.mode…
1482 …0==this.model.getChildCount(c))&&this.model.isVertex(c)&&a&&!this.model.isEdge(this.model.getParen…
2540model.contains(k[m])&&0==this.model.getChildCount(k[m])&&this.model.remove(k[m]);c&&this.updateCus…
2592model.beginUpdate();try{for(var c=0;c<b.length;c++){var e=this.model.getParent(b[c]);if(this.isTab…
[all …]
/plugin/progrecss/
H A Dstyle.css13 * PROGRECSS_DEFAULT: default bar model
78 * PROGRECSS_GAUGE: rounder bar with label model
143 * PROGRECSS_INLINE: inline bar model
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js323 var model = graph.getModel();
324 var cells = model.cells;
354 var bounds = model.getGeometry(cell);
523 var model = this.graph.getModel();
524 var cells = model.cells;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTranslate.php94 'model' => [
172 'model' => [
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jar ... maven/org.terracotta.management/management-model/ META-INF/maven/org.terracotta ...
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1016 public $model; variable in Google_ChromeOsDevice
1086 public function setModel($model) { argument
1087 $this->model = $model;
1090 return $this->model;
1338 public $model; variable in Google_MobileDevice
1389 public function setModel($model) { argument
1390 $this->model = $model;
1393 return $this->model;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java64 import com.mxgraph.model.mxCell;
65 import com.mxgraph.model.mxIGraphModel;
788 mxIGraphModel model = graph.getModel(); in actionPerformed() local
796 if (model.isVertex(cells[i])) { in actionPerformed()
851 mxIGraphModel model = graph.getModel(); in actionPerformed() local
857 if (model.getChildCount(cells[i]) > 0) { in actionPerformed()
1250 mxIGraphModel model = graphComponent.getGraph().getModel(); in actionPerformed() local
1251 model.beginUpdate(); in actionPerformed()
1259 model.endUpdate(); in actionPerformed()
H A DEditorPalette.java30 import com.mxgraph.model.mxCell;
31 import com.mxgraph.model.mxGeometry;

1234567891011