Home
last modified time | relevance | path

Searched refs:class (Results 1851 – 1875 of 2173) sorted by path

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

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt29 have native GIF support thanks to the GIFutil class by Fabien Ezber.
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt303 typical or common use of that class of product, regardless of the status
H A Dlicense.lgpl-30.txt24 Defining a subclass of a class defined by the Library is deemed a mode
/plugin/phpipam/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/picasawebalbum/
H A DREADME15 Needs to patch Dokuwiki! Edit inc/plugincontroller.class.php:
/plugin/plantuml/res/file-broken/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/popupviewer/syntax/
H A Dviewer.php153 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
155 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
/plugin/preservefilenames/
H A Daction_adorabelle.php52 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
53 $class = 'select mediafile mf_'.$class;
82 echo '<a id="h_:'.$item['id'].'" class="'.$class.'">'.hsc($file).'</a> ';
84 echo '<a id="h_:'.$item['id'].'" class="'.$class.'">'.$fakeId_escaped.'</a><br/>';
H A Daction_angua.php367 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
368 $class = 'select mediafile mf_'.$class;
397 echo '<a name="h_:'.$item['id'].'" class="'.$class.'">'.hsc($file).'</a> ';
399 echo '<a name="h_:'.$item['id'].'" class="'.$class.'">'.$fakeId_escaped.'</a><br/>';
/plugin/prettyphoto/
H A Drenderer.php42 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
43 $link['class'] .= ' mediafile mf_'.$class;
/plugin/projects/lib/
H A Dplugins.php53 $class = PROJECTS_PLUGINS_PREFIX . implode('_', $name);
54 if (!class_exists($class)) continue;
55 $plugin = new $class();
H A Dproject_file.php46 $class = 'Project' . ucfirst($file->type());
47 return new $class($project, $file);
/plugin/prosemirror/parser/
H A DImageNode.php5 class ImageNode extends Node implements InlineNodeInterface
114 $class = 'media';
116 $class = 'mediaright';
118 $class = 'medialeft';
120 $class = 'mediacenter';
127 $node->attr($prefix . 'class', $class);
H A DInternalLinkNode.php7 class InternalLinkNode extends LinkNode
25 $class = 'wikilink1';
27 $class = 'wikilink2';
29 $additionalAttributes['data-resolvedClass'] = $class;
/plugin/pubchem/classes/
H A D_RCSB.php10 class rcsb{
20 $this->LinkFormat = '<a href="https://www.rcsb.org/pdb/explore.do?structureId=%s"><span class="%s">%s</span></a>';
45 function ExplorerLink($pdbid,$class="pdb_plugin_acc"){ argument
48 $class = urlencode($class);
49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/publish/action/
H A Dbanner.php68 $class = 'approved_yes';
73 $class = 'approved_no';
76 printf('<div class="approval %s">', $class);
/plugin/publist/bib2tpl/lib/
H A DPEAR.php204 * @param string $class The calling classname, to prevent clashes
209 function &getStaticProperty($class, $var) argument
212 if (!isset($properties[$class])) {
213 $properties[$class] = array();
216 if (!array_key_exists($var, $properties[$class])) {
217 $properties[$class][$var] = null;
220 return $properties[$class][$var];
H A DPEAR5.php15 * @param string $class The calling classname, to prevent clashes
20 static function &getStaticProperty($class, $var) argument
23 if (!isset($properties[$class])) {
24 $properties[$class] = array();
27 if (!array_key_exists($var, $properties[$class])) {
28 $properties[$class][$var] = null;
31 return $properties[$class][$var];
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php204 * @param string $class The calling classname, to prevent clashes
209 function &getStaticProperty($class, $var) argument
212 if (!isset($properties[$class])) {
213 $properties[$class] = array();
216 if (!array_key_exists($var, $properties[$class])) {
217 $properties[$class][$var] = null;
220 return $properties[$class][$var];
H A DPEAR5.php15 * @param string $class The calling classname, to prevent clashes
20 static function &getStaticProperty($class, $var) argument
23 if (!isset($properties[$class])) {
24 $properties[$class] = array();
27 if (!array_key_exists($var, $properties[$class])) {
28 $properties[$class][$var] = null;
31 return $properties[$class][$var];
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php204 * @param string $class The calling classname, to prevent clashes
209 function &getStaticProperty($class, $var) argument
212 if (!isset($properties[$class])) {
213 $properties[$class] = array();
216 if (!array_key_exists($var, $properties[$class])) {
217 $properties[$class][$var] = null;
220 return $properties[$class][$var];
H A DPEAR5.php15 * @param string $class The calling classname, to prevent clashes
20 static function &getStaticProperty($class, $var) argument
23 if (!isset($properties[$class])) {
24 $properties[$class] = array();
27 if (!array_key_exists($var, $properties[$class])) {
28 $properties[$class][$var] = null;
31 return $properties[$class][$var];
/plugin/pubmed/classes/
H A D_RCSB.php10 class rcsb{
20 $this->LinkFormat = '<a href="http://www.rcsb.org/pdb/explore.do?structureId=%s"><span class="%s">%s</span></a>';
45 function ExplorerLink($pdbid,$class="pdb_plugin_acc"){ argument
48 $class = urlencode($class);
49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/pubmed2020/
H A Dsyntax.php100 function _span($refs, $class, $id) { argument
106 return "<span class=\"$class\">".hsc(implode(", ",$refs[$id]))."</span>";
108 return "<span class=\"$class\">".hsc($refs[$id])."</span>";
111 function _a($refs, $class, $href, $id, $text) { argument
116 return "[<a class=\"$class\" href=\"$href\" ".
/plugin/pureldap/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
343 loadClass($class) global() argument
361 findFile($class) global() argument
406 findFileWithExtension($class, $ext) global() argument
[all...]

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