Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 11 of 11) sorted by relevance

/template/starterpjax/
Dmain.php.withTime21 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
22 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
26 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
30 <?php echo tpl_favicon(array('favicon', 'mobile')) ?>
44 … class="dokuwiki site mode_<?php echo $ACT ?> <?php echo ($showSidebar) ? 'hasSidebar' : '' ?>">
52 echo $pjaxTitle;
69 <p class="claim"><?php echo $conf['tagline'] ?></p>
73 <li><a href="#dokuwiki__content"><?php echo $lang['skip_to_content'] ?></a></li>
81 <h3 class="a11y"><?php echo $lang['user_tools'] ?></h3>
86 echo '<li class="user">';
[all …]
DREADME.md56 > echo $pjaxTitle;
/template/strap/vendor/dragonmantank/cron-expression/
H A DREADME.md35 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
36 echo $cron->getPreviousRunDate()->format('Y-m-d H:i:s');
40 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
44 echo $cron->getNextRunDate(null, 2)->format('Y-m-d H:i:s');
48 echo $cron->getNextRunDate('2010-01-12 00:00:00')->format('Y-m-d H:i:s');
/template/mikio/inc/stemmechanics/lesserphp/
H A DREADME.md27 echo $less->compile(".block { padding: 3 + 4px }");
35 echo $less->compileFile("input.less");
53 echo "fatal error: " . $e->getMessage();
/template/strap/
H A Dshell.nix30 echo "PHP version: $(php --version | head -n 1)"
H A Dcontrib.md124 -dxdebug.client_host=$(echo $(ip route list default | awk '{print $3}'))
/template/strap/vendor/salesforce/handlebars-php/
H A DREADME.md117 echo $handlebars->render("main", $model);
160 echo $handlebars->render("main", $model);
167 echo $handlebars("main", $model);
290 echo $handlebars->render($template, $model);
361 echo $engine->render($template, $model);
/template/strap/vendor/antlr/antlr4-php-runtime/
H A DREADME.md81 echo $ctx->getText();
/template/bootstrap3/inc/
Dsimple_html_dom.php188 function dump_node($echo = true) argument
233 if ($echo) {
/template/mikio/inc/
H A Dsimple_html_dom.php185 function dump_node($echo = true) argument
230 if ($echo) {
/template/strap/vendor/php-webdriver/webdriver/
H A DREADME.md176 echo 'About to click to a button with text: ' . $historyButton->getText();