Home
last modified time | relevance | path

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

12345678910>>...29

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
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/
Ddefault.rst4 The ``default`` filter returns the passed default value if the value is
15 {{ ''|default('passed var is empty') }}
/plugin/bliki/
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/asciidocjs/node_modules/a-sync-waterfall/
DREADME.md20 * **tasks** - An array of functions to run, each function is passed a
23 passed as arguments in order to the next task.
25 completed. This will be passed the results of the last task's callback.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
Dwith_no_hash.test10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.Parent.txt8 String name of element that HTML fragment passed to library will be
DURI.MungeSecretKey.txt11 to check if a URI has passed through HTML Purifier with this line:
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DStreamHandler.php351 $passed = func_get_args();
352 $code = array_shift($passed);
354 foreach (array_filter($passed) as $i => $v) {
/plugin/asciidocjs/node_modules/constantinople/
DREADME.md34 Options are directly passed-through to [Babylon](https://github.com/babel/babylon#options).
42 Options are directly passed-through to [Babylon](https://github.com/babel/babylon#options).
/plugin/golocal/src/
DREADME.md7 It registers a handler for `golocal://` - everything after is passed to `xdg-open` on Linux and `cm…
/plugin/spreadout/
Dsyntax.php160 * This implementation ignores the passed <tt>$aFormat</tt>
/plugin/commonmark/
H A DREADME.md18 …de. [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) will be passed as-is, unless enab…
19 …`nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs5 * arguments passed to the returned function are added to the arguments
6 * originally passed to apply.
88 * series, or other async functions. Any arguments passed to the generated
89 * function will be passed to the wrapped function (except for the final
90 * callback argument). Errors thrown will be passed to the callback.
92 * If the function passed to `asyncify` returns a Promise, that promises's
638 * If `map` is passed an Object, the results will be an Array. The results
655 * @returns {Promise} a promise, if no callback is passed
753 * for each of the applied async functions are passed to the final callback
828 * @returns {Promise} a promise, if no callback is passed
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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/
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/
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'];
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/jsontable/demo/
Djsontable_demo.txt84 …. 'combined_data' are 'inline_data' combined with 'original_data' and is passed to the table as in…
86 …* ''options'' attribute is a JSON string directly passed into [[https://handsontable.com/docs/6.2.…
Djsontable_plugin.txt48 …'%%'%%'', ''%%<%%'' or ''%%>%%'', can be passed by ''&apos;'', ''&lt;'' or ''&gt;''. Options are d…
/plugin/asciidocjs/node_modules/acorn/
DREADME.md109 - **onToken**: If a function is passed for this option, each found
110 token will be passed in same format as tokens returned from
113 If array is passed, each found token is pushed to it.
118 - **onComment**: If a function is passed for this option, whenever a
129 of the comment’s start and end are passed as two additional
132 If array is passed for this option, each found comment is pushed
369 `plugins` option can be passed, holding an object mapping plugin names
386 The `nextMethod` argument passed to `extend`'s second argument is the
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DREADME.md107 - **onToken**: If a function is passed for this option, each found
108 token will be passed in same format as tokens returned from
111 If array is passed, each found token is pushed to it.
116 - **onComment**: If a function is passed for this option, whenever a
127 of the comment’s start and end are passed as two additional
130 If array is passed for this option, each found comment is pushed
367 `plugins` option can be passed, holding an object mapping plugin names
384 The `nextMethod` argument passed to `extend`'s second argument is the
/plugin/remotescript/lib/JsHttpRequest/
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/asciidocjs/node_modules/inflight/
DREADME.md16 // which when called will call all callbacks passed to inflightk
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Ddate.rst28 If no argument is passed, the function returns the current date:
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md29 - Promises returned from `q.push` and `q.unshift` when a callback is not passed now resolve even if…
37 - Fixed a regression where arrays passed to `queue` and `cargo` would be completely flattened. (#16…
116 - Fixed `transform` bug when `callback` was not passed ([#1381](https://github.com/caolan/async/iss…
162 4. The first argument passed to the callback will be treated as an error result, if the argument is…
163 5. Any number of result arguments can be passed after the "error" argument
177 …. Maps, Sets, and anything that implements the iterator spec can now be passed directly to `each`…
196 … last argument. If a task has dependencies, the `results` object will be passed as the first argum…
201 …ing the callback would partially apply the function, meaning it could be passed directly as a task…
202passed non-error args from the iteratee function's callback, but this led to weirdness where the f…
239 - `map` now returns an object when an object is passed in, rather than array with non-numeric keys.…
[all …]

12345678910>>...29