Home
last modified time | relevance | path

Searched refs:class (Results 2101 – 2125 of 2173) sorted by last modified time

1...<<81828384858687

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak56 public class EditorMenuBar extends JMenuBar
H A DBasicGraphEditor.java.bak65 public class BasicGraphEditor extends JPanel
635 BasicGraphEditor.class.getResource(iconUrl)) : null)
908 public static class Config {
H A DEditorActions.java.bak81 public class EditorActions {
221 public static class ExitAction extends AbstractAction {
263 Document doc = mxUtils.loadDocument(EditorActions.class
368 public static class ScaleAction extends AbstractAction {
440 public static class PrintAction extends AbstractAction {
482 public static class SaveAction extends AbstractAction {
1009 "set" + fieldname, new Class[] { int.class });
1131 new Class[] { boolean.class });
1300 public static class NewAction extends AbstractAction {
1327 public static class OpenAction extends AbstractAction {
[all …]
/plugin/google_adsense2/lang/en/
H A Dintro.txt15 <code php><div class="clearer">&nbsp;</div></code>
/plugin/semanticdata/syntax/
H A Dentry.php61 $class = array_shift($lines);
62 $class = str_replace('dataentry','',$class);
63 $class = trim($class,'- ');
97 return array('data'=>$data, 'cols'=>$columns, 'classes'=>$class,
179 $class = $data['classes'];
192 …itle \"%s\" ; spd:class \"%s\" . }",$this->getConf('base_url'),urlencode($id),$id,$title,$class);
H A Dtable.php63 $class = array_shift($lines);
64 $class = preg_replace('/^----+ *data[a-z]+/','',$class);
65 $class = trim($class,'- ');
67 $data = array('classes' => $class,
/plugin/rssticker/
H A Dstyle.css25 div.dokuwiki div.rsstitle{ /*shared class for all title elements in an RSS feed*/
29 div.dokuwiki div.rssdate{ /*shared class for all date elements in an RSS feed*/
34 div.dokuwiki div.rssdescription{ /*shared class for all description elements in an RSS feed*/
37 div.dokuwiki div.rsshead{ /*shared class for all title elements in an RSS feed*/
/plugin/pagemove/lang/zh/
H A Dpagemove.txt1 <div class="moz-text-flowed" style="font-family: -moz-fixed">====== Pagemove ======
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css517 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/latex/
H A DREADME2 Based on class.latexrender.php from Benjamin Zeiss, converted to
/plugin/tline/
H A DCHANGES.txt40 theme.event.duration.color or css color for class timeline-small-event-tape
42 * Update to send css class to computeSize. Fixes:
177 Another IE only bug: double class name selectors don't work on
178 IE. Eg <div class 'foo bar' /> should be selected with css selector .foo.bar (or .bar.foo)
/plugin/translation3/
H A Dhelper.php202 $class = 'wikilink1';
204 $class = 'wikilink2';
232 $class = 'wikilink1';
234 $class = 'wikilink2';
246 …$out2 .= '<option value="'.$link.'"'.$sel.' class="'.$class.'" title="'.$linktitle.'">'.hsc($name)…
249 $out .= '<select name="id" class="'.$class.'">';
297 $class = 'wikilink1';
299 $class = 'wikilink2';
H A Dstyle.css92 /* Image links only have class "media", they don't have wikilink 1 and 2 yet */
/plugin/linkbonus/syntax/
H A Dinterwiki.txt22 * need to inherit from this class
24 class syntax_plugin_powerlinks_interwiki extends DokuWiki_Syntax_Plugin {
127 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$iw_shortcut);
128 $link['class'] = "iw_$class";
/plugin/codebutton_ext/
H A Daction.php.bak12 class action_plugin_codebutton_ext extends DokuWiki_Action_Plugin {
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt330 * The HelloWorldApp class implements an application that
333 class HelloWorldApp {
389 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
401 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
/plugin/farm/
H A Dadmin.php323 $class = 'dokuwiki_farm_'.$commands[$this->cmd];
324 if(!class_exists($class)) {
326 $class = 'dokuwiki_farm_overview';
328 $this->handler = & new $class($this);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak113 GraphEditor.class
120 GraphEditor.class
127 GraphEditor.class
134 GraphEditor.class
141 GraphEditor.class
148 GraphEditor.class
155 GraphEditor.class
162 GraphEditor.class
169 GraphEditor.class
176 GraphEditor.class
[all …]
H A DUserObject.java.bak16 public class UserObject extends JFrame
33 // package name containg the class and register a codec for the user
34 // object class as follows:
H A DCustomCanvas.java.bak17 public class CustomCanvas extends JFrame
96 public class SwingCanvas extends mxInteractiveCanvas
H A DValidation.java.bak20 public class Validation extends JFrame
/plugin/jmol2/jmol/
H A DCHANGES.txt628 # in terms of the Jmol "state" but in this version I introduce the Variable class that
921 # code: ver efficient and flexible atom label compiler class modelset.LabelToken
1129 # code: subclassing Gaussian, QChem, NWChem, Gamess, Jaguar, Psi readers all into MOReader class
1475 # bug fix: build javax package does not include AxisAngle4d.class, Matrix4d.class
1719 # bug fix: GIF encoder color / class not found issues
2577 # code: better garbage collection in relation to JmolAdapter class
2687 # code: refactoring of static quadric surface methods into their own class
3309 # code: Closest class deleted
3310 # code: Quaternion class moved to modelsetbio
4852 # bug fix for Jvxl.jar standalone application not having complete set of class files (jvxl)
H A DJmolApplet.jar ... util/ org/jmol/viewer/ JmolApplet.class <Unknown> package public JmolApplet extends org.jmol ...
H A DJmolAppletSigned.jar ... util/ org/jmol/viewer/ JmolApplet.class <Unknown> package public JmolApplet extends org.jmol ...
H A DJmolAppletSigned0.jar ... /license.txt javax/vecmath/AxisAngle4d.class AxisAngle4d.java package javax.vecmath public javax. ...

1...<<81828384858687