Home
last modified time | relevance | path

Searched refs:classes (Results 201 – 225 of 396) sorted by relevance

12345678910>>...16

/plugin/latexcaption/syntax/
H A Dcaption.php233 $classes = implode(' plugin_latexcaption_', $opts);
235 … $markup = '<'.$tagtype.' class="plugin_latexcaption_'.$type.' plugin_latexcaption_'.$classes.'" ';
/plugin/webdav/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/note/
H A DCHANGES.md28 * conformance to DokuWiki's changes in plugin classes
/plugin/dtable/
H A Dstyle.css46 classes to the respective li element(s)
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/structcombolookup/
H A Dscript.js47 classes: {
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md50 * Remove the TypeFactory. Do not load classes dynamically.
/plugin/semanticdata/syntax/
H A Dentry.php260 $classes = 'data_type_' . $vals['type'] . ($vals['multi'] ? 's' : '') . ' ' .
262 … $content = form_makeField('text', $fieldid . '[value]', $content, $vals['title'], '', $classes);
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js314 var classes = matches[1];
317 while( matchesClass = mardownClassRegex.exec( classes ) ) {
/plugin/latexcaption/
H A DREADME.md15 - Change syntax to allow multiple classes to be used eg. left, center, right.
51 …- Alignment classes: `left`, `center`, `right`, `even`,`w-[40,50,60,70,80]` and can be used in con…
/plugin/datatables/assets/datatables.net-bs/js/
H A DdataTables.bootstrap.min.js
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst4 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/stars/
H A Dreadme.txt13 …- added classes for styling purposes ( span.starspan, img.starimage, img.halfstarimage, img.emptys…
/plugin/issuelinks/admin/
H A Drepoadmin.php10 use dokuwiki\plugin\issuelinks\classes\ServiceProvider;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md26 * Fixed formatting of executed lines percentage for classes in file view
/plugin/data-au/syntax/
H A Dentry.php367 $classes = 'dataau_type_' . $vals['type'] . ($vals['multi'] ? 's' : '') . ' '
375 …tent = form_makeField('text', $fieldid . '[value]', $content, $vals['title'], '', $classes, $attr);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5classes:["token",e.type],attributes:{},language:r,parent:i};s.type=="comment"&&(s.attributes.spell… property in n.stringify.s
/plugin/tip/
H A Dsyntax_plugin_tip.css13 /* Common settings for all tipXXX classes */
24 background-image: none; /* overwritten for some classes below */
/plugin/siteexport/renderer/
H A Dpdf.php192 public function listu_open($classes = null) { argument
196 public function listo_open($classes = null) { argument
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md3 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/codeprettify/code-prettify/
H A DREADME.md115 inside the `<pre>` and using `language-java` style classes:
197 create CSS styles to matches these classes.
201 ### I can't add classes to my code (because it comes from Markdown, etc.)
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php393 public static function isInstanceOfAny($value, array $classes, $message = '') argument
395 foreach ($classes as $class) {
404 implode(', ', array_map(array('static', 'valueToString'), $classes))

12345678910>>...16