Home
last modified time | relevance | path

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

123456789

/plugin/bible/bible_douayRheims/
H A DIsaias.txt3 …1:3. The ox knoweth his owner, and the ass his master's crib: but Israel hath not known me, and my…
H A DJeremias.txt239 …a man that passeth through them: and they have not heard the voice of the owner: from the fowl of …
H A DLeviticus.txt108 … have gotten by fraud, in the principal, and the fifth part besides, to the owner, whom he wronged.
751 …ear of the jubilee. For in that year all that is sold shall return to the owner, and to the ancien…
754 … same law as the fields. If it be not redeemed before, in the jubilee it shall return to the owner.
847 …27:24. But in the jubilee, it shall return to the former owner, who had sold it, and had it in the…
H A DRuth.txt24 … and gleaned the ears of corn after the reapers. And it happened that the owner of that field was …
/plugin/c3chart/assets/
H A Dc3.min.js2owner=t,this.d3=t.d3,this.internal=e},t=p;t.prototype.init=function(){var t=this.owner,e=t.config,…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1owner partialscan preceding pretty principals protection reload rewrite role roles rollup rows sec…
/plugin/codeprettify/code-prettify/
H A DCOPYING13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1451 this.SourceText=function(lines,owner){this.lines=lines; argument
1452 this.owner=owner
1866 this.container=this.owner.getPanel().toolButtonsNode;
1871 Button.prototype=extend(Controller,{type:"normal",caption:"caption",title:null,className:"",baseClassName:"fbButton",pressedClassName:"fbBtnPressed",element:null,container:null,owner:null,state:null,display:null,destroy:function(){this.shutdown();
1875 this.owner=null
1891 if(this.onUnpress){this.onUnpress.apply(this.owner,arguments)
1893 if(this.onPress){this.onPress.apply(this.owner,arguments)
1894 }}if(this.onClick){this.onClick.apply(this.owner,arguments)
1900 if(this.type=="normal"){if(this.onClick){this.onClick.apply(this.owner)
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php665 $owner = $outbox->getOwner();
670 $props = $this->server->getProperties($owner, [$uas]);
/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/lib/DAV/Locks/
H A DLockInfo.php37 public $owner; variable in Sabre\\DAV\\Locks\\LockInfo
H A DPlugin.php560 $lockInfo->owner = $result->owner;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php99 $writer->writeElement('{DAV:}owner', new XmlFragment($lock->owner));
/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/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/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php522 $owner = $node->getOwner();
523 if ($owner && in_array($owner, $principals)) {
/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/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php407 $this->assertEquals('Evert',$locks[0]->owner);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php13 $lock->owner = 'hello';
51 $lock->owner = 'hello';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
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());
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 DHomeCollectionTest.php52 $owner = 'principals/user1';
56 'principal' => $owner,
61 'principal' => $owner,
67 $this->assertEquals($owner, $child->getOwner());
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

123456789