Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/lib/styles/
H A Dfeed.css11 pubDate, generator, webMaster, ttl, docs, tagline, author, copyright, selector
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php113 if ($this->docs != "") {
114 $feed .= " <docs>".FeedCreator::iTrunc(htmlspecialchars($this->docs), 500)."</docs>\n";
H A DFeedCreator.php22 public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorEmail, $webmaster, $category, $docs, $ttl, $rating, $skipHours, $skipDays;
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/inc/Search/
H A DIndexer.php621 $docs = [];
627 $docs["$wlen*$ixid"] = $this->parseTuples($page_idx, $index[$ixid]);
636 // and thus $docs[$wid] hasn't been set.
637 if (!isset($docs[$wid])) continue;
638 $hits = &$docs[$wid];
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitbrain.github.io/php-cli/)
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG554 * Support Apache's configuration sections, see http://httpd.apache.org/docs/2.2/sections.html (milian)
H A DREADME.md18 the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
/dokuwiki/inc/
H A Dfulltext.php153 $docs = array_pop($stack);
155 if (empty($docs)) return [];
158 foreach (array_keys($docs) as $id) {
160 unset($docs[$id]);
164 $docs = _ft_filterResultsByTime($docs, $data['after'], $data['before']);
167 uksort($docs, 'ft_pagemtimesorter');
169 // sort docs by count
170 uksort($docs, 'ft_pagesorter');
171 arsort($docs);
[all...]