Home
last modified time | relevance | path

Searched defs:model (Results 26 – 50 of 106) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
DTranslateDocumentRequest.php35 public $model; variable in Google\\Service\\Translate\\TranslateDocumentRequest
104 public function setModel($model)
/plugin/bez/mdl/
H A DTask_program.php18 public function __construct($model) {
H A DLabel.php12 public function __construct($model) {
H A DEntity.php19 protected $model; variable in dokuwiki\\plugin\\bez\\mdl\\Entity
133 public function __construct($model) {
H A DFactory.php13 protected $model; variable in dokuwiki\\plugin\\bez\\mdl\\Factory
125 public function __construct(Model $model) {
H A DTask_comment.php31 public function __construct($model, $defaults=array()) {
H A DValidator.php8 private $rules=array(), $errors=array(), $model; variable in dokuwiki\\plugin\\bez\\mdl\\Validator
9 public function __construct($model) {
H A DThread_comment.php42 public function __construct($model, $defaults=array()) {
/plugin/statistics/vendor/matomo/device-detector/
DClientHints.php43 protected $model = ''; variable in DeviceDetector\\ClientHints
100 …public function __construct(string $model = '', string $platform = '', string $platformVersion = '…
/plugin/combo/ComboStrap/
H A DTemplateEngine.php265 public function renderWebPage(string $template, array $model): string
270 public function renderWebComponent(string $template, array $model): string
H A DTemplateForWebPage.php69 private array $model; variable in ComboStrap\\TemplateForWebPage
111 public function setModel(array $model): TemplateForWebPage
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php32 protected $model = ''; variable in DeviceDetector\\Parser\\Device\\AbstractDeviceParser
2390 protected function buildModel(string $model, array $matches): string
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
DGoogleChromeManagementV1DiskInfo.php50 public $model; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1DiskInfo
163 public function setModel($model)
/plugin/aichat/Model/Gemini/
DAbstractGeminiModel.php49 protected function request($model, $endpoint, $data)
/plugin/fksnewsfeed/inc/ORM/
DServicePriority.php25 public function update(AbstractModel $model, array $data): void {
DAbstractService.php42 public function update(AbstractModel $model, array $data): void {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js114 return function(model) { argument
792 model: Model, property
806 return this.map(function(model) { return model.toJSON(options); }); argument
970 push: function(model, options) { argument
981 unshift: function(model, options) { argument
1074 create: function(model, options) { argument
1099 model: this.model, property
1162 _isModel: function(model) { argument
1167 _addReference: function(model, options) { argument
1175 _removeReference: function(model, options) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
DHardwareInfo.php70 public $model; variable in Google\\Service\\AndroidManagement\\HardwareInfo
241 public function setModel($model)
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js247 EditorUi.prototype.createParentLookup = function(model, diff) argument
433 EditorUi.prototype.patchCellRecursive = function(page, model, cell, parentLookup, diff) argument
549 EditorUi.prototype.patchCell = function(model, cell, diff, resolve) argument
/plugin/aichat/cli/
Dsimulate.php68 protected function simulate($questions, $model)
/plugin/googleanalytics/
Dscript.js64 tracker.set('sendHitTask', function(model) { argument
/plugin/bez/action/
H A Dbase.php8 protected $model; variable in action_plugin_bez_base
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
DRecognitionConfig.php76 public $model; variable in Google\\Service\\Speech\\RecognitionConfig
291 public function setModel($model)
/plugin/dokullm/
H A DLlmClient.php50 private $model; variable in dokuwiki\\plugin\\dokullm\\LlmClient
96 …public function __construct($api_url = null, $api_key = null, $model = null, $timeout = null, $tem…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
DPhrase.php133 public function setSmoothingModel(string $model, array $params): self

12345