Home
last modified time | relevance | path

Searched refs:ID (Results 151 – 175 of 1363) sorted by relevance

12345678910>>...55

/plugin/redirect2/lang/en/
H A Dintro.txt4 …* The origin and destination ID must be absolute and cleaned (no specialchars, all lowercase, full…
5 * Put '':'' in front of the ID for media, otherwise any ID are assumed for pages.
6 …e origin ID ends '':'', all pages/media files under the given namespace will be redirected. You ma…
/plugin/adminhomepage/
H A Daction.php100 …ptln(' <div id="admin__usermanager"><a href="'.wl($ID, 'do=admin&amp;page=usermanager').'">'.$m…
102 …ptln(' <div id="admin__acl"><a href="'.wl($ID, 'do=admin&amp;page=acl').'">'.$menu['acl']['prom…
103 …ptln(' <div id="admin__plugin"><a href="'.wl($ID, 'do=admin&amp;page=plugin').'">'.$menu['plugi…
104 …ptln(' <div id="admin__config"><a href="'.wl($ID, 'do=admin&amp;page=config').'">'.$menu['confi…
129 …ptln(' <li class="level1"><div class="li"><a href="'.wl($ID, 'do=admin&amp;page='.$item['plugin']…
/plugin/siteexport/syntax/
H A Dsiteexport.php37 global $ID, $conf, $INFO;
39 $namespace = $INFO['id'] != $ID ? $INFO['id'] : $ID;
40 $id = $INFO['id'] != $ID ? $INFO['id'] : $ID;
/plugin/blogtng/action/
H A Dedit.php53 global $ID, $INFO, $INPUT;
59 $pid = md5($ID);
153 global $ID, $INFO, $INPUT;
162 $pid = md5($ID);
289 global $ID;
292 if(!page_exists($ID)) return;
303 $pid = md5($ID);
383 global $auth, $ID, $INPUT;
387 if(!$login) $login = p_get_metadata($ID, 'user');
403 'page' => $ID,
[all …]
/plugin/darcspatch/
H A Dadmin.php73 global $ID;
77 $my_page.='| <html><form action="'.wl($ID).'" method="post">'.
78 '<input type="hidden" name="id" value="'.$ID.'" />'.
90 …$my_page.='| //'.str_replace('%1',wl($ID,'do=admin,page=config').'#plugin_settings',$this->lang['s…
94 $my_page.='| '.$patch_url.' | <html><form action="'.wl($ID).'" method="post">'.
95 '<input type="hidden" name="id" value="'.$ID.'" />'.
106 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
107 '<input type="hidden" name="id" value="'.$ID.'" />'.
/plugin/uncmap/_test/
H A Dmapping.test.php82 global $ID;
83 $ID = 'wiki:start';
109 global $ID;
110 $ID = 'wiki:start';
132 global $ID;
133 $ID = 'wiki:start';
155 global $ID, $conf;
158 $ID = 'wiki:start';
/plugin/structnotification/
H A Dadmin.php42 global $ID;
83 if ($ok) send_redirect(wl($ID, array('do' => 'admin', 'page' => 'structnotification'), true, '&'));
93 global $ID;
143 $ID, array(
152 $ID, array(
173 global $ID;
200 $form->setHiddenField('id', $ID); //for linkwiz
209 $ID, [
/plugin/subpages/
H A Dsyntax.php142 global $ID;
145 $ns = ':'.getNS($ID).substr($ns, 1);
147 $ns = $this->_getParentNS($ID).substr($ns, 3);
149 $ns = $this->_getParentNS($ID);
152 $ns = ':'.getNS($ID);
154 $ns = ':'.getNS($ID).':'.$ns;
196 global $ID;
216 if ($fqid != ':'.$ID) {
/plugin/discussion/
H A Daction.php189 global $ID;
211 global $ID;
340 global $ID;
397 global $ID;
495 global $ID;
609 global $ID;
939 global $ID;
1095 global $ID;
1234 global $ID;
1417 global $ID;
[all …]
/plugin/odt2dw/
H A Daction.php33 global $ID, $REV, $conf;
58 global $ID, $lang;
62 if ( page_exists( $ID ) && $event->data != "odt2dw" ) return;
65 if ( auth_quickaclcheck( $ID ) < AUTH_EDIT ) return;
76 <input type="hidden" name="id" value="'.$ID.'"/>
133 global $ID, $conf;
178 if ( ! $this->pageName = $ID ) return $this->_msg('er_id');
181 if ( page_exists($ID) ) {
182 if ( auth_quickaclcheck($ID) < AUTH_EDIT ) return $this->_msg('er_acl_edit');
384 if ( auth_quickaclcheck($ID) >= AUTH_UPLOAD ) {
[all …]
/plugin/ckgdoku/
H A Dhelper.php55 global $ID;
67 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
71 $meta_fn = metaFN($ID,'.ckgdoku');
72 $meta_id = 'meta/' . str_replace(':','/',$ID) . '.ckgdoku';
78 $cname = getCacheName($INFO['client'].$ID,'.draft');
323 var id = "$ID";
/plugin/html2pdf/multilingual/
H A Dsyntax.php81 global $ID;
85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
87 if($skiptrans && preg_match('/'.$skiptrans.'/ui',':'.$ID)) return;
88 $meta = p_get_metadata($ID);
92 $idpart = preg_replace($rx,'',$ID);
/plugin/userannotations/
H A Daction.php39 global $ID;
42 if(preg_match($pattern, $ID, $matches))
44 $annotated_page = str_replace($matches[0], '', $ID);
61 global $ID;
84 $annotation_id = $privatepath.':'.$user.':'.$ID;
/plugin/quickstats/
H A Daction.php51 global $ID,$INPUT;
144 global $ID;
152 global $ACT, $ID;
167 global $ID, $JSINFO;
181 $quick_ns =getNS($ID);
353 global $INPUT,$ACT,$ID, $INFO;
365 $ID = $INPUT->str('id') ;
384 global $ID;
429 $wiki_file = wikiFN($ID);
478 $page_md5 = md5($ID);
[all …]
/plugin/lastmod/
H A Dsyntax.php55 global $ID,$INFO;
63 $id_save = $ID;
64 $ID = $id;
70 $ID = $id_save;
/plugin/multilingual/
H A Dsyntax.php81 global $ID;
85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
87 if($skiptrans && preg_match('/'.$skiptrans.'/ui',':'.$ID)) return;
88 $meta = p_get_metadata($ID);
92 $idpart = preg_replace($rx,'',$ID);
/plugin/log/
H A Dcommon.php50 global $ID;
56 $log_id = log_get_log_page($plugin, $ID, true);
83 $oldid = $ID;
84 $ID = $log_id;
86 $ID = $oldid;
/plugin/structpublish/
H A Dadmin.php36 global $ID;
84 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'structpublish'), true, '&'));
95 global $ID;
105 echo '<form action="' . wl($ID) . '" action="post">';
126 $ID,
/plugin/strata/types/
H A Dwiki.php51 global $ID;
61 $id = $ID;
65 resolve_pageid(getNS($ID), $id, $exists);
77 global $ID;
80 return $this->_linkSyntax($instruction, $ID.'#'.$instruction[0]);
87 global $ID;
101 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/linkback/exe/
H A Dpingback.php76 $ID = substr($_SERVER['PATH_INFO'], 1);
77 if ($targetUri != wl($ID, '', true))
80 $file = metaFN($ID, '.linkbacks');
132 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
133 $this->tools->notify($ID, $linkback);
172 $ID = substr($_SERVER['PATH_INFO'], 1);
173 $searchurl = preg_quote(wl($ID), '!');
/plugin/inlineeditor/
H A Dajax.php46 global $ID;
47 $ID = $_POST['page'];
66 global $ID;
67 $ID = $_POST['page'];
/plugin/editx/
H A Daction.php28 global $ID;
30 if (!$this->_auth_check_all($ID)) return;
182 global $ID, $INFO, $conf;
184 if ($id==$ID) $INFO['exists'] = 0;
333 global $ID, $lang;
336 <h1><?php echo sprintf( $this->getLang('title'), $ID); ?></h1>
339 if ($this->_auth_can_rename($ID)) {
341 <form action="<?php echo wl($ID); ?>" method="post">
357 if ($this->_auth_can_rename_nr($ID)) {
379 if ($this->_auth_can_delete($ID)) {
[all …]
/plugin/file2dw/
H A Daction.php51 global $ID;
57 if ( page_exists( $ID ) && $event->data != "file2dw" ) return;
60 if ( auth_quickaclcheck( $ID ) < AUTH_EDIT ) return;
79 global $ID;
101 $form->setHiddenField('id',$ID);
184 global $ID;
189 if ( ! $this->pageName = $ID ) return $this->_msg('er_id');
192 if ( page_exists($ID) ) {
193 if ( auth_quickaclcheck($ID) < AUTH_EDIT ) return $this->_msg('er_acl_edit');
267 if ( auth_quickaclcheck($ID) >= AUTH_UPLOAD ) {
[all …]
/plugin/pagetitle/syntax/
H A Dyouarehere.php54 global $ID;
55 return $data = [$state, $match, $ID];
63 global $ID;
69 if (strcmp($id, $ID) !== 0) return false;
/plugin/deletepagebutton/
H A Daction.php51 global $ID;
55 || !$this->canDelete($ID)
87 global $ID, $INFO, $lang;
96 saveWikiText($ID, null, $lang['deleted']);

12345678910>>...55