Home
last modified time | relevance | path

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

1234567891011

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php73 public function getText() : ?string function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
75 return $this->symbol->getText();
92 return $this->symbol->getText() ?? '';
/plugin/prosemirror/schema/
H A DNode.php72 public function getText() function in dokuwiki\\plugin\\prosemirror\\schema\\Node
158 if ($this->content[0]->getText() === '') {
181 if ($this->content[$contentLength]->getText() === '') {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php29 $token === null? '' : $token->getText() ?? ''
50 $token === null? '' : $token->getText() ?? ''
H A DCommonToken.php59 * This is the backing field for {@see CommonToken::getText()} when the token
62 * @see CommonToken::getText()
139 * {@see CommonToken::getText()}, and {@see CommonToken::source()} will be
176 public function getText() : ?string function in Antlr\\Antlr4\\Runtime\\CommonToken
191 return $input->getText($this->start, $this->stop);
199 * {@see CommonToken::getText()} will return this value rather than
295 StringUtils::escapeWhitespace($this->getText() ?? ''),
H A DCharStream.php20 public function getText(int $start, int $stop) : string; function
H A DRuleContext.php135 public function getText() : string function in Antlr\\Antlr4\\Runtime\\RuleContext
143 $text .= $child->getText();
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php259 $element_text = $driver->findElement($by)->getText();
282 return $driver->findElement($by)->getText() == $text;
302 return (bool) preg_match($regexp, $driver->findElement($by)->getText());
399 return !($driver->findElement($by)->getText() === $text);
543 // of whether there is an alert. Calling getText() will throw
546 $alert->getText();
/plugin/block/
H A Dscript.js33 …if(typeof window.getSelection != 'undefined' && typeof window.getSelection.getText !='undefined'…
37 var text = saveSelectionObj.getText();
/plugin/crypto/js/
H A Ddecrypt-dialog.js77 var text = selection.getText();
80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText());
H A Dencrypt-dialog.js94 var text = selection.getText();
98 dialog.sack.setVar("data", escape(selection.getText()));
/plugin/toolbox/
H A DToolboxTextTools.js25 var text = selection.getText();
47 var text = selection.getText();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTextParagraph.php37 public function getText() function in Google\\Service\\HangoutsChat\\TextParagraph
H A DGoogleAppsCardV1SuggestionItem.php37 public function getText() function in Google\\Service\\HangoutsChat\\GoogleAppsCardV1SuggestionItem
H A DGoogleAppsCardV1TextParagraph.php37 public function getText() function in Google\\Service\\HangoutsChat\\GoogleAppsCardV1TextParagraph
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1TextInput.php37 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TextInput
H A DGoogleCloudDialogflowCxV3TextInput.php37 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TextInput
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php37 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageTableCardCell
H A DGoogleCloudDialogflowV2IntentMessageTableCardCell.php37 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageTableCardCell
H A DGoogleCloudDialogflowV2IntentMessageText.php38 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageText
H A DGoogleCloudDialogflowV2beta1IntentMessageText.php38 public function getText() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageText
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1PhysicalSchemaAvroSchema.php37 public function getText() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema
H A DGoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema.php37 public function getText() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema
H A DGoogleCloudDatacatalogV1PhysicalSchemaThriftSchema.php37 public function getText() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DTextContent.php37 public function getText() function in Google\\Service\\Keep\\TextContent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleTypeLocalizedText.php55 public function getText() function in Google\\Service\\PaymentsResellerSubscription\\GoogleTypeLocalizedText

1234567891011