Home
last modified time | relevance | path

Searched refs:model (Results 51 – 75 of 272) sorted by relevance

1234567891011

/plugin/bez/ctl/
H A Dactivity_report.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period));
24 $this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement($period));
25 $this->tpl->set('kpi', $this->model->threadFactory->kpi($period));
26 $this->tpl->set('bez_activity', $this->model->threadFactory->bez_activity($period))
H A Dreport.php5 if ($this->model->get_level() < BEZ_AUTH_USER) {
22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC));
23 $this->tpl->set('projects', $this->model->threadFactory->report_project($period)->fetchAll(PDO::FETCH_ASSOC));
24 $this->tpl->set('tasks', $this->model->taskFactory->report($period)->fetchAll(PDO::FETCH_ASSOC));
25 $this->tpl->set('comments', $this->model->thread_commentFactory->report($period));
H A Dthreads.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
37 $years = $this->model->threadFactory->get_years_scope();
69 $db_filters['coordinator'] = array('OR', $this->model->userFactory->users_of_group($group));
75 $db_filters['original_poster'] = array('OR', $this->model->userFactory->users_of_group($group));
108 $threads = $this->model->threadFactory->get_all($db_filters, $orderby);
110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php10 return $this->model->get_level() >= BEZ_AUTH_USER;
14 $r = $this->model->sqlite->query("SELECT token FROM {$this->get_table_name()} WHERE page_id=?", $page_id);
15 $token = $this->model->sqlite->res2single($r);
38 $this->model->sqlite->storeEntry($this->get_table_name(),
41 'generated_by' => $this->model->user_nick,
H A DLabel.php12 public function __construct($model) { argument
13 parent::__construct($model);
20 $this->added_by = $this->model->user_nick;
H A DTask_program.php18 public function __construct($model) { argument
19 parent::__construct($model);
26 $this->added_by = $this->model->user_nick;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3InputAudioConfig.php34 public $model; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3InputAudioConfig
83 public function setModel($model) argument
85 $this->model = $model;
92 return $this->model;
H A DGoogleCloudDialogflowCxV3beta1InputAudioConfig.php34 public $model; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1InputAudioConfig
83 public function setModel($model) argument
85 $this->model = $model;
92 return $this->model;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DTranslateTextRequest.php40 public $model; variable in Google\\Service\\Translate\\TranslateTextRequest
109 public function setModel($model) argument
111 $this->model = $model;
118 return $this->model;
H A DTranslateDocumentRequest.php35 public $model; variable in Google\\Service\\Translate\\TranslateDocumentRequest
104 public function setModel($model) argument
106 $this->model = $model;
113 return $this->model;
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js9 var model = graph.model;
16 return model.getCell(id);
26 change.model = model;
38 var edit = new mxUndoableEdit(model);
65 model.fireEvent(new mxEventObject(mxEvent.CHANGE,
67 model.fireEvent(new mxEventObject(mxEvent.UNDO, 'edit', edit));
116 return model.getCell(id);
119 model.addListener(mxEvent.CHANGE, function(sender, evt)
139 var node = codec.encode(model);
H A Dflow.js19 if (graph.model.isEdge(graph.getSelectionCell()))
32 if (ui.editor.graph.model.isEdge(cells[i]))
71 if (ui.editor.graph.model.isEdge(cell))
82 if (ui.editor.graph.model.isEdge(me.getCell()))
H A Dvoice.js1071 if (graph.model.isVertex(cell) && graph.model.isEdge(current) &&
1093 graph.model.beginUpdate();
1101 graph.model.endUpdate();
1347 var model = graph.getModel();
1349 var childCount = model.getChildCount(model.getParent(cell));
1371 if (graph.model.isEdge(cell))
1408 var childCount = model.getChildCount(model.getParent(cell));
1754 if (graph.model.isVertex(cell))
1967 if (graph.model.isEdge(cell))
2169 if (graph.model.isEdge(cell))
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js2177 var model = this.model;
3323 var model = this.model;
3666 var childCount = model.getChildCount(model.root);
3720 model.setVisible(layer, !model.isVisible(layer));
3730 })(model.getChildAt(model.root, i)));
4168 if (this.model.isVertex(cell) || this.model.isEdge(cell))
7633 var parent = model.getChildAt(model.getRoot(), 0);
11710 var model = this.graph.model;
11728 addCell(model.getParent(model.getParent(cell)));
11893 var model = graph.model;
[all …]
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php25 public function update(AbstractModel $model, array $data): void { argument
29 parent::update($model, $data);
33 $model = $this->findByNewsAndStream($newsId, $streamId);
34 if ($model) {
35 $this->update($model, ['news_id' => $newsId, 'stream_id' => $streamId]);
H A DModelStream.php79 $model = new self($helperPluginSqlite);
80 $model->name = $data['name'];
81 $model->streamId = $data['stream_id'];
82 return $model;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1DiskInfo.php50 public $model; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1DiskInfo
163 public function setModel($model) argument
165 $this->model = $model;
172 return $this->model;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DHardwareInfo.php70 public $model; variable in Google\\Service\\AndroidManagement\\HardwareInfo
241 public function setModel($model) argument
243 $this->model = $model;
250 return $this->model;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js393 return model instanceof Anchor || model == null ? model : new Anchor(model);
2482 this.model = model;
2614 note.model = model;
9104 this.model = model;
9123 model = model || this.model;
9130 if (model && model.note && model.note.texts) {
9214 model = model || this.model;
17789 if (model.min > 0 && model.max > 0 && model.min <= model.max) {
20002 model = model || this.model;
22606 model = model || this.model; //
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalDeviceConfig.php145 public function setModel(SasPortalDeviceModel $model) argument
147 $this->model = $model;
154 return $this->model;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalDeviceConfig.php145 public function setModel(SasPortalDeviceModel $model) argument
147 $this->model = $model;
154 return $this->model;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognitionConfig.php76 public $model; variable in Google\\Service\\Speech\\RecognitionConfig
291 public function setModel($model) argument
293 $this->model = $model;
300 return $this->model;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java7 import com.mxgraph.model.mxCell;
8 import com.mxgraph.model.mxGeometry;
46 if (model.isEdge(cell)) in Port()
48 return convertValueToString(model.getTerminal(cell, true)) + " -> " + in Port()
49 convertValueToString(model.getTerminal(cell, false)); in Port()
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1model: editor.ITextModel, position: monaco.IPosition): number {\n // \treturn model.getOffsetAt…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js25 Backbone.sync = function(method, model, options) { argument
28 model: model, property in env.syncArgs

1234567891011