| /plugin/aichat/_test/ |
| D | TextSplitterTest.php | 21 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/ |
| D | es6.regexp.split.js | 78 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/ |
| D | VCardTest.php | 63 $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/ |
| D | VCardTest.php | 65 $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/ |
| D | VCardTest.php | 65 $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 D | VCardTest.php | 65 $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/ |
| D | bench_manipulatevcard.php | 20 $splitter = new Sabre\VObject\Splitter\VCard($input); variable 27 $vcard = $splitter->getNext(); 66 unset($input, $splitter);
|
| D | mergeduplicates.php | 39 $splitter = new Splitter\VCard($input); variable 85 while ($vcard = $splitter->getNext()) {
|
| D | bench_freebusygenerator.php | 59 unset($input, $splitter);
|
| /plugin/aichat/ |
| D | Embeddings.php | 249 $splitter = new TextSplitter($this->getChunkSize(), $this->getTokenEncoder()); 250 $parts = $splitter->splitIntoChunks($text);
|
| /plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/ |
| D | style.css | 456 #splitter { 465 #splitter.active {
|
| /plugin/imageflow/ |
| D | script.js | 76 var splitter = $('<div/>').addClass('imageflow_no_scroller').appendTo(newRoot);
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | shim.js | 6458 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
|
| D | core.js | 6560 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
|
| D | shim.min.js.map | 1 …it","lastLength","output","lastLastIndex","splitLimit","separatorCopy","splitter","unicodeMatching…
|
| D | core.min.js.map | 1 …it","lastLength","output","lastLastIndex","splitLimit","separatorCopy","splitter","unicodeMatching…
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | ChangeLog.md | 413 * Added: It's now possible to send parser options to the splitter classes.
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | ChangeLog.md | 413 * Added: It's now possible to send parser options to the splitter classes.
|
| /plugin/davcal/vendor/sabre/vobject/ |
| H A D | ChangeLog.md | 373 * Added: It's now possible to send parser options to the splitter classes.
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 639 * Added: It's now possible to send parser options to the splitter classes.
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 578 * Added: It's now possible to send parser options to the splitter classes.
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …splitter","unicodeMatching","lim","q","$at","codePointAt","context","$endsWith","endPosition","sea…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 34078 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/ |
| D | 2.2.js.map | 1 …| spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | sta…
|
| /plugin/subjectindex/plugins/ |
| D | bible_verses.txt | 3002 …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…
|