Searched refs:head (Results 1 – 25 of 82) sorted by relevance
1234
| /template/ad-hominem/ |
| H A D | my_template.php | 39 $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 D | combo-loader.js | 12 let head = document.querySelector("head"); 13 head.appendChild(script); 22 let head = document.querySelector("head"); 23 head.appendChild(link);
|
| H A D | menubar-fixed-top.js | 25 document.head.appendChild(style);
|
| /template/strap/resources/theme/default/pages/templates/ |
| H A D | index.hbs | 3 <head> 5 {{> head-partial }} 6 {{> page-side-md-collapsable-head }} 7 </head>
|
| H A D | app-login.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | blank.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-register.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | hamburger.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-resendpwd.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-profile.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-index.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | minimal.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | landing.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-edit.hbs | 3 {{> head-partial }}
|
| H A D | app-search.hbs | 3 {{> head-partial }}
|
| H A D | app-revisions.hbs | 3 {{> head-partial }}
|
| H A D | app-diff.hbs | 3 {{> head-partial }}
|
| /template/ospyramid/js/libs/ |
| D | respond.js | 28 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/ |
| D | anchor.min.js | 6 …head.querySelector("style.anchorjs")){var A,e=document.createElement("style"),t=" .anchorjs-link {…
|
| /template/pinkberrynight/ |
| D | README.md | 21 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 D | mobile.less | 109 #head-base, 110 #head,
|
| /template/dokukit/ |
| D | design.css | 190 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 D | README.md | 6 These resources are called inserted in between the `HTML head tag`
|
| /template/strap/resources/page-image/ |
| H A D | vignette.md | 6 <heading d4 boldness="bold">${title|head(55,"..." )}</heading>
|
| /template/breeze/sass/ |
| D | _tables.scss | 23 color: $table-head-color;
|
1234