Home
last modified time | relevance | path

Searched refs:abstract (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php12 $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 Dplugin.info.txt1 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 DREADME.md5 * https://dokuwiki.org/plugin:abstract
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DMethodDeclarationSniff.php73 $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 Ddokuwiki_fancy.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
H A Ddokuwiki_single.tpl2 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
3 * ++ Abstract| @abstract@ ++@;abstract@
H A Ddokuwiki_kmh.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
H A Ddokuwiki_single.tpl2 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
3 * ++ Abstract| @abstract@ ++@;abstract@
H A Ddokuwiki_kmh.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
/plugin/wikicalendar/
H A Dstyle.css81 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 Dstyle.css74 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 Dadmin.php259 $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 Dcron.php75 $abstract = preg_replace('/^' . $inputPath . '/', '', $file, 1);
76 $out = $output . $abstract . '.txt';
77 $id = str_replace('/', ':', $abstract);
/plugin/pubmed2020/classes/
H A Dpubmed2020.php875 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 Drenderer.php53 $abstract = $meta['abstract'];
55 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
H A Daction.php63 $abstract = $meta['abstract'];
65 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
H A Dplugin.info.txt6 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 Dabstract_class.phpt5 abstract class Foo
11 abstract public function two();
13 abstract protected function three();
/plugin/pagequery/
H A DPageQuery.php92 * 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 Dplugin.info.txt6 desc Exclude certain parts of a page from the abstract in metadata.
/plugin/admnote/
H A Dstyle.css11 …--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 DCITATION.cff5 abstract: "draw.io - JavaScript Diagramming and Whiteboard Application"
/plugin/subjectindex/syntax/
H A Dindex.php331 * @param mixed $abstract
335 private function _render_wikilink($id, $proper, $title, $abstract, $anchor) { argument
352 if ($abstract) {
/plugin/codeprettify/code-prettify/src/
H A Dlang-scala.js47 …[PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSom…

12345