Home
last modified time | relevance | path

Searched refs:prnt (Results 1 – 4 of 4) sorted by relevance

/plugin/linkfix/
H A Dadmin.php123 $this->prnt('<ul>');
125 $this->prnt('</ul>');
145 $this->prnt('<li><div class="li">');
151 $this->prnt('<ul>');
186 $this->prnt('<li><div class="li">');
188 $this->prnt('</div></li>');
198 $this->prnt('</ul>');
201 $this->prnt('✗ '.$this->getLang('fail').'<br />');
207 $this->prnt('✓ '.$this->getLang('success').'<br />');
210 $this->prnt('</div></li>');
[all …]
/plugin/linkfix/_test/
H A Dlinkfix.test.php97 protected function prnt($string) { function in test_admin_plugin_linkfix
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js6401 var geo = e.geometry, px = 0, py = 0, prnt = group;
6403 while (prnt != null && prnt.geometry != null)
6405 px += prnt.geometry.x;
6406 py += prnt.geometry.y;
6407 prnt = prnt.parent;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1333 var prnt = parent;
1337 var prntGeo = prnt.geometry;
1344 prnt = prnt.parent;
1346 while(prnt != null);