Home
last modified time | relevance | path

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

/plugin/selectsearch/
H A 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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php19 '{DAV:}displayname' => 'displayname',
44 '{DAV:}displayname' => '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/adfs/phpsaml/
H A Dadvanced_settings_example.php136 'displayname' => '',
H A DREADME.md573 'displayname' => '',
/plugin/davcard/db/
H A Dupdate0001.sql32 displayname text, field
/plugin/webdavclient/db/
H A Dupdate0001.sql4 displayname text, field
/plugin/webdavclient/
H A 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/authnc/
H A Dauth.php105 $USERINFO['name'] = (string)$xml->data->displayname;
261 $usr['name'] = (string)$xml->data->displayname;
/plugin/webdav/core/Plugin/
H A DDokuWiki.php23 const DAV_DISPLAYNAME_PROPERTY = '{DAV:}displayname';
/plugin/webdav/_test/
H A Dwebdav.test.php74 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname',
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D62.62.js.map1 …n 'uses',\n 'version',\n 'packagetype',\n 'displayname',\n 'cop…
/plugin/webdav/vendor/sabre/dav/
H A 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/
H A Dxlsx.mjs12352 case '<person': out.push({name: y.displayname, id: y.id }); break;