Home
last modified time | relevance | path

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

/plugin/linkfix/
Dadmin.php123 $this->prnt('<ul>');
125 $this->prnt('</ul>');
145 $this->prnt('<li><div class="li">');
146 $this->prnt($this->getLang('checking') . ' <b>' . hsc($currentpage) . "</b><br />");
151 $this->prnt('<ul>');
186 $this->prnt('<li><div class="li">');
187 $this->prnt(hsc($full) . ' → ' . hsc($newlink) . '<br />');
188 $this->prnt('</div></li>');
198 $this->prnt('</ul>');
201 $this->prnt('✗ '.$this->getLang('fail').'<br />');
[all …]
/plugin/linkfix/_test/
Dlinkfix.test.php97 protected function prnt($string) { function in test_admin_plugin_linkfix
/plugin/diagramsnet/lib/js/diagramly/
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/
Dimporter.js1333 var prnt = parent;
1337 var prntGeo = prnt.geometry;
1344 prnt = prnt.parent;
1346 while(prnt != null);