Home
last modified time | relevance | path

Searched refs:classname (Results 26 – 50 of 59) sorted by path

123

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassNotFoundException.php16 private $classname; variable in Prophecy\\Exception\\Doubler\\ClassNotFoundException
20 * @param string $classname
22 public function __construct($message, $classname) argument
26 $this->classname = $classname;
31 return $this->classname;
H A DMethodNotFoundException.php19 private $classname; variable in Prophecy\\Exception\\Doubler\\MethodNotFoundException
33 * @param string|object $classname
37 public function __construct($message, $classname, $methodName, $arguments = null) argument
41 $this->classname = $classname;
48 return $this->classname;
H A DReturnByReferenceException.php16 private $classname; variable in Prophecy\\Exception\\Doubler\\ReturnByReferenceException
21 * @param string $classname
24 public function __construct($message, $classname, $methodName) argument
28 $this->classname = $classname;
34 return $this->classname;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php72 $classname = $this->exception;
73 $reflection = new ReflectionClass($classname);
84 throw $this->instantiator->instantiate($classname);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php277 * @param string $classname
281 public static function assertContainsOnlyInstancesOf($classname, $haystack, $message = '') argument
294 $classname,
2415 * @param string $classname
2419 public static function containsOnlyInstancesOf($classname) argument
2421 return new PHPUnit_Framework_Constraint_TraversableContainsOnly($classname, false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php541 * @param string $classname
545 function assertContainsOnlyInstancesOf($classname, $haystack, $message = '') argument
1663 * @param string $classname
1667 function containsOnlyInstancesOf($classname) argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php18 private $classname; variable in Twig_Tests_Cache_FilesystemTest
25 $this->classname = '__Twig_Tests_Cache_FilesystemTest_Template_'.$nonce;
44 $this->assertFalse(class_exists($this->classname, false));
51 $this->assertTrue(class_exists($this->classname, false));
58 $this->assertFalse(class_exists($this->classname, false));
62 $this->assertFalse(class_exists($this->classname, false));
192 '{{classname}}' => $this->classname,
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2769 var classname = self.fn_link_class;
2770 classname = self.encodeAttribute(classname);
2771 attr += " class=\"" + classname + "\"";
2800 var classname = this.fn_backlink_class;
2801 classname = this.encodeAttribute(classname);
2802 attr += " class=\"" + classname + "\"";
/plugin/markdownextra/
H A Dmarkdown.php2961 $classname =& $matches[2];
2968 if ($classname != "") {
2969 if ($classname{0} == '.')
2970 $classname = substr($classname, 1);
2971 $attr_str = ' class="'.$this->code_class_prefix.$classname.'"';
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php96 $classname = get_class($this);
98 return preg_replace('/^.*\\\\/', '', $classname);
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php58 static public function register ($classname) { argument
59 self::$get_family_callbacks [] = array($classname, 'getFamily');
60 self::$import_odt_callbacks [] = array($classname, 'importODTStyle');
/plugin/openid/Auth/Yadis/
H A DXML.php374 foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)
378 $p = new $classname();
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js765 classname = 'default';
768 classname = '';
771 …toInject += "<li class='"+classname+"'><a href='#'><img src='" + img_src + "' width='50' alt='' />…
/plugin/publist/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
157 print "PEAR constructor called, class=$classname\n";
164 while ($classname && strcasecmp($classname, "pear")) {
165 $destructor = "_$classname";
175 $classname = get_parent_class($classname);
755 $classname = get_class($objref);
756 while ($classname) {
757 $destructor = "_$classname";
762 $classname = get_parent_class($classname);
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
157 print "PEAR constructor called, class=$classname\n";
164 while ($classname && strcasecmp($classname, "pear")) {
165 $destructor = "_$classname";
175 $classname = get_parent_class($classname);
755 $classname = get_class($objref);
756 while ($classname) {
757 $destructor = "_$classname";
762 $classname = get_parent_class($classname);
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
157 print "PEAR constructor called, class=$classname\n";
164 while ($classname && strcasecmp($classname, "pear")) {
165 $destructor = "_$classname";
175 $classname = get_parent_class($classname);
755 $classname = get_class($objref);
756 while ($classname) {
757 $destructor = "_$classname";
762 $classname = get_parent_class($classname);
/plugin/revealjs/js/
H A Dreveal.js1034 function createSingletonNode( container, tagname, classname, innerHTML ) { argument
1037 var nodes = container.querySelectorAll( '.' + classname );
1050 node.className = classname;
/plugin/serverinfos/serverinfos/
H A Dadmin.php57 function chargerClasse($classname) argument
59 require 'lib/'.$classname.'.class.php';
/plugin/sortablejs/
H A Dscript.js120 var classname = colclass.split( " " );
121 if ( classname[0] === colname ) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1classname.\n * Equivalent to jQuery's $(container).find(\".className\")\n * @param {Element} targe…
/plugin/tline/
H A DCHANGES.txt44 issue 30 - TIMELINE : Event labels wrap when 'classname' attribute is added and text is bold
95 * Fixed issue 31, added event's classname attribute to div for icons too.
161 Fixed overview painter to use event's classname attribute if present.
175 * Bug fix: misspelled className as classname -- LarryK rev 1823
206 * Event attribute classname is added to the classnames for the event's label
207 and tape divs. Eg classname of 'hot_event' will result in div classes of
209 the event's Timeline label and tape, respectively. Change is that classname
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2297 …Color:D.getAttribute("textColor"),hoverText:D.getAttribute("hoverText"),classname:D.getAttribute("…
2317 …icon,D),color:A.color,textColor:A.textColor,hoverText:A.hoverText,classname:A.classname,tapeImage:…
2344 …,textColor:D["textColor"],hoverText:D["hoverText"],caption:D["caption"],classname:D["classname"],t…
/plugin/topbarsyntax/
H A Dcsshover3.htc107 …// that pseudo is needed for a classname, and defines the type of interaction (focus, hover, activ…
111 // the new selector is going to use that classname in a new css rule,
112 // since IE6 doesn't support multiple classnames, this is merged into one classname
116 // the classname is needed for the events that are going to be set on affected nodes
120 … // no need to set the same callback more than once when the same selector uses the same classname
124 // affected elements are given an expression under a fake css property, the classname is used
158 // and check for it to prevent duplicate events with the same classname from being set

123