Home
last modified time | relevance | path

Searched refs:model (Results 76 – 100 of 272) sorted by relevance

1234567891011

/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md59 At the minimum, we are required to have an array model and a template string. Alternatively we can have a file containing handlebars (or html, text, etc) expression.
82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
115 # Will render the model to the templates/main.tpl template
116 $model = [...];
117 echo $handlebars->render("main", $model);
122 The simplest way to assign data is to create an Array model. The model will contain all the data that will be passed to the template.
126 $model
[all...]
/plugin/bez/action/
H A Dbase.php8 protected $model; variable in action_plugin_bez_base
29 return $this->model;
42 return $this->model->get_level();
68 $this->model = new bez\mdl\Model($auth, $client, $this, $skip_acl);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGoogleAppsCloudidentityDevicesV1Device.php96 public $model; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1Device
389 public function setModel($model) argument
391 $this->model = $model;
398 return $this->model;
/plugin/aichat/
H A Dhelper.php254 * @param ChatInterface $model The used model
261 ChatInterface $model,
267 $remainingContext = $model->getMaxInputTokenLength();
20 protected $model; global() variable in helper_plugin_aichat
/plugin/bez/mdl/
H A DValidator.php8 private $rules=array(), $errors=array(), $model; variable in dokuwiki\\plugin\\bez\\mdl\\Validator
9 public function __construct($model) { argument
10 $this->model = $model;
131 $wiki_users = $this->model->userFactory->get_all();
H A DThread_commentFactory.php77 $this->model->sqlite->query('UPDATE task SET type=? WHERE thread_comment_id=?',
122 $r = $this->model->sqlite->query($sql, $from, $to);
128 $r = $this->model->sqlite->query($sql);
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js19 if (graph.model.isVertex(graph.getSelectionCell()))
106 if (this.model.isVertex(cell))
153 graph.model.beginUpdate();
158 graph.model.endUpdate();
295 var sourceCell = sourceGraph.model.getCell(realCell.sourceCellId);
317 if (graph.model.isEdge(clones[i]))
361 if (ui.editor.graph.model.isVertex(me.getCell()) &&
362 ui.editor.graph.model.getEdgeCount(me.getCell()) > 0 &&
H A Dupdate.js208 for (var id in graph.model.cells)
210 var cell = graph.model.cells[id];
212 if (graph.model.isEdge(cell))
237 else if (graph.model.isVertex(cell))
H A Dtags.js101 return graph.getTagsForCells(graph.model.getDescendants(
102 graph.model.getRoot()));
157 if (graph.model.isVertex(cells[i]) || graph.model.isEdge(cells[i]))
287 graph.model.addListener(mxEvent.CHANGE, function(sender, evt)
/plugin/googleanalytics/
H A Dscript.js64 tracker.set('sendHitTask', function(model) { argument
65 originalSendHitTask(model);
66 … console.log("Doku Google Analytics Plugin Debug: Hit Payload: " + model.get('hitPayload'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php120 public $model; variable in Google\\Service\\Directory\\MobileDevice
521 public function setModel($model) argument
523 $this->model = $model;
530 return $this->model;
H A DChromeOsDevice.php106 public $model; variable in Google\\Service\\Directory\\ChromeOsDevice
485 public function setModel($model) argument
487 $this->model = $model;
494 return $this->model;
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js708 var children = model.getChildren(model.getChildAt(model.getRoot(), 0));
2103 if (graph.model.getChildCount(graph.model.root) == 0)
2105 graph.model.add(graph.model.root, new mxCell());
2108 else if (index > 0 && index <= graph.model.getChildCount(graph.model.root))
2110 graph.setDefaultParent(graph.model.getChildAt(graph.model.root, index - 1));
2119 graph.model.endUpdate();
2163 }))(graph.model.getChildAt(graph.model.root, i));
2235 graph.model.endUpdate();
2314 layerCount = graph.model.getChildCount(graph.model.root)
2407 graph.model.setVisible(child, !graph.model.isVisible(child));
[all …]
H A DSidebar.js354 this.graph2.model.clear();
2224 graph.model.beginUpdate();
2254 graph.model.remove(graph.model.getChildAt(targetCell, j));
2282 graph.model.endUpdate();
2327 graph.model.beginUpdate();
2382 graph.model.endUpdate();
2435 graph.model.beginUpdate();
2580 graph.model.endUpdate();
3126 (graph.model.isEdge(state.cell) && graph.model.isEdge(cells[0]))))
3409 var model = graph.getModel();
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php128 * @param string $model the name of the smoothing model
133 public function setSmoothingModel(string $model, array $params): self argument
136 $model => $params,
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dnon-tables.md4 …DetailView]] widget displays the details of a single data [[yii\widgets\DetailView::$model|model]].
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dnon-tables.md4 …DetailView]] widget displays the details of a single data [[yii\widgets\DetailView::$model|model]].
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php82 function load($model, $base = NULL) { argument
84 if(empty($_ENV[$model])) {
85 require_once UC_ROOT."./model/$model.php";
86 eval('$_ENV[$model] = new '.$model.'model($base);');
88 return $_ENV[$model];
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js583 graph.model.setRoot(root);
664 model.beginUpdate();
667 for (var i = 0; i < model.getChildCount(model.root); i++)
669 var layer = model.getChildAt(model.root, i);
677 model.endUpdate();
1053 model.beginUpdate();
1057 var childCount = model.getChildCount(model.root);
1081 var layer = model.getChildAt(model.root, parseInt(idx[i]));
1095 var layer = model.getChildAt(model.root, i);
1104 model.setVisible(model.getChildAt(model.root, i),
[all …]
H A DPages.js173 page.root = graph.model.root;
175 if (page.model != null)
178 page.model.rootChanged(page.root);
197 graph.model.prefix = Editor.guid() + '-';
198 graph.model.rootChanged(page.root);
385 graph.model.setRoot(page.root);
1032 this.editor.graph.model.execute(change);
1112 graph.model.beginUpdate();
1144 graph.model.endUpdate();
1649 var model = graph.model;
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DSchemaEditor.java14 import com.mxgraph.model.mxCell;
15 import com.mxgraph.model.mxGeometry;
40 return model.isVertex(cell); in SchemaEditor()
/plugin/diagramsnet/lib/js/
H A Dexport.js438 var model = graph.getModel();
439 codec.decode(xmlDoc.documentElement, model);
488 var childCount = model.getChildCount(model.root);
493 model.setVisible(model.getChildAt(model.root, i), false);
500 model.setVisible(model.getCell(extras.layerIds[i]), true);
507 var layer = model.getChildAt(model.root, extras.layers[i]);
511 model.setVisible(layer, true);
/plugin/jdraw/lib/
H A Djgraphx.jar ... orthogonal/ com/mxgraph/layout/orthogonal/model/ com/mxgraph/model/ com/mxgraph ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php390 public function setModel(ModelDefinition $model) argument
392 $this->model = $model;
399 return $this->model;
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php42 public function update(AbstractModel $model, array $data): void { argument
49 $model->{$this->table . 'Id'},

1234567891011