Home
last modified time | relevance | path

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

/plugin/nstoc/
H A Dsyntax.php316 if ($len = strlen($aPath)) {
317 if ('.' == $aPath) {
321 if (':' == $aPath[0]) {
322 return $aPath;
331 && ('.' == $aPath[0])) {
332 if (':' == $aPath[1]) {
334 substr($aPath, 2));
337 if ('.' == $aPath{1}) {
348 substr($aPath, 3))
350 substr($aPath, 2));
[all …]