Home
last modified time | relevance | path

Searched refs:title (Results 626 – 650 of 2455) sorted by relevance

1...<<21222324252627282930>>...99

/plugin/dokusioc/
H A Daction.php189 $title = $conf['title'];
190 } elseif (isset($INFO['meta']['title'])) {
191 $title = $INFO['meta']['title'];
193 $title = $ID;
197 'Container: ' . $title,
216 $wikicontainer->addTitle($INFO['meta']['title']);
304 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''),
322 $INFO['meta']['title']
[all...]
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte102 title A Gantt Diagram
169 #app-title {
177 #title-container {
227 <div id="title-container">
228 <h1 id="app-title">Mermaid Live Editor</h1>
244 <Card title="Code" noPadding="true">
247 <Card title="Mermaid Configuration">
252 <Card title="Preview">
257 <Card title="Editing history">
273 <Card title="Links">
[all …]
/plugin/imagereference/
H A Dscript.js5 * - try copy image title to caption
13 "title": "Adds an ImageCaption tag", property in toolbar
21 "title": "Adds an ImageReference tag", property in toolbar
46 //copy possibly img title when no caption is set
49 let title = $img.attr('title');
50 if (title) {
51 $imgcaption.find('span.undercaption a').first().before(': ' + title);
/plugin/imagelink/
H A Dstyle.css7 div.plugin_linkimage:hover div.title{
26 div.plugin_linkimage div.title {
37 div.plugin_linkimage div.title *{
/plugin/markdowku/
H A Danchorsreference.php41 $title = $matches[1];
55 $renderer->emaillink($target, $title);
57 $renderer->externallink($target, $title);
/plugin/edittable/renderer/
H A Dinverse.php533 if($title != null) {
534 $this->doc .= "|$title";
665 if(is_array($title)) {
667 $title['src'],
668 $title['title'],
669 $title['align'],
670 $title['width'],
671 $title['height'],
672 $title['cache'],
673 $title['linking']
[all …]
/plugin/gpsies/
H A Dsyntax.php107 …$out .= ' <a href="' . $trackMapURL . '" class="plugin_gpsies" title="' . $this->getLang('visit…
109 …$out .= '<a href="' . $trackMapOnlyURL . '" target="_blank" title="' . $this->getLang('fullscreen'…
111 …'h'] . '" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="' . $trackMapURL …
/plugin/blogtng/helper/
H A Dtools.php24 * @param string $title the title of the page to create
27 static public function mkpostid($format,$title){ argument
31 '%{title}' => str_replace(':',$conf['sepchar'],$title),
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.hbs4 <title>{{ title }}</title>
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
H A Dviewer.properties17 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
24 zoom.title=அளவு
25 open_file.title=கோப்பினைத் திறக்க
43 # (the _label strings are alt text for the buttons, the .title strings are
52 # Find panel button title and messages
53 find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு
54 find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு
/plugin/pdfjs/pdfjs/web/locale/mn/
H A Dviewer.properties17 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
24 zoom.title=Тэлэлт
25 open_file.title=Файл нээ
45 # (the _label strings are alt text for the buttons, the .title strings are
54 # Find panel button title and messages
55 find_previous.title=Хайлтын өмнөх олдцыг харуулна
56 find_next.title=Хайлтын дараагийн олдцыг харуулна
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DCourseWork.php85 public $title; variable in Google\\Service\\Classroom\\CourseWork
362 public function setTitle($title) argument
364 $this->title = $title;
371 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DLocation.php70 public $title; variable in Google\\Service\\MyBusinessBusinessInformation\\Location
331 public function setTitle($title) argument
333 $this->title = $title;
340 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php108 public $title; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
423 public function setTitle($title) argument
425 $this->title = $title;
432 return $this->title;
/plugin/slacknotifier/helper/
H A DFormatter.php31 $title = "{$username} {$action} page <{$link}|{$page}>";
36 $title .= " (<{$diffURL}|Compare changes>)";
40 $formatted = ['text' => $title];
45 'title' => 'Summary',
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java118 JPanel title = new JPanel(); in JTableRenderer() local
119 title.setBackground(new Color(149, 173, 239)); in JTableRenderer()
120 title.setOpaque(true); in JTableRenderer()
121 title.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 1)); in JTableRenderer()
122 title.setLayout(new BorderLayout()); in JTableRenderer()
127 title.add(icon, BorderLayout.WEST); in JTableRenderer()
131 label.setFont(title.getFont().deriveFont(Font.BOLD, 11)); in JTableRenderer()
133 title.add(label, BorderLayout.CENTER); in JTableRenderer()
160 title.add(toolBar2, BorderLayout.EAST); in JTableRenderer()
161 add(title, BorderLayout.NORTH); in JTableRenderer()
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php350 public $title; variable in Google_Task
431 public function setTitle( $title) { argument
432 $this->title = $title;
435 return $this->title;
474 public $title; variable in Google_TaskList
500 public function setTitle( $title) { argument
501 $this->title = $title;
504 return $this->title;
/plugin/webexteamsnotifier/
H A Daction.php51 $title = "{$fullname} updated page [{$INFO['id']}]({$this->urlize()})";
57 $title .= " ([Compare changes]({$this->urlize($revArr[0])}))";
62 "markdown" => $title
66 $data = array("markdown" => "{$title}\n\n{$SUM}");
/plugin/socialite/syntax/
H A Dbutton.php119 $title = rawurlencode(($INFO['meta']['title']) ? $INFO['meta']['title'] : $meta);
152 $href = 'http://www.reddit.com/submit?url='. $url .'&title=' . $title;
160 $href = 'http://www.stumbleupon.com/submit?url='. $url .'&title=' . $title;
176 …$href = 'https://vk.com/share.php?url='. $url .'&title=' . $title . '&description=' . $abstract . …
/plugin/highlightjs/highlight/styles/
H A Dzenburn.css29 .lisp .title {
66 .class .title,
67 .function .title,
68 .ini .title,
/plugin/include/syntax/
H A Dfooter.php58 $title = ($sect) ? $page . '#' . $sect : $page;
59 if (!$title) $title = str_replace('_', ' ', noNS($page));
62 'title' => $title,
75 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $date).'">'
85 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $mdate).'">'
/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-side-md-collapsable.hbs8 <title>Expand</title>
17 <title>Collapse</title>
/plugin/combo/action/
H A Dlinkwizard.php120 $title = $page->getTitleOrDefault();
126 if (strpos(strtolower($title), $lowerSearchTerm) !== false) {
127 $label = "Title: $title";
132 $label = "Title: $title";
140 * Because path is used in the title to create the link
141 * by {@link file linkwiz.js} we set a title on the span
145 <a href="$link" title="$path" $class>$path</a><span title="$label">$name</span>
/plugin/mikioplugin/syntax/
H A Dcore.php557 $title = '';
561 $title = $options['tooltip-html-top'];
566 $title = $options['tooltip-html-left'];
571 $title = $options['tooltip-html-bottom'];
576 $title = $options['tooltip-html-right'];
581 $title = $options['tooltip-top'];
586 $title = $options['tooltip-left'];
591 $title = $options['tooltip-bottom'];
596 $title = $options['tooltip-right'];
601 $title
[all...]
/plugin/do/
H A Dhelper.php344 $subj = '[' . $conf['title'] . '] ';
487 $title = $this->getLang('title_alldone');
490 $title = sprintf($this->getLang('title_intime'), $count['undone']);
493 $title = sprintf($this->getLang('title_late'), $count['undone'], $count['late']);
496 $out = '<div class="plugin__do_pagetasks" title="' . $title . '"><span class="' . $class . '">';
527 $title = sprintf($this->getLang('tasks_user_intime'), $num);
528 $link = '<button class="plugin__do_usertasks" title="' . $title . '">' . $doInner . '</button>';
530 $title
[all...]

1...<<21222324252627282930>>...99