Home
last modified time | relevance | path

Searched refs:ID (Results 326 – 350 of 1363) sorted by relevance

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

/plugin/jplayer/
H A Dsyntax.php79 global $ID;
90 resolve_mediaid(getNS($ID), $file, $exists);
157 global $ID;
173 $meta = p_get_metadata($ID, "plugin $plugin_name");
/plugin/autotooltip/
H A Dhelper.php127 global $ID;
128 $id = resolve_id(getNS($ID), $id, false);
179 global $ID;
181 $resolver = new PageResolver($ID);
/plugin/combo/action/
H A Dcacheexpiration.php123 global $ID;
124 $keep = $ID;
126 $ID = $requestedId;
182 $ID = $keep;
/plugin/folded/
H A Dhelper.php12 'desc' => 'Returns the next folded ID.',
18 * Returns the next folded ID.
22 global $ID, $ACT;
24 $hash = md5($ID.$ACT);
/plugin/combo/db/combo/
H A Dupdate0002.sql4 ID TEXT NOT NULL, -- The page id field
7 CREATE UNIQUE INDEX PAGES_UK ON PAGES (ID, CANONICAL);
H A Dupdate0003.sql7 ID INTEGER PRIMARY KEY, field
14 insert into PAGE_RULES_tmp(ID, MATCHER, TARGET, PRIORITY, TIMESTAMP)
/plugin/dw2pdf/
H A Daction.php149 global $ID, $REV;
157 if (auth_quickaclcheck($ID) < AUTH_READ) { // set more specific denied message
160 $list[0] = $ID;
164 $title = p_get_first_heading($ID);
168 $title = noNS($ID);
171 $filename = wikiFN($ID, $REV);
387 //ensure $id is in global $ID (needed for parsing)
388 global $ID;
389 $keep = $ID;
390 $ID
[all...]
/plugin/indexmenu2/
H A Daction.php73 global $ID;
78 if (!p_get_metadata($ID,'indexmenu')) return;
93 global $ID;
/plugin/externalembed/helper/
H A DcacheInterface.php100 * @param $playlist_id string the YouTube Playlist ID
101 * @return array The array of video ID's associated with the playlist
122 * @return mixed The List of video ID's on the current page associated with the playlist ID
/plugin/statdisplay/pchart/
H A DDataDescription.php98 $ID = 0;
101 return $ID;
104 $ID ++;
/plugin/docnavigation/
H A Daction.php53 global $ID;
62 $data = $pagenav->getPageData($ID);
65 $data = p_get_metadata($ID, 'docnavigation');
/plugin/structacl/
H A Daction.php34 global $ID;
44 $schemas = $assignments->getPageAssignments($ID);
56 $schemaData = AccessTable::getPageAccess($schemaName, $ID, (int)$REV);
/plugin/statistics/inc/pchart/
H A DDataDescription.php98 $ID = 0;
101 return $ID;
104 $ID++;
/plugin/imagemap/
H A Dsyntax.php35 global $ID;
47 resolve_mediaid(getNS($ID),$src, $exists);
82 global $ID;
90 resolve_mediaid(getNS($ID),$src, $exists);
119 if ($url === '') $url = $ID;
121 resolve_pageid(getNS($ID),$url,$exists);
174 resolve_mediaid(getNS($ID), $url, $exists);
176 $url = ml($url, array('id'=>$ID,'cache'=>$extra[0]), ($extra[1]=='direct'));
209 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/vimeo/
H A Daction.php25 global $ID;
28 $JSINFO['plugins']['vimeo']['purgelink'] = wl($ID, ['purge' => 'true'], false, '&');
/plugin/gallery/
H A Dsyntax.php
/plugin/log/
H A Dajax.php7 global $ID;
8 $ID = cleanID($_POST['id']);
/plugin/siteexport/inc/
H A Dfunctions.php88 public function getSiteName($ID, $overrideRewrite = false) { argument
91 if (empty($ID)) return false;
95 $ID = preg_replace("#\.(php|html)$#", '', $ID);
110 public function getSiteTitle($ID) { argument
111 if (useHeading('content') && $ID) {
114 … $heading = p_get_metadata(cleanID($ID),'pdftitle',METADATA_RENDER_USING_SIMPLE_CACHE);
116 …$heading = empty($heading) ? p_get_metadata(cleanID($ID),'breadtitle',METADATA_RENDER_USING_SIMPLE…
117 $heading = empty($heading) ? p_get_first_heading($ID, true) : $heading;
122 $elements = explode(':', $ID);
348 global $ID;
[all …]
/plugin/dwcommits/
H A Daction.php28 global $ID;
31 if(preg_match('/' . $auto.'/',$ID)){
/plugin/nosecedit/
H A Daction.php36 global $ID;
45 if (p_get_metadata($ID,"sectionedit",FALSE) == "off")
/plugin/components/commands/
H A Dexample.php44 global $ID;
46 $text = htmlspecialchars(rawWiki($ID));
/plugin/showlinkpermission/
H A Drenderer.php27 global $ID;
44 $id = $ID;
51 resolve_pageid(getNS($ID),$id,$exists);
/plugin/geotag/
H A Daction.php53 global $ID;
54 $title = p_get_metadata($ID, 'title', METADATA_RENDER_USING_SIMPLE_CACHE);
55 $geotags = p_get_metadata($ID, 'geo', METADATA_RENDER_USING_SIMPLE_CACHE) ?? array();
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php36 global $ID;
38 if (auth_quickaclcheck($ID) >= AUTH_EDIT) {
84 global $ID;
85 if (auth_quickaclcheck($ID) >= AUTH_EDIT) {
/plugin/lms/
H A Dhelper.php39 global $ID;
43 $oldid = $ID;
44 $ID = $INFO['id'];
46 $ID = $oldid;
51 * @param string $id Page ID of the lesson
98 * @param string $id Page ID of the lesson
99 * @return int|false Either the lesson info or fals if given ID is not a lesson

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