Home
last modified time | relevance | path

Searched refs:classname (Results 51 – 59 of 59) sorted by last modified time

123

/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/aceeditor/
H A Dbuild.js1 …$worker=new Worker(i),this.$worker.postMessage({init:!0,tlns:u,module:n,classname:r}),this.callbac…
/plugin/eventline/timeline_js/scripts/
H A Dsources.js61 classname: node.getAttribute("classname"),
134 classname: evnt.classname || evnt.c,
229 classname: bindings["classname"],
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2313 …Color:D.getAttribute("textColor"),hoverText:D.getAttribute("hoverText"),classname:D.getAttribute("…
2333 …icon,D),color:A.color,textColor:A.textColor,hoverText:A.hoverText,classname:A.classname,tapeImage:…
2360 …,textColor:D["textColor"],hoverText:D["hoverText"],caption:D["caption"],classname:D["classname"],t…
/plugin/fedauth/Auth/Yadis/
H A DXML.php339 foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)
343 $p = new $classname();
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/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/zip/pear/
H A DPEAR.php172 $classname = strtolower(get_class($this));
174 print "PEAR constructor called, class=$classname\n";
179 while ($classname && strcasecmp($classname, "pear")) {
180 $destructor = "_$classname";
190 $classname = get_parent_class($classname);
774 $classname = get_class($objref);
775 while ($classname) {
776 $destructor = "_$classname";
781 $classname = get_parent_class($classname);

123