Home
last modified time | relevance | path

Searched refs:title (Results 326 – 350 of 2455) sorted by path

1...<<11121314151617181920>>...99

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoLocalization.php29 public $title; variable in Google\\Service\\YouTube\\VideoLocalization
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
H A DVideoSnippet.php66 public $title; variable in Google\\Service\\YouTube\\VideoSnippet
225 public function setTitle($title) argument
227 $this->title = $title;
234 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DGroupSnippet.php29 public $title; variable in Google\\Service\\YouTubeAnalytics\\GroupSnippet
48 public function setTitle($title) argument
50 $this->title = $title;
57 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md149 echo $item['volumeInfo']['title'], "<br /> \n";
254 "name": "title"
278 'name' => 'title',
303 $property->setName('title');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php70 * @param string $title Text to be in the h1
74 protected function addTitle(string $title, int $level): string argument
76 $title = htmlspecialchars($title, ENT_NOQUOTES, 'UTF-8');
78 …'.$this->logLevels[$level].';color: #ffffff;padding: 5px;" class="monolog-output">'.$title.'</h1>';
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php249 private static function dump(string $title, array $dict): array argument
256 …tic::call('log', static::quote('%c%s'), static::quote('font-weight: bold'), static::quote($title));
H A DPushoverHandler.php35 private $title; variable in Monolog\\Handler\\PushoverHandler
85 * @param string|null $title Title sent to the Pushover API
104 ?string $title = null, argument
132 $this->title = $title ?: (string) gethostname();
152 $maxMessageLength = 512 - strlen($this->title);
163 'title' => $this->title,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php327 private function generateAttachmentField(string $title, $value): array argument
334 'title' => ucfirst($title),
/plugin/autoindentcontrol/
H A Dscript.js158 button.title = 'Auto-Indent: ON';
204 button.title = 'Auto-Indent: ' + onoff;
/plugin/autolink4/lang/en/
H A Dadmin_help.txt9 * tt: Hovering over this link will show a tooltip with the page title and abstract. Requires the [[https://www.dokuwiki.org/plugin:autotooltip|autotooltip]] plugin.
/plugin/autologoff/
H A Dscript.js33 $dialog.attr('title', LANG.plugins.autologoff.title);
/plugin/autotooltip/
H A Dhelper.php33 'title (optional)' => 'string',
61 * @param string $title - The title inside the tooltip.
62 * @param string $preTitle - Text to display before the title. Newlines will be rendered as line breaks.
67 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') {
81 $partCount = (empty($title) ? 0 : 1) + (empty($preTitle) ? 0 : 1) + (empty($tooltip) ? 0 : 1);
97 if (!empty($title)) {
98 $contentParts[] = '<span class="plugin-autotooltip-title">' . $title . '</span>';
117 * Render a tooltip, with the title an
66 forText($content, $tooltip, $title = '', $preTitle = '', $classes = '', $textClasses = '') global() argument
[all...]
H A Dscreen.less49 .plugin-autotooltip-title {
H A Dsyntax.php85 // <autott class1 class2><content></content><tip></tip><title></title><pageid></pageid></autott>
89 $title = [];
92 preg_match('/<title>([\s\S]+)<\/title>/', $inner, $title);
97 $data['title'] = count($title) >= 1 ? $title[1] : null;
122 $renderer->doc .= $this->m_helper->forText($data['content']??'', $data['tip']??'', $data['title']
[all...]
/plugin/autotranslation/
H A Dadmin.php65 $title = $this->getLang("missing");
74 $title = $this->getLang('old');
78 $title = $this->getLang('current');
81 …$row .= "<td class='$class'>" . $xhtml_renderer->internallink($translID,$title,null,true) . $diffl…
/plugin/avatar/
H A Dhelper.php19 'title (optional)' => 'string',
30 function getXHTML($user, $title = '', $align = '', $size = NULL) { argument
33 $src = $this->_getAvatarURL($user, $title, $size);
37 ' title="'.$title.'" alt="'.$title.'" width="'.$size.'"'.
44 function _getAvatarURL($user, &$title, &$size) { argument
60 if (($userinfo['name']) && (!$title)) $title = hsc($userinfo['name']);
110 if (!$title)
[all...]
H A Dsyntax.php4 * Optionally you can add a title attribute: {{avatar>email@domain.com|My Name}}
30 $one = explode('?', $match, 2); // [user|mail] ? [size]|[title]
32 $three = explode('|', $one[1], 2); // [size] & [title]
34 $title = $three[1];
51 return array($user, $title, $align, $size);
/plugin/avtaskbox/
H A Dsyntax.php93 … $title = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : '&nbsp;';
123 …$resultStr .= '<tr class="row0"><th><b>'.$title.'</b><span style="float:right;font-weight:normal;"…
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta1title";s:31:"All backlinks plugin test pages";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{…
H A Dbacklinks_exclude_syntax.meta1title";s:61:"Backlinks to what Bob Ross says (excluding exclude namespace)";s:11:"description";a:2…
H A Dbacklinks_include_syntax.meta1title";s:48:"Backlinks to what Bob Ross says (including only)";s:11:"description";a:2:{s:15:"table…
H A Dbacklinks_syntax.meta1title";s:31:"Backlinks to what Bob Ross says";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{…
H A Dbob_ross_says.meta1 …:0:"";s:5:"title";s:13:"Bob Ross says";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4…
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1title";s:28:"An excluded link to Bob Ross";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1title";s:28:"An included link to Bob Ross";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0…

1...<<11121314151617181920>>...99