Home
last modified time | relevance | path

Searched refs:similar (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/plugin/aichat/syntax/
Dsimilar.php62 $similar = [];
64 $similar += $storage->getSimilarChunks($chunk->getEmbedding(), 10);
66 $similar = array_unique($similar);
67 $similar = array_filter($similar, static fn($chunk) => $chunk->getPage() !== $id);
68 usort($similar, static fn($a, $b) =>
73 if (!$similar) return true;
75 $similar = array_slice($similar, 0, 5);
78 foreach ($similar as $chunk) {
/plugin/aichat/
Dhelper.php199 $similar = $this->getEmbeddings()->getPageChunks($sourcePage);
203 $similar = $this->getEmbeddings()->getSimilarPages(
209 $similar = $this->getEmbeddings()->getSimilarChunks(
215 if ($similar) {
218 … array_map(static fn(Chunk $chunk) => "\n```\n" . $chunk->getText() . "\n```\n", $similar)
244 'sources' => $similar,
Dremote.php88 public function similar($query, $max = -1, $threshold = -1, $lang = '') function in remote_plugin_aichat
/plugin/titlesanchorlink/
Dplugin.info.txt6 desc Displays Anchors links when hovering Dokuwiki Sections titles, in a similar way to Github.
/plugin/lightbox/
Dplugin.info.txt6 desc Implements lightbox js for image media that uses {{images:image.png}} and similar
/plugin/navbox/
DREADME.md2 This plugin enables the ability to have a 'NavBox' of related articles similar to the way Wikipedia…
/plugin/findologicxmlexport/vendor/twig/twig/
DREADME.rst7 Twig uses a syntax similar to the Django and Jinja template languages which
/plugin/autolink4/
DREADME.md3 This DokuWiki plugin automatically turns specified keywords into links to other wiki pages, similar
/plugin/jsongendoc/demo/
Djsongendoc_plugin.txt12 similar : json, jsoneditor, jsontable, struct, addnewpage, copypage
47 Syntax is similar as in [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]:\\
53 …* **Select box** - Select box is generated from JSON data, if it contains array of similar data ob…
70 … specifies the options inside the Select box. JSON data must be an array with similar data objects.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.SafeObject.txt8 security features added to prevent script execution. This is similar to
DHTML.SafeEmbed.txt8 security features added to prevent script execution. This is similar to
DHTML.MaxImgLength.txt10 This directive is similar to %CSS.MaxImgLength, and both should be
DCSS.MaxImgLength.txt11 This directive is similar to %HTML.MaxImgLength, and both should be
DHTML.ForbiddenAttributes.txt7 While this directive is similar to %HTML.AllowedAttributes, for
/plugin/keyboard/
Dplugin.info.txt7 …bined syntax and action plugin in order to markup text as keyboard keys, similar to (and making us…
/plugin/dx/
DREADME.md5 It does so by enforcing a set of opinionated config and similar files.
/plugin/revealjs/css/theme/source/
Dserif.scss2 * A simple theme for reveal.js presentations, similar
Dsimple.scss2 * A simple theme for reveal.js presentations, similar
/plugin/numatomo/
H A DREADME.md6 …) instance. However, because the server requirements for Matomo are very similar to that of DokuWi…
/plugin/authsqlite/
DREADME.md6 engines support a similar SQL syntax.
8 Configuration is similar to PostgreSQL. In addition to the configuration
/plugin/asciidocjs/node_modules/ansi-regex/
Dreadme.md57 …both standard and non-standard codes, as most of them follow the same or similar format and can be…
59 … hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of code…
/plugin/rst/
DREADME.md11 similar : markdownExtra
/plugin/confmanager/lang/en/
Dmime.txt7 Additional icons in a similar style are available at http://www.splitbrain.org/projects/file_icons
/plugin/sha3sum/
DPlugin.txt12 similar :
/plugin/jsontable/demo/
Djsontable_plugin.txt12 similar : json, jsoneditor, jsongendoc, struct, edittable
42 Syntax is similar as in [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]:\\

12345678910>>...29