Home
last modified time | relevance | path

Searched refs:echo (Results 51 – 75 of 141) sorted by relevance

123456

/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md18 echo $js->dump();
59 // this will echo CSS compiled by LESS and compressed by YUI
60 echo $css->dump();
71 echo $leaf->dump();
191 echo $css->dump();
249 echo $css->dump();
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md109 echo "Encode:\n" . print_r($jwt, true) . "\n";
119 echo "Decode:\n" . print_r($decoded_array, true) . "\n";
150 echo "Encode:\n" . print_r($jwt, true) . "\n";
156 echo "Decode:\n" . print_r((array) $decoded, true) . "\n";
184 echo "Encode:\n" . print_r($jwt, true) . "\n";
187 echo "Decode:\n" . print_r((array) $decoded, true) . "\n";
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml19 - echo "xdebug.max_nesting_level=1000" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md24 echo count($tokens); // 4
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs.bat1 @echo off
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md60 echo "Decoded structure is invalid.".PHP_EOL;
73 echo "Invalid type encountered.".PHP_EOL;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst63 echo $twig->render('index', ['name' => 'Fabien']);
79 echo $twig->render('index.html', ['name' => 'Fabien']);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml48 phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
/plugin/txtconf/
H A Dtxtconfig.class.php258 function html(&$plugin, $echo=false) { argument
267 if ($echo && $this->_error) {
H A Dconfig0.class.php337 function html(&$plugin, $echo=false) { argument
345 if ($echo && $this->_error) {
/plugin/codeprettify/
H A DREADME.md17 <?php echo '<p>Hello World</p>'; ?>
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md72 echo $linestring1[0]->x() . ", " . $linestring1[0]->y(); //outputs '1, 1'
77 echo $geometryArray[0][0][0] . ", " . $geometryArray[0][0][1]; //outputs '1, 1'
81 echo $geom2->envelope()->area();
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat1 @echo off
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md175 echo $dump->visit($ast);
202 $ echo '[1, [1, [2, 3], 5], 8]' | hoa compiler:pp Json.pp 0 --visitor dump
221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump
245 echo $i, ' => ', $data, "\n";
/plugin/adfs/phpsaml/
H A DREADME.md721 echo $metadata;
729 echo $e->getMessage();
778 echo "<p>Not authenticated</p>";
806 echo '</ul></td></tr>';
808 echo '</tbody></table>';
810 echo _('No attributes found.');
914 echo 'Sucessfully logged out';
916 echo implode(', ', $errors);
1150 echo '</ul></td></tr>';
1152 echo '</tbody></table>';
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst36 echo $jsonContent; // or return it in a Response
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md34 echo $response['status'];
/plugin/combo/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);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst77 echo $myAnnotation->myProperty; // result: "value"
H A Dcustom.rst288 echo $annot->bar; // prints "foo";
290 echo $annot->foo; // prints "bar";
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md61 echo $tar->getArchive(); // compresses and returns it
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md86 echo $dump->visit($ast);
121 echo $generator->visit($ast);
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md34 echo 'Error: ' . $e->getMessage() . PHP_EOL;
43 echo 'Error: ' . $e->getMessage() . PHP_EOL;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md284 echo 'Connected', "\n";
290 echo 'Redirection to ', $bucket->getData()['message'], "\n";
296 echo 'MIME-Type is ', $bucket->getData()['message'], "\n";
302 echo 'Size is ', $bucket->getData()['max'], "\n";
308 echo 'Progressed, ', $bucket->getData()['transferred'], ' bytes downloaded', "\n";
486 echo $file->readAll();

123456