Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 147) sorted by relevance

123456

/plugin/dokutranslate/
H A Dajax.php39 $ns = $_REQUEST['ns']; variable
42 $ns =''; variable
45 $ns = cleanID($ns); variable
47 $ns = utf8_encodeFN(str_replace(':','/',$ns)); variable
/plugin/autlogin/
H A Dajax.php34 $ns = $_REQUEST['ns']; variable
36 $ns =''; variable
38 $ns = cleanID($ns); variable
40 $ns = utf8_encodeFN(str_replace(':','/',$ns)); variable
/plugin/tagfilter/
H A Dhelper.php65 public function getTagsByRegExp($tagExpression, $ns = '', $aclSafe = false) argument
117 public function getTagsByNamespace($ns = '', $aclSafe = true) argument
173 protected function isTagInNamespace($tag, $ns, $aclSafe = true) argument
229 getPagesByTag($tag, $ns = '') global() argument
248 startPageSearch($ns = '') global() argument
358 getTagImageColumn($id, $col, $ns) global() argument
402 getAllPages($ns, $tag_list_r) global() argument
443 getPagesByTags($ns, $tag_list) global() argument
526 getPagesByMatchedTags($tags, $ns = '') global() argument
[all...]
H A Dremote.php37 public function getPagesByTags($tags, $ns = '') argument
67 public function getPagesByRegExpTags($tags, $ns = '') argument
/plugin/superacl/
H A Dajax.php41 $ns = $_REQUEST['ns']; variable
43 $ns =''; variable
46 $ns = utf8_encodeFN(str_replace(':','/',$ns)); variable
/plugin/discussion/
H A Dhelper.php97 function getThreads($ns, $num = null, $skipEmpty = false) {
159 function getComments($ns, $num = NULL) {
212 function _handleRecentComment($line, $ns, &$seen) {
/plugin/tagsections/
H A Dhelper.php63 function getTagsByRegExp($tag_expr = null, $ns = '',$acl_safe = false){
86 function getTagsByNamespace($ns = '',$acl_safe = true){
104 private function _checkTagInNamespace($tag,$ns,$acl_safe=true){
/plugin/filelisting/
H A Dhelper.php21 public function tpl_filelisting($print = true, $ns = NULL) { argument
112 public function getFilesRows($ns, argument
171 getFiles($ns) global() argument
[all...]
/plugin/stats/
H A Dsyntax.php269 function getTopChanged($ns='',$sort_asc=false) {
642 function countPages($ns='') {
700 function toBeCounted($ns) {
767 function getAllChanges($directory='',$first=0,$num=0,$ns='',$flags=0) {
816 function parseChanges($directory='',$first=0,$num=0,$ns='',$flags=0) {
869 function pagesSizes($ns = '') {
/plugin/editor/
H A Dhelper.php29 function getEditor($ns = '', $num = NULL, $user = '') {
93 function _handleRecent($line, $ns, $type, $user) {
/plugin/linkback/
H A Dhelper.php86 getLinkbacks($ns, $num = NULL) global() argument
141 _handleRecentLinkback($line, $ns) global() argument
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/nspages/fileHelper/
H A DnamespacePreparer.php19 prepareFileTitle(& $ns) global() argument
35 prepareFile(& $ns) global() argument
41 getMainPageId(& $ns) global() argument
[all...]
/plugin/linkmanager/
H A Dfunctions.php45 function linkpage_filelist($ns,$auth=null,$jump=''){
158 function linkpage_nstree($ns){
273 function linkpage_newpage($ns){
/plugin/medialist/
H A Dhelper.php228 protected function _mediamanager_button($ns, $tab=null) {
288 protected function _lookup_stored_media($ns, $opt=array('depth'=>1)) {
/plugin/linksuggest/
H A Daction.php252 search_pages($ns, $id, $pagesonly = false) global() argument
284 search_medias($ns, $id) global() argument
[all...]
/plugin/task/
H A Dhelper.php72 function getTasks($ns, $num = NULL, $filter = '', $user = NULL) {
439 function _newTaskForm($ns, $selectUser=false, $selectUserGroup=NULL) {
453 protected function _newTaskFormNew($ns, $selectUser=false, $selectUserGroup=NULL) {
537 protected function _newTaskFormOld($ns, $selectUser=false, $selectUserGroup=NULL) {
/plugin/tiledblog/
H A Dsyntax.php75 function sample (Doku_Renderer $renderer, $ns, $cacheDir) {
94 function tile (Doku_Renderer $renderer, $ns, $cacheDir) {
125 …function displayForm (Doku_Renderer $renderer, syntax_plugin_blog_blog $blogPlugin, $ns, $createPe…
H A Dscript.js12 function tiledblogAjax (action, ns) { argument
/plugin/tagging/helper/
H A Dquerybuilder.php14 protected $ns = []; variable in helper_plugin_tagging_querybuilder
96 public function includeNS($ns) argument
105 public function excludeNS($ns) argument
[all...]
/plugin/livepreview/
H A Dlivepreview.php10 function livepreview_getpreview ($ns) {
/plugin/clearhistory/
H A Dadmin.php85 protected function _scanNamespace($ns, $onlySmall = false, $onlyNoComment = false)
98 protected function _scan($ns = '', $onlySmall = false, $onlyNoComment = false)
/plugin/tag/
H A Dhelper.php243 public function getTopic($ns = '', $num = null, $tagquery = '') { argument
613 isVisible($id, $ns = '') global() argument
624 isNotVisible($id, $ns = '') global() argument
704 _isVisible($id, $ns = '') global() argument
[all...]
/plugin/crosspost/
H A Dscript.js1 function cp_link_clicked(a, ns) { argument
/plugin/indexmenu2/
H A Dindexmenu.php12 function indexmenu_getsubmenu ($ns,$s) {

123456