Home
last modified time | relevance | path

Searched refs:spec (Results 51 – 75 of 244) sorted by path

12345678910

/plugin/commonmark/
H A DREADME.md17 - Since the release of "Jack Jackrun", DW have [completely disabled](https://www.dokuwiki.org/faq:html) embedding HTML code. [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) will be passed as-is, unless enabling [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok); but it is recommended to use it in limited environments.
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
H A Dcomposer.lock151 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md44 - Changed Strikethrough to only allow 1 or 2 tildes per the updated GFM spec
246 - Fixed Mentions inside of links creating nested links against the spec's rules (#688)
269 - Made compatible with CommonMark spec 0.30.0
H A DREADME.md15 **league/commonmark** is a highly-extensible PHP Markdown parser created by [Colin O'Dell][@colinodell] which supports the full [CommonMark] spec and [GitHub-Flavored Markdown]. It is based on the [CommonMark JS reference implementation][commonmark.js] by [John MacFarlane] \([@jgm]\).
69 The `GithubFlavoredMarkdownConverter` shown earlier is a drop-in replacement for the `CommonMarkConverter` which adds additional features found in the GFM spec:
117 [SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; however, they might change the resulting AST or HTML output of parsed Markdown (due to bug fixes, spec changes, etc.) As a result, you might get slightly different HTML, but any custom code built onto this library should still function correctly.
135 If you encounter a bug in the spec, please report it to the [CommonMark] project. Any resulting fix will eventually be implemented in this project as well.
139 * Improve usability or flexibility without compromising our ability to adhere to the [CommonMark spec]
142 * Fix issues with adhering to the [CommonMark spec]
144 Major refactoring to core parsing logic should be avoided if possible so that we can easily follow updates made to [the reference implementation][commonmark.js]. That being said, we will absolutely consider changes which don't deviate too far from the reference spec or which are favored by other popular CommonMark implementations.
154 This will also test league/commonmark against the latest supported spec.
208 [CommonMark spec]: http://spec
[all...]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js10694 if (!spec) {
10697 return new spec['class'](this, spec);
10719 var spec;
10724 this.renderView(spec ? spec.type : null);
14787 var spec;
14822 spec = { 'class': spec };
14824 if (spec) {
14863 return spec;
14870 spec.defaults,
14888 (spec.buttonTextKey ? buttonText[spec.buttonTextKey] : null) ||
[all …]
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md44 * Added `421 Misdirected Request` from the HTTP/2.0 spec.
/plugin/diagrams/script/
H A DDiagramsView.js12 * We use the schema's spec.toDOM() method instead of directly using the passed attributes
19 const schemaSpec = this.node.type.spec.toDOM(this.node);
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md4 …=defaults%2C%20not%20ie%2011%2C%20not%20ie_mob%2011&build=&builtIns=false&spec=false&loose=false&c…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1spec.whatwg.org/multipage/origin.html#sandboxed-modals-flag).\\n* `allow-orientation-lock`: Lets…
H A Dbundle.js.map1spec function.\n */\nfunction baseMatches(source) {\n var matchData = getMatchData(source);\n if…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @…
/plugin/displaywikipage/
H A DCHANGELOG.md5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/dokusioc/
H A DREADME.md3 DokuSIOC integrates the [SIOC ontology](http://rdfs.org/sioc/spec/) within
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md300 - SVG text which contains a `<` sign, it will break the text - now processed as `&lt;` (despite the fact that this does not conform to XML spec)
303 - CSS support for :nth-child() selector improved to fully support the draft CSS3 spec - http://www.w3.org/TR/selectors/#nth-child-pseudo
536 - Text-outline controlled by CSS (compatible with CSS3 spec.)
541 - Hyphenation controlled using CSS, consistent with CSS3 spec.
555 - "hyphens: none|manual|auto" as per CSS3 spec.
561 - Colors: device-cmyk(c,m,y,k) as per CSS3 spec. For consistency, device-cmyka also supported (not CSS3 spec)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DCHANGELOG.md147 the [REST API specification](https://github.com/elastic/elasticsearch/tree/v7.4.2/rest-api-spec/src/main/resources/rest-api-spec/api)
256 - Updated all the API endpoints using the [latest 7.0.0 specs](https://github.com/elastic/elasticsearch/tree/v7.0.0/rest-api-spec/src/main/resources/rest-api-spec/api) of Elasticsearch [#897](https://github.com/elastic/elasticsearch-php/pull/897)
270 - Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
102 We also provide a code examples generator for PHP using the `util/GenerateDocExamples.php` script. This command parses the `util/alternative_report.spec.json` file produced from this [JSON specification](https://raw.githubusercontent.com/elastic/built-docs/master/raw/en/elasticsearch/reference/master/alternatives_report.json) and it generates the PHP examples for each digest value.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc247 https://github.com/elastic/elasticsearch/tree/v7.4.2/rest-api-spec/src/main/resources/rest-api-spec/api[REST API specification]
394 https://github.com/elastic/elasticsearch/tree/v7.0.0/rest-api-spec/src/main/resources/rest-api-spec/api[latest 7.0.0 specs]
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md7 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1686 - Query\Fuzzy to comply with DSL spec. Multi-field queries now throw an exception. Implemented: Query\Fuzzy::setField, Query\Fuzzy::setFieldOption.
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf110 spec specification
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md190 * Migrate spec suite to PhpSpec 2.0
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockBuilderTest.php116 $spec = $this->getMockBuilder(Mockable::class)
124 $this->assertTrue($spec instanceof PHPUnit_Framework_MockObject_MockBuilder);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php82 if (($spec = strstr($short_options, $opt)) === false || $arg[$i] == ':') {
88 if (strlen($spec) > 1 && $spec[1] == ':') {
94 if (!(strlen($spec) > 2 && $spec[2] == ':')) {

12345678910