Home
last modified time | relevance | path

Searched refs:text (Results 151 – 175 of 3022) sorted by relevance

12345678910>>...121

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DSynthesisInput.php29 public $text; variable in Google\\Service\\Texttospeech\\SynthesisInput
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DSubstringMatchCriteria.php29 public $text; variable in Google\\Service\\Slides\\SubstringMatchCriteria
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DLocalizedText.php29 public $text; variable in Google\\Service\\AndroidEnterprise\\LocalizedText
48 public function setText($text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php33 function reduceLongText($text, $override = FALSE) argument
36 if(($limit != -1) && ($count = preg_match_all("/./", $text, $throwAway)) > $limit)
40 $text = substr_replace($text, " ... ", $start, $length);
42 return $text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1ResponseMessageText.php30 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ResponseMessageText
49 public function setText($text) argument
51 $this->text = $text;
58 return $this->text;
H A DGoogleCloudDialogflowCxV3ResponseMessageText.php30 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ResponseMessageText
49 public function setText($text) argument
51 $this->text = $text;
58 return $this->text;
H A DGoogleCloudDialogflowV2beta1IntentMessageRbmText.php28 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageRbmText
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
/plugin/gemini/
H A Drenderer.php39 $this->doc .= $text;
62 public function cdata($text) argument
64 $this->doc .= $text;
128 public function php($text) argument
130 $this->cdata($text);
134 public function phpblock($text) argument
136 $this->preformatted($text);
140 public function html($text) argument
142 $this->cdata($text);
154 $this->file($text);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php312 * @param string $text
316 private function crypt($text, $mode) argument
323 $text,
331 $blocks = str_split($text, 64);
347 $ciphertext = $text ^ Strings::shift($buffer['ciphertext'], strlen($text));
348 $text = substr($text, strlen($ciphertext));
349 if (!strlen($text)) {
370 $blocks = str_split($text, 64);
371 if (strlen($text)) {
386 $text,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1TextAnnotation.php28 public $text; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1TextAnnotation
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
H A DGoogleCloudVisionV1p1beta1TextAnnotation.php28 public $text; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1TextAnnotation
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
H A DGoogleCloudVisionV1p3beta1TextAnnotation.php28 public $text; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1TextAnnotation
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
H A DTextAnnotation.php28 public $text; variable in Google\\Service\\Vision\\TextAnnotation
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
H A DGoogleCloudVisionV1p4beta1TextAnnotation.php28 public $text; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1TextAnnotation
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDictWordsSensesSynonyms.php27 public $text; variable in Google\\Service\\Books\\DictlayerdataDictWordsSensesSynonyms
46 public function setText($text) argument
48 $this->text = $text;
55 return $this->text;
H A DDictlayerdataDictWordsDerivatives.php27 public $text; variable in Google\\Service\\Books\\DictlayerdataDictWordsDerivatives
46 public function setText($text) argument
48 $this->text = $text;
55 return $this->text;
H A DDictlayerdataDictWordsExamples.php27 public $text; variable in Google\\Service\\Books\\DictlayerdataDictWordsExamples
46 public function setText($text) argument
48 $this->text = $text;
55 return $this->text;
H A DDictlayerdataDictWordsSensesDefinitionsExamples.php27 public $text; variable in Google\\Service\\Books\\DictlayerdataDictWordsSensesDefinitionsExamples
46 public function setText($text) argument
48 $this->text = $text;
55 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFeedback.php28 public $text; variable in Google\\Service\\Forms\\Feedback
47 public function setText($text) argument
49 $this->text = $text;
56 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTextButton.php27 public $text; variable in Google\\Service\\HangoutsChat\\TextButton
46 public function setText($text) argument
48 $this->text = $text;
55 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DDeveloperComment.php27 public $text; variable in Google\\Service\\AndroidPublisher\\DeveloperComment
46 public function setText($text) argument
48 $this->text = $text;
55 return $this->text;
/plugin/prettytables/
H A Dscript.js18 function prettytables_repeat(text,num) { argument
20 buf += text;
26 function prettytables_count_spaces(text) { argument
28 for (var i=0; i < text.length; i++) {
29 if (text.substr(i,1)==' ') a++; else break;
31 for (var i=text.length-1; i >= 0; i--) {
44 var txt_len = getCharWidth(text);
50 return pads + text + pads + remain;
53 return text;
71 this.parse = function(text){ argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php15 function build(&$box, $text, &$pipeline) { argument
16 $text = $this->remove_leading_linefeeds($text);
17 $text = $this->remove_trailing_linefeeds($text);
19 $content = $this->collapse_whitespace($text);
/plugin/talkpage/
H A Dsyntax.php67 $text = 'back';
72 $text = 'talk';
74 $text = 'add';
79 $attr['class'] = 'talkpage talkpage-' . $text;
83 'type' => $text,
84 'text' => $this->getLang($text),
/plugin/datatemplate/syntax/
H A Dlist.php239 $text = p_render('xhtml', $instr, $info);
245 $text = preg_replace($patterns,$replace,$text);
248 $text = str_replace($replacers['keys_id'][$num], $vals, $text);
252 if(strpos($text, '@@Page@@') !== false) {
257 $text = preg_replace('/@@.*?@@/', '', $text);
259 $R->doc .= $text;
276 $text = '';
289 $text .= '<a href="'.wl($ID,$params).
309 $text .= '<a href="'.wl($ID,$params).
315 return '<div class="prevnext">' . $text . '</div>';
[all …]

12345678910>>...121