Home
last modified time | relevance | path

Searched refs:noRedirect (Results 1 – 13 of 13) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialProtectedpages.php53 $noRedirect = in_array( 'noredirect', $filters );
65 $noRedirect,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialProtectedpages.php83 $noRedirect = in_array( 'noredirect', $filters );
95 $noRedirect,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialProtectedpages.php89 $noRedirect = in_array( 'noredirect', $filters );
101 $noRedirect,
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.infor.com6 Disallow: /*?noRedirect=1
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/
H A DSubprocessExtension.py61 _debugClient, arguments, noRedirect=True
H A DDebugUtilities.py282 def patchArguments(debugClient, arguments, noRedirect=False): argument
367 if noRedirect or not redirect:
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/felogin/Classes/Controller/
H A DFrontendLoginController.php91 protected $noRedirect = false; variable in TYPO3\\CMS\\Felogin\\Controller\\FrontendLoginController
153 $this->noRedirect = $this->piVars['noredirect'] || $this->conf['redirectDisable'];
171 if ($this->conf['redirectMode'] && !$this->conf['redirectDisable'] && !$this->noRedirect) {
193 …pe::LOGIN || $this->logintype === LoginType::LOGOUT) && $this->redirectUrl && !$this->noRedirect) {
542 $markerArray['###NOREDIRECT###'] = $this->noRedirect ? '1' : '0';
651 $markerArray['###NOREDIRECT###'] = $this->noRedirect ? '1' : '0';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Controller/
H A DFrontendLoginController.php84 protected $noRedirect = false; variable in TYPO3\\CMS\\Felogin\\Controller\\FrontendLoginController
161 $this->noRedirect = $this->piVars['noredirect'] || $this->conf['redirectDisable'];
174 if ($this->conf['redirectMode'] && !$this->conf['redirectDisable'] && !$this->noRedirect) {
198 && !$this->noRedirect
595 $markerArray['###NOREDIRECT###'] = $this->noRedirect ? '1' : '0';
728 $markerArray['###NOREDIRECT###'] = $this->noRedirect ? '1' : '0';
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dtikiaccesslib.php25 private $noRedirect = false; variable in TikiAccessLib
39 $this->noRedirect = (bool) $prevent;
1015 if ($this->noRedirect) {
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/web/
H A DSearchHelper.java158 public boolean noRedirect; field in SearchHelper
398 if (!noRedirect && hits != null && hits.length == 1 && builder.getHist() == null) { in executeQuery()
H A DPageConfig.java1534 sh.noRedirect = xrValue != null && !xrValue.isEmpty(); in prepareInternalSearch()
/dports/net-mgmt/observium/observium/mibs/a3com/
H A DA3Com-IPextns-r5-MIB1036 noRedirect (2)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api348 eric6.DebugClients.Python.DebugUtilities.patchArguments?4(debugClient, arguments, noRedirect=False)