Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 82) sorted by relevance

1234

/template/ad-hominem/
H A Dmy_template.php39 $head = array();
51 $head['meta'][] = array('property' => 'og:title', 'content' => tpl_pagetitle($ID, true));
52 $head['meta'][] = array('property' => 'og:site_name ', 'content' => $conf['title']);
53 $head['meta'][] = array('property' => 'og:type', 'content' => 'website');
54 $head['meta'][] = array('property' => 'og:url', 'content' => wl($ID, '', true, '&'));
61 $head['meta'][] = array('property' => 'og:description', 'content' => $parts[2]);
64 $head['meta'][] = array('name' => 'description', 'content' => $parts[2]);
71 $head['meta'][] = array('name'=> 'generator', 'content'=> 'DokuWiki');
73 $head['link'][] = array(
79 $head['link'][] = array('rel'=> 'start', 'href'=> DOKU_BASE);
[all …]
/template/strap/resources/snippet/js/
H A Dcombo-loader.js12 let head = document.querySelector("head");
13 head.appendChild(script);
22 let head = document.querySelector("head");
23 head.appendChild(link);
H A Dmenubar-fixed-top.js25 document.head.appendChild(style);
/template/strap/resources/theme/default/pages/templates/
H A Dindex.hbs3 <head>
5 {{> head-partial }}
6 {{> page-side-md-collapsable-head }}
7 </head>
H A Dapp-login.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dblank.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-register.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dhamburger.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-resendpwd.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-profile.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-index.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dminimal.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dlanding.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-edit.hbs3 {{> head-partial }}
H A Dapp-search.hbs3 {{> head-partial }}
H A Dapp-revisions.hbs3 {{> head-partial }}
H A Dapp-diff.hbs3 {{> head-partial }}
/template/ospyramid/js/libs/
Drespond.js28 head = doc.getElementsByTagName( "head" )[0] || docElem,
29 links = head.getElementsByTagName( "link" ),
166 if( appendedEls[ i ] && appendedEls[ i ].parentNode === head ){
167 head.removeChild( appendedEls[ i ] );
190 head.insertBefore( dFrag, lastLink.nextSibling );
/template/bootstrap3/assets/anchorjs/
Danchor.min.js6head.querySelector("style.anchorjs")){var A,e=document.createElement("style"),t=" .anchorjs-link {…
/template/pinkberrynight/
DREADME.md21 To see the template in action head over to Percepress for an example of an active site using this t…
23 If you would like to download this template for your own use, head over to the Extension Manager in…
/template/wikiweko/static/
H A Dmobile.less109 #head-base,
110 #head,
/template/dokukit/
Ddesign.css190 div#head {
204 div#head-image {
211 div#head-text {
228 div#head-text-corner {
236 div#head-text a {
829 div#head {
832 div#head-image {
839 div#head-text {
846 div#head-image {
853 div#head-text-corner {
[all …]
/template/strap/resources/
H A DREADME.md6 These resources are called inserted in between the `HTML head tag`
/template/strap/resources/page-image/
H A Dvignette.md6 <heading d4 boldness="bold">${title|head(55,"..." )}</heading>
/template/breeze/sass/
D_tables.scss23 color: $table-head-color;

1234