/plugin/creole/helper/ |
H A D | eventhandler.php | 12 protected $clazz = NULL; variable in creole_syntax_event 18 public function __construct($state, $clazz , $tag) { argument 20 $this->clazz = $clazz; 33 return $this->clazz; 55 if ( $this->clazz != NULL && $otherClazz != NULL && 56 $this->clazz != $otherClazz ) { 76 if ( $state == NULL && $clazz == NULL && $tag == NULL ) { 79 $this->event = new creole_syntax_event ($state, $clazz, $tag); 146 $clazz = strtolower($clazz); 149 $event = new creole_syntax_event($state, $clazz, $tag); [all …]
|
/plugin/odt/ODT/ |
H A D | ODTState.php | 121 * @param string $clazz 191 * @param string $clazz 194 public function findClosestWithClass($clazz) { argument 196 if ($this->stack [$search]->getClass() == $clazz) { 207 * @param string $clazz 211 public function findClosestWithClassGetIndex($clazz, &$index) { argument 214 if ($this->stack [$search]->getClass() == $clazz) { 241 * @param string $clazz 244 public function countClass($clazz) { argument 247 if ($this->stack [$search]->getClass() == $clazz) {
|
/plugin/combo/resources/snippet/js/ |
H A D | combo-loader.js | 4 loadExternalScript: function (src, integrity, clazz, callback) { argument 10 script.classList.add(clazz); 15 loadExternalStylesheet: function (href, integrity, clazz, callback) { argument 21 link.classList.add(clazz);
|
/plugin/odt/ODT/elements/ |
H A D | ODTStateElement.php | 13 protected $clazz = NULL; variable in ODTStateElement 38 $this->clazz = $value; 47 return $this->clazz;
|
/plugin/jdraw/lib/ |
H A D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-logging-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | cache-api-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/
javax/
javax/cache/
javax/ ... |
H A D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
H A D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | slf4j-api-1.7.25.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/slf4j/
org/ ... |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | SchemaEditorMenuBar.java | 385 final String clazz = lafs[i].getClassName(); in SchemaEditorMenuBar() local 390 editor.setLookAndFeel(clazz); in SchemaEditorMenuBar()
|
H A D | BasicGraphEditor.java | 725 public void setLookAndFeel(String clazz) 733 UIManager.setLookAndFeel(clazz);
|
H A D | BasicGraphEditor.java.bak | 713 public void setLookAndFeel(String clazz) 721 UIManager.setLookAndFeel(clazz);
|
H A D | EditorMenuBar.java.bak | 493 // final String clazz = lafs[i].getClassName(); 498 // editor.setLookAndFeel(clazz);
|
/plugin/panoview/ |
H A D | script.js | 177 PanoJS.isInstance = function (object, clazz) { argument 180 if (object == clazz.prototype) {
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 4384 clazz, 4389 while ((clazz = classes[j++])) { 4390 pos = curClasses.indexOf(clazz); 4392 curClasses.push(clazz); 4419 clazz, 4423 while ((clazz = classes[j++])) { 4424 pos = curClasses.indexOf(clazz); 4477 clazz, 4480 while ((clazz = classes[j++])) { 4481 pos = curClasses.indexOf(clazz); [all …]
|
/plugin/tagfilter/script/select2/ |
H A D | select2.js | 650 function clazz(SuperClass, methods) { function 659 AbstractSelect2 = clazz(Object, { 1869 SingleSelect2 = clazz(AbstractSelect2, { 2473 MultiSelect2 = clazz(AbstractSelect2, {
|