Home
last modified time | relevance | path

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

/dports/www/moodle310/moodle/availability/classes/
H A Dtree.php62 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 Dtree.php62 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 Dtree.php62 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 Dtree_test.php159 tree::get_nested_json(array(), tree::OP_NOT_OR)), tree::OP_NOT_AND)),
/dports/www/moodle39/moodle/availability/tests/
H A Dtree_test.php159 tree::get_nested_json(array(), tree::OP_NOT_OR)), tree::OP_NOT_AND)),
/dports/www/moodle311/moodle/availability/tests/
H A Dtree_test.php159 tree::get_nested_json(array(), tree::OP_NOT_OR)), tree::OP_NOT_AND)),