Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 189) sorted by last modified time

12345678

/template/sprintdoc/
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 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/kiwiki/
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/wikipraktik/
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/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/mikio/
H A DREADME.md176 Mikio now supports hiding elements using the `~~hide-parts (parts)~~` macro. Each element within the hide-parts macro is required to be seperated by spaces. Currently the following parts are supported:
191 To hide the topheader, navbar and hero, you would use the macro `~~hide-parts topheader navbar hero~~`
305 - Fixed bug with `~~hide-parts~~` no longer working. [#52](https://github.com/nomadjimbob/mikio/issues/52). Thanks nathanmcguire.
H A DLICENSE.md236 **10.** If you wish to incorporate parts of the Program into other free programs
H A Dmikio.php730 $parts = explode('|', $item);
731 if ($parts > 1) {
733 strip_tags($this->getLink(trim($parts[0]))) . '">' . strip_tags(trim($parts[1])) .
1391 $parts = explode(':', $ID);
1392 $count = count($parts);
1396 $part .= $parts[$i] . ':';
1408 if ((isset($page) === true && $page === $part . $parts[$i]) === false) {
1409 $page = $part . $parts[$i];
1984 /* Hide parts
[all...]
/template/launch/
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/varicolored/
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/cleanresurrected/
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/panoramacake/
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/tilus/
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/darkwood/
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/cutopillar/
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/tripillar/
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/mindthedark/
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/peanutbutter/
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 DREADME.md11 This template is based on the starter template and uses parts from Dokuwiki’s default template.
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php281 $parts = explode('/', $name);
283 foreach ($parts as $part) {
/template/khum1/
H A DLICENSE.md151 subprograms and other parts of the work.
154 regenerate automatically from other parts of the Corresponding Source.
229 additional terms, to the whole of the work, and all its parts,
246 parts of the aggregate.
262 long as you offer spare parts or customer support for that product
661 appropriate parts of the General Public License. Of course, your
/template/bootstrap3/
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];

12345678