Home
last modified time | relevance | path

Searched refs:isOwner (Results 1 – 5 of 5) sorted by relevance

/plugin/etherpadlite/scripts/
H A Detherpadlite.js7 ep.isOwner = false;
17 if (ep.isOwner) {
375 ep.isOwner = data.isOwner;
380 var htext = (ep.isOwner ? ep.lang.padowner : ep.lang.padnoowner);
404 if (ep.isOwner) {
/plugin/sympaauth/files/
H A Dsympa.class.php138 if($list->isOwner == 'true'){
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php195 if($list->isOwner == 'true'){
321 if($list->isOwner == 'true'){
/plugin/etherpadlite/action/
H A Detherpadlite.php230 $isOwner = ($meta[$rev]["owner"] == $this->client);
231 $ret["isOwner"] = $isOwner;
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php1557 public $isOwner; variable in Google_CommunityMembershipStatus
1598 public function setIsOwner( $isOwner) { argument
1599 $this->isOwner = $isOwner;
1602 return $this->isOwner;