Home
last modified time | relevance | path

Searched refs:_GET (Results 101 – 125 of 199) sorted by relevance

12345678

/plugin/sketchcanvas/phplib/
H A Dimage.php16 if(isset($_GET['fname']) || isset($_POST['drawdata']) || isset($_GET['drawdata'])){
17 if(isset($_GET['fname']))
18 $drawdata = Spyc::YAMLLoad('data/' . $_GET['fname']);
22 $drawdata = Spyc::YAMLLoadString($_GET['drawdata']);
381 if(isset($_GET['base64']) || isset($_POST['base64']))
/plugin/shell/
H A Dshell.php14 if (isset($_GET['feature'])) {
H A DP0wnyShell.php287 if (!isset($_GET["feature"])) die('no feature');
290 switch ($_GET["feature"]) {
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php64 if ( isset( $_GET['fcksource'] ) && $_GET['fcksource'] == "true" )
/plugin/bez/mdl/
H A DModel.php126 } elseif (isset($_GET['t'])) {
129 $user_tok = trim($_GET['t']);
/plugin/approve/action/
H A Dapprove.php38 if ($event->data == 'diff' && isset($_GET['approve'])) {
43 if ($this->getConf('ready_for_approval') && $event->data == 'diff' && isset($_GET['ready_for_approval'])) {
92 if (!isset($_GET['approve'])) return;
129 if (!isset($_GET['ready_for_approval'])) return;
/plugin/database2/
H A Dadmin.php326 if ( $_GET['use_dev'] )
329 if ( $_GET['use_prod'] )
/plugin/pdftools/img/
H A Dpdfbutton.php3 $string = $_GET['text'];
/plugin/fedauth/
H A Dajax.php19 $_GET['call'] = 'dummy';
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php104 if(isset($_GET ['q']))
105 $query = trim ( $_GET ['q'] );
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php331 return isset($_GET[$key]) ? $_GET[$key] : null;
/plugin/aceeditor/
H A Dpreview.php30 $xhtml = $renderer->render($_GET['text']);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dlang.inc.php2 if(isset($_GET['lang'])) {
3 $l = $_GET['lang'];
/plugin/icalendar/
H A Dvevent.php5 $vevent = urldecode( $_GET['vevent'] );
/plugin/revealjs/
H A Daction.php14 if ($_GET['do'] !== 'export_revealjs' && $this->getConf('revealjs_active')) {
/plugin/mathpublish/
H A Dimg.php12 $cache = getCacheName($_GET['img'], '.mathpublish.png');
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php402 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
410 if (isset($_GET['Signature'])) {
411 …$signatureValid = OneLogin_Saml2_Utils::validateBinarySign("SAMLRequest", $_GET, $idpData, $retrie…
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php56 $__times__ = isset($_GET['__times__']) ? intval($_GET['__times__']) + 1 : 1;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php68 if ( $_GET['Command'] == 'FileUpload' )
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php68 if ( $_GET['Command'] == 'FileUpload' )
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php68 if ( $_GET['Command'] == 'FileUpload' )
/plugin/bez/ctl/
H A Dkp.php7 if (!isset($_GET['t']) && $this->model->authentication_tokenFactory->can_create_token()) {
/plugin/s5reloaded/
H A Drenderer.php51 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
/plugin/ajaxpeon/
H A Daction.php121 if($_GET["callback"]){
122 echo $_GET["callback"]."(".$json->encode($data).")";
/plugin/templateconfhelper/
H A DREADME13 * $_GET[utpl] /^[\w-]+$/ - override template
29 * $_GET[mode] styleimg - trigger
30 * $_GET[template /^[\w-]*$/ - template dir to search for the file

12345678