Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/inc/Form/
H A DElement.php116 $classes = explode(' ', $this->attr('class'));
117 $classes[] = $class;
118 $classes = array_unique($classes);
119 $classes = array_filter($classes);
120 $this->attr('class', implode(' ', $classes));
/dokuwiki/inc/parser/
H A Dxhtml.php502 …* @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
504 public function listu_open($classes = null) argument
507 if ($classes !== null) {
508 if (is_array($classes)) $classes = implode(' ', $classes);
509 $class = " class=\"$classes\"";
525 …* @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
527 public function listo_open($classes = null) argument
530 if ($classes !== null) {
531 if (is_array($classes)) $classes = implode(' ', $classes);
532 $class = " class=\"$classes\"";
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php95 protected $classes = []; variable in SimplePie\\Registry
173 $this->classes[$type] = $class;
205 if (array_key_exists($type, $this->classes)) {
206 $class = $this->classes[$type];
/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php23 $classes = $this->getClasses();
25 $html = "<section class=\"$classes\" data-ext=\"{$this->extension->getId()}\">";
396 $classes = ['extension', $this->extension->getType()];
397 if ($this->extension->isInstalled()) $classes[] = 'installed';
398 if ($this->extension->isUpdateAvailable()) $classes[] = 'update';
399 $classes[] = $this->extension->isEnabled() ? 'enabled' : 'disabled';
400 return implode(' ', $classes);
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 …signed primarily for ease of use. It incorporates both client and server classes, and is designed …
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js100 classes: { property
129 this._classes = this._options.classes;
H A Dfileuploader.js504 classes: { property
529 this._classes = this._options.classes;
545 var element = qq.getByClass(parent, this._options.classes[type])[0];
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md19 The usage for the Zip and Tar classes are basically the same. Here are some
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown39 1. `src/` - SimplePie classes for use with the autoloader
54 Since SimplePie 1.3, we've split the classes into separate files to make it easier
H A DCHANGELOG.md32 - New interface `SimplePie\RegistryAware` to inject the `Registry` instance into classes created by…
86 - Use PSR-4 classes in Registry by @Art4 in [#736](https://github.com/simplepie/simplepie/pull/736)
100 - The use of PSR-0 classes (all classes without namespaces in the `library` directory) is deprecate…
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md133 …oggerInterface` you can do so by inheriting from one of the two provided classes implementing this…
138 …only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1694 $classes = explode('.', substr($class, 1));
1695 $classesCount = count( $classes );
1702 $classes,
3908 $classes = $node->getAttribute('class');
3909 $newValue = $classes
3910 ? $classes.' <'.'?php '.$className.' ?'.'>'
3936 $classes = explode( ' ', $node->getAttribute('class'));
3937 if ( in_array($className, $classes)) {
3938 $classes = array_diff($classes, array($className));
3939 if ( $classes )
[all …]
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=V(e||this.defaultElement||this)[… property
/dokuwiki/data/
H A Ddeleted.files506 lib/plugins/plugin/classes/ap_delete.class.php
507 lib/plugins/plugin/classes/ap_download.class.php
508 lib/plugins/plugin/classes/ap_enable.class.php
509 lib/plugins/plugin/classes/ap_info.class.php
510 lib/plugins/plugin/classes/ap_manage.class.php
511 lib/plugins/plugin/classes/ap_update.class.php
/dokuwiki/inc/
H A Dtemplate.php1902 $classes = [
1910 return implode(' ', $classes);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG453 - Fixed broken Escape chars if classes were disabled
854 - Fixed two ">" symbols being outputted when using a footer but not CSS classes (MrBaseball34)
965 - Fixed multiline string bug if not using classes
1026 and bugs with when line number classes are outputted in economy mode have been fixed
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock286 … "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1067 /* Three classes needed to override `.ui-button:hover .ui-icon` */