Home
last modified time | relevance | path

Searched refs:meta (Results 1 – 25 of 574) sorted by last modified time

12345678910>>...23

/template/sprintdoc/css/
H A Darea_nav-metabox.less38 ul.meta-tabs > li > a {
45 .meta-content .tab-pane.active {
73 ul.meta-tabs {
191 .meta-content {
H A Dbase.less47 @meta-box_height: (@page-header_height - @page_padding-top);
H A Dbase_vars.less46 @meta-box_height: (@page-header_height - @page_padding-top);
H A Dbase_structure.less83 z-index: 1; // put qc-output above meta-box
87 z-index: 10; // put meta-box above positioned content-elements such as aggregations, edit-buttons
88 ul.meta-tabs > li.active {
89 z-index: 1; // put the active tab above the meta-content in .tab-pane.active
H A Dtemplate_detail.less58 /* + + + + + meta data + + + + + */
/template/sprintdoc/conf/
H A Dmetadata.php3 $meta['sidebar_sections'] = array(
13 $meta['header_layout'] = array(
21 $meta['autocollapse'] = array('onoff');
22 $meta['closedwiki'] = array('onoff');
23 $meta['copyright'] = array('');
/template/kiwiki/conf/
H A Dmetadata.php7 $meta['MainMenu'] = array('string');
8 $meta['MenuMaxHeight'] = array('numeric');
9 $meta['TocMaxHeight'] = array('numeric');
10 $meta['GoBottomBtn'] = array('onoff');
11 $meta['FullScreenBtn'] = array('onoff');
12 $meta['ShowUserFooter'] = array('onoff');
13 $meta['ShowACLFooter'] = array('onoff');
/template/wikipraktik/conf/
H A Dmetadata.php8 $meta['footer'] = array('');
9 $meta['wiki'] = array('onoff')
/template/ad-hominem/conf/
H A Dmetadata.php8 $meta['darkmode'] = array('multichoice',
11 $meta['navtrail'] = array('multichoice',
14 $meta['printstyle'] = array('multichoice',
17 $meta['cookiepos'] = array('multichoice',
20 $meta['cookiemsg'] = array('string');
22 $meta['cookielink'] = array('string');
24 $meta['homelink'] = array('string');
/template/ad-hominem/css/
H A D_media_fullscreen.css408 /* file meta data edit form */
410 #mediamanager__page form.meta div.row {
414 #mediamanager__page form.meta label span {
418 #mediamanager__page form.meta input {
422 #mediamanager__page form.meta button {
426 #mediamanager__page form.meta textarea.edit {
H A D_search.less137 dd.meta {
/template/ad-hominem/
H A Dmy_template.php14 * Print the specific HTML meta headers
49 $meta = p_get_metadata($ID);
50 if (is_array($meta) && array_key_exists('title', $meta) && $meta['title'] !== null) {
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, '&'));
56 if (array_key_exists('description', $meta)
[all...]
/template/ad-hominem/rest/
H A Dpageinfo.php34 $meta = p_get_metadata($id); variable
36 if ($meta['title'] !== null) {
46 $result['title'] = $meta['title'];
71 $parts = explode("\n", $meta['description']['abstract']);
80 // $result['meta'] = $meta; /* uncomment if you need additional meta information */
/template/mikio/assets/
H A Dmikio.css3265 .mikio #mediamanager__page .file form.meta textarea.edit,
3267 #media__manager .file form.meta textarea.edit {
H A Dmikio.less2444 form.meta textarea.edit {
/template/mikio/inc/
H A Dsimple_html_dom.php1430 'meta' => 1,
1695 $el = $this->root->find('meta[http-equiv=Content-Type]', 0, true);
1701 'meta content-type tag found'
1716 // If there is a meta tag, and they don't specify the
1721 'meta content-type tag couldn\'t be parsed. using iso-8859 default.'
1733 if ($meta = $this->root->find('meta[charset]', 0)) {
1734 $charset = $meta->charset;
1736 $debug_object->debug_log(2, 'meta charset: ' . $charset);
/template/mikio/conf/
H A Dmetadata.php11 $meta['iconTag'] = ['string'];
12 $meta['customTheme'] = ['string'];
13 $meta['showNotifications'] = ['multichoice', '__choices' => ['never', 'admin', 'always']];
14 $meta['useLESS'] = ['onoff'];
15 $meta['brandURLGuest'] = ['string'];
16 $meta['brandURLUser'] = ['string'];
17 $meta['showLightDark'] = ['onoff'];
18 $meta['autoLightDark'] = ['onoff'];
20 $meta['navbarUseTitleIcon'] = ['onoff'];
21 $meta['navbarTitleIconHeigh
[all...]
/template/mikio/
H A Dmikio.php218 * @return string HTML footer meta data
1232 $meta['licenseType'] = ['multichoice', '_choices' => ['none', 'badge', 'button']];
1233 $meta['licenseImageOnly'] = ['onoff'];
2083 // $meta_file = metaFN($ID, '.meta');
2084 if ($INFO['meta']['user'] === false) {
2087 if ($INFO['client'] === $INFO['meta']['user']) {
/template/launch/conf/
H A Dmetadata.php7 $meta['discussionPage'] = array('string');
8 $meta['userPage'] = array('string');
9 $meta['hideTools'] = array('onoff');
/template/launch/css/
H A Dlaunch.css145 .funding-meta {}
146 .funding-meta h1 {
155 .type-meta {
161 .type-meta i.fa {
165 .funding-meta h2{
168 .funding-meta p {
186 .funding-meta h2, .funding-meta span.contribution {
190 .funding-meta span.contribution, .funding-meta span.goal-progress {
193 .funding-meta span.goal-progress {
/template/varicolored/css/
H A Dvapicolored.css251 .post .meta {
258 .post .meta .date {
262 .post .meta .posted {
266 .post .meta a {
H A Dvapicolored-responsive.css15 .post .meta { margin-top: 45px; }
/template/varicolored/conf/
H A Dmetadata.php7 $meta['discussionPage'] = array('string');
8 $meta['userPage'] = array('string');
9 $meta['hideTools'] = array('onoff');
/template/cleanresurrected/conf/
H A Dmetadata.php7 $meta['discussionPage'] = array('string');
8 $meta['userPage'] = array('string');
9 $meta['hideTools'] = array('onoff');
/template/panoramacake/conf/
H A Dmetadata.php7 $meta['discussionPage'] = array('string');
8 $meta['userPage'] = array('string');
9 $meta['hideTools'] = array('onoff');

12345678910>>...23