Home
last modified time | relevance | path

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

123456

/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/preview/
Daction.php58 $abstract = p_get_metadata($id, 'description abstract');
61 $abstract = substr($abstract, strlen($title)); // remove title from abstract
62 $abstract = trim($abstract, '.…') . '…'; // always have ellipsis
66 echo '<p>' . hsc($abstract) . '</p>';
/plugin/abstract/
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
DREADME.md5 * https://dokuwiki.org/plugin:abstract
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
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/
Ddokuwiki_fancy.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
Ddokuwiki_single.tpl2 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
3 * ++ Abstract| @abstract@ ++@;abstract@
Ddokuwiki_kmh.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
/plugin/publistf/template/
Ddokuwiki_fancy.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
Ddokuwiki_single.tpl2 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
3 * ++ Abstract| @abstract@ ++@;abstract@
Ddokuwiki_kmh.tpl4 …e@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;bibtex@@?abstract@
5 * ++ Abstract| @abstract@ ++@;abstract@
/plugin/asciidocjs/node_modules/get-intrinsic/
DCHANGELOG.md13 - [Dev Deps] update `es-abstract` [`c60e6b7`](https://github.com/ljharb/get-intrinsic/commit/c60e6b…
20 - [Dev Deps] update `@ljharb/eslint-config`, `es-abstract`, `object-inspect`, `tape` [`41a3727`](ht…
22 - [Dev Deps] update `aud`, `es-abstract`, `tape` [`1bef8a8`](https://github.com/ljharb/get-intrinsi…
23 - [Dev Deps] update `aud`, `es-abstract` [`0d41f16`](https://github.com/ljharb/get-intrinsic/commit…
31 - [Dev Deps] update `es-abstract`, `es-value-fixtures`, `tape` [`07ff291`](https://github.com/ljhar…
45 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `es-abstract`, `obj…
46 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `es-abstract`, `object-inspect`, `safe-publi…
49 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `es-abstract`, `es-value-fixtures`, `…
51 - [Dev Deps] update `@ljharb/eslint-config`, `es-abstract`, `es-value-fixtures`, `object-inspect`, …
54 - [Dev Deps] update `es-abstract` [`29b05ae`](https://github.com/ljharb/get-intrinsic/commit/29b05a…
[all …]
/plugin/wikicalendar/
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/
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/
Dadmin.php301 $abstract = preg_replace('/\s+?/', ' ', strip_tags($comment['xhtml']));
302 if (PhpString::strlen($abstract) > 160) {
303 $abstract = PhpString::substr($abstract, 0, 160) . '...';
311 . '<span class="abstract">' . $abstract . '</span>';
/plugin/docsearch/
Dcron.php75 $abstract = preg_replace('/^' . $inputPath . '/', '', $file, 1);
76 $out = $output . $abstract . '.txt';
77 $id = str_replace('/', ':', $abstract);
/plugin/pubmed2020/classes/
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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
Dabstract_class.phpt5 abstract class Foo
11 abstract public function two();
13 abstract protected function three();
/plugin/autotooltip/
H A Daction.php63 $abstract = $meta['abstract'];
65 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
H A Drenderer.php59 $abstract = $meta['abstract'];
61 $link = $this->m_helper->forText($link, $abstract, $meta['title']);
H A Dplugin.info.txt6 …tax and helper plugins for tooltips, including automatically generated tips based on page abstract.
/plugin/pagequery/
DPageQuery.php161 $abstract = ($get_abstract) ? $meta['description']['abstract'] : '';
162 $row['abstract'] = $abstract;
842 $abstract = $line[4] ?? '';
914 $link = $this->htmlWikilink($id, $display, $abstract, $opt);
966 * @param string $abstract
974 string $abstract, argument
986 $tooltip = str_replace("\n\n", "\n", $abstract);
990 $short = $this->shorten($abstract, $opt['snippet']['extent']);
1106 [$level, $name, $id, $_, $abstract, $display] = $line;
1147 $link = $this->htmlWikilink($id, $display, $abstract, $opt);
/plugin/admnote/
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/noabstract/
Dplugin.info.txt6 desc Exclude certain parts of a page from the abstract in metadata.
/plugin/subjectindex/syntax/
Dindex.php331 * @param mixed $abstract
335 private function _render_wikilink($id, $proper, $title, $abstract, $anchor) { argument
352 if ($abstract) {

123456