Home
last modified time | relevance | path

Searched refs:ID (Results 276 – 300 of 1363) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/structsection/
H A Dsyntax.php86 global $ID;
89 if ($ID != $INFO['id']) {
106 $tables = $assignments->getPageAssignments($ID);
121 $schemadata = AccessTable::getPageAccess($table, $ID, $REV);
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php126 global $ID;
127 $ID = cleanID($INPUT->str('name'));
129 $tmpFilename = uniqid($ID);
136 'id' => $ID,
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/linkback/
H A Dhelper.php57 function td($ID, $number = NULL) { argument
61 $lfile = metaFN($ID, '.linkbacks');
82 return '<a href="' . wl($ID) . $section . '" class="wikilink1" title="' . $ID . $section . '">' .
H A Dadmin.php135 * Outputs header, page ID and status of linkbacks
244 global $ID;
256 $ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
268 $ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>';
280 global $ID;
283 $file = metaFN($ID, '.linkbacks');
318 $wiki = preg_replace('/~~LINKBACK([\w:]*)~~/', $replace, rawWiki($ID));
319 saveWikiText($ID, $wiki, $this->getLang('statuschanged'), true);
H A Dtools.php65 * @param string $ID id of the wiki page for which the
73 function notify($ID, $linkback) { argument
93 $ID,
98 wl($ID, 'do=unsubscribe', true, '&'),
100 wl($ID, '', true),
/plugin/dnsresolver/
H A Dsyntax.php72 global $ID;
78 $PAGE = noNS($ID);
79 $NS = getNS($ID);
/plugin/tableplot/
H A Daction.php44 global $ID;
49 $metadata = p_get_metadata($ID, $key, false);
52 … if (p_get_metadata($ID, 'plugin tableplot') || (strpos($metadata, 'table2plot') !== false) ) {
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php48 …<?php if($info['deleteoption']) { ?><a href="<?php echo wl($ID); ?>&amp;pluginusersubscriptions_un…
67 …Lang('quick_subscription'); ?> : <form method="get" action="<?php echo wl($ID); ?>#usersubscriptio…
68 <input type="hidden" name="id" value="<?php echo $ID; ?>">
/plugin/cleanup/
H A Dadmin.php38 global $ID;
45 $form->addHidden('id', $ID);
66 $form->addHidden('id', $ID);
/plugin/discussion/
H A Dadmin.php309 global $ID;
324 …$ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
336 …$ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>…
351 global $ID;
354 $file = metaFN($ID, '.comments');
367 $wiki = preg_replace('/~~DISCUSSION([\w:]*)(\|?.*?)~~/', $replace, rawWiki($ID));
368 saveWikiText($ID, $wiki, $this->getLang('statuschanged'), true);
/plugin/croissant/
H A Dsyntax.php51 global $ID;
54 if (p_get_metadata($ID, 'plugin_croissant_nobc') === true) {
58 $parts = explode(':', $ID);
/plugin/gtime/
H A Drenderer.php51 global $ID;
61 p_set_metadata($ID, array('cache' => 'expire'), false, false);
105 p_set_metadata($ID,array('format' => array('zip' => $headers) ));
/plugin/blogtng/exe/
H A Dtrackback.php39 global $ID, $INPUT;
40 $ID = substr($_SERVER['PATH_INFO'], 1);
69 … $sourceUri, strip_tags($INPUT->post->str('excerpt')), $ID)) {
/plugin/ckgedit/action/
H A Dsave.php67 global $INFO,$conf,$ID;
210 global $ID, $conf;
219 $current_id = $this->abs2rel($link_id,$ID);
230 $current_id = $this->abs2rel($link_id,$ID);
256 global $ID;
259 $rel = $this->abs2rel($link_id,$ID);
374 global $ID;
388 getNS($ID),// getNS($INPUT->post->str('id')),
389 $ID,// $INPUT->post->str('id'),
391 noNS($ID) //noNS($INPUT->post->str('id'))
/plugin/pagemod/helper/
H A Dpagemod.php24 global $ID;
37 $page_to_modify = $ID;
40 resolve_pageid(getNS($ID), $page_to_modify, $ignored);
75 saveWikiText($page_to_modify, $template, sprintf($this->getLang('summary'), $ID));
/plugin/unusedmedias/admin/
H A Dlist.php32 global $conf, $ID;
88 …'mediadir'],'search_media', array('showmsg'=>true,'depth'=>500),str_replace(':', '/', getNS($ID)));
106 global $lang, $ID;
108 ptln('<h1>' . $this->getLang('title') . ' : '.getNS($ID).'</h1>');
/plugin/bookcreator/action/
H A Dpagetools.php124 global $ID;
131 if(cleanID($this->getConf('book_page')) == $ID) {
141 $exists = page_exists($ID);
144 if(!$exists || ($this->getConf('skip_ids') !== '' && preg_match("/$skipPagesRegexp/i", $ID))) {
/plugin/epub/lang/ja/
H A Dremove.txt2 この本が完成した場合、本作成者ページ一覧から ID を削除する必要があります。
4 他の用途のためのページIDを解放します。
/plugin/do/
H A Dhelper.php119 global $ID;
120 $ns = trim(resolve_id(getNS($ID), $args['ns'], false), ':');
130 global $ID;
135 resolve_pageid(getNS($ID), $args['id'][0], $exists);
255 global $ID;
284 $task = $this->loadTasks(array('id' => $ID, 'md5' => $md5))[0];
437 global $ID;
438 $id = $ID;
/plugin/authorlist/
H A Daction.php33 global $ID;
37 if(preg_match('/'.$conf['sidebar'].'$/',$ID)) return false;
39 …if(!page_exists($ID) && $ACT == 'preview' ) return false; // Don't show on "This topic does not ex…
/plugin/odp/
H A Dsyntax.php76 global $ID, $REV;
79 …$renderer->doc .= '<a href="'.exportlink($ID, 'odp', ($REV != '' ? 'rev='.$REV : '')).'" title="'.…
87 … p_set_metadata($ID, array("relation"=> array("odp"=>array("template"=>$info_value))));
/plugin/structpublish/action/
H A Dshow.php30 global $ID;
44 $currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']);
47 if (!$dbHelper->isPublisher($ID)) {
/plugin/confmanager/tpl/
H A DformStart.php1 <?php global $ID; ?>
3 …<form action="<?php echo wl($ID, 'do=admin,page=confmanager') ?>" method="post" enctype="multipart…
/plugin/ebookexport/
H A Daction.php27 global $ID;
34 if(auth_quickaclcheck($ID) < AUTH_READ) return false;
91 $mytitle = preg_replace('/^.*:/','',$ID);
179 $zipfile = $tempdir . "/" . $ID . ".epub";
235 global $ID, $REV;
247 …. '<a href="' . wl($ID, $params) . '" class="action export_epub" rel="nofollow" title="Export to …

1...<<11121314151617181920>>...55