Home
last modified time | relevance | path

Searched refs:ID (Results 401 – 425 of 1363) sorted by last modified time

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

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md280 // Replace "42" with your account ID and "license_key" with your license
343 include a `geonameId` property. This is the ID of a geographical feature
/plugin/commentsyntax/syntax/
H A Dpreventive.php52 global $ID, $ACT;
56 error_log($this->mode.': match='.$match.' |'.$ID);
/plugin/box2/
H A Dsyntax.php123 global $ID, $ACT;
/plugin/bloglinks/
H A Daction.php62 global $ID;
66 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
75 if (trim($namespace) && (strpos($ID, $namespace . ':') === 0)) {
84 global $ID;
97 $meta = p_get_metadata($ID);
100 if (!$date) $date = filemtime(wikiFN($ID));
103 if (!$date) $date = filectime(wikiFN($ID));
105 $perm = auth_quickaclcheck($ID);
108 'id' => $ID,
/plugin/multiorphan/action/
H A Dmultiorphan.php178 global $ID;
184 $internalID = $ID;
185 $ID = $id;
203 $ID = $internalID;
/plugin/multiorphan/
H A Dhelper.php42 global $ID, $conf;
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
/plugin/lightweightscript/
H A Daction.php37 global $ID;
41 if ( auth_quickaclcheck( $ID ) >= AUTH_EDIT ) {
/plugin/imageflow/syntax/
H A Dimageflow.php180 global $ID;
/plugin/imageflow/
H A Daction.php44 global $ID, $JSINFO;
46 $metaData = p_get_metadata($ID, "relation imageflow", true);
51 global $ID, $JSINFO;
/plugin/asyncsearch/
H A Dasyncsearch.php57 global $ACT, $QUERY, $ID;
64 $pagecreateinfo = (auth_quickaclcheck($ID) >= AUTH_CREATE) ? $lang['searchcreatepage'] : '';
/plugin/strata/syntax/
H A Dentry.php223 global $ID;
227 if(isset(self::$previewMetadata[$ID])) {
228 $positions = self::$previewMetadata[$ID]['strata']['positions'];
230 $positions = p_get_metadata($ID, 'strata positions');
246 global $ID;
274 $heading = p_get_first_heading($ID);
279 $heading = noNS($ID);
352 $subject = $ID.'#'.$data['entry'];
355 resolve_pageid(getNS($ID),$subject,$exists);
385 self::$previewMetadata[$ID]['strat
[all...]
/plugin/strata/types/
H A Dpage.php17 global $ID;
26 $base = ($hint?:getNS($ID));
31 $value = $ID.$value;
H A Dimage.php18 global $ID;
40 resolve_mediaid(getNS($ID),$value,$exists);
H A Dwiki.php51 global $ID;
61 $id = $ID;
65 resolve_pageid(getNS($ID), $id, $exists);
77 global $ID;
80 return $this->_linkSyntax($instruction, $ID.'#'.$instruction[0]);
87 global $ID;
101 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/strata/
H A Drenderer.php20 global $ID;
21 if(!@file_exists(wikiFN($ID))) {
29 global $ID;
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/strata/helper/
H A Dsyntax.php493 global $ID;
516 global $ID;
/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/authhttp/
H A Daction.php106 act_redirect($ID, 'show');
/plugin/metadisplay/
H A Dadmin.php142 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/preregister/
H A Dadmin.php56 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/tplmod/
H A Daction.php104 global $INPUT, $JSINFO, $conf,$ID,$USERINFO;
117 $JSINFO['tmplftacl'] = auth_quickaclcheck( $ID);
134 if(preg_match('/('.$xcludes.')/',$ID,$matches)) {
/plugin/markdowku/
H A Danchorsreference.php35 global $ID;
49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
H A Dimagesreference.php35 global $ID;
49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
/plugin/minical/
H A Dsyntax.php283 …$out .= '<a href="' . wl($wp, array('do' => 'edit', 'plugin_minical_redirect_id' => $ID, 'plugin_m…

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