Home
last modified time | relevance | path

Searched refs:classes (Results 151 – 175 of 396) sorted by last modified time

12345678910>>...16

/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md302 - Added new `HtmlFilter` and `StringContainerHelper` utility classes
304 - Added several new classes and interfaces:
380 - **Moved and renamed several classes** - [see the full list here](https://commonmark.thephpleague.com/2.0/upgrading/#classesnamespaces-renamed)
398 - All configuration-specific classes have been moved into a new `league/config` package with a new namespace
410 - Combined separate classes/interfaces into one:
420 - Various node (block/inline) classes:
443 - Several classes are now marked `final`:
514 - **Removed now-unused classes:**
522 - `PunctuationParser` (was split into two classes: `DashParser` and `EllipsesParser`)
H A DREADME.md119 Any classes or methods marked `@internal` are not intended for use outside of this library and are subject to breaking changes at any time, so please avoid using them.
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php39 $classes = $this->config->get('external_link/html_class');
59 $this->markLinkAsExternal($link, $openInNewWindow, $classes);
63 private function markLinkAsExternal(Link $link, bool $openInNewWindow, string $classes): void
72 if ($classes !== '') {
73 $link->data->append('attributes/class', $classes);
68 markLinkAsExternal(Link $link, bool $openInNewWindow, string $classes) global() argument
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md210 * Model and record classes now implement `JsonSerializable`.
211 * `isset` now works with model and record classes.
217 and Reader classes.
227 * The general exception classes were replaced with specific exception classes
H A DREADME.md105 classes for the different parts of the data such as the city in which the
265 point you called. This model in turn contains multiple record classes, each of
/plugin/strata/
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
171 As a convenience, you can attach one or more classes to the data by putting them in the opening: ''<data **person**>''. To add multiple classes, separate them with a space.
173 Classes are not handled specially. This way of adding classes to the data is merely a convenience. You can achieve the same by adding values to field ''is a''. For example ''<data person>'' can be achieved by a line of ''is a: person'' in the data entry.
211 Note that the [[#classes]] do not have to be repeated. If you want to split a fragment data block, you have to add the same [[#fragment identifier]] to every data block of the fragment.
H A Daction.php162 * for autoloading classes that should be pluggable by external
168 static $classes = null;
169 if(is_null($classes)) $classes = array(
176 if(isset($classes[$fullname])) {
177 require_once($classes[$fullname]);
/plugin/strata/syntax/
H A Dselect.php287 * The open tag will contain all give classes plus additional metadata, e.g., generated by the ui group
292 * @param additionalClasses array containing classes to be set on the generated container
315 $classes = implode(' ', array_merge($c, $additionalClasses));
326 $R->doc .= '<div class="' . $classes . '" ' . $properties . '>' . DOKU_LF;
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …'./_version.js';\n/**\n * An abstract base class that all other strategy classes must extend from:…
H A Dworkbox-bed83ea8.js.map1 …'./_version.js';\n/**\n * An abstract base class that all other strategy classes must extend from:…
H A Dworkbox-f163abaa.js.map1 …'./_version.js';\n/**\n * An abstract base class that all other strategy classes must extend from:…
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19classes:"safe",cssIDs:"safe",styles:"safe",fontsize:"all",require:"safe"},sizeMin:0.7,sizeMax:1.44…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js10283 var classes = currentItem.className.split(" ");
10285 for (var i = 0; i < classes.length; i++)
10287 if (classes[i].indexOf("Active") > -1)
10289 classes.splice(i, 1);
10294 currentItem.className = classes.join(" ");
/plugin/diagramsnet/lib/resources/
H A Ddia_pt-br.txt93 classDiagram=Diagrama de classes
/plugin/pdftools/
H A DREADME.md50 If you have the wrap-plugin installed, you can use these addition classes:
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki106 …[[:devel:configuration#configuration_metadata|Configuration metadata]] for configuration classes)//
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1classes.\r\n *\r\n * @since 3.15.0\r\n */\r\n CodeActionKind.SourceFixAll = 'source…
H A D54.54.js.map1 … // whitespace\n { include: '@whitespace' },\n // classes\n [/(@…
H A Dbundle.js.map1classes. */\nvar rsAstralRange = '\\\\ud800-\\\\udfff',\n rsComboMarksRange = '\\\\u0300-\\\\u0…
H A Deditor.worker.js.map1 …f\n * another disposable. This tracking is very simple an only works for classes that either\n * e…
H A Djson.worker.js.map1classes that either\n * extend Disposable or use a DisposableStore. This means there are a lot of …
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DError.svelte2 export let classes = '';
30 <div id="error" class={classes}>{error}</div>

12345678910>>...16