Home
last modified time | relevance | path

Searched refs:owner (Results 26 – 50 of 212) sorted by relevance

123456789

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.left.color.inc.php5 function CSSBorderLeftColor(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.left.style.inc.php5 function CSSBorderLeftStyle(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.property.sub.field.class.php7 function CSSSubFieldProperty(&$owner, $field) { argument
8 $this->CSSSubProperty($owner);
H A Dcss.border.right.color.inc.php5 function CSSBorderRightColor(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.right.style.inc.php5 function CSSBorderRightStyle(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.bottom.style.inc.php5 function CSSBorderBottomStyle(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.top.style.inc.php5 function CSSBorderTopStyle(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.top.color.inc.php5 function CSSBorderTopColor(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.bottom.color.inc.php5 function CSSBorderBottomColor(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.line-height.inc.php13 function CSSLineHeight(&$owner, $field) { argument
14 $this->CSSSubFieldProperty($owner, $field);
H A Dcss.border.bottom.width.inc.php5 function CSSBorderBottomWidth(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.left.width.inc.php5 function CSSBorderLeftWidth(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.right.width.inc.php5 function CSSBorderRightWidth(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.border.top.width.inc.php5 function CSSBorderTopWidth(&$owner) { argument
6 $this->CSSSubProperty($owner);
H A Dcss.width.inc.php26 function CSSWidth($owner) { argument
27 $this->CSSSubProperty($owner);
/plugin/webdav/
H A Dadmin.php149 …ss="interwiki iw_user"></a>' . (($lock->owner == $lock->user) ? $lock->owner : $lock->user . ' (' …
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowMultipleAssignmentsSniff.php171 $owner = $tokens[$i]['parenthesis_owner'];
172 if ($tokens[$owner]['code'] === T_FOR || $tokens[$owner]['code'] === T_WHILE) {
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php40 $owner = isset($p["owner"]) ? $p["owner"] : '';
57 $owner != $this->proxyname )
92 $owner != $this->proxyname)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php28 public $owner; variable in Sabre\\DAV\\Xml\\Request\\Lock
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php28 public $owner; variable in Sabre\\DAV\\Xml\\Request\\Lock
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php457 public function setOwner(StorageObjectOwner $owner) argument
459 $this->owner = $owner;
466 return $this->owner;
H A DBucket.php369 public function setOwner(BucketOwner $owner) argument
371 $this->owner = $owner;
378 return $this->owner;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php99 $lockInfo->owner = $row['owner'];
137 $lockInfo->owner,
148 $lockInfo->owner,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php99 $lockInfo->owner = $row['owner'];
137 $lockInfo->owner,
148 $lockInfo->owner,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php13 $lock->owner = 'hello';
51 $lock->owner = 'hello';

123456789