Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 189) sorted by path

12345678

/template/20cones/
H A DCOPYING254 10. If you wish to incorporate parts of the Program into other free
327 parts of the General Public License. Of course, the commands you use may
/template/a_free_worldic/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/template/a_new_day/js/
H A Dprototype.js260 var parts = this.split('-'), len = parts.length;
261 if (len == 1) return parts[0];
264 ? parts[0].charAt(0).toUpperCase() + parts[0].substring(1)
265 : parts[0];
268 camelized += parts[i].charAt(0).toUpperCase() + parts[i].substring(1);
638 var parts = [];
650 parts.push(key + '=' + encodeURIComponent(value));
656 parts.push(pair.map(encodeURIComponent).join('='));
659 return parts.join('&');
/template/able/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/ad-hominem/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A Dmy_template.php58 $parts = explode("\n", $meta['description']['abstract']);
60 if (is_array($parts) && array_key_exists(2, $parts)) {
61 $head['meta'][] = array('property' => 'og:description', 'content' => $parts[2]);
64 $head['meta'][] = array('name' => 'description', 'content' => $parts[2]);
327 $parts = explode(':', $ID);
328 $count = count($parts);
329 $isdir = ( $parts[$count-1] == $conf['start']);
348 $part = $parts[$i];
363 echo tpl_pagetitle($page . $parts[
[all...]
/template/ad-hominem/rest/
H A Dpageinfo.php71 $parts = explode("\n", $meta['description']['abstract']); variable
72 $result['extract'] = $parts[2];
73 $result['extract_html'] = '<p>'.$parts[2].'</p>';
/template/apricot/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/aran/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/arcade-basic/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/arcadebasic/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/arctic-mbo/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
H A Dtpl_functions.php402 $parts = explode(':', $ID);
403 $count = count($parts);
407 $parts = array($conf['start']);
417 $part .= $parts[$i].':';
425 $title = useHeading('navigation') ? p_get_first_heading($page) : $parts[$i];
428 tpl_link(wl($page),$parts[$i],'title="'.$page.'" class="wikilink2" rel="nofollow"');
433 if(isset($page) && $page==$part.$parts[$i]) return;
434 $page = $part.$parts[$i];
438 $title = useHeading('navigation') ? p_get_first_heading($page) : $parts[$i];
441 tpl_link(wl($page),$parts[$i],'title="'.$page.'" class="wikilink2" rel="nofollow"');
/template/arctic/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/template/arctictut/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/artforwater/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/basical/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/battlehorse/js/
H A Dprototype.js260 var parts = this.split('-'), len = parts.length;
261 if (len == 1) return parts[0];
264 ? parts[0].charAt(0).toUpperCase() + parts[0].substring(1)
265 : parts[0];
268 camelized += parts[i].charAt(0).toUpperCase() + parts[i].substring(1);
638 var parts = [];
650 parts.push(key + '=' + encodeURIComponent(value));
656 parts.push(pair.map(encodeURIComponent).join('='));
659 return parts.join('&');
/template/benjamin/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/binkytestinstance/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/template/bootstrap3/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A DRELEASE.md571 * Initial support for *override* the some parts of template (now is disabled)
H A DTemplate.php899 $parts = explode(':', $ID);
900 $count = count($parts);
922 $part .= $parts[$i] . ':';
951 if (isset($page) && $page == $part . $parts[$i]) {
956 $page = $part . $parts[$i];
/template/boozurk/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may

12345678