Home
last modified time | relevance | path

Searched refs:classes (Results 76 – 100 of 396) sorted by path

12345678910>>...16

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-index.hbs7 <body class="{{body-classes}}">
H A Dapp-login.hbs7 <body class="{{body-classes}}">
H A Dapp-profile.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-revisions.hbs4 <body class="{{body-classes}}">
H A Dapp-search.hbs4 <body class="{{body-classes}}">
H A Dblank.hbs7 <body class="{{body-classes}}">
H A Dhamburger.hbs4 <body class="{{body-classes}}">
H A Dlanding.hbs7 <body class="{{body-classes}}">
H A Dminimal.hbs7 <body class="{{body-classes}}">
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md119 - `WebDriverCheckboxes` and `WebDriverRadios` helper classes to simplify interaction with checkboxes and radio buttons.
189 - Utilize late static binding to make eg. `WebDriverBy` and `DesiredCapabilities` classes easily extensible.
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md97 * the `Dumper`, `Parser`, and `Yaml` classes are marked as final
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
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.
/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/components/lib/
H A Daction_manager.php56 private function unique($classes, $action) { argument
58 foreach ($classes as $class) {
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php218 $classes = array ();
221 $classes [] = 'first';
223 $classes [] = 'last';
225 $classes [] = ($nr % 2) ? 'even' : 'odd';
226 $classes [] = 'row' . ($nr + 1);
228 $classes = implode ( ' ', $classes );
230 $rows [$nr] = '<tr class="' . $classes . '">' . implode ( '', $row ) . "</tr>\n";
/plugin/data-au/helper/
H A Daliastextbox.php65 … $classes = 'dataau_type_' . $datatype['type'] . ($datatype['multi'] ? 's' : '') . ' ' .
67 …nt = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@ ' . $classes);
/plugin/data-au/
H A Dscript.js26 var classes = $input.parent().attr('class').split(' '),
30 jQuery.each(classes, function (i, cls) {
/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);
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/data/
H A Dbureaucracy_field.php66 $classes = 'data_type_' . $datatype['type'] . ($datatype['multi'] ? 's' : '') . ' ' .
73 '@@CLASS@@ ' . $classes
/plugin/data/helper/
H A Daliastextbox.php67 $classes = 'data_type_' . $datatype['type'] . ($datatype['multi'] ? 's' : '') . ' ' .
69 $content = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@ ' . $classes);

12345678910>>...16