Home
last modified time | relevance | path

Searched refs:owner (Results 101 – 125 of 212) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php522 $owner = $node->getOwner();
523 if ($owner && in_array($owner, $principals)) {
/plugin/rst/
H A DLicense.text34 particular purpose are disclaimed. In no event shall the copyright owner
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1696 $owner = $tokens[$opener]['parenthesis_owner'];
1698 $tokens[$owner]['parenthesis_closer'] = $i;
1699 $tokens[$i]['parenthesis_owner'] = $owner;
2310 $owner = $tokens[$i]['parenthesis_owner'];
2311 … if (isset(PHP_CodeSniffer_Tokens::$scopeOpeners[$tokens[$owner]['code']]) === true
3224 $owner = $this->_tokens[$this->_tokens[$lastBracket]['parenthesis_owner']];
3225 if ($owner['code'] === T_FUNCTION
3226 || $owner['code'] === T_CLOSURE
3227 || $owner['code'] === T_ARRAY
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php637 $owner = $node->getOwner();
638 if ($owner && $this->principalMatchesPrincipal($owner)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php665 $owner = $outbox->getOwner();
670 $props = $this->server->getProperties($owner, [$uas]);
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php1363 public $owner; variable in Google_Community
1440 public function setOwner(Google_OrkutAuthorResource $owner) { argument
1441 $this->owner = $owner;
1444 return $this->owner;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php806 $owner = $outbox->getOwner();
811 $props = $this->server->getProperties($owner, [$uas]);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php218 public function _case_metadata_owner_xxx($owner) argument
232 ->when($result = $wrapper->stream_metadata('foo', $owner, $user))
/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/diagramsnet/lib/js/jscolor/
H A Djscolor.js529 delete mxJSColor.picker.owner;
710 mxJSColor.picker.owner = THIS;
792 return mxJSColor.picker && mxJSColor.picker.owner === THIS;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js578 delete jscolor.picker.owner;
802 jscolor.picker.owner = THIS;
884 return jscolor.picker && jscolor.picker.owner === THIS;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc242 $params['owner'] = (boolean) flag to query API keys owned by the currently authenticated user (Default = false)
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt1161 owner=owner
H A Ddia_ru.txt1161 owner=Владелец
H A Ddia_bg.txt1161 owner=Собственик
H A Ddia_el.txt1161 owner=Owner
H A Ddia_ar.txt274 exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commente…
1161 owner=Owner
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js3906 owner: 'latin1',
3915 owner: 'latin1',
3938 owner: 'latin1',
4039 owner: 'latin1',
4045 owner: 'latin1',
4315 owner: 'latin1',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php407 $this->assertEquals('Evert',$locks[0]->owner);
/plugin/diagramsnet/lib/
H A Delectron.js738 owner: 'jgraph'
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js1281 org = repository.owner.login;
H A DGitLabClient.js1313 org = repository.owner.username;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1440 this.SourceText=function(lines,owner){this.lines=lines; argument
1441 this.owner=owner
1855 this.container=this.owner.getPanel().toolButtonsNode;
1864 this.owner=null
1880 if(this.onUnpress){this.onUnpress.apply(this.owner,arguments)
1882 if(this.onPress){this.onPress.apply(this.owner,arguments)
1883 }}if(this.onClick){this.onClick.apply(this.owner,arguments)
1889 if(this.type=="normal"){if(this.onClick){this.onClick.apply(this.owner)
5778 this.clearButton=new Button({element:$("fbConsole_btClear"),owner:Firebug.Console,onClick:Firebug.C…
6248 this.runButton=new Button({element:$("fbCommand_btRun"),owner:Firebug.CommandLine,onClick:onRun});
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6089 this.SourceText = function(lines, owner) argument
6092 this.owner = owner;
7884 owner: null,
7899 this.owner = null;
7977 this.onClick.apply(this.owner, arguments);
8000 this.onClick.apply(this.owner);
9844 owner: Firebug.Inspector,
22367 owner: Firebug.Console,
23786 owner: Firebug.CommandLine,
23794 owner: Firebug.CommandLine,
[all …]

123456789