Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DApiCall.php24 protected $docs; variable in dokuwiki\\Remote\\ApiCall
67 if ($this->docs === null) {
74 $this->docs = new DocBlockMethod($reflect);
79 return $this->docs;
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php42 $docs = $call->getDocs();
43 $this->assertInstanceOf(DocBlockMethod::class, $docs);
62 $docs = $call->getDocs();
63 $this->assertInstanceOf(DocBlockMethod::class, $docs);
/dokuwiki/vendor/splitbrain/php-cli/
H A D.gitignore7 docs/
H A DREADME.md73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitb…
/dokuwiki/vendor/splitbrain/php-archive/
H A D.gitignore7 docs/
H A DREADME.md22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
/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');
170 uksort($docs, 'ft_pagesorter');
171 arsort($docs);
174 return $docs;
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md18 the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
H A DCHANGELOG556 …* Support Apache's configuration sections, see http://httpd.apache.org/docs/2.2/sections.html (mil…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md24docs/) for the most part. The API is mostly the same. Refer to the [upstream documentation](https:…
/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 … $pubDate, $lastBuildDate, $editor, $editorEmail, $webmaster, $category, $docs, $ttl, $rating, $sk…
/dokuwiki/lib/styles/
H A Dfeed.css11 pubDate, generator, webMaster, ttl, docs, tagline, author, copyright, selector
/dokuwiki/
H A D.gitignore83 vendor/*/*/docs/*
/dokuwiki/inc/Search/
H A DIndexer.php621 $docs = [];
627 $docs["$wlen*$ixid"] = $this->parseTuples($page_idx, $index[$ixid]);
637 if (!isset($docs[$wid])) continue;
638 $hits = &$docs[$wid];
/dokuwiki/_test/
H A Dcomposer.lock563 "docs": "https://phpstan.org/user-guide/getting-started",