Searched refs:OP_NOT_OR (Results 1 – 6 of 6) sorted by relevance
/dports/www/moodle310/moodle/availability/classes/ |
H A D | tree.php | 62 const OP_NOT_OR = '!|'; define in core_availability\\tree 151 self::OP_NOT_AND, self::OP_NOT_OR), true)) { 159 if ($this->op === self::OP_AND || $this->op === self::OP_NOT_OR) { 587 case self::OP_NOT_OR: 599 case self::OP_NOT_OR: 623 if ($this->op === self::OP_AND || $this->op === self::OP_NOT_OR) { 721 case self::OP_NOT_OR: 760 case self::OP_NOT_OR:
|
/dports/www/moodle311/moodle/availability/classes/ |
H A D | tree.php | 62 const OP_NOT_OR = '!|'; define in core_availability\\tree 151 self::OP_NOT_AND, self::OP_NOT_OR), true)) { 159 if ($this->op === self::OP_AND || $this->op === self::OP_NOT_OR) { 587 case self::OP_NOT_OR: 599 case self::OP_NOT_OR: 623 if ($this->op === self::OP_AND || $this->op === self::OP_NOT_OR) { 721 case self::OP_NOT_OR: 760 case self::OP_NOT_OR:
|
/dports/www/moodle39/moodle/availability/classes/ |
H A D | tree.php | 62 const OP_NOT_OR = '!|'; define in core_availability\\tree 151 self::OP_NOT_AND, self::OP_NOT_OR), true)) { 159 if ($this->op === self::OP_AND || $this->op === self::OP_NOT_OR) { 587 case self::OP_NOT_OR: 599 case self::OP_NOT_OR: 623 if ($this->op === self::OP_AND || $this->op === self::OP_NOT_OR) { 721 case self::OP_NOT_OR: 760 case self::OP_NOT_OR:
|
/dports/www/moodle310/moodle/availability/tests/ |
H A D | tree_test.php | 159 tree::get_nested_json(array(), tree::OP_NOT_OR)), tree::OP_NOT_AND)),
|
/dports/www/moodle39/moodle/availability/tests/ |
H A D | tree_test.php | 159 tree::get_nested_json(array(), tree::OP_NOT_OR)), tree::OP_NOT_AND)),
|
/dports/www/moodle311/moodle/availability/tests/ |
H A D | tree_test.php | 159 tree::get_nested_json(array(), tree::OP_NOT_OR)), tree::OP_NOT_AND)),
|