Home
last modified time | relevance | path

Searched refs:classname (Results 1 – 25 of 59) sorted by path

123

/plugin/aceeditor/
H A Dbuild.js1 …$worker=new Worker(i),this.$worker.postMessage({init:!0,tlns:u,module:n,classname:r}),this.callbac…
/plugin/adhoctags/
H A DREADME.md72 `<tagname #tagid csswidth :lang &datetime classname classname2>`
86 - `classname` – anything that does matches a valid CSS class name (and none of the other formats) will be treated as a class name.
/plugin/ajaxedit/
H A Dscript.js128 function ajaxedit_getIdxByIdClass(id,classname) { argument
131 var $els = jQuery(tag_type+"."+classname);
139 function ajaxedit_getIdxByIdClassNodeid(id,classname,nodeid) { argument
142 var $els = jQuery('#'+nodeid +" > "+tag_type+"."+classname);
/plugin/bureaucracy-au/
H A Dsyntax.php447 * @param string $classname
450 private function _sanitizeClassName($classname) { argument
451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/bureaucracy/
H A Dsyntax.php452 * @param string $classname
455 private function _sanitizeClassName($classname) { argument
456 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/bureaucracyau/
H A Dsyntax.php447 * @param string $classname
450 private function _sanitizeClassName($classname) { argument
451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/c3chart/assets/
H A Dc3.min.js2classname="SVGPathSeg",window.SVGPathSeg.PATHSEG_UNKNOWN=0,window.SVGPathSeg.PATHSEG_CLOSEPATH=1,w…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js2069 GraphViewer.processElements = function(classname) argument
2071 mxUtils.forEach(GraphViewer.getElementsByClassName(classname || 'mxgraph'), function(div)
2093 GraphViewer.getElementsByClassName = function(classname) argument
2097 var divs = document.getElementsByClassName(classname);
2122 if (mxUtils.indexOf(tokens, classname) >= 0)
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js4190 EditorUi.prototype.createDiv = function(classname) argument
4193 elt.className = classname;
H A DToolbar.js910 Toolbar.prototype.addButton = function(classname, tooltip, funct, c) argument
912 var elt = this.createButton(classname);
941 var classname = elt.className;
949 elt.className = classname;
953 elt.className = classname + ' mxDisabled';
989 Toolbar.prototype.createButton = function(classname) argument
996 if (classname != null)
998 inner.className = 'geSprite ' + classname;
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/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/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php96 $classname = get_class($this);
98 return preg_replace('/^.*\\\\/', '', $classname);
/plugin/explorertree/
H A Dscript.js4 … $(this), tree_selected = opts.current||':', selected_class = tree_opts.classname+"_selecter", dbc…
75 if (!$elem.has('>ul.'+tree_opts.classname).length){
/plugin/fedauth/Auth/Yadis/
H A DXML.php339 foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)
343 $p = new $classname();
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php233 * @param bool $classname Classname.
237 public static function dnew($classname, array $arguments = []) argument
239 $classname = ltrim($classname, '\\');
241 if (false === Consistency::entityExists($classname, false)) {
242 spl_autoload_call($classname);
245 $class = new \ReflectionClass($classname);
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php277 ->given($classname = 'Hoa\Consistency\Autoloader')
278 ->when($result = SUT::dnew($classname))
281 ->isInstanceOf($classname);
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php197 $classname = get_class($element);
198 $group = new $classname(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md242 classname
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php153 $classname = get_class($prophecy->reveal());
190 $classname, $methodName, $argstring, implode("\n", $expected)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php105 $classname = $this->createDoubleClass($class, $interfaces);
106 $reflection = new ReflectionClass($classname);
120 return $this->instantiator->instantiate($classname);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php35 * @param string $classname
40 public function generate($classname, Node\ClassNode $class) argument
42 $parts = explode('\\', $classname);
43 $classname = array_pop($parts);
47 $classname, $class->getParentClass(), implode(', ',
H A DClassCreator.php39 * @param string $classname
46 public function create($classname, Node\ClassNode $class) argument
48 $code = $this->generator->generate($classname, $class);
51 if (!class_exists($classname, false)) {

123