Home
last modified time | relevance | path

Searched refs:text (Results 126 – 150 of 3022) sorted by relevance

12345678910>>...121

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1PhysicalSchemaThriftSchema.php25 public $text; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema
30 public function setText($text) argument
32 $this->text = $text;
39 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageTableCardCell.php25 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageTableCardCell
30 public function setText($text) argument
32 $this->text = $text;
39 return $this->text;
H A DGoogleCloudDialogflowV2IntentMessageText.php26 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageText
31 public function setText($text) argument
33 $this->text = $text;
40 return $this->text;
H A DGoogleCloudDialogflowV2beta1IntentMessageText.php26 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageText
31 public function setText($text) argument
33 $this->text = $text;
40 return $this->text;
H A DGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart.php29 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
H A DGoogleCloudDialogflowV2beta1IntentMessageCardButton.php29 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageCardButton
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
H A DGoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech.php29 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
H A DGoogleCloudDialogflowCxV3IntentTrainingPhrasePart.php29 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
H A DGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply.php29 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
H A DGoogleCloudDialogflowV2IntentMessageCardButton.php29 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageCardButton
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DTextContent.php25 public $text; variable in Google\\Service\\Keep\\TextContent
30 public function setText($text) argument
32 $this->text = $text;
39 return $this->text;
/plugin/abstract/_test/
H A Dsyntax.test.php22 $text = trim(pq("p",$doc)->eq(0)->text());
24 $this->assertEquals('Test', $text);
37 $text = trim(pq("p",$doc)->eq(0)->text());
39 $this->assertEquals('Test', $text);
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dissue-38.md1 > some text
6 > some text
11 > some text
16 > some text
22 > some text
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.line.php15 function build(&$box, $text, &$pipeline) { argument
16 $text = $this->remove_leading_linefeeds($text);
17 $text = $this->remove_trailing_linefeeds($text);
18 $lines = $this->break_into_lines($text);
/plugin/langdelete/
H A Dstyle.css22 text-align: left;
42 /* Reset text color */
59 text-decoration: line-through;
65 text-decoration: none;
80 /* Highlight text if active in langlonglist */
90 /* strike text if li.enabled in langlonglist */
93 text-decoration: line-through;
98 text-decoration: none;
104 .ani-ld-text-added {
105 animation: 0.1s linear ld-text-added;
[all …]
/plugin/combo/ComboStrap/
H A DStringUtility.php19 * Generate a text with a max length of $length
162 * @param $text
165 public static function getWordCount($text) argument
170 $text = preg_replace("/^---(json)?$.*^---$/Ums", "", $text);
174 $text = str_replace("<", "\n<", $text);
175 $text = str_replace(">", ">\n", $text);
181 $preg_split = preg_split($wordSeparator, $text);
201 isWord($text) global() argument
[all...]
/plugin/virtualkeyboard/vk/extensions/
H A Dregexpextensions.js20 RegExp.escape = function(text /* :String, Array */) /* :String */ { argument
30 return isString(text)?text.replace(arguments.callee.sRE, '\\$1')
31 :(isArray(text)?text.map(RegExp.escape).join("|")
/plugin/farm/
H A Dstyle.css27 text-align: left;
37 text-align: center;
42 text-align: center;
47 text-align: center;
75 text-align: left;
82 text-align: center;
103 text-align: left;
131 text-align: left;
171 text-align: left;
176 text-align: left;
[all …]
/plugin/odt/
H A Dexample.css53 /* Normal text
54 * DokuWiki syntax: Just text
60 text-align: justify;
63 /* Emphasized, italic text
70 /* Bold text
71 * DokuWiki syntax: **Bold text**
77 /* Underlined text
81 text-decoration: underline;
84 /* Monospaced text
90 /* Deleted text
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleTypeLocalizedText.php29 public $text; variable in Google\\Service\\PaymentsResellerSubscription\\GoogleTypeLocalizedText
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DLocalizedText.php29 public $text; variable in Google\\Service\\AndroidPublisher\\LocalizedText
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfoReadingModes.php29 public $text; variable in Google\\Service\\Books\\VolumeVolumeInfoReadingModes
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning.php29 public $text; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DWarning.php29 public $text; variable in Google\\Service\\CloudBuild\\Warning
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSubstringMatchCriteria.php29 public $text; variable in Google\\Service\\Docs\\SubstringMatchCriteria
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;

12345678910>>...121