Home
last modified time | relevance | path

Searched refs:description (Results 701 – 725 of 1223) sorted by path

1...<<21222324252627282930>>...49

/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php9 private $description; variable in ConfigManagerAbstractCascadeConfig
91 return $this->description;
97 * @param string $description localized wikitext
99 public function setDescription($description) { argument
100 $this->description = $description;
H A DConfigManagerTwoLine.php9 private $description; variable in ConfigManagerTwoLine
19 * @param string $description Config file description
22 function __construct($name, $description = '', $configFile) { argument
24 $this->description = $description;
45 return $this->description;
/plugin/const/
H A DLICENSE293 {description}
/plugin/countdown/
H A DChangeLog22 * Added localized plugin description.
H A Dsyntax.php136 $renderer->doc .= ' '. p_render('text', p_get_instructions($description), $info);
/plugin/crossdbsqlclient/
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on MySQL and PostgreSQL.
64 * **2016-07-11** Update description
/plugin/csstimeline/
H A Dfeed.php111 $item->description = hsc(strip_tags(htmlspecialchars_decode($entry['description'])));
/plugin/darcs/
H A Dadmin.php95 ' ^ '.$this->lang['description']." ^\n";
106 '| %%'.$patch['description']."%% |\n";
/plugin/data-au/lang/en/
H A Dadmin_intro.txt7 Refer to the [[doku>plugin:dataau|plugin description]] for more info about aliases.
/plugin/data-au/lang/fr/
H A Dadmin_intro.txt7 Veuillez vous reporter à la [[doku>plugin:data|description de l'extension]] pour de plus amples inf…
/plugin/data/lang/en/
H A Dadmin_intro.txt7 Refer to the [[doku>plugin:data|plugin description]] for more info about aliases.
/plugin/data/lang/fr/
H A Dadmin_intro.txt7 Veuillez vous reporter à la [[doku>plugin:data|description de l'extension]] pour de plus amples informations
/plugin/datatables/
H A DLICENSE293 {description}
/plugin/date/
H A DLICENSE293 {description}
/plugin/datepicker/
H A DLICENSE293 {description}
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1476 description;
1514 description = '';
1555 description = hDate.desc === undefined ? '' : hDate.desc;
1570 …xdsoft_day_of_week' + start.getDay() + ' ' + classes.join(' ') + '" title="' + description + '">' +
/plugin/davcal/db/
H A Dupdate0001.sql21 description text, field
/plugin/davcal/
H A Dhelper.php394 $res = $sqlite->query($query, $calid, $description);
639 $description,
789 $description = $params['eventdescription'];
790 if($description !== '')
791 $event->add('DESCRIPTION', $description);
1132 $description = $event->DESCRIPTION;
1133 if($description !== null)
1134 $entry['description'] = (string)$description;
1311 $description = $params['eventdescription'];
1324 if($description !== '')
[all …]
H A Dscript.js512 calEvent.description = '';
530 calEvent.description = '';
658 jQuery('#dw_davcal__eventdescription_edit').val(calEvent.description);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection76description="Cache directory manager. Deletes cache entries based on accesstime and free space thr…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php43 protected $description; variable in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
68 * @param string $description
71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) { argument
75 $this->description = $description;
144 if ($this->description) {
145 $writer->writeElement($cs . 'description', $this->description);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1205 foreach ($this->principalSearchPropertySet as $propertyName => $description) {
1214 if ($description) {
1217 'value' => $description,
/plugin/davcard/db/
H A Dupdate0001.sql35 description text field
/plugin/davcard/
H A Dhelper.php272 * @param string $description The address book description
278 public function setAddressbookNameForPage($name, $description, $id = null, $userid = null) argument
298 return $this->createAddressbookForPage($name, $description, $id, $userid);
304 $res = $sqlite->query($query, $name, $description, $bookid);
344 * @param string $description The address book's description
350 public function createAddressbookForPage($name, $description, $id = null, $userid = null) argument
376 $description,
/plugin/description/
H A DREADME1 ====== description Plugin for DokuWiki ======
3 All documentation for the description Plugin is available online at:
5 * http://dokuwiki.org/plugin:description

1...<<21222324252627282930>>...49