Home
last modified time | relevance | path

Searched refs:ID (Results 1226 – 1250 of 1363) sorted by last modified time

1...<<41424344454647484950>>...55

/plugin/fedauth/
H A Daction.php154 global $ID;
155 $ID = getID();
283 global $ID;
285 …print '<p>' . '<a href="' . wl($ID, 'do=fedauth', true, '&') . '">' . $this->getLang('mylogins') .…
H A Dajax.php35 $ID = getID(); variable
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php66 global $ID;
/plugin/fedauth/classes/usr/
H A Dfa_signin.usr.class.php29 global $ID;
/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);
H A Dhelper.php214 global $ID;
215 $id = $ACT == 'solr_search' ? $ID : '';
/plugin/ssocas/
H A Daction.php80 global $ID;
93 …$event->data->insertElement($insertElement,'<p>'.$lang['reghere'].': <a href="'.wl($ID,'do=registe…
97 …$event->data->insertElement($insertElement,'<p>'.$lang['pwdforget'].': <a href="'.wl($ID,'do=resen…
/plugin/facebooklike/
H A Dsyntax.php118 $ret = '<fb:like href="'.(empty($data['url'])?wl($ID,'',true):$data['url']).'" '
/plugin/reproduce/
H A Dplugin.info.txt6 …d with a label located within the same source page, or in an other source page specified by its ID.
H A DREADME3 …d with a label located within the same source page, or in an other source page specified by its ID.
/plugin/blextra/
H A Dhelper.php245 'desc' => 'Return namespacepart of a wiki ID exploded as array',
/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/page4release/
H A Daction.php23 global $conf, $ACT, $ID;
26 $filename = array_pop(explode(':',$ID));
27 $release = p_get_metadata($ID, 'page4release',True);
30 …if ( (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $rele…
31 || (!array_key_exists($ID,$page4release[$filename]) && ($release))
38 if ($otherId != $ID)
44 $page4release[$filename][$ID] = $release;
47 unset($page4release[$filename][$ID]);
50 $page4release[$filename] = array($ID => $release);
H A Dsyntax.php30 global $ID;
31 p_set_metadata($ID, array('page4release'=>False), False, True);
44 global $conf,$ACT, $ID;
50 $filename = array_pop(explode(':',$ID));
53 if ($otherId != $ID)
66 p_set_metadata($ID, array('page4release'=>$data), False, True);
/plugin/facebookalbum/
H A Dsyntax.php223 $renderer->doc .= "<p>".html_wikilink($ID, $this->getLang('back_to_albums'))."</p>";
/plugin/animation/
H A Daction.php111 global $ID;
116 if ($ID != $INFO["id"]) return;
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokubookmark/
H A Daction.php172 global $ID;
179 if (auth_quickaclcheck($ID) < AUTH_CREATE){
185 $file = wikiFN($ID);
188 if (checklock($ID)){
192 lock($ID);
H A Dhelper.php97 global $ID;
141 $ID = $id;
/plugin/semanticdata/syntax/
H A Dentry.php105 global $ID;
111 $this->_saveData($data,$ID,$renderer->meta['title']);
125 global $ID;
140 $val = $ID . '|' . $val;
H A Dtable.php228 global $ID;
255 $text .= '<a href="'.wl($ID,$params).
275 global $ID;
290 $text .= '<a href="'.wl($ID,$params).
305 $text .= '<a href="'.wl($ID,$params).
/plugin/daftdrafts/
H A Daction.php110 global $AUTH_ACL, $ID, $INFO;
112 $pageIdentification = $ID;
/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">');
H A Dhelper.php23 global $ID, $conf;
130 global $ID, $INFO;
149 if ($ID == $id){
180 global $ID, $INFO;
189 if ($ID == $id){
/plugin/autolink2/syntax/
H A Dadd.php53 global $ID;
59 $my->_updateAutolinkIndex($ID, $anchors);

1...<<41424344454647484950>>...55