Home
last modified time | relevance | path

Searched refs:title (Results 51 – 75 of 460) sorted by relevance

12345678910>>...19

/template/typowiki/typowiki/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
42 tpl_pagelink($discussPage, $title);
46 $output .= html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
71 tpl_pagelink($userPage, $title);
75 $output .= html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/starterpjax/
H A Djquery.pjax.js256 title: container.title, property in pjax.state
263 window.history.replaceState(pjax.state, container.title, container.url)
266 if (container.title) document.title = container.title
286 window.history.replaceState(pjax.state, container.title, url.href)
304 title: document.title, property in pjax.state
309 window.history.replaceState(pjax.state, document.title)
425 if (state.title) document.title = state.title
622 obj.title = findAll($head, 'title').last().text()
638 if (!obj.title)
639 obj.title = $fragment.attr('title') || $fragment.data('title')
[all …]
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
H A Dmain.php.withTime26 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
50 data-jw='{ "jokuwiki" : "pjaxTitle", "data" : { "id" : "pjaxTitle", "title" : "<?php
51 … $pjaxTitle=htmlentities(tpl_pagetitle($ID, true) . ' [' . strip_tags($conf['title']). ']');
56 <!-- the div above implements a jokuwiki to update the window title -->
64 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
67 …l(),'<img src="'.ml('logo.png').'" alt="'.$conf['title'].'" />','id="dokuwiki__top" accesskey="h"
/template/usable/blueprint/src/
H A Dforms.css8 * For text fields, use class .title or .text
20 input.text, input.title,
26 input.text:focus, input.title:focus,
32 input.title { width: 300px; padding:5px; }
33 input.title { font-size:1.5em; }
/template/quickjump/blueprint/src/
H A Dforms.css8 * For text fields, use class .title or .text
20 input.text, input.title,
26 input.text:focus, input.title:focus,
32 input.title { width: 300px; padding:5px; }
33 input.title { font-size:1.5em; }
/template/nucleus/
H A Dfooter.inc22 …<a target="_blank" href="<?=DOKU_BASE?>feed.php" title="Recent changes RSS feed"><img src="<?=DOKU…
24 …<a target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="C…
26 …mp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=EUR&amp;lc=US" title="Donate"><img src=…
28 …<a target="_blank" href="http://www.php.net" title="Powered by PHP"><img src="<?=DOKU_TPL?>img/but…
30 …<a target="_blank" href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0"><img src="…
32 …<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS"><img …
34 …<a target="_blank" href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Driven by DokuWiki"><img…
60 … href="http://wiki.nucleuscms.org" title="Nucleus Wiki">Nucleus Template</a> by <a href="http://nu…
H A Dheader.inc3 <a href="http://mysite.com/wiki" title="Wiki" class="logo"><span></span>Wiki</a>
8 <li class="nav1"><a href="doku.php" title="Plugin List">Home</a></li>
9 <li class="nav2"><a href="nucleus?do=index" title="Full Index">Full Index</a></li>
10 <li class="nav3"><a href="doku.php?do=recent" title="Recent Changes">Recent Changes</a></li>
/template/taratasy/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/zenlike/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/ach/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/grassstains/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/aran/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/templar/js/
H A Dbootstrap-tooltip.js217 , title = this.getTitle()
219 $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
273 var title variable
277 title = $e.attr('data-original-title')
278 || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
280 return title
346 , title: '' property in $.fn.tooltip.defaults
/template/minimalism/
H A Dminimalism.php47 $title = trim($item[1]);
49 if (strlen($link) > 0 && strlen($title) > 0) {
56 tpl_link($link, $title, 'title="'.$link.'"'.$target);
64 tpl_link(wl($link), $title, 'title="'.$link.'"'.$target.$style);
/template/bootstrap3/tpl/
H A Dnavbar.php39 $title = $conf['title']; variable
45 echo '<a class="navbar-brand d-flex align-items-center" href="' . $home_link . '" accesskey="h" title="' . $title . '">';
46 echo '<img id="dw__logo" class="pull-left h-100 mr-4" alt="' . $title . '" src="' . $logo . '" />';
47 echo '<div class="pull-right"><div id="dw__title">' . $title . '</div>' . $tagline . '</div>';
177 <a href="<?php wl($ID)?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang['toc'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
/template/dokutwitterbootstrap/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
36 tpl_pagelink($discussPage, $title);
38 echo html_btn('discussion', $discussPage, '', array(), 'get', 0, $title);
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
58 tpl_pagelink($userPage, $title);
60 echo html_btn('userpage', $userPage, '', array(), 'get', 0, $title);
/template/battlehorse/
H A Dtplfn_sidebar.php89 $title = p_get_first_heading($id);
90 if ($title) $name = $title;
/template/dokukit/
H A Dmain.php64 $title = $conf['title']; variable
67 $title .= ' ('.$short_institute.')';
70 tpl_link(wl(), $title, 'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[ALT+H]"');
/template/notes/css/
H A D.rss.xsl.swp7 …content="text/html; charset=utf-8"/>� <title><xsl:value-of select="/rss/channel/title"/> Fe…
23title" href="https://jeremysnotes.com">Jeremy's Notes</a>� <div class="foot inner">� …
24title"/></h1>� <div class="head_main">� </xsl:if>� </a>� …
/template/a_new_day/
H A Dtplfn_sidebar.php109 $title = p_get_first_heading($id);
110 if ($title) $name = $title;
/template/pinboard/css/
H A Dpinboard.css664 #site-title a,
669 #site-title,
677 #site-title {
684 #site-title img {
1240 .page-title,
1482 .entry-title,
1483 #comments-title,
1484 #reply-title {
1521 .entry-title
2111 #reply-title {
[all …]
/template/spacious/css/
H A Dspacious.css741 .slider-title-head .entry-title a {
814 .header-post-title-container .post-title-wrapper {
885 .widget-title a {
1062 .main-title {
1354 #comments h2.comments-title, #comments h3.comments-title {
1872 .post .entry-title,
1878 .post .entry-title a, .page .entry-title a {
1882 .post .entry-title a:hover, .page .entry-title a:hover {
2151 #site-title a {
2156 h1#site-title {
[all …]
/template/bootstrap3/
H A Dscript.js246 jQuery.ui.dialog.prototype.options.classes["ui-dialog-title"] = "modal-title";
409 var title = encodeURIComponent(document.title),
414 'twitter': (function () { return ['https://twitter.com/intent/tweet?text=', title, '&url=', url].join(''); })(),
415 'linkedin': (function () { return ['https://www.linkedin.com/shareArticle?mini=true&url=', url, '&title=', title].join(''); })(),
416 'facebook': (function () { return ['https://www.facebook.com/sharer/sharer.php?u=', url, '&t=', title].join(''); })(),
417 'pinterest': (function () { return ['https://pinterest.com/pin/create/button/?url=', url, '&description=', title].join(''); })(),
419 'whatsapp': (function () { return ['https://wa.me/?text=', title, '
[all...]
/template/amanuensis/
H A Dlayout.css124 div.title {
174 div.title {
181 .title a:link, .title a:visited, .title a:hover, .title a:active {

12345678910>>...19