Home
last modified time | relevance | path

Searched refs:getNS (Results 176 – 200 of 280) sorted by relevance

12345678910>>...12

/plugin/photogallery/
H A Dsyntax.php98 $data['ns'] = getNS($ID);
164 $line[1] = resolve_id(getNS($ID),$line[1]);
167 $line[1] = resolve_id(getNS($ID),$line[1]);
366 …$poster = getNS($files[$i]['id']).':'.$matches[1].'_poster_.jpg'; // NOM: così i poster possono so…
/plugin/xml/
H A Drenderer.php408 resolve_pageid(getNS($ID), $id, $exists);
569 resolve_mediaid(getNS($ID), $src, $exists);
609 resolve_mediaid(getNS($ID), $img['src'], $exists);
/plugin/combo/action/
H A Drouter.php590 $startPage = getNS($identifier) . ':' . $conf['start'];
599 $startPage = getNS($identifier) . ':' . curNS($identifier);
673 $pageNameSpace = getNS($id);
/plugin/pagetemplate/
H A Dsyntax.php112 $cNS = getNS($cNS);
/plugin/webdav/core/
H A DUtils.php166 $item['ns'] = getNS($item['id']);
/plugin/blog/syntax/
H A Dautoarchive.php33 elseif ($ns == '.') $ns = getNS($ID);
/plugin/ckgedit/action/
H A Dsave.php70 $ns = getNS($INFO["id"]);
388 getNS($ID),// getNS($INPUT->post->str('id')),
/plugin/tagentry/
H A Daction.php96 if ( getNS( $id ) != $opts['ns'] )
/plugin/calendoku/syntax/
H A Dshowtable.php93 if (strcmp(getNS($pagename), $namespace))
/plugin/explorertree/
H A Dhelper.php109 …search($data,$conf['datadir'],'search_index',array('ns'=>getNS($ID)),$dir,$dir == '' ? 1 : count(e…
/plugin/pagetitle/
H A Dhelper.php135 if (noNS($id) == $conf['start']) $id = ltrim(getNS($id).':', ':');
/plugin/siteexport/inc/
H A Djavahelp.php61 $hsPrename = curNS(getNS($baseNameSpace));
/plugin/mediasyntax/
H A Daction.php172 resolve_pageid(getNS($ID), $page, $exists);
/plugin/epub/scripts/
H A Debook.php18 $namespace= getNS($id);
/plugin/structpublish/meta/
H A DAssignments.php231 $pns = ':' . getNS($page) . ':';
/plugin/nodetailsxhtml/
H A Drenderer.php270 resolve_pageid(getNS($ID),$id,$exists);
/plugin/indexmenu/syntax/
H A Dindexmenu.php446 $currentNS = getNS($INFO['id']);
/plugin/overlay/
H A Daction.php100 $ns = getNS($ID);
/plugin/htmlokay/
H A Daction.php288 echo "Name Space: " . getNS($ID). " --> $NS\n";
/plugin/panoview/
H A Dsyntax.php75 $data['image'] = resolve_id(getNS($ID), $img);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
/plugin/rplus/
H A Drenderer.php300 resolve_pageid(getNS($ID), $page, $exist, "", true);
/plugin/bureaucracyau/helper/
H A Dactionmail.php137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
/plugin/dwinsect/
H A Dsyntax.php41 $file_ns = ($file_ns == "") ? getNS($ID) : $file_ns;
/plugin/tocselect/
H A Daction.php44 $ns = getNS($wikifn . ':file');

12345678910>>...12