Home
last modified time | relevance | path

Searched refs:_GET (Results 51 – 75 of 199) sorted by relevance

12345678

/plugin/eventline/
H A DgetData.php5 if (!isset($_GET['id'])) {
9 $id = cleanID($_GET['id']);
/plugin/redirector/
H A Daction.php56 if ( !empty($_GET) ) {
57 unset($_GET['id']);
60 foreach( $_GET as $key => $value ) {
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample03.php79 if ( isset($_GET['Toolbar']) )
80 $oFCKeditor->ToolbarSet = htmlspecialchars($_GET['Toolbar']);
H A Dsample04.php85 if ( isset($_GET['Skin']) )
86 …$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . htmlspecialchars($_GET['Skin']) .…
H A Dsample02.php91 if ( isset($_GET['Lang']) )
94 $oFCKeditor->Config['DefaultLanguage'] = $_GET['Lang'] ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php45 $sType = isset( $_GET['Type'] ) ? $_GET['Type'] : 'File' ;
H A Dcommands.php80 …$isInternalLink = isset($_GET['DWFCK_Browser']) && $_GET['DWFCK_Browser'] == 'local'? true : fals…
169 if (!isset($_GET)) {
170 global $_GET;
175 …$isInternalLink = isset($_GET['DWFCK_Browser']) && $_GET['DWFCK_Browser'] == 'local'? true : fals…
318 if (!isset($_GET)) {
319 global $_GET;
332 if ( isset( $_GET['NewFolderName'] ) )
349 $sNewFolderName = $_GET['NewFolderName'] ;
H A Dio.php229 if (!isset($_GET)) {
230 global $_GET;
232 $sCurrentFolder = isset( $_GET['CurrentFolder'] ) ? $_GET['CurrentFolder'] : '/' ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php44 $sType = isset( $_GET['Type'] ) ? $_GET['Type'] : 'File' ;
H A Dio.php213 if (!isset($_GET)) {
214 global $_GET;
216 $sCurrentFolder = isset( $_GET['CurrentFolder'] ) ? $_GET['CurrentFolder'] : '/' ;
/plugin/openid/
H A Daction.php203 } else if ($_GET['openid_mode'] == 'id_res') {
209 …$openid = isset($_GET['openid1_claimed_id']) ? $_GET['openid1_claimed_id'] : $_GET['openid_claimed…
237 } else if ($_GET['openid_mode'] == 'cancel') {
343 $form->addHidden('id', $_GET['id']);
427 if (!empty($_GET["openid_sreg_$sreg"])) {
428 $redirect_url .= "&$sreg=" . urlencode($_GET["openid_sreg_$sreg"]);
/plugin/findologicxmlexport/
H A Dindex.php11 …XmlHelper->getUrlParam($outputXmlHelper::START_NAME, $outputXmlHelper::DEFAULT_START_VALUE, $_GET);
12 …XmlHelper->getUrlParam($outputXmlHelper::COUNT_NAME, $outputXmlHelper::DEFAULT_COUNT_VALUE, $_GET);
/plugin/rssticker/
H A Dbridge.php24 $rssurl=$_GET['rss_url'];
32 … $cacheseconds=(int) $_GET["cachetime"]; //typecast "cachetime" parameter as integer (0 or greater)
/plugin/bibtex/OSBib/create/
H A DINIT.php47 else if(!empty($_GET))
48 $vars = $_GET;
/plugin/fontcolor/images/
H A Dcolor-icon.php4 $isColorSet = array_key_exists('color', $_GET);
7 list($red, $green, $blue) = str_split($_GET['color'], 2);
/plugin/directorylist/action/
H A Ddirectorylist.php32 if ($event->data === 'download' && ! empty($_GET['file'])) {
35 $file = ($_GET['file']);
/plugin/geonav/server/
H A Dget_continent.php7 $q=$_GET["q"];
8 $topic=$_GET["p"];
H A Dget_country.php7 $countryCode=$_GET["q"];
8 $topic=$_GET["p"];
/plugin/publish/action/
H A Dstart.php38 global $_GET;
39 if($_GET['force_rev']) {
/plugin/news/scripts/
H A Dnewsfeed.php36 else if(isset($_GET) && isset($_GET['feed'])) {
39 if(isset($_POST) || isset($_GET) ) {
/plugin/owncloud/tpl/
H A Ddetail.php77 …echo $helper->internalmedia($_GET['fileid'],$IMG,$helper->getLang('download'),NULL,NULL,NULL,NULL,…
87 if(isset($_GET['fileid'])){
88 $fileid = $_GET['fileid'];
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php62 $_GET['JsHttpRequest'],
64 $_GET[session_name()],
232 $GLOBALS['HTTP_GET_VARS'] = $_GET; // deprecated vars
237 (isset($_GET)? $_GET : array());
/plugin/jcapture/
H A Dapplet.php27 $pageName = $_GET["pageName"];
28 $edid = $_GET["edid"];
/plugin/dokubookmark/
H A Daction.php79 $selection = rawurldecode($_GET['te']); // selected text
80 $url = rawurldecode($_GET['ur']); // URL
81 $title = rawurldecode($_GET['ti']); // page title
/plugin/ckgdoku/action/
H A Dmediamanager.php43 if ($_GET["onselect"] == "ckg_edit_mediaman_insert") {
45 } else if ($_GET["onselect"] == "ckg_edit_mediaman_insertlink") {

12345678