/plugin/selectsearch/ |
H A 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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/ |
H A D | SubscriptionTest.php | 19 '{DAV:}displayname' => 'displayname', 44 '{DAV:}displayname' => '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/adfs/phpsaml/ |
H A D | advanced_settings_example.php | 136 'displayname' => '',
|
H A D | README.md | 573 'displayname' => '',
|
/plugin/davcard/db/ |
H A D | update0001.sql | 32 displayname text, field
|
/plugin/webdavclient/db/ |
H A D | update0001.sql | 4 displayname text, field
|
/plugin/webdavclient/ |
H A 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/ |
H A D | auth.php | 105 $USERINFO['name'] = (string)$xml->data->displayname; 261 $usr['name'] = (string)$xml->data->displayname;
|
/plugin/webdav/core/Plugin/ |
H A D | DokuWiki.php | 23 const DAV_DISPLAYNAME_PROPERTY = '{DAV:}displayname';
|
/plugin/webdav/_test/ |
H A D | webdav.test.php | 74 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname',
|
/plugin/wysiwyg/fckeditor/ |
H A D | fckeditor.cfc | 1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 62.62.js.map | 1 …n 'uses',\n 'version',\n 'packagetype',\n 'displayname',\n 'cop…
|
/plugin/webdav/vendor/sabre/dav/ |
H A 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/ |
H A D | xlsx.mjs | 12352 case '<person': out.push({name: y.displayname, id: y.id }); break;
|