Home
last modified time | relevance | path

Searched refs:abstract (Results 76 – 100 of 102) sorted by last modified time

12345

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md132 The main `Hoa\Stream\Stream` class is abstract. Two method
519 the `Hoa\Stream\Composite` abstract class), i.e. streams embedding
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md26 This library provides the `hoa://` protocol, which is a way to abstract resource
105 Thus, `hoa://Library/Protocol/README.md` represents the abstract path to this
112 `Foo.php` configuration file. This is an **abstract path for a resource**.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md482 - SimpleObjectProxy is not implement abstract methods of Proxy class [\#287](https://github.com/sch…
/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/socialite/syntax/
H A Dbutton.php120 $abstract = rawurlencode($INFO['meta']['description']['abstract']);
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta1 …backlinks plugin test pages";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:277:"All backl…
H A Dbacklinks_exclude_syntax.meta1 …xcluding exclude namespace)";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:61:"Backlinks …
H A Dbacklinks_include_syntax.meta1 … Ross says (including only)";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:48:"Backlinks …
H A Dbacklinks_syntax.meta1 …links to what Bob Ross says";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:31:"Backlinks …
H A Dbob_ross_says.meta1 …"title";s:13:"Bob Ross says";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:273:"Bob Ross …
H A Dlink.meta1 …e";s:18:"A link to Bob Ross";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:79:"A link to …
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1 …n excluded link to Bob Ross";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:72:"An exclude…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1 …n included link to Bob Ross";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstract";s:72:"An include…
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md65 …lier versions but is able to parse Markdown more accurately and uses an abstract syntax tree as th…
81 - #67 The way to extend markdown has changed due to the introduction of an abstract syntax tree. Se…
82 - Introduced an abstract syntax tree as an intermediate representation between parsing steps.
H A DREADME.md23 of the Markdown text as an abstract syntax tree (see [Extending the language](#extend)).
242 …. It will return two arguments: an array representing the block element in the abstract syntax tree
243 …of the markdown document and the line number to parse next. In the abstract syntax array the first…
278 …tName}()`-method where `elementName` refers to the name of the element in the abstract syntax tree:
301 The parser method will return an array containing the element of the abstract sytnax tree and an of…
321 …// return the parsed tag as an element of the abstract syntax tree and call `parseInline()` to all…
332 // rendering is the same as for block elements, we turn the abstract syntax array into a string.
/plugin/docsearch/
H A Dcron.php75 $abstract = preg_replace('/^' . $inputPath . '/', '', $file, 1);
76 $out = $output . $abstract . '.txt';
77 $id = str_replace('/', ':', $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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …len = state.length;\n\t }\n\t state.readingMore = false;\n\t}\n\n\t// abstract method. to be ov…
/plugin/freechat/phpfreechat/style/
H A Dcontent.css20 div.content .abstract { border: 2px #999 solid; background-color: #EEE; padding: 1em; color: #000; …
/plugin/tuxquote/
H A Dquotes.txt480 Economics, over the years, has become more and more abstract and divorced from events in the real w…
4139 If you think C++ is not overly complicated, just what is a protected abstract virtual base pure vir…
/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/mantis/lib/
H A Dchangelog220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
286 - xmlschema: allow any attributes to be specified in an element of a complexType, e.g., abstract, d…
/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_kmh.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@

12345