Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/template/mnml-blog/
H A Dmain.php104 foreach($arr as $div_id => $contents){
106 if (empty($contents) ||
107 !is_array($contents) ||
108 !isset($contents["xhtml"])){
112 if (!empty($contents["headline"])){
113 $interim .= " <h5 class=\"hspec\">".hsc($contents["headline"])."</h5>\n";
115 $interim .= " <div class=\"level1\">".$contents["xhtml"]."</div>"
/template/starterpjax/
H A Djquery.pjax.js248 if (!container.contents) {
267 context.html(container.contents)
394 var direction, contents = cacheMapping[state.id]
422 if (contents) {
426 container.html(contents)
634 obj.contents = $fragment.contents()
643 obj.contents = $body
647 if (obj.contents) {
649 obj.contents = obj.contents.not(function() { return $(this).is('title') })
652 obj.contents.find('title').remove()
[all …]
/template/monobook/
H A Dmain.php316 foreach($arr as $div_id => $contents){
318 if (empty($contents) ||
319 !is_array($contents) ||
320 !isset($contents["xhtml"])){
324 if (isset($contents["headline"])
325 && $contents["headline"] !== ""){
329 $interim .= " <h5>".hsc($contents["headline"])."</h5>\n";
331 … $interim .= " <h5><label for=\"qsearch__in\">".hsc($contents["headline"])."</label></h5>\n";
336 .$contents["xhtml"]."\n"
/template/vector/
H A Dmain.php278 foreach($arr as $div_id => $contents){
280 if (empty($contents) ||
281 !is_array($contents) ||
282 !isset($contents["xhtml"])){
286 if (isset($contents["headline"])
287 && $contents["headline"] !== ""){
288 $interim .= " <h5>".hsc($contents["headline"])."</h5>\n";
292 .$contents["xhtml"]."\n"
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php65 foreach ($iterator as $name => $contents) {
67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/template/launch/css/
H A Dlaunch.css103 .profile-contents {
107 .profile-contents h2 {
120 .profile-contents ul li {
124 .profile-contents ul li a {
136 .profile-contents ul li a i.fa {
140 .profile-contents ul li a:hover {
/template/cherokee-based/
H A Dreadme.txt13 contents:
14 * use partial (modified or inspired) contents of this pages
/template/jessica/css/
H A Ddrawer.min.css9contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:…
/template/dokukitv2/
H A Ddesign.css221 display: contents;
226 display: contents;
231 display: contents;
/template/bootstrap3/js/plugins/
H A Dwrap.js17 $tabs.find('div.li').contents().unwrap();
H A Dsimplenavi.js17 $simplenavi.find('li.open strong').contents().unwrap();
/template/dokubootstrapsimplified/js/
H A Dmodifications.js7 $('bdi').contents().unwrap();
/template/dokutwitterbootstrap/css/
H A Dmodifications.css19 /* The floating-to-the-side table of contents is cool, but, not if we're
/template/raw/
H A Dresponsive.css3 /* Fix appearance of table-of-contents. */
/template/sidebar/
H A Dsidebar.css97 /* sidebar contents */
163 …page .toc {height:1px} /* General Dokuwiki fix. IE needs this to always display TOC contents \*/
/template/templar/less/
H A Dresponsive.less47 // From 979px and below, show a button to toggle navbar contents
/template/chippedsnow/css/
H A Dfixed.less20 // center the contents
/template/notes/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/ramtop/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/20cones/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/darkblue/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/greensteel/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/docnavwiki/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/kkh/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/template/simplewiki/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the

12345678910>>...12