Home
last modified time | relevance | path

Searched refs:oSibling (Results 1 – 8 of 8) sorted by relevance

/dports/mail/nextcloud-mail/mail/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/RuleSet/
H A DRuleSet.php69 public function addRule(Rule $oRule, Rule $oSibling = null) { argument
77 if ($oSibling !== null) {
78 $iSiblingPos = array_search($oSibling, $this->aRules[$sRule], true);
/dports/www/moodle310/moodle/lib/php-css-parser/RuleSet/
H A DRuleSet.php69 public function addRule(Rule $oRule, Rule $oSibling = null) { argument
77 if ($oSibling !== null) {
78 $iSiblingPos = array_search($oSibling, $this->aRules[$sRule], true);
/dports/www/moodle311/moodle/lib/php-css-parser/RuleSet/
H A DRuleSet.php69 public function addRule(Rule $oRule, Rule $oSibling = null) { argument
77 if ($oSibling !== null) {
78 $iSiblingPos = array_search($oSibling, $this->aRules[$sRule], true);
/dports/www/moodle39/moodle/lib/php-css-parser/RuleSet/
H A DRuleSet.php69 public function addRule(Rule $oRule, Rule $oSibling = null) { argument
77 if ($oSibling !== null) {
78 $iSiblingPos = array_search($oSibling, $this->aRules[$sRule], true);
/dports/www/moodle310/moodle/lib/php-css-parser/CSSList/
H A DCSSList.php218 * @param mixed $oSibling The sibling.
220 public function insert($oItem, $oSibling) { argument
221 $iIndex = array_search($oSibling, $this->aContents);
/dports/www/moodle311/moodle/lib/php-css-parser/CSSList/
H A DCSSList.php218 * @param mixed $oSibling The sibling.
220 public function insert($oItem, $oSibling) { argument
221 $iIndex = array_search($oSibling, $this->aContents);
/dports/www/moodle39/moodle/lib/php-css-parser/CSSList/
H A DCSSList.php218 * @param mixed $oSibling The sibling.
220 public function insert($oItem, $oSibling) { argument
221 $iIndex = array_search($oSibling, $this->aContents);
/dports/www/itop/web/core/
H A Ddbobject.class.php1875 public function Equals($oSibling) argument
1877 if (get_class($oSibling) != get_class($this))
1881 if ($this->GetKey() != $oSibling->GetKey())
1888 if ($this->IsModified() || $oSibling->IsModified())