| LOW | legacy_tests/Unit/TestCase.php | 67 | protected function resolveApplicationHttpKernel($app) |
| LOW | legacy_tests/Browser/TestCase.php | 42 | function registerComponentForNextTest($components) |
| LOW | legacy_tests/Browser/TestCase.php | 49 | function wipeRuntimeComponentRegistration() |
| LOW | legacy_tests/Browser/TestCase.php | 216 | protected function resolveApplicationHttpKernel($app) |
| LOW | legacy_tests/Browser/FileDownloads/Test.php | 237 | public function downloadWithContentTypeHeader($contentType = null) |
| LOW | legacy_tests/Browser/FileDownloads/Test.php | 247 | public function downloadAnUntitledFileWithContentTypeHeader($contentType = 'text/html') |
| LOW | legacy_tests/Browser/FileDownloads/Test.php | 269 | public function downloadFromResponseWithContentTypeHeader() |
| LOW | legacy_tests/Browser/FileDownloads/Test.php | 283 | public function downloadQuotedContentDispositionFilename() |
| LOW | legacy_tests/Browser/FileDownloads/Test.php | 293 | public function downloadQuotedContentDispositionFilenameFromResponse() |
| LOW | js/debounce.js | 41 | export function callAndClearComponentDebounces(component, callback) { |
| LOW | js/fragment.js | 133 | export function findMatchingEndMarkerNode(startMarkerNode, metadata) { |
| LOW | js/fragment.js | 151 | export function extractInnerHtmlFromFragmentHtml(fragmentHtml) { |
| LOW | js/fragment.js | 163 | export function extractFragmentMetadataFromHtml(fragmentHtml) { |
| LOW | js/fragment.js | 175 | export function extractFragmentMetadataFromMarkerNode(startMarkerNode) { |
| LOW | js/directives.js | 5 | export function matchesForLivewireDirective(attributeName) { |
| LOW | js/directives.js | 47 | export function customDirectiveHasBeenRegistered(name) { |
| LOW | js/lifecycle.js | 119 | function ensureLivewireScriptIsntMisplaced() { |
| LOW | js/directives/wire-poll.js | 100 | function theDirectiveIsOffTheElement(el) { |
| LOW | js/directives/wire-poll.js | 104 | function theDirectiveIsMissingKeepAlive(directive) { |
| LOW | js/directives/wire-poll.js | 112 | function theElementIsNotInTheViewport(el) { |
| LOW | js/directives/wire-model.js | 177 | function componentIsMissingProperty(component, property) { |
| LOW | js/directives/shared.js | 2 | export function toggleBooleanStateDirective(el, directive, isTruthy, cachedDisplay = null) { |
| LOW | js/directives/wire-loading.js | 73 | function whenTargetsArePartOfRequest(component, el, targets, inverted, [ startLoading, endLoading ]) { |
| LOW | js/directives/wire-loading.js | 125 | function whenTargetsArePartOfFileUpload(component, targets, [ startLoading, endLoading ]) { |
| LOW | js/plugins/navigate/scroll.js | 2 | export function storeScrollInformationInHtmlBeforeNavigatingAway() { |
| LOW | js/plugins/navigate/scroll.js | 12 | export function restoreScrollPositionOrScrollToTop() { |
| LOW | js/plugins/navigate/persist.js | 5 | export function storePersistantElementsForLater(callback) { |
| LOW | js/plugins/navigate/persist.js | 19 | export function putPersistantElementsBack(callback) { |
| LOW | js/plugins/navigate/page.js | 11 | export function swapCurrentPageWithNewHtml(html, andThen) { |
| LOW | js/plugins/navigate/page.js | 44 | function prepNewBodyScriptTagsToRun(newBody, oldBodyScriptTagHashes) { |
| LOW | js/plugins/navigate/page.js | 163 | async function injectScriptTagAndWaitForItToFullyLoad(script) { |
| LOW | js/plugins/navigate/page.js | 182 | function ifTheQueryStringChangedSinceLastRequest(el, currentHeadChildren) { |
| LOW | js/plugins/navigate/links.js | 70 | export function extractDestinationFromLink(linkEl) { |
| LOW | js/plugins/navigate/links.js | 74 | export function createUrlObjectFromString(urlString) { |
| LOW | js/plugins/navigate/links.js | 78 | export function getUriStringFromUrlObject(urlObject) { |
| LOW | js/plugins/navigate/index.js | 222 | function fetchHtmlOrUsePrefetchedHtml(fromDestination, callback, errorCallback) { |
| LOW | js/plugins/navigate/index.js | 228 | function preventAlpineFromPickingUpDomChanges(Alpine, callback) { |
| LOW | js/plugins/navigate/index.js | 240 | function fireEventForOtherLibrariesToHookInto(name, detail) { |
| LOW | js/plugins/navigate/index.js | 252 | function nowInitializeAlpineOnTheNewPage(Alpine) { |
| LOW | js/plugins/navigate/index.js | 258 | function autofocusElementsWithTheAutofocusAttribute() { |
| LOW | js/plugins/navigate/index.js | 262 | function cleanupAlpineElementsOnThePageThatArentInsideAPersistedElement() { |
| LOW | js/plugins/navigate/teleport.js | 11 | export function removeAnyLeftOverStaleTeleportTargets(body) { |
| LOW | js/plugins/navigate/history.js | 67 | export function updateCurrentPageHtmlInHistoryStateForLaterBackButtonClicks() { |
| LOW | js/plugins/navigate/history.js | 76 | export function updateCurrentPageHtmlInSnapshotCacheForLaterBackButtonClicks(key, url) { |
| LOW | js/plugins/navigate/history.js | 82 | export function whenTheBackOrForwardButtonIsClicked( |
| LOW | js/plugins/navigate/history.js | 122 | export function updateUrlAndStoreLatestHtmlForFutureBackButtons( |
| LOW | js/plugins/navigate/prefetch.js | 30 | export function storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination) { |
| LOW | js/plugins/navigate/bar.js | 32 | export function removeAnyLeftOverStaleProgressBars() { |
| LOW | js/features/supportQueryString.js | 81 | function normalizeQueryStringEntry(key, value) { |
| LOW | js/features/supportNavigate.js | 19 | export function shouldRedirectUsingNavigateOr(effects, url, or) { |
| LOW | js/features/supportScriptsAndAssets.js | 62 | function onlyIfScriptHasntBeenRunAlreadyForThisComponent(component, key, callback) { |
| LOW | js/features/supportScriptsAndAssets.js | 88 | async function onlyIfAssetsHaventBeenLoadedAlreadyOnThisPage(key, callback) { |
| LOW | js/request/index.js | 74 | export function interceptComponentMessage(component, actionNameOrCallback, maybeCallback) { |
| LOW | js/request/index.js | 89 | export function interceptComponentRequest(component, actionNameOrCallback, maybeCallback) { |
| LOW | js/request/index.js | 178 | export function createOrAddToOutstandingMessage(action) { |
| LOW | js/request/index.js | 566 | async function interceptStreamAndReturnFinalResponse(response, callback) { |
| LOW | js/request/index.js | 656 | function createUrlObjectFromString(urlString) { |
| LOW | js/request/legacy.js | 3 | export function registerLegacyEventSupport(interceptRequest, interceptMessage) { |
| LOW | js/request/interactions.js | 3 | export function coordinateNetworkInteractions(messageBus) { |
| LOW | src/LivewireManager.php | 72 | function prepareViewsForCompilationUsing(callable $callback) |
| 255 more matches not shown… |