Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php184 $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 Ddefault.rst4 The ``default`` filter returns the passed default value if the value is
15 {{ ''|default('passed var is empty') }}
/plugin/bliki/
H A Dlocal.php.dist6 …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 Dwith_no_hash.test10 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 DHTML.Parent.txt
H A DURI.MungeSecretKey.txt
/plugin/commonmark/
H A DREADME.md17 - 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 DStreamHandler.php351 $passed = func_get_args();
352 $code = array_shift($passed);
354 foreach (array_filter($passed) as $i => $v) {
/plugin/spreadout/
H A Dsyntax.php159 * This implementation ignores the passed <tt>$aFormat</tt>
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst68 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 DStreamHandler.php512 $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 DTestCase.php2027 $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 DTestResult.php26 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 Ddate.rst28 If no argument is passed, the function returns the current date:
H A Dinclude.rst19 The context is passed by default to the template but you can also pass
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt58 - 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 Dsyntax.php115 …$persistent = false; // this change doesn't need to persist passed the next metada…
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
/plugin/searchpattern/
H A Dplugin.info.txt6 …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 DCHANGELOG.md51 - 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 DREADME.md28 | `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc22 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 DREADME.md36 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 DSuiteTest.php208 $this->assertCount(4, $result->passed());

12345678910>>...23