Home
last modified time | relevance | path

Searched refs:getText (Results 151 – 175 of 270) sorted by relevance

1234567891011

/plugin/toolbox/
H A DToolboxCounter.js68 var text = selection.getText();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DMessage.php258 public function getText() function in Google\\Service\\HangoutsChat\\Message
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3QueryResult.php224 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryResult
H A DGoogleCloudDialogflowV2IntentMessage.php263 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessage
H A DGoogleCloudDialogflowV2beta1IntentMessage.php359 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessage
/plugin/aichat/
H A Dhelper.php200 array_map(static fn(Chunk $chunk) => "\n```\n" . $chunk->getText() . "\n```\n", $similar)
H A DEmbeddings.php271 $chunkSize = count($this->getTokenEncoder()->encode($chunk->getText()));
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js225 success(JSON.parse(req.getText()));
285 success(JSON.parse(req.getText()));
H A DDrawioFileSync.js932 this.file.stats.bytesReceived += req.getText().length;
958 req.getText().length > 0)
962 var result = JSON.parse(req.getText());
1276 success(req.getText());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php476 $s .= $t->getText();
482 public function getText() : string function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/plugin/combo/ComboStrap/
H A DMime.php152 public static function getText(): Mime function in ComboStrap\\Mime
/plugin/dropfiles/src/
H A Dupload.js271 var text = selection.getText();
277 text = selection.getText();
/plugin/do/scripts/
H A DPluginDo.js474 var txt = PluginDo.old_select.getText();
519 var stxt = sel.getText();
/plugin/interwikipaste/
H A Dscript.js127 const selected = currentSelection.getText();
/plugin/refnotes/
H A Drendering.php318 $html .= $note->getText() . DOKU_LF;
356 $html .= $reference->getNote()->getText();
420 $xmlOdt .= '<text:p>' . $note->getText();
H A Dadmin.js712 this.getText = function () {
747 this.getText = function () {
927 jQuery('#field-note-text').val(current.getText()).prop('disabled', current.isReadOnly());
H A Dnote.php201 public function getText() { function in refnotes_note
/plugin/eventline/timeline_js/scripts/
H A Dsources.js450 getText: function() { return this._text; }, // title method in Timeline.DefaultEventSource.Event
491 wikiID = this.getText(); // use the title as the backup wiki id
539 var title = this.getText();
/plugin/ifauthex/lib/
H A Dexceptions.php23 public function getText() { return $this->_text; } function in AST\\UnknownTokenException
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js1431 var text = document.getText();
23893 var val = node.getText();
23907 var val = node.getText();
24074 var text = node.getText();
26105 var raw = this.getText();
26196 return this.getText();
28980 var name = node.getText();
32131 var text = document.getText();
32629 var name = node.getText();
33685 var text = keyword.getText();
[all …]
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php201 public function getText($padID, $rev=null){ function in EtherpadLiteClient
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php118 // webdriver, use the expensive getText() to check if nothing is matched.
121 if ($option->getText() === $text) {
H A DAbstractWebDriverCheckboxOrRadio.php171 // webdriver, use the expensive getText() to check if nothing is matched.
172 if ($text !== $element->findElement(WebDriverBy::xpath($xpath))->getText()) {
/plugin/blogtng/entities/
H A DComment.php260 public function getText() function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js539 var text = (this.options.loadTextURL ? this.options.loadingText : this.getText());
541 if (1 >= this.options.rows && !/\r|\n/.test(this.getText())) {
608 getText: function() {
807 this._text = this.getText();

1234567891011