Home
last modified time | relevance | path

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

1234

/dokuwiki/lib/plugins/config/
H A Dadmin.php19 * need to inherit from this class
21 class admin_plugin_config extends AdminPlugin
88 echo '<div class="info">' . $this->getLang('locked') . '</div>';
95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
123 echo '<div class="table">';
124 echo '<table class="inline">';
129 $class = $setting->isDefault()
130 ? ' class="default"'
131 : ($setting->isProtected() ? ' class="protected"' : '');
133 ? ' class
[all...]
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php18 class Configuration
185 * Instantiates the proper class for the given config key
187 * The class is added to the $settings or $undefined arrays and returned
196 $class = $this->determineClassName(array_shift($param), $key); // first param is class
197 $obj = new $class($key, $param);
207 * Return the class to load
209 * @param string $class the class name as given in the meta file
213 protected function determineClassName($class,
202 determineClassName($class, $key) global() argument
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php8 class SettingMulticheckbox extends SettingString
64 // @todo ideally this would be handled using a second class of "default"
65 $class = (($idx !== false) === (false !== $idx_default)) ? " selectiondefault" : "";
69 $input .= '<div class="selection' . $class . '">' . "\n";
72 '][]" type="checkbox" class="checkbox" value="' . $choice . '" ' . $disable . ' ' . $checked . "/>\n";
86 $class = (
92 $input .= '<div class="other' . $class . '">' . "\n";
97 '][other]" type="text" class
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php16 class helper_plugin_extension_gui extends Plugin
39 echo '<div class="panelHeader">';
68 echo '<div class="panelHeader">';
102 echo '<div class="panelHeader">';
108 'class' => 'search',
154 echo '<div class="panelHeader">';
161 'class' => 'install',
188 echo '<ul class="tabs">';
192 $class = ' active';
194 $class
[all...]
H A Dlist.php14 class helper_plugin_extension_list extends Plugin
35 $this->form .= '<ul class="extensionList">';
81 $this->form .= '<div class="no">';
102 $this->form .= '<li class="notfound">' . $lang['nothingfound'] . '</li>';
124 '" class="' . $this->makeClass($extension) . '">';
128 * Add a column with the given class and content
129 * @param string $class The class name
132 private function populateColumn($class, $html)
134 $this->form .= '<div class
130 populateColumn($class, $html) global() argument
[all...]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php12 class admin_plugin_styling extends AdminPlugin
50 $class = 'nopopup';
51 if ($this->ispopup) $class = 'ispopup page';
53 echo '<div id="plugin__styling" class="' . $class . '">';
78 echo '<p class="error">' . $this->getLang('error') . '</p>';
82 echo '<form class="styling" method="post" action="' . $target . '">';
101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
108 echo '<button type="submit" name="run[save]" class="primary">' . $this->getLang('btn_save') . '</button>';
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php21 * need to inherit from this class
23 class admin_plugin_usermanager extends AdminPlugin
193 * @todo split into smaller functions, use Form class
216 echo '<div class="level2">';
236 echo '<div class="table">';
237 echo '<table class="inline">';
248 echo '<td class="rightalign"><input type="image" src="' .
250 $this->lang['search_prompt'] . '" alt="' . $this->lang['search'] . '" class="button" /></td>';
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class
[all...]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
10 - Refactored the class to be purely static
16 Note that this class is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to my modified class without your direct action):
34 Due to the aforementioned changes, the way of using this class has completely changed. However it has such a small and simple interface that these changes shouldn't be problematic.
/dokuwiki/vendor/composer/
H A DClassLoader.php16 * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
30 * In this example, if you try to use a class in the Symfony\Component
32 * the autoloader will first look for the class under the component/
36 * This class is loosely based on the Symfony UniversalClassLoader.
43 class ClassLoader
313 * Turns on searching the include path for class files.
337 * that have not been registered with the class map.
349 * Should class lookup fail if not found in the current class map?
418 * Loads the given class o
429 loadClass($class) global() argument
448 findFile($class) global() argument
498 findFileWithExtension($class, $ext) global() argument
[all...]
H A Dautoload_real.php5 class ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b
9 public static function loadClassLoader($class) argument
11 if ('Composer\Autoload\ClassLoader' === $class) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
799 - Allow regexes to set a CSS class name (SmokingRope)
915 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php5 * The GeSHi class for Generic Syntax Highlighting. Please refer to the
7 * information about how to use this class.
145 for this regexp's html tag class */
219 * about how to use this class.
226 class GeSHi {
422 * The overall class for this code block
851 * class can then be used in a stylesheet to style this object's
854 * @param string $class The class name to use for this block of code
857 public function set_overall_class($class) { argument
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php33 abstract class ASN1
100 * @link http://php.net/class.datetime
291 /* Class is UNIVERSAL, APPLICATION, PRIVATE, or CONTEXT-SPECIFIC. The UNIVERSAL class is restricted to the ASN.1
293 data types. The other three classes are user defined. The APPLICATION class distinguishes data types that
296 alternatives of a CHOICE, or universally tagged set members. Only the class number appears in braces for this
300 $class = ($type >> 6) & 3;
301 switch ($class) {
307 'type' => $class,
336 'type' => $class,
603 // Get the mapping and input class
[all...]
H A DX509.php47 class X509
588 [static::class, 'decodeNameConstraintIP'] :
589 [static::class, 'decodeIP'];
697 $value = ASN1::encodeDER($value, $map, ['iPAddress' => [static::class, 'encodeIP']]);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md16 - New class `SimplePie\Cache\CallableNameFilter` to provide a `callable` to customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
19 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](https://github.com/simplepie/simplepie/pull/766)
46 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache()` instead
47 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
48 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
49 - The class `SimplePie\Cache\Memcache` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
50 - The class `SimplePie\Cache\Memcached` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
51 - The class `SimplePie\Cache\MySQL` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
52 - The class `SimplePie\Cache\Redis` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
65 - New class `SimplePi
[all...]
H A DREADME.markdown4 SimplePie is a very fast and easy-to-use class, written in PHP, that puts the
H A Dautoloader.php49 * would cause the function to attempt to load the \SimplePie\SimplePie class
54 * @param string $class The fully-qualified class name.
57 spl_autoload_register(function ($class) {
65 // does the class use the namespace prefix?
67 if (strncmp($prefix, $class, $len) !== 0) {
72 // get the relative class name
73 $relative_class = substr($class, $len);
76 // separators with directory separators in the relative class name, append
95 * Autoloader class
117 autoload($class) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt3 * IDNA Convert (idna_convert.class.php) *
14 The class idna_convert allows to convert internationalized domain names
19 The class provides two public methods, encode() and decode(), which do exactly
37 ATTENTION: We no longer supply the PHP5 version of the class. It is not
46 idna_convert.class.php - The actual class
53 The class is contained in idna_convert.class.php.
54 MAKE SURE to copy the npdata.ser file into the same folder as the class file
63 // Include the class
[all...]
H A Didna_convert.class.php29 * The class allows to convert internationalized domain names
34 * The class provides two public methods, encode() and decode(), which do exactly
54 class idna_convert
609 $class = $this->_get_combining_class($output[$i]);
610 if ((!$last_class || $last_class > $class) && $class) {
631 // The current class is 0
632 if (!$class) $last_starter = $i;
633 $last_class = $class;
702 * Returns the combining class o
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php53 * This class can be overloaded with {@see SimplePie::set_cache_class()},
61 class Cache
97 $class = self::$handlers[$type];
98 return new $class($location, $filename, $extension);
120 * @param class-string<Base> $class Name of handler class. Must implement Base
122 public static function register($type, $class) argument
124 self::$handlers[$type] = $class;
H A DRegistry.php59 class Registry
62 * Default class mapping
66 * @var array<class-string, class-string>
69 Cache::class => Cache::class,
70 Locator::class => Locator::class,
71 Parser::class => Parser::class,
151 register($type, $class, $legacy = false) global() argument
[all...]
H A DSimplePie.php64 class SimplePie
434 * @var object Instance of \SimplePie\Sanitize (or other class)
648 public $strip_attributes = ['bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc'];
678 * The SimplePie class contains feed level data and options
787 $this->multifeed_url[] = $this->registry->call(Misc::class, 'fix_protocol', [$value, 1]);
790 $this->feed_url = $this->registry->call(Misc::class, 'fix_protocol', [$url, 1]);
1022 * Get the class registry
1035 * Set which class SimplePie uses for caching
1039 * @param string $class Name of custom class
1043 set_cache_class($class = Cache class) global() argument
1059 set_locator_class($class = Locator class) global() argument
1075 set_parser_class($class = Parser class) global() argument
1091 set_file_class($class = File class) global() argument
1107 set_sanitize_class($class = Sanitize class) global() argument
1123 set_item_class($class = Item class) global() argument
1139 set_author_class($class = Author class) global() argument
1155 set_category_class($class = Category class) global() argument
1171 set_enclosure_class($class = Enclosure class) global() argument
1187 set_caption_class($class = Caption class) global() argument
1203 set_copyright_class($class = Copyright class) global() argument
1219 set_credit_class($class = Credit class) global() argument
1235 set_rating_class($class = Rating class) global() argument
1251 set_restriction_class($class = Restriction class) global() argument
1267 set_content_type_sniffer_class($class = Sniffer class) global() argument
1283 set_source_class($class = Source class) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md32 class Minimal extends CLI
61 - create a class and ``extend splitbrain\phpcli\CLI``
71 - instantiate your class and call ```run()``` on it
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out the available
130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). This is useful when
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.

1234