Home
last modified time | relevance | path

Searched refs:hasOutputCollection (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DMapReduce.php287 $hasOutputCollection = ! is_mapreduce_output_inline($this->out);
290 $options = $this->createOptions($hasOutputCollection);
298 $cursor = $hasOutputCollection
302 if (isset($this->options['typeMap']) && ! $hasOutputCollection) {
388 * @param boolean $hasOutputCollection
391 private function createOptions($hasOutputCollection) argument
399 if (! $hasOutputCollection && isset($this->options['readPreference'])) {
407 if ($hasOutputCollection && isset($this->options['writeConcern'])) {
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DMapReduce.php287 $hasOutputCollection = ! is_mapreduce_output_inline($this->out);
290 $options = $this->createOptions($hasOutputCollection);
298 $cursor = $hasOutputCollection
302 if (isset($this->options['typeMap']) && ! $hasOutputCollection) {
388 * @param boolean $hasOutputCollection
391 private function createOptions($hasOutputCollection) argument
399 if (! $hasOutputCollection && isset($this->options['readPreference'])) {
407 if ($hasOutputCollection && isset($this->options['writeConcern'])) {
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DMapReduce.php313 $hasOutputCollection = ! is_mapreduce_output_inline($this->out);
316 $options = $this->createOptions($hasOutputCollection);
324 $cursor = $hasOutputCollection
328 if (isset($this->options['typeMap']) && ! $hasOutputCollection) {
435 * @param boolean $hasOutputCollection
438 private function createOptions($hasOutputCollection) argument
446 if (! $hasOutputCollection && isset($this->options['readPreference'])) {
454 if ($hasOutputCollection && isset($this->options['writeConcern'])) {
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php968 $hasOutputCollection = ! is_mapreduce_output_inline($out);
975 if ($hasOutputCollection) {
986 …if (! isset($options['readConcern']) && ! ($hasOutputCollection && $this->readConcern->getLevel() …
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php968 $hasOutputCollection = ! is_mapreduce_output_inline($out);
975 if ($hasOutputCollection) {
986 …if (! isset($options['readConcern']) && ! ($hasOutputCollection && $this->readConcern->getLevel() …
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php968 $hasOutputCollection = ! is_mapreduce_output_inline($out);
975 if ($hasOutputCollection) {
986 …if (! isset($options['readConcern']) && ! ($hasOutputCollection && $this->readConcern->getLevel() …