Home
last modified time | relevance | path

Searched refs:text (Results 2326 – 2350 of 3150) sorted by last modified time

1...<<919293949596979899100>>...126

/plugin/issuetracker/
H A DREADME86 status text instead of icons at = little icons will be displayed with
87 Issue list status text as tooltip to save space
89 here the statusis provided as text
91 severity text instead of icons at = little icons will be displayed with
92 Issue list severity text as tooltip to save space
94 here the severityis provided as text
H A Dprint.css167 text-align: left;
171 text-align: left;
175 text-align: center;
228 vertical-align: text-bottom;
293 text-align:center;
379 vertical-align: text-bottom;
470 vertical-align:text-top;
506 text-align: right;
515 text-align: center;
519 text-align: center;
[all …]
H A Dprototype.js2023 element.text = content;
4452 text: function(elem){
5232 return Element.hasAttribute(opt, 'value') ? opt.value : opt.text;
H A Dstyle.css167 text-align: left;
171 text-align: left;
175 text-align: center;
228 vertical-align: text-bottom;
293 text-align:center;
379 vertical-align: text-bottom;
470 vertical-align:text-top;
506 text-align: right;
515 text-align: center;
519 text-align: center;
[all …]
H A DxsEditor.js12 sel.text = tag1 + sel.text;
43 if(sel.text=='') { sel.text = '<a href=\"' + url + '\">' + url + '</a>'; }
44 else { sel.text = '<a href=\"' + url + '\">' + sel.text + '</a>'; }
68 sel.text = tag1 + sel.text + tag2;
96 var list = sel.text.split("\n");
102 sel.text = tag1 + "\n" + list.join("\n") + "\n" + tag2;
/plugin/inclform/
H A Dsyntax.php89 $text=$this->_inc_form($FORM_PARAMS[0], $FORM_PARAMS);
90 $renderer->doc .= $text;
127 $text = io_readFile($path);
129 $text = eval_form_php($text);
131 $text = "\n\t<!-- No form found for '$form'-->\n";
133 return $text;
/plugin/icalevents/
H A Dsyntax-impl.php280 foreach ($ins[1] as &$text) {
281 …$text = str_replace(array($this->nowikiStart(), $this->nowikiEnd(), $this->magicString()), '', $te…
493 * @param string $text
496 function textAsWiki($text) { argument
502 $text = str_ireplace($needle, $haystack, $text);
503 return $this->nowikiStart() . $text . $this->nowikiEnd();
/plugin/dir/
H A Dstyle.css56 text-align: right;
59 text-align: right;
64 text-align: left ;
70 text-align: right ;
76 text-align: right ;
/plugin/pagetemplater/
H A DREADME.md35 &templater yourplaceholder = This is an important text
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php94 $text = trim($node->nodeValue);
95 $text = str_replace('<em>', '*', $text);
96 $text = str_replace('</em>', '*', $text);
100 $words = explode(' ', $text);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DXml.php85 $out->text($error['message']);
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php873 public $text; variable in Google_AdStyleColors
888 public function setText( $text) { argument
889 $this->text = $text;
892 return $this->text;
H A DGoogle_PlusService.php1381 public $text; variable in Google_ItemScope
1679 public function setText( $text) { argument
1680 $this->text = $text;
1683 return $this->text;
H A DGoogle_DriveService.php2783 public $text; variable in Google_DriveFileIndexableText
2784 public function setText( $text) { argument
2785 $this->text = $text;
2788 return $this->text;
H A DGoogle_FreebaseService.php99 public $text; variable in Google_FreebaseService
112 …$this->text = new Google_TextServiceResource($this, $this->serviceName, 'text', json_decode('{"met…
301 public $text; variable in Google_TopicValue
346 public function setText( $text) { argument
347 $this->text = $text;
350 return $this->text;
H A DGoogle_AdSenseService.php1271 public $text; variable in Google_AdStyleColors
1286 public function setText( $text) { argument
1287 $this->text = $text;
1290 return $this->text;
H A DGoogle_BooksService.php1534 public $text; variable in Google_BooksLayerDictDataDictWordsDerivatives
1542 $this->text = $text;
1545 return $this->text;
1570 public $text; variable in Google_BooksLayerDictDataDictWordsExamples
1578 $this->text = $text;
1581 return $this->text;
1713 public $text; variable in Google_BooksLayerDictDataDictWordsSensesDefinitionsExamples
1721 $this->text = $text;
1724 return $this->text;
1766 public $text; variable in Google_BooksLayerDictDataDictWordsSensesSynonyms
[all …]
H A DGoogle_CalendarService.php584 * @param string $text The text describing the event to be created.
590 public function quickAdd($calendarId, $text, $optParams = array()) { argument
591 $params = array('calendarId' => $calendarId, 'text' => $text);
H A DGoogle_MirrorService.php990 public $text; variable in Google_TimelineItem
1141 public function setText( $text) { argument
1142 $this->text = $text;
1145 return $this->text;
H A DGoogle_PredictionService.php303 public $text; variable in Google_AnalyzeDataDescriptionFeatures
322 public function setText(Google_AnalyzeDataDescriptionFeaturesText $text) { argument
323 $this->text = $text;
326 return $this->text;
407 public $text; variable in Google_AnalyzeDataDescriptionOutputFeature
414 public function setText(/* array(Google_AnalyzeDataDescriptionOutputFeatureText) */ $text) { argument
415 $this->assertIsArray($text, 'Google_AnalyzeDataDescriptionOutputFeatureText', __METHOD__);
416 $this->text = $text;
419 return $this->text;
H A DGoogle_ModeratorService.php1297 public $text; variable in Google_Submission
1339 public function setText($text) { argument
1340 $this->text = $text;
1343 return $this->text;
1531 public $text; variable in Google_SubmissionTranslations
1538 public function setText($text) { argument
1539 $this->text = $text;
1542 return $this->text;
1547 public $text; variable in Google_Tag
1553 $this->text = $text;
[all …]
/plugin/xfortune/
H A Dstyle.css3 text-align: right;
H A Dhelper.php104 $text = '';
118 $text .= $line;
151 $text .= $line;
156 $text = trim($text);
159 if(!utf8_check($text)) return utf8_encode($text);
161 return $text;
/plugin/nonblank/
H A Drenderer.php35 function cdata($text) { argument
36 $esc = $this->_xmlEntities($text);
/plugin/toggle/
H A Dplugin.info.txt6 desc This plugin toggles visibility of text, for example passwords.

1...<<919293949596979899100>>...126