Home
last modified time | relevance | path

Searched refs:title (Results 376 – 400 of 460) sorted by last modified time

1...<<111213141516171819

/template/dokutwitterbootstrap/css/
H A Dbootstrap.min.css9title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-b…
/template/dokutwitterbootstrap/js/
H A Dbootstrap.min.js9title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=… property in b.DEFAULTS
/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/a_new_day/js/
H A Dcontrols.js526 this.element.title = this.options.clickToEditText;
H A Dprototype.js1516 title: function(element) { method in Element._attributeTranslations.values
/template/a_new_day/
H A Dstyle.ini86 ; the color used for the site title
H A Dtplfn_sidebar.php109 $title = p_get_first_heading($id);
110 if ($title) $name = $title;
H A Dstyle_plain.ini74 ; the color used for the site title
/template/daily/css/
H A Dpure-min.css119 abbr[title] {
1426 overflow: visible; /*to make ths where the title is really long work*/
H A Dbasic.less185 overflow: visible; /*to make ths where the title is really long work*/
/template/benjamin/css/
H A Dbasic.css349 acronym[title],
350 abbr[title] {
/template/benjamin/
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/benjamin/user/css/
H A Dbasic.css.dist349 acronym[title],
350 abbr[title] {
/template/m1/css/
H A Dbasic.css283 acronym[title],
284 abbr[title] {
/template/m1/
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/minima/
H A Dfunctions.php157 $title = hsc($in[1][1]);
158 if (!$title)
159 $title = hsc(p_get_first_heading($id));
160 if (!$title)
161 $title = hsc(ucwords(noNS($id)));
165 $out .= '<span class="activetab">'.$title.'</span> ';
167 $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
201 $title = p_get_metadata(getNS($ID).':'.tpl_getConf('tabs_page'), 'title');
204 if ($title)
205 echo $title.': ';
/template/mnml-blog/user/
H A Dboxes.php.dist99 …l"] = "<a href=\"https://donate.arsava.com/dokuwiki-template-mnml-blog/\" title=\"Donate\" target=…
/template/monobook/user/
H A Dboxes.php.dist59 …ml"] = "<a href=\"https://donate.arsava.com/dokuwiki-template-monobook/\" title=\"Donate\" target=…
H A Dbuttons.php.dist47 $_monobook_btns["valid_css"]["title"] = "Valid CSS";
59 $_monobook_btns["example1"]["title"] = "Example button";
/template/monobook/static/css/
H A Dscreen.css994 content: attr(title) " (";
/template/vector/static/css/
H A Dscreen.css872 content: attr(title) " (";
/template/vector/user/
H A Dboxes.php.dist59 …html"] = "<a href=\"https://donate.arsava.com/dokuwiki-template-vector/\" title=\"Donate\" target=…
H A Dbuttons.php.dist47 $_vector_btns["valid_css"]["title"] = "Valid CSS";
59 $_vector_btns["example1"]["title"] = "Example button";
/template/vector/
H A DREADME268 - Visited <http://en.wikipedia.org/w/index.php?title=ASCII>, copied the
/template/r7throot1/
H A Dfunctions.php102 $title = hsc($in[1][1]);
103 if (!$title) $title = hsc(p_get_first_heading($id));
104 if (!$title) $title = hsc(ucwords(noNS($id)));
107 if ($id == $ID) $out .= '<span class="activetab">'.$title.'</span> ';
108 else $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';

1...<<111213141516171819