/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
H A D | HTML.php | 184 $passed = $result->passedTests(); 186 foreach($passed as $aPassed) { 231 function _preparePassedTests($passed) argument 233 $ret['testName'] = $passed->getName();
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | default.rst | 4 The ``default`` filter returns the passed default value if the value is 15 {{ ''|default('passed var is empty') }}
|
/plugin/bliki/ |
H A D | local.php.dist | 6 …ateheader'] = '===== l, F j ====='; // Format for date header/separator (passed to date(), escape … 7 …/j/Y g:ia'; // Format for the footer datestamp (includes hours/minutes) (passed to date(), escape …
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/ |
H A D | with_no_hash.test | 10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.Parent.txt |
|
H A D | URI.MungeSecretKey.txt |
|
/plugin/commonmark/ |
H A D | README.md | 17 - Since the release of "Jack Jackrun", DW have [completely disabled](https://www.dokuwiki.org/faq:html) embedding HTML code. [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) will be passed as-is, unless enabling [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok); but it is recommended to use it in limited environments. 18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | StreamHandler.php | 351 $passed = func_get_args(); 352 $code = array_shift($passed); 354 foreach (array_filter($passed) as $i => $v) {
|
/plugin/spreadout/ |
H A D | syntax.php | 159 * This implementation ignores the passed <tt>$aFormat</tt>
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | intro.rst | 68 The ``render()`` method loads the template passed as a first argument and 69 renders it with the variables passed as a second argument.
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | StreamHandler.php | 512 $passed = func_get_args(); 513 $code = array_shift($passed); 515 foreach (array_filter($passed) as $i => $v) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 2027 $passed = $this->result->passed(); 2028 $passedKeys = array_keys($passed); 2073 if (isset($passed[$dependency])) { 2074 if ($passed[$dependency]['size'] != PHPUnit_Util_Test::UNKNOWN && 2076 $passed[$dependency]['size'] > $this->getSize()) { 2092 … $this->dependencyInput[$dependency] = $deepCopy->copy($passed[$dependency]['result']); 2094 $this->dependencyInput[$dependency] = $passed[$dependency]['result'];
|
H A D | TestResult.php | 26 protected $passed = []; variable in PHPUnit_Framework_TestResult 406 $this->passed[$key] = [ 573 public function passed() function in PHPUnit_Framework_TestResult 575 return $this->passed;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | date.rst | 28 If no argument is passed, the function returns the current date:
|
H A D | include.rst | 19 The context is passed by default to the template but you can also pass
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | protocol.txt | 58 - id: ID of the loading passed by a frontend. This ID is used to 62 passed from the backend to a frontend. 101 uses zero ID.) This ID is passed back by a backend to determine which
|
/plugin/dwcommits/ |
H A D | syntax.php | 115 …$persistent = false; // this change doesn't need to persist passed the next metada…
|
/plugin/webdav/vendor/sabre/uri/ |
H A D | CHANGELOG.md | 13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
|
/plugin/icalevents/vendor/sabre/uri/ |
H A D | CHANGELOG.md | 13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
|
/plugin/searchpattern/ |
H A D | plugin.info.txt | 6 …ry single quote inside the string/regex shall be doubled. Options can be passed to limit pages/nam…
|
/plugin/combo/vendor/php-webdriver/webdriver/ |
H A D | CHANGELOG.md | 51 - ChromeOptions were ignored when passed to DesiredCapabilities as `ChromeOptions::CAPABILITY_W3C`. 150 - Cookies should now be set using `Cookie` value object instead of an array when passed to to `addCookie()` method of `WebDriverOptions`. 157 - Do not throw fatal error when `null` is passed to `sendKeys()`. 179 - Deprecated `setSessionID()` and `setCommandExecutor()` methods of `RemoteWebDriver` class; these values should be immutable and thus passed only via constructor.
|
/plugin/displaytitle/ |
H A D | README.md | 28 | `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | serializers.asciidoc | 22 provided as a string, it is passed directly to {es} as a string. This allows 70 is provided as a string, it is passed directly to {es} as a string. This allows
|
/plugin/findologicxmlexport/vendor/sebastian/version/ |
H A D | README.md | 36 When a new release is prepared, the string that is passed to the constructor as the first argument …
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | SuiteTest.php | 208 $this->assertCount(4, $result->passed());
|