Home
last modified time | relevance | path

Searched refs:ID (Results 551 – 575 of 1363) sorted by relevance

1...<<21222324252627282930>>...55

/plugin/farm/
H A Dadmin.php200 global $ID;
201 echo '<form method="post" action="'.wl($ID).'">'."\n";
217 global $ID;
220 return wl($ID, $p);
337 global $ID;
/plugin/advanced/admin/
H A Dconfig.php340 global $ID;
529 global $ID;
537 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
555 global $ID;
560 'link' => wl($ID, array(
/plugin/openid/
H A Daction.php189 $return_to = $this->_self('openid') . '&id=' . $ID;
226 $this->_redirect(wl($ID));
266 global $auth, $ID;
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
442 global $ID, $lang, $conf, $auth, $openid_associations;
481 $this->_redirect(wl($ID));
/plugin/datatables/
H A Daction.php66 global $ID;
71 if (!empty($excluded_pages) && (bool)preg_match("/$excluded_pages/", $ID)) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.EnableID.txt
/plugin/userimportextended/lang/de/
H A Dintro.txt3 … mit den folgenden fünf Spalten benötigt (in dieser Reihenfolge): Benutzer-ID, Passwort, Voller Na…
6 Alle Spalten außer Benutzer-ID können leer sein. In diesem Fall werden die fehlenden Werte mit den …
/plugin/autologoff/
H A Daction.php45 global $ID;
62 send_redirect(wl($ID, '', true, '&'));
/plugin/socialshareprivacy2/
H A Daction.php19 global $conf, $ID;
104 $settings_url = wl($ID, '', true, '&');
/plugin/navi/_test/
H A DExternalLinksTest.php34 global $ID, $INFO;
38 $ID = 'en:products:c:start';
/plugin/blogtng/action/
H A Dnew.php43 global $ID;
56 if ($ID != $newId) {
/plugin/blogtng/helper/
H A Dlinkback.php28 global $ID;
31 $ehelper->load_by_pid(md5($ID));
/plugin/starred/
H A Dsyntax.php80 global $ID;
81 $R->doc .= $hlp->starHtml($ID, $pid, false);
/plugin/acknowledge/lang/de/
H A Dassign.txt8 * Seiten wie üblich mit ihrer vollständigen Seiten-ID.
9 * Reguläre Ausdrücke, die mit ''/'' beginnen und enden - werden gegen eine vollständige Seiten-ID mit vorangestelltem '':'' verglichen.
/plugin/davcal/
H A Dhelper.php54 global $ID;
78 global $ID;
79 $id = $ID;
162 global $ID;
163 $id = $ID;
236 global $ID;
237 $id = $ID;
292 global $ID;
293 $id = $ID;
330 $id = $ID;
[all …]
/plugin/autlogin/
H A Dadmin.php386 global $ID;
485 global $ID;
527 global $ID;
595 global $ID;
603 echo '<input type="hidden" name="id" value="'.$ID.'" />'.NL;
665 global $ID;
715 global $ID;
1603 global $ID;
1620 global $ID;
1626 $ns = dirname(str_replace(':','/',$ID));
[all …]
/plugin/epnsmartlink/
H A DREADME.md7 eBay and initializes the library with the given Campaign ID.
28 - Your EPN Campaign ID: Enter your own eBay-Campaign ID here.
/plugin/revealjs/
H A Drenderer.php54 global $ID;
79 p_set_metadata($ID,array('format' => array('revealjs' => $headers) ));
87 <title>'.tpl_pagetitle($ID, true).'</title>
465 global $ID;
475 …$this->doc .= '<dt><a href="'.exportlink($ID, 'code', array('codeblock' => $this->_codeblock)).'" …
/plugin/mytemplate/
H A Daction.php157 global $ACT, $ID;
159 $meta_file = metaFN($ID, '.mytemplate');
179 global $ID;
187 $meta_file = metaFN($ID, '.mytemplate');
368 global $ACT, $INFO, $ID;
/plugin/codebutton2/
H A Dadmin.php62 ptln('<form name="frm" action="'.wl($ID).'" method="post">');
65 ptln('<input type="hidden" name="id" value="'.$ID.'" />');
/plugin/codedoc/
H A Dspecials.php39 global $ID;
53 $data = date("F d Y H:i:s.", filemtime(wikiFN($ID)));
/plugin/googleanalytics/
H A Daction.php90 global $ID;
117 $view = str_replace(':', '/', $ID); // slashes needed for Content Drilldown
/plugin/dokutexit/
H A Dsyntax.php93 global $ID;
99 $this->_texit = new texitrender_plugin_texit($ID);
/plugin/rtmchecklist/
H A Dsyntax.php142 global $ID;
144 $renderer->doc .= '<input type="hidden" name="id" value="' . $ID . '"/>';
/plugin/asyncsearch/
H A Dasyncsearch.php57 global $ACT, $QUERY, $ID;
64 $pagecreateinfo = (auth_quickaclcheck($ID) >= AUTH_CREATE) ? $lang['searchcreatepage'] : '';
/plugin/pageredirect/
H A Dsyntax.php82 global $ID;
84 $resolver = new PageResolver($ID);
88 resolve_pageid(getNS($ID), $id, $exists);

1...<<21222324252627282930>>...55