Home
last modified time | relevance | path

Searched refs:returnValues (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php24 private $returnValues = array(); variable in Prophecy\\Promise\\ReturnPromise
29 * @param array $returnValues Array of values
31 public function __construct(array $returnValues) argument
33 $this->returnValues = $returnValues;
47 $value = array_shift($this->returnValues);
49 if (!count($this->returnValues)) {
50 $this->returnValues[] = $value;
/plugin/combo/action/
H A Droutermessage.php51 $returnValues = array();
56 $returnValues = array(
61 return $returnValues;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23252 var returnValues = {
23259 return returnValues;
23262 returnValues.suggestedLength = length;
23265 return returnValues;
23269 return returnValues;
23273 return returnValues;
23279 return returnValues;
23282 returnValues.allowRangeRequests = true;
23283 return returnValues;
H A Dpdf.js.map1returnValues","allowRangeRequests","contentEncoding","contentDisposition","getFilenameFromContentD…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30426 var returnValues = {};
30436 var returnValue = returnValues[key];
30439 returnValue = returnValues[key] = fn.apply(null, arguments);