Home
last modified time | relevance | path

Searched refs:getText (Results 101 – 125 of 270) sorted by path

1234567891011

/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/ManufacturerCenter/
H A DFeatureDescription.php71 public function getText() function in Google\\Service\\ManufacturerCenter\\FeatureDescription
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DAnswer.php97 public function getText() function in Google\\Service\\MyBusinessQA\\Answer
H A DQuestion.php104 public function getText() function in Google\\Service\\MyBusinessQA\\Question
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleTypeLocalizedText.php55 public function getText() function in Google\\Service\\PaymentsResellerSubscription\\GoogleTypeLocalizedText
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php69 public function getText() function in Google\\Service\\PeopleService\\Birthday
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DInsertTextRequest.php89 public function getText() function in Google\\Service\\Slides\\InsertTextRequest
H A DShape.php85 public function getText() function in Google\\Service\\Slides\\Shape
H A DSubstringMatchCriteria.php55 public function getText() function in Google\\Service\\Slides\\SubstringMatchCriteria
H A DTableCell.php103 public function getText() function in Google\\Service\\Slides\\TableCell
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DSynthesisInput.php55 public function getText() function in Google\\Service\\Texttospeech\\SynthesisInput
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1Symbol.php87 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Symbol
H A DGoogleCloudVisionV1p1beta1TextAnnotation.php54 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1TextAnnotation
H A DGoogleCloudVisionV1p2beta1Symbol.php87 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Symbol
H A DGoogleCloudVisionV1p2beta1TextAnnotation.php54 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1TextAnnotation
H A DGoogleCloudVisionV1p3beta1Symbol.php87 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Symbol
H A DGoogleCloudVisionV1p3beta1TextAnnotation.php54 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1TextAnnotation
H A DGoogleCloudVisionV1p4beta1Symbol.php87 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Symbol
H A DGoogleCloudVisionV1p4beta1TextAnnotation.php54 public function getText() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1TextAnnotation
H A DSymbol.php87 public function getText() function in Google\\Service\\Vision\\Symbol
H A DTextAnnotation.php54 public function getText() function in Google\\Service\\Vision\\TextAnnotation
/plugin/block/
H A Dscript.js33 …if(typeof window.getSelection != 'undefined' && typeof window.getSelection.getText !='undefined'…
37 var text = saveSelectionObj.getText();
/plugin/blogtng/
H A Dadmin.php683 …"comment_text" title="'.$this->getLang('comment_text').'">' . hsc($comment->getText()) . '</div>');
806 …tarea class="edit" name="comment-text" rows="10" cols="80">' . $comment->getText() . '</textarea>'…
/plugin/blogtng/entities/
H A DComment.php260 public function getText() function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/blogtng/helper/
H A Dcomments.php117 $comment->getText(),
154 $comment->getText(),
251 'COMMENT' => $comment->getText(),
508 ->val($comment->getText());

1234567891011