Home
last modified time | relevance | path

Searched refs:clazz (Results 1 – 25 of 33) sorted by relevance

12

/plugin/creole/helper/
H A Deventhandler.php12 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 DODTState.php121 * @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 Dcombo-loader.js4 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 DODTStateElement.php13 protected $clazz = NULL; variable in ODTStateElement
38 $this->clazz = $value;
47 return $this->clazz;
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorMenuBar.java385 final String clazz = lafs[i].getClassName(); in SchemaEditorMenuBar() local
390 editor.setLookAndFeel(clazz); in SchemaEditorMenuBar()
H A DBasicGraphEditor.java725 public void setLookAndFeel(String clazz)
733 UIManager.setLookAndFeel(clazz);
H A DBasicGraphEditor.java.bak713 public void setLookAndFeel(String clazz)
721 UIManager.setLookAndFeel(clazz);
H A DEditorMenuBar.java.bak493 // final String clazz = lafs[i].getClassName();
498 // editor.setLookAndFeel(clazz);
/plugin/panoview/
H A Dscript.js177 PanoJS.isInstance = function (object, clazz) { argument
180 if (object == clazz.prototype) {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4384 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 Dselect2.js650 function clazz(SuperClass, methods) { function
659 AbstractSelect2 = clazz(Object, {
1869 SingleSelect2 = clazz(AbstractSelect2, {
2473 MultiSelect2 = clazz(AbstractSelect2, {

12