Home
last modified time | relevance | path

Searched refs:ID (Results 76 – 100 of 1363) sorted by relevance

12345678910>>...55

/plugin/translation2/
H A Daction.php32 global $conf, $ID;
60 $lang = preg_replace('/^(..+?)[:\/].*/i', '$1', $ID);
69 global $ID;
72 if ($ID{2} == ':') {
101 global $ID, $conf;
108 … = (($lang!=$this->getConf('default_language'))?$lang.':':'') . (($ID{2}==':')?substr($ID, 3):$ID);
/plugin/owncloud/
H A Daction.php51 global $ID;
57 if(!page_exists($ID)) return false;
59 $list = $helper->getMediaOfThisPage($ID);
73 global $ID;
79 echo $helper->getMediaOfThisPage($ID);
126 global $ID;
138 echo "<h1>$ID</h1>";
150 global $ID;
202 resolve_mediaid(getNS($ID),$src, $exists);
224 global $ID;
[all …]
/plugin/lms/
H A Daction.php55 global $ID;
74 $hlp->markLesson($ID, $user, true);
77 $hlp->markLesson($ID, $user, true);
78 $next = $hlp->getNextLesson($ID, $user);
80 $ID = $next;
84 $hlp->markLesson($ID, $user, false);
/plugin/table2csv/
H A Daction.php43 global $ID;
50 if ( auth_quickaclcheck($ID) < AUTH_READ ) {
51 msg(sprintf('Forbidden access to page ' . $ID));
60 $sm = p_get_metadata($ID,'table2csv');
64 $html = scrapeTable2Csv($ID,$fileext,$sm);
/plugin/combo/ComboStrap/
H A DParser.php17 global $ID;
18 $keep = $ID;
21 if ($ID === null) {
22 $ID = ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getDefaultContextPath()->getWikiId();
40 $ID = $keep;
/plugin/darcs/
H A Dadmin.php109 $my_page.='| <html><form action="'.wl($ID).'" method="get">'.
110 '<input type="hidden" name="id" value="'.$ID.'" />'.
126 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
127 '<input type="hidden" name="id" value="'.$ID.'" />'.
173 $my_page.='| **darcs get** <html><form action="'.wl($ID).'" method="post">'.
174 '<input type="hidden" name="id" value="'.$ID.'" />'.
233 '<html><form action="'.wl($ID).'" method="get">'.
234 '<input type="hidden" name="id" value="'.$ID.'" />'.
269 $retval='<html><form action="'.wl($ID).'" method="get">'.
270 '<input type="hidden" name="id" value="'.$ID.'" />'.
/plugin/pagemove/
H A Dadmin.php125 global $ID;
129 $ns = getNS($ID);
130 $name = noNS($ID);
266 global $ID;
373 $ID = $opts['new_id'];
430 global $ID;
452 $ID = $page['id'];
478 global $ID;
500 if (checklock($ID)) {
543 lock($ID);
[all …]
/plugin/notfound/
H A Daction.php32 global $ID;
33 $oldid = $ID;
34 $ID = $this->getConf('404page');
35 echo p_wiki_xhtml($ID,'',false);
36 $ID = $oldid;
/plugin/tablelayout/action/
H A Dprint.php32 global $ID;
33 if (auth_quickaclcheck($ID) < AUTH_READ) {
34 msg('Not Authorized for page ' . hsc($ID), -1);
47 global $INPUT, $ID;
48 list(, $table, ) = rawWikiSlices($INPUT->str('range'), $ID);
/plugin/purplenumbers/
H A Drenderer.php135 global $ID;
144 $this->doc .= '<dt><a href="'.exportlink($ID,'code',array('codeblock'=>$this->_codeblock)).'" title="'.$lang['download'].'" class="'.$class.'">';
176 * Builds Purple Number ID.
180 * $noprefix: lets you get the current ID without its prefix
181 * $internalID: clean ID, if it needs to be used as an internal ID
203 global $ID;
204 $prefix = $ID.'.';
207 $prefix = 'ID';
220 // if the ID shoul
[all...]
/plugin/dokutranslate/
H A Dsyntax.php23 global $ID;
35 $ret .= html_btn('secedit', $ID, '', $params, 'post');
147 global $ID;
151 if (!@file_exists(metaFN($ID, '.translate')) || $DOKUTRANSLATE_NEST > 0) {
161 global $ID;
165 if (!@file_exists(metaFN($ID, '.translate')) || $DOKUTRANSLATE_NEST > 0) {
185 global $ID;
212 $this->origIns = getCleanInstructions(dataPath($ID) . '/orig.txt');
213 $this->meta = loadTranslationMeta($ID);
261 if (needsReview($ID, $this->meta, $this->parCounter) || $edithere) {
[all …]
/plugin/page4release/
H A Dsyntax.php30 global $ID;
31 p_set_metadata($ID, array('page4release'=>False), False, True);
44 global $conf,$ACT, $ID;
50 $filename = array_pop(explode(':',$ID));
53 if ($otherId != $ID)
66 p_set_metadata($ID, array('page4release'=>$data), False, True);
/plugin/nsexport/action/
H A Dexport.php53 global $ID;
56 $base = dirname(wikiFN($ID));
64 $ns = getNS($ID);
71 $ns = getNS($ID). ':';
84 global $ID;
86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption,
/plugin/projects/lib/
H A Dlayout.php13 protected $ID = NULL; variable in ProjectFileLayout
24 public function __construct($project, $ID, $file) { argument
25 $this->ID = $ID;
26 $this->file_name = array_pop(explode(":", $ID));
126 global $ID;
142 public function __construct($project, $ID, $file) { argument
143 parent::__construct($project, $ID, $file);
144 if ($project != NULL) $this->link = ml($ID);
171 $mime = file_mimetype($this->ID, $this->project);
179 global $ID;
[all …]
H A Dtools.php56 global $ID;
76 function button_delete($ID) { argument
78 if (auth_quickaclcheck($ID) < AUTH_DELETE || $REV) return '';
79 …eturn action_button('Delete', 'save', array('id' => $ID, 'wikitext' => '', 'summary' => "delete $I…
82 function button_remake($ID) { argument
86 return action_button('Remake', 'remake', array('id' => $ID));
90 global $ID;
101 global $ID;
/plugin/dtable/
H A Daction.php34 global $ID, $INFO;
46 $dtable_pages[$i] = $ID;
92 global $JSINFO, $ID;
94 if (auth_quickaclcheck($ID) >= AUTH_EDIT)
255 $ID = $_POST['page'];
256 lock($ID);
262 $ID = $_POST['page'];
263 unlock($ID);
269 $ID = $_POST['page'];
270 $checklock = checklock($ID);
[all …]
/plugin/fckg/
H A Dhelper.php35 global $ID;
47 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
51 $meta_fn = metaFN($ID,'.fckg');
52 $meta_id = 'meta/' . str_replace(':','/',$ID) . '.fckg';
58 $cname = getCacheName($INFO['client'].$ID,'.draft');
280 var id = "$ID";
/plugin/sidebar/
H A Daction.php73 global $ID;
79 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
97 global $ID, $REV, $ACT, $conf;
100 $saveID = $ID;
108 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
113 $ID = $fileSidebar;
128 $ID = $saveID;
/plugin/redirect2/lang/ja/
H A Dintro.txt3 * 転送元と転送先のページ/メディアの指定には、名前空間を含む完全な識別IDを使用します。
4 * 識別IDの先頭に '':'' を付加するとメディアファイルの指定と見なされます。先頭に '':'' がない場合にはページの指定と見なされます。
5 …* 転送元IDの末尾が '':'' である場合、名前空間内のすべてのページ/メディアが転送対象となります。転送先IDの末尾に'':''を付加すると、転送先名前空間内にある同名のページ/メディアに転…
/plugin/pagetitle/syntax/
H A Dshorter.php54 global $ID;
58 if ($counter[$ID]++ > 0) return false;
62 return $data = [$state, $short_title, $ID];
70 global $ID;
75 if (strcmp($id, $ID) !== 0) return false;
/plugin/etherpadlite/action/
H A Detherpadlite.php53 global $meta, $rev, $ID, $pageid;
114 $ID = cleanID($_POST['id']);
115 if(empty($ID)) return;
116 if (auth_quickaclcheck($ID) < AUTH_READ) {
181 if($_POST["isSaveable"] && checklock($ID)) {
185 lock($ID);
194 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
239 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
323 $draft = array('id' => $ID,
375 $text = rawWiki($ID,$rev);
[all …]
/plugin/mredirect/
H A Daction.php14 global $ID;
21 $all = rtrim(rawWiki($ID)); $inner = substr ($all, 2, -2);
26 msg (sprintf ('From: <a href="'.wl($ID,'do=edit').'">'.hsc($ID).'</a>'));
32 …idx_addPage($ID); # ensure fulltext search indexing of referrer article - to put it on the backli…
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php20 global $ID;
22 $discussPage = str_replace('@ID@', $ID, $discussionPage);
24 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
25 $backID = str_replace($discussPageRaw, '', $ID);
109 global $ACT, $conf, $ID, $INFO;
116 ($ID == $conf['start']) ? 'home' : '',
/plugin/statdisplay/pchart/
H A DCSVImporter.php73 $ID = 1;
75 $data->SetSeriesName ( $Value, "Serie" . $ID );
76 $ID ++;
93 $ID = 1;
95 $data->AddPoint ( intval ( $Value ), "Serie" . $ID );
96 $ID ++;
/plugin/statistics/inc/pchart/
H A DCSVImporter.php71 $ID = 1;
73 $data->SetSeriesName($Value, "Serie".$ID);
74 $ID++;
91 $ID = 1;
93 $data->AddPoint(intval($Value), "Serie".$ID);
94 $ID++;

12345678910>>...55