Home
last modified time | relevance | path

Searched refs:_GET (Results 126 – 150 of 199) sorted by relevance

12345678

/plugin/shorturl/
H A Daction.php51 if ($_GET['generateShortURL'] != "" && auth_quickaclcheck($ID) >= AUTH_READ) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php18 $_GET['d'] = 'd';
322 $this->assertEquals('d', $_GET['d']);
334 $_GET['d'] = 'dd';
346 $this->assertEquals('dd', $_GET['d']);
364 $this->assertEquals('d', $_GET['d']);
/plugin/guestbook/
H A Dadmin.php60 if (!empty($_GET['activate']))
/plugin/accscounter/
H A Daction.php41 if ($_GET['mode'] == 'move') {
124 if ($_GET['mode'] == 'delete') {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php168 if (!isset($_GET)) {
169 global $_GET;
320 if (!isset($_GET)) {
321 global $_GET;
/plugin/supa/action/
H A Daction.php96 $_GET['id'] = $id;
/plugin/webcomponent/action/
H A Djs.php66 $access = $_GET[self::ACCESS];
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php167 if (!isset($_GET)) {
168 global $_GET;
319 if (!isset($_GET)) {
320 global $_GET;
/plugin/combo/action/
H A Djs.php80 $access = $_GET[self::ACCESS_PROPERTY_KEY] ?? null;
H A Dbacklinkmenuitem.php98 $id = $_GET["id"];
/plugin/bez/syntax/
H A Dqlink.php60 $id = $_GET['id'];
/plugin/bez/tpl/
H A Dkp.php7 $tpl->url('kp', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']); ?>">
/plugin/bez/ctl/
H A D8d.php7 if (!isset($_GET['t']) && $this->model->authentication_tokenFactory->can_create_token()) {
/plugin/googleanalytics/
H A Daction.php95 $params = $_GET;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php69 foreach ($_GET as $key => $value) {
/plugin/btable/
H A Dexport.php27 $dID = $_GET['id'];
/plugin/btable2/
H A Dexport.php27 $dID = $_GET['id'];
/plugin/randomtables/syntax/
H A Dsource.php57 if (!$_GET['do']) {
/plugin/bureaucracyau/helper/
H A Dfield.php183 if (isset($_GET[$preload_name])) {
184 $this->setVal($_GET[$preload_name]);
/plugin/bureaucracy-au/helper/
H A Dfield.php183 if (isset($_GET[$preload_name])) {
184 $this->setVal($_GET[$preload_name]);
/plugin/authhiorgserver/
H A Dauth.php108 if(empty($_GET["token"])) {
115 $token = $_GET["token"];
/plugin/bureaucracy/helper/
H A Dfield.php183 if (isset($_GET[$preload_name])) {
184 $this->setVal($_GET[$preload_name]);
/plugin/ebnf/
H A Debnf.php65 if (isset($_GET['syntax'])) {
66 $input = $_GET['syntax'];
71 if (isset($_GET['format'])) $format = $_GET['format'];
/plugin/revealjs/syntax/
H A Dtheme.php50 if ($_GET['do'] === 'export_revealjs') {
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php91 if (!$code && isset($_GET['code'])) {
92 $code = $_GET['code'];

12345678