| /plugin/selectsearch/ |
| D | action.php | 36 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/ |
| D | UserTest.php | 39 $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 D | SubscriptionTest.php | 19 '{DAV:}displayname' => 'displayname', 44 '{DAV:}displayname' => 'displayname',
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Room.php | 53 * @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 D | update0001.sql | 18 displayname text, field 44 displayname text, field
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
| H A D | AbstractPDOTest.php | 123 '{DAV:}displayname' => 'myCalendar', 134 '{DAV:}displayname' => 424, 147 '{DAV:}displayname' => 'Hello!', 811 '{DAV:}displayname' => 424, 821 '{DAV:}displayname' => 'cal',
|
| /plugin/saml/phpsaml/ |
| D | advanced_settings_example.php | 136 'displayname' => '',
|
| D | README.md | 573 'displayname' => '',
|
| /plugin/adfs/phpsaml/ |
| D | advanced_settings_example.php | 136 'displayname' => '',
|
| D | README.md | 573 'displayname' => '',
|
| /plugin/davcard/db/ |
| D | update0001.sql | 32 displayname text, field
|
| /plugin/webdavclient/db/ |
| D | update0001.sql | 4 displayname text, field
|
| /plugin/webdavclient/ |
| D | helper.php | 408 * @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/authnc/ |
| D | auth.php | 105 $USERINFO['name'] = (string)$xml->data->displayname; 261 $usr['name'] = (string)$xml->data->displayname;
|
| /plugin/webdav/core/Plugin/ |
| D | DokuWiki.php | 23 const DAV_DISPLAYNAME_PROPERTY = '{DAV:}displayname';
|
| /plugin/webdav/_test/ |
| D | webdav.test.php | 74 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname',
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.cfc | 1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.cfc | 1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 62.62.js.map | 1 …n 'uses',\n 'version',\n 'packagetype',\n 'displayname',\n 'cop…
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 927 calendar properties, such as the displayname and color. 1780 * Added: Browser plugin now uses {DAV:}displayname if this property is
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 12352 case '<person': out.push({name: y.displayname, id: y.id }); break;
|