Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 2173) sorted by path

12345678910>>...87

/plugin/404manager/
H A DCHANGES.md17class `redirect_manager` to avoid any style problem with other part of DokuWiki. Unfortunately, it…
H A DLICENSE185 file or class name and description of purpose be included on the
/plugin/abc/
H A Dsyntax.php375 $class = 'mediafile mf_'.preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
376 return '<a href="'.$url.'" class="'.$class.'">'.$name.'</a>';
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE24 Defining a subclass of a class defined by the Library is deemed a mode
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css144 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/abc2/
H A Dstyle.css163 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/adfs/phpsaml/
H A DCHANGELOG4 * Add setSchemasPath to Auth class and fix backward compatibility
94 * Implement a more specific exception class for handling some validation errors
151 * Add more Auth Context options to the constant class
157 * Fix getter for lastRequestID parameter in OneLogin_Saml2_Auth class
222 * Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class.
H A DREADME.md291 constructor of the class.
1301 Auxiliary class that contains methods to validate the SAML Response:
1313 Main class of OneLogin PHP Toolkit
1346 SAML 2 Authentication Request class
1355 SAML 2 Authentication Response class
1381 SAML 2 Logout Request class
1396 SAML 2 Logout Response class
1447 A class that contains functionality related to the metadata of the SP
1456 Auxiliary class that contains several methods
1533 the `Setting` class.
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt12 - Fix casing of class name. (Willem Stuursma-Ruwen)
/plugin/adhoctags/
H A DREADME.md86 - `classname` – anything that does matches a valid CSS class name (and none of the other formats) will be treated as a class name.
113 **4. Simplify any *class*es**
115 - Search for ` class="([^\"]*)"` in *regex mode* (!), replace with ` $1` (note the spaces again!)
/plugin/advanced/
H A Ddeleted.files5 ZipLib.class.php
/plugin/advrack/
H A Dstyle.css51 /* Default close button class */
/plugin/aichat/
H A Dhelper.php19 class helper_plugin_aichat extends Plugin
152 $class = '\\dokuwiki\\plugin\\aichat\\Storage\\' . $this->getConf('storage') . 'Storage';
153 $this->storage = new $class($this->conf);
/plugin/aichat/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 ComposerAutoloaderInitcf5108d0fe7a5d23e88d41bf066096a6
9 public static function loadClassLoader($class) argument
11 if ('Composer\Autoload\ClassLoader' === $class) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php16 class Parsedown
434 * Every HTML element may have a class attribute specified.
446 $class = 'language-'.$language;
449 'class' => $class,
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1127 "description": "Utility class for timing",
3205 "description": "Symfony polyfill for intl's Normalizer class and related functions",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe31437 class ified
37470 class es
47357 Ġsub class
49167 class ic
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md39 `$flags` is zero (`0`, default) or the following class constant:
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css418 .class .methods .name, .class .properties .name, .class .constants .name {
423 .class .methods .name > div > code {
427 .class .methods .name > div > code span, .function .value > code {
431 .class .methods td.name > div, .class td.value > div {
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php3 spl_autoload_register(function ($class) {
5 if (stripos($class, $prefix) === 0) {
7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
/plugin/aimg/
H A Dstyle.css30 The overall container: always has class="fn-container", and also one of:
60 /* Note areas - a separate class is applied to those being edited. */
/plugin/airtable/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt185 file or class name and description of purpose be included on the
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE185 file or class name and description of purpose be included on the

12345678910>>...87