Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 212) sorted by relevance

123456789

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.sub.class.php6 function CSSSubProperty(&$owner) { argument
7 $this->_owner =& $owner;
11 $owner =& $this->owner();
12 $value =& $owner->get($state);
21 function &owner() { function in CSSSubProperty
35 $owner =& $this->owner();
37 $owner_value = $state_array[$owner->get_property_code()];
49 $state_array[$owner->get_property_code()] = $owner_value;
53 $owner =& $this->owner();
54 $owner_value = $owner->get($state->getState());
[all …]
H A Dcss.background.color.inc.php51 $owner =& $this->owner();
53 for ($i=0, $size = count($owner->_stack); $i<$size; $i++) {
54 if ($owner->_stack[$i][0]->color[0] >= 0) {
55 return $owner->_stack[$i][0]->color;
H A Dcss.min-width.inc.php5 function CSSMinWidth(&$owner, $field) { argument
6 $this->CSSSubFieldProperty($owner, $field);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php34 protected $owner; variable in Sabre\\DAVACL\\FS\\Collection
41 * @param string|null $owner principal owner string.
43 function __construct($path, array $acl, $owner = null) { argument
47 $this->owner = $owner;
70 return new self($path, $this->acl, $this->owner);
74 return new File($path, $this->acl, $this->owner);
89 return $this->owner;
H A DFile.php32 protected $owner; variable in Sabre\\DAVACL\\FS\\File
39 * @param string|null $owner principal owner string.
41 function __construct($path, array $acl, $owner = null) { argument
45 $this->owner = $owner;
58 return $this->owner;
H A DHomeCollection.php79 $owner = $principalInfo['uri'];
88 list(, $principalBaseName) = Uri\split($owner);
98 $owner
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php31 protected $owner; variable in Sabre\\DAVACL\\FS\\Collection
38 * @param string|null $owner principal owner string.
40 function __construct($path, array $acl, $owner = null) { argument
44 $this->owner = $owner;
67 return new self($path, $this->acl, $this->owner);
71 return new File($path, $this->acl, $this->owner);
86 return $this->owner;
H A DFile.php30 protected $owner; variable in Sabre\\DAVACL\\FS\\File
37 * @param string|null $owner principal owner string.
39 function __construct($path, array $acl, $owner = null) { argument
43 $this->owner = $owner;
56 return $this->owner;
H A DHomeCollection.php77 $owner = $principalInfo['uri'];
81 'principal' => $owner,
86 'principal' => $owner,
91 list(, $principalBaseName) = Uri\split($owner);
101 $owner
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java65 public CaptureOptionsDialog(final CaptureFrame owner) { in CaptureOptionsDialog() argument
66 super(owner); in CaptureOptionsDialog()
91 owner.getCaptureConfig().setAudioFormat(audioFormat); in CaptureOptionsDialog()
95 if (owner.getCaptureConfig().isRemoveInactivity()) { in CaptureOptionsDialog()
100 owner.getCaptureConfig().setLoop(getLoopCheckBox().isSelected()); in CaptureOptionsDialog()
110 owner.getApplet().storeConfig(owner.getCaptureConfig().store()); in CaptureOptionsDialog()
111 owner.getCaptureConfig().setMp3command(mp3Text.getText()); in CaptureOptionsDialog()
113 owner.setRecordButtonState(); in CaptureOptionsDialog()
386 if (owner.getCaptureConfig().isRemoveInactivity()) { in CaptureOptionsDialog()
399 mp3Text.setText(owner.getCaptureConfig().getMp3command()); in CaptureOptionsDialog()
[all …]
/plugin/odt/ODT/elements/
H A DODTContainerElement.php32 protected $owner = NULL; variable in ODTContainerElement
39 public function __construct(ODTStateElement $owner) { argument
40 $this->owner = $owner;
67 $this->owner->setParent($previous);
69 $this->owner->setParent($container);
70 $container->addNestedContainer ($this->owner);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DQuota.php30 public $owner; variable in Google\\Service\\Compute\\Quota
58 public function setOwner($owner) argument
60 $this->owner = $owner;
67 return $this->owner;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php30 $lock->owner = 'Sinterklaas';
41 $this->assertEquals('Sinterklaas',$locks[0]->owner);
54 $lock->owner = 'Sinterklaas';
65 $this->assertEquals('Sinterklaas',$locks[0]->owner);
79 $lock->owner = 'Sinterklaas';
98 $lock->owner = 'Sinterklaas';
125 $lock->owner = 'Sinterklaas';
133 $lock->owner = 'Santa Clause';
140 $this->assertEquals('Santa Clause',$locks[0]->owner);
153 $lock->owner = 'Sinterklaas';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DGalleryReference.php33 public $owner; variable in Google\\Service\\TagManager\\GalleryReference
78 public function setOwner($owner) argument
80 $this->owner = $owner;
87 return $this->owner;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DGoogleDevtoolsArtifactregistryV1File.php36 public $owner; variable in Google\\Service\\ArtifactRegistry\\GoogleDevtoolsArtifactregistryV1File
91 public function setOwner($owner) argument
93 $this->owner = $owner;
100 return $this->owner;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGitHubEventsConfig.php37 public $owner; variable in Google\\Service\\CloudBuild\\GitHubEventsConfig
88 public function setOwner($owner) argument
90 $this->owner = $owner;
97 return $this->owner;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php144 $owner['read'] = (($mode & 00400) ? 'r' : '-');
145 $owner['write'] = (($mode & 00200) ? 'w' : '-');
146 $owner['execute'] = (($mode & 00100) ? 'x' : '-');
155 if ($mode & 0x800) $owner['execute'] = ($owner['execute'] == 'x') ? 's' : 'S';
160 $s .= sprintf('%1s%1s%1s', $owner['read'], $owner['write'], $owner['execute']);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php89 * @param mixed $owner Owner name or instance.
95 $owner, argument
99 if (is_object($owner)) {
100 if (!($owner instanceof Parameterizable)) {
105 get_class($owner)
109 $owner = get_class($owner);
111 $reflection = new \ReflectionClass($owner);
118 $owner
123 $this->_owner = $owner;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DNonExecutableCodeSniff.php100 $owner = $tokens[$next]['scope_condition'];
101 if ($tokens[$owner]['code'] === T_FUNCTION) {
111 $owner = $tokens[$stackPtr]['scope_condition'];
112 if ($tokens[$owner]['code'] === T_CASE || $tokens[$owner]['code'] === T_DEFAULT) {
154 $owner = $tokens[$prev]['parenthesis_owner'];
160 if (isset($ignore[$tokens[$owner]['code']]) === true) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DHomeCollectionTest.php52 $owner = 'principals/user1';
56 'principal' => $owner,
61 'principal' => $owner,
67 $this->assertEquals($owner, $child->getOwner());
H A DFileTest.php22 protected $owner = 'principals/evert'; variable in Sabre\\DAVACL\\FS\\FileTest
26 $this->sut = new File($this->path, $this->acl, $this->owner);
33 $this->owner,
H A DCollectionTest.php10 $this->sut = new Collection($this->path, $this->acl, $this->owner);
28 $this->assertEquals($this->owner, $child->getOwner());
40 $this->assertEquals($this->owner, $child->getOwner());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DMetadata.php125 public function setOwner(Person $owner) argument
127 $this->owner = $owner;
134 return $this->owner;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItem.php132 public function setOwner(Owner $owner) argument
134 $this->owner = $owner;
141 return $this->owner;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php23 protected $owner = ''; variable in splitbrain\\PHPArchive\\FileInfo
248 return $this->owner;
252 * @param string $owner
254 public function setOwner($owner) argument
256 $this->owner = $owner;

123456789