Home
last modified time | relevance | path

Searched refs:subtitle (Results 1 – 25 of 96) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageListSelect.php28 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageListSelect
51 public function setSubtitle($subtitle) argument
53 $this->subtitle = $subtitle;
60 return $this->subtitle;
H A DGoogleCloudDialogflowV2beta1IntentMessageListSelect.php28 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageListSelect
51 public function setSubtitle($subtitle) argument
53 $this->subtitle = $subtitle;
60 return $this->subtitle;
H A DGoogleCloudDialogflowV2IntentMessageCard.php32 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageCard
69 public function setSubtitle($subtitle) argument
71 $this->subtitle = $subtitle;
78 return $this->subtitle;
H A DGoogleCloudDialogflowV2beta1IntentMessageCard.php32 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageCard
69 public function setSubtitle($subtitle) argument
71 $this->subtitle = $subtitle;
78 return $this->subtitle;
H A DGoogleCloudDialogflowV2IntentMessageBasicCard.php34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageBasicCard
85 public function setSubtitle($subtitle) argument
87 $this->subtitle = $subtitle;
94 return $this->subtitle;
H A DGoogleCloudDialogflowV2beta1IntentMessageBasicCard.php34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageBasicCard
85 public function setSubtitle($subtitle) argument
87 $this->subtitle = $subtitle;
94 return $this->subtitle;
H A DGoogleCloudDialogflowV2IntentMessageTableCard.php34 public $subtitle; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageTableCard
99 public function setSubtitle($subtitle) argument
101 $this->subtitle = $subtitle;
108 return $this->subtitle;
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCard.php34 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 DCardHeader.php33 public $subtitle; variable in Google\\Service\\HangoutsChat\\CardHeader
70 public function setSubtitle($subtitle) argument
72 $this->subtitle = $subtitle;
79 return $this->subtitle;
H A DGoogleAppsCardV1CardHeader.php37 public $subtitle; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1CardHeader
88 public function setSubtitle($subtitle) argument
90 $this->subtitle = $subtitle;
97 return $this->subtitle;
H A DGoogleAppsCardV1GridItem.php35 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 DPREVIEWSTYLE.php341 $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 Dpanel.txt19 ===== 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 DVolumeVolumeInfo.php115 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 Dpanel.php76 $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 DChartSpec.php66 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 Dnewsfeed.ini4 ; The title will appear at the top of the feed and the description as the subtitle
/plugin/firenews/HTMLTemplates/news/
H A Dnews.css18 .subtitle {
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt4 subtitle |text |size="64" | |Sub-Title |subtitledescr
H A Dnewstemplate_de.txt4 subtitle |text |size="64" | |Untertitel |subtitledescr
H A Dnewstemplate_en.txt4 subtitle |text |size="64" | |Sub-Title |subtitledescr
H A Dnewstemplate_it.txt4 subtitle |text |size="64" | |Sub-Title |subtitledescr
/plugin/credits/
H A Dsyntax.php104 $subtitle=$this->_get_configs('subtitle_string');
117 $renderer->doc .= $subtitle;
H A DREADME9 … of the CSS settings can be changed, as well as the title (Plugins) and subtitle (Credits) strings.
/plugin/refnotes/
H A Drendering.php989 $subtitle = $this->renderJournal($data);
994 $subtitle = $this->renderBookTitle($data);
997 if (!empty($subtitle)) {
998 // $authors? $title $subtitle?, $publication?
1000 $text = $title . ' ' . $subtitle;

1234