/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractTest.php | 12 $abstract = new AbstractMock(); 15 $abstract->updateCalendar('randomid', $propPatch); 24 $abstract = new AbstractMock(); 43 ), $abstract->calendarQuery(1, $filters)); 49 $abstract = new AbstractMock(); 51 $abstract->getCalendarObjectByUID('principal1', 'zim') 55 $abstract->getCalendarObjectByUID('principal1', 'foo') 58 $abstract->getCalendarObjectByUID('principal3', 'foo') 61 $abstract->getCalendarObjectByUID('principal1', 'shared') 68 $abstract = new AbstractMock(); [all …]
|
/plugin/abstract/ |
H A D | plugin.info.txt | 1 base abstract 5 name abstract plugin 6 desc Add a specified string to the description abstract metadata 7 url http://www.dokuwiki.org/plugin:abstract
|
H A D | README.md | 5 * https://dokuwiki.org/plugin:abstract
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/ |
H A D | MethodDeclarationSniff.php | 73 $abstract = 0; 87 $abstract = $prefix; 114 if ($visibility !== 0 && $abstract > $visibility) { 116 $fix = $phpcsFile->addFixableError($error, $abstract, 'AbstractAfterVisibility'); 118 $fixes[$abstract] = ''; 119 $fixes[($abstract + 1)] = '';
|
/plugin/publistx/template/ |
H A D | dokuwiki_fancy.tpl | 4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@ 5 * ++ Abstract| @abstract@ ++@;abstract@
|
H A D | dokuwiki_single.tpl | 2 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@ 3 * ++ Abstract| @abstract@ ++@;abstract@
|
H A D | dokuwiki_kmh.tpl | 4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@ 5 * ++ Abstract| @abstract@ ++@;abstract@
|
/plugin/publistf/template/ |
H A D | dokuwiki_fancy.tpl | 4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@ 5 * ++ Abstract| @abstract@ ++@;abstract@
|
H A D | dokuwiki_single.tpl | 2 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@ 3 * ++ Abstract| @abstract@ ++@;abstract@
|
H A D | dokuwiki_kmh.tpl | 4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@ 5 * ++ Abstract| @abstract@ ++@;abstract@
|
/plugin/wikicalendar/ |
H A D | style.css | 81 div.dokuwiki table.plugin_wikicalendar td.day div.abstract, 82 div.dokuwiki table.plugin_wikicalendar td.today div.abstract { 86 div.dokuwiki table.plugin_wikicalendar td.day:hover div.abstract, 87 div.dokuwiki table.plugin_wikicalendar td.today:hover div.abstract {
|
/plugin/minical/ |
H A D | style.css | 74 div.dokuwiki table.plugin_minical td.day div.abstract, 75 div.dokuwiki table.plugin_minical td.today div.abstract { 79 div.dokuwiki table.plugin_minical td.day:hover div.abstract, 80 div.dokuwiki table.plugin_minical td.today:hover div.abstract {
|
/plugin/discussion/ |
H A D | admin.php | 259 $abstract = preg_replace('/\s+?/', ' ', strip_tags($comment['xhtml'])); 260 if (utf8_strlen($abstract) > 160) { 261 $abstract = utf8_substr($abstract, 0, 160).'...'; 266 '<span class="abstract">'.$abstract.'</span>';
|
/plugin/docsearch/ |
H A D | cron.php | 75 $abstract = preg_replace('/^' . $inputPath . '/', '', $file, 1); 76 $out = $output . $abstract . '.txt'; 77 $id = str_replace('/', ':', $abstract);
|
/plugin/pubmed2020/classes/ |
H A D | pubmed2020.php | 875 function _normalizeAbstract($abstract, $format = "wiki"){ // Pb: 33397541 argument 1001 $abstract = str_replace("ABSTRACTObjectives:", "Objectives: ", $abstract); 1006 $abstract = preg_replace($pattern, "$lf$boldS$c$boldE ", $abstract); 1009 if (substr($abstract, 0, strlen($lf)) === $lf) { 1010 $abstract = substr($abstract, strlen($lf)); 1015 return $abstract;
|
/plugin/autotooltip/ |
H A D | renderer.php | 59 $abstract = $meta['abstract']; 61 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
|
H A D | action.php | 63 $abstract = $meta['abstract']; 65 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
|
H A D | plugin.info.txt | 6 desc Syntax and helper plugins for tooltips, including automatically generated tips based on page abstract.
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
H A D | abstract_class.phpt | 5 abstract class Foo 11 abstract public function two(); 13 abstract protected function three();
|
/plugin/pagequery/ |
H A D | PageQuery.php | 92 * Builds the sorting array: array of arrays (0 = id, 1 = name, 2 = abstract, 3 = ... , etc) 118 // is it necessary to cache the abstract column? 161 // fourth column: cache the page abstract if needed; this saves a lot of time later 163 $abstract = ($get_abstract) ? $meta['description']['abstract'] : ''; 164 $row['abstract'] = $abstract; 755 // args : $level, $name, $id, $_, $abstract, $display 773 // args : $level, $name, $id, $_, $abstract, $display 840 [$level, $name, $id, $_, $abstract, 977 htmlWikilink(string $id, string $display, string $abstract, array $opt, bool $track_snippets = true, bool $raw = false) global() argument [all...] |
/plugin/noabstract/ |
H A D | plugin.info.txt | 6 desc Exclude certain parts of a page from the abstract in metadata.
|
/plugin/admnote/ |
H A D | style.css | 11 …--adm-abstract-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" … 78 .admonition.abstract { 81 .abstract>.admonition-title { 84 .abstract>.admonition-title::before { 86 -webkit-mask-image: var(--adm-abstract-pic); 87 mask-image: var(--adm-abstract-pic);
|
/plugin/diagramsnet/lib/ |
H A D | CITATION.cff | 5 abstract: "draw.io - JavaScript Diagramming and Whiteboard Application"
|
/plugin/subjectindex/syntax/ |
H A D | index.php | 331 * @param mixed $abstract 335 private function _render_wikilink($id, $proper, $title, $abstract, $anchor) { argument 352 if ($abstract) {
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-scala.js | 47 [PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|override|package|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|while|with|yield)\b/],
|