Home
last modified time | relevance | path

Searched refs:explode (Results 1 – 25 of 66) sorted by path

123

/template/a_free_worldic/
H A Dtpl_functions.php14 $sbl = explode(',',tpl_getConf('left_sidebar_content'));
15 $sbr = explode(',',tpl_getConf('right_sidebar_content'));
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
314 $path = explode(':', $id);
/template/a_new_day/
H A Dtpl_functions.php20 $path = explode(':', $ID);
33 $lines = explode("\n", $toolbar);
H A Dtplfn_sidebar.php59 $lines = explode("\n", $sidebar);
/template/ad-hominem/
H A Dmy_template.php58 $parts = explode("\n", $meta['description']['abstract']);
327 $parts = explode(':', $ID);
/template/ad-hominem/rest/
H A Dpageinfo.php71 $parts = explode("\n", $meta['description']['abstract']);
/template/ameoto/
H A Dtpl_functions.php19 $path = explode(':', $ID);
/template/arctic-mbo/
H A Dtpl_functions.php14 $sbl = explode(',',tpl_getConf('left_sidebar_content'));
15 $sbr = explode(',',tpl_getConf('right_sidebar_content'));
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
356 $path = explode(':', $id);
386 $act_hide = explode(',',tpl_getConf('hidesidebar'));
402 $parts = explode(':', $ID);
/template/arctic/
H A Dtpl_functions.php14 $sbl = explode(',',tpl_getConf('left_sidebar_content'));
15 $sbr = explode(',',tpl_getConf('right_sidebar_content'));
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
363 $path = explode(':', $id);
/template/arctictut/
H A Dtpl_functions.php14 $sbl = explode(',',tpl_getConf('left_sidebar_content'));
15 $sbr = explode(',',tpl_getConf('right_sidebar_content'));
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
348 $path = explode(':', $id);
/template/bootie/
H A Dtpl_template_NicoBoot.php96 $idParts = explode(':', $ID);
/template/bootstrap3/
H A DTemplate.php326 return explode(',', $value);
726 foreach (explode('-', $conf['license']) as $license_img) {
899 $parts = explode(':', $ID);
991 $ns_parts = explode(':', $ID);
1073 list($bootstrap, $bootswatch) = explode('/', $theme);
2156 foreach (explode(' ', $this->getConf('leftSidebarGrid')) as $grid) {
2157 list($col, $media, $size) = explode('-', $grid);
2163 foreach (explode(' ', $this->getConf('rightSidebarGrid')) as $grid) {
2164 list($col, $media, $size) = explode('-', $grid);
H A Dcss.php127 list($bootstrap_theme, $bootswatch_theme) = explode('/', $theme);
H A Diconify.php92 list($params['prefix'], $params['icons']) = explode('-', str_replace('.svg', '', $params['icon']), 2);
116 foreach (explode(',', $params['icons']) as $icon) {
H A Dmain.php75 echo implode('', array_map('trim', explode(',', $tag->td($ID))));
139 echo implode('', array_map('trim', explode(',', $tag->td($ID))));
/template/bootstrap3/inc/Menu/Item/
H A DFeed.php18 if (!in_array('feed', explode(',', tpl_getConf('pageIcons')))) {
H A DHelp.php16 if (!in_array('help', explode(',', tpl_getConf('pageIcons')))) {
H A DPermalink.php16 if (!in_array('permalink', explode(',', tpl_getConf('pageIcons')))) {
H A DPrintPage.php16 if (!in_array('print', explode(',', tpl_getConf('pageIcons')))) {
H A DSendMail.php16 if (!in_array('send-mail', explode(',', tpl_getConf('pageIcons')))) {
H A DShareOn.php16 if (!in_array('social-share', explode(',', tpl_getConf('pageIcons')))) {
44 $enabled_providers = explode(',', tpl_getConf('socialShareProviders'));
/template/bootstrap3/inc/
H A Dsimple_html_dom.php635 $node_id = explode(' ', trim($node->attr['id']))[0];
643 $node_classes = explode(' ', $node->attr['class']);
821 return in_array($pattern, explode(' ', trim($value)), true);
903 if ($m[3] !== '') { $m[3] = explode('.', $m[3]); }
1193 $class = explode(' ', $class);
1219 return in_array($class, explode(' ', $this->class), true);
1242 $class = explode(' ', $class);
1246 $class = array_diff(explode(' ', $this->class), $class);
/template/codowik/js/
H A Dlayout.js99 , explode: {} property in $.layout.effects
/template/comicslate/
H A Dmain.php41 ( explode ( "&", $_SERVER [ "QUERY_STRING" ] ) [ 2 ] != 'nocotan' )
/template/congrid/
H A Dtpl_functions.php62 $parts = explode(' ', $selector);
/template/dokubook/
H A Dtpl_functions.php88 $path = explode(':',$svID);
152 $path = explode(':',$svID);

123