Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1034 .ui-priority-primary,
1035 .ui-widget-content .ui-priority-primary,
1036 .ui-widget-header .ui-priority-primary {
1039 .ui-priority-secondary,
1040 .ui-widget-content .ui-priority-secondary,
1041 .ui-widget-header .ui-priority-secondary {
/dokuwiki/inc/Sitemap/
H A DItem.php15 public $priority;
24 * @param $priority float|string The priority of the item relative to other URLs on your site.
27 public function __construct($url, $lastmod, $changefreq = null, $priority = null)
32 $this->priority = $priority;
41 * @param float|string $priority The priority of the item relative to other URLs on your site.
45 public static function createFromID($id, $changefreq = null, $priority = null)
50 return new Item(wl($id, '', true), $date, $changefreq, $priority);
14 public $priority; global() variable in dokuwiki\\Sitemap\\Item
26 __construct($url, $lastmod, $changefreq = null, $priority = null) global() argument
43 createFromID($id, $changefreq = null, $priority = null) global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG405 - Changed priority for COMMENT_REGEXP compared to String highlighting (BenBE)