Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 3 of 3) sorted by relevance

/template/ad-hominem/
H A Dscript.js31 var cls = c[0];
32 if (a.classList.contains(cls)) {
119 for (var cls in $p.linkinfo._restURLs) {
120 if (a.hasClass(cls)) {
121 url = $p.linkinfo._restURLs[cls].url;
122 type = $p.linkinfo._restURLs[cls].type;
139 wid = href.substring($p.linkinfo._restURLs[cls].base.length).replaceAll('/', ':');
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php387 public function loadClass($cls, $name, $index = null) argument
389 $mainCls = $cls;
391 $cls .= '___'.$index;
394 if (isset($this->loadedTemplates[$cls])) {
395 return $this->loadedTemplates[$cls];
398 if (!class_exists($cls, false)) {
406 if (!class_exists($cls, false)) {
421 if (!class_exists($cls, false)) {
430 return $this->loadedTemplates[$cls] = new $cls($this);
/template/codowik/js/
H A Dlayout.js1817 , cls = sC.className = N.className
1833 …sC.ref = (o.name ? o.name +' layout / ' : '') + tag + (id ? "#"+id : cls ? '.['+cls+']' : ''); //…