Home
last modified time | relevance | path

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

1...<<5152535455

/plugin/dokukiwix/
H A Dajax.php155 global $ID, $ACT;
156 $ID = $_POST['page'];
/plugin/guestbook/
H A Dbasic.class.php122 global $ID;
127 …$output .= '<form class="newEntry" action="' . wl($ID) . '" method="post"><input type="submit" cla…
143 …$output .= '<form class="edit" action="' . wl($ID) . '" method="post"><input type="hidden" value="…
144 …$output .= '<form class="edit" action="' . wl($ID) . '" method="post"><input type="hidden" value="…
145 …if ( intval($data['active']) == 0 ) $output .= '<form class="edit" action="' . wl($ID) . '" method…
160 …$output .= '<form class="newEntry" action="' . wl($ID) . '" method="post"><input type="submit" cla…
169 global $ID;
186 $output .= '<form action="' . wl($ID) . '" method="post" name="forum">';
206 global $ID;
235 …$output .= '<div class="guestbooknav"><form action="' . wl($ID) . '" method="post"><p>'; // <input…
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php303 global $ID;
361 $href = ml($img['id'],array('id'=>$ID),$img['direct']);
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt51 id: <loading ID>,
58 - id: ID of the loading passed by a frontend. This ID is used to
65 Note that for XML the loader ID is always equals to 0, because we
99 - <id> is the loading ID. It is generated automatically and unique for
101 uses zero ID.) This ID is passed back by a backend to determine which
H A DJsHttpRequest.php26 var $ID = null; variable in JsHttpRequest
58 $this->ID = $m[2];
69 $this->ID = 0;
260 'id' => $this->ID,
/plugin/gcalendar/inc/
H A Dgcal_show.php21 global $ID;
53 $curr_link = wl($ID,$curr_link_options);
60 $prev_link = wl( $ID, $prev_link_options );
67 $next_link = wl( $ID, $next_link_options );
130 global $ID;
H A Dgcal_main.php29 global $ID;
44 if(!isset($options['pages'])) $options['pages'] = '('.$ID.')';
57 $pages = str_replace('@ID@',$ID,$pages);
/plugin/chat/
H A Dchat.php13 global $ID;
17 if (chat_plugin::isChatID($ID) && file_exists(wikiFN($ID))) {
32 global $ID;
93 function isChatID($ID) { argument
96 $pID = noNS($ID);
116 function addChatNS($ID) { argument
120 return $ID;
122 $dID = getNS($ID);
126 $dID .= $dNS.':'.noNS($ID);
136 global $ID;
[all …]
/plugin/livepreview/
H A Dlivepreview.php11 global $ID;
/plugin/bibtex/
H A Dsyntax.php417 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
/plugin/gallery2/dwgallery/
H A Ddwgallery.php87 global $ID;
99 $array_id = split(':', $ID);
164 global $ID;
174 if (strtolower($ID) != strtolower($conf['start'])) return;
227 global $ID;
229 $script = wl($ID);
283 global $ID;
346 …$detail = ml(getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1], 'id='.$ID.'&amp;cache=cache'…
348 $alt = getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1];
492 global $ID;
[all …]
/plugin/txtconf/
H A Dadmin.php122 global $ID;
124 ptln('<form action="'.wl($ID).'" method="post">');
127 ptln(' <input type="hidden" name="id" value="'.$ID.'" />');
136 global $ID;
161 global $ID;
174 global $ID;
/plugin/menupopup/
H A Dsyntax.php192 global $ID;
195 resolve_pageid(getNS($ID),$page,$exists); // resolve shortcuts
202 if (!isset($filechain)) $filechain[] = $ID;

1...<<5152535455