Home
last modified time | relevance | path

Searched refs:models (Results 1 – 25 of 73) sorted by relevance

123

/plugin/json/demo/
Djson_usage_demo.txt13 { "name":"Ford", "url": "https://ford.com", "models": [ "Fiesta", "Focus", "Mustang" ] },
14 { "name":"BMW", "url": "https://bmw.com", "models": [ "320", "X3", "X5" ] },
15 { "name":"Fiat", "url": "https://fiat.com", "models": [ "500", "Panda" ] }
26 { "name":"Ford", "url": "https://ford.com", "models": [ "Fiesta", "Focus", "Mustang" ] },
27 { "name":"BMW", "url": "https://bmw.com", "models": [ "320", "X3", "X5" ] },
28 { "name":"Fiat", "url": "https://fiat.com", "models": [ "500", "Panda" ] }
42 ….middleName%**. person.cars: **%$person.cars%**. person.cars.1.models: **%$person.cars.1.models%**.
44 ….middleName%**. person.cars: **%$person.cars%**. person.cars.1.models: **%$person.cars.1.models%**.
64 %$person.cars.1.models #code#%
66 %$person.cars.1.models #code#%
[all …]
/plugin/aichat/cli/
Ddev.php80 $ourProviders[$provider]['models'] = json_decode(
81 file_get_contents(__DIR__ . '/../Model/' . $data['name'] . '/' . 'models.json'),
100 $oldmodel = $ourProviders[$provider]['models'][$data['mode']][$model] ?? [];
118 $ourProviders[$provider]['models'][$data['mode']][$model] = $newmodel;
124 __DIR__ . '/../Model/' . $data['name'] . '/' . 'models.json',
125 json_encode($data['models'], JSON_PRETTY_PRINT)
Dsimulate.php50 $models = $this->helper->factory->getModels(true, 'chat');
53 foreach ($models as $name => $info) {
122 $models = array_keys($result);
123 $numberOfRecords = count($result[$models[0]]);
129 foreach ($models as $model) {
141 foreach ($models as $model) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
DBatchTranslateDocumentRequest.php34 public $models; variable in Google\\Service\\Translate\\BatchTranslateDocumentRequest
91 public function setModels($models) argument
93 $this->models = $models;
100 return $this->models;
DBatchTranslateTextRequest.php34 public $models; variable in Google\\Service\\Translate\\BatchTranslateTextRequest
91 public function setModels($models) argument
93 $this->models = $models;
100 return $this->models;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DListModelsResponse.php33 public function setModels($models) argument
35 $this->models = $models;
42 return $this->models;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1ListModelsResponse.php33 public function setModels($models) argument
35 $this->models = $models;
42 return $this->models;
/plugin/asciidocjs/node_modules/color-convert/
Droute.js17 const models = Object.keys(conversions);
19 for (let len = models.length, i = 0; i < len; i++) {
20 graph[models[i]] = {
82 const models = Object.keys(graph);
83 for (let len = models.length, i = 0; i < len; i++) {
84 const toModel = models[i];
Dindex.js6 const models = Object.keys(conversions);
64 models.forEach(fromModel => {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
DAndroidDeviceCatalog.php33 public function setModels($models) argument
35 $this->models = $models;
42 return $this->models;
DIosDeviceCatalog.php35 public function setModels($models) argument
37 $this->models = $models;
44 return $this->models;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js762 var Collection = Backbone.Collection = function(models, options) { argument
769 if (models) this.reset(models, _.extend({silent: true}, options));
817 add: function(models, options) { argument
818 return this.set(models, _.extend({merge: false}, options, addOptions));
822 remove: function(models, options) { argument
824 var singular = !_.isArray(models);
825 models = singular ? [models] : models.slice();
826 var removed = this._removeModels(models, options);
838 set: function(models, options) { argument
839 if (models == null) return;
[all …]
/plugin/aichat/
DModelSetting.php31 $models = json_decode(file_get_contents($json), true);
32 if (!isset($models[$this->modeltype])) continue;
35 foreach (array_keys($models[$this->modeltype]) as $model) {
DAGENTS.md47 - Creates and retrieves embeddings via embedding models
59 - Loads model configurations from Model/*/models.json files
72 - `ChatInterface`: For conversational models (getAnswer method)
73 - `EmbeddingInterface`: For embedding models (getEmbedding method, getDimensions method)
80 - Model info (token limits, pricing, dimensions) defined in models.json
DModelFactory.php118 $models = json_decode(file_get_contents($json), true);
119 foreach ($models as $type => $model) {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
DREADME.md3 PHP Text Tokenizer for GPT models
7 A PHP toolkit to tokenize text like GPT family of models process it.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dnv.d3.min.js2models=a.models||{},a.charts={},a.logs={},a.dom={},a.dispatch=d3.dispatch("render_start","render_e… method
3models.boxPlot(),f=a.models.axis(),g=a.models.axis(),h={top:15,right:10,bottom:50,left:60},i=null,…
4models.discreteBar(),f=a.models.axis(),g=a.models.axis(),h=a.models.tooltip(),i={top:15,right:10,b…
5models.line(),f=a.models.axis(),g=a.models.axis(),h=a.models.legend(),i=a.interactiveGuideline(),j…
6models.multiBar(),f=a.models.axis(),g=a.models.axis(),h=a.models.legend(),i=a.models.legend(),j=a.
7models.parallelCoordinates=function(){"use strict";function b(p){return p.each(function(b){functio…
8models.sparkline=function(){"use strict";function b(k){return k.each(function(b){var k=h-g.left-g.…
/plugin/fksnewsfeed/inc/ORM/
DAbstractService.php60 $models = [];
65 return $models;
/plugin/stlviewer/stlviewer/
Dstl_viewer.min.js2models=new Array,this.models_count=0,this.models_ref=new Array,this.allow_drag_and_drop=o.get_opt(…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dcollection.js56 var models = [{a: 1}, {a: 2}, {a: 3}, {a: 4}];
57 var collection = new Collection(models, {parse: true});
560 collection.parse = function(models) {
562 return models;
765 assert.deepEqual(coll.reject({a: 4}), _.without(coll.models, model));
769 assert.deepEqual(coll.partition({a: 0})[1], coll.models);
771 assert.deepEqual(coll.partition({a: 4})[1], _.without(coll.models, model));
788 var models = col.models;
794 col.reset(models);
798 col.reset(_.map(models, function(m){ return m.attributes; }));
[all …]
/plugin/bez/mdl/
H A DModel.php58 …$models = array('userFactory', 'threadFactory', 'labelFactory', 'thread_commentFactory', 'taskFact…
59 if (in_array($property, $models) ||
/plugin/aichat/Model/Groq/
DChatModel.php17 $model = $this->sendAPIRequest('GET', $this->apiurl . '/models/' . $this->modelName, '');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBigquery.php61 public $models; variable in Google\\Service\\Bigquery
362 'models',
366 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}',
386 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}',
406 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models',
429 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}',
/plugin/llm/
Dplugin.info.txt6 desc Integrates local language models (via llm.js) into Dokuwiki’s edit page, offering AI-powered…
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Dm.js19 …sd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mp:"\u221… property

123