Home
last modified time | relevance | path

Searched refs:ID (Results 526 – 550 of 1363) sorted by relevance

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

/plugin/multilingual/
H A Dhelper.php59 global $ID;
76 resolve_pageid(getNS($ID),$link,$exists);
/plugin/judge/
H A Dadmin.php55 global $ID, $auth;
63 <form class="admin-form" action="' . wl($ID) . '" method="post">
/plugin/html2pdf/multilingual/
H A Dhelper.php59 global $ID;
76 resolve_pageid(getNS($ID),$link,$exists);
/plugin/random_page/
H A Daction.php33 global $ID;
68 $id = $ID;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLogstashNamespace.asciidoc33 $params['id'] = (string) The ID of the Pipeline
59 $params['id'] = (string) The ID of the Pipeline
/plugin/nspages/
H A DnamespaceFinder.php20 global $ID;
26 $result = getNS($ID);
/plugin/loadskin/
H A Dhelper.php48 global $ID;
70 'action' => wl($ID)
/plugin/bureaucracy-au/helper/
H A Daction.php46 global $ID;
59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/bureaucracyau/helper/
H A Daction.php46 global $ID;
59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/linksenhanced/
H A Daction.php78 global $ID;
82 $leMeta = p_get_metadata($ID, 'plugin_linksenhanced');
/plugin/components/syntax/
H A Dslice.php46 global $ID;
47 $attr['id'] = $ID;
/plugin/upload/
H A Daction.php73 $ID = $INPUT->post->str('page');
74 $NS = getNS($ID);
/plugin/prettyprint/
H A Daction.php30 global $JSINFO, $ID, $REV;
32 $meta = p_get_metadata($ID);
/plugin/epub/lang/de/
H A Dremove.txt2 Wenn Sie das Buch fertiggestellt haben, sollten Sie seine ID von der Liste der zu-bearbeitenden Büc…
3 …n Button "Seite von Bearbeitungs-Liste entfernen" machen. Dadurch wird die ID für andere Autoren f…
/plugin/farmer/admin/
H A Ddelete.php38 global $ID;
66 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'delete'], true, '&');
/plugin/farmer/
H A Dadmin.php76 global $ID;
83 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => $page]);
/plugin/bureaucracy/helper/
H A Daction.php46 global $ID;
59 $this->values['__trans__'] = $trans->getLangPart($ID);
/plugin/poll/
H A Dsyntax.php56 global $ID;
145 global $ID;
150 '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/nsindex/
H A Dsyntax.php142 global $ID;
146 $ns = getNS($ID); # current namespace (default)
149 resolve_pageid(getNS($ID), $ns, $exists);
/plugin/watchcycle/
H A Dsyntax.php127 global $ID;
134 $watchcycle = p_get_metadata($ID, 'plugin watchcycle');
169 $changes_link = '<a href="' . wl($ID, $urlParameters) . '">' . $changes_link . '</a>';
/plugin/googleanalytics/lang/en/
H A Dintro.txt15 …* **Basic** "Google Analytics ID" (also known as "[[https://developers.google.com/analytics/devgui…
16 …* **Newer** "Global Site Tag ID" (also known as "[[https://developers.google.com/analytics/devguid…
18 If you set a "Global Site Tag ID", then this method will be used and any "Google Analytics ID" / **…
/plugin/labeled/
H A Dhelper.php39 global $ID;
42 $current = $this->getLabels($ID);
46 $edit = auth_quickaclcheck($ID) >= AUTH_EDIT;
55 $link = wl($ID,
/plugin/sidebarng/
H A Daction.php101 global $ID;
105 $svID = $ID; // save current ID
117 if($always or (!$always && !getNS($ID))) {
251 $ID = $svID;
/plugin/strata/_test/
H A Dtypes.test.php78 // Set ID
79 global $ID;
80 $this->assertEquals($ID, null); // Test whether the test suite is initialised as expected.
81 $ID = 'an_id:sub:current_page';
117 // Relative pathes w.r.t. ID
122 // Fragments in url w.r.t. ID
133 $ID = null;
/plugin/solr/
H A Daction.php83 global $ID;
87 if(!$helper->needs_indexing($ID)){
88 print "solr_indexer: index for $ID up to date".NL;
98 $info = new Solr_Pageinfo($ID);
115 $helper->update_idxfile($ID);

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