Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 59) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php125 if (is_null($vector)) {
129 return $this->vector_to_glyphs($vector);
147 $vector = $this->_encodings[$encoding];
153 if (!isset($vector[chr($i)])) {
154 $vector[chr($i)] = 0xFFFF;
158 return $vector;
165 foreach ($vector as $code => $uccode) {
210 if (isset($vector[chr($i)]) && isset($GLOBALS['g_unicode_glyphs'][$vector[chr($i)]])) {
261 function register_encoding($name, $vector) { argument
262 $this->_encodings[$name] = $vector;
[all …]
H A Doutput.pdflib.class.php442 $vector = $manager_encoding->get_encoding_vector($encoding);
444 foreach ($vector as $code => $utf) {
/plugin/aichat/Storage/
H A DAbstractStorage.php9 * Defines a vector storage for page chunks and their embeddings
109 * Get the chunks most similar to the given vector, using a nearest neighbor search
116 * @param float[] $vector The vector to compare to
121 abstract public function getSimilarChunks($vector, $lang = '', $limit = 4);
84 getSimilarChunks($vector, $limit = 4) global() argument
H A DSQLiteStorage.php139 public function getSimilarChunks($vector, $lang = '', $limit = 4)
141 $cluster = $this->getCluster($vector, $lang);
155 [json_encode($vector, JSON_THROW_ON_ERROR), $cluster, $this->similarityThreshold, $limit]
196 * @param string $query JSON encoded vector array
197 * @param string $embedding JSON encoded vector array
213 * @param float[] $queryVector The normalized vector of the search phrase
214 * @param float[] $embedding The normalized vector of the chunk
329 $vector = json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR);
330 $cluster = $this->getCluster($vector, $this->useLanguageClusters ? $record['lang'] : '');
342 * Get the nearest cluster for the given vector
88 getSimilarChunks($vector, $limit = 4) global() argument
[all...]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js78 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
79 vector[2] *= max;
80 vector[3] *= max;
82 vector[0] = -vector[2];
83 vector[2] = 0;
86 vector[1] = -vector[3];
87 vector[3] = 0;
108 x1: vector[0],
109 y1: vector[1],
110 x2: vector[2],
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js138 vectors.forEach(function (vector) { argument
139 resultVector_1.x += vector.x;
140 resultVector_1.y += vector.y;
164 var vector = _this._calculateDirectionVector();
167 if (vector) {
168 if (vector.angleDegrees < 15) {
171 else if (vector.angleDegrees > 75) {
/plugin/tabinclude/
H A DREADME6 tested template: dokuwiki,default, monobook,arctic,arctic-mbo,roundbox,vector
/plugin/stlviewer/stlviewer/
H A DTrackballControls.js106 var vector = new THREE.Vector2();
110 vector.set(
115 return vector;
123 var vector = new THREE.Vector2();
127 vector.set(
132 return vector;
H A DProjector.js131 this.projectVector = function ( vector, camera ) { argument
134 vector.project( camera );
138 this.unprojectVector = function ( vector, camera ) { argument
141 vector.unproject( camera );
/plugin/combo/resources/slot/
H A Dpage-header.md3 <icon name="mdi:vector-combine"/>
H A Dpage-footer.md9 <text h4 ><icon name="mdi:vector-combine" spacing="mr-1" color="secondary"/>Your Brand</text>
/plugin/aichat/
H A DEmbeddings.php18 * Pages are split into chunks of 1000 tokens each. For each chunk the embedding vector is fetched from
247 $vector = $this->embedModel->getEmbedding($query);
255 $chunks = $this->storage->getSimilarChunks($vector, $lang, $fetch);
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-ve…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2310 pdfDoc.ellipse(vector.x, vector.y, vector.r1, vector.r2);
2314 pdfDoc.roundedRect(vector.x, vector.y, vector.w, vector.h, vector.r);
2316 pdfDoc.rect(vector.x, vector.y, vector.w, vector.h);
2320 pdfDoc.moveTo(vector.x1, vector.y1);
2321 pdfDoc.lineTo(vector.x2, vector.y2);
2342 if (vector.color && vector.lineColor) {
13668 var x = vector.x, y = vector.y, x1 = vector.x1, y1 = vector.y1, x2 = vector.x2, y2 = vector.y2;
14508 w = Math.max(w, vector.x + vector.r1);
14509 h = Math.max(h, vector.y + vector.r2);
14512 w = Math.max(w, vector.x + vector.w);
[all …]
/plugin/indexmenu/
H A Dstyle.css132 * Temporary fix for vector template
133 * .toc is style for tabel of ToC in mediawiki styles, included in vector, but of no use in DokuWiki
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1vector","magnitude","Math","sqrt","angleDegrees","atan2","abs","PI","_applyDndReadyStyles","_timel…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dcollapsible.js38 vector: 15,
64 vector: {
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt265 stl_container инстанцирование STL-контейнеров ("vector<...>")
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jar ... .vecmath.Point3f center javax.vecmath.Vector3f vector String dipoleInfo float dipoleValue boolean isUserValue float offsetSide float offsetAngstroms ...
H A DJmolApplet0_ShapeSpecial.jar ... .vecmath.Point3f center javax.vecmath.Vector3f vector String dipoleInfo float dipoleValue boolean isUserValue float offsetSide float offsetAngstroms ...
/plugin/callflow/
H A Draphael.js5840 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
5841 vector[2] *= max;
5842 vector[3] *= max;
5844 vector[0] = -vector[2];
5845 vector[2] = 0;
5848 vector[1] = -vector[3];
5849 vector[3] = 0;
5870 x1: vector[0],
5871 y1: vector[1],
5872 x2: vector[2],
[all …]
/plugin/advrack/
H A Draphael.js5839 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
5840 vector[2] *= max;
5841 vector[3] *= max;
5843 vector[0] = -vector[2];
5844 vector[2] = 0;
5847 vector[1] = -vector[3];
5848 vector[3] = 0;
5869 x1: vector[0],
5870 y1: vector[1],
5871 x2: vector[2],
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …r?',\n 'vary-meta',\n 'vec',\n 'vector',\n 'vector-of',\n 'vect…
H A D47.47.js.map1 …t',\n 'logical',\n 'matrix',\n 'numeric',\n 'vector',\n 'data.f…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1vector-arrange-above::before{content:"\F554"}.mdi-vector-arrange-below::before{content:"\F555"}.md…

123