| /plugin/dokullm/ |
| H A D | ChromaDBClient.php | 254 * @param string $collectionName The name of the collection to get the document from 260 … public function getDocument($collectionName, $documentId, $include = ["metadatas", "documents"]) { argument 262 if (empty($collectionName)) { 263 $collectionName = 'documents'; 266 $collection = $this->getCollection($collectionName); 268 throw new \Exception("Collection ID not found for '{$collectionName}'"); 286 * @param string $collectionName The name of the collection to add documents to 294 …public function addDocuments($collectionName, $documents, $ids, $metadatas = null, $embeddings = n… argument 296 if (empty($collectionName)) { 297 $collectionName = 'documents'; [all …]
|
| H A D | cli.php | 161 $collectionName = isset($idParts[0]) && !empty($idParts[0]) ? $idParts[0] : 'documents'; 172 $result = $chroma->processSingleFile($filePath, $collectionName, $collectionChecked); 255 $collectionName = isset($idParts[0]) && !empty($idParts[0]) ? $idParts[0] : 'documents'; 258 $collectionStatus = $chroma->ensureCollectionExists($collectionName); 278 $result = $chroma->processSingleFile($file, $collectionName, $collectionChecked);
|
| H A D | action.php | 505 $collectionName = isset($idParts[0]) && !empty($idParts[0]) ? $idParts[0] : 'documents'; 507 $result = $chroma->processSingleFile($filePath, $collectionName, false);
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/ |
| D | UsergroupAwareSimpleValue.php | 13 private $collectionName; variable in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue 17 public function __construct($collectionName, $itemName) argument 19 $this->collectionName = $collectionName; 65 $collectionElem = XMLHelper::createElement($document, $this->collectionName);
|
| /plugin/tfslink/syntax/ |
| D | workitemlink.php | 35 $collectionName = isset($options['cn']) ? trim($options['cn']) : ''; 36 $collection = strlen($collectionName) == 0 // empty => use default collection 38 : $this->_getProjectCollection($collectionName); 51 … && ( strlen($collectionName) > 0 || $this->getConf('showdefaultcollectiontitle')))
|
| /plugin/aichat/Storage/ |
| D | QdrantStorage.php | 20 protected $collectionName = ''; variable in dokuwiki\\plugin\\aichat\\Storage\\QdrantStorage 28 $this->collectionName = $config['qdrant_collection'] ?? ''; 108 $this->runQuery('/collections/' . $this->collectionName, '', 'GET'); 109 $this->collection = $this->collectionName; 124 $this->runQuery('/collections/' . $this->collectionName, $data, 'PUT'); 125 $this->collection = $this->collectionName;
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/ |
| D | HomeCollection.php | 31 public $collectionName = 'home'; variable in Sabre\\DAVACL\\FS\\HomeCollection 63 return $this->collectionName;
|
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/ |
| H A D | HomeCollection.php | 29 public $collectionName = 'home'; variable in Sabre\\DAVACL\\FS\\HomeCollection 61 return $this->collectionName;
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/ |
| H A D | HomeCollectionTest.php | 26 $this->sut->collectionName = $this->name;
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |