Home
last modified time | relevance | path

Searched refs:classes (Results 151 – 175 of 396) sorted by relevance

12345678910>>...16

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.hbs4 <body class="{{body-classes}}">
H A Dapp-login.hbs7 <body class="{{body-classes}}">
H A Dapp-revisions.hbs4 <body class="{{body-classes}}">
H A Dblank.hbs7 <body class="{{body-classes}}">
H A Dapp-register.hbs7 <body class="{{body-classes}}">
H A Dapp-resendpwd.hbs7 <body class="{{body-classes}}">
H A Dapp-index.hbs7 <body class="{{body-classes}}">
H A Dapp-profile.hbs7 <body class="{{body-classes}}">
H A Dminimal.hbs7 <body class="{{body-classes}}">
/plugin/issuelinks/classes/
H A DHTTPRequestException.php3 namespace dokuwiki\plugin\issuelinks\classes;
/plugin/data-au/syntax/
H A Dtable.php275 $classes = array();
280 $classes[] = $dataau['align'][0] . 'align rownumbers';
285 $classes[] = $class;
296 $R->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
304 … $R->doc .= sprintf($this->beforeVal($dataau, $num_rn), 'class="' . $classes[$num_rn] . '"');
/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
/plugin/data/syntax/
H A Dtable.php92 'classes' => $class,
281 $classes = [];
286 $classes[] = $data['align'][0] . 'align rownumbers';
294 $classes[] = $class;
305 $renderer->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
313 $renderer->doc .= sprintf($this->beforeVal($data, $num_rn), 'class="' . $classes[$num_rn] . '"');
407 $text .= '<table class="inline dataplugin_table ' . $data['classes'] . '">';
/plugin/mikioplugin/syntax/
H A Dcore.php436 * @param $classes classes to build from options as array
439 * @return a string of classes from options/classes variable
441 public function buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null)
446 if ($classes == null) { $classes = array();
453 array_push($classes, $key);
457 foreach ($classes as $class) {
478 if ($inclAttr) { $s = ' classes
399 buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null) global() argument
[all...]
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/datatables/assets/datatables.net-plugins/integration/jqueryui/
H A DdataTables.jqueryui.min.js
/plugin/issuelinks/services/
H A DGitLab.service.php6 use dokuwiki\plugin\issuelinks\classes\HTTPRequestException;
7 use dokuwiki\plugin\issuelinks\classes\Issue;
8 use dokuwiki\plugin\issuelinks\classes\Repository;
9 use dokuwiki\plugin\issuelinks\classes\RequestResult;
/plugin/googlefonts/
H A DREADME3 A DokuWiki Plugin to embed google web font for headlines or other tags, css classes or css id's.
/plugin/wrap/
H A Dplugin.info.txt6 desc Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst65 classes and interfaces will be removed in 2.0:
82 classes and interfaces will be removed in 2.0:
98 * As of Twig 1.x, use ``\Twig\TwigTest`` to add a test. The following classes
223 * As of Twig 1.29, some classes are marked as being final via the `@final`
224 annotation. Those classes will be marked as final in 2.0.
/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/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`)
/plugin/letsencrypt/classes/
H A DLescript.php5 namespace dokuwiki\plugin\letsencrypt\classes;
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/2/
H A DdataTables.bootstrap.min.js
/plugin/issuelinks/
H A DWebhook.php24 $serviceProvider = classes\ServiceProvider::getInstance();

12345678910>>...16