Home
last modified time | relevance | path

Searched refs:title (Results 351 – 375 of 460) sorted by last modified time

1...<<111213141516171819

/template/plaintext/
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/starterbootstrap/css/
H A Dbootstrap.min.css5title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;f…
H A Dbootstrap.css53 abbr[title] {
209 abbr[title]:after {
210 content: " (" attr(title) ")";
1275 abbr[title],
1276 abbr[data-original-title] {
5171 .panel-title {
5177 .panel-title > a {
5634 .modal-title {
5814 .popover-title {
H A Dbootstrap.css.map1title] {\n border-bottom: 1px dotted;\n}\nb,\nstrong {\n font-weight: bold;\n}\ndfn {\n font-st…
/template/starterbootstrap/
H A DREADME.markdown35 theme displays both the logo and title of the wiki. The ``header_title`` option
H A Dgenerate_index.php63 …,'title' => ($conf['useheading'] && ($title = p_get_first_heading($target)))?$title:$id // NS tit…
/template/starterbootstrap/js/
H A Dbootstrap.js1223 title: '', property in Tooltip.DEFAULTS
1468 var title = this.getTitle()
1470 $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1570 var title
1574 title = $e.attr('data-original-title')
1575 || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
1577 return title
1709 var title = this.getTitle()
1712 $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
H A Dbootstrap.min.js6title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=funct… property in c.DEFAULTS
/template/starterpjax/
H A DREADME.md54 > data-jw='{ "jokuwiki" : "pjaxTitle", "data" : { "id" : "pjaxTitle", "title" : "<?php
55 > $pjaxTitle=htmlentities(tpl_pagetitle($ID, true) . ' [' . strip_tags($conf['title']…
60 > <!-- the div above implements a jokuwiki to update the window title -->
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 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"
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/starterpjax/css/
H A Dbasic.css281 acronym[title],
282 abbr[title] {
/template/taratasy/css/
H A Dcustom.local.less11 @title-font: Calibri;
77 font-family: @title-font;
127 font-family: @title-font;
163 font-family: @title-font;
/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/writr/css/
H A Dglobal.less366 .site-title a,
H A Dprint.less29 .site-title {
H A Dtheme.less80 .site-title {
87 .site-title a {
92 .site-title a:hover {
/template/writr/
H A Dscript.js68 var title = $searchButton.attr('title');
70 $searchForm.append('<button type="submit" title="'+title+'">'+value+'</button>');
181 jQuery('body.enableTooltips [title]:not(.media),body.enableTooltips [alt]:not(.media)').each(function() {
183 const content = element.attr('alt') ? element.attr('alt') : element.attr('title');
188 const tooltipType = element.attr('alt') ? 'alt' : 'title';
/template/breeze/css/
H A Dbasic.css283 acronym[title],
284 abbr[title] {
H A Dgumby.css725 abbr[title]:after { content: " (" attr(title) ")"; }
/template/breeze/
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/breeze/bower_components/gumby/css/
H A Dgumby.css724 abbr[title]:after { content: " (" attr(title) ")"; }
/template/breeze/bower_components/gumby/sass/
H A D_typography.scss241 abbr[title]:after {
242 content: " (" attr(title) ")";
/template/20cones/
H A DREADME.md18 - Option to hide the DokuWiki title (hidden by default). It can be changed from configuration page

1...<<111213141516171819