Searched refs:docs (Results 1 – 16 of 16) 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/ |
H A D | fulltext.php | 153 $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 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/inc/Search/ |
H A D | Indexer.php | 621 $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 D | composer.lock | 563 "docs": "https://phpstan.org/user-guide/getting-started",
|