Home
last modified time | relevance | path

Searched refs:class (Results 1801 – 1825 of 2173) sorted by path

1...<<71727374757677787980>>...87

/plugin/nssearch/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/oauth/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
315 * Turns on searching the include path for class files.
339 * that have not been registered with the class map.
351 * Should class lookup fail if not found in the current class map?
420 * Loads the given class o
425 loadClass($class) global() argument
443 findFile($class) global() argument
493 findFileWithExtension($class, $ext) global() argument
[all...]
H A Dautoload_real.php5 class ComposerAutoloaderInitbf9d17ae7594f4d8d4505e1a2286056d
9 public static function loadClassLoader($class) argument
11 if ('Composer\Autoload\ClassLoader' === $class) {
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md40 - You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two implementations are included)
H A Dcomposer.lock193 "description": "Utility class for timing",
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php10 class AutoLoader
35 * Try to load a class
37 * @param string $class The class name to load
41 public function load($class) argument
43 $class = ltrim($class, '\\');
45 if (strpos($class, $this->namespace) === 0) {
46 $nsparts = explode('\\', $class);
47 $class
[all...]
/plugin/odt/
H A DChangeLog.txt40 * Added missing shorthand handling in CSS import helper class for:
42 * Added test code for CSS import helper class (incomplete)
87 …y builds the ODT style from given properties has been moved to the new helper class 'stylefactory'.
128 * Added new helper class 'cssimport' for rudimentary CSS import (incomplete!).
129 The class support reading of CSS and DokuWiki replacement files. The CSS properties
156 * Added new file 'csscolors.php'. It is a helper class to convert CSS color names
207 * renderer.php: Make the renderer class a singleton Only make a single
/plugin/odt/ODT/css/
H A Dcssdocument.php78 * @param string $class
81 public function iECSSM_has_pseudo_class($class) { argument
85 $result = array_search($class,
H A Dcssimportnew.php377 foreach ($this->classes as $class) {
378 $returnstring .= '.'.$class;
/plugin/odt/helper/
H A Dcssimport.php1018 foreach ($classes as $class) {
1019 if ( $selector [0] == '.' && $selector == '.'.$class ) {
1025 } else if ( $selector == $element || $selector == $element.'.'.$class ) {
H A Ddwcssloader.php229 $class = preg_replace('/[^_\-a-z0-9]+/','_',$ext);
230 $css .= ".mf_$class {";
H A Decm_interface.php42 public function iECSSM_has_pseudo_class($class); argument
/plugin/odt2dw/
H A DREADME12 * php xsltProcessor class (ex : php-xml, php5-xsl)
13 * php zipArchive class
25 * Fixe : better class existence control
/plugin/odtplus2dw/
H A DREADME.md21 - php xsltProcessor class (ex : php-xml, php5-xsl)
22 - php zipArchive class
79 - Fixed : better class existence control.
/plugin/odtsupport/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/offline/
H A DCOPYING.txt303 typical or common use of that class of product, regardless of the status
H A Drenderer.php261 $class='wikilink1';
263 $class='wikilink2';
267 $class='media';
286 $link['class'] = $class;
/plugin/openas/
H A Dsyntax.php126 $class= 'save_as';
132 $class ='save_as_tmpl';
134 $renderer->doc .= '<div class="'. $class .'">' . $match . '</div>';
/plugin/openid/Auth/OpenID/
H A DBigMath.php483 $class = $ext['class'];
484 $lib = new $class();
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/orgapp/
H A DCOPYING303 typical or common use of that class of product, regardless of the status
/plugin/orgchart/
H A DREADME50 * class 'orgchart' necessary
53 * class 'includelinks' results in link to a staff member's page being included
/plugin/orphanmedia/
H A Dsyntax.php768 function _prepare_output($m_link,$page,$img,$counter,$class=NULL) argument
/plugin/orphanmedia2/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
H A Dsyntax.php769 function _prepare_output($m_link,$page,$img,$counter,$class=NULL) argument

1...<<71727374757677787980>>...87