Home
last modified time | relevance | path

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

/plugin/aichat/_test/
DTextSplitterTest.php21 private TextSplitter $splitter; variable in dokuwiki\\plugin\\aichat\\test\\TextSplitterTest
28 $this->splitter = new TextSplitter(self::CHUNKSIZE, $this->encoder, self::OVERLAP);
37 $chunks = $this->splitter->splitIntoChunks($text);
60 $chunks = $this->splitter->splitIntoChunks('');
70 $chunks = $this->splitter->splitIntoChunks(' ');
81 $chunks = $this->splitter->splitIntoChunks($text);
93 $chunks = $this->splitter->splitIntoChunks($text);
106 $chunks = $this->splitter->splitIntoChunks($text);
121 … $result = self::callInaccessibleMethod($this->splitter, 'splitLongSentence', [$longSentence]);
145 …$result = self::callInaccessibleMethod($this->splitter, 'splitString', [$text, $tokenLength, $chun…
[all …]
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.regexp.split.js78 var splitter = separator == undefined ? undefined : separator[SPLIT];
79 return splitter !== undefined
80 ? splitter.call(separator, O, limit)
104 var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
107 if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
112 splitter.lastIndex = SUPPORTS_Y ? q : 0;
113 var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));
117 (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
DVCardTest.php63 $splitter = new VCard($tempFile);
65 while ($object = $splitter->getNext()) {
91 $splitter = new VCard($tempFile);
94 while ($object = $splitter->getNext()) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
DVCardTest.php65 $splitter = new VCard($tempFile);
67 while($object=$splitter->getNext()) {
93 $splitter = new VCard($tempFile);
96 while($object=$splitter->getNext()) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
DVCardTest.php65 $splitter = new VCard($tempFile);
67 while($object=$splitter->getNext()) {
93 $splitter = new VCard($tempFile);
96 while($object=$splitter->getNext()) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php65 $splitter = new VCard($tempFile);
67 while($object=$splitter->getNext()) {
93 $splitter = new VCard($tempFile);
96 while($object=$splitter->getNext()) {
/plugin/icalevents/vendor/sabre/vobject/bin/
Dbench_manipulatevcard.php20 $splitter = new Sabre\VObject\Splitter\VCard($input); variable
27 $vcard = $splitter->getNext();
66 unset($input, $splitter);
Dmergeduplicates.php39 $splitter = new Splitter\VCard($input); variable
85 while ($vcard = $splitter->getNext()) {
Dbench_freebusygenerator.php59 unset($input, $splitter);
/plugin/aichat/
DEmbeddings.php249 $splitter = new TextSplitter($this->getChunkSize(), $this->getTokenEncoder());
250 $parts = $splitter->splitIntoChunks($text);
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
Dstyle.css456 #splitter {
465 #splitter.active {
/plugin/imageflow/
Dscript.js76 var splitter = $('<div/>').addClass('imageflow_no_scroller').appendTo(newRoot);
/plugin/asciidocjs/node_modules/core-js/client/
Dshim.js6458 var splitter = separator == undefined ? undefined : separator[SPLIT];
6459 return splitter !== undefined
6460 ? splitter.call(separator, O, limit)
6484 var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
6487 if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
6492 splitter.lastIndex = SUPPORTS_Y ? q : 0; field
6493 var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));
6497 (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
Dcore.js6560 var splitter = separator == undefined ? undefined : separator[SPLIT];
6561 return splitter !== undefined
6562 ? splitter.call(separator, O, limit)
6586 var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
6589 if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
6594 splitter.lastIndex = SUPPORTS_Y ? q : 0; field
6595 var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));
6599 (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
Dshim.min.js.map1 …it","lastLength","output","lastLastIndex","splitLimit","separatorCopy","splitter","unicodeMatching…
Dcore.min.js.map1 …it","lastLength","output","lastLastIndex","splitLimit","separatorCopy","splitter","unicodeMatching…
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md413 * Added: It's now possible to send parser options to the splitter classes.
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md413 * Added: It's now possible to send parser options to the splitter classes.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md373 * Added: It's now possible to send parser options to the splitter classes.
/plugin/webdav/vendor/sabre/vobject/
DCHANGELOG.md639 * Added: It's now possible to send parser options to the splitter classes.
/plugin/icalevents/vendor/sabre/vobject/
DCHANGELOG.md578 * Added: It's now possible to send parser options to the splitter classes.
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1splitter","unicodeMatching","lim","q","$at","codePointAt","context","$endsWith","endPosition","sea…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js34078 var splitter = separator == undefined ? undefined : getMethod(separator, SPLIT);
34079 return splitter
34080 ? call(splitter, separator, O, limit)
34105 var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);
34108 if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
34113 splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;
34114 var z = callRegExpExec(splitter, UNSUPPORTED_Y ? stringSlice(S, q) : S);
34118 (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js.map1 …| spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | sta…
/plugin/subjectindex/plugins/
Dbible_verses.txt3002 …ers of the hoof: the camel, because it is a chewer of the cud but is no splitter of the hoof. It i…
3005 Also the pig, because it is a splitter of the hoof and a former of a cleft in the hoof, but it itse…
3024 "'As for any beast that is a splitter of the hoof but is not a former of a cleft and is not a chewe…
5299 The pig also, because it is a splitter of the hoof but there is no cud. It is unclean for YOU. None…