Home
last modified time | relevance | path

Searched refs:alternativeUrl (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/jest-fetch-mock/
H A DREADME.md950 const alternativeUrl = 'http://bar'
971 .dontMockOnceIf(alternativeUrl)
972 .doMockOnceIf(alternativeUrl)
1006 .dontMockOnceIf(alternativeUrl)
1007 .doMockOnceIf(alternativeUrl)
1040 .doMockIf(alternativeUrl)
1041 .dontMockOnceIf(alternativeUrl)
1042 .doMockOnceIf(alternativeUrl)
1075 .dontMockIf(alternativeUrl)
1076 .dontMockOnceIf(alternativeUrl)
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2065 …* @param string $alternativeUrl An alternative URL that, if set, will ignore other parameters exce…
2076 $alternativeUrl = '', argument
2090 $alternativeUrl,
2114 …* @param string $alternativeUrl An alternative URL that, if set, will ignore other parameters exce…
2124 $alternativeUrl = '', argument
2129 if ($alternativeUrl) {
2130 $viewScript = $alternativeUrl;
2149 if ($alternativeUrl || $viewScript !== '/index.php?id=') {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2354 …* @param string $alternativeUrl An alternative URL that, if set, will ignore other parameters exce…
2364 $alternativeUrl = '', argument
2374 $alternativeUrl,
2398 …* @param string $alternativeUrl An alternative URL that, if set, will ignore other parameters exce…
2408 $alternativeUrl = '', argument
2413 if ($alternativeUrl) {
2414 $viewScript = $alternativeUrl;
2433 if ($alternativeUrl || $viewScript !== '/index.php?id=') {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2612 …* @param string $alternativeUrl An alternative URL that, if set, will ignore other parameters exce…
2622 $alternativeUrl = '', argument
2631 $alternativeUrl,
2652 …* @param string $alternativeUrl An alternative URL that, if set, will ignore other parameters exce…
2662 $alternativeUrl = '', argument
2667 if ($alternativeUrl) {
2668 $viewScript = $alternativeUrl;
2687 if ($alternativeUrl || $viewScript !== '/index.php?id=') {