Home
last modified time | relevance | path

Searched refs:displayname (Results 1 – 21 of 21) sorted by relevance

/plugin/selectsearch/
Daction.php36 list($namespace,$displayname) = explode("|",$ns);
38 trim($displayname);
39 $namespaces[$namespace] = $displayname;
47 foreach ($namespaces as $ns => $displayname){
48 …"'.hsc($ns).'"'.($cur_val === $ns ? ' selected="selected"' : '').'>'.hsc($displayname).'</option>';
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DUserTest.php39 $displayname = 'test';
54 $displayname = 'test';
58 $str = sprintf('{"displayname": "%s"}', $displayname);
61 $this->assertEquals($displayname, $this->user->getDisplayName());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php19 '{DAV:}displayname' => 'displayname',
44 '{DAV:}displayname' => 'displayname',
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php53 * @param string|null $displayname
60 public function setUserProfile(?string $displayname = null, ?string $avatarUrl = null, argument
66 if (!$displayname) {
67 $displayname = $member["displayname"];
78 "displayname" => $displayname,
645 protected function addMember(string $userId, ?string $displayname) { argument
646 if ($displayname) {
647 $this->membersDisplaynames[$userId] = $displayname;
656 $this->_members[$userId] = new User($this->api(), $userId, $displayname);
/plugin/davcal/db/
H A Dupdate0001.sql18 displayname text, field
44 displayname text, field
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php123 '{DAV:}displayname' => 'myCalendar',
134 '{DAV:}displayname' => 424,
147 '{DAV:}displayname' => 'Hello!',
811 '{DAV:}displayname' => 424,
821 '{DAV:}displayname' => 'cal',
/plugin/saml/phpsaml/
Dadvanced_settings_example.php136 'displayname' => '',
DREADME.md573 'displayname' => '',
/plugin/adfs/phpsaml/
Dadvanced_settings_example.php136 'displayname' => '',
DREADME.md573 'displayname' => '',
/plugin/davcard/db/
Dupdate0001.sql32 displayname text, field
/plugin/webdavclient/
Dhelper.php408 * @param string $displayname The displayname of the ressource
417 …public function addConnection($uri, $username, $password, $displayname, $description, $type, $sync… argument
424 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
433 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
448 * @param string $displayname The new Display Name
455 …public function modifyConnection($connId, $permission, $displayname, $syncinterval, $write, $activ… argument
461 … $res = $sqlite->query($query, $permission, $displayname, $syncinterval, $write, $active, $connId);
675 $data = $this->buildPropfind(array('D:resourcetype', 'D:displayname', 'CS:getctag'),
/plugin/webdavclient/db/
Dupdate0001.sql4 displayname text, field
/plugin/authnc/
Dauth.php105 $USERINFO['name'] = (string)$xml->data->displayname;
261 $usr['name'] = (string)$xml->data->displayname;
/plugin/webdav/core/Plugin/
DDokuWiki.php23 const DAV_DISPLAYNAME_PROPERTY = '{DAV:}displayname';
/plugin/webdav/_test/
Dwebdav.test.php74 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname',
/plugin/grensladawritezor/fckeditor/
Dfckeditor.cfc1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
/plugin/wysiwyg/fckeditor/
Dfckeditor.cfc1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
/plugin/dirtylittlehelper/mermaid/editor/docs/
D62.62.js.map1 …n 'uses',\n 'version',\n 'packagetype',\n 'displayname',\n 'cop…
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md927 calendar properties, such as the displayname and color.
1780 * Added: Browser plugin now uses {DAV:}displayname if this property is
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs12352 case '<person': out.push({name: y.displayname, id: y.id }); break;