/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2IntentMessageListSelect.php | 28 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageListSelect 51 public function setSubtitle($subtitle) argument 53 $this->subtitle = $subtitle; 60 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageListSelect.php | 28 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageListSelect 51 public function setSubtitle($subtitle) argument 53 $this->subtitle = $subtitle; 60 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2IntentMessageCard.php | 32 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageCard 69 public function setSubtitle($subtitle) argument 71 $this->subtitle = $subtitle; 78 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageCard.php | 32 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageCard 69 public function setSubtitle($subtitle) argument 71 $this->subtitle = $subtitle; 78 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2IntentMessageBasicCard.php | 34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageBasicCard 85 public function setSubtitle($subtitle) argument 87 $this->subtitle = $subtitle; 94 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageBasicCard.php | 34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageBasicCard 85 public function setSubtitle($subtitle) argument 87 $this->subtitle = $subtitle; 94 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2IntentMessageTableCard.php | 34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageTableCard 99 public function setSubtitle($subtitle) argument 101 $this->subtitle = $subtitle; 108 return $this->subtitle;
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageTableCard.php | 34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageTableCard 99 public function setSubtitle($subtitle) argument 101 $this->subtitle = $subtitle; 108 return $this->subtitle;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | CardHeader.php | 33 public $subtitle; variable in Google\\Service\\HangoutsChat\\CardHeader 70 public function setSubtitle($subtitle) argument 72 $this->subtitle = $subtitle; 79 return $this->subtitle;
|
H A D | GoogleAppsCardV1CardHeader.php | 37 public $subtitle; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1CardHeader 88 public function setSubtitle($subtitle) argument 90 $this->subtitle = $subtitle; 97 return $this->subtitle;
|
H A D | GoogleAppsCardV1GridItem.php | 35 public $subtitle; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1GridItem 90 public function setSubtitle($subtitle) argument 92 $this->subtitle = $subtitle; 99 return $this->subtitle;
|
/plugin/bibtex/OSBib/create/ |
H A D | PREVIEWSTYLE.php | 341 $this->row['subtitle'] = ''; 348 $this->row['subtitle'] = ''; 406 $this->row['subtitle'] = ''; 417 $this->row['subtitle'] = ''; 437 $this->row['subtitle'] = ''; 449 $this->row['subtitle'] = ''; 459 $this->row['subtitle'] = ''; 476 $this->row['subtitle'] = ''; 496 $this->row['subtitle'] = ''; 521 $this->row['subtitle'] = ''; [all …]
|
/plugin/bootswrapper/exe/help/ |
H A D | panel.txt | 19 ===== Panel with subtitle ===== 21 <panel type="default" title="Panel title" subtitle="Panel subtitle"> 25 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle"> 116 <panel type="default" title="Panel title" subtitle="Panel subtitle" icon="glyphicon glyphicon-home"> 120 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle" icon="glyphicon gly… 130 | ''subtitle'' | optional | | Subtitle of panel |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | VolumeVolumeInfo.php | 115 public $subtitle; variable in Google\\Service\\Books\\VolumeVolumeInfo 482 public function setSubtitle($subtitle) argument 484 $this->subtitle = $subtitle; 491 return $this->subtitle;
|
/plugin/bootswrapper/syntax/ |
H A D | panel.php | 76 $subtitle = (isset($attributes['subtitle']) ? $attributes['subtitle'] : false); 82 if ($title || $subtitle) { 88 ….= '<div class="panel-heading"><h4 class="panel-title">' . $title . '</h4>' . $subtitle . '</div>';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | ChartSpec.php | 66 public $subtitle; variable in Google\\Service\\Sheets\\ChartSpec 311 public function setSubtitle($subtitle) argument 313 $this->subtitle = $subtitle; 320 return $this->subtitle;
|
/plugin/news/scripts/ |
H A D | newsfeed.ini | 4 ; The title will appear at the top of the feed and the description as the subtitle
|
/plugin/firenews/HTMLTemplates/news/ |
H A D | news.css | 18 .subtitle {
|
/plugin/anewssystem/tpl/ |
H A D | newstemplate.txt | 4 subtitle |text |size="64" | |Sub-Title |subtitledescr
|
H A D | newstemplate_de.txt | 4 subtitle |text |size="64" | |Untertitel |subtitledescr
|
H A D | newstemplate_en.txt | 4 subtitle |text |size="64" | |Sub-Title |subtitledescr
|
H A D | newstemplate_it.txt | 4 subtitle |text |size="64" | |Sub-Title |subtitledescr
|
/plugin/credits/ |
H A D | syntax.php | 104 $subtitle=$this->_get_configs('subtitle_string'); 117 $renderer->doc .= $subtitle;
|
H A D | README | 9 … of the CSS settings can be changed, as well as the title (Plugins) and subtitle (Credits) strings.
|
/plugin/refnotes/ |
H A D | rendering.php | 989 $subtitle = $this->renderJournal($data); 994 $subtitle = $this->renderBookTitle($data); 997 if (!empty($subtitle)) { 998 // $authors? $title $subtitle?, $publication? 1000 $text = $title . ' ' . $subtitle;
|