Searched refs:docs (Results 1 – 15 of 15) sorted by relevance
| /dokuwiki/inc/Remote/ |
| H A D | ApiCall.php | 24 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 D | ApiCallTest.php | 42 $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 | .gitignore | 7 docs/
|
| H A D | README.md | 73 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 | .gitignore | 7 docs/
|
| H A D | README.md | 22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
|
| /dokuwiki/inc/Search/ |
| H A D | FulltextSearch.php | 107 $docs = $evaluator->evaluate(); 109 if ($docs === []) return []; 112 $docs = MetadataSearch::filterPages($docs, false, $data['after'], $data['before']); 115 uksort($docs, static fn($a, $b) => filemtime(wikiFN($b)) - filemtime(wikiFN($a))); 117 arsort($docs); 120 return $docs;
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | README.md | 18 the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
|
| H A D | CHANGELOG | 556 …* Support Apache's configuration sections, see http://httpd.apache.org/docs/2.2/sections.html (mil…
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | README.md | 24 …docs/) for the most part. The API is mostly the same. Refer to the [upstream documentation](https:…
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | RSSCreator091.php | 113 if ($this->docs != "") { 114 … $feed .= " <docs>".FeedCreator::iTrunc(htmlspecialchars($this->docs), 500)."</docs>\n";
|
| H A D | FeedCreator.php | 22 … $pubDate, $lastBuildDate, $editor, $editorEmail, $webmaster, $category, $docs, $ttl, $rating, $sk…
|
| /dokuwiki/lib/styles/ |
| H A D | feed.css | 11 pubDate, generator, webMaster, ttl, docs, tagline, author, copyright, selector
|
| /dokuwiki/ |
| H A D | .gitignore | 83 vendor/*/*/docs/*
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 481 "docs": "https://phpstan.org/user-guide/getting-started",
|