Home
last modified time | relevance | path

Searched refs:ID (Results 251 – 275 of 1363) sorted by relevance

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

/plugin/feedback/
H A Daction.php38 global $ACT, $ID;
45 if(!$this->getFeedbackContact($ID)) return false;
146 global $JSINFO, $ID, $IMG;
152 'id' => $ID,
153 'namespace' => getNS($ID),
/plugin/imagebox/
H A Dsyntax.php39 global $ID;
41 resolve_mediaid(getNS($ID), $src, $exists);
44 $match['detail'] = ml($src, array('id' => $ID, 'cache' => $match['cache']), ($match['linking'] == 'direct'));
96 global $ID;
109 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/rating/
H A Dhelper.php58 global $ID;
64 $res = $sqlite->query($sql, $ID);
69 $res = $sqlite->query($sql, $ID, $this->userID());
77 …echo '<a href="' . wl($ID, array('rating' => -1)) . '" class="plugin_rating_down ' . $class . ' pl…
81 …echo '<a href="' . wl($ID, array('rating' => +1)) . '" class="plugin_rating_up ' . $class . '" dat…
/plugin/strata/
H A Daction.php45 global $ID;
53 $orig = p_read_metadata($ID);
56 $METADATA_RENDERERS[$ID] =& $orig;
59 $orig['page'] = $ID;
65 unset($METADATA_RENDERERS[$ID]);
85 unset($METADATA_RENDERERS[$ID]);
/plugin/metaheaders/
H A Daction.php47 global $ID;
53 if ($ACT != 'show' || !page_exists($ID)) return;
72 if (!preg_match('/' . $clear[$y]['cond'] . '/', $ID)) {
103 '@ID@' => $INFO['id'],
120 if (preg_match('/'.$header['cond'].'/', $ID)) {
/plugin/publish/_test/
H A Dmail.unit.test.php19 global $ID;
20 $ID = 'wiki:syntax';
46 global $ID;
47 $ID = 'start';
/plugin/sendpagecontent/
H A Daction.php27 global $ID;
37 $raw = rawWiki($ID);
55 global $ID;
/plugin/ac/actions/
H A Dtickets.php5 global $ID;
7 $data[0] = substr($ID, strpos($ID, 'projekt:') + 8);
/plugin/description/
H A Daction.php33 global $ID;
38 $d = p_get_metadata($ID, 'description');
51 $metadata = p_get_metadata($ID);
/plugin/imageflow/
H A Daction.php44 global $ID, $JSINFO;
46 $metaData = p_get_metadata($ID, "relation imageflow", true);
51 global $ID, $JSINFO;
/plugin/doctree2filelist/
H A Dadmin.php128 ptln('<form action="'.wl($ID).'" method="post" /> ');
138 ptln('<form action="'.wl($ID).'" method="post" /> ');
148 ptln(' <form action="'.wl($ID).'" method="post" /> ');
172 $html = '<form action="'.wl($ID).'" method="post" /> '."\n";
178 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";
185 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";
/plugin/sectiontoggle/
H A Daction.php25 global $conf, $ID;
30 if($NS_inc && !preg_match("/($NS_inc)[^:]/",$ID)) {
38 if($id_inc && !preg_match('/^(' .$id_inc. ')$/',$ID)) {
46 if($NS && preg_match("/($NS)[^:]/",$ID)) {
52 if($id && preg_match('/^' . $id. '$/',$ID)) {
79 $acl = auth_quickaclcheck($ID);
/plugin/fckg/action/
H A Dmeta.php49 global $ID;
55 if(preg_match("/$ns/",$ID)) {
298 global $ID;
303 $cname = getCacheName($INFO['client'].$ID,'.draft');
331 $acl = auth_quickaclcheck($ID);
348 $elems = explode(':', $ID);
358 if(preg_match('/fckg:fckeditor:userfiles:image/',$ID)) {
396 global $USERINFO, $INFO, $ID;
404 setcookie ('FCK_NmSp',$ID, $expire, '/');
/plugin/autolink2/
H A Dadmin.php51 global $ID;
52 header("Location: ".wl($ID,array('do'=>'admin','page'=>'autolink2'),true,'&'));
62 global $ID;
85 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/task/syntax/
H A Dtasks.php28 global $ID;
37 elseif ($ns == '.') $ns = getNS($ID);
175 global $ID, $lang;
186 $form->setHiddenField ('id', $ID);
231 global $ID, $lang;
239 $ret .= '<input type="hidden" name="id" value="'.$ID.'" />';
282 global $ID, $conf;
302 $ret[] = '<a href="'.wl($ID, $opt).'" class="wikilink1" title="'.$i.'">'.$i.'</a>';
/plugin/combo/action/
H A Drouter.php317 global $ID;
336 * and not the global ID
343 $requestedMarkupPath = MarkupPath::createMarkupFromId($ID);
354 && $ID != Site::getIndexPageName()
382 $identifier = $ID;
749 * Because we set the ID globally for the ID redirect
771 global $ID;
773 $sourceId = $ID;
774 $ID
[all...]
/plugin/infomail/
H A Dhelper.php16 global $ID;
18 $attr['href'] = wl($ID, ['do' => 'infomail'], false, '&');
23 'goto' => $ID,
/plugin/adfs/
H A Dauth.php40 global $ID;
42 if (empty($ID)) $ID = getID();
66 $_SESSION['adfs_redirect'] = wl($ID, '', true, '&'); // remember current page
113 $go = wl($ID, '', true, '&');
/plugin/struct/syntax/
H A Doutput.php93 global $ID;
102 if (!isset($INFO['id']) || ($ID != $INFO['id'])) return true;
114 $tables = $assignments->getPageAssignments($ID);
122 $schemadata = AccessTable::getPageAccess($table, $ID, (int)$REV);
130 'meta' => p_get_metadata($ID),
/plugin/guestbook/
H A Dbasic.class.php122 global $ID;
127 …$output .= '<form class="newEntry" action="' . wl($ID) . '" method="post"><input type="submit" cla…
143 …$output .= '<form class="edit" action="' . wl($ID) . '" method="post"><input type="hidden" value="…
144 …$output .= '<form class="edit" action="' . wl($ID) . '" method="post"><input type="hidden" value="…
145 …if ( intval($data['active']) == 0 ) $output .= '<form class="edit" action="' . wl($ID) . '" method…
160 …$output .= '<form class="newEntry" action="' . wl($ID) . '" method="post"><input type="submit" cla…
169 global $ID;
186 $output .= '<form action="' . wl($ID) . '" method="post" name="forum">';
206 global $ID;
235 …$output .= '<div class="guestbooknav"><form action="' . wl($ID) . '" method="post"><p>'; // <input…
/plugin/evesso/
H A Daction.php44 global $ID;
47 send_redirect(wl($ID));
59 global $AUTH_ACL, $ID;
91 …. 'Update your <a href="' . wl($ID, array('do' => 'admin', 'page' => 'acl'), true, '&') . '">ACL<…
98 global $INPUT, $ID;
109 $_SESSION[DOKU_COOKIE]['oauth-inprogress']['id'] = $ID;
342 global $ID;
344 …$html .= '<a href="' . wl($ID, array('evessologin' => $service)) . '" class="plugin_evesso_' . $se…
364 global $ID;
380 $url = wl($ID, array('evessologin' => $hlp->getService()), true, '&');
/plugin/securelogin/
H A Dadmin.php89 global $ID;
90 …$form = new Doku_Form('generate__key', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&')…
101 global $ID;
102 …$form = new Doku_Form('test__publicKey', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&…
/plugin/structupdate/helper/
H A Dupdate.php37 global $ID;
42 $page_row_id = $ID;
67 $tables = $assignments->getPageAssignments($ID);
95 $thanks = sprintf($this->getLang('bureaucracy_action_struct_update_thanks'), wl($ID));
/plugin/s5/
H A Drenderer.php37 global $ID;
46 p_set_metadata($ID,array('format' => array('s5' => $headers) ));
62 global $ID;
96 <h1>'.tpl_pagetitle($ID, true).'</h1>
/plugin/extendpage/
H A Daction.php45 global $ID;
48 if (!page_exists($ID)) return;
58 $extensions = $assignments->getPageAssignments($ID, $pos);

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