Searched refs:passed (Results 1 – 25 of 714) sorted by relevance
12345678910>>...29
184 $passed = $result->passedTests();186 foreach($passed as $aPassed) {231 function _preparePassedTests($passed) argument233 $ret['testName'] = $passed->getName();
4 The ``default`` filter returns the passed default value if the value is15 {{ ''|default('passed var is empty') }}
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 …
20 * **tasks** - An array of functions to run, each function is passed a23 passed as arguments in order to the next task.25 completed. This will be passed the results of the last task's callback.
10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
8 String name of element that HTML fragment passed to library will be
11 to check if a URI has passed through HTML Purifier with this line:
351 $passed = func_get_args();352 $code = array_shift($passed);354 foreach (array_filter($passed) as $i => $v) {
34 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).
7 It registers a handler for `golocal://` - everything after is passed to `xdg-open` on Linux and `cm…
160 * This implementation ignores the passed <tt>$aFormat</tt>
18 …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:
5 * arguments passed to the returned function are added to the arguments6 * originally passed to apply.88 * series, or other async functions. Any arguments passed to the generated89 * function will be passed to the wrapped function (except for the final90 * callback argument). Errors thrown will be passed to the callback.92 * If the function passed to `asyncify` returns a Promise, that promises's638 * If `map` is passed an Object, the results will be an Array. The results655 * @returns {Promise} a promise, if no callback is passed753 * for each of the applied async functions are passed to the final callback828 * @returns {Promise} a promise, if no callback is passed[all …]
68 The ``render()`` method loads the template passed as a first argument and69 renders it with the variables passed as a second argument.
512 $passed = func_get_args();513 $code = array_shift($passed);515 foreach (array_filter($passed) as $i => $v) {
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'];
26 protected $passed = []; variable in PHPUnit_Framework_TestResult406 $this->passed[$key] = [573 public function passed() function in PHPUnit_Framework_TestResult575 return $this->passed;
84 …. '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.…
48 …'%%'%%'', ''%%<%%'' or ''%%>%%'', can be passed by ''''', ''<'' or ''>''. Options are d…
109 - **onToken**: If a function is passed for this option, each found110 token will be passed in same format as tokens returned from113 If array is passed, each found token is pushed to it.118 - **onComment**: If a function is passed for this option, whenever a129 of the comment’s start and end are passed as two additional132 If array is passed for this option, each found comment is pushed369 `plugins` option can be passed, holding an object mapping plugin names386 The `nextMethod` argument passed to `extend`'s second argument is the
107 - **onToken**: If a function is passed for this option, each found108 token will be passed in same format as tokens returned from111 If array is passed, each found token is pushed to it.116 - **onComment**: If a function is passed for this option, whenever a127 of the comment’s start and end are passed as two additional130 If array is passed for this option, each found comment is pushed367 `plugins` option can be passed, holding an object mapping plugin names384 The `nextMethod` argument passed to `extend`'s second argument is the
58 - id: ID of the loading passed by a frontend. This ID is used to62 passed from the backend to a frontend.101 uses zero ID.) This ID is passed back by a backend to determine which
16 // which when called will call all callbacks passed to inflightk
28 If no argument is passed, the function returns the current date:
29 - 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" argument177 …. 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…202 …passed 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 …]