Home
last modified time | relevance | path

Searched refs:echo (Results 26 – 50 of 141) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stdin.phpt8 echo $input;
/plugin/jmol2/jmol/
H A Djmol.bat1 @echo off
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
H A Dissue-2972-test.phpt5 echo "Hello world\n";
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst56 echo $stream."\n";
89 echo $nodes."\n";
130 echo "Hello ";
131echo twig_escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", n…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dblockquote-nested.md8 > return shell_exec("echo $input | $markdown_script");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-xfail.phpt6 echo "Should not see this";
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._redirects.tpl2 <p>Could not open URL <?php echo $_url?> you've specified. </p>
H A Derror._missing_afm.tpl3 Font metric file <tt><?php echo $_filename; ?></tt> for font <strong><?php echo $_typeface?></stron…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D002-final.phpt5 echo 'skip';
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md20 echo $m->render('Hello {{planet}}', array('planet' => 'World!')); // "Hello World!"
58 echo $m->render($template, $chris);
/plugin/oauth/
H A DRedirectSetting.php20 public function html(\admin_plugin_config $plugin, $echo = false)
19 html(\\admin_plugin_config $plugin, $echo = false) global() argument
/plugin/sfauth/conf/
H A Dmetadata.php10 public function html(&$plugin, $echo = false) { argument
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt384 echo 'A logo generated by PHP:';
385 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
386 echo '(generated inline HTML)';
389 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
390 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
391 echo '</tr></table>';
396 echo 'A logo generated by PHP:';
397 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
398 echo '(inline HTML)';
401 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md53 echo 'The promise was fulfilled.';
57 echo 'The promise was rejected.';
87 echo $value;
113 echo $value;
117 echo $value;
136 echo $reason;
214 echo $promise->wait(); // outputs "foo"
234 echo $promise->wait(); // outputs "foo"
364 echo $value;
381 echo $reason;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md72 echo $stream->tell();
76 echo $stream->tell();
98 echo $stream; // 0123456789
118 echo 'About to rewind - ';
120 echo 'rewound!';
154 echo $stream->read(10);
171 echo $original->getSize();
176 echo $stream->getSize();
178 echo $stream->tell();
203 echo $noSeek->read(3);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc44 echo count($page['hits']['hits']), PHP_EOL;
82 echo $hit['_id'], PHP_EOL;
H A Dset-retries.asciidoc44 echo "Max retries!";
66 echo "Max retries!";
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt393 <?php echo "hello world!"; ?>
398 <?php echo "hello world!"; ?>
430 echo 'A logo generated by PHP:';
431 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
432 echo '(generated inline HTML)';
435 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
436 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>';
437 echo '</tr></table>';
442 echo 'A logo generated by PHP:';
443 echo '<im
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class_partial.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_namespace.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
/plugin/cite/lang/en/
H A Dintro.txt16 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
17 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…
/plugin/cite/lang/nl/
H A Dintro.txt19 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
20 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat1 @echo off
/plugin/file2dw/docker/dokuwikiapp/
H A DDockerfile13 RUN echo "www-data ALL=(root)NOPASSWD:/usr/bin/soffice" >> /etc/sudoers.d/soffice && \

123456