SYMBOL INDEX (17700 symbols across 1987 files) FILE: Public/diff/diffview.js function celt (line 63) | function celt (name, clazz) { function telt (line 69) | function telt (name, text) { function ctelt (line 75) | function ctelt (name, clazz, text) { function addCells (line 109) | function addCells (row, tidx, tend, textLines, change) { function addCellsInline (line 121) | function addCellsInline (row, tidx, tidx2, textLines, change) { FILE: Public/editor.md/lib/codemirror/addon/comment/comment.js function firstNonWS (line 18) | function firstNonWS(str) { FILE: Public/editor.md/lib/codemirror/addon/comment/continuecomment.js function continueComment (line 17) | function continueComment(cm) { function continueLineCommentEnabled (line 64) | function continueLineCommentEnabled(cm) { FILE: Public/editor.md/lib/codemirror/addon/dialog/dialog.js function dialogDiv (line 14) | function dialogDiv(cm, template, bottom) { function closeNotification (line 31) | function closeNotification(cm, newVal) { function close (line 44) | function close(newVal) { function close (line 100) | function close() { function close (line 138) | function close() { FILE: Public/editor.md/lib/codemirror/addon/display/fullscreen.js function setFullscreen (line 21) | function setFullscreen(cm) { function setNormal (line 32) | function setNormal(cm) { FILE: Public/editor.md/lib/codemirror/addon/display/panel.js function Panel (line 26) | function Panel(cm, node, options, height) { function initPanels (line 50) | function initPanels(cm) { function removePanels (line 84) | function removePanels(cm) { FILE: Public/editor.md/lib/codemirror/addon/display/placeholder.js function clearPlaceholder (line 29) | function clearPlaceholder(cm) { function setPlaceholder (line 35) | function setPlaceholder(cm) { function onBlur (line 44) | function onBlur(cm) { function onChange (line 47) | function onChange(cm) { function isEmpty (line 55) | function isEmpty(cm) { FILE: Public/editor.md/lib/codemirror/addon/display/rulers.js function clearRulers (line 25) | function clearRulers(cm) { function setRulers (line 33) | function setRulers(cm) { function refreshRulers (line 60) | function refreshRulers(cm) { FILE: Public/editor.md/lib/codemirror/addon/edit/closebrackets.js function charsAround (line 35) | function charsAround(cm, pos) { function enteringString (line 44) | function enteringString(cm, pos, ch) { function buildKeymap (line 57) | function buildKeymap(pairs, triples) { function buildExplodeHandler (line 140) | function buildExplodeHandler(pairs) { FILE: Public/editor.md/lib/codemirror/addon/edit/closetag.js function autoCloseGT (line 53) | function autoCloseGT(cm) { function autoCloseCurrent (line 97) | function autoCloseCurrent(cm, typingSlash) { function autoCloseSlash (line 132) | function autoCloseSlash(cm) { function indexOf (line 139) | function indexOf(collection, elt) { function closingTagExists (line 148) | function closingTagExists(cm, tagName, pos, state, newTag) { FILE: Public/editor.md/lib/codemirror/addon/edit/matchbrackets.js function findMatchingBracket (line 19) | function findMatchingBracket(cm, where, strict, config) { function scanForBracket (line 40) | function scanForBracket(cm, where, dir, style, config) { function matchBrackets (line 67) | function matchBrackets(cm, autoclear, config) { function doMatchBrackets (line 97) | function doMatchBrackets(cm) { FILE: Public/editor.md/lib/codemirror/addon/edit/matchtags.js function clear (line 28) | function clear(cm) { function doMatchTags (line 34) | function doMatchTags(cm) { function maybeUpdateMatch (line 55) | function maybeUpdateMatch(cm) { FILE: Public/editor.md/lib/codemirror/addon/fold/brace-fold.js function findOpening (line 18) | function findOpening(openCh) { function hasImport (line 63) | function hasImport(line) { function hasInclude (line 87) | function hasInclude(line) { FILE: Public/editor.md/lib/codemirror/addon/fold/foldcode.js function doFold (line 14) | function doFold(cm, pos, options, force) { function makeWidget (line 61) | function makeWidget(cm, options) { function getOption (line 137) | function getOption(cm, options, name) { FILE: Public/editor.md/lib/codemirror/addon/fold/foldgutter.js function State (line 39) | function State(options) { function parseOptions (line 44) | function parseOptions(opts) { function isFolded (line 52) | function isFolded(cm, line) { function marker (line 58) | function marker(spec) { function updateFoldInfo (line 68) | function updateFoldInfo(cm, from, to) { function updateInViewport (line 87) | function updateInViewport(cm) { function onGutterClick (line 96) | function onGutterClick(cm, line, gutter) { function onChange (line 104) | function onChange(cm) { function onViewportChange (line 113) | function onViewportChange(cm) { function onFold (line 137) | function onFold(cm, from) { FILE: Public/editor.md/lib/codemirror/addon/fold/markdown-fold.js function isHeader (line 17) | function isHeader(lineNo) { function headerLevel (line 22) | function headerLevel(lineNo, line, nextLine) { FILE: Public/editor.md/lib/codemirror/addon/fold/xml-fold.js function cmp (line 15) | function cmp(a, b) { return a.line - b.line || a.ch - b.ch; } function Iter (line 21) | function Iter(cm, line, ch, range) { function tagAt (line 28) | function tagAt(iter, ch) { function nextLine (line 33) | function nextLine(iter) { function prevLine (line 39) | function prevLine(iter) { function toTagEnd (line 46) | function toTagEnd(iter) { function toTagStart (line 57) | function toTagStart(iter) { function toNextTag (line 69) | function toNextTag(iter) { function toPrevTag (line 79) | function toPrevTag(iter) { function findMatchingClose (line 91) | function findMatchingClose(iter, tag) { function findMatchingOpen (line 112) | function findMatchingOpen(iter, tag) { FILE: Public/editor.md/lib/codemirror/addon/hint/css-hint.js function add (line 31) | function add(keywords) { FILE: Public/editor.md/lib/codemirror/addon/hint/html-hint.js function populate (line 332) | function populate(obj) { function htmlHint (line 342) | function htmlHint(cm, options) { FILE: Public/editor.md/lib/codemirror/addon/hint/javascript-hint.js function forEach (line 14) | function forEach(arr, f) { function arrayContains (line 18) | function arrayContains(arr, item) { function scriptHint (line 31) | function scriptHint(editor, keywords, getToken, options) { function javascriptHint (line 60) | function javascriptHint(editor, options) { function getCoffeeScriptToken (line 67) | function getCoffeeScriptToken(editor, cur) { function coffeescriptHint (line 85) | function coffeescriptHint(editor, options) { function getCompletions (line 100) | function getCompletions(token, context, keywords, options) { FILE: Public/editor.md/lib/codemirror/addon/hint/show-hint.js function retrieveHints (line 28) | function retrieveHints(getter, cm, options, then) { function Completion (line 52) | function Completion(cm, options) { function done (line 103) | function done() { function update (line 111) | function update() { function finishUpdate (line 116) | function finishUpdate(data_) { function clearDebounce (line 124) | function clearDebounce() { function activity (line 131) | function activity() { function getText (line 159) | function getText(completion) { function buildKeyMap (line 164) | function buildKeyMap(completion, handle) { function getHintElement (line 199) | function getHintElement(hintsElement, el) { function Widget (line 206) | function Widget(completion, data) { FILE: Public/editor.md/lib/codemirror/addon/hint/sql-hint.js function getKeywords (line 23) | function getKeywords(editor) { function getText (line 29) | function getText(item) { function getItem (line 33) | function getItem(list, item) { function shallowClone (line 39) | function shallowClone(object) { function match (line 46) | function match(string, word) { function addMatches (line 52) | function addMatches(result, search, wordlist, formatter) { function cleanName (line 64) | function cleanName(name) { function insertBackticks (line 72) | function insertBackticks(name) { function nameCompletion (line 83) | function nameCompletion(cur, token, result, editor) { function eachWord (line 141) | function eachWord(lineText, f) { function convertCurToNumber (line 150) | function convertCurToNumber(cur) { function convertNumberToCur (line 155) | function convertNumberToCur(num) { function findTableByAlias (line 159) | function findTableByAlias(alias, editor) { FILE: Public/editor.md/lib/codemirror/addon/hint/xml-hint.js function getHints (line 16) | function getHints(cm, options) { FILE: Public/editor.md/lib/codemirror/addon/lint/javascript-lint.js function validator (line 24) | function validator(text, options) { function cleanup (line 34) | function cleanup(error) { function fixWith (line 42) | function fixWith(error, fixes, severity, force) { function isBogus (line 62) | function isBogus(error) { function parseErrors (line 72) | function parseErrors(errors, output) { FILE: Public/editor.md/lib/codemirror/addon/lint/lint.js function showTooltip (line 15) | function showTooltip(e, content) { function rm (line 31) | function rm(elt) { function hideTooltip (line 34) | function hideTooltip(tt) { function showTooltipFor (line 41) | function showTooltipFor(e, content, node) { function LintState (line 58) | function LintState(cm, options, hasGutter) { function parseOptions (line 66) | function parseOptions(cm, options) { function clearMarks (line 74) | function clearMarks(cm) { function makeMarker (line 82) | function makeMarker(labels, severity, multiple, tooltips) { function getMaxSeverity (line 97) | function getMaxSeverity(a, b) { function groupByLine (line 102) | function groupByLine(annotations) { function annotationTooltip (line 111) | function annotationTooltip(ann) { function startLinting (line 120) | function startLinting(cm) { function updateLinting (line 129) | function updateLinting(cm, annotationsNotSorted) { function onChange (line 164) | function onChange(cm) { function popupSpanTooltip (line 170) | function popupSpanTooltip(ann, e) { function onMouseOver (line 175) | function onMouseOver(cm, e) { FILE: Public/editor.md/lib/codemirror/addon/merge/merge.js function DiffView (line 18) | function DiffView(mv, type) { function ensureDiff (line 60) | function ensureDiff(dv) { function registerUpdate (line 70) | function registerUpdate(dv) { function registerScroll (line 126) | function registerScroll(dv) { function syncScroll (line 135) | function syncScroll(dv, type) { function getOffsets (line 177) | function getOffsets(editor, around) { function setScrollLock (line 184) | function setScrollLock(dv, val, action) { function clearMarks (line 192) | function clearMarks(editor, arr, classes) { function updateMarks (line 207) | function updateMarks(editor, diff, state, type, classes) { function markChanges (line 227) | function markChanges(editor, diff, type, marks, from, to, classes) { function makeConnections (line 274) | function makeConnections(dv) { function getMatchingOrigLine (line 294) | function getMatchingOrigLine(editLine, chunks) { function findAlignedLines (line 306) | function findAlignedLines(dv, other) { function alignChunks (line 331) | function alignChunks(dv, force) { function alignLines (line 363) | function alignLines(cm, lines, aligners) { function padAbove (line 377) | function padAbove(cm, line, size) { function drawConnectorsForChunk (line 389) | function drawConnectorsForChunk(dv, chunk, sTopOrig, sTopEdit, w) { function copyChunk (line 426) | function copyChunk(dv, to, from, chunk) { function buildGap (line 495) | function buildGap(dv) { function asString (line 541) | function asString(obj) { function getDiff (line 549) | function getDiff(a, b) { function getChunks (line 565) | function getChunks(diff) { function endOfLineClean (line 592) | function endOfLineClean(diff, i) { function startOfLineClean (line 601) | function startOfLineClean(diff, i) { function chunkBoundariesAround (line 610) | function chunkBoundariesAround(chunks, n, nInEdit) { function collapseSingle (line 626) | function collapseSingle(cm, from, to) { function collapseStretch (line 645) | function collapseStretch(size, editors) { function unclearNearChunks (line 659) | function unclearNearChunks(dv, margin, off, clear) { function collapseIdenticalStretches (line 669) | function collapseIdenticalStretches(mv, margin) { function elt (line 693) | function elt(tag, content, className, style) { function clear (line 702) | function clear(node) { function attrs (line 707) | function attrs(elt) { function copyObj (line 712) | function copyObj(obj, target) { function moveOver (line 718) | function moveOver(pos, str, copy, other) { function posMin (line 732) | function posMin(a, b) { return (a.line - b.line || a.ch - b.ch) < 0 ? a ... function posMax (line 733) | function posMax(a, b) { return (a.line - b.line || a.ch - b.ch) > 0 ? a ... function posEq (line 734) | function posEq(a, b) { return a.line == b.line && a.ch == b.ch; } FILE: Public/editor.md/lib/codemirror/addon/mode/loadmode.js function splitCallback (line 15) | function splitCallback(cont, n) { function ensureDeps (line 19) | function ensureDeps(mode, cont) { FILE: Public/editor.md/lib/codemirror/addon/mode/multiplex.js function indexOf (line 19) | function indexOf(string, pattern, from) { FILE: Public/editor.md/lib/codemirror/addon/mode/multiplex_test.js function MT (line 22) | function MT(name) { FILE: Public/editor.md/lib/codemirror/addon/mode/simple.js function ensureState (line 61) | function ensureState(states, name) { function toRegex (line 66) | function toRegex(val, caret) { function asToken (line 78) | function asToken(val) { function Rule (line 87) | function Rule(data, states) { function tokenFunction (line 94) | function tokenFunction(states, config) { function cmp (line 155) | function cmp(a, b) { function enterLocalMode (line 167) | function enterLocalMode(config, state, spec, token) { function indexOf (line 183) | function indexOf(val, arr) { function indentFunction (line 187) | function indentFunction(states, meta) { FILE: Public/editor.md/lib/codemirror/addon/runmode/colorize.js function textContent (line 16) | function textContent(node, out) { FILE: Public/editor.md/lib/codemirror/addon/runmode/runmode-standalone.js function splitLines (line 9) | function splitLines(string){ return string.split(/\r?\n|\r/); } function StringStream (line 11) | function StringStream(string) { FILE: Public/editor.md/lib/codemirror/addon/runmode/runmode.node.js function splitLines (line 8) | function splitLines(string){ return string.split(/\r?\n|\r/); } function StringStream (line 10) | function StringStream(string) { FILE: Public/editor.md/lib/codemirror/addon/scroll/annotatescrollbar.js function Annotation (line 21) | function Annotation(cm, options) { FILE: Public/editor.md/lib/codemirror/addon/scroll/scrollpastend.js function onChange (line 28) | function onChange(cm, change) { function updateBottomMargin (line 33) | function updateBottomMargin(cm) { FILE: Public/editor.md/lib/codemirror/addon/scroll/simplescrollbars.js function Bar (line 14) | function Bar(cls, orientation, scroll) { function SimpleScrollbars (line 84) | function SimpleScrollbars(cls, place, scroll) { FILE: Public/editor.md/lib/codemirror/addon/search/match-highlighter.js function State (line 36) | function State(options) { function cursorActivity (line 66) | function cursorActivity(cm) { function highlightMatches (line 72) | function highlightMatches(cm) { function isWord (line 97) | function isWord(cm, from, to) { function boundariesAround (line 114) | function boundariesAround(stream, re) { function makeOverlay (line 119) | function makeOverlay(query, hasBoundary, style) { FILE: Public/editor.md/lib/codemirror/addon/search/matchesonscrollbar.js function SearchAnnotation (line 20) | function SearchAnnotation(cm, query, caseFold, options) { function offsetLine (line 58) | function offsetLine(line, changeStart, sizeChange) { FILE: Public/editor.md/lib/codemirror/addon/search/search.js function searchOverlay (line 21) | function searchOverlay(query, caseInsensitive) { function SearchState (line 41) | function SearchState() { function getSearchState (line 45) | function getSearchState(cm) { function queryCaseInsensitive (line 48) | function queryCaseInsensitive(query) { function getSearchCursor (line 51) | function getSearchCursor(cm, query, pos) { function dialog (line 55) | function dialog(cm, text, shortText, deflt, f) { function confirmDialog (line 59) | function confirmDialog(cm, text, shortText, fs) { function parseQuery (line 63) | function parseQuery(query) { function doSearch (line 75) | function doSearch(cm, rev) { function findNext (line 94) | function findNext(cm, rev) {cm.operation(function() { function clearSearch (line 105) | function clearSearch(cm) {cm.operation(function() { function replace (line 117) | function replace(cm, all) { FILE: Public/editor.md/lib/codemirror/addon/search/searchcursor.js function SearchCursor (line 15) | function SearchCursor(doc, query, pos, caseFold) { function savePosAndFail (line 124) | function savePosAndFail(line) { function adjustPos (line 162) | function adjustPos(orig, folded, pos) { FILE: Public/editor.md/lib/codemirror/addon/selection/active-line.js function clearActiveLines (line 35) | function clearActiveLines(cm) { function sameArray (line 42) | function sameArray(a, b) { function updateActiveLines (line 49) | function updateActiveLines(cm, ranges) { function selectionChange (line 68) | function selectionChange(cm, sel) { FILE: Public/editor.md/lib/codemirror/addon/selection/mark-selection.js function onCursorActivity (line 36) | function onCursorActivity(cm) { function onChange (line 40) | function onChange(cm) { function coverRange (line 49) | function coverRange(cm, from, to, addAt) { function clear (line 65) | function clear(cm) { function reset (line 71) | function reset(cm) { function update (line 78) | function update(cm) { FILE: Public/editor.md/lib/codemirror/addon/selection/selection-pointer.js function mousemove (line 43) | function mousemove(cm, event) { function mouseout (line 54) | function mouseout(cm, event) { function reset (line 62) | function reset(cm) { function scheduleUpdate (line 67) | function scheduleUpdate(cm) { function update (line 77) | function update(cm) { FILE: Public/editor.md/lib/codemirror/addon/tern/tern.js function getFile (line 147) | function getFile(ts, name, c) { function findDoc (line 157) | function findDoc(ts, doc, name) { function resolveDoc (line 169) | function resolveDoc(ts, id) { function trackChange (line 175) | function trackChange(ts, doc, change) { function sendDoc (line 195) | function sendDoc(ts, doc) { function hint (line 204) | function hint(ts, cm, c) { function typeToIcon (line 239) | function typeToIcon(type) { function showContextInfo (line 251) | function showContextInfo(ts, cm, pos, queryName, c) { function updateArgHints (line 274) | function updateArgHints(ts, cm) { function showArgHints (line 316) | function showArgHints(ts, cm, pos) { function parseFnType (line 337) | function parseFnType(text) { function jumpToDef (line 370) | function jumpToDef(ts, cm) { function jumpBack (line 398) | function jumpBack(ts, cm) { function moveTo (line 404) | function moveTo(ts, curDoc, doc, start, end) { function findContext (line 413) | function findContext(doc, data) { function atInterestingExpression (line 443) | function atInterestingExpression(cm) { function rename (line 451) | function rename(ts, cm) { function selectName (line 462) | function selectName(ts, cm) { function applyChanges (line 480) | function applyChanges(ts, changes) { function buildRequest (line 500) | function buildRequest(ts, doc, query, pos) { function getFragmentAround (line 542) | function getFragmentAround(data, start, end) { function elt (line 573) | function elt(tagname, cls /*, ... elts*/) { function dialog (line 584) | function dialog(cm, text, f) { function tempTooltip (line 593) | function tempTooltip(cm, content) { function makeTooltip (line 623) | function makeTooltip(x, y, content) { function remove (line 631) | function remove(node) { function fadeOut (line 636) | function fadeOut(tooltip) { function showError (line 641) | function showError(ts, cm, msg) { function closeArgHints (line 648) | function closeArgHints(ts) { function docValue (line 652) | function docValue(ts, doc) { function WorkerServer (line 660) | function WorkerServer(ts) { FILE: Public/editor.md/lib/codemirror/addon/tern/worker.js function getFile (line 26) | function getFile(file, c) { function startServer (line 31) | function startServer(defs, plugins, scripts) { FILE: Public/editor.md/lib/codemirror/addon/wrap/hardwrap.js function findParagraph (line 16) | function findParagraph(cm, pos, options) { function findBreakPoint (line 32) | function findBreakPoint(text, column, wrapOn, killTrailingSpace) { function wrapRange (line 42) | function wrapRange(cm, from, to, options) { FILE: Public/editor.md/lib/codemirror/lib/codemirror.js function CodeMirror (line 59) | function CodeMirror(place, options) { function Display (line 130) | function Display(place, doc, input) { function loadMode (line 232) | function loadMode(cm) { function resetModeState (line 237) | function resetModeState(cm) { function wrappingChanged (line 248) | function wrappingChanged(cm) { function estimateHeight (line 266) | function estimateHeight(cm) { function estimateLineHeights (line 284) | function estimateLineHeights(cm) { function themeChanged (line 292) | function themeChanged(cm) { function guttersChanged (line 298) | function guttersChanged(cm) { function updateGutters (line 306) | function updateGutters(cm) { function updateGutterSpace (line 321) | function updateGutterSpace(cm) { function lineLength (line 329) | function lineLength(line) { function findMaxLine (line 348) | function findMaxLine(cm) { function setGuttersForLineNumbers (line 364) | function setGuttersForLineNumbers(options) { function measureForScrollbars (line 378) | function measureForScrollbars(cm) { function NativeScrollbars (line 394) | function NativeScrollbars(place, scroll, cm) { function NullScrollbars (line 473) | function NullScrollbars() {} function initScrollbars (line 484) | function initScrollbars(cm) { function updateScrollbars (line 506) | function updateScrollbars(cm, measure) { function updateScrollbarsInner (line 520) | function updateScrollbarsInner(cm, measure) { function visibleLines (line 542) | function visibleLines(display, doc, viewport) { function alignHorizontally (line 567) | function alignHorizontally(cm) { function maybeUpdateLineNumberWidth (line 586) | function maybeUpdateLineNumberWidth(cm) { function lineNumberFor (line 604) | function lineNumberFor(options, i) { function compensateForHScroll (line 611) | function compensateForHScroll(display) { function DisplayUpdate (line 617) | function DisplayUpdate(cm, viewport, force) { function maybeClipScrollbars (line 641) | function maybeClipScrollbars(cm) { function updateDisplayIfNeeded (line 655) | function updateDisplayIfNeeded(cm, update) { function postUpdateDisplay (line 727) | function postUpdateDisplay(cm, update) { function updateDisplaySimple (line 758) | function updateDisplaySimple(cm, viewport) { function setDocumentHeight (line 771) | function setDocumentHeight(cm, measure) { function updateHeightsInViewport (line 780) | function updateHeightsInViewport(cm) { function updateWidgetHeight (line 807) | function updateWidgetHeight(line) { function getDimensions (line 814) | function getDimensions(cm) { function patchDisplay (line 832) | function patchDisplay(cm, updateNumbersFrom, dims) { function updateLineForChanges (line 877) | function updateLineForChanges(cm, lineView, lineN, dims) { function ensureLineWrapped (line 890) | function ensureLineWrapped(lineView) { function updateLineBackground (line 901) | function updateLineBackground(lineView) { function getLineContent (line 915) | function getLineContent(cm, lineView) { function updateLineText (line 928) | function updateLineText(cm, lineView) { function updateLineClasses (line 943) | function updateLineClasses(lineView) { function updateLineGutter (line 953) | function updateLineGutter(cm, lineView, lineN, dims) { function updateLineWidgets (line 983) | function updateLineWidgets(cm, lineView, dims) { function buildLineElement (line 994) | function buildLineElement(cm, lineView, lineN, dims) { function insertLineWidgets (line 1008) | function insertLineWidgets(cm, lineView, dims) { function insertLineWidgetsFor (line 1014) | function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) { function positionLineWidget (line 1030) | function positionLineWidget(widget, node, lineView, dims) { function copyPos (line 1060) | function copyPos(x) {return Pos(x.line, x.ch);} function maxPos (line 1061) | function maxPos(a, b) { return cmp(a, b) < 0 ? b : a; } function minPos (line 1062) | function minPos(a, b) { return cmp(a, b) < 0 ? a : b; } function ensureFocus (line 1066) | function ensureFocus(cm) { function isReadOnly (line 1070) | function isReadOnly(cm) { function applyTextInput (line 1079) | function applyTextInput(cm, inserted, deleted, sel) { function copyableRanges (line 1132) | function copyableRanges(cm) { function disableBrowserMagic (line 1143) | function disableBrowserMagic(field) { function TextareaInput (line 1151) | function TextareaInput(cm) { function hiddenTextarea (line 1169) | function hiddenTextarea() { function prepareCopyCut (line 1222) | function prepareCopyCut(e) { function p (line 1344) | function p() { function prepareSelectAllHack (line 1440) | function prepareSelectAllHack() { function rehide (line 1451) | function rehide() { function ContentEditableInput (line 1490) | function ContentEditableInput(cm) { function onCopyCut (line 1551) | function onCopyCut(e) { function poll (line 1665) | function poll() { function posToDOM (line 1775) | function posToDOM(cm, pos) { function badPos (line 1791) | function badPos(pos, bad) { if (bad) pos.bad = true; return pos; } function domToPos (line 1793) | function domToPos(cm, node, offset) { function locateNodeInLineView (line 1812) | function locateNodeInLineView(lineView, node, offset) { function domTextBetween (line 1867) | function domTextBetween(cm, from, to, fromLine, toLine) { function Selection (line 1917) | function Selection(ranges, primIndex) { function Range (line 1954) | function Range(anchor, head) { function normalizeSelection (line 1969) | function normalizeSelection(ranges, primIndex) { function simpleSelection (line 1985) | function simpleSelection(anchor, head) { function clipLine (line 1991) | function clipLine(doc, n) {return Math.max(doc.first, Math.min(n, doc.fi... function clipPos (line 1992) | function clipPos(doc, pos) { function clipToLen (line 1998) | function clipToLen(pos, linelen) { function isLine (line 2004) | function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.si... function clipPosArray (line 2005) | function clipPosArray(doc, array) { function extendRange (line 2020) | function extendRange(doc, range, head, other) { function extendSelection (line 2039) | function extendSelection(doc, head, other, options) { function extendSelections (line 2045) | function extendSelections(doc, heads, options) { function replaceOneSelection (line 2053) | function replaceOneSelection(doc, i, range, options) { function setSimpleSelection (line 2060) | function setSimpleSelection(doc, anchor, head, options) { function filterSelectionChange (line 2066) | function filterSelectionChange(doc, sel) { function setSelectionReplaceHistory (line 2082) | function setSelectionReplaceHistory(doc, sel, options) { function setSelection (line 2093) | function setSelection(doc, sel, options) { function setSelectionNoUndo (line 2098) | function setSelectionNoUndo(doc, sel, options) { function setSelectionInner (line 2110) | function setSelectionInner(doc, sel) { function reCheckSelection (line 2124) | function reCheckSelection(doc) { function skipAtomicInSelection (line 2130) | function skipAtomicInSelection(doc, sel, bias, mayClear) { function skipAtomic (line 2145) | function skipAtomic(doc, pos, bias, mayClear) { function updateSelection (line 2197) | function updateSelection(cm) { function prepareSelection (line 2201) | function prepareSelection(cm, primary) { function drawSelectionCursor (line 2219) | function drawSelectionCursor(cm, range, output) { function drawSelectionRange (line 2238) | function drawSelectionRange(cm, range, output) { function restartBlink (line 2313) | function restartBlink(cm) { function startWorker (line 2329) | function startWorker(cm, time) { function highlightWorker (line 2334) | function highlightWorker(cm) { function findStartLine (line 2376) | function findStartLine(cm, n, precise) { function getStateBefore (line 2392) | function getStateBefore(cm, n, precise) { function paddingTop (line 2410) | function paddingTop(display) {return display.lineSpace.offsetTop;} function paddingVert (line 2411) | function paddingVert(display) {return display.mover.offsetHeight - displ... function paddingH (line 2412) | function paddingH(display) { function scrollGap (line 2421) | function scrollGap(cm) { return scrollerGap - cm.display.nativeBarWidth; } function displayWidth (line 2422) | function displayWidth(cm) { function displayHeight (line 2425) | function displayHeight(cm) { function ensureLineHeights (line 2433) | function ensureLineHeights(cm, lineView, rect) { function mapFromLineView (line 2454) | function mapFromLineView(lineView, line, lineN) { function updateExternalMeasurement (line 2467) | function updateExternalMeasurement(cm, line) { function measureChar (line 2480) | function measureChar(cm, line, ch, bias) { function findViewForLine (line 2485) | function findViewForLine(cm, lineN) { function prepareMeasureForLine (line 2498) | function prepareMeasureForLine(cm, line) { function measureCharPrepared (line 2518) | function measureCharPrepared(cm, prepared, ch, bias, varHeight) { function nodeAndOffsetInLineMap (line 2540) | function nodeAndOffsetInLineMap(map, ch, bias) { function measureCharInner (line 2577) | function measureCharInner(cm, prepared, ch, bias) { function maybeUpdateRectForZooming (line 2636) | function maybeUpdateRectForZooming(measure, rect) { function clearLineMeasurementCacheFor (line 2646) | function clearLineMeasurementCacheFor(lineView) { function clearLineMeasurementCache (line 2655) | function clearLineMeasurementCache(cm) { function clearCaches (line 2662) | function clearCaches(cm) { function pageScrollX (line 2669) | function pageScrollX() { return window.pageXOffset || (document.document... function pageScrollY (line 2670) | function pageScrollY() { return window.pageYOffset || (document.document... function intoCoordSystem (line 2676) | function intoCoordSystem(cm, lineObj, rect, context) { function fromCoordSystem (line 2698) | function fromCoordSystem(cm, coords, context) { function charCoords (line 2715) | function charCoords(cm, pos, context, lineObj, bias) { function cursorCoords (line 2723) | function cursorCoords(cm, pos, context, lineObj, preparedMeasure, varHei... function estimateCoords (line 2755) | function estimateCoords(cm, pos) { function PosWithInfo (line 2769) | function PosWithInfo(line, ch, outside, xRel) { function coordsChar (line 2778) | function coordsChar(cm, x, y) { function coordsCharInner (line 2799) | function coordsCharInner(cm, lineObj, lineNo, x, y) { function textHeight (line 2841) | function textHeight(display) { function charWidth (line 2861) | function charWidth(display) { function startOperation (line 2883) | function startOperation(cm) { function fireCallbacksForOps (line 2910) | function fireCallbacksForOps(group) { function endOperation (line 2927) | function endOperation(cm) { function endOperations (line 2942) | function endOperations(group) { function endOperation_R1 (line 2956) | function endOperation_R1(op) { function endOperation_W1 (line 2969) | function endOperation_W1(op) { function endOperation_R2 (line 2973) | function endOperation_R2(op) { function endOperation_W2 (line 2994) | function endOperation_W2(op) { function endOperation_finish (line 3017) | function endOperation_finish(op) { function runInOp (line 3064) | function runInOp(cm, f) { function operation (line 3071) | function operation(cm, f) { function methodOp (line 3081) | function methodOp(f) { function docMethodOp (line 3089) | function docMethodOp(f) { function LineView (line 3104) | function LineView(doc, line, lineN) { function buildViewArray (line 3116) | function buildViewArray(cm, from, to) { function regChange (line 3132) | function regChange(cm, from, to, lendiff) { function regLineChange (line 3197) | function regLineChange(cm, line, type) { function resetView (line 3211) | function resetView(cm) { function findViewIndex (line 3219) | function findViewIndex(cm, n) { function viewCuttingPoint (line 3230) | function viewCuttingPoint(cm, oldN, newN, dir) { function adjustView (line 3256) | function adjustView(cm, from, to) { function countDirtyView (line 3277) | function countDirtyView(cm) { function registerEventHandlers (line 3289) | function registerEventHandlers(cm) { function onResize (line 3398) | function onResize(cm) { function eventInWidget (line 3411) | function eventInWidget(display, e) { function posFromMouse (line 3424) | function posFromMouse(cm, e, liberal, forRect) { function onMouseDown (line 3445) | function onMouseDown(e) { function leftButtonDown (line 3483) | function leftButtonDown(cm, e, start) { function leftButtonStartDrag (line 3509) | function leftButtonStartDrag(cm, e, start, modifier) { function leftButtonSelect (line 3536) | function leftButtonSelect(cm, e, start, type, addNew) { function gutterEvent (line 3678) | function gutterEvent(cm, e, type, prevent, signalfn) { function clickInGutter (line 3701) | function clickInGutter(cm, e) { function onDrop (line 3709) | function onDrop(e) { function onDragStart (line 3759) | function onDragStart(cm, e) { function setScrollTop (line 3785) | function setScrollTop(cm, val) { function setScrollLeft (line 3796) | function setScrollLeft(cm, val, isScroller) { function onScrollWheel (line 3840) | function onScrollWheel(cm, e) { function doHandleBinding (line 3912) | function doHandleBinding(cm, bound, dropShift) { function lookupKeyForEditor (line 3932) | function lookupKeyForEditor(cm, name, handle) { function dispatchKey (line 3942) | function dispatchKey(cm, name, e, handle) { function handleKeyBinding (line 3974) | function handleKeyBinding(cm, e) { function handleCharBinding (line 3993) | function handleCharBinding(cm, e, ch) { function onKeyDown (line 3999) | function onKeyDown(e) { function showCrossHair (line 4020) | function showCrossHair(cm) { function onKeyUp (line 4035) | function onKeyUp(e) { function onKeyPress (line 4040) | function onKeyPress(e) { function onFocus (line 4053) | function onFocus(cm) { function onBlur (line 4070) | function onBlur(cm) { function onContextMenu (line 4085) | function onContextMenu(cm, e) { function contextMenuInGutter (line 4090) | function contextMenuInGutter(cm, e) { function adjustForChange (line 4107) | function adjustForChange(pos, change) { function computeSelAfterChange (line 4116) | function computeSelAfterChange(doc, change) { function offsetPos (line 4126) | function offsetPos(pos, old, nw) { function computeReplacedSel (line 4135) | function computeReplacedSel(doc, changes, hint) { function filterChange (line 4155) | function filterChange(doc, change, update) { function makeChange (line 4179) | function makeChange(doc, change, ignoreReadOnly) { function makeChangeInner (line 4201) | function makeChangeInner(doc, change) { function makeChangeFromHistory (line 4219) | function makeChangeFromHistory(doc, type, allowSelectionOnly) { function shiftDoc (line 4285) | function shiftDoc(doc, distance) { function makeChangeSingleDoc (line 4301) | function makeChangeSingleDoc(doc, change, selAfter, spans) { function makeChangeSingleDocInEditor (line 4334) | function makeChangeSingleDocInEditor(cm, change, spans) { function replaceRange (line 4393) | function replaceRange(doc, code, from, to, origin) { function maybeScrollWindow (line 4404) | function maybeScrollWindow(cm, coords) { function scrollPosIntoView (line 4424) | function scrollPosIntoView(cm, pos, end, margin) { function scrollIntoView (line 4448) | function scrollIntoView(cm, x1, y1, x2, y2) { function calculateScrollPos (line 4458) | function calculateScrollPos(cm, x1, y1, x2, y2) { function addToScrollPos (line 4488) | function addToScrollPos(cm, left, top) { function ensureCursorVisible (line 4498) | function ensureCursorVisible(cm) { function resolveScrollToPos (line 4512) | function resolveScrollToPos(cm) { function indentLine (line 4532) | function indentLine(cm, n, how, aggressive) { function changeLine (line 4593) | function changeLine(doc, handle, changeType, op) { function deleteNearSelection (line 4604) | function deleteNearSelection(cm, compute) { function findPosH (line 4636) | function findPosH(doc, pos, dir, unit, visually) { function findPosV (line 4687) | function findPosV(cm, pos, dir, unit) { function interpret (line 5106) | function interpret(val) { function option (line 5162) | function option(name, deflt, handle, notOnInit) { function normalizeKeyName (line 5608) | function normalizeKeyName(name) { function getKeyMap (line 5694) | function getKeyMap(val) { function save (line 5715) | function save() {textarea.value = cm.getValue();} function markText (line 5965) | function markText(doc, from, to, options, type) { function markTextShared (line 6058) | function markTextShared(doc, from, to, options, type) { function findSharedMarkers (line 6073) | function findSharedMarkers(doc) { function copySharedMarkers (line 6078) | function copySharedMarkers(doc, markers) { function detachSharedMarkers (line 6090) | function detachSharedMarkers(markers) { function MarkedSpan (line 6106) | function MarkedSpan(marker, from, to) { function getMarkedSpanFor (line 6112) | function getMarkedSpanFor(spans, marker) { function removeMarkedSpan (line 6120) | function removeMarkedSpan(spans, span) { function addMarkedSpan (line 6126) | function addMarkedSpan(line, span) { function markedSpansBefore (line 6135) | function markedSpansBefore(old, startCh, isInsert) { function markedSpansAfter (line 6146) | function markedSpansAfter(old, endCh, isInsert) { function stretchSpansOverChange (line 6165) | function stretchSpansOverChange(doc, change) { function clearEmptySpans (line 6227) | function clearEmptySpans(spans) { function mergeOldSpans (line 6241) | function mergeOldSpans(doc, change) { function removeReadOnlyRanges (line 6264) | function removeReadOnlyRanges(doc, from, to) { function detachMarkedSpans (line 6293) | function detachMarkedSpans(line) { function attachMarkedSpans (line 6300) | function attachMarkedSpans(line, spans) { function extraLeft (line 6309) | function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; } function extraRight (line 6310) | function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; } function compareCollapsedMarkers (line 6315) | function compareCollapsedMarkers(a, b) { function collapsedSpanAtSide (line 6328) | function collapsedSpanAtSide(line, start) { function collapsedSpanAtStart (line 6338) | function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, t... function collapsedSpanAtEnd (line 6339) | function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, fal... function conflictingCollapsedRange (line 6344) | function conflictingCollapsedRange(doc, lineNo, from, to, marker) { function visualLine (line 6364) | function visualLine(line) { function visualLineContinued (line 6373) | function visualLineContinued(line) { function visualLineNo (line 6384) | function visualLineNo(doc, lineN) { function visualLineEndNo (line 6391) | function visualLineEndNo(doc, lineN) { function lineIsHidden (line 6403) | function lineIsHidden(doc, line) { function lineIsHiddenInner (line 6414) | function lineIsHiddenInner(doc, line, span) { function adjustScrollWhenAboveVisible (line 6442) | function adjustScrollWhenAboveVisible(cm, line, diff) { function widgetHeight (line 6471) | function widgetHeight(widget) { function addLineWidget (line 6484) | function addLineWidget(cm, handle, node, options) { function updateLine (line 6518) | function updateLine(line, text, markedSpans, estimateHeight) { function cleanUpLine (line 6530) | function cleanUpLine(line) { function extractLineClasses (line 6535) | function extractLineClasses(type, output) { function callBlankLine (line 6549) | function callBlankLine(mode, state) { function readToken (line 6556) | function readToken(mode, stream, state, inner) { function takeToken (line 6566) | function takeToken(cm, pos, precise, asArray) { function runMode (line 6588) | function runMode(cm, text, mode, state, f, lineClasses, forceToEnd) { function highlightLine (line 6629) | function highlightLine(cm, line, state, forceToEnd) { function getLineStyles (line 6667) | function getLineStyles(cm, line, updateFrontier) { function processLine (line 6681) | function processLine(cm, text, state, startAt) { function interpretTokenStyle (line 6696) | function interpretTokenStyle(style, options) { function buildLineContent (line 6708) | function buildLineContent(cm, lineView) { function defaultSpecialCharPlaceholder (line 6762) | function defaultSpecialCharPlaceholder(ch) { function buildToken (line 6771) | function buildToken(builder, text, style, startStyle, endStyle, title, c... function buildTokenSplitSpaces (line 6824) | function buildTokenSplitSpaces(inner) { function buildTokenBadBidi (line 6838) | function buildTokenBadBidi(inner, order) { function buildCollapsedSpan (line 6857) | function buildCollapsedSpan(builder, size, marker, ignoreWidget) { function insertLineContent (line 6874) | function insertLineContent(line, builder, styles) { function isWholeLineUpdate (line 6939) | function isWholeLineUpdate(doc, change) { function updateDoc (line 6945) | function updateDoc(doc, change, markedSpans, estimateHeight) { function LeafChunk (line 7008) | function LeafChunk(lines) { function BranchChunk (line 7048) | function BranchChunk(children) { function linkedDocs (line 7501) | function linkedDocs(doc, f, sharedHistOnly) { function attachDoc (line 7516) | function attachDoc(cm, doc) { function getLine (line 7530) | function getLine(doc, n) { function getBetween (line 7545) | function getBetween(doc, start, end) { function getLines (line 7557) | function getLines(doc, from, to) { function updateLineHeight (line 7565) | function updateLineHeight(line, height) { function lineNo (line 7572) | function lineNo(line) { function lineAtHeight (line 7586) | function lineAtHeight(chunk, h) { function heightAtLine (line 7607) | function heightAtLine(lineObj) { function getOrder (line 7629) | function getOrder(line) { function History (line 7637) | function History(startGen) { function historyChangeFromChange (line 7654) | function historyChangeFromChange(doc, change) { function clearSelectionEvents (line 7663) | function clearSelectionEvents(array) { function lastChangeEvent (line 7673) | function lastChangeEvent(hist, force) { function addChangeToHistory (line 7688) | function addChangeToHistory(doc, change, selAfter, opId) { function selectionEventCanBeMerged (line 7730) | function selectionEventCanBeMerged(doc, origin, prev, sel) { function addSelectionToHistory (line 7743) | function addSelectionToHistory(doc, sel, opId, options) { function pushSelectionToHistory (line 7765) | function pushSelectionToHistory(sel, dest) { function attachLocalSpans (line 7772) | function attachLocalSpans(doc, change, from, to) { function removeClearedSpans (line 7783) | function removeClearedSpans(spans) { function getOldSpans (line 7793) | function getOldSpans(doc, change) { function copyHistoryArray (line 7803) | function copyHistoryArray(events, newGroup, instantiateSel) { function rebaseHistSelSingle (line 7828) | function rebaseHistSelSingle(pos, from, to, diff) { function rebaseHistArray (line 7844) | function rebaseHistArray(array, from, to, diff) { function rebaseHist (line 7872) | function rebaseHist(hist, change) { function e_defaultPrevented (line 7891) | function e_defaultPrevented(e) { function e_target (line 7896) | function e_target(e) {return e.target || e.srcElement;} function e_button (line 7897) | function e_button(e) { function signalLater (line 7954) | function signalLater(emitter, type /*, values...*/) { function fireOrphanDelayed (line 7971) | function fireOrphanDelayed() { function signalDOMEvent (line 7980) | function signalDOMEvent(cm, e, override) { function signalCursorActivity (line 7987) | function signalCursorActivity(cm) { function hasHandler (line 7995) | function hasHandler(emitter, type) { function eventMixin (line 8002) | function eventMixin(ctor) { function Delayed (line 8019) | function Delayed() {this.id = null;} function findColumn (line 8044) | function findColumn(string, goal, tabSize) { function spaceStr (line 8059) | function spaceStr(n) { function lst (line 8065) | function lst(arr) { return arr[arr.length-1]; } function indexOf (line 8073) | function indexOf(array, elt) { function map (line 8078) | function map(array, f) { function nothing (line 8084) | function nothing() {} function createObj (line 8086) | function createObj(base, props) { function copyObj (line 8098) | function copyObj(obj, target, overwrite) { function bind (line 8106) | function bind(f) { function isWordChar (line 8116) | function isWordChar(ch, helper) { function isEmpty (line 8122) | function isEmpty(obj) { function isExtendingChar (line 8133) | function isExtendingChar(ch) { return ch.charCodeAt(0) >= 768 && extendi... function elt (line 8137) | function elt(tag, content, className, style) { function removeChildren (line 8163) | function removeChildren(e) { function removeChildrenAndAdd (line 8169) | function removeChildrenAndAdd(parent, e) { function activeElt (line 8184) | function activeElt() { return document.activeElement; } function classTest (line 8192) | function classTest(cls) { return new RegExp("(^|\\s)" + cls + "(?:$|\\s)... function joinClasses (line 8205) | function joinClasses(a, b) { function forEachCodeMirror (line 8218) | function forEachCodeMirror(f) { function ensureGlobalHandlers (line 8228) | function ensureGlobalHandlers() { function registerGlobalHandlers (line 8233) | function registerGlobalHandlers() { function zeroWidthElement (line 8260) | function zeroWidthElement(measure) { function hasBadBidiRects (line 8275) | function hasBadBidiRects(measure) { function hasBadZoomedRects (line 8322) | function hasBadZoomedRects(measure) { function iterateBidiSections (line 8351) | function iterateBidiSections(order, from, to, f) { function bidiLeft (line 8364) | function bidiLeft(part) { return part.level % 2 ? part.to : part.from; } function bidiRight (line 8365) | function bidiRight(part) { return part.level % 2 ? part.from : part.to; } function lineLeft (line 8367) | function lineLeft(line) { var order = getOrder(line); return order ? bid... function lineRight (line 8368) | function lineRight(line) { function lineStart (line 8374) | function lineStart(cm, lineN) { function lineEnd (line 8382) | function lineEnd(cm, lineN) { function lineStartSmart (line 8392) | function lineStartSmart(cm, pos) { function compareBidiLevel (line 8404) | function compareBidiLevel(order, a, b) { function getBidiPartAt (line 8411) | function getBidiPartAt(order, pos) { function moveInLine (line 8431) | function moveInLine(line, pos, dir, byUnit) { function moveVisually (line 8443) | function moveVisually(line, start, dir, byUnit) { function moveLogically (line 8466) | function moveLogically(line, start, dir, byUnit) { function charType (line 8500) | function charType(code) { function BidiSpan (line 8515) | function BidiSpan(level, from, to) { FILE: Public/editor.md/lib/codemirror/mode/asterisk/asterisk.js function basicToken (line 66) | function basicToken(stream,state){ FILE: Public/editor.md/lib/codemirror/mode/clike/clike.js function tokenBase (line 29) | function tokenBase(stream, state) { function tokenString (line 75) | function tokenString(quote) { function tokenComment (line 88) | function tokenComment(stream, state) { function Context (line 100) | function Context(indented, column, type, align, prev) { function pushContext (line 107) | function pushContext(state, col, type) { function popContext (line 113) | function popContext(state) { function words (line 182) | function words(str) { function cppHook (line 191) | function cppHook(stream, state) { function cpp11StringHook (line 209) | function cpp11StringHook(stream, state) { function tokenAtString (line 234) | function tokenAtString(stream, state) { function tokenRawString (line 247) | function tokenRawString(stream, state) { function def (line 258) | function def(mimes, mode) { function tokenTripleString (line 350) | function tokenTripleString(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/clojure/clojure.js function makeKeywords (line 25) | function makeKeywords(str) { function stateStack (line 65) | function stateStack(indent, type, prev) { // represents a state stack ob... function pushStack (line 71) | function pushStack(state, indent, type) { function popStack (line 75) | function popStack(state) { function isNumber (line 79) | function isNumber(ch, stream){ function eatCharacter (line 113) | function eatCharacter(stream) { FILE: Public/editor.md/lib/codemirror/mode/cobol/cobol.js function makeKeywords (line 22) | function makeKeywords(str) { function isNumber (line 150) | function isNumber(ch, stream){ FILE: Public/editor.md/lib/codemirror/mode/coffeescript/coffeescript.js function wordRegexp (line 21) | function wordRegexp(words) { function tokenBase (line 50) | function tokenBase(stream, state) { function tokenFactory (line 177) | function tokenFactory(delimiter, singleline, outclass) { function longComment (line 204) | function longComment(stream, state) { function indent (line 216) | function indent(stream, state, type) { function dedent (line 240) | function dedent(stream, state) { function tokenLexer (line 264) | function tokenLexer(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/commonlisp/commonlisp.js function readSym (line 21) | function readSym(stream) { function base (line 30) | function base(stream, state) { function inString (line 63) | function inString(stream, state) { function inComment (line 72) | function inComment(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/css/css.js function ret (line 31) | function ret(style, tp) { type = tp; return style; } function tokenBase (line 35) | function tokenBase(stream, state) { function tokenString (line 90) | function tokenString(quote) { function tokenParenthesized (line 105) | function tokenParenthesized(stream, state) { function Context (line 116) | function Context(type, indent, prev) { function pushContext (line 122) | function pushContext(state, stream, type) { function popContext (line 127) | function popContext(state) { function pass (line 132) | function pass(type, stream, state) { function popAndPass (line 135) | function popAndPass(type, stream, state, n) { function wordAsValue (line 143) | function wordAsValue(stream) { function keySet (line 375) | function keySet(array) { function tokenCComment (line 642) | function tokenCComment(stream, state) { function tokenSGMLComment (line 654) | function tokenSGMLComment(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/css/less_test.js function MT (line 8) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/css/scss_test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/css/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/d/d.js function tokenBase (line 27) | function tokenBase(stream, state) { function tokenString (line 77) | function tokenString(quote) { function tokenComment (line 90) | function tokenComment(stream, state) { function tokenNestedComment (line 102) | function tokenNestedComment(stream, state) { function Context (line 114) | function Context(indented, column, type, align, prev) { function pushContext (line 121) | function pushContext(state, col, type) { function popContext (line 127) | function popContext(state) { function words (line 189) | function words(str) { FILE: Public/editor.md/lib/codemirror/mode/dart/dart.js function set (line 23) | function set(words) { FILE: Public/editor.md/lib/codemirror/mode/django/django.js function tokenBase (line 24) | function tokenBase (stream, state) { function inTag (line 34) | function inTag (close) { FILE: Public/editor.md/lib/codemirror/mode/dtd/dtd.js function ret (line 23) | function ret(style, tp) {type = tp; return style;} function tokenBase (line 25) | function tokenBase(stream, state) { function tokenSGMLComment (line 54) | function tokenSGMLComment(stream, state) { function tokenString (line 66) | function tokenString(quote) { function inBlock (line 80) | function inBlock(style, terminator) { FILE: Public/editor.md/lib/codemirror/mode/dylan/dylan.js function chain (line 152) | function chain(stream, state, f) { function ret (line 159) | function ret(_type, style, _content) { function tokenBase (line 165) | function tokenBase(stream, state) { function tokenComment (line 250) | function tokenComment(stream, state) { function tokenString (line 263) | function tokenString(quote, type, style) { FILE: Public/editor.md/lib/codemirror/mode/ecl/ecl.js function words (line 16) | function words(str) { function metaHook (line 22) | function metaHook(stream, state) { function tokenBase (line 42) | function tokenBase(stream, state) { function tokenString (line 108) | function tokenString(quote) { function tokenComment (line 121) | function tokenComment(stream, state) { function Context (line 133) | function Context(indented, column, type, align, prev) { function pushContext (line 140) | function pushContext(state, col, type) { function popContext (line 143) | function popContext(state) { FILE: Public/editor.md/lib/codemirror/mode/eiffel/eiffel.js function wordObj (line 15) | function wordObj(words) { function chain (line 89) | function chain(newtok, stream, state) { function tokenBase (line 94) | function tokenBase(stream, state) { function readQuoted (line 121) | function readQuoted(quote, style, unescaped) { FILE: Public/editor.md/lib/codemirror/mode/erlang/erlang.js function tokenizer (line 103) | function tokenizer(stream,state) { function nongreedy (line 294) | function nongreedy(stream,re,words) { function greedy (line 308) | function greedy(stream,re,words) { function doubleQuote (line 325) | function doubleQuote(stream) { function singleQuote (line 329) | function singleQuote(stream) { function quote (line 333) | function quote(stream,quoteChar,escapeChar) { function lookahead (line 345) | function lookahead(stream) { function is_member (line 350) | function is_member(element,list) { function rval (line 354) | function rval(state,stream,type) { function aToken (line 388) | function aToken(tok,col,ind,typ) { function realToken (line 395) | function realToken(type,stream) { function fakeToken (line 402) | function fakeToken(type) { function peekToken (line 406) | function peekToken(state,depth) { function pushToken (line 417) | function pushToken(state,token) { function maybe_drop_pre (line 425) | function maybe_drop_pre(s,token) { function maybe_drop_post (line 439) | function maybe_drop_post(s) { function d (line 466) | function d(stack,tt) { function indenter (line 506) | function indenter(state,textAfter) { function wordafter (line 549) | function wordafter(str) { function postcommaToken (line 555) | function postcommaToken(state) { function defaultToken (line 562) | function defaultToken(state) { function getToken (line 576) | function getToken(state,tokens) { function getTokenIndex (line 583) | function getTokenIndex(objs,propname,propvals) { function truthy (line 593) | function truthy(x) { FILE: Public/editor.md/lib/codemirror/mode/forth/forth.js function toWordList (line 16) | function toWordList(words) { function searchWordList (line 67) | function searchWordList (wordList, word) { FILE: Public/editor.md/lib/codemirror/mode/fortran/fortran.js function words (line 15) | function words(array) { function tokenBase (line 117) | function tokenBase(stream, state) { function tokenString (line 155) | function tokenString(quote) { FILE: Public/editor.md/lib/codemirror/mode/gas/gas.js function x86 (line 144) | function x86(_parserConfig) { function armv6 (line 191) | function armv6(_parserConfig) { function nextUntilUnescaped (line 234) | function nextUntilUnescaped(stream, end) { function clikeComment (line 245) | function clikeComment(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/gfm/gfm.js function blankLine (line 16) | function blankLine(state) { FILE: Public/editor.md/lib/codemirror/mode/gfm/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... function FT (line 8) | function FT(name) { test.mode(name, modeHighlightFormatting, Array.proto... FILE: Public/editor.md/lib/codemirror/mode/go/go.js function tokenBase (line 40) | function tokenBase(stream, state) { function tokenString (line 84) | function tokenString(quote) { function tokenComment (line 97) | function tokenComment(stream, state) { function Context (line 109) | function Context(indented, column, type, align, prev) { function pushContext (line 116) | function pushContext(state, col, type) { function popContext (line 119) | function popContext(state) { FILE: Public/editor.md/lib/codemirror/mode/groovy/groovy.js function words (line 15) | function words(str) { function tokenBase (line 30) | function tokenBase(stream, state) { function startString (line 79) | function startString(quote, stream, state) { function tokenBaseUntilBrace (line 105) | function tokenBaseUntilBrace() { function tokenComment (line 123) | function tokenComment(stream, state) { function expectExpression (line 135) | function expectExpression(last) { function Context (line 140) | function Context(indented, column, type, align, prev) { function pushContext (line 147) | function pushContext(state, col, type) { function popContext (line 150) | function popContext(state) { FILE: Public/editor.md/lib/codemirror/mode/haml/haml.js function rubyInQuote (line 19) | function rubyInQuote(endQuote) { function ruby (line 33) | function ruby(stream, state) { function html (line 41) | function html(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/haml/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/haskell/haskell.js function switchState (line 16) | function switchState(source, setState, f) { function normal (line 32) | function normal(source, setState) { function ncomment (line 125) | function ncomment(type, nest) { function stringLiteral (line 149) | function stringLiteral(source, setState) { function stringGap (line 172) | function stringGap(source, setState) { function setType (line 184) | function setType(t) { FILE: Public/editor.md/lib/codemirror/mode/haxe/haxe.js function kw (line 20) | function kw(type) {return {type: type, style: "keyword"};} function chain (line 39) | function chain(stream, state, f) { function nextUntilUnescaped (line 44) | function nextUntilUnescaped(stream, end) { function ret (line 57) | function ret(tp, style, cont) { function haxeTokenBase (line 62) | function haxeTokenBase(stream, state) { function haxeTokenString (line 125) | function haxeTokenString(quote) { function haxeTokenComment (line 133) | function haxeTokenComment(stream, state) { function HaxeLexical (line 149) | function HaxeLexical(indented, column, type, align, prev, info) { function inScope (line 158) | function inScope(state, varname) { function parseHaxe (line 163) | function parseHaxe(state, style, type, content, stream) { function imported (line 185) | function imported(state, typename) function registerimport (line 195) | function registerimport(importname) { function pass (line 204) | function pass() { function cont (line 207) | function cont() { function register (line 211) | function register(varname) { function pushcontext (line 224) | function pushcontext() { function popcontext (line 228) | function popcontext() { function pushlex (line 232) | function pushlex(type, info) { function poplex (line 240) | function poplex() { function expect (line 250) | function expect(wanted) { function statement (line 259) | function statement(type) { function expression (line 281) | function expression(type) { function maybeexpression (line 291) | function maybeexpression(type) { function maybeoperator (line 296) | function maybeoperator(type, value) { function maybeattribute (line 305) | function maybeattribute(type) { function metadef (line 311) | function metadef(type) { function metaargs (line 316) | function metaargs(type) { function importdef (line 320) | function importdef (type, value) { function typedef (line 325) | function typedef (type, value) function maybelabel (line 331) | function maybelabel(type) { function property (line 335) | function property(type) { function objprop (line 338) | function objprop(type) { function commasep (line 342) | function commasep(what, end) { function block (line 353) | function block(type) { function vardef1 (line 357) | function vardef1(type, value) { function vardef2 (line 361) | function vardef2(type, value) { function forspec1 (line 365) | function forspec1(type, value) { function forin (line 371) | function forin(_type, value) { function functiondef (line 374) | function functiondef(type, value) { function typeuse (line 379) | function typeuse(type) { function typestring (line 382) | function typestring(type) { function typeprop (line 387) | function typeprop(type) { function funarg (line 390) | function funarg(type, value) { FILE: Public/editor.md/lib/codemirror/mode/htmlembedded/htmlembedded.js function htmlDispatch (line 24) | function htmlDispatch(stream, state) { function scriptingDispatch (line 34) | function scriptingDispatch(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/htmlmixed/htmlmixed.js function html (line 31) | function html(stream, state) { function maybeBackup (line 58) | function maybeBackup(stream, pat, style) { function script (line 68) | function script(stream, state) { function css (line 77) | function css(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/http/http.js function failFirstLine (line 15) | function failFirstLine(stream, state) { function start (line 21) | function start(stream, state) { function responseStatusCode (line 33) | function responseStatusCode(stream, state) { function responseStatusText (line 54) | function responseStatusText(stream, state) { function requestPath (line 60) | function requestPath(stream, state) { function requestProtocol (line 66) | function requestProtocol(stream, state) { function header (line 75) | function header(stream) { function body (line 89) | function body(stream) { FILE: Public/editor.md/lib/codemirror/mode/idl/idl.js function wordRegexp (line 14) | function wordRegexp(words) { function tokenBase (line 244) | function tokenBase(stream) { FILE: Public/editor.md/lib/codemirror/mode/jade/jade.js function State (line 29) | function State() { function javaScript (line 105) | function javaScript(stream, state) { function javaScriptArguments (line 122) | function javaScriptArguments(stream, state) { function yieldStatement (line 143) | function yieldStatement(stream) { function doctype (line 149) | function doctype(stream) { function interpolation (line 155) | function interpolation(stream, state) { function interpolationContinued (line 163) | function interpolationContinued(stream, state) { function caseStatement (line 179) | function caseStatement(stream, state) { function when (line 186) | function when(stream, state) { function defaultStatement (line 194) | function defaultStatement(stream) { function extendsStatement (line 200) | function extendsStatement(stream, state) { function append (line 207) | function append(stream, state) { function prepend (line 213) | function prepend(stream, state) { function block (line 219) | function block(stream, state) { function include (line 226) | function include(stream, state) { function includeFiltered (line 233) | function includeFiltered(stream, state) { function includeFilteredContinued (line 240) | function includeFilteredContinued(stream, state) { function mixin (line 249) | function mixin(stream, state) { function call (line 256) | function call(stream, state) { function callArguments (line 270) | function callArguments(stream, state) { function conditional (line 281) | function conditional(stream, state) { function each (line 288) | function each(stream, state) { function eachContinued (line 294) | function eachContinued(stream, state) { function whileStatement (line 309) | function whileStatement(stream, state) { function tag (line 316) | function tag(stream, state) { function filter (line 327) | function filter(stream, state) { function code (line 344) | function code(stream, state) { function id (line 351) | function id(stream) { function className (line 357) | function className(stream) { function attrs (line 363) | function attrs(stream, state) { function attrsContinued (line 375) | function attrsContinued(stream, state) { function attributesBlock (line 419) | function attributesBlock(stream, state) { function indent (line 427) | function indent(stream) { function comment (line 433) | function comment(stream, state) { function colon (line 441) | function colon(stream) { function text (line 447) | function text(stream, state) { function dot (line 459) | function dot(stream, state) { function fail (line 472) | function fail(stream) { function setInnerMode (line 478) | function setInnerMode(stream, state, mode) { function innerMode (line 491) | function innerMode(stream, state, force) { function restOfLine (line 511) | function restOfLine(stream, state) { function startState (line 525) | function startState() { function copyState (line 528) | function copyState(state) { function nextToken (line 537) | function nextToken(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/javascript/javascript.js function kw (line 27) | function kw(type) {return {type: type, style: "keyword"};} function readRegexp (line 73) | function readRegexp(stream) { function ret (line 88) | function ret(tp, style, cont) { function tokenBase (line 92) | function tokenBase(stream, state) { function tokenString (line 144) | function tokenString(quote) { function tokenComment (line 160) | function tokenComment(stream, state) { function tokenQuasi (line 172) | function tokenQuasi(stream, state) { function findFatArrow (line 192) | function findFatArrow(stream, state) { function JSLexical (line 222) | function JSLexical(indented, column, type, align, prev, info) { function inScope (line 231) | function inScope(state, varname) { function parseJS (line 240) | function parseJS(state, style, type, content, stream) { function pass (line 264) | function pass() { function cont (line 267) | function cont() { function register (line 271) | function register(varname) { function pushcontext (line 292) | function pushcontext() { function popcontext (line 296) | function popcontext() { function pushlex (line 300) | function pushlex(type, info) { function poplex (line 311) | function poplex() { function expect (line 321) | function expect(wanted) { function statement (line 330) | function statement(type, value) { function expression (line 356) | function expression(type) { function expressionNoComma (line 359) | function expressionNoComma(type) { function expressionInner (line 362) | function expressionInner(type, noComma) { function maybeexpression (line 380) | function maybeexpression(type) { function maybeexpressionNoComma (line 384) | function maybeexpressionNoComma(type) { function maybeoperatorComma (line 389) | function maybeoperatorComma(type, value) { function maybeoperatorNoComma (line 393) | function maybeoperatorNoComma(type, value, noComma) { function quasi (line 408) | function quasi(type, value) { function continueQuasi (line 413) | function continueQuasi(type) { function arrowBody (line 420) | function arrowBody(type) { function arrowBodyNoComma (line 424) | function arrowBodyNoComma(type) { function maybelabel (line 428) | function maybelabel(type) { function property (line 432) | function property(type) { function objprop (line 435) | function objprop(type, value) { function getterSetter (line 449) | function getterSetter(type) { function afterprop (line 454) | function afterprop(type) { function commasep (line 458) | function commasep(what, end) { function contCommasep (line 473) | function contCommasep(what, end, info) { function block (line 478) | function block(type) { function maybetype (line 482) | function maybetype(type) { function typedef (line 485) | function typedef(type) { function vardef (line 488) | function vardef() { function pattern (line 491) | function pattern(type, value) { function proppattern (line 496) | function proppattern(type, value) { function maybeAssign (line 504) | function maybeAssign(_type, value) { function vardefCont (line 507) | function vardefCont(type) { function maybeelse (line 510) | function maybeelse(type, value) { function forspec (line 513) | function forspec(type) { function forspec1 (line 516) | function forspec1(type) { function formaybeinof (line 522) | function formaybeinof(_type, value) { function forspec2 (line 526) | function forspec2(type, value) { function forspec3 (line 531) | function forspec3(type) { function functiondef (line 534) | function functiondef(type, value) { function funarg (line 539) | function funarg(type) { function className (line 543) | function className(type, value) { function classNameAfter (line 546) | function classNameAfter(type, value) { function classBody (line 550) | function classBody(type, value) { function classGetterSetter (line 563) | function classGetterSetter(type) { function afterModule (line 568) | function afterModule(type, value) { function afterExport (line 572) | function afterExport(_type, value) { function afterImport (line 577) | function afterImport(type) { function importSpec (line 581) | function importSpec(type, value) { function maybeFrom (line 586) | function maybeFrom(_type, value) { function arrayLiteral (line 589) | function arrayLiteral(type) { function maybeArrayComprehension (line 593) | function maybeArrayComprehension(type) { function comprehension (line 598) | function comprehension(type) { function isContinuedStatement (line 603) | function isContinuedStatement(state, textAfter) { FILE: Public/editor.md/lib/codemirror/mode/javascript/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... function LD (line 167) | function LD(name) { FILE: Public/editor.md/lib/codemirror/mode/jinja2/jinja2.js function tokenBase (line 36) | function tokenBase (stream, state) { FILE: Public/editor.md/lib/codemirror/mode/julia/julia.js function wordRegexp (line 17) | function wordRegexp(words) { function in_array (line 39) | function in_array(state) { function cur_scope (line 49) | function cur_scope(state) { function tokenBase (line 57) | function tokenBase(stream, state) { function tokenStringFactory (line 214) | function tokenStringFactory(delimiter) { function tokenLexer (line 249) | function tokenLexer(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/kotlin/kotlin.js function words (line 15) | function words(str) { function tokenBase (line 34) | function tokenBase(stream, state) { function startString (line 96) | function startString(quote, stream, state) { function tokenBaseUntilBrace (line 137) | function tokenBaseUntilBrace() { function tokenBaseUntilSpace (line 157) | function tokenBaseUntilSpace() { function tokenComment (line 174) | function tokenComment(stream, state) { function expectExpression (line 186) | function expectExpression(last) { function Context (line 191) | function Context(indented, column, type, align, prev) { function pushContext (line 199) | function pushContext(state, col, type) { function popContext (line 203) | function popContext(state) { FILE: Public/editor.md/lib/codemirror/mode/lua/lua.js function prefixRE (line 21) | function prefixRE(words) { function wordRE (line 24) | function wordRE(words) { function readBracket (line 70) | function readBracket(stream) { function normal (line 77) | function normal(stream, state) { function bracketed (line 100) | function bracketed(level, style) { function string (line 113) | function string(quote) { FILE: Public/editor.md/lib/codemirror/mode/markdown/markdown.js function getMode (line 19) | function getMode(name) { function switchInline (line 79) | function switchInline(stream, state, f) { function switchBlock (line 84) | function switchBlock(stream, state, f) { function blankLine (line 92) | function blankLine(state) { function blockNormal (line 115) | function blockNormal(stream, state) { function htmlBlock (line 190) | function htmlBlock(stream, state) { function local (line 201) | function local(stream, state) { function leavingLocal (line 214) | function leavingLocal(stream, state) { function getType (line 226) | function getType(state) { function handleText (line 308) | function handleText(stream, state) { function inlineNormal (line 315) | function inlineNormal(stream, state) { function linkInline (line 532) | function linkInline(stream, state) { function linkHref (line 552) | function linkHref(stream, state) { function getLinkHrefInside (line 567) | function getLinkHrefInside(endChar) { function footnoteLink (line 588) | function footnoteLink(stream, state) { function footnoteLinkInside (line 599) | function footnoteLinkInside(stream, state) { function footnoteUrl (line 613) | function footnoteUrl(stream, state) { function inlineRE (line 631) | function inlineRE(endChar) { FILE: Public/editor.md/lib/codemirror/mode/markdown/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... function FT (line 8) | function FT(name) { test.mode(name, modeHighlightFormatting, Array.proto... FILE: Public/editor.md/lib/codemirror/mode/mirc/mirc.js function parseWords (line 18) | function parseWords(str) { function chain (line 86) | function chain(stream, state, f) { function tokenBase (line 90) | function tokenBase(stream, state) { function tokenComment (line 153) | function tokenComment(stream, state) { function tokenUnparsed (line 164) | function tokenUnparsed(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/mllike/mllike.js function tokenBase (line 50) | function tokenBase(stream, state) { function tokenString (line 91) | function tokenString(stream, state) { function tokenComment (line 106) | function tokenComment(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/modelica/modelica.js function tokenLineComment (line 30) | function tokenLineComment(stream, state) { function tokenBlockComment (line 36) | function tokenBlockComment(stream, state) { function tokenString (line 48) | function tokenString(stream, state) { function tokenIdent (line 62) | function tokenIdent(stream, state) { function tokenQIdent (line 81) | function tokenQIdent(stream, state) { function tokenUnsignedNuber (line 93) | function tokenUnsignedNuber(stream, state) { function words (line 202) | function words(str) { function def (line 213) | function def(mimes, mode) { FILE: Public/editor.md/lib/codemirror/mode/nginx/nginx.js function words (line 16) | function words(str) { function ret (line 36) | function ret(style, tp) {type = tp; return style;} function tokenBase (line 38) | function tokenBase(stream, state) { function tokenCComment (line 97) | function tokenCComment(stream, state) { function tokenSGMLComment (line 109) | function tokenSGMLComment(stream, state) { function tokenString (line 121) | function tokenString(quote) { FILE: Public/editor.md/lib/codemirror/mode/ntriples/ntriples.js function transitState (line 59) | function transitState(currState, c) { FILE: Public/editor.md/lib/codemirror/mode/octave/octave.js function wordRegexp (line 15) | function wordRegexp(words) { function tokenTranspose (line 46) | function tokenTranspose(stream, state) { function tokenComment (line 57) | function tokenComment(stream, state) { function tokenBase (line 66) | function tokenBase(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/pascal/pascal.js function words (line 15) | function words(str) { function tokenBase (line 27) | function tokenBase(stream, state) { function tokenString (line 65) | function tokenString(quote) { function tokenComment (line 77) | function tokenComment(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/pegjs/pegjs.js function identifier (line 17) | function identifier(stream) { FILE: Public/editor.md/lib/codemirror/mode/perl/perl.js function tokenChain (line 483) | function tokenChain(stream,state,chain,style,tail){ // NOTE: chain.l... function tokenSOMETHING (line 503) | function tokenSOMETHING(stream,state,string){ function tokenPerl (line 511) | function tokenPerl(stream,state){ function look (line 804) | function look(stream, c){ function prefix (line 809) | function prefix(stream, c){ function suffix (line 819) | function suffix(stream, c){ function eatSuffix (line 826) | function eatSuffix(stream, c){ FILE: Public/editor.md/lib/codemirror/mode/php/php.js function keywords (line 14) | function keywords(str) { function matchSequence (line 21) | function matchSequence(list, end) { function stringWithEscapes (line 33) | function stringWithEscapes(closing) { function stringWithEscapes_ (line 36) | function stringWithEscapes_(stream, state, closing) { function dispatch (line 152) | function dispatch(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/php/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... function build_recursive_monsters (line 78) | function build_recursive_monsters(nt, t, n){ function build_recursive_monsters_2 (line 124) | function build_recursive_monsters_2(mf1, mf2, nt, t, n){ FILE: Public/editor.md/lib/codemirror/mode/pig/pig.js function chain (line 28) | function chain(stream, state, f) { function ret (line 34) | function ret(tp, style) { function tokenComment (line 39) | function tokenComment(stream, state) { function tokenString (line 52) | function tokenString(quote) { function tokenBase (line 67) | function tokenBase(stream, state) { function keywords (line 150) | function keywords(str) { FILE: Public/editor.md/lib/codemirror/mode/puppet/puppet.js function define (line 22) | function define(style, string) { function tokenString (line 47) | function tokenString(stream, state) { function tokenize (line 68) | function tokenize(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/python/python.js function wordRegexp (line 14) | function wordRegexp(words) { function top (line 44) | function top(state) { function tokenBase (line 87) | function tokenBase(stream, state) { function tokenBaseInner (line 108) | function tokenBaseInner(stream, state) { function tokenStringFactory (line 193) | function tokenStringFactory(delimiter) { function pushScope (line 226) | function pushScope(stream, state, type) { function dedent (line 238) | function dedent(stream, state) { function tokenLexer (line 247) | function tokenLexer(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/q/q.js function buildRE (line 19) | function buildRE(w){return new RegExp("^("+w.join("|")+")$");} function tokenBase (line 20) | function tokenBase(stream,state){ function tokenLineComment (line 62) | function tokenLineComment(stream,state){ function tokenBlockComment (line 65) | function tokenBlockComment(stream,state){ function tokenCommentToEOF (line 72) | function tokenCommentToEOF(stream){return stream.skipToEnd(),"comment";} function tokenString (line 73) | function tokenString(stream,state){ function pushContext (line 82) | function pushContext(state,type,col){state.context={prev:state.context,i... function popContext (line 83) | function popContext(state){state.indent=state.context.indent;state.conte... FILE: Public/editor.md/lib/codemirror/mode/r/r.js function wordObj (line 15) | function wordObj(str) { function tokenBase (line 27) | function tokenBase(stream, state) { function tokenString (line 81) | function tokenString(quote) { function push (line 102) | function push(state, type, stream) { function pop (line 109) | function pop(state) { FILE: Public/editor.md/lib/codemirror/mode/rst/rst.js function format (line 76) | function format(string) { function to_normal (line 156) | function to_normal(stream, state) { function to_explicit (line 356) | function to_explicit(stream, state) { function to_comment (line 463) | function to_comment(stream, state) { function to_verbatim (line 467) | function to_verbatim(stream, state) { function as_block (line 471) | function as_block(stream, state, token) { function to_mode (line 484) | function to_mode(stream, state) { function context (line 503) | function context(phase, stage, mode, local) { function change (line 507) | function change(state, tok, ctx) { function stage (line 512) | function stage(state) { function phase (line 516) | function phase(state) { FILE: Public/editor.md/lib/codemirror/mode/ruby/ruby.js function wordObj (line 15) | function wordObj(words) { function chain (line 34) | function chain(newtok, stream, state) { function tokenBase (line 39) | function tokenBase(stream, state) { function tokenBaseUntilBrace (line 152) | function tokenBaseUntilBrace(depth) { function tokenBaseOnce (line 168) | function tokenBaseOnce() { function readQuoted (line 179) | function readQuoted(quote, style, embed, unescaped) { function readHereDoc (line 210) | function readHereDoc(phrase) { function readBlockComment (line 217) | function readBlockComment(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/ruby/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/rust/rust.js function r (line 40) | function r(tc, style) { function tokenBase (line 45) | function tokenBase(stream, state) { function tokenString (line 104) | function tokenString(stream, state) { function tokenComment (line 118) | function tokenComment(depth) { function pass (line 144) | function pass() { function cont (line 147) | function cont() { function pushlex (line 152) | function pushlex(type, info) { function poplex (line 161) | function poplex() { function typecx (line 169) | function typecx() { cx.state.keywords = typeKeywords; } function valcx (line 170) | function valcx() { cx.state.keywords = valKeywords; } function commasep (line 173) | function commasep(comb, end) { function stat_of (line 185) | function stat_of(comb, tag) { function block (line 188) | function block(type) { function endstatement (line 201) | function endstatement(type) { function expression (line 205) | function expression(type) { function maybeop (line 218) | function maybeop(type) { function maybeprop (line 225) | function maybeprop() { function exprbrace (line 229) | function exprbrace(type) { function record_of (line 239) | function record_of(comb) { function blockvars (line 249) | function blockvars(type) { function letdef1 (line 255) | function letdef1(type) { function letdef2 (line 261) | function letdef2(type) { function maybetype (line 265) | function maybetype(type) { function inop (line 269) | function inop(type) { function fndef (line 273) | function fndef(type) { function tydef (line 283) | function tydef(type) { function enumdef (line 289) | function enumdef(type) { function enumblock (line 296) | function enumblock(type) { function mod (line 302) | function mod(type) { function iface (line 307) | function iface(type) { function impl (line 313) | function impl(type) { function typarams (line 320) | function typarams() { function argdef (line 326) | function argdef(type) { function rtype (line 331) | function rtype(type) { function rtypemaybeparam (line 340) | function rtypemaybeparam() { function fntype (line 344) | function fntype(type) { function pattern (line 349) | function pattern(type) { function patternmaybeop (line 356) | function patternmaybeop(type) { function altbody (line 361) | function altbody(type) { function altblock1 (line 365) | function altblock1(type) { function altblock2 (line 372) | function altblock2(type) { function macro (line 377) | function macro(type) { function matchBrackets (line 381) | function matchBrackets(type, comb) { function parse (line 388) | function parse(state, stream, style) { FILE: Public/editor.md/lib/codemirror/mode/sass/sass.js function tokenRegexp (line 15) | function tokenRegexp(words) { function urlTokens (line 28) | function urlTokens(stream, state) { function comment (line 48) | function comment(indentation, multiLine) { function buildStringTokenizer (line 67) | function buildStringTokenizer(quote, greedy) { function buildInterpolationTokenizer (line 93) | function buildInterpolationTokenizer(currentTokenizer) { function indent (line 105) | function indent(state) { function dedent (line 114) | function dedent(state) { function tokenBase (line 120) | function tokenBase(stream, state) { function tokenLexer (line 356) | function tokenLexer(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/scheme/scheme.js function makeKeywords (line 23) | function makeKeywords(str) { function stateStack (line 32) | function stateStack(indent, type, prev) { // represents a state stack ob... function pushStack (line 38) | function pushStack(state, indent, type) { function popStack (line 42) | function popStack(state) { function isBinaryNumber (line 51) | function isBinaryNumber (stream) { function isOctalNumber (line 55) | function isOctalNumber (stream) { function isDecimalNumber (line 59) | function isDecimalNumber (stream, backup) { function isHexNumber (line 66) | function isHexNumber (stream) { FILE: Public/editor.md/lib/codemirror/mode/shell/shell.js function define (line 17) | function define(style, string) { function tokenBase (line 38) | function tokenBase(stream, state) { function tokenString (line 84) | function tokenString(quote) { function tokenize (line 123) | function tokenize(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/shell/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/sieve/sieve.js function words (line 15) | function words(str) { function tokenBase (line 25) | function tokenBase(stream, state) { function tokenMultiLineString (line 112) | function tokenMultiLineString(stream, state) function tokenCComment (line 137) | function tokenCComment(stream, state) { function tokenString (line 149) | function tokenString(quote) { FILE: Public/editor.md/lib/codemirror/mode/slim/slim.js function backup (line 72) | function backup(pos, tokenize, style) { function maybeBackup (line 87) | function maybeBackup(stream, state, pat, offset, style) { function continueLine (line 97) | function continueLine(state, column) { function finishContinue (line 106) | function finishContinue(state) { function lineContinuable (line 113) | function lineContinuable(column, tokenize) { function commaContinuable (line 127) | function commaContinuable(column, tokenize) { function rubyInQuote (line 138) | function rubyInQuote(endQuote, tokenize) { function startRubySplat (line 152) | function startRubySplat(tokenize) { function ruby (line 174) | function ruby(stream, state) { function htmlLine (line 178) | function htmlLine(stream, state) { function html (line 184) | function html(stream, state) { function startHtmlLine (line 192) | function startHtmlLine(lastTokenize) { function startHtmlMode (line 200) | function startHtmlMode(stream, state, offset) { function comment (line 211) | function comment(stream, state) { function commentMode (line 216) | function commentMode(stream, state) { function attributeWrapper (line 227) | function attributeWrapper(stream, state) { function attributeWrapperAssign (line 241) | function attributeWrapperAssign(stream, state) { function attributeWrapperValue (line 248) | function attributeWrapperValue(stream, state) { function startAttributeWrapperMode (line 265) | function startAttributeWrapperMode(state, endQuote, tokenize) { function sub (line 278) | function sub(stream, state) { function firstSub (line 292) | function firstSub(stream, state) { function createMode (line 298) | function createMode(mode) { function getMode (line 311) | function getMode(mode) { function startSubMode (line 318) | function startSubMode(mode, state) { function doctypeLine (line 335) | function doctypeLine(stream, _state) { function startLine (line 340) | function startLine(stream, state) { function slim (line 368) | function slim(stream, state) { function slimTag (line 375) | function slimTag(stream, state) { function slimTagExtras (line 386) | function slimTagExtras(stream, state) { function slimClass (line 393) | function slimClass(stream, state) { function slimAttribute (line 404) | function slimAttribute(stream, state) { function slimAttributeAssign (line 419) | function slimAttributeAssign(stream, state) { function slimAttributeValue (line 428) | function slimAttributeValue(stream, state) { function slimAttributeSymbols (line 447) | function slimAttributeSymbols(stream, state) { function readQuoted (line 456) | function readQuoted(quote, style, embed, unescaped, nextTokenize) { function slimContent (line 490) | function slimContent(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/slim/test.js function MT (line 8) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/smartymixed/smartymixed.js function reEsc (line 41) | function reEsc(str) { return str.replace(/[^\s\w]/g, "\\$&"); } FILE: Public/editor.md/lib/codemirror/mode/solr/solr.js function isNumber (line 21) | function isNumber(word) { function tokenString (line 25) | function tokenString(quote) { function tokenOperator (line 38) | function tokenOperator(operator) { function tokenWord (line 57) | function tokenWord(ch) { function tokenBase (line 76) | function tokenBase(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/soy/soy.js function last (line 29) | function last(array) { function tokenUntil (line 33) | function tokenUntil(stream, state, untilRegExp) { FILE: Public/editor.md/lib/codemirror/mode/sparql/sparql.js function wordRegexp (line 18) | function wordRegexp(words) { function tokenBase (line 37) | function tokenBase(stream, state) { function tokenLiteral (line 91) | function tokenLiteral(quote) { function pushContext (line 105) | function pushContext(state, type, col) { function popContext (line 108) | function popContext(state) { FILE: Public/editor.md/lib/codemirror/mode/sql/sql.js function tokenBase (line 26) | function tokenBase(stream, state) { function tokenLiteral (line 120) | function tokenLiteral(quote) { function tokenComment (line 133) | function tokenComment(stream, state) { function pushContext (line 149) | function pushContext(stream, state, type) { function popContext (line 158) | function popContext(state) { function hookIdentifier (line 209) | function hookIdentifier(stream) { function hookVar (line 221) | function hookVar(stream) { function hookClient (line 248) | function hookClient(stream) { function set (line 263) | function set(str) { FILE: Public/editor.md/lib/codemirror/mode/stex/stex.js function pushCommand (line 22) | function pushCommand(state, command) { function peekCommand (line 26) | function peekCommand(state) { function popCommand (line 34) | function popCommand(state) { function getMostPowerful (line 42) | function getMostPowerful(state) { function addPluginPattern (line 54) | function addPluginPattern(pluginName, cmdStyle, styles) { function setState (line 88) | function setState(state, f) { function normal (line 93) | function normal(source, state) { function inMathMode (line 160) | function inMathMode(source, state, endModeSeq) { function beginParams (line 205) | function beginParams(source, state) { FILE: Public/editor.md/lib/codemirror/mode/stex/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/stylus/stylus.js function urlTokens (line 312) | function urlTokens(stream, state) { function multilineComment (line 333) | function multilineComment(stream, state) { function buildStringTokenizer (line 344) | function buildStringTokenizer(quote, greedy) { function buildInterpolationTokenizer (line 376) | function buildInterpolationTokenizer(currentTokenizer) { function indent (line 388) | function indent(state) { function dedent (line 397) | function dedent(state) { function wordRegexp (line 429) | function wordRegexp(words) { function keySet (line 433) | function keySet(array) { FILE: Public/editor.md/lib/codemirror/mode/tcl/tcl.js function parseWords (line 17) | function parseWords(str) { function chain (line 37) | function chain(stream, state, f) { function tokenBase (line 41) | function tokenBase(stream, state) { function tokenString (line 92) | function tokenString(quote) { function tokenComment (line 106) | function tokenComment(stream, state) { function tokenUnparsed (line 117) | function tokenUnparsed(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/textile/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/textile/textile.js function startNewLine (line 49) | function startNewLine(stream, state) { function handlePhraseModifier (line 58) | function handlePhraseModifier(stream, state, ch) { function togglePhraseModifier (line 119) | function togglePhraseModifier(stream, state, phraseModifier, closeRE, op... function tokenStyles (line 136) | function tokenStyles(state) { function textileDisabled (line 153) | function textileDisabled(state) { function tokenStylesWith (line 168) | function tokenStylesWith(state, extraStyles) { function activeStyles (line 179) | function activeStyles(state) { function blankLine (line 188) | function blankLine(state) { function RE (line 288) | function RE(name) { FILE: Public/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.js function kw (line 36) | function kw(type) { function chain (line 69) | function chain(stream, state, f) { function ret (line 78) | function ret(tp, style, cont) { function jsTokenBase (line 84) | function jsTokenBase(stream, state) { function twTokenComment (line 221) | function twTokenComment(stream, state) { function twTokenStrong (line 235) | function twTokenStrong(stream, state) { function twTokenCode (line 249) | function twTokenCode(stream, state) { function twTokenEm (line 271) | function twTokenEm(stream, state) { function twTokenUnderline (line 285) | function twTokenUnderline(stream, state) { function twTokenStrike (line 300) | function twTokenStrike(stream, state) { function twTokenMacro (line 314) | function twTokenMacro(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/tiki/tiki.js function inBlock (line 15) | function inBlock(style, terminator, returnTokenizer) { function inLine (line 31) | function inLine(style) { function inText (line 41) | function inText(stream, state) { function inPlugin (line 144) | function inPlugin(stream, state) { function inAttribute (line 178) | function inAttribute(quote) { function inAttributeNoQuote (line 190) | function inAttributeNoQuote() { function pass (line 205) | function pass() { function cont (line 209) | function cont() { function pushContext (line 214) | function pushContext(pluginName, startOfLine) { function popContext (line 225) | function popContext() { function element (line 229) | function element(type) { function endplugin (line 250) | function endplugin(startOfLine) { function endcloseplugin (line 262) | function endcloseplugin(err) { function attributes (line 270) | function attributes(type) { function attvalue (line 275) | function attvalue(type) { function attvaluemaybe (line 280) | function attvaluemaybe(type) { FILE: Public/editor.md/lib/codemirror/mode/tornado/tornado.js function tokenBase (line 25) | function tokenBase (stream, state) { function inTag (line 35) | function inTag (close) { FILE: Public/editor.md/lib/codemirror/mode/turtle/turtle.js function wordRegexp (line 18) | function wordRegexp(words) { function tokenBase (line 25) | function tokenBase(stream, state) { function tokenLiteral (line 77) | function tokenLiteral(quote) { function pushContext (line 91) | function pushContext(state, type, col) { function popContext (line 94) | function popContext(state) { FILE: Public/editor.md/lib/codemirror/mode/vb/vb.js function wordRegexp (line 17) | function wordRegexp(words) { function indent (line 53) | function indent(_stream, state) { function dedent (line 57) | function dedent(_stream, state) { function tokenBase (line 61) | function tokenBase(stream, state) { function tokenStringFactory (line 171) | function tokenStringFactory(delimiter) { function tokenLexer (line 197) | function tokenLexer(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/vbscript/vbscript.js function wordRegexp (line 28) | function wordRegexp(words) { function indent (line 108) | function indent(_stream, state) { function dedent (line 112) | function dedent(_stream, state) { function tokenBase (line 116) | function tokenBase(stream, state) { function tokenStringFactory (line 259) | function tokenStringFactory(delimiter) { function tokenLexer (line 285) | function tokenLexer(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/velocity/velocity.js function parseWords (line 15) | function parseWords(str) { function chain (line 28) | function chain(stream, state, f) { function tokenBase (line 32) | function tokenBase(stream, state) { function tokenString (line 129) | function tokenString(quote) { function tokenComment (line 149) | function tokenComment(stream, state) { function tokenUnparsed (line 161) | function tokenUnparsed(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/verilog/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/verilog/verilog.js function words (line 23) | function words(str) { function tokenBase (line 110) | function tokenBase(stream, state) { function tokenString (line 204) | function tokenString(quote) { function tokenComment (line 217) | function tokenComment(stream, state) { function Context (line 229) | function Context(indented, column, type, align, prev) { function pushContext (line 236) | function pushContext(state, col, type) { function popContext (line 241) | function popContext(state) { function isClosing (line 249) | function isClosing(text, contextClosing) { function buildElectricInputRegEx (line 264) | function buildElectricInputRegEx() { function svxGenIndent (line 385) | function svxGenIndent(stream, state) { FILE: Public/editor.md/lib/codemirror/mode/xml/test.js function MT (line 6) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/xml/xml.js function inText (line 66) | function inText(stream, state) { function inTag (line 113) | function inTag(stream, state) { function inAttribute (line 138) | function inAttribute(quote) { function inBlock (line 152) | function inBlock(style, terminator) { function doctype (line 164) | function doctype(depth) { function Context (line 185) | function Context(state, tagName, startOfLine) { function popContext (line 193) | function popContext(state) { function maybePopContext (line 196) | function maybePopContext(state, nextTagName) { function baseState (line 211) | function baseState(type, stream, state) { function tagNameState (line 221) | function tagNameState(type, stream, state) { function closeTagNameState (line 231) | function closeTagNameState(type, stream, state) { function closeState (line 250) | function closeState(type, _stream, state) { function closeStateErr (line 258) | function closeStateErr(type, stream, state) { function attrState (line 263) | function attrState(type, _stream, state) { function attrEqState (line 282) | function attrEqState(type, stream, state) { function attrValueState (line 287) | function attrValueState(type, stream, state) { function attrContinuedState (line 293) | function attrContinuedState(type, stream, state) { FILE: Public/editor.md/lib/codemirror/mode/xquery/test.js function MT (line 11) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: Public/editor.md/lib/codemirror/mode/xquery/xquery.js function kw (line 21) | function kw(type) {return {type: type, style: "keyword"};} function ret (line 75) | function ret(tp, style, cont) { function chain (line 80) | function chain(stream, state, f) { function tokenBase (line 86) | function tokenBase(stream, state) { function tokenComment (line 220) | function tokenComment(stream, state) { function tokenString (line 243) | function tokenString(quote, f) { function tokenVariable (line 283) | function tokenVariable(stream, state) { function tokenTag (line 300) | function tokenTag(name, isclose) { function tokenAttribute (line 323) | function tokenAttribute(stream, state) { function tokenXMLComment (line 358) | function tokenXMLComment(stream, state) { function tokenCDATA (line 370) | function tokenCDATA(stream, state) { function tokenPreProcessing (line 381) | function tokenPreProcessing(stream, state) { function isInXmlBlock (line 393) | function isInXmlBlock(state) { return isIn(state, "tag"); } function isInXmlAttributeBlock (line 394) | function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); } function isInXmlConstructor (line 395) | function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"... function isInString (line 396) | function isInString(state) { return isIn(state, "string"); } function isEQNameAhead (line 398) | function isEQNameAhead(stream) { function isIn (line 408) | function isIn(state, type) { function pushStateStack (line 412) | function pushStateStack(state, newState) { function popStateStack (line 416) | function popStateStack(state) { FILE: Public/js/catalog/edit.js function getCatList (line 11) | function getCatList(){ function secondCatList (line 46) | function secondCatList() { FILE: Public/js/common/showdoc.js function isMobile (line 3) | function isMobile(){ function is_showdoc_online (line 8) | function is_showdoc_online(){ function set_text_color (line 18) | function set_text_color( id , color){ function setCookie (line 37) | function setCookie(NameOfCookie, value, expiredays) function getCookie (line 55) | function getCookie(NameOfCookie) function delCookie (line 88) | function delCookie (NameOfCookie) function show_top_msg (line 99) | function show_top_msg(msg,delay){ function closeDiv (line 113) | function closeDiv(target) { FILE: Public/js/item/export.js function secondCatList (line 21) | function secondCatList() { function getChildCatList (line 45) | function getChildCatList() { FILE: Public/js/item/index.js function bind_events (line 46) | function bind_events(){ FILE: Public/js/item/setting.js function get_base_info (line 17) | function get_base_info(){ function get_member_list (line 135) | function get_member_list(){ function get_api_info (line 243) | function get_api_info(){ FILE: Public/js/item/show.js function GetQueryString (line 66) | function GetQueryString(name) function AdaptToMobile (line 73) | function AdaptToMobile(){ function mScroll (line 95) | function mScroll(id){ function change_page (line 138) | function change_page(page_id){ function iFrameHeight (line 226) | function iFrameHeight() { function calcPageHeight (line 238) | function calcPageHeight(doc) { function initKeys (line 264) | function initKeys() { FILE: Public/js/item/show_single_page.js function AdaptToMobile (line 88) | function AdaptToMobile() { FILE: Public/js/jquery.hotkeys.js function keyHandler (line 130) | function keyHandler(handleObj) { FILE: Public/js/member/edit.js function getList (line 11) | function getList(){ FILE: Public/js/page/edit.js function secondCatList (line 16) | function secondCatList() { function getChildCatList (line 46) | function getChildCatList() { function initEditorOutsideKeys (line 87) | function initEditorOutsideKeys() { function dump (line 207) | function dump(arr, level) { function closeDiv (line 304) | function closeDiv(target) { function Change (line 308) | function Change(data) { function use_template (line 500) | function use_template(id) { function delete_template (line 511) | function delete_template(id) { FILE: Public/layer/layer.js function t (line 2) | function t(e){e=l.find(e),e.height(f[1]-c-d-2*(0|parseFloat(e.css("paddi... function e (line 2) | function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)} function o (line 2) | function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onlo... FILE: index.php function newIsWriteable (line 41) | function newIsWriteable($file) FILE: install/common.php function lang (line 11) | function lang(){ function L (line 24) | function L($field){ function new_is_writeable (line 36) | function new_is_writeable($file) { function check_writable (line 60) | function check_writable($path, $errorMessage) { function clear_runtime (line 72) | function clear_runtime($path = "../server/app/Runtime"){ function ajax_out (line 99) | function ajax_out($message, $error_code = 0) { function replace_file_content (line 114) | function replace_file_content($file, $from, $to) { function check_environment (line 128) | function check_environment() { function is_install_locked (line 183) | function is_install_locked() { function set_install_config (line 192) | function set_install_config($lang = 'zh') { function set_install_lock (line 213) | function set_install_lock() { FILE: install/non_interactive.php function user_sqlite (line 39) | function user_sqlite(){ function write_home_config (line 53) | function write_home_config(){ function write_js_lang (line 78) | function write_js_lang(){ FILE: server/Application/Api/Controller/AdminItemController.class.php class AdminItemController (line 7) | class AdminItemController extends BaseController method getList (line 12) | public function getList() method deleteItem (line 56) | public function deleteItem() method recoverItem (line 70) | public function recoverItem() method hardDeleteItem (line 95) | public function hardDeleteItem() method attorn (line 118) | public function attorn() FILE: server/Application/Api/Controller/AdminMessageController.class.php class AdminMessageController (line 7) | class AdminMessageController extends BaseController method addAnnouncement (line 10) | public function addAnnouncement() method listAnnouncements (line 67) | public function listAnnouncements() method sanitizeHtml (line 86) | private function sanitizeHtml($html) FILE: server/Application/Api/Controller/AdminSettingController.class.php class AdminSettingController (line 7) | class AdminSettingController extends BaseController method saveConfig (line 11) | public function saveConfig() method loadConfig (line 65) | public function loadConfig() method saveLdapConfig (line 118) | public function saveLdapConfig() method loadLdapConfig (line 265) | public function loadLdapConfig() method saveOauth2Config (line 290) | public function saveOauth2Config() method loadOauth2Config (line 303) | public function loadOauth2Config() method getLoginSecretKey (line 319) | public function getLoginSecretKey() method resetLoginSecretKey (line 331) | public function resetLoginSecretKey() method checkLdapLogin (line 341) | public function checkLdapLogin() method testAiService (line 418) | public function testAiService() FILE: server/Application/Api/Controller/AdminUpdateController.class.php class AdminUpdateController (line 7) | class AdminUpdateController extends BaseController method checkUpdate (line 11) | public function checkUpdate() method download (line 31) | public function download() method updateFiles (line 101) | public function updateFiles() method copydir (line 174) | private function copydir($dirsrc, $dirto) method deldir (line 205) | private function deldir($dir) method new_is_writeable (line 236) | private function new_is_writeable($file) method replace_file_content (line 259) | private function replace_file_content($file , $from ,$to ) FILE: server/Application/Api/Controller/AdminUserController.class.php class AdminUserController (line 7) | class AdminUserController extends BaseController method getList (line 12) | public function getList() method deleteUser (line 46) | public function deleteUser() method changePassword (line 65) | public function changePassword() method addUser (line 82) | public function addUser() FILE: server/Application/Api/Controller/AiController.class.php class AiController (line 8) | class AiController extends BaseController method __construct (line 15) | public function __construct() method checkAiKnowledgeBaseEnabled (line 28) | private function checkAiKnowledgeBaseEnabled($item_id) method create (line 63) | public function create() method send (line 74) | public function send($content) method chat (line 195) | public function chat() method getIndexStatus (line 325) | public function getIndexStatus() method rebuildIndex (line 389) | public function rebuildIndex() FILE: server/Application/Api/Controller/AttachmentController.class.php class AttachmentController (line 7) | class AttachmentController extends BaseController method index (line 10) | public function index() method getUnusedList (line 17) | public function getUnusedList() method batchDeleteAttachments (line 138) | public function batchDeleteAttachments() method visitFile (line 174) | public function visitFile() method uploadImg (line 231) | public function uploadImg() method attachmentUpload (line 259) | public function attachmentUpload() method pageAttachmentUploadList (line 289) | public function pageAttachmentUploadList() method deletePageUploadFile (line 325) | public function deletePageUploadFile() method getAllList (line 349) | public function getAllList() method deleteAttachment (line 415) | public function deleteAttachment() method getMyList (line 432) | public function getMyList() method deleteMyAttachment (line 484) | public function deleteMyAttachment() method bindingPage (line 502) | public function bindingPage() method _downloadFile (line 528) | public function _downloadFile($filename, $rename = 'showdoc') FILE: server/Application/Api/Controller/BaseController.class.php class BaseController (line 7) | class BaseController extends Controller method __construct (line 13) | public function __construct() method checkLogin (line 43) | public function checkLogin($redirect = true) method checkAdmin (line 69) | public function checkAdmin($redirect = true) method sendResult (line 87) | protected function sendResult($array) method sendError (line 115) | protected function sendError($error_code, $error_message = '') method checkItemEdit (line 133) | protected function checkItemEdit($uid, $item_id) method checkItemManage (line 162) | protected function checkItemManage($uid, $item_id) method checkItemCreator (line 191) | protected function checkItemCreator($uid, $item_id) method checkItemVisit (line 209) | protected function checkItemVisit($uid, $item_id, $refer_url = '') method checkDbWhitable (line 239) | protected function checkDbWhitable() method checkComposerPHPVersion (line 252) | public function checkComposerPHPVersion() method checkTeamManage (line 261) | protected function checkTeamManage($uid, $team_id) FILE: server/Application/Api/Controller/CatalogController.class.php class CatalogController (line 7) | class CatalogController extends BaseController method catList (line 11) | public function catList() method catListGroup (line 31) | public function catListGroup() method catListName (line 52) | public function catListName() method secondCatList (line 99) | public function secondCatList() method childCatList (line 118) | public function childCatList() method save (line 139) | public function save() method delete (line 206) | public function delete() method getDefaultCat (line 238) | public function getDefaultCat() method batUpdate (line 277) | public function batUpdate() method getPagesBycat (line 329) | public function getPagesBycat() method copy (line 343) | public function copy() FILE: server/Application/Api/Controller/CommonController.class.php class CommonController (line 8) | class CommonController extends BaseController method qrcode (line 13) | public function qrcode() method verify (line 24) | public function verify() method createCaptcha (line 60) | public function createCaptcha() method showCaptcha (line 76) | public function showCaptcha() method homePageSetting (line 110) | public function homePageSetting() method version (line 128) | public function version() method visitFile (line 136) | public function visitFile() FILE: server/Application/Api/Controller/ExportController.class.php class ExportController (line 7) | class ExportController extends BaseController method word (line 11) | public function word() method markdown (line 243) | public function markdown() method checkMarkdownLimit (line 299) | public function checkMarkdownLimit() method _markdownTofile (line 313) | private function _markdownTofile($catalogData, $temp_dir, $base_path =... method _sanitizeFilename (line 375) | private function _sanitizeFilename($filename) method _zip (line 415) | private function _zip($temp_dir, $temp_file) method _addDirectoryToZip (line 441) | private function _addDirectoryToZip($dir, $zipArc, $zipPath) FILE: server/Application/Api/Controller/ExportHtmlController.class.php class ExportHtmlController (line 7) | class ExportHtmlController extends BaseController method export (line 12) | public function export() method _collectAllPages (line 177) | private function _collectAllPages($menu) method _collectPagesFromCatalogs (line 199) | private function _collectPagesFromCatalogs($catalogs, &$pages) method _generatePagesHtml (line 216) | private function _generatePagesHtml($pages, $item, $temp_dir) method _generatePageHtml (line 242) | private function _generatePageHtml($page, $item, $Parsedown, $convert,... method _generateIndexHtml (line 331) | private function _generateIndexHtml($item, $temp_dir) method _generateDataJs (line 386) | private function _generateDataJs($menu, $item, $all_pages, $temp_dir) method _collectAllCatalogs (line 440) | private function _collectAllCatalogs($menu) method _collectCatalogsRecursive (line 454) | private function _collectCatalogsRecursive($catalogs_list, &$result) method _generateSearchIndex (line 473) | private function _generateSearchIndex($pages, $temp_dir) method _copyStaticFiles (line 507) | private function _copyStaticFiles($temp_dir) method _generateCommonCss (line 531) | private function _generateCommonCss($temp_dir) method _generateAppJs (line 544) | private function _generateAppJs($temp_dir) method _copyAssets (line 557) | private function _copyAssets($pages, $temp_dir) method _generateReadme (line 598) | private function _generateReadme($item, $temp_dir) method _sanitizeHtml (line 627) | private function _sanitizeHtml($html) method _rewriteImagePaths (line 646) | private function _rewriteImagePaths($html) method _sanitizeFilename (line 665) | private function _sanitizeFilename($filename) method _zip (line 683) | private function _zip($fromName, $toName) method _addDirectoryToZip (line 701) | private function _addDirectoryToZip($dir, $zipArc, $zipPath) method _clearTempDir (line 723) | private function _clearTempDir($dir) method _validatePageIds (line 745) | private function _validatePageIds($all_pages, $temp_dir) FILE: server/Application/Api/Controller/ExtLoginController.class.php class ExtLoginController (line 7) | class ExtLoginController extends BaseController method bySecretKey (line 12) | public function bySecretKey() method getUserNameFromOAuth2 (line 68) | private function getUserNameFromOAuth2($array) method oauth2 (line 94) | public function oauth2() method cas (line 254) | public function cas() FILE: server/Application/Api/Controller/FlowController.class.php class FlowController (line 7) | class FlowController extends BaseController method save (line 13) | public function save() method getList (line 85) | public function getList() method delete (line 103) | public function delete() method addFlowPage (line 125) | public function addFlowPage() method deleteFlowPage (line 158) | public function deleteFlowPage() method getFlowPageList (line 177) | public function getFlowPageList() method _get_page_title (line 199) | private function _get_page_title($item_id, $page_id) method saveSort (line 220) | public function saveSort() method setFlowPageEnabled (line 244) | public function setFlowPageEnabled() FILE: server/Application/Api/Controller/FromCommentsController.class.php class FromCommentsController (line 10) | class FromCommentsController extends BaseController method generate (line 13) | public function generate() method generate_one (line 44) | private function generate_one($item_id, $content) method parse_content (line 67) | private function parse_content($content) method parse_one_line (line 113) | private function parse_one_line($tag, $content) method parse_muti_line (line 127) | private function parse_muti_line($tag, $content) method _toRunapiFormat (line 143) | private function _toRunapiFormat($array) method _indent_json (line 258) | private function _indent_json($json) FILE: server/Application/Api/Controller/ImportController.class.php class ImportController (line 7) | class ImportController extends BaseController method auto (line 12) | public function auto() method importMarkdownInfo (line 74) | public function importMarkdownInfo($info_array, $item_id) method importFromReadingMDFile (line 106) | public function importFromReadingMDFile($file, $filename, $item_id) FILE: server/Application/Api/Controller/ImportPostmanController.class.php class ImportPostmanController (line 7) | class ImportPostmanController extends BaseController method import (line 11) | public function import() method _fromPostmanV1 (line 45) | private function _fromPostmanV1($json_array, $item_id) method _getSubByFolders (line 97) | private function _getSubByFolders($id, $name, $level, $json_array) method _getPageByFolders (line 119) | private function _getPageByFolders($id, $json_array) method _requestToDoc (line 133) | private function _requestToDoc($request) method _requestToApi (line 147) | private function _requestToApi($request) method _fromPostmanV2 (line 218) | private function _fromPostmanV2($json_array, $item_id) method _getPageByItem (line 247) | private function _getPageByItem($item_array) method _getItemByItem (line 261) | private function _getItemByItem($item_array, $level) method _requestToDocV2 (line 281) | private function _requestToDocV2($name, $page) method _requestToApiV2 (line 295) | private function _requestToApiV2($name, $page) FILE: server/Application/Api/Controller/ImportSwaggerController.class.php class ImportSwaggerController (line 7) | class ImportSwaggerController extends BaseController method import (line 13) | public function import() method _fromSwagger (line 68) | private function _fromSwagger($json_array, $item_id, $swagger_version) method _getAllTagsLogs (line 97) | private function _getAllTagsLogs($json_array, $swagger_version) method _getPageByPaths (line 136) | private function _getPageByPaths($json_array, $swagger_version) method _requestToDoc (line 148) | private function _requestToDoc($method, $url, $request, $json_array, $... method _requestToApi (line 161) | private function _requestToApi($method, $url, $request, $json_array, $... method _getDefinition (line 224) | private function _getDefinition($ref_str) method _definitionToJsonArray (line 243) | private function _definitionToJsonArray($ref_array) method _jsonArrayToStr (line 295) | private function _jsonArrayToStr($json_array) method _toB (line 306) | private function _toB($json_array) method _formatToFakeValue (line 333) | private function _formatToFakeValue($type, $format) method _transferDefinition (line 358) | private function _transferDefinition($cur_array) method _processOpenAPI3Request (line 373) | private function _processOpenAPI3Request($request, &$content_array) method _processContentSchema (line 425) | private function _processContentSchema($content, &$content_array, $mode) method _processSwagger2Request (line 534) | private function _processSwagger2Request($request, &$content_array) method _processSchemaProperties (line 623) | private function _processSchemaProperties($schema, &$content_array) method _processParameters (line 657) | private function _processParameters($request, &$content_array) method _processSwagger2Response (line 704) | private function _processSwagger2Response($request, &$content_array) method _processOpenAPI3Response (line 789) | private function _processOpenAPI3Response($request, &$content_array) method _exampleToParamsDesc (line 885) | private function _exampleToParamsDesc($example, $parentKey = '') method _getTypeFromValue (line 927) | private function _getTypeFromValue($value) FILE: server/Application/Api/Controller/ItemController.class.php class ItemController (line 7) | class ItemController extends BaseController method info (line 12) | public function info() method _show_regular_item (line 47) | private function _show_regular_item($item) method myList (line 183) | public function myList() method _sort_by_key (line 331) | private function _sort_by_key($array, $mykey) method detail (line 346) | public function detail() method update (line 375) | public function update() method attorn (line 475) | public function attorn() method delete (line 518) | public function delete() method archive (line 551) | public function archive() method getKey (line 578) | public function getKey() method resetKey (line 598) | public function resetKey() method updateByApi (line 621) | public function updateByApi() method top (line 628) | public function top() method pwd (line 648) | public function pwd() method itemList (line 691) | public function itemList() method add (line 700) | public function add() method sort (line 842) | public function sort() method exitItem (line 864) | public function exitItem() method search (line 887) | public function search() method getChangeLog (line 922) | public function getChangeLog() method star (line 940) | public function star() method unstar (line 960) | public function unstar() method applyFilters (line 969) | private function applyFilters($menuData, $statusFilter, $showMD, $item... method filterCatalogsRecursive (line 992) | private function filterCatalogsRecursive(&$catalogs, $statusFilter, $s... method shouldShowPage (line 1015) | private function shouldShowPage($page, $statusFilter, $showMD, $item_id) method getStatusText (line 1044) | private function getStatusText($status) method getAiKnowledgeBaseConfig (line 1060) | public function getAiKnowledgeBaseConfig() method _checkIndexStatus (line 1128) | private function _checkIndexStatus($item_id, $ai_service_url, $ai_serv... method setAiKnowledgeBaseConfig (line 1137) | public function setAiKnowledgeBaseConfig() FILE: server/Application/Api/Controller/ItemGroupController.class.php class ItemGroupController (line 10) | class ItemGroupController extends BaseController method save (line 14) | public function save() method getList (line 48) | public function getList() method delete (line 62) | public function delete() method saveSort (line 79) | public function saveSort() FILE: server/Application/Api/Controller/ItemVariableController.class.php class ItemVariableController (line 7) | class ItemVariableController extends BaseController method save (line 12) | public function save() method getList (line 50) | public function getList() method delete (line 76) | public function delete() method deleteByName (line 97) | public function deleteByName() FILE: server/Application/Api/Controller/MemberController.class.php class MemberController (line 7) | class MemberController extends BaseController method save (line 12) | public function save() method getList (line 79) | public function getList() method delete (line 112) | public function delete() method getAllList (line 136) | public function getAllList() method getMyAllList (line 197) | public function getMyAllList() FILE: server/Application/Api/Controller/MessageController.class.php class MessageController (line 7) | class MessageController extends BaseController method getUnread (line 12) | public function getUnread() method getAnnouncementList (line 72) | public function getAnnouncementList() method setRead (line 108) | public function setRead() method delete (line 136) | public function delete() method getRemindList (line 148) | public function getRemindList() method getUnreadRemind (line 160) | public function getUnreadRemind() FILE: server/Application/Api/Controller/MockController.class.php class MockController (line 7) | class MockController extends BaseController method add (line 11) | public function add() method infoByPageId (line 65) | public function infoByPageId() method infoByKey (line 79) | public function infoByKey() method infoByPath (line 100) | public function infoByPath() FILE: server/Application/Api/Controller/OpenController.class.php class OpenController (line 7) | class OpenController extends BaseController method updatePage (line 14) | public function updatePage() method updateItem (line 56) | public function updateItem() method updateDbItem (line 63) | public function updateDbItem() method fromComments (line 101) | public function fromComments() method _analyze_db_structure_to_array (line 107) | private function _analyze_db_structure_to_array($table_info, $table_de... method getPage (line 170) | public function getPage() method deletePage (line 221) | public function deletePage() method getCatalogTree (line 277) | public function getCatalogTree() method createCatalog (line 303) | public function createCatalog() method updateCatalog (line 358) | public function updateCatalog() method deleteCatalog (line 414) | public function deleteCatalog() method uploadAttachment (line 470) | public function uploadAttachment() method deleteAttachment (line 545) | public function deleteAttachment() FILE: server/Application/Api/Controller/PageCommentController.class.php class PageCommentController (line 7) | class PageCommentController extends BaseController method getList (line 11) | public function getList() method add (line 98) | public function add() method delete (line 205) | public function delete() method _formatComment (line 248) | private function _formatComment($comment, $current_uid, $item_id) method _sendCommentNotification (line 267) | private function _sendCommentNotification($comment_id, $page_id, $item... FILE: server/Application/Api/Controller/PageController.class.php class PageController (line 8) | class PageController extends BaseController method info (line 12) | public function info() method getFullPath (line 73) | private function getFullPath($cat_id, $item_id) method findCatPath (line 100) | private function findCatPath($cat_id, $item_id, &$path) method delete (line 123) | public function delete() method save (line 162) | public function save() method history (line 346) | public function history() method updateHistoryComments (line 376) | public function updateHistoryComments() method diff (line 394) | public function diff() method uploadImg (line 422) | public function uploadImg() method upload (line 429) | public function upload() method uploadList (line 435) | public function uploadList() method deleteUploadFile (line 442) | public function deleteUploadFile() method createSinglePage (line 450) | public function createSinglePage() method infoByKey (line 489) | public function infoByKey() method sort (line 529) | public function sort() method isLock (line 553) | public function isLock() method setLock (line 572) | public function setLock() method sqlToMarkdownTable (line 596) | public function sqlToMarkdownTable() method triggerAiIndex (line 607) | private function triggerAiIndex($item_id, $page_id, $action = 'update') FILE: server/Application/Api/Controller/PageFeedbackController.class.php class PageFeedbackController (line 7) | class PageFeedbackController extends BaseController method getStat (line 11) | public function getStat() method submit (line 102) | public function submit() FILE: server/Application/Api/Controller/ParamDescLibController.class.php class ParamDescLibController (line 7) | class ParamDescLibController extends BaseController method getEntries (line 13) | public function getEntries() method addEntry (line 21) | public function addEntry() method deleteEntries (line 29) | public function deleteEntries() method deleteEntry (line 37) | public function deleteEntry() method updateEntry (line 45) | public function updateEntry() method addTempEntry (line 53) | public function addTempEntry() method promoteTemp (line 61) | public function promoteTemp() method confirmImport (line 69) | public function confirmImport() method addBatchEntries (line 77) | public function addBatchEntries() method updateUsage (line 85) | public function updateUsage() method batchSave (line 93) | public function batchSave() method _batchSave (line 101) | private function _batchSave() method _getEntries (line 203) | private function _getEntries() method _createEntry (line 285) | private function _createEntry() method _deleteEntries (line 378) | private function _deleteEntries() method _updateEntry (line 422) | private function _updateEntry() method _deleteEntry (line 508) | private function _deleteEntry() method temp (line 545) | public function temp() method _promoteTemp (line 554) | private function _promoteTemp() method stats (line 604) | public function stats() method import (line 655) | public function import() method export (line 725) | public function export() method parseImportData (line 775) | private function parseImportData($format, $rawText) method parseKeyValue (line 792) | private function parseKeyValue($text) method parseJson (line 817) | private function parseJson($text) method extractFieldsFromObject (line 828) | private function extractFieldsFromObject($obj, $prefix = '') method parseDDL (line 879) | private function parseDDL($text) method calculateQualityScore (line 902) | private function calculateQualityScore($data) method generateId (line 923) | private function generateId() method convertEntryFields (line 931) | private function convertEntryFields($entry) method _addBatchEntries (line 962) | private function _addBatchEntries() method _confirmImport (line 1011) | private function _confirmImport() method _updateUsage (line 1019) | private function _updateUsage() FILE: server/Application/Api/Controller/PublicSquareController.class.php class PublicSquareController (line 7) | class PublicSquareController extends BaseController method checkEnabled (line 10) | public function checkEnabled() method getPublicItems (line 19) | public function getPublicItems() FILE: server/Application/Api/Controller/RecycleController.class.php class RecycleController (line 7) | class RecycleController extends BaseController method getList (line 13) | public function getList() method recover (line 35) | public function recover() FILE: server/Application/Api/Controller/RunapiController.class.php class RunapiController (line 7) | class RunapiController extends BaseController method addEnv (line 12) | public function addEnv() method updateEnv (line 44) | public function updateEnv() method getEnvList (line 50) | public function getEnvList() method delEnv (line 80) | public function delEnv() method selectEnv (line 102) | public function selectEnv() method getSelectEnv (line 127) | public function getSelectEnv() method getGlobalParam (line 147) | public function getGlobalParam() method updateGlobalParam (line 161) | public function updateGlobalParam() method getDbConfigList (line 186) | public function getDbConfigList() method saveDbConfig (line 207) | public function saveDbConfig() method delDbConfig (line 280) | public function delDbConfig() FILE: server/Application/Api/Controller/ScriptCronController.class.php class ScriptCronController (line 10) | class ScriptCronController extends BaseController method run (line 14) | public function run() method clean_deleted_data (line 26) | public function clean_deleted_data() FILE: server/Application/Api/Controller/SubscriptionController.class.php class SubscriptionController (line 7) | class SubscriptionController extends BaseController method getPageList (line 12) | public function getPageList() method savePage (line 34) | public function savePage() method deletePage (line 59) | public function deletePage() FILE: server/Application/Api/Controller/TeamController.class.php class TeamController (line 10) | class TeamController extends BaseController method save (line 14) | public function save() method getList (line 47) | public function getList() method delete (line 77) | public function delete() method attorn (line 97) | public function attorn() method exitTeam (line 139) | public function exitTeam() FILE: server/Application/Api/Controller/TeamItemController.class.php class TeamItemController (line 10) | class TeamItemController extends BaseController method save (line 14) | public function save() method getList (line 79) | public function getList() method getListByTeam (line 105) | public function getListByTeam() method delete (line 136) | public function delete() FILE: server/Application/Api/Controller/TeamItemMemberController.class.php class TeamItemMemberController (line 10) | class TeamItemMemberController extends BaseController method save (line 15) | public function save() method getList (line 69) | public function getList() FILE: server/Application/Api/Controller/TeamMemberController.class.php class TeamMemberController (line 10) | class TeamMemberController extends BaseController method save (line 14) | public function save() method getList (line 76) | public function getList() method delete (line 104) | public function delete() FILE: server/Application/Api/Controller/TemplateController.class.php class TemplateController (line 7) | class TemplateController extends BaseController method save (line 12) | public function save() method getList (line 38) | public function getList() method getMyList (line 44) | public function getMyList() method getItemList (line 66) | public function getItemList() method delete (line 88) | public function delete() method shareToItem (line 109) | public function shareToItem() method getShareItemList (line 148) | public function getShareItemList() FILE: server/Application/Api/Controller/UpdateController.class.php class UpdateController (line 7) | class UpdateController extends BaseController method checkDb (line 11) | public function checkDb($showBack = true) method dockerUpdateCode (line 22) | public function dockerUpdateCode() method copydir (line 86) | private function copydir($dirsrc, $dirto) method new_is_writeable (line 122) | private function new_is_writeable($file) method replace_file_content (line 145) | private function replace_file_content($file , $from ,$to ) FILE: server/Application/Api/Controller/UserController.class.php class UserController (line 7) | class UserController extends BaseController method getSessionExpireTime (line 17) | private function getSessionExpireTime() method register (line 38) | public function register() method _importSample (line 119) | private function _importSample($uid) method _importZip (line 128) | private function _importZip($file, $uid) method login (line 144) | public function login() method loginByVerify (line 226) | public function loginByVerify() method registerByVerify (line 285) | public function registerByVerify() method info (line 360) | public function info() method allUser (line 370) | public function allUser() method resetPassword (line 388) | public function resetPassword() method logout (line 419) | public function logout() method updateInfo (line 441) | public function updateInfo() method getPushUrl (line 454) | public function getPushUrl() method savePushUrl (line 464) | public function savePushUrl() method oauthInfo (line 472) | public function oauthInfo() FILE: server/Application/Api/Helper/AiHelper.class.php class AiHelper (line 9) | class AiHelper method rebuild (line 18) | public static function rebuild($item_id, $ai_service_url, $ai_service_... method callService (line 133) | public static function callService($url, $postData = null, $ai_service... method callAiServiceAsync (line 197) | public static function callAiServiceAsync($url, $postData = null, $ai_... method updatePageIndex (line 252) | public static function updatePageIndex($item_id, $page_id, $action, $a... method callServiceStream (line 342) | public static function callServiceStream($url, $postData, $ai_service_... method _collectPages (line 393) | private static function _collectPages($menu, &$pageData, $convert) method _processPage (line 416) | private static function _processPage($page, &$pageData, $convert) FILE: server/Application/Api/Helper/Convert.class.php class Convert (line 11) | class Convert method convertSqlToMarkdownTable (line 18) | public function convertSqlToMarkdownTable($sql) method convertSqlToArray (line 39) | public function convertSqlToArray($sql) method runapiToMd (line 124) | public function runapiToMd($content) method runapiHttpApiToMd (line 147) | private function runapiHttpApiToMd($content) method runapiWebSocketToMd (line 310) | private function runapiWebSocketToMd($content) method runapiSSEToMd (line 518) | private function runapiSSEToMd($content) method _indent_json (line 726) | private function _indent_json($json) FILE: server/Application/Api/Model/AttachmentModel.class.php class AttachmentModel (line 12) | class AttachmentModel extends BaseModel method getUserFlow (line 18) | public function getUserFlow($uid) method recordUserFlow (line 36) | public function recordUserFlow($uid, $file_size) method deleteFile (line 45) | public function deleteFile($file_id) method upload (line 64) | public function upload($_files, $file_key, $uid, $item_id = 0, $page_i... method uploadOss (line 138) | public function uploadOss($uploadFile) method uploadS3 (line 169) | public function uploadS3($uploadFile, $oss_setting) method deleteOss (line 217) | public function deleteOss($file_url) method deleteS3 (line 247) | public function deleteS3($file_url, $oss_setting) method getQiuniuEndpointByKey (line 277) | public function getQiuniuEndpointByKey($key, $bucket) method isDangerFilename (line 292) | public function isDangerFilename($filename) method isAllowedFilename (line 325) | public function isAllowedFilename($filename) FILE: server/Application/Api/Model/BaseModel.class.php class BaseModel (line 12) | class BaseModel extends Model FILE: server/Application/Api/Model/CaptchaModel.class.php class CaptchaModel (line 11) | class CaptchaModel extends BaseModel method check (line 14) | public function check($captcha_id, $captcha, $none = '') FILE: server/Application/Api/Model/CatalogModel.class.php class CatalogModel (line 11) | class CatalogModel extends BaseModel method getList (line 15) | public function getList($item_id, $isGroup = false) method _getChlid (line 46) | private function _getChlid($cat_id, $item_data) method getChlid (line 62) | public function getChlid($item_id, $cat_id) method getListByLevel (line 93) | public function getListByLevel($item_id, $level = 2) method deleteCat (line 110) | public function deleteCat($cat_id) method filteMemberCat (line 147) | public function filteMemberCat($uid, $catData) method copy (line 173) | public function copy($uid, $old_cat_id, $new_p_cat_id = 0, $to_item_id... method getCat (line 194) | public function getCat($cat_id) method insertCat (line 208) | public function insertCat($item_id, $catalogs, $userInfo, $parent_cat_... method _insertCat (line 214) | private function _insertCat($item_id, $catalogs, $userInfo, $parent_ca... method saveCatPath (line 262) | public function saveCatPath($catPath, $item_id) method _htmlspecialchars (line 308) | private function _htmlspecialchars($str) FILE: server/Application/Api/Model/ExportModel.class.php class ExportModel (line 11) | class ExportModel FILE: server/Application/Api/Model/ItemAiConfigModel.class.php class ItemAiConfigModel (line 11) | class ItemAiConfigModel extends BaseModel method getConfig (line 18) | public function getConfig($item_id) method saveConfig (line 44) | public function saveConfig($item_id, $data) FILE: server/Application/Api/Model/ItemChangeLogModel.class.php class ItemChangeLogModel (line 7) | class ItemChangeLogModel extends BaseModel method addLog (line 11) | public function addLog($uid, $item_id, $op_action_type, $op_object_typ... method getLog (line 35) | public function getLog($item_id, $page = 1, $count = 15) method renderOneLog (line 55) | public function renderOneLog($one) FILE: server/Application/Api/Model/ItemModel.class.php class ItemModel (line 7) | class ItemModel extends BaseModel method export (line 10) | public function export($item_id, $uncompress = 0) method import (line 20) | public function import($json, $uid, $item_id = 0, $item_name = '', $it... method copy (line 90) | public function copy($item_id, $uid, $item_name = '', $item_descriptio... method getMemu (line 96) | public function getMemu($item_id) method getContent (line 104) | public function getContent($item_id, $page_field = "*", $catalog_field... method _getCat (line 147) | private function _getCat($catalog_data, &$all_pages, &$all_catalogs) method _getPageByCatId (line 165) | private function _getPageByCatId($cat_id, $all_pages) method getCat (line 179) | public function getCat($catalog_data, &$all_pages, &$all_catalogs) method _getCatByCatId (line 185) | private function _getCatByCatId($cat_id, $all_catalogs) method delete_item (line 200) | public function delete_item($item_id) method soft_delete_item (line 214) | public function soft_delete_item($item_id) method _htmlspecialchars (line 220) | private function _htmlspecialchars($str) method filteMemberItem (line 231) | public function filteMemberItem($uid, $item_id, $menuData) method toItemPageCatPath (line 255) | public function toItemPageCatPath($catalogs, $parent_cat_name = '') FILE: server/Application/Api/Model/ItemTokenModel.class.php class ItemTokenModel (line 11) | class ItemTokenModel extends BaseModel method createToken (line 14) | public function createToken($item_id) method getTokenByItemId (line 29) | public function getTokenByItemId($item_id) method getTokenByKey (line 40) | public function getTokenByKey($api_key) method setLastTime (line 46) | public function setLastTime($item_id) method check (line 53) | public function check($api_key, $api_token, $no = '') method resetToken (line 65) | public function resetToken($item_id) FILE: server/Application/Api/Model/MemberModel.class.php class MemberModel (line 7) | class MemberModel extends BaseModel method getCatIds (line 12) | public function getCatIds($item_id, $uid) method getCatId (line 54) | public function getCatId($item_id, $uid) FILE: server/Application/Api/Model/MessageContentModel.class.php class MessageContentModel (line 11) | class MessageContentModel extends BaseModel FILE: server/Application/Api/Model/MessageModel.class.php class MessageModel (line 11) | class MessageModel extends BaseModel method getRemindList (line 14) | public function getRemindList($to_uid, $page = 1, $count = 15, $status... method renderOne (line 40) | public function renderOne($one) method addMsg (line 59) | public function addMsg($from_uid, $from_name, $to_uid, $message_type,... method sendPushNotification (line 110) | private function sendPushNotification($push_url, $title, $content) FILE: server/Application/Api/Model/OptionsModel.class.php class OptionsModel (line 7) | class OptionsModel extends BaseModel method get (line 11) | public function get($option_name) method set (line 21) | public function set($option_name, $option_value) FILE: server/Application/Api/Model/PageModel.class.php class PageModel (line 11) | class PageModel extends BaseModel method search (line 16) | public function search($item_id,$cat_id_or_ids = 0 , $keyword = "") method update_by_title (line 52) | public function update_by_title($item_id, $page_title, $page_content, ... method softDeletePage (line 102) | public function softDeletePage($page_id) method deletePage (line 121) | public function deletePage($page_id) method deleteFile (line 128) | public function deleteFile($file_id) method _htmlspecialchars (line 134) | private function _htmlspecialchars($str) FILE: server/Application/Api/Model/RunapiDbConfigModel.class.php class RunapiDbConfigModel (line 7) | class RunapiDbConfigModel extends Model FILE: server/Application/Api/Model/RunapiModel.class.php class RunapiModel (line 11) | class RunapiModel method getGlobalParam (line 17) | public function getGlobalParam($item_id) FILE: server/Application/Api/Model/SubscriptionModel.class.php class SubscriptionModel (line 11) | class SubscriptionModel extends BaseModel method addSub (line 14) | public function addSub($uid, $object_id, $object_type, $action_type) method deleteSub (line 38) | public function deleteSub($uid, $object_id, $object_type, $action_type) method getListByObjectId (line 52) | public function getListByObjectId($object_id, $object_type, $action_type) FILE: server/Application/Api/Model/UpdateModel.class.php class UpdateModel (line 11) | class UpdateModel method checkDb (line 17) | public function checkDb() method updateSqlite (line 30) | public function updateSqlite() method _is_column_exist (line 726) | private function _is_column_exist($table, $column) FILE: server/Application/Api/Model/UserModel.class.php class UserModel (line 7) | class UserModel extends BaseModel method isExist (line 14) | public function isExist($username) method register (line 23) | public function register($username, $password) method updatePwd (line 32) | public function updatePwd($uid, $password) method userInfo (line 43) | public function userInfo($uid) method checkLogin (line 53) | public function checkLogin($username, $password) method setLastTime (line 66) | public function setLastTime($uid) method delete_user (line 72) | public function delete_user($uid) method checkLdapLogin (line 85) | public function checkLdapLogin($username, $password) method checkDbOk (line 201) | public function checkDbOk() FILE: server/Application/Api/Model/UserSettingModel.class.php class UserSettingModel (line 11) | class UserSettingModel extends BaseModel method getSetting (line 19) | public function getSetting($uid, $key) method saveSetting (line 32) | public function saveSetting($uid, $key, $value) method getPushUrl (line 52) | public function getPushUrl($uid) method savePushUrl (line 63) | public function savePushUrl($uid, $url) FILE: server/Application/Api/Model/UserTokenModel.class.php class UserTokenModel (line 11) | class UserTokenModel extends BaseModel method createToken (line 14) | public function createToken($uid, $token_expire = 0) method getToken (line 32) | public function getToken($token) method setLastTime (line 37) | public function setLastTime($token) FILE: server/Application/Api/Model/VerifyCodeModel.class.php class VerifyCodeModel (line 11) | class VerifyCodeModel method _ins_times (line 15) | public function _ins_times($key) method _check_times (line 25) | public function _check_times($key, $max_times = 5) FILE: server/Application/Common/Common/function.php function get_domain (line 9) | function get_domain() function site_url (line 46) | function site_url() function server_url (line 58) | function server_url($path = '', $params = array()) function output_word (line 69) | function output_word($data, $fileName = '') function clear_runtime (line 129) | function clear_runtime($path = RUNTIME_PATH) function getIPaddress (line 154) | function getIPaddress() function http_post (line 184) | function http_post($url, $param) function http_get (line 210) | function http_get($url) function compress_string (line 223) | function compress_string($string) function uncompress_string (line 228) | function uncompress_string($string) function env (line 234) | function env($name, $default_value = false) function encry_password (line 240) | function encry_password($password, $salt = '') function get_rand_str (line 246) | function get_rand_str($len = 32) function validate_strong_password (line 268) | function validate_strong_password($password) function date_time (line 313) | function date_time($time = 0) function get_lang (line 320) | function get_lang($path="../web/index.html") function safe_like (line 349) | function safe_like($keyword, $strict = true) FILE: server/Application/Home/Controller/BaseController.class.php class BaseController (line 7) | class BaseController extends Controller method message (line 10) | public function message($msg, $redirect = '') method checkLogin (line 17) | public function checkLogin($redirect = true) method sendResult (line 47) | public function sendResult($array) method checkItemPermn (line 60) | protected function checkItemPermn($uid, $item_id) method checkItemCreator (line 85) | protected function checkItemCreator($uid, $item_id) method checkItemVisit (line 103) | protected function checkItemVisit($uid, $item_id, $refer_url = '') FILE: server/Application/Home/Controller/CommonController.class.php class CommonController (line 7) | class CommonController extends BaseController method qrcode (line 12) | public function qrcode() method checkForUpdate (line 22) | public function checkForUpdate() method repasswd (line 44) | public function repasswd() FILE: server/Application/Home/Controller/IndexController.class.php class IndexController (line 7) | class IndexController extends BaseController method index (line 9) | public function index() method new_is_writeable (line 34) | private function new_is_writeable($file) FILE: server/Application/Home/Controller/ItemController.class.php class ItemController (line 7) | class ItemController extends BaseController method index (line 10) | public function index() method show (line 27) | public function show($content = '', $charset = '', $contentType = '', ... FILE: server/Application/Home/Controller/PageController.class.php class PageController (line 7) | class PageController extends BaseController method index (line 11) | public function index() method single (line 20) | public function single() FILE: server/Application/Home/Controller/UpdateController.class.php class UpdateController (line 7) | class UpdateController extends BaseController method db (line 13) | public function db() method sqlite (line 24) | public function sqlite() method _is_column_exist (line 286) | private function _is_column_exist($table, $column) method _clear_runtime (line 301) | private function _clear_runtime($path = RUNTIME_PATH) method toSqlite (line 326) | public function toSqlite() method mysql (line 356) | public function mysql() method _moveTable (line 590) | private function _moveTable($table) FILE: server/Application/Home/Controller/UserController.class.php class UserController (line 7) | class UserController extends BaseController method register (line 12) | public function register() method login (line 24) | public function login() method verify (line 34) | public function verify() method exist (line 62) | public function exist() FILE: server/Application/Home/Model/BaseModel.class.php class BaseModel (line 12) | class BaseModel extends Model FILE: server/Application/Home/Model/ItemModel.class.php class ItemModel (line 7) | class ItemModel extends BaseModel method export (line 10) | public function export($item_id) method import (line 47) | public function import($json, $uid, $item_name = '', $item_description... method copy (line 182) | public function copy($item_id, $uid, $item_name = '', $item_descriptio... FILE: server/Application/Home/Model/UserModel.class.php class UserModel (line 7) | class UserModel extends BaseModel method isExist (line 14) | public function isExist($username) method register (line 23) | public function register($username, $password) method updatePwd (line 30) | public function updatePwd($uid, $password) method userInfo (line 40) | public function userInfo($uid) method checkLogin (line 50) | public function checkLogin($username, $password) method setLastTime (line 57) | public function setLastTime($uid) FILE: server/Application/Home/Model/UserTokenModel.class.php class UserTokenModel (line 11) | class UserTokenModel extends BaseModel method createToken (line 14) | public function createToken($uid, $token_expire = 0) method getToken (line 32) | public function getToken($token) method setLastTime (line 37) | public function setLastTime($token) FILE: server/ThinkPHP/Common/functions.php function C (line 23) | function C($name=null, $value=null,$default=null) { function load_config (line 60) | function load_config($file,$parse=CONF_PARSE){ function yaml_parse_file (line 88) | function yaml_parse_file($file) { function E (line 101) | function E($msg, $code=0) { function G (line 122) | function G($start,$end='',$dec=4) { function L (line 149) | function L($name=null, $value=null) { function trace (line 185) | function trace($value='[think]',$label='',$level='DEBUG',$record=false) { function compile (line 194) | function compile($filename) { function T (line 215) | function T($template='',$layer=''){ function I (line 271) | function I($name,$default='',$filter=null,$datas=null) { function array_map_recursive (line 406) | function array_map_recursive($filter, $data) { function N (line 430) | function N($key, $step=0,$save=false) { function parse_name (line 453) | function parse_name($name, $type=0) { function require_cache (line 466) | function require_cache($filename) { function file_exists_case (line 484) | function file_exists_case($filename) { function import (line 502) | function import($class, $baseUrl = '', $ext=EXT) { function load (line 544) | function load($name, $baseUrl='', $ext='.php') { function vendor (line 568) | function vendor($class, $baseUrl = '', $ext='.php') { function D (line 580) | function D($name='',$layer='') { function M (line 612) | function M($name='', $tablePrefix='',$connection='') { function parse_res_name (line 633) | function parse_res_name($name,$layer,$level=1){ function controller (line 667) | function controller($name,$path=''){ function A (line 694) | function A($name,$layer='',$level=0) { function R (line 719) | function R($url,$vars=array(),$layer='') { function tag (line 740) | function tag($tag, &$params=NULL) { function B (line 751) | function B($name, $tag='',&$params=NULL) { function strip_whitespace (line 763) | function strip_whitespace($content) { function throw_exception (line 815) | function throw_exception($msg, $type='Think\\Exception', $code=0) { function dump (line 831) | function dump($var, $echo=true, $label=null, $strict=true) { function layout (line 861) | function layout($layout) { function U (line 881) | function U($url='',$vars='',$suffix=true,$domain=false) { function W (line 1038) | function W($name, $data=array()) { function is_ssl (line 1046) | function is_ssl() { function redirect (line 1062) | function redirect($url, $time=0, $msg='') { function S (line 1091) | function S($name,$value='',$options=null) { function F (line 1125) | function F($name, $value='', $path=DATA_PATH) { function to_guid_string (line 1161) | function to_guid_string($mix) { function xml_encode (line 1182) | function xml_encode($data, $root='think', $item='item', $attr='', $id='i... function data_to_xml (line 1206) | function data_to_xml($data, $item='item', $id='id') { function session (line 1226) | function session($name='',$value='') { function cookie (line 1350) | function cookie($name='', $value='', $option=null) { function load_ext_file (line 1425) | function load_ext_file($path) { function get_client_ip (line 1452) | function get_client_ip($type = 0,$adv=false) { function send_http_status (line 1481) | function send_http_status($code) { function think_filter (line 1538) | function think_filter(&$value){ function in_array_case (line 1550) | function in_array_case($value,$array){ FILE: server/ThinkPHP/Library/Behavior/BuildLiteBehavior.class.php class BuildLiteBehavior (line 15) | class BuildLiteBehavior { method run (line 16) | public function run(&$params) { method buildArrayDefine (line 70) | private function buildArrayDefine($array) { FILE: server/ThinkPHP/Library/Behavior/CheckLangBehavior.class.php class CheckLangBehavior (line 15) | class CheckLangBehavior { method run (line 18) | public function run(&$params){ method checkLanguage (line 29) | private function checkLanguage() { FILE: server/ThinkPHP/Library/Behavior/ContentReplaceBehavior.class.php class ContentReplaceBehavior (line 15) | class ContentReplaceBehavior { method run (line 18) | public function run(&$content){ method templateContentReplace (line 28) | protected function templateContentReplace($content) { FILE: server/ThinkPHP/Library/Behavior/ParseTemplateBehavior.class.php class ParseTemplateBehavior (line 17) | class ParseTemplateBehavior { method run (line 20) | public function run(&$_data){ method checkCache (line 57) | protected function checkCache($tmplTemplateFile,$prefix='') { method checkContentCache (line 88) | protected function checkContentCache($tmplContent,$prefix='') { FILE: server/ThinkPHP/Library/Behavior/ReadHtmlCacheBehavior.class.php class ReadHtmlCacheBehavior (line 16) | class ReadHtmlCacheBehavior { method run (line 18) | public function run(&$params){ method requireHtmlCache (line 31) | static private function requireHtmlCache() { method checkHTMLCache (line 101) | static public function checkHTMLCache($cacheFile='',$cacheTime='') { FILE: server/ThinkPHP/Library/Behavior/ShowPageTraceBehavior.class.php class ShowPageTraceBehavior (line 16) | class ShowPageTraceBehavior { method run (line 20) | public function run(&$params){ method showTrace (line 30) | private function showTrace() { method showTime (line 112) | private function showTime() { FILE: server/ThinkPHP/Library/Behavior/ShowRuntimeBehavior.class.php class ShowRuntimeBehavior (line 15) | class ShowRuntimeBehavior { method run (line 18) | public function run(&$content){ method showTime (line 39) | private function showTime() { FILE: server/ThinkPHP/Library/Behavior/TokenBuildBehavior.class.php class TokenBuildBehavior (line 15) | class TokenBuildBehavior { method run (line 17) | public function run(&$content){ method getToken (line 36) | private function getToken(){ FILE: server/ThinkPHP/Library/Behavior/WriteHtmlCacheBehavior.class.php class WriteHtmlCacheBehavior (line 16) | class WriteHtmlCacheBehavior { method run (line 19) | public function run(&$content) { FILE: server/ThinkPHP/Library/Think/App.class.php class App (line 15) | class App { method init (line 22) | static public function init() { method exec (line 62) | static public function exec() { method invokeAction (line 118) | public static function invokeAction($module,$action){ method run (line 192) | static public function run() { method logo (line 210) | static public function logo(){ FILE: server/ThinkPHP/Library/Think/Build.class.php class Build (line 15) | class Build { method checkDir (line 33) | static public function checkDir($module){ method buildAppDir (line 44) | static public function buildAppDir($module) { method buildRuntime (line 103) | static public function buildRuntime() { method buildController (line 118) | static public function buildController($module,$controller='Index') { method buildModel (line 134) | static public function buildModel($module,$model) { method buildDirSecure (line 150) | static public function buildDirSecure($dirs=array()) { FILE: server/ThinkPHP/Library/Think/Cache.class.php class Cache (line 15) | class Cache { method connect (line 38) | public function connect($type='',$options=array()) { method getInstance (line 54) | static function getInstance($type='',$options=array()) { method __get (line 64) | public function __get($name) { method __set (line 68) | public function __set($name,$value) { method __unset (line 72) | public function __unset($name) { method setOptions (line 75) | public function setOptions($name,$value) { method getOptions (line 79) | public function getOptions($name) { method queue (line 90) | protected function queue($key) { method __call (line 118) | public function __call($method,$args){ FILE: server/ThinkPHP/Library/Think/Cache/Driver/Apachenote.class.php class Apachenote (line 17) | class Apachenote extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 48) | public function get($name) { method set (line 69) | public function set($name, $value) { method rm (line 95) | public function rm($name) { method close (line 109) | private function close() { method open (line 118) | private function open() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Apc.class.php class Apc (line 17) | class Apc extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 39) | public function get($name) { method set (line 52) | public function set($name, $value, $expire = null) { method rm (line 73) | public function rm($name) { method clear (line 82) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Db.class.php class Db (line 24) | class Db extends Cache { method __construct (line 31) | public function __construct($options=array()) { method get (line 50) | public function get($name) { method set (line 82) | public function set($name, $value,$expire=null) { method rm (line 124) | public function rm($name) { method clear (line 134) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Eaccelerator.class.php class Eaccelerator (line 17) | class Eaccelerator extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 36) | public function get($name) { method set (line 49) | public function set($name, $value, $expire = null) { method rm (line 73) | public function rm($name) { FILE: server/ThinkPHP/Library/Think/Cache/Driver/File.class.php class File (line 17) | class File extends Cache { method __construct (line 23) | public function __construct($options=array()) { method init (line 40) | private function init() { method filename (line 53) | private function filename($name) { method get (line 77) | public function get($name) { method set (line 120) | public function set($name,$value,$expire=null) { method rm (line 156) | public function rm($name) { method clear (line 166) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Memcache.class.php class Memcache (line 17) | class Memcache extends Cache { method __construct (line 24) | function __construct($options=array()) { method get (line 53) | public function get($name) { method set (line 66) | public function set($name, $value, $expire = null) { method rm (line 88) | public function rm($name, $ttl = false) { method clear (line 100) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Memcached.class.php class Memcached (line 20) | class Memcached extends Cache { method __construct (line 26) | public function __construct($options = array()) { method get (line 52) | public function get($name) { method set (line 65) | public function set($name, $value, $expire = null) { method rm (line 87) | public function rm($name, $ttl = false) { method clear (line 99) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Memcachesae.class.php class Memcachesae (line 22) | class Memcachesae extends Cache { method __construct (line 29) | function __construct($options=array()) { method isConnected (line 51) | private function isConnected() { method get (line 61) | public function get($name) { method set (line 74) | public function set($name, $value, $expire = null) { method rm (line 96) | public function rm($name, $ttl = false) { method clear (line 108) | public function clear() { method queue (line 119) | protected function queue($key) { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Redis.class.php class Redis (line 19) | class Redis extends Cache { method __construct (line 25) | public function __construct($options=array()) { method get (line 53) | public function get($name) { method set (line 68) | public function set($name, $value, $expire = null) { method rm (line 94) | public function rm($name) { method clear (line 103) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Shmop.class.php class Shmop (line 17) | class Shmop extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 48) | public function get($name = false) { method set (line 81) | public function set($name, $value) { method rm (line 109) | public function rm($name) { method _ftok (line 125) | private function _ftok($project) { method _write (line 144) | private function _write(&$val, &$lh) { method _lock (line 162) | private function _lock() { method _unlock (line 179) | private function _unlock(&$fp) { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Sqlite.class.php class Sqlite (line 17) | class Sqlite extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 49) | public function get($name) { method set (line 73) | public function set($name, $value,$expire=null) { method rm (line 102) | public function rm($name) { method clear (line 114) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Wincache.class.php class Wincache (line 17) | class Wincache extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 39) | public function get($name) { method set (line 53) | public function set($name, $value,$expire=null) { method rm (line 75) | public function rm($name) { method clear (line 84) | public function clear() { FILE: server/ThinkPHP/Library/Think/Cache/Driver/Xcache.class.php class Xcache (line 17) | class Xcache extends Cache { method __construct (line 24) | public function __construct($options=array()) { method get (line 39) | public function get($name) { method set (line 56) | public function set($name, $value,$expire=null) { method rm (line 78) | public function rm($name) { method clear (line 87) | public function clear() { FILE: server/ThinkPHP/Library/Think/Controller.class.php class Controller (line 15) | abstract class Controller { method __construct (line 35) | public function __construct() { method display (line 55) | protected function display($templateFile='',$charset='',$contentType='... method show (line 68) | protected function show($content,$charset='',$contentType='',$prefix='... method fetch (line 82) | protected function fetch($templateFile='',$content='',$prefix='') { method buildHtml (line 95) | protected function buildHtml($htmlfile='',$htmlpath='',$templateFile='... method theme (line 109) | protected function theme($theme){ method assign (line 121) | protected function assign($name,$value='') { method __set (line 126) | public function __set($name,$value) { method get (line 136) | public function get($name='') { method __get (line 140) | public function __get($name) { method __isset (line 150) | public function __isset($name) { method __call (line 161) | public function __call($method,$args) { method error (line 186) | protected function error($message='',$jumpUrl='',$ajax=false) { method success (line 198) | protected function success($message='',$jumpUrl='',$ajax=false) { method ajaxReturn (line 210) | protected function ajaxReturn($data,$type='',$json_option=0) { method redirect (line 245) | protected function redirect($url,$params=array(),$delay=0,$msg='') { method dispatchJump (line 261) | private function dispatchJump($message,$status=1,$jumpUrl='',$ajax=fal... method __destruct (line 301) | public function __destruct() { FILE: server/ThinkPHP/Library/Think/Db.class.php class Db (line 17) | class Db { method getInstance (line 29) | static public function getInstance($config=array()) { method parseConfig (line 56) | static private function parseConfig($config){ method parseDsn (line 109) | static private function parseDsn($dsnStr) { method __callStatic (line 134) | static public function __callStatic($method, $params){ FILE: server/ThinkPHP/Library/Think/Db/Driver.class.php class Driver (line 18) | abstract class Driver method __construct (line 82) | public function __construct($config = '') method connect (line 96) | public function connect($config = '', $linkNum = 0, $autoConnection = ... method parseDsn (line 130) | protected function parseDsn($config) method free (line 137) | public function free() method query (line 150) | public function query($str, $fetchSql = false, $master = false) method execute (line 210) | public function execute($str, $fetchSql = false) method startTrans (line 272) | public function startTrans() method commit (line 294) | public function commit() method rollback (line 316) | public function rollback() method getResult (line 335) | private function getResult() method getQueryTimes (line 349) | public function getQueryTimes($execute = false) method getExecuteTimes (line 359) | public function getExecuteTimes() method close (line 368) | public function close() method error (line 379) | public function error() method parseLock (line 405) | protected function parseLock($lock = false) method parseSet (line 416) | protected function parseSet($data) method bindParam (line 444) | protected function bindParam($name, $value) method parseKey (line 456) | public function parseKey($key, $strict = false) method parseValue (line 467) | protected function parseValue($value) method parseField (line 489) | protected function parseField($fields) method parseTable (line 520) | protected function parseTable($tables) method parseWhere (line 546) | protected function parseWhere($where) method parseWhereItem (line 607) | protected function parseWhereItem($key, $val) method parseThinkWhere (line 691) | protected function parseThinkWhere($key, $val) method parseLimit (line 729) | protected function parseLimit($limit) method parseJoin (line 740) | protected function parseJoin($join) method parseOrder (line 755) | protected function parseOrder($order) method parseGroup (line 799) | protected function parseGroup($group) method parseHaving (line 810) | protected function parseHaving($having) method parseComment (line 821) | protected function parseComment($comment) method parseDistinct (line 832) | protected function parseDistinct($distinct) method parseUnion (line 843) | protected function parseUnion($union) method parseBind (line 867) | protected function parseBind($bind) method parseForce (line 878) | protected function parseForce($index) method parseDuplicate (line 897) | protected function parseDuplicate($duplicate) method insert (line 910) | public function insert($data, $options = array(), $replace = false) method insertAll (line 949) | public function insertAll($dataSet, $options = array(), $replace = false) method selectInsert (line 991) | public function selectInsert($fields, $table, $options = array()) method update (line 1012) | public function update($data, $options) method delete (line 1038) | public function delete($options = array()) method select (line 1067) | public function select($options = array()) method buildSelectSql (line 1082) | public function buildSelectSql($options = array()) method parseSql (line 1102) | public function parseSql($sql, $options = array()) method getLastSql (line 1130) | public function getLastSql($model = '') method getLastInsID (line 1140) | public function getLastInsID() method getError (line 1150) | public function getError() method escapeString (line 1161) | public function escapeString($str) method setModel (line 1172) | public function setModel($model) method debug (line 1182) | protected function debug($start) method initConnect (line 1204) | protected function initConnect($master = true) method multiConnect (line 1229) | protected function multiConnect($master = false) method __destruct (line 1289) | public function __destruct() FILE: server/ThinkPHP/Library/Think/Db/Driver/Firebird.class.php class Firebird (line 18) | class Firebird extends Driver method parseDsn (line 28) | protected function parseDsn($config) method execute (line 41) | public function execute($str, $fetchSql = false) method getFields (line 92) | public function getFields($tableName) method getTables (line 124) | public function getTables($dbName = '') method escapeString (line 141) | public function escapeString($str) method parseLimit (line 152) | public function parseLimit($limit) method parseRand (line 171) | protected function parseRand() FILE: server/ThinkPHP/Library/Think/Db/Driver/Mongo.class.php class Mongo (line 19) | class Mongo extends Driver method __construct (line 34) | public function __construct($config = '') method connect (line 51) | public function connect($config = '', $linkNum = 0) method switchCollection (line 76) | public function switchCollection($collection, $db = '', $master = true) method free (line 111) | public function free() method command (line 122) | public function command($command = array(), $options = array()) method execute (line 162) | public function execute($code, $args = array()) method close (line 181) | public function close() method error (line 197) | public function error() method insert (line 212) | public function insert($data, $options = array(), $replace = false) method insertAll (line 249) | public function insertAll($dataList, $options = array()) method getMongoNextId (line 273) | public function getMongoNextId($pk,$options=array()) method update (line 299) | public function update($data, $options) method delete (line 335) | public function delete($options = array()) method clear (line 363) | public function clear($options = array()) method select (line 390) | public function select($options = array()) method find (line 458) | public function find($options = array()) method count (line 471) | public function count($options = array()) method group (line 495) | public function group($keys, $initial, $reduce, $options = array()) method getFields (line 546) | public function getFields($collection = '') method getTables (line 582) | public function getTables() method getDB (line 604) | public function getDB() method getCollection (line 614) | public function getCollection() method parseSet (line 625) | protected function parseSet($data) method parseOrder (line 660) | protected function parseOrder($order) method parseLimit (line 684) | protected function parseLimit($limit) method parseField (line 700) | public function parseField($fields) method parseWhere (line 733) | public function parseWhere($where) method parseThinkWhere (line 792) | protected function parseThinkWhere($key, $val) method parseWhereItem (line 835) | protected function parseWhereItem($key, $val) FILE: server/ThinkPHP/Library/Think/Db/Driver/Mysql.class.php class Mysql (line 19) | class Mysql extends Driver method parseDsn (line 28) | protected function parseDsn($config) method getFields (line 49) | public function getFields($tableName) method getTables (line 84) | public function getTables($dbName = '') method parseKey (line 102) | public function parseKey($key, $strict = false) method parseRand (line 125) | protected function parseRand() method insertAll (line 138) | public function insertAll($dataSet, $options = array(), $replace = false) method parseDuplicate (line 180) | protected function parseDuplicate($duplicate) method procedure (line 236) | public function procedure($str, $fetchSql = false) FILE: server/ThinkPHP/Library/Think/Db/Driver/Oracle.class.php class Oracle (line 19) | class Oracle extends Driver method parseDsn (line 31) | protected function parseDsn($config) method execute (line 47) | public function execute($str, $fetchSql = false) method getFields (line 107) | public function getFields($tableName) method getTables (line 134) | public function getTables($dbName = '') method escapeString (line 150) | public function escapeString($str) method parseLimit (line 160) | public function parseLimit($limit) method parseLock (line 180) | protected function parseLock($lock = false) method parseRand (line 194) | protected function parseRand() FILE: server/ThinkPHP/Library/Think/Db/Driver/Pgsql.class.php class Pgsql (line 19) | class Pgsql extends Driver method parseDsn (line 28) | protected function parseDsn($config) method getFields (line 42) | public function getFields($tableName) method getTables (line 67) | public function getTables($dbName = '') method parseLimit (line 83) | public function parseLimit($limit) method parseRand (line 102) | protected function parseRand() FILE: server/ThinkPHP/Library/Think/Db/Driver/Sqlite.class.php class Sqlite (line 19) | class Sqlite extends Driver method parseDsn (line 28) | protected function parseDsn($config) method getFields (line 39) | public function getFields($tableName) method getTables (line 64) | public function getTables($dbName = '') method escapeString (line 82) | public function escapeString($str) method parseLimit (line 92) | public function parseLimit($limit) method parseRand (line 111) | protected function parseRand() FILE: server/ThinkPHP/Library/Think/Db/Driver/Sqlsrv.class.php class Sqlsrv (line 20) | class Sqlsrv extends Driver method parseDsn (line 37) | protected function parseDsn($config) method getFields (line 51) | public function getFields($tableName) method getTables (line 82) | public function getTables($dbName = '') method parseOrder (line 101) | protected function parseOrder($order) method parseKey (line 113) | public function parseKey($key, $strict = false) method parseLimit (line 133) | public function parseLimit($limit) method update (line 156) | public function update($data, $options) method delete (line 175) | public function delete($options = array()) FILE: server/ThinkPHP/Library/Think/Db/Lite.class.php class Lite (line 18) | class Lite method __construct (line 80) | public function __construct($config = '') method connect (line 94) | public function connect($config = '', $linkNum = 0) method parseDsn (line 123) | protected function parseDsn($config) method free (line 130) | public function free() method query (line 142) | public function query($str, $bind = array()) method execute (line 193) | public function execute($str, $bind = array()) method startTrans (line 244) | public function startTrans() method commit (line 266) | public function commit() method rollback (line 288) | public function rollback() method getResult (line 307) | private function getResult() method getQueryTimes (line 321) | public function getQueryTimes($execute = false) method getExecuteTimes (line 331) | public function getExecuteTimes() method close (line 340) | public function close() method error (line 351) | public function error() method getLastSql (line 378) | public function getLastSql($model = '') method getLastInsID (line 388) | public function getLastInsID() method getError (line 398) | public function getError() method escapeString (line 409) | public function escapeString($str) method setModel (line 420) | public function setModel($model) method debug (line 430) | protected function debug($start) method initConnect (line 452) | protected function initConnect($master = true) method multiConnect (line 477) | protected function multiConnect($master = false) method __destruct (line 524) | public function __destruct() FILE: server/ThinkPHP/Library/Think/Dispatcher.class.php class Dispatcher (line 16) | class Dispatcher { method dispatch (line 23) | static public function dispatch() { method getSpace (line 256) | static private function getSpace($var,$urlCase) { method getController (line 265) | static private function getController($var,$urlCase) { method getAction (line 290) | static private function getAction($var,$urlCase) { method getModule (line 322) | static private function getModule($var) { FILE: server/ThinkPHP/Library/Think/Exception.class.php class Exception (line 15) | class Exception extends \Exception { FILE: server/ThinkPHP/Library/Think/Hook.class.php class Hook (line 15) | class Hook { method add (line 25) | static public function add($tag,$name) { method import (line 42) | static public function import($data,$recursive=true) { method get (line 66) | static public function get($tag='') { method listen (line 81) | static public function listen($tag, &$params=NULL) { method exec (line 113) | static public function exec($name, $tag,&$params=NULL) { FILE: server/ThinkPHP/Library/Think/Log.class.php class Log (line 15) | class Log { method init (line 35) | static public function init($config=array()){ method record (line 51) | static function record($message,$level=self::ERR,$record=false) { method save (line 65) | static function save($type='',$destination='') { method write (line 92) | static function write($message,$level=self::ERR,$type='',$destination=... FILE: server/ThinkPHP/Library/Think/Log/Driver/File.class.php class File (line 14) | class File { method __construct (line 23) | public function __construct($config=array()){ method write (line 34) | public function write($log,$destination='') { FILE: server/ThinkPHP/Library/Think/Log/Driver/Sae.class.php class Sae (line 14) | class Sae { method __construct (line 21) | public function __construct($config=array()){ method write (line 32) | public function write($log,$destination='') { FILE: server/ThinkPHP/Library/Think/Model.class.php class Model (line 17) | class Model method __construct (line 74) | public function __construct($name = '', $tablePrefix = '', $connection... method _checkTableInfo (line 110) | protected function _checkTableInfo() method flush (line 136) | public function flush() method __set (line 187) | public function __set($name, $value) method __get (line 199) | public function __get($name) method __isset (line 210) | public function __isset($name) method __unset (line 221) | public function __unset($name) method __call (line 233) | public function __call($method, $args) method _initialize (line 262) | protected function _initialize() method _facade (line 271) | protected function _facade($data) method _before_write (line 308) | protected function _before_write(&$data) method add (line 319) | public function add($data = '', $options = array(), $replace = false) method _before_insert (line 364) | protected function _before_insert(&$data, $options) method _after_insert (line 367) | protected function _after_insert($data, $options) method addAll (line 370) | public function addAll($dataList, $options = array(), $replace = false) method selectAdd (line 401) | public function selectAdd($fields = '', $table = '', $options = array()) method save (line 423) | public function save($data = '', $options = array()) method _before_update (line 490) | protected function _before_update(&$data, $options) method _after_update (line 493) | protected function _after_update($data, $options) method delete (line 502) | public function delete($options = array()) method _before_delete (line 570) | protected function _before_delete($options) method _after_delete (line 573) | protected function _after_delete($data, $options) method select (line 582) | public function select($options = array()) method _after_select (line 661) | protected function _after_select(&$resultSet, $options) method buildSql (line 669) | public function buildSql() method _parseOptions (line 680) | protected function _parseOptions($options = array()) method _options_filter (line 721) | protected function _options_filter(&$options) method _parseType (line 731) | protected function _parseType(&$data, $key) method _read_data (line 753) | protected function _read_data($data) method find (line 773) | public function find($options = array()) method _after_find (line 841) | protected function _after_find(&$result, $options) method returnResult (line 844) | protected function returnResult($data, $type = '') method parseFieldsMap (line 867) | public function parseFieldsMap($data, $type = 1) method setField (line 897) | public function setField($field, $value = '') method setInc (line 915) | public function setInc($field, $step = 1, $lazyTime = 0) method setDec (line 939) | public function setDec($field, $step = 1, $lazyTime = 0) method lazyWrite (line 964) | protected function lazyWrite($guid, $step, $lazyTime) method getField (line 994) | public function getField($field, $sepa = null) method create (line 1075) | public function create($data = '', $type = '') method autoCheckToken (line 1164) | public function autoCheckToken($data) method regex (line 1202) | public function regex($value, $rule) method autoOperation (line 1230) | private function autoOperation(&$data, $type) method autoValidation (line 1299) | protected function autoValidation($data, $type) method _validationField (line 1374) | protected function _validationField($data, $val) method _validationFieldItem (line 1399) | protected function _validationFieldItem($data, $val) method check (line 1466) | public function check($value, $rule, $type = 'regex') method procedure (line 1525) | public function procedure($sql, $parse = false) method query (line 1537) | public function query($sql, $parse = false) method execute (line 1554) | public function execute($sql, $parse = false) method parseSql (line 1571) | protected function parseSql($sql, $parse) method db (line 1598) | public function db($linkNum = '', $config = '', $force = false) method _after_db (line 1628) | protected function _after_db() method getModelName (line 1636) | public function getModelName() method getTableName (line 1655) | public function getTableName() method startTrans (line 1674) | public function startTrans() method commit (line 1686) | public function commit() method rollback (line 1696) | public function rollback() method getError (line 1706) | public function getError() method getDbError (line 1716) | public function getDbError() method getLastInsID (line 1726) | public function getLastInsID() method getLastSql (line 1736) | public function getLastSql() method _sql (line 1741) | public function _sql() method getPk (line 1751) | public function getPk() method getDbFields (line 1761) | public function getDbFields() method data (line 1791) | public function data($data = '') method table (line 1813) | public function table($table) method using (line 1832) | public function using($using) method join (line 1852) | public function join($join, $type = 'INNER') method union (line 1876) | public function union($union, $all = false) method cache (line 1915) | public function cache($key = true, $expire = null, $type = '') method field (line 1936) | public function field($field, $except = false) method scope (line 1961) | public function scope($scope = '', $args = null) method where (line 2002) | public function where($where, $parse = null) method limit (line 2035) | public function limit($offset, $length = null) method page (line 2051) | public function page($page, $listRows = null) method comment (line 2066) | public function comment($comment) method fetchSql (line 2078) | public function fetchSql($fetch = true) method bind (line 2091) | public function bind($key, $value = false) method setProperty (line 2115) | public function setProperty($name, $value) FILE: server/ThinkPHP/Library/Think/Route.class.php class Route (line 15) | class Route { method check (line 18) | public static function check(){ method checkUrlMatch (line 97) | private static function checkUrlMatch($regx,$rule) { method parseUrl (line 138) | private static function parseUrl($url) { method parseRule (line 170) | private static function parseRule($rule,$route,$regx) { method parseRegex (line 246) | private static function parseRegex($matches,$route,$regx) { method invokeRegx (line 285) | static private function invokeRegx($closure, $var = array()) { method invokeRule (line 301) | static private function invokeRule($closure, $var = array()) { FILE: server/ThinkPHP/Library/Think/Storage.class.php class Storage (line 13) | class Storage { method connect (line 29) | static public function connect($type='File',$options=array()) { method __callstatic (line 34) | static public function __callstatic($method,$args){ FILE: server/ThinkPHP/Library/Think/Storage/Driver/File.class.php class File (line 14) | class File extends Storage{ method __construct (line 22) | public function __construct() { method read (line 31) | public function read($filename,$type=''){ method put (line 42) | public function put($filename,$content,$type=''){ method append (line 62) | public function append($filename,$content,$type=''){ method load (line 76) | public function load($_filename,$vars=null){ method has (line 89) | public function has($filename,$type=''){ method unlink (line 99) | public function unlink($filename,$type=''){ method get (line 111) | public function get($filename,$name,$type=''){ FILE: server/ThinkPHP/Library/Think/Storage/Driver/Sae.class.php class Sae (line 14) | class Sae extends Storage{ method __construct (line 24) | public function __construct() { method getKv (line 39) | private function getKv(){ method read (line 56) | public function read($filename,$type=''){ method put (line 76) | public function put($filename,$content,$type=''){ method append (line 105) | public function append($filename,$content,$type=''){ method load (line 119) | public function load($_filename,$vars=null){ method has (line 131) | public function has($filename,$type=''){ method unlink (line 145) | public function unlink($filename,$type=''){ method get (line 168) | public function get($filename,$name,$type=''){ FILE: server/ThinkPHP/Library/Think/Template.class.php class Template (line 17) | class Template { method __construct (line 33) | public function __construct(){ method stripPreg (line 47) | private function stripPreg($str) { method get (line 55) | public function get($name) { method set (line 62) | public function set($name,$value) { method fetch (line 74) | public function fetch($templateFile,$templateVar,$prefix='') { method loadTemplate (line 88) | public function loadTemplate ($templateFile,$prefix='') { method compiler (line 124) | protected function compiler($tmplContent) { method parse (line 145) | public function parse($content) { method parsePhp (line 189) | protected function parsePhp($content) { method parseLayout (line 202) | protected function parseLayout($content) { method parseInclude (line 224) | protected function parseInclude($content, $extend = true) { method parseExtend (line 245) | protected function parseExtend($content) { method parseXmlAttrs (line 273) | private function parseXmlAttrs($attrs) { method parseLiteral (line 289) | private function parseLiteral($content) { method restoreLiteral (line 305) | private function restoreLiteral($tag) { method parseBlock (line 321) | private function parseBlock($name,$content = '') { method replaceBlock (line 336) | private function replaceBlock($content){ method getIncludeTagLib (line 367) | public function getIncludeTagLib(& $content) { method parseTagLib (line 388) | public function parseTagLib($tagLib,&$content,$hide=false) { method parseXmlTag (line 444) | public function parseXmlTag($tagLib,$tag,$attr,$content) { method parseTag (line 460) | public function parseTag($tagStr){ method parseVar (line 491) | public function parseVar($varStr){ method parseVarFunction (line 554) | public function parseVarFunction($name,$varArray){ method parseThinkVar (line 592) | public function parseThinkVar($varStr){ method parseIncludeItem (line 666) | private function parseIncludeItem($tmplPublicName,$vars=array(),$exten... method parseTemplateName (line 683) | private function parseTemplateName($templateName){ FILE: server/ThinkPHP/Library/Think/Template/Driver/Ease.class.php class Ease (line 15) | class Ease { method fetch (line 23) | public function fetch($templateFile,$var) { FILE: server/ThinkPHP/Library/Think/Template/Driver/Lite.class.php class Lite (line 15) | class Lite { method fetch (line 23) | public function fetch($templateFile,$var) { FILE: server/ThinkPHP/Library/Think/Template/Driver/Mobile.class.php class Mobile (line 15) | class Mobile { method fetch (line 23) | public function fetch($templateFile,$var) { FILE: server/ThinkPHP/Library/Think/Template/Driver/Smart.class.php class Smart (line 15) | class Smart { method fetch (line 23) | public function fetch($templateFile,$var) { FILE: server/ThinkPHP/Library/Think/Template/Driver/Smarty.class.php class Smarty (line 15) | class Smarty { method fetch (line 24) | public function fetch($templateFile,$var) { FILE: server/ThinkPHP/Library/Think/Template/TagLib.class.php class TagLib (line 15) | class TagLib { method __construct (line 65) | public function __construct() { method parseXmlAttr (line 76) | public function parseXmlAttr($attr,$tag) { method parseCondition (line 126) | public function parseCondition($condition) { method autoBuildVar (line 150) | public function autoBuildVar($name) { method parseThinkVar (line 192) | public function parseThinkVar($varStr){ method getTags (line 243) | public function getTags(){ FILE: server/ThinkPHP/Library/Think/Template/TagLib/Cx.class.php class Cx (line 16) | class Cx extends TagLib { method _php (line 51) | public function _php($tag,$content) { method _volist (line 68) | public function _volist($tag,$content) { method _foreach (line 111) | public function _foreach($tag,$content) { method _if (line 139) | public function _if($tag,$content) { method _elseif (line 153) | public function _elseif($tag,$content) { method _else (line 165) | public function _else($tag) { method _switch (line 183) | public function _switch($tag,$content) { method _case (line 201) | public function _case($tag,$content) { method _default (line 235) | public function _default($tag) { method _compare (line 249) | public function _compare($tag,$content,$type='eq') { method _eq (line 268) | public function _eq($tag,$content) { method _equal (line 272) | public function _equal($tag,$content) { method _neq (line 276) | public function _neq($tag,$content) { method _notequal (line 280) | public function _notequal($tag,$content) { method _gt (line 284) | public function _gt($tag,$content) { method _lt (line 288) | public function _lt($tag,$content) { method _egt (line 292) | public function _egt($tag,$content) { method _elt (line 296) | public function _elt($tag,$content) { method _heq (line 300) | public function _heq($tag,$content) { method _nheq (line 304) | public function _nheq($tag,$content) { method _range (line 319) | public function _range($tag,$content,$type='in') { method _in (line 349) | public function _in($tag,$content) { method _notin (line 354) | public function _notin($tag,$content) { method _between (line 358) | public function _between($tag,$content){ method _notbetween (line 362) | public function _notbetween($tag,$content){ method _present (line 375) | public function _present($tag,$content) { method _notpresent (line 391) | public function _notpresent($tag,$content) { method _empty (line 407) | public function _empty($tag,$content) { method _notempty (line 414) | public function _notempty($tag,$content) { method _defined (line 428) | public function _defined($tag,$content) { method _notdefined (line 434) | public function _notdefined($tag,$content) { method _import (line 450) | public function _import($tag,$content,$isFile=false,$type='') { method _load (line 516) | public function _load($tag,$content) { method _css (line 521) | public function _css($tag,$content) { method _js (line 526) | public function _js($tag,$content) { method _assign (line 539) | public function _assign($tag,$content) { method _define (line 559) | public function _define($tag,$content) { method _for (line 578) | public function _for($tag, $content){ FILE: server/ThinkPHP/Library/Think/Template/TagLib/Html.class.php class Html (line 16) | class Html extends TagLib{ method _editor (line 36) | public function _editor($tag,$content) { method _imageBtn (line 77) | public function _imageBtn($tag) { method _imgLink (line 101) | public function _imgLink($tag) { method _select (line 123) | public function _select($tag) { method _checkbox (line 179) | public function _checkbox($tag) { method _radio (line 204) | public function _radio($tag) { method _grid (line 230) | public function _grid($tag) { method _list (line 369) | public function _list($tag) { FILE: server/ThinkPHP/Library/Think/Think.class.php class Think (line 16) | class Think { method start (line 29) | static public function start() { method addMap (line 124) | static public function addMap($class, $map=''){ method getMap (line 133) | static public function getMap($class=''){ method autoload (line 148) | public static function autoload($class) { method instance (line 194) | static public function instance($class,$method='') { method appException (line 215) | static public function appException($e) { method appError (line 243) | static public function appError($errno, $errstr, $errfile, $errline) { method fatalError (line 263) | static public function fatalError() { method halt (line 284) | static public function halt($error) { method trace (line 326) | static public function trace($value='[think]',$label='',$level='DEBUG'... FILE: server/ThinkPHP/Library/Think/Upload.class.php class Upload (line 12) | class Upload { method __construct (line 51) | public function __construct($config = array(), $driver = '', $driverCo... method __get (line 78) | public function __get($name) { method __set (line 82) | public function __set($name,$value){ method __isset (line 93) | public function __isset($name){ method getError (line 101) | public function getError(){ method uploadOne (line 110) | public function uploadOne($file){ method upload (line 119) | public function upload($files='') { method dealFiles (line 230) | private function dealFiles($files) { method setDriver (line 257) | private function setDriver($driver = null, $config = null){ method check (line 271) | private function check($file) { method error (line 317) | private function error($errorNo) { method checkSize (line 346) | private function checkSize($size) { method checkMime (line 354) | private function checkMime($mime) { method checkExt (line 362) | private function checkExt($ext) { method getSaveName (line 370) | private function getSaveName($file) { method getSubPath (line 394) | private function getSubPath($filename) { method getName (line 414) | private function getName($rule, $filename){ FILE: server/ThinkPHP/Library/Think/Upload/Driver/Bcs.class.php class Bcs (line 13) | class Bcs { method __construct (line 41) | public function __construct($config){ method checkRootPath (line 56) | public function checkRootPath($rootpath){ method checkSavePath (line 67) | public function checkSavePath($savepath){ method mkdir (line 76) | public function mkdir($savepath){ method save (line 86) | public function save(&$file,$replace=true) { method download (line 100) | public function download($file){ method getError (line 112) | public function getError(){ method request (line 124) | private function request($path, $method, $headers = null, $body = null){ method response (line 198) | private function response($text){ method sign (line 207) | private function sign($method, $Bucket, $object='/', $size=''){ method error (line 231) | private function error($header) { FILE: server/ThinkPHP/Library/Think/Upload/Driver/Bcs/bcs.class.php class BCS_Exception (line 25) | class BCS_Exception extends \Exception { class BaiduBCS (line 30) | class BaiduBCS { method __construct (line 119) | public function __construct($ak = NULL, $sk = NULL, $hostname = NULL) { method authenticate (line 154) | private function authenticate($opt) { method list_bucket (line 253) | public function list_bucket($opt = array()) { method create_bucket (line 271) | public function create_bucket($bucket, $acl = NULL, $opt = array()) { method delete_bucket (line 293) | public function delete_bucket($bucket, $opt = array()) { method set_bucket_acl (line 315) | public function set_bucket_acl($bucket, $acl, $opt = array()) { method get_bucket_acl (line 335) | public function get_bucket_acl($bucket, $opt = array()) { method list_object (line 357) | public function list_object($bucket, $opt = array()) { method list_object_by_dir (line 396) | public function list_object_by_dir($bucket, $dir = '/', $list_model = ... method create_object (line 432) | public function create_object($bucket, $object, $file, $opt = array()) { method create_object_by_content (line 464) | public function create_object_by_content($bucket, $object, $content, $... method create_object_superfile (line 500) | public function create_object_superfile($bucket, $object, $file, $opt ... method upload_directory (line 604) | public function upload_directory($bucket, $dir, $opt = array()) { method copy_object (line 752) | public function copy_object($source, $dest, $opt = array()) { method set_object_meta (line 787) | public function set_object_meta($bucket, $object, $meta, $opt = array(... method get_object_acl (line 817) | public function get_object_acl($bucket, $object, $opt = array()) { method set_object_acl (line 842) | public function set_object_acl($bucket, $object, $acl, $opt = array()) { method delete_object (line 865) | public function delete_object($bucket, $object, $opt = array()) { method is_object_exist (line 886) | public function is_object_exist($bucket, $object, $opt = array()) { method get_object_info (line 908) | public function get_object_info($bucket, $object, $opt = array()) { method get_object (line 927) | public function get_object($bucket, $object, $opt = array()) { method generate_user_url (line 962) | private function generate_user_url($method, $bucket, $object, $opt = a... method generate_get_object_url (line 984) | public function generate_get_object_url($bucket, $object, $opt = array... method generate_put_object_url (line 995) | public function generate_put_object_url($bucket, $object, $opt = array... method generate_post_object_url (line 1006) | public function generate_post_object_url($bucket, $object, $opt = arra... method generate_delete_object_url (line 1017) | public function generate_delete_object_url($bucket, $object, $opt = ar... method generate_head_object_url (line 1028) | public function generate_head_object_url($bucket, $object, $opt = arra... method getUse_ssl (line 1036) | public function getUse_ssl() { method setUse_ssl (line 1043) | public function setUse_ssl($use_ssl) { method validate_bucket (line 1055) | public static function validate_bucket($bucket) { method validate_object (line 1070) | public static function validate_object($object) { method set_header_into_opt (line 1086) | private static function set_header_into_opt($header, $value, &$opt) { method array_recursive (line 1104) | private static function array_recursive(&$array, $function, $apply_to_... method array_to_json (line 1126) | private static function array_to_json($array) { method analyze_user_acl (line 1145) | private function analyze_user_acl($acl) { method format_signature (line 1170) | private function format_signature($opt) { method check_user_acl (line 1209) | private function check_user_acl($acl) { method format_url (line 1242) | private function format_url($opt) { method trimUrl (line 1270) | public static function trimUrl($url) { method get_filetree (line 1284) | public static function get_filetree($dir, $file_prefix = "/*") { method log (line 1301) | public function log($log, $opt) { method assertParameterArray (line 1313) | private function assertParameterArray($opt) { FILE: server/ThinkPHP/Library/Think/Upload/Driver/Bcs/mimetypes.class.php class BCS_MimeTypes (line 3) | class BCS_MimeTypes { method get_mimetype (line 133) | public static function get_mimetype($ext) { FILE: server/ThinkPHP/Library/Think/Upload/Driver/Bcs/requestcore.class.php class BCS_RequestCore (line 14) | class BCS_RequestCore { method __construct (line 156) | public function __construct($url = null, $proxy = null, $helpers = nul... method __destruct (line 181) | public function __destruct() { method set_credentials (line 200) | public function set_credentials($user, $pass) { method add_header (line 213) | public function add_header($key, $value) { method remove_header (line 224) | public function remove_header($key) { method set_method (line 237) | public function set_method($method) { method set_useragent (line 248) | public function set_useragent($ua) { method set_body (line 259) | public function set_body($body) { method set_request_url (line 270) | public function set_request_url($url) { method set_curlopts (line 282) | public function set_curlopts($curlopts) { method set_read_stream_size (line 293) | public function set_read_stream_size($size) { method set_read_stream (line 307) | public function set_read_stream($resource, $size = null) { method set_read_file (line 327) | public function set_read_file($location) { method set_write_stream (line 339) | public function set_write_stream($resource) { method set_write_file (line 350) | public function set_write_file($location) { method set_proxy (line 362) | public function set_proxy($proxy) { method set_seek_position (line 377) | public function set_seek_position($position) { method register_streaming_read_callback (line 400) | public function register_streaming_read_callback($callback) { method register_streaming_write_callback (line 422) | public function register_streaming_write_callback($callback) { method streaming_read_callback (line 437) | public function streaming_read_callback($curl_handle, $file_handle, $l... method streaming_write_callback (line 466) | public function streaming_write_callback($curl_handle, $data) { method prep_request (line 490) | public function prep_request() { method isBaeEnv (line 590) | private function isBaeEnv() { method process_response (line 617) | public function process_response($curl_handle = null, $response = null) { method send_request (line 662) | public function send_request($parse = false) { method send_multi_request (line 690) | public function send_multi_request($handles, $opt = null) { method get_response_header (line 762) | public function get_response_header($header = null) { method get_response_body (line 775) | public function get_response_body() { method get_response_code (line 784) | public function get_response_code() { class BCS_ResponseCore (line 791) | class BCS_ResponseCore { method __construct (line 813) | public function __construct($header, $body, $status = null) { method isOK (line 826) | public function isOK($codes = array(200, 201, 204, 206)) { class BCS_RequestCore_Exception (line 836) | class BCS_RequestCore_Exception extends \Exception { FILE: server/ThinkPHP/Library/Think/Upload/Driver/Ftp.class.php class Ftp (line 13) | class Ftp { method __construct (line 44) | public function __construct($config){ method checkRootPath (line 59) | public function checkRootPath($rootpath){ method checkSavePath (line 75) | public function checkSavePath($savepath){ method save (line 91) | public function save($file, $replace=true) { method mkdir (line 113) | public function mkdir($savepath){ method getError (line 133) | public function getError(){ method login (line 141) | private function login(){ method __destruct (line 159) | public function __destruct() { FILE: server/ThinkPHP/Library/Think/Upload/Driver/Local.class.php class Local (line 13) | class Local{ method __construct (line 29) | public function __construct($config = null){ method checkRootPath (line 38) | public function checkRootPath($rootpath){ method checkSavePath (line 52) | public function checkSavePath($savepath){ method save (line 73) | public function save($file, $replace=true) { method mkdir (line 96) | public function mkdir($savepath){ method getError (line 114) | public function getError(){ FILE: server/ThinkPHP/Library/Think/Upload/Driver/Qiniu.class.php class Qiniu (line 15) | class Qiniu{ method __construct (line 40) | public function __construct($config){ method checkRootPath (line 51) | public function checkRootPath($rootpath){ method checkSavePath (line 61) | public function checkSavePath($savepath){ method mkdir (line 70) | public function mkdir($savepath){ method save (line 80) | public function save(&$file,$replace=true) { method getError (line 99) | public function getError(){ FILE: server/ThinkPHP/Library/Think/Upload/Driver/Qiniu/QiniuStorage.class.php class QiniuStorage (line 4) | class QiniuStorage { method __construct (line 12) | public function __construct($config){ method sign (line 21) | static function sign($sk, $ak, $data){ method signWithData (line 26) | static function signWithData($sk, $ak, $data){ method accessToken (line 31) | public function accessToken($url, $body=''){ method UploadToken (line 46) | public function UploadToken($sk ,$ak ,$param){ method upload (line 72) | public function upload($config, $file){ method dealWithType (line 115) | public function dealWithType($key, $type){ method buildUrlParam (line 152) | public function buildUrlParam(){ method getList (line 157) | public function getList($query = array(), $path = ''){ method info (line 167) | public function info($key){ method downLink (line 179) | public function downLink($key){ method rename (line 187) | public function rename($file, $new_file){ method del (line 198) | public function del($file){ method delBatch (line 208) | public function delBatch($files){ method Qiniu_Encode (line 223) | static function Qiniu_Encode($str) {// URLSafeBase64Encode method Qiniu_escapeQuotes (line 229) | static function Qiniu_escapeQuotes($str){ method request (line 243) | private function request($path, $method, $headers = null, $body = null){ method response (line 315) | private function response($text){ method error (line 332) | private function error($header, $body) { method privateDownloadUrl (line 341) | public function privateDownloadUrl($baseUrl, $expires = 3600) method queryBucketHost (line 356) | private function queryBucketHost(){ FILE: server/ThinkPHP/Library/Think/Upload/Driver/Sae.class.php class Sae (line 13) | class Sae{ method __construct (line 32) | public function __construct($config = null){ method checkRootPath (line 43) | public function checkRootPath($rootpath){ method checkSavePath (line 65) | public function checkSavePath($savepath){ method save (line 75) | public function save(&$file, $replace=true) { method mkdir (line 94) | public function mkdir(){ method getError (line 102) | public function getError(){ FILE: server/ThinkPHP/Library/Think/Upload/Driver/Upyun.class.php class Upyun (line 13) | class Upyun{ method __construct (line 38) | public function __construct($config){ method checkRootPath (line 49) | public function checkRootPath($rootpath){ method checkSavePath (line 60) | public function checkSavePath($savepath){ method mkdir (line 69) | public function mkdir($savepath){ method save (line 79) | public function save($file, $replace = true) { method getError (line 94) | public function getError(){ method request (line 106) | private function request($path, $method, $headers = null, $body = null){ method response (line 181) | private function response($text){ method sign (line 202) | private function sign($method, $uri, $date, $length){ method error (line 211) | private function error($header) { FILE: server/ThinkPHP/Library/Think/View.class.php class View (line 15) | class View { method assign (line 36) | public function assign($name,$value=''){ method get (line 50) | public function get($name=''){ method display (line 67) | public function display($templateFile='',$charset='',$contentType='',$... method render (line 87) | private function render($content,$charset='',$contentType=''){ method fetch (line 106) | public function fetch($templateFile='',$content='',$prefix='') { method parseTemplate (line 142) | public function parseTemplate($template='') { method getThemePath (line 178) | protected function getThemePath($module=MODULE_NAME){ method theme (line 196) | public function theme($theme){ method getTemplateTheme (line 206) | private function getTemplateTheme() { FILE: server/ThinkPHP/Library/Vendor/Alioss/autoload.php function classLoader (line 3) | function classLoader($class) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Core/MimeTypes.php class MimeTypes (line 13) | class MimeTypes method getMimetype (line 21) | public static function getMimetype($name) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Core/OssException.php class OssException (line 13) | class OssException extends \Exception method __construct (line 17) | function __construct($details) method getHTTPStatus (line 30) | public function getHTTPStatus() method getRequestId (line 35) | public function getRequestId() method getErrorCode (line 40) | public function getErrorCode() method getErrorMessage (line 45) | public function getErrorMessage() method getDetails (line 50) | public function getDetails() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Core/OssUtil.php class OssUtil (line 12) | class OssUtil method toQueryString (line 28) | public static function toQueryString($options = array()) method sReplace (line 46) | public static function sReplace($subject) method chkChinese (line 59) | public static function chkChinese($str) method isGb2312 (line 70) | public static function isGb2312($str) method checkChar (line 96) | public static function checkChar($str, $gbk = true) method validateBucket (line 126) | public static function validateBucket($bucket) method validateObject (line 145) | public static function validateObject($object) method startsWith (line 164) | public static function startsWith($str, $findMe) method createBucketXmlBody (line 180) | public static function createBucketXmlBody($storageClass) method validateOptions (line 194) | public static function validateOptions($options) method validateContent (line 208) | public static function validateContent($content) method throwOssExceptionWithMessageIfEmpty (line 223) | public static function throwOssExceptionWithMessageIfEmpty($name, $err... method generateFile (line 236) | public static function generateFile($filename, $size) method getMd5SumForFile (line 279) | public static function getMd5SumForFile($filename, $from_pos, $to_pos) method isWin (line 326) | public static function isWin() method encodePath (line 339) | public static function encodePath($file_path) method isIPFormat (line 353) | public static function isIPFormat($endpoint) method getHostPortFromEndpoint (line 371) | public static function getHostPortFromEndpoint($endpoint) method createDeleteObjectsXmlBody (line 409) | public static function createDeleteObjectsXmlBody($objects, $quiet) method createCompleteMultipartUploadXmlBody (line 427) | public static function createCompleteMultipartUploadXmlBody($listParts) method readDir (line 446) | public static function readDir($dir, $exclude = ".|..|.svn|.git", $rec... method decodeKey (line 489) | public static function decodeKey($key, $encoding) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Http/RequestCore.php class RequestCore (line 15) | class RequestCore method __construct (line 226) | public function __construct($url = null, $proxy = null, $helpers = null) method __destruct (line 256) | public function __destruct() method set_credentials (line 280) | public function set_credentials($user, $pass) method add_header (line 294) | public function add_header($key, $value) method remove_header (line 306) | public function remove_header($key) method set_method (line 320) | public function set_method($method) method set_useragent (line 332) | public function set_useragent($ua) method set_body (line 344) | public function set_body($body) method set_request_url (line 356) | public function set_request_url($url) method set_curlopts (line 369) | public function set_curlopts($curlopts) method set_read_stream_size (line 381) | public function set_read_stream_size($size) method set_read_stream (line 397) | public function set_read_stream($resource, $size = null) method set_read_file (line 422) | public function set_read_file($location) method set_write_stream (line 436) | public function set_write_stream($resource) method set_write_file (line 449) | public function set_write_file($location) method set_proxy (line 460) | public function set_proxy($proxy) method set_seek_position (line 476) | public function set_seek_position($position) method streaming_header_callback (line 490) | public function streaming_header_callback($curl_handle, $header_content) method register_streaming_read_callback (line 523) | public function register_streaming_read_callback($callback) method register_streaming_write_callback (line 547) | public function register_streaming_write_callback($callback) method streaming_read_callback (line 566) | public function streaming_read_callback($curl_handle, $file_handle, $l... method streaming_write_callback (line 601) | public function streaming_write_callback($curl_handle, $data) method prep_request (line 640) | public function prep_request() method process_response (line 782) | public function process_response($curl_handle = null, $response = null) method send_request (line 837) | public function send_request($parse = false) method get_response_header (line 868) | public function get_response_header($header = null) method get_response_body (line 881) | public function get_response_body() method get_response_code (line 891) | public function get_response_code() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Http/RequestCore_Exception.php class RequestCore_Exception (line 5) | class RequestCore_Exception extends \Exception FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Http/ResponseCore.php class ResponseCore (line 8) | class ResponseCore method __construct (line 33) | public function __construct($header, $body, $status = null) method isOK (line 48) | public function isOK($codes = array(200, 201, 204, 206)) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/BucketInfo.php class BucketInfo (line 12) | class BucketInfo method __construct (line 21) | public function __construct($location, $name, $createDate) method getLocation (line 33) | public function getLocation() method getName (line 43) | public function getName() method getCreateDate (line 53) | public function getCreateDate() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/BucketListInfo.php class BucketListInfo (line 12) | class BucketListInfo method __construct (line 18) | public function __construct(array $bucketList) method getBucketList (line 28) | public function getBucketList() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/CnameConfig.php class CnameConfig (line 15) | class CnameConfig implements XmlConfig method __construct (line 17) | public function __construct() method getCnames (line 46) | public function getCnames() method addCname (line 52) | public function addCname($cname) method parseFromXml (line 61) | public function parseFromXml($strXml) method serializeToXml (line 74) | public function serializeToXml() method __toString (line 91) | public function __toString() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/CorsConfig.php class CorsConfig (line 14) | class CorsConfig implements XmlConfig method __construct (line 19) | public function __construct() method getRules (line 29) | public function getRules() method addRule (line 41) | public function addRule($rule) method parseFromXml (line 56) | public function parseFromXml($strXml) method serializeToXml (line 85) | public function serializeToXml() method __toString (line 95) | public function __toString() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/CorsRule.php class CorsRule (line 13) | class CorsRule method addAllowedOrigin (line 20) | public function addAllowedOrigin($allowedOrigin) method addAllowedMethod (line 32) | public function addAllowedMethod($allowedMethod) method addAllowedHeader (line 44) | public function addAllowedHeader($allowedHeader) method addExposeHeader (line 56) | public function addExposeHeader($exposeHeader) method getMaxAgeSeconds (line 66) | public function getMaxAgeSeconds() method setMaxAgeSeconds (line 74) | public function setMaxAgeSeconds($maxAgeSeconds) method getAllowedHeaders (line 84) | public function getAllowedHeaders() method getAllowedOrigins (line 94) | public function getAllowedOrigins() method getAllowedMethods (line 104) | public function getAllowedMethods() method getExposeHeaders (line 114) | public function getExposeHeaders() method appendToXml (line 125) | public function appendToXml(&$xmlRule) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/GetLiveChannelHistory.php class GetLiveChannelHistory (line 8) | class GetLiveChannelHistory implements XmlConfig method getLiveRecordList (line 10) | public function getLiveRecordList() method parseFromXml (line 15) | public function parseFromXml($strXml) method serializeToXml (line 28) | public function serializeToXml() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/GetLiveChannelInfo.php class GetLiveChannelInfo (line 8) | class GetLiveChannelInfo implements XmlConfig method getDescription (line 10) | public function getDescription() method getStatus (line 15) | public function getStatus() method getType (line 20) | public function getType() method getFragDuration (line 25) | public function getFragDuration() method getFragCount (line 30) | public function getFragCount() method getPlayListName (line 35) | public function getPlayListName() method parseFromXml (line 40) | public function parseFromXml($strXml) method serializeToXml (line 57) | public function serializeToXml() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/GetLiveChannelStatus.php class GetLiveChannelStatus (line 8) | class GetLiveChannelStatus implements XmlConfig method getStatus (line 10) | public function getStatus() method getConnectedTime (line 15) | public function getConnectedTime() method getRemoteAddr (line 20) | public function getRemoteAddr() method getVideoWidth (line 25) | public function getVideoWidth() method getVideoHeight (line 29) | public function getVideoHeight() method getVideoFrameRate (line 33) | public function getVideoFrameRate() method getVideoBandwidth (line 37) | public function getVideoBandwidth() method getVideoCodec (line 41) | public function getVideoCodec() method getAudioBandwidth (line 46) | public function getAudioBandwidth() method getAudioSampleRate (line 50) | public function getAudioSampleRate() method getAudioCodec (line 54) | public function getAudioCodec() method parseFromXml (line 60) | public function parseFromXml($strXml) method serializeToXml (line 87) | public function serializeToXml() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LifecycleAction.php class LifecycleAction (line 10) | class LifecycleAction method __construct (line 18) | public function __construct($action, $timeSpec, $timeValue) method getAction (line 28) | public function getAction() method setAction (line 36) | public function setAction($action) method getTimeSpec (line 44) | public function getTimeSpec() method setTimeSpec (line 52) | public function setTimeSpec($timeSpec) method getTimeValue (line 60) | public function getTimeValue() method setTimeValue (line 68) | public function setTimeValue($timeValue) method appendToXml (line 78) | public function appendToXml(&$xmlRule) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LifecycleConfig.php class LifecycleConfig (line 13) | class LifecycleConfig implements XmlConfig method parseFromXml (line 22) | public function parseFromXml($strXml) method serializeToXml (line 55) | public function serializeToXml() method addRule (line 73) | public function addRule($lifecycleRule) method __toString (line 86) | public function __toString() method getRules (line 96) | public function getRules() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LifecycleRule.php class LifecycleRule (line 12) | class LifecycleRule method getId (line 19) | public function getId() method setId (line 27) | public function setId($id) method getPrefix (line 37) | public function getPrefix() method setPrefix (line 47) | public function setPrefix($prefix) method getStatus (line 57) | public function getStatus() method setStatus (line 67) | public function setStatus($status) method getActions (line 76) | public function getActions() method setActions (line 84) | public function setActions($actions) method __construct (line 98) | public function __construct($id, $prefix, $status, $actions) method appendToXml (line 109) | public function appendToXml(&$xmlRule) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/ListMultipartUploadInfo.php class ListMultipartUploadInfo (line 11) | class ListMultipartUploadInfo method __construct (line 27) | public function __construct($bucket, $keyMarker, $uploadIdMarker, $nex... method getBucket (line 46) | public function getBucket() method getKeyMarker (line 54) | public function getKeyMarker() method getUploadIdMarker (line 63) | public function getUploadIdMarker() method getNextKeyMarker (line 71) | public function getNextKeyMarker() method getNextUploadIdMarker (line 79) | public function getNextUploadIdMarker() method getDelimiter (line 87) | public function getDelimiter() method getPrefix (line 95) | public function getPrefix() method getMaxUploads (line 103) | public function getMaxUploads() method getIsTruncated (line 111) | public function getIsTruncated() method getUploads (line 119) | public function getUploads() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/ListPartsInfo.php class ListPartsInfo (line 10) | class ListPartsInfo method __construct (line 23) | public function __construct($bucket, $key, $uploadId, $nextPartNumberM... method getBucket (line 37) | public function getBucket() method getKey (line 45) | public function getKey() method getUploadId (line 53) | public function getUploadId() method getNextPartNumberMarker (line 61) | public function getNextPartNumberMarker() method getMaxParts (line 69) | public function getMaxParts() method getIsTruncated (line 77) | public function getIsTruncated() method getListPart (line 85) | public function getListPart() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LiveChannelConfig.php class LiveChannelConfig (line 10) | class LiveChannelConfig implements XmlConfig method __construct (line 12) | public function __construct($option = array()) method getDescription (line 34) | public function getDescription() method getStatus (line 39) | public function getStatus() method getType (line 44) | public function getType() method getFragDuration (line 49) | public function getFragDuration() method getFragCount (line 54) | public function getFragCount() method getPlayListName (line 59) | public function getPlayListName() method parseFromXml (line 64) | public function parseFromXml($strXml) method serializeToXml (line 76) | public function serializeToXml() method __toString (line 110) | public function __toString() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LiveChannelHistory.php class LiveChannelHistory (line 9) | class LiveChannelHistory implements XmlConfig method __construct (line 11) | public function __construct() method getStartTime (line 15) | public function getStartTime() method getEndTime (line 20) | public function getEndTime() method getRemoteAddr (line 25) | public function getRemoteAddr() method parseFromXmlNode (line 30) | public function parseFromXmlNode($xml) method parseFromXml (line 45) | public function parseFromXml($strXml) method serializeToXml (line 51) | public function serializeToXml() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LiveChannelInfo.php class LiveChannelInfo (line 9) | class LiveChannelInfo implements XmlConfig method __construct (line 11) | public function __construct($name = null, $description = null) method getName (line 19) | public function getName() method setName (line 24) | public function setName($name) method getPublishUrls (line 29) | public function getPublishUrls() method getPlayUrls (line 34) | public function getPlayUrls() method getStatus (line 39) | public function getStatus() method getLastModified (line 44) | public function getLastModified() method getDescription (line 49) | public function getDescription() method setDescription (line 54) | public function setDescription($description) method parseFromXmlNode (line 59) | public function parseFromXmlNode($xml) method parseFromXml (line 90) | public function parseFromXml($strXml) method serializeToXml (line 96) | public function serializeToXml() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LiveChannelListInfo.php class LiveChannelListInfo (line 13) | class LiveChannelListInfo implements XmlConfig method getBucketName (line 18) | public function getBucketName() method setBucketName (line 23) | public function setBucketName($name) method getPrefix (line 31) | public function getPrefix() method getMarker (line 39) | public function getMarker() method getMaxKeys (line 47) | public function getMaxKeys() method getIsTruncated (line 55) | public function getIsTruncated() method getChannelList (line 63) | public function getChannelList() method getNextMarker (line 71) | public function getNextMarker() method parseFromXml (line 76) | public function parseFromXml($strXml) method serializeToXml (line 95) | public function serializeToXml() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LoggingConfig.php class LoggingConfig (line 11) | class LoggingConfig implements XmlConfig method __construct (line 18) | public function __construct($targetBucket = null, $targetPrefix = null) method parseFromXml (line 28) | public function parseFromXml($strXml) method serializeToXml (line 48) | public function serializeToXml() method __toString (line 62) | public function __toString() method getTargetBucket (line 70) | public function getTargetBucket() method getTargetPrefix (line 78) | public function getTargetPrefix() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/ObjectInfo.php class ObjectInfo (line 17) | class ObjectInfo method __construct (line 29) | public function __construct($key, $lastModified, $eTag, $type, $size, ... method getKey (line 42) | public function getKey() method getLastModified (line 50) | public function getLastModified() method getETag (line 58) | public function getETag() method getType (line 66) | public function getType() method getSize (line 74) | public function getSize() method getStorageClass (line 82) | public function getStorageClass() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/ObjectListInfo.php class ObjectListInfo (line 13) | class ObjectListInfo method __construct (line 28) | public function __construct($bucketName, $prefix, $marker, $nextMarker... method getBucketName (line 44) | public function getBucketName() method getPrefix (line 52) | public function getPrefix() method getMarker (line 60) | public function getMarker() method getMaxKeys (line 68) | public function getMaxKeys() method getDelimiter (line 76) | public function getDelimiter() method getIsTruncated (line 84) | public function getIsTruncated() method getObjectList (line 94) | public function getObjectList() method getPrefixList (line 104) | public function getPrefixList() method getNextMarker (line 112) | public function getNextMarker() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/PartInfo.php class PartInfo (line 9) | class PartInfo method __construct (line 19) | public function __construct($partNumber, $lastModified, $eTag, $size) method getPartNumber (line 30) | public function getPartNumber() method getLastModified (line 38) | public function getLastModified() method getETag (line 46) | public function getETag() method getSize (line 54) | public function getSize() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/PrefixInfo.php class PrefixInfo (line 16) | class PrefixInfo method __construct (line 22) | public function __construct($prefix) method getPrefix (line 30) | public function getPrefix() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/RefererConfig.php class RefererConfig (line 11) | class RefererConfig implements XmlConfig method parseFromXml (line 17) | public function parseFromXml($strXml) method serializeToXml (line 36) | public function serializeToXml() method __toString (line 54) | function __toString() method setAllowEmptyReferer (line 62) | public function setAllowEmptyReferer($allowEmptyReferer) method addReferer (line 70) | public function addReferer($referer) method isAllowEmptyReferer (line 78) | public function isAllowEmptyReferer() method getRefererList (line 86) | public function getRefererList() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/StorageCapacityConfig.php class StorageCapacityConfig (line 11) | class StorageCapacityConfig implements XmlConfig method __construct (line 18) | public function __construct($storageCapacity) method parseFromXml (line 26) | public function parseFromXml($strXml) method serializeToXml (line 36) | public function serializeToXml() method __toString (line 48) | function __toString() method setStorageCapacity (line 58) | public function setStorageCapacity($storageCapacity) method getStorageCapacity (line 68) | public function getStorageCapacity() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/UploadInfo.php class UploadInfo (line 12) | class UploadInfo method __construct (line 21) | public function __construct($key, $uploadId, $initiated) method getKey (line 31) | public function getKey() method getUploadId (line 39) | public function getUploadId() method getInitiated (line 47) | public function getInitiated() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/WebsiteConfig.php class WebsiteConfig (line 14) | class WebsiteConfig implements XmlConfig method __construct (line 21) | public function __construct($indexDocument = "", $errorDocument = "") method parseFromXml (line 31) | public function parseFromXml($strXml) method serializeToXml (line 48) | public function serializeToXml() method getIndexDocument (line 61) | public function getIndexDocument() method getErrorDocument (line 69) | public function getErrorDocument() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/XmlConfig.php type XmlConfig (line 9) | interface XmlConfig method parseFromXml (line 18) | public function parseFromXml($strXml); method serializeToXml (line 25) | public function serializeToXml(); FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/OssClient.php class OssClient (line 61) | class OssClient method __construct (line 82) | public function __construct($accessKeyId, $accessKeySecret, $endpoint,... method listBuckets (line 112) | public function listBuckets($options = NULL) method createBucket (line 135) | public function createBucket($bucket, $acl = self::OSS_ACL_TYPE_PRIVAT... method deleteBucket (line 161) | public function deleteBucket($bucket, $options = NULL) method doesBucketExist (line 179) | public function doesBucketExist($bucket) method getBucketLocation (line 199) | public function getBucketLocation($bucket, $options = NULL) method getBucketMeta (line 218) | public function getBucketMeta($bucket, $options = NULL) method getBucketAcl (line 237) | public function getBucketAcl($bucket, $options = NULL) method putBucketAcl (line 258) | public function putBucketAcl($bucket, $acl, $options = NULL) method getObjectAcl (line 279) | public function getObjectAcl($bucket, $object) method putObjectAcl (line 301) | public function putObjectAcl($bucket, $object, $acl) method getBucketLogging (line 322) | public function getBucketLogging($bucket, $options = NULL) method putBucketLogging (line 344) | public function putBucketLogging($bucket, $targetBucket, $targetPrefix... method deleteBucketLogging (line 369) | public function deleteBucketLogging($bucket, $options = NULL) method putBucketWebsite (line 390) | public function putBucketWebsite($bucket, $websiteConfig, $options = N... method getBucketWebsite (line 412) | public function getBucketWebsite($bucket, $options = NULL) method deleteBucketWebsite (line 432) | public function deleteBucketWebsite($bucket, $options = NULL) method putBucketCors (line 453) | public function putBucketCors($bucket, $corsConfig, $options = NULL) method getBucketCors (line 475) | public function getBucketCors($bucket, $options = NULL) method deleteBucketCors (line 495) | public function deleteBucketCors($bucket, $options = NULL) method addBucketCname (line 516) | public function addBucketCname($bucket, $cname, $options = NULL) method getBucketCname (line 542) | public function getBucketCname($bucket, $options = NULL) method deleteBucketCname (line 563) | public function deleteBucketCname($bucket, $cname, $options = NULL) method putBucketLiveChannel (line 591) | public function putBucketLiveChannel($bucket, $channelName, $channelCo... method putLiveChannelStatus (line 620) | public function putLiveChannelStatus($bucket, $channelName, $channelSt... method getLiveChannelInfo (line 643) | public function getLiveChannelInfo($bucket, $channelName, $options = N... method getLiveChannelStatus (line 665) | public function getLiveChannelStatus($bucket, $channelName, $options =... method getLiveChannelHistory (line 688) | public function getLiveChannelHistory($bucket, $channelName, $options ... method listBucketLiveChannels (line 710) | public function listBucketLiveChannels($bucket, $options = NULL) method postVodPlaylist (line 740) | public function postVodPlaylist($bucket, $channelName, $playlistName, ... method deleteBucketLiveChannel (line 764) | public function deleteBucketLiveChannel($bucket, $channelName, $option... method signRtmpUrl (line 787) | public function signRtmpUrl($bucket, $channelName, $timeout = 60, $opt... method optionsObject (line 829) | public function optionsObject($bucket, $object, $origin, $request_meth... method putBucketLifecycle (line 854) | public function putBucketLifecycle($bucket, $lifecycleConfig, $options... method getBucketLifecycle (line 876) | public function getBucketLifecycle($bucket, $options = NULL) method deleteBucketLifecycle (line 896) | public function deleteBucketLifecycle($bucket, $options = NULL) method putBucketReferer (line 918) | public function putBucketReferer($bucket, $refererConfig, $options = N... method getBucketReferer (line 941) | public function getBucketReferer($bucket, $options = NULL) method putBucketStorageCapacity (line 964) | public function putBucketStorageCapacity($bucket, $storageCapacity, $o... method getBucketStorageCapacity (line 987) | public function getBucketStorageCapacity($bucket, $options = NULL) method listObjects (line 1015) | public function listObjects($bucket, $options = NULL) method createObjectDir (line 1048) | public function createObjectDir($bucket, $object, $options = NULL) method putObject (line 1069) | public function putObject($bucket, $object, $content, $options = NULL) method putSymlink (line 1113) | public function putSymlink($bucket, $symlink ,$targetObject, $options ... method getSymlink (line 1134) | public function getSymlink($bucket, $symlink) method uploadFile (line 1158) | public function uploadFile($bucket, $object, $file, $options = NULL) method appendObject (line 1195) | public function appendObject($bucket, $object, $content, $position, $o... method appendFile (line 1236) | public function appendFile($bucket, $object, $file, $position, $option... method copyObject (line 1279) | public function copyObject($fromBucket, $fromObject, $toBucket, $toObj... method getObjectMeta (line 1304) | public function getObjectMeta($bucket, $object, $options = NULL) method deleteObject (line 1323) | public function deleteObject($bucket, $object, $options = NULL) method deleteObjects (line 1343) | public function deleteObjects($bucket, $objects, $options = null) method getObject (line 1377) | public function getObject($bucket, $object, $options = NULL) method doesObjectExist (line 1410) | public function doesObjectExist($bucket, $object, $options = NULL) method restoreObject (line 1430) | public function restoreObject($bucket, $object, $options = NULL) method computePartSize (line 1449) | private function computePartSize($partSize) method generateMultiuploadParts (line 1468) | public function generateMultiuploadParts($file_size, $partSize = 5242880) method initiateMultipartUpload (line 1494) | public function initiateMultipartUpload($bucket, $object, $options = N... method uploadPart (line 1524) | public function uploadPart($bucket, $object, $uploadId, $options = null) method listParts (line 1553) | public function listParts($bucket, $object, $uploadId, $options = null) method abortMultipartUpload (line 1582) | public function abortMultipartUpload($bucket, $object, $uploadId, $opt... method completeMultipartUpload (line 1605) | public function completeMultipartUpload($bucket, $object, $uploadId, $... method listMultipartUploads (line 1634) | public function listMultipartUploads($bucket, $options = null) method uploadPartCopy (line 1672) | public function uploadPartCopy($fromBucket, $fromObject, $toBucket, $t... method multiuploadFile (line 1713) | public function multiuploadFile($bucket, $object, $file, $options = null) method uploadDir (line 1805) | public function uploadDir($bucket, $prefix, $localDirectory, $exclude ... method signUrl (line 1854) | public function signUrl($bucket, $object, $timeout = 60, $method = sel... method precheckOptions (line 1880) | private function precheckOptions(&$options) method precheckBucket (line 1895) | private function precheckBucket($bucket, $errMsg = 'bucket is not allo... method precheckObject (line 1906) | private function precheckObject($object) method precheckStorage (line 1917) | private function precheckStorage($storage) method precheckCommon (line 1942) | private function precheckCommon($bucket, $object, &$options, $isCheckO... method precheckParam (line 1959) | private function precheckParam($options, $param, $funcName) method isCheckMD5 (line 1972) | private function isCheckMD5($options) method getValue (line 1987) | private function getValue($options, $key, $default = NULL, $isCheckEmp... method getMimeType (line 2014) | private function getMimeType($object, $file = null) method auth (line 2039) | private function auth($options) method setMaxTries (line 2217) | public function setMaxTries($maxRetries = 3) method getMaxRetries (line 2227) | public function getMaxRetries() method setSignStsInUrl (line 2237) | public function setSignStsInUrl($enable) method isUseSSL (line 2245) | public function isUseSSL() method setUseSSL (line 2253) | public function setUseSSL($useSSL) method authPrecheckBucket (line 2264) | private function authPrecheckBucket($options) method authPrecheckObject (line 2278) | private function authPrecheckObject($options) method authPrecheckObjectEncoding (line 2294) | private function authPrecheckObjectEncoding(&$options) method authPrecheckAcl (line 2318) | private function authPrecheckAcl($options) method generateHostname (line 2334) | private function generateHostname($bucket) method generateResourceUri (line 2353) | private function generateResourceUri($options) method generateSignableQueryStringParam (line 2383) | private function generateSignableQueryStringParam($options) method generateSignableResource (line 2424) | private function generateSignableResource($options) method generateQueryString (line 2453) | private function generateQueryString($options) method stringToSignSorted (line 2463) | private function stringToSignSorted($string_to_sign) method generateHeaders (line 2491) | private function generateHeaders($options, $hostname) method generateUserAgent (line 2519) | private function generateUserAgent() method checkEndpoint (line 2532) | private function checkEndpoint($endpoint, $isCName) method checkEnv (line 2561) | public static function checkEnv() method setTimeout (line 2586) | public function setTimeout($timeout) method setConnectTimeout (line 2596) | public function setConnectTimeout($connectTimeout) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/AclResult.php class AclResult (line 12) | class AclResult extends Result method parseDataFromResponse (line 18) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/AppendResult.php class AppendResult (line 11) | class AppendResult extends Result method parseDataFromResponse (line 19) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/BodyResult.php class BodyResult (line 10) | class BodyResult extends Result method parseDataFromResponse (line 15) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/CallbackResult.php class CallbackResult (line 10) | class CallbackResult extends PutSetDeleteResult method isResponseOk (line 12) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/CopyObjectResult.php class CopyObjectResult (line 10) | class CopyObjectResult extends Result method parseDataFromResponse (line 15) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/DeleteObjectsResult.php class DeleteObjectsResult (line 10) | class DeleteObjectsResult extends Result method parseDataFromResponse (line 15) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ExistResult.php class ExistResult (line 9) | class ExistResult extends Result method parseDataFromResponse (line 14) | protected function parseDataFromResponse() method isResponseOk (line 25) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetCnameResult.php class GetCnameResult (line 7) | class GetCnameResult extends Result method parseDataFromResponse (line 12) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetCorsResult.php class GetCorsResult (line 7) | class GetCorsResult extends Result method parseDataFromResponse (line 12) | protected function parseDataFromResponse() method isResponseOk (line 25) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLifecycleResult.php class GetLifecycleResult (line 12) | class GetLifecycleResult extends Result method parseDataFromResponse (line 19) | protected function parseDataFromResponse() method isResponseOk (line 33) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLiveChannelHistoryResult.php class GetLiveChannelHistoryResult (line 7) | class GetLiveChannelHistoryResult extends Result method parseDataFromResponse (line 12) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLiveChannelInfoResult.php class GetLiveChannelInfoResult (line 7) | class GetLiveChannelInfoResult extends Result method parseDataFromResponse (line 12) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLiveChannelStatusResult.php class GetLiveChannelStatusResult (line 7) | class GetLiveChannelStatusResult extends Result method parseDataFromResponse (line 12) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLocationResult.php class GetLocationResult (line 12) | class GetLocationResult extends Result method parseDataFromResponse (line 21) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLoggingResult.php class GetLoggingResult (line 12) | class GetLoggingResult extends Result method parseDataFromResponse (line 19) | protected function parseDataFromResponse() method isResponseOk (line 33) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetRefererResult.php class GetRefererResult (line 12) | class GetRefererResult extends Result method parseDataFromResponse (line 19) | protected function parseDataFromResponse() method isResponseOk (line 33) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetStorageCapacityResult.php class GetStorageCapacityResult (line 13) | class GetStorageCapacityResult extends Result method parseDataFromResponse (line 21) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetWebsiteResult.php class GetWebsiteResult (line 11) | class GetWebsiteResult extends Result method parseDataFromResponse (line 18) | protected function parseDataFromResponse() method isResponseOk (line 32) | protected function isResponseOk() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/HeaderResult.php class HeaderResult (line 11) | class HeaderResult extends Result method parseDataFromResponse (line 18) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/InitiateMultipartUploadResult.php class InitiateMultipartUploadResult (line 12) | class InitiateMultipartUploadResult extends Result method parseDataFromResponse (line 20) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListBucketsResult.php class ListBucketsResult (line 13) | class ListBucketsResult extends Result method parseDataFromResponse (line 18) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListLiveChannelResult.php class ListLiveChannelResult (line 7) | class ListLiveChannelResult extends Result method parseDataFromResponse (line 9) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListMultipartUploadResult.php class ListMultipartUploadResult (line 14) | class ListMultipartUploadResult extends Result method parseDataFromResponse (line 21) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListObjectsResult.php class ListObjectsResult (line 14) | class ListObjectsResult extends Result method parseDataFromResponse (line 21) | protected function parseDataFromResponse() method parseObjectList (line 41) | private function parseObjectList($xml, $encodingType) method parsePrefixList (line 59) | private function parsePrefixList($xml, $encodingType) FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListPartsResult.php class ListPartsResult (line 13) | class ListPartsResult extends Result method parseDataFromResponse (line 20) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/PutLiveChannelResult.php class PutLiveChannelResult (line 7) | class PutLiveChannelResult extends Result method parseDataFromResponse (line 9) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/PutSetDeleteResult.php class PutSetDeleteResult (line 10) | class PutSetDeleteResult extends Result method parseDataFromResponse (line 15) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/Result.php class Result (line 15) | abstract class Result method __construct (line 22) | public function __construct($response) method getRequestId (line 36) | public function getRequestId() method getData (line 53) | public function getData() method parseDataFromResponse (line 63) | abstract protected function parseDataFromResponse(); method isOK (line 70) | public function isOK() method parseResponse (line 78) | public function parseResponse() method retrieveErrorMessage (line 107) | private function retrieveErrorMessage($body) method retrieveErrorCode (line 125) | private function retrieveErrorCode($body) method isResponseOk (line 142) | protected function isResponseOk() method getRawResponse (line 156) | public function getRawResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/SymlinkResult.php class SymlinkResult (line 12) | class SymlinkResult extends Result method parseDataFromResponse (line 18) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/UploadPartResult.php class UploadPartResult (line 11) | class UploadPartResult extends Result method parseDataFromResponse (line 19) | protected function parseDataFromResponse() FILE: server/ThinkPHP/Library/Vendor/Parsedown/Parsedown.class.php class Parsedown (line 16) | class Parsedown method text (line 24) | function text($text) method setBreaksEnabled (line 51) | function setBreaksEnabled($breaksEnabled) method setMarkupEscaped (line 60) | function setMarkupEscaped($markupEscaped) method setUrlsLinked (line 69) | function setUrlsLinked($urlsLinked) method lines (line 118) | private function lines(array $lines) method blockCode (line 284) | protected function blockCode($Line, $Block = null) method blockCodeContinue (line 310) | protected function blockCodeContinue($Line, $Block) method blockCodeComplete (line 331) | protected function blockCodeComplete($Block) method blockComment (line 345) | protected function blockComment($Line) method blockCommentContinue (line 367) | protected function blockCommentContinue($Line, array $Block) method blockFencedCode (line 387) | protected function blockFencedCode($Line) method blockFencedCodeContinue (line 418) | protected function blockFencedCodeContinue($Line, $Block) method blockFencedCodeComplete (line 446) | protected function blockFencedCodeComplete($Block) method blockHeader (line 460) | protected function blockHeader($Line) method blockList (line 493) | protected function blockList($Line) method blockListContinue (line 522) | protected function blockListContinue($Line, array $Block) method blockQuote (line 581) | protected function blockQuote($Line) method blockQuoteContinue (line 597) | protected function blockQuoteContinue($Line, array $Block) method blockRule (line 624) | protected function blockRule($Line) method blockSetextHeader (line 641) | protected function blockSetextHeader($Line, array $Block = null) method blockMarkup (line 659) | protected function blockMarkup($Line) method blockMarkupContinue (line 711) | protected function blockMarkupContinue($Line, array $Block) method blockReference (line 750) | protected function blockReference($Line) method blockTable (line 779) | protected function blockTable($Line, array $Block = null) method blockTableContinue (line 886) | protected function blockTableContinue($Line, array $Block) method paragraph (line 940) | protected function paragraph($Line) method line (line 980) | public function line($text) method inlineCode (line 1050) | protected function inlineCode($Excerpt) method inlineEmailTag (line 1070) | protected function inlineEmailTag($Excerpt) method inlineEmphasis (line 1094) | protected function inlineEmphasis($Excerpt) method inlineEscapeSequence (line 1126) | protected function inlineEscapeSequence($Excerpt) method inlineImage (line 1137) | protected function inlineImage($Excerpt) method inlineLink (line 1171) | protected function inlineLink($Excerpt) method inlineMarkup (line 1244) | protected function inlineMarkup($Excerpt) method inlineSpecialCharacter (line 1276) | protected function inlineSpecialCharacter($Excerpt) method inlineStrikethrough (line 1297) | protected function inlineStrikethrough($Excerpt) method inlineUrl (line 1317) | protected function inlineUrl($Excerpt) method inlineUrlTag (line 1342) | protected function inlineUrlTag($Excerpt) method unmarkedText (line 1363) | protected function unmarkedText($text) method element (line 1382) | protected function element(array $Element) method elements (line 1422) | protected function elements(array $Elements) method li (line 1438) | protected function li($lines) method parse (line 1461) | function parse($text) method instance (line 1472) | static function instance($name = 'default') FILE: server/ThinkPHP/Library/Vendor/Phpqrcode/phpqrcode.php class qrstr (line 98) | class qrstr { method set (line 99) | public static function set(&$srctab, $x, $y, $repl, $replLen = false) { class QRtools (line 158) | class QRtools { method binarize (line 161) | public static function binarize($frame) method tcpdfBarcodeArray (line 175) | public static function tcpdfBarcodeArray($code, $mode = 'QR,L', $tcPdf... method clearCache (line 206) | public static function clearCache() method buildCache (line 212) | public static function buildCache() method log (line 234) | public static function log($outfile, $err) method dumpMask (line 248) | public static function dumpMask($frame) method markTime (line 259) | public static function markTime($markerId) method timeBenchmark (line 271) | public static function timeBenchmark() class QRspec (line 354) | class QRspec { method getDataLength (line 401) | public static function getDataLength($version, $level) method getECCLength (line 407) | public static function getECCLength($version, $level) method getWidth (line 413) | public static function getWidth($version) method getRemainder (line 419) | public static function getRemainder($version) method getMinimumVersion (line 425) | public static function getMinimumVersion($size, $level) method lengthIndicator (line 447) | public static function lengthIndicator($mode, $version) method maximumWords (line 464) | public static function maximumWords($mode, $version) method getEccSpec (line 538) | public static function getEccSpec($version, $level, array &$spec) method putAlignmentMarker (line 592) | public static function putAlignmentMarker(array &$frame, $ox, $oy) method putAlignmentPattern (line 611) | public static function putAlignmentPattern($version, &$frame, $width) method getVersionPattern (line 664) | public static function getVersionPattern($version) method getFormatInfo (line 682) | public static function getFormatInfo($mask, $level) method putFinderPattern (line 704) | public static function putFinderPattern(&$frame, $ox, $oy) method createFrame (line 722) | public static function createFrame($version) method debug (line 800) | public static function debug($frame, $binary_mode = false) method serial (line 854) | public static function serial($frame) method unserial (line 860) | public static function unserial($code) method newFrame (line 866) | public static function newFrame($version) method rsBlockNum (line 894) | public static function rsBlockNum($spec) { return $spec[0] + $spec... method rsBlockNum1 (line 895) | public static function rsBlockNum1($spec) { return $spec[0]; } method rsDataCodes1 (line 896) | public static function rsDataCodes1($spec) { return $spec[1]; } method rsEccCodes1 (line 897) | public static function rsEccCodes1($spec) { return $spec[2]; } method rsBlockNum2 (line 898) | public static function rsBlockNum2($spec) { return $spec[3]; } method rsDataCodes2 (line 899) | public static function rsDataCodes2($spec) { return $spec[4]; } method rsEccCodes2 (line 900) | public static function rsEccCodes2($spec) { return $spec[2]; } method rsDataLength (line 901) | public static function rsDataLength($spec) { return ($spec[0] * $spe... method rsEccLength (line 902) | public static function rsEccLength($spec) { return ($spec[0] + $spe... class QRimage (line 938) | class QRimage { method png (line 941) | public static function png($frame, $filename = false, $pixelPerPoint =... method jpg (line 962) | public static function jpg($frame, $filename = false, $pixelPerPoint =... method image (line 977) | private static function image($frame, $pixelPerPoint = 4, $outerFrame ... class QRinputItem (line 1044) | class QRinputItem { method __construct (line 1051) | public function __construct($mode, $size, $data, $bstream = null) method encodeModeNum (line 1071) | public function encodeModeNum($version) method encodeModeAn (line 1107) | public function encodeModeAn($version) method encodeMode8 (line 1137) | public function encodeMode8($version) method encodeModeKanji (line 1158) | public function encodeModeKanji($version) method encodeModeStructure (line 1190) | public function encodeModeStructure() method estimateBitStreamSizeOfEntry (line 1209) | public function estimateBitStreamSizeOfEntry($version) method encodeBitStream (line 1236) | public function encodeBitStream($version) class QRinput (line 1287) | class QRinput { method __construct (line 1295) | public function __construct($version = 0, $level = QR_ECLEVEL_L) method getVersion (line 1307) | public function getVersion() method setVersion (line 1313) | public function setVersion($version) method getErrorCorrectionLevel (line 1326) | public function getErrorCorrectionLevel() method setErrorCorrectionLevel (line 1332) | public function setErrorCorrectionLevel($level) method appendEntry (line 1345) | public function appendEntry(QRinputItem $entry) method append (line 1351) | public function append($mode, $size, $data) method insertStructuredAppendHeader (line 1364) | public function insertStructuredAppendHeader($size, $index, $parity) method calcParity (line 1386) | public function calcParity() method checkModeNum (line 1402) | public static function checkModeNum($size, $data) method estimateBitsModeNum (line 1414) | public static function estimateBitsModeNum($size) method lookAnTable (line 1446) | public static function lookAnTable($c) method checkModeAn (line 1452) | public static function checkModeAn($size, $data) method estimateBitsModeAn (line 1464) | public static function estimateBitsModeAn($size) method estimateBitsMode8 (line 1477) | public static function estimateBitsMode8($size) method estimateBitsModeKanji (line 1483) | public function estimateBitsModeKanji($size) method checkModeKanji (line 1489) | public static function checkModeKanji($size, $data) method check (line 1510) | public static function check($mode, $size, $data) method estimateBitStreamSize (line 1531) | public function estimateBitStreamSize($version) method estimateVersion (line 1543) | public function estimateVersion() method lengthOfCode (line 1560) | public static function lengthOfCode($mode, $version, $bits) method createBitStream (line 1603) | public function createBitStream() method convertData (line 1620) | public function convertData() method appendPaddingBit (line 1648) | public function appendPaddingBit(&$bstream) method mergeBitStream (line 1693) | public function mergeBitStream() method getBitStream (line 1712) | public function getBitStream() method getByteStream (line 1730) | public function getByteStream() class QRbitstream (line 1777) | class QRbitstream { method size (line 1782) | public function size() method allocate (line 1788) | public function allocate($setLength) method newFromNum (line 1795) | public static function newFromNum($bits, $num) method newFromBytes (line 1814) | public static function newFromBytes($size, $data) method append (line 1837) | public function append(QRbitstream $arg) method appendNum (line 1858) | public function appendNum($bits, $num) method appendBytes (line 1875) | public function appendBytes($size, $data) method toByte (line 1892) | public function toByte() class QRsplit (line 1970) | class QRsplit { method __construct (line 1977) | public function __construct($dataStr, $input, $modeHint) method isdigitat (line 1985) | public static function isdigitat($str, $pos) method isalnumat (line 1994) | public static function isalnumat($str, $pos) method identifyMode (line 2003) | public function identifyMode($pos) method eatNum (line 2030) | public function eatNum() method eatAn (line 2067) | public function eatAn() method eatKanji (line 2114) | public function eatKanji() method eat8 (line 2130) | public function eat8() method splitString (line 2185) | public function splitString() method toUpper (line 2214) | public function toUpper() method splitStringToQRinput (line 2235) | public static function splitStringToQRinput($string, QRinput $input, $... class QRrsItem (line 2286) | class QRrsItem { method modnn (line 2301) | public function modnn($x) method init_rs_char (line 2312) | public static function init_rs_char($symsize, $gfpoly, $fcr, $prim, $n... method encode_rs_char (line 2398) | public function encode_rs_char($data, &$parity) class QRrs (line 2442) | class QRrs { method init_rs (line 2447) | public static function init_rs($symsize, $gfpoly, $fcr, $prim, $nroots... class QRmask (line 2505) | class QRmask { method __construct (line 2510) | public function __construct() method writeFormatInformation (line 2516) | public function writeFormatInformation($width, &$frame, $mask, $level) method mask0 (line 2560) | public function mask0($x, $y) { return ($x+$y)&1; } method mask1 (line 2561) | public function mask1($x, $y) { return ($y&1); } method mask2 (line 2562) | public function mask2($x, $y) { return ($x%3); } method mask3 (line 2563) | public function mask3($x, $y) { return ($x+$y)%3; } method mask4 (line 2564) | public function mask4($x, $y) { return (((int)($y/2))+((int)($x/3)))&1; } method mask5 (line 2565) | public function mask5($x, $y) { return (($x*$y)&1)+($x*$y)%3; } method mask6 (line 2566) | public function mask6($x, $y) { return ((($x*$y)&1)+($x*$y)%3)&1; } method mask7 (line 2567) | public function mask7($x, $y) { return ((($x*$y)%3)+(($x+$y)&1))&1; } method generateMaskNo (line 2570) | private function generateMaskNo($maskNo, $width, $frame) method serial (line 2590) | public static function serial($bitFrame) method unserial (line 2601) | public static function unserial($code) method makeMaskNo (line 2613) | public function makeMaskNo($maskNo, $width, $s, &$d, $maskGenOnly = fa... method makeMask (line 2651) | public function makeMask($width, $frame, $maskNo, $level) method calcN1N3 (line 2661) | public function calcN1N3($length) method evaluateSymbol (line 2690) | public function evaluateSymbol($width, $frame) method mask (line 2757) | public function mask($width, $frame, $level) class QRrsblock (line 2836) | class QRrsblock { method __construct (line 2842) | public function __construct($dl, $data, $el, &$ecc, QRrsItem $rs) class QRrawcode (line 2855) | class QRrawcode { method __construct (line 2867) | public function __construct(QRinput $input) method init (line 2895) | public function init(array $spec) method getCode (line 2938) | public function getCode() class QRcode (line 2964) | class QRcode { method encodeMask (line 2971) | public function encodeMask(QRinput $input, $mask) method encodeInput (line 3046) | public function encodeInput(QRinput $input) method encodeString8bit (line 3052) | public function encodeString8bit($string, $version, $level) method encodeString (line 3071) | public function encodeString($string, $version, $level, $hint, $casese... method png (line 3091) | public static function png($text, $outfile = false, $level = QR_ECLEVE... method text (line 3098) | public static function text($text, $outfile = false, $level = QR_ECLEV... method raw (line 3105) | public static function raw($text, $outfile = false, $level = QR_ECLEVE... class FrameFiller (line 3114) | class FrameFiller { method __construct (line 3124) | public function __construct($width, &$frame) method setFrameAt (line 3135) | public function setFrameAt($at, $val) method getFrameAt (line 3141) | public function getFrameAt($at) method next (line 3147) | public function next() class QRencode (line 3204) | class QRencode { method factory (line 3219) | public static function factory($level = QR_ECLEVEL_L, $size = 3, $marg... method encodeRAW (line 3254) | public function encodeRAW($intext, $outfile = false) method encode (line 3268) | public function encode($intext, $outfile = false) method encodePNG (line 3288) | public function encodePNG($intext, $outfile = false,$saveandprint=false) FILE: server/app/Api/Controller/AdminItemController.php class AdminItemController (line 17) | class AdminItemController extends BaseController method getList (line 22) | public function getList(Request $request, Response $response): Response method deleteItem (line 115) | public function deleteItem(Request $request, Response $response): Resp... method recoverItem (line 144) | public function recoverItem(Request $request, Response $response): Res... method hardDeleteItem (line 183) | public function hardDeleteItem(Request $request, Response $response): ... method attorn (line 217) | public function attorn(Request $request, Response $response): Response FILE: server/app/Api/Controller/AdminMessageController.php class AdminMessageController (line 13) | class AdminMessageController extends BaseController method addAnnouncement (line 18) | public function addAnnouncement(Request $request, Response $response):... method listAnnouncements (line 78) | public function listAnnouncements(Request $request, Response $response... method sanitizeHtml (line 113) | private function sanitizeHtml($html) FILE: server/app/Api/Controller/AdminSettingController.php class AdminSettingController (line 16) | class AdminSettingController extends BaseController method saveConfig (line 21) | public function saveConfig(Request $request, Response $response): Resp... method loadConfig (line 106) | public function loadConfig(Request $request, Response $response): Resp... method saveLdapConfig (line 173) | public function saveLdapConfig(Request $request, Response $response): ... method loadLdapConfig (line 312) | public function loadLdapConfig(Request $request, Response $response): ... method saveOauth2Config (line 348) | public function saveOauth2Config(Request $request, Response $response)... method loadOauth2Config (line 374) | public function loadOauth2Config(Request $request, Response $response)... method getLoginSecretKey (line 402) | public function getLoginSecretKey(Request $request, Response $response... method resetLoginSecretKey (line 427) | public function resetLoginSecretKey(Request $request, Response $respon... method testAiService (line 449) | public function testAiService(Request $request, Response $response): R... method convertToOptionValue (line 497) | private function convertToOptionValue($value, string $default): string method checkComposerPHPVersion (line 515) | private function checkComposerPHPVersion(): bool FILE: server/app/Api/Controller/AdminUpdateController.php class AdminUpdateController (line 13) | class AdminUpdateController extends BaseController method checkUpdate (line 18) | public function checkUpdate(Request $request, Response $response): Res... method download (line 57) | public function download(Request $request, Response $response): Response method updateFiles (line 167) | public function updateFiles(Request $request, Response $response): Res... method copyDir (line 251) | private function copyDir($dirsrc, $dirto) method delDir (line 287) | private function delDir($dir) method newIsWriteable (line 324) | private function newIsWriteable($file) FILE: server/app/Api/Controller/AdminUserController.php class AdminUserController (line 15) | class AdminUserController extends BaseController method getList (line 20) | public function getList(Request $request, Response $response): Response method deleteUser (line 80) | public function deleteUser(Request $request, Response $response): Resp... method changePassword (line 119) | public function changePassword(Request $request, Response $response): ... method addUser (line 150) | public function addUser(Request $request, Response $response): Response FILE: server/app/Api/Controller/AiController.php class AiController (line 14) | class AiController extends BaseController method __construct (line 20) | public function __construct() method checkAiKnowledgeBaseEnabled (line 33) | private function checkAiKnowledgeBaseEnabled(int $itemId): array method create (line 71) | public function create(Request $request, Response $response): Response method send (line 99) | public function send(Request $request, Response $response): Response method sendStreamError (line 122) | private function sendStreamError(string $message, int $code = 10101): ... method sendStream (line 168) | private function sendStream(string $content): void method chat (line 323) | public function chat(Request $request, Response $response): Response method getIndexStatus (line 454) | public function getIndexStatus(Request $request, Response $response): ... method rebuildIndex (line 519) | public function rebuildIndex(Request $request, Response $response): Re... FILE: server/app/Api/Controller/AiTokenController.php class AiTokenController (line 16) | class AiTokenController extends BaseController method list (line 25) | public function list(Request $request, Response $response): Response method detail (line 49) | public function detail(Request $request, Response $response): Response method create (line 101) | public function create(Request $request, Response $response): Response method update (line 178) | public function update(Request $request, Response $response): Response method reset (line 274) | public function reset(Request $request, Response $response): Response method revoke (line 308) | public function revoke(Request $request, Response $response): Response method delete (line 341) | public function delete(Request $request, Response $response): Response method availableItems (line 374) | public function availableItems(Request $request, Response $response): ... FILE: server/app/Api/Controller/AttachmentController.php class AttachmentController (line 16) | class AttachmentController extends BaseController method index (line 23) | public function index(Request $request, Response $response): Response method setLargeFileUploadSupport (line 31) | private function setLargeFileUploadSupport(): void method visitFile (line 60) | public function visitFile(Request $request, Response $response): Response method uploadImg (line 142) | public function uploadImg(Request $request, Response $response): Response method attachmentUpload (line 215) | public function attachmentUpload(Request $request, Response $response)... method pageAttachmentUploadList (line 288) | public function pageAttachmentUploadList(Request $request, Response $r... method deletePageUploadFile (line 344) | public function deletePageUploadFile(Request $request, Response $respo... method getAllList (line 392) | public function getAllList(Request $request, Response $response): Resp... method deleteAttachment (line 459) | public function deleteAttachment(Request $request, Response $response)... method getMyList (line 491) | public function getMyList(Request $request, Response $response): Response method deleteMyAttachment (line 553) | public function deleteMyAttachment(Request $request, Response $respons... method bindingPage (line 585) | public function bindingPage(Request $request, Response $response): Res... method getUnusedList (line 635) | public function getUnusedList(Request $request, Response $response): R... method downloadLocalFile (line 724) | private function downloadLocalFile(string $filename, string $rename, R... method batchDeleteAttachments (line 755) | public function batchDeleteAttachments(Request $request, Response $res... FILE: server/app/Api/Controller/CatalogController.php class CatalogController (line 13) | class CatalogController extends BaseController method catList (line 23) | public function catList(Request $request, Response $response): Response method catListGroup (line 51) | public function catListGroup(Request $request, Response $response): Re... method catListName (line 82) | public function catListName(Request $request, Response $response): Res... method secondCatList (line 140) | public function secondCatList(Request $request, Response $response): R... method childCatList (line 167) | public function childCatList(Request $request, Response $response): Re... method save (line 208) | public function save(Request $request, Response $response): Response method batUpdate (line 302) | public function batUpdate(Request $request, Response $response): Response method getDefaultCat (line 389) | public function getDefaultCat(Request $request, Response $response): R... method delete (line 456) | public function delete(Request $request, Response $response): Response method getPagesBycat (line 501) | public function getPagesBycat(Request $request, Response $response): R... method copy (line 545) | public function copy(Request $request, Response $response): Response method copyCatalogTree (line 613) | private function copyCatalogTree( FILE: server/app/Api/Controller/CommonController.php class CommonController (line 12) | class CommonController extends BaseController method createCaptcha (line 19) | public function createCaptcha(Request $request, Response $response): R... method showCaptcha (line 54) | public function showCaptcha(Request $request, Response $response): Res... method verify (line 90) | public function verify(Request $request, Response $response): Response method version (line 112) | public function version(Request $request, Response $response): Response method homePageSetting (line 137) | public function homePageSetting(Request $request, Response $response):... method qrcode (line 171) | public function qrcode(Request $request, Response $response): Response method visitFile (line 208) | public function visitFile(Request $request, Response $response): Response FILE: server/app/Api/Controller/ExportController.php class ExportController (line 17) | class ExportController extends BaseController method checkMarkdownLimit (line 26) | public function checkMarkdownLimit(Request $request, Response $respons... method word (line 50) | public function word(Request $request, Response $response): Response method renderCatalogPages (line 218) | private function renderCatalogPages($catalog, $parentNum, &$childNum, ... method findCatalogInMenu (line 253) | private function findCatalogInMenu($catalogs, $catId): ?array method markdown (line 281) | public function markdown(Request $request, Response $response): Response method markdownToFile (line 386) | private function markdownToFile($catalogData, $tempDir, $basePath = ''... method addDirectoryToZip (line 442) | private function addDirectoryToZip($dir, $zip, $zipPath): void FILE: server/app/Api/Controller/ExportHtmlController.php class ExportHtmlController (line 14) | class ExportHtmlController extends BaseController method export (line 19) | public function export(Request $request, Response $response): Response method collectAllPages (line 187) | private function collectAllPages(array $menu): array method collectPagesFromCatalogs (line 209) | private function collectPagesFromCatalogs(array $catalogs, array &$pag... method generatePagesHtml (line 226) | private function generatePagesHtml(array $pages, array $item, string $... method generatePageHtml (line 255) | private function generatePageHtml(array $page, array $item, \Parsedown... method generateIndexHtml (line 336) | private function generateIndexHtml(array $item, string $tempDir): void method generateDataJs (line 391) | private function generateDataJs(array $menu, array $item, array $allPa... method collectAllCatalogs (line 445) | private function collectAllCatalogs(array $menu): array method collectCatalogsRecursive (line 459) | private function collectCatalogsRecursive(array $catalogsList, array &... method generateSearchIndex (line 478) | private function generateSearchIndex(array $pages, string $tempDir): void method copyStaticFiles (line 512) | private function copyStaticFiles(string $tempDir): void method generateCommonCss (line 553) | private function generateCommonCss(string $tempDir, string $serverPath... method generateAppJs (line 577) | private function generateAppJs(string $tempDir, string $serverPath): void method copyAssets (line 601) | private function copyAssets(array $pages, string $tempDir): void method generateReadme (line 643) | private function generateReadme(array $item, string $tempDir): void method sanitizeHtml (line 672) | private function sanitizeHtml(string $html): string method rewriteImagePaths (line 691) | private function rewriteImagePaths(string $html): string method sanitizeFilename (line 710) | private function sanitizeFilename(string $filename): string method zip (line 728) | private function zip(string $fromName, string $toName): bool method addDirectoryToZip (line 746) | private function addDirectoryToZip(string $dir, \ZipArchive $zipArc, s... method clearTempDir (line 768) | private function clearTempDir(string $dir): void method validatePageIds (line 790) | private function validatePageIds(array $allPages, string $tempDir): void FILE: server/app/Api/Controller/ExtLoginController.php class ExtLoginController (line 20) | class ExtLoginController extends BaseController method checkComposerPHPVersion (line 27) | private function checkComposerPHPVersion(): bool method bySecretKey (line 41) | public function bySecretKey(Request $request, Response $response): Res... method getUserNameFromOAuth2 (line 111) | private function getUserNameFromOAuth2(array $array) method oauth2 (line 138) | public function oauth2(Request $request, Response $response): Response method cas (line 299) | public function cas(Request $request, Response $response): Response FILE: server/app/Api/Controller/FlowController.php class FlowController (line 17) | class FlowController extends BaseController method save (line 24) | public function save(Request $request, Response $response): Response method getList (line 129) | public function getList(Request $request, Response $response): Response method delete (line 159) | public function delete(Request $request, Response $response): Response method addFlowPage (line 194) | public function addFlowPage(Request $request, Response $response): Res... method deleteFlowPage (line 249) | public function deleteFlowPage(Request $request, Response $response): ... method getFlowPageList (line 291) | public function getFlowPageList(Request $request, Response $response):... method saveSort (line 331) | public function saveSort(Request $request, Response $response): Response method setFlowPageEnabled (line 368) | public function setFlowPageEnabled(Request $request, Response $respons... method getPageTitle (line 409) | private function getPageTitle(int $itemId, int $pageId) FILE: server/app/Api/Controller/FromCommentsController.php class FromCommentsController (line 17) | class FromCommentsController extends BaseController method generate (line 27) | public function generate(Request $request, Response $response): Response method generateOne (line 74) | private function generateOne(int $itemId, string $content) method preserveExistingValues (line 129) | private function preserveExistingValues(int $itemId, string $pageTitle... method mergeRequestValues (line 189) | private function mergeRequestValues(array $existingData, array &$newDa... method mergeParamListValues (line 233) | private function mergeParamListValues(array $existingList, array &$new... method mergeResponseValues (line 262) | private function mergeResponseValues(array $existingData, array &$newD... method parseContent (line 311) | private function parseContent(string $content): array method parseOneLine (line 354) | private function parseOneLine(string $tag, string $content) method parseMultiLine (line 373) | private function parseMultiLine(string $tag, string $content): array method toRunapiFormat (line 395) | private function toRunapiFormat(array $array): string method indentJson (line 524) | private function indentJson(string $json) FILE: server/app/Api/Controller/ImportController.php class ImportController (line 15) | class ImportController extends BaseController method auto (line 24) | public function auto(Request $request, Response $response): Response method importMarkdownInfo (line 173) | public function importMarkdownInfo(Request $request, Response $respons... method importFromReadingMDFile (line 241) | public function importFromReadingMDFile(Request $request, Response $re... FILE: server/app/Api/Controller/ImportPostmanController.php class ImportPostmanController (line 11) | class ImportPostmanController extends BaseController method import (line 20) | public function import(Request $request, Response $response): Response method fromPostmanV1 (line 81) | private function fromPostmanV1(array $jsonArray, int $itemId, int $uid... method getSubByFolders (line 135) | private function getSubByFolders(string $id, string $name, int $level,... method getPageByFolders (line 162) | private function getPageByFolders(string $id, array $jsonArray, Reques... method requestToDoc (line 181) | private function requestToDoc(array $request, Request $httpRequest): a... method requestToApi (line 197) | private function requestToApi(array $request): array method fromPostmanV2 (line 272) | private function fromPostmanV2(array $jsonArray, int $itemId, int $uid... method getPageByItem (line 301) | private function getPageByItem(array $itemArray, Request $request): array method getItemByItem (line 316) | private function getItemByItem(array $itemArray, int $level, Request $... method requestToDocV2 (line 338) | private function requestToDocV2(string $name, array $page, Request $re... method requestToApiV2 (line 354) | private function requestToApiV2(string $name, array $page): array FILE: server/app/Api/Controller/ImportSwaggerController.php class ImportSwaggerController (line 11) | class ImportSwaggerController extends BaseController method import (line 23) | public function import(Request $request, Response $response): Response method fromSwagger (line 106) | private function fromSwagger(array $jsonArray, int $itemId, string $sw... method getAllTagsLogs (line 131) | private function getAllTagsLogs(array $jsonArray, string $swaggerVersi... method requestToDoc (line 175) | private function requestToDoc(string $method, string $url, array $requ... method requestToApi (line 191) | private function requestToApi(string $method, string $url, array $requ... method getDefinition (line 255) | private function getDefinition(string $refStr): ?array method definitionToJsonArray (line 274) | private function definitionToJsonArray(array $refArray): array method jsonArrayToStr (line 320) | private function jsonArrayToStr(array $jsonArray): string method toB (line 329) | private function toB(array $jsonArray): array method formatToFakeValue (line 360) | private function formatToFakeValue(string $type, string $format) method transferDefinition (line 383) | private function transferDefinition(array $curArray): array method processOpenAPI3Request (line 399) | private function processOpenAPI3Request(array $request, array &$conten... method processContentSchema (line 448) | private function processContentSchema(array $content, array &$contentA... method processSwagger2Request (line 539) | private function processSwagger2Request(array $request, array &$conten... method processSchemaProperties (line 615) | private function processSchemaProperties(array $schema, array &$conten... method processParameters (line 645) | private function processParameters(array $request, array &$contentArra... method processSwagger2Response (line 682) | private function processSwagger2Response(array $request, array &$conte... method processOpenAPI3Response (line 748) | private function processOpenAPI3Response(array $request, array &$conte... method exampleToParamsDesc (line 829) | private function exampleToParamsDesc($example, string $parentKey = '')... method getTypeFromValue (line 870) | private function getTypeFromValue($value): string FILE: server/app/Api/Controller/ItemController.php class ItemController (line 16) | class ItemController extends BaseController method myList (line 28) | public function myList(Request $request, Response $response): Response method info (line 276) | public function info(Request $request, Response $response): Response method applyFilters (line 457) | private function applyFilters(array $menu, string $filterStatus, int $... method filterCatalogsRecursive (line 490) | private function filterCatalogsRecursive(array &$catalogs, string $sta... method shouldShowPage (line 531) | private function shouldShowPage(array $page, string $statusFilter, int... method getStatusTextFromApiStatus (line 583) | private function getStatusTextFromApiStatus($status): string method detail (line 606) | public function detail(Request $request, Response $response): Response method getAiKnowledgeBaseConfig (line 661) | public function getAiKnowledgeBaseConfig(Request $request, Response $r... method update (line 721) | public function update(Request $request, Response $response): Response method add (line 844) | public function add(Request $request, Response $response): Response method attorn (line 1021) | public function attorn(Request $request, Response $response): Response method delete (line 1096) | public function delete(Request $request, Response $response): Response method archive (line 1146) | public function archive(Request $request, Response $response): Response method getKey (line 1190) | public function getKey(Request $request, Response $response): Response method resetKey (line 1223) | public function resetKey(Request $request, Response $response): Response method setAiKnowledgeBaseConfig (line 1256) | public function setAiKnowledgeBaseConfig(Request $request, Response $r... method updateByApi (line 1307) | public function updateByApi(Request $request, Response $response): Res... method top (line 1320) | public function top(Request $request, Response $response): Response method pwd (line 1372) | public function pwd(Request $request, Response $response): Response method itemList (line 1430) | public function itemList(Request $request, Response $response): Response method sort (line 1458) | public function sort(Request $request, Response $response): Response method exitItem (line 1508) | public function exitItem(Request $request, Response $response): Response method search (line 1557) | public function search(Request $request, Response $response): Response method getChangeLog (line 1612) | public function getChangeLog(Request $request, Response $response): Re... method star (line 1644) | public function star(Request $request, Response $response): Response method unstar (line 1691) | public function unstar(Request $request, Response $response): Response FILE: server/app/Api/Controller/ItemGroupController.php class ItemGroupController (line 15) | class ItemGroupController extends BaseController method save (line 20) | public function save(Request $request, Response $response): Response method getList (line 82) | public function getList(Request $request, Response $response): Response method delete (line 106) | public function delete(Request $request, Response $response): Response method saveSort (line 136) | public function saveSort(Request $request, Response $response): Response FILE: server/app/Api/Controller/ItemVariableController.php class ItemVariableController (line 12) | class ItemVariableController extends BaseController method save (line 21) | public function save(Request $request, Response $response): Response method getList (line 62) | public function getList(Request $request, Response $response): Response method delete (line 102) | public function delete(Request $request, Response $response): Response method deleteByName (line 140) | public function deleteByName(Request $request, Response $response): Re... FILE: server/app/Api/Controller/McpController.php class McpController (line 18) | class McpController extends BaseController method index (line 27) | public function index(Request $request, Response $response): Response method handleSingleRequest (line 67) | private function handleSingleRequest(Request $request, Response $respo... method handleBatchRequest (line 127) | private function handleBatchRequest(Response $response, array $request... method validateToken (line 165) | private function validateToken(Request $request): ?array method validateTokenFromGlobals (line 189) | private function validateTokenFromGlobals(): ?array method extractToken (line 228) | private function extractToken(Request $request): ?string method jsonResponse (line 258) | private function jsonResponse(Response $response, array $data): Response method options (line 278) | public function options(Request $request, Response $response): Response FILE: server/app/Api/Controller/MemberController.php class MemberController (line 13) | class MemberController extends BaseController method save (line 23) | public function save(Request $request, Response $response): Response method getList (line 155) | public function getList(Request $request, Response $response): Response method delete (line 189) | public function delete(Request $request, Response $response): Response method getAllList (line 230) | public function getAllList(Request $request, Response $response): Resp... method getMyAllList (line 268) | public function getMyAllList(Request $request, Response $response): Re... FILE: server/app/Api/Controller/MessageController.php class MessageController (line 13) | class MessageController extends BaseController method getUnread (line 22) | public function getUnread(Request $request, Response $response): Response method getAnnouncementList (line 99) | public function getAnnouncementList(Request $request, Response $respon... method setRead (line 154) | public function setRead(Request $request, Response $response): Response method delete (line 201) | public function delete(Request $request, Response $response): Response method getRemindList (line 227) | public function getRemindList(Request $request, Response $response): R... method getUnreadRemind (line 251) | public function getUnreadRemind(Request $request, Response $response):... FILE: server/app/Api/Controller/MockController.php class MockController (line 14) | class MockController extends BaseController method add (line 23) | public function add(Request $request, Response $response): Response method infoByPageId (line 102) | public function infoByPageId(Request $request, Response $response): Re... method infoByKey (line 131) | public function infoByKey(Request $request, Response $response): Response method infoByPath (line 175) | public function infoByPath(Request $request, Response $response): Resp... FILE: server/app/Api/Controller/OpenController.php class OpenController (line 17) | class OpenController extends BaseController method updatePage (line 27) | public function updatePage(Request $request, Response $response): Resp... method updateItem (line 75) | public function updateItem(Request $request, Response $response): Resp... method updateDbItem (line 88) | public function updateDbItem(Request $request, Response $response): Re... method analyzeDbStructureToArray (line 141) | private function analyzeDbStructureToArray(string $tableInfo, string $... method fromComments (line 299) | public function fromComments(Request $request, Response $response): Re... method getPage (line 314) | public function getPage(Request $request, Response $response): Response method deletePage (line 365) | public function deletePage(Request $request, Response $response): Resp... method getCatalogTree (line 413) | public function getCatalogTree(Request $request, Response $response): ... method createCatalog (line 439) | public function createCatalog(Request $request, Response $response): R... method updateCatalog (line 476) | public function updateCatalog(Request $request, Response $response): R... method deleteCatalog (line 538) | public function deleteCatalog(Request $request, Response $response): R... method uploadAttachment (line 577) | public function uploadAttachment(Request $request, Response $response)... method deleteAttachment (line 670) | public function deleteAttachment(Request $request, Response $response)... FILE: server/app/Api/Controller/PageCommentController.php class PageCommentController (line 13) | class PageCommentController extends BaseController method getList (line 24) | public function getList(Request $request, Response $response): Response method add (line 107) | public function add(Request $request, Response $response): Response method delete (line 213) | public function delete(Request $request, Response $response): Response method formatComment (line 266) | private function formatComment(array $comment, int $currentUid, int $i... method sendCommentNotification (line 296) | private function sendCommentNotification(int $commentId, int $pageId, ... FILE: server/app/Api/Controller/PageController.php class PageController (line 17) | class PageController extends BaseController method sqlToMarkdownTable (line 28) | public function sqlToMarkdownTable(Request $request, Response $respons... method info (line 53) | public function info(Request $request, Response $response): Response method getFullPath (line 150) | private function getFullPath(int $catId, int $itemId): array method findCatPath (line 171) | private function findCatPath(int $catId, int $itemId, array &$path): bool method save (line 205) | public function save(Request $request, Response $response): Response method triggerAiIndex (line 472) | private function triggerAiIndex(int $itemId, int $pageId, string $acti... method history (line 509) | public function history(Request $request, Response $response): Response method diff (line 548) | public function diff(Request $request, Response $response): Response method updateHistoryComments (line 599) | public function updateHistoryComments(Request $request, Response $resp... method isLock (line 636) | public function isLock(Request $request, Response $response): Response method delete (line 678) | public function delete(Request $request, Response $response): Response method uploadImg (line 774) | public function uploadImg(Request $request, Response $response): Response method upload (line 787) | public function upload(Request $request, Response $response): Response method uploadList (line 800) | public function uploadList(Request $request, Response $response): Resp... method deleteUploadFile (line 813) | public function deleteUploadFile(Request $request, Response $response)... method createSinglePage (line 826) | public function createSinglePage(Request $request, Response $response)... method infoByKey (line 881) | public function infoByKey(Request $request, Response $response): Response method sort (line 944) | public function sort(Request $request, Response $response): Response method setLock (line 991) | public function setLock(Request $request, Response $response): Response FILE: server/app/Api/Controller/PageFeedbackController.php class PageFeedbackController (line 16) | class PageFeedbackController extends BaseController method getStat (line 21) | public function getStat(Request $request, Response $response): Response method submit (line 98) | public function submit(Request $request, Response $response): Response FILE: server/app/Api/Controller/ParamDescLibController.php class ParamDescLibController (line 11) | class ParamDescLibController extends BaseController method getEntries (line 16) | public function getEntries(Request $request, Response $response): Resp... method addEntry (line 24) | public function addEntry(Request $request, Response $response): Response method deleteEntries (line 32) | public function deleteEntries(Request $request, Response $response): R... method deleteEntry (line 40) | public function deleteEntry(Request $request, Response $response): Res... method updateEntry (line 48) | public function updateEntry(Request $request, Response $response): Res... method addTempEntry (line 56) | public function addTempEntry(Request $request, Response $response): Re... method promoteTemp (line 64) | public function promoteTemp(Request $request, Response $response): Res... method confirmImport (line 72) | public function confirmImport(Request $request, Response $response): R... method addBatchEntries (line 80) | public function addBatchEntries(Request $request, Response $response):... method updateUsage (line 88) | public function updateUsage(Request $request, Response $response): Res... method batchSave (line 96) | public function batchSave(Request $request, Response $response): Response method stats (line 104) | public function stats(Request $request, Response $response): Response method import (line 151) | public function import(Request $request, Response $response): Response method export (line 214) | public function export(Request $request, Response $response): Response method _batchSave (line 265) | private function _batchSave(Request $request, Response $response): Res... method _getEntries (line 369) | private function _getEntries(Request $request, Response $response): Re... method _createEntry (line 458) | private function _createEntry(Request $request, Response $response): R... method _deleteEntries (line 545) | private function _deleteEntries(Request $request, Response $response):... method _updateEntry (line 589) | private function _updateEntry(Request $request, Response $response): R... method _deleteEntry (line 676) | private function _deleteEntry(Request $request, Response $response): R... method temp (line 712) | public function temp(Request $request, Response $response): Response method _promoteTemp (line 724) | private function _promoteTemp(Request $request, Response $response): R... method _addBatchEntries (line 776) | private function _addBatchEntries(Request $request, Response $response... method _confirmImport (line 829) | private function _confirmImport(Request $request, Response $response):... method _updateUsage (line 837) | private function _updateUsage(Request $request, Response $response): R... method parseImportData (line 923) | private function parseImportData(string $format, string $rawText): ?array method parseKeyValue (line 940) | private function parseKeyValue(string $text): array method parseJson (line 965) | private function parseJson(string $text): ?array method extractFieldsFromObject (line 976) | private function extractFieldsFromObject($obj, string $prefix = ''): a... method parseDDL (line 1027) | private function parseDDL(string $text): array method calculateQualityScore (line 1050) | private function calculateQualityScore(array $data): float method generateId (line 1071) | private function generateId(): string method convertEntryFields (line 1079) | private function convertEntryFields(array $entry): array FILE: server/app/Api/Controller/PublicSquareController.php class PublicSquareController (line 16) | class PublicSquareController extends BaseController method checkEnabled (line 21) | public function checkEnabled(Request $request, Response $response): Re... method getPublicItems (line 33) | public function getPublicItems(Request $request, Response $response): ... FILE: server/app/Api/Controller/RecycleController.php class RecycleController (line 13) | class RecycleController extends BaseController method getList (line 22) | public function getList(Request $request, Response $response): Response method recover (line 57) | public function recover(Request $request, Response $response): Response FILE: server/app/Api/Controller/RunapiController.php class RunapiController (line 15) | class RunapiController extends BaseController method addEnv (line 24) | public function addEnv(Request $request, Response $response): Response method updateEnv (line 79) | public function updateEnv(Request $request, Response $response): Response method getEnvList (line 91) | public function getEnvList(Request $request, Response $response): Resp... method delEnv (line 136) | public function delEnv(Request $request, Response $response): Response method selectEnv (line 175) | public function selectEnv(Request $request, Response $response): Response method getSelectEnv (line 220) | public function getSelectEnv(Request $request, Response $response): Re... method getGlobalParam (line 250) | public function getGlobalParam(Request $request, Response $response): ... method updateGlobalParam (line 276) | public function updateGlobalParam(Request $request, Response $response... method getDbConfigList (line 308) | public function getDbConfigList(Request $request, Response $response):... method saveDbConfig (line 339) | public function saveDbConfig(Request $request, Response $response): Re... method delDbConfig (line 423) | public function delDbConfig(Request $request, Response $response): Res... FILE: server/app/Api/Controller/ScriptCronController.php class ScriptCronController (line 16) | class ScriptCronController extends BaseController method run (line 25) | public function run(Request $request, Response $response): Response method cleanDeletedData (line 40) | private function cleanDeletedData(): void FILE: server/app/Api/Controller/SubscriptionController.php class SubscriptionController (line 12) | class SubscriptionController extends BaseController method getPageList (line 21) | public function getPageList(Request $request, Response $response): Res... method savePage (line 75) | public function savePage(Request $request, Response $response): Response method deletePage (line 127) | public function deletePage(Request $request, Response $response): Resp... FILE: server/app/Api/Controller/TeamController.php class TeamController (line 13) | class TeamController extends BaseController method save (line 22) | public function save(Request $request, Response $response): Response method getList (line 74) | public function getList(Request $request, Response $response): Response method delete (line 107) | public function delete(Request $request, Response $response): Response method attorn (line 141) | public function attorn(Request $request, Response $response): Response method exitTeam (line 200) | public function exitTeam(Request $request, Response $response): Response FILE: server/app/Api/Controller/TeamItemController.php class TeamItemController (line 19) | class TeamItemController extends BaseController method save (line 24) | public function save(Request $request, Response $response): Response method getList (line 122) | public function getList(Request $request, Response $response): Response method getListByTeam (line 152) | public function getListByTeam(Request $request, Response $response): R... method delete (line 189) | public function delete(Request $request, Response $response): Response FILE: server/app/Api/Controller/TeamItemMemberController.php class TeamItemMemberController (line 16) | class TeamItemMemberController extends BaseController method save (line 21) | public function save(Request $request, Response $response): Response method getList (line 117) | public function getList(Request $request, Response $response): Response FILE: server/app/Api/Controller/TeamMemberController.php class TeamMemberController (line 18) | class TeamMemberController extends BaseController method save (line 23) | public function save(Request $request, Response $response): Response method getList (line 95) | public function getList(Request $request, Response $response): Response method delete (line 132) | public function delete(Request $request, Response $response): Response FILE: server/app/Api/Controller/TemplateController.php class TemplateController (line 16) | class TemplateController extends BaseController method save (line 21) | public function save(Request $request, Response $response): Response method getList (line 55) | public function getList(Request $request, Response $response): Response method getMyList (line 63) | public function getMyList(Request $request, Response $response): Response method getItemList (line 97) | public function getItemList(Request $request, Response $response): Res... method delete (line 131) | public function delete(Request $request, Response $response): Response method shareToItem (line 162) | public function shareToItem(Request $request, Response $response): Res... method getShareItemList (line 223) | public function getShareItemList(Request $request, Response $response)... FILE: server/app/Api/Controller/UpdateController.php class UpdateController (line 12) | class UpdateController extends BaseController method checkDb (line 20) | public function checkDb(Request $request, Response $response): Response method dockerUpdateCode (line 30) | public function dockerUpdateCode(Request $request, Response $response)... method copyDir (line 109) | private function copyDir(string $dirSrc, string $dirTo): void method isWriteable (line 146) | private function isWriteable(string $file): bool method replaceFileContent (line 173) | private function replaceFileContent(string $file, string $from, string... method getLang (line 192) | private function getLang(string $path): string FILE: server/app/Api/Controller/UserController.php class UserController (line 18) | class UserController extends BaseController method login (line 24) | public function login(Request $request, Response $response): Response method loginByVerify (line 91) | public function loginByVerify(Request $request, Response $response): R... method info (line 99) | public function info(Request $request, Response $response): Response method allUser (line 138) | public function allUser(Request $request, Response $response): Response method registerByVerify (line 167) | public function registerByVerify(Request $request, Response $response)... method hasAnyItem (line 285) | private function hasAnyItem(int $uid): bool method importSampleProjects (line 302) | private function importSampleProjects(int $uid): void method importSampleZip (line 324) | private function importSampleZip(string $file, int $uid): bool method register (line 361) | public function register(Request $request, Response $response): Response method resetPassword (line 369) | public function resetPassword(Request $request, Response $response): R... method updateInfo (line 422) | public function updateInfo(Request $request, Response $response): Resp... method logout (line 442) | public function logout(Request $request, Response $response): Response method getPushUrl (line 460) | public function getPushUrl(Request $request, Response $response): Resp... method savePushUrl (line 479) | public function savePushUrl(Request $request, Response $response): Res... method oauthInfo (line 497) | public function oauthInfo(Request $request, Response $response): Response FILE: server/app/Common/BaseController.php class BaseController (line 13) | abstract class BaseController method getParam (line 41) | protected function getParam(Request $request, string $key, $default = ... method checkAdmin (line 114) | protected function checkAdmin(Request $request, ?Response $response = ... method convertLargeIntegersToString (line 164) | private function convertLargeIntegersToString($data, int $depth = 0) method json (line 211) | protected function json(Response $response, $data, int $status = 200):... method escapeHtml (line 236) | protected function escapeHtml(string $string): string method escapeHtmlAttr (line 249) | protected function escapeHtmlAttr(string $string): string method escapeUrl (line 260) | protected function escapeUrl(string $string): string method escapeJs (line 271) | protected function escapeJs(string $string): string method success (line 285) | protected function success(Response $response, $data = [], int $status... method error (line 304) | protected function error( method getToken (line 327) | protected function getToken(Request $request): ?string method requireUserFromToken (line 357) | protected function requireUserFromToken( method requireLoginUser (line 403) | protected function requireLoginUser( method checkItemManage (line 444) | protected function checkItemManage(int $uid, int $itemId): bool method checkItemEdit (line 500) | protected function checkItemEdit(int $uid, int $itemId): bool method checkItemVisit (line 550) | protected function checkItemVisit(int $uid, int $itemId, string $refer... method checkTeamManage (line 603) | protected function checkTeamManage(int $uid, int $teamId): bool method getIPaddress (line 642) | protected function getIPaddress(): string method safeLike (line 655) | protected function safeLike(string $keyword, bool $strict = true): string FILE: server/app/Common/BotDetector.php class BotDetector (line 15) | class BotDetector method isBot (line 22) | public static function isBot() method logBlockedBot (line 108) | public static function logBlockedBot($userAgent = null, $ip = null, $u... method blockBot (line 127) | public static function blockBot() FILE: server/app/Common/Cache/CacheManager.php class CacheManager (line 7) | class CacheManager method __construct (line 13) | private function __construct() method getInstance (line 51) | public static function getInstance(): CacheManager method get (line 67) | public function get(string $key) method set (line 92) | public function set(string $key, $value, int $ttl = 86400): bool method delete (line 112) | public function delete(string $key): bool method getRedis (line 130) | public function getRedis(): ?\Redis FILE: server/app/Common/Config/ErrorCodes.php class ErrorCodes (line 9) | class ErrorCodes method getMessage (line 17) | public static function getMessage(int $code): string method getMessages (line 28) | public static function getMessages(): array FILE: server/app/Common/Database/Database.php class Database (line 8) | class Database method getInstance (line 12) | public static function getInstance(): Capsule FILE: server/app/Common/Database/Upgrade.php class Upgrade (line 13) | class Upgrade method checkAndUpgrade (line 26) | public static function checkAndUpgrade(): bool method updateSqlite (line 52) | private static function updateSqlite(): bool method isColumnExist (line 718) | private static function isColumnExist(string $table, string $column): ... FILE: server/app/Common/Helper/AiHelper.php class AiHelper (line 13) | class AiHelper method rebuild (line 23) | public static function rebuild(int $itemId, string $aiServiceUrl, stri... method callService (line 146) | public static function callService(string $url, ?array $postData, stri... method callServiceStream (line 213) | public static function callServiceStream(string $url, array $postData,... method collectPages (line 266) | private static function collectPages(array $menu, array &$pageData, Co... method processPage (line 291) | private static function processPage(array $page, array &$pageData, Con... method callOpenAI (line 328) | public static function callOpenAI(array $messages, int $timeout = 120) method generateScript (line 394) | public static function generateScript(string $scriptType, string $desc... method generateTestData (line 525) | public static function generateTestData(array $params, string $apiInfo... FILE: server/app/Common/Helper/ContentCodec.php class ContentCodec (line 11) | class ContentCodec method compress (line 13) | public static function compress(string $string): string method decompress (line 18) | public static function decompress(?string $string): string FILE: server/app/Common/Helper/Convert.php class Convert (line 14) | class Convert method convertSqlToMarkdownTable (line 19) | public function convertSqlToMarkdownTable($sql) method convertSqlToArray (line 56) | public function convertSqlToArray($sql) method runapiToMd (line 144) | public function runapiToMd($content) method runapiHttpApiToMd (line 170) | private function runapiHttpApiToMd(array $content) method runapiWebSocketToMd (line 346) | private function runapiWebSocketToMd(array $content) method runapiSSEToMd (line 352) | private function runapiSSEToMd(array $content) method indentJson (line 360) | private function indentJson($json) method mdToRunapi (line 373) | public function mdToRunapi(string $markdownContent): ?string FILE: server/app/Common/Helper/Env.php class Env (line 11) | class Env method get (line 13) | public static function get(string $key, $default = null) FILE: server/app/Common/Helper/FileHelper.php class FileHelper (line 9) | class FileHelper method outputWord (line 18) | public static function outputWord(string $data, string $fileName = '')... method clearRuntime (line 84) | public static function clearRuntime(string $path): ?bool method getRandStr (line 115) | public static function getRandStr(int $len = 32): string method sanitizeFilename (line 136) | public static function sanitizeFilename(string $filename): string FILE: server/app/Common/Helper/HttpHelper.php class HttpHelper (line 9) | class HttpHelper method post (line 18) | public static function post(string $url, $param) method get (line 63) | public static function get(string $url, array $headers = [], int $time... FILE: server/app/Common/Helper/IpHelper.php class IpHelper (line 5) | class IpHelper method getClientIp (line 10) | public static function getClientIp(): string FILE: server/app/Common/Helper/LogHelper.php class LogHelper (line 10) | class LogHelper method getLogPath (line 18) | private static function getLogPath(string $module = 'Common'): string method write (line 51) | public static function write(string $message, string $module = 'Common... method error (line 82) | public static function error(string $message, string $module = 'Common... method warning (line 94) | public static function warning(string $message, string $module = 'Comm... method info (line 106) | public static function info(string $message, string $module = 'Common'... method debug (line 118) | public static function debug(string $message, string $module = 'Common... method exception (line 130) | public static function exception(\Throwable $exception, string $module... FILE: server/app/Common/Helper/OssHelper.php class OssHelper (line 19) | class OssHelper method uploadByOptions (line 27) | public static function uploadByOptions(array $uploadFile) method deleteByOptions (line 71) | public static function deleteByOptions(string $fileUrl): bool method uploadS3WithConfig (line 113) | private static function uploadS3WithConfig(array $uploadFile, array $o... method deleteS3WithConfig (line 179) | private static function deleteS3WithConfig(string $fileUrl, array $oss... method getQiuniuEndpointByKey (line 217) | private static function getQiuniuEndpointByKey(string $key, string $bu... method getRandStr (line 233) | private static function getRandStr(int $len = 16): string FILE: server/app/Common/Helper/Security.php class Security (line 5) | class Security method safeLike (line 14) | public static function safeLike(string $keyword, bool $strict = true):... method generateSalt (line 48) | public static function generateSalt(): string method hashPassword (line 60) | public static function hashPassword(string $password, string $salt = '... method filterHtml (line 72) | public static function filterHtml(string $content): string method validateStrongPassword (line 95) | public static function validateStrongPassword(string $password): array FILE: server/app/Common/Helper/UrlHelper.php class UrlHelper (line 10) | class UrlHelper method getDomain (line 17) | public static function getDomain(): string method siteUrl (line 54) | public static function siteUrl(): string method serverUrl (line 72) | public static function serverUrl(string $path = '', array $params = []... FILE: server/app/Common/Vendor/Parsedown.php class Parsedown (line 16) | class Parsedown method text (line 24) | function text($text) method setBreaksEnabled (line 51) | function setBreaksEnabled($breaksEnabled) method setMarkupEscaped (line 60) | function setMarkupEscaped($markupEscaped) method setUrlsLinked (line 69) | function setUrlsLinked($urlsLinked) method lines (line 118) | private function lines(array $lines) method blockCode (line 262) | protected function blockCode($Line, $Block = null) method blockCodeContinue (line 286) | protected function blockCodeContinue($Line, $Block) method blockCodeComplete (line 305) | protected function blockCodeComplete($Block) method blockComment (line 320) | protected function blockComment($Line) method blockCommentContinue (line 339) | protected function blockCommentContinue($Line, array $Block) method blockFencedCode (line 358) | protected function blockFencedCode($Line) method blockFencedCodeContinue (line 387) | protected function blockFencedCodeContinue($Line, $Block) method blockFencedCodeComplete (line 412) | protected function blockFencedCodeComplete($Block) method blockHeader (line 427) | protected function blockHeader($Line) method blockList (line 458) | protected function blockList($Line) method blockListContinue (line 486) | protected function blockListContinue($Line, array $Block) method blockQuote (line 541) | protected function blockQuote($Line) method blockQuoteContinue (line 556) | protected function blockQuoteContinue($Line, array $Block) method blockRule (line 581) | protected function blockRule($Line) method blockSetextHeader (line 598) | protected function blockSetextHeader($Line, array $Block = null) method blockMarkup (line 615) | protected function blockMarkup($Line) method blockMarkupContinue (line 658) | protected function blockMarkupContinue($Line, array $Block) method blockReference (line 693) | protected function blockReference($Line) method blockTable (line 721) | protected function blockTable($Line, array $Block = null) method blockTableContinue (line 820) | protected function blockTableContinue($Line, array $Block) method paragraph (line 870) | protected function paragraph($Line) method line (line 910) | public function line($text) method inlineCode (line 975) | protected function inlineCode($Excerpt) method inlineEmailTag (line 994) | protected function inlineEmailTag($Excerpt) method inlineEmphasis (line 1016) | protected function inlineEmphasis($Excerpt) method inlineEscapeSequence (line 1042) | protected function inlineEscapeSequence($Excerpt) method inlineImage (line 1052) | protected function inlineImage($Excerpt) method inlineLink (line 1084) | protected function inlineLink($Excerpt) method inlineMarkup (line 1146) | protected function inlineMarkup($Excerpt) method inlineSpecialCharacter (line 1174) | protected function inlineSpecialCharacter($Excerpt) method inlineStrikethrough (line 1193) | protected function inlineStrikethrough($Excerpt) method inlineUrl (line 1211) | protected function inlineUrl($Excerpt) method inlineUrlTag (line 1234) | protected function inlineUrlTag($Excerpt) method unmarkedText (line 1254) | protected function unmarkedText($text) method element (line 1270) | protected function element(array $Element) method elements (line 1301) | protected function elements(array $Elements) method li (line 1316) | protected function li($lines) method parse (line 1338) | function parse($text) method instance (line 1349) | static function instance($name = 'default') FILE: server/app/Home/Controller/CommonController.php class CommonController (line 11) | class CommonController extends BaseController method repasswd (line 21) | public function repasswd(Request $request, Response $response): Response FILE: server/app/Home/Controller/DomainController.php class DomainController (line 10) | class DomainController extends BaseController method show (line 13) | public function show(Request $request, Response $response): Response method fallbackWeb (line 32) | private function fallbackWeb(Response $response): Response FILE: server/app/Home/Controller/IndexController.php class IndexController (line 10) | class IndexController extends BaseController method index (line 12) | public function index(Request $request, Response $response): Response method newIsWriteable (line 41) | private function newIsWriteable($file) FILE: server/app/Home/Controller/ItemController.php class ItemController (line 11) | class ItemController extends BaseController method show (line 13) | public function show(Request $request, Response $response): Response method fallbackWeb (line 101) | private function fallbackWeb(Response $response): Response FILE: server/app/Home/Controller/PageController.php class PageController (line 12) | class PageController extends BaseController method show (line 14) | public function show(Request $request, Response $response): Response method fallbackWeb (line 79) | private function fallbackWeb(Response $response): Response FILE: server/app/Home/Controller/UserController.php class UserController (line 9) | class UserController extends BaseController method profile (line 12) | public function profile(Request $request, Response $response): Response FILE: server/app/Mcp/Handler/AttachmentHandler.php class AttachmentHandler (line 17) | class AttachmentHandler extends McpHandler method getSupportedOperations (line 24) | public function getSupportedOperations(): array method execute (line 41) | public function execute(string $operation, array $params = []) method uploadAttachment (line 65) | private function uploadAttachment(array $params): array method checkSpaceQuota (line 114) | private function checkSpaceQuota(int $uid, int $additionalSize = 0): a... method getSpaceQuota (line 137) | private function getSpaceQuota(): int method getFileSizeLimit (line 148) | private function getFileSizeLimit(): int method uploadFromUrl (line 165) | private function uploadFromUrl(int $itemId, int $pageId, string $fileU... method uploadFromBase64 (line 263) | private function uploadFromBase64(int $itemId, int $pageId, string $fi... method listAttachments (line 355) | private function listAttachments(array $params): array method deleteAttachment (line 450) | private function deleteAttachment(array $params): array method getMimeType (line 497) | private function getMimeType(string $fileName, string $content): string FILE: server/app/Mcp/Handler/CatalogHandler.php class CatalogHandler (line 14) | class CatalogHandler extends McpHandler method getSupportedOperations (line 21) | public function getSupportedOperations(): array method execute (line 34) | public function execute(string $operation, array $params = []) method listCatalogs (line 64) | private function listCatalogs(array $params): array method buildCatalogTree (line 98) | private function buildCatalogTree(array $catalogs, int $parentId): array method getCatalog (line 127) | private function getCatalog(array $params): array method createCatalog (line 177) | private function createCatalog(array $params): array method updateCatalog (line 239) | private function updateCatalog(array $params): array method deleteCatalog (line 290) | private function deleteCatalog(array $params): array method getAllChildCatalogIds (line 339) | private function getAllChildCatalogIds(int $itemId, int $parentCatId):... FILE: server/app/Mcp/Handler/ItemHandler.php class ItemHandler (line 16) | class ItemHandler extends McpHandler method getSupportedOperations (line 23) | public function getSupportedOperations(): array method execute (line 36) | public function execute(string $operation, array $params = []) method listItems (line 65) | private function listItems(array $params): array method getItem (line 159) | private function getItem(array $params): array method createItem (line 203) | private function createItem(array $params): array method updateItem (line 290) | private function updateItem(array $params): array method deleteItem (line 352) | private function deleteItem(array $params): array FILE: server/app/Mcp/Handler/OpenApiHandler.php class OpenApiHandler (line 15) | class OpenApiHandler extends McpHandler method getSupportedOperations (line 36) | public function getSupportedOperations(): array method execute (line 51) | public function execute(string $operation, array $params = []) method importOpenApi (line 69) | private function importOpenApi(array $params): array method fetchUrl (line 145) | private function fetchUrl(string $url): string method setUrlPrefix (line 183) | private function setUrlPrefix(array $jsonArray, string $swaggerVersion... method importFromSwagger (line 208) | private function importFromSwagger(array $jsonArray, int $itemId, stri... method getAllTagsLogs (line 254) | private function getAllTagsLogs(array $jsonArray, string $swaggerVersi... method requestToDoc (line 306) | private function requestToDoc(string $method, string $url, array $requ... method requestToApi (line 328) | private function requestToApi(string $method, string $url, array $requ... method processSwagger2Request (line 394) | private function processSwagger2Request(array $request, array &$conten... method processOpenAPI3Request (line 451) | private function processOpenAPI3Request(array $request, array &$conten... method processSwagger2Response (line 521) | private function processSwagger2Response(array $request, array &$conte... method processOpenAPI3Response (line 563) | private function processOpenAPI3Response(array $request, array &$conte... method getDefinition (line 608) | private function getDefinition(string $refStr): ?array method transferDefinition (line 630) | private function transferDefinition(array $data): array method definitionToJsonArray (line 655) | private function definitionToJsonArray(array $refArray): array method definitionToJson (line 693) | private function definitionToJson(array $refArray): array method schemaToJson (line 733) | private function schemaToJson(array $schema) method getDefaultValue (line 766) | private function getDefaultValue(string $type) FILE: server/app/Mcp/Handler/PageHandler.php class PageHandler (line 21) | class PageHandler extends McpHandler method getSupportedOperations (line 28) | public function getSupportedOperations(): array method execute (line 58) | public function execute(string $operation, array $params = []) method listPages (line 118) | private function listPages(array $params): array method getPage (line 183) | private function getPage(array $params): array method batchGetPages (line 286) | private function batchGetPages(array $params): array method searchPages (line 333) | private function searchPages(array $params): array method searchInItem (line 392) | private function searchInItem(int $itemId, string $query, string $quer... method getUserItemIds (line 481) | private function getUserItemIds(int $uid): array method getPageTemplate (line 523) | private function getPageTemplate(array $params): array method getApiTemplate (line 547) | private function getApiTemplate(): string method getRunapiCommentTemplate (line 642) | private function getRunapiCommentTemplate(): string method getDatabaseTemplate (line 688) | private function getDatabaseTemplate(): string method getGeneralTemplate (line 767) | private function getGeneralTemplate(): string method createPage (line 895) | private function createPage(array $params): array method createPageByComment (line 1020) | private function createPageByComment(array $params): array method parseShowdocComment (line 1134) | private function parseShowdocComment(string $content): array method buildRunapiContent (line 1212) | private function buildRunapiContent(array $parsedData): string method updatePage (line 1272) | private function updatePage(array $params): array method upsertPage (line 1419) | private function upsertPage(array $params): array method batchUpsertPages (line 1467) | private function batchUpsertPages(array $params): array method deletePage (line 1524) | private function deletePage(array $params): array method getOrCreateCatalog (line 1577) | private function getOrCreateCatalog(int $itemId, string $catName): int method getUsername (line 1619) | private function getUsername(): string method getPageHistory (line 1637) | private function getPageHistory(array $params): array method getPageVersion (line 1688) | private function getPageVersion(array $params): array method diffPageVersions (line 1762) | private function diffPageVersions(array $params): array method calculateDiff (line 1830) | private function calculateDiff(string $old, string $new): array method restorePageVersion (line 1907) | private function restorePageVersion(array $params): array FILE: server/app/Mcp/McpError.php class McpError (line 13) | class McpError method getMessage (line 66) | public static function getMessage(int $code): string method createResponse (line 80) | public static function createResponse(int $code, ?string $message = nu... method createSuccessResponse (line 105) | public static function createSuccessResponse($result, $id = null): array method throw (line 122) | public static function throw(int $code, ?string $message = null, $data... FILE: server/app/Mcp/McpException.php class McpException (line 10) | class McpException extends \Exception method __construct (line 26) | public function __construct(int $code, string $message = '', $data = n... method getData (line 37) | public function getData() method toResponse (line 48) | public function toResponse($id = null): array FILE: server/app/Mcp/McpHandler.php class McpHandler (line 14) | abstract class McpHandler method setTokenInfo (line 36) | public function setTokenInfo(array $tokenInfo): void method getUid (line 47) | protected function getUid(): int method canRead (line 57) | protected function canRead(): bool method canWrite (line 71) | protected function canWrite(): bool method canCreateItem (line 84) | protected function canCreateItem(): bool method canDeleteItem (line 97) | protected function canDeleteItem(): bool method isItemInScope (line 111) | protected function isItemInScope(int $itemId): bool method isItemMember (line 144) | protected function isItemMember(int $itemId): bool method getItemRole (line 183) | protected function getItemRole(int $itemId): ?string method canEditItem (line 246) | protected function canEditItem(int $itemId): bool method canManageItem (line 258) | protected function canManageItem(int $itemId): bool method requireReadPermission (line 270) | protected function requireReadPermission(int $itemId): void method requireWritePermission (line 300) | protected function requireWritePermission(int $itemId): void method addCreatedItemToScope (line 337) | protected function addCreatedItemToScope(int $itemId): void method getSupportedOperations (line 365) | abstract public function getSupportedOperations(): array; method execute (line 375) | abstract public function execute(string $operation, array $params = []); FILE: server/app/Mcp/McpServer.php class McpServer (line 18) | class McpServer method __construct (line 65) | public function __construct() method registerDefaultTools (line 77) | private function registerDefaultTools(): void method registerDefaultResources (line 733) | private function registerDefaultResources(): void method registerDefaultPrompts (line 792) | private function registerDefaultPrompts(): void method setTokenInfo (line 921) | public function setTokenInfo(array $tokenInfo): void method handleRequest (line 932) | public function handleRequest(array $request): array method handleInitialize (line 1006) | private function handleInitialize(array $params): array method handleToolsList (line 1034) | private function handleToolsList(): array method handleToolsCall (line 1056) | private function handleToolsCall(array $params): array method handleResourcesList (line 1096) | private function handleResourcesList(): array method handleResourcesRead (line 1110) | private function handleResourcesRead(array $params): array method handleResourcesTemplatesList (line 1204) | private function handleResourcesTemplatesList(): array method handlePromptsList (line 1228) | private function handlePromptsList(): array method handlePromptsGet (line 1250) | private function handlePromptsGet(array $params): array method buildPromptMessages (line 1280) | private function buildPromptMessages(string $promptName, array $argume... method getHandler (line 1431) | private function getHandler(string $name): McpHandler FILE: server/app/Model/Attachment.php class Attachment (line 15) | class Attachment method getUserFlow (line 23) | public static function getUserFlow(int $uid): int method recordUserFlow (line 35) | public static function recordUserFlow(int $uid, int $fileSize): bool method getUsedSpace (line 46) | public static function getUsedSpace(int $uid): int method isAllowedFilename (line 65) | public static function isAllowedFilename(string $filename): bool method upload (line 119) | public static function upload(array $_files, string $fileKey, int $uid... method deleteFile (line 179) | public static function deleteFile(int $fileId): bool method uploadLocal (line 216) | private static function uploadLocal(array $uploadFile) method deleteLocalByUrl (line 258) | private static function deleteLocalByUrl(string $realUrl): bool FILE: server/app/Model/Captcha.php class Captcha (line 7) | class Captcha method check (line 12) | public static function check(int $captchaId, string $captcha, string $... FILE: server/app/Model/Catalog.php class Catalog (line 7) | class Catalog method findById (line 15) | public static function findById(int $catId): ?object method findByParentId (line 32) | public static function findByParentId(int $parentCatId): ?object method findByIdAndItemId (line 50) | public static function findByIdAndItemId(int $catId, int $itemId): ?ob... method getList (line 69) | public static function getList(int $itemId, bool $isGroup = false): array method buildTree (line 106) | private static function buildTree(array $catalogs): array method getChildren (line 127) | private static function getChildren(int $catId, array $catalogs): array method getListByLevel (line 146) | public static function getListByLevel(int $itemId, int $level = 2): array method getChildrenByCatId (line 177) | public static function getChildrenByCatId(int $itemId, int $catId): array method findChildrenInTree (line 194) | private static function findChildrenInTree(array $tree, int $catId): a... method filterMemberCat (line 217) | public static function filterMemberCat(int $uid, array $catData): array method save (line 262) | public static function save(int $catId, int $itemId, string $catName, ... method getCount (line 330) | public static function getCount(int $itemId): int method saveCatPath (line 349) | public static function saveCatPath(string $catPath, int $itemId) method expandCatIdsWithChildren (line 420) | public static function expandCatIdsWithChildren(int $itemId, array $ca... method deleteCat (line 470) | public static function deleteCat(int $catId): bool FILE: server/app/Model/ExportLog.php class ExportLog (line 7) | class ExportLog method add (line 15) | public static function add(array $data) method getTodayCount (line 28) | public static function getTodayCount(int $uid, string $exportType): int method getRecentDaysCount (line 59) | public static function getRecentDaysCount(int $uid, string $exportType... FILE: server/app/Model/FileFlow.php class FileFlow (line 14) | class FileFlow method getUserFlow (line 22) | public static function getUserFlow(int $uid): int method recordUserFlow (line 65) | public static function recordUserFlow(int $uid, int $fileSize): bool FILE: server/app/Model/FilePage.php class FilePage (line 7) | class FilePage method getAttachmentCount (line 15) | public static function getAttachmentCount(int $pageId): int method add (line 34) | public static function add(int $fileId, int $itemId, int $pageId): int method delete (line 60) | public static function delete(int $fileId, int $pageId): bool method getPageCount (line 83) | public static function getPageCount(int $fileId): int method getPageAttachments (line 101) | public static function getPageAttachments(int $pageId): array method findByFileIdAndItemId (line 139) | public static function findByFileIdAndItemId(int $fileId, int $itemId)... FILE: server/app/Model/Item.php class Item (line 9) | class Item method findById (line 11) | public static function findById(int $itemId): ?object method findByDomain (line 23) | public static function findByDomain(string $domain): ?object method isWhitelisted (line 36) | public static function isWhitelisted(int $itemId): bool method getMenu (line 55) | public static function getMenu(int $itemId): array method buildCatalogTree (line 110) | private static function buildCatalogTree(array $catalogData, array $al... method getMenuByCache (line 139) | public static function getMenuByCache(int $itemId): array method filterMemberItem (line 167) | public static function filterMemberItem(int $uid, int $itemId, array $... method getUserCatIds (line 204) | private static function getUserCatIds(int $itemId, int $uid): array method deleteCache (line 216) | public static function deleteCache(int $itemId): bool method updateMenuCachePage (line 235) | public static function updateMenuCachePage(int $itemId, int $pageId, s... method updatePageTitleInMenu (line 269) | private static function updatePageTitleInMenu(array &$menu, int $pageI... method updatePageTitleInCatalog (line 305) | private static function updatePageTitleInCatalog(array &$catalog, int ... method export (line 340) | public static function export(int $itemId, bool $uncompress = false): ... method getContent (line 383) | public static function getContent(int $itemId, bool $uncompress = fals... method buildCatalogTreeForExport (line 458) | private static function buildCatalogTreeForExport(array $catalogData, ... method import (line 508) | public static function import( method toItemPageCatPath (line 609) | public static function toItemPageCatPath(array $catalogs, string $pare... method add (line 654) | public static function add(array $data): int method getDeletedItems (line 681) | public static function getDeletedItems(int $days, int $limit = 1000): ... method deleteItem (line 718) | public static function deleteItem(int $itemId): bool method deleteItems (line 780) | public static function deleteItems(string $itemIdStr): bool method softDeleteItem (line 854) | public static function softDeleteItem(int $itemId): bool method getInactiveDemoItems (line 876) | public static function getInactiveDemoItems(array $uidArray): array method getANewItemId (line 903) | public static function getANewItemId(): int method copy (line 927) | public static function copy(int $itemId, int $uid, string $itemName = ... method filterDraftPages (line 947) | public static function filterDraftPages(array $menu, int $uid): array method filterDraftInCatalog (line 975) | private static function filterDraftInCatalog(array $catalog, int $uid)... FILE: server/app/Model/ItemAiConfig.php class ItemAiConfig (line 7) | class ItemAiConfig method getConfig (line 15) | public static function getConfig(int $itemId): array method saveConfig (line 43) | public static function saveConfig(int $itemId, array $config): bool FILE: server/app/Model/ItemBlacklist.php class ItemBlacklist (line 7) | class ItemBlacklist method checkAccess (line 16) | public static function checkAccess(int $itemId, array $user): array method findByItemId (line 31) | public static function findByItemId(int $itemId): ?object FILE: server/app/Model/ItemChangeLog.php class ItemChangeLog (line 10) | class ItemChangeLog method addLog (line 24) | public static function addLog( method getLog (line 89) | public static function getLog(int $itemId, int $page = 1, int $count =... method renderOneLog (line 125) | private static function renderOneLog(array $one): array FILE: server/app/Model/ItemGroup.php class ItemGroup (line 7) | class ItemGroup method add (line 17) | public static function add(int $uid, string $groupName, string $itemId... method update (line 46) | public static function update(int $id, int $uid, string $groupName, st... method save (line 76) | public static function save(int $id, int $uid, string $groupName, stri... method getList (line 92) | public static function getList(int $uid): array method delete (line 120) | public static function delete(int $id, int $uid): bool method findById (line 153) | public static function findById(int $id, int $uid = 0): ?object method saveSort (line 175) | public static function saveSort(int $uid, array $groups): bool FILE: server/app/Model/ItemMember.php class ItemMember (line 7) | class ItemMember method add (line 15) | public static function add(array $data): int method findByUidAndItemId (line 36) | public static function findByUidAndItemId(int $uid, int $itemId): ?object method getList (line 54) | public static function getList(int $itemId): array method delete (line 106) | public static function delete(int $itemId, int $itemMemberId): ?array method getAllList (line 137) | public static function getAllList(int $itemId): array FILE: server/app/Model/ItemSort.php class ItemSort (line 7) | class ItemSort method deleteByItemGroupId (line 15) | public static function deleteByItemGroupId(int $itemGroupId): bool FILE: server/app/Model/ItemToken.php class ItemToken (line 8) | class ItemToken method createToken (line 16) | public static function createToken(int $itemId) method getTokenByItemId (line 49) | public static function getTokenByItemId(int $itemId): ?array method getTokenByKey (line 81) | public static function getTokenByKey(string $apiKey): ?array method setLastTime (line 100) | public static function setLastTime(int $itemId): bool method check (line 129) | public static function check(string $apiKey, string $apiToken, string ... method resetToken (line 149) | public static function resetToken(int $itemId) FILE: server/app/Model/ItemVariable.php class ItemVariable (line 19) | class ItemVariable method save (line 31) | public static function save(int $itemId, int $envId, string $varName, ... method getList (line 79) | public static function getList(int $itemId, int $envId = 0): array method delete (line 113) | public static function delete(int $itemId, int $id): bool method deleteByName (line 139) | public static function deleteByName(int $itemId, int $envId, string $v... method updateEnvIdForItem (line 169) | public static function updateEnvIdForItem(int $itemId, int $envId): bool method deleteByEnvId (line 192) | public static function deleteByEnvId(int $envId): bool FILE: server/app/Model/ItemViews.php class ItemViews (line 7) | class ItemViews method setIncByOwn (line 20) | public static function setIncByOwn(int $itemId): bool method setIncByVistor (line 55) | public static function setIncByVistor(int $itemId): bool FILE: server/app/Model/Member.php class Member (line 7) | class Member method getCatIds (line 16) | public static function getCatIds(int $itemId, int $uid): array FILE: server/app/Model/Message.php class Message (line 11) | class Message method getRemindList (line 22) | public static function getRemindList(int $toUid, int $page = 1, int $c... method renderOne (line 65) | public static function renderOne(array $one): array method addMsg (line 121) | public static function addMsg( FILE: server/app/Model/MessageContent.php class MessageContent (line 10) | class MessageContent FILE: server/app/Model/Mock.php class Mock (line 7) | class Mock method findByPageId (line 15) | public static function findByPageId(int $pageId): ?array method findByUniqueKey (line 34) | public static function findByUniqueKey(string $uniqueKey): ?array method findByItemIdAndPath (line 54) | public static function findByItemIdAndPath(int $itemId, string $path):... method saveByPageId (line 75) | public static function saveByPageId(int $pageId, array $data): bool method add (line 94) | public static function add(array $data) method incrementViewTimes (line 106) | public static function incrementViewTimes(int $id): bool FILE: server/app/Model/Options.php class Options (line 14) | class Options method get (line 20) | public static function get(string $name, $default = null) method set (line 40) | public static function set(string $name, $value): bool FILE: server/app/Model/Page.php class Page (line 13) | class Page method tableForItem (line 23) | public static function tableForItem(int $itemId): string method listTitles (line 28) | public static function listTitles(int $itemId): array method findByIdWithContent (line 44) | public static function findByIdWithContent(int $itemId, int $pageId): ... method search (line 85) | public static function search(int $itemId, $catIds = 0, string $keywor... method findById (line 153) | public static function findById(int $pageId): ?array method findPageByCache (line 179) | public static function findPageByCache(int $pageId, int $itemId): ?array method deleteCache (line 207) | public static function deleteCache(int $pageId): bool method savePage (line 226) | public static function savePage(int $pageId, int $itemId, array $data)... method addPage (line 261) | public static function addPage(int $itemId, array $data): int method updateByTitle (line 302) | public static function updateByTitle( method findPage (line 403) | public static function findPage(int $pageId, int $itemId): ?array method softDeletePage (line 427) | public static function softDeletePage(int $pageId, int $itemId, int $u... method getPageCount (line 484) | public static function getPageCount(int $itemId): int method deletePage (line 505) | public static function deletePage(int $pageId, int $itemId = 0): bool FILE: server/app/Model/PageComment.php class PageComment (line 21) | class PageComment method findById (line 29) | public static function findById(int $commentId): ?object method add (line 46) | public static function add(array $data): int method update (line 63) | public static function update(int $commentId, array $data): bool method getTopLevelList (line 88) | public static function getTopLevelList(int $pageId, int $page = 1, int... method getReplies (line 126) | public static function getReplies(int $commentId): array FILE: server/app/Model/PageFeedback.php class PageFeedback (line 7) | class PageFeedback method countByType (line 16) | public static function countByType(int $pageId, int $feedbackType): int method findByUid (line 35) | public static function findByUid(int $pageId, int $uid): ?object method findByClientId (line 54) | public static function findByClientId(int $pageId, string $clientId): ... method add (line 72) | public static function add(array $data) method update (line 89) | public static function update(int $feedbackId, array $data): bool method delete (line 111) | public static function delete(int $feedbackId): bool FILE: server/app/Model/PageHistory.php class PageHistory (line 13) | class PageHistory method add (line 22) | public static function add(int $pageId, array $data): bool method getList (line 53) | public static function getList(int $pageId, int $limit = 100): array method getCount (line 97) | public static function getCount(int $pageId): int method deleteOldVersions (line 115) | public static function deleteOldVersions(int $pageId, int $keepCount):... method updateComments (line 158) | public static function updateComments(int $pageId, int $pageHistoryId,... method findById (line 181) | public static function findById(int $pageId, int $pageHistoryId): ?array FILE: server/app/Model/ParameterDescriptionEntry.php class ParameterDescriptionEntry (line 7) | class ParameterDescriptionEntry method add (line 15) | public static function add(array $data) method findById (line 27) | public static function findById(string $id) method update (line 41) | public static function update(string $id, array $data): int method delete (line 54) | public static function delete($id): int method getList (line 75) | public static function getList(array $conditions = [], int $page = 1, ... method count (line 117) | public static function count(array $conditions = []): int method getTopFields (line 133) | public static function getTopFields(int $itemId, int $limit = 10): array method findExisting (line 152) | public static function findExisting(int $itemId, string $name, string ... method batchUpdateUsage (line 168) | public static function batchUpdateUsage(array $ids, int $itemId): array FILE: server/app/Model/Questionnaire.php class Questionnaire (line 7) | class Questionnaire method add (line 15) | public static function add(array $data) method isParticipated (line 32) | public static function isParticipated(int $uid, string $title): bool FILE: server/app/Model/Recycle.php class Recycle (line 7) | class Recycle method add (line 15) | public static function add(array $data): bool method getList (line 57) | public static function getList(int $itemId): array method delete (line 86) | public static function delete(int $itemId, int $pageId): bool method getOldDeletedPages (line 109) | public static function getOldDeletedPages(int $days): array method deleteById (line 135) | public static function deleteById(int $id): bool FILE: server/app/Model/Runapi.php class Runapi (line 7) | class Runapi method getGlobalParam (line 16) | public static function getGlobalParam(int $itemId): array FILE: server/app/Model/RunapiDbConfig.php class RunapiDbConfig (line 7) | class RunapiDbConfig method add (line 15) | public static function add(array $data) method update (line 36) | public static function update(int $configId, array $data): bool method findById (line 58) | public static function findById(int $configId): ?array method getListByItemIdAndEnvId (line 78) | public static function getListByItemIdAndEnvId(int $itemId, int $envId... method delete (line 106) | public static function delete(int $configId): bool method unsetDefaultOthers (line 130) | public static function unsetDefaultOthers(int $itemId, int $envId, int... FILE: server/app/Model/RunapiEnv.php class RunapiEnv (line 7) | class RunapiEnv method add (line 15) | public static function add(array $data) method update (line 37) | public static function update(int $envId, int $itemId, array $data): bool method findById (line 60) | public static function findById(int $envId): ?array method getListByItemId (line 79) | public static function getListByItemId(int $itemId): array method delete (line 105) | public static function delete(int $envId): bool FILE: server/app/Model/RunapiEnvSelectd.php class RunapiEnvSelectd (line 7) | class RunapiEnvSelectd method add (line 15) | public static function add(array $data) method findByItemIdAndUid (line 36) | public static function findByItemIdAndUid(int $itemId, int $uid): ?array method deleteByItemIdAndUid (line 57) | public static function deleteByItemIdAndUid(int $itemId, int $uid): bool method deleteByEnvId (line 80) | public static function deleteByEnvId(int $envId): bool FILE: server/app/Model/RunapiFlow.php class RunapiFlow (line 7) | class RunapiFlow method findById (line 15) | public static function findById(int $id): ?object method getListByItemId (line 32) | public static function getListByItemId(int $itemId): array method add (line 58) | public static function add(array $data) method update (line 75) | public static function update(int $id, array $data): bool method delete (line 97) | public static function delete(int $id): bool FILE: server/app/Model/RunapiFlowPage.php class RunapiFlowPage (line 7) | class RunapiFlowPage method getListByFlowId (line 15) | public static function getListByFlowId(int $flowId): array method getLastSNumber (line 41) | public static function getLastSNumber(int $flowId): int method findById (line 61) | public static function findById(int $id): ?object method add (line 78) | public static function add(array $data) method update (line 96) | public static function update(int $flowId, int $id, array $data): bool method updateSort (line 120) | public static function updateSort(int $flowId, array $orders): bool method setEnabled (line 150) | public static function setEnabled(int $flowId, array $ids): bool method delete (line 187) | public static function delete(int $id): bool FILE: server/app/Model/RunapiGlobalParam.php class RunapiGlobalParam (line 7) | class RunapiGlobalParam method findByItemIdAndType (line 16) | public static function findByItemIdAndType(int $itemId, string $paramT... method update (line 38) | public static function update(int $itemId, string $paramType, string $... FILE: server/app/Model/SinglePage.php class SinglePage (line 7) | class SinglePage method getUniqueKey (line 15) | public static function getUniqueKey(int $pageId): string method findByUniqueKey (line 48) | public static function findByUniqueKey(string $uniqueKey): ?object FILE: server/app/Model/Subscription.php class Subscription (line 10) | class Subscription method addSub (line 21) | public static function addSub(int $uid, int $objectId, string $objectT... method deleteSub (line 65) | public static function deleteSub(int $uid, int $objectId, string $obje... method getListByObjectId (line 93) | public static function getListByObjectId(int $objectId, string $object... FILE: server/app/Model/Team.php class Team (line 7) | class Team method add (line 17) | public static function add(int $uid, string $username, string $teamNam... method update (line 43) | public static function update(int $id, string $teamName): bool method save (line 68) | public static function save(int $id, int $uid, string $username, strin... method getList (line 84) | public static function getList(int $uid): array method delete (line 132) | public static function delete(int $id, int $uid): bool method findById (line 173) | public static function findById(int $id, int $uid = 0): ?object method attorn (line 197) | public static function attorn(int $teamId, int $fromUid, int $toUid, s... method exitTeam (line 245) | public static function exitTeam(int $teamId, int $uid): bool FILE: server/app/Model/TeamItem.php class TeamItem (line 7) | class TeamItem method add (line 15) | public static function add(array $data) method getListByItemId (line 31) | public static function getListByItemId(int $itemId): array method getListByTeamId (line 60) | public static function getListByTeamId(int $teamId): array method findById (line 90) | public static function findById(int $id): ?object method exists (line 108) | public static function exists(int $teamId, int $itemId): bool method delete (line 128) | public static function delete(int $id): bool method getItemIdsByTeamId (line 150) | public static function getItemIdsByTeamId(int $teamId): array FILE: server/app/Model/TeamItemMember.php class TeamItemMember (line 7) | class TeamItemMember method add (line 15) | public static function add(array $data) method getListByItemIdAndTeamId (line 32) | public static function getListByItemIdAndTeamId(int $itemId, int $team... method findById (line 104) | public static function findById(int $id): ?object method update (line 122) | public static function update(int $id, array $data): bool method deleteByItemIdAndTeamId (line 145) | public static function deleteByItemIdAndTeamId(int $itemId, int $teamI... method deleteByMemberUidAndTeamId (line 169) | public static function deleteByMemberUidAndTeamId(int $memberUid, int ... FILE: server/app/Model/TeamMember.php class TeamMember (line 7) | class TeamMember method add (line 15) | public static function add(array $data) method getListByTeamId (line 31) | public static function getListByTeamId(int $teamId): array method findById (line 61) | public static function findById(int $id): ?object method exists (line 79) | public static function exists(int $teamId, int $memberUid): bool method getMemberUidsByTeamId (line 99) | public static function getMemberUidsByTeamId(int $teamId): array method delete (line 125) | public static function delete(int $id): bool method deleteByTeamIdAndUid (line 148) | public static function deleteByTeamIdAndUid(int $teamId, int $memberUi... FILE: server/app/Model/Template.php class Template (line 7) | class Template method add (line 15) | public static function add(array $data) method getListByUid (line 31) | public static function getListByUid(int $uid): array method findById (line 57) | public static function findById(int $id): ?object method delete (line 74) | public static function delete(int $id): bool FILE: server/app/Model/TemplateItem.php class TemplateItem (line 7) | class TemplateItem method getListByTemplateId (line 15) | public static function getListByTemplateId(int $templateId): array method getListByItemId (line 40) | public static function getListByItemId(int $itemId): array method add (line 67) | public static function add(array $data) method deleteByTemplateId (line 83) | public static function deleteByTemplateId(int $templateId): bool method exists (line 106) | public static function exists(int $templateId, int $itemId): bool FILE: server/app/Model/UploadFile.php class UploadFile (line 7) | class UploadFile method findBySign (line 15) | public static function findBySign(string $sign): ?object method findById (line 32) | public static function findById(int $fileId): ?object method add (line 49) | public static function add(array $data): int method update (line 66) | public static function update(int $fileId, array $data): bool method delete (line 88) | public static function delete(int $fileId): bool method getMyList (line 113) | public static function getMyList(int $uid, array $filters = [], int $p... method getAllList (line 178) | public static function getAllList(array $filters = [], int $page = 1, ... method transferFiles (line 276) | public static function transferFiles(array $fileIds, int $targetUid): int method getUnusedImages (line 300) | public static function getUnusedImages(int $time, int $maxVisitTimes =... FILE: server/app/Model/User.php class User (line 8) | class User method findById (line 10) | public static function findById(int $uid): ?object method isExist (line 21) | public static function isExist(string $username): bool method register (line 35) | public static function register(string $username, string $password): ?int method updatePwd (line 57) | public static function updatePwd(int $uid, string $password): bool method checkLogin (line 82) | public static function checkLogin(string $username, string $password):... method setLastTime (line 120) | public static function setLastTime(int $uid): void method checkPassword (line 134) | public static function checkPassword(int $uid, string $password): bool method isEmail (line 157) | public static function isEmail(int $uid): bool method isPaymentVerify (line 180) | public static function isPaymentVerify(int $uid): bool method getMemberCount (line 202) | public static function getMemberCount(int $uid): int method findByUsernameOrEmail (line 244) | public static function findByUsernameOrEmail(string $username): ?object method findByUsername (line 277) | public static function findByUsername(string $username): ?object method updateName (line 296) | public static function updateName(int $uid, string $name): bool method isMobile (line 315) | public static function isMobile(int $uid): bool method getInactiveUsers (line 337) | public static function getInactiveUsers(int $days, int $limit = 5000):... method markAsInactive (line 371) | public static function markAsInactive(array $uidArray): bool method deleteUser (line 393) | public static function deleteUser(int $uid): bool method bindingWechat (line 422) | public static function bindingWechat(int $uid, string $openid): bool method updatePaymentVerify (line 436) | public static function updatePaymentVerify(int $uid, int $paymentVerif... method checkEmailLimit (line 456) | public static function checkEmailLimit(string $email): bool method sendVerifyEmail (line 485) | public static function sendVerifyEmail(int $uid): bool method sendResetPasswordEmail (line 521) | public static function sendResetPasswordEmail(int $uid): bool method generateRandomString (line 552) | private static function generateRandomString(int $len = 32): string method sendSms (line 570) | public static function sendSms(string $mobile, string $code): bool method checkLdapLogin (line 584) | public static function checkLdapLogin(string $username, string $passwo... FILE: server/app/Model/UserAiToken.php class UserAiToken (line 13) | class UserAiToken method createToken (line 38) | public static function createToken(int $uid, array $options = []): ?st... method generateToken (line 77) | public static function generateToken(): string method getToken (line 88) | public static function getToken(string $token): ?array method getTokensByUid (line 119) | public static function getTokensByUid(int $uid): array method getTokenById (line 150) | public static function getTokenById(int $id, int $uid): ?array method updateToken (line 172) | public static function updateToken(int $id, int $uid, array $data): bool method updateAllowedItems (line 225) | public static function updateAllowedItems(int $id, array $allowedItems... method resetToken (line 244) | public static function resetToken(int $id, int $uid): ?string method revokeToken (line 271) | public static function revokeToken(int $id, int $uid): bool method deleteToken (line 296) | public static function deleteToken(int $id, int $uid): bool method touchLastUsed (line 320) | public static function touchLastUsed(string $token): void method maskToken (line 338) | public static function maskToken(string $token): string method isValidTokenFormat (line 356) | public static function isValidTokenFormat(string $token): bool method getTokenCount (line 383) | public static function getTokenCount(int $uid): int method cleanExpiredTokens (line 401) | public static function cleanExpiredTokens(int $days = 365): int method checkRateLimit (line 427) | public static function checkRateLimit(string $token): array method getRateLimitCacheDir (line 480) | private static function getRateLimitCacheDir(): string method getRateLimitCachePath (line 497) | private static function getRateLimitCachePath(string $key): string method readRateLimitCache (line 508) | private static function readRateLimitCache(string $file): ?array method writeRateLimitCache (line 530) | private static function writeRateLimitCache(string $file, array $data)... FILE: server/app/Model/UserSetting.php class UserSetting (line 10) | class UserSetting method getSetting (line 19) | public static function getSetting(int $uid, string $key): ?string method saveSetting (line 41) | public static function saveSetting(int $uid, string $key, string $valu... method getPushUrl (line 78) | public static function getPushUrl(int $uid): ?string method savePushUrl (line 90) | public static function savePushUrl(int $uid, string $url): bool FILE: server/app/Model/UserToken.php class UserToken (line 8) | class UserToken method createToken (line 10) | public static function createToken(int $uid, int $ttlSeconds = 0): ?st... method getToken (line 51) | public static function getToken(string $token): ?array method touch (line 65) | public static function touch(string $token): void method setTokenExpire (line 84) | public static function setTokenExpire(int $uid, int $expire = 0): bool method getLoginLog (line 107) | public static function getLoginLog(int $uid, int $limit = 100): array FILE: server/app/Model/VerifyCode.php class VerifyCode (line 10) | class VerifyCode method insTimes (line 18) | public static function insTimes(string $key): bool method checkTimes (line 33) | public static function checkTimes(string $key, int $maxTimes = 5): bool FILE: server/app/Model/VersionUpdate.php class VersionUpdate (line 7) | class VersionUpdate method findByAppType (line 15) | public static function findByAppType(string $appType): ?array FILE: server/tests/mcp/bootstrap.php function colorOutput (line 74) | function colorOutput($text, $color = 'white') function printHeader (line 87) | function printHeader($text) function printSuccess (line 94) | function printSuccess($text) function printError (line 99) | function printError($text) function printInfo (line 104) | function printInfo($text) function printDebug (line 109) | function printDebug($text) class TestUserManager (line 121) | class TestUserManager method getTestUser (line 129) | public static function getTestUser($type = 'admin') method getAllTestUsers (line 153) | public static function getAllTestUsers() method hasEmail (line 191) | public static function hasEmail($uid) method getItemCount (line 203) | public static function getItemCount($uid) method getUsedSpace (line 214) | public static function getUsedSpace($uid) class TokenManager (line 228) | class TokenManager method __construct (line 233) | public function __construct($uid) method createToken (line 241) | public function createToken($permission = 'write', $scope = 'all', $al... method getOrCreateWriteToken (line 275) | public function getOrCreateWriteToken() method getOrCreateReadOnlyToken (line 297) | public function getOrCreateReadOnlyToken() method getOrCreateScopedToken (line 315) | public function getOrCreateScopedToken($allowedItems) method cleanup (line 333) | public function cleanup() class McpTester (line 347) | class McpTester method __construct (line 357) | public function __construct($baseUrl) method sendRequest (line 365) | public function sendRequest($method, $params = [], $token = null) method callTool (line 403) | public function callTool($name, $arguments = [], $token = null) method listTools (line 414) | public function listTools($token = null) method initialize (line 422) | public function initialize() method recordTest (line 437) | public function recordTest($name, $passed, $message = '') method setToken (line 455) | public function setToken($name, $token) method getToken (line 463) | public function getToken($name) method addCreatedItem (line 471) | public function addCreatedItem($itemId) method addCreatedPage (line 479) | public function addCreatedPage($pageId) method addCreatedCatalog (line 487) | public function addCreatedCatalog($catId) method addUploadedFileSign (line 495) | public function addUploadedFileSign($sign) method getStats (line 503) | public function getStats() method printSummary (line 517) | public function printSummary() FILE: server/vendor/async-aws/core/src/AbstractApi.php class AbstractApi (line 33) | abstract class AbstractApi method __construct (line 73) | public function __construct($configuration = [], ?CredentialProvider $... method getConfiguration (line 101) | final public function getConfiguration(): Configuration method presign (line 106) | final public function presign(Input $input, ?\DateTimeImmutable $expir... method getServiceCode (line 121) | protected function getServiceCode(): string method getSignatureVersion (line 129) | protected function getSignatureVersion(): string method getSignatureScopeName (line 137) | protected function getSignatureScopeName(): string method getResponse (line 142) | final protected function getResponse(Request $request, ?RequestContext... method getSignerFactories (line 184) | protected function getSignerFactories(): array method getAwsErrorFactory (line 193) | protected function getAwsErrorFactory(): AwsErrorFactoryInterface method getEndpointMetadata (line 209) | protected function getEndpointMetadata(?string $region): array method getEndpoint (line 237) | protected function getEndpoint(string $uri, array $query, ?string $reg... method discoverEndpoints (line 269) | protected function discoverEndpoints(?string $region): array method getDiscoveredEndpoint (line 279) | private function getDiscoveredEndpoint(string $uri, array $query, ?str... method getSigner (line 325) | private function getSigner(?string $region): Signer FILE: server/vendor/async-aws/core/src/AwsClientFactory.php class AwsClientFactory (line 65) | class AwsClientFactory method __construct (line 95) | public function __construct($configuration = [], ?CredentialProvider $... method appSync (line 109) | public function appSync(): AppSyncClient method bedrockRuntime (line 122) | public function bedrockRuntime(): BedrockRuntimeClient method cloudFormation (line 135) | public function cloudFormation(): CloudFormationClient method cloudFront (line 148) | public function cloudFront(): CloudFrontClient method cloudWatch (line 161) | public function cloudWatch(): CloudWatchClient method cloudWatchLogs (line 174) | public function cloudWatchLogs(): CloudWatchLogsClient method codeBuild (line 187) | public function codeBuild(): CodeBuildClient method codeCommit (line 200) | public function codeCommit(): CodeCommitClient method codeDeploy (line 213) | public function codeDeploy(): CodeDeployClient method comprehend (line 226) | public function comprehend(): ComprehendClient method dynamoDb (line 239) | public function dynamoDb(): DynamoDbClient method ecr (line 252) | public function ecr(): EcrClient method elastiCache (line 265) | public function elastiCache(): ElastiCacheClient method eventBridge (line 278) | public function eventBridge(): EventBridgeClient method firehose (line 291) | public function firehose(): FirehoseClient method iam (line 304) | public function iam(): IamClient method iot (line 317) | public function iot(): IotClient method iotData (line 330) | public function iotData(): IotDataClient method kinesis (line 343) | public function kinesis(): KinesisClient method kms (line 356) | public function kms(): KmsClient method lambda (line 369) | public function lambda(): LambdaClient method locationService (line 382) | public function locationService(): LocationServiceClient method mediaConvert (line 395) | public function mediaConvert(): MediaConvertClient method rdsDataService (line 408) | public function rdsDataService(): RdsDataServiceClient method rekognition (line 421) | public function rekognition(): RekognitionClient method route53 (line 434) | public function route53(): Route53Client method s3 (line 447) | public function s3(): S3Client method scheduler (line 460) | public function scheduler(): SchedulerClient method secretsManager (line 473) | public function secretsManager(): SecretsManagerClient method ses (line 486) | public function ses(): SesClient method sns (line 499) | public function sns(): SnsClient method sqs (line 512) | public function sqs(): SqsClient method ssm (line 525) | public function ssm(): SsmClient method sso (line 538) | public function sso(): SsoClient method ssoOidc (line 551) | public function ssoOidc(): SsoOidcClient method sts (line 564) | public function sts(): StsClient method stepFunctions (line 573) | public function stepFunctions(): StepFunctionsClient method timestreamQuery (line 586) | public function timestreamQuery(): TimestreamQueryClient method timestreamWrite (line 599) | public function timestreamWrite(): TimestreamWriteClient method translate (line 612) | public function translate(): TranslateClient method xRay (line 625) | public function xRay(): XRayClient method cognitoIdentityProvider (line 638) | public function cognitoIdentityProvider(): CognitoIdentityProviderClient method athena (line 651) | public function athena(): AthenaClient FILE: server/vendor/async-aws/core/src/AwsError/AwsError.php class AwsError (line 5) | final class AwsError method __construct (line 27) | public function __construct(?string $code, ?string $message, ?string $... method getCode (line 35) | public function getCode(): ?string method getMessage (line 40) | public function getMessage(): ?string method getType (line 45) | public function getType(): ?string method getDetail (line 50) | public function getDetail(): ?string FILE: server/vendor/async-aws/core/src/AwsError/AwsErrorFactoryFromResponseTrait.php type AwsErrorFactoryFromResponseTrait (line 7) | trait AwsErrorFactoryFromResponseTrait method createFromResponse (line 9) | public function createFromResponse(ResponseInterface $response): AwsError FILE: server/vendor/async-aws/core/src/AwsError/AwsErrorFactoryInterface.php type AwsErrorFactoryInterface (line 7) | interface AwsErrorFactoryInterface method createFromResponse (line 9) | public function createFromResponse(ResponseInterface $response): AwsEr... method createFromContent (line 14) | public function createFromContent(string $content, array $headers): Aw... FILE: server/vendor/async-aws/core/src/AwsError/ChainAwsErrorFactory.php class ChainAwsErrorFactory (line 10) | class ChainAwsErrorFactory implements AwsErrorFactoryInterface method __construct (line 22) | public function __construct(?array $factories = null) method createFromContent (line 31) | public function createFromContent(string $content, array $headers): Aw... FILE: server/vendor/async-aws/core/src/AwsError/JsonRestAwsErrorFactory.php class JsonRestAwsErrorFactory (line 8) | final class JsonRestAwsErrorFactory implements AwsErrorFactoryInterface method createFromContent (line 12) | public function createFromContent(string $content, array $headers): Aw... method parseJson (line 27) | private static function parseJson(array $body, array $headers): AwsError FILE: server/vendor/async-aws/core/src/AwsError/JsonRpcAwsErrorFactory.php class JsonRpcAwsErrorFactory (line 8) | final class JsonRpcAwsErrorFactory implements AwsErrorFactoryInterface method createFromContent (line 12) | public function createFromContent(string $content, array $headers): Aw... method parseJson (line 27) | private static function parseJson(array $body, array $headers): AwsError FILE: server/vendor/async-aws/core/src/AwsError/XmlAwsErrorFactory.php class XmlAwsErrorFactory (line 9) | final class XmlAwsErrorFactory implements AwsErrorFactoryInterface method createFromContent (line 13) | public function createFromContent(string $content, array $headers): Aw... method parseXml (line 32) | private static function parseXml(\SimpleXMLElement $xml): AwsError FILE: server/vendor/async-aws/core/src/Configuration.php class Configuration (line 16) | final class Configuration method create (line 111) | public static function create(array $options): self method optionExists (line 131) | public static function optionExists(string $optionName): bool method get (line 153) | public function get(string $name): ?string method has (line 165) | public function has(string $name): bool method isDefault (line 177) | public function isDefault(string $name): bool method parseEnvironmentVariables (line 191) | private static function parseEnvironmentVariables(array $options): array method parseIniFiles (line 223) | private static function parseIniFiles(Configuration $configuration): a... method populateConfiguration (line 253) | private static function populateConfiguration(Configuration $configura... FILE: server/vendor/async-aws/core/src/Credentials/CacheProvider.php class CacheProvider (line 17) | final class CacheProvider implements CredentialProvider, ResetInterface method __construct (line 29) | public function __construct(CredentialProvider $decorated) method getCredentials (line 34) | public function getCredentials(Configuration $configuration): ?Credent... method reset (line 44) | public function reset(): void FILE: server/vendor/async-aws/core/src/Credentials/ChainProvider.php class ChainProvider (line 22) | final class ChainProvider implements CredentialProvider, ResetInterface method __construct (line 37) | public function __construct(iterable $providers) method getCredentials (line 42) | public function getCredentials(Configuration $configuration): ?Credent... method reset (line 66) | public function reset(): void method createDefaultChain (line 71) | public static function createDefaultChain(?HttpClientInterface $httpCl... FILE: server/vendor/async-aws/core/src/Credentials/ConfigurationProvider.php class ConfigurationProvider (line 19) | final class ConfigurationProvider implements CredentialProvider method __construct (line 33) | public function __construct(?HttpClientInterface $httpClient = null, ?... method getCredentials (line 39) | public function getCredentials(Configuration $configuration): ?Credent... method getCredentialsFromRole (line 66) | private function getCredentialsFromRole(Credentials $credentials, stri... FILE: server/vendor/async-aws/core/src/Credentials/ContainerProvider.php class ContainerProvider (line 22) | final class ContainerProvider implements CredentialProvider method __construct (line 45) | public function __construct(?HttpClientInterface $httpClient = null, ?... method getCredentials (line 52) | public function getCredentials(Configuration $configuration): ?Credent... method isLoopBackAddress (line 111) | private function isLoopBackAddress(string $host) method getFullUri (line 135) | private function getFullUri(Configuration $configuration): ?string method getHeaders (line 146) | private function getHeaders(?string $tokenFileContent): array method isUriValid (line 151) | private function isUriValid(string $uri): bool FILE: server/vendor/async-aws/core/src/Credentials/CredentialProvider.php type CredentialProvider (line 14) | interface CredentialProvider method getCredentials (line 19) | public function getCredentials(Configuration $configuration): ?Credent... FILE: server/vendor/async-aws/core/src/Credentials/Credentials.php class Credentials (line 14) | final class Credentials implements CredentialProvider method __construct (line 38) | public function __construct( method getAccessKeyId (line 50) | public function getAccessKeyId(): string method getSecretKey (line 55) | public function getSecretKey(): string method getSessionToken (line 60) | public function getSessionToken(): ?string method getExpireDate (line 65) | public function getExpireDate(): ?\DateTimeImmutable method isExpired (line 70) | public function isExpired(): bool method getCredentials (line 75) | public function getCredentials(Configuration $configuration): ?Credent... method adjustExpireDate (line 80) | public static function adjustExpireDate(\DateTimeImmutable $expireDate... FILE: server/vendor/async-aws/core/src/Credentials/DateFromResult.php type DateFromResult (line 10) | trait DateFromResult method getDateFromResult (line 12) | private function getDateFromResult(Result $result): ?\DateTimeImmutable FILE: server/vendor/async-aws/core/src/Credentials/IniFileLoader.php class IniFileLoader (line 16) | final class IniFileLoader method __construct (line 37) | public function __construct(?LoggerInterface $logger = null) method loadProfiles (line 47) | public function loadProfiles(array $filepaths): array method getHomeDir (line 80) | private function getHomeDir(): string method parseIniFile (line 97) | private function parseIniFile(string $filepath): array FILE: server/vendor/async-aws/core/src/Credentials/IniFileProvider.php class IniFileProvider (line 23) | final class IniFileProvider implements CredentialProvider method __construct (line 42) | public function __construct(?LoggerInterface $logger = null, ?IniFileL... method getCredentials (line 49) | public function getCredentials(Configuration $configuration): ?Credent... method getCredentialsFromProfile (line 69) | private function getCredentialsFromProfile(array $profilesData, string... method getCredentialsFromRole (line 127) | private function getCredentialsFromRole(array $profilesData, array $pr... method getCredentialsFromSsoSession (line 176) | private function getCredentialsFromSsoSession(array $profilesData, arr... method getCredentialsFromLegacySso (line 213) | private function getCredentialsFromLegacySso(array $profileData, strin... method getCredentialsFromSsoToken (line 236) | private function getCredentialsFromSsoToken(array $profileData, string... FILE: server/vendor/async-aws/core/src/Credentials/InstanceProvider.php class InstanceProvider (line 26) | final class InstanceProvider implements CredentialProvider method __construct (line 51) | public function __construct(?HttpClientInterface $httpClient = null, ?... method getCredentials (line 59) | public function getCredentials(Configuration $configuration): ?Credent... method toArray (line 115) | private function toArray(ResponseInterface $response): array method getToken (line 141) | private function getToken(): ?string FILE: server/vendor/async-aws/core/src/Credentials/NullProvider.php class NullProvider (line 14) | final class NullProvider implements CredentialProvider method getCredentials (line 16) | public function getCredentials(Configuration $configuration): ?Credent... FILE: server/vendor/async-aws/core/src/Credentials/PsrCacheProvider.php class PsrCacheProvider (line 19) | final class PsrCacheProvider implements CredentialProvider method __construct (line 36) | public function __construct(CredentialProvider $decorated, CacheItemPo... method getCredentials (line 43) | public function getCredentials(Configuration $configuration): ?Credent... method getFromCache (line 59) | private function getFromCache(Configuration $configuration): ?Credentials FILE: server/vendor/async-aws/core/src/Credentials/SsoCacheFileLoader.php class SsoCacheFileLoader (line 16) | final class SsoCacheFileLoader method __construct (line 26) | public function __construct(?LoggerInterface $logger = null) method loadSsoCacheFile (line 34) | public function loadSsoCacheFile(string $ssoStartUrl): array method getHomeDir (line 68) | private function getHomeDir(): string FILE: server/vendor/async-aws/core/src/Credentials/SsoTokenProvider.php class SsoTokenProvider (line 18) | final class SsoTokenProvider method __construct (line 38) | public function __construct(?HttpClientInterface $httpClient = null, ?... method getToken (line 47) | public function getToken(string $sessionName, array $sessionData): ?st... method refreshTokenIfNeeded (line 67) | private function refreshTokenIfNeeded(string $sessionName, array $sess... method dumpSsoToken (line 123) | private function dumpSsoToken(string $sessionName, array $tokenData): ... method loadSsoToken (line 133) | private function loadSsoToken(string $sessionName): ?array method getHomeDir (line 165) | private function getHomeDir(): string FILE: server/vendor/async-aws/core/src/Credentials/SymfonyCacheProvider.php class SymfonyCacheProvider (line 22) | final class SymfonyCacheProvider implements CredentialProvider method __construct (line 39) | public function __construct(CredentialProvider $decorated, CacheInterf... method getCredentials (line 46) | public function getCredentials(Configuration $configuration): ?Credent... FILE: server/vendor/async-aws/core/src/Credentials/TokenFileLoader.php type TokenFileLoader (line 9) | trait TokenFileLoader method getTokenFileContent (line 16) | public function getTokenFileContent(string $tokenFile): string FILE: server/vendor/async-aws/core/src/Credentials/WebIdentityProvider.php class WebIdentityProvider (line 21) | final class WebIdentityProvider implements CredentialProvider method __construct (line 41) | public function __construct(?LoggerInterface $logger = null, ?IniFileL... method getCredentials (line 48) | public function getCredentials(Configuration $configuration): ?Credent... method getCredentialsFromRole (line 94) | private function getCredentialsFromRole(string $roleArn, string $token... FILE: server/vendor/async-aws/core/src/EndpointDiscovery/EndpointCache.php class EndpointCache (line 12) | class EndpointCache method addEndpoints (line 27) | public function addEndpoints(?string $region, array $endpoints): void method removeEndpoint (line 44) | public function removeEndpoint(string $endpoint): void method getActiveEndpoint (line 58) | public function getActiveEndpoint(?string $region): ?string method getExpiredEndpoint (line 80) | public function getExpiredEndpoint(?string $region): ?string method sanitizeEndpoint (line 92) | private function sanitizeEndpoint(string $address): string FILE: server/vendor/async-aws/core/src/EndpointDiscovery/EndpointInterface.php type EndpointInterface (line 5) | interface EndpointInterface method getAddress (line 7) | public function getAddress(): string; method getCachePeriodInMinutes (line 9) | public function getCachePeriodInMinutes(): int; FILE: server/vendor/async-aws/core/src/EnvVar.php class EnvVar (line 14) | final class EnvVar method get (line 16) | public static function get(string $name): ?string FILE: server/vendor/async-aws/core/src/Exception/Exception.php type Exception (line 12) | interface Exception extends \Throwable FILE: server/vendor/async-aws/core/src/Exception/Http/ClientException.php class ClientException (line 14) | class ClientException extends \RuntimeException implements ClientExcepti... FILE: server/vendor/async-aws/core/src/Exception/Http/HttpException.php type HttpException (line 10) | interface HttpException extends Exception method getResponse (line 12) | public function getResponse(): ResponseInterface; method getAwsCode (line 14) | public function getAwsCode(): ?string; method getAwsType (line 16) | public function getAwsType(): ?string; method getAwsMessage (line 18) | public function getAwsMessage(): ?string; method getAwsDetail (line 20) | public function getAwsDetail(): ?string; FILE: server/vendor/async-aws/core/src/Exception/Http/HttpExceptionTrait.php type HttpExceptionTrait (line 15) | trait HttpExceptionTrait method __construct (line 27) | public function __construct(ResponseInterface $response, ?AwsError $aw... method getResponse (line 53) | public function getResponse(): ResponseInterface method getAwsCode (line 58) | public function getAwsCode(): ?string method getAwsType (line 63) | public function getAwsType(): ?string method getAwsMessage (line 68) | public function getAwsMessage(): ?string method getAwsDetail (line 73) | public function getAwsDetail(): ?string method populateResult (line 78) | protected function populateResult(ResponseInterface $response): void FILE: server/vendor/async-aws/core/src/Exception/Http/NetworkException.php class NetworkException (line 15) | class NetworkException extends \RuntimeException implements Exception, T... FILE: server/vendor/async-aws/core/src/Exception/Http/RedirectionException.php class RedirectionException (line 14) | final class RedirectionException extends \RuntimeException implements Ht... FILE: server/vendor/async-aws/core/src/Exception/Http/ServerException.php class ServerException (line 14) | class ServerException extends \RuntimeException implements HttpException... FILE: server/vendor/async-aws/core/src/Exception/InvalidArgument.php class InvalidArgument (line 7) | class InvalidArgument extends \InvalidArgumentException implements Excep... FILE: server/vendor/async-aws/core/src/Exception/LogicException.php class LogicException (line 7) | class LogicException extends \LogicException implements Exception FILE: server/vendor/async-aws/core/src/Exception/MissingDependency.php class MissingDependency (line 7) | class MissingDependency extends \RuntimeException implements Exception method create (line 12) | public static function create(string $package, string $name) FILE: server/vendor/async-aws/core/src/Exception/RuntimeException.php class RuntimeException (line 7) | class RuntimeException extends \RuntimeException implements Exception FILE: server/vendor/async-aws/core/src/Exception/UnexpectedValue.php class UnexpectedValue (line 7) | class UnexpectedValue extends \UnexpectedValueException implements Excep... FILE: server/vendor/async-aws/core/src/Exception/UnparsableResponse.php class UnparsableResponse (line 7) | class UnparsableResponse extends \RuntimeException implements Exception FILE: server/vendor/async-aws/core/src/Exception/UnsupportedRegion.php class UnsupportedRegion (line 7) | class UnsupportedRegion extends InvalidArgument FILE: server/vendor/async-aws/core/src/HttpClient/AwsHttpClientFactory.php class AwsHttpClientFactory (line 13) | class AwsHttpClientFactory method createRetryableClient (line 15) | public static function createRetryableClient(?HttpClientInterface $htt... FILE: server/vendor/async-aws/core/src/HttpClient/AwsRetryStrategy.php class AwsRetryStrategy (line 15) | class AwsRetryStrategy extends GenericRetryStrategy method __construct (line 28) | public function __construct(array $statusCodes = self::DEFAULT_RETRY_S... method shouldRetry (line 34) | public function shouldRetry(AsyncContext $context, ?string $responseCo... FILE: server/vendor/async-aws/core/src/Input.php class Input (line 10) | abstract class Input method __construct (line 20) | protected function __construct(array $input) method setRegion (line 25) | public function setRegion(?string $region): void method getRegion (line 30) | public function getRegion(): ?string method request (line 35) | abstract public function request(): Request; FILE: server/vendor/async-aws/core/src/Request.php class Request (line 14) | final class Request method __construct (line 65) | public function __construct(string $method, string $uri, array $query,... method getMethod (line 79) | public function getMethod(): string method setMethod (line 84) | public function setMethod(string $method): void method getUri (line 89) | public function getUri(): string method hasHeader (line 94) | public function hasHeader(string $name): bool method setHeader (line 99) | public function setHeader(string $name, string $value): void method getHeaders (line 107) | public function getHeaders(): array method getHeader (line 112) | public function getHeader(string $name): ?string method removeHeader (line 117) | public function removeHeader(string $name): void method getBody (line 122) | public function getBody(): RequestStream method setBody (line 127) | public function setBody(RequestStream $body): void method hasQueryAttribute (line 132) | public function hasQueryAttribute(string $name): bool method removeQueryAttribute (line 137) | public function removeQueryAttribute(string $name): void method setQueryAttribute (line 144) | public function setQueryAttribute(string $name, string $value): void method getQueryAttribute (line 151) | public function getQueryAttribute(string $name): ?string method getQuery (line 159) | public function getQuery(): array method getHostPrefix (line 164) | public function getHostPrefix(): string method setHostPrefix (line 169) | public function setHostPrefix(string $hostPrefix): void method getEndpoint (line 175) | public function getEndpoint(): string method setEndpoint (line 188) | public function setEndpoint(string $endpoint): void method getQueryString (line 207) | private function getQueryString(): string FILE: server/vendor/async-aws/core/src/RequestContext.php class RequestContext (line 13) | final class RequestContext method __construct (line 71) | public function __construct(array $options = []) method getOperation (line 82) | public function getOperation(): ?string method getRegion (line 87) | public function getRegion(): ?string method getExpirationDate (line 92) | public function getExpirationDate(): ?\DateTimeImmutable method getCurrentDate (line 97) | public function getCurrentDate(): ?\DateTimeImmutable method getExceptionMapping (line 105) | public function getExceptionMapping(): array method usesEndpointDiscovery (line 110) | public function usesEndpointDiscovery(): bool method requiresEndpointDiscovery (line 115) | public function requiresEndpointDiscovery(): bool FILE: server/vendor/async-aws/core/src/Response.php class Response (line 35) | final class Response method __construct (line 109) | public function __construct(ResponseInterface $response, HttpClientInt... method __destruct (line 121) | public function __destruct() method resolve (line 139) | public function resolve(?float $timeout = null): bool method wait (line 195) | final public static function wait(iterable $responses, ?float $timeout... method info (line 295) | public function info(): array method cancel (line 305) | public function cancel(): void method getHeaders (line 317) | public function getHeaders(): array method getContent (line 328) | public function getContent(): string method toArray (line 346) | public function toArray(): array method getStatusCode (line 359) | public function getStatusCode(): int method toStream (line 368) | public function toStream(): ResultStream method defineResolveStatus (line 396) | private function defineResolveStatus(): void method getResolveStatus (line 441) | private function getResolveStatus(): bool FILE: server/vendor/async-aws/core/src/Result.php class Result (line 14) | class Result method __construct (line 43) | public function __construct(Response $response, ?AbstractApi $awsClien... method __destruct (line 50) | public function __destruct() method resolve (line 67) | final public function resolve(?float $timeout = null): bool method wait (line 87) | final public static function wait(iterable $results, ?float $timeout =... method info (line 111) | final public function info(): array method cancel (line 116) | final public function cancel(): void method registerPrefetch (line 121) | final protected function registerPrefetch(self $result): void method unregisterPrefetch (line 126) | final protected function unregisterPrefetch(self $result): void method initialize (line 131) | final protected function initialize(): void method populateResult (line 142) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/core/src/Signer/Signer.php type Signer (line 14) | interface Signer method sign (line 16) | public function sign(Request $request, Credentials $credentials, Reque... method presign (line 18) | public function presign(Request $request, Credentials $credentials, Re... FILE: server/vendor/async-aws/core/src/Signer/SignerV4.php class SignerV4 (line 18) | class SignerV4 implements Signer method __construct (line 57) | public function __construct(string $scopeName, string $region) method presign (line 63) | public function presign(Request $request, Credentials $credentials, Re... method sign (line 74) | public function sign(Request $request, Credentials $credentials, Reque... method buildBodyDigest (line 84) | protected function buildBodyDigest(Request $request, bool $isPresign):... method convertBodyToStream (line 105) | protected function convertBodyToStream(SigningContext $context): void method buildCanonicalPath (line 111) | protected function buildCanonicalPath(Request $request): string method handleSignature (line 118) | private function handleSignature(Request $request, Credentials $creden... method removePresign (line 165) | private function removePresign(Request $request): void method sanitizeHostForHeader (line 176) | private function sanitizeHostForHeader(Request $request): void method assignAmzQueryValues (line 194) | private function assignAmzQueryValues(Request $request, Credentials $c... method buildTime (line 210) | private function buildTime(Request $request, \DateTimeImmutable $now, ... method buildCredentialString (line 231) | private function buildCredentialString(Request $request, Credentials $... method convertHeaderToQuery (line 242) | private function convertHeaderToQuery(Request $request): void method convertBodyToQuery (line 256) | private function convertBodyToQuery(Request $request): void method buildCanonicalHeaders (line 278) | private function buildCanonicalHeaders(Request $request, bool $isPresi... method buildCanonicalRequest (line 302) | private function buildCanonicalRequest(Request $request, array $canoni... method buildCanonicalQuery (line 315) | private function buildCanonicalQuery(Request $request): string method buildStringToSign (line 345) | private function buildStringToSign(\DateTimeImmutable $now, string $cr... method buildSigningKey (line 358) | private function buildSigningKey(Credentials $credentials, array $cred... method buildSignature (line 368) | private function buildSignature(string $stringToSign, string $signingK... FILE: server/vendor/async-aws/core/src/Signer/SigningContext.php class SigningContext (line 10) | final class SigningContext method __construct (line 37) | public function __construct( method getRequest (line 49) | public function getRequest(): Request method getNow (line 54) | public function getNow(): \DateTimeImmutable method getCredentialString (line 59) | public function getCredentialString(): string method getSigningKey (line 64) | public function getSigningKey(): string method getSignature (line 69) | public function getSignature(): string method setSignature (line 74) | public function setSignature(string $signature): void FILE: server/vendor/async-aws/core/src/Stream/CallableStream.php class CallableStream (line 15) | final class CallableStream implements ReadOnceResultStream, RequestStream method __construct (line 30) | private function __construct(callable $content, int $chunkSize = 64 * ... method create (line 39) | public static function create($content, int $chunkSize = 64 * 1024): C... method length (line 51) | public function length(): ?int method stringify (line 56) | public function stringify(): string method getIterator (line 61) | public function getIterator(): \Traversable method hash (line 75) | public function hash(string $algo = 'sha256', bool $raw = false): string FILE: server/vendor/async-aws/core/src/Stream/FixedSizeStream.php class FixedSizeStream (line 12) | final class FixedSizeStream implements RequestStream method __construct (line 24) | private function __construct(RequestStream $content, int $chunkSize = ... method create (line 30) | public static function create(RequestStream $content, int $chunkSize =... method length (line 43) | public function length(): ?int method stringify (line 48) | public function stringify(): string method getIterator (line 53) | public function getIterator(): \Traversable method hash (line 86) | public function hash(string $algo = 'sha256', bool $raw = false): string FILE: server/vendor/async-aws/core/src/Stream/IterableStream.php class IterableStream (line 12) | final class IterableStream implements ReadOnceResultStream, RequestStream method __construct (line 22) | private function __construct(iterable $content) method create (line 30) | public static function create($content): IterableStream method length (line 42) | public function length(): ?int method stringify (line 47) | public function stringify(): string method getIterator (line 56) | public function getIterator(): \Traversable method hash (line 61) | public function hash(string $algo = 'sha256', bool $raw = false): string FILE: server/vendor/async-aws/core/src/Stream/ReadOnceResultStream.php type ReadOnceResultStream (line 10) | interface ReadOnceResultStream FILE: server/vendor/async-aws/core/src/Stream/RequestStream.php type RequestStream (line 12) | interface RequestStream extends \IteratorAggregate method length (line 17) | public function length(): ?int; method stringify (line 19) | public function stringify(): string; method hash (line 21) | public function hash(string $algo = 'sha256', bool $raw = false): string; FILE: server/vendor/async-aws/core/src/Stream/ResourceStream.php class ResourceStream (line 14) | final class ResourceStream implements RequestStream method __construct (line 29) | private function __construct($content, int $chunkSize = 64 * 1024) method create (line 38) | public static function create($content, int $chunkSize = 64 * 1024): R... method length (line 54) | public function length(): ?int method stringify (line 59) | public function stringify(): string method getIterator (line 68) | public function getIterator(): \Traversable method getResource (line 82) | public function getResource() method hash (line 87) | public function hash(string $algo = 'sha256', bool $raw = false): string FILE: server/vendor/async-aws/core/src/Stream/ResponseBodyResourceStream.php class ResponseBodyResourceStream (line 14) | class ResponseBodyResourceStream implements ResultStream method __construct (line 24) | public function __construct($resource) method __toString (line 29) | public function __toString(): string method getChunks (line 37) | public function getChunks(): iterable method getContentAsString (line 56) | public function getContentAsString(): string method getContentAsResource (line 74) | public function getContentAsResource() FILE: server/vendor/async-aws/core/src/Stream/ResponseBodyStream.php class ResponseBodyStream (line 19) | class ResponseBodyStream implements ResultStream method __construct (line 36) | public function __construct(ResponseStreamInterface $responseStream) method __toString (line 41) | public function __toString(): string method getChunks (line 49) | public function getChunks(): iterable method getContentAsString (line 75) | public function getContentAsString(): string method getContentAsResource (line 90) | public function getContentAsResource() FILE: server/vendor/async-aws/core/src/Stream/ResultStream.php type ResultStream (line 10) | interface ResultStream method getChunks (line 22) | public function getChunks(): iterable; method getContentAsString (line 27) | public function getContentAsString(): string; method getContentAsResource (line 34) | public function getContentAsResource(); FILE: server/vendor/async-aws/core/src/Stream/RewindableStream.php class RewindableStream (line 16) | final class RewindableStream implements RequestStream method __construct (line 28) | private function __construct(RequestStream $content) method create (line 33) | public static function create(RequestStream $content): RewindableStream method length (line 42) | public function length(): ?int method stringify (line 51) | public function stringify(): string method getIterator (line 60) | public function getIterator(): \Traversable method hash (line 77) | public function hash(string $algo = 'sha256', bool $raw = false): string method read (line 91) | public function read(): void FILE: server/vendor/async-aws/core/src/Stream/StreamFactory.php class StreamFactory (line 12) | class StreamFactory method create (line 17) | public static function create($content, int $preferredChunkSize = 64 *... FILE: server/vendor/async-aws/core/src/Stream/StringStream.php class StringStream (line 14) | final class StringStream implements RequestStream method __construct (line 26) | private function __construct(string $content) method create (line 34) | public static function create($content): StringStream method length (line 49) | public function length(): int method stringify (line 54) | public function stringify(): string method getIterator (line 59) | public function getIterator(): \Traversable method hash (line 64) | public function hash(string $algo = 'sha256', bool $raw = false): string FILE: server/vendor/async-aws/core/src/Sts/Exception/ExpiredTokenException.php class ExpiredTokenException (line 11) | final class ExpiredTokenException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Exception/IDPCommunicationErrorException.php class IDPCommunicationErrorException (line 13) | final class IDPCommunicationErrorException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Exception/IDPRejectedClaimException.php class IDPRejectedClaimException (line 13) | final class IDPRejectedClaimException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Exception/InvalidIdentityTokenException.php class InvalidIdentityTokenException (line 11) | final class InvalidIdentityTokenException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Exception/MalformedPolicyDocumentException.php class MalformedPolicyDocumentException (line 10) | final class MalformedPolicyDocumentException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Exception/PackedPolicyTooLargeException.php class PackedPolicyTooLargeException (line 20) | final class PackedPolicyTooLargeException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Exception/RegionDisabledException.php class RegionDisabledException (line 14) | final class RegionDisabledException extends ClientException FILE: server/vendor/async-aws/core/src/Sts/Input/AssumeRoleRequest.php class AssumeRoleRequest (line 13) | final class AssumeRoleRequest extends Input method __construct (line 274) | public function __construct(array $input = []) method create (line 308) | public static function create($input): self method getDurationSeconds (line 313) | public function getDurationSeconds(): ?int method getExternalId (line 318) | public function getExternalId(): ?string method getPolicy (line 323) | public function getPolicy(): ?string method getPolicyArns (line 331) | public function getPolicyArns(): array method getProvidedContexts (line 339) | public function getProvidedContexts(): array method getRoleArn (line 344) | public function getRoleArn(): ?string method getRoleSessionName (line 349) | public function getRoleSessionName(): ?string method getSerialNumber (line 354) | public function getSerialNumber(): ?string method getSourceIdentity (line 359) | public function getSourceIdentity(): ?string method getTags (line 367) | public function getTags(): array method getTokenCode (line 372) | public function getTokenCode(): ?string method getTransitiveTagKeys (line 380) | public function getTransitiveTagKeys(): array method request (line 388) | public function request(): Request method setDurationSeconds (line 406) | public function setDurationSeconds(?int $value): self method setExternalId (line 413) | public function setExternalId(?string $value): self method setPolicy (line 420) | public function setPolicy(?string $value): self method setPolicyArns (line 430) | public function setPolicyArns(array $value): self method setProvidedContexts (line 440) | public function setProvidedContexts(array $value): self method setRoleArn (line 447) | public function setRoleArn(?string $value): self method setRoleSessionName (line 454) | public function setRoleSessionName(?string $value): self method setSerialNumber (line 461) | public function setSerialNumber(?string $value): self method setSourceIdentity (line 468) | public function setSourceIdentity(?string $value): self method setTags (line 478) | public function setTags(array $value): self method setTokenCode (line 485) | public function setTokenCode(?string $value): self method setTransitiveTagKeys (line 495) | public function setTransitiveTagKeys(array $value): self method requestBody (line 502) | private function requestBody(): array FILE: server/vendor/async-aws/core/src/Sts/Input/AssumeRoleWithWebIdentityRequest.php class AssumeRoleWithWebIdentityRequest (line 11) | final class AssumeRoleWithWebIdentityRequest extends Input method __construct (line 166) | public function __construct(array $input = []) method create (line 190) | public static function create($input): self method getDurationSeconds (line 195) | public function getDurationSeconds(): ?int method getPolicy (line 200) | public function getPolicy(): ?string method getPolicyArns (line 208) | public function getPolicyArns(): array method getProviderId (line 213) | public function getProviderId(): ?string method getRoleArn (line 218) | public function getRoleArn(): ?string method getRoleSessionName (line 223) | public function getRoleSessionName(): ?string method getWebIdentityToken (line 228) | public function getWebIdentityToken(): ?string method request (line 236) | public function request(): Request method setDurationSeconds (line 254) | public function setDurationSeconds(?int $value): self method setPolicy (line 261) | public function setPolicy(?string $value): self method setPolicyArns (line 271) | public function setPolicyArns(array $value): self method setProviderId (line 278) | public function setProviderId(?string $value): self method setRoleArn (line 285) | public function setRoleArn(?string $value): self method setRoleSessionName (line 292) | public function setRoleSessionName(?string $value): self method setWebIdentityToken (line 299) | public function setWebIdentityToken(?string $value): self method requestBody (line 306) | private function requestBody(): array FILE: server/vendor/async-aws/core/src/Sts/Input/GetCallerIdentityRequest.php class GetCallerIdentityRequest (line 9) | final class GetCallerIdentityRequest extends Input method __construct (line 16) | public function __construct(array $input = []) method create (line 26) | public static function create($input): self method request (line 34) | public function request(): Request method requestBody (line 52) | private function requestBody(): array FILE: server/vendor/async-aws/core/src/Sts/Result/AssumeRoleResponse.php class AssumeRoleResponse (line 14) | class AssumeRoleResponse extends Result method getAssumedRoleUser (line 64) | public function getAssumedRoleUser(): ?AssumedRoleUser method getCredentials (line 71) | public function getCredentials(): ?Credentials method getPackedPolicySize (line 78) | public function getPackedPolicySize(): ?int method getSourceIdentity (line 85) | public function getSourceIdentity(): ?string method populateResult (line 92) | protected function populateResult(Response $response): void method populateResultAssumedRoleUser (line 103) | private function populateResultAssumedRoleUser(\SimpleXMLElement $xml)... method populateResultCredentials (line 111) | private function populateResultCredentials(\SimpleXMLElement $xml): Cr... FILE: server/vendor/async-aws/core/src/Sts/Result/AssumeRoleWithWebIdentityResponse.php class AssumeRoleWithWebIdentityResponse (line 14) | class AssumeRoleWithWebIdentityResponse extends Result method getAssumedRoleUser (line 96) | public function getAssumedRoleUser(): ?AssumedRoleUser method getAudience (line 103) | public function getAudience(): ?string method getCredentials (line 110) | public function getCredentials(): ?Credentials method getPackedPolicySize (line 117) | public function getPackedPolicySize(): ?int method getProvider (line 124) | public function getProvider(): ?string method getSourceIdentity (line 131) | public function getSourceIdentity(): ?string method getSubjectFromWebIdentityToken (line 138) | public function getSubjectFromWebIdentityToken(): ?string method populateResult (line 145) | protected function populateResult(Response $response): void method populateResultAssumedRoleUser (line 159) | private function populateResultAssumedRoleUser(\SimpleXMLElement $xml)... method populateResultCredentials (line 167) | private function populateResultCredentials(\SimpleXMLElement $xml): Cr... FILE: server/vendor/async-aws/core/src/Sts/Result/GetCallerIdentityResponse.php class GetCallerIdentityResponse (line 12) | class GetCallerIdentityResponse extends Result method getAccount (line 39) | public function getAccount(): ?string method getArn (line 46) | public function getArn(): ?string method getUserId (line 53) | public function getUserId(): ?string method populateResult (line 60) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/core/src/Sts/StsClient.php class StsClient (line 26) | class StsClient extends AbstractApi method assumeRole (line 133) | public function assumeRole($input): AssumeRoleResponse method assumeRoleWithWebIdentity (line 284) | public function assumeRoleWithWebIdentity($input): AssumeRoleWithWebId... method getCallerIdentity (line 317) | public function getCallerIdentity($input = []): GetCallerIdentityResponse method getAwsErrorFactory (line 325) | protected function getAwsErrorFactory(): AwsErrorFactoryInterface method getEndpointMetadata (line 330) | protected function getEndpointMetadata(?string $region): array method getServiceCode (line 432) | protected function getServiceCode(): string method getSignatureScopeName (line 439) | protected function getSignatureScopeName(): string method getSignatureVersion (line 446) | protected function getSignatureVersion(): string FILE: server/vendor/async-aws/core/src/Sts/ValueObject/AssumedRoleUser.php class AssumedRoleUser (line 10) | final class AssumedRoleUser method __construct (line 36) | public function __construct(array $input) method create (line 48) | public static function create($input): self method getArn (line 53) | public function getArn(): string method getAssumedRoleId (line 58) | public function getAssumedRoleId(): string method throwException (line 66) | private function throwException(\Throwable $exception) FILE: server/vendor/async-aws/core/src/Sts/ValueObject/Credentials.php class Credentials (line 10) | final class Credentials method __construct (line 48) | public function __construct(array $input) method create (line 64) | public static function create($input): self method getAccessKeyId (line 69) | public function getAccessKeyId(): string method getExpiration (line 74) | public function getExpiration(): \DateTimeImmutable method getSecretAccessKey (line 79) | public function getSecretAccessKey(): string method getSessionToken (line 84) | public function getSessionToken(): string method throwException (line 92) | private function throwException(\Throwable $exception) FILE: server/vendor/async-aws/core/src/Sts/ValueObject/PolicyDescriptorType.php class PolicyDescriptorType (line 9) | final class PolicyDescriptorType method __construct (line 27) | public function __construct(array $input) method create (line 37) | public static function create($input): self method getArn (line 42) | public function getArn(): ?string method requestBody (line 50) | public function requestBody(): array FILE: server/vendor/async-aws/core/src/Sts/ValueObject/ProvidedContext.php class ProvidedContext (line 9) | final class ProvidedContext method __construct (line 32) | public function __construct(array $input) method create (line 44) | public static function create($input): self method getContextAssertion (line 49) | public function getContextAssertion(): ?string method getProviderArn (line 54) | public function getProviderArn(): ?string method requestBody (line 62) | public function requestBody(): array FILE: server/vendor/async-aws/core/src/Sts/ValueObject/Tag.php class Tag (line 14) | final class Tag method __construct (line 46) | public function __construct(array $input) method create (line 58) | public static function create($input): self method getKey (line 63) | public function getKey(): string method getValue (line 68) | public function getValue(): string method requestBody (line 76) | public function requestBody(): array method throwException (line 90) | private function throwException(\Throwable $exception) FILE: server/vendor/async-aws/core/src/Test/Http/SimpleMockedResponse.php class SimpleMockedResponse (line 13) | class SimpleMockedResponse extends MockResponse method __construct (line 33) | public function __construct(string $content = '', array $headers = [],... method getStatusCode (line 51) | public function getStatusCode(): int method getHeaders (line 56) | public function getHeaders(bool $throw = true): array method getContent (line 61) | public function getContent(bool $throw = true): string method toArray (line 69) | public function toArray(bool $throw = true): array method cancel (line 74) | public function cancel(): void method getFlatHeaders (line 82) | private function getFlatHeaders() FILE: server/vendor/async-aws/core/src/Test/ResultMockFactory.php class ResultMockFactory (line 20) | class ResultMockFactory method createFailing (line 36) | public static function createFailing( method create (line 73) | public static function create(string $class, array $data = []) method waiter (line 141) | public static function waiter(string $class, string $finalState) method addUndefinedProperties (line 184) | private static function addUndefinedProperties(\ReflectionClass $refle... method addPropertiesOnResult (line 241) | private static function addPropertiesOnResult(\ReflectionClass $reflec... method getResponseObject (line 289) | private static function getResponseObject(): Response FILE: server/vendor/async-aws/core/src/Test/SimpleResultStream.php class SimpleResultStream (line 14) | class SimpleResultStream implements ResultStream method __construct (line 21) | public function __construct(string $data) method getChunks (line 26) | public function getChunks(): iterable method getContentAsString (line 31) | public function getContentAsString(): string method getContentAsResource (line 36) | public function getContentAsResource() FILE: server/vendor/async-aws/core/src/Test/TestCase.php class TestCase (line 8) | class TestCase extends PHPUnitTestCase method assertHttpFormEqualsHttpForm (line 13) | public static function assertHttpFormEqualsHttpForm(string $expected, ... method assertUrlEqualsUrl (line 24) | public static function assertUrlEqualsUrl(string $expected, string $ac... method assertRequestEqualsHttpRequest (line 47) | public static function assertRequestEqualsHttpRequest(string $expected... FILE: server/vendor/async-aws/core/src/Waiter.php class Waiter (line 14) | class Waiter method __construct (line 57) | public function __construct(Response $response, AbstractApi $awsClient... method __destruct (line 64) | public function __destruct() method isSuccess (line 71) | final public function isSuccess(): bool method isFailure (line 76) | final public function isFailure(): bool method isPending (line 81) | final public function isPending(): bool method getState (line 86) | final public function getState(): string method resolve (line 132) | final public function resolve(?float $timeout = null): bool method info (line 153) | final public function info(): array method cancel (line 158) | final public function cancel(): void method wait (line 174) | final public function wait(?float $timeout = null, ?float $delay = nul... method extractState (line 211) | protected function extractState(Response $response, ?HttpException $ex... method refreshState (line 216) | protected function refreshState(): Waiter method stealResponse (line 221) | private function stealResponse(self $waiter): void FILE: server/vendor/async-aws/s3/src/Enum/ArchiveStatus.php class ArchiveStatus (line 5) | final class ArchiveStatus method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/BucketCannedACL.php class BucketCannedACL (line 5) | final class BucketCannedACL method exists (line 12) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/BucketLocationConstraint.php class BucketLocationConstraint (line 5) | final class BucketLocationConstraint method exists (line 34) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ChecksumAlgorithm.php class ChecksumAlgorithm (line 5) | final class ChecksumAlgorithm method exists (line 12) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ChecksumMode.php class ChecksumMode (line 5) | final class ChecksumMode method exists (line 9) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/EncodingType.php class EncodingType (line 11) | final class EncodingType method exists (line 15) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/Event.php class Event (line 8) | final class Event method exists (line 38) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/FilterRuleName.php class FilterRuleName (line 5) | final class FilterRuleName method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/IntelligentTieringAccessTier.php class IntelligentTieringAccessTier (line 5) | final class IntelligentTieringAccessTier method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/MetadataDirective.php class MetadataDirective (line 5) | final class MetadataDirective method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ObjectCannedACL.php class ObjectCannedACL (line 5) | final class ObjectCannedACL method exists (line 15) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ObjectLockLegalHoldStatus.php class ObjectLockLegalHoldStatus (line 5) | final class ObjectLockLegalHoldStatus method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ObjectLockMode.php class ObjectLockMode (line 5) | final class ObjectLockMode method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ObjectOwnership.php class ObjectOwnership (line 19) | final class ObjectOwnership method exists (line 25) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ObjectStorageClass.php class ObjectStorageClass (line 5) | final class ObjectStorageClass method exists (line 18) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/Permission.php class Permission (line 5) | final class Permission method exists (line 13) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ReplicationStatus.php class ReplicationStatus (line 5) | final class ReplicationStatus method exists (line 12) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/RequestCharged.php class RequestCharged (line 8) | final class RequestCharged method exists (line 12) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/RequestPayer.php class RequestPayer (line 12) | final class RequestPayer method exists (line 16) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/ServerSideEncryption.php class ServerSideEncryption (line 5) | final class ServerSideEncryption method exists (line 11) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/StorageClass.php class StorageClass (line 5) | final class StorageClass method exists (line 18) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/TaggingDirective.php class TaggingDirective (line 5) | final class TaggingDirective method exists (line 10) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Enum/Type.php class Type (line 5) | final class Type method exists (line 11) | public static function exists(string $value): bool FILE: server/vendor/async-aws/s3/src/Exception/BucketAlreadyExistsException.php class BucketAlreadyExistsException (line 11) | final class BucketAlreadyExistsException extends ClientException FILE: server/vendor/async-aws/s3/src/Exception/BucketAlreadyOwnedByYouException.php class BucketAlreadyOwnedByYouException (line 13) | final class BucketAlreadyOwnedByYouException extends ClientException FILE: server/vendor/async-aws/s3/src/Exception/InvalidObjectStateException.php class InvalidObjectStateException (line 13) | final class InvalidObjectStateException extends ClientException method getAccessTier (line 22) | public function getAccessTier(): ?string method getStorageClass (line 30) | public function getStorageClass(): ?string method populateResult (line 35) | protected function populateResult(ResponseInterface $response): void FILE: server/vendor/async-aws/s3/src/Exception/NoSuchBucketException.php class NoSuchBucketException (line 10) | final class NoSuchBucketException extends ClientException FILE: server/vendor/async-aws/s3/src/Exception/NoSuchKeyException.php class NoSuchKeyException (line 10) | final class NoSuchKeyException extends ClientException FILE: server/vendor/async-aws/s3/src/Exception/NoSuchUploadException.php class NoSuchUploadException (line 10) | final class NoSuchUploadException extends ClientException FILE: server/vendor/async-aws/s3/src/Exception/ObjectNotInActiveTierErrorException.php class ObjectNotInActiveTierErrorException (line 10) | final class ObjectNotInActiveTierErrorException extends ClientException FILE: server/vendor/async-aws/s3/src/Input/AbortMultipartUploadRequest.php class AbortMultipartUploadRequest (line 11) | final class AbortMultipartUploadRequest extends Input method __construct (line 78) | public function __construct(array $input = []) method create (line 88) | public static function create($input): self method getBucket (line 93) | public function getBucket(): ?string method getExpectedBucketOwner (line 98) | public function getExpectedBucketOwner(): ?string method getKey (line 103) | public function getKey(): ?string method getRequestPayer (line 111) | public function getRequestPayer(): ?string method getUploadId (line 116) | public function getUploadId(): ?string method request (line 124) | public function request(): Request method setBucket (line 164) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 171) | public function setExpectedBucketOwner(?string $value): self method setKey (line 178) | public function setKey(?string $value): self method setRequestPayer (line 188) | public function setRequestPayer(?string $value): self method setUploadId (line 195) | public function setUploadId(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/CompleteMultipartUploadRequest.php class CompleteMultipartUploadRequest (line 12) | final class CompleteMultipartUploadRequest extends Input method __construct (line 171) | public function __construct(array $input = []) method create (line 189) | public static function create($input): self method getBucket (line 194) | public function getBucket(): ?string method getChecksumCrc32 (line 199) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 204) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 209) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 214) | public function getChecksumSha256(): ?string method getExpectedBucketOwner (line 219) | public function getExpectedBucketOwner(): ?string method getKey (line 224) | public function getKey(): ?string method getMultipartUpload (line 229) | public function getMultipartUpload(): ?CompletedMultipartUpload method getRequestPayer (line 237) | public function getRequestPayer(): ?string method getSseCustomerAlgorithm (line 242) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 247) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 252) | public function getSseCustomerKeyMd5(): ?string method getUploadId (line 257) | public function getUploadId(): ?string method request (line 265) | public function request(): Request method setBucket (line 330) | public function setBucket(?string $value): self method setChecksumCrc32 (line 337) | public function setChecksumCrc32(?string $value): self method setChecksumCrc32C (line 344) | public function setChecksumCrc32C(?string $value): self method setChecksumSha1 (line 351) | public function setChecksumSha1(?string $value): self method setChecksumSha256 (line 358) | public function setChecksumSha256(?string $value): self method setExpectedBucketOwner (line 365) | public function setExpectedBucketOwner(?string $value): self method setKey (line 372) | public function setKey(?string $value): self method setMultipartUpload (line 379) | public function setMultipartUpload(?CompletedMultipartUpload $value): ... method setRequestPayer (line 389) | public function setRequestPayer(?string $value): self method setSseCustomerAlgorithm (line 396) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 403) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 410) | public function setSseCustomerKeyMd5(?string $value): self method setUploadId (line 417) | public function setUploadId(?string $value): self method requestBody (line 424) | private function requestBody(\DOMNode $node, \DOMDocument $document): ... FILE: server/vendor/async-aws/s3/src/Input/CopyObjectRequest.php class CopyObjectRequest (line 19) | final class CopyObjectRequest extends Input method __construct (line 443) | public function __construct(array $input = []) method create (line 489) | public static function create($input): self method getAcl (line 497) | public function getAcl(): ?string method getBucket (line 502) | public function getBucket(): ?string method getBucketKeyEnabled (line 507) | public function getBucketKeyEnabled(): ?bool method getCacheControl (line 512) | public function getCacheControl(): ?string method getChecksumAlgorithm (line 520) | public function getChecksumAlgorithm(): ?string method getContentDisposition (line 525) | public function getContentDisposition(): ?string method getContentEncoding (line 530) | public function getContentEncoding(): ?string method getContentLanguage (line 535) | public function getContentLanguage(): ?string method getContentType (line 540) | public function getContentType(): ?string method getCopySource (line 545) | public function getCopySource(): ?string method getCopySourceIfMatch (line 550) | public function getCopySourceIfMatch(): ?string method getCopySourceIfModifiedSince (line 555) | public function getCopySourceIfModifiedSince(): ?\DateTimeImmutable method getCopySourceIfNoneMatch (line 560) | public function getCopySourceIfNoneMatch(): ?string method getCopySourceIfUnmodifiedSince (line 565) | public function getCopySourceIfUnmodifiedSince(): ?\DateTimeImmutable method getCopySourceSseCustomerAlgorithm (line 570) | public function getCopySourceSseCustomerAlgorithm(): ?string method getCopySourceSseCustomerKey (line 575) | public function getCopySourceSseCustomerKey(): ?string method getCopySourceSseCustomerKeyMd5 (line 580) | public function getCopySourceSseCustomerKeyMd5(): ?string method getExpectedBucketOwner (line 585) | public function getExpectedBucketOwner(): ?string method getExpectedSourceBucketOwner (line 590) | public function getExpectedSourceBucketOwner(): ?string method getExpires (line 595) | public function getExpires(): ?\DateTimeImmutable method getGrantFullControl (line 600) | public function getGrantFullControl(): ?string method getGrantRead (line 605) | public function getGrantRead(): ?string method getGrantReadAcp (line 610) | public function getGrantReadAcp(): ?string method getGrantWriteAcp (line 615) | public function getGrantWriteAcp(): ?string method getKey (line 620) | public function getKey(): ?string method getMetadata (line 628) | public function getMetadata(): array method getMetadataDirective (line 636) | public function getMetadataDirective(): ?string method getObjectLockLegalHoldStatus (line 644) | public function getObjectLockLegalHoldStatus(): ?string method getObjectLockMode (line 652) | public function getObjectLockMode(): ?string method getObjectLockRetainUntilDate (line 657) | public function getObjectLockRetainUntilDate(): ?\DateTimeImmutable method getRequestPayer (line 665) | public function getRequestPayer(): ?string method getServerSideEncryption (line 673) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 678) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 683) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 688) | public function getSseCustomerKeyMd5(): ?string method getSseKmsEncryptionContext (line 693) | public function getSseKmsEncryptionContext(): ?string method getSseKmsKeyId (line 698) | public function getSseKmsKeyId(): ?string method getStorageClass (line 706) | public function getStorageClass(): ?string method getTagging (line 711) | public function getTagging(): ?string method getTaggingDirective (line 719) | public function getTaggingDirective(): ?string method getWebsiteRedirectLocation (line 724) | public function getWebsiteRedirectLocation(): ?string method request (line 732) | public function request(): Request method setAcl (line 909) | public function setAcl(?string $value): self method setBucket (line 916) | public function setBucket(?string $value): self method setBucketKeyEnabled (line 923) | public function setBucketKeyEnabled(?bool $value): self method setCacheControl (line 930) | public function setCacheControl(?string $value): self method setChecksumAlgorithm (line 940) | public function setChecksumAlgorithm(?string $value): self method setContentDisposition (line 947) | public function setContentDisposition(?string $value): self method setContentEncoding (line 954) | public function setContentEncoding(?string $value): self method setContentLanguage (line 961) | public function setContentLanguage(?string $value): self method setContentType (line 968) | public function setContentType(?string $value): self method setCopySource (line 975) | public function setCopySource(?string $value): self method setCopySourceIfMatch (line 982) | public function setCopySourceIfMatch(?string $value): self method setCopySourceIfModifiedSince (line 989) | public function setCopySourceIfModifiedSince(?\DateTimeImmutable $valu... method setCopySourceIfNoneMatch (line 996) | public function setCopySourceIfNoneMatch(?string $value): self method setCopySourceIfUnmodifiedSince (line 1003) | public function setCopySourceIfUnmodifiedSince(?\DateTimeImmutable $va... method setCopySourceSseCustomerAlgorithm (line 1010) | public function setCopySourceSseCustomerAlgorithm(?string $value): self method setCopySourceSseCustomerKey (line 1017) | public function setCopySourceSseCustomerKey(?string $value): self method setCopySourceSseCustomerKeyMd5 (line 1024) | public function setCopySourceSseCustomerKeyMd5(?string $value): self method setExpectedBucketOwner (line 1031) | public function setExpectedBucketOwner(?string $value): self method setExpectedSourceBucketOwner (line 1038) | public function setExpectedSourceBucketOwner(?string $value): self method setExpires (line 1045) | public function setExpires(?\DateTimeImmutable $value): self method setGrantFullControl (line 1052) | public function setGrantFullControl(?string $value): self method setGrantRead (line 1059) | public function setGrantRead(?string $value): self method setGrantReadAcp (line 1066) | public function setGrantReadAcp(?string $value): self method setGrantWriteAcp (line 1073) | public function setGrantWriteAcp(?string $value): self method setKey (line 1080) | public function setKey(?string $value): self method setMetadata (line 1090) | public function setMetadata(array $value): self method setMetadataDirective (line 1100) | public function setMetadataDirective(?string $value): self method setObjectLockLegalHoldStatus (line 1110) | public function setObjectLockLegalHoldStatus(?string $value): self method setObjectLockMode (line 1120) | public function setObjectLockMode(?string $value): self method setObjectLockRetainUntilDate (line 1127) | public function setObjectLockRetainUntilDate(?\DateTimeImmutable $valu... method setRequestPayer (line 1137) | public function setRequestPayer(?string $value): self method setServerSideEncryption (line 1147) | public function setServerSideEncryption(?string $value): self method setSseCustomerAlgorithm (line 1154) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 1161) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 1168) | public function setSseCustomerKeyMd5(?string $value): self method setSseKmsEncryptionContext (line 1175) | public function setSseKmsEncryptionContext(?string $value): self method setSseKmsKeyId (line 1182) | public function setSseKmsKeyId(?string $value): self method setStorageClass (line 1192) | public function setStorageClass(?string $value): self method setTagging (line 1199) | public function setTagging(?string $value): self method setTaggingDirective (line 1209) | public function setTaggingDirective(?string $value): self method setWebsiteRedirectLocation (line 1216) | public function setWebsiteRedirectLocation(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/CreateBucketRequest.php class CreateBucketRequest (line 13) | final class CreateBucketRequest extends Input method __construct (line 103) | public function __construct(array $input = []) method create (line 118) | public static function create($input): self method getAcl (line 126) | public function getAcl(): ?string method getBucket (line 131) | public function getBucket(): ?string method getCreateBucketConfiguration (line 136) | public function getCreateBucketConfiguration(): ?CreateBucketConfigura... method getGrantFullControl (line 141) | public function getGrantFullControl(): ?string method getGrantRead (line 146) | public function getGrantRead(): ?string method getGrantReadAcp (line 151) | public function getGrantReadAcp(): ?string method getGrantWrite (line 156) | public function getGrantWrite(): ?string method getGrantWriteAcp (line 161) | public function getGrantWriteAcp(): ?string method getObjectLockEnabledForBucket (line 166) | public function getObjectLockEnabledForBucket(): ?bool method getObjectOwnership (line 174) | public function getObjectOwnership(): ?string method request (line 182) | public function request(): Request method setAcl (line 242) | public function setAcl(?string $value): self method setBucket (line 249) | public function setBucket(?string $value): self method setCreateBucketConfiguration (line 256) | public function setCreateBucketConfiguration(?CreateBucketConfiguratio... method setGrantFullControl (line 263) | public function setGrantFullControl(?string $value): self method setGrantRead (line 270) | public function setGrantRead(?string $value): self method setGrantReadAcp (line 277) | public function setGrantReadAcp(?string $value): self method setGrantWrite (line 284) | public function setGrantWrite(?string $value): self method setGrantWriteAcp (line 291) | public function setGrantWriteAcp(?string $value): self method setObjectLockEnabledForBucket (line 298) | public function setObjectLockEnabledForBucket(?bool $value): self method setObjectOwnership (line 308) | public function setObjectOwnership(?string $value): self method requestBody (line 315) | private function requestBody(\DOMNode $node, \DOMDocument $document): ... FILE: server/vendor/async-aws/s3/src/Input/CreateMultipartUploadRequest.php class CreateMultipartUploadRequest (line 17) | final class CreateMultipartUploadRequest extends Input method __construct (line 315) | public function __construct(array $input = []) method create (line 350) | public static function create($input): self method getAcl (line 358) | public function getAcl(): ?string method getBucket (line 363) | public function getBucket(): ?string method getBucketKeyEnabled (line 368) | public function getBucketKeyEnabled(): ?bool method getCacheControl (line 373) | public function getCacheControl(): ?string method getChecksumAlgorithm (line 381) | public function getChecksumAlgorithm(): ?string method getContentDisposition (line 386) | public function getContentDisposition(): ?string method getContentEncoding (line 391) | public function getContentEncoding(): ?string method getContentLanguage (line 396) | public function getContentLanguage(): ?string method getContentType (line 401) | public function getContentType(): ?string method getExpectedBucketOwner (line 406) | public function getExpectedBucketOwner(): ?string method getExpires (line 411) | public function getExpires(): ?\DateTimeImmutable method getGrantFullControl (line 416) | public function getGrantFullControl(): ?string method getGrantRead (line 421) | public function getGrantRead(): ?string method getGrantReadAcp (line 426) | public function getGrantReadAcp(): ?string method getGrantWriteAcp (line 431) | public function getGrantWriteAcp(): ?string method getKey (line 436) | public function getKey(): ?string method getMetadata (line 444) | public function getMetadata(): array method getObjectLockLegalHoldStatus (line 452) | public function getObjectLockLegalHoldStatus(): ?string method getObjectLockMode (line 460) | public function getObjectLockMode(): ?string method getObjectLockRetainUntilDate (line 465) | public function getObjectLockRetainUntilDate(): ?\DateTimeImmutable method getRequestPayer (line 473) | public function getRequestPayer(): ?string method getServerSideEncryption (line 481) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 486) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 491) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 496) | public function getSseCustomerKeyMd5(): ?string method getSseKmsEncryptionContext (line 501) | public function getSseKmsEncryptionContext(): ?string method getSseKmsKeyId (line 506) | public function getSseKmsKeyId(): ?string method getStorageClass (line 514) | public function getStorageClass(): ?string method getTagging (line 519) | public function getTagging(): ?string method getWebsiteRedirectLocation (line 524) | public function getWebsiteRedirectLocation(): ?string method request (line 532) | public function request(): Request method setAcl (line 669) | public function setAcl(?string $value): self method setBucket (line 676) | public function setBucket(?string $value): self method setBucketKeyEnabled (line 683) | public function setBucketKeyEnabled(?bool $value): self method setCacheControl (line 690) | public function setCacheControl(?string $value): self method setChecksumAlgorithm (line 700) | public function setChecksumAlgorithm(?string $value): self method setContentDisposition (line 707) | public function setContentDisposition(?string $value): self method setContentEncoding (line 714) | public function setContentEncoding(?string $value): self method setContentLanguage (line 721) | public function setContentLanguage(?string $value): self method setContentType (line 728) | public function setContentType(?string $value): self method setExpectedBucketOwner (line 735) | public function setExpectedBucketOwner(?string $value): self method setExpires (line 742) | public function setExpires(?\DateTimeImmutable $value): self method setGrantFullControl (line 749) | public function setGrantFullControl(?string $value): self method setGrantRead (line 756) | public function setGrantRead(?string $value): self method setGrantReadAcp (line 763) | public function setGrantReadAcp(?string $value): self method setGrantWriteAcp (line 770) | public function setGrantWriteAcp(?string $value): self method setKey (line 777) | public function setKey(?string $value): self method setMetadata (line 787) | public function setMetadata(array $value): self method setObjectLockLegalHoldStatus (line 797) | public function setObjectLockLegalHoldStatus(?string $value): self method setObjectLockMode (line 807) | public function setObjectLockMode(?string $value): self method setObjectLockRetainUntilDate (line 814) | public function setObjectLockRetainUntilDate(?\DateTimeImmutable $valu... method setRequestPayer (line 824) | public function setRequestPayer(?string $value): self method setServerSideEncryption (line 834) | public function setServerSideEncryption(?string $value): self method setSseCustomerAlgorithm (line 841) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 848) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 855) | public function setSseCustomerKeyMd5(?string $value): self method setSseKmsEncryptionContext (line 862) | public function setSseKmsEncryptionContext(?string $value): self method setSseKmsKeyId (line 869) | public function setSseKmsKeyId(?string $value): self method setStorageClass (line 879) | public function setStorageClass(?string $value): self method setTagging (line 886) | public function setTagging(?string $value): self method setWebsiteRedirectLocation (line 893) | public function setWebsiteRedirectLocation(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/DeleteBucketCorsRequest.php class DeleteBucketCorsRequest (line 10) | final class DeleteBucketCorsRequest extends Input method __construct (line 37) | public function __construct(array $input = []) method create (line 44) | public static function create($input): self method getBucket (line 49) | public function getBucket(): ?string method getExpectedBucketOwner (line 54) | public function getExpectedBucketOwner(): ?string method request (line 62) | public function request(): Request method setBucket (line 88) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 95) | public function setExpectedBucketOwner(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/DeleteBucketRequest.php class DeleteBucketRequest (line 10) | final class DeleteBucketRequest extends Input method __construct (line 37) | public function __construct(array $input = []) method create (line 44) | public static function create($input): self method getBucket (line 49) | public function getBucket(): ?string method getExpectedBucketOwner (line 54) | public function getExpectedBucketOwner(): ?string method request (line 62) | public function request(): Request method setBucket (line 88) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 95) | public function setExpectedBucketOwner(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/DeleteObjectRequest.php class DeleteObjectRequest (line 11) | final class DeleteObjectRequest extends Input method __construct (line 95) | public function __construct(array $input = []) method create (line 107) | public static function create($input): self method getBucket (line 112) | public function getBucket(): ?string method getBypassGovernanceRetention (line 117) | public function getBypassGovernanceRetention(): ?bool method getExpectedBucketOwner (line 122) | public function getExpectedBucketOwner(): ?string method getKey (line 127) | public function getKey(): ?string method getMfa (line 132) | public function getMfa(): ?string method getRequestPayer (line 140) | public function getRequestPayer(): ?string method getVersionId (line 145) | public function getVersionId(): ?string method request (line 153) | public function request(): Request method setBucket (line 198) | public function setBucket(?string $value): self method setBypassGovernanceRetention (line 205) | public function setBypassGovernanceRetention(?bool $value): self method setExpectedBucketOwner (line 212) | public function setExpectedBucketOwner(?string $value): self method setKey (line 219) | public function setKey(?string $value): self method setMfa (line 226) | public function setMfa(?string $value): self method setRequestPayer (line 236) | public function setRequestPayer(?string $value): self method setVersionId (line 243) | public function setVersionId(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/DeleteObjectsRequest.php class DeleteObjectsRequest (line 13) | final class DeleteObjectsRequest extends Input method __construct (line 107) | public function __construct(array $input = []) method create (line 119) | public static function create($input): self method getBucket (line 124) | public function getBucket(): ?string method getBypassGovernanceRetention (line 129) | public function getBypassGovernanceRetention(): ?bool method getChecksumAlgorithm (line 137) | public function getChecksumAlgorithm(): ?string method getDelete (line 142) | public function getDelete(): ?Delete method getExpectedBucketOwner (line 147) | public function getExpectedBucketOwner(): ?string method getMfa (line 152) | public function getMfa(): ?string method getRequestPayer (line 160) | public function getRequestPayer(): ?string method request (line 168) | public function request(): Request method setBucket (line 216) | public function setBucket(?string $value): self method setBypassGovernanceRetention (line 223) | public function setBypassGovernanceRetention(?bool $value): self method setChecksumAlgorithm (line 233) | public function setChecksumAlgorithm(?string $value): self method setDelete (line 240) | public function setDelete(?Delete $value): self method setExpectedBucketOwner (line 247) | public function setExpectedBucketOwner(?string $value): self method setMfa (line 254) | public function setMfa(?string $value): self method setRequestPayer (line 264) | public function setRequestPayer(?string $value): self method requestBody (line 271) | private function requestBody(\DOMNode $node, \DOMDocument $document): ... FILE: server/vendor/async-aws/s3/src/Input/GetBucketCorsRequest.php class GetBucketCorsRequest (line 10) | final class GetBucketCorsRequest extends Input method __construct (line 46) | public function __construct(array $input = []) method create (line 53) | public static function create($input): self method getBucket (line 58) | public function getBucket(): ?string method getExpectedBucketOwner (line 63) | public function getExpectedBucketOwner(): ?string method request (line 71) | public function request(): Request method setBucket (line 97) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 104) | public function setExpectedBucketOwner(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/GetBucketEncryptionRequest.php class GetBucketEncryptionRequest (line 10) | final class GetBucketEncryptionRequest extends Input method __construct (line 37) | public function __construct(array $input = []) method create (line 44) | public static function create($input): self method getBucket (line 49) | public function getBucket(): ?string method getExpectedBucketOwner (line 54) | public function getExpectedBucketOwner(): ?string method request (line 62) | public function request(): Request method setBucket (line 88) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 95) | public function setExpectedBucketOwner(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/GetObjectAclRequest.php class GetObjectAclRequest (line 11) | final class GetObjectAclRequest extends Input method __construct (line 69) | public function __construct(array $input = []) method create (line 79) | public static function create($input): self method getBucket (line 84) | public function getBucket(): ?string method getExpectedBucketOwner (line 89) | public function getExpectedBucketOwner(): ?string method getKey (line 94) | public function getKey(): ?string method getRequestPayer (line 102) | public function getRequestPayer(): ?string method getVersionId (line 107) | public function getVersionId(): ?string method request (line 115) | public function request(): Request method setBucket (line 154) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 161) | public function setExpectedBucketOwner(?string $value): self method setKey (line 168) | public function setKey(?string $value): self method setRequestPayer (line 178) | public function setRequestPayer(?string $value): self method setVersionId (line 185) | public function setVersionId(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/GetObjectRequest.php class GetObjectRequest (line 12) | final class GetObjectRequest extends Input method __construct (line 221) | public function __construct(array $input = []) method create (line 247) | public static function create($input): self method getBucket (line 252) | public function getBucket(): ?string method getChecksumMode (line 260) | public function getChecksumMode(): ?string method getExpectedBucketOwner (line 265) | public function getExpectedBucketOwner(): ?string method getIfMatch (line 270) | public function getIfMatch(): ?string method getIfModifiedSince (line 275) | public function getIfModifiedSince(): ?\DateTimeImmutable method getIfNoneMatch (line 280) | public function getIfNoneMatch(): ?string method getIfUnmodifiedSince (line 285) | public function getIfUnmodifiedSince(): ?\DateTimeImmutable method getKey (line 290) | public function getKey(): ?string method getPartNumber (line 295) | public function getPartNumber(): ?int method getRange (line 300) | public function getRange(): ?string method getRequestPayer (line 308) | public function getRequestPayer(): ?string method getResponseCacheControl (line 313) | public function getResponseCacheControl(): ?string method getResponseContentDisposition (line 318) | public function getResponseContentDisposition(): ?string method getResponseContentEncoding (line 323) | public function getResponseContentEncoding(): ?string method getResponseContentLanguage (line 328) | public function getResponseContentLanguage(): ?string method getResponseContentType (line 333) | public function getResponseContentType(): ?string method getResponseExpires (line 338) | public function getResponseExpires(): ?\DateTimeImmutable method getSseCustomerAlgorithm (line 343) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 348) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 353) | public function getSseCustomerKeyMd5(): ?string method getVersionId (line 358) | public function getVersionId(): ?string method request (line 366) | public function request(): Request method setBucket (line 456) | public function setBucket(?string $value): self method setChecksumMode (line 466) | public function setChecksumMode(?string $value): self method setExpectedBucketOwner (line 473) | public function setExpectedBucketOwner(?string $value): self method setIfMatch (line 480) | public function setIfMatch(?string $value): self method setIfModifiedSince (line 487) | public function setIfModifiedSince(?\DateTimeImmutable $value): self method setIfNoneMatch (line 494) | public function setIfNoneMatch(?string $value): self method setIfUnmodifiedSince (line 501) | public function setIfUnmodifiedSince(?\DateTimeImmutable $value): self method setKey (line 508) | public function setKey(?string $value): self method setPartNumber (line 515) | public function setPartNumber(?int $value): self method setRange (line 522) | public function setRange(?string $value): self method setRequestPayer (line 532) | public function setRequestPayer(?string $value): self method setResponseCacheControl (line 539) | public function setResponseCacheControl(?string $value): self method setResponseContentDisposition (line 546) | public function setResponseContentDisposition(?string $value): self method setResponseContentEncoding (line 553) | public function setResponseContentEncoding(?string $value): self method setResponseContentLanguage (line 560) | public function setResponseContentLanguage(?string $value): self method setResponseContentType (line 567) | public function setResponseContentType(?string $value): self method setResponseExpires (line 574) | public function setResponseExpires(?\DateTimeImmutable $value): self method setSseCustomerAlgorithm (line 581) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 588) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 595) | public function setSseCustomerKeyMd5(?string $value): self method setVersionId (line 602) | public function setVersionId(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/HeadBucketRequest.php class HeadBucketRequest (line 10) | final class HeadBucketRequest extends Input method __construct (line 57) | public function __construct(array $input = []) method create (line 64) | public static function create($input): self method getBucket (line 69) | public function getBucket(): ?string method getExpectedBucketOwner (line 74) | public function getExpectedBucketOwner(): ?string method request (line 82) | public function request(): Request method setBucket (line 108) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 115) | public function setExpectedBucketOwner(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/HeadObjectRequest.php class HeadObjectRequest (line 12) | final class HeadObjectRequest extends Input method __construct (line 170) | public function __construct(array $input = []) method create (line 190) | public static function create($input): self method getBucket (line 195) | public function getBucket(): ?string method getChecksumMode (line 203) | public function getChecksumMode(): ?string method getExpectedBucketOwner (line 208) | public function getExpectedBucketOwner(): ?string method getIfMatch (line 213) | public function getIfMatch(): ?string method getIfModifiedSince (line 218) | public function getIfModifiedSince(): ?\DateTimeImmutable method getIfNoneMatch (line 223) | public function getIfNoneMatch(): ?string method getIfUnmodifiedSince (line 228) | public function getIfUnmodifiedSince(): ?\DateTimeImmutable method getKey (line 233) | public function getKey(): ?string method getPartNumber (line 238) | public function getPartNumber(): ?int method getRange (line 243) | public function getRange(): ?string method getRequestPayer (line 251) | public function getRequestPayer(): ?string method getSseCustomerAlgorithm (line 256) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 261) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 266) | public function getSseCustomerKeyMd5(): ?string method getVersionId (line 271) | public function getVersionId(): ?string method request (line 279) | public function request(): Request method setBucket (line 351) | public function setBucket(?string $value): self method setChecksumMode (line 361) | public function setChecksumMode(?string $value): self method setExpectedBucketOwner (line 368) | public function setExpectedBucketOwner(?string $value): self method setIfMatch (line 375) | public function setIfMatch(?string $value): self method setIfModifiedSince (line 382) | public function setIfModifiedSince(?\DateTimeImmutable $value): self method setIfNoneMatch (line 389) | public function setIfNoneMatch(?string $value): self method setIfUnmodifiedSince (line 396) | public function setIfUnmodifiedSince(?\DateTimeImmutable $value): self method setKey (line 403) | public function setKey(?string $value): self method setPartNumber (line 410) | public function setPartNumber(?int $value): self method setRange (line 417) | public function setRange(?string $value): self method setRequestPayer (line 427) | public function setRequestPayer(?string $value): self method setSseCustomerAlgorithm (line 434) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 441) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 448) | public function setSseCustomerKeyMd5(?string $value): self method setVersionId (line 455) | public function setVersionId(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/ListBucketsRequest.php class ListBucketsRequest (line 9) | final class ListBucketsRequest extends Input method __construct (line 17) | public function __construct(array $input = []) method create (line 22) | public static function create($input): self method request (line 30) | public function request(): Request FILE: server/vendor/async-aws/s3/src/Input/ListMultipartUploadsRequest.php class ListMultipartUploadsRequest (line 12) | final class ListMultipartUploadsRequest extends Input method __construct (line 122) | public function __construct(array $input = []) method create (line 136) | public static function create($input): self method getBucket (line 141) | public function getBucket(): ?string method getDelimiter (line 146) | public function getDelimiter(): ?string method getEncodingType (line 154) | public function getEncodingType(): ?string method getExpectedBucketOwner (line 159) | public function getExpectedBucketOwner(): ?string method getKeyMarker (line 164) | public function getKeyMarker(): ?string method getMaxUploads (line 169) | public function getMaxUploads(): ?int method getPrefix (line 174) | public function getPrefix(): ?string method getRequestPayer (line 182) | public function getRequestPayer(): ?string method getUploadIdMarker (line 187) | public function getUploadIdMarker(): ?string method request (line 195) | public function request(): Request method setBucket (line 248) | public function setBucket(?string $value): self method setDelimiter (line 255) | public function setDelimiter(?string $value): self method setEncodingType (line 265) | public function setEncodingType(?string $value): self method setExpectedBucketOwner (line 272) | public function setExpectedBucketOwner(?string $value): self method setKeyMarker (line 279) | public function setKeyMarker(?string $value): self method setMaxUploads (line 286) | public function setMaxUploads(?int $value): self method setPrefix (line 293) | public function setPrefix(?string $value): self method setRequestPayer (line 303) | public function setRequestPayer(?string $value): self method setUploadIdMarker (line 310) | public function setUploadIdMarker(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/ListObjectsV2Request.php class ListObjectsV2Request (line 12) | final class ListObjectsV2Request extends Input method __construct (line 122) | public function __construct(array $input = []) method create (line 137) | public static function create($input): self method getBucket (line 142) | public function getBucket(): ?string method getContinuationToken (line 147) | public function getContinuationToken(): ?string method getDelimiter (line 152) | public function getDelimiter(): ?string method getEncodingType (line 160) | public function getEncodingType(): ?string method getExpectedBucketOwner (line 165) | public function getExpectedBucketOwner(): ?string method getFetchOwner (line 170) | public function getFetchOwner(): ?bool method getMaxKeys (line 175) | public function getMaxKeys(): ?int method getPrefix (line 180) | public function getPrefix(): ?string method getRequestPayer (line 188) | public function getRequestPayer(): ?string method getStartAfter (line 193) | public function getStartAfter(): ?string method request (line 201) | public function request(): Request method setBucket (line 257) | public function setBucket(?string $value): self method setContinuationToken (line 264) | public function setContinuationToken(?string $value): self method setDelimiter (line 271) | public function setDelimiter(?string $value): self method setEncodingType (line 281) | public function setEncodingType(?string $value): self method setExpectedBucketOwner (line 288) | public function setExpectedBucketOwner(?string $value): self method setFetchOwner (line 295) | public function setFetchOwner(?bool $value): self method setMaxKeys (line 302) | public function setMaxKeys(?int $value): self method setPrefix (line 309) | public function setPrefix(?string $value): self method setRequestPayer (line 319) | public function setRequestPayer(?string $value): self method setStartAfter (line 326) | public function setStartAfter(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/ListPartsRequest.php class ListPartsRequest (line 11) | final class ListPartsRequest extends Input method __construct (line 130) | public function __construct(array $input = []) method create (line 145) | public static function create($input): self method getBucket (line 150) | public function getBucket(): ?string method getExpectedBucketOwner (line 155) | public function getExpectedBucketOwner(): ?string method getKey (line 160) | public function getKey(): ?string method getMaxParts (line 165) | public function getMaxParts(): ?int method getPartNumberMarker (line 170) | public function getPartNumberMarker(): ?int method getRequestPayer (line 178) | public function getRequestPayer(): ?string method getSseCustomerAlgorithm (line 183) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 188) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 193) | public function getSseCustomerKeyMd5(): ?string method getUploadId (line 198) | public function getUploadId(): ?string method request (line 206) | public function request(): Request method setBucket (line 261) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 268) | public function setExpectedBucketOwner(?string $value): self method setKey (line 275) | public function setKey(?string $value): self method setMaxParts (line 282) | public function setMaxParts(?int $value): self method setPartNumberMarker (line 289) | public function setPartNumberMarker(?int $value): self method setRequestPayer (line 299) | public function setRequestPayer(?string $value): self method setSseCustomerAlgorithm (line 306) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 313) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 320) | public function setSseCustomerKeyMd5(?string $value): self method setUploadId (line 327) | public function setUploadId(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/PutBucketCorsRequest.php class PutBucketCorsRequest (line 12) | final class PutBucketCorsRequest extends Input method __construct (line 81) | public function __construct(array $input = []) method create (line 91) | public static function create($input): self method getBucket (line 96) | public function getBucket(): ?string method getChecksumAlgorithm (line 104) | public function getChecksumAlgorithm(): ?string method getContentMd5 (line 109) | public function getContentMd5(): ?string method getCorsConfiguration (line 114) | public function getCorsConfiguration(): ?CORSConfiguration method getExpectedBucketOwner (line 119) | public function getExpectedBucketOwner(): ?string method request (line 127) | public function request(): Request method setBucket (line 166) | public function setBucket(?string $value): self method setChecksumAlgorithm (line 176) | public function setChecksumAlgorithm(?string $value): self method setContentMd5 (line 183) | public function setContentMd5(?string $value): self method setCorsConfiguration (line 190) | public function setCorsConfiguration(?CORSConfiguration $value): self method setExpectedBucketOwner (line 197) | public function setExpectedBucketOwner(?string $value): self method requestBody (line 204) | private function requestBody(\DOMNode $node, \DOMDocument $document): ... FILE: server/vendor/async-aws/s3/src/Input/PutBucketNotificationConfigurationRequest.php class PutBucketNotificationConfigurationRequest (line 11) | final class PutBucketNotificationConfigurationRequest extends Input method __construct (line 54) | public function __construct(array $input = []) method create (line 63) | public static function create($input): self method getBucket (line 68) | public function getBucket(): ?string method getExpectedBucketOwner (line 73) | public function getExpectedBucketOwner(): ?string method getNotificationConfiguration (line 78) | public function getNotificationConfiguration(): ?NotificationConfigura... method getSkipDestinationValidation (line 83) | public function getSkipDestinationValidation(): ?bool method request (line 91) | public function request(): Request method setBucket (line 124) | public function setBucket(?string $value): self method setExpectedBucketOwner (line 131) | public function setExpectedBucketOwner(?string $value): self method setNotificationConfiguration (line 138) | public function setNotificationConfiguration(?NotificationConfiguratio... method setSkipDestinationValidation (line 145) | public function setSkipDestinationValidation(?bool $value): self method requestBody (line 152) | private function requestBody(\DOMNode $node, \DOMDocument $document): ... FILE: server/vendor/async-aws/s3/src/Input/PutObjectAclRequest.php class PutObjectAclRequest (line 16) | final class PutObjectAclRequest extends Input method __construct (line 185) | public function __construct(array $input = []) method create (line 204) | public static function create($input): self method getAccessControlPolicy (line 209) | public function getAccessControlPolicy(): ?AccessControlPolicy method getAcl (line 217) | public function getAcl(): ?string method getBucket (line 222) | public function getBucket(): ?string method getChecksumAlgorithm (line 230) | public function getChecksumAlgorithm(): ?string method getContentMd5 (line 235) | public function getContentMd5(): ?string method getExpectedBucketOwner (line 240) | public function getExpectedBucketOwner(): ?string method getGrantFullControl (line 245) | public function getGrantFullControl(): ?string method getGrantRead (line 250) | public function getGrantRead(): ?string method getGrantReadAcp (line 255) | public function getGrantReadAcp(): ?string method getGrantWrite (line 260) | public function getGrantWrite(): ?string method getGrantWriteAcp (line 265) | public function getGrantWriteAcp(): ?string method getKey (line 270) | public function getKey(): ?string method getRequestPayer (line 278) | public function getRequestPayer(): ?string method getVersionId (line 283) | public function getVersionId(): ?string method request (line 291) | public function request(): Request method setAccessControlPolicy (line 364) | public function setAccessControlPolicy(?AccessControlPolicy $value): self method setAcl (line 374) | public function setAcl(?string $value): self method setBucket (line 381) | public function setBucket(?string $value): self method setChecksumAlgorithm (line 391) | public function setChecksumAlgorithm(?string $value): self method setContentMd5 (line 398) | public function setContentMd5(?string $value): self method setExpectedBucketOwner (line 405) | public function setExpectedBucketOwner(?string $value): self method setGrantFullControl (line 412) | public function setGrantFullControl(?string $value): self method setGrantRead (line 419) | public function setGrantRead(?string $value): self method setGrantReadAcp (line 426) | public function setGrantReadAcp(?string $value): self method setGrantWrite (line 433) | public function setGrantWrite(?string $value): self method setGrantWriteAcp (line 440) | public function setGrantWriteAcp(?string $value): self method setKey (line 447) | public function setKey(?string $value): self method setRequestPayer (line 457) | public function setRequestPayer(?string $value): self method setVersionId (line 464) | public function setVersionId(?string $value): self method requestBody (line 471) | private function requestBody(\DOMNode $node, \DOMDocument $document): ... FILE: server/vendor/async-aws/s3/src/Input/PutObjectRequest.php class PutObjectRequest (line 17) | final class PutObjectRequest extends Input method __construct (line 438) | public function __construct(array $input = []) method create (line 480) | public static function create($input): self method getAcl (line 488) | public function getAcl(): ?string method getBody (line 496) | public function getBody() method getBucket (line 501) | public function getBucket(): ?string method getBucketKeyEnabled (line 506) | public function getBucketKeyEnabled(): ?bool method getCacheControl (line 511) | public function getCacheControl(): ?string method getChecksumAlgorithm (line 519) | public function getChecksumAlgorithm(): ?string method getChecksumCrc32 (line 524) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 529) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 534) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 539) | public function getChecksumSha256(): ?string method getContentDisposition (line 544) | public function getContentDisposition(): ?string method getContentEncoding (line 549) | public function getContentEncoding(): ?string method getContentLanguage (line 554) | public function getContentLanguage(): ?string method getContentLength (line 559) | public function getContentLength(): ?string method getContentMd5 (line 564) | public function getContentMd5(): ?string method getContentType (line 569) | public function getContentType(): ?string method getExpectedBucketOwner (line 574) | public function getExpectedBucketOwner(): ?string method getExpires (line 579) | public function getExpires(): ?\DateTimeImmutable method getGrantFullControl (line 584) | public function getGrantFullControl(): ?string method getGrantRead (line 589) | public function getGrantRead(): ?string method getGrantReadAcp (line 594) | public function getGrantReadAcp(): ?string method getGrantWriteAcp (line 599) | public function getGrantWriteAcp(): ?string method getKey (line 604) | public function getKey(): ?string method getMetadata (line 612) | public function getMetadata(): array method getObjectLockLegalHoldStatus (line 620) | public function getObjectLockLegalHoldStatus(): ?string method getObjectLockMode (line 628) | public function getObjectLockMode(): ?string method getObjectLockRetainUntilDate (line 633) | public function getObjectLockRetainUntilDate(): ?\DateTimeImmutable method getRequestPayer (line 641) | public function getRequestPayer(): ?string method getServerSideEncryption (line 649) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 654) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 659) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 664) | public function getSseCustomerKeyMd5(): ?string method getSseKmsEncryptionContext (line 669) | public function getSseKmsEncryptionContext(): ?string method getSseKmsKeyId (line 674) | public function getSseKmsKeyId(): ?string method getStorageClass (line 682) | public function getStorageClass(): ?string method getTagging (line 687) | public function getTagging(): ?string method getWebsiteRedirectLocation (line 692) | public function getWebsiteRedirectLocation(): ?string method request (line 700) | public function request(): Request method setAcl (line 855) | public function setAcl(?string $value): self method setBody (line 865) | public function setBody($value): self method setBucket (line 872) | public function setBucket(?string $value): self method setBucketKeyEnabled (line 879) | public function setBucketKeyEnabled(?bool $value): self method setCacheControl (line 886) | public function setCacheControl(?string $value): self method setChecksumAlgorithm (line 896) | public function setChecksumAlgorithm(?string $value): self method setChecksumCrc32 (line 903) | public function setChecksumCrc32(?string $value): self method setChecksumCrc32C (line 910) | public function setChecksumCrc32C(?string $value): self method setChecksumSha1 (line 917) | public function setChecksumSha1(?string $value): self method setChecksumSha256 (line 924) | public function setChecksumSha256(?string $value): self method setContentDisposition (line 931) | public function setContentDisposition(?string $value): self method setContentEncoding (line 938) | public function setContentEncoding(?string $value): self method setContentLanguage (line 945) | public function setContentLanguage(?string $value): self method setContentLength (line 952) | public function setContentLength(?string $value): self method setContentMd5 (line 959) | public function setContentMd5(?string $value): self method setContentType (line 966) | public function setContentType(?string $value): self method setExpectedBucketOwner (line 973) | public function setExpectedBucketOwner(?string $value): self method setExpires (line 980) | public function setExpires(?\DateTimeImmutable $value): self method setGrantFullControl (line 987) | public function setGrantFullControl(?string $value): self method setGrantRead (line 994) | public function setGrantRead(?string $value): self method setGrantReadAcp (line 1001) | public function setGrantReadAcp(?string $value): self method setGrantWriteAcp (line 1008) | public function setGrantWriteAcp(?string $value): self method setKey (line 1015) | public function setKey(?string $value): self method setMetadata (line 1025) | public function setMetadata(array $value): self method setObjectLockLegalHoldStatus (line 1035) | public function setObjectLockLegalHoldStatus(?string $value): self method setObjectLockMode (line 1045) | public function setObjectLockMode(?string $value): self method setObjectLockRetainUntilDate (line 1052) | public function setObjectLockRetainUntilDate(?\DateTimeImmutable $valu... method setRequestPayer (line 1062) | public function setRequestPayer(?string $value): self method setServerSideEncryption (line 1072) | public function setServerSideEncryption(?string $value): self method setSseCustomerAlgorithm (line 1079) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 1086) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 1093) | public function setSseCustomerKeyMd5(?string $value): self method setSseKmsEncryptionContext (line 1100) | public function setSseKmsEncryptionContext(?string $value): self method setSseKmsKeyId (line 1107) | public function setSseKmsKeyId(?string $value): self method setStorageClass (line 1117) | public function setStorageClass(?string $value): self method setTagging (line 1124) | public function setTagging(?string $value): self method setWebsiteRedirectLocation (line 1131) | public function setWebsiteRedirectLocation(?string $value): self FILE: server/vendor/async-aws/s3/src/Input/UploadPartRequest.php class UploadPartRequest (line 12) | final class UploadPartRequest extends Input method __construct (line 208) | public function __construct(array $input = []) method create (line 230) | public static function create($input): self method getBody (line 238) | public function getBody() method getBucket (line 243) | public function getBucket(): ?string method getChecksumAlgorithm (line 251) | public function getChecksumAlgorithm(): ?string method getChecksumCrc32 (line 256) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 261) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 266) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 271) | public function getChecksumSha256(): ?string method getContentLength (line 276) | public function getContentLength(): ?string method getContentMd5 (line 281) | public function getContentMd5(): ?string method getExpectedBucketOwner (line 286) | public function getExpectedBucketOwner(): ?string method getKey (line 291) | public function getKey(): ?string method getPartNumber (line 296) | public function getPartNumber(): ?int method getRequestPayer (line 304) | public function getRequestPayer(): ?string method getSseCustomerAlgorithm (line 309) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKey (line 314) | public function getSseCustomerKey(): ?string method getSseCustomerKeyMd5 (line 319) | public function getSseCustomerKeyMd5(): ?string method getUploadId (line 324) | public function getUploadId(): ?string method request (line 332) | public function request(): Request method setBody (line 412) | public function setBody($value): self method setBucket (line 419) | public function setBucket(?string $value): self method setChecksumAlgorithm (line 429) | public function setChecksumAlgorithm(?string $value): self method setChecksumCrc32 (line 436) | public function setChecksumCrc32(?string $value): self method setChecksumCrc32C (line 443) | public function setChecksumCrc32C(?string $value): self method setChecksumSha1 (line 450) | public function setChecksumSha1(?string $value): self method setChecksumSha256 (line 457) | public function setChecksumSha256(?string $value): self method setContentLength (line 464) | public function setContentLength(?string $value): self method setContentMd5 (line 471) | public function setContentMd5(?string $value): self method setExpectedBucketOwner (line 478) | public function setExpectedBucketOwner(?string $value): self method setKey (line 485) | public function setKey(?string $value): self method setPartNumber (line 492) | public function setPartNumber(?int $value): self method setRequestPayer (line 502) | public function setRequestPayer(?string $value): self method setSseCustomerAlgorithm (line 509) | public function setSseCustomerAlgorithm(?string $value): self method setSseCustomerKey (line 516) | public function setSseCustomerKey(?string $value): self method setSseCustomerKeyMd5 (line 523) | public function setSseCustomerKeyMd5(?string $value): self method setUploadId (line 530) | public function setUploadId(?string $value): self FILE: server/vendor/async-aws/s3/src/Result/AbortMultipartUploadOutput.php class AbortMultipartUploadOutput (line 9) | class AbortMultipartUploadOutput extends Result method getRequestCharged (line 16) | public function getRequestCharged(): ?string method populateResult (line 23) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/BucketExistsWaiter.php class BucketExistsWaiter (line 12) | class BucketExistsWaiter extends Waiter method extractState (line 17) | protected function extractState(Response $response, ?HttpException $ex... method refreshState (line 38) | protected function refreshState(): Waiter FILE: server/vendor/async-aws/s3/src/Result/BucketNotExistsWaiter.php class BucketNotExistsWaiter (line 12) | class BucketNotExistsWaiter extends Waiter method extractState (line 17) | protected function extractState(Response $response, ?HttpException $ex... method refreshState (line 26) | protected function refreshState(): Waiter FILE: server/vendor/async-aws/s3/src/Result/CompleteMultipartUploadOutput.php class CompleteMultipartUploadOutput (line 10) | class CompleteMultipartUploadOutput extends Result method getBucket (line 119) | public function getBucket(): ?string method getBucketKeyEnabled (line 126) | public function getBucketKeyEnabled(): ?bool method getChecksumCrc32 (line 133) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 140) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 147) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 154) | public function getChecksumSha256(): ?string method getEtag (line 161) | public function getEtag(): ?string method getExpiration (line 168) | public function getExpiration(): ?string method getKey (line 175) | public function getKey(): ?string method getLocation (line 182) | public function getLocation(): ?string method getRequestCharged (line 192) | public function getRequestCharged(): ?string method getServerSideEncryption (line 202) | public function getServerSideEncryption(): ?string method getSseKmsKeyId (line 209) | public function getSseKmsKeyId(): ?string method getVersionId (line 216) | public function getVersionId(): ?string method populateResult (line 223) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/CopyObjectOutput.php class CopyObjectOutput (line 11) | class CopyObjectOutput extends Result method getBucketKeyEnabled (line 71) | public function getBucketKeyEnabled(): ?bool method getCopyObjectResult (line 78) | public function getCopyObjectResult(): ?CopyObjectResult method getCopySourceVersionId (line 85) | public function getCopySourceVersionId(): ?string method getExpiration (line 92) | public function getExpiration(): ?string method getRequestCharged (line 102) | public function getRequestCharged(): ?string method getServerSideEncryption (line 112) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 119) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKeyMd5 (line 126) | public function getSseCustomerKeyMd5(): ?string method getSseKmsEncryptionContext (line 133) | public function getSseKmsEncryptionContext(): ?string method getSseKmsKeyId (line 140) | public function getSseKmsKeyId(): ?string method getVersionId (line 147) | public function getVersionId(): ?string method populateResult (line 154) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/CreateBucketOutput.php class CreateBucketOutput (line 8) | class CreateBucketOutput extends Result method getLocation (line 15) | public function getLocation(): ?string method populateResult (line 22) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/CreateMultipartUploadOutput.php class CreateMultipartUploadOutput (line 11) | class CreateMultipartUploadOutput extends Result method getAbortDate (line 104) | public function getAbortDate(): ?\DateTimeImmutable method getAbortRuleId (line 111) | public function getAbortRuleId(): ?string method getBucket (line 118) | public function getBucket(): ?string method getBucketKeyEnabled (line 125) | public function getBucketKeyEnabled(): ?bool method getChecksumAlgorithm (line 135) | public function getChecksumAlgorithm(): ?string method getKey (line 142) | public function getKey(): ?string method getRequestCharged (line 152) | public function getRequestCharged(): ?string method getServerSideEncryption (line 162) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 169) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKeyMd5 (line 176) | public function getSseCustomerKeyMd5(): ?string method getSseKmsEncryptionContext (line 183) | public function getSseKmsEncryptionContext(): ?string method getSseKmsKeyId (line 190) | public function getSseKmsKeyId(): ?string method getUploadId (line 197) | public function getUploadId(): ?string method populateResult (line 204) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/DeleteObjectOutput.php class DeleteObjectOutput (line 9) | class DeleteObjectOutput extends Result method getDeleteMarker (line 23) | public function getDeleteMarker(): ?bool method getRequestCharged (line 33) | public function getRequestCharged(): ?string method getVersionId (line 40) | public function getVersionId(): ?string method populateResult (line 47) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/DeleteObjectsOutput.php class DeleteObjectsOutput (line 11) | class DeleteObjectsOutput extends Result method getDeleted (line 29) | public function getDeleted(): array method getErrors (line 39) | public function getErrors(): array method getRequestCharged (line 49) | public function getRequestCharged(): ?string method populateResult (line 56) | protected function populateResult(Response $response): void method populateResultDeletedObjects (line 70) | private function populateResultDeletedObjects(\SimpleXMLElement $xml):... method populateResultErrors (line 88) | private function populateResultErrors(\SimpleXMLElement $xml): array FILE: server/vendor/async-aws/s3/src/Result/GetBucketCorsOutput.php class GetBucketCorsOutput (line 9) | class GetBucketCorsOutput extends Result method getCorsRules (line 20) | public function getCorsRules(): array method populateResult (line 27) | protected function populateResult(Response $response): void method populateResultAllowedHeaders (line 36) | private function populateResultAllowedHeaders(\SimpleXMLElement $xml):... method populateResultAllowedMethods (line 52) | private function populateResultAllowedMethods(\SimpleXMLElement $xml):... method populateResultAllowedOrigins (line 68) | private function populateResultAllowedOrigins(\SimpleXMLElement $xml):... method populateResultCORSRules (line 84) | private function populateResultCORSRules(\SimpleXMLElement $xml): array method populateResultExposeHeaders (line 104) | private function populateResultExposeHeaders(\SimpleXMLElement $xml): ... FILE: server/vendor/async-aws/s3/src/Result/GetBucketEncryptionOutput.php class GetBucketEncryptionOutput (line 11) | class GetBucketEncryptionOutput extends Result method getServerSideEncryptionConfiguration (line 15) | public function getServerSideEncryptionConfiguration(): ?ServerSideEnc... method populateResult (line 22) | protected function populateResult(Response $response): void method populateResultServerSideEncryptionRules (line 33) | private function populateResultServerSideEncryptionRules(\SimpleXMLEle... FILE: server/vendor/async-aws/s3/src/Result/GetObjectAclOutput.php class GetObjectAclOutput (line 12) | class GetObjectAclOutput extends Result method getGrants (line 29) | public function getGrants(): array method getOwner (line 36) | public function getOwner(): ?Owner method getRequestCharged (line 46) | public function getRequestCharged(): ?string method populateResult (line 53) | protected function populateResult(Response $response): void method populateResultGrants (line 70) | private function populateResultGrants(\SimpleXMLElement $xml): array FILE: server/vendor/async-aws/s3/src/Result/GetObjectOutput.php class GetObjectOutput (line 15) | class GetObjectOutput extends Result method getAcceptRanges (line 227) | public function getAcceptRanges(): ?string method getBody (line 234) | public function getBody(): ResultStream method getBucketKeyEnabled (line 241) | public function getBucketKeyEnabled(): ?bool method getCacheControl (line 248) | public function getCacheControl(): ?string method getChecksumCrc32 (line 255) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 262) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 269) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 276) | public function getChecksumSha256(): ?string method getContentDisposition (line 283) | public function getContentDisposition(): ?string method getContentEncoding (line 290) | public function getContentEncoding(): ?string method getContentLanguage (line 297) | public function getContentLanguage(): ?string method getContentLength (line 304) | public function getContentLength(): ?string method getContentRange (line 311) | public function getContentRange(): ?string method getContentType (line 318) | public function getContentType(): ?string method getDeleteMarker (line 325) | public function getDeleteMarker(): ?bool method getEtag (line 332) | public function getEtag(): ?string method getExpiration (line 339) | public function getExpiration(): ?string method getExpires (line 346) | public function getExpires(): ?\DateTimeImmutable method getLastModified (line 353) | public function getLastModified(): ?\DateTimeImmutable method getMetadata (line 363) | public function getMetadata(): array method getMissingMeta (line 370) | public function getMissingMeta(): ?int method getObjectLockLegalHoldStatus (line 380) | public function getObjectLockLegalHoldStatus(): ?string method getObjectLockMode (line 390) | public function getObjectLockMode(): ?string method getObjectLockRetainUntilDate (line 397) | public function getObjectLockRetainUntilDate(): ?\DateTimeImmutable method getPartsCount (line 404) | public function getPartsCount(): ?int method getReplicationStatus (line 414) | public function getReplicationStatus(): ?string method getRequestCharged (line 424) | public function getRequestCharged(): ?string method getRestore (line 431) | public function getRestore(): ?string method getServerSideEncryption (line 441) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 448) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKeyMd5 (line 455) | public function getSseCustomerKeyMd5(): ?string method getSseKmsKeyId (line 462) | public function getSseKmsKeyId(): ?string method getStorageClass (line 472) | public function getStorageClass(): ?string method getTagCount (line 479) | public function getTagCount(): ?int method getVersionId (line 486) | public function getVersionId(): ?string method getWebsiteRedirectLocation (line 493) | public function getWebsiteRedirectLocation(): ?string method populateResult (line 500) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/HeadObjectOutput.php class HeadObjectOutput (line 15) | class HeadObjectOutput extends Result method getAcceptRanges (line 265) | public function getAcceptRanges(): ?string method getArchiveStatus (line 275) | public function getArchiveStatus(): ?string method getBucketKeyEnabled (line 282) | public function getBucketKeyEnabled(): ?bool method getCacheControl (line 289) | public function getCacheControl(): ?string method getChecksumCrc32 (line 296) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 303) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 310) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 317) | public function getChecksumSha256(): ?string method getContentDisposition (line 324) | public function getContentDisposition(): ?string method getContentEncoding (line 331) | public function getContentEncoding(): ?string method getContentLanguage (line 338) | public function getContentLanguage(): ?string method getContentLength (line 345) | public function getContentLength(): ?string method getContentType (line 352) | public function getContentType(): ?string method getDeleteMarker (line 359) | public function getDeleteMarker(): ?bool method getEtag (line 366) | public function getEtag(): ?string method getExpiration (line 373) | public function getExpiration(): ?string method getExpires (line 380) | public function getExpires(): ?\DateTimeImmutable method getLastModified (line 387) | public function getLastModified(): ?\DateTimeImmutable method getMetadata (line 397) | public function getMetadata(): array method getMissingMeta (line 404) | public function getMissingMeta(): ?int method getObjectLockLegalHoldStatus (line 414) | public function getObjectLockLegalHoldStatus(): ?string method getObjectLockMode (line 424) | public function getObjectLockMode(): ?string method getObjectLockRetainUntilDate (line 431) | public function getObjectLockRetainUntilDate(): ?\DateTimeImmutable method getPartsCount (line 438) | public function getPartsCount(): ?int method getReplicationStatus (line 448) | public function getReplicationStatus(): ?string method getRequestCharged (line 458) | public function getRequestCharged(): ?string method getRestore (line 465) | public function getRestore(): ?string method getServerSideEncryption (line 475) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 482) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKeyMd5 (line 489) | public function getSseCustomerKeyMd5(): ?string method getSseKmsKeyId (line 496) | public function getSseKmsKeyId(): ?string method getStorageClass (line 506) | public function getStorageClass(): ?string method getVersionId (line 513) | public function getVersionId(): ?string method getWebsiteRedirectLocation (line 520) | public function getWebsiteRedirectLocation(): ?string method populateResult (line 527) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/ListBucketsOutput.php class ListBucketsOutput (line 13) | class ListBucketsOutput extends Result implements \IteratorAggregate method getBuckets (line 28) | public function getBuckets(): iterable method getIterator (line 40) | public function getIterator(): \Traversable method getOwner (line 45) | public function getOwner(): ?Owner method populateResult (line 52) | protected function populateResult(Response $response): void method populateResultBuckets (line 65) | private function populateResultBuckets(\SimpleXMLElement $xml): array FILE: server/vendor/async-aws/s3/src/Result/ListMultipartUploadsOutput.php class ListMultipartUploadsOutput (line 20) | class ListMultipartUploadsOutput extends Result implements \IteratorAggr... method getBucket (line 98) | public function getBucket(): ?string method getCommonPrefixes (line 110) | public function getCommonPrefixes(bool $currentPageOnly = false): iter... method getDelimiter (line 151) | public function getDelimiter(): ?string method getEncodingType (line 161) | public function getEncodingType(): ?string method getIsTruncated (line 168) | public function getIsTruncated(): ?bool method getIterator (line 180) | public function getIterator(): \Traversable method getKeyMarker (line 215) | public function getKeyMarker(): ?string method getMaxUploads (line 222) | public function getMaxUploads(): ?int method getNextKeyMarker (line 229) | public function getNextKeyMarker(): ?string method getNextUploadIdMarker (line 236) | public function getNextUploadIdMarker(): ?string method getPrefix (line 243) | public function getPrefix(): ?string method getRequestCharged (line 253) | public function getRequestCharged(): ?string method getUploadIdMarker (line 260) | public function getUploadIdMarker(): ?string method getUploads (line 272) | public function getUploads(bool $currentPageOnly = false): iterable method populateResult (line 313) | protected function populateResult(Response $response): void method populateResultCommonPrefixList (line 337) | private function populateResultCommonPrefixList(\SimpleXMLElement $xml... method populateResultMultipartUploadList (line 352) | private function populateResultMultipartUploadList(\SimpleXMLElement $... FILE: server/vendor/async-aws/s3/src/Result/ListObjectsV2Output.php class ListObjectsV2Output (line 20) | class ListObjectsV2Output extends Result implements \IteratorAggregate method getCommonPrefixes (line 127) | public function getCommonPrefixes(bool $currentPageOnly = false): iter... method getContents (line 171) | public function getContents(bool $currentPageOnly = false): iterable method getContinuationToken (line 210) | public function getContinuationToken(): ?string method getDelimiter (line 217) | public function getDelimiter(): ?string method getEncodingType (line 227) | public function getEncodingType(): ?string method getIsTruncated (line 234) | public function getIsTruncated(): ?bool method getIterator (line 246) | public function getIterator(): \Traversable method getKeyCount (line 279) | public function getKeyCount(): ?int method getMaxKeys (line 286) | public function getMaxKeys(): ?int method getName (line 293) | public function getName(): ?string method getNextContinuationToken (line 300) | public function getNextContinuationToken(): ?string method getPrefix (line 307) | public function getPrefix(): ?string method getRequestCharged (line 317) | public function getRequestCharged(): ?string method getStartAfter (line 324) | public function getStartAfter(): ?string method populateResult (line 331) | protected function populateResult(Response $response): void method populateResultChecksumAlgorithmList (line 355) | private function populateResultChecksumAlgorithmList(\SimpleXMLElement... method populateResultCommonPrefixList (line 371) | private function populateResultCommonPrefixList(\SimpleXMLElement $xml... method populateResultObjectList (line 386) | private function populateResultObjectList(\SimpleXMLElement $xml): array FILE: server/vendor/async-aws/s3/src/Result/ListPartsOutput.php class ListPartsOutput (line 20) | class ListPartsOutput extends Result implements \IteratorAggregate method getAbortDate (line 110) | public function getAbortDate(): ?\DateTimeImmutable method getAbortRuleId (line 117) | public function getAbortRuleId(): ?string method getBucket (line 124) | public function getBucket(): ?string method getChecksumAlgorithm (line 134) | public function getChecksumAlgorithm(): ?string method getInitiator (line 141) | public function getInitiator(): ?Initiator method getIsTruncated (line 148) | public function getIsTruncated(): ?bool method getIterator (line 160) | public function getIterator(): \Traversable method getKey (line 165) | public function getKey(): ?string method getMaxParts (line 172) | public function getMaxParts(): ?int method getNextPartNumberMarker (line 179) | public function getNextPartNumberMarker(): ?int method getOwner (line 186) | public function getOwner(): ?Owner method getPartNumberMarker (line 193) | public function getPartNumberMarker(): ?int method getParts (line 205) | public function getParts(bool $currentPageOnly = false): iterable method getRequestCharged (line 247) | public function getRequestCharged(): ?string method getStorageClass (line 257) | public function getStorageClass(): ?string method getUploadId (line 264) | public function getUploadId(): ?string method populateResult (line 271) | protected function populateResult(Response $response): void method populateResultParts (line 303) | private function populateResultParts(\SimpleXMLElement $xml): array FILE: server/vendor/async-aws/s3/src/Result/ObjectExistsWaiter.php class ObjectExistsWaiter (line 12) | class ObjectExistsWaiter extends Waiter method extractState (line 17) | protected function extractState(Response $response, ?HttpException $ex... method refreshState (line 30) | protected function refreshState(): Waiter FILE: server/vendor/async-aws/s3/src/Result/ObjectNotExistsWaiter.php class ObjectNotExistsWaiter (line 12) | class ObjectNotExistsWaiter extends Waiter method extractState (line 17) | protected function extractState(Response $response, ?HttpException $ex... method refreshState (line 26) | protected function refreshState(): Waiter FILE: server/vendor/async-aws/s3/src/Result/PutObjectAclOutput.php class PutObjectAclOutput (line 9) | class PutObjectAclOutput extends Result method getRequestCharged (line 16) | public function getRequestCharged(): ?string method populateResult (line 23) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/PutObjectOutput.php class PutObjectOutput (line 10) | class PutObjectOutput extends Result method getBucketKeyEnabled (line 107) | public function getBucketKeyEnabled(): ?bool method getChecksumCrc32 (line 114) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 121) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 128) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 135) | public function getChecksumSha256(): ?string method getEtag (line 142) | public function getEtag(): ?string method getExpiration (line 149) | public function getExpiration(): ?string method getRequestCharged (line 159) | public function getRequestCharged(): ?string method getServerSideEncryption (line 169) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 176) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKeyMd5 (line 183) | public function getSseCustomerKeyMd5(): ?string method getSseKmsEncryptionContext (line 190) | public function getSseKmsEncryptionContext(): ?string method getSseKmsKeyId (line 197) | public function getSseKmsKeyId(): ?string method getVersionId (line 204) | public function getVersionId(): ?string method populateResult (line 211) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/Result/UploadPartOutput.php class UploadPartOutput (line 10) | class UploadPartOutput extends Result method getBucketKeyEnabled (line 84) | public function getBucketKeyEnabled(): ?bool method getChecksumCrc32 (line 91) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 98) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 105) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 112) | public function getChecksumSha256(): ?string method getEtag (line 119) | public function getEtag(): ?string method getRequestCharged (line 129) | public function getRequestCharged(): ?string method getServerSideEncryption (line 139) | public function getServerSideEncryption(): ?string method getSseCustomerAlgorithm (line 146) | public function getSseCustomerAlgorithm(): ?string method getSseCustomerKeyMd5 (line 153) | public function getSseCustomerKeyMd5(): ?string method getSseKmsKeyId (line 160) | public function getSseKmsKeyId(): ?string method populateResult (line 167) | protected function populateResult(Response $response): void FILE: server/vendor/async-aws/s3/src/S3Client.php class S3Client (line 88) | class S3Client extends AbstractApi method abortMultipartUpload (line 133) | public function abortMultipartUpload($input): AbortMultipartUploadOutput method bucketExists (line 153) | public function bucketExists($input): BucketExistsWaiter method bucketNotExists (line 173) | public function bucketNotExists($input): BucketNotExistsWaiter method completeMultipartUpload (line 281) | public function completeMultipartUpload($input): CompleteMultipartUplo... method copyObject (line 502) | public function copyObject($input): CopyObjectOutput method createBucket (line 604) | public function createBucket($input): CreateBucketOutput method createMultipartUpload (line 834) | public function createMultipartUpload($input): CreateMultipartUploadOu... method deleteBucket (line 865) | public function deleteBucket($input): Result method deleteBucketCors (line 901) | public function deleteBucketCors($input): Result method deleteObject (line 955) | public function deleteObject($input): DeleteObjectOutput method deleteObjects (line 1017) | public function deleteObjects($input): DeleteObjectsOutput method getBucketCors (line 1061) | public function getBucketCors($input): GetBucketCorsOutput method getBucketEncryption (line 1100) | public function getBucketEncryption($input): GetBucketEncryptionOutput method getObject (line 1257) | public function getObject($input): GetObjectOutput method getObjectAcl (line 1312) | public function getObjectAcl($input): GetObjectAclOutput method headObject (line 1418) | public function headObject($input): HeadObjectOutput method listBuckets (line 1445) | public function listBuckets($input = []): ListBucketsOutput method listMultipartUploads (line 1505) | public function listMultipartUploads($input): ListMultipartUploadsOutput method listObjectsV2 (line 1568) | public function listObjectsV2($input): ListObjectsV2Output method listParts (line 1632) | public function listParts($input): ListPartsOutput method objectExists (line 1663) | public function objectExists($input): ObjectExistsWaiter method objectNotExists (line 1696) | public function objectNotExists($input): ObjectNotExistsWaiter method putBucketCors (line 1757) | public function putBucketCors($input): Result method putBucketNotificationConfiguration (line 1827) | public function putBucketNotificationConfiguration($input): Result method putObject (line 1958) | public function putObject($input): PutObjectOutput method putObjectAcl (line 2109) | public function putObjectAcl($input): PutObjectAclOutput method uploadPart (line 2235) | public function uploadPart($input): UploadPartOutput method getAwsErrorFactory (line 2243) | protected function getAwsErrorFactory(): AwsErrorFactoryInterface method getEndpoint (line 2248) | protected function getEndpoint(string $uri, array $query, ?string $reg... method getEndpointMetadata (line 2269) | protected function getEndpointMetadata(?string $region): array method getServiceCode (line 2405) | protected function getServiceCode(): string method getSignatureScopeName (line 2412) | protected function getSignatureScopeName(): string method getSignatureVersion (line 2419) | protected function getSignatureVersion(): string method getSignerFactories (line 2429) | protected function getSignerFactories(): array FILE: server/vendor/async-aws/s3/src/Signer/SignerV4ForS3.php class SignerV4ForS3 (line 23) | class SignerV4ForS3 extends SignerV4 method __construct (line 48) | public function __construct(string $scopeName, string $region, array $... method sign (line 60) | public function sign(Request $request, Credentials $credentials, Reque... method buildBodyDigest (line 73) | protected function buildBodyDigest(Request $request, bool $isPresign):... method buildCanonicalPath (line 87) | protected function buildCanonicalPath(Request $request): string method convertBodyToStream (line 92) | protected function convertBodyToStream(SigningContext $context): void method buildChunkStringToSign (line 151) | private function buildChunkStringToSign(\DateTimeImmutable $now, strin... method buildSignature (line 166) | private function buildSignature(string $stringToSign, string $signingK... FILE: server/vendor/async-aws/s3/src/ValueObject/AccessControlPolicy.php class AccessControlPolicy (line 8) | final class AccessControlPolicy method __construct (line 26) | public function __construct(array $input) method create (line 32) | public static function create($input): self method getGrants (line 40) | public function getGrants(): array method getOwner (line 45) | public function getOwner(): ?Owner method requestBody (line 53) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/AwsObject.php class AwsObject (line 11) | final class AwsObject method __construct (line 69) | public function __construct(array $input) method create (line 80) | public static function create($input): self method getChecksumAlgorithm (line 88) | public function getChecksumAlgorithm(): array method getEtag (line 93) | public function getEtag(): ?string method getKey (line 98) | public function getKey(): ?string method getLastModified (line 103) | public function getLastModified(): ?\DateTimeImmutable method getOwner (line 108) | public function getOwner(): ?Owner method getSize (line 113) | public function getSize(): ?string method getStorageClass (line 121) | public function getStorageClass(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/Bucket.php class Bucket (line 9) | final class Bucket method __construct (line 28) | public function __construct(array $input) method create (line 34) | public static function create($input): self method getCreationDate (line 39) | public function getCreationDate(): ?\DateTimeImmutable method getName (line 44) | public function getName(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/CORSConfiguration.php class CORSConfiguration (line 13) | final class CORSConfiguration method __construct (line 26) | public function __construct(array $input) method create (line 31) | public static function create($input): self method getCorsRules (line 39) | public function getCorsRules(): array method requestBody (line 47) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/CORSRule.php class CORSRule (line 10) | final class CORSRule method __construct (line 55) | public function __construct(array $input) method create (line 65) | public static function create($input): self method getAllowedHeaders (line 73) | public function getAllowedHeaders(): array method getAllowedMethods (line 81) | public function getAllowedMethods(): array method getAllowedOrigins (line 89) | public function getAllowedOrigins(): array method getExposeHeaders (line 97) | public function getExposeHeaders(): array method getId (line 102) | public function getId(): ?string method getMaxAgeSeconds (line 107) | public function getMaxAgeSeconds(): ?int method requestBody (line 115) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/CommonPrefix.php class CommonPrefix (line 10) | final class CommonPrefix method __construct (line 22) | public function __construct(array $input) method create (line 27) | public static function create($input): self method getPrefix (line 32) | public function getPrefix(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/CompletedMultipartUpload.php class CompletedMultipartUpload (line 8) | final class CompletedMultipartUpload method __construct (line 22) | public function __construct(array $input) method create (line 27) | public static function create($input): self method getParts (line 35) | public function getParts(): array method requestBody (line 43) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/CompletedPart.php class CompletedPart (line 8) | final class CompletedPart method __construct (line 66) | public function __construct(array $input) method create (line 76) | public static function create($input): self method getChecksumCrc32 (line 81) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 86) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 91) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 96) | public function getChecksumSha256(): ?string method getEtag (line 101) | public function getEtag(): ?string method getPartNumber (line 106) | public function getPartNumber(): ?int method requestBody (line 114) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/CopyObjectResult.php class CopyObjectResult (line 8) | final class CopyObjectResult method __construct (line 66) | public function __construct(array $input) method create (line 76) | public static function create($input): self method getChecksumCrc32 (line 81) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 86) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 91) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 96) | public function getChecksumSha256(): ?string method getEtag (line 101) | public function getEtag(): ?string method getLastModified (line 106) | public function getLastModified(): ?\DateTimeImmutable FILE: server/vendor/async-aws/s3/src/ValueObject/CreateBucketConfiguration.php class CreateBucketConfiguration (line 11) | final class CreateBucketConfiguration method __construct (line 24) | public function __construct(array $input) method create (line 29) | public static function create($input): self method getLocationConstraint (line 37) | public function getLocationConstraint(): ?string method requestBody (line 45) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/Delete.php class Delete (line 10) | final class Delete method __construct (line 28) | public function __construct(array $input) method create (line 34) | public static function create($input): self method getObjects (line 42) | public function getObjects(): array method getQuiet (line 47) | public function getQuiet(): ?bool method requestBody (line 55) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/DeletedObject.php class DeletedObject (line 8) | final class DeletedObject method __construct (line 40) | public function __construct(array $input) method create (line 48) | public static function create($input): self method getDeleteMarker (line 53) | public function getDeleteMarker(): ?bool method getDeleteMarkerVersionId (line 58) | public function getDeleteMarkerVersionId(): ?string method getKey (line 63) | public function getKey(): ?string method getVersionId (line 68) | public function getVersionId(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/Error.php class Error (line 10) | final class Error method __construct (line 515) | public function __construct(array $input) method create (line 523) | public static function create($input): self method getCode (line 528) | public function getCode(): ?string method getKey (line 533) | public function getKey(): ?string method getMessage (line 538) | public function getMessage(): ?string method getVersionId (line 543) | public function getVersionId(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/EventBridgeConfiguration.php class EventBridgeConfiguration (line 8) | final class EventBridgeConfiguration method create (line 10) | public static function create($input): self method requestBody (line 18) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/FilterRule.php class FilterRule (line 11) | final class FilterRule method __construct (line 33) | public function __construct(array $input) method create (line 39) | public static function create($input): self method getName (line 47) | public function getName(): ?string method getValue (line 52) | public function getValue(): ?string method requestBody (line 60) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/Grant.php class Grant (line 11) | final class Grant method __construct (line 29) | public function __construct(array $input) method create (line 35) | public static function create($input): self method getGrantee (line 40) | public function getGrantee(): ?Grantee method getPermission (line 48) | public function getPermission(): ?string method requestBody (line 56) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/Grantee.php class Grantee (line 11) | final class Grantee method __construct (line 63) | public function __construct(array $input) method create (line 72) | public static function create($input): self method getDisplayName (line 77) | public function getDisplayName(): ?string method getEmailAddress (line 82) | public function getEmailAddress(): ?string method getId (line 87) | public function getId(): ?string method getType (line 95) | public function getType(): string method getUri (line 100) | public function getUri(): ?string method requestBody (line 108) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/Initiator.php class Initiator (line 8) | final class Initiator method __construct (line 27) | public function __construct(array $input) method create (line 33) | public static function create($input): self method getDisplayName (line 38) | public function getDisplayName(): ?string method getId (line 43) | public function getId(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/LambdaFunctionConfiguration.php class LambdaFunctionConfiguration (line 11) | final class LambdaFunctionConfiguration method __construct (line 38) | public function __construct(array $input) method create (line 46) | public static function create($input): self method getEvents (line 54) | public function getEvents(): array method getFilter (line 59) | public function getFilter(): ?NotificationConfigurationFilter method getId (line 64) | public function getId(): ?string method getLambdaFunctionArn (line 69) | public function getLambdaFunctionArn(): string method requestBody (line 77) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/MultipartUpload.php class MultipartUpload (line 11) | final class MultipartUpload method __construct (line 59) | public function __construct(array $input) method create (line 70) | public static function create($input): self method getChecksumAlgorithm (line 78) | public function getChecksumAlgorithm(): ?string method getInitiated (line 83) | public function getInitiated(): ?\DateTimeImmutable method getInitiator (line 88) | public function getInitiator(): ?Initiator method getKey (line 93) | public function getKey(): ?string method getOwner (line 98) | public function getOwner(): ?Owner method getStorageClass (line 106) | public function getStorageClass(): ?string method getUploadId (line 111) | public function getUploadId(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/NotificationConfiguration.php class NotificationConfiguration (line 9) | final class NotificationConfiguration method __construct (line 39) | public function __construct(array $input) method create (line 47) | public static function create($input): self method getEventBridgeConfiguration (line 52) | public function getEventBridgeConfiguration(): ?EventBridgeConfiguration method getLambdaFunctionConfigurations (line 60) | public function getLambdaFunctionConfigurations(): array method getQueueConfigurations (line 68) | public function getQueueConfigurations(): array method getTopicConfigurations (line 76) | public function getTopicConfigurations(): array method requestBody (line 84) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/NotificationConfigurationFilter.php class NotificationConfigurationFilter (line 11) | final class NotificationConfigurationFilter method __construct (line 20) | public function __construct(array $input) method create (line 25) | public static function create($input): self method getKey (line 30) | public function getKey(): ?S3KeyFilter method requestBody (line 38) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/ObjectIdentifier.php class ObjectIdentifier (line 10) | final class ObjectIdentifier method __construct (line 33) | public function __construct(array $input) method create (line 39) | public static function create($input): self method getKey (line 44) | public function getKey(): string method getVersionId (line 49) | public function getVersionId(): ?string method requestBody (line 57) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/Owner.php class Owner (line 8) | final class Owner method __construct (line 36) | public function __construct(array $input) method create (line 42) | public static function create($input): self method getDisplayName (line 47) | public function getDisplayName(): ?string method getId (line 52) | public function getId(): ?string method requestBody (line 60) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/Part.php class Part (line 8) | final class Part method __construct (line 78) | public function __construct(array $input) method create (line 90) | public static function create($input): self method getChecksumCrc32 (line 95) | public function getChecksumCrc32(): ?string method getChecksumCrc32C (line 100) | public function getChecksumCrc32C(): ?string method getChecksumSha1 (line 105) | public function getChecksumSha1(): ?string method getChecksumSha256 (line 110) | public function getChecksumSha256(): ?string method getEtag (line 115) | public function getEtag(): ?string method getLastModified (line 120) | public function getLastModified(): ?\DateTimeImmutable method getPartNumber (line 125) | public function getPartNumber(): ?int method getSize (line 130) | public function getSize(): ?string FILE: server/vendor/async-aws/s3/src/ValueObject/QueueConfiguration.php class QueueConfiguration (line 12) | final class QueueConfiguration method __construct (line 37) | public function __construct(array $input) method create (line 45) | public static function create($input): self method getEvents (line 53) | public function getEvents(): array method getFilter (line 58) | public function getFilter(): ?NotificationConfigurationFilter method getId (line 63) | public function getId(): ?string method getQueueArn (line 68) | public function getQueueArn(): string method requestBody (line 76) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/S3KeyFilter.php class S3KeyFilter (line 8) | final class S3KeyFilter method __construct (line 17) | public function __construct(array $input) method create (line 22) | public static function create($input): self method getFilterRules (line 30) | public function getFilterRules(): array method requestBody (line 38) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/async-aws/s3/src/ValueObject/ServerSideEncryptionByDefault.php class ServerSideEncryptionByDefault (line 16) | final class ServerSideEncryptionByDefault method __construct (line 50) | public function __construct(array $input) method create (line 56) | public static function create($input): self method getKmsMasterKeyId (line 61) | public function getKmsMasterKeyId(): ?string method getSseAlgorithm (line 69) | public function getSseAlgorithm(): string FILE: server/vendor/async-aws/s3/src/ValueObject/ServerSideEncryptionConfiguration.php class ServerSideEncryptionConfiguration (line 8) | final class ServerSideEncryptionConfiguration method __construct (line 20) | public function __construct(array $input) method create (line 25) | public static function create($input): self method getRules (line 33) | public function getRules(): array FILE: server/vendor/async-aws/s3/src/ValueObject/ServerSideEncryptionRule.php class ServerSideEncryptionRule (line 8) | final class ServerSideEncryptionRule method __construct (line 33) | public function __construct(array $input) method create (line 39) | public static function create($input): self method getApplyServerSideEncryptionByDefault (line 44) | public function getApplyServerSideEncryptionByDefault(): ?ServerSideEn... method getBucketKeyEnabled (line 49) | public function getBucketKeyEnabled(): ?bool FILE: server/vendor/async-aws/s3/src/ValueObject/TopicConfiguration.php class TopicConfiguration (line 12) | final class TopicConfiguration method __construct (line 40) | public function __construct(array $input) method create (line 48) | public static function create($input): self method getEvents (line 56) | public function getEvents(): array method getFilter (line 61) | public function getFilter(): ?NotificationConfigurationFilter method getId (line 66) | public function getId(): ?string method getTopicArn (line 71) | public function getTopicArn(): string method requestBody (line 79) | public function requestBody(\DOMElement $node, \DOMDocument $document)... FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php type CarbonDoctrineType (line 9) | interface CarbonDoctrineType method getSQLDeclaration (line 11) | public function getSQLDeclaration(array $fieldDeclaration, AbstractPla... method convertToPHPValue (line 13) | public function convertToPHPValue(mixed $value, AbstractPlatform $plat... method convertToDatabaseValue (line 15) | public function convertToDatabaseValue($value, AbstractPlatform $platf... FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php class CarbonImmutableType (line 7) | class CarbonImmutableType extends DateTimeImmutableType implements Carbo... FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php class CarbonType (line 7) | class CarbonType extends DateTimeType implements CarbonDoctrineType FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php type CarbonTypeConverter (line 22) | trait CarbonTypeConverter method getCarbonClassName (line 35) | protected function getCarbonClassName(): string method getSQLDeclaration (line 40) | public function getSQLDeclaration(array $fieldDeclaration, AbstractPla... method convertToDatabaseValue (line 65) | public function convertToDatabaseValue($value, AbstractPlatform $platf... method doConvertToPHPValue (line 82) | private function doConvertToPHPValue(mixed $value) method getMaximumPrecision (line 115) | private function getMaximumPrecision(AbstractPlatform $platform): int FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php class DateTimeDefaultPrecision (line 7) | class DateTimeDefaultPrecision method set (line 16) | public static function set(int $precision): void method get (line 26) | public static function get(): int FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php class DateTimeImmutableType (line 12) | class DateTimeImmutableType extends VarDateTimeImmutableType implements ... method convertToPHPValue (line 20) | public function convertToPHPValue(mixed $value, AbstractPlatform $plat... method getCarbonClassName (line 28) | protected function getCarbonClassName(): string FILE: server/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php class DateTimeType (line 12) | class DateTimeType extends VarDateTimeType implements CarbonDoctrineType method convertToPHPValue (line 20) | public function convertToPHPValue(mixed $value, AbstractPlatform $plat... FILE: server/vendor/composer/ClassLoader.php class ClassLoader (line 43) | class ClassLoader method __construct (line 106) | public function __construct($vendorDir = null) method getPrefixes (line 115) | public function getPrefixes() method getPrefixesPsr4 (line 127) | public function getPrefixesPsr4() method getFallbackDirs (line 135) | public function getFallbackDirs() method getFallbackDirsPsr4 (line 143) | public function getFallbackDirsPsr4() method getClassMap (line 151) | public function getClassMap() method addClassMap (line 161) | public function addClassMap(array $classMap) method add (line 180) | public function add($prefix, $paths, $prepend = false) method addPsr4 (line 230) | public function addPsr4($prefix, $paths, $prepend = false) method set (line 278) | public function set($prefix, $paths) method setPsr4 (line 298) | public function setPsr4($prefix, $paths) method setUseIncludePath (line 319) | public function setUseIncludePath($useIncludePath) method getUseIncludePath (line 330) | public function getUseIncludePath() method setClassMapAuthoritative (line 343) | public function setClassMapAuthoritative($classMapAuthoritative) method isClassMapAuthoritative (line 353) | public function isClassMapAuthoritative() method setApcuPrefix (line 365) | public function setApcuPrefix($apcuPrefix) method getApcuPrefix (line 375) | public function getApcuPrefix() method register (line 387) | public function register($prepend = false) method unregister (line 408) | public function unregister() method loadClass (line 423) | public function loadClass($class) method findFile (line 442) | public function findFile($class) method getRegisteredLoaders (line 482) | public static function getRegisteredLoaders() method findFileWithExtension (line 492) | private function findFileWithExtension($class, $ext) method initializeIncludeClosure (line 561) | private static function initializeIncludeClosure() FILE: server/vendor/composer/InstalledVersions.php class InstalledVersions (line 27) | class InstalledVersions method getInstalledPackages (line 52) | public static function getInstalledPackages() method getInstalledPackagesByType (line 73) | public static function getInstalledPackagesByType($type) method isInstalled (line 97) | public static function isInstalled($packageName, $includeDevRequiremen... method satisfies (line 120) | public static function satisfies(VersionParser $parser, $packageName, ... method getVersionRanges (line 137) | public static function getVersionRanges($packageName) method getVersion (line 168) | public static function getVersion($packageName) method getPrettyVersion (line 189) | public static function getPrettyVersion($packageName) method getReference (line 210) | public static function getReference($packageName) method getInstallPath (line 231) | public static function getInstallPath($packageName) method getRootPackage (line 248) | public static function getRootPackage() method getRawData (line 262) | public static function getRawData() method getAllRawData (line 285) | public static function getAllRawData() method reload (line 308) | public static function reload($data) method getInstalled (line 318) | private static function getInstalled() FILE: server/vendor/composer/autoload_real.php class ComposerAutoloaderInit434a4eb2fb23c7f559a3771baabf0fbb (line 5) | class ComposerAutoloaderInit434a4eb2fb23c7f559a3771baabf0fbb method loadClassLoader (line 9) | public static function loadClassLoader($class) method getLoader (line 19) | public static function getLoader() FILE: server/vendor/composer/autoload_static.php class ComposerStaticInit434a4eb2fb23c7f559a3771baabf0fbb (line 7) | class ComposerStaticInit434a4eb2fb23c7f559a3771baabf0fbb method getInitializer (line 441) | public static function getInitializer(ClassLoader $loader) FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php class CachedWordInflector (line 7) | class CachedWordInflector implements WordInflector method __construct (line 15) | public function __construct(WordInflector $wordInflector) method inflect (line 20) | public function inflect(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php class GenericLanguageInflectorFactory (line 11) | abstract class GenericLanguageInflectorFactory implements LanguageInflec... method __construct (line 19) | final public function __construct() method build (line 25) | final public function build(): Inflector method withSingularRules (line 37) | final public function withSingularRules(?Ruleset $singularRules, bool ... method withPluralRules (line 50) | final public function withPluralRules(?Ruleset $pluralRules, bool $res... method getSingularRuleset (line 63) | abstract protected function getSingularRuleset(): Ruleset; method getPluralRuleset (line 65) | abstract protected function getPluralRuleset(): Ruleset; FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php class Inflector (line 24) | class Inflector method __construct (line 223) | public function __construct(WordInflector $singularizer, WordInflector... method tableize (line 232) | public function tableize(string $word): string method classify (line 249) | public function classify(string $word): string method camelize (line 257) | public function camelize(string $word): string method capitalize (line 287) | public function capitalize(string $string, string $delimiters = " \n\t... method seemsUtf8 (line 297) | public function seemsUtf8(string $string): bool method unaccent (line 335) | public function unaccent(string $string): string method urlize (line 448) | public function urlize(string $string): string method singularize (line 491) | public function singularize(string $word): string method pluralize (line 503) | public function pluralize(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php class InflectorFactory (line 17) | final class InflectorFactory method create (line 19) | public static function create(): LanguageInflectorFactory method createForLanguage (line 24) | public static function createForLanguage(string $language): LanguageIn... FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php class Language (line 7) | final class Language method __construct (line 16) | private function __construct() FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php type LanguageInflectorFactory (line 9) | interface LanguageInflectorFactory method withSingularRules (line 18) | public function withSingularRules(?Ruleset $singularRules, bool $reset... method withPluralRules (line 27) | public function withPluralRules(?Ruleset $pluralRules, bool $reset = f... method build (line 32) | public function build(): Inflector; FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php class NoopWordInflector (line 7) | class NoopWordInflector implements WordInflector method inflect (line 9) | public function inflect(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php class Inflectible (line 12) | class Inflectible method getSingular (line 15) | public static function getSingular(): iterable method getPlural (line 63) | public static function getPlural(): iterable method getIrregular (line 93) | public static function getIrregular(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php class InflectorFactory (line 10) | final class InflectorFactory extends GenericLanguageInflectorFactory method getSingularRuleset (line 12) | protected function getSingularRuleset(): Ruleset method getPluralRuleset (line 17) | protected function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php class Rules (line 12) | final class Rules method getSingularRuleset (line 14) | public static function getSingularRuleset(): Ruleset method getPluralRuleset (line 23) | public static function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php class Uninflected (line 9) | final class Uninflected method getSingular (line 12) | public static function getSingular(): iterable method getPlural (line 32) | public static function getPlural(): iterable method getDefault (line 43) | private static function getDefault(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php class Inflectible (line 12) | class Inflectible method getSingular (line 15) | public static function getSingular(): iterable method getPlural (line 25) | public static function getPlural(): iterable method getIrregular (line 38) | public static function getIrregular(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php class InflectorFactory (line 10) | final class InflectorFactory extends GenericLanguageInflectorFactory method getSingularRuleset (line 12) | protected function getSingularRuleset(): Ruleset method getPluralRuleset (line 17) | protected function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php class Rules (line 12) | final class Rules method getSingularRuleset (line 14) | public static function getSingularRuleset(): Ruleset method getPluralRuleset (line 23) | public static function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php class Uninflected (line 9) | final class Uninflected method getSingular (line 12) | public static function getSingular(): iterable method getPlural (line 18) | public static function getPlural(): iterable method getDefault (line 24) | private static function getDefault(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php class Inflectible (line 12) | class Inflectible method getSingular (line 15) | public static function getSingular(): iterable method getPlural (line 22) | public static function getPlural(): iterable method getIrregular (line 30) | public static function getIrregular(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php class InflectorFactory (line 10) | final class InflectorFactory extends GenericLanguageInflectorFactory method getSingularRuleset (line 12) | protected function getSingularRuleset(): Ruleset method getPluralRuleset (line 17) | protected function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php class Rules (line 12) | final class Rules method getSingularRuleset (line 14) | public static function getSingularRuleset(): Ruleset method getPluralRuleset (line 23) | public static function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php class Uninflected (line 9) | final class Uninflected method getSingular (line 12) | public static function getSingular(): iterable method getPlural (line 18) | public static function getPlural(): iterable method getDefault (line 24) | private static function getDefault(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php class Pattern (line 9) | final class Pattern method __construct (line 17) | public function __construct(string $pattern) method getPattern (line 28) | public function getPattern(): string method getRegex (line 33) | public function getRegex(): string method matches (line 38) | public function matches(string $word): bool FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php class Patterns (line 11) | class Patterns method __construct (line 19) | public function __construct(Pattern ...$patterns) method matches (line 30) | public function matches(string $word): bool FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php class Inflectible (line 12) | class Inflectible method getSingular (line 15) | public static function getSingular(): iterable method getPlural (line 36) | public static function getPlural(): iterable method getIrregular (line 58) | public static function getIrregular(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php class InflectorFactory (line 10) | final class InflectorFactory extends GenericLanguageInflectorFactory method getSingularRuleset (line 12) | protected function getSingularRuleset(): Ruleset method getPluralRuleset (line 17) | protected function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php class Rules (line 12) | final class Rules method getSingularRuleset (line 14) | public static function getSingularRuleset(): Ruleset method getPluralRuleset (line 23) | public static function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php class Uninflected (line 9) | final class Uninflected method getSingular (line 12) | public static function getSingular(): iterable method getPlural (line 18) | public static function getPlural(): iterable method getDefault (line 24) | private static function getDefault(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php class Ruleset (line 7) | class Ruleset method __construct (line 18) | public function __construct(Transformations $regular, Patterns $uninfl... method getRegular (line 25) | public function getRegular(): Transformations method getUninflected (line 30) | public function getUninflected(): Patterns method getIrregular (line 35) | public function getIrregular(): Substitutions FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php class Inflectible (line 12) | class Inflectible method getSingular (line 15) | public static function getSingular(): iterable method getPlural (line 25) | public static function getPlural(): iterable method getIrregular (line 39) | public static function getIrregular(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php class InflectorFactory (line 10) | final class InflectorFactory extends GenericLanguageInflectorFactory method getSingularRuleset (line 12) | protected function getSingularRuleset(): Ruleset method getPluralRuleset (line 17) | protected function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php class Rules (line 12) | final class Rules method getSingularRuleset (line 14) | public static function getSingularRuleset(): Ruleset method getPluralRuleset (line 23) | public static function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php class Uninflected (line 9) | final class Uninflected method getSingular (line 12) | public static function getSingular(): iterable method getPlural (line 18) | public static function getPlural(): iterable method getDefault (line 24) | private static function getDefault(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php class Substitution (line 7) | final class Substitution method __construct (line 15) | public function __construct(Word $from, Word $to) method getFrom (line 21) | public function getFrom(): Word method getTo (line 26) | public function getTo(): Word FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php class Substitutions (line 13) | class Substitutions implements WordInflector method __construct (line 18) | public function __construct(Substitution ...$substitutions) method getFlippedSubstitutions (line 25) | public function getFlippedSubstitutions(): Substitutions method inflect (line 39) | public function inflect(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php class Transformation (line 11) | final class Transformation implements WordInflector method __construct (line 19) | public function __construct(Pattern $pattern, string $replacement) method getPattern (line 25) | public function getPattern(): Pattern method getReplacement (line 30) | public function getReplacement(): string method inflect (line 35) | public function inflect(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php class Transformations (line 9) | class Transformations implements WordInflector method __construct (line 14) | public function __construct(Transformation ...$transformations) method inflect (line 19) | public function inflect(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php class Inflectible (line 12) | class Inflectible method getSingular (line 15) | public static function getSingular(): iterable method getPlural (line 21) | public static function getPlural(): iterable method getIrregular (line 28) | public static function getIrregular(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php class InflectorFactory (line 10) | final class InflectorFactory extends GenericLanguageInflectorFactory method getSingularRuleset (line 12) | protected function getSingularRuleset(): Ruleset method getPluralRuleset (line 17) | protected function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php class Rules (line 12) | final class Rules method getSingularRuleset (line 14) | public static function getSingularRuleset(): Ruleset method getPluralRuleset (line 23) | public static function getPluralRuleset(): Ruleset FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php class Uninflected (line 9) | final class Uninflected method getSingular (line 12) | public static function getSingular(): iterable method getPlural (line 18) | public static function getPlural(): iterable method getDefault (line 24) | private static function getDefault(): iterable FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php class Word (line 7) | class Word method __construct (line 12) | public function __construct(string $word) method getWord (line 17) | public function getWord(): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php class RulesetInflector (line 20) | class RulesetInflector implements WordInflector method __construct (line 25) | public function __construct(Ruleset $ruleset, Ruleset ...$rulesets) method inflect (line 30) | public function inflect(string $word): string FILE: server/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php type WordInflector (line 7) | interface WordInflector method inflect (line 9) | public function inflect(string $word): string; FILE: server/vendor/graham-campbell/result-type/src/Error.php class Error (line 25) | final class Error extends Result method __construct (line 39) | private function __construct($value) method create (line 53) | public static function create($value) method success (line 63) | public function success() method map (line 77) | public function map(callable $f) method flatMap (line 92) | public function flatMap(callable $f) method error (line 103) | public function error() method mapError (line 117) | public function mapError(callable $f) FILE: server/vendor/graham-campbell/result-type/src/Result.php class Result (line 20) | abstract class Result method success (line 27) | abstract public function success(); method map (line 38) | abstract public function map(callable $f); method flatMap (line 50) | abstract public function flatMap(callable $f); method error (line 57) | abstract public function error(); method mapError (line 68) | abstract public function mapError(callable $f); FILE: server/vendor/graham-campbell/result-type/src/Success.php class Success (line 25) | final class Success extends Result method __construct (line 39) | private function __construct($value) method create (line 53) | public static function create($value) method success (line 63) | public function success() method map (line 77) | public function map(callable $f) method flatMap (line 92) | public function flatMap(callable $f) method error (line 102) | public function error() method mapError (line 116) | public function mapError(callable $f) FILE: server/vendor/guzzlehttp/command/src/Command.php class Command (line 9) | class Command implements CommandInterface method __construct (line 24) | public function __construct( method getHandlerStack (line 34) | public function getHandlerStack() method getName (line 39) | public function getName() method hasParam (line 44) | public function hasParam($name) method __clone (line 49) | public function __clone() FILE: server/vendor/guzzlehttp/command/src/CommandInterface.php type CommandInterface (line 13) | interface CommandInterface extends \ArrayAccess, \IteratorAggregate, \Co... method getHandlerStack (line 22) | public function getHandlerStack(); method getName (line 29) | public function getName(); method hasParam (line 38) | public function hasParam($name); FILE: server/vendor/guzzlehttp/command/src/Exception/CommandClientException.php class CommandClientException (line 7) | class CommandClientException extends CommandException {} FILE: server/vendor/guzzlehttp/command/src/Exception/CommandException.php class CommandException (line 13) | class CommandException extends \RuntimeException implements GuzzleException method fromPrevious (line 29) | public static function fromPrevious(CommandInterface $command, \Except... method __construct (line 67) | public function __construct( method getCommand (line 85) | public function getCommand() method getRequest (line 95) | public function getRequest() method getResponse (line 105) | public function getResponse() FILE: server/vendor/guzzlehttp/command/src/Exception/CommandServerException.php class CommandServerException (line 7) | class CommandServerException extends CommandException {} FILE: server/vendor/guzzlehttp/command/src/HasDataTrait.php type HasDataTrait (line 11) | trait HasDataTrait method __toString (line 16) | public function __toString() method __debugInfo (line 21) | public function __debugInfo() method offsetExists (line 26) | public function offsetExists($offset) method offsetGet (line 31) | public function offsetGet($offset) method offsetSet (line 36) | public function offsetSet($offset, $value) method offsetUnset (line 41) | public function offsetUnset($offset) method count (line 46) | public function count() method getIterator (line 51) | public function getIterator() method toArray (line 56) | public function toArray() FILE: server/vendor/guzzlehttp/command/src/Result.php class Result (line 7) | class Result implements ResultInterface method __construct (line 14) | public function __construct(array $data = []) FILE: server/vendor/guzzlehttp/command/src/ResultInterface.php type ResultInterface (line 7) | interface ResultInterface extends \ArrayAccess, \IteratorAggregate, \Cou... FILE: server/vendor/guzzlehttp/command/src/ServiceClient.php class ServiceClient (line 16) | class ServiceClient implements ServiceClientInterface method __construct (line 47) | public function __construct( method getHttpClient (line 60) | public function getHttpClient() method getHandlerStack (line 65) | public function getHandlerStack() method getCommand (line 70) | public function getCommand($name, array $params = []) method execute (line 75) | public function execute(CommandInterface $command) method executeAsync (line 80) | public function executeAsync(CommandInterface $command) method executeAll (line 88) | public function executeAll($commands, array $options = []) method executeAllAsync (line 114) | public function executeAllAsync($commands, array $options = []) method __call (line 146) | public function __call($name, array $args) method createCommandHandler (line 162) | private function createCommandHandler() method transformCommandToRequest (line 191) | private function transformCommandToRequest(CommandInterface $command) method transformResponseToResult (line 208) | private function transformResponseToResult( FILE: server/vendor/guzzlehttp/command/src/ServiceClientInterface.php type ServiceClientInterface (line 12) | interface ServiceClientInterface method getCommand (line 27) | public function getCommand($name, array $args = []); method execute (line 37) | public function execute(CommandInterface $command); method executeAsync (line 46) | public function executeAsync(CommandInterface $command); method executeAll (line 61) | public function executeAll($commands, array $options = []); method executeAllAsync (line 77) | public function executeAllAsync($commands, array $options = []); method getHttpClient (line 84) | public function getHttpClient(); method getHandlerStack (line 91) | public function getHandlerStack(); FILE: server/vendor/guzzlehttp/command/src/ToArrayInterface.php type ToArrayInterface (line 8) | interface ToArrayInterface method toArray (line 15) | public function toArray(); FILE: server/vendor/guzzlehttp/guzzle/src/Client.php class Client (line 26) | class Client implements ClientInterface method __construct (line 62) | public function __construct(array $config = []) method __call (line 84) | public function __call($method, $args) method sendAsync (line 106) | public function sendAsync(RequestInterface $request, array $options = []) method send (line 126) | public function send(RequestInterface $request, array $options = []) method requestAsync (line 146) | public function requestAsync($method, $uri = '', array $options = []) method request (line 179) | public function request($method, $uri = '', array $options = []) method getConfig (line 196) | public function getConfig($option = null) method buildUri (line 208) | private function buildUri($uri, array $config) method configureDefaults (line 231) | private function configureDefaults(array $config) method prepareDefaults (line 287) | private function prepareDefaults(array $options) method transfer (line 332) | private function transfer(RequestInterface $request, array $options) method applyOptions (line 365) | private function applyOptions(RequestInterface $request, array &$options) method invalidBody (line 493) | private function invalidBody() FILE: server/vendor/guzzlehttp/guzzle/src/ClientInterface.php type ClientInterface (line 13) | interface ClientInterface method send (line 30) | public function send(RequestInterface $request, array $options = []); method sendAsync (line 41) | public function sendAsync(RequestInterface $request, array $options = ... method request (line 57) | public function request($method, $uri, array $options = []); method requestAsync (line 73) | public function requestAsync($method, $uri, array $options = []); method getConfig (line 86) | public function getConfig($option = null); FILE: server/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php class CookieJar (line 10) | class CookieJar implements CookieJarInterface method __construct (line 25) | public function __construct($strictMode = false, $cookieArray = []) method fromArray (line 45) | public static function fromArray(array $cookies, $domain) method getCookieValue (line 63) | public static function getCookieValue($value) method shouldPersist (line 76) | public static function shouldPersist( method getCookieByName (line 95) | public function getCookieByName($name) method toArray (line 110) | public function toArray() method clear (line 117) | public function clear($domain = null, $path = null, $name = null) method clearSessionCookies (line 149) | public function clearSessionCookies() method setCookie (line 159) | public function setCookie(SetCookie $cookie) method count (line 220) | public function count() method getIterator (line 225) | public function getIterator() method extractCookies (line 230) | public function extractCookies( method getCookiePathFromRequest (line 261) | private function getCookiePathFromRequest(RequestInterface $request) method withCookieHeader (line 280) | public function withCookieHeader(RequestInterface $request) method removeCookieIfEmpty (line 310) | private function removeCookieIfEmpty(SetCookie $cookie) FILE: server/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php type CookieJarInterface (line 17) | interface CookieJarInterface extends \Countable, \IteratorAggregate method withCookieHeader (line 29) | public function withCookieHeader(RequestInterface $request); method extractCookies (line 37) | public function extractCookies( method setCookie (line 49) | public function setCookie(SetCookie $cookie); method clear (line 67) | public function clear($domain = null, $path = null, $name = null); method clearSessionCookies (line 76) | public function clearSessionCookies(); method toArray (line 83) | public function toArray(); FILE: server/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php class FileCookieJar (line 7) | class FileCookieJar extends CookieJar method __construct (line 24) | public function __construct($cookieFile, $storeSessionCookies = false) method __destruct (line 38) | public function __destruct() method save (line 49) | public function save($filename) method load (line 73) | public function load($filename) FILE: server/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php class SessionCookieJar (line 7) | class SessionCookieJar extends CookieJar method __construct (line 23) | public function __construct($sessionKey, $storeSessionCookies = false) method __destruct (line 34) | public function __destruct() method save (line 42) | public function save() method load (line 58) | protected function load() FILE: server/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php class SetCookie (line 7) | class SetCookie method fromString (line 32) | public static function fromString($cookie) method __construct (line 72) | public function __construct(array $data = []) method __toString (line 84) | public function __toString() method toArray (line 100) | public function toArray() method getName (line 110) | public function getName() method setName (line 120) | public function setName($name) method getValue (line 130) | public function getValue() method setValue (line 140) | public function setValue($value) method getDomain (line 150) | public function getDomain() method setDomain (line 160) | public function setDomain($domain) method getPath (line 170) | public function getPath() method setPath (line 180) | public function setPath($path) method getMaxAge (line 190) | public function getMaxAge() method setMaxAge (line 200) | public function setMaxAge($maxAge) method getExpires (line 210) | public function getExpires() method setExpires (line 220) | public function setExpires($timestamp) method getSecure (line 232) | public function getSecure() method setSecure (line 242) | public function setSecure($secure) method getDiscard (line 252) | public function getDiscard() method setDiscard (line 262) | public function setDiscard($discard) method getHttpOnly (line 272) | public function getHttpOnly() method setHttpOnly (line 282) | public function setHttpOnly($httpOnly) method matchesPath (line 304) | public function matchesPath($requestPath) method matchesDomain (line 334) | public function matchesDomain($domain) method isExpired (line 366) | public function isExpired() method validate (line 376) | public function validate() FILE: server/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php class BadResponseException (line 10) | class BadResponseException extends RequestException method __construct (line 12) | public function __construct( FILE: server/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php class ClientException (line 7) | class ClientException extends BadResponseException FILE: server/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php class ConnectException (line 11) | class ConnectException extends RequestException method __construct (line 13) | public function __construct( method getResponse (line 25) | public function getResponse() method hasResponse (line 33) | public function hasResponse() FILE: server/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php type GuzzleException (line 7) | interface GuzzleException extends Throwable type GuzzleException (line 20) | interface GuzzleException FILE: server/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php class InvalidArgumentException (line 5) | final class InvalidArgumentException extends \InvalidArgumentException i... FILE: server/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php class RequestException (line 12) | class RequestException extends TransferException method __construct (line 23) | public function __construct( method wrapException (line 48) | public static function wrapException(RequestInterface $request, \Excep... method create (line 65) | public static function create( method getResponseBodySummary (line 125) | public static function getResponseBodySummary(ResponseInterface $respo... method obfuscateUri (line 137) | private static function obfuscateUri(UriInterface $uri) method getRequest (line 153) | public function getRequest() method getResponse (line 163) | public function getResponse() method hasResponse (line 173) | public function hasResponse() method getHandlerContext (line 188) | public function getHandlerContext() FILE: server/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php class SeekException (line 9) | class SeekException extends \RuntimeException implements GuzzleException method __construct (line 13) | public function __construct(StreamInterface $stream, $pos = 0, $msg = '') method getStream (line 23) | public function getStream() FILE: server/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php class ServerException (line 7) | class ServerException extends BadResponseException FILE: server/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php class TooManyRedirectsException (line 4) | class TooManyRedirectsException extends RequestException FILE: server/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php class TransferException (line 4) | class TransferException extends \RuntimeException implements GuzzleExcep... FILE: server/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php class CurlFactory (line 15) | class CurlFactory implements CurlFactoryInterface method __construct (line 29) | public function __construct($maxHandles) method create (line 34) | public function create(RequestInterface $request, array $options) method release (line 64) | public function release(EasyHandle $easy) method finish (line 95) | public static function finish( method invokeStats (line 120) | private static function invokeStats(EasyHandle $easy) method finishError (line 134) | private static function finishError( method createRejection (line 158) | private static function createRejection(EasyHandle $easy, array $ctx) method getDefaultConf (line 206) | private function getDefaultConf(EasyHandle $easy) method applyMethod (line 233) | private function applyMethod(EasyHandle $easy, array &$conf) method applyBody (line 260) | private function applyBody(RequestInterface $request, array $options, ... method applyHeaders (line 301) | private function applyHeaders(EasyHandle $easy, array &$conf) method removeHeader (line 328) | private function removeHeader($name, array &$options) method applyHandlerOptions (line 338) | private function applyHandlerOptions(EasyHandle $easy, array &$conf) method retryFailedRewind (line 508) | private static function retryFailedRewind( method createHeaderFn (line 545) | private function createHeaderFn(EasyHandle $easy) FILE: server/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php type CurlFactoryInterface (line 6) | interface CurlFactoryInterface method create (line 17) | public function create(RequestInterface $request, array $options); method release (line 26) | public function release(EasyHandle $easy); FILE: server/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php class CurlHandler (line 14) | class CurlHandler method __construct (line 26) | public function __construct(array $options = []) method __invoke (line 33) | public function __invoke(RequestInterface $request, array $options) FILE: server/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php class CurlMultiHandler (line 18) | class CurlMultiHandler method __construct (line 39) | public function __construct(array $options = []) method __get (line 55) | public function __get($name) method __destruct (line 73) | public function __destruct() method __invoke (line 81) | public function __invoke(RequestInterface $request, array $options) method tick (line 101) | public function tick() method execute (line 136) | public function execute() method addRequest (line 149) | private function addRequest(array $entry) method cancel (line 168) | private function cancel($id) method processMessages (line 183) | private function processMessages() method timeToNext (line 207) | private function timeToNext() FILE: server/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php class EasyHandle (line 14) | final class EasyHandle method createResponse (line 45) | public function createResponse() method __get (line 85) | public function __get($name) FILE: server/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php class MockHandler (line 15) | class MockHandler implements \Countable method createWithMiddleware (line 33) | public static function createWithMiddleware( method __construct (line 50) | public function __construct( method __invoke (line 63) | public function __invoke(RequestInterface $request, array $options) method append (line 132) | public function append() method getLastRequest (line 153) | public function getLastRequest() method getLastOptions (line 163) | public function getLastOptions() method count (line 173) | public function count() method reset (line 178) | public function reset() method invokeStats (line 183) | private function invokeStats( FILE: server/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php class Proxy (line 10) | class Proxy method wrapSync (line 21) | public static function wrapSync( method wrapStreaming (line 45) | public static function wrapStreaming( FILE: server/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php class StreamHandler (line 18) | class StreamHandler method __invoke (line 30) | public function __invoke(RequestInterface $request, array $options) method invokeStats (line 75) | private function invokeStats( method createResponse (line 94) | private function createResponse( method createSink (line 142) | private function createSink(StreamInterface $stream, array $options) method checkDecode (line 157) | private function checkDecode(array $options, array $headers, $stream) method drain (line 202) | private function drain( method createResource (line 231) | private function createResource(callable $callback) method createStream (line 259) | private function createStream(RequestInterface $request, array $options) method resolveHost (line 339) | private function resolveHost(RequestInterface $request, array $options) method getDefaultContext (line 374) | private function getDefaultContext(RequestInterface $request) method add_proxy (line 408) | private function add_proxy(RequestInterface $request, &$options, $valu... method add_timeout (line 427) | private function add_timeout(RequestInterface $request, &$options, $va... method add_verify (line 434) | private function add_verify(RequestInterface $request, &$options, $val... method add_cert (line 460) | private function add_cert(RequestInterface $request, &$options, $value... method add_progress (line 474) | private function add_progress(RequestInterface $request, &$options, $v... method add_debug (line 486) | private function add_debug(RequestInterface $request, &$options, $valu... method addNotification (line 523) | private function addNotification(array &$params, callable $notify) method callArray (line 536) | private function callArray(array $functions) FILE: server/vendor/guzzlehttp/guzzle/src/HandlerStack.php class HandlerStack (line 12) | class HandlerStack method create (line 40) | public static function create(callable $handler = null) method __construct (line 54) | public function __construct(callable $handler = null) method __invoke (line 67) | public function __invoke(RequestInterface $request, array $options) method __toString (line 79) | public function __toString() method setHandler (line 109) | public function setHandler(callable $handler) method hasHandler (line 120) | public function hasHandler() method unshift (line 131) | public function unshift(callable $middleware, $name = null) method push (line 143) | public function push(callable $middleware, $name = '') method before (line 156) | public function before($findName, callable $middleware, $withName = '') method after (line 168) | public function after($findName, callable $middleware, $withName = '') method remove (line 178) | public function remove($remove) method resolve (line 195) | public function resolve() method findByName (line 216) | private function findByName($name) method splice (line 235) | private function splice($findName, $withName, callable $middleware, $b... method debugCallable (line 263) | private function debugCallable($fn) FILE: server/vendor/guzzlehttp/guzzle/src/MessageFormatter.php class MessageFormatter (line 35) | class MessageFormatter method __construct (line 52) | public function __construct($template = self::CLF) method format (line 66) | public function format( method headers (line 176) | private function headers(MessageInterface $message) FILE: server/vendor/guzzlehttp/guzzle/src/Middleware.php class Middleware (line 14) | final class Middleware method cookies (line 24) | public static function cookies() method httpErrors (line 52) | public static function httpErrors() method history (line 80) | public static function history(&$container) method tap (line 125) | public static function tap(callable $before = null, callable $after = ... method redirect (line 146) | public static function redirect() method retry (line 168) | public static function retry(callable $decider, callable $delay = null) method log (line 185) | public static function log(LoggerInterface $logger, MessageFormatter $... method prepareBody (line 214) | public static function prepareBody() method mapRequest (line 229) | public static function mapRequest(callable $fn) method mapResponse (line 246) | public static function mapResponse(callable $fn) FILE: server/vendor/guzzlehttp/guzzle/src/Pool.php class Pool (line 20) | class Pool implements PromisorInterface method __construct (line 35) | public function __construct( method promise (line 78) | public function promise() method batch (line 100) | public static function batch( method cmpCallback (line 120) | private static function cmpCallback(array &$options, $name, array &$re... FILE: server/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php class PrepareBodyMiddleware (line 12) | class PrepareBodyMiddleware method __construct (line 20) | public function __construct(callable $nextHandler) method __invoke (line 31) | public function __invoke(RequestInterface $request, array $options) method addExpectHeader (line 74) | private function addExpectHeader( FILE: server/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php class RedirectMiddleware (line 18) | class RedirectMiddleware method __construct (line 38) | public function __construct(callable $nextHandler) method __invoke (line 49) | public function __invoke(RequestInterface $request, array $options) method checkRedirect (line 83) | public function checkRedirect( method withTracking (line 134) | private function withTracking(PromiseInterface $promise, $uri, $status... method guardMax (line 158) | private function guardMax(RequestInterface $request, array &$options) method modifyRequest (line 181) | public function modifyRequest( method redirectUri (line 239) | private static function redirectUri( FILE: server/vendor/guzzlehttp/guzzle/src/RequestOptions.php class RequestOptions (line 11) | final class RequestOptions FILE: server/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php class RetryMiddleware (line 14) | class RetryMiddleware method __construct (line 35) | public function __construct( method exponentialDelay (line 52) | public static function exponentialDelay($retries) method __invoke (line 63) | public function __invoke(RequestInterface $request, array $options) method onFulfilled (line 82) | private function onFulfilled(RequestInterface $req, array $options) method onRejected (line 103) | private function onRejected(RequestInterface $req, array $options) method doRetry (line 122) | private function doRetry(RequestInterface $request, array $options, Re... FILE: server/vendor/guzzlehttp/guzzle/src/TransferStats.php class TransferStats (line 12) | final class TransferStats method __construct (line 27) | public function __construct( method getRequest (line 44) | public function getRequest() method getResponse (line 54) | public function getResponse() method hasResponse (line 64) | public function hasResponse() method getHandlerErrorData (line 78) | public function getHandlerErrorData() method getEffectiveUri (line 88) | public function getEffectiveUri() method getTransferTime (line 98) | public function getTransferTime() method getHandlerStats (line 108) | public function getHandlerStats() method getHandlerStat (line 120) | public function getHandlerStat($stat) FILE: server/vendor/guzzlehttp/guzzle/src/UriTemplate.php class UriTemplate (line 9) | class UriTemplate method expand (line 38) | public function expand($template, array $variables) method parseExpression (line 61) | private function parseExpression($expression) method expandMatch (line 99) | private function expandMatch(array $matches) method isAssoc (line 220) | private function isAssoc(array $array) method decodeReserved (line 233) | private function decodeReserved($string) FILE: server/vendor/guzzlehttp/guzzle/src/Utils.php class Utils (line 8) | final class Utils method currentTime (line 18) | public static function currentTime() method idnUriConvert (line 31) | public static function idnUriConvert(UriInterface $uri, $options = 0) method idnToAsci (line 73) | private static function idnToAsci($domain, $options, &$info = []) FILE: server/vendor/guzzlehttp/guzzle/src/functions.php function uri_template (line 17) | function uri_template($template, array $variables) function describe_type (line 41) | function describe_type($input) function headers_from_lines (line 63) | function headers_from_lines($lines) function debug_resource (line 84) | function debug_resource($value = null) function choose_handler (line 103) | function choose_handler() function default_user_agent (line 131) | function default_user_agent() function default_ca_bundle (line 160) | function default_ca_bundle() function normalize_header_keys (line 225) | function normalize_header_keys(array $headers) function is_host_in_noproxy (line 254) | function is_host_in_noproxy($host, array $noProxyArray) function json_decode (line 301) | function json_decode($json, $assoc = false, $depth = 512, $options = 0) function json_encode (line 324) | function json_encode($value, $options = 0, $depth = 512) FILE: server/vendor/guzzlehttp/promises/src/AggregateException.php class AggregateException (line 8) | class AggregateException extends RejectionException method __construct (line 10) | public function __construct($msg, array $reasons) FILE: server/vendor/guzzlehttp/promises/src/CancellationException.php class CancellationException (line 8) | class CancellationException extends RejectionException FILE: server/vendor/guzzlehttp/promises/src/Coroutine.php class Coroutine (line 45) | final class Coroutine implements PromiseInterface method __construct (line 62) | public function __construct(callable $generatorFn) method of (line 84) | public static function of(callable $generatorFn) method then (line 89) | public function then( method otherwise (line 96) | public function otherwise(callable $onRejected) method wait (line 101) | public function wait($unwrap = true) method getState (line 106) | public function getState() method resolve (line 111) | public function resolve($value) method reject (line 116) | public function reject($reason) method cancel (line 121) | public function cancel() method nextCoroutine (line 127) | private function nextCoroutine($yielded) method _handleSuccess (line 136) | public function _handleSuccess($value) method _handleFailure (line 156) | public function _handleFailure($reason) FILE: server/vendor/guzzlehttp/promises/src/Create.php class Create (line 5) | final class Create method promiseFor (line 14) | public static function promiseFor($value) method rejectionFor (line 40) | public static function rejectionFor($reason) method exceptionFor (line 56) | public static function exceptionFor($reason) method iterFor (line 72) | public static function iterFor($value) FILE: server/vendor/guzzlehttp/promises/src/Each.php class Each (line 5) | final class Each method of (line 26) | public static function of( method ofLimit (line 52) | public static function ofLimit( method ofLimitAll (line 76) | public static function ofLimitAll( FILE: server/vendor/guzzlehttp/promises/src/EachPromise.php class EachPromise (line 9) | class EachPromise implements PromisorInterface method __construct (line 54) | public function __construct($iterable, array $config = []) method promise (line 72) | public function promise() method createPromise (line 96) | private function createPromise() method refillPending (line 125) | private function refillPending() method addPending (line 153) | private function addPending() method advanceIterator (line 194) | private function advanceIterator() method step (line 219) | private function step($idx) method checkIfFinished (line 237) | private function checkIfFinished() FILE: server/vendor/guzzlehttp/promises/src/FulfilledPromise.php class FulfilledPromise (line 11) | class FulfilledPromise implements PromiseInterface method __construct (line 15) | public function __construct($value) method then (line 26) | public function then( method otherwise (line 53) | public function otherwise(callable $onRejected) method wait (line 58) | public function wait($unwrap = true, $defaultDelivery = null) method getState (line 63) | public function getState() method resolve (line 68) | public function resolve($value) method reject (line 75) | public function reject($reason) method cancel (line 80) | public function cancel() FILE: server/vendor/guzzlehttp/promises/src/Is.php class Is (line 5) | final class Is method pending (line 12) | public static function pending(PromiseInterface $promise) method settled (line 22) | public static function settled(PromiseInterface $promise) method fulfilled (line 32) | public static function fulfilled(PromiseInterface $promise) method rejected (line 42) | public static function rejected(PromiseInterface $promise) FILE: server/vendor/guzzlehttp/promises/src/Promise.php class Promise (line 10) | class Promise implements PromiseInterface method __construct (line 23) | public function __construct( method then (line 31) | public function then( method otherwise (line 55) | public function otherwise(callable $onRejected) method wait (line 60) | public function wait($unwrap = true) method getState (line 76) | public function getState() method cancel (line 81) | public function cancel() method resolve (line 108) | public function resolve($value) method reject (line 113) | public function reject($reason) method settle (line 118) | private function settle($state, $value) method callHandler (line 183) | private static function callHandler($index, $value, array $handler) method waitIfPending (line 219) | private function waitIfPending() method invokeWaitFn (line 243) | private function invokeWaitFn() method invokeWaitList (line 262) | private function invokeWaitList() FILE: server/vendor/guzzlehttp/promises/src/PromiseInterface.php type PromiseInterface (line 14) | interface PromiseInterface method then (line 29) | public function then( method otherwise (line 44) | public function otherwise(callable $onRejected); method getState (line 54) | public function getState(); method resolve (line 63) | public function resolve($value); method reject (line 72) | public function reject($reason); method cancel (line 79) | public function cancel(); method wait (line 96) | public function wait($unwrap = true); FILE: server/vendor/guzzlehttp/promises/src/PromisorInterface.php type PromisorInterface (line 8) | interface PromisorInterface method promise (line 15) | public function promise(); FILE: server/vendor/guzzlehttp/promises/src/RejectedPromise.php class RejectedPromise (line 11) | class RejectedPromise implements PromiseInterface method __construct (line 15) | public function __construct($reason) method then (line 26) | public function then( method otherwise (line 56) | public function otherwise(callable $onRejected) method wait (line 61) | public function wait($unwrap = true, $defaultDelivery = null) method getState (line 70) | public function getState() method resolve (line 75) | public function resolve($value) method reject (line 80) | public function reject($reason) method cancel (line 87) | public function cancel() FILE: server/vendor/guzzlehttp/promises/src/RejectionException.php class RejectionException (line 10) | class RejectionException extends \RuntimeException method __construct (line 19) | public function __construct($reason, $description = null) method getReason (line 44) | public function getReason() FILE: server/vendor/guzzlehttp/promises/src/TaskQueue.php class TaskQueue (line 14) | class TaskQueue implements TaskQueueInterface method __construct (line 19) | public function __construct($withShutdown = true) method isEmpty (line 34) | public function isEmpty() method add (line 39) | public function add(callable $task) method run (line 44) | public function run() method disableShutdown (line 63) | public function disableShutdown() FILE: server/vendor/guzzlehttp/promises/src/TaskQueueInterface.php type TaskQueueInterface (line 5) | interface TaskQueueInterface method isEmpty (line 12) | public function isEmpty(); method add (line 18) | public function add(callable $task); method run (line 23) | public function run(); FILE: server/vendor/guzzlehttp/promises/src/Utils.php class Utils (line 5) | final class Utils method queue (line 24) | public static function queue(TaskQueueInterface $assign = null) method task (line 45) | public static function task(callable $task) method inspect (line 78) | public static function inspect(PromiseInterface $promise) method inspectAll (line 106) | public static function inspectAll($promises) method unwrap (line 130) | public static function unwrap($promises) method all (line 153) | public static function all($promises, $recursive = false) method some (line 199) | public static function some($count, $promises) method any (line 240) | public static function any($promises) method settle (line 259) | public static function settle($promises) FILE: server/vendor/guzzlehttp/promises/src/functions.php function queue (line 24) | function queue(TaskQueueInterface $assign = null) function task (line 39) | function task(callable $task) function promise_for (line 53) | function promise_for($value) function rejection_for (line 68) | function rejection_for($reason) function exception_for (line 82) | function exception_for($reason) function iter_for (line 96) | function iter_for($value) function inspect (line 117) | function inspect(PromiseInterface $promise) function inspect_all (line 136) | function inspect_all($promises) function unwrap (line 157) | function unwrap($promises) function all (line 177) | function all($promises, $recursive = false) function some (line 200) | function some($count, $promises) function any (line 215) | function any($promises) function settle (line 234) | function settle($promises) function each (line 260) | function each( function each_limit (line 285) | function each_limit( function each_limit_all (line 307) | function each_limit_all( function is_fulfilled (line 322) | function is_fulfilled(PromiseInterface $promise) function is_rejected (line 334) | function is_rejected(PromiseInterface $promise) function is_settled (line 346) | function is_settled(PromiseInterface $promise) function coroutine (line 360) | function coroutine(callable $generatorFn) FILE: server/vendor/guzzlehttp/psr7/src/AppendStream.php class AppendStream (line 14) | class AppendStream implements StreamInterface method __construct (line 27) | public function __construct(array $streams = []) method __toString (line 34) | public function __toString() method addStream (line 51) | public function addStream(StreamInterface $stream) method getContents (line 65) | public function getContents() method close (line 75) | public function close() method detach (line 94) | public function detach() method tell (line 108) | public function tell() method getSize (line 121) | public function getSize() method eof (line 136) | public function eof() method rewind (line 143) | public function rewind() method seek (line 153) | public function seek($offset, $whence = SEEK_SET) method read (line 187) | public function read($length) method isReadable (line 222) | public function isReadable() method isWritable (line 227) | public function isWritable() method isSeekable (line 232) | public function isSeekable() method write (line 237) | public function write($string) method getMetadata (line 242) | public function getMetadata($key = null) FILE: server/vendor/guzzlehttp/psr7/src/BufferStream.php class BufferStream (line 17) | class BufferStream implements StreamInterface method __construct (line 29) | public function __construct($hwm = 16384) method __toString (line 34) | public function __toString() method getContents (line 39) | public function getContents() method close (line 47) | public function close() method detach (line 52) | public function detach() method getSize (line 59) | public function getSize() method isReadable (line 64) | public function isReadable() method isWritable (line 69) | public function isWritable() method isSeekable (line 74) | public function isSeekable() method rewind (line 79) | public function rewind() method seek (line 84) | public function seek($offset, $whence = SEEK_SET) method eof (line 89) | public function eof() method tell (line 94) | public function tell() method read (line 102) | public function read($length) method write (line 122) | public function write($string) method getMetadata (line 134) | public function getMetadata($key = null) FILE: server/vendor/guzzlehttp/psr7/src/CachingStream.php class CachingStream (line 13) | class CachingStream implements StreamInterface method __construct (line 29) | public function __construct( method getSize (line 37) | public function getSize() method rewind (line 48) | public function rewind() method seek (line 53) | public function seek($offset, $whence = SEEK_SET) method read (line 84) | public function read($length) method write (line 113) | public function write($string) method eof (line 127) | public function eof() method close (line 135) | public function close() method cacheEntireStream (line 140) | private function cacheEntireStream() FILE: server/vendor/guzzlehttp/psr7/src/DroppingStream.php class DroppingStream (line 13) | class DroppingStream implements StreamInterface method __construct (line 23) | public function __construct(StreamInterface $stream, $maxLength) method write (line 29) | public function write($string) FILE: server/vendor/guzzlehttp/psr7/src/FnStream.php class FnStream (line 15) | class FnStream implements StreamInterface method __construct (line 28) | public function __construct(array $methods) method __get (line 43) | public function __get($name) method __destruct (line 52) | public function __destruct() method __wakeup (line 64) | public function __wakeup() method decorate (line 78) | public static function decorate(StreamInterface $stream, array $methods) method __toString (line 89) | public function __toString() method close (line 94) | public function close() method detach (line 99) | public function detach() method getSize (line 104) | public function getSize() method tell (line 109) | public function tell() method eof (line 114) | public function eof() method isSeekable (line 119) | public function isSeekable() method rewind (line 124) | public function rewind() method seek (line 129) | public function seek($offset, $whence = SEEK_SET) method isWritable (line 134) | public function isWritable() method write (line 139) | public function write($string) method isReadable (line 144) | public function isReadable() method read (line 149) | public function read($length) method getContents (line 154) | public function getContents() method getMetadata (line 159) | public function getMetadata($key = null) FILE: server/vendor/guzzlehttp/psr7/src/Header.php class Header (line 5) | final class Header method parse (line 17) | public static function parse($header) method normalize (line 50) | public static function normalize($header) FILE: server/vendor/guzzlehttp/psr7/src/InflateStream.php class InflateStream (line 20) | class InflateStream implements StreamInterface method __construct (line 24) | public function __construct(StreamInterface $stream) method getLengthOfPossibleFilenameHeader (line 42) | private function getLengthOfPossibleFilenameHeader(StreamInterface $st... FILE: server/vendor/guzzlehttp/psr7/src/LazyOpenStream.php class LazyOpenStream (line 13) | class LazyOpenStream implements StreamInterface method __construct (line 27) | public function __construct($filename, $mode) method createStream (line 38) | protected function createStream() FILE: server/vendor/guzzlehttp/psr7/src/LimitStream.php class LimitStream (line 12) | class LimitStream implements StreamInterface method __construct (line 29) | public function __construct( method eof (line 39) | public function eof() method getSize (line 58) | public function getSize() method seek (line 73) | public function seek($offset, $whence = SEEK_SET) method tell (line 98) | public function tell() method setOffset (line 110) | public function setOffset($offset) method setLimit (line 135) | public function setLimit($limit) method read (line 140) | public function read($length) FILE: server/vendor/guzzlehttp/psr7/src/Message.php class Message (line 9) | final class Message method toString (line 18) | public static function toString(MessageInterface $message) method bodySummary (line 58) | public static function bodySummary(MessageInterface $message, $truncat... method rewindBody (line 98) | public static function rewindBody(MessageInterface $message) method parseMessage (line 118) | public static function parseMessage($message) method parseRequestUri (line 181) | public static function parseRequestUri($path, array $headers) method parseRequest (line 205) | public static function parseRequest($message) method parseResponse (line 233) | public static function parseResponse($message) FILE: server/vendor/guzzlehttp/psr7/src/MessageTrait.php type MessageTrait (line 10) | trait MessageTrait method getProtocolVersion (line 24) | public function getProtocolVersion() method withProtocolVersion (line 29) | public function withProtocolVersion($version) method getHeaders (line 40) | public function getHeaders() method hasHeader (line 45) | public function hasHeader($header) method getHeader (line 50) | public function getHeader($header) method getHeaderLine (line 63) | public function getHeaderLine($header) method withHeader (line 68) | public function withHeader($header, $value) method withAddedHeader (line 84) | public function withAddedHeader($header, $value) method withoutHeader (line 102) | public function withoutHeader($header) method getBody (line 118) | public function getBody() method withBody (line 127) | public function withBody(StreamInterface $body) method setHeaders (line 138) | private function setHeaders(array $headers) method normalizeHeaderValue (line 165) | private function normalizeHeaderValue($value) method trimAndValidateHeaderValues (line 192) | private function trimAndValidateHeaderValues(array $values) method assertHeader (line 216) | private function assertHeader($header) method assertValue (line 250) | private function assertValue($value) FILE: server/vendor/guzzlehttp/psr7/src/MimeType.php class MimeType (line 5) | final class MimeType method fromFilename (line 14) | public static function fromFilename($filename) method fromExtension (line 28) | public static function fromExtension($extension) FILE: server/vendor/guzzlehttp/psr7/src/MultipartStream.php class MultipartStream (line 13) | class MultipartStream implements StreamInterface method __construct (line 31) | public function __construct(array $elements = [], $boundary = null) method getBoundary (line 42) | public function getBoundary() method isWritable (line 47) | public function isWritable() method getHeaders (line 55) | private function getHeaders(array $headers) method createStream (line 68) | protected function createStream(array $elements) method addElement (line 82) | private function addElement(AppendStream $stream, array $element) method createElement (line 114) | private function createElement($name, StreamInterface $stream, $filena... method getHeader (line 147) | private function getHeader(array $headers, $key) FILE: server/vendor/guzzlehttp/psr7/src/NoSeekStream.php class NoSeekStream (line 12) | class NoSeekStream implements StreamInterface method seek (line 16) | public function seek($offset, $whence = SEEK_SET) method isSeekable (line 21) | public function isSeekable() FILE: server/vendor/guzzlehttp/psr7/src/PumpStream.php class PumpStream (line 19) | class PumpStream implements StreamInterface method __construct (line 46) | public function __construct(callable $source, array $options = []) method __toString (line 54) | public function __toString() method close (line 63) | public function close() method detach (line 68) | public function detach() method getSize (line 76) | public function getSize() method tell (line 81) | public function tell() method eof (line 86) | public function eof() method isSeekable (line 91) | public function isSeekable() method rewind (line 96) | public function rewind() method seek (line 101) | public function seek($offset, $whence = SEEK_SET) method isWritable (line 106) | public function isWritable() method write (line 111) | public function write($string) method isReadable (line 116) | public function isReadable() method read (line 121) | public function read($length) method getContents (line 137) | public function getContents() method getMetadata (line 147) | public function getMetadata($key = null) method pump (line 156) | private function pump($length) FILE: server/vendor/guzzlehttp/psr7/src/Query.php class Query (line 5) | final class Query method parse (line 20) | public static function parse($str, $urlEncoding = true) method build (line 73) | public static function build(array $params, $encoding = PHP_QUERY_RFC3... FILE: server/vendor/guzzlehttp/psr7/src/Request.php class Request (line 13) | class Request implements RequestInterface method __construct (line 33) | public function __construct( method getRequestTarget (line 59) | public function getRequestTarget() method withRequestTarget (line 76) | public function withRequestTarget($requestTarget) method getMethod (line 89) | public function getMethod() method withMethod (line 94) | public function withMethod($method) method getUri (line 102) | public function getUri() method withUri (line 107) | public function withUri(UriInterface $uri, $preserveHost = false) method updateHostFromUri (line 123) | private function updateHostFromUri() method assertMethod (line 146) | private function assertMethod($method) FILE: server/vendor/guzzlehttp/psr7/src/Response.php class Response (line 11) | class Response implements ResponseInterface method __construct (line 90) | public function __construct( method getStatusCode (line 117) | public function getStatusCode() method getReasonPhrase (line 122) | public function getReasonPhrase() method withStatus (line 127) | public function withStatus($code, $reasonPhrase = '') method assertStatusCodeIsInteger (line 142) | private function assertStatusCodeIsInteger($statusCode) method assertStatusCodeRange (line 149) | private function assertStatusCodeRange($statusCode) FILE: server/vendor/guzzlehttp/psr7/src/Rfc7230.php class Rfc7230 (line 5) | final class Rfc7230 FILE: server/vendor/guzzlehttp/psr7/src/ServerRequest.php class ServerRequest (line 25) | class ServerRequest extends Request implements ServerRequestInterface method __construct (line 65) | public function __construct( method normalizeFiles (line 87) | public static function normalizeFiles(array $files) method createUploadedFileFromSpec (line 117) | private static function createUploadedFileFromSpec(array $value) method normalizeNestedFileSpec (line 142) | private static function normalizeNestedFileSpec(array $files = []) method fromGlobals (line 170) | public static function fromGlobals() method extractHostAndPortFromAuthority (line 187) | private static function extractHostAndPortFromAuthority($authority) method getUriFromGlobals (line 206) | public static function getUriFromGlobals() method getServerParams (line 253) | public function getServerParams() method getUploadedFiles (line 261) | public function getUploadedFiles() method withUploadedFiles (line 269) | public function withUploadedFiles(array $uploadedFiles) method getCookieParams (line 280) | public function getCookieParams() method withCookieParams (line 288) | public function withCookieParams(array $cookies) method getQueryParams (line 299) | public function getQueryParams() method withQueryParams (line 307) | public function withQueryParams(array $query) method getParsedBody (line 318) | public function getParsedBody() method withParsedBody (line 326) | public function withParsedBody($data) method getAttributes (line 337) | public function getAttributes() method getAttribute (line 345) | public function getAttribute($attribute, $default = null) method withAttribute (line 357) | public function withAttribute($attribute, $value) method withoutAttribute (line 368) | public function withoutAttribute($attribute) FILE: server/vendor/guzzlehttp/psr7/src/Stream.php class Stream (line 12) | class Stream implements StreamInterface method __construct (line 47) | public function __construct($stream, $options = []) method __destruct (line 72) | public function __destruct() method __toString (line 77) | public function __toString() method getContents (line 89) | public function getContents() method close (line 104) | public function close() method detach (line 114) | public function detach() method getSize (line 128) | public function getSize() method isReadable (line 152) | public function isReadable() method isWritable (line 157) | public function isWritable() method isSeekable (line 162) | public function isSeekable() method eof (line 167) | public function eof() method tell (line 176) | public function tell() method rewind (line 191) | public function rewind() method seek (line 196) | public function seek($offset, $whence = SEEK_SET) method read (line 212) | public function read($length) method write (line 236) | public function write($string) method getMetadata (line 256) | public function getMetadata($key = null) FILE: server/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php type StreamDecoratorTrait (line 12) | trait StreamDecoratorTrait method __construct (line 17) | public function __construct(StreamInterface $stream) method __get (line 30) | public function __get($name) method __toString (line 40) | public function __toString() method getContents (line 55) | public function getContents() method __call (line 68) | public function __call($method, array $args) method close (line 76) | public function close() method getMetadata (line 81) | public function getMetadata($key = null) method detach (line 86) | public function detach() method getSize (line 91) | public function getSize() method eof (line 96) | public function eof() method tell (line 101) | public function tell() method isReadable (line 106) | public function isReadable() method isWritable (line 111) | public function isWritable() method isSeekable (line 116) | public function isSeekable() method rewind (line 121) | public function rewind() method seek (line 126) | public function seek($offset, $whence = SEEK_SET) method read (line 131) | public function read($length) method write (line 136) | public function write($string) method createStream (line 148) | protected function createStream() FILE: server/vendor/guzzlehttp/psr7/src/StreamWrapper.php class StreamWrapper (line 12) | class StreamWrapper method getResource (line 32) | public static function getResource(StreamInterface $stream) method createStreamContext (line 55) | public static function createStreamContext(StreamInterface $stream) method register (line 65) | public static function register() method stream_open (line 72) | public function stream_open($path, $mode, $options, &$opened_path) method stream_read (line 86) | public function stream_read($count) method stream_write (line 91) | public function stream_write($data) method stream_tell (line 96) | public function stream_tell() method stream_eof (line 101) | public function stream_eof() method stream_seek (line 106) | public function stream_seek($offset, $whence) method stream_cast (line 113) | public function stream_cast($cast_as) method stream_stat (line 120) | public function stream_stat() method url_stat (line 147) | public function url_stat($path, $flags) FILE: server/vendor/guzzlehttp/psr7/src/UploadedFile.php class UploadedFile (line 10) | class UploadedFile implements UploadedFileInterface method __construct (line 68) | public function __construct( method setStreamOrFile (line 92) | private function setStreamOrFile($streamOrFile) method setError (line 112) | private function setError($error) method setSize (line 134) | private function setSize($size) method isStringOrNull (line 150) | private function isStringOrNull($param) method isStringNotEmpty (line 160) | private function isStringNotEmpty($param) method setClientFilename (line 170) | private function setClientFilename($clientFilename) method setClientMediaType (line 186) | private function setClientMediaType($clientMediaType) method isOk (line 202) | private function isOk() method isMoved (line 210) | public function isMoved() method validateActive (line 218) | private function validateActive() method getStream (line 234) | public function getStream() method moveTo (line 258) | public function moveTo($targetPath) method getSize (line 293) | public function getSize() method getError (line 305) | public function getError() method getClientFilename (line 316) | public function getClientFilename() method getClientMediaType (line 324) | public function getClientMediaType() FILE: server/vendor/guzzlehttp/psr7/src/Uri.php class Uri (line 14) | class Uri implements UriInterface method __construct (line 66) | public function __construct($uri = '') method parse (line 95) | private static function parse($url) method __toString (line 121) | public function __toString() method composeComponents (line 158) | public static function composeComponents($scheme, $authority, $path, $... method isDefaultPort (line 194) | public static function isDefaultPort(UriInterface $uri) method isAbsolute (line 219) | public static function isAbsolute(UriInterface $uri) method isNetworkPathReference (line 235) | public static function isNetworkPathReference(UriInterface $uri) method isAbsolutePathReference (line 251) | public static function isAbsolutePathReference(UriInterface $uri) method isRelativePathReference (line 270) | public static function isRelativePathReference(UriInterface $uri) method isSameDocumentReference (line 291) | public static function isSameDocumentReference(UriInterface $uri, UriI... method removeDotSegments (line 315) | public static function removeDotSegments($path) method resolve (line 331) | public static function resolve(UriInterface $base, $rel) method withoutQueryValue (line 351) | public static function withoutQueryValue(UriInterface $uri, $key) method withQueryValue (line 373) | public static function withQueryValue(UriInterface $uri, $key, $value) method withQueryValues (line 392) | public static function withQueryValues(UriInterface $uri, array $keyVa... method fromParts (line 414) | public static function fromParts(array $parts) method getScheme (line 423) | public function getScheme() method getAuthority (line 428) | public function getAuthority() method getUserInfo (line 442) | public function getUserInfo() method getHost (line 447) | public function getHost() method getPort (line 452) | public function getPort() method getPath (line 457) | public function getPath() method getQuery (line 462) | public function getQuery() method getFragment (line 467) | public function getFragment() method withScheme (line 472) | public function withScheme($scheme) method withUserInfo (line 488) | public function withUserInfo($user, $password = null) method withHost (line 506) | public function withHost($host) method withPort (line 521) | public function withPort($port) method withPath (line 537) | public function withPath($path) method withQuery (line 552) | public function withQuery($query) method withFragment (line 566) | public function withFragment($fragment) method applyParts (line 585) | private function applyParts(array $parts) method filterScheme (line 622) | private function filterScheme($scheme) method filterUserInfoComponent (line 638) | private function filterUserInfoComponent($component) method filterHost (line 658) | private function filterHost($host) method filterPort (line 674) | private function filterPort($port) method getFilteredQueryString (line 696) | private static function getFilteredQueryString(UriInterface $uri, arra... method generateQueryString (line 717) | private static function generateQueryString($key, $value) method removeDefaultPort (line 731) | private function removeDefaultPort() method filterPath (line 747) | private function filterPath($path) method filterQueryAndFragment (line 769) | private function filterQueryAndFragment($str) method rawurlencodeMatchZero (line 782) | private function rawurlencodeMatchZero(array $match) method validateState (line 787) | private function validateState() FILE: server/vendor/guzzlehttp/psr7/src/UriComparator.php class UriComparator (line 12) | final class UriComparator method isCrossOrigin (line 20) | public static function isCrossOrigin(UriInterface $original, UriInterf... method computePort (line 40) | private static function computePort(UriInterface $uri) method __construct (line 51) | private function __construct() FILE: server/vendor/guzzlehttp/psr7/src/UriNormalizer.php class UriNormalizer (line 14) | final class UriNormalizer method normalize (line 121) | public static function normalize(UriInterface $uri, $flags = self::PRE... method isEquivalent (line 178) | public static function isEquivalent(UriInterface $uri1, UriInterface $... method capitalizePercentEncoding (line 183) | private static function capitalizePercentEncoding(UriInterface $uri) method decodeUnreservedCharacters (line 199) | private static function decodeUnreservedCharacters(UriInterface $uri) method __construct (line 215) | private function __construct() FILE: server/vendor/guzzlehttp/psr7/src/UriResolver.php class UriResolver (line 14) | final class UriResolver method removeDotSegments (line 25) | public static function removeDotSegments($path) method resolve (line 65) | public static function resolve(UriInterface $base, UriInterface $rel) method relativize (line 140) | public static function relativize(UriInterface $base, UriInterface $ta... method getRelativePath (line 185) | private static function getRelativePath(UriInterface $base, UriInterfa... method __construct (line 218) | private function __construct() FILE: server/vendor/guzzlehttp/psr7/src/Utils.php class Utils (line 10) | final class Utils method caselessRemove (line 19) | public static function caselessRemove($keys, array $data) method copyToStream (line 47) | public static function copyToStream(StreamInterface $source, StreamInt... method copyToString (line 83) | public static function copyToString(StreamInterface $stream, $maxLen =... method hash (line 127) | public static function hash(StreamInterface $stream, $algo, $rawOutput... method modifyRequest (line 166) | public static function modifyRequest(RequestInterface $request, array ... method readLine (line 247) | public static function readLine(StreamInterface $stream, $maxLength = ... method streamFor (line 303) | public static function streamFor($resource = '', array $options = []) method tryFopen (line 368) | public static function tryFopen($filename, $mode) method uriFor (line 416) | public static function uriFor($uri) FILE: server/vendor/guzzlehttp/psr7/src/functions.php function str (line 19) | function str(MessageInterface $message) function uri_for (line 39) | function uri_for($uri) function stream_for (line 82) | function stream_for($resource = '', array $options = []) function parse_header (line 99) | function parse_header($header) function normalize_header (line 114) | function normalize_header($header) function modify_request (line 141) | function modify_request(RequestInterface $request, array $changes) function rewind_body (line 158) | function rewind_body(MessageInterface $message) function try_fopen (line 178) | function try_fopen($filename, $mode) function copy_to_string (line 197) | function copy_to_string(StreamInterface $stream, $maxLen = -1) function copy_to_stream (line 215) | function copy_to_stream(StreamInterface $source, StreamInterface $dest, ... function hash (line 236) | function hash(StreamInterface $stream, $algo, $rawOutput = false) function readline (line 251) | function readline(StreamInterface $stream, $maxLength = null) function parse_request (line 265) | function parse_request($message) function parse_response (line 279) | function parse_response($message) function parse_query (line 299) | function parse_query($str, $urlEncoding = true) function build_query (line 320) | function build_query(array $params, $encoding = PHP_QUERY_RFC3986) function mimetype_from_filename (line 334) | function mimetype_from_filename($filename) function mimetype_from_extension (line 349) | function mimetype_from_extension($extension) function _parse_message (line 369) | function _parse_message($message) function _parse_request_uri (line 386) | function _parse_request_uri($path, array $headers) function get_message_body_summary (line 403) | function get_message_body_summary(MessageInterface $message, $truncateAt... function _caseless_remove (line 419) | function _caseless_remove($keys, array $data) FILE: server/vendor/illuminate/bus/Batch.php class Batch (line 15) | class Batch implements Arrayable, JsonSerializable method __construct (line 118) | public function __construct(QueueFactory $queue, method fresh (line 150) | public function fresh() method add (line 161) | public function add($jobs) method prepareBatchedChain (line 205) | protected function prepareBatchedChain(array $chain) method processedJobs (line 219) | public function processedJobs() method progress (line 229) | public function progress() method recordSuccessfulJob (line 240) | public function recordSuccessfulJob(string $jobId) method decrementPendingJobs (line 271) | public function decrementPendingJobs(string $jobId) method finished (line 281) | public function finished() method hasThenCallbacks (line 291) | public function hasThenCallbacks() method allowsFailures (line 301) | public function allowsFailures() method hasFailures (line 311) | public function hasFailures() method recordFailedJob (line 323) | public function recordFailedJob(string $jobId, $e) method incrementFailedJobs (line 354) | public function incrementFailedJobs(string $jobId) method hasCatchCallbacks (line 364) | public function hasCatchCallbacks() method hasFinallyCallbacks (line 374) | public function hasFinallyCallbacks() method cancel (line 384) | public function cancel() method canceled (line 394) | public function canceled() method cancelled (line 404) | public function cancelled() method delete (line 414) | public function delete() method invokeHandlerCallback (line 427) | protected function invokeHandlerCallback($handler, Batch $batch, Throw... method toArray (line 443) | public function toArray() method jsonSerialize (line 465) | #[\ReturnTypeWillChange] method __get (line 477) | public function __get($key) FILE: server/vendor/illuminate/bus/BatchFactory.php class BatchFactory (line 8) | class BatchFactory method __construct (line 23) | public function __construct(QueueFactory $queue) method make (line 44) | public function make(BatchRepository $repository, FILE: server/vendor/illuminate/bus/BatchRepository.php type BatchRepository (line 7) | interface BatchRepository method get (line 16) | public function get($limit, $before); method find (line 24) | public function find(string $batchId); method store (line 32) | public function store(PendingBatch $batch); method incrementTotalJobs (line 41) | public function incrementTotalJobs(string $batchId, int $amount); method decrementPendingJobs (line 50) | public function decrementPendingJobs(string $batchId, string $jobId); method incrementFailedJobs (line 59) | public function incrementFailedJobs(string $batchId, string $jobId); method markAsFinished (line 67) | public function markAsFinished(string $batchId); method cancel (line 75) | public function cancel(string $batchId); method delete (line 83) | public function delete(string $batchId); method transaction (line 91) | public function transaction(Closure $callback); FILE: server/vendor/illuminate/bus/Batchable.php type Batchable (line 7) | trait Batchable method batch (line 21) | public function batch() method batching (line 33) | public function batching() method withBatchId (line 46) | public function withBatchId(string $batchId) FILE: server/vendor/illuminate/bus/BusServiceProvider.php class BusServiceProvider (line 11) | class BusServiceProvider extends ServiceProvider implements DeferrablePr... method register (line 18) | public function register() method registerBatchServices (line 42) | protected function registerBatchServices() method provides (line 60) | public function provides() FILE: server/vendor/illuminate/bus/DatabaseBatchRepository.php class DatabaseBatchRepository (line 13) | class DatabaseBatchRepository implements PrunableBatchRepository method __construct (line 43) | public function __construct(BatchFactory $factory, Connection $connect... method get (line 57) | public function get($limit = 50, $before = null) method find (line 78) | public function find(string $batchId) method store (line 95) | public function store(PendingBatch $batch) method incrementTotalJobs (line 122) | public function incrementTotalJobs(string $batchId, int $amount) method decrementPendingJobs (line 138) | public function decrementPendingJobs(string $batchId, string $jobId) method incrementFailedJobs (line 161) | public function incrementFailedJobs(string $batchId, string $jobId) method updateAtomicValues (line 184) | protected function updateAtomicValues(string $batchId, Closure $callback) method markAsFinished (line 203) | public function markAsFinished(string $batchId) method cancel (line 216) | public function cancel(string $batchId) method delete (line 230) | public function delete(string $batchId) method prune (line 241) | public function prune(DateTimeInterface $before) method pruneUnfinished (line 264) | public function pruneUnfinished(DateTimeInterface $before) method transaction (line 287) | public function transaction(Closure $callback) method serialize (line 300) | protected function serialize($value) method unserialize (line 315) | protected function unserialize($serialized) method toBatch (line 331) | protected function toBatch($batch) FILE: server/vendor/illuminate/bus/Dispatcher.php class Dispatcher (line 17) | class Dispatcher implements QueueingDispatcher method __construct (line 61) | public function __construct(Container $container, Closure $queueResolv... method dispatch (line 74) | public function dispatch($command) method dispatchSync (line 90) | public function dispatchSync($command, $handler = null) method dispatchNow (line 108) | public function dispatchNow($command, $handler = null) method findBatch (line 141) | public function findBatch(string $batchId) method batch (line 152) | public function batch($jobs) method chain (line 163) | public function chain($jobs) method hasCommandHandler (line 176) | public function hasCommandHandler($command) method getCommandHandler (line 187) | public function getCommandHandler($command) method commandShouldBeQueued (line 202) | protected function commandShouldBeQueued($command) method dispatchToQueue (line 215) | public function dispatchToQueue($command) method pushCommandToQueue (line 239) | protected function pushCommandToQueue($queue, $command) method dispatchAfterResponse (line 263) | public function dispatchAfterResponse($command, $handler = null) method pipeThrough (line 276) | public function pipeThrough(array $pipes) method map (line 289) | public function map(array $map) FILE: server/vendor/illuminate/bus/Events/BatchDispatched.php class BatchDispatched (line 7) | class BatchDispatched method __construct (line 22) | public function __construct(Batch $batch) FILE: server/vendor/illuminate/bus/PendingBatch.php class PendingBatch (line 14) | class PendingBatch method __construct (line 51) | public function __construct(Container $container, Collection $jobs) method add (line 63) | public function add($jobs) method then (line 78) | public function then($callback) method thenCallbacks (line 92) | public function thenCallbacks() method catch (line 103) | public function catch($callback) method catchCallbacks (line 117) | public function catchCallbacks() method finally (line 128) | public function finally($callback) method finallyCallbacks (line 142) | public function finallyCallbacks() method allowFailures (line 153) | public function allowFailures($allowFailures = true) method allowsFailures (line 165) | public function allowsFailures() method name (line 176) | public function name(string $name) method onConnection (line 189) | public function onConnection(string $connection) method connection (line 201) | public function connection() method onQueue (line 212) | public function onQueue(string $queue) method queue (line 224) | public function queue() method withOption (line 236) | public function withOption(string $key, $value) method dispatch (line 250) | public function dispatch() FILE: server/vendor/illuminate/bus/PrunableBatchRepository.php type PrunableBatchRepository (line 7) | interface PrunableBatchRepository extends BatchRepository method prune (line 15) | public function prune(DateTimeInterface $before); FILE: server/vendor/illuminate/bus/Queueable.php type Queueable (line 10) | trait Queueable method onConnection (line 81) | public function onConnection($connection) method onQueue (line 94) | public function onQueue($queue) method allOnConnection (line 107) | public function allOnConnection($connection) method allOnQueue (line 121) | public function allOnQueue($queue) method delay (line 135) | public function delay($delay) method afterCommit (line 147) | public function afterCommit() method beforeCommit (line 159) | public function beforeCommit() method through (line 172) | public function through($middleware) method chain (line 185) | public function chain($chain) method serializeJob (line 202) | protected function serializeJob($job) method dispatchNextJobInChain (line 222) | public function dispatchNextJobInChain() method invokeChainCatchCallbacks (line 244) | public function invokeChainCatchCallbacks($e) FILE: server/vendor/illuminate/bus/UniqueLock.php class UniqueLock (line 7) | class UniqueLock method __construct (line 22) | public function __construct(Cache $cache) method acquire (line 33) | public function acquire($job) FILE: server/vendor/illuminate/bus/UpdatedBatchJobCounts.php class UpdatedBatchJobCounts (line 5) | class UpdatedBatchJobCounts method __construct (line 28) | public function __construct(int $pendingJobs = 0, int $failedJobs = 0) method allJobsHaveRanExactlyOnce (line 39) | public function allJobsHaveRanExactlyOnce() FILE: server/vendor/illuminate/collections/Arr.php class Arr (line 9) | class Arr method accessible (line 19) | public static function accessible($value) method add (line 32) | public static function add($array, $key, $value) method collapse (line 47) | public static function collapse($array) method crossJoin (line 70) | public static function crossJoin(...$arrays) method divide (line 97) | public static function divide($array) method dot (line 109) | public static function dot($array, $prepend = '') method undot (line 130) | public static function undot($array) method except (line 148) | public static function except($array, $keys) method exists (line 162) | public static function exists($array, $key) method first (line 183) | public static function first($array, callable $callback = null, $defau... method last (line 212) | public static function last($array, callable $callback = null, $defaul... method flatten (line 228) | public static function flatten($array, $depth = INF) method forget (line 258) | public static function forget(&$array, $keys) method get (line 303) | public static function get($array, $key, $default = null) method has (line 339) | public static function has($array, $keys) method hasAny (line 373) | public static function hasAny($array, $keys) method isAssoc (line 406) | public static function isAssoc(array $array) method isList (line 421) | public static function isList($array) method only (line 433) | public static function only($array, $keys) method pluck (line 446) | public static function pluck($array, $value, $key = null) method explodePluckParameters (line 481) | protected static function explodePluckParameters($value, $key) method prepend (line 498) | public static function prepend($array, $value, $key = null) method pull (line 517) | public static function pull(&$array, $key, $default = null) method query (line 532) | public static function query($array) method random (line 547) | public static function random($array, $number = null, $preserveKeys = ... method set (line 594) | public static function set(&$array, $key, $value) method shuffle (line 631) | public static function shuffle($array, $seed = null) method sort (line 651) | public static function sort($array, $callback = null) method sortRecursive (line 664) | public static function sortRecursive($array, $options = SORT_REGULAR, ... method toCssClasses (line 691) | public static function toCssClasses($array) method where (line 715) | public static function where($array, callable $callback) method whereNotNull (line 726) | public static function whereNotNull($array) method wrap (line 739) | public static function wrap($value) FILE: server/vendor/illuminate/collections/Collection.php class Collection (line 12) | class Collection implements ArrayAccess, CanBeEscapedWhenCastToString, E... method __construct (line 29) | public function __construct($items = []) method range (line 41) | public static function range($from, $to) method all (line 51) | public function all() method lazy (line 61) | public function lazy() method avg (line 72) | public function avg($callback = null) method median (line 93) | public function median($key = null) method mode (line 123) | public function mode($key = null) method collapse (line 151) | public function collapse() method contains (line 164) | public function contains($key, $operator = null, $value = null) method doesntContain (line 187) | public function doesntContain($key, $operator = null, $value = null) method crossJoin (line 198) | public function crossJoin(...$lists) method diff (line 211) | public function diff($items) method diffUsing (line 223) | public function diffUsing($items, callable $callback) method diffAssoc (line 234) | public function diffAssoc($items) method diffAssocUsing (line 246) | public function diffAssocUsing($items, callable $callback) method diffKeys (line 257) | public function diffKeys($items) method diffKeysUsing (line 269) | public function diffKeysUsing($items, callable $callback) method duplicates (line 281) | public function duplicates($callback = null, $strict = false) method duplicatesStrict (line 308) | public function duplicatesStrict($callback = null) method duplicateComparator (line 319) | protected function duplicateComparator($strict) method except (line 338) | public function except($keys) method filter (line 355) | public function filter(callable $callback = null) method first (line 371) | public function first(callable $callback = null, $default = null) method flatten (line 382) | public function flatten($depth = INF) method flip (line 392) | public function flip() method forget (line 403) | public function forget($keys) method get (line 419) | public function get($key, $default = null) method getOrPut (line 435) | public function getOrPut($key, $value) method groupBy (line 453) | public function groupBy($groupBy, $preserveKeys = false) method keyBy (line 498) | public function keyBy($keyBy) method has (line 523) | public function has($key) method hasAny (line 542) | public function hasAny($key) method implode (line 566) | public function implode($value, $glue = null) method intersect (line 583) | public function intersect($items) method intersectByKeys (line 594) | public function intersectByKeys($items) method isEmpty (line 606) | public function isEmpty() method containsOneItem (line 616) | public function containsOneItem() method join (line 628) | public function join($glue, $finalGlue = '') method keys (line 656) | public function keys() method last (line 668) | public function last(callable $callback = null, $default = null) method pluck (line 680) | public function pluck($value, $key = null) method map (line 691) | public function map(callable $callback) method mapToDictionary (line 708) | public function mapToDictionary(callable $callback) method mapWithKeys (line 737) | public function mapWithKeys(callable $callback) method merge (line 758) | public function merge($items) method mergeRecursive (line 769) | public function mergeRecursive($items) method combine (line 780) | public function combine($values) method union (line 791) | public function union($items) method nth (line 803) | public function nth($step, $offset = 0) method only (line 826) | public function only($keys) method pop (line 847) | public function pop($count = 1) method prepend (line 875) | public function prepend($value, $key = null) method push (line 888) | public function push(...$values) method concat (line 903) | public function concat($source) method pull (line 921) | public function pull($key, $default = null) method put (line 933) | public function put($key, $value) method random (line 948) | public function random($number = null) method replace (line 963) | public function replace($items) method replaceRecursive (line 974) | public function replaceRecursive($items) method reverse (line 984) | public function reverse() method search (line 996) | public function search($value, $strict = false) method shift (line 1017) | public function shift($count = 1) method shuffle (line 1044) | public function shuffle($seed = null) method sliding (line 1056) | public function sliding($size = 2, $step = 1) method skip (line 1071) | public function skip($count) method skipUntil (line 1082) | public function skipUntil($value) method skipWhile (line 1093) | public function skipWhile($value) method slice (line 1105) | public function slice($offset, $length = null) method split (line 1116) | public function split($numberOfGroups) method splitIn (line 1153) | public function splitIn($numberOfGroups) method sole (line 1169) | public function sole($key = null, $operator = null, $value = null) method firstOrFail (line 1198) | public function firstOrFail($key = null, $operator = null, $value = null) method chunk (line 1221) | public function chunk($size) method chunkWhile (line 1242) | public function chunkWhile(callable $callback) method sort (line 1255) | public function sort($callback = null) method sortDesc (line 1272) | public function sortDesc($options = SORT_REGULAR) method sortBy (line 1289) | public function sortBy($callback, $options = SORT_REGULAR, $descending... method sortByMany (line 1325) | protected function sortByMany(array $comparisons = []) method sortByDesc (line 1370) | public function sortByDesc($callback, $options = SORT_REGULAR) method sortKeys (line 1382) | public function sortKeys($options = SORT_REGULAR, $descending = false) method sortKeysDesc (line 1397) | public function sortKeysDesc($options = SORT_REGULAR) method sortKeysUsing (line 1408) | public function sortKeysUsing(callable $callback) method splice (line 1425) | public function splice($offset, $length = null, $replacement = []) method take (line 1440) | public function take($limit) method takeUntil (line 1455) | public function takeUntil($value) method takeWhile (line 1466) | public function takeWhile($value) method transform (line 1477) | public function transform(callable $callback) method undot (line 1489) | public function undot() method unique (line 1501) | public function unique($key = null, $strict = false) method values (line 1525) | public function values() method zip (line 1539) | public function zip($items) method pad (line 1559) | public function pad($size, $value) method getIterator (line 1569) | #[\ReturnTypeWillChange] method count (line 1580) | #[\ReturnTypeWillChange] method countBy (line 1592) | public function countBy($countBy = null) method add (line 1603) | public function add($item) method toBase (line 1615) | public function toBase() method offsetExists (line 1626) | #[\ReturnTypeWillChange] method offsetGet (line 1638) | #[\ReturnTypeWillChange] method offsetSet (line 1651) | #[\ReturnTypeWillChange] method offsetUnset (line 1667) | #[\ReturnTypeWillChange] FILE: server/vendor/illuminate/collections/Enumerable.php type Enumerable (line 11) | interface Enumerable extends Arrayable, Countable, IteratorAggregate, Js... method make (line 19) | public static function make($items = []); method times (line 28) | public static function times($number, callable $callback = null); method range (line 37) | public static function range($from, $to); method wrap (line 45) | public static function wrap($value); method unwrap (line 53) | public static function unwrap($value); method empty (line 60) | public static function empty(); method all (line 67) | public function all(); method average (line 75) | public function average($callback = null); method median (line 83) | public function median($key = null); method mode (line 91) | public function mode($key = null); method collapse (line 98) | public function collapse(); method some (line 108) | public function some($key, $operator = null, $value = null); method containsStrict (line 117) | public function containsStrict($key, $value = null); method avg (line 125) | public function avg($callback = null); method contains (line 135) | public function contains($key, $operator = null, $value = null); method crossJoin (line 143) | public function crossJoin(...$lists); method dd (line 151) | public function dd(...$args); method dump (line 158) | public function dump(); method diff (line 166) | public function diff($items); method diffUsing (line 175) | public function diffUsing($items, callable $callback); method diffAssoc (line 183) | public function diffAssoc($items); method diffAssocUsing (line 192) | public function diffAssocUsing($items, callable $callback); method diffKeys (line 200) | public function diffKeys($items); method diffKeysUsing (line 209) | public function diffKeysUsing($items, callable $callback); method duplicates (line 218) | public function duplicates($callback = null, $strict = false); method duplicatesStrict (line 226) | public function duplicatesStrict($callback = null); method each (line 234) | public function each(callable $callback); method eachSpread (line 242) | public function eachSpread(callable $callback); method every (line 252) | public function every($key, $operator = null, $value = null); method except (line 260) | public function except($keys); method filter (line 268) | public function filter(callable $callback = null); method when (line 278) | public function when($value, callable $callback, callable $default = n... method whenEmpty (line 287) | public function whenEmpty(callable $callback, callable $default = null); method whenNotEmpty (line 296) | public function whenNotEmpty(callable $callback, callable $default = n... method unless (line 306) | public function unless($value, callable $callback, callable $default =... method unlessEmpty (line 315) | public function unlessEmpty(callable $callback, callable $default = nu... method unlessNotEmpty (line 324) | public function unlessNotEmpty(callable $callback, callable $default =... method where (line 334) | public function where($key, $operator = null, $value = null); method whereNull (line 342) | public function whereNull($key = null); method whereNotNull (line 350) | public function whereNotNull($key = null); method whereStrict (line 359) | public function whereStrict($key, $value); method whereIn (line 369) | public function whereIn($key, $values, $strict = false); method whereInStrict (line 378) | public function whereInStrict($key, $values); method whereBetween (line 387) | public function whereBetween($key, $values); method whereNotBetween (line 396) | public function whereNotBetween($key, $values); method whereNotIn (line 406) | public function whereNotIn($key, $values, $strict = false); method whereNotInStrict (line 415) | public function whereNotInStrict($key, $values); method whereInstanceOf (line 423) | public function whereInstanceOf($type); method first (line 432) | public function first(callable $callback = null, $default = null); method firstWhere (line 442) | public function firstWhere($key, $operator = null, $value = null); method flatten (line 450) | public function flatten($depth = INF); method flip (line 457) | public function flip(); method get (line 466) | public function get($key, $default = null); method groupBy (line 475) | public function groupBy($groupBy, $preserveKeys = false); method keyBy (line 483) | public function keyBy($keyBy); method has (line 491) | public function has($key); method implode (line 500) | public function implode($value, $glue = null); method intersect (line 508) | public function intersect($items); method intersectByKeys (line 516) | public function intersectByKeys($items); method isEmpty (line 523) | public function isEmpty(); method isNotEmpty (line 530) | public function isNotEmpty(); method join (line 539) | public function join($glue, $finalGlue = ''); method keys (line 546) | public function keys(); method last (line 555) | public function last(callable $callback = null, $default = null); method map (line 563) | public function map(callable $callback); method mapSpread (line 571) | public function mapSpread(callable $callback); method mapToDictionary (line 581) | public function mapToDictionary(callable $callback); method mapToGroups (line 591) | public function mapToGroups(callable $callback); method mapWithKeys (line 601) | public function mapWithKeys(callable $callback); method flatMap (line 609) | public function flatMap(callable $callback); method mapInto (line 617) | public function mapInto($class); method merge (line 625) | public function merge($items); method mergeRecursive (line 633) | public function mergeRecursive($items); method combine (line 641) | public function combine($values); method union (line 649) | public function union($items); method min (line 657) | public function min($callback = null); method max (line 665) | public function max($callback = null); method nth (line 674) | public function nth($step, $offset = 0); method only (line 682) | public function only($keys); method forPage (line 691) | public function forPage($page, $perPage); method partition (line 701) | public function partition($key, $operator = null, $value = null); method concat (line 709) | public function concat($source); method random (line 719) | public function random($number = null); method reduce (line 728) | public function reduce(callable $callback, $initial = null); method replace (line 736) | public function replace($items); method replaceRecursive (line 744) | public function replaceRecursive($items); method reverse (line 751) | public function reverse(); method search (line 760) | public function search($value, $strict = false); method shuffle (line 768) | public function shuffle($seed = null); method skip (line 776) | public function skip($count); method skipUntil (line 784) | public function skipUntil($value); method skipWhile (line 792) | public function skipWhile($value); method slice (line 801) | public function slice($offset, $length = null); method split (line 809) | public function split($numberOfGroups); method chunk (line 817) | public function chunk($size); method chunkWhile (line 825) | public function chunkWhile(callable $callback); method sort (line 833) | public function sort($callback = null); method sortDesc (line 841) | public function sortDesc($options = SORT_REGULAR); method sortBy (line 851) | public function sortBy($callback, $options = SORT_REGULAR, $descending... method sortByDesc (line 860) | public function sortByDesc($callback, $options = SORT_REGULAR); method sortKeys (line 869) | public function sortKeys($options = SORT_REGULAR, $descending = false); method sortKeysDesc (line 877) | public function sortKeysDesc($options = SORT_REGULAR); method sum (line 885) | public function sum($callback = null); method take (line 893) | public function take($limit); method takeUntil (line 901) | public function takeUntil($value); method takeWhile (line 909) | public function takeWhile($value); method tap (line 917) | public function tap(callable $callback); method pipe (line 925) | public function pipe(callable $callback); method pluck (line 934) | public function pluck($value, $key = null); method reject (line 942) | public function reject($callback = true); method unique (line 951) | public function unique($key = null, $strict = false); method uniqueStrict (line 959) | public function uniqueStrict($key = null); method values (line 966) | public function values(); method pad (line 975) | public function pad($size, $value); method countBy (line 983) | public function countBy($callback = null); method zip (line 994) | public function zip($items); method collect (line 1001) | public function collect(); method __toString (line 1008) | public function __toString(); method proxy (line 1016) | public static function proxy($method); method __get (line 1026) | public function __get($key); FILE: server/vendor/illuminate/collections/HigherOrderCollectionProxy.php class HigherOrderCollectionProxy (line 8) | class HigherOrderCollectionProxy method __construct (line 31) | public function __construct(Enumerable $collection, $method) method __get (line 43) | public function __get($key) method __call (line 57) | public function __call($method, $parameters) FILE: server/vendor/illuminate/collections/HigherOrderWhenProxy.php class HigherOrderWhenProxy (line 8) | class HigherOrderWhenProxy method __construct (line 31) | public function __construct(Enumerable $collection, $condition) method __get (line 43) | public function __get($key) method __call (line 57) | public function __call($method, $parameters) FILE: server/vendor/illuminate/collections/ItemNotFoundException.php class ItemNotFoundException (line 7) | class ItemNotFoundException extends RuntimeException FILE: server/vendor/illuminate/collections/LazyCollection.php class LazyCollection (line 14) | class LazyCollection implements CanBeEscapedWhenCastToString, Enumerable method __construct (line 31) | public function __construct($source = null) method range (line 49) | public static function range($from, $to) method all (line 69) | public function all() method eager (line 83) | public function eager() method remember (line 93) | public function remember() method avg (line 132) | public function avg($callback = null) method median (line 143) | public function median($key = null) method mode (line 154) | public function mode($key = null) method collapse (line 164) | public function collapse() method contains (line 185) | public function contains($key, $operator = null, $value = null) method doesntContain (line 216) | public function doesntContain($key, $operator = null, $value = null) method crossJoin (line 227) | public function crossJoin(...$arrays) method countBy (line 238) | public function countBy($countBy = null) method diff (line 267) | public function diff($items) method diffUsing (line 279) | public function diffUsing($items, callable $callback) method diffAssoc (line 290) | public function diffAssoc($items) method diffAssocUsing (line 302) | public function diffAssocUsing($items, callable $callback) method diffKeys (line 313) | public function diffKeys($items) method diffKeysUsing (line 325) | public function diffKeysUsing($items, callable $callback) method duplicates (line 337) | public function duplicates($callback = null, $strict = false) method duplicatesStrict (line 348) | public function duplicatesStrict($callback = null) method except (line 359) | public function except($keys) method filter (line 370) | public function filter(callable $callback = null) method first (line 394) | public function first(callable $callback = null, $default = null) method flatten (line 421) | public function flatten($depth = INF) method flip (line 443) | public function flip() method get (line 459) | public function get($key, $default = null) method groupBy (line 481) | public function groupBy($groupBy, $preserveKeys = false) method keyBy (line 492) | public function keyBy($keyBy) method has (line 515) | public function has($key) method hasAny (line 535) | public function hasAny($key) method implode (line 555) | public function implode($value, $glue = null) method intersect (line 566) | public function intersect($items) method intersectByKeys (line 577) | public function intersectByKeys($items) method isEmpty (line 587) | public function isEmpty() method containsOneItem (line 597) | public function containsOneItem() method join (line 609) | public function join($glue, $finalGlue = '') method keys (line 619) | public function keys() method last (line 635) | public function last(callable $callback = null, $default = null) method pluck (line 655) | public function pluck($value, $key = null) method map (line 684) | public function map(callable $callback) method mapToDictionary (line 701) | public function mapToDictionary(callable $callback) method mapWithKeys (line 714) | public function mapWithKeys(callable $callback) method merge (line 729) | public function merge($items) method mergeRecursive (line 740) | public function mergeRecursive($items) method combine (line 751) | public function combine($values) method union (line 782) | public function union($items) method nth (line 794) | public function nth($step, $offset = 0) method only (line 815) | public function only($keys) method concat (line 850) | public function concat($source) method random (line 866) | public function random($number = null) method replace (line 879) | public function replace($items) method replaceRecursive (line 906) | public function replaceRecursive($items) method reverse (line 916) | public function reverse() method search (line 928) | public function search($value, $strict = false) method shuffle (line 951) | public function shuffle($seed = null) method sliding (line 963) | public function sliding($size = 2, $step = 1) method skip (line 1001) | public function skip($count) method skipUntil (line 1024) | public function skipUntil($value) method skipWhile (line 1037) | public function skipWhile($value) method slice (line 1063) | public function slice($offset, $length = null) method split (line 1080) | public function split($numberOfGroups) method sole (line 1096) | public function sole($key = null, $operator = null, $value = null) method firstOrFail (line 1120) | public function firstOrFail($key = null, $operator = null, $value = null) method chunk (line 1140) | public function chunk($size) method splitIn (line 1179) | public function splitIn($numberOfGroups) method chunkWhile (line 1190) | public function chunkWhile(callable $callback) method sort (line 1227) | public function sort($callback = null) method sortDesc (line 1238) | public function sortDesc($options = SORT_REGULAR) method sortBy (line 1251) | public function sortBy($callback, $options = SORT_REGULAR, $descending... method sortByDesc (line 1263) | public function sortByDesc($callback, $options = SORT_REGULAR) method sortKeys (line 1275) | public function sortKeys($options = SORT_REGULAR, $descending = false) method sortKeysDesc (line 1286) | public function sortKeysDesc($options = SORT_REGULAR) method sortKeysUsing (line 1297) | public function sortKeysUsing(callable $callback) method take (line 1308) | public function take($limit) method takeUntil (line 1337) | public function takeUntil($value) method takeUntilTimeout (line 1358) | public function takeUntilTimeout(DateTimeInterface $timeout) method takeWhile (line 1373) | public function takeWhile($value) method tapEach (line 1388) | public function tapEach(callable $callback) method undot (line 1404) | public function undot() method unique (line 1416) | public function unique($key = null, $strict = false) method values (line 1438) | public function values() method zip (line 1456) | public function zip($items) method pad (line 1480) | public function pad($size, $value) method getIterator (line 1506) | #[\ReturnTypeWillChange] method count (line 1517) | #[\ReturnTypeWillChange] method makeIterator (line 1533) | protected function makeIterator($source) method explodePluckParameters (line 1553) | protected function explodePluckParameters($value, $key) method passthru (line 1569) | protected function passthru($method, array $params) method now (line 1581) | protected function now() FILE: server/vendor/illuminate/collections/MultipleItemsFoundException.php class MultipleItemsFoundException (line 7) | class MultipleItemsFoundException extends RuntimeException FILE: server/vendor/illuminate/collections/Traits/EnumeratesValues.php type EnumeratesValues (line 49) | trait EnumeratesValues method make (line 98) | public static function make($items = []) method wrap (line 109) | public static function wrap($value) method unwrap (line 122) | public static function unwrap($value) method empty (line 132) | public static function empty() method times (line 144) | public static function times($number, callable $callback = null) method average (line 161) | public function average($callback = null) method some (line 174) | public function some($key, $operator = null, $value = null) method containsStrict (line 186) | public function containsStrict($key, $value = null) method dd (line 213) | public function dd(...$args) method dump (line 225) | public function dump() method each (line 242) | public function each(callable $callback) method eachSpread (line 259) | public function eachSpread(callable $callback) method every (line 276) | public function every($key, $operator = null, $value = null) method firstWhere (line 301) | public function firstWhere($key, $operator = null, $value = null) method isNotEmpty (line 311) | public function isNotEmpty() method mapSpread (line 322) | public function mapSpread(callable $callback) method mapToGroups (line 339) | public function mapToGroups(callable $callback) method flatMap (line 352) | public function flatMap(callable $callback) method mapInto (line 363) | public function mapInto($class) method min (line 376) | public function min($callback = null) method max (line 395) | public function max($callback = null) method forPage (line 415) | public function forPage($page, $perPage) method partition (line 430) | public function partition($key, $operator = null, $value = null) method sum (line 456) | public function sum($callback = null) method when (line 475) | public function when($value, callable $callback = null, callable $defa... method whenEmpty (line 497) | public function whenEmpty(callable $callback, callable $default = null) method whenNotEmpty (line 509) | public function whenNotEmpty(callable $callback, callable $default = n... method unless (line 522) | public function unless($value, callable $callback, callable $default =... method unlessEmpty (line 534) | public function unlessEmpty(callable $callback, callable $default = null) method unlessNotEmpty (line 546) | public function unlessNotEmpty(callable $callback, callable $default =... method where (line 559) | public function where($key, $operator = null, $value = null) method whereNull (line 570) | public function whereNull($key = null) method whereNotNull (line 581) | public function whereNotNull($key = null) method whereStrict (line 593) | public function whereStrict($key, $value) method whereIn (line 606) | public function whereIn($key, $values, $strict = false) method whereInStrict (line 622) | public function whereInStrict($key, $values) method whereBetween (line 634) | public function whereBetween($key, $values) method whereNotBetween (line 646) | public function whereNotBetween($key, $values) method whereNotIn (line 661) | public function whereNotIn($key, $values, $strict = false) method whereNotInStrict (line 677) | public function whereNotInStrict($key, $values) method whereInstanceOf (line 688) | public function whereInstanceOf($type) method pipe (line 711) | public function pipe(callable $callback) method pipeInto (line 722) | public function pipeInto($class) method pipeThrough (line 733) | public function pipeThrough($pipes) method tap (line 749) | public function tap(callable $callback) method reduce (line 763) | public function reduce(callable $callback, $initial = null) method reduceMany (line 785) | public function reduceMany(callable $callback, ...$initial) method reduceSpread (line 799) | public function reduceSpread(callable $callback, ...$initial) method reduceWithKeys (line 824) | public function reduceWithKeys(callable $callback, $initial = null) method reject (line 835) | public function reject($callback = true) method uniqueStrict (line 852) | public function uniqueStrict($key = null) method collect (line 862) | public function collect() method toArray (line 872) | public function toArray() method jsonSerialize (line 884) | #[\ReturnTypeWillChange] method toJson (line 906) | public function toJson($options = 0) method getCachingIterator (line 917) | public function getCachingIterator($flags = CachingIterator::CALL_TOST... method __toString (line 927) | public function __toString() method escapeWhenCastingToString (line 940) | public function escapeWhenCastingToString($escape = true) method proxy (line 953) | public static function proxy($method) method __get (line 966) | public function __get($key) method getArrayableItems (line 981) | protected function getArrayableItems($items) method operatorForWhere (line 1010) | protected function operatorForWhere($key, $operator = null, $value = n... method useAsCallable (line 1057) | protected function useAsCallable($value) method valueRetriever (line 1068) | protected function valueRetriever($value) method equality (line 1085) | protected function equality($value) method negate (line 1098) | protected function negate(Closure $callback) method identity (line 1110) | protected function identity() FILE: server/vendor/illuminate/collections/helpers.php function collect (line 13) | function collect($value = null) function data_fill (line 28) | function data_fill(&$target, $key, $value) function data_get (line 43) | function data_get($target, $key, $default = null) function data_set (line 97) | function data_set(&$target, $key, $value, $overwrite = true) function head (line 156) | function head($array) function last (line 169) | function last($array) function value (line 182) | function value($value, ...$args) FILE: server/vendor/illuminate/container/BoundMethod.php class BoundMethod (line 11) | class BoundMethod method call (line 25) | public static function call($container, $callback, array $parameters =... method callClass (line 51) | protected static function callClass($container, $target, array $parame... method callBoundMethod (line 78) | protected static function callBoundMethod($container, $callback, $defa... method normalizeMethod (line 102) | protected static function normalizeMethod($callback) method getMethodDependencies (line 119) | protected static function getMethodDependencies($container, $callback,... method getCallReflector (line 138) | protected static function getCallReflector($callback) method addDependencyForCallParameter (line 162) | protected static function addDependencyForCallParameter($container, $p... method isCallableWithAtSign (line 200) | protected static function isCallableWithAtSign($callback) FILE: server/vendor/illuminate/container/Container.php class Container (line 17) | class Container implements ArrayAccess, ContainerContract method when (line 165) | public function when($concrete) method bound (line 182) | public function bound($abstract) method has (line 194) | public function has($id) method resolved (line 205) | public function resolved($abstract) method isShared (line 221) | public function isShared($abstract) method isAlias (line 234) | public function isAlias($name) method bind (line 249) | public function bind($abstract, $concrete = null, $shared = false) method getClosure (line 288) | protected function getClosure($abstract, $concrete) method hasMethodBinding (line 307) | public function hasMethodBinding($method) method bindMethod (line 319) | public function bindMethod($method, $callback) method parseBindMethod (line 330) | protected function parseBindMethod($method) method callMethodBinding (line 346) | public function callMethodBinding($method, $instance) method addContextualBinding (line 359) | public function addContextualBinding($concrete, $abstract, $implementa... method bindIf (line 372) | public function bindIf($abstract, $concrete = null, $shared = false) method singleton (line 386) | public function singleton($abstract, $concrete = null) method singletonIf (line 398) | public function singletonIf($abstract, $concrete = null) method scoped (line 412) | public function scoped($abstract, $concrete = null) method scopedIf (line 426) | public function scopedIf($abstract, $concrete = null) method extend (line 444) | public function extend($abstract, Closure $closure) method instance (line 468) | public function instance($abstract, $instance) method removeAbstractAlias (line 494) | protected function removeAbstractAlias($searched) method tag (line 516) | public function tag($abstracts, $tags) method tagged (line 537) | public function tagged($tag) method alias (line 559) | public function alias($abstract, $alias) method rebinding (line 577) | public function rebinding($abstract, Closure $callback) method refresh (line 594) | public function refresh($abstract, $target, $method) method rebound (line 607) | protected function rebound($abstract) method getReboundCallbacks (line 622) | protected function getReboundCallbacks($abstract) method wrap (line 634) | public function wrap(Closure $callback, array $parameters = []) method call (line 651) | public function call($callback, array $parameters = [], $defaultMethod... method factory (line 662) | public function factory($abstract) method makeWith (line 678) | public function makeWith($abstract, array $parameters = []) method make (line 692) | public function make($abstract, array $parameters = []) method get (line 702) | public function get($id) method resolve (line 726) | protected function resolve($abstract, $parameters = [], $raiseEvents =... method getConcrete (line 797) | protected function getConcrete($abstract) method getContextualConcrete (line 815) | protected function getContextualConcrete($abstract) method findInContextualBindings (line 841) | protected function findInContextualBindings($abstract) method isBuildable (line 853) | protected function isBuildable($concrete, $abstract) method build (line 867) | public function build($concrete) method resolveDependencies (line 928) | protected function resolveDependencies(array $dependencies) method hasParameterOverride (line 965) | protected function hasParameterOverride($dependency) method getParameterOverride (line 978) | protected function getParameterOverride($dependency) method getLastParameterOverride (line 988) | protected function getLastParameterOverride() method resolvePrimitive (line 1001) | protected function resolvePrimitive(ReflectionParameter $parameter) method resolveClass (line 1022) | protected function resolveClass(ReflectionParameter $parameter) method resolveVariadicClass (line 1056) | protected function resolveVariadicClass(ReflectionParameter $parameter) method notInstantiable (line 1079) | protected function notInstantiable($concrete) method unresolvablePrimitive (line 1100) | protected function unresolvablePrimitive(ReflectionParameter $parameter) method beforeResolving (line 1114) | public function beforeResolving($abstract, Closure $callback = null) method resolving (line 1134) | public function resolving($abstract, Closure $callback = null) method afterResolving (line 1154) | public function afterResolving($abstract, Closure $callback = null) method fireBeforeResolvingCallbacks (line 1174) | protected function fireBeforeResolvingCallbacks($abstract, $parameters... method fireBeforeCallbackArray (line 1193) | protected function fireBeforeCallbackArray($abstract, $parameters, arr... method fireResolvingCallbacks (line 1207) | protected function fireResolvingCallbacks($abstract, $object) method fireAfterResolvingCallbacks (line 1225) | protected function fireAfterResolvingCallbacks($abstract, $object) method getCallbacksForType (line 1242) | protected function getCallbacksForType($abstract, $object, array $call... method fireCallbackArray (line 1262) | protected function fireCallbackArray($object, array $callbacks) method getBindings (line 1274) | public function getBindings() method getAlias (line 1285) | public function getAlias($abstract) method getExtenders (line 1298) | protected function getExtenders($abstract) method forgetExtenders (line 1309) | public function forgetExtenders($abstract) method dropStaleInstances (line 1320) | protected function dropStaleInstances($abstract) method forgetInstance (line 1331) | public function forgetInstance($abstract) method forgetInstances (line 1341) | public function forgetInstances() method forgetScopedInstances (line 1351) | public function forgetScopedInstances() method flush (line 1363) | public function flush() method getInstance (line 1378) | public static function getInstance() method setInstance (line 1393) | public static function setInstance(ContainerContract $container = null) method offsetExists (line 1404) | #[\ReturnTypeWillChange] method offsetGet (line 1416) | #[\ReturnTypeWillChange] method offsetSet (line 1429) | #[\ReturnTypeWillChange] method offsetUnset (line 1443) | #[\ReturnTypeWillChange] method __get (line 1455) | public function __get($key) method __set (line 1467) | public function __set($key, $value) FILE: server/vendor/illuminate/container/ContextualBindingBuilder.php class ContextualBindingBuilder (line 8) | class ContextualBindingBuilder implements ContextualBindingBuilderContract method __construct (line 38) | public function __construct(Container $container, $concrete) method needs (line 50) | public function needs($abstract) method give (line 63) | public function give($implementation) method giveTagged (line 76) | public function giveTagged($tag) method giveConfig (line 92) | public function giveConfig($key, $default = null) FILE: server/vendor/illuminate/container/EntryNotFoundException.php class EntryNotFoundException (line 8) | class EntryNotFoundException extends Exception implements NotFoundExcept... FILE: server/vendor/illuminate/container/RewindableGenerator.php class RewindableGenerator (line 8) | class RewindableGenerator implements Countable, IteratorAggregate method __construct (line 31) | public function __construct(callable $generator, $count) method getIterator (line 42) | #[\ReturnTypeWillChange] method count (line 53) | #[\ReturnTypeWillChange] FILE: server/vendor/illuminate/container/Util.php class Util (line 11) | class Util method arrayWrap (line 21) | public static function arrayWrap($value) method unwrapIfClosure (line 38) | public static function unwrapIfClosure($value) method getParameterClassName (line 51) | public static function getParameterClassName($parameter) FILE: server/vendor/illuminate/contracts/Auth/Access/Authorizable.php type Authorizable (line 5) | interface Authorizable method can (line 14) | public function can($abilities, $arguments = []); FILE: server/vendor/illuminate/contracts/Auth/Access/Gate.php type Gate (line 5) | interface Gate method has (line 13) | public function has($ability); method define (line 22) | public function define($ability, $callback); method resource (line 32) | public function resource($name, $class, array $abilities = null); method policy (line 41) | public function policy($class, $policy); method before (line 49) | public function before(callable $callback); method after (line 57) | public function after(callable $callback); method allows (line 66) | public function allows($ability, $arguments = []); method denies (line 75) | public function denies($ability, $arguments = []); method check (line 84) | public function check($abilities, $arguments = []); method any (line 93) | public function any($abilities, $arguments = []); method authorize (line 104) | public function authorize($ability, $arguments = []); method inspect (line 113) | public function inspect($ability, $arguments = []); method raw (line 124) | public function raw($ability, $arguments = []); method getPolicyFor (line 134) | public function getPolicyFor($class); method forUser (line 142) | public function forUser($user); method abilities (line 149) | public function abilities(); FILE: server/vendor/illuminate/contracts/Auth/Authenticatable.php type Authenticatable (line 5) | interface Authenticatable method getAuthIdentifierName (line 12) | public function getAuthIdentifierName(); method getAuthIdentifier (line 19) | public function getAuthIdentifier(); method getAuthPassword (line 26) | public function getAuthPassword(); method getRememberToken (line 33) | public function getRememberToken(); method setRememberToken (line 41) | public function setRememberToken($value); method getRememberTokenName (line 48) | public function getRememberTokenName(); FILE: server/vendor/illuminate/contracts/Auth/CanResetPassword.php type CanResetPassword (line 5) | interface CanResetPassword method getEmailForPasswordReset (line 12) | public function getEmailForPasswordReset(); method sendPasswordResetNotification (line 20) | public function sendPasswordResetNotification($token); FILE: server/vendor/illuminate/contracts/Auth/Factory.php type Factory (line 5) | interface Factory method guard (line 13) | public function guard($name = null); method shouldUse (line 21) | public function shouldUse($name); FILE: server/vendor/illuminate/contracts/Auth/Guard.php type Guard (line 5) | interface Guard method check (line 12) | public function check(); method guest (line 19) | public function guest(); method user (line 26) | public function user(); method id (line 33) | public function id(); method validate (line 41) | public function validate(array $credentials = []); method setUser (line 49) | public function setUser(Authenticatable $user); FILE: server/vendor/illuminate/contracts/Auth/Middleware/AuthenticatesRequests.php type AuthenticatesRequests (line 5) | interface AuthenticatesRequests FILE: server/vendor/illuminate/contracts/Auth/MustVerifyEmail.php type MustVerifyEmail (line 5) | interface MustVerifyEmail method hasVerifiedEmail (line 12) | public function hasVerifiedEmail(); method markEmailAsVerified (line 19) | public function markEmailAsVerified(); method sendEmailVerificationNotification (line 26) | public function sendEmailVerificationNotification(); method getEmailForVerification (line 33) | public function getEmailForVerification(); FILE: server/vendor/illuminate/contracts/Auth/PasswordBroker.php type PasswordBroker (line 7) | interface PasswordBroker method sendResetLink (line 51) | public function sendResetLink(array $credentials, Closure $callback = ... method reset (line 60) | public function reset(array $credentials, Closure $callback); FILE: server/vendor/illuminate/contracts/Auth/PasswordBrokerFactory.php type PasswordBrokerFactory (line 5) | interface PasswordBrokerFactory method broker (line 13) | public function broker($name = null); FILE: server/vendor/illuminate/contracts/Auth/StatefulGuard.php type StatefulGuard (line 5) | interface StatefulGuard extends Guard method attempt (line 14) | public function attempt(array $credentials = [], $remember = false); method once (line 22) | public function once(array $credentials = []); method login (line 31) | public function login(Authenticatable $user, $remember = false); method loginUsingId (line 40) | public function loginUsingId($id, $remember = false); method onceUsingId (line 48) | public function onceUsingId($id); method viaRemember (line 55) | public function viaRemember(); method logout (line 62) | public function logout(); FILE: server/vendor/illuminate/contracts/Auth/SupportsBasicAuth.php type SupportsBasicAuth (line 5) | interface SupportsBasicAuth method basic (line 14) | public function basic($field = 'email', $extraConditions = []); method onceBasic (line 23) | public function onceBasic($field = 'email', $extraConditions = []); FILE: server/vendor/illuminate/contracts/Auth/UserProvider.php type UserProvider (line 5) | interface UserProvider method retrieveById (line 13) | public function retrieveById($identifier); method retrieveByToken (line 22) | public function retrieveByToken($identifier, $token); method updateRememberToken (line 31) | public function updateRememberToken(Authenticatable $user, $token); method retrieveByCredentials (line 39) | public function retrieveByCredentials(array $credentials); method validateCredentials (line 48) | public function validateCredentials(Authenticatable $user, array $cred... FILE: server/vendor/illuminate/contracts/Broadcasting/Broadcaster.php type Broadcaster (line 5) | interface Broadcaster method auth (line 13) | public function auth($request); method validAuthenticationResponse (line 22) | public function validAuthenticationResponse($request, $result); method broadcast (line 32) | public function broadcast(array $channels, $event, array $payload = []); FILE: server/vendor/illuminate/contracts/Broadcasting/Factory.php type Factory (line 5) | interface Factory method connection (line 13) | public function connection($name = null); FILE: server/vendor/illuminate/contracts/Broadcasting/HasBroadcastChannel.php type HasBroadcastChannel (line 5) | interface HasBroadcastChannel method broadcastChannelRoute (line 12) | public function broadcastChannelRoute(); method broadcastChannel (line 19) | public function broadcastChannel(); FILE: server/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php type ShouldBroadcast (line 5) | interface ShouldBroadcast method broadcastOn (line 12) | public function broadcastOn(); FILE: server/vendor/illuminate/contracts/Broadcasting/ShouldBroadcastNow.php type ShouldBroadcastNow (line 5) | interface ShouldBroadcastNow extends ShouldBroadcast FILE: server/vendor/illuminate/contracts/Bus/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method dispatch (line 13) | public function dispatch($command); method dispatchSync (line 24) | public function dispatchSync($command, $handler = null); method dispatchNow (line 33) | public function dispatchNow($command, $handler = null); method hasCommandHandler (line 41) | public function hasCommandHandler($command); method getCommandHandler (line 49) | public function getCommandHandler($command); method pipeThrough (line 57) | public function pipeThrough(array $pipes); method map (line 65) | public function map(array $map); FILE: server/vendor/illuminate/contracts/Bus/QueueingDispatcher.php type QueueingDispatcher (line 5) | interface QueueingDispatcher extends Dispatcher method findBatch (line 13) | public function findBatch(string $batchId); method batch (line 21) | public function batch($jobs); method dispatchToQueue (line 29) | public function dispatchToQueue($command); FILE: server/vendor/illuminate/contracts/Cache/Factory.php type Factory (line 5) | interface Factory method store (line 13) | public function store($name = null); FILE: server/vendor/illuminate/contracts/Cache/Lock.php type Lock (line 5) | interface Lock method get (line 13) | public function get($callback = null); method block (line 22) | public function block($seconds, $callback = null); method release (line 29) | public function release(); method owner (line 36) | public function owner(); method forceRelease (line 43) | public function forceRelease(); FILE: server/vendor/illuminate/contracts/Cache/LockProvider.php type LockProvider (line 5) | interface LockProvider method lock (line 15) | public function lock($name, $seconds = 0, $owner = null); method restoreLock (line 24) | public function restoreLock($name, $owner); FILE: server/vendor/illuminate/contracts/Cache/LockTimeoutException.php class LockTimeoutException (line 7) | class LockTimeoutException extends Exception FILE: server/vendor/illuminate/contracts/Cache/Repository.php type Repository (line 8) | interface Repository extends CacheInterface method pull (line 17) | public function pull($key, $default = null); method put (line 27) | public function put($key, $value, $ttl = null); method add (line 37) | public function add($key, $value, $ttl = null); method increment (line 46) | public function increment($key, $value = 1); method decrement (line 55) | public function decrement($key, $value = 1); method forever (line 64) | public function forever($key, $value); method remember (line 74) | public function remember($key, $ttl, Closure $callback); method sear (line 83) | public function sear($key, Closure $callback); method rememberForever (line 92) | public function rememberForever($key, Closure $callback); method forget (line 100) | public function forget($key); method getStore (line 107) | public function getStore(); FILE: server/vendor/illuminate/contracts/Cache/Store.php type Store (line 5) | interface Store method get (line 13) | public function get($key); method many (line 23) | public function many(array $keys); method put (line 33) | public function put($key, $value, $seconds); method putMany (line 42) | public function putMany(array $values, $seconds); method increment (line 51) | public function increment($key, $value = 1); method decrement (line 60) | public function decrement($key, $value = 1); method forever (line 69) | public function forever($key, $value); method forget (line 77) | public function forget($key); method flush (line 84) | public function flush(); method getPrefix (line 91) | public function getPrefix(); FILE: server/vendor/illuminate/contracts/Config/Repository.php type Repository (line 5) | interface Repository method has (line 13) | public function has($key); method get (line 22) | public function get($key, $default = null); method all (line 29) | public function all(); method set (line 38) | public function set($key, $value = null); method prepend (line 47) | public function prepend($key, $value); method push (line 56) | public function push($key, $value); FILE: server/vendor/illuminate/contracts/Console/Application.php type Application (line 5) | interface Application method call (line 15) | public function call($command, array $parameters = [], $outputBuffer =... method output (line 22) | public function output(); FILE: server/vendor/illuminate/contracts/Console/Kernel.php type Kernel (line 5) | interface Kernel method bootstrap (line 12) | public function bootstrap(); method handle (line 21) | public function handle($input, $output = null); method call (line 31) | public function call($command, array $parameters = [], $outputBuffer =... method queue (line 40) | public function queue($command, array $parameters = []); method all (line 47) | public function all(); method output (line 54) | public function output(); method terminate (line 63) | public function terminate($input, $status); FILE: server/vendor/illuminate/contracts/Container/BindingResolutionException.php class BindingResolutionException (line 8) | class BindingResolutionException extends Exception implements ContainerE... FILE: server/vendor/illuminate/contracts/Container/CircularDependencyException.php class CircularDependencyException (line 8) | class CircularDependencyException extends Exception implements Container... FILE: server/vendor/illuminate/contracts/Container/Container.php type Container (line 8) | interface Container extends ContainerInterface method bound (line 16) | public function bound($abstract); method alias (line 27) | public function alias($abstract, $alias); method tag (line 36) | public function tag($abstracts, $tags); method tagged (line 44) | public function tagged($tag); method bind (line 54) | public function bind($abstract, $concrete = null, $shared = false); method bindIf (line 64) | public function bindIf($abstract, $concrete = null, $shared = false); method singleton (line 73) | public function singleton($abstract, $concrete = null); method singletonIf (line 82) | public function singletonIf($abstract, $concrete = null); method extend (line 93) | public function extend($abstract, Closure $closure); method instance (line 102) | public function instance($abstract, $instance); method addContextualBinding (line 112) | public function addContextualBinding($concrete, $abstract, $implementa... method when (line 120) | public function when($concrete); method factory (line 128) | public function factory($abstract); method flush (line 135) | public function flush(); method make (line 146) | public function make($abstract, array $parameters = []); method call (line 156) | public function call($callback, array $parameters = [], $defaultMethod... method resolved (line 164) | public function resolved($abstract); method resolving (line 173) | public function resolving($abstract, Closure $callback = null); method afterResolving (line 182) | public function afterResolving($abstract, Closure $callback = null); FILE: server/vendor/illuminate/contracts/Container/ContextualBindingBuilder.php type ContextualBindingBuilder (line 5) | interface ContextualBindingBuilder method needs (line 13) | public function needs($abstract); method give (line 21) | public function give($implementation); method giveTagged (line 29) | public function giveTagged($tag); FILE: server/vendor/illuminate/contracts/Cookie/Factory.php type Factory (line 5) | interface Factory method make (line 21) | public function make($name, $value, $minutes = 0, $path = null, $domai... method forever (line 36) | public function forever($name, $value, $path = null, $domain = null, $... method forget (line 46) | public function forget($name, $path = null, $domain = null); FILE: server/vendor/illuminate/contracts/Cookie/QueueingFactory.php type QueueingFactory (line 5) | interface QueueingFactory extends Factory method queue (line 13) | public function queue(...$parameters); method unqueue (line 22) | public function unqueue($name, $path = null); method getQueuedCookies (line 29) | public function getQueuedCookies(); FILE: server/vendor/illuminate/contracts/Database/Eloquent/Castable.php type Castable (line 5) | interface Castable method castUsing (line 14) | public static function castUsing(array $arguments); FILE: server/vendor/illuminate/contracts/Database/Eloquent/CastsAttributes.php type CastsAttributes (line 5) | interface CastsAttributes method get (line 16) | public function get($model, string $key, $value, array $attributes); method set (line 27) | public function set($model, string $key, $value, array $attributes); FILE: server/vendor/illuminate/contracts/Database/Eloquent/CastsInboundAttributes.php type CastsInboundAttributes (line 5) | interface CastsInboundAttributes method set (line 16) | public function set($model, string $key, $value, array $attributes); FILE: server/vendor/illuminate/contracts/Database/Eloquent/DeviatesCastableAttributes.php type DeviatesCastableAttributes (line 5) | interface DeviatesCastableAttributes method increment (line 16) | public function increment($model, string $key, $value, array $attribut... method decrement (line 27) | public function decrement($model, string $key, $value, array $attribut... FILE: server/vendor/illuminate/contracts/Database/Eloquent/SerializesCastableAttributes.php type SerializesCastableAttributes (line 5) | interface SerializesCastableAttributes method serialize (line 16) | public function serialize($model, string $key, $value, array $attribut... FILE: server/vendor/illuminate/contracts/Database/Eloquent/SupportsPartialRelations.php type SupportsPartialRelations (line 5) | interface SupportsPartialRelations method ofMany (line 15) | public function ofMany($column = 'id', $aggregate = 'MAX', $relation =... method isOneOfMany (line 22) | public function isOneOfMany(); method getOneOfManySubQuery (line 29) | public function getOneOfManySubQuery(); FILE: server/vendor/illuminate/contracts/Database/Events/MigrationEvent.php type MigrationEvent (line 5) | interface MigrationEvent FILE: server/vendor/illuminate/contracts/Database/ModelIdentifier.php class ModelIdentifier (line 5) | class ModelIdentifier method __construct (line 46) | public function __construct($class, $id, array $relations, $connection) FILE: server/vendor/illuminate/contracts/Debug/ExceptionHandler.php type ExceptionHandler (line 7) | interface ExceptionHandler method report (line 17) | public function report(Throwable $e); method shouldReport (line 25) | public function shouldReport(Throwable $e); method render (line 36) | public function render($request, Throwable $e); method renderForConsole (line 45) | public function renderForConsole($output, Throwable $e); FILE: server/vendor/illuminate/contracts/Encryption/DecryptException.php class DecryptException (line 7) | class DecryptException extends RuntimeException FILE: server/vendor/illuminate/contracts/Encryption/EncryptException.php class EncryptException (line 7) | class EncryptException extends RuntimeException FILE: server/vendor/illuminate/contracts/Encryption/Encrypter.php type Encrypter (line 5) | interface Encrypter method encrypt (line 16) | public function encrypt($value, $serialize = true); method decrypt (line 27) | public function decrypt($payload, $unserialize = true); FILE: server/vendor/illuminate/contracts/Encryption/StringEncrypter.php type StringEncrypter (line 5) | interface StringEncrypter method encryptString (line 15) | public function encryptString($value); method decryptString (line 25) | public function decryptString($payload); FILE: server/vendor/illuminate/contracts/Events/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method listen (line 14) | public function listen($events, $listener = null); method hasListeners (line 22) | public function hasListeners($eventName); method subscribe (line 30) | public function subscribe($subscriber); method until (line 39) | public function until($event, $payload = []); method dispatch (line 49) | public function dispatch($event, $payload = [], $halt = false); method push (line 58) | public function push($event, $payload = []); method flush (line 66) | public function flush($event); method forget (line 74) | public function forget($event); method forgetPushed (line 81) | public function forgetPushed(); FILE: server/vendor/illuminate/contracts/Filesystem/Cloud.php type Cloud (line 5) | interface Cloud extends Filesystem method url (line 13) | public function url($path); FILE: server/vendor/illuminate/contracts/Filesystem/Factory.php type Factory (line 5) | interface Factory method disk (line 13) | public function disk($name = null); FILE: server/vendor/illuminate/contracts/Filesystem/FileExistsException.php class FileExistsException (line 7) | class FileExistsException extends Exception FILE: server/vendor/illuminate/contracts/Filesystem/FileNotFoundException.php class FileNotFoundException (line 7) | class FileNotFoundException extends Exception FILE: server/vendor/illuminate/contracts/Filesystem/Filesystem.php type Filesystem (line 5) | interface Filesystem method exists (line 27) | public function exists($path); method get (line 37) | public function get($path); method readStream (line 47) | public function readStream($path); method put (line 57) | public function put($path, $contents, $options = []); method writeStream (line 70) | public function writeStream($path, $resource, array $options = []); method getVisibility (line 78) | public function getVisibility($path); method setVisibility (line 87) | public function setVisibility($path, $visibility); method prepend (line 96) | public function prepend($path, $data); method append (line 105) | public function append($path, $data); method delete (line 113) | public function delete($paths); method copy (line 122) | public function copy($from, $to); method move (line 131) | public function move($from, $to); method size (line 139) | public function size($path); method lastModified (line 147) | public function lastModified($path); method files (line 156) | public function files($directory = null, $recursive = false); method allFiles (line 164) | public function allFiles($directory = null); method directories (line 173) | public function directories($directory = null, $recursive = false); method allDirectories (line 181) | public function allDirectories($directory = null); method makeDirectory (line 189) | public function makeDirectory($path); method deleteDirectory (line 197) | public function deleteDirectory($directory); FILE: server/vendor/illuminate/contracts/Filesystem/LockTimeoutException.php class LockTimeoutException (line 7) | class LockTimeoutException extends Exception FILE: server/vendor/illuminate/contracts/Foundation/Application.php type Application (line 7) | interface Application extends Container method version (line 14) | public function version(); method basePath (line 22) | public function basePath($path = ''); method bootstrapPath (line 30) | public function bootstrapPath($path = ''); method configPath (line 38) | public function configPath($path = ''); method databasePath (line 46) | public function databasePath($path = ''); method resourcePath (line 54) | public function resourcePath($path = ''); method storagePath (line 61) | public function storagePath(); method environment (line 69) | public function environment(...$environments); method runningInConsole (line 76) | public function runningInConsole(); method runningUnitTests (line 83) | public function runningUnitTests(); method isDownForMaintenance (line 90) | public function isDownForMaintenance(); method registerConfiguredProviders (line 97) | public function registerConfiguredProviders(); method register (line 106) | public function register($provider, $force = false); method registerDeferredProvider (line 115) | public function registerDeferredProvider($provider, $service = null); method resolveProvider (line 123) | public function resolveProvider($provider); method boot (line 130) | public function boot(); method booting (line 138) | public function booting($callback); method booted (line 146) | public function booted($callback); method bootstrapWith (line 154) | public function bootstrapWith(array $bootstrappers); method getLocale (line 161) | public function getLocale(); method getNamespace (line 170) | public function getNamespace(); method getProviders (line 178) | public function getProviders($provider); method hasBeenBootstrapped (line 185) | public function hasBeenBootstrapped(); method loadDeferredProviders (line 192) | public function loadDeferredProviders(); method setLocale (line 200) | public function setLocale($locale); method shouldSkipMiddleware (line 207) | public function shouldSkipMiddleware(); method terminate (line 214) | public function terminate(); FILE: server/vendor/illuminate/contracts/Foundation/CachesConfiguration.php type CachesConfiguration (line 5) | interface CachesConfiguration method configurationIsCached (line 12) | public function configurationIsCached(); method getCachedConfigPath (line 19) | public function getCachedConfigPath(); method getCachedServicesPath (line 26) | public function getCachedServicesPath(); FILE: server/vendor/illuminate/contracts/Foundation/CachesRoutes.php type CachesRoutes (line 5) | interface CachesRoutes method routesAreCached (line 12) | public function routesAreCached(); method getCachedRoutesPath (line 19) | public function getCachedRoutesPath(); FILE: server/vendor/illuminate/contracts/Hashing/Hasher.php type Hasher (line 5) | interface Hasher method info (line 13) | public function info($hashedValue); method make (line 22) | public function make($value, array $options = []); method check (line 32) | public function check($value, $hashedValue, array $options = []); method needsRehash (line 41) | public function needsRehash($hashedValue, array $options = []); FILE: server/vendor/illuminate/contracts/Http/Kernel.php type Kernel (line 5) | interface Kernel method bootstrap (line 12) | public function bootstrap(); method handle (line 20) | public function handle($request); method terminate (line 29) | public function terminate($request, $response); method getApplication (line 36) | public function getApplication(); FILE: server/vendor/illuminate/contracts/Mail/Factory.php type Factory (line 5) | interface Factory method mailer (line 13) | public function mailer($name = null); FILE: server/vendor/illuminate/contracts/Mail/MailQueue.php type MailQueue (line 5) | interface MailQueue method queue (line 14) | public function queue($view, $queue = null); method later (line 24) | public function later($delay, $view, $queue = null); FILE: server/vendor/illuminate/contracts/Mail/Mailable.php type Mailable (line 7) | interface Mailable method send (line 15) | public function send($mailer); method queue (line 23) | public function queue(Queue $queue); method later (line 32) | public function later($delay, Queue $queue); method cc (line 41) | public function cc($address, $name = null); method bcc (line 50) | public function bcc($address, $name = null); method to (line 59) | public function to($address, $name = null); method locale (line 67) | public function locale($locale); method mailer (line 75) | public function mailer($mailer); FILE: server/vendor/illuminate/contracts/Mail/Mailer.php type Mailer (line 5) | interface Mailer method to (line 13) | public function to($users); method bcc (line 21) | public function bcc($users); method raw (line 30) | public function raw($text, $callback); method send (line 40) | public function send($view, array $data = [], $callback = null); method failures (line 47) | public function failures(); FILE: server/vendor/illuminate/contracts/Notifications/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method send (line 14) | public function send($notifiables, $notification); method sendNow (line 23) | public function sendNow($notifiables, $notification); FILE: server/vendor/illuminate/contracts/Notifications/Factory.php type Factory (line 5) | interface Factory method channel (line 13) | public function channel($name = null); method send (line 22) | public function send($notifiables, $notification); method sendNow (line 31) | public function sendNow($notifiables, $notification); FILE: server/vendor/illuminate/contracts/Pagination/CursorPaginator.php type CursorPaginator (line 5) | interface CursorPaginator method url (line 13) | public function url($cursor); method appends (line 22) | public function appends($key, $value = null); method fragment (line 30) | public function fragment($fragment = null); method previousPageUrl (line 37) | public function previousPageUrl(); method nextPageUrl (line 44) | public function nextPageUrl(); method items (line 51) | public function items(); method previousCursor (line 58) | public function previousCursor(); method nextCursor (line 65) | public function nextCursor(); method perPage (line 72) | public function perPage(); method cursor (line 79) | public function cursor(); method hasPages (line 86) | public function hasPages(); method path (line 93) | public function path(); method isEmpty (line 100) | public function isEmpty(); method isNotEmpty (line 107) | public function isNotEmpty(); method render (line 116) | public function render($view = null, $data = []); FILE: server/vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php type LengthAwarePaginator (line 5) | interface LengthAwarePaginator extends Paginator method getUrlRange (line 14) | public function getUrlRange($start, $end); method total (line 21) | public function total(); method lastPage (line 28) | public function lastPage(); FILE: server/vendor/illuminate/contracts/Pagination/Paginator.php type Paginator (line 5) | interface Paginator method url (line 13) | public function url($page); method appends (line 22) | public function appends($key, $value = null); method fragment (line 30) | public function fragment($fragment = null); method nextPageUrl (line 37) | public function nextPageUrl(); method previousPageUrl (line 44) | public function previousPageUrl(); method items (line 51) | public function items(); method firstItem (line 58) | public function firstItem(); method lastItem (line 65) | public function lastItem(); method perPage (line 72) | public function perPage(); method currentPage (line 79) | public function currentPage(); method hasPages (line 86) | public function hasPages(); method hasMorePages (line 93) | public function hasMorePages(); method path (line 100) | public function path(); method isEmpty (line 107) | public function isEmpty(); method isNotEmpty (line 114) | public function isNotEmpty(); method render (line 123) | public function render($view = null, $data = []); FILE: server/vendor/illuminate/contracts/Pipeline/Hub.php type Hub (line 5) | interface Hub method pipe (line 14) | public function pipe($object, $pipeline = null); FILE: server/vendor/illuminate/contracts/Pipeline/Pipeline.php type Pipeline (line 7) | interface Pipeline method send (line 15) | public function send($traveler); method through (line 23) | public function through($stops); method via (line 31) | public function via($method); method then (line 39) | public function then(Closure $destination); FILE: server/vendor/illuminate/contracts/Queue/ClearableQueue.php type ClearableQueue (line 5) | interface ClearableQueue method clear (line 13) | public function clear($queue); FILE: server/vendor/illuminate/contracts/Queue/EntityNotFoundException.php class EntityNotFoundException (line 7) | class EntityNotFoundException extends InvalidArgumentException method __construct (line 16) | public function __construct($type, $id) FILE: server/vendor/illuminate/contracts/Queue/EntityResolver.php type EntityResolver (line 5) | interface EntityResolver method resolve (line 14) | public function resolve($type, $id); FILE: server/vendor/illuminate/contracts/Queue/Factory.php type Factory (line 5) | interface Factory method connection (line 13) | public function connection($name = null); FILE: server/vendor/illuminate/contracts/Queue/Job.php type Job (line 5) | interface Job method uuid (line 12) | public function uuid(); method getJobId (line 19) | public function getJobId(); method payload (line 26) | public function payload(); method fire (line 33) | public function fire(); method release (line 43) | public function release($delay = 0); method isReleased (line 50) | public function isReleased(); method delete (line 57) | public function delete(); method isDeleted (line 64) | public function isDeleted(); method isDeletedOrReleased (line 71) | public function isDeletedOrReleased(); method attempts (line 78) | public function attempts(); method hasFailed (line 85) | public function hasFailed(); method markAsFailed (line 92) | public function markAsFailed(); method fail (line 100) | public function fail($e = null); method maxTries (line 107) | public function maxTries(); method maxExceptions (line 114) | public function maxExceptions(); method timeout (line 121) | public function timeout(); method retryUntil (line 128) | public function retryUntil(); method getName (line 135) | public function getName(); method resolveName (line 144) | public function resolveName(); method getConnectionName (line 151) | public function getConnectionName(); method getQueue (line 158) | public function getQueue(); method getRawBody (line 165) | public function getRawBody(); FILE: server/vendor/illuminate/contracts/Queue/Monitor.php type Monitor (line 5) | interface Monitor method looping (line 13) | public function looping($callback); method failing (line 21) | public function failing($callback); method stopping (line 29) | public function stopping($callback); FILE: server/vendor/illuminate/contracts/Queue/Queue.php type Queue (line 5) | interface Queue method size (line 13) | public function size($queue = null); method push (line 23) | public function push($job, $data = '', $queue = null); method pushOn (line 33) | public function pushOn($queue, $job, $data = ''); method pushRaw (line 43) | public function pushRaw($payload, $queue = null, array $options = []); method later (line 54) | public function later($delay, $job, $data = '', $queue = null); method laterOn (line 65) | public function laterOn($queue, $delay, $job, $data = ''); method bulk (line 75) | public function bulk($jobs, $data = '', $queue = null); method pop (line 83) | public function pop($queue = null); method getConnectionName (line 90) | public function getConnectionName(); method setConnectionName (line 98) | public function setConnectionName($name); FILE: server/vendor/illuminate/contracts/Queue/QueueableCollection.php type QueueableCollection (line 5) | interface QueueableCollection method getQueueableClass (line 12) | public function getQueueableClass(); method getQueueableIds (line 19) | public function getQueueableIds(); method getQueueableRelations (line 26) | public function getQueueableRelations(); method getQueueableConnection (line 33) | public function getQueueableConnection(); FILE: server/vendor/illuminate/contracts/Queue/QueueableEntity.php type QueueableEntity (line 5) | interface QueueableEntity method getQueueableId (line 12) | public function getQueueableId(); method getQueueableRelations (line 19) | public function getQueueableRelations(); method getQueueableConnection (line 26) | public function getQueueableConnection(); FILE: server/vendor/illuminate/contracts/Queue/ShouldBeEncrypted.php type ShouldBeEncrypted (line 5) | interface ShouldBeEncrypted FILE: server/vendor/illuminate/contracts/Queue/ShouldBeUnique.php type ShouldBeUnique (line 5) | interface ShouldBeUnique FILE: server/vendor/illuminate/contracts/Queue/ShouldBeUniqueUntilProcessing.php type ShouldBeUniqueUntilProcessing (line 5) | interface ShouldBeUniqueUntilProcessing extends ShouldBeUnique FILE: server/vendor/illuminate/contracts/Queue/ShouldQueue.php type ShouldQueue (line 5) | interface ShouldQueue FILE: server/vendor/illuminate/contracts/Redis/Connection.php type Connection (line 7) | interface Connection method subscribe (line 16) | public function subscribe($channels, Closure $callback); method psubscribe (line 25) | public function psubscribe($channels, Closure $callback); method command (line 34) | public function command($method, array $parameters = []); FILE: server/vendor/illuminate/contracts/Redis/Connector.php type Connector (line 5) | interface Connector method connect (line 14) | public function connect(array $config, array $options); method connectToCluster (line 24) | public function connectToCluster(array $config, array $clusterOptions,... FILE: server/vendor/illuminate/contracts/Redis/Factory.php type Factory (line 5) | interface Factory method connection (line 13) | public function connection($name = null); FILE: server/vendor/illuminate/contracts/Redis/LimiterTimeoutException.php class LimiterTimeoutException (line 7) | class LimiterTimeoutException extends Exception FILE: server/vendor/illuminate/contracts/Routing/BindingRegistrar.php type BindingRegistrar (line 5) | interface BindingRegistrar method bind (line 14) | public function bind($key, $binder); method getBindingCallback (line 22) | public function getBindingCallback($key); FILE: server/vendor/illuminate/contracts/Routing/Registrar.php type Registrar (line 5) | interface Registrar method get (line 14) | public function get($uri, $action); method post (line 23) | public function post($uri, $action); method put (line 32) | public function put($uri, $action); method delete (line 41) | public function delete($uri, $action); method patch (line 50) | public function patch($uri, $action); method options (line 59) | public function options($uri, $action); method match (line 69) | public function match($methods, $uri, $action); method resource (line 79) | public function resource($name, $controller, array $options = []); method group (line 88) | public function group(array $attributes, $routes); method substituteBindings (line 96) | public function substituteBindings($route); method substituteImplicitBindings (line 104) | public function substituteImplicitBindings($route); FILE: server/vendor/illuminate/contracts/Routing/ResponseFactory.php type ResponseFactory (line 5) | interface ResponseFactory method make (line 15) | public function make($content = '', $status = 200, array $headers = []); method noContent (line 24) | public function noContent($status = 204, array $headers = []); method view (line 35) | public function view($view, $data = [], $status = 200, array $headers ... method json (line 46) | public function json($data = [], $status = 200, array $headers = [], $... method jsonp (line 58) | public function jsonp($callback, $data = [], $status = 200, array $hea... method stream (line 68) | public function stream($callback, $status = 200, array $headers = []); method streamDownload (line 79) | public function streamDownload($callback, $name = null, array $headers... method download (line 90) | public function download($file, $name = null, array $headers = [], $di... method file (line 99) | public function file($file, array $headers = []); method redirectTo (line 110) | public function redirectTo($path, $status = 302, $headers = [], $secur... method redirectToRoute (line 121) | public function redirectToRoute($route, $parameters = [], $status = 30... method redirectToAction (line 132) | public function redirectToAction($action, $parameters = [], $status = ... method redirectGuest (line 143) | public function redirectGuest($path, $status = 302, $headers = [], $se... method redirectToIntended (line 154) | public function redirectToIntended($default = '/', $status = 302, $hea... FILE: server/vendor/illuminate/contracts/Routing/UrlGenerator.php type UrlGenerator (line 5) | interface UrlGenerator method current (line 12) | public function current(); method previous (line 20) | public function previous($fallback = false); method to (line 30) | public function to($path, $extra = [], $secure = null); method secure (line 39) | public function secure($path, $parameters = []); method asset (line 48) | public function asset($path, $secure = null); method route (line 60) | public function route($name, $parameters = [], $absolute = true); method action (line 70) | public function action($action, $parameters = [], $absolute = true); method setRootControllerNamespace (line 78) | public function setRootControllerNamespace($rootNamespace); FILE: server/vendor/illuminate/contracts/Routing/UrlRoutable.php type UrlRoutable (line 5) | interface UrlRoutable method getRouteKey (line 12) | public function getRouteKey(); method getRouteKeyName (line 19) | public function getRouteKeyName(); method resolveRouteBinding (line 28) | public function resolveRouteBinding($value, $field = null); method resolveChildRouteBinding (line 38) | public function resolveChildRouteBinding($childType, $value, $field); FILE: server/vendor/illuminate/contracts/Session/Session.php type Session (line 5) | interface Session method getName (line 12) | public function getName(); method setName (line 20) | public function setName($name); method getId (line 27) | public function getId(); method setId (line 35) | public function setId($id); method start (line 42) | public function start(); method save (line 49) | public function save(); method all (line 56) | public function all(); method exists (line 64) | public function exists($key); method has (line 72) | public function has($key); method get (line 81) | public function get($key, $default = null); method pull (line 90) | public function pull($key, $default = null); method put (line 99) | public function put($key, $value = null); method token (line 106) | public function token(); method regenerateToken (line 113) | public function regenerateToken(); method remove (line 121) | public function remove($key); method forget (line 129) | public function forget($keys); method flush (line 136) | public function flush(); method invalidate (line 143) | public function invalidate(); method regenerate (line 151) | public function regenerate($destroy = false); method migrate (line 159) | public function migrate($destroy = false); method isStarted (line 166) | public function isStarted(); method previousUrl (line 173) | public function previousUrl(); method setPreviousUrl (line 181) | public function setPreviousUrl($url); method getHandler (line 188) | public function getHandler(); method handlerNeedsRequest (line 195) | public function handlerNeedsRequest(); method setRequestOnHandler (line 203) | public function setRequestOnHandler($request); FILE: server/vendor/illuminate/contracts/Support/Arrayable.php type Arrayable (line 5) | interface Arrayable method toArray (line 12) | public function toArray(); FILE: server/vendor/illuminate/contracts/Support/CanBeEscapedWhenCastToString.php type CanBeEscapedWhenCastToString (line 5) | interface CanBeEscapedWhenCastToString method escapeWhenCastingToString (line 13) | public function escapeWhenCastingToString($escape = true); FILE: server/vendor/illuminate/contracts/Support/DeferrableProvider.php type DeferrableProvider (line 5) | interface DeferrableProvider method provides (line 12) | public function provides(); FILE: server/vendor/illuminate/contracts/Support/DeferringDisplayableValue.php type DeferringDisplayableValue (line 5) | interface DeferringDisplayableValue method resolveDisplayableValue (line 12) | public function resolveDisplayableValue(); FILE: server/vendor/illuminate/contracts/Support/Htmlable.php type Htmlable (line 5) | interface Htmlable method toHtml (line 12) | public function toHtml(); FILE: server/vendor/illuminate/contracts/Support/Jsonable.php type Jsonable (line 5) | interface Jsonable method toJson (line 13) | public function toJson($options = 0); FILE: server/vendor/illuminate/contracts/Support/MessageBag.php type MessageBag (line 7) | interface MessageBag extends Arrayable, Countable method keys (line 14) | public function keys(); method add (line 23) | public function add($key, $message); method merge (line 31) | public function merge($messages); method has (line 39) | public function has($key); method first (line 48) | public function first($key = null, $format = null); method get (line 57) | public function get($key, $format = null); method all (line 65) | public function all($format = null); method getMessages (line 72) | public function getMessages(); method getFormat (line 79) | public function getFormat(); method setFormat (line 87) | public function setFormat($format = ':message'); method isEmpty (line 94) | public function isEmpty(); method isNotEmpty (line 101) | public function isNotEmpty(); FILE: server/vendor/illuminate/contracts/Support/MessageProvider.php type MessageProvider (line 5) | interface MessageProvider method getMessageBag (line 12) | public function getMessageBag(); FILE: server/vendor/illuminate/contracts/Support/Renderable.php type Renderable (line 5) | interface Renderable method render (line 12) | public function render(); FILE: server/vendor/illuminate/contracts/Support/Responsable.php type Responsable (line 5) | interface Responsable method toResponse (line 13) | public function toResponse($request); FILE: server/vendor/illuminate/contracts/Support/ValidatedData.php type ValidatedData (line 8) | interface ValidatedData extends Arrayable, ArrayAccess, IteratorAggregate FILE: server/vendor/illuminate/contracts/Translation/HasLocalePreference.php type HasLocalePreference (line 5) | interface HasLocalePreference method preferredLocale (line 12) | public function preferredLocale(); FILE: server/vendor/illuminate/contracts/Translation/Loader.php type Loader (line 5) | interface Loader method load (line 15) | public function load($locale, $group, $namespace = null); method addNamespace (line 24) | public function addNamespace($namespace, $hint); method addJsonPath (line 32) | public function addJsonPath($path); method namespaces (line 39) | public function namespaces(); FILE: server/vendor/illuminate/contracts/Translation/Translator.php type Translator (line 5) | interface Translator method get (line 15) | public function get($key, array $replace = [], $locale = null); method choice (line 26) | public function choice($key, $number, array $replace = [], $locale = n... method getLocale (line 33) | public function getLocale(); method setLocale (line 41) | public function setLocale($locale); FILE: server/vendor/illuminate/contracts/Validation/DataAwareRule.php type DataAwareRule (line 5) | interface DataAwareRule method setData (line 13) | public function setData($data); FILE: server/vendor/illuminate/contracts/Validation/Factory.php type Factory (line 5) | interface Factory method make (line 16) | public function make(array $data, array $rules, array $messages = [], ... method extend (line 26) | public function extend($rule, $extension, $message = null); method extendImplicit (line 36) | public function extendImplicit($rule, $extension, $message = null); method replacer (line 45) | public function replacer($rule, $replacer); FILE: server/vendor/illuminate/contracts/Validation/ImplicitRule.php type ImplicitRule (line 5) | interface ImplicitRule extends Rule FILE: server/vendor/illuminate/contracts/Validation/Rule.php type Rule (line 5) | interface Rule method passes (line 14) | public function passes($attribute, $value); method message (line 21) | public function message(); FILE: server/vendor/illuminate/contracts/Validation/UncompromisedVerifier.php type UncompromisedVerifier (line 5) | interface UncompromisedVerifier method verify (line 13) | public function verify($data); FILE: server/vendor/illuminate/contracts/Validation/ValidatesWhenResolved.php type ValidatesWhenResolved (line 5) | interface ValidatesWhenResolved method validateResolved (line 12) | public function validateResolved(); FILE: server/vendor/illuminate/contracts/Validation/Validator.php type Validator (line 7) | interface Validator extends MessageProvider method validate (line 16) | public function validate(); method validated (line 25) | public function validated(); method fails (line 32) | public function fails(); method failed (line 39) | public function failed(); method sometimes (line 49) | public function sometimes($attribute, $rules, callable $callback); method after (line 57) | public function after($callback); method errors (line 64) | public function errors(); FILE: server/vendor/illuminate/contracts/Validation/ValidatorAwareRule.php type ValidatorAwareRule (line 5) | interface ValidatorAwareRule method setValidator (line 13) | public function setValidator($validator); FILE: server/vendor/illuminate/contracts/View/Engine.php type Engine (line 5) | interface Engine method get (line 14) | public function get($path, array $data = []); FILE: server/vendor/illuminate/contracts/View/Factory.php type Factory (line 5) | interface Factory method exists (line 13) | public function exists($view); method file (line 23) | public function file($path, $data = [], $mergeData = []); method make (line 33) | public function make($view, $data = [], $mergeData = []); method share (line 42) | public function share($key, $value = null); method composer (line 51) | public function composer($views, $callback); method creator (line 60) | public function creator($views, $callback); method addNamespace (line 69) | public function addNamespace($namespace, $hints); method replaceNamespace (line 78) | public function replaceNamespace($namespace, $hints); FILE: server/vendor/illuminate/contracts/View/View.php type View (line 7) | interface View extends Renderable method name (line 14) | public function name(); method with (line 23) | public function with($key, $value = null); method getData (line 30) | public function getData(); FILE: server/vendor/illuminate/database/Capsule/Manager.php class Manager (line 13) | class Manager method __construct (line 30) | public function __construct(Container $container = null) method setupDefaultConfiguration (line 47) | protected function setupDefaultConfiguration() method setupManager (line 59) | protected function setupManager() method connection (line 72) | public static function connection($connection = null) method table (line 85) | public static function table($table, $as = null, $connection = null) method schema (line 96) | public static function schema($connection = null) method getConnection (line 107) | public function getConnection($name = null) method addConnection (line 119) | public function addConnection(array $config, $name = 'default') method bootEloquent (line 133) | public function bootEloquent() method setFetchMode (line 151) | public function setFetchMode($fetchMode) method getDatabaseManager (line 163) | public function getDatabaseManager() method getEventDispatcher (line 173) | public function getEventDispatcher() method setEventDispatcher (line 186) | public function setEventDispatcher(Dispatcher $dispatcher) method __callStatic (line 198) | public static function __callStatic($method, $parameters) FILE: server/vendor/illuminate/database/ClassMorphViolationException.php class ClassMorphViolationException (line 7) | class ClassMorphViolationException extends RuntimeException method __construct (line 21) | public function __construct($model) FILE: server/vendor/illuminate/database/Concerns/BuildsQueries.php type BuildsQueries (line 19) | trait BuildsQueries method chunk (line 30) | public function chunk($count, callable $callback) method chunkMap (line 70) | public function chunkMap(callable $callback, $count = 1000) method each (line 92) | public function each(callable $callback, $count = 1000) method chunkById (line 112) | public function chunkById($count, callable $callback, $column = null, ... method eachById (line 166) | public function eachById(callable $callback, $count = 1000, $column = ... method lazy (line 185) | public function lazy($chunkSize = 1000) method lazyById (line 220) | public function lazyById($chunkSize = 1000, $column = null, $alias = n... method lazyByIdDesc (line 235) | public function lazyByIdDesc($chunkSize = 1000, $column = null, $alias... method orderedLazyById (line 251) | protected function orderedLazyById($chunkSize = 1000, $column = null, ... method first (line 292) | public function first($columns = ['*']) method sole (line 306) | public function sole($columns = ['*']) method paginateUsingCursor (line 330) | protected function paginateUsingCursor($perPage, $columns = ['*'], $cu... method getOriginalColumnNameForCursorPagination (line 416) | protected function getOriginalColumnNameForCursorPagination($builder, ... method paginator (line 447) | protected function paginator($items, $total, $perPage, $currentPage, $... method simplePaginator (line 463) | protected function simplePaginator($items, $perPage, $currentPage, $op... method cursorPaginator (line 479) | protected function cursorPaginator($items, $perPage, $cursor, $options) method tap (line 492) | public function tap($callback) FILE: server/vendor/illuminate/database/Concerns/ExplainsQueries.php type ExplainsQueries (line 7) | trait ExplainsQueries method explain (line 14) | public function explain() FILE: server/vendor/illuminate/database/Concerns/ManagesTransactions.php type ManagesTransactions (line 9) | trait ManagesTransactions method transaction (line 20) | public function transaction(Closure $callback, $attempts = 1) method handleTransactionException (line 77) | protected function handleTransactionException(Throwable $e, $currentAt... method beginTransaction (line 113) | public function beginTransaction() method createTransaction (line 133) | protected function createTransaction() method createSavepoint (line 155) | protected function createSavepoint() method handleBeginTransactionException (line 170) | protected function handleBeginTransactionException(Throwable $e) method commit (line 188) | public function commit() method handleCommitTransactionException (line 213) | protected function handleCommitTransactionException(Throwable $e, $cur... method rollBack (line 237) | public function rollBack($toLevel = null) method performRollBack (line 276) | protected function performRollBack($toLevel) method handleRollBackException (line 295) | protected function handleRollBackException(Throwable $e) method transactionLevel (line 313) | public function transactionLevel() method afterCommit (line 326) | public function afterCommit($callback) FILE: server/vendor/illuminate/database/ConfigurationUrlParser.php class ConfigurationUrlParser (line 7) | class ConfigurationUrlParser extends BaseConfigurationUrlParser FILE: server/vendor/illuminate/database/Connection.php class Connection (line 27) | class Connection implements ConnectionInterface method __construct (line 203) | public function __construct($pdo, $database = '', $tablePrefix = '', a... method useDefaultQueryGrammar (line 229) | public function useDefaultQueryGrammar() method getDefaultQueryGrammar (line 239) | protected function getDefaultQueryGrammar() method useDefaultSchemaGrammar (line 249) | public function useDefaultSchemaGrammar() method getDefaultSchemaGrammar (line 259) | protected function getDefaultSchemaGrammar() method useDefaultPostProcessor (line 269) | public function useDefaultPostProcessor() method getDefaultPostProcessor (line 279) | protected function getDefaultPostProcessor() method getSchemaBuilder (line 289) | public function getSchemaBuilder() method table (line 305) | public function table($table, $as = null) method query (line 315) | public function query() method selectOne (line 330) | public function selectOne($query, $bindings = [], $useReadPdo = true) method selectFromWriteConnection (line 344) | public function selectFromWriteConnection($query, $bindings = []) method select (line 357) | public function select($query, $bindings = [], $useReadPdo = true) method cursor (line 387) | public function cursor($query, $bindings = [], $useReadPdo = true) method prepared (line 423) | protected function prepared(PDOStatement $statement) method getPdoForSelect (line 440) | protected function getPdoForSelect($useReadPdo = true) method insert (line 452) | public function insert($query, $bindings = []) method update (line 464) | public function update($query, $bindings = []) method delete (line 476) | public function delete($query, $bindings = []) method statement (line 488) | public function statement($query, $bindings = []) method affectingStatement (line 512) | public function affectingStatement($query, $bindings = []) method unprepared (line 542) | public function unprepared($query) method pretend (line 563) | public function pretend(Closure $callback) method withFreshQueryLog (line 585) | protected function withFreshQueryLog($callback) method bindValues (line 613) | public function bindValues($statement, $bindings) method prepareBindings (line 630) | public function prepareBindings(array $bindings) method run (line 658) | protected function run($query, $bindings, Closure $callback) method runQueryCallback (line 699) | protected function runQueryCallback($query, $bindings, Closure $callback) method logQuery (line 726) | public function logQuery($query, $bindings, $time = null) method getElapsedTime (line 741) | protected function getElapsedTime($start) method handleQueryException (line 757) | protected function handleQueryException(QueryException $e, $query, $bi... method tryAgainIfCausedByLostConnection (line 779) | protected function tryAgainIfCausedByLostConnection(QueryException $e,... method reconnect (line 797) | public function reconnect() method reconnectIfMissingConnection (line 813) | protected function reconnectIfMissingConnection() method disconnect (line 825) | public function disconnect() method beforeExecuting (line 838) | public function beforeExecuting(Closure $callback) method listen (line 851) | public function listen(Closure $callback) method fireConnectionEvent (line 864) | protected function fireConnectionEvent($event) method event (line 886) | protected function event($event) method raw (line 899) | public function raw($value) method hasModifiedRecords (line 909) | public function hasModifiedRecords() method recordsHaveBeenModified (line 920) | public function recordsHaveBeenModified($value = true) method setRecordModificationState (line 933) | public function setRecordModificationState(bool $value) method forgetRecordModificationState (line 945) | public function forgetRecordModificationState() method useWriteConnectionWhenReading (line 956) | public function useWriteConnectionWhenReading($value = true) method isDoctrineAvailable (line 968) | public function isDoctrineAvailable() method getDoctrineColumn (line 980) | public function getDoctrineColumn($table, $column) method getDoctrineSchemaManager (line 992) | public function getDoctrineSchemaManager() method getDoctrineConnection (line 1008) | public function getDoctrineConnection() method registerDoctrineType (line 1041) | public function registerDoctrineType(string $class, string $name, stri... method getPdo (line 1061) | public function getPdo() method getRawPdo (line 1075) | public function getRawPdo() method getReadPdo (line 1085) | public function getReadPdo() method getRawReadPdo (line 1108) | public function getRawReadPdo() method setPdo (line 1119) | public function setPdo($pdo) method setReadPdo (line 1134) | public function setReadPdo($pdo) method setReconnector (line 1147) | public function setReconnector(callable $reconnector) method getName (line 1159) | public function getName() method getNameWithReadWriteType (line 1169) | public function getNameWithReadWriteType() method getConfig (line 1180) | public function getConfig($option = null) method getDriverName (line 1190) | public function getDriverName() method getQueryGrammar (line 1200) | public function getQueryGrammar() method setQueryGrammar (line 1211) | public function setQueryGrammar(Query\Grammars\Grammar $grammar) method getSchemaGrammar (line 1223) | public function getSchemaGrammar() method setSchemaGrammar (line 1234) | public function setSchemaGrammar(Schema\Grammars\Grammar $grammar) method getPostProcessor (line 1246) | public function getPostProcessor() method setPostProcessor (line 1257) | public function setPostProcessor(Processor $processor) method getEventDispatcher (line 1269) | public function getEventDispatcher() method setEventDispatcher (line 1280) | public function setEventDispatcher(Dispatcher $events) method unsetEventDispatcher (line 1292) | public function unsetEventDispatcher() method setTransactionManager (line 1303) | public function setTransactionManager($manager) method unsetTransactionManager (line 1315) | public function unsetTransactionManager() method pretending (line 1325) | public function pretending() method getQueryLog (line 1335) | public function getQueryLog() method flushQueryLog (line 1345) | public function flushQueryLog() method enableQueryLog (line 1355) | public function enableQueryLog() method disableQueryLog (line 1365) | public function disableQueryLog() method logging (line 1375) | public function logging() method getDatabaseName (line 1385) | public function getDatabaseName() method setDatabaseName (line 1396) | public function setDatabaseName($database) method setReadWriteType (line 1409) | public function setReadWriteType($readWriteType) method getTablePrefix (line 1421) | public function getTablePrefix() method setTablePrefix (line 1432) | public function setTablePrefix($prefix) method withTablePrefix (line 1447) | public function withTablePrefix(Grammar $grammar) method resolverFor (line 1461) | public static function resolverFor($driver, Closure $callback) method getResolver (line 1472) | public static function getResolver($driver) FILE: server/vendor/illuminate/database/ConnectionInterface.php type ConnectionInterface (line 7) | interface ConnectionInterface method table (line 16) | public function table($table, $as = null); method raw (line 24) | public function raw($value); method selectOne (line 34) | public function selectOne($query, $bindings = [], $useReadPdo = true); method select (line 44) | public function select($query, $bindings = [], $useReadPdo = true); method cursor (line 54) | public function cursor($query, $bindings = [], $useReadPdo = true); method insert (line 63) | public function insert($query, $bindings = []); method update (line 72) | public function update($query, $bindings = []); method delete (line 81) | public function delete($query, $bindings = []); method statement (line 90) | public function statement($query, $bindings = []); method affectingStatement (line 99) | public function affectingStatement($query, $bindings = []); method unprepared (line 107) | public function unprepared($query); method prepareBindings (line 115) | public function prepareBindings(array $bindings); method transaction (line 126) | public function transaction(Closure $callback, $attempts = 1); method beginTransaction (line 133) | public function beginTransaction(); method commit (line 140) | public function commit(); method rollBack (line 147) | public function rollBack(); method transactionLevel (line 154) | public function transactionLevel(); method pretend (line 162) | public function pretend(Closure $callback); method getDatabaseName (line 169) | public function getDatabaseName(); FILE: server/vendor/illuminate/database/ConnectionResolver.php class ConnectionResolver (line 5) | class ConnectionResolver implements ConnectionResolverInterface method __construct (line 27) | public function __construct(array $connections = []) method connection (line 40) | public function connection($name = null) method addConnection (line 56) | public function addConnection($name, ConnectionInterface $connection) method hasConnection (line 67) | public function hasConnection($name) method getDefaultConnection (line 77) | public function getDefaultConnection() method setDefaultConnection (line 88) | public function setDefaultConnection($name) FILE: server/vendor/illuminate/database/ConnectionResolverInterface.php type ConnectionResolverInterface (line 5) | interface ConnectionResolverInterface method connection (line 13) | public function connection($name = null); method getDefaultConnection (line 20) | public function getDefaultConnection(); method setDefaultConnection (line 28) | public function setDefaultConnection($name); FILE: server/vendor/illuminate/database/Connectors/ConnectionFactory.php class ConnectionFactory (line 15) | class ConnectionFactory method __construct (line 30) | public function __construct(Container $container) method make (line 42) | public function make(array $config, $name = null) method parseConfig (line 60) | protected function parseConfig(array $config, $name) method createSingleConnection (line 71) | protected function createSingleConnection(array $config) method createReadWriteConnection (line 86) | protected function createReadWriteConnection(array $config) method createReadPdo (line 99) | protected function createReadPdo(array $config) method getReadConfig (line 110) | protected function getReadConfig(array $config) method getWriteConfig (line 123) | protected function getWriteConfig(array $config) method getReadWriteConfig (line 137) | protected function getReadWriteConfig(array $config, $type) method mergeReadWriteConfig (line 151) | protected function mergeReadWriteConfig(array $config, array $merge) method createPdoResolver (line 162) | protected function createPdoResolver(array $config) method createPdoResolverWithHosts (line 177) | protected function createPdoResolverWithHosts(array $config) method parseHosts (line 202) | protected function parseHosts(array $config) method createPdoResolverWithoutHosts (line 219) | protected function createPdoResolverWithoutHosts(array $config) method createConnector (line 234) | public function createConnector(array $config) method createConnection (line 270) | protected function createConnection($driver, $connection, $database, $... FILE: server/vendor/illuminate/database/Connectors/Connector.php class Connector (line 11) | class Connector method createConnection (line 38) | public function createConnection($dsn, array $config, array $options) method createPdoConnection (line 64) | protected function createPdoConnection($dsn, $username, $password, $op... method isPersistentConnection (line 79) | protected function isPersistentConnection($options) method tryAgainIfCausedByLostConnection (line 97) | protected function tryAgainIfCausedByLostConnection(Throwable $e, $dsn... method getOptions (line 112) | public function getOptions(array $config) method getDefaultOptions (line 124) | public function getDefaultOptions() method setDefaultOptions (line 135) | public function setDefaultOptions(array $options) FILE: server/vendor/illuminate/database/Connectors/ConnectorInterface.php type ConnectorInterface (line 5) | interface ConnectorInterface method connect (line 13) | public function connect(array $config); FILE: server/vendor/illuminate/database/Connectors/MySqlConnector.php class MySqlConnector (line 7) | class MySqlConnector extends Connector implements ConnectorInterface method connect (line 15) | public function connect(array $config) method configureIsolationLevel (line 51) | protected function configureIsolationLevel($connection, array $config) method configureEncoding (line 69) | protected function configureEncoding($connection, array $config) method getCollation (line 86) | protected function getCollation(array $config) method configureTimezone (line 98) | protected function configureTimezone($connection, array $config) method getDsn (line 113) | protected function getDsn(array $config) method hasSocket (line 126) | protected function hasSocket(array $config) method getSocketDsn (line 137) | protected function getSocketDsn(array $config) method getHostDsn (line 148) | protected function getHostDsn(array $config) method setModes (line 164) | protected function setModes(PDO $connection, array $config) method setCustomModes (line 184) | protected function setCustomModes(PDO $connection, array $config) method strictMode (line 198) | protected function strictMode(PDO $connection, $config) FILE: server/vendor/illuminate/database/Connectors/PostgresConnector.php class PostgresConnector (line 7) | class PostgresConnector extends Connector implements ConnectorInterface method connect (line 27) | public function connect(array $config) method configureIsolationLevel (line 64) | protected function configureIsolationLevel($connection, array $config) method configureEncoding (line 78) | protected function configureEncoding($connection, $config) method configureTimezone (line 94) | protected function configureTimezone($connection, array $config) method configureSchema (line 110) | protected function configureSchema($connection, $config) method formatSchema (line 125) | protected function formatSchema($schema) method configureApplicationName (line 141) | protected function configureApplicationName($connection, $config) method getDsn (line 156) | protected function getDsn(array $config) method addSslOptions (line 184) | protected function addSslOptions($dsn, array $config) method configureSynchronousCommit (line 202) | protected function configureSynchronousCommit($connection, array $config) FILE: server/vendor/illuminate/database/Connectors/SQLiteConnector.php class SQLiteConnector (line 7) | class SQLiteConnector extends Connector implements ConnectorInterface method connect (line 17) | public function connect(array $config) FILE: server/vendor/illuminate/database/Connectors/SqlServerConnector.php class SqlServerConnector (line 8) | class SqlServerConnector extends Connector implements ConnectorInterface method connect (line 28) | public function connect(array $config) method getDsn (line 41) | protected function getDsn(array $config) method prefersOdbc (line 63) | protected function prefersOdbc(array $config) method getDblibDsn (line 75) | protected function getDblibDsn(array $config) method getOdbcDsn (line 89) | protected function getOdbcDsn(array $config) method getSqlSrvDsn (line 101) | protected function getSqlSrvDsn(array $config) method buildConnectString (line 173) | protected function buildConnectString($driver, array $arguments) method buildHostString (line 187) | protected function buildHostString(array $config, $separator) method getAvailableDrivers (line 201) | protected function getAvailableDrivers() FILE: server/vendor/illuminate/database/Console/DbCommand.php class DbCommand (line 10) | class DbCommand extends Command method handle (line 33) | public function handle() method getConnection (line 55) | public function getConnection() method commandArguments (line 92) | public function commandArguments(array $connection) method commandEnvironment (line 105) | public function commandEnvironment(array $connection) method getCommand (line 122) | public function getCommand(array $connection) method getMysqlArguments (line 138) | protected function getMysqlArguments(array $connection) method getPgsqlArguments (line 157) | protected function getPgsqlArguments(array $connection) method getSqliteArguments (line 168) | protected function getSqliteArguments(array $connection) method getSqlsrvArguments (line 179) | protected function getSqlsrvArguments(array $connection) method getPgsqlEnvironment (line 196) | protected function getPgsqlEnvironment(array $connection) method getOptionalArguments (line 213) | protected function getOptionalArguments(array $args, array $connection) FILE: server/vendor/illuminate/database/Console/DumpCommand.php class DumpCommand (line 13) | class DumpCommand extends Command method handle (line 39) | public function handle(ConnectionResolverInterface $connections, Dispa... method schemaState (line 66) | protected function schemaState(Connection $connection) method path (line 80) | protected function path(Connection $connection) FILE: server/vendor/illuminate/database/Console/Factories/FactoryMakeCommand.php class FactoryMakeCommand (line 9) | class FactoryMakeCommand extends GeneratorCommand method getStub (line 37) | protected function getStub() method resolveStubPath (line 48) | protected function resolveStubPath($stub) method buildClass (line 61) | protected function buildClass($name) method getPath (line 100) | protected function getPath($name) method guessModelName (line 113) | protected function guessModelName($name) method getOptions (line 137) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/BaseCommand.php class BaseCommand (line 7) | class BaseCommand extends Command method getMigrationPaths (line 14) | protected function getMigrationPaths() method usingRealPath (line 37) | protected function usingRealPath() method getMigrationPath (line 47) | protected function getMigrationPath() FILE: server/vendor/illuminate/database/Console/Migrations/FreshCommand.php class FreshCommand (line 11) | class FreshCommand extends Command method handle (line 34) | public function handle() method needsSeeding (line 76) | protected function needsSeeding() method runSeeder (line 87) | protected function runSeeder($database) method getOptions (line 101) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/InstallCommand.php class InstallCommand (line 9) | class InstallCommand extends Command method __construct (line 38) | public function __construct(MigrationRepositoryInterface $repository) method handle (line 50) | public function handle() method getOptions (line 64) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/MigrateCommand.php class MigrateCommand (line 11) | class MigrateCommand extends BaseCommand method __construct (line 58) | public function __construct(Migrator $migrator, Dispatcher $dispatcher) method handle (line 71) | public function handle() method prepareDatabase (line 108) | protected function prepareDatabase() method loadSchemaState (line 126) | protected function loadSchemaState() method schemaPath (line 169) | protected function schemaPath($connection) FILE: server/vendor/illuminate/database/Console/Migrations/MigrateMakeCommand.php class MigrateMakeCommand (line 9) | class MigrateMakeCommand extends BaseCommand method __construct (line 51) | public function __construct(MigrationCreator $creator, Composer $compo... method handle (line 64) | public function handle() method writeMigration (line 107) | protected function writeMigration($name, $table, $create) method getMigrationPath (line 125) | protected function getMigrationPath() FILE: server/vendor/illuminate/database/Console/Migrations/RefreshCommand.php class RefreshCommand (line 11) | class RefreshCommand extends Command method handle (line 34) | public function handle() method runRollback (line 89) | protected function runRollback($database, $path, $step) method runReset (line 107) | protected function runReset($database, $path) method needsSeeding (line 122) | protected function needsSeeding() method runSeeder (line 133) | protected function runSeeder($database) method getOptions (line 147) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/ResetCommand.php class ResetCommand (line 9) | class ResetCommand extends BaseCommand method __construct (line 40) | public function __construct(Migrator $migrator) method handle (line 52) | public function handle() method getOptions (line 77) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/RollbackCommand.php class RollbackCommand (line 9) | class RollbackCommand extends BaseCommand method __construct (line 40) | public function __construct(Migrator $migrator) method handle (line 52) | public function handle() method getOptions (line 75) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/StatusCommand.php class StatusCommand (line 9) | class StatusCommand extends BaseCommand method __construct (line 38) | public function __construct(Migrator $migrator) method handle (line 50) | public function handle() method getStatusFor (line 78) | protected function getStatusFor(array $ran, array $batches) method getAllMigrationFiles (line 95) | protected function getAllMigrationFiles() method getOptions (line 105) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Migrations/TableGuesser.php class TableGuesser (line 5) | class TableGuesser method guess (line 23) | public static function guess($migration) FILE: server/vendor/illuminate/database/Console/PruneCommand.php class PruneCommand (line 15) | class PruneCommand extends Command method handle (line 41) | public function handle(Dispatcher $events) method models (line 87) | protected function models() method getDefaultPath (line 126) | protected function getDefaultPath() method isPrunable (line 137) | protected function isPrunable($model) method pretendToPrune (line 150) | protected function pretendToPrune($model) FILE: server/vendor/illuminate/database/Console/Seeds/SeedCommand.php class SeedCommand (line 12) | class SeedCommand extends Command method __construct (line 43) | public function __construct(Resolver $resolver) method handle (line 55) | public function handle() method getSeeder (line 83) | protected function getSeeder() method getDatabase (line 106) | protected function getDatabase() method getArguments (line 118) | protected function getArguments() method getOptions (line 130) | protected function getOptions() FILE: server/vendor/illuminate/database/Console/Seeds/SeederMakeCommand.php class SeederMakeCommand (line 7) | class SeederMakeCommand extends GeneratorCommand method handle (line 35) | public function handle() method getStub (line 45) | protected function getStub() method resolveStubPath (line 56) | protected function resolveStubPath($stub) method getPath (line 69) | protected function getPath($name) method qualifyClass (line 84) | protected function qualifyClass($name) FILE: server/vendor/illuminate/database/Console/WipeCommand.php class WipeCommand (line 9) | class WipeCommand extends Command method handle (line 32) | public function handle() method dropAllTables (line 65) | protected function dropAllTables($database) method dropAllViews (line 78) | protected function dropAllViews($database) method dropAllTypes (line 91) | protected function dropAllTypes($database) method getOptions (line 103) | protected function getOptions() FILE: server/vendor/illuminate/database/DBAL/TimestampType.php class TimestampType (line 10) | class TimestampType extends Type implements PhpDateTimeMappingType method getSQLDeclaration (line 17) | public function getSQLDeclaration(array $fieldDeclaration, AbstractPla... method getMySqlPlatformSQLDeclaration (line 49) | protected function getMySqlPlatformSQLDeclaration(array $fieldDeclarat... method getPostgresPlatformSQLDeclaration (line 72) | protected function getPostgresPlatformSQLDeclaration(array $fieldDecla... method getSqlServerPlatformSQLDeclaration (line 83) | protected function getSqlServerPlatformSQLDeclaration(array $fieldDecl... method getSQLitePlatformSQLDeclaration (line 96) | protected function getSQLitePlatformSQLDeclaration(array $fieldDeclara... method getName (line 106) | public function getName() FILE: server/vendor/illuminate/database/DatabaseManager.php class DatabaseManager (line 17) | class DatabaseManager implements ConnectionResolverInterface method __construct (line 68) | public function __construct($app, ConnectionFactory $factory) method connection (line 84) | public function connection($name = null) method parseConnectionName (line 108) | protected function parseConnectionName($name) method makeConnection (line 122) | protected function makeConnection($name) method configuration (line 151) | protected function configuration($name) method configure (line 175) | protected function configure(Connection $connection, $type) method setPdoForType (line 207) | protected function setPdoForType(Connection $connection, $type = null) method registerConfiguredDoctrineTypes (line 224) | protected function registerConfiguredDoctrineTypes(Connection $connect... method registerDoctrineType (line 246) | public function registerDoctrineType(string $class, string $name, stri... method purge (line 267) | public function purge($name = null) method disconnect (line 282) | public function disconnect($name = null) method reconnect (line 295) | public function reconnect($name = null) method usingConnection (line 313) | public function usingConnection($name, callable $callback) method refreshPdoConnections (line 330) | protected function refreshPdoConnections($name) method getDefaultConnection (line 348) | public function getDefaultConnection() method setDefaultConnection (line 359) | public function setDefaultConnection($name) method supportedDrivers (line 369) | public function supportedDrivers() method availableDrivers (line 379) | public function availableDrivers() method extend (line 394) | public function extend($name, callable $resolver) method getConnections (line 404) | public function getConnections() method setReconnector (line 415) | public function setReconnector(callable $reconnector) method setApplication (line 426) | public function setApplication($app) method __call (line 440) | public function __call($method, $parameters) FILE: server/vendor/illuminate/database/DatabaseServiceProvider.php class DatabaseServiceProvider (line 13) | class DatabaseServiceProvider extends ServiceProvider method boot (line 27) | public function boot() method register (line 39) | public function register() method registerConnectionServices (line 53) | protected function registerConnectionServices() method registerEloquentFactory (line 83) | protected function registerEloquentFactory() method registerQueueableEntityResolver (line 103) | protected function registerQueueableEntityResolver() FILE: server/vendor/illuminate/database/DatabaseTransactionRecord.php class DatabaseTransactionRecord (line 5) | class DatabaseTransactionRecord method __construct (line 35) | public function __construct($connection, $level) method addCallback (line 47) | public function addCallback($callback) method executeCallbacks (line 57) | public function executeCallbacks() method getCallbacks (line 69) | public function getCallbacks() FILE: server/vendor/illuminate/database/DatabaseTransactionsManager.php class DatabaseTransactionsManager (line 5) | class DatabaseTransactionsManager method __construct (line 19) | public function __construct() method begin (line 31) | public function begin($connection, $level) method rollback (line 45) | public function rollback($connection, $level) method commit (line 59) | public function commit($connection) method addCallback (line 78) | public function addCallback($callback) method getTransactions (line 92) | public function getTransactions() FILE: server/vendor/illuminate/database/DetectsConcurrencyErrors.php type DetectsConcurrencyErrors (line 9) | trait DetectsConcurrencyErrors method causedByConcurrencyError (line 17) | protected function causedByConcurrencyError(Throwable $e) FILE: server/vendor/illuminate/database/DetectsLostConnections.php type DetectsLostConnections (line 8) | trait DetectsLostConnections method causedByLostConnection (line 16) | protected function causedByLostConnection(Throwable $e) FILE: server/vendor/illuminate/database/Eloquent/BroadcastableModelEventOccurred.php class BroadcastableModelEventOccurred (line 10) | class BroadcastableModelEventOccurred implements ShouldBroadcast method __construct (line 56) | public function __construct($model, $event) method broadcastOn (line 67) | public function broadcastOn() method broadcastAs (line 83) | public function broadcastAs() method broadcastWith (line 97) | public function broadcastWith() method onChannels (line 110) | public function onChannels(array $channels) method shouldBroadcastNow (line 122) | public function shouldBroadcastNow() method event (line 133) | public function event() FILE: server/vendor/illuminate/database/Eloquent/BroadcastsEvents.php type BroadcastsEvents (line 7) | trait BroadcastsEvents method bootBroadcastsEvents (line 14) | public static function bootBroadcastsEvents() method broadcastCreated (line 45) | public function broadcastCreated($channels = null) method broadcastUpdated (line 58) | public function broadcastUpdated($channels = null) method broadcastTrashed (line 71) | public function broadcastTrashed($channels = null) method broadcastRestored (line 84) | public function broadcastRestored($channels = null) method broadcastDeleted (line 97) | public function broadcastDeleted($channels = null) method broadcastIfBroadcastChannelsExistForEvent (line 112) | protected function broadcastIfBroadcastChannelsExistForEvent($instance... method newBroadcastableModelEvent (line 129) | public function newBroadcastableModelEvent($event) method newBroadcastableEvent (line 152) | protected function newBroadcastableEvent($event) method broadcastOn (line 163) | public function broadcastOn($event) method broadcastConnection (line 173) | public function broadcastConnection() method broadcastQueue (line 183) | public function broadcastQueue() method broadcastAfterCommit (line 193) | public function broadcastAfterCommit() FILE: server/vendor/illuminate/database/Eloquent/Builder.php class Builder (line 26) | class Builder method __construct (line 133) | public function __construct(QueryBuilder $query) method make (line 144) | public function make(array $attributes = []) method withGlobalScope (line 156) | public function withGlobalScope($identifier, $scope) method withoutGlobalScope (line 173) | public function withoutGlobalScope($scope) method withoutGlobalScopes (line 192) | public function withoutGlobalScopes(array $scopes = null) method removedScopes (line 210) | public function removedScopes() method whereKey (line 221) | public function whereKey($id) method whereKeyNot (line 246) | public function whereKeyNot($id) method where (line 274) | public function where($column, $operator = null, $value = null, $boole... method firstWhere (line 296) | public function firstWhere($column, $operator = null, $value = null, $... method orWhere (line 309) | public function orWhere($column, $operator = null, $value = null) method latest (line 324) | public function latest($column = null) method oldest (line 341) | public function oldest($column = null) method hydrate (line 358) | public function hydrate(array $items) method fromQuery (line 380) | public function fromQuery($query, $bindings = []) method find (line 394) | public function find($id, $columns = ['*']) method findMany (line 410) | public function findMany($ids, $columns = ['*']) method findOrFail (line 430) | public function findOrFail($id, $columns = ['*']) method findOrNew (line 456) | public function findOrNew($id, $columns = ['*']) method firstOrNew (line 472) | public function firstOrNew(array $attributes = [], array $values = []) method firstOrCreate (line 488) | public function firstOrCreate(array $attributes = [], array $values = []) method updateOrCreate (line 506) | public function updateOrCreate(array $attributes, array $values = []) method firstOrFail (line 521) | public function firstOrFail($columns = ['*']) method firstOr (line 537) | public function firstOr($columns = ['*'], Closure $callback = null) method sole (line 561) | public function sole($columns = ['*']) method value (line 576) | public function value($column) method valueOrFail (line 591) | public function valueOrFail($column) method get (line 602) | public function get($columns = ['*']) method getModels (line 622) | public function getModels($columns = ['*']) method eagerLoadRelations (line 635) | public function eagerLoadRelations(array $models) method eagerLoadRelation (line 657) | protected function eagerLoadRelation(array $models, $name, Closure $co... method getRelation (line 683) | public function getRelation($name) method relationsNestedUnder (line 714) | protected function relationsNestedUnder($relation) method isNestedUnder (line 737) | protected function isNestedUnder($relation, $name) method cursor (line 747) | public function cursor() method enforceOrderBy (line 759) | protected function enforceOrderBy() method pluck (line 773) | public function pluck($column, $key = null) method paginate (line 802) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 827) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 853) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method ensureOrderForCursorPagination (line 866) | protected function ensureOrderForCursorPagination($shouldReverse = false) method create (line 893) | public function create(array $attributes = []) method forceCreate (line 906) | public function forceCreate(array $attributes) method update (line 919) | public function update(array $values) method upsert (line 932) | public function upsert(array $values, $uniqueBy, $update = null) method increment (line 961) | public function increment($column, $amount = 1, array $extra = []) method decrement (line 976) | public function decrement($column, $amount = 1, array $extra = []) method addUpdatedAtColumn (line 989) | protected function addUpdatedAtColumn(array $values) method addTimestampsToUpsertValues (line 1020) | protected function addTimestampsToUpsertValues(array $values) method addUpdatedAtToUpsertColumns (line 1048) | protected function addUpdatedAtToUpsertColumns(array $update) method delete (line 1070) | public function delete() method forceDelete (line 1086) | public function forceDelete() method onDelete (line 1097) | public function onDelete(Closure $callback) method hasNamedScope (line 1108) | public function hasNamedScope($scope) method scopes (line 1119) | public function scopes($scopes) method applyScopes (line 1147) | public function applyScopes() method callScope (line 1187) | protected function callScope(callable $scope, array $parameters = []) method callNamedScope (line 1215) | protected function callNamedScope($scope, array $parameters = []) method addNewWheresWithinGroup (line 1229) | protected function addNewWheresWithinGroup(QueryBuilder $query, $origi... method groupWhereSliceForScope (line 1254) | protected function groupWhereSliceForScope(QueryBuilder $query, $where... method createNestedWhere (line 1277) | protected function createNestedWhere($whereSlice, $boolean = 'and') method with (line 1293) | public function with($relations, $callback = null) method without (line 1312) | public function without($relations) method withOnly (line 1327) | public function withOnly($relations) method newModelInstance (line 1340) | public function newModelInstance($attributes = []) method parseWithRelations (line 1353) | protected function parseWithRelations(array $relations) method createSelectWithConstraint (line 1388) | protected function createSelectWithConstraint($name) method addNestedWiths (line 1410) | protected function addNestedWiths($name, $results) method withCasts (line 1436) | public function withCasts($casts) method getQuery (line 1448) | public function getQuery() method setQuery (line 1459) | public function setQuery($query) method toBase (line 1471) | public function toBase() method getEagerLoads (line 1481) | public function getEagerLoads() method setEagerLoads (line 1492) | public function setEagerLoads(array $eagerLoad) method defaultKeyName (line 1504) | protected function defaultKeyName() method getModel (line 1514) | public function getModel() method setModel (line 1525) | public function setModel(Model $model) method qualifyColumn (line 1540) | public function qualifyColumn($column) method qualifyColumns (line 1551) | public function qualifyColumns($columns) method getMacro (line 1562) | public function getMacro($name) method hasMacro (line 1573) | public function hasMacro($name) method getGlobalMacro (line 1584) | public static function getGlobalMacro($name) method hasGlobalMacro (line 1595) | public static function hasGlobalMacro($name) method __get (line 1608) | public function __get($key) method __call (line 1628) | public function __call($method, $parameters) method __callStatic (line 1674) | public static function __callStatic($method, $parameters) method registerMixin (line 1706) | protected static function registerMixin($mixin, $replace) method clone (line 1726) | public function clone() method __clone (line 1736) | public function __clone() FILE: server/vendor/illuminate/database/Eloquent/Casts/ArrayObject.php class ArrayObject (line 9) | class ArrayObject extends BaseArrayObject implements Arrayable, JsonSeri... method collect (line 16) | public function collect() method toArray (line 26) | public function toArray() method jsonSerialize (line 36) | #[\ReturnTypeWillChange] FILE: server/vendor/illuminate/database/Eloquent/Casts/AsArrayObject.php class AsArrayObject (line 8) | class AsArrayObject implements Castable method castUsing (line 16) | public static function castUsing(array $arguments) FILE: server/vendor/illuminate/database/Eloquent/Casts/AsCollection.php class AsCollection (line 9) | class AsCollection implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: server/vendor/illuminate/database/Eloquent/Casts/AsEncryptedArrayObject.php class AsEncryptedArrayObject (line 9) | class AsEncryptedArrayObject implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: server/vendor/illuminate/database/Eloquent/Casts/AsEncryptedCollection.php class AsEncryptedCollection (line 10) | class AsEncryptedCollection implements Castable method castUsing (line 18) | public static function castUsing(array $arguments) FILE: server/vendor/illuminate/database/Eloquent/Casts/AsStringable.php class AsStringable (line 9) | class AsStringable implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: server/vendor/illuminate/database/Eloquent/Casts/Attribute.php class Attribute (line 5) | class Attribute method __construct (line 35) | public function __construct(callable $get = null, callable $set = null) method get (line 47) | public static function get(callable $get) method set (line 58) | public static function set(callable $set) method withoutObjectCaching (line 68) | public function withoutObjectCaching() FILE: server/vendor/illuminate/database/Eloquent/Collection.php class Collection (line 13) | class Collection extends BaseCollection implements QueueableCollection method find (line 22) | public function find($key, $default = null) method load (line 51) | public function load($relations) method loadAggregate (line 74) | public function loadAggregate($relations, $column, $function = null) method loadCount (line 109) | public function loadCount($relations) method loadMax (line 121) | public function loadMax($relations, $column) method loadMin (line 133) | public function loadMin($relations, $column) method loadSum (line 145) | public function loadSum($relations, $column) method loadAvg (line 157) | public function loadAvg($relations, $column) method loadExists (line 168) | public function loadExists($relations) method loadMissing (line 179) | public function loadMissing($relations) method loadMissingRelation (line 219) | protected function loadMissingRelation(self $models, array $path) method loadMorph (line 253) | public function loadMorph($relation, $relations) method loadMorphCount (line 274) | public function loadMorphCount($relation, $relations) method contains (line 296) | public function contains($key, $operator = null, $value = null) method modelKeys (line 318) | public function modelKeys() method merge (line 331) | public function merge($items) method map (line 348) | public function map(callable $callback) method mapWithKeys (line 365) | public function mapWithKeys(callable $callback) method fresh (line 380) | public function fresh($with = []) method diff (line 408) | public function diff($items) method intersect (line 429) | public function intersect($items) method unique (line 455) | public function unique($key = null, $strict = false) method only (line 470) | public function only($keys) method except (line 487) | public function except($keys) method makeHidden (line 500) | public function makeHidden($attributes) method makeVisible (line 511) | public function makeVisible($attributes) method append (line 522) | public function append($attributes) method getDictionary (line 533) | public function getDictionary($items = null) method pluck (line 557) | public function pluck($value, $key = null) method keys (line 567) | public function keys() method zip (line 578) | public function zip($items) method collapse (line 588) | public function collapse() method flatten (line 599) | public function flatten($depth = INF) method flip (line 609) | public function flip() method pad (line 621) | public function pad($size, $value) method duplicateComparator (line 632) | protected function duplicateComparator($strict) method getQueueableClass (line 646) | public function getQueueableClass() method getQueueableIds (line 668) | public function getQueueableIds() method getQueueableRelations (line 684) | public function getQueueableRelations() method getQueueableConnection (line 708) | public function getQueueableConnection() method toQuery (line 732) | public function toQuery() FILE: server/vendor/illuminate/database/Eloquent/Concerns/GuardsAttributes.php type GuardsAttributes (line 7) | trait GuardsAttributes method getFillable (line 42) | public function getFillable() method fillable (line 53) | public function fillable(array $fillable) method mergeFillable (line 66) | public function mergeFillable(array $fillable) method getGuarded (line 78) | public function getGuarded() method guard (line 91) | public function guard(array $guarded) method mergeGuarded (line 104) | public function mergeGuarded(array $guarded) method unguard (line 117) | public static function unguard($state = true) method reguard (line 127) | public static function reguard() method isUnguarded (line 137) | public static function isUnguarded() method unguarded (line 148) | public static function unguarded(callable $callback) method isFillable (line 169) | public function isFillable($key) method isGuarded (line 200) | public function isGuarded($key) method isGuardableColumn (line 217) | protected function isGuardableColumn($key) method totallyGuarded (line 238) | public function totallyGuarded() method fillableFromArray (line 249) | protected function fillableFromArray(array $attributes) FILE: server/vendor/illuminate/database/Eloquent/Concerns/HasAttributes.php type HasAttributes (line 30) | trait HasAttributes method attributesToArray (line 177) | public function attributesToArray() method addDateAttributesToArray (line 213) | protected function addDateAttributesToArray(array $attributes) method addMutatedAttributesToArray (line 235) | protected function addMutatedAttributesToArray(array $attributes, arra... method addCastAttributesToArray (line 263) | protected function addCastAttributesToArray(array $attributes, array $... method getArrayableAttributes (line 316) | protected function getArrayableAttributes() method getArrayableAppends (line 326) | protected function getArrayableAppends() method relationsToArray (line 342) | public function relationsToArray() method getArrayableRelations (line 386) | protected function getArrayableRelations() method getArrayableItems (line 397) | protected function getArrayableItems(array $values) method getAttribute (line 416) | public function getAttribute($key) method getAttributeValue (line 449) | public function getAttributeValue($key) method getAttributeFromArray (line 460) | protected function getAttributeFromArray($key) method getRelationValue (line 471) | public function getRelationValue($key) method isRelation (line 500) | public function isRelation($key) method handleLazyLoadingViolation (line 516) | protected function handleLazyLoadingViolation($key) method getRelationshipFromMethod (line 537) | protected function getRelationshipFromMethod($method) method hasGetMutator (line 564) | public function hasGetMutator($key) method hasAttributeMutator (line 575) | public function hasAttributeMutator($key) method hasAttributeGetMutator (line 598) | public function hasAttributeGetMutator($key) method mutateAttribute (line 618) | protected function mutateAttribute($key, $value) method mutateAttributeMarkedAttribute (line 630) | protected function mutateAttributeMarkedAttribute($key, $value) method mutateAttributeForArray (line 658) | protected function mutateAttributeForArray($key, $value) method mergeCasts (line 682) | public function mergeCasts($casts) method castAttribute (line 696) | protected function castAttribute($key, $value) method getClassCastableAttributeValue (line 767) | protected function getClassCastableAttributeValue($key, $value) method getEnumCastableAttributeValue (line 795) | protected function getEnumCastableAttributeValue($key, $value) method getCastType (line 816) | protected function getCastType($key) method deviateClassCastableAttribute (line 841) | protected function deviateClassCastableAttribute($method, $key, $value) method serializeClassCastableAttribute (line 855) | protected function serializeClassCastableAttribute($key, $value) method isCustomDateTimeCast (line 868) | protected function isCustomDateTimeCast($cast) method isImmutableCustomDateTimeCast (line 880) | protected function isImmutableCustomDateTimeCast($cast) method isDecimalCast (line 892) | protected function isDecimalCast($cast) method setAttribute (line 904) | public function setAttribute($key, $value) method hasSetMutator (line 960) | public function hasSetMutator($key) method hasAttributeSetMutator (line 971) | public function hasAttributeSetMutator($key) method setMutatedAttributeValue (line 998) | protected function setMutatedAttributeValue($key, $value) method setAttributeMarkedMutatedAttributeValue (line 1010) | protected function setAttributeMarkedMutatedAttributeValue($key, $value) method isDateAttribute (line 1038) | protected function isDateAttribute($key) method fillJsonAttribute (line 1051) | public function fillJsonAttribute($key, $value) method setClassCastableAttribute (line 1073) | protected function setClassCastableAttribute($key, $value) method setEnumCastableAttribute (line 1108) | protected function setEnumCastableAttribute($key, $value) method getArrayAttributeWithValue (line 1129) | protected function getArrayAttributeWithValue($path, $key, $value) method getArrayAttributeByKey (line 1142) | protected function getArrayAttributeByKey($key) method castAttributeAsJson (line 1162) | protected function castAttributeAsJson($key, $value) method asJson (line 1181) | protected function asJson($value) method fromJson (line 1193) | public function fromJson($value, $asObject = false) method fromEncryptedString (line 1204) | public function fromEncryptedString($value) method castAttributeAsEncryptedString (line 1216) | protected function castAttributeAsEncryptedString($key, $value) method encryptUsing (line 1227) | public static function encryptUsing($encrypter) method fromFloat (line 1238) | public function fromFloat($value) method asDecimal (line 1259) | protected function asDecimal($value, $decimals) method asDate (line 1270) | protected function asDate($value) method asDateTime (line 1281) | protected function asDateTime($value) method isStandardDateFormat (line 1333) | protected function isStandardDateFormat($value) method fromDateTime (line 1344) | public function fromDateTime($value) method asTimestamp (line 1357) | protected function asTimestamp($value) method serializeDate (line 1368) | protected function serializeDate(DateTimeInterface $date) method getDates (line 1380) | public function getDates() method getDateFormat (line 1399) | public function getDateFormat() method setDateFormat (line 1410) | public function setDateFormat($format) method hasCast (line 1424) | public function hasCast($key, $types = null) method getCasts (line 1438) | public function getCasts() method isDateCastable (line 1453) | protected function isDateCastable($key) method isDateCastableWithCustomFormat (line 1464) | protected function isDateCastableWithCustomFormat($key) method isJsonCastable (line 1475) | protected function isJsonCastable($key) method isEncryptedCastable (line 1486) | protected function isEncryptedCastable($key) method isClassCastable (line 1499) | protected function isClassCastable($key) method isEnumCastable (line 1524) | protected function isEnumCastable($key) method isClassDeviable (line 1549) | protected function isClassDeviable($key) method isClassSerializable (line 1564) | protected function isClassSerializable($key) method resolveCasterClass (line 1577) | protected function resolveCasterClass($key) method parseCasterClass (line 1607) | protected function parseCasterClass($class) method mergeAttributesFromCachedCasts (line 1619) | protected function mergeAttributesFromCachedCasts() method mergeAttributesFromClassCasts (line 1630) | protected function mergeAttributesFromClassCasts() method mergeAttributesFromAttributeCasts (line 1649) | protected function mergeAttributesFromAttributeCasts() method normalizeCastClassResponse (line 1678) | protected function normalizeCastClassResponse($key, $value) method getAttributes (line 1688) | public function getAttributes() method getAttributesForInsert (line 1700) | protected function getAttributesForInsert() method setRawAttributes (line 1712) | public function setRawAttributes(array $attributes, $sync = false) method getOriginal (line 1733) | public function getOriginal($key = null, $default = null) method getOriginalWithoutRewindingModel (line 1747) | protected function getOriginalWithoutRewindingModel($key = null, $defa... method getRawOriginal (line 1767) | public function getRawOriginal($key = null, $default = null) method only (line 1778) | public function only($attributes) method syncOriginal (line 1794) | public function syncOriginal() method syncOriginalAttribute (line 1807) | public function syncOriginalAttribute($attribute) method syncOriginalAttributes (line 1818) | public function syncOriginalAttributes($attributes) method syncChanges (line 1836) | public function syncChanges() method isDirty (line 1849) | public function isDirty($attributes = null) method isClean (line 1862) | public function isClean($attributes = null) method wasChanged (line 1873) | public function wasChanged($attributes = null) method hasChanges (line 1887) | protected function hasChanges($changes, $attributes = null) method getDirty (line 1913) | public function getDirty() method getChanges (line 1931) | public function getChanges() method originalIsEquivalent (line 1942) | public function originalIsEquivalent($key) method transformModelValue (line 1985) | protected function transformModelValue($key, $value) method append (line 2020) | public function append($attributes) method setAppends (line 2035) | public function setAppends(array $appends) method hasAppended (line 2048) | public function hasAppended($attribute) method getMutatedAttributes (line 2058) | public function getMutatedAttributes() method cacheMutatedAttributes (line 2075) | public static function cacheMutatedAttributes($class) method getMutatorMethods (line 2096) | protected static function getMutatorMethods($class) method getAttributeMarkedMutatorMethods (line 2109) | protected static function getAttributeMarkedMutatorMethods($class) FILE: server/vendor/illuminate/database/Eloquent/Concerns/HasEvents.php type HasEvents (line 10) | trait HasEvents method observe (line 38) | public static function observe($classes) method registerObserver (line 55) | protected function registerObserver($class) method resolveObserverClassName (line 77) | private function resolveObserverClassName($class) method getObservableEvents (line 95) | public function getObservableEvents() method setObservableEvents (line 113) | public function setObservableEvents(array $observables) method addObservableEvents (line 126) | public function addObservableEvents($observables) method removeObservableEvents (line 139) | public function removeObservableEvents($observables) method registerModelEvent (line 153) | protected static function registerModelEvent($event, $callback) method fireModelEvent (line 169) | protected function fireModelEvent($event, $halt = true) method fireCustomModelEvent (line 200) | protected function fireCustomModelEvent($event, $method) method filterModelEventResults (line 219) | protected function filterModelEventResults($result) method retrieved (line 236) | public static function retrieved($callback) method saving (line 247) | public static function saving($callback) method saved (line 258) | public static function saved($callback) method updating (line 269) | public static function updating($callback) method updated (line 280) | public static function updated($callback) method creating (line 291) | public static function creating($callback) method created (line 302) | public static function created($callback) method replicating (line 313) | public static function replicating($callback) method deleting (line 324) | public static function deleting($callback) method deleted (line 335) | public static function deleted($callback) method flushEventListeners (line 345) | public static function flushEventListeners() method getEventDispatcher (line 367) | public static function getEventDispatcher() method setEventDispatcher (line 378) | public static function setEventDispatcher(Dispatcher $dispatcher) method unsetEventDispatcher (line 388) | public static function unsetEventDispatcher() method withoutEvents (line 399) | public static function withoutEvents(callable $callback) FILE: server/vendor/illuminate/database/Eloquent/Concerns/HasGlobalScopes.php type HasGlobalScopes (line 10) | trait HasGlobalScopes method addGlobalScope (line 21) | public static function addGlobalScope($scope, Closure $implementation ... method hasGlobalScope (line 40) | public static function hasGlobalScope($scope) method getGlobalScope (line 51) | public static function getGlobalScope($scope) method getGlobalScopes (line 67) | public function getGlobalScopes() FILE: server/vendor/illuminate/database/Eloquent/Concerns/HasRelationships.php type HasRelationships (line 24) | trait HasRelationships method resolveRelationUsing (line 63) | public static function resolveRelationUsing($name, Closure $callback) method hasOne (line 79) | public function hasOne($related, $foreignKey = null, $localKey = null) method newHasOne (line 99) | protected function newHasOne(Builder $query, Model $parent, $foreignKe... method hasOneThrough (line 115) | public function hasOneThrough($related, $through, $firstKey = null, $s... method newHasOneThrough (line 142) | protected function newHasOneThrough(Builder $query, Model $farParent, ... method morphOne (line 157) | public function morphOne($related, $name, $type = null, $id = null, $l... method newMorphOne (line 180) | protected function newMorphOne(Builder $query, Model $parent, $type, $... method belongsTo (line 194) | public function belongsTo($related, $foreignKey = null, $ownerKey = nu... method newBelongsTo (line 232) | protected function newBelongsTo(Builder $query, Model $child, $foreign... method morphTo (line 246) | public function morphTo($name = null, $type = null, $id = null, $owner... method morphEagerTo (line 274) | protected function morphEagerTo($name, $type, $id, $ownerKey) method morphInstanceTo (line 291) | protected function morphInstanceTo($target, $name, $type, $id, $ownerKey) method newMorphTo (line 313) | protected function newMorphTo(Builder $query, Model $parent, $foreignK... method getActualClassNameForMorph (line 324) | public static function getActualClassNameForMorph($class) method guessBelongsToRelation (line 334) | protected function guessBelongsToRelation() method hasMany (line 349) | public function hasMany($related, $foreignKey = null, $localKey = null) method newHasMany (line 371) | protected function newHasMany(Builder $query, Model $parent, $foreignK... method hasManyThrough (line 387) | public function hasManyThrough($related, $through, $firstKey = null, $... method newHasManyThrough (line 418) | protected function newHasManyThrough(Builder $query, Model $farParent,... method morphMany (line 433) | public function morphMany($related, $name, $type = null, $id = null, $... method newMorphMany (line 459) | protected function newMorphMany(Builder $query, Model $parent, $type, ... method belongsToMany (line 476) | public function belongsToMany($related, $table = null, $foreignPivotKe... method newBelongsToMany (line 522) | protected function newBelongsToMany(Builder $query, Model $parent, $ta... method morphToMany (line 541) | public function morphToMany($related, $name, $table = null, $foreignPi... method newMorphToMany (line 589) | protected function newMorphToMany(Builder $query, Model $parent, $name... method morphedByMany (line 609) | public function morphedByMany($related, $name, $table = null, $foreign... method guessBelongsToManyRelation (line 630) | protected function guessBelongsToManyRelation() method joiningTable (line 649) | public function joiningTable($related, $instance = null) method joiningTableSegment (line 673) | public function joiningTableSegment() method touches (line 684) | public function touches($relation) method touchOwners (line 694) | public function touchOwners() method getMorphs (line 717) | protected function getMorphs($name, $type, $id) method getMorphClass (line 727) | public function getMorphClass() method newRelatedInstance (line 748) | protected function newRelatedInstance($class) method getRelations (line 762) | public function getRelations() method getRelation (line 773) | public function getRelation($relation) method relationLoaded (line 784) | public function relationLoaded($key) method setRelation (line 796) | public function setRelation($relation, $value) method unsetRelation (line 809) | public function unsetRelation($relation) method setRelations (line 822) | public function setRelations(array $relations) method withoutRelations (line 834) | public function withoutRelations() method unsetRelations (line 846) | public function unsetRelations() method getTouchedRelations (line 858) | public function getTouchedRelations() method setTouchedRelations (line 869) | public function setTouchedRelations(array $touches) FILE: server/vendor/illuminate/database/Eloquent/Concerns/HasTimestamps.php type HasTimestamps (line 7) | trait HasTimestamps method touch (line 21) | public function touch() method updateTimestamps (line 37) | public function updateTimestamps() method setCreatedAt (line 60) | public function setCreatedAt($value) method setUpdatedAt (line 73) | public function setUpdatedAt($value) method freshTimestamp (line 85) | public function freshTimestamp() method freshTimestampString (line 95) | public function freshTimestampString() method usesTimestamps (line 105) | public function usesTimestamps() method getCreatedAtColumn (line 115) | public function getCreatedAtColumn() method getUpdatedAtColumn (line 125) | public function getUpdatedAtColumn() method getQualifiedCreatedAtColumn (line 135) | public function getQualifiedCreatedAtColumn() method getQualifiedUpdatedAtColumn (line 145) | public function getQualifiedUpdatedAtColumn() FILE: server/vendor/illuminate/database/Eloquent/Concerns/HidesAttributes.php type HidesAttributes (line 7) | trait HidesAttributes method getHidden (line 28) | public function getHidden() method setHidden (line 39) | public function setHidden(array $hidden) method getVisible (line 51) | public function getVisible() method setVisible (line 62) | public function setVisible(array $visible) method makeVisible (line 75) | public function makeVisible($attributes) method makeVisibleIf (line 95) | public function makeVisibleIf($condition, $attributes) method makeHidden (line 106) | public function makeHidden($attributes) method makeHiddenIf (line 122) | public function makeHiddenIf($condition, $attributes) FILE: server/vendor/illuminate/database/Eloquent/Concerns/QueriesRelationships.php type QueriesRelationships (line 16) | trait QueriesRelationships method has (line 30) | public function has($relation, $operator = '>=', $count = 1, $boolean ... method hasNested (line 79) | protected function hasNested($relations, $operator = '>=', $count = 1,... method orHas (line 110) | public function orHas($relation, $operator = '>=', $count = 1) method doesntHave (line 123) | public function doesntHave($relation, $boolean = 'and', Closure $callb... method orDoesntHave (line 134) | public function orDoesntHave($relation) method whereHas (line 148) | public function whereHas($relation, Closure $callback = null, $operato... method orWhereHas (line 162) | public function orWhereHas($relation, Closure $callback = null, $opera... method whereDoesntHave (line 174) | public function whereDoesntHave($relation, Closure $callback = null) method orWhereDoesntHave (line 186) | public function orWhereDoesntHave($relation, Closure $callback = null) method hasMorph (line 202) | public function hasMorph($relation, $types, $operator = '>=', $count =... method getBelongsToRelation (line 243) | protected function getBelongsToRelation(MorphTo $relation, $type) method orHasMorph (line 267) | public function orHasMorph($relation, $types, $operator = '>=', $count... method doesntHaveMorph (line 281) | public function doesntHaveMorph($relation, $types, $boolean = 'and', C... method orDoesntHaveMorph (line 293) | public function orDoesntHaveMorph($relation, $types) method whereHasMorph (line 308) | public function whereHasMorph($relation, $types, Closure $callback = n... method orWhereHasMorph (line 323) | public function orWhereHasMorph($relation, $types, Closure $callback =... method whereDoesntHaveMorph (line 336) | public function whereDoesntHaveMorph($relation, $types, Closure $callb... method orWhereDoesntHaveMorph (line 349) | public function orWhereDoesntHaveMorph($relation, $types, Closure $cal... method whereRelation (line 363) | public function whereRelation($relation, $column, $operator = null, $v... method orWhereRelation (line 379) | public function orWhereRelation($relation, $column, $operator = null, ... method whereMorphRelation (line 396) | public function whereMorphRelation($relation, $types, $column, $operat... method orWhereMorphRelation (line 413) | public function orWhereMorphRelation($relation, $types, $column, $oper... method whereMorphedTo (line 427) | public function whereMorphedTo($relation, $model, $boolean = 'and') method orWhereMorphedTo (line 456) | public function orWhereMorphedTo($relation, $model) method whereBelongsTo (line 471) | public function whereBelongsTo($related, $relationshipName = null, $bo... method orWhereBelongsTo (line 506) | public function orWhereBelongsTo($related, $relationshipName = null) method withAggregate (line 519) | public function withAggregate($relations, $column, $function = null) method withCount (line 610) | public function withCount($relations) method withMax (line 622) | public function withMax($relation, $column) method withMin (line 634) | public function withMin($relation, $column) method withSum (line 646) | public function withSum($relation, $column) method withAvg (line 658) | public function withAvg($relation, $column) method withExists (line 669) | public function withExists($relation) method addHasWhere (line 684) | protected function addHasWhere(Builder $hasQuery, Relation $relation, ... method mergeConstraintsFrom (line 699) | public function mergeConstraintsFrom(Builder $from) method addWhereCountQuery (line 722) | protected function addWhereCountQuery(QueryBuilder $query, $operator =... method getRelationWithoutConstraints (line 740) | protected function getRelationWithoutConstraints($relation) method canUseExistsForExistenceCheck (line 754) | protected function canUseExistsForExistenceCheck($operator, $count) FILE: server/vendor/illuminate/database/Eloquent/Factories/BelongsToManyRelationship.php class BelongsToManyRelationship (line 8) | class BelongsToManyRelationship method __construct (line 39) | public function __construct($factory, $pivot, $relationship) method createFor (line 52) | public function createFor(Model $model) FILE: server/vendor/illuminate/database/Eloquent/Factories/BelongsToRelationship.php class BelongsToRelationship (line 8) | class BelongsToRelationship method __construct (line 38) | public function __construct($factory, $relationship) method attributesFor (line 50) | public function attributesFor(Model $model) method resolver (line 68) | protected function resolver($key) FILE: server/vendor/illuminate/database/Eloquent/Factories/CrossJoinSequence.php class CrossJoinSequence (line 7) | class CrossJoinSequence extends Sequence method __construct (line 15) | public function __construct(...$sequences) FILE: server/vendor/illuminate/database/Eloquent/Factories/Factory.php class Factory (line 18) | abstract class Factory method __construct (line 120) | public function __construct($count = null, method definition (line 143) | abstract public function definition(); method new (line 151) | public static function new($attributes = []) method times (line 162) | public static function times(int $count) method configure (line 172) | public function configure() method raw (line 184) | public function raw($attributes = [], ?Model $parent = null) method createOne (line 201) | public function createOne($attributes = []) method createOneQuietly (line 212) | public function createOneQuietly($attributes = []) method createMany (line 223) | public function createMany(iterable $records) method createManyQuietly (line 238) | public function createManyQuietly(iterable $records) method create (line 252) | public function create($attributes = [], ?Model $parent = null) method createQuietly (line 280) | public function createQuietly($attributes = [], ?Model $parent = null) method lazy (line 294) | public function lazy(array $attributes = [], ?Model $parent = null) method store (line 307) | protected function store(Collection $results) method createChildren (line 326) | protected function createChildren(Model $model) method makeOne (line 341) | public function makeOne($attributes = []) method make (line 353) | public function make($attributes = [], ?Model $parent = null) method makeInstance (line 384) | protected function makeInstance(?Model $parent) method getExpandedAttributes (line 401) | protected function getExpandedAttributes(?Model $parent) method getRawAttributes (line 412) | protected function getRawAttributes(?Model $parent) method parentResolvers (line 432) | protected function parentResolvers() method expandAttributes (line 447) | protected function expandAttributes(array $definition) method state (line 472) | public function state($state) method sequence (line 489) | public function sequence(...$sequence) method crossJoinSequence (line 500) | public function crossJoinSequence(...$sequence) method has (line 512) | public function has(self $factory, $relationship = null) method guessRelationship (line 527) | protected function guessRelationship(string $related) method hasAttached (line 542) | public function hasAttached($factory, $pivot = [], $relationship = null) method for (line 564) | public function for($factory, $relationship = null) method afterMaking (line 580) | public function afterMaking(Closure $callback) method afterCreating (line 591) | public function afterCreating(Closure $callback) method callAfterMaking (line 602) | protected function callAfterMaking(Collection $instances) method callAfterCreating (line 618) | protected function callAfterCreating(Collection $instances, ?Model $pa... method count (line 633) | public function count(?int $count) method connection (line 644) | public function connection(string $connection) method newInstance (line 655) | protected function newInstance(array $arguments = []) method newModel (line 674) | public function newModel(array $attributes = []) method modelName (line 686) | public function modelName() method guessModelNamesUsing (line 711) | public static function guessModelNamesUsing(callable $callback) method useNamespace (line 722) | public static function useNamespace(string $namespace) method factoryForModel (line 733) | public static function factoryForModel(string $modelName) method guessFactoryNamesUsing (line 746) | public static function guessFactoryNamesUsing(callable $callback) method withFaker (line 756) | protected function withFaker() method resolveFactoryName (line 767) | public static function resolveFactoryName(string $modelName) method appNamespace (line 787) | protected static function appNamespace() method __call (line 805) | public function __call($method, $parameters) FILE: server/vendor/illuminate/database/Eloquent/Factories/HasFactory.php type HasFactory (line 5) | trait HasFactory method factory (line 13) | public static function factory(...$parameters) method newFactory (line 27) | protected static function newFactory() FILE: server/vendor/illuminate/database/Eloquent/Factories/Relationship.php class Relationship (line 10) | class Relationship method __construct (line 33) | public function __construct(Factory $factory, $relationship) method createFor (line 45) | public function createFor(Model $parent) FILE: server/vendor/illuminate/database/Eloquent/Factories/Sequence.php class Sequence (line 7) | class Sequence implements Countable method __construct (line 36) | public function __construct(...$sequence) method count (line 47) | public function count(): int method __invoke (line 57) | public function __invoke() FILE: server/vendor/illuminate/database/Eloquent/HigherOrderBuilderProxy.php class HigherOrderBuilderProxy (line 8) | class HigherOrderBuilderProxy method __construct (line 31) | public function __construct(Builder $builder, $method) method __call (line 44) | public function __call($method, $parameters) FILE: server/vendor/illuminate/database/Eloquent/InvalidCastException.php class InvalidCastException (line 7) | class InvalidCastException extends RuntimeException method __construct (line 38) | public function __construct($model, $column, $castType) FILE: server/vendor/illuminate/database/Eloquent/JsonEncodingException.php class JsonEncodingException (line 7) | class JsonEncodingException extends RuntimeException method forModel (line 16) | public static function forModel($model, $message) method forResource (line 28) | public static function forResource($resource, $message) method forAttribute (line 43) | public static function forAttribute($model, $key, $message) FILE: server/vendor/illuminate/database/Eloquent/MassAssignmentException.php class MassAssignmentException (line 7) | class MassAssignmentException extends RuntimeException FILE: server/vendor/illuminate/database/Eloquent/MassPrunable.php type MassPrunable (line 8) | trait MassPrunable method pruneAll (line 16) | public function pruneAll(int $chunkSize = 1000) method prunable (line 44) | public function prunable() FILE: server/vendor/illuminate/database/Eloquent/Model.php class Model (line 26) | abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhen... method __construct (line 204) | public function __construct(array $attributes = []) method bootIfNotBooted (line 220) | protected function bootIfNotBooted() method booting (line 240) | protected static function booting() method boot (line 250) | protected static function boot() method bootTraits (line 260) | protected static function bootTraits() method initializeTraits (line 292) | protected function initializeTraits() method booted (line 304) | protected static function booted() method clearBootedModels (line 314) | public static function clearBootedModels() method withoutTouching (line 327) | public static function withoutTouching(callable $callback) method withoutTouchingOn (line 339) | public static function withoutTouchingOn(array $models, callable $call... method isIgnoringTouch (line 356) | public static function isIgnoringTouch($class = null) method preventLazyLoading (line 379) | public static function preventLazyLoading($value = true) method handleLazyLoadingViolationUsing (line 390) | public static function handleLazyLoadingViolationUsing(?callable $call... method withoutBroadcasting (line 401) | public static function withoutBroadcasting(callable $callback) method fill (line 422) | public function fill(array $attributes) method forceFill (line 449) | public function forceFill(array $attributes) method qualifyColumn (line 462) | public function qualifyColumn($column) method qualifyColumns (line 477) | public function qualifyColumns($columns) method newInstance (line 491) | public function newInstance($attributes = [], $exists = false) method newFromBuilder (line 518) | public function newFromBuilder($attributes = [], $connection = null) method on (line 537) | public static function on($connection = null) method onWriteConnection (line 554) | public static function onWriteConnection() method all (line 565) | public static function all($columns = ['*']) method with (line 578) | public static function with($relations) method load (line 591) | public function load($relations) method loadMorph (line 609) | public function loadMorph($relation, $relations) method loadMissing (line 628) | public function loadMissing($relations) method loadAggregate (line 645) | public function loadAggregate($relations, $column, $function = null) method loadCount (line 658) | public function loadCount($relations) method loadMax (line 672) | public function loadMax($relations, $column) method loadMin (line 684) | public function loadMin($relations, $column) method loadSum (line 696) | public function loadSum($relations, $column) method loadAvg (line 708) | public function loadAvg($relations, $column) method loadExists (line 719) | public function loadExists($relations) method loadMorphAggregate (line 733) | public function loadMorphAggregate($relation, $relations, $column, $fu... method loadMorphCount (line 753) | public function loadMorphCount($relation, $relations) method loadMorphMax (line 766) | public function loadMorphMax($relation, $relations, $column) method loadMorphMin (line 779) | public function loadMorphMin($relation, $relations, $column) method loadMorphSum (line 792) | public function loadMorphSum($relation, $relations, $column) method loadMorphAvg (line 805) | public function loadMorphAvg($relation, $relations, $column) method increment (line 818) | protected function increment($column, $amount = 1, array $extra = []) method decrement (line 831) | protected function decrement($column, $amount = 1, array $extra = []) method incrementOrDecrement (line 845) | protected function incrementOrDecrement($column, $amount, $extra, $met... method update (line 879) | public function update(array $attributes = [], array $options = []) method updateOrFail (line 897) | public function updateOrFail(array $attributes = [], array $options = []) method updateQuietly (line 913) | public function updateQuietly(array $attributes = [], array $options =... method push (line 927) | public function push() method saveQuietly (line 956) | public function saveQuietly(array $options = []) method save (line 969) | public function save(array $options = []) method saveOrFail (line 1020) | public function saveOrFail(array $options = []) method finishSave (line 1033) | protected function finishSave(array $options) method performUpdate (line 1050) | protected function performUpdate(Builder $query) method setKeysForSelectQuery (line 1088) | protected function setKeysForSelectQuery($query) method getKeyForSelectQuery (line 1100) | protected function getKeyForSelectQuery() method setKeysForSaveQuery (line 1111) | protected function setKeysForSaveQuery($query) method getKeyForSaveQuery (line 1123) | protected function getKeyForSaveQuery() method performInsert (line 1134) | protected function performInsert(Builder $query) method insertAndSetId (line 1186) | protected function insertAndSetId(Builder $query, $attributes) method destroy (line 1199) | public static function destroy($ids) method delete (line 1238) | public function delete() method deleteOrFail (line 1279) | public function deleteOrFail() method forceDelete (line 1297) | public function forceDelete() method performDeleteOnModel (line 1307) | protected function performDeleteOnModel() method query (line 1319) | public static function query() method newQuery (line 1329) | public function newQuery() method newModelQuery (line 1339) | public function newModelQuery() method newQueryWithoutRelationships (line 1351) | public function newQueryWithoutRelationships() method registerGlobalScopes (line 1362) | public function registerGlobalScopes($builder) method newQueryWithoutScopes (line 1376) | public function newQueryWithoutScopes() method newQueryWithoutScope (line 1389) | public function newQueryWithoutScope($scope) method newQueryForRestoration (line 1400) | public function newQueryForRestoration($ids) method newEloquentBuilder (line 1413) | public function newEloquentBuilder($query) method newBaseQueryBuilder (line 1423) | protected function newBaseQueryBuilder() method newCollection (line 1434) | public function newCollection(array $models = []) method newPivot (line 1449) | public function newPivot(self $parent, array $attributes, $table, $exi... method hasNamedScope (line 1461) | public function hasNamedScope($scope) method callNamedScope (line 1473) | public function callNamedScope($scope, array $parameters = []) method toArray (line 1483) | public function toArray() method toJson (line 1496) | public function toJson($options = 0) method jsonSerialize (line 1512) | #[\ReturnTypeWillChange] method fresh (line 1524) | public function fresh($with = []) method refresh (line 1540) | public function refresh() method replicate (line 1566) | public function replicate(array $except = null) method is (line 1593) | public function is($model) method isNot (line 1607) | public function isNot($model) method getConnection (line 1617) | public function getConnection() method getConnectionName (line 1627) | public function getConnectionName() method setConnection (line 1638) | public function setConnection($name) method resolveConnection (line 1651) | public static function resolveConnection($connection = null) method getConnectionResolver (line 1661) | public static function getConnectionResolver() method setConnectionResolver (line 1672) | public static function setConnectionResolver(Resolver $resolver) method unsetConnectionResolver (line 1682) | public static function unsetConnectionResolver() method getTable (line 1692) | public function getTable() method setTable (line 1703) | public function setTable($table) method getKeyName (line 1715) | public function getKeyName() method setKeyName (line 1726) | public function setKeyName($key) method getQualifiedKeyName (line 1738) | public function getQualifiedKeyName() method getKeyType (line 1748) | public function getKeyType() method setKeyType (line 1759) | public function setKeyType($type) method getIncrementing (line 1771) | public function getIncrementing() method setIncrementing (line 1782) | public function setIncrementing($value) method getKey (line 1794) | public function getKey() method getQueueableId (line 1804) | public function getQueueableId() method getQueueableRelations (line 1814) | public function getQueueableRelations() method getQueueableConnection (line 1846) | public function getQueueableConnection() method getRouteKey (line 1856) | public function getRouteKey() method getRouteKeyName (line 1866) | public function getRouteKeyName() method resolveRouteBinding (line 1878) | public function resolveRouteBinding($value, $field = null) method resolveSoftDeletableRouteBinding (line 1890) | public function resolveSoftDeletableRouteBinding($value, $field = null) method resolveChildRouteBinding (line 1903) | public function resolveChildRouteBinding($childType, $value, $field) method resolveSoftDeletableChildRouteBinding (line 1916) | public function resolveSoftDeletableChildRouteBinding($childType, $val... method resolveChildRouteBindingQuery (line 1929) | protected function resolveChildRouteBindingQuery($childType, $value, $... method resolveRouteBindingQuery (line 1953) | public function resolveRouteBindingQuery($query, $value, $field = null) method getForeignKey (line 1963) | public function getForeignKey() method getPerPage (line 1973) | public function getPerPage() method setPerPage (line 1984) | public function setPerPage($perPage) method preventsLazyLoading (line 1996) | public static function preventsLazyLoading() method broadcastChannelRoute (line 2006) | public function broadcastChannelRoute() method broadcastChannel (line 2016) | public function broadcastChannel() method __get (line 2027) | public function __get($key) method __set (line 2039) | public function __set($key, $value) method offsetExists (line 2050) | #[\ReturnTypeWillChange] method offsetGet (line 2062) | #[\ReturnTypeWillChange] method offsetSet (line 2075) | #[\ReturnTypeWillChange] method offsetUnset (line 2087) | #[\ReturnTypeWillChange] method __isset (line 2099) | public function __isset($key) method __unset (line 2110) | public function __unset($key) method __call (line 2122) | public function __call($method, $parameters) method __callStatic (line 2142) | public static function __callStatic($method, $parameters) method __toString (line 2152) | public function __toString() method escapeWhenCastingToString (line 2165) | public function escapeWhenCastingToString($escape = true) method __sleep (line 2177) | public function __sleep() method __wakeup (line 2192) | public function __wakeup() FILE: server/vendor/illuminate/database/Eloquent/ModelNotFoundException.php class ModelNotFoundException (line 8) | class ModelNotFoundException extends RecordsNotFoundException method setModel (line 31) | public function setModel($model, $ids = []) method getModel (line 52) | public function getModel() method getIds (line 62) | public function getIds() FILE: server/vendor/illuminate/database/Eloquent/Prunable.php type Prunable (line 8) | trait Prunable method pruneAll (line 16) | public function pruneAll(int $chunkSize = 1000) method prunable (line 39) | public function prunable() method prune (line 49) | public function prune() method pruning (line 63) | protected function pruning() FILE: server/vendor/illuminate/database/Eloquent/QueueEntityResolver.php class QueueEntityResolver (line 8) | class QueueEntityResolver implements EntityResolverContract method resolve (line 19) | public function resolve($type, $id) FILE: server/vendor/illuminate/database/Eloquent/RelationNotFoundException.php class RelationNotFoundException (line 7) | class RelationNotFoundException extends RuntimeException method make (line 31) | public static function make($model, $relation, $type = null) FILE: server/vendor/illuminate/database/Eloquent/Relations/BelongsTo.php class BelongsTo (line 12) | class BelongsTo extends Relation method __construct (line 56) | public function __construct(Builder $query, Model $child, $foreignKey,... method getResults (line 75) | public function getResults() method addConstraints (line 89) | public function addConstraints() method addEagerConstraints (line 107) | public function addEagerConstraints(array $models) method getEagerModelKeys (line 125) | protected function getEagerModelKeys(array $models) method initRelation (line 150) | public function initRelation(array $models, $relation) method match (line 167) | public function match(array $models, Collection $results, $relation) method associate (line 204) | public function associate($model) method dissociate (line 224) | public function dissociate() method disassociate (line 236) | public function disassociate() method getRelationExistenceQuery (line 249) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 268) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method relationHasIncrementingId (line 286) | protected function relationHasIncrementingId() method newRelatedInstanceFor (line 298) | protected function newRelatedInstanceFor(Model $parent) method getChild (line 308) | public function getChild() method getForeignKeyName (line 318) | public function getForeignKeyName() method getQualifiedForeignKeyName (line 328) | public function getQualifiedForeignKeyName() method getParentKey (line 338) | public function getParentKey() method getOwnerKeyName (line 348) | public function getOwnerKeyName() method getQualifiedOwnerKeyName (line 358) | public function getQualifiedOwnerKeyName() method getRelatedKeyFrom (line 369) | protected function getRelatedKeyFrom(Model $model) method getRelationName (line 379) | public function getRelationName() FILE: server/vendor/illuminate/database/Eloquent/Relations/BelongsToMany.php class BelongsToMany (line 17) | class BelongsToMany extends Relation method __construct (line 146) | public function __construct(Builder $query, Model $parent, $table, $fo... method resolveTableName (line 165) | protected function resolveTableName($table) method addConstraints (line 189) | public function addConstraints() method performJoin (line 204) | protected function performJoin($query = null) method addWhereConstraints (line 226) | protected function addWhereConstraints() method addEagerConstraints (line 241) | public function addEagerConstraints(array $models) method initRelation (line 258) | public function initRelation(array $models, $relation) method match (line 275) | public function match(array $models, Collection $results, $relation) method buildDictionary (line 301) | protected function buildDictionary(Collection $results) method getPivotClass (line 322) | public function getPivotClass() method using (line 333) | public function using($class) method as (line 346) | public function as($accessor) method wherePivot (line 362) | public function wherePivot($column, $operator = null, $value = null, $... method wherePivotBetween (line 378) | public function wherePivotBetween($column, array $values, $boolean = '... method orWherePivotBetween (line 390) | public function orWherePivotBetween($column, array $values) method wherePivotNotBetween (line 403) | public function wherePivotNotBetween($column, array $values, $boolean ... method orWherePivotNotBetween (line 415) | public function orWherePivotNotBetween($column, array $values) method wherePivotIn (line 429) | public function wherePivotIn($column, $values, $boolean = 'and', $not ... method orWherePivot (line 444) | public function orWherePivot($column, $operator = null, $value = null) method withPivotValue (line 460) | public function withPivotValue($column, $value = null) method orWherePivotIn (line 486) | public function orWherePivotIn($column, $values) method wherePivotNotIn (line 499) | public function wherePivotNotIn($column, $values, $boolean = 'and') method orWherePivotNotIn (line 511) | public function orWherePivotNotIn($column, $values) method wherePivotNull (line 524) | public function wherePivotNull($column, $boolean = 'and', $not = false) method wherePivotNotNull (line 538) | public function wherePivotNotNull($column, $boolean = 'and') method orWherePivotNull (line 550) | public function orWherePivotNull($column, $not = false) method orWherePivotNotNull (line 561) | public function orWherePivotNotNull($column) method orderByPivot (line 573) | public function orderByPivot($column, $direction = 'asc') method findOrNew (line 585) | public function findOrNew($id, $columns = ['*']) method firstOrNew (line 600) | public function firstOrNew(array $attributes) method firstOrCreate (line 617) | public function firstOrCreate(array $attributes, array $joining = [], ... method updateOrCreate (line 635) | public function updateOrCreate(array $attributes, array $values = [], ... method find (line 655) | public function find($id, $columns = ['*']) method findMany (line 673) | public function findMany($ids, $columns = ['*']) method findOrFail (line 695) | public function findOrFail($id, $columns = ['*']) method firstWhere (line 721) | public function firstWhere($column, $operator = null, $value = null, $... method first (line 732) | public function first($columns = ['*']) method firstOrFail (line 747) | public function firstOrFail($columns = ['*']) method firstOr (line 763) | public function firstOr($columns = ['*'], Closure $callback = null) method getResults (line 783) | public function getResults() method get (line 796) | public function get($columns = ['*']) method shouldSelect (line 827) | protected function shouldSelect(array $columns = ['*']) method aliasedPivotColumns (line 843) | protected function aliasedPivotColumns() method paginate (line 861) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 879) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 897) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method chunk (line 913) | public function chunk($count, callable $callback) method chunkById (line 931) | public function chunkById($count, callable $callback, $column = null, ... method each (line 955) | public function each(callable $callback, $count = 1000) method lazy (line 972) | public function lazy($chunkSize = 1000) method lazyById (line 989) | public function lazyById($chunkSize = 1000, $column = null, $alias = n... method cursor (line 1009) | public function cursor() method prepareQueryBuilder (line 1023) | protected function prepareQueryBuilder() method hydratePivotRelation (line 1034) | protected function hydratePivotRelation(array $models) method migratePivotAttributes (line 1052) | protected function migratePivotAttributes(Model $model) method touchIfTouching (line 1075) | public function touchIfTouching() method touchingParent (line 1091) | protected function touchingParent() method guessInverseRelation (line 1101) | protected function guessInverseRelation() method touch (line 1113) | public function touch() method allRelatedIds (line 1134) | public function allRelatedIds() method save (line 1147) | public function save(Model $model, array $pivotAttributes = [], $touch... method saveMany (line 1163) | public function saveMany($models, array $pivotAttributes = []) method create (line 1182) | public function create(array $attributes = [], array $joining = [], $t... method createMany (line 1203) | public function createMany(iterable $records, array $joinings = []) method getRelationExistenceQuery (line 1224) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfJoin (line 1243) | public function getRelationExistenceQueryForSelfJoin(Builder $query, B... method getExistenceCompareKey (line 1261) | public function getExistenceCompareKey() method withTimestamps (line 1273) | public function withTimestamps($createdAt = null, $updatedAt = null) method createdAt (line 1288) | public function createdAt() method updatedAt (line 1298) | public function updatedAt() method getForeignPivotKeyName (line 1308) | public function getForeignPivotKeyName() method getQualifiedForeignPivotKeyName (line 1318) | public function getQualifiedForeignPivotKeyName() method getRelatedPivotKeyName (line 1328) | public function getRelatedPivotKeyName() method getQualifiedRelatedPivotKeyName (line 1338) | public function getQualifiedRelatedPivotKeyName() method getParentKeyName (line 1348) | public function getParentKeyName() method getQualifiedParentKeyName (line 1358) | public function getQualifiedParentKeyName() method getRelatedKeyName (line 1368) | public function getRelatedKeyName() method getQualifiedRelatedKeyName (line 1378) | public function getQualifiedRelatedKeyName() method getTable (line 1388) | public function getTable() method getRelationName (line 1398) | public function getRelationName() method getPivotAccessor (line 1408) | public function getPivotAccessor() method getPivotColumns (line 1418) | public function getPivotColumns() method qualifyPivotColumn (line 1429) | public function qualifyPivotColumn($column) FILE: server/vendor/illuminate/database/Eloquent/Relations/Concerns/AsPivot.php type AsPivot (line 9) | trait AsPivot method fromAttributes (line 41) | public static function fromAttributes(Model $parent, $attributes, $tab... method fromRawAttributes (line 74) | public static function fromRawAttributes(Model $parent, $attributes, $... method setKeysForSelectQuery (line 91) | protected function setKeysForSelectQuery($query) method setKeysForSaveQuery (line 112) | protected function setKeysForSaveQuery($query) method delete (line 122) | public function delete() method getDeleteQuery (line 146) | protected function getDeleteQuery() method getTable (line 159) | public function getTable() method getForeignKey (line 175) | public function getForeignKey() method getRelatedKey (line 185) | public function getRelatedKey() method getOtherKey (line 195) | public function getOtherKey() method setPivotKeys (line 207) | public function setPivotKeys($foreignKey, $relatedKey) method hasTimestampAttributes (line 222) | public function hasTimestampAttributes($attributes = null) method getCreatedAtColumn (line 232) | public function getCreatedAtColumn() method getUpdatedAtColumn (line 244) | public function getUpdatedAtColumn() method getQueueableId (line 256) | public function getQueueableId() method newQueryForRestoration (line 275) | public function newQueryForRestoration($ids) method newQueryForCollectionRestoration (line 298) | protected function newQueryForCollectionRestoration(array $ids) method unsetRelations (line 325) | public function unsetRelations() FILE: server/vendor/illuminate/database/Eloquent/Relations/Concerns/CanBeOneOfMany.php type CanBeOneOfMany (line 12) | trait CanBeOneOfMany method addOneOfManySubQueryConstraints (line 43) | abstract public function addOneOfManySubQueryConstraints(Builder $quer... method getOneOfManySubQuerySelectColumns (line 50) | abstract public function getOneOfManySubQuerySelectColumns(); method addOneOfManyJoinSubQueryConstraints (line 58) | abstract public function addOneOfManyJoinSubQueryConstraints(JoinClaus... method ofMany (line 70) | public function ofMany($column = 'id', $aggregate = 'MAX', $relation =... method latestOfMany (line 144) | public function latestOfMany($column = 'id', $relation = null) method oldestOfMany (line 159) | public function oldestOfMany($column = 'id', $relation = null) method getDefaultOneOfManyJoinAlias (line 172) | protected function getDefaultOneOfManyJoinAlias($relation) method newOneOfManySubQuery (line 187) | protected function newOneOfManySubQuery($groupBy, $column = null, $agg... method addOneOfManyJoinSubQuery (line 214) | protected function addOneOfManyJoinSubQuery(Builder $parent, Builder $... method mergeOneOfManyJoinsTo (line 233) | protected function mergeOneOfManyJoinsTo(Builder $query) method getRelationQuery (line 245) | protected function getRelationQuery() method getOneOfManySubQuery (line 257) | public function getOneOfManySubQuery() method qualifySubSelectColumn (line 268) | public function qualifySubSelectColumn($column) method qualifyRelatedColumn (line 279) | protected function qualifyRelatedColumn($column) method guessRelationship (line 289) | protected function guessRelationship() method isOneOfMany (line 299) | public function isOneOfMany() method getRelationName (line 309) | public function getRelationName() FILE: server/vendor/illuminate/database/Eloquent/Relations/Concerns/ComparesRelatedModels.php type ComparesRelatedModels (line 8) | trait ComparesRelatedModels method is (line 16) | public function is($model) method isNot (line 38) | public function isNot($model) method getParentKey (line 48) | abstract public function getParentKey(); method getRelatedKeyFrom (line 56) | abstract protected function getRelatedKeyFrom(Model $model); method compareKeys (line 65) | protected function compareKeys($parentKey, $relatedKey) FILE: server/vendor/illuminate/database/Eloquent/Relations/Concerns/InteractsWithDictionary.php type InteractsWithDictionary (line 8) | trait InteractsWithDictionary method getDictionaryKey (line 18) | protected function getDictionaryKey($attribute) FILE: server/vendor/illuminate/database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php type InteractsWithPivotTable (line 10) | trait InteractsWithPivotTable method toggle (line 21) | public function toggle($ids, $touch = true) method syncWithoutDetaching (line 71) | public function syncWithoutDetaching($ids) method sync (line 83) | public function sync($ids, $detaching = true) method syncWithPivotValues (line 135) | public function syncWithPivotValues($ids, array $values, bool $detachi... method formatRecordsList (line 148) | protected function formatRecordsList(array $records) method attachNew (line 167) | protected function attachNew(array $records, array $current, $touch = ... method updateExistingPivot (line 201) | public function updateExistingPivot($id, array $attributes, $touch = t... method updateExistingPivotUsingCustomClass (line 233) | protected function updateExistingPivotUsingCustomClass($id, array $att... method attach (line 261) | public function attach($id, array $attributes = [], $touch = true) method attachUsingCustomClass (line 286) | protected function attachUsingCustomClass($id, array $attributes) method formatAttachRecords (line 304) | protected function formatAttachRecords($ids, array $attributes) method formatAttachRecord (line 332) | protected function formatAttachRecord($key, $value, $attributes, $hasT... method extractAttachIdAndAttributes (line 349) | protected function extractAttachIdAndAttributes($key, $value, array $a... method baseAttachRecord (line 363) | protected function baseAttachRecord($id, $timed) method addTimestampsToAttachment (line 390) | protected function addTimestampsToAttachment(array $record, $exists = ... method hasPivotColumn (line 417) | public function hasPivotColumn($column) method detach (line 429) | public function detach($ids = null, $touch = true) method detachUsingCustomClass (line 472) | protected function detachUsingCustomClass($ids) method getCurrentlyAttachedPivots (line 491) | protected function getCurrentlyAttachedPivots() method newPivot (line 509) | public function newPivot(array $attributes = [], $exists = false) method newExistingPivot (line 524) | public function newExistingPivot(array $attributes = []) method newPivotStatement (line 534) | public function newPivotStatement() method newPivotStatementForId (line 545) | public function newPivotStatementForId($id) method newPivotQuery (line 555) | public function newPivotQuery() method withPivot (line 580) | public function withPivot($columns) method parseIds (line 595) | protected function parseIds($value) method parseId (line 618) | protected function parseId($value) method castKeys (line 629) | protected function castKeys(array $keys) method castKey (line 642) | protected function castKey($key) method castAttributes (line 656) | protected function castAttributes($attributes) method getTypeSwapValue (line 670) | protected function getTypeSwapValue($type, $value) FILE: server/vendor/illuminate/database/Eloquent/Relations/Concerns/SupportsDefaultModels.php type SupportsDefaultModels (line 7) | trait SupportsDefaultModels method newRelatedInstanceFor (line 24) | abstract protected function newRelatedInstanceFor(Model $parent); method withDefault (line 32) | public function withDefault($callback = true) method getDefaultFor (line 45) | protected function getDefaultFor(Model $parent) FILE: server/vendor/illuminate/database/Eloquent/Relations/HasMany.php class HasMany (line 7) | class HasMany extends HasOneOrMany method getResults (line 14) | public function getResults() method initRelation (line 28) | public function initRelation(array $models, $relation) method match (line 45) | public function match(array $models, Collection $results, $relation) FILE: server/vendor/illuminate/database/Eloquent/Relations/HasManyThrough.php class HasManyThrough (line 13) | class HasManyThrough extends Relation method __construct (line 71) | public function __construct(Builder $query, Model $farParent, Model $t... method addConstraints (line 88) | public function addConstraints() method performJoin (line 105) | protected function performJoin(Builder $query = null) method getQualifiedParentKeyName (line 125) | public function getQualifiedParentKeyName() method throughParentSoftDeletes (line 135) | public function throughParentSoftDeletes() method withTrashedParents (line 145) | public function withTrashedParents() method addEagerConstraints (line 158) | public function addEagerConstraints(array $models) method initRelation (line 174) | public function initRelation(array $models, $relation) method match (line 191) | public function match(array $models, Collection $results, $relation) method buildDictionary (line 215) | protected function buildDictionary(Collection $results) method firstOrNew (line 235) | public function firstOrNew(array $attributes) method updateOrCreate (line 251) | public function updateOrCreate(array $attributes, array $values = []) method firstWhere (line 269) | public function firstWhere($column, $operator = null, $value = null, $... method first (line 280) | public function first($columns = ['*']) method firstOrFail (line 295) | public function firstOrFail($columns = ['*']) method find (line 311) | public function find($id, $columns = ['*']) method findMany (line 329) | public function findMany($ids, $columns = ['*']) method findOrFail (line 351) | public function findOrFail($id, $columns = ['*']) method getResults (line 373) | public function getResults() method get (line 386) | public function get($columns = ['*']) method paginate (line 411) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 427) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 443) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method shouldSelect (line 456) | protected function shouldSelect(array $columns = ['*']) method chunk (line 472) | public function chunk($count, callable $callback) method chunkById (line 486) | public function chunkById($count, callable $callback, $column = null, ... method cursor (line 500) | public function cursor() method each (line 512) | public function each(callable $callback, $count = 1000) method lazy (line 529) | public function lazy($chunkSize = 1000) method lazyById (line 542) | public function lazyById($chunkSize = 1000, $column = null, $alias = n... method prepareQueryBuilder (line 557) | protected function prepareQueryBuilder($columns = ['*']) method getRelationExistenceQuery (line 574) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 599) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method getRelationExistenceQueryForThroughSelfRelation (line 624) | public function getRelationExistenceQueryForThroughSelfRelation(Builde... method getQualifiedFarKeyName (line 644) | public function getQualifiedFarKeyName() method getFirstKeyName (line 654) | public function getFirstKeyName() method getQualifiedFirstKeyName (line 664) | public function getQualifiedFirstKeyName() method getForeignKeyName (line 674) | public function getForeignKeyName() method getQualifiedForeignKeyName (line 684) | public function getQualifiedForeignKeyName() method getLocalKeyName (line 694) | public function getLocalKeyName() method getQualifiedLocalKeyName (line 704) | public function getQualifiedLocalKeyName() method getSecondLocalKeyName (line 714) | public function getSecondLocalKeyName() FILE: server/vendor/illuminate/database/Eloquent/Relations/HasOne.php class HasOne (line 14) | class HasOne extends HasOneOrMany implements SupportsPartialRelations method getResults (line 23) | public function getResults() method initRelation (line 39) | public function initRelation(array $models, $relation) method match (line 56) | public function match(array $models, Collection $results, $relation) method getRelationExistenceQuery (line 71) | public function getRelationExistenceQuery(Builder $query, Builder $par... method addOneOfManySubQueryConstraints (line 88) | public function addOneOfManySubQueryConstraints(Builder $query, $colum... method getOneOfManySubQuerySelectColumns (line 98) | public function getOneOfManySubQuerySelectColumns() method addOneOfManyJoinSubQueryConstraints (line 109) | public function addOneOfManyJoinSubQueryConstraints(JoinClause $join) method newRelatedInstanceFor (line 120) | public function newRelatedInstanceFor(Model $parent) method getRelatedKeyFrom (line 133) | protected function getRelatedKeyFrom(Model $model) FILE: server/vendor/illuminate/database/Eloquent/Relations/HasOneOrMany.php class HasOneOrMany (line 10) | abstract class HasOneOrMany extends Relation method __construct (line 37) | public function __construct(Builder $query, Model $parent, $foreignKey... method make (line 51) | public function make(array $attributes = []) method makeMany (line 64) | public function makeMany($records) method addConstraints (line 80) | public function addConstraints() method addEagerConstraints (line 97) | public function addEagerConstraints(array $models) method matchOne (line 114) | public function matchOne(array $models, Collection $results, $relation) method matchMany (line 127) | public function matchMany(array $models, Collection $results, $relation) method matchOneOrMany (line 141) | protected function matchOneOrMany(array $models, Collection $results, ... method getRelationValue (line 167) | protected function getRelationValue(array $dictionary, $key, $type) method buildDictionary (line 180) | protected function buildDictionary(Collection $results) method findOrNew (line 196) | public function findOrNew($id, $columns = ['*']) method firstOrNew (line 214) | public function firstOrNew(array $attributes = [], array $values = []) method firstOrCreate (line 232) | public function firstOrCreate(array $attributes = [], array $values = []) method updateOrCreate (line 248) | public function updateOrCreate(array $attributes, array $values = []) method save (line 263) | public function save(Model $model) method saveMany (line 276) | public function saveMany($models) method create (line 291) | public function create(array $attributes = []) method forceCreate (line 306) | public function forceCreate(array $attributes = []) method createMany (line 319) | public function createMany(iterable $records) method setForeignAttributesForCreate (line 336) | protected function setForeignAttributesForCreate(Model $model) method getRelationExistenceQuery (line 349) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 366) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method getExistenceCompareKey (line 382) | public function getExistenceCompareKey() method getParentKey (line 392) | public function getParentKey() method getQualifiedParentKeyName (line 402) | public function getQualifiedParentKeyName() method getForeignKeyName (line 412) | public function getForeignKeyName() method getQualifiedForeignKeyName (line 424) | public function getQualifiedForeignKeyName() method getLocalKeyName (line 434) | public function getLocalKeyName() FILE: server/vendor/illuminate/database/Eloquent/Relations/HasOneThrough.php class HasOneThrough (line 10) | class HasOneThrough extends HasManyThrough method getResults (line 19) | public function getResults() method initRelation (line 31) | public function initRelation(array $models, $relation) method match (line 48) | public function match(array $models, Collection $results, $relation) method newRelatedInstanceFor (line 73) | public function newRelatedInstanceFor(Model $parent) FILE: server/vendor/illuminate/database/Eloquent/Relations/MorphMany.php class MorphMany (line 7) | class MorphMany extends MorphOneOrMany method getResults (line 14) | public function getResults() method initRelation (line 28) | public function initRelation(array $models, $relation) method match (line 45) | public function match(array $models, Collection $results, $relation) method forceCreate (line 56) | public function forceCreate(array $attributes = []) FILE: server/vendor/illuminate/database/Eloquent/Relations/MorphOne.php class MorphOne (line 14) | class MorphOne extends MorphOneOrMany implements SupportsPartialRelations method getResults (line 23) | public function getResults() method initRelation (line 39) | public function initRelation(array $models, $relation) method match (line 56) | public function match(array $models, Collection $results, $relation) method getRelationExistenceQuery (line 69) | public function getRelationExistenceQuery(Builder $query, Builder $par... method addOneOfManySubQueryConstraints (line 86) | public function addOneOfManySubQueryConstraints(Builder $query, $colum... method getOneOfManySubQuerySelectColumns (line 96) | public function getOneOfManySubQuerySelectColumns() method addOneOfManyJoinSubQueryConstraints (line 107) | public function addOneOfManyJoinSubQueryConstraints(JoinClause $join) method newRelatedInstanceFor (line 120) | public function newRelatedInstanceFor(Model $parent) method getRelatedKeyFrom (line 133) | protected function getRelatedKeyFrom(Model $model) FILE: server/vendor/illuminate/database/Eloquent/Relations/MorphOneOrMany.php class MorphOneOrMany (line 8) | abstract class MorphOneOrMany extends HasOneOrMany method __construct (line 34) | public function __construct(Builder $query, Model $parent, $type, $id,... method addConstraints (line 48) | public function addConstraints() method addEagerConstraints (line 63) | public function addEagerConstraints(array $models) method setForeignAttributesForCreate (line 76) | protected function setForeignAttributesForCreate(Model $model) method getRelationExistenceQuery (line 91) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getQualifiedMorphType (line 103) | public function getQualifiedMorphType() method getMorphType (line 113) | public function getMorphType() method getMorphClass (line 123) | public function getMorphClass() FILE: server/vendor/illuminate/database/Eloquent/Relations/MorphPivot.php class MorphPivot (line 7) | class MorphPivot extends Pivot method setKeysForSaveQuery (line 33) | protected function setKeysForSaveQuery($query) method setKeysForSelectQuery (line 46) | protected function setKeysForSelectQuery($query) method delete (line 58) | public function delete() method getMorphType (line 82) | public function getMorphType() method setMorphType (line 93) | public function setMorphType($morphType) method setMorphClass (line 106) | public function setMorphClass($morphClass) method getQueueableId (line 118) | public function getQueueableId() method newQueryForRestoration (line 138) | public function newQueryForRestoration($ids) method newQueryForCollectionRestoration (line 162) | protected function newQueryForCollectionRestoration(array $ids) FILE: server/vendor/illuminate/database/Eloquent/Relations/MorphTo.php class MorphTo (line 11) | class MorphTo extends BelongsTo method __construct (line 75) | public function __construct(Builder $query, Model $parent, $foreignKey... method addEagerConstraints (line 88) | public function addEagerConstraints(array $models) method buildDictionary (line 99) | protected function buildDictionary(Collection $models) method getEager (line 118) | public function getEager() method getResultsByType (line 133) | protected function getResultsByType($type) method gatherKeysByType (line 167) | protected function gatherKeysByType($type, $keyType) method createModelByType (line 182) | public function createModelByType($type) method match (line 201) | public function match(array $models, Collection $results, $relation) method matchToMorphParents (line 213) | protected function matchToMorphParents($type, Collection $results) method associate (line 232) | public function associate($model) method dissociate (line 256) | public function dissociate() method touch (line 270) | public function touch() method newRelatedInstanceFor (line 283) | protected function newRelatedInstanceFor(Model $parent) method getMorphType (line 293) | public function getMorphType() method getDictionary (line 303) | public function getDictionary() method morphWith (line 314) | public function morphWith(array $with) method morphWithCount (line 329) | public function morphWithCount(array $withCount) method constrain (line 344) | public function constrain(array $callbacks) method replayMacros (line 359) | protected function replayMacros(Builder $query) method __call (line 375) | public function __call($method, $parameters) FILE: server/vendor/illuminate/database/Eloquent/Relations/MorphToMany.php class MorphToMany (line 9) | class MorphToMany extends BelongsToMany method __construct (line 49) | public function __construct(Builder $query, Model $parent, $name, $tab... method addWhereConstraints (line 67) | protected function addWhereConstraints() method addEagerConstraints (line 82) | public function addEagerConstraints(array $models) method baseAttachRecord (line 96) | protected function baseAttachRecord($id, $timed) method getRelationExistenceQuery (line 111) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getCurrentlyAttachedPivots (line 123) | protected function getCurrentlyAttachedPivots() method newPivotQuery (line 138) | public function newPivotQuery() method newPivot (line 150) | public function newPivot(array $attributes = [], $exists = false) method aliasedPivotColumns (line 171) | protected function aliasedPivotColumns() method getMorphType (line 185) | public function getMorphType() method getMorphClass (line 195) | public function getMorphClass() method getInverse (line 205) | public function getInverse() FILE: server/vendor/illuminate/database/Eloquent/Relations/Pivot.php class Pivot (line 8) | class Pivot extends Model FILE: server/vendor/illuminate/database/Eloquent/Relations/Relation.php class Relation (line 19) | abstract class Relation method __construct (line 81) | public function __construct(Builder $query, Model $parent) method noConstraints (line 96) | public static function noConstraints(Closure $callback) method addConstraints (line 117) | abstract public function addConstraints(); method addEagerConstraints (line 125) | abstract public function addEagerConstraints(array $models); method initRelation (line 134) | abstract public function initRelation(array $models, $relation); method match (line 144) | abstract public function match(array $models, Collection $results, $re... method getResults (line 151) | abstract public function getResults(); method getEager (line 158) | public function getEager() method sole (line 172) | public function sole($columns = ['*']) method get (line 193) | public function get($columns = ['*']) method touch (line 203) | public function touch() method rawUpdate (line 220) | public function rawUpdate(array $attributes = []) method getRelationExistenceCountQuery (line 232) | public function getRelationExistenceCountQuery(Builder $query, Builder... method getRelationExistenceQuery (line 249) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationCountHash (line 262) | public function getRelationCountHash($incrementJoinCount = true) method getKeys (line 274) | protected function getKeys(array $models, $key = null) method getRelationQuery (line 286) | protected function getRelationQuery() method getQuery (line 296) | public function getQuery() method getBaseQuery (line 306) | public function getBaseQuery() method getParent (line 316) | public function getParent() method getQualifiedParentKeyName (line 326) | public function getQualifiedParentKeyName() method getRelated (line 336) | public function getRelated() method createdAt (line 346) | public function createdAt() method updatedAt (line 356) | public function updatedAt() method relatedUpdatedAt (line 366) | public function relatedUpdatedAt() method whereInMethod (line 378) | protected function whereInMethod(Model $model, $key) method requireMorphMap (line 392) | public static function requireMorphMap($requireMorphMap = true) method requiresMorphMap (line 402) | public static function requiresMorphMap() method enforceMorphMap (line 414) | public static function enforceMorphMap(array $map, $merge = true) method morphMap (line 428) | public static function morphMap(array $map = null, $merge = true) method buildMorphMapFromModels (line 446) | protected static function buildMorphMapFromModels(array $models = null) method getMorphedModel (line 463) | public static function getMorphedModel($alias) method __call (line 475) | public function __call($method, $parameters) method __clone (line 489) | public function __clone() FILE: server/vendor/illuminate/database/Eloquent/Scope.php type Scope (line 5) | interface Scope method apply (line 14) | public function apply(Builder $builder, Model $model); FILE: server/vendor/illuminate/database/Eloquent/SoftDeletes.php type SoftDeletes (line 10) | trait SoftDeletes method bootSoftDeletes (line 24) | public static function bootSoftDeletes() method initializeSoftDeletes (line 34) | public function initializeSoftDeletes() method forceDelete (line 46) | public function forceDelete() method performDeleteOnModel (line 64) | protected function performDeleteOnModel() method runSoftDelete (line 80) | protected function runSoftDelete() method restore (line 108) | public function restore() method trashed (line 136) | public function trashed() method softDeleted (line 147) | public static function softDeleted($callback) method restoring (line 158) | public static function restoring($callback) method restored (line 169) | public static function restored($callback) method forceDeleted (line 180) | public static function forceDeleted($callback) method isForceDeleting (line 190) | public function isForceDeleting() method getDeletedAtColumn (line 200) | public function getDeletedAtColumn() method getQualifiedDeletedAtColumn (line 210) | public function getQualifiedDeletedAtColumn() FILE: server/vendor/illuminate/database/Eloquent/SoftDeletingScope.php class SoftDeletingScope (line 5) | class SoftDeletingScope implements Scope method apply (line 21) | public function apply(Builder $builder, Model $model) method extend (line 32) | public function extend(Builder $builder) method getDeletedAtColumn (line 53) | protected function getDeletedAtColumn(Builder $builder) method addRestore (line 68) | protected function addRestore(Builder $builder) method addWithTrashed (line 83) | protected function addWithTrashed(Builder $builder) method addWithoutTrashed (line 100) | protected function addWithoutTrashed(Builder $builder) method addOnlyTrashed (line 119) | protected function addOnlyTrashed(Builder $builder) FILE: server/vendor/illuminate/database/Events/ConnectionEvent.php class ConnectionEvent (line 5) | abstract class ConnectionEvent method __construct (line 27) | public function __construct($connection) FILE: server/vendor/illuminate/database/Events/DatabaseRefreshed.php class DatabaseRefreshed (line 7) | class DatabaseRefreshed implements MigrationEventContract FILE: server/vendor/illuminate/database/Events/MigrationEnded.php class MigrationEnded (line 5) | class MigrationEnded extends MigrationEvent FILE: server/vendor/illuminate/database/Events/MigrationEvent.php class MigrationEvent (line 8) | abstract class MigrationEvent implements MigrationEventContract method __construct (line 31) | public function __construct(Migration $migration, $method) FILE: server/vendor/illuminate/database/Events/MigrationStarted.php class MigrationStarted (line 5) | class MigrationStarted extends MigrationEvent FILE: server/vendor/illuminate/database/Events/MigrationsEnded.php class MigrationsEnded (line 5) | class MigrationsEnded extends MigrationsEvent FILE: server/vendor/illuminate/database/Events/MigrationsEvent.php class MigrationsEvent (line 7) | abstract class MigrationsEvent implements MigrationEventContract method __construct (line 22) | public function __construct($method) FILE: server/vendor/illuminate/database/Events/MigrationsStarted.php class MigrationsStarted (line 5) | class MigrationsStarted extends MigrationsEvent FILE: server/vendor/illuminate/database/Events/ModelsPruned.php class ModelsPruned (line 5) | class ModelsPruned method __construct (line 28) | public function __construct($model, $count) FILE: server/vendor/illuminate/database/Events/NoPendingMigrations.php class NoPendingMigrations (line 5) | class NoPendingMigrations method __construct (line 20) | public function __construct($method) FILE: server/vendor/illuminate/database/Events/QueryExecuted.php class QueryExecuted (line 5) | class QueryExecuted method __construct (line 51) | public function __construct($sql, $bindings, $time, $connection) FILE: server/vendor/illuminate/database/Events/SchemaDumped.php class SchemaDumped (line 5) | class SchemaDumped method __construct (line 35) | public function __construct($connection, $path) FILE: server/vendor/illuminate/database/Events/SchemaLoaded.php class SchemaLoaded (line 5) | class SchemaLoaded method __construct (line 35) | public function __construct($connection, $path) FILE: server/vendor/illuminate/database/Events/StatementPrepared.php class StatementPrepared (line 5) | class StatementPrepared method __construct (line 28) | public function __construct($connection, $statement) FILE: server/vendor/illuminate/database/Events/TransactionBeginning.php class TransactionBeginning (line 5) | class TransactionBeginning extends ConnectionEvent FILE: server/vendor/illuminate/database/Events/TransactionCommitted.php class TransactionCommitted (line 5) | class TransactionCommitted extends ConnectionEvent FILE: server/vendor/illuminate/database/Events/TransactionRolledBack.php class TransactionRolledBack (line 5) | class TransactionRolledBack extends ConnectionEvent FILE: server/vendor/illuminate/database/Grammar.php class Grammar (line 8) | abstract class Grammar method wrapArray (line 25) | public function wrapArray(array $values) method wrapTable (line 36) | public function wrapTable($table) method wrap (line 52) | public function wrap($value, $prefixAlias = false) method wrapAliasedValue (line 75) | protected function wrapAliasedValue($value, $prefixAlias = false) method wrapSegments (line 95) | protected function wrapSegments($segments) method wrapValue (line 110) | protected function wrapValue($value) method columnize (line 125) | public function columnize(array $columns) method parameterize (line 136) | public function parameterize(array $values) method parameter (line 147) | public function parameter($value) method quoteString (line 158) | public function quoteString($value) method isExpression (line 173) | public function isExpression($value) method getValue (line 184) | public function getValue($expression) method getDateFormat (line 194) | public function getDateFormat() method getTablePrefix (line 204) | public function getTablePrefix() method setTablePrefix (line 215) | public function setTablePrefix($prefix) FILE: server/vendor/illuminate/database/LazyLoadingViolationException.php class LazyLoadingViolationException (line 7) | class LazyLoadingViolationException extends RuntimeException method __construct (line 30) | public function __construct($model, $relation) FILE: server/vendor/illuminate/database/MigrationServiceProvider.php class MigrationServiceProvider (line 20) | class MigrationServiceProvider extends ServiceProvider implements Deferr... method register (line 43) | public function register() method registerRepository (line 59) | protected function registerRepository() method registerMigrator (line 73) | protected function registerMigrator() method registerCreator (line 90) | protected function registerCreator() method registerCommands (line 103) | protected function registerCommands(array $commands) method registerMigrateCommand (line 117) | protected function registerMigrateCommand() method registerMigrateFreshCommand (line 129) | protected function registerMigrateFreshCommand() method registerMigrateInstallCommand (line 141) | protected function registerMigrateInstallCommand() method registerMigrateMakeCommand (line 153) | protected function registerMigrateMakeCommand() method registerMigrateRefreshCommand (line 172) | protected function registerMigrateRefreshCommand() method registerMigrateResetCommand (line 184) | protected function registerMigrateResetCommand() method registerMigrateRollbackCommand (line 196) | protected function registerMigrateRollbackCommand() method registerMigrateStatusCommand (line 208) | protected function registerMigrateStatusCommand() method provides (line 220) | public function provides() FILE: server/vendor/illuminate/database/Migrations/DatabaseMigrationRepository.php class DatabaseMigrationRepository (line 7) | class DatabaseMigrationRepository implements MigrationRepositoryInterface method __construct (line 37) | public function __construct(Resolver $resolver, $table) method getRan (line 48) | public function getRan() method getMigrations (line 62) | public function getMigrations($steps) method getLast (line 76) | public function getLast() method getMigrationBatches (line 88) | public function getMigrationBatches() method log (line 103) | public function log($file, $batch) method delete (line 116) | public function delete($migration) method getNextBatchNumber (line 126) | public function getNextBatchNumber() method getLastBatchNumber (line 136) | public function getLastBatchNumber() method createRepository (line 146) | public function createRepository() method repositoryExists (line 165) | public function repositoryExists() method deleteRepository (line 177) | public function deleteRepository() method table (line 189) | protected function table() method getConnectionResolver (line 199) | public function getConnectionResolver() method getConnection (line 209) | public function getConnection() method setSource (line 220) | public function setSource($name) FILE: server/vendor/illuminate/database/Migrations/Migration.php class Migration (line 5) | abstract class Migration method getConnection (line 26) | public function getConnection() FILE: server/vendor/illuminate/database/Migrations/MigrationCreator.php class MigrationCreator (line 10) | class MigrationCreator method __construct (line 40) | public function __construct(Filesystem $files, $customStubPath) method create (line 57) | public function create($name, $path, $table = null, $create = false) method ensureMigrationDoesntAlreadyExist (line 91) | protected function ensureMigrationDoesntAlreadyExist($name, $migration... method getStub (line 113) | protected function getStub($table, $create) method populateStub (line 140) | protected function populateStub($name, $stub, $table) method getClassName (line 166) | protected function getClassName($name) method getPath (line 178) | protected function getPath($name, $path) method firePostCreateHooks (line 189) | protected function firePostCreateHooks($table) method afterCreate (line 202) | public function afterCreate(Closure $callback) method getDatePrefix (line 212) | protected function getDatePrefix() method stubPath (line 222) | public function stubPath() method getFilesystem (line 232) | public function getFilesystem() FILE: server/vendor/illuminate/database/Migrations/MigrationRepositoryInterface.php type MigrationRepositoryInterface (line 5) | interface MigrationRepositoryInterface method getRan (line 12) | public function getRan(); method getMigrations (line 20) | public function getMigrations($steps); method getLast (line 27) | public function getLast(); method getMigrationBatches (line 34) | public function getMigrationBatches(); method log (line 43) | public function log($file, $batch); method delete (line 51) | public function delete($migration); method getNextBatchNumber (line 58) | public function getNextBatchNumber(); method createRepository (line 65) | public function createRepository(); method repositoryExists (line 72) | public function repositoryExists(); method deleteRepository (line 79) | public function deleteRepository(); method setSource (line 87) | public function setSource($name); FILE: server/vendor/illuminate/database/Migrations/Migrator.php class Migrator (line 20) | class Migrator method __construct (line 80) | public function __construct(MigrationRepositoryInterface $repository, method run (line 98) | public function run($paths = [], array $options = []) method pendingMigrations (line 124) | protected function pendingMigrations($files, $ran) method runPending (line 139) | public function runPending(array $migrations, array $options = []) method runUp (line 185) | protected function runUp($file, $batch, $pretend) method rollback (line 221) | public function rollback($paths = [], array $options = []) method getMigrationsForRollback (line 245) | protected function getMigrationsForRollback(array $options) method rollbackMigrations (line 262) | protected function rollbackMigrations(array $migrations, $paths, array... method reset (line 302) | public function reset($paths = [], $pretend = false) method resetMigrations (line 326) | protected function resetMigrations(array $migrations, array $paths, $p... method runDown (line 348) | protected function runDown($file, $migration, $pretend) method runMigration (line 384) | protected function runMigration($migration, $method) method pretendToRun (line 413) | protected function pretendToRun($migration, $method) method getQueries (line 441) | protected function getQueries($migration, $method) method runMethod (line 465) | protected function runMethod($connection, $migration, $method) method resolve (line 484) | public function resolve($file) method resolvePath (line 497) | protected function resolvePath(string $path) method getMigrationClass (line 516) | protected function getMigrationClass(string $migrationName): string method getMigrationFiles (line 527) | public function getMigrationFiles($paths) method requireFiles (line 544) | public function requireFiles(array $files) method getMigrationName (line 557) | public function getMigrationName($path) method path (line 568) | public function path($path) method paths (line 578) | public function paths() method getConnection (line 588) | public function getConnection() method usingConnection (line 600) | public function usingConnection($name, callable $callback) method setConnection (line 617) | public function setConnection($name) method resolveConnection (line 634) | public function resolveConnection($connection) method getSchemaGrammar (line 645) | protected function getSchemaGrammar($connection) method getRepository (line 661) | public function getRepository() method repositoryExists (line 671) | public function repositoryExists() method hasRunAnyMigrations (line 681) | public function hasRunAnyMigrations() method deleteRepository (line 691) | public function deleteRepository() method getFilesystem (line 701) | public function getFilesystem() method setOutput (line 712) | public function setOutput(OutputInterface $output) method note (line 725) | protected function note($message) method fireMigrationEvent (line 738) | public function fireMigrationEvent($event) FILE: server/vendor/illuminate/database/MultipleRecordsFoundException.php class MultipleRecordsFoundException (line 7) | class MultipleRecordsFoundException extends RuntimeException FILE: server/vendor/illuminate/database/MySqlConnection.php class MySqlConnection (line 16) | class MySqlConnection extends Connection method isMaria (line 23) | public function isMaria() method getDefaultQueryGrammar (line 33) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 43) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 57) | protected function getDefaultSchemaGrammar() method getSchemaState (line 69) | public function getSchemaState(Filesystem $files = null, callable $pro... method getDefaultPostProcessor (line 79) | protected function getDefaultPostProcessor() method getDoctrineDriver (line 89) | protected function getDoctrineDriver() FILE: server/vendor/illuminate/database/PDO/Concerns/ConnectsToDatabase.php type ConnectsToDatabase (line 9) | trait ConnectsToDatabase method connect (line 19) | public function connect(array $params) FILE: server/vendor/illuminate/database/PDO/Connection.php class Connection (line 16) | class Connection implements ServerInfoAwareConnection method __construct (line 31) | public function __construct(PDO $connection) method exec (line 42) | public function exec(string $statement): int method prepare (line 61) | public function prepare(string $sql): StatementInterface method query (line 78) | public function query(string $sql): ResultInterface method lastInsertId (line 97) | public function lastInsertId($name = null) method createStatement (line 116) | protected function createStatement(PDOStatement $stmt): Statement method beginTransaction (line 126) | public function beginTransaction() method commit (line 136) | public function commit() method rollBack (line 146) | public function rollBack() method quote (line 158) | public function quote($input, $type = ParameterType::STRING) method getServerVersion (line 168) | public function getServerVersion() method getWrappedConnection (line 178) | public function getWrappedConnection(): PDO FILE: server/vendor/illuminate/database/PDO/MySqlDriver.php class MySqlDriver (line 8) | class MySqlDriver extends AbstractMySQLDriver FILE: server/vendor/illuminate/database/PDO/PostgresDriver.php class PostgresDriver (line 8) | class PostgresDriver extends AbstractPostgreSQLDriver FILE: server/vendor/illuminate/database/PDO/SQLiteDriver.php class SQLiteDriver (line 8) | class SQLiteDriver extends AbstractSQLiteDriver FILE: server/vendor/illuminate/database/PDO/SqlServerConnection.php class SqlServerConnection (line 12) | class SqlServerConnection implements ServerInfoAwareConnection method __construct (line 27) | public function __construct(Connection $connection) method prepare (line 38) | public function prepare(string $sql): StatementInterface method query (line 51) | public function query(string $sql): Result method exec (line 62) | public function exec(string $statement): int method lastInsertId (line 73) | public function lastInsertId($name = null) method beginTransaction (line 89) | public function beginTransaction() method commit (line 99) | public function commit() method rollBack (line 109) | public function rollBack() method quote (line 121) | public function quote($value, $type = ParameterType::STRING) method getServerVersion (line 138) | public function getServerVersion() method getWrappedConnection (line 148) | public function getWrappedConnection(): PDO FILE: server/vendor/illuminate/database/PDO/SqlServerDriver.php class SqlServerDriver (line 7) | class SqlServerDriver extends AbstractSQLServerDriver method connect (line 12) | public function connect(array $params) FILE: server/vendor/illuminate/database/PostgresConnection.php class PostgresConnection (line 16) | class PostgresConnection extends Connection method bindValues (line 25) | public function bindValues($statement, $bindings) method getDefaultQueryGrammar (line 49) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 59) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 73) | protected function getDefaultSchemaGrammar() method getSchemaState (line 85) | public function getSchemaState(Filesystem $files = null, callable $pro... method getDefaultPostProcessor (line 95) | protected function getDefaultPostProcessor() method getDoctrineDriver (line 105) | protected function getDoctrineDriver() FILE: server/vendor/illuminate/database/Query/Builder.php class Builder (line 27) | class Builder method __construct (line 230) | public function __construct(ConnectionInterface $connection, method select (line 245) | public function select($columns = ['*']) method selectSub (line 271) | public function selectSub($query, $as) method selectRaw (line 287) | public function selectRaw($expression, array $bindings = []) method fromSub (line 307) | public function fromSub($query, $as) method fromRaw (line 321) | public function fromRaw($expression, $bindings = []) method createSub (line 336) | protected function createSub($query) method parseSub (line 358) | protected function parseSub($query) method prependDatabaseNameIfCrossDatabaseQuery (line 379) | protected function prependDatabaseNameIfCrossDatabaseQuery($query) method addSelect (line 399) | public function addSelect($column) method distinct (line 424) | public function distinct() method from (line 444) | public function from($table, $as = null) method join (line 466) | public function join($table, $first, $operator = null, $second = null,... method joinWhere (line 505) | public function joinWhere($table, $first, $operator, $second, $type = ... method joinSub (line 524) | public function joinSub($query, $as, $first, $operator = null, $second... method leftJoin (line 544) | public function leftJoin($table, $first, $operator = null, $second = n... method leftJoinWhere (line 558) | public function leftJoinWhere($table, $first, $operator, $second) method leftJoinSub (line 573) | public function leftJoinSub($query, $as, $first, $operator = null, $se... method rightJoin (line 587) | public function rightJoin($table, $first, $operator = null, $second = ... method rightJoinWhere (line 601) | public function rightJoinWhere($table, $first, $operator, $second) method rightJoinSub (line 616) | public function rightJoinSub($query, $as, $first, $operator = null, $s... method crossJoin (line 630) | public function crossJoin($table, $first = null, $operator = null, $se... method crossJoinSub (line 648) | public function crossJoinSub($query, $as) method newJoinClause (line 669) | protected function newJoinClause(self $parentQuery, $type, $table) method mergeWheres (line 681) | public function mergeWheres($wheres, $bindings) method where (line 699) | public function where($column, $operator = null, $value = null, $boole... method addArrayOfWheres (line 792) | protected function addArrayOfWheres($column, $boolean, $method = 'where') method prepareValueAndOperator (line 815) | public function prepareValueAndOperator($value, $operator, $useDefault... method invalidOperatorAndValue (line 835) | protected function invalidOperatorAndValue($operator, $value) method invalidOperator (line 847) | protected function invalidOperator($operator) method isBitwiseOperator (line 859) | protected function isBitwiseOperator($operator) method orWhere (line 873) | public function orWhere($column, $operator = null, $value = null) method whereColumn (line 891) | public function whereColumn($first, $operator = null, $second = null, ... method orWhereColumn (line 927) | public function orWhereColumn($first, $operator = null, $second = null) method whereRaw (line 940) | public function whereRaw($sql, $bindings = [], $boolean = 'and') method orWhereRaw (line 956) | public function orWhereRaw($sql, $bindings = []) method whereIn (line 970) | public function whereIn($column, $values, $boolean = 'and', $not = false) method orWhereIn (line 1009) | public function orWhereIn($column, $values) method whereNotIn (line 1022) | public function whereNotIn($column, $values, $boolean = 'and') method orWhereNotIn (line 1034) | public function orWhereNotIn($column, $values) method whereIntegerInRaw (line 1048) | public function whereIntegerInRaw($column, $values, $boolean = 'and', ... method orWhereIntegerInRaw (line 1072) | public function orWhereIntegerInRaw($column, $values) method whereIntegerNotInRaw (line 1085) | public function whereIntegerNotInRaw($column, $values, $boolean = 'and') method orWhereIntegerNotInRaw (line 1097) | public function orWhereIntegerNotInRaw($column, $values) method whereNull (line 1110) | public function whereNull($columns, $boolean = 'and', $not = false) method orWhereNull (line 1127) | public function orWhereNull($column) method whereNotNull (line 1139) | public function whereNotNull($columns, $boolean = 'and') method whereBetween (line 1153) | public function whereBetween($column, array $values, $boolean = 'and',... method whereBetweenColumns (line 1173) | public function whereBetweenColumns($column, array $values, $boolean =... method orWhereBetween (line 1189) | public function orWhereBetween($column, array $values) method orWhereBetweenColumns (line 1201) | public function orWhereBetweenColumns($column, array $values) method whereNotBetween (line 1214) | public function whereNotBetween($column, array $values, $boolean = 'and') method whereNotBetweenColumns (line 1227) | public function whereNotBetweenColumns($column, array $values, $boolea... method orWhereNotBetween (line 1239) | public function orWhereNotBetween($column, array $values) method orWhereNotBetweenColumns (line 1251) | public function orWhereNotBetweenColumns($column, array $values) method orWhereNotNull (line 1262) | public function orWhereNotNull($column) method whereDate (line 1276) | public function whereDate($column, $operator, $value = null, $boolean ... method orWhereDate (line 1299) | public function orWhereDate($column, $operator, $value = null) method whereTime (line 1317) | public function whereTime($column, $operator, $value = null, $boolean ... method orWhereTime (line 1340) | public function orWhereTime($column, $operator, $value = null) method whereDay (line 1358) | public function whereDay($column, $operator, $value = null, $boolean =... method orWhereDay (line 1385) | public function orWhereDay($column, $operator, $value = null) method whereMonth (line 1403) | public function whereMonth($column, $operator, $value = null, $boolean... method orWhereMonth (line 1430) | public function orWhereMonth($column, $operator, $value = null) method whereYear (line 1448) | public function whereYear($column, $operator, $value = null, $boolean ... method orWhereYear (line 1471) | public function orWhereYear($column, $operator, $value = null) method addDateBasedWhere (line 1490) | protected function addDateBasedWhere($type, $column, $operator, $value... method whereNested (line 1508) | public function whereNested(Closure $callback, $boolean = 'and') method forNestedWhere (line 1520) | public function forNestedWhere() method addNestedWhereQuery (line 1532) | public function addNestedWhereQuery($query, $boolean = 'and') method whereSub (line 1554) | protected function whereSub($column, $operator, Closure $callback, $bo... method whereExists (line 1580) | public function whereExists(Closure $callback, $boolean = 'and', $not ... method orWhereExists (line 1599) | public function orWhereExists(Closure $callback, $not = false) method whereNotExists (line 1611) | public function whereNotExists(Closure $callback, $boolean = 'and') method orWhereNotExists (line 1622) | public function orWhereNotExists(Closure $callback) method addWhereExistsQuery (line 1635) | public function addWhereExistsQuery(self $query, $boolean = 'and', $no... method whereRowValues (line 1657) | public function whereRowValues($columns, $operator, $values, $boolean ... method orWhereRowValues (line 1680) | public function orWhereRowValues($columns, $operator, $values) method whereJsonContains (line 1694) | public function whereJsonContains($column, $value, $boolean = 'and', $... method orWhereJsonContains (line 1714) | public function orWhereJsonContains($column, $value) method whereJsonDoesntContain (line 1727) | public function whereJsonDoesntContain($column, $value, $boolean = 'and') method orWhereJsonDoesntContain (line 1739) | public function orWhereJsonDoesntContain($column, $value) method whereJsonLength (line 1753) | public function whereJsonLength($column, $operator, $value = null, $bo... method orWhereJsonLength (line 1778) | public function orWhereJsonLength($column, $operator, $value = null) method dynamicWhere (line 1794) | public function dynamicWhere($method, $parameters) method addDynamic (line 1839) | protected function addDynamic($segment, $connector, $parameters, $index) method whereFullText (line 1857) | public function whereFullText($columns, $value, array $options = [], $... method orWhereFullText (line 1877) | public function orWhereFullText($columns, $value, array $options = []) method groupBy (line 1888) | public function groupBy(...$groups) method groupByRaw (line 1907) | public function groupByRaw($sql, array $bindings = []) method having (line 1925) | public function having($column, $operator = null, $value = null, $bool... method orHaving (line 1964) | public function orHaving($column, $operator = null, $value = null) method havingBetween (line 1982) | public function havingBetween($column, array $values, $boolean = 'and'... method havingRaw (line 2001) | public function havingRaw($sql, array $bindings = [], $boolean = 'and') method orHavingRaw (line 2019) | public function orHavingRaw($sql, array $bindings = []) method orderBy (line 2033) | public function orderBy($column, $direction = 'asc') method orderByDesc (line 2063) | public function orderByDesc($column) method latest (line 2074) | public function latest($column = 'created_at') method oldest (line 2085) | public function oldest($column = 'created_at') method inRandomOrder (line 2096) | public function inRandomOrder($seed = '') method orderByRaw (line 2108) | public function orderByRaw($sql, $bindings = []) method skip (line 2125) | public function skip($value) method offset (line 2136) | public function offset($value) method take (line 2151) | public function take($value) method limit (line 2162) | public function limit($value) method forPage (line 2180) | public function forPage($page, $perPage = 15) method forPageBeforeId (line 2193) | public function forPageBeforeId($perPage = 15, $lastId = 0, $column = ... method forPageAfterId (line 2213) | public function forPageAfterId($perPage = 15, $lastId = 0, $column = '... method reorder (line 2232) | public function reorder($column = null, $direction = 'asc') method removeExistingOrdersFor (line 2252) | protected function removeExistingOrdersFor($column) method union (line 2268) | public function union($query, $all = false) method unionAll (line 2287) | public function unionAll($query) method lock (line 2298) | public function lock($value = true) method lockForUpdate (line 2314) | public function lockForUpdate() method sharedLock (line 2324) | public function sharedLock() method beforeQuery (line 2335) | public function beforeQuery(callable $callback) method applyBeforeQueryCallbacks (line 2347) | public function applyBeforeQueryCallbacks() method toSql (line 2361) | public function toSql() method find (line 2375) | public function find($id, $columns = ['*']) method value (line 2386) | public function value($column) method get (line 2399) | public function get($columns = ['*']) method runSelect (line 2411) | protected function runSelect() method paginate (line 2427) | public function paginate($perPage = 15, $columns = ['*'], $pageName = ... method simplePaginate (line 2452) | public function simplePaginate($perPage = 15, $columns = ['*'], $pageN... method cursorPaginate (line 2475) | public function cursorPaginate($perPage = 15, $columns = ['*'], $curso... method ensureOrderForCursorPagination (line 2486) | protected function ensureOrderForCursorPagination($shouldReverse = false) method getCountForPagination (line 2507) | public function getCountForPagination($columns = ['*']) method runPaginationCountQuery (line 2529) | protected function runPaginationCountQuery($columns = ['*']) method cloneForPaginationCount (line 2558) | protected function cloneForPaginationCount() method withoutSelectAliases (line 2570) | protected function withoutSelectAliases(array $columns) method cursor (line 2583) | public function cursor() method enforceOrderBy (line 2603) | protected function enforceOrderBy() method pluck (line 2617) | public function pluck($column, $key = null) method stripTableForPluck (line 2653) | protected function stripTableForPluck($column) method pluckFromObjectColumn (line 2672) | protected function pluckFromObjectColumn($queryResult, $column, $key) method pluckFromArrayColumn (line 2697) | protected function pluckFromArrayColumn($queryResult, $column, $key) method implode (line 2721) | public function implode($column, $glue = '') method exists (line 2731) | public function exists() method doesntExist (line 2756) | public function doesntExist() method existsOr (line 2767) | public function existsOr(Closure $callback) method doesntExistOr (line 2778) | public function doesntExistOr(Closure $callback) method count (line 2789) | public function count($columns = '*') method min (line 2800) | public function min($column) method max (line 2811) | public function max($column) method sum (line 2822) | public function sum($column) method avg (line 2835) | public function avg($column) method average (line 2846) | public function average($column) method aggregate (line 2858) | public function aggregate($function, $columns = ['*']) method numericAggregate (line 2877) | public function numericAggregate($function, $columns = ['*']) method setAggregate (line 2906) | protected function setAggregate($function, $columns) method onceWithColumns (line 2928) | protected function onceWithColumns($columns, $callback) method insert (line 2949) | public function insert(array $values) method insertOrIgnore (line 2990) | public function insertOrIgnore(array $values) method insertGetId (line 3020) | public function insertGetId(array $values, $sequence = null) method insertUsing (line 3038) | public function insertUsing(array $columns, $query) method update (line 3056) | public function update(array $values) method updateFrom (line 3073) | public function updateFrom(array $values) method updateOrInsert (line 3095) | public function updateOrInsert(array $attributes, array $values = []) method upsert (line 3116) | public function upsert(array $values, $uniqueBy, $update = null) method increment (line 3163) | public function increment($column, $amount = 1, array $extra = []) method decrement (line 3186) | public function decrement($column, $amount = 1, array $extra = []) method delete (line 3205) | public function delete($id = null) method truncate (line 3228) | public function truncate() method newQuery (line 3242) | public function newQuery() method forSubQuery (line 3252) | protected function forSubQuery() method raw (line 3263) | public function raw($value) method getBindings (line 3273) | public function getBindings() method getRawBindings (line 3283) | public function getRawBindings() method setBindings (line 3297) | public function setBindings(array $bindings, $type = 'where') method addBinding (line 3317) | public function addBinding($value, $type = 'where') method castBinding (line 3341) | public function castBinding($value) method mergeBindings (line 3356) | public function mergeBindings(self $query) method cleanBindings (line 3369) | public function cleanBindings(array $bindings) method flattenValue (line 3386) | protected function flattenValue($value) method defaultKeyName (line 3396) | protected function defaultKeyName() method getConnection (line 3406) | public function getConnection() method getProcessor (line 3416) | public function getProcessor() method getGrammar (line 3426) | public function getGrammar() method useWritePdo (line 3436) | public function useWritePdo() method isQueryable (line 3449) | protected function isQueryable($value) method clone (line 3462) | public function clone() method cloneWithout (line 3473) | public function cloneWithout(array $properties) method cloneWithoutBindings (line 3488) | public function cloneWithoutBindings(array $except) method dump (line 3502) | public function dump() method dd (line 3514) | public function dd() method __call (line 3528) | public function __call($method, $parameters) FILE: server/vendor/illuminate/database/Query/Expression.php class Expression (line 5) | class Expression method __construct (line 20) | public function __construct($value) method getValue (line 30) | public function getValue() method __toString (line 40) | public function __toString() FILE: server/vendor/illuminate/database/Query/Grammars/Grammar.php class Grammar (line 12) | class Grammar extends BaseGrammar method compileSelect (line 53) | public function compileSelect(Builder $query) method compileComponents (line 90) | protected function compileComponents(Builder $query) method compileAggregate (line 112) | protected function compileAggregate(Builder $query, $aggregate) method compileColumns (line 135) | protected function compileColumns(Builder $query, $columns) method compileFrom (line 160) | protected function compileFrom(Builder $query, $table) method compileJoins (line 172) | protected function compileJoins(Builder $query, $joins) method compileWheres (line 191) | public function compileWheres(Builder $query) method compileWheresToArray (line 216) | protected function compileWheresToArray($query) method concatenateWhereClauses (line 230) | protected function concatenateWhereClauses($query, $sql) method whereRaw (line 244) | protected function whereRaw(Builder $query, $where) method whereBasic (line 256) | protected function whereBasic(Builder $query, $where) method whereBitwise (line 272) | protected function whereBitwise(Builder $query, $where) method whereIn (line 284) | protected function whereIn(Builder $query, $where) method whereNotIn (line 300) | protected function whereNotIn(Builder $query, $where) method whereNotInRaw (line 318) | protected function whereNotInRaw(Builder $query, $where) method whereInRaw (line 336) | protected function whereInRaw(Builder $query, $where) method whereNull (line 352) | protected function whereNull(Builder $query, $where) method whereNotNull (line 364) | protected function whereNotNull(Builder $query, $where) method whereBetween (line 376) | protected function whereBetween(Builder $query, $where) method whereBetweenColumns (line 394) | protected function whereBetweenColumns(Builder $query, $where) method whereDate (line 412) | protected function whereDate(Builder $query, $where) method whereTime (line 424) | protected function whereTime(Builder $query, $where) method whereDay (line 436) | protected function whereDay(Builder $query, $where) method whereMonth (line 448) | protected function whereMonth(Builder $query, $where) method whereYear (line 460) | protected function whereYear(Builder $query, $where) method dateBasedWhere (line 473) | protected function dateBasedWhere($type, Builder $query, $where) method whereColumn (line 487) | protected function whereColumn(Builder $query, $where) method whereNested (line 499) | protected function whereNested(Builder $query, $where) method whereSub (line 516) | protected function whereSub(Builder $query, $where) method whereExists (line 530) | protected function whereExists(Builder $query, $where) method whereNotExists (line 542) | protected function whereNotExists(Builder $query, $where) method whereRowValues (line 554) | protected function whereRowValues(Builder $query, $where) method whereJsonBoolean (line 570) | protected function whereJsonBoolean(Builder $query, $where) method whereJsonContains (line 588) | protected function whereJsonContains(Builder $query, $where) method compileJsonContains (line 607) | protected function compileJsonContains($column, $value) method prepareBindingForJsonContains (line 618) | public function prepareBindingForJsonContains($binding) method whereJsonLength (line 630) | protected function whereJsonLength(Builder $query, $where) method compileJsonLength (line 649) | protected function compileJsonLength($column, $operator, $value) method whereFullText (line 661) | public function whereFullText(Builder $query, $where) method compileGroups (line 673) | protected function compileGroups(Builder $query, $groups) method compileHavings (line 685) | protected function compileHavings(Builder $query, $havings) method compileHaving (line 698) | protected function compileHaving(array $having) method compileBasicHaving (line 718) | protected function compileBasicHaving($having) method compileHavingBetween (line 733) | protected function compileHavingBetween($having) method compileOrders (line 753) | protected function compileOrders(Builder $query, $orders) method compileOrdersToArray (line 769) | protected function compileOrdersToArray(Builder $query, $orders) method compileRandom (line 782) | public function compileRandom($seed) method compileLimit (line 794) | protected function compileLimit(Builder $query, $limit) method compileOffset (line 806) | protected function compileOffset(Builder $query, $offset) method compileUnions (line 817) | protected function compileUnions(Builder $query) method compileUnion (line 846) | protected function compileUnion(array $union) method wrapUnion (line 859) | protected function wrapUnion($sql) method compileUnionAggregate (line 870) | protected function compileUnionAggregate(Builder $query) method compileExists (line 885) | public function compileExists(Builder $query) method compileInsert (line 899) | public function compileInsert(Builder $query, array $values) method compileInsertOrIgnore (line 935) | public function compileInsertOrIgnore(Builder $query, array $values) method compileInsertGetId (line 948) | public function compileInsertGetId(Builder $query, $values, $sequence) method compileInsertUsing (line 961) | public function compileInsertUsing(Builder $query, array $columns, str... method compileUpdate (line 973) | public function compileUpdate(Builder $query, array $values) method compileUpdateColumns (line 995) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpdateWithoutJoins (line 1011) | protected function compileUpdateWithoutJoins(Builder $query, $table, $... method compileUpdateWithJoins (line 1025) | protected function compileUpdateWithJoins(Builder $query, $table, $col... method compileUpsert (line 1043) | public function compileUpsert(Builder $query, array $values, array $un... method prepareBindingsForUpdate (line 1055) | public function prepareBindingsForUpdate(array $bindings, array $values) method compileDelete (line 1070) | public function compileDelete(Builder $query) method compileDeleteWithoutJoins (line 1091) | protected function compileDeleteWithoutJoins(Builder $query, $table, $... method compileDeleteWithJoins (line 1104) | protected function compileDeleteWithJoins(Builder $query, $table, $where) method prepareBindingsForDelete (line 1119) | public function prepareBindingsForDelete(array $bindings) method compileTruncate (line 1132) | public function compileTruncate(Builder $query) method compileLock (line 1144) | protected function compileLock(Builder $query, $value) method supportsSavepoints (line 1154) | public function supportsSavepoints() method compileSavepoint (line 1165) | public function compileSavepoint($name) method compileSavepointRollBack (line 1176) | public function compileSavepointRollBack($name) method wrap (line 1188) | public function wrap($value, $prefixAlias = false) method wrapJsonSelector (line 1219) | protected function wrapJsonSelector($value) method wrapJsonBooleanSelector (line 1230) | protected function wrapJsonBooleanSelector($value) method wrapJsonBooleanValue (line 1241) | protected function wrapJsonBooleanValue($value) method wrapJsonFieldAndPath (line 1252) | protected function wrapJsonFieldAndPath($column) method wrapJsonPath (line 1270) | protected function wrapJsonPath($value, $delimiter = '->') method isJsonSelector (line 1283) | protected function isJsonSelector($value) method concatenate (line 1294) | protected function concatenate($segments) method removeLeadingBoolean (line 1307) | protected function removeLeadingBoolean($value) method getOperators (line 1317) | public function getOperators() method getBitwiseOperators (line 1327) | public function getBitwiseOperators() FILE: server/vendor/illuminate/database/Query/Grammars/MySqlGrammar.php class MySqlGrammar (line 8) | class MySqlGrammar extends Grammar method whereNull (line 24) | protected function whereNull(Builder $query, $where) method whereNotNull (line 42) | protected function whereNotNull(Builder $query, $where) method whereFullText (line 60) | public function whereFullText(Builder $query, $where) method compileInsertOrIgnore (line 84) | public function compileInsertOrIgnore(Builder $query, array $values) method compileJsonContains (line 96) | protected function compileJsonContains($column, $value) method compileJsonLength (line 111) | protected function compileJsonLength($column, $operator, $value) method compileRandom (line 124) | public function compileRandom($seed) method compileLock (line 136) | protected function compileLock(Builder $query, $value) method compileInsert (line 152) | public function compileInsert(Builder $query, array $values) method compileUpdateColumns (line 168) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpsert (line 188) | public function compileUpsert(Builder $query, array $values, array $un... method compileJsonUpdateColumn (line 208) | protected function compileJsonUpdateColumn($key, $value) method compileUpdateWithoutJoins (line 232) | protected function compileUpdateWithoutJoins(Builder $query, $table, $... method prepareBindingsForUpdate (line 256) | public function prepareBindingsForUpdate(array $bindings, array $values) method compileDeleteWithoutJoins (line 275) | protected function compileDeleteWithoutJoins(Builder $query, $table, $... method wrapValue (line 299) | protected function wrapValue($value) method wrapJsonSelector (line 310) | protected function wrapJsonSelector($value) method wrapJsonBooleanSelector (line 323) | protected function wrapJsonBooleanSelector($value) FILE: server/vendor/illuminate/database/Query/Grammars/PostgresGrammar.php class PostgresGrammar (line 9) | class PostgresGrammar extends Grammar method whereBasic (line 40) | protected function whereBasic(Builder $query, $where) method whereBitwise (line 61) | protected function whereBitwise(Builder $query, $where) method whereDate (line 77) | protected function whereDate(Builder $query, $where) method whereTime (line 91) | protected function whereTime(Builder $query, $where) method dateBasedWhere (line 106) | protected function dateBasedWhere($type, Builder $query, $where) method whereFullText (line 120) | public function whereFullText(Builder $query, $where) method validFullTextLanguages (line 150) | protected function validFullTextLanguages() method compileColumns (line 185) | protected function compileColumns(Builder $query, $columns) method compileJsonContains (line 212) | protected function compileJsonContains($column, $value) method compileJsonLength (line 227) | protected function compileJsonLength($column, $operator, $value) method compileHaving (line 240) | protected function compileHaving(array $having) method compileHavingBitwise (line 255) | protected function compileHavingBitwise($having) method compileLock (line 271) | protected function compileLock(Builder $query, $value) method compileInsertOrIgnore (line 287) | public function compileInsertOrIgnore(Builder $query, array $values) method compileInsertGetId (line 300) | public function compileInsertGetId(Builder $query, $values, $sequence) method compileUpdate (line 312) | public function compileUpdate(Builder $query, array $values) method compileUpdateColumns (line 328) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpsert (line 350) | public function compileUpsert(Builder $query, array $values, array $un... method compileJsonUpdateColumn (line 372) | protected function compileJsonUpdateColumn($key, $value) method compileUpdateFrom (line 390) | public function compileUpdateFrom(Builder $query, $values) method compileUpdateWheres (line 425) | protected function compileUpdateWheres(Builder $query) method compileUpdateJoinWheres (line 451) | protected function compileUpdateJoinWheres(Builder $query) method prepareBindingsForUpdateFrom (line 476) | public function prepareBindingsForUpdateFrom(array $bindings, array $v... method compileUpdateWithJoinsOrLimit (line 498) | protected function compileUpdateWithJoinsOrLimit(Builder $query, array... method prepareBindingsForUpdate (line 518) | public function prepareBindingsForUpdate(array $bindings, array $values) method compileDelete (line 539) | public function compileDelete(Builder $query) method compileDeleteWithJoinsOrLimit (line 554) | protected function compileDeleteWithJoinsOrLimit(Builder $query) method compileTruncate (line 571) | public function compileTruncate(Builder $query) method wrapJsonSelector (line 582) | protected function wrapJsonSelector($value) method wrapJsonBooleanSelector (line 605) | protected function wrapJsonBooleanSelector($value) method wrapJsonBooleanValue (line 621) | protected function wrapJsonBooleanValue($value) method wrapJsonPathAttributes (line 632) | protected function wrapJsonPathAttributes($path) FILE: server/vendor/illuminate/database/Query/Grammars/SQLiteGrammar.php class SQLiteGrammar (line 9) | class SQLiteGrammar extends Grammar method compileLock (line 29) | protected function compileLock(Builder $query, $value) method wrapUnion (line 40) | protected function wrapUnion($sql) method whereDate (line 52) | protected function whereDate(Builder $query, $where) method whereDay (line 64) | protected function whereDay(Builder $query, $where) method whereMonth (line 76) | protected function whereMonth(Builder $query, $where) method whereYear (line 88) | protected function whereYear(Builder $query, $where) method whereTime (line 100) | protected function whereTime(Builder $query, $where) method dateBasedWhere (line 113) | protected function dateBasedWhere($type, Builder $query, $where) method compileJsonLength (line 128) | protected function compileJsonLength($column, $operator, $value) method compileUpdate (line 142) | public function compileUpdate(Builder $query, array $values) method compileInsertOrIgnore (line 158) | public function compileInsertOrIgnore(Builder $query, array $values) method compileUpdateColumns (line 170) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpsert (line 194) | public function compileUpsert(Builder $query, array $values, array $un... method groupJsonColumnsForUpdate (line 215) | protected function groupJsonColumnsForUpdate(array $values) method compileJsonPatch (line 235) | protected function compileJsonPatch($column, $value) method compileUpdateWithJoinsOrLimit (line 247) | protected function compileUpdateWithJoinsOrLimit(Builder $query, array... method prepareBindingsForUpdate (line 267) | public function prepareBindingsForUpdate(array $bindings, array $values) method compileDelete (line 290) | public function compileDelete(Builder $query) method compileDeleteWithJoinsOrLimit (line 305) | protected function compileDeleteWithJoinsOrLimit(Builder $query) method compileTruncate (line 322) | public function compileTruncate(Builder $query) method wrapJsonSelector (line 336) | protected function wrapJsonSelector($value) FILE: server/vendor/illuminate/database/Query/Grammars/SqlServerGrammar.php class SqlServerGrammar (line 9) | class SqlServerGrammar extends Grammar method compileSelect (line 28) | public function compileSelect(Builder $query) method compileColumns (line 59) | protected function compileColumns(Builder $query, $columns) method compileFrom (line 84) | protected function compileFrom(Builder $query, $table) method whereBitwise (line 106) | protected function whereBitwise(Builder $query, $where) method whereDate (line 122) | protected function whereDate(Builder $query, $where) method whereTime (line 136) | protected function whereTime(Builder $query, $where) method compileJsonContains (line 150) | protected function compileJsonContains($column, $value) method prepareBindingForJsonContains (line 163) | public function prepareBindingForJsonContains($binding) method compileJsonLength (line 176) | protected function compileJsonLength($column, $operator, $value) method compileHaving (line 189) | protected function compileHaving(array $having) method compileHavingBitwise (line 204) | protected function compileHavingBitwise($having) method compileAnsiOffset (line 220) | protected function compileAnsiOffset(Builder $query, $components) method compileOver (line 254) | protected function compileOver($orderings) method queryOrderContainsSubquery (line 265) | protected function queryOrderContainsSubquery($query) method sortBindingsForSubqueryOrderBy (line 282) | protected function sortBindingsForSubqueryOrderBy($query) method compileTableExpression (line 296) | protected function compileTableExpression($sql, $query) method compileRowConstraint (line 309) | protected function compileRowConstraint($query) method compileDeleteWithoutJoins (line 330) | protected function compileDeleteWithoutJoins(Builder $query, $table, $... method compileRandom (line 345) | public function compileRandom($seed) method compileLimit (line 357) | protected function compileLimit(Builder $query, $limit) method compileOffset (line 369) | protected function compileOffset(Builder $query, $offset) method compileLock (line 381) | protected function compileLock(Builder $query, $value) method wrapUnion (line 392) | protected function wrapUnion($sql) method compileExists (line 403) | public function compileExists(Builder $query) method compileUpdateWithJoins (line 421) | protected function compileUpdateWithJoins(Builder $query, $table, $col... method compileUpsert (line 439) | public function compileUpsert(Builder $query, array $values, array $un... method prepareBindingsForUpdate (line 479) | public function prepareBindingsForUpdate(array $bindings, array $values) method compileSavepoint (line 494) | public function compileSavepoint($name) method compileSavepointRollBack (line 505) | public function compileSavepointRollBack($name) method getDateFormat (line 515) | public function getDateFormat() method wrapValue (line 526) | protected function wrapValue($value) method wrapJsonSelector (line 537) | protected function wrapJsonSelector($value) method wrapJsonBooleanValue (line 550) | protected function wrapJsonBooleanValue($value) method wrapTable (line 561) | public function wrapTable($table) method wrapTableValuedFunction (line 576) | protected function wrapTableValuedFunction($table) FILE: server/vendor/illuminate/database/Query/JoinClause.php class JoinClause (line 7) | class JoinClause extends Builder method __construct (line 59) | public function __construct(Builder $parentQuery, $type, $table) method on (line 93) | public function on($first, $operator = null, $second = null, $boolean ... method orOn (line 110) | public function orOn($first, $operator = null, $second = null) method newQuery (line 120) | public function newQuery() method forSubQuery (line 130) | protected function forSubQuery() method newParentQuery (line 140) | protected function newParentQuery() FILE: server/vendor/illuminate/database/Query/Processors/MySqlProcessor.php class MySqlProcessor (line 5) | class MySqlProcessor extends Processor method processColumnListing (line 13) | public function processColumnListing($results) FILE: server/vendor/illuminate/database/Query/Processors/PostgresProcessor.php class PostgresProcessor (line 7) | class PostgresProcessor extends Processor method processInsertGetId (line 18) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processColumnListing (line 39) | public function processColumnListing($results) FILE: server/vendor/illuminate/database/Query/Processors/Processor.php class Processor (line 7) | class Processor method processSelect (line 16) | public function processSelect(Builder $query, $results) method processInsertGetId (line 30) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processColumnListing (line 45) | public function processColumnListing($results) FILE: server/vendor/illuminate/database/Query/Processors/SQLiteProcessor.php class SQLiteProcessor (line 5) | class SQLiteProcessor extends Processor method processColumnListing (line 13) | public function processColumnListing($results) FILE: server/vendor/illuminate/database/Query/Processors/SqlServerProcessor.php class SqlServerProcessor (line 9) | class SqlServerProcessor extends Processor method processInsertGetId (line 20) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processInsertGetIdForOdbc (line 43) | protected function processInsertGetIdForOdbc(Connection $connection) method processColumnListing (line 64) | public function processColumnListing($results) FILE: server/vendor/illuminate/database/QueryException.php class QueryException (line 9) | class QueryException extends PDOException method __construct (line 33) | public function __construct($sql, array $bindings, Throwable $previous) method formatMessage (line 55) | protected function formatMessage($sql, $bindings, Throwable $previous) method getSql (line 65) | public function getSql() method getBindings (line 75) | public function getBindings() FILE: server/vendor/illuminate/database/RecordsNotFoundException.php class RecordsNotFoundException (line 7) | class RecordsNotFoundException extends RuntimeException FILE: server/vendor/illuminate/database/SQLiteConnection.php class SQLiteConnection (line 15) | class SQLiteConnection extends Connection method __construct (line 26) | public function __construct($pdo, $database = '', $tablePrefix = '', a... method getDefaultQueryGrammar (line 46) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 56) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 70) | protected function getDefaultSchemaGrammar() method getSchemaState (line 83) | public function getSchemaState(Filesystem $files = null, callable $pro... method getDefaultPostProcessor (line 93) | protected function getDefaultPostProcessor() method getDoctrineDriver (line 103) | protected function getDoctrineDriver() method getForeignKeyConstraintsConfigurationValue (line 113) | protected function getForeignKeyConstraintsConfigurationValue() FILE: server/vendor/illuminate/database/Schema/Blueprint.php class Blueprint (line 14) | class Blueprint method __construct (line 89) | public function __construct($table, Closure $callback = null, $prefix ... method build (line 106) | public function build(Connection $connection, Grammar $grammar) method toSql (line 120) | public function toSql(Connection $connection, Grammar $grammar) method ensureCommandsAreValid (line 152) | protected function ensureCommandsAreValid(Connection $connection) method commandsNamed (line 175) | protected function commandsNamed(array $names) method addImpliedCommands (line 188) | protected function addImpliedCommands(Grammar $grammar) method addFluentIndexes (line 208) | protected function addFluentIndexes() method addFluentCommands (line 241) | public function addFluentCommands(Grammar $grammar) method creating (line 265) | public function creating() method create (line 277) | public function create() method temporary (line 287) | public function temporary() method drop (line 297) | public function drop() method dropIfExists (line 307) | public function dropIfExists() method dropColumn (line 318) | public function dropColumn($columns) method renameColumn (line 332) | public function renameColumn($from, $to) method dropPrimary (line 343) | public function dropPrimary($index = null) method dropUnique (line 354) | public function dropUnique($index) method dropIndex (line 365) | public function dropIndex($index) method dropFullText (line 376) | public function dropFullText($index) method dropSpatialIndex (line 387) | public function dropSpatialIndex($index) method dropForeign (line 398) | public function dropForeign($index) method dropConstrainedForeignId (line 409) | public function dropConstrainedForeignId($column) method renameIndex (line 423) | public function renameIndex($from, $to) method dropTimestamps (line 433) | public function dropTimestamps() method dropTimestampsTz (line 443) | public function dropTimestampsTz() method dropSoftDeletes (line 454) | public function dropSoftDeletes($column = 'deleted_at') method dropSoftDeletesTz (line 465) | public function dropSoftDeletesTz($column = 'deleted_at') method dropRememberToken (line 475) | public function dropRememberToken() method dropMorphs (line 487) | public function dropMorphs($name, $indexName = null) method rename (line 500) | public function rename($to) method primary (line 513) | public function primary($columns, $name = null, $algorithm = null) method unique (line 526) | public function unique($columns, $name = null, $algorithm = null) method index (line 539) | public function index($columns, $name = null, $algorithm = null) method fullText (line 552) | public function fullText($columns, $name = null, $algorithm = null) method spatialIndex (line 564) | public function spatialIndex($columns, $name = null) method rawIndex (line 576) | public function rawIndex($expression, $name) method foreign (line 588) | public function foreign($columns, $name = null) method id (line 605) | public function id($column = 'id') method increments (line 616) | public function increments($column) method integerIncrements (line 627) | public function integerIncrements($column) method tinyIncrements (line 638) | public function tinyIncrements($column) method smallIncrements (line 649) | public function smallIncrements($column) method mediumIncrements (line 660) | public function mediumIncrements($column) method bigIncrements (line 671) | public function bigIncrements($column) method char (line 683) | public function char($column, $length = null) method string (line 697) | public function string($column, $length = null) method tinyText (line 710) | public function tinyText($column) method text (line 721) | public function text($column) method mediumText (line 732) | public function mediumText($column) method longText (line 743) | public function longText($column) method integer (line 756) | public function integer($column, $autoIncrement = false, $unsigned = f... method tinyInteger (line 769) | public function tinyInteger($column, $autoIncrement = false, $unsigned... method smallInteger (line 782) | public function smallInteger($column, $autoIncrement = false, $unsigne... method mediumInteger (line 795) | public function mediumInteger($column, $autoIncrement = false, $unsign... method bigInteger (line 808) | public function bigInteger($column, $autoIncrement = false, $unsigned ... method unsignedInteger (line 820) | public function unsignedInteger($column, $autoIncrement = false) method unsignedTinyInteger (line 832) | public function unsignedTinyInteger($column, $autoIncrement = false) method unsignedSmallInteger (line 844) | public function unsignedSmallInteger($column, $autoIncrement = false) method unsignedMediumInteger (line 856) | public function unsignedMediumInteger($column, $autoIncrement = false) method unsignedBigInteger (line 868) | public function unsignedBigInteger($column, $autoIncrement = false) method foreignId (line 879) | public function foreignId($column) method foreignIdFor (line 896) | public function foreignIdFor($model, $column = null) method float (line 916) | public function float($column, $total = 8, $places = 2, $unsigned = fa... method double (line 930) | public function double($column, $total = null, $places = null, $unsign... method decimal (line 944) | public function decimal($column, $total = 8, $places = 2, $unsigned = ... method unsignedFloat (line 957) | public function unsignedFloat($column, $total = 8, $places = 2) method unsignedDouble (line 970) | public function unsignedDouble($column, $total = null, $places = null) method unsignedDecimal (line 983) | public function unsignedDecimal($column, $total = 8, $places = 2) method boolean (line 994) | public function boolean($column) method enum (line 1006) | public function enum($column, array $allowed) method set (line 1018) | public function set($column, array $allowed) method json (line 1029) | public function json($column) method jsonb (line 1040) | public function jsonb($column) method date (line 1051) | public function date($column) method dateTime (line 1063) | public function dateTime($column, $precision = 0) method dateTimeTz (line 1075) | public function dateTimeTz($column, $precision = 0) method time (line 1087) | public function time($column, $precision = 0) method timeTz (line 1099) | public function timeTz($column, $precision = 0) method timestamp (line 1111) | public function timestamp($column, $precision = 0) method timestampTz (line 1123) | public function timestampTz($column, $precision = 0) method timestamps (line 1134) | public function timestamps($precision = 0) method nullableTimestamps (line 1149) | public function nullableTimestamps($precision = 0) method timestampsTz (line 1160) | public function timestampsTz($precision = 0) method softDeletes (line 1174) | public function softDeletes($column = 'deleted_at', $precision = 0) method softDeletesTz (line 1186) | public function softDeletesTz($column = 'deleted_at', $precision = 0) method year (line 1197) | public function year($column) method binary (line 1208) | public function binary($column) method uuid (line 1219) | public function uuid($column) method foreignUuid (line 1230) | public function foreignUuid($column) method ipAddress (line 1244) | public function ipAddress($column) method macAddress (line 1255) | public function macAddress($column) method geometry (line 1266) | public function geometry($column) method point (line 1278) | public function point($column, $srid = null) method lineString (line 1289) | public function lineString($column) method polygon (line 1300) | public function polygon($column) method geometryCollection (line 1311) | public function geometryCollection($column) method multiPoint (line 1322) | public function multiPoint($column) method multiLineString (line 1333) | public function multiLineString($column) method multiPolygon (line 1344) | public function multiPolygon($column) method multiPolygonZ (line 1355) | public function multiPolygonZ($column) method computed (line 1367) | public function computed($column, $expression) method morphs (line 1379) | public function morphs($name, $indexName = null) method nullableMorphs (line 1395) | public function nullableMorphs($name, $indexName = null) method numericMorphs (line 1411) | public function numericMorphs($name, $indexName = null) method nullableNumericMorphs (line 1427) | public function nullableNumericMorphs($name, $indexName = null) method uuidMorphs (line 1443) | public function uuidMorphs($name, $indexName = null) method nullableUuidMorphs (line 1459) | public function nullableUuidMorphs($name, $indexName = null) method rememberToken (line 1473) | public function rememberToken() method indexCommand (line 1487) | protected function indexCommand($type, $columns, $index, $algorithm = ... method dropIndexCommand (line 1509) | protected function dropIndexCommand($command, $type, $index) method createIndexName (line 1530) | protected function createIndexName($type, array $columns) method addColumn (line 1545) | public function addColumn($type, $name, array $parameters = []) method addColumnDefinition (line 1558) | protected function addColumnDefinition($definition) method after (line 1578) | public function after($column, Closure $callback) method removeColumn (line 1593) | public function removeColumn($name) method addCommand (line 1609) | protected function addCommand($name, array $parameters = []) method createCommand (line 1623) | protected function createCommand($name, array $parameters = []) method getTable (line 1633) | public function getTable() method getColumns (line 1643) | public function getColumns() method getCommands (line 1653) | public function getCommands() method getAddedColumns (line 1663) | public function getAddedColumns() method getChangedColumns (line 1675) | public function getChangedColumns() method hasAutoIncrementColumn (line 1687) | public function hasAutoIncrementColumn() method autoIncrementingStartingValues (line 1699) | public function autoIncrementingStartingValues() FILE: server/vendor/illuminate/database/Schema/Builder.php class Builder (line 11) | class Builder method __construct (line 54) | public function __construct(Connection $connection) method defaultStringLength (line 66) | public static function defaultStringLength($length) method defaultMorphKeyType (line 79) | public static function defaultMorphKeyType(string $type) method morphUsingUuids (line 93) | public static function morphUsingUuids() method createDatabase (line 106) | public function createDatabase($name) method dropDatabaseIfExists (line 119) | public function dropDatabaseIfExists($name) method hasTable (line 130) | public function hasTable($table) method hasColumn (line 146) | public function hasColumn($table, $column) method hasColumns (line 160) | public function hasColumns($table, array $columns) method getColumnType (line 180) | public function getColumnType($table, $column) method getColumnListing (line 193) | public function getColumnListing($table) method table (line 209) | public function table($table, Closure $callback) method create (line 221) | public function create($table, Closure $callback) method drop (line 236) | public function drop($table) method dropIfExists (line 249) | public function dropIfExists($table) method dropColumns (line 263) | public function dropColumns($table, $columns) method dropAllTables (line 277) | public function dropAllTables() method dropAllViews (line 289) | public function dropAllViews() method dropAllTypes (line 301) | public function dropAllTypes() method getAllTables (line 313) | public function getAllTables() method rename (line 325) | public function rename($from, $to) method enableForeignKeyConstraints (line 337) | public function enableForeignKeyConstraints() method disableForeignKeyConstraints (line 349) | public function disableForeignKeyConstraints() method build (line 362) | protected function build(Blueprint $blueprint) method createBlueprint (line 374) | protected function createBlueprint($table, Closure $callback = null) method registerCustomDoctrineType (line 395) | public function registerCustomDoctrineType($class, $name, $type) method getConnection (line 405) | public function getConnection() method setConnection (line 416) | public function setConnection(Connection $connection) method blueprintResolver (line 429) | public function blueprintResolver(Closure $resolver) FILE: server/vendor/illuminate/database/Schema/ColumnDefinition.php class ColumnDefinition (line 35) | class ColumnDefinition extends Fluent FILE: server/vendor/illuminate/database/Schema/ForeignIdColumnDefinition.php class ForeignIdColumnDefinition (line 7) | class ForeignIdColumnDefinition extends ColumnDefinition method __construct (line 23) | public function __construct(Blueprint $blueprint, $attributes = []) method constrained (line 37) | public function constrained($table = null, $column = 'id') method references (line 48) | public function references($column) FILE: server/vendor/illuminate/database/Schema/ForeignKeyDefinition.php class ForeignKeyDefinition (line 15) | class ForeignKeyDefinition extends Fluent method cascadeOnUpdate (line 22) | public function cascadeOnUpdate() method restrictOnUpdate (line 32) | public function restrictOnUpdate() method cascadeOnDelete (line 42) | public function cascadeOnDelete() method restrictOnDelete (line 52) | public function restrictOnDelete() method nullOnDelete (line 62) | public function nullOnDelete() FILE: server/vendor/illuminate/database/Schema/Grammars/ChangeColumn.php class ChangeColumn (line 14) | class ChangeColumn method compile (line 27) | public static function compile($grammar, Blueprint $blueprint, Fluent ... method getChangedDiff (line 59) | protected static function getChangedDiff($grammar, Blueprint $blueprin... method getTableWithColumnChanges (line 75) | protected static function getTableWithColumnChanges(Blueprint $bluepri... method getDoctrineColumn (line 107) | protected static function getDoctrineColumn(Table $table, Fluent $fluent) method getDoctrineColumnChangeOptions (line 120) | protected static function getDoctrineColumnChangeOptions(Fluent $fluent) method getDoctrineColumnType (line 144) | protected static function getDoctrineColumnType($type) method calculateDoctrineTextLength (line 176) | protected static function calculateDoctrineTextLength($type) method doesntNeedCharacterOptions (line 194) | protected static function doesntNeedCharacterOptions($type) method mapFluentOptionToDoctrine (line 220) | protected static function mapFluentOptionToDoctrine($attribute) method mapFluentValueToDoctrine (line 244) | protected static function mapFluentValueToDoctrine($option, $value) FILE: server/vendor/illuminate/database/Schema/Grammars/Grammar.php class Grammar (line 15) | abstract class Grammar extends BaseGrammar method compileCreateDatabase (line 40) | public function compileCreateDatabase($name, $connection) method compileDropDatabaseIfExists (line 53) | public function compileDropDatabaseIfExists($name) method compileRenameColumn (line 66) | public function compileRenameColumn(Blueprint $blueprint, Fluent $comm... method compileChange (line 81) | public function compileChange(Blueprint $blueprint, Fluent $command, C... method compileFulltext (line 95) | public function compileFulltext(Blueprint $blueprint, Fluent $command) method compileDropFullText (line 107) | public function compileDropFullText(Blueprint $blueprint, Fluent $comm... method compileForeign (line 119) | public function compileForeign(Blueprint $blueprint, Fluent $command) method getColumns (line 158) | protected function getColumns(Blueprint $blueprint) method getType (line 180) | protected function getType(Fluent $column) method typeComputed (line 193) | protected function typeComputed(Fluent $column) method addModifiers (line 206) | protected function addModifiers($sql, Blueprint $blueprint, Fluent $co... method getCommandByName (line 224) | protected function getCommandByName(Blueprint $blueprint, $name) method getCommandsByName (line 240) | protected function getCommandsByName(Blueprint $blueprint, $name) method prefixArray (line 254) | public function prefixArray($prefix, array $values) method wrapTable (line 267) | public function wrapTable($table) method wrap (line 281) | public function wrap($value, $prefixAlias = false) method getDefaultValue (line 294) | protected function getDefaultValue($value) method getDoctrineTableDiff (line 312) | public function getDoctrineTableDiff(Blueprint $blueprint, SchemaManag... method getFluentCommands (line 326) | public function getFluentCommands() method supportsSchemaTransactions (line 336) | public function supportsSchemaTransactions() FILE: server/vendor/illuminate/database/Schema/Grammars/MySqlGrammar.php class MySqlGrammar (line 10) | class MySqlGrammar extends Grammar method compileCreateDatabase (line 36) | public function compileCreateDatabase($name, $connection) method compileDropDatabaseIfExists (line 52) | public function compileDropDatabaseIfExists($name) method compileTableExists (line 65) | public function compileTableExists() method compileColumnListing (line 75) | public function compileColumnListing() method compileCreate (line 88) | public function compileCreate(Blueprint $blueprint, Fluent $command, C... method compileCreateTable (line 117) | protected function compileCreateTable($blueprint, $command, $connection) method compileCreateEncoding (line 134) | protected function compileCreateEncoding($sql, Connection $connection,... method compileCreateEngine (line 165) | protected function compileCreateEngine($sql, Connection $connection, B... method compileAdd (line 183) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileAutoIncrementStartingValues (line 199) | public function compileAutoIncrementStartingValues(Blueprint $blueprint) method compilePrimary (line 213) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 227) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 239) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileFullText (line 251) | public function compileFullText(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 263) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileKey (line 276) | protected function compileKey(Blueprint $blueprint, Fluent $command, $... method compileDrop (line 294) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 306) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropColumn (line 318) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropPrimary (line 332) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 344) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 358) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropFullText (line 372) | public function compileDropFullText(Blueprint $blueprint, Fluent $comm... method compileDropSpatialIndex (line 384) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileDropForeign (line 396) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 410) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 424) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileDropAllTables (line 439) | public function compileDropAllTables($tables) method compileDropAllViews (line 450) | public function compileDropAllViews($views) method compileGetAllTables (line 460) | public function compileGetAllTables() method compileGetAllViews (line 470) | public function compileGetAllViews() method compileEnableForeignKeyConstraints (line 480) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 490) | public function compileDisableForeignKeyConstraints() method typeChar (line 501) | protected function typeChar(Fluent $column) method typeString (line 512) | protected function typeString(Fluent $column) method typeTinyText (line 523) | protected function typeTinyText(Fluent $column) method typeText (line 534) | protected function typeText(Fluent $column) method typeMediumText (line 545) | protected function typeMediumText(Fluent $column) method typeLongText (line 556) | protected function typeLongText(Fluent $column) method typeBigInteger (line 567) | protected function typeBigInteger(Fluent $column) method typeInteger (line 578) | protected function typeInteger(Fluent $column) method typeMediumInteger (line 589) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 600) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 611) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 622) | protected function typeFloat(Fluent $column) method typeDouble (line 633) | protected function typeDouble(Fluent $column) method typeDecimal (line 648) | protected function typeDecimal(Fluent $column) method typeBoolean (line 659) | protected function typeBoolean(Fluent $column) method typeEnum (line 670) | protected function typeEnum(Fluent $column) method typeSet (line 681) | protected function typeSet(Fluent $column) method typeJson (line 692) | protected function typeJson(Fluent $column) method typeJsonb (line 703) | protected function typeJsonb(Fluent $column) method typeDate (line 714) | protected function typeDate(Fluent $column) method typeDateTime (line 725) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 742) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 753) | protected function typeTime(Fluent $column) method typeTimeTz (line 764) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 775) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 792) | protected function typeTimestampTz(Fluent $column) method typeYear (line 803) | protected function typeYear(Fluent $column) method typeBinary (line 814) | protected function typeBinary(Fluent $column) method typeUuid (line 825) | protected function typeUuid(Fluent $column) method typeIpAddress (line 836) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 847) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 858) | public function typeGeometry(Fluent $column) method typePoint (line 869) | public function typePoint(Fluent $column) method typeLineString (line 880) | public function typeLineString(Fluent $column) method typePolygon (line 891) | public function typePolygon(Fluent $column) method typeGeometryCollection (line 902) | public function typeGeometryCollection(Fluent $column) method typeMultiPoint (line 913) | public function typeMultiPoint(Fluent $column) method typeMultiLineString (line 924) | public function typeMultiLineString(Fluent $column) method typeMultiPolygon (line 935) | public function typeMultiPolygon(Fluent $column) method typeComputed (line 948) | protected function typeComputed(Fluent $column) method modifyVirtualAs (line 960) | protected function modifyVirtualAs(Blueprint $blueprint, Fluent $column) method modifyStoredAs (line 974) | protected function modifyStoredAs(Blueprint $blueprint, Fluent $column) method modifyUnsigned (line 988) | protected function modifyUnsigned(Blueprint $blueprint, Fluent $column) method modifyCharset (line 1002) | protected function modifyCharset(Blueprint $blueprint, Fluent $column) method modifyCollate (line 1016) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method modifyNullable (line 1030) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyInvisible (line 1048) | protected function modifyInvisible(Blueprint $blueprint, Fluent $column) method modifyDefault (line 1062) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 1076) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyFirst (line 1090) | protected function modifyFirst(Blueprint $blueprint, Fluent $column) method modifyAfter (line 1104) | protected function modifyAfter(Blueprint $blueprint, Fluent $column) method modifyComment (line 1118) | protected function modifyComment(Blueprint $blueprint, Fluent $column) method modifySrid (line 1132) | protected function modifySrid(Blueprint $blueprint, Fluent $column) method wrapValue (line 1145) | protected function wrapValue($value) FILE: server/vendor/illuminate/database/Schema/Grammars/PostgresGrammar.php class PostgresGrammar (line 8) | class PostgresGrammar extends Grammar method compileCreateDatabase (line 45) | public function compileCreateDatabase($name, $connection) method compileDropDatabaseIfExists (line 60) | public function compileDropDatabaseIfExists($name) method compileTableExists (line 73) | public function compileTableExists() method compileColumnListing (line 83) | public function compileColumnListing() method compileCreate (line 95) | public function compileCreate(Blueprint $blueprint, Fluent $command) method compileAdd (line 111) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileAutoIncrementStartingValues (line 125) | public function compileAutoIncrementStartingValues(Blueprint $blueprint) method compilePrimary (line 139) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 153) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 169) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileFulltext (line 188) | public function compileFulltext(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 210) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileForeign (line 224) | public function compileForeign(Blueprint $blueprint, Fluent $command) method compileDrop (line 250) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 262) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropAllTables (line 273) | public function compileDropAllTables($tables) method compileDropAllViews (line 284) | public function compileDropAllViews($views) method compileDropAllTypes (line 295) | public function compileDropAllTypes($types) method compileGetAllTables (line 306) | public function compileGetAllTables($schema) method compileGetAllViews (line 317) | public function compileGetAllViews($schema) method compileGetAllTypes (line 327) | public function compileGetAllTypes() method compileDropColumn (line 339) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropPrimary (line 353) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 367) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 381) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropFullText (line 393) | public function compileDropFullText(Blueprint $blueprint, Fluent $comm... method compileDropSpatialIndex (line 405) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileDropForeign (line 417) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 431) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 445) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileEnableForeignKeyConstraints (line 458) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 468) | public function compileDisableForeignKeyConstraints() method compileComment (line 480) | public function compileComment(Blueprint $blueprint, Fluent $command) method typeChar (line 495) | protected function typeChar(Fluent $column) method typeString (line 506) | protected function typeString(Fluent $column) method typeTinyText (line 517) | protected function typeTinyText(Fluent $column) method typeText (line 528) | protected function typeText(Fluent $column) method typeMediumText (line 539) | protected function typeMediumText(Fluent $column) method typeLongText (line 550) | protected function typeLongText(Fluent $column) method typeInteger (line 561) | protected function typeInteger(Fluent $column) method typeBigInteger (line 572) | protected function typeBigInteger(Fluent $column) method typeMediumInteger (line 583) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 594) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 605) | protected function typeSmallInteger(Fluent $column) method generatableColumn (line 617) | protected function generatableColumn($type, Fluent $column) method typeFloat (line 651) | protected function typeFloat(Fluent $column) method typeDouble (line 662) | protected function typeDouble(Fluent $column) method typeReal (line 673) | protected function typeReal(Fluent $column) method typeDecimal (line 684) | protected function typeDecimal(Fluent $column) method typeBoolean (line 695) | protected function typeBoolean(Fluent $column) method typeEnum (line 706) | protected function typeEnum(Fluent $column) method typeJson (line 721) | protected function typeJson(Fluent $column) method typeJsonb (line 732) | protected function typeJsonb(Fluent $column) method typeDate (line 743) | protected function typeDate(Fluent $column) method typeDateTime (line 754) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 765) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 776) | protected function typeTime(Fluent $column) method typeTimeTz (line 787) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 798) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 811) | protected function typeTimestampTz(Fluent $column) method typeYear (line 824) | protected function typeYear(Fluent $column) method typeBinary (line 835) | protected function typeBinary(Fluent $column) method typeUuid (line 846) | protected function typeUuid(Fluent $column) method typeIpAddress (line 857) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 868) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 879) | protected function typeGeometry(Fluent $column) method typePoint (line 890) | protected function typePoint(Fluent $column) method typeLineString (line 901) | protected function typeLineString(Fluent $column) method typePolygon (line 912) | protected function typePolygon(Fluent $column) method typeGeometryCollection (line 923) | protected function typeGeometryCollection(Fluent $column) method typeMultiPoint (line 934) | protected function typeMultiPoint(Fluent $column) method typeMultiLineString (line 945) | public function typeMultiLineString(Fluent $column) method typeMultiPolygon (line 956) | protected function typeMultiPolygon(Fluent $column) method typeMultiPolygonZ (line 967) | protected function typeMultiPolygonZ(Fluent $column) method formatPostGisType (line 979) | private function formatPostGisType($type, Fluent $column) method modifyCollate (line 999) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method modifyNullable (line 1013) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyDefault (line 1025) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 1039) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyVirtualAs (line 1053) | protected function modifyVirtualAs(Blueprint $blueprint, Fluent $column) method modifyStoredAs (line 1067) | protected function modifyStoredAs(Blueprint $blueprint, Fluent $column) FILE: server/vendor/illuminate/database/Schema/Grammars/RenameColumn.php class RenameColumn (line 12) | class RenameColumn method compile (line 23) | public static function compile(Grammar $grammar, Blueprint $blueprint,... method getRenamedDiff (line 48) | protected static function getRenamedDiff(Grammar $grammar, Blueprint $... method setRenamedColumns (line 63) | protected static function setRenamedColumns(TableDiff $tableDiff, Flue... method getWritableColumnOptions (line 78) | private static function getWritableColumnOptions(Column $column) FILE: server/vendor/illuminate/database/Schema/Grammars/SQLiteGrammar.php class SQLiteGrammar (line 12) | class SQLiteGrammar extends Grammar method compileTableExists (line 33) | public function compileTableExists() method compileColumnListing (line 44) | public function compileColumnListing($table) method compileCreate (line 56) | public function compileCreate(Blueprint $blueprint, Fluent $command) method addForeignKeys (line 73) | protected function addForeignKeys(Blueprint $blueprint) method getForeignKey (line 104) | protected function getForeignKey($foreign) method addPrimaryKeys (line 122) | protected function addPrimaryKeys(Blueprint $blueprint) method compileAdd (line 136) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileUnique (line 154) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 170) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 188) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileForeign (line 200) | public function compileForeign(Blueprint $blueprint, Fluent $command) method compileDrop (line 212) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 224) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropAllTables (line 234) | public function compileDropAllTables() method compileDropAllViews (line 244) | public function compileDropAllViews() method compileRebuild (line 254) | public function compileRebuild() method compileDropColumn (line 267) | public function compileDropColumn(Blueprint $blueprint, Fluent $comman... method compileDropUnique (line 289) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 303) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropSpatialIndex (line 319) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileRename (line 331) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 348) | public function compileRenameIndex(Blueprint $blueprint, Fluent $comma... method compileEnableForeignKeyConstraints (line 378) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 388) | public function compileDisableForeignKeyConstraints() method compileEnableWriteableSchema (line 398) | public function compileEnableWriteableSchema() method compileDisableWriteableSchema (line 408) | public function compileDisableWriteableSchema() method typeChar (line 419) | protected function typeChar(Fluent $column) method typeString (line 430) | protected function typeString(Fluent $column) method typeTinyText (line 441) | protected function typeTinyText(Fluent $column) method typeText (line 452) | protected function typeText(Fluent $column) method typeMediumText (line 463) | protected function typeMediumText(Fluent $column) method typeLongText (line 474) | protected function typeLongText(Fluent $column) method typeInteger (line 485) | protected function typeInteger(Fluent $column) method typeBigInteger (line 496) | protected function typeBigInteger(Fluent $column) method typeMediumInteger (line 507) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 518) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 529) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 540) | protected function typeFloat(Fluent $column) method typeDouble (line 551) | protected function typeDouble(Fluent $column) method typeDecimal (line 562) | protected function typeDecimal(Fluent $column) method typeBoolean (line 573) | protected function typeBoolean(Fluent $column) method typeEnum (line 584) | protected function typeEnum(Fluent $column) method typeJson (line 599) | protected function typeJson(Fluent $column) method typeJsonb (line 610) | protected function typeJsonb(Fluent $column) method typeDate (line 621) | protected function typeDate(Fluent $column) method typeDateTime (line 632) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 647) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 658) | protected function typeTime(Fluent $column) method typeTimeTz (line 669) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 680) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 691) | protected function typeTimestampTz(Fluent $column) method typeYear (line 702) | protected function typeYear(Fluent $column) method typeBinary (line 713) | protected function typeBinary(Fluent $column) method typeUuid (line 724) | protected function typeUuid(Fluent $column) method typeIpAddress (line 735) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 746) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 757) | public function typeGeometry(Fluent $column) method typePoint (line 768) | public function typePoint(Fluent $column) method typeLineString (line 779) | public function typeLineString(Fluent $column) method typePolygon (line 790) | public function typePolygon(Fluent $column) method typeGeometryCollection (line 801) | public function typeGeometryCollection(Fluent $column) method typeMultiPoint (line 812) | public function typeMultiPoint(Fluent $column) method typeMultiLineString (line 823) | public function typeMultiLineString(Fluent $column) method typeMultiPolygon (line 834) | public function typeMultiPolygon(Fluent $column) method typeComputed (line 847) | protected function typeComputed(Fluent $column) method modifyVirtualAs (line 859) | protected function modifyVirtualAs(Blueprint $blueprint, Fluent $column) method modifyStoredAs (line 873) | protected function modifyStoredAs(Blueprint $blueprint, Fluent $column) method modifyNullable (line 887) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyDefault (line 905) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 919) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) FILE: server/vendor/illuminate/database/Schema/Grammars/SqlServerGrammar.php class SqlServerGrammar (line 8) | class SqlServerGrammar extends Grammar method compileCreateDatabase (line 38) | public function compileCreateDatabase($name, $connection) method compileDropDatabaseIfExists (line 52) | public function compileDropDatabaseIfExists($name) method compileTableExists (line 65) | public function compileTableExists() method compileColumnListing (line 76) | public function compileColumnListing($table) method compileCreate (line 88) | public function compileCreate(Blueprint $blueprint, Fluent $command) method compileAdd (line 102) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compilePrimary (line 117) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 133) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 149) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 165) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileDrop (line 181) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 193) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropAllTables (line 206) | public function compileDropAllTables() method compileDropColumn (line 218) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropDefaultConstraint (line 234) | public function compileDropDefaultConstraint(Blueprint $blueprint, Flu... method compileDropPrimary (line 256) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 270) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 284) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropSpatialIndex (line 298) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileDropForeign (line 310) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 324) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 338) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileEnableForeignKeyConstraints (line 351) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 361) | public function compileDisableForeignKeyConstraints() method compileDropAllForeignKeys (line 371) | public function compileDropAllForeignKeys() method compileDropAllViews (line 387) | public function compileDropAllViews() method typeChar (line 402) | protected function typeChar(Fluent $column) method typeString (line 413) | protected function typeString(Fluent $column) method typeTinyText (line 424) | protected function typeTinyText(Fluent $column) method typeText (line 435) | protected function typeText(Fluent $column) method typeMediumText (line 446) | protected function typeMediumText(Fluent $column) method typeLongText (line 457) | protected function typeLongText(Fluent $column) method typeInteger (line 468) | protected function typeInteger(Fluent $column) method typeBigInteger (line 479) | protected function typeBigInteger(Fluent $column) method typeMediumInteger (line 490) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 501) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 512) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 523) | protected function typeFloat(Fluent $column) method typeDouble (line 534) | protected function typeDouble(Fluent $column) method typeDecimal (line 545) | protected function typeDecimal(Fluent $column) method typeBoolean (line 556) | protected function typeBoolean(Fluent $column) method typeEnum (line 567) | protected function typeEnum(Fluent $column) method typeJson (line 582) | protected function typeJson(Fluent $column) method typeJsonb (line 593) | protected function typeJsonb(Fluent $column) method typeDate (line 604) | protected function typeDate(Fluent $column) method typeDateTime (line 615) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 626) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 637) | protected function typeTime(Fluent $column) method typeTimeTz (line 648) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 659) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 674) | protected function typeTimestampTz(Fluent $column) method typeYear (line 687) | protected function typeYear(Fluent $column) method typeBinary (line 698) | protected function typeBinary(Fluent $column) method typeUuid (line 709) | protected function typeUuid(Fluent $column) method typeIpAddress (line 720) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 731) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 742) | public function typeGeometry(Fluent $column) method typePoint (line 753) | public function typePoint(Fluent $column) method typeLineString (line 764) | public function typeLineString(Fluent $column) method typePolygon (line 775) | public function typePolygon(Fluent $column) method typeGeometryCollection (line 786) | public function typeGeometryCollection(Fluent $column) method typeMultiPoint (line 797) | public function typeMultiPoint(Fluent $column) method typeMultiLineString (line 808) | public function typeMultiLineString(Fluent $column) method typeMultiPolygon (line 819) | public function typeMultiPolygon(Fluent $column) method typeComputed (line 830) | protected function typeComputed(Fluent $column) method modifyCollate (line 842) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method modifyNullable (line 856) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyDefault (line 870) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 884) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyPersisted (line 898) | protected function modifyPersisted(Blueprint $blueprint, Fluent $column) method wrapTable (line 911) | public function wrapTable($table) method quoteString (line 926) | public function quoteString($value) FILE: server/vendor/illuminate/database/Schema/MySqlBuilder.php class MySqlBuilder (line 5) | class MySqlBuilder extends Builder method createDatabase (line 13) | public function createDatabase($name) method dropDatabaseIfExists (line 26) | public function dropDatabaseIfExists($name) method hasTable (line 39) | public function hasTable($table) method getColumnListing (line 54) | public function getColumnListing($table) method dropAllTables (line 70) | public function dropAllTables() method dropAllViews (line 98) | public function dropAllViews() method getAllTables (line 122) | public function getAllTables() method getAllViews (line 134) | public function getAllViews() FILE: server/vendor/illuminate/database/Schema/MySqlSchemaState.php class MySqlSchemaState (line 10) | class MySqlSchemaState extends SchemaState method dump (line 19) | public function dump(Connection $connection, $path) method removeAutoIncrementingState (line 38) | protected function removeAutoIncrementingState(string $path) method appendMigrationData (line 53) | protected function appendMigrationData(string $path) method load (line 70) | public function load($path) method baseDumpCommand (line 86) | protected function baseDumpCommand() method connectionString (line 102) | protected function connectionString() method baseVariables (line 119) | protected function baseVariables(array $config) method executeDumpProcess (line 141) | protected function executeDumpProcess(Process $process, $output, array... FILE: server/vendor/illuminate/database/Schema/PostgresBuilder.php class PostgresBuilder (line 5) | class PostgresBuilder extends Builder method createDatabase (line 13) | public function createDatabase($name) method dropDatabaseIfExists (line 26) | public function dropDatabaseIfExists($name) method hasTable (line 39) | public function hasTable($table) method dropAllTables (line 55) | public function dropAllTables() method dropAllViews (line 85) | public function dropAllViews() method dropAllTypes (line 109) | public function dropAllTypes() method getAllTables (line 133) | public function getAllTables() method getAllViews (line 145) | public function getAllViews() method getAllTypes (line 157) | public function getAllTypes() method getColumnListing (line 170) | public function getColumnListing($table) method parseSchemaAndTable (line 189) | protected function parseSchemaAndTable($table) FILE: server/vendor/illuminate/database/Schema/PostgresSchemaState.php class PostgresSchemaState (line 8) | class PostgresSchemaState extends SchemaState method dump (line 17) | public function dump(Connection $connection, $path) method load (line 40) | public function load($path) method baseDumpCommand (line 60) | protected function baseDumpCommand() method baseVariables (line 71) | protected function baseVariables(array $config) FILE: server/vendor/illuminate/database/Schema/SQLiteBuilder.php class SQLiteBuilder (line 7) | class SQLiteBuilder extends Builder method createDatabase (line 15) | public function createDatabase($name) method dropDatabaseIfExists (line 26) | public function dropDatabaseIfExists($name) method dropAllTables (line 38) | public function dropAllTables() method dropAllViews (line 58) | public function dropAllViews() method refreshDatabaseFile (line 74) | public function refreshDatabaseFile() FILE: server/vendor/illuminate/database/Schema/SchemaState.php class SchemaState (line 9) | abstract class SchemaState method __construct (line 54) | public function __construct(Connection $connection, Filesystem $files ... method dump (line 76) | abstract public function dump(Connection $connection, $path); method load (line 84) | abstract public function load($path); method makeProcess (line 92) | public function makeProcess(...$arguments) method withMigrationTable (line 103) | public function withMigrationTable(string $table) method handleOutputUsing (line 116) | public function handleOutputUsing(callable $output) FILE: server/vendor/illuminate/database/Schema/SqlServerBuilder.php class SqlServerBuilder (line 5) | class SqlServerBuilder extends Builder method createDatabase (line 13) | public function createDatabase($name) method dropDatabaseIfExists (line 26) | public function dropDatabaseIfExists($name) method dropAllTables (line 38) | public function dropAllTables() method dropAllViews (line 50) | public function dropAllViews() FILE: server/vendor/illuminate/database/Schema/SqliteSchemaState.php class SqliteSchemaState (line 7) | class SqliteSchemaState extends SchemaState method dump (line 16) | public function dump(Connection $connection, $path) method appendMigrationData (line 40) | protected function appendMigrationData(string $path) method load (line 62) | public function load($path) method baseCommand (line 76) | protected function baseCommand() method baseVariables (line 87) | protected function baseVariables(array $config) FILE: server/vendor/illuminate/database/Seeder.php class Seeder (line 10) | abstract class Seeder method call (line 34) | public function call($class, $silent = false, array $parameters = []) method callWith (line 68) | public function callWith($class, array $parameters = []) method callSilent (line 80) | public function callSilent($class, array $parameters = []) method resolve (line 91) | protected function resolve($class) method setContainer (line 114) | public function setContainer(Container $container) method setCommand (line 127) | public function setCommand(Command $command) method __invoke (line 142) | public function __invoke(array $parameters = []) FILE: server/vendor/illuminate/database/SqlServerConnection.php class SqlServerConnection (line 17) | class SqlServerConnection extends Connection method transaction (line 28) | public function transaction(Closure $callback, $attempts = 1) method getDefaultQueryGrammar (line 64) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 74) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 88) | protected function getDefaultSchemaGrammar() method getSchemaState (line 101) | public function getSchemaState(Filesystem $files = null, callable $pro... method getDefaultPostProcessor (line 111) | protected function getDefaultPostProcessor() method getDoctrineDriver (line 121) | protected function getDoctrineDriver() FILE: server/vendor/illuminate/events/CallQueuedListener.php class CallQueuedListener (line 11) | class CallQueuedListener implements ShouldQueue method __construct (line 86) | public function __construct($class, $method, $data) method handle (line 99) | public function handle(Container $container) method setJobInstanceIfNecessary (line 117) | protected function setJobInstanceIfNecessary(Job $job, $instance) method failed (line 134) | public function failed($e) method prepareData (line 152) | protected function prepareData() method displayName (line 164) | public function displayName() method __clone (line 174) | public function __clone() FILE: server/vendor/illuminate/events/Dispatcher.php class Dispatcher (line 20) | class Dispatcher implements DispatcherContract method __construct (line 65) | public function __construct(ContainerContract $container = null) method listen (line 77) | public function listen($events, $listener = null) method setupWildcardListen (line 109) | protected function setupWildcardListen($event, $listener) method hasListeners (line 122) | public function hasListeners($eventName) method hasWildcardListeners (line 135) | public function hasWildcardListeners($eventName) method push (line 153) | public function push($event, $payload = []) method flush (line 166) | public function flush($event) method subscribe (line 177) | public function subscribe($subscriber) method resolveSubscriber (line 204) | protected function resolveSubscriber($subscriber) method until (line 220) | public function until($event, $payload = []) method dispatch (line 233) | public function dispatch($event, $payload = [], $halt = false) method parseEventAndPayload (line 278) | protected function parseEventAndPayload($event, $payload) method shouldBroadcast (line 293) | protected function shouldBroadcast(array $payload) method broadcastWhen (line 306) | protected function broadcastWhen($event) method broadcastEvent (line 318) | protected function broadcastEvent($event) method getListeners (line 329) | public function getListeners($eventName) method getWildcardListeners (line 349) | protected function getWildcardListeners($eventName) method addInterfaceListeners (line 369) | protected function addInterfaceListeners($eventName, array $listeners ... method makeListener (line 389) | public function makeListener($listener, $wildcard = false) method createClassListener (line 415) | public function createClassListener($listener, $wildcard = false) method createClassCallable (line 434) | protected function createClassCallable($listener) method parseClassCallable (line 461) | protected function parseClassCallable($listener) method handlerShouldBeQueued (line 472) | protected function handlerShouldBeQueued($class) method createQueuedHandlerCallable (line 490) | protected function createQueuedHandlerCallable($class, $method) method handlerShouldBeDispatchedAfterDatabaseTransactions (line 509) | protected function handlerShouldBeDispatchedAfterDatabaseTransactions(... method createCallbackForListenerRunningAfterCommits (line 521) | protected function createCallbackForListenerRunningAfterCommits($liste... method handlerWantsToBeQueued (line 541) | protected function handlerWantsToBeQueued($class, $arguments) method queueHandler (line 560) | protected function queueHandler($class, $method, $arguments) method createListenerAndJob (line 585) | protected function createListenerAndJob($class, $method, $arguments) method propagateListenerOptions (line 601) | protected function propagateListenerOptions($listener, $job) method forget (line 625) | public function forget($event) method forgetPushed (line 645) | public function forgetPushed() method resolveQueue (line 659) | protected function resolveQueue() method setQueueResolver (line 670) | public function setQueueResolver(callable $resolver) FILE: server/vendor/illuminate/events/EventServiceProvider.php class EventServiceProvider (line 8) | class EventServiceProvider extends ServiceProvider method register (line 15) | public function register() FILE: server/vendor/illuminate/events/InvokeQueuedClosure.php class InvokeQueuedClosure (line 5) | class InvokeQueuedClosure method handle (line 14) | public function handle($closure, array $arguments) method failed (line 28) | public function failed($closure, array $arguments, array $catchCallbac... FILE: server/vendor/illuminate/events/NullDispatcher.php class NullDispatcher (line 8) | class NullDispatcher implements DispatcherContract method __construct (line 25) | public function __construct(DispatcherContract $dispatcher) method dispatch (line 38) | public function dispatch($event, $payload = [], $halt = false) method push (line 50) | public function push($event, $payload = []) method until (line 62) | public function until($event, $payload = []) method listen (line 74) | public function listen($events, $listener = null) method hasListeners (line 85) | public function hasListeners($eventName) method subscribe (line 96) | public function subscribe($subscriber) method flush (line 107) | public function flush($event) method forget (line 118) | public function forget($event) method forgetPushed (line 128) | public function forgetPushed() method __call (line 140) | public function __call($method, $parameters) FILE: server/vendor/illuminate/events/QueuedClosure.php class QueuedClosure (line 8) | class QueuedClosure method __construct (line 51) | public function __construct(Closure $closure) method onConnection (line 62) | public function onConnection($connection) method onQueue (line 75) | public function onQueue($queue) method delay (line 88) | public function delay($delay) method catch (line 101) | public function catch(Closure $closure) method resolve (line 113) | public function resolve() FILE: server/vendor/illuminate/events/functions.php function queueable (line 14) | function queueable(Closure $closure) FILE: server/vendor/illuminate/macroable/Traits/Macroable.php type Macroable (line 10) | trait Macroable method macro (line 26) | public static function macro($name, $macro) method mixin (line 40) | public static function mixin($mixin, $replace = true) method hasMacro (line 60) | public static function hasMacro($name) method flushMacros (line 70) | public static function flushMacros() method __callStatic (line 84) | public static function __callStatic($method, $parameters) method __call (line 110) | public function __call($method, $parameters) FILE: server/vendor/illuminate/pipeline/Hub.php class Hub (line 9) | class Hub implements HubContract method __construct (line 31) | public function __construct(Container $container = null) method defaults (line 42) | public function defaults(Closure $callback) method pipeline (line 54) | public function pipeline($name, Closure $callback) method pipe (line 66) | public function pipe($object, $pipeline = null) method getContainer (line 80) | public function getContainer() method setContainer (line 91) | public function setContainer(Container $container) FILE: server/vendor/illuminate/pipeline/Pipeline.php class Pipeline (line 11) | class Pipeline implements PipelineContract method __construct (line 47) | public function __construct(Container $container = null) method send (line 58) | public function send($passable) method through (line 71) | public function through($pipes) method via (line 84) | public function via($method) method then (line 97) | public function then(Closure $destination) method thenReturn (line 111) | public function thenReturn() method prepareDestination (line 124) | protected function prepareDestination(Closure $destination) method carry (line 140) | protected function carry() method parsePipeString (line 184) | protected function parsePipeString($pipe) method pipes (line 200) | protected function pipes() method getContainer (line 212) | protected function getContainer() method setContainer (line 227) | public function setContainer(Container $container) method handleCarry (line 240) | protected function handleCarry($carry) method handleException (line 254) | protected function handleException($passable, Throwable $e) FILE: server/vendor/illuminate/pipeline/PipelineServiceProvider.php class PipelineServiceProvider (line 9) | class PipelineServiceProvider extends ServiceProvider implements Deferra... method register (line 16) | public function register() method provides (line 28) | public function provides() FILE: server/vendor/illuminate/support/AggregateServiceProvider.php class AggregateServiceProvider (line 5) | class AggregateServiceProvider extends ServiceProvider method register (line 26) | public function register() method provides (line 40) | public function provides() FILE: server/vendor/illuminate/support/Carbon.php class Carbon (line 8) | class Carbon extends BaseCarbon method setTestNow (line 13) | public static function setTestNow($testNow = null) FILE: server/vendor/illuminate/support/Composer.php class Composer (line 9) | class Composer method __construct (line 32) | public function __construct(Filesystem $files, $workingPath = null) method dumpAutoloads (line 44) | public function dumpAutoloads($extra = '') method dumpOptimized (line 58) | public function dumpOptimized() method findComposer (line 68) | protected function findComposer() method phpBinary (line 82) | protected function phpBinary() method getProcess (line 93) | protected function getProcess(array $command) method setWorkingPath (line 104) | public function setWorkingPath($path) FILE: server/vendor/illuminate/support/ConfigurationUrlParser.php class ConfigurationUrlParser (line 7) | class ConfigurationUrlParser method parseConfiguration (line 30) | public function parseConfiguration($config) method getPrimaryOptions (line 61) | protected function getPrimaryOptions($url) method getDriver (line 81) | protected function getDriver($url) method getDatabase (line 98) | protected function getDatabase($url) method getQueryOptions (line 111) | protected function getQueryOptions($url) method parseUrl (line 134) | protected function parseUrl($url) method parseStringsToNativeTypes (line 153) | protected function parseStringsToNativeTypes($value) method getDriverAliases (line 177) | public static function getDriverAliases() method addDriverAlias (line 189) | public static function addDriverAlias($alias, $driver) FILE: server/vendor/illuminate/support/DateFactory.php class DateFactory (line 84) | class DateFactory method use (line 122) | public static function use($handler) method useDefault (line 140) | public static function useDefault() method useCallable (line 153) | public static function useCallable(callable $callable) method useClass (line 167) | public static function useClass($dateClass) method useFactory (line 181) | public static function useFactory($factory) method __call (line 198) | public function __call($method, $parameters) FILE: server/vendor/illuminate/support/Env.php class Env (line 9) | class Env method enablePutenv (line 30) | public static function enablePutenv() method disablePutenv (line 41) | public static function disablePutenv() method getRepository (line 52) | public static function getRepository() method get (line 74) | public static function get($key, $default = null) FILE: server/vendor/illuminate/support/Facades/App.php class App (line 53) | class App extends Facade method getFacadeAccessor (line 60) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Artisan.php class Artisan (line 18) | class Artisan extends Facade method getFacadeAccessor (line 25) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Auth.php class Auth (line 37) | class Auth extends Facade method getFacadeAccessor (line 44) | protected static function getFacadeAccessor() method routes (line 57) | public static function routes(array $options = []) FILE: server/vendor/illuminate/support/Facades/Blade.php class Blade (line 35) | class Blade extends Facade method getFacadeAccessor (line 42) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Broadcast.php class Broadcast (line 16) | class Broadcast extends Facade method getFacadeAccessor (line 23) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Bus.php class Bus (line 36) | class Bus extends Facade method fake (line 44) | public static function fake($jobsToFake = []) method dispatchChain (line 57) | public static function dispatchChain($jobs) method getFacadeAccessor (line 70) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Cache.php class Cache (line 29) | class Cache extends Facade method getFacadeAccessor (line 36) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Config.php class Config (line 15) | class Config extends Facade method getFacadeAccessor (line 22) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Cookie.php class Cookie (line 12) | class Cookie extends Facade method has (line 20) | public static function has($key) method get (line 32) | public static function get($key = null, $default = null) method getFacadeAccessor (line 42) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Crypt.php class Crypt (line 16) | class Crypt extends Facade method getFacadeAccessor (line 23) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/DB.php class DB (line 39) | class DB extends Facade method getFacadeAccessor (line 46) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Date.php class Date (line 88) | class Date extends Facade method getFacadeAccessor (line 99) | protected static function getFacadeAccessor() method resolveFacadeInstance (line 110) | protected static function resolveFacadeInstance($name) FILE: server/vendor/illuminate/support/Facades/Event.php class Event (line 30) | class Event extends Facade method fake (line 38) | public static function fake($eventsToFake = []) method fakeExcept (line 54) | public static function fakeExcept($eventsToAllow) method fakeFor (line 70) | public static function fakeFor(callable $callable, array $eventsToFake... method fakeExceptFor (line 91) | public static function fakeExceptFor(callable $callable, array $events... method getFacadeAccessor (line 110) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Facade.php class Facade (line 10) | abstract class Facade method resolved (line 32) | public static function resolved(Closure $callback) method spy (line 50) | public static function spy() method partialMock (line 66) | public static function partialMock() method shouldReceive (line 82) | public static function shouldReceive() method createFreshMockInstance (line 98) | protected static function createFreshMockInstance() method createMock (line 112) | protected static function createMock() method isMock (line 124) | protected static function isMock() method getMockableClass (line 137) | protected static function getMockableClass() method swap (line 150) | public static function swap($instance) method getFacadeRoot (line 164) | public static function getFacadeRoot() method getFacadeAccessor (line 176) | protected static function getFacadeAccessor() method resolveFacadeInstance (line 187) | protected static function resolveFacadeInstance($name) method clearResolvedInstance (line 208) | public static function clearResolvedInstance($name) method clearResolvedInstances (line 218) | public static function clearResolvedInstances() method getFacadeApplication (line 228) | public static function getFacadeApplication() method setFacadeApplication (line 239) | public static function setFacadeApplication($app) method __callStatic (line 253) | public static function __callStatic($method, $args) FILE: server/vendor/illuminate/support/Facades/File.php class File (line 51) | class File extends Facade method getFacadeAccessor (line 58) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Gate.php class Gate (line 29) | class Gate extends Facade method getFacadeAccessor (line 36) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Hash.php class Hash (line 14) | class Hash extends Facade method getFacadeAccessor (line 21) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Http.php class Http (line 56) | class Http extends Facade method getFacadeAccessor (line 63) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Lang.php class Lang (line 15) | class Lang extends Facade method getFacadeAccessor (line 22) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Log.php class Log (line 25) | class Log extends Facade method getFacadeAccessor (line 32) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Mail.php class Mail (line 38) | class Mail extends Facade method fake (line 45) | public static function fake() method getFacadeAccessor (line 57) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Notification.php class Notification (line 26) | class Notification extends Facade method fake (line 33) | public static function fake() method route (line 47) | public static function route($channel, $route) method getFacadeAccessor (line 57) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/ParallelTesting.php class ParallelTesting (line 15) | class ParallelTesting extends Facade method getFacadeAccessor (line 22) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Password.php class Password (line 19) | class Password extends Facade method getFacadeAccessor (line 61) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Queue.php class Queue (line 28) | class Queue extends Facade method popUsing (line 37) | public static function popUsing($workerName, $callback) method fake (line 47) | public static function fake() method getFacadeAccessor (line 59) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/RateLimiter.php class RateLimiter (line 19) | class RateLimiter extends Facade method getFacadeAccessor (line 26) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Redirect.php class Redirect (line 24) | class Redirect extends Facade method getFacadeAccessor (line 31) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Redis.php class Redis (line 13) | class Redis extends Facade method getFacadeAccessor (line 20) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Request.php class Request (line 92) | class Request extends Facade method getFacadeAccessor (line 99) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Response.php class Response (line 25) | class Response extends Facade method getFacadeAccessor (line 32) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Route.php class Route (line 51) | class Route extends Facade method getFacadeAccessor (line 58) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Schema.php class Schema (line 29) | class Schema extends Facade method connection (line 37) | public static function connection($name) method getFacadeAccessor (line 47) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Session.php class Session (line 34) | class Session extends Facade method getFacadeAccessor (line 41) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Storage.php class Storage (line 48) | class Storage extends Facade method fake (line 57) | public static function fake($disk = null, array $config = []) method persistentFake (line 83) | public static function persistentFake($disk = null, array $config = []) method getFacadeAccessor (line 99) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/URL.php class URL (line 27) | class URL extends Facade method getFacadeAccessor (line 34) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/Validator.php class Validator (line 15) | class Validator extends Facade method getFacadeAccessor (line 22) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Facades/View.php class View (line 19) | class View extends Facade method getFacadeAccessor (line 26) | protected static function getFacadeAccessor() FILE: server/vendor/illuminate/support/Fluent.php class Fluent (line 10) | class Fluent implements Arrayable, ArrayAccess, Jsonable, JsonSerializable method __construct (line 25) | public function __construct($attributes = []) method get (line 39) | public function get($key, $default = null) method getAttributes (line 53) | public function getAttributes() method toArray (line 63) | public function toArray() method jsonSerialize (line 73) | #[\ReturnTypeWillChange] method toJson (line 85) | public function toJson($options = 0) method offsetExists (line 96) | #[\ReturnTypeWillChange] method offsetGet (line 108) | #[\ReturnTypeWillChange] method offsetSet (line 121) | #[\ReturnTypeWillChange] method offsetUnset (line 133) | #[\ReturnTypeWillChange] method __call (line 146) | public function __call($method, $parameters) method __get (line 159) | public function __get($key) method __set (line 171) | public function __set($key, $value) method __isset (line 182) | public function __isset($key) method __unset (line 193) | public function __unset($key) FILE: server/vendor/illuminate/support/HigherOrderTapProxy.php class HigherOrderTapProxy (line 5) | class HigherOrderTapProxy method __construct (line 20) | public function __construct($target) method __call (line 32) | public function __call($method, $parameters) FILE: server/vendor/illuminate/support/HtmlString.php class HtmlString (line 7) | class HtmlString implements Htmlable method __construct (line 22) | public function __construct($html = '') method toHtml (line 32) | public function toHtml() method isEmpty (line 42) | public function isEmpty() method isNotEmpty (line 52) | public function isNotEmpty() method __toString (line 62) | public function __toString() FILE: server/vendor/illuminate/support/InteractsWithTime.php type InteractsWithTime (line 8) | trait InteractsWithTime method secondsUntil (line 16) | protected function secondsUntil($delay) method availableAt (line 31) | protected function availableAt($delay = 0) method parseDateInterval (line 46) | protected function parseDateInterval($delay) method currentTime (line 60) | protected function currentTime() FILE: server/vendor/illuminate/support/Js.php class Js (line 10) | class Js implements Htmlable method __construct (line 36) | public function __construct($data, $flags = 0, $depth = 512) method from (line 51) | public static function from($data, $flags = 0, $depth = 512) method convertDataToJavaScriptExpression (line 66) | protected function convertDataToJavaScriptExpression($data, $flags = 0... method jsonEncode (line 91) | protected function jsonEncode($data, $flags = 0, $depth = 512) method convertJsonToJavaScriptExpression (line 113) | protected function convertJsonToJavaScriptExpression($json, $flags = 0) method toHtml (line 131) | public function toHtml() method __toString (line 141) | public function __toString() FILE: server/vendor/illuminate/support/Manager.php class Manager (line 9) | abstract class Manager method __construct (line 45) | public function __construct(Container $container) method getDefaultDriver (line 56) | abstract public function getDefaultDriver(); method driver (line 66) | public function driver($driver = null) method createDriver (line 94) | protected function createDriver($driver) method callCustomCreator (line 118) | protected function callCustomCreator($driver) method extend (line 130) | public function extend($driver, Closure $callback) method getDrivers (line 142) | public function getDrivers() method getContainer (line 152) | public function getContainer() method setContainer (line 163) | public function setContainer(Container $container) method forgetDrivers (line 175) | public function forgetDrivers() method __call (line 189) | public function __call($method, $parameters) FILE: server/vendor/illuminate/support/MessageBag.php class MessageBag (line 11) | class MessageBag implements Jsonable, JsonSerializable, MessageBagContra... method __construct (line 33) | public function __construct(array $messages = []) method keys (line 47) | public function keys() method add (line 59) | public function add($key, $message) method addIf (line 76) | public function addIf($boolean, $key, $message) method isUnique (line 88) | protected function isUnique($key, $message) method merge (line 101) | public function merge($messages) method has (line 118) | public function has($key) method hasAny (line 145) | public function hasAny($keys = []) method first (line 169) | public function first($key = null, $format = null) method get (line 185) | public function get($key, $format = null) method getMessagesForWildcardKey (line 210) | protected function getMessagesForWildcardKey($key, $format) method all (line 229) | public function all($format = null) method unique (line 248) | public function unique($format = null) method transform (line 261) | protected function transform($messages, $format, $messageKey) method checkFormat (line 278) | protected function checkFormat($format) method messages (line 288) | public function messages() method getMessages (line 298) | public function getMessages() method getMessageBag (line 308) | public function getMessageBag() method getFormat (line 318) | public function getFormat() method setFormat (line 329) | public function setFormat($format = ':message') method isEmpty (line 341) | public function isEmpty() method isNotEmpty (line 351) | public function isNotEmpty() method any (line 361) | public function any() method count (line 371) | #[\ReturnTypeWillChange] method toArray (line 382) | public function toArray() method jsonSerialize (line 392) | #[\ReturnTypeWillChange] method toJson (line 404) | public function toJson($options = 0) method __toString (line 414) | public function __toString() FILE: server/vendor/illuminate/support/MultipleInstanceManager.php class MultipleInstanceManager (line 9) | abstract class MultipleInstanceManager method __construct (line 38) | public function __construct($app) method getDefaultInstance (line 48) | abstract public function getDefaultInstance(); method setDefaultInstance (line 56) | abstract public function setDefaultInstance($name); method getInstanceConfig (line 64) | abstract public function getInstanceConfig($name); method instance (line 72) | public function instance($name = null) method get (line 85) | protected function get($name) method resolve (line 98) | protected function resolve($name) method callCustomCreator (line 129) | protected function callCustomCreator(array $config) method forgetInstance (line 140) | public function forgetInstance($name = null) method purge (line 159) | public function purge($name = null) method extend (line 173) | public function extend($name, Closure $callback) method __call (line 187) | public function __call($method, $parameters) FILE: server/vendor/illuminate/support/NamespacedItemResolver.php class NamespacedItemResolver (line 5) | class NamespacedItemResolver method parseKey (line 20) | public function parseKey($key) method parseBasicSegments (line 52) | protected function parseBasicSegments(array $segments) method parseNamespacedSegments (line 75) | protected function parseNamespacedSegments($key) method setParsedKey (line 98) | public function setParsedKey($key, $parsed) method flushParsedKeys (line 108) | public function flushParsedKeys() FILE: server/vendor/illuminate/support/Optional.php class Optional (line 9) | class Optional implements ArrayAccess method __construct (line 28) | public function __construct($value) method __get (line 39) | public function __get($key) method __isset (line 52) | public function __isset($name) method offsetExists (line 71) | #[\ReturnTypeWillChange] method offsetGet (line 83) | #[\ReturnTypeWillChange] method offsetSet (line 96) | #[\ReturnTypeWillChange] method offsetUnset (line 110) | #[\ReturnTypeWillChange] method __call (line 125) | public function __call($method, $parameters) FILE: server/vendor/illuminate/support/Pluralizer.php class Pluralizer (line 8) | class Pluralizer method plural (line 68) | public static function plural($value, $count = 2) method singular (line 89) | public static function singular($value) method uncountable (line 102) | protected static function uncountable($value) method matchCase (line 114) | protected static function matchCase($value, $comparison) method inflector (line 132) | public static function inflector() FILE: server/vendor/illuminate/support/ProcessUtils.php class ProcessUtils (line 10) | class ProcessUtils method escapeArgument (line 18) | public static function escapeArgument($argument) method isSurroundedBy (line 65) | protected static function isSurroundedBy($arg, $char) FILE: server/vendor/illuminate/support/Reflector.php class Reflector (line 10) | class Reflector method isCallable (line 19) | public static function isCallable($var, $syntaxOnly = false) method getParameterClassName (line 65) | public static function getParameterClassName($parameter) method getParameterClassNames (line 82) | public static function getParameterClassNames($parameter) method getTypeName (line 110) | protected static function getTypeName($parameter, $type) method isParameterSubclassOf (line 134) | public static function isParameterSubclassOf($parameter, $className) FILE: server/vendor/illuminate/support/ServiceProvider.php class ServiceProvider (line 13) | abstract class ServiceProvider method __construct (line 56) | public function __construct($app) method register (line 66) | public function register() method booting (line 77) | public function booting(Closure $callback) method booted (line 88) | public function booted(Closure $callback) method callBootingCallbacks (line 98) | public function callBootingCallbacks() method callBootedCallbacks (line 114) | public function callBootedCallbacks() method mergeConfigFrom (line 132) | protected function mergeConfigFrom($path, $key) method loadRoutesFrom (line 149) | protected function loadRoutesFrom($path) method loadViewsFrom (line 163) | protected function loadViewsFrom($path, $namespace) method loadViewComponentsAs (line 186) | protected function loadViewComponentsAs($prefix, array $components) method loadTranslationsFrom (line 202) | protected function loadTranslationsFrom($path, $namespace) method loadJsonTranslationsFrom (line 215) | protected function loadJsonTranslationsFrom($path) method loadMigrationsFrom (line 228) | protected function loadMigrationsFrom($paths) method loadFactoriesFrom (line 245) | protected function loadFactoriesFrom($paths) method callAfterResolving (line 261) | protected function callAfterResolving($name, $callback) method publishes (line 277) | protected function publishes(array $paths, $groups = null) method ensurePublishArrayInitialized (line 294) | protected function ensurePublishArrayInitialized($class) method addPublishGroup (line 308) | protected function addPublishGroup($group, $paths) method pathsToPublish (line 326) | public static function pathsToPublish($provider = null, $group = null) method pathsForProviderOrGroup (line 344) | protected static function pathsForProviderOrGroup($provider, $group) method pathsForProviderAndGroup (line 364) | protected static function pathsForProviderAndGroup($provider, $group) method publishableProviders (line 378) | public static function publishableProviders() method publishableGroups (line 388) | public static function publishableGroups() method commands (line 399) | public function commands($commands) method provides (line 413) | public function provides() method when (line 423) | public function when() method isDeferred (line 433) | public function isDeferred() FILE: server/vendor/illuminate/support/Str.php class Str (line 13) | class Str method of (line 51) | public static function of($string) method after (line 63) | public static function after($subject, $search) method afterLast (line 75) | public static function afterLast($subject, $search) method ascii (line 97) | public static function ascii($value, $language = 'en') method transliterate (line 110) | public static function transliterate($string, $unknown = '?', $strict ... method before (line 122) | public static function before($subject, $search) method beforeLast (line 140) | public static function beforeLast($subject, $search) method between (line 163) | public static function between($subject, $from, $to) method camel (line 178) | public static function camel($value) method contains (line 194) | public static function contains($haystack, $needles) method containsAll (line 212) | public static function containsAll($haystack, array $needles) method endsWith (line 230) | public static function endsWith($haystack, $needles) method finish (line 251) | public static function finish($value, $cap) method is (line 265) | public static function is($pattern, $value) method isAscii (line 306) | public static function isAscii($value) method isUuid (line 317) | public static function isUuid($value) method kebab (line 332) | public static function kebab($value) method length (line 344) | public static function length($value, $encoding = null) method limit (line 361) | public static function limit($value, $limit = 100, $end = '...') method lower (line 376) | public static function lower($value) method words (line 389) | public static function words($value, $words = 100, $end = '...') method markdown (line 407) | public static function markdown($string, array $options = []) method mask (line 424) | public static function mask($string, $character, $index, $length = nul... method match (line 461) | public static function match($pattern, $subject) method matchAll (line 479) | public static function matchAll($pattern, $subject) method padBoth (line 498) | public static function padBoth($value, $length, $pad = ' ') method padLeft (line 511) | public static function padLeft($value, $length, $pad = ' ') method padRight (line 524) | public static function padRight($value, $length, $pad = ' ') method parseCallback (line 536) | public static function parseCallback($callback, $default = null) method plural (line 548) | public static function plural($value, $count = 2) method pluralStudly (line 560) | public static function pluralStudly($value, $count = 2) method random (line 575) | public static function random($length = 16) method repeat (line 597) | public static function repeat(string $string, int $times) method replaceArray (line 610) | public static function replaceArray($search, array $replace, $subject) method replace (line 631) | public static function replace($search, $replace, $subject) method replaceFirst (line 644) | public static function replaceFirst($search, $replace, $subject) method replaceLast (line 667) | public static function replaceLast($search, $replace, $subject) method remove (line 690) | public static function remove($search, $subject, $caseSensitive = true) method reverse (line 705) | public static function reverse(string $value) method start (line 717) | public static function start($value, $prefix) method upper (line 730) | public static function upper($value) method title (line 741) | public static function title($value) method headline (line 752) | public static function headline($value) method singular (line 771) | public static function singular($value) method slug (line 784) | public static function slug($title, $separator = '-', $language = 'en') method snake (line 812) | public static function snake($value, $delimiter = '_') method startsWith (line 836) | public static function startsWith($haystack, $needles) method studly (line 853) | public static function studly($value) method substr (line 878) | public static function substr($string, $start, $length = null) method substrCount (line 892) | public static function substrCount($haystack, $needle, $offset = 0, $l... method substrReplace (line 910) | public static function substrReplace($string, $replace, $offset = 0, $... method swap (line 926) | public static function swap(array $map, $subject) method ucfirst (line 937) | public static function ucfirst($string) method ucsplit (line 948) | public static function ucsplit($string) method wordCount (line 959) | public static function wordCount($string) method uuid (line 969) | public static function uuid() method orderedUuid (line 981) | public static function orderedUuid() method createUuidsUsing (line 1007) | public static function createUuidsUsing(callable $factory = null) method createUuidsNormally (line 1017) | public static function createUuidsNormally() method flushCache (line 1027) | public static function flushCache() FILE: server/vendor/illuminate/support/Stringable.php class Stringable (line 12) | class Stringable implements JsonSerializable method __construct (line 29) | public function __construct($value = '') method after (line 40) | public function after($search) method afterLast (line 51) | public function afterLast($search) method append (line 62) | public function append(...$values) method ascii (line 73) | public function ascii($language = 'en') method basename (line 84) | public function basename($suffix = '') method classBasename (line 94) | public function classBasename() method before (line 105) | public function before($search) method beforeLast (line 116) | public function beforeLast($search) method between (line 128) | public function between($from, $to) method camel (line 138) | public function camel() method contains (line 149) | public function contains($needles) method containsAll (line 160) | public function containsAll(array $needles) method dirname (line 171) | public function dirname($levels = 1) method endsWith (line 182) | public function endsWith($needles) method exactly (line 193) | public function exactly($value) method explode (line 205) | public function explode($delimiter, $limit = PHP_INT_MAX) method split (line 218) | public function split($pattern, $limit = -1, $flags = 0) method finish (line 235) | public function finish($cap) method is (line 246) | public function is($pattern) method isAscii (line 256) | public function isAscii() method isUuid (line 266) | public function isUuid() method isEmpty (line 276) | public function isEmpty() method isNotEmpty (line 286) | public function isNotEmpty() method kebab (line 296) | public function kebab() method length (line 307) | public function length($encoding = null) method limit (line 319) | public function limit($limit = 100, $end = '...') method lower (line 329) | public function lower() method markdown (line 340) | public function markdown(array $options = []) method mask (line 354) | public function mask($character, $index, $length = null, $encoding = '... method match (line 365) | public function match($pattern) method matchAll (line 376) | public function matchAll($pattern) method test (line 387) | public function test($pattern) method padBoth (line 399) | public function padBoth($length, $pad = ' ') method padLeft (line 411) | public function padLeft($length, $pad = ' ') method padRight (line 423) | public function padRight($length, $pad = ' ') method parseCallback (line 434) | public function parseCallback($default = null) method pipe (line 445) | public function pipe(callable $callback) method plural (line 456) | public function plural($count = 2) method pluralStudly (line 467) | public function pluralStudly($count = 2) method prepend (line 478) | public function prepend(...$values) method remove (line 490) | public function remove($search, $caseSensitive = true) method reverse (line 500) | public function reverse() method repeat (line 511) | public function repeat(int $times) method replace (line 523) | public function replace($search, $replace) method replaceArray (line 535) | public function replaceArray($search, array $replace) method replaceFirst (line 547) | public function replaceFirst($search, $replace) method replaceLast (line 559) | public function replaceLast($search, $replace) method replaceMatches (line 572) | public function replaceMatches($pattern, $replace, $limit = -1) method scan (line 587) | public function scan($format) method start (line 598) | public function start($prefix) method stripTags (line 609) | public function stripTags($allowedTags = null) method upper (line 619) | public function upper() method title (line 629) | public function title() method headline (line 639) | public function headline() method singular (line 649) | public function singular() method slug (line 661) | public function slug($separator = '-', $language = 'en') method snake (line 672) | public function snake($delimiter = '_') method startsWith (line 683) | public function startsWith($needles) method studly (line 693) | public function studly() method substr (line 705) | public function substr($start, $length = null) method substrCount (line 718) | public function substrCount($needle, $offset = null, $length = null) method substrReplace (line 731) | public function substrReplace($replace, $offset = 0, $length = null) method swap (line 742) | public function swap(array $map) method trim (line 753) | public function trim($characters = null) method ltrim (line 764) | public function ltrim($characters = null) method rtrim (line 775) | public function rtrim($characters = null) method ucfirst (line 785) | public function ucfirst() method ucsplit (line 795) | public function ucsplit() method whenContains (line 808) | public function whenContains($needles, $callback, $default = null) method whenContainsAll (line 821) | public function whenContainsAll(array $needles, $callback, $default = ... method whenEmpty (line 833) | public function whenEmpty($callback, $default = null) method whenNotEmpty (line 845) | public function whenNotEmpty($callback, $default = null) method whenEndsWith (line 858) | public function whenEndsWith($needles, $callback, $default = null) method whenExactly (line 871) | public function whenExactly($value, $callback, $default = null) method whenIs (line 884) | public function whenIs($pattern, $callback, $default = null) method whenIsAscii (line 896) | public function whenIsAscii($callback, $default = null) method whenIsUuid (line 908) | public function whenIsUuid($callback, $default = null) method whenStartsWith (line 921) | public function whenStartsWith($needles, $callback, $default = null) method whenTest (line 934) | public function whenTest($pattern, $callback, $default = null) method words (line 946) | public function words($words = 100, $end = '...') method wordCount (line 956) | public function wordCount() method toHtmlString (line 966) | public function toHtmlString() method dump (line 976) | public function dump() method dd (line 988) | public function dd() method jsonSerialize (line 1000) | #[\ReturnTypeWillChange] method __get (line 1012) | public function __get($key) method __toString (line 1022) | public function __toString() FILE: server/vendor/illuminate/support/Testing/Fakes/BatchRepositoryFake.php class BatchRepositoryFake (line 14) | class BatchRepositoryFake implements BatchRepository method get (line 23) | public function get($limit, $before) method find (line 34) | public function find(string $batchId) method store (line 45) | public function store(PendingBatch $batch) method incrementTotalJobs (line 70) | public function incrementTotalJobs(string $batchId, int $amount) method decrementPendingJobs (line 82) | public function decrementPendingJobs(string $batchId, string $jobId) method incrementFailedJobs (line 94) | public function incrementFailedJobs(string $batchId, string $jobId) method markAsFinished (line 105) | public function markAsFinished(string $batchId) method cancel (line 116) | public function cancel(string $batchId) method delete (line 127) | public function delete(string $batchId) method transaction (line 138) | public function transaction(Closure $callback) FILE: server/vendor/illuminate/support/Testing/Fakes/BusFake.php class BusFake (line 13) | class BusFake implements QueueingDispatcher method __construct (line 66) | public function __construct(QueueingDispatcher $dispatcher, $jobsToFak... method assertDispatched (line 80) | public function assertDispatched($command, $callback = null) method assertDispatchedTimes (line 105) | public function assertDispatchedTimes($command, $times = 1) method assertNotDispatched (line 124) | public function assertNotDispatched($command, $callback = null) method assertNothingDispatched (line 143) | public function assertNothingDispatched() method assertDispatchedSync (line 155) | public function assertDispatchedSync($command, $callback = null) method assertDispatchedSyncTimes (line 178) | public function assertDispatchedSyncTimes($command, $times = 1) method assertNotDispatchedSync (line 195) | public function assertNotDispatchedSync($command, $callback = null) method assertDispatchedAfterResponse (line 214) | public function assertDispatchedAfterResponse($command, $callback = null) method assertDispatchedAfterResponseTimes (line 237) | public function assertDispatchedAfterResponseTimes($command, $times = 1) method assertNotDispatchedAfterResponse (line 254) | public function assertNotDispatchedAfterResponse($command, $callback =... method assertChained (line 272) | public function assertChained(array $expectedChain) method resetChainPropertiesToDefaults (line 313) | protected function resetChainPropertiesToDefaults($job) method assertDispatchedWithoutChain (line 330) | public function assertDispatchedWithoutChain($command, $callback = null) method assertDispatchedWithChainOfObjects (line 352) | protected function assertDispatchedWithChainOfObjects($command, $expec... method assertDispatchedWithChainOfClasses (line 374) | protected function assertDispatchedWithChainOfClasses($command, $expec... method isChainOfObjects (line 395) | protected function isChainOfObjects($chain) method assertBatched (line 408) | public function assertBatched(callable $callback) method assertBatchCount (line 422) | public function assertBatchCount($count) method dispatched (line 436) | public function dispatched($command, $callback = null) method dispatchedSync (line 458) | public function dispatchedSync(string $command, $callback = null) method dispatchedAfterResponse (line 480) | public function dispatchedAfterResponse(string $command, $callback = n... method batched (line 501) | public function batched(callable $callback) method hasDispatched (line 518) | public function hasDispatched($command) method hasDispatchedSync (line 529) | public function hasDispatchedSync($command) method hasDispatchedAfterResponse (line 540) | public function hasDispatchedAfterResponse($command) method dispatch (line 551) | public function dispatch($command) method dispatchSync (line 569) | public function dispatchSync($command, $handler = null) method dispatchNow (line 585) | public function dispatchNow($command, $handler = null) method dispatchToQueue (line 600) | public function dispatchToQueue($command) method dispatchAfterResponse (line 615) | public function dispatchAfterResponse($command) method chain (line 630) | public function chain($jobs) method findBatch (line 643) | public function findBatch(string $batchId) method batch (line 654) | public function batch($jobs) method recordPendingBatch (line 665) | public function recordPendingBatch(PendingBatch $pendingBatch) method shouldFakeJob (line 678) | protected function shouldFakeJob($command) method pipeThrough (line 698) | public function pipeThrough(array $pipes) method hasCommandHandler (line 711) | public function hasCommandHandler($command) method getCommandHandler (line 722) | public function getCommandHandler($command) method map (line 733) | public function map(array $map) FILE: server/vendor/illuminate/support/Testing/Fakes/EventFake.php class EventFake (line 13) | class EventFake implements Dispatcher method __construct (line 45) | public function __construct(Dispatcher $dispatcher, $eventsToFake = []) method assertListening (line 59) | public function assertListening($expectedEvent, $expectedListener) method assertDispatched (line 95) | public function assertDispatched($event, $callback = null) method assertDispatchedTimes (line 118) | public function assertDispatchedTimes($event, $times = 1) method assertNotDispatched (line 135) | public function assertNotDispatched($event, $callback = null) method assertNothingDispatched (line 152) | public function assertNothingDispatched() method dispatched (line 169) | public function dispatched($event, $callback = null) method hasDispatched (line 190) | public function hasDispatched($event) method listen (line 202) | public function listen($events, $listener = null) method hasListeners (line 213) | public function hasListeners($eventName) method push (line 225) | public function push($event, $payload = []) method subscribe (line 236) | public function subscribe($subscriber) method flush (line 247) | public function flush($event) method dispatch (line 260) | public function dispatch($event, $payload = [], $halt = false) method shouldFakeEvent (line 278) | protected function shouldFakeEvent($eventName, $payload) method forget (line 299) | public function forget($event) method forgetPushed (line 309) | public function forgetPushed() method until (line 321) | public function until($event, $payload = []) FILE: server/vendor/illuminate/support/Testing/Fakes/MailFake.php class MailFake (line 14) | class MailFake implements Factory, Mailer, MailQueue method assertSent (line 46) | public function assertSent($mailable, $callback = null) method assertSentTimes (line 73) | protected function assertSentTimes($mailable, $times = 1) method assertNotOutgoing (line 90) | public function assertNotOutgoing($mailable, $callback = null) method assertNotSent (line 103) | public function assertNotSent($mailable, $callback = null) method assertNothingOutgoing (line 118) | public function assertNothingOutgoing() method assertNothingSent (line 129) | public function assertNothingSent() method assertQueued (line 145) | public function assertQueued($mailable, $callback = null) method assertQueuedTimes (line 166) | protected function assertQueuedTimes($mailable, $times = 1) method assertNotQueued (line 183) | public function assertNotQueued($mailable, $callback = null) method assertNothingQueued (line 198) | public function assertNothingQueued() method sent (line 214) | public function sent($mailable, $callback = null) method hasSent (line 237) | public function hasSent($mailable) method queued (line 249) | public function queued($mailable, $callback = null) method hasQueued (line 272) | public function hasQueued($mailable) method mailablesOf (line 283) | protected function mailablesOf($type) method queuedMailablesOf (line 296) | protected function queuedMailablesOf($type) method mailer (line 309) | public function mailer($name = null) method to (line 322) | public function to($users) method bcc (line 333) | public function bcc($users) method raw (line 345) | public function raw($text, $callback) method send (line 358) | public function send($view, array $data = [], $callback = null) method queue (line 382) | public function queue($view, $queue = null) method later (line 403) | public function later($delay, $view, $queue = null) method failures (line 413) | public function failures() method prepareMailableAndCallback (line 425) | protected function prepareMailableAndCallback($mailable, $callback) method forgetMailers (line 439) | public function forgetMailers() FILE: server/vendor/illuminate/support/Testing/Fakes/NotificationFake.php class NotificationFake (line 17) | class NotificationFake implements NotificationDispatcher, NotificationFa... method assertSentOnDemand (line 44) | public function assertSentOnDemand($notification, $callback = null) method assertSentTo (line 59) | public function assertSentTo($notifiable, $notification, $callback = n... method assertSentOnDemandTimes (line 94) | public function assertSentOnDemandTimes($notification, $times = 1) method assertSentToTimes (line 107) | public function assertSentToTimes($notifiable, $notification, $times = 1) method assertNotSentTo (line 127) | public function assertNotSentTo($notifiable, $notification, $callback ... method assertNothingSent (line 156) | public function assertNothingSent() method assertSentTimes (line 168) | public function assertSentTimes($notification, $expectedCount) method assertTimesSent (line 191) | public function assertTimesSent($expectedCount, $notification) method sent (line 204) | public function sent($notifiable, $notification, $callback = null) method hasSent (line 228) | public function hasSent($notifiable, $notification) method notificationsFor (line 240) | protected function notificationsFor($notifiable, $notification) method send (line 252) | public function send($notifiables, $notification) method sendNow (line 265) | public function sendNow($notifiables, $notification, array $channels =... method channel (line 310) | public function channel($name = null) method locale (line 321) | public function locale($locale) FILE: server/vendor/illuminate/support/Testing/Fakes/PendingBatchFake.php class PendingBatchFake (line 8) | class PendingBatchFake extends PendingBatch method __construct (line 24) | public function __construct(BusFake $bus, Collection $jobs) method dispatch (line 35) | public function dispatch() FILE: server/vendor/illuminate/support/Testing/Fakes/PendingChainFake.php class PendingChainFake (line 9) | class PendingChainFake extends PendingChain method __construct (line 26) | public function __construct(BusFake $bus, $job, $chain) method dispatch (line 38) | public function dispatch() FILE: server/vendor/illuminate/support/Testing/Fakes/PendingMailFake.php class PendingMailFake (line 8) | class PendingMailFake extends PendingMail method __construct (line 16) | public function __construct($mailer) method send (line 27) | public function send(Mailable $mailable) method queue (line 38) | public function queue(Mailable $mailable) FILE: server/vendor/illuminate/support/Testing/Fakes/QueueFake.php class QueueFake (line 12) | class QueueFake extends QueueManager implements Queue method assertPushed (line 30) | public function assertPushed($job, $callback = null) method assertPushedTimes (line 53) | protected function assertPushedTimes($job, $times = 1) method assertPushedOn (line 71) | public function assertPushedOn($queue, $job, $callback = null) method assertPushedWithChain (line 94) | public function assertPushedWithChain($job, $expectedChain = [], $call... method assertPushedWithoutChain (line 118) | public function assertPushedWithoutChain($job, $callback = null) method assertPushedWithChainOfObjects (line 136) | protected function assertPushedWithChainOfObjects($job, $expectedChain... method assertPushedWithChainOfClasses (line 158) | protected function assertPushedWithChainOfClasses($job, $expectedChain... method isChainOfObjects (line 179) | protected function isChainOfObjects($chain) method assertNotPushed (line 193) | public function assertNotPushed($job, $callback = null) method assertNothingPushed (line 210) | public function assertNothingPushed() method pushed (line 222) | public function pushed($job, $callback = null) method hasPushed (line 243) | public function hasPushed($job) method connection (line 254) | public function connection($value = null) method size (line 265) | public function size($queue = null) method push (line 280) | public function push($job, $data = '', $queue = null) method pushRaw (line 296) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 310) | public function later($delay, $job, $data = '', $queue = null) method pushOn (line 323) | public function pushOn($queue, $job, $data = '') method laterOn (line 337) | public function laterOn($queue, $delay, $job, $data = '') method pop (line 348) | public function pop($queue = null) method bulk (line 361) | public function bulk($jobs, $data = '', $queue = null) method pushedJobs (line 373) | public function pushedJobs() method getConnectionName (line 383) | public function getConnectionName() method setConnectionName (line 394) | public function setConnectionName($name) method __call (line 408) | public function __call($method, $parameters) FILE: server/vendor/illuminate/support/Timebox.php class Timebox (line 5) | class Timebox method call (line 21) | public function call(callable $callback, int $microseconds) method returnEarly (line 41) | public function returnEarly() method dontReturnEarly (line 53) | public function dontReturnEarly() method usleep (line 66) | protected function usleep($microseconds) FILE: server/vendor/illuminate/support/Traits/CapsuleManagerTrait.php type CapsuleManagerTrait (line 8) | trait CapsuleManagerTrait method setupContainer (line 30) | protected function setupContainer(Container $container) method setAsGlobal (line 44) | public function setAsGlobal() method getContainer (line 54) | public function getContainer() method setContainer (line 65) | public function setContainer(Container $container) FILE: server/vendor/illuminate/support/Traits/Conditionable.php type Conditionable (line 5) | trait Conditionable method when (line 15) | public function when($value, $callback, $default = null) method unless (line 34) | public function unless($value, $callback, $default = null) FILE: server/vendor/illuminate/support/Traits/ForwardsCalls.php type ForwardsCalls (line 8) | trait ForwardsCalls method forwardCallTo (line 20) | protected function forwardCallTo($object, $method, $parameters) method forwardDecoratedCallTo (line 50) | protected function forwardDecoratedCallTo($object, $method, $parameters) method throwBadMethodCallException (line 69) | protected static function throwBadMethodCallException($method) FILE: server/vendor/illuminate/support/Traits/Localizable.php type Localizable (line 7) | trait Localizable method withLocale (line 16) | public function withLocale($locale, $callback) FILE: server/vendor/illuminate/support/Traits/ReflectsClosures.php type ReflectsClosures (line 10) | trait ReflectsClosures method firstClosureParameterType (line 21) | protected function firstClosureParameterType(Closure $closure) method firstClosureParameterTypes (line 45) | protected function firstClosureParameterTypes(Closure $closure) method closureParameterTypes (line 76) | protected function closureParameterTypes(Closure $closure) FILE: server/vendor/illuminate/support/Traits/Tappable.php type Tappable (line 5) | trait Tappable method tap (line 13) | public function tap($callback = null) FILE: server/vendor/illuminate/support/ValidatedInput.php class ValidatedInput (line 9) | class ValidatedInput implements ValidatedData method __construct (line 24) | public function __construct(array $input) method only (line 35) | public function only($keys) method except (line 60) | public function except($keys) method merge (line 77) | public function merge(array $items) method collect (line 87) | public function collect() method all (line 97) | public function all() method toArray (line 107) | public function toArray() method __get (line 118) | public function __get($name) method __set (line 130) | public function __set($name, $value) method __isset (line 140) | public function __isset($name) method __unset (line 151) | public function __unset($name) method offsetExists (line 162) | #[\ReturnTypeWillChange] method offsetGet (line 174) | #[\ReturnTypeWillChange] method offsetSet (line 187) | #[\ReturnTypeWillChange] method offsetUnset (line 203) | #[\ReturnTypeWillChange] method getIterator (line 214) | #[\ReturnTypeWillChange] FILE: server/vendor/illuminate/support/ViewErrorBag.php class ViewErrorBag (line 11) | class ViewErrorBag implements Countable method hasBag (line 26) | public function hasBag($key = 'default') method getBag (line 37) | public function getBag($key) method getBags (line 47) | public function getBags() method put (line 59) | public function put($key, MessageBagContract $bag) method any (line 71) | public function any() method count (line 81) | #[\ReturnTypeWillChange] method __call (line 94) | public function __call($method, $parameters) method __get (line 105) | public function __get($key) method __set (line 117) | public function __set($key, $value) method __toString (line 127) | public function __toString() FILE: server/vendor/illuminate/support/helpers.php function append_config (line 17) | function append_config(array $array) function blank (line 40) | function blank($value) function class_basename (line 69) | function class_basename($class) function class_uses_recursive (line 84) | function class_uses_recursive($class) function e (line 108) | function e($value, $doubleEncode = true) function env (line 130) | function env($key, $default = null) function filled (line 143) | function filled($value) function object_get (line 158) | function object_get($object, $key, $default = null) function optional (line 184) | function optional($value = null, callable $callback = null) function preg_replace_array (line 203) | function preg_replace_array($pattern, array $replacements, $subject) function retry (line 225) | function retry($times, callable $callback, $sleepMilliseconds = 0, $when... function tap (line 257) | function tap($value, $callback = null) function throw_if (line 280) | function throw_if($condition, $exception = 'RuntimeException', ...$param... function throw_unless (line 305) | function throw_unless($condition, $exception = 'RuntimeException', ...$p... function trait_uses_recursive (line 320) | function trait_uses_recursive($trait) function transform (line 341) | function transform($value, callable $callback, $default = null) function windows_os (line 361) | function windows_os() function with (line 375) | function with($value, callable $callback = null) FILE: server/vendor/jasig/phpcas/source/CAS.php function gettmpdir (line 246) | function gettmpdir() { class phpCAS (line 276) | class phpCAS method client (line 348) | public static function client($server_version, $server_hostname, method proxy (line 403) | public static function proxy($server_version, $server_hostname, method isInitialized (line 438) | public static function isInitialized () method setLogger (line 461) | public static function setLogger($logger = null) method setDebug (line 481) | public static function setDebug($filename = '') method setVerbose (line 525) | public static function setVerbose($verbose) method getVerbose (line 540) | public static function getVerbose() method log (line 553) | public static function log($str) method error (line 593) | public static function error($msg) method trace (line 627) | public static function trace($str) method traceBegin (line 639) | public static function traceBegin() method traceEnd (line 686) | public static function traceEnd($res = '') method traceExit (line 708) | public static function traceExit() method setLang (line 736) | public static function setLang($lang) method getVersion (line 761) | public static function getVersion() method getSupportedProtocols (line 771) | public static function getSupportedProtocols() method setHTMLHeader (line 798) | public static function setHTMLHeader($header) method setHTMLFooter (line 816) | public static function setHTMLFooter($footer) method setPGTStorage (line 844) | public static function setPGTStorage($storage) method setPGTStorageDb (line 874) | public static function setPGTStorageDb($dsn_or_pdo, $username='', method setPGTStorageFile (line 896) | public static function setPGTStorageFile($path = '') method getProxiedService (line 927) | public static function getProxiedService ($type) method initializeProxiedService (line 954) | public static function initializeProxiedService (CAS_ProxiedService $p... method serviceWeb (line 980) | public static function serviceWeb($url, & $err_code, & $output) method serviceMail (line 1014) | public static function serviceMail($url, $service, $flags, & $err_code... method setCacheTimesForAuthRecheck (line 1049) | public static function setCacheTimesForAuthRecheck($n) method setCasAttributeParserCallback (line 1072) | public static function setCasAttributeParserCallback($function, array ... method setPostAuthenticateCallback (line 1098) | public static function setPostAuthenticateCallback ($function, array $... method setSingleSignoutCallback (line 1119) | public static function setSingleSignoutCallback ($function, array $add... method checkAuthentication (line 1136) | public static function checkAuthentication() method forceAuthentication (line 1157) | public static function forceAuthentication() method renewAuthentication (line 1182) | public static function renewAuthentication() method isAuthenticated (line 1202) | public static function isAuthenticated() method isSessionAuthenticated (line 1224) | public static function isSessionAuthenticated() method getUser (line 1238) | public static function getUser() method getAttributes (line 1257) | public static function getAttributes() method hasAttributes (line 1276) | public static function hasAttributes() method hasAttribute (line 1296) | public static function hasAttribute($key) method getAttribute (line 1316) | public static function getAttribute($key) method handleLogoutRequests (line 1335) | public static function handleLogoutRequests($check_client = true, $all... method getServerLoginURL (line 1347) | public static function getServerLoginURL() method setServerLoginURL (line 1362) | public static function setServerLoginURL($url = '') method setServerServiceValidateURL (line 1388) | public static function setServerServiceValidateURL($url = '') method setServerProxyValidateURL (line 1414) | public static function setServerProxyValidateURL($url = '') method setServerSamlValidateURL (line 1435) | public static function setServerSamlValidateURL($url = '') method getServerLogoutURL (line 1454) | public static function getServerLogoutURL() method setServerLogoutURL (line 1469) | public static function setServerLogoutURL($url = '') method logout (line 1491) | public static function logout($params = "") method logoutWithRedirectService (line 1524) | public static function logoutWithRedirectService($service) method logoutWithUrl (line 1547) | public static function logoutWithUrl($url) method logoutWithRedirectServiceAndUrl (line 1574) | public static function logoutWithRedirectServiceAndUrl($service, $url) method setFixedCallbackURL (line 1605) | public static function setFixedCallbackURL($url = '') method setFixedServiceURL (line 1627) | public static function setFixedServiceURL($url) method getServiceURL (line 1646) | public static function getServiceURL() method retrievePT (line 1661) | public static function retrievePT($target_service, & $err_code, & $err... method setCasServerCACert (line 1681) | public static function setCasServerCACert($cert, $validate_cn = true) method setNoCasServerValidation (line 1700) | public static function setNoCasServerValidation() method setNoClearTicketsFromUrl (line 1720) | public static function setNoClearTicketsFromUrl() method setExtraCurlOption (line 1740) | public static function setExtraCurlOption($key, $value) method setSessionIdSalt (line 1763) | public static function setSessionIdSalt($salt) { method allowProxyChain (line 1806) | public static function allowProxyChain(CAS_ProxyChain_Interface $proxy... method getProxies (line 1829) | public static function getProxies () method addRebroadcastNode (line 1848) | public static function addRebroadcastNode($rebroadcastNodeUrl) method addRebroadcastHeader (line 1871) | public static function addRebroadcastHeader($header) method _validateClientExists (line 1892) | private static function _validateClientExists() method _validateProxyExists (line 1906) | private static function _validateProxyExists() method getCasClient (line 1916) | public static function getCasClient() method setCasClient (line 1926) | public static function setCasClient(\CAS_Client $client) FILE: server/vendor/jasig/phpcas/source/CAS/AuthenticationException.php class CAS_AuthenticationException (line 48) | class CAS_AuthenticationException method __construct (line 68) | public function __construct($client,$failure,$cas_url,$no_response, FILE: server/vendor/jasig/phpcas/source/CAS/Autoload.php function CAS_autoload (line 24) | function CAS_autoload($class) FILE: server/vendor/jasig/phpcas/source/CAS/Client.php class CAS_Client (line 53) | class CAS_Client method _htmlFilterOutput (line 77) | private function _htmlFilterOutput($str) method printHTMLHeader (line 103) | public function printHTMLHeader($title) method printHTMLFooter (line 135) | public function printHTMLFooter() method setHTMLHeader (line 157) | public function setHTMLHeader($header) method setHTMLFooter (line 173) | public function setHTMLFooter($footer) method printf (line 191) | private function printf(string $format, ...$values): void method setLang (line 223) | public function setLang($lang) method getLangObj (line 244) | public function getLangObj() method getServerVersion (line 295) | public function getServerVersion() method _getServerHostname (line 305) | private function _getServerHostname() method _getServerPort (line 315) | private function _getServerPort() method _getServerURI (line 325) | private function _getServerURI() method _getServerBaseURL (line 335) | private function _getServerBaseURL() method getServerLoginURL (line 359) | public function getServerLoginURL($gateway=false,$renew=false) method setServerLoginURL (line 387) | public function setServerLoginURL($url) method setServerServiceValidateURL (line 404) | public function setServerServiceValidateURL($url) method setServerProxyValidateURL (line 421) | public function setServerProxyValidateURL($url) method setServerSamlValidateURL (line 438) | public function setServerSamlValidateURL($url) method getServerServiceValidateURL (line 453) | public function getServerServiceValidateURL() method getServerSamlValidateURL (line 485) | public function getServerSamlValidateURL() method getServerProxyValidateURL (line 510) | public function getServerProxyValidateURL() method getServerProxyURL (line 541) | public function getServerProxyURL() method getServerLogoutURL (line 563) | public function getServerLogoutURL() method setServerLogoutURL (line 579) | public function setServerLogoutURL($url) method setExtraCurlOption (line 601) | public function setExtraCurlOption($key, $value) method setRequestImplementation (line 633) | public function setRequestImplementation ($className) method setNoClearTicketsFromUrl (line 660) | public function setNoClearTicketsFromUrl () method setCasAttributeParserCallback (line 686) | public function setCasAttributeParserCallback($function, array $additi... method setPostAuthenticateCallback (line 720) | public function setPostAuthenticateCallback ($function, array $additio... method setSingleSignoutCallback (line 750) | public function setSingleSignoutCallback ($function, array $additional... method ensureIsProxy (line 767) | public function ensureIsProxy() method markAuthenticationCall (line 783) | public function markAuthenticationCall ($auth) method wasAuthenticationCalled (line 801) | public function wasAuthenticationCalled () method _ensureAuthenticationCalled (line 814) | private function _ensureAuthenticationCalled() method wasAuthenticationCallSuccessful (line 829) | public function wasAuthenticationCallSuccessful () method ensureAuthenticationCallSuccessful (line 844) | public function ensureAuthenticationCallSuccessful() method getAuthenticationCallerFile (line 866) | public function getAuthenticationCallerFile () method getAuthenticationCallerLine (line 880) | public function getAuthenticationCallerLine () method getAuthenticationCallerMethod (line 894) | public function getAuthenticationCallerMethod () method __construct (line 933) | public function __construct( method _setChangeSessionID (line 1117) | private function _setChangeSessionID($allowed) method getChangeSessionID (line 1127) | public function getChangeSessionID() method setSessionHandler (line 1139) | public function setSessionHandler(\SessionHandlerInterface $sessionHan... method getSessionValue (line 1156) | protected function getSessionValue($key, $default = null) method hasSessionValue (line 1177) | protected function hasSessionValue($key) method setSessionValue (line 1192) | protected function setSessionValue($key, $value) method ensureSessionArray (line 1203) | protected function ensureSessionArray() { method removeSessionValue (line 1216) | protected function removeSessionValue($key) method clearSessionValues (line 1231) | protected function clearSessionValues() method validateSession (line 1243) | protected function validateSession($key) method _renameSession (line 1259) | protected function _renameSession($ticket) method _setUser (line 1315) | private function _setUser($user) method getUser (line 1328) | public function getUser() method _getUser (line 1344) | private function _getUser() method setAttributes (line 1372) | public function setAttributes($attributes) method getAttributes (line 1382) | public function getAttributes() method hasAttributes (line 1402) | public function hasAttributes() method hasAttribute (line 1416) | public function hasAttribute($key) method _hasAttribute (line 1431) | private function _hasAttribute($key) method getAttribute (line 1444) | public function getAttribute($key) method renewAuthentication (line 1461) | public function renewAuthentication() method forceAuthentication (line 1484) | public function forceAuthentication() method setCacheTimesForAuthRecheck (line 1518) | public function setCacheTimesForAuthRecheck($n) method checkAuthentication (line 1533) | public function checkAuthentication() method isAuthenticated (line 1590) | public function isAuthenticated($renew=false) method isSessionAuthenticated (line 1742) | public function isSessionAuthenticated () method _wasPreviouslyAuthenticated (line 1755) | private function _wasPreviouslyAuthenticated() method redirectToCas (line 1859) | public function redirectToCas($gateway=false,$renew=false) method logout (line 1887) | public function logout($params) method _isLogoutRequest (line 1926) | private function _isLogoutRequest() method handleLogoutRequests (line 1941) | public function handleLogoutRequests($check_client=true, $allowed_clie... method getTicket (line 2076) | public function getTicket() method setTicket (line 2088) | public function setTicket($st) method hasTicket (line 2098) | public function hasTicket() method setCasServerCACert (line 2150) | public function setCasServerCACert($cert, $validate_cn) method setNoCasServerValidation (line 2171) | public function setNoCasServerValidation() method validateCAS10 (line 2192) | public function validateCAS10(&$validate_url,&$text_response,&$tree_re... method validateSA (line 2270) | public function validateSA(&$validate_url,&$text_response,&$tree_respo... method _setSessionAttributes (line 2365) | private function _setSessionAttributes($text_response) method isProxy (line 2446) | public function isProxy() method _getPGT (line 2475) | private function _getPGT() method _setPGT (line 2487) | private function _setPGT($pgt) method _hasPGT (line 2497) | private function _hasPGT() method _setCallbackMode (line 2532) | private function _setCallbackMode($callback_mode) method _isCallbackMode (line 2543) | private function _isCallbackMode() method _setCallbackModeUsingPost (line 2563) | private function _setCallbackModeUsingPost($callback_mode_using_post) method _isCallbackModeUsingPost (line 2573) | private function _isCallbackModeUsingPost() method _getCallbackURL (line 2594) | private function _getCallbackURL() method setCallbackURL (line 2615) | public function setCallbackURL($url) method _callback (line 2632) | private function _callback() method isXmlResponse (line 2679) | private function isXmlResponse() method _initPGTStorage (line 2717) | private function _initPGTStorage() method _storePGT (line 2736) | private function _storePGT($pgt,$pgt_iou) method _loadPGT (line 2752) | private function _loadPGT($pgt_iou) method setPGTStorage (line 2768) | public function setPGTStorage($storage) method setPGTStorageDb (line 2803) | public function setPGTStorageDb( method setPGTStorageFile (line 2835) | public function setPGTStorageFile($path='') method _validatePGT (line 2868) | private function _validatePGT(&$validate_url,$text_response,$tree_resp... method retrievePT (line 2922) | public function retrievePT($target_service,&$err_code,&$err_msg) method _readURL (line 3054) | private function _readURL($url, &$headers, &$body, &$err_msg) method _buildSAMLPayload (line 3109) | private function _buildSAMLPayload() method getProxiedService (line 3146) | public function getProxiedService ($type) method initializeProxiedService (line 3197) | public function initializeProxiedService (CAS_ProxiedService $proxiedS... method serviceWeb (line 3232) | public function serviceWeb($url,&$err_code,&$output) method serviceMail (line 3282) | public function serviceMail($url,$serviceUrl,$flags,&$err_code,&$err_m... method getProxies (line 3361) | public function getProxies() method _setProxies (line 3374) | private function _setProxies($proxies) method getAllowedProxyChains (line 3401) | public function getAllowedProxyChains () method validateCAS20 (line 3432) | public function validateCAS20(&$validate_url,&$text_response,&$tree_re... method _xml_to_array (line 3657) | private function _xml_to_array($root, $namespace = "cas") method _parse_json_like_array_value (line 3723) | private function _parse_json_like_array_value($json_value) method _flatten_array (line 3792) | private function _flatten_array($arr) method _readExtraAttributesCas20 (line 3857) | private function _readExtraAttributesCas20($success_elements) method _addAttributeToArray (line 3898) | private function _addAttributeToArray(array &$attributeArray, $name, $... method setURL (line 3946) | public function setURL($url) method getURL (line 3961) | public function getURL() method setBaseURL (line 3995) | public function setBaseURL($url) method getServiceBaseUrl (line 4019) | public function getServiceBaseUrl() method _setServiceBaseUrl (line 4048) | private function _setServiceBaseUrl($name) method _removeParameterFromQueryString (line 4071) | private function _removeParameterFromQueryString($parameterName, $quer... method _buildQueryUrl (line 4090) | private function _buildQueryUrl($url, $query) method _startsWith (line 4105) | private function _startsWith($text, $char) method _endsWith (line 4118) | private function _endsWith($text, $char) method _sessionIdForTicket (line 4134) | private function _sessionIdForTicket($ticket) method setSessionIdSalt (line 4155) | public function setSessionIdSalt($salt) { method _authError (line 4178) | private function _authError( method _getNodeType (line 4250) | private function _getNodeType($nodeURL) method addRebroadcastNode (line 4269) | public function addRebroadcastNode($rebroadcastNodeUrl) method addRebroadcastHeader (line 4293) | public function addRebroadcastHeader($header) method _rebroadcast (line 4314) | private function _rebroadcast($type) FILE: server/vendor/jasig/phpcas/source/CAS/CookieJar.php class CAS_CookieJar (line 41) | class CAS_CookieJar method __construct (line 54) | public function __construct (array &$storageArray) method storeCookies (line 70) | public function storeCookies ($request_url, $response_headers) method getCookies (line 101) | public function getCookies ($request_url) method parseCookieHeaders (line 135) | protected function parseCookieHeaders( $header, $defaultDomain ) method parseCookieHeader (line 160) | protected function parseCookieHeader ($line, $defaultDomain) method storeCookie (line 255) | protected function storeCookie ($cookie) method discardCookie (line 272) | protected function discardCookie ($cookie) method expireCookies (line 298) | protected function expireCookies () method cookieMatchesTarget (line 317) | protected function cookieMatchesTarget ($cookie, $target) FILE: server/vendor/jasig/phpcas/source/CAS/Exception.php type CAS_Exception (line 55) | interface CAS_Exception FILE: server/vendor/jasig/phpcas/source/CAS/GracefullTerminationException.php class CAS_GracefullTerminationException (line 43) | class CAS_GracefullTerminationException method __construct (line 60) | public function __construct ($message = 'Terminate Gracefully', $code ... method throwInsteadOfExiting (line 80) | public static function throwInsteadOfExiting() FILE: server/vendor/jasig/phpcas/source/CAS/InvalidArgumentException.php class CAS_InvalidArgumentException (line 40) | class CAS_InvalidArgumentException FILE: server/vendor/jasig/phpcas/source/CAS/Languages/Catalan.php class CAS_Languages_Catalan (line 43) | class CAS_Languages_Catalan implements CAS_Languages_LanguageInterface method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/ChineseSimplified.php class CAS_Languages_ChineseSimplified (line 43) | class CAS_Languages_ChineseSimplified implements CAS_Languages_LanguageI... method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/English.php class CAS_Languages_English (line 43) | class CAS_Languages_English implements CAS_Languages_LanguageInterface method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/French.php class CAS_Languages_French (line 43) | class CAS_Languages_French implements CAS_Languages_LanguageInterface method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/Galego.php class CAS_Languages_Galego (line 44) | class CAS_Languages_Galego implements CAS_Languages_LanguageInterface method getUsingServer (line 51) | public function getUsingServer() method getAuthenticationWanted (line 61) | public function getAuthenticationWanted() method getLogout (line 71) | public function getLogout() method getShouldHaveBeenRedirected (line 81) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 91) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 101) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 112) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/German.php class CAS_Languages_German (line 43) | class CAS_Languages_German implements CAS_Languages_LanguageInterface method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/Greek.php class CAS_Languages_Greek (line 43) | class CAS_Languages_Greek implements CAS_Languages_LanguageInterface method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/Japanese.php class CAS_Languages_Japanese (line 41) | class CAS_Languages_Japanese implements CAS_Languages_LanguageInterface method getUsingServer (line 48) | public function getUsingServer() method getAuthenticationWanted (line 58) | public function getAuthenticationWanted() method getLogout (line 68) | public function getLogout() method getShouldHaveBeenRedirected (line 78) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 88) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 98) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 108) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/LanguageInterface.php type CAS_Languages_LanguageInterface (line 44) | interface CAS_Languages_LanguageInterface method getUsingServer (line 51) | public function getUsingServer(); method getAuthenticationWanted (line 58) | public function getAuthenticationWanted(); method getLogout (line 65) | public function getLogout(); method getShouldHaveBeenRedirected (line 72) | public function getShouldHaveBeenRedirected(); method getAuthenticationFailed (line 79) | public function getAuthenticationFailed(); method getYouWereNotAuthenticated (line 86) | public function getYouWereNotAuthenticated(); method getServiceUnavailable (line 93) | public function getServiceUnavailable(); FILE: server/vendor/jasig/phpcas/source/CAS/Languages/Portuguese.php class CAS_Languages_Portuguese (line 43) | class CAS_Languages_Portuguese implements CAS_Languages_LanguageInterface method getUsingServer (line 50) | public function getUsingServer() method getAuthenticationWanted (line 60) | public function getAuthenticationWanted() method getLogout (line 70) | public function getLogout() method getShouldHaveBeenRedirected (line 80) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 90) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 100) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 110) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/Languages/Spanish.php class CAS_Languages_Spanish (line 44) | class CAS_Languages_Spanish implements CAS_Languages_LanguageInterface method getUsingServer (line 52) | public function getUsingServer() method getAuthenticationWanted (line 62) | public function getAuthenticationWanted() method getLogout (line 72) | public function getLogout() method getShouldHaveBeenRedirected (line 82) | public function getShouldHaveBeenRedirected() method getAuthenticationFailed (line 92) | public function getAuthenticationFailed() method getYouWereNotAuthenticated (line 102) | public function getYouWereNotAuthenticated() method getServiceUnavailable (line 112) | public function getServiceUnavailable() FILE: server/vendor/jasig/phpcas/source/CAS/OutOfSequenceBeforeAuthenticationCallException.php class CAS_OutOfSequenceBeforeAuthenticationCallException (line 43) | class CAS_OutOfSequenceBeforeAuthenticationCallException method __construct (line 52) | public function __construct () FILE: server/vendor/jasig/phpcas/source/CAS/OutOfSequenceBeforeClientException.php class CAS_OutOfSequenceBeforeClientException (line 43) | class CAS_OutOfSequenceBeforeClientException method __construct (line 52) | public function __construct () FILE: server/vendor/jasig/phpcas/source/CAS/OutOfSequenceBeforeProxyException.php class CAS_OutOfSequenceBeforeProxyException (line 43) | class CAS_OutOfSequenceBeforeProxyException method __construct (line 53) | public function __construct () FILE: server/vendor/jasig/phpcas/source/CAS/OutOfSequenceException.php class CAS_OutOfSequenceException (line 44) | class CAS_OutOfSequenceException FILE: server/vendor/jasig/phpcas/source/CAS/PGTStorage/AbstractStorage.php class CAS_PGTStorage_AbstractStorage (line 46) | abstract class CAS_PGTStorage_AbstractStorage method __construct (line 67) | function __construct($cas_parent) method getStorageType (line 90) | function getStorageType() method getStorageInfo (line 103) | function getStorageInfo() method setErrorMessage (line 131) | function setErrorMessage($error_message) method getErrorMessage (line 144) | function getErrorMessage() method isInitialized (line 168) | function isInitialized() method init (line 178) | function init() method write (line 198) | function write($pgt,$pgt_iou) method read (line 213) | function read($pgt_iou) FILE: server/vendor/jasig/phpcas/source/CAS/PGTStorage/Db.php class CAS_PGTStorage_Db (line 46) | class CAS_PGTStorage_Db extends CAS_PGTStorage_AbstractStorage method _getPdo (line 63) | private function _getPdo() method _getTable (line 86) | private function _getTable() method getStorageType (line 101) | public function getStorageType() method getStorageInfo (line 113) | public function getStorageInfo() method __construct (line 138) | public function __construct( method init (line 179) | public function init() method _setErrorMode (line 221) | private function _setErrorMode() method _resetErrorMode (line 234) | private function _resetErrorMode() method createTableSql (line 253) | protected function createTableSql() method storePgtSql (line 265) | protected function storePgtSql() method retrievePgtSql (line 278) | protected function retrievePgtSql() method deletePgtSql (line 289) | protected function deletePgtSql() method createTable (line 303) | public function createTable() method write (line 349) | public function write($pgt, $pgt_iou) method read (line 392) | public function read($pgt_iou) FILE: server/vendor/jasig/phpcas/source/CAS/PGTStorage/File.php class CAS_PGTStorage_File (line 45) | class CAS_PGTStorage_File extends CAS_PGTStorage_AbstractStorage method getPath (line 68) | function getPath() method getStorageType (line 84) | function getStorageType() method getStorageInfo (line 96) | function getStorageInfo() method __construct (line 115) | function __construct($cas_parent,$path) method init (line 156) | function init() method getPGTIouFilename (line 180) | function getPGTIouFilename($pgt_iou) method write (line 201) | function write($pgt,$pgt_iou) method read (line 234) | function read($pgt_iou) FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService.php type CAS_ProxiedService (line 47) | interface CAS_ProxiedService method getServiceUrl (line 56) | public function getServiceUrl (); method setProxyTicket (line 69) | public function setProxyTicket ($proxyTicket); FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Abstract.php class CAS_ProxiedService_Abstract (line 41) | abstract class CAS_ProxiedService_Abstract method setProxyTicket (line 61) | public function setProxyTicket ($proxyTicket) method getProxyTicket (line 83) | protected function getProxyTicket () method setCasClient (line 112) | public function setCasClient (CAS_Client $casClient) method initializeProxyTicket (line 133) | protected function initializeProxyTicket() FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Exception.php class CAS_ProxiedService_Exception (line 40) | class CAS_ProxiedService_Exception FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Http.php type CAS_ProxiedService_Http (line 41) | interface CAS_ProxiedService_Http method setUrl (line 56) | public function setUrl ($url); method send (line 68) | public function send (); method getResponseHeaders (line 80) | public function getResponseHeaders (); method getResponseBody (line 88) | public function getResponseBody (); FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Http/Abstract.php class CAS_ProxiedService_Http_Abstract (line 41) | abstract class CAS_ProxiedService_Http_Abstract extends method __construct (line 66) | public function __construct(CAS_Request_RequestInterface $requestHandler, method getServiceUrl (line 85) | public function getServiceUrl() method setUrl (line 108) | public function setUrl($url) method send (line 139) | public function send() method makeRequest (line 208) | protected function makeRequest($url) method populateRequest (line 260) | abstract protected function populateRequest( method getRedirectUrl (line 271) | protected function getRedirectUrl(array $responseHeaders) method hasBeenSent (line 292) | protected function hasBeenSent() method getResponseHeaders (line 303) | public function getResponseHeaders() method getResponseStatusCode (line 320) | public function getResponseStatusCode() method getResponseBody (line 337) | public function getResponseBody() method getCookies (line 354) | public function getCookies() FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Http/Get.php class CAS_ProxiedService_Http_Get (line 68) | class CAS_ProxiedService_Http_Get method populateRequest (line 79) | protected function populateRequest (CAS_Request_RequestInterface $requ... FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Http/Post.php class CAS_ProxiedService_Http_Post (line 70) | class CAS_ProxiedService_Http_Post method setContentType (line 96) | public function setContentType ($contentType) method setBody (line 115) | public function setBody ($body) method populateRequest (line 133) | protected function populateRequest (CAS_Request_RequestInterface $requ... FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Imap.php class CAS_ProxiedService_Imap (line 40) | class CAS_ProxiedService_Imap method __construct (line 58) | public function __construct ($username) method getServiceUrl (line 79) | public function getServiceUrl () method setServiceUrl (line 102) | public function setServiceUrl ($url) method setMailbox (line 131) | public function setMailbox ($mailbox) method setOptions (line 161) | public function setOptions ($options) method open (line 192) | public function open () method hasBeenOpened (line 232) | protected function hasBeenOpened () method getStream (line 253) | public function getStream () method getImapProxyTicket (line 271) | public function getImapProxyTicket () FILE: server/vendor/jasig/phpcas/source/CAS/ProxiedService/Testable.php type CAS_ProxiedService_Testable (line 56) | interface CAS_ProxiedService_Testable method setCasClient (line 72) | public function setCasClient (CAS_Client $casClient); FILE: server/vendor/jasig/phpcas/source/CAS/ProxyChain.php class CAS_ProxyChain (line 42) | class CAS_ProxyChain method __construct (line 60) | public function __construct(array $chain) method matches (line 73) | public function matches(array $list) method isSizeValid (line 123) | protected function isSizeValid (array $list) FILE: server/vendor/jasig/phpcas/source/CAS/ProxyChain/AllowedList.php class CAS_ProxyChain_AllowedList (line 43) | class CAS_ProxyChain_AllowedList method isProxyingAllowed (line 53) | public function isProxyingAllowed() method allowProxyChain (line 65) | public function allowProxyChain(CAS_ProxyChain_Interface $chain) method isProxyListAllowed (line 77) | public function isProxyListAllowed(array $proxies) method contains (line 103) | public function contains(array $list) FILE: server/vendor/jasig/phpcas/source/CAS/ProxyChain/Any.php class CAS_ProxyChain_Any (line 47) | class CAS_ProxyChain_Any method matches (line 58) | public function matches(array $list) FILE: server/vendor/jasig/phpcas/source/CAS/ProxyChain/Interface.php type CAS_ProxyChain_Interface (line 41) | interface CAS_ProxyChain_Interface method matches (line 51) | public function matches(array $list); FILE: server/vendor/jasig/phpcas/source/CAS/ProxyChain/Trusted.php class CAS_ProxyChain_Trusted (line 42) | class CAS_ProxyChain_Trusted method isSizeValid (line 54) | protected function isSizeValid (array $list) FILE: server/vendor/jasig/phpcas/source/CAS/ProxyTicketException.php class CAS_ProxyTicketException (line 41) | class CAS_ProxyTicketException method __construct (line 54) | public function __construct ($message, $code = PHPCAS_SERVICE_PT_FAILURE) FILE: server/vendor/jasig/phpcas/source/CAS/Request/AbstractRequest.php class CAS_Request_AbstractRequest (line 40) | abstract class CAS_Request_AbstractRequest method setUrl (line 68) | public function setUrl ($url) method addCookie (line 88) | public function addCookie ($name, $value) method addCookies (line 109) | public function addCookies (array $cookies) method addHeader (line 128) | public function addHeader ($header) method addHeaders (line 147) | public function addHeaders (array $headers) method makePost (line 164) | public function makePost () method setPostBody (line 183) | public function setPostBody ($body) method setSslCaCert (line 208) | public function setSslCaCert ($caCertPath,$validate_cn=true) method send (line 229) | public function send () method sendRequest (line 250) | abstract protected function sendRequest (); method storeResponseHeaders (line 259) | protected function storeResponseHeaders (array $headers) method storeResponseHeader (line 271) | protected function storeResponseHeader ($header) method storeResponseBody (line 283) | protected function storeResponseBody ($body) method storeErrorMessage (line 295) | protected function storeErrorMessage ($message) method getResponseHeaders (line 310) | public function getResponseHeaders () method getResponseStatusCode (line 327) | public function getResponseStatusCode () method getResponseBody (line 354) | public function getResponseBody () method getErrorMessage (line 371) | public function getErrorMessage () FILE: server/vendor/jasig/phpcas/source/CAS/Request/CurlMultiRequest.php class CAS_Request_CurlMultiRequest (line 42) | class CAS_Request_CurlMultiRequest method addRequest (line 64) | public function addRequest (CAS_Request_RequestInterface $request) method getNumRequests (line 86) | public function getNumRequests() method send (line 107) | public function send () FILE: server/vendor/jasig/phpcas/source/CAS/Request/CurlRequest.php class CAS_Request_CurlRequest (line 40) | class CAS_Request_CurlRequest method setCurlOptions (line 52) | public function setCurlOptions (array $options) method sendRequest (line 63) | protected function sendRequest () method initAndConfigure (line 102) | public function initAndConfigure() method _storeResponseBody (line 180) | public function _storeResponseBody ($body) method _curlReadHeaders (line 193) | public function _curlReadHeaders ($ch, $header) FILE: server/vendor/jasig/phpcas/source/CAS/Request/Exception.php class CAS_Request_Exception (line 40) | class CAS_Request_Exception FILE: server/vendor/jasig/phpcas/source/CAS/Request/MultiRequestInterface.php type CAS_Request_MultiRequestInterface (line 42) | interface CAS_Request_MultiRequestInterface method addRequest (line 62) | public function addRequest (CAS_Request_RequestInterface $request); method getNumRequests (line 69) | public function getNumRequests (); method send (line 82) | public function send (); FILE: server/vendor/jasig/phpcas/source/CAS/Request/RequestInterface.php type CAS_Request_RequestInterface (line 40) | interface CAS_Request_RequestInterface method setUrl (line 55) | public function setUrl ($url); method addCookie (line 66) | public function addCookie ($name, $value); method addCookies (line 78) | public function addCookies (array $cookies); method addHeader (line 88) | public function addHeader ($header); method addHeaders (line 98) | public function addHeaders (array $headers); method makePost (line 106) | public function makePost (); method setPostBody (line 116) | public function setPostBody ($body); method setSslCaCert (line 128) | public function setSslCaCert ($caCertPath, $validate_cn = true); method send (line 142) | public function send (); method getResponseHeaders (line 154) | public function getResponseHeaders (); method getResponseStatusCode (line 162) | public function getResponseStatusCode (); method getResponseBody (line 170) | public function getResponseBody (); method getErrorMessage (line 178) | public function getErrorMessage (); FILE: server/vendor/jasig/phpcas/source/CAS/ServiceBaseUrl/AllowedListDiscovery.php class CAS_ServiceBaseUrl_AllowedListDiscovery (line 44) | class CAS_ServiceBaseUrl_AllowedListDiscovery method __construct (line 49) | public function __construct($list) { method allow (line 69) | public function allow($url) method isAllowed (line 81) | protected function isAllowed($name) method discover (line 99) | protected function discover() method get (line 137) | public function get() FILE: server/vendor/jasig/phpcas/source/CAS/ServiceBaseUrl/Base.php class CAS_ServiceBaseUrl_Base (line 40) | abstract class CAS_ServiceBaseUrl_Base method get (line 49) | abstract public function get(); method isHttps (line 58) | public function isHttps() { method removeStandardPort (line 79) | protected function removeStandardPort($url) { FILE: server/vendor/jasig/phpcas/source/CAS/ServiceBaseUrl/Interface.php type CAS_ServiceBaseUrl_Interface (line 41) | interface CAS_ServiceBaseUrl_Interface method get (line 50) | public function get(); method isHttps (line 59) | public function isHttps(); FILE: server/vendor/jasig/phpcas/source/CAS/ServiceBaseUrl/Static.php class CAS_ServiceBaseUrl_Static (line 44) | class CAS_ServiceBaseUrl_Static method __construct (line 49) | public function __construct($name) { method get (line 62) | public function get() FILE: server/vendor/jasig/phpcas/source/CAS/Session/PhpSession.php class CAS_Session_PhpSession (line 43) | class CAS_Session_PhpSession extends SessionHandler implements SessionHa... FILE: server/vendor/jasig/phpcas/source/CAS/TypeMismatchException.php class CAS_TypeMismatchException (line 40) | class CAS_TypeMismatchException method __construct (line 54) | public function __construct ( FILE: server/vendor/laravel/serializable-closure/src/Contracts/Serializable.php type Serializable (line 5) | interface Serializable method __invoke (line 12) | public function __invoke(); method getClosure (line 19) | public function getClosure(); FILE: server/vendor/laravel/serializable-closure/src/Contracts/Signer.php type Signer (line 5) | interface Signer method sign (line 13) | public function sign($serializable); method verify (line 21) | public function verify($signature); FILE: server/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php class InvalidSignatureException (line 7) | class InvalidSignatureException extends Exception method __construct (line 15) | public function __construct($message = 'Your serialized closure might ... FILE: server/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php class MissingSecretKeyException (line 7) | class MissingSecretKeyException extends Exception method __construct (line 15) | public function __construct($message = 'No serializable closure secret... FILE: server/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php class PhpVersionNotSupportedException (line 7) | class PhpVersionNotSupportedException extends Exception method __construct (line 15) | public function __construct($message = 'PHP 7.3 is not supported.') FILE: server/vendor/laravel/serializable-closure/src/SerializableClosure.php class SerializableClosure (line 11) | class SerializableClosure method __construct (line 26) | public function __construct(Closure $closure) method __invoke (line 42) | public function __invoke() method getClosure (line 56) | public function getClosure() method unsigned (line 71) | public static function unsigned(Closure $closure) method setSecretKey (line 82) | public static function setSecretKey($secret) method transformUseVariablesUsing (line 95) | public static function transformUseVariablesUsing($transformer) method resolveUseVariablesUsing (line 106) | public static function resolveUseVariablesUsing($resolver) method __serialize (line 116) | public function __serialize() method __unserialize (line 131) | public function __unserialize($data) FILE: server/vendor/laravel/serializable-closure/src/Serializers/Native.php class Native (line 17) | class Native implements Serializable method __construct (line 79) | public function __construct(Closure $closure) method __invoke (line 89) | public function __invoke() method getClosure (line 99) | public function getClosure() method __serialize (line 109) | public function __serialize() method __unserialize (line 166) | public function __unserialize($data) method wrapClosures (line 213) | public static function wrapClosures(&$data, $storage) method getReflector (line 298) | public function getReflector() method mapPointers (line 314) | protected function mapPointers(&$data) method mapByReference (line 408) | protected function mapByReference(&$data) FILE: server/vendor/laravel/serializable-closure/src/Serializers/Signed.php class Signed (line 9) | class Signed implements Serializable method __construct (line 31) | public function __construct($closure) method __invoke (line 41) | public function __invoke() method getClosure (line 51) | public function getClosure() method __serialize (line 61) | public function __serialize() method __unserialize (line 80) | public function __unserialize($signature) FILE: server/vendor/laravel/serializable-closure/src/Signers/Hmac.php class Hmac (line 7) | class Hmac implements Signer method __construct (line 22) | public function __construct($secret) method sign (line 33) | public function sign($serialized) method verify (line 47) | public function verify($signature) FILE: server/vendor/laravel/serializable-closure/src/Support/ClosureScope.php class ClosureScope (line 7) | class ClosureScope extends SplObjectStorage FILE: server/vendor/laravel/serializable-closure/src/Support/ClosureStream.php class ClosureStream (line 5) | #[\AllowDynamicProperties] method stream_open (line 50) | public function stream_open($path, $mode, $options, &$opened_path) method stream_read (line 64) | public function stream_read($count) method stream_eof (line 78) | public function stream_eof() method stream_set_option (line 91) | public function stream_set_option($option, $arg1, $arg2) method stream_stat (line 101) | public function stream_stat() method url_stat (line 117) | public function url_stat($path, $flags) method stream_seek (line 133) | public function stream_seek($offset, $whence = SEEK_SET) method stream_tell (line 163) | public function stream_tell() method register (line 173) | public static function register() FILE: server/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php class ReflectionClosure (line 13) | class ReflectionClosure extends ReflectionFunction method __construct (line 37) | public function __construct(Closure $closure, $code = null) method isStatic (line 47) | public function isStatic(): bool method isShortClosure (line 61) | public function isShortClosure() method getCode (line 81) | public function getCode() method getBuiltinTypes (line 716) | protected static function getBuiltinTypes() method getUseVariables (line 744) | public function getUseVariables() method isBindingRequired (line 785) | public function isBindingRequired() method isScopeRequired (line 799) | public function isScopeRequired() method getHashedFileName (line 813) | protected function getHashedFileName() method getFileTokens (line 827) | protected function getFileTokens() method getTokens (line 843) | protected function getTokens() method getClasses (line 886) | protected function getClasses() method getFunctions (line 902) | protected function getFunctions() method getConstants (line 918) | protected function getConstants() method getStructures (line 934) | protected function getStructures() method fetchItems (line 950) | protected function fetchItems() method getClosureNamespaceName (line 1168) | protected function getClosureNamespaceName() method parseNameQualified (line 1186) | protected function parseNameQualified($token) FILE: server/vendor/laravel/serializable-closure/src/Support/SelfReference.php class SelfReference (line 5) | class SelfReference method __construct (line 20) | public function __construct($hash) FILE: server/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php class UnsignedSerializableClosure (line 8) | class UnsignedSerializableClosure method __construct (line 23) | public function __construct(Closure $closure) method __invoke (line 37) | public function __invoke() method getClosure (line 51) | public function getClosure() method __serialize (line 65) | public function __serialize() method __unserialize (line 78) | public function __unserialize($data) FILE: server/vendor/league/oauth2-client/src/Grant/AbstractGrant.php class AbstractGrant (line 31) | abstract class AbstractGrant method getName (line 41) | abstract protected function getName(); method getRequiredRequestParameters (line 48) | abstract protected function getRequiredRequestParameters(); method __toString (line 56) | public function __toString() method prepareRequestParameters (line 69) | public function prepareRequestParameters(array $defaults, array $options) FILE: server/vendor/league/oauth2-client/src/Grant/AuthorizationCode.php class AuthorizationCode (line 22) | class AuthorizationCode extends AbstractGrant method getName (line 27) | protected function getName() method getRequiredRequestParameters (line 35) | protected function getRequiredRequestParameters() FILE: server/vendor/league/oauth2-client/src/Grant/ClientCredentials.php class ClientCredentials (line 22) | class ClientCredentials extends AbstractGrant method getName (line 27) | protected function getName() method getRequiredRequestParameters (line 35) | protected function getRequiredRequestParameters() FILE: server/vendor/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php class InvalidGrantException (line 24) | class InvalidGrantException extends InvalidArgumentException FILE: server/vendor/league/oauth2-client/src/Grant/GrantFactory.php class GrantFactory (line 22) | class GrantFactory method setGrant (line 36) | public function setGrant($name, AbstractGrant $grant) method getGrant (line 51) | public function getGrant($name) method registerDefaultGrant (line 66) | protected function registerDefaultGrant($name) method isGrant (line 83) | public function isGrant($class) method checkGrant (line 95) | public function checkGrant($class) FILE: server/vendor/league/oauth2-client/src/Grant/Password.php class Password (line 22) | class Password extends AbstractGrant method getName (line 27) | protected function getName() method getRequiredRequestParameters (line 35) | protected function getRequiredRequestParameters() FILE: server/vendor/league/oauth2-client/src/Grant/RefreshToken.php class RefreshToken (line 22) | class RefreshToken extends AbstractGrant method getName (line 27) | protected function getName() method getRequiredRequestParameters (line 35) | protected function getRequiredRequestParameters() FILE: server/vendor/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php class HttpBasicAuthOptionProvider (line 23) | class HttpBasicAuthOptionProvider extends PostAuthOptionProvider method getAccessTokenOptions (line 28) | public function getAccessTokenOptions($method, array $params) FILE: server/vendor/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php type OptionProviderInterface (line 20) | interface OptionProviderInterface method getAccessTokenOptions (line 29) | public function getAccessTokenOptions($method, array $params); FILE: server/vendor/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php class PostAuthOptionProvider (line 23) | class PostAuthOptionProvider implements OptionProviderInterface method getAccessTokenOptions (line 30) | public function getAccessTokenOptions($method, array $params) method getAccessTokenBody (line 47) | protected function getAccessTokenBody(array $params) FILE: server/vendor/league/oauth2-client/src/Provider/AbstractProvider.php class AbstractProvider (line 42) | abstract class AbstractProvider method __construct (line 132) | public function __construct(array $options = [], array $collaborators ... method getAllowedClientOptions (line 171) | protected function getAllowedClientOptions(array $options) method setGrantFactory (line 189) | public function setGrantFactory(GrantFactory $factory) method getGrantFactory (line 201) | public function getGrantFactory() method setRequestFactory (line 212) | public function setRequestFactory(RequestFactory $factory) method getRequestFactory (line 224) | public function getRequestFactory() method setHttpClient (line 235) | public function setHttpClient(HttpClientInterface $client) method getHttpClient (line 247) | public function getHttpClient() method setOptionProvider (line 258) | public function setOptionProvider(OptionProviderInterface $provider) method getOptionProvider (line 270) | public function getOptionProvider() method getState (line 282) | public function getState() method setPkceCode (line 295) | public function setPkceCode($pkceCode) method getPkceCode (line 308) | public function getPkceCode() method getBaseAuthorizationUrl (line 320) | abstract public function getBaseAuthorizationUrl(); method getBaseAccessTokenUrl (line 330) | abstract public function getBaseAccessTokenUrl(array $params); method getResourceOwnerDetailsUrl (line 338) | abstract public function getResourceOwnerDetailsUrl(AccessToken $token); method getRandomState (line 347) | protected function getRandomState($length = 32) method getRandomPkceCode (line 362) | protected function getRandomPkceCode($length = 64) method getDefaultScopes (line 383) | abstract protected function getDefaultScopes(); method getScopeSeparator (line 391) | protected function getScopeSeparator() method getPkceMethod (line 399) | protected function getPkceMethod() method getAuthorizationParameters (line 411) | protected function getAuthorizationParameters(array $options) method getAuthorizationQuery (line 471) | protected function getAuthorizationQuery(array $params) method getAuthorizationUrl (line 483) | public function getAuthorizationUrl(array $options = []) method authorize (line 500) | public function authorize( method appendQuery (line 522) | protected function appendQuery($url, $query) method getAccessTokenMethod (line 539) | protected function getAccessTokenMethod() method getAccessTokenResourceOwnerId (line 549) | protected function getAccessTokenResourceOwnerId() method getAccessTokenQuery (line 560) | protected function getAccessTokenQuery(array $params) method verifyGrant (line 572) | protected function verifyGrant($grant) method getAccessTokenUrl (line 588) | protected function getAccessTokenUrl(array $params) method getAccessTokenRequest (line 606) | protected function getAccessTokenRequest(array $params) method getAccessToken (line 625) | public function getAccessToken($grant, array $options = []) method getRequest (line 666) | public function getRequest($method, $url, array $options = []) method getAuthenticatedRequest (line 680) | public function getAuthenticatedRequest($method, $url, $token, array $... method createRequest (line 694) | protected function createRequest($method, $url, $token, array $options) method getResponse (line 716) | public function getResponse(RequestInterface $request) method getParsedResponse (line 730) | public function getParsedResponse(RequestInterface $request) method parseJson (line 752) | protected function parseJson($content) method getContentType (line 772) | protected function getContentType(ResponseInterface $response) method parseResponse (line 784) | protected function parseResponse(ResponseInterface $response) method checkResponse (line 824) | abstract protected function checkResponse(ResponseInterface $response,... method prepareAccessTokenResponse (line 835) | protected function prepareAccessTokenResponse(array $result) method createAccessToken (line 856) | protected function createAccessToken(array $response, AbstractGrant $g... method createResourceOwner (line 869) | abstract protected function createResourceOwner(array $response, Acces... method getResourceOwner (line 880) | public function getResourceOwner(AccessToken $token) method fetchResourceOwnerDetails (line 896) | protected function fetchResourceOwnerDetails(AccessToken $token) method getDefaultHeaders (line 920) | protected function getDefaultHeaders() method getAuthorizationHeaders (line 937) | protected function getAuthorizationHeaders($token = null) method getHeaders (line 950) | public function getHeaders($token = null) FILE: server/vendor/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php class IdentityProviderException (line 20) | class IdentityProviderException extends \Exception method __construct (line 32) | public function __construct($message, $code, $response) method getResponseBody (line 44) | public function getResponseBody() FILE: server/vendor/league/oauth2-client/src/Provider/GenericProvider.php class GenericProvider (line 27) | class GenericProvider extends AbstractProvider method __construct (line 90) | public function __construct(array $options = [], array $collaborators ... method getConfigurableOptions (line 112) | protected function getConfigurableOptions() method getRequiredOptions (line 131) | protected function getRequiredOptions() method assertRequiredOptions (line 147) | private function assertRequiredOptions(array $options) method getBaseAuthorizationUrl (line 161) | public function getBaseAuthorizationUrl() method getBaseAccessTokenUrl (line 169) | public function getBaseAccessTokenUrl(array $params) method getResourceOwnerDetailsUrl (line 177) | public function getResourceOwnerDetailsUrl(AccessToken $token) method getDefaultScopes (line 185) | public function getDefaultScopes() method getAccessTokenMethod (line 193) | protected function getAccessTokenMethod() method getAccessTokenResourceOwnerId (line 201) | protected function getAccessTokenResourceOwnerId() method getScopeSeparator (line 209) | protected function getScopeSeparator() method getPkceMethod (line 217) | protected function getPkceMethod() method checkResponse (line 225) | protected function checkResponse(ResponseInterface $response, $data) method createResourceOwner (line 243) | protected function createResourceOwner(array $response, AccessToken $t... FILE: server/vendor/league/oauth2-client/src/Provider/GenericResourceOwner.php class GenericResourceOwner (line 20) | class GenericResourceOwner implements ResourceOwnerInterface method __construct (line 36) | public function __construct(array $response, $resourceOwnerId) method getId (line 47) | public function getId() method toArray (line 57) | public function toArray() FILE: server/vendor/league/oauth2-client/src/Provider/ResourceOwnerInterface.php type ResourceOwnerInterface (line 21) | interface ResourceOwnerInterface method getId (line 28) | public function getId(); method toArray (line 35) | public function toArray(); FILE: server/vendor/league/oauth2-client/src/Token/AccessToken.php class AccessToken (line 25) | class AccessToken implements AccessTokenInterface, ResourceOwnerAccessTo... method setTimeNow (line 63) | public static function setTimeNow($timeNow) method resetTimeNow (line 73) | public static function resetTimeNow() method getTimeNow (line 81) | public function getTimeNow() method __construct (line 93) | public function __construct(array $options = []) method isExpirationTimestamp (line 148) | protected function isExpirationTimestamp($value) method getToken (line 159) | public function getToken() method getRefreshToken (line 167) | public function getRefreshToken() method setRefreshToken (line 175) | public function setRefreshToken($refreshToken) method getExpires (line 183) | public function getExpires() method getResourceOwnerId (line 191) | public function getResourceOwnerId() method hasExpired (line 199) | public function hasExpired() method getValues (line 213) | public function getValues() method __toString (line 221) | public function __toString() method jsonSerialize (line 229) | public function jsonSerialize() FILE: server/vendor/league/oauth2-client/src/Token/AccessTokenInterface.php type AccessTokenInterface (line 21) | interface AccessTokenInterface extends JsonSerializable method getToken (line 28) | public function getToken(); method getRefreshToken (line 35) | public function getRefreshToken(); method getExpires (line 42) | public function getExpires(); method hasExpired (line 50) | public function hasExpired(); method getValues (line 57) | public function getValues(); method __toString (line 64) | public function __toString(); method jsonSerialize (line 72) | #[ReturnTypeWillChange] FILE: server/vendor/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php type ResourceOwnerAccessTokenInterface (line 17) | interface ResourceOwnerAccessTokenInterface extends AccessTokenInterface method getResourceOwnerId (line 24) | public function getResourceOwnerId(); FILE: server/vendor/league/oauth2-client/src/Token/SettableRefreshTokenInterface.php type SettableRefreshTokenInterface (line 17) | interface SettableRefreshTokenInterface method setRefreshToken (line 25) | public function setRefreshToken($refreshToken); FILE: server/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php type ArrayAccessorTrait (line 20) | trait ArrayAccessorTrait method getValueByKey (line 30) | private function getValueByKey(array $data, $key, $default = null) FILE: server/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php type BearerAuthorizationTrait (line 24) | trait BearerAuthorizationTrait method getAuthorizationHeaders (line 32) | protected function getAuthorizationHeaders($token = null) FILE: server/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php type GuardedPropertyTrait (line 21) | trait GuardedPropertyTrait method fillProperties (line 37) | protected function fillProperties(array $options = []) method getGuarded (line 55) | public function getGuarded() method isGuarded (line 66) | public function isGuarded($property) FILE: server/vendor/league/oauth2-client/src/Tool/MacAuthorizationTrait.php type MacAuthorizationTrait (line 25) | trait MacAuthorizationTrait method getTokenId (line 33) | abstract protected function getTokenId(AccessToken $token); method getMacSignature (line 43) | abstract protected function getMacSignature($id, $ts, $nonce); method getRandomState (line 52) | abstract protected function getRandomState($length = 32); method getAuthorizationHeaders (line 65) | protected function getAuthorizationHeaders($token = null) FILE: server/vendor/league/oauth2-client/src/Tool/ProviderRedirectTrait.php type ProviderRedirectTrait (line 11) | trait ProviderRedirectTrait method followRequestRedirects (line 28) | protected function followRequestRedirects(RequestInterface $request) method getHttpClient (line 55) | abstract public function getHttpClient(); method getRedirectLimit (line 62) | public function getRedirectLimit() method isRedirect (line 74) | protected function isRedirect(ResponseInterface $response) method getResponse (line 90) | public function getResponse(RequestInterface $request) method setRedirectLimit (line 108) | public function setRedirectLimit($limit) FILE: server/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php type QueryBuilderTrait (line 20) | trait QueryBuilderTrait method buildQueryString (line 29) | protected function buildQueryString(array $params) FILE: server/vendor/league/oauth2-client/src/Tool/RequestFactory.php class RequestFactory (line 24) | class RequestFactory method getRequest (line 37) | public function getRequest( method parseOptions (line 54) | protected function parseOptions(array $options) method getRequestWithOptions (line 75) | public function getRequestWithOptions($method, $uri, array $options = []) FILE: server/vendor/league/oauth2-client/src/Tool/RequiredParameterTrait.php type RequiredParameterTrait (line 22) | trait RequiredParameterTrait method checkRequiredParameter (line 32) | private function checkRequiredParameter($name, array $params) method checkRequiredParameters (line 50) | private function checkRequiredParameters(array $names, array $params) FILE: server/vendor/nesbot/carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperStrongType.php class LazyMessageFormatter (line 17) | abstract class LazyMessageFormatter implements MessageFormatterInterface method format (line 19) | public function format(string $message, string $locale, array $paramet... FILE: server/vendor/nesbot/carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperWeakType.php class LazyMessageFormatter (line 18) | abstract class LazyMessageFormatter implements MessageFormatterInterface... method transformLocale (line 20) | abstract protected function transformLocale(?string $locale): ?string; method format (line 22) | public function format($message, $locale, array $parameters = []) method choiceFormat (line 31) | public function choiceFormat($message, $number, $locale, array $parame... FILE: server/vendor/nesbot/carbon/lazy/Carbon/PHPStan/AbstractMacroBuiltin.php class AbstractReflectionMacro (line 20) | abstract class AbstractReflectionMacro extends AbstractMacro method getReflection (line 25) | public function getReflection(): ?ReflectionMethod FILE: server/vendor/nesbot/carbon/lazy/Carbon/PHPStan/AbstractMacroStatic.php class AbstractReflectionMacro (line 20) | abstract class AbstractReflectionMacro extends AbstractMacro method getReflection (line 25) | public function getReflection(): ?Reflection\Adapter\ReflectionMethod FILE: server/vendor/nesbot/carbon/lazy/Carbon/PHPStan/MacroStrongType.php class LazyMacro (line 17) | abstract class LazyMacro extends AbstractReflectionMacro method getFileName (line 22) | public function getFileName(): ?string method getStartLine (line 32) | public function getStartLine(): ?int method getEndLine (line 40) | public function getEndLine(): ?int FILE: server/vendor/nesbot/carbon/lazy/Carbon/PHPStan/MacroWeakType.php class LazyMacro (line 17) | abstract class LazyMacro extends AbstractReflectionMacro method getFileName (line 24) | public function getFileName() method getStartLine (line 36) | public function getStartLine() method getEndLine (line 46) | public function getEndLine() FILE: server/vendor/nesbot/carbon/lazy/Carbon/TranslatorStrongType.php class LazyTranslator (line 17) | class LazyTranslator extends AbstractTranslator implements TranslatorStr... method trans (line 19) | public function trans(?string $id, array $parameters = [], ?string $do... method getFromCatalogue (line 24) | public function getFromCatalogue(MessageCatalogueInterface $catalogue,... method getPrivateProperty (line 45) | private function getPrivateProperty($instance, string $field) FILE: server/vendor/nesbot/carbon/lazy/Carbon/TranslatorWeakType.php class LazyTranslator (line 15) | class LazyTranslator extends AbstractTranslator method trans (line 27) | public function trans($id, array $parameters = [], $domain = null, $lo... FILE: server/vendor/nesbot/carbon/sponsors.php function getMaxHistoryMonthsByAmount (line 16) | function getMaxHistoryMonthsByAmount($amount): int function getHtmlAttribute (line 29) | function getHtmlAttribute($rawValue): string function getOpenCollectiveSponsors (line 38) | function getOpenCollectiveSponsors(): string FILE: server/vendor/nesbot/carbon/src/Carbon/AbstractTranslator.php class AbstractTranslator (line 22) | abstract class AbstractTranslator extends Translation\Translator method get (line 69) | public static function get($locale = null) method __construct (line 81) | public function __construct($locale, ?MessageFormatterInterface $forma... method getDirectories (line 96) | public function getDirectories(): array method setDirectories (line 108) | public function setDirectories(array $directories) method addDirectory (line 122) | public function addDirectory(string $directory) method removeDirectory (line 136) | public function removeDirectory(string $directory) method resetMessages (line 154) | public function resetMessages($locale = null) method getLocalesFiles (line 185) | public function getLocalesFiles($prefix = '') method getAvailableLocales (line 208) | public function getAvailableLocales($prefix = '') method translate (line 218) | protected function translate(?string $id, array $parameters = [], ?str... method loadMessagesFromFile (line 254) | protected function loadMessagesFromFile($locale) method setMessages (line 267) | public function setMessages($locale, $messages) method setTranslations (line 286) | public function setTranslations($messages) method getMessages (line 299) | public function getMessages($locale = null) method setLocale (line 311) | public function setLocale($locale) method __debugInfo (line 375) | public function __debugInfo() method compareChunkLists (line 382) | private static function compareChunkLists($referenceChunks, $chunks) FILE: server/vendor/nesbot/carbon/src/Carbon/Carbon.php class Carbon (line 510) | class Carbon extends DateTime implements CarbonInterface method isMutable (line 519) | public static function isMutable() FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonConverterInterface.php type CarbonConverterInterface (line 16) | interface CarbonConverterInterface method convertDate (line 18) | public function convertDate(DateTimeInterface $dateTime, bool $negated... FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonImmutable.php class CarbonImmutable (line 510) | class CarbonImmutable extends DateTimeImmutable implements CarbonInterface method __clone (line 516) | public function __clone() method startOfTime (line 528) | public static function startOfTime(): self method endOfTime (line 541) | public static function endOfTime(): self method getEndOfTimeYear (line 552) | private static function getEndOfTimeYear(): int method getStartOfTimeYear (line 569) | private static function getStartOfTimeYear(): int FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php type CarbonInterface (line 520) | interface CarbonInterface extends DateTimeInterface, JsonSerializable method __call (line 646) | public function __call($method, $parameters); method __callStatic (line 658) | public static function __callStatic($method, $parameters); method __clone (line 663) | public function __clone(); method __construct (line 676) | public function __construct($time = null, $tz = null); method __debugInfo (line 683) | public function __debugInfo(); method __get (line 694) | public function __get($name); method __isset (line 703) | public function __isset($name); method __set (line 715) | public function __set($name, $value); method __set_state (line 724) | #[ReturnTypeWillChange] method __sleep (line 734) | public function __sleep(); method __toString (line 746) | public function __toString(); method add (line 761) | #[ReturnTypeWillChange] method addRealUnit (line 773) | public function addRealUnit($unit, $value = 1); method addUnit (line 784) | public function addUnit($unit, $value = 1, $overflow = null); method addUnitNoOverflow (line 795) | public function addUnitNoOverflow($valueUnit, $value, $overflowUnit); method ago (line 825) | public function ago($syntax = null, $short = false, $parts = 1, $optio... method average (line 835) | public function average($date = null); method avoidMutation (line 845) | public function avoidMutation(); method between (line 868) | public function between($date1, $date2, $equal = true): bool; method betweenExcluded (line 885) | public function betweenExcluded($date1, $date2): bool; method betweenIncluded (line 902) | public function betweenIncluded($date1, $date2): bool; method calendar (line 915) | public function calendar($referenceTime = null, array $formats = []); method canBeCreatedFromFormat (line 932) | public static function canBeCreatedFromFormat($date, $format); method carbonize (line 942) | public function carbonize($date = null); method cast (line 951) | public function cast(string $className); method ceil (line 960) | public function ceil($precision = 1); method ceilUnit (line 970) | public function ceilUnit($unit, $precision = 1); method ceilWeek (line 979) | public function ceilWeek($weekStartsAt = null); method change (line 995) | public function change($modifier); method cleanupDumpProperties (line 1004) | public function cleanupDumpProperties(); method clone (line 1013) | public function clone(); method closest (line 1023) | public function closest($date1, $date2); method copy (line 1030) | public function copy(); method create (line 1056) | public static function create($year = 0, $month = 1, $day = 1, $hour =... method createFromDate (line 1070) | public static function createFromDate($year = null, $month = null, $da... method createFromFormat (line 1083) | #[ReturnTypeWillChange] method createFromIsoFormat (line 1099) | public static function createFromIsoFormat($format, $time, $tz = null,... method createFromLocaleFormat (line 1113) | public static function createFromLocaleFormat($format, $locale, $time,... method createFromLocaleIsoFormat (line 1127) | public static function createFromLocaleIsoFormat($format, $locale, $ti... method createFromTime (line 1141) | public static function createFromTime($hour = 0, $minute = 0, $second ... method createFromTimeString (line 1153) | public static function createFromTimeString($time, $tz = null); method createFromTimestamp (line 1165) | #[ReturnTypeWillChange] method createFromTimestampMs (line 1178) | public static function createFromTimestampMs($timestamp, $tz = null); method createFromTimestampMsUTC (line 1189) | public static function createFromTimestampMsUTC($timestamp); method createFromTimestampUTC (line 1200) | public static function createFromTimestampUTC($timestamp); method createMidnightDate (line 1214) | public static function createMidnightDate($year = null, $month = null,... method createSafe (line 1243) | public static function createSafe($year = null, $month = null, $day = ... method createStrict (line 1262) | public static function createStrict(?int $year = 0, ?int $month = 1, ?... method dayOfYear (line 1271) | public function dayOfYear($value = null); method diffAsCarbonInterval (line 1283) | public function diffAsCarbonInterval($date = null, $absolute = true, a... method diffFiltered (line 1295) | public function diffFiltered(CarbonInterval $ci, Closure $callback, $d... method diffForHumans (line 1344) | public function diffForHumans($other = null, $syntax = null, $short = ... method diffInDays (line 1354) | public function diffInDays($date = null, $absolute = true); method diffInDaysFiltered (line 1365) | public function diffInDaysFiltered(Closure $callback, $date = null, $a... method diffInHours (line 1375) | public function diffInHours($date = null, $absolute = true); method diffInHoursFiltered (line 1386) | public function diffInHoursFiltered(Closure $callback, $date = null, $... method diffInMicroseconds (line 1396) | public function diffInMicroseconds($date = null, $absolute = true); method diffInMilliseconds (line 1406) | public function diffInMilliseconds($date = null, $absolute = true); method diffInMinutes (line 1416) | public function diffInMinutes($date = null, $absolute = true); method diffInMonths (line 1426) | public function diffInMonths($date = null, $absolute = true); method diffInQuarters (line 1436) | public function diffInQuarters($date = null, $absolute = true); method diffInRealHours (line 1446) | public function diffInRealHours($date = null, $absolute = true); method diffInRealMicroseconds (line 1456) | public function diffInRealMicroseconds($date = null, $absolute = true); method diffInRealMilliseconds (line 1466) | public function diffInRealMilliseconds($date = null, $absolute = true); method diffInRealMinutes (line 1476) | public function diffInRealMinutes($date = null, $absolute = true); method diffInRealSeconds (line 1486) | public function diffInRealSeconds($date = null, $absolute = true); method diffInSeconds (line 1496) | public function diffInSeconds($date = null, $absolute = true); method diffInWeekdays (line 1506) | public function diffInWeekdays($date = null, $absolute = true); method diffInWeekendDays (line 1516) | public function diffInWeekendDays($date = null, $absolute = true); method diffInWeeks (line 1526) | public function diffInWeeks($date = null, $absolute = true); method diffInYears (line 1536) | public function diffInYears($date = null, $absolute = true); method disableHumanDiffOption (line 1545) | public static function disableHumanDiffOption($humanDiffOption); method enableHumanDiffOption (line 1554) | public static function enableHumanDiffOption($humanDiffOption); method endOf (line 1571) | public function endOf($unit, ...$params); method endOfCentury (line 1583) | public function endOfCentury(); method endOfDay (line 1595) | public function endOfDay(); method endOfDecade (line 1607) | public function endOfDecade(); method endOfHour (line 1619) | public function endOfHour(); method endOfMillennium (line 1631) | public function endOfMillennium(); method endOfMinute (line 1643) | public function endOfMinute(); method endOfMonth (line 1655) | public function endOfMonth(); method endOfQuarter (line 1667) | public function endOfQuarter(); method endOfSecond (line 1681) | public function endOfSecond(); method endOfWeek (line 1697) | public function endOfWeek($weekEndsAt = null); method endOfYear (line 1709) | public function endOfYear(); method eq (line 1727) | public function eq($date): bool; method equalTo (line 1743) | public function equalTo($date): bool; method executeWithLocale (line 1754) | public static function executeWithLocale($locale, $func); method farthest (line 1764) | public function farthest($date1, $date2); method firstOfMonth (line 1776) | public function firstOfMonth($dayOfWeek = null); method firstOfQuarter (line 1788) | public function firstOfQuarter($dayOfWeek = null); method firstOfYear (line 1800) | public function firstOfYear($dayOfWeek = null); method floatDiffInDays (line 1810) | public function floatDiffInDays($date = null, $absolute = true); method floatDiffInHours (line 1820) | public function floatDiffInHours($date = null, $absolute = true); method floatDiffInMinutes (line 1830) | public function floatDiffInMinutes($date = null, $absolute = true); method floatDiffInMonths (line 1840) | public function floatDiffInMonths($date = null, $absolute = true); method floatDiffInRealDays (line 1850) | public function floatDiffInRealDays($date = null, $absolute = true); method floatDiffInRealHours (line 1860) | public function floatDiffInRealHours($date = null, $absolute = true); method floatDiffInRealMinutes (line 1870) | public function floatDiffInRealMinutes($date = null, $absolute = true); method floatDiffInRealMonths (line 1880) | public function floatDiffInRealMonths($date = null, $absolute = true); method floatDiffInRealSeconds (line 1890) | public function floatDiffInRealSeconds($date = null, $absolute = true); method floatDiffInRealWeeks (line 1900) | public function floatDiffInRealWeeks($date = null, $absolute = true); method floatDiffInRealYears (line 1910) | public function floatDiffInRealYears($date = null, $absolute = true); method floatDiffInSeconds (line 1920) | public function floatDiffInSeconds($date = null, $absolute = true); method floatDiffInWeeks (line 1930) | public function floatDiffInWeeks($date = null, $absolute = true); method floatDiffInYears (line 1940) | public function floatDiffInYears($date = null, $absolute = true); method floor (line 1949) | public function floor($precision = 1); method floorUnit (line 1959) | public function floorUnit($unit, $precision = 1); method floorWeek (line 1968) | public function floorWeek($weekStartsAt = null); method formatLocalized (line 1982) | public function formatLocalized($format); method from (line 2018) | public function from($other = null, $syntax = null, $short = false, $p... method fromNow (line 2048) | public function fromNow($syntax = null, $short = false, $parts = 1, $o... method fromSerialized (line 2059) | public static function fromSerialized($value); method genericMacro (line 2069) | public static function genericMacro($macro, $priority = 0); method get (line 2080) | public function get($name); method getAltNumber (line 2089) | public function getAltNumber(string $key): string; method getAvailableLocales (line 2097) | public static function getAvailableLocales(); method getAvailableLocalesInfo (line 2105) | public static function getAvailableLocalesInfo(); method getCalendarFormats (line 2114) | public function getCalendarFormats($locale = null); method getDays (line 2121) | public static function getDays(); method getDaysFromStartOfWeek (line 2133) | public function getDaysFromStartOfWeek(?int $weekStartsAt = null): int; method getFallbackLocale (line 2142) | public static function getFallbackLocale(); method getFormatsToIsoReplacements (line 2149) | public static function getFormatsToIsoReplacements(); method getHumanDiffOptions (line 2156) | public static function getHumanDiffOptions(); method getIsoFormats (line 2165) | public function getIsoFormats($locale = null); method getIsoUnits (line 2172) | public static function getIsoUnits(); method getLastErrors (line 2179) | #[ReturnTypeWillChange] method getLocalMacro (line 2189) | public function getLocalMacro($name); method getLocalTranslator (line 2196) | public function getLocalTranslator(); method getLocale (line 2203) | public static function getLocale(); method getMacro (line 2212) | public static function getMacro($name); method getMidDayAt (line 2219) | public static function getMidDayAt(); method getOffsetString (line 2231) | public function getOffsetString($separator = ':'); method getPaddedUnit (line 2243) | public function getPaddedUnit($unit, $length = 2, $padString = '0', $p... method getPreciseTimestamp (line 2263) | public function getPreciseTimestamp($precision = 6); method getSettings (line 2270) | public function getSettings(); method getTestNow (line 2278) | public static function getTestNow(); method getTimeFormatByPrecision (line 2287) | public static function getTimeFormatByPrecision($unitPrecision); method getTimestampMs (line 2294) | public function getTimestampMs(); method getTranslatedDayName (line 2305) | public function getTranslatedDayName($context = null, $keySuffix = '',... method getTranslatedMinDayName (line 2314) | public function getTranslatedMinDayName($context = null); method getTranslatedMonthName (line 2325) | public function getTranslatedMonthName($context = null, $keySuffix = '... method getTranslatedShortDayName (line 2334) | public function getTranslatedShortDayName($context = null); method getTranslatedShortMonthName (line 2343) | public function getTranslatedShortMonthName($context = null); method getTranslationMessage (line 2355) | public function getTranslationMessage(string $key, ?string $locale = n... method getTranslationMessageWith (line 2367) | public static function getTranslationMessageWith($translator, string $... method getTranslator (line 2374) | public static function getTranslator(); method getWeekEndsAt (line 2381) | public static function getWeekEndsAt(); method getWeekStartsAt (line 2388) | public static function getWeekStartsAt(); method getWeekendDays (line 2395) | public static function getWeekendDays(); method greaterThan (line 2411) | public function greaterThan($date): bool; method greaterThanOrEqualTo (line 2427) | public function greaterThanOrEqualTo($date): bool; method gt (line 2445) | public function gt($date): bool; method gte (line 2463) | public function gte($date): bool; method hasFormat (line 2479) | public static function hasFormat($date, $format); method hasFormatWithModifiers (line 2495) | public static function hasFormatWithModifiers($date, $format): bool; method hasLocalMacro (line 2504) | public function hasLocalMacro($name); method hasLocalTranslator (line 2511) | public function hasLocalTranslator(); method hasMacro (line 2520) | public static function hasMacro($name); method hasRelativeKeywords (line 2529) | public static function hasRelativeKeywords($time); method hasTestNow (line 2537) | public static function hasTestNow(); method instance (line 2546) | public static function instance($date); method is (line 2572) | public function is(string $tester); method isAfter (line 2590) | public function isAfter($date): bool; method isBefore (line 2608) | public function isBefore($date): bool; method isBetween (line 2627) | public function isBetween($date1, $date2, $equal = true): bool; method isBirthday (line 2644) | public function isBirthday($date = null); method isCurrentUnit (line 2661) | public function isCurrentUnit($unit); method isDayOfWeek (line 2678) | public function isDayOfWeek($dayOfWeek); method isEndOfDay (line 2698) | public function isEndOfDay($checkMicroseconds = false); method isEndOfTime (line 2705) | public function isEndOfTime(): bool; method isFuture (line 2718) | public function isFuture(); method isImmutable (line 2725) | public static function isImmutable(); method isLastOfMonth (line 2741) | public function isLastOfMonth(); method isLeapYear (line 2754) | public function isLeapYear(); method isLongIsoYear (line 2772) | public function isLongIsoYear(); method isLongYear (line 2792) | public function isLongYear(); method isMidday (line 2807) | public function isMidday(); method isMidnight (line 2821) | public function isMidnight(); method isModifiableUnit (line 2830) | public static function isModifiableUnit($unit); method isMutable (line 2837) | public static function isMutable(); method isPast (line 2850) | public function isPast(); method isSameAs (line 2866) | public function isSameAs($format, $date = null); method isSameMonth (line 2884) | public function isSameMonth($date = null, $ofSameYear = true); method isSameQuarter (line 2902) | public function isSameQuarter($date = null, $ofSameYear = true); method isSameUnit (line 2920) | public function isSameUnit($unit, $date = null); method isStartOfDay (line 2938) | public function isStartOfDay($checkMicroseconds = false); method isStartOfTime (line 2945) | public function isStartOfTime(): bool; method isStrictModeEnabled (line 2953) | public static function isStrictModeEnabled(); method isToday (line 2966) | public function isToday(); method isTomorrow (line 2979) | public function isTomorrow(); method isWeekday (line 2992) | public function isWeekday(); method isWeekend (line 3005) | public function isWeekend(); method isYesterday (line 3018) | public function isYesterday(); method isoFormat (line 3028) | public function isoFormat(string $format, ?string $originalFormat = nu... method isoWeek (line 3041) | public function isoWeek($week = null, $dayOfWeek = null, $dayOfYear = ... method isoWeekYear (line 3054) | public function isoWeekYear($year = null, $dayOfWeek = null, $dayOfYea... method isoWeekday (line 3063) | public function isoWeekday($value = null); method isoWeeksInYear (line 3075) | public function isoWeeksInYear($dayOfWeek = null, $dayOfYear = null); method jsonSerialize (line 3082) | #[ReturnTypeWillChange] method lastOfMonth (line 3095) | public function lastOfMonth($dayOfWeek = null); method lastOfQuarter (line 3107) | public function lastOfQuarter($dayOfWeek = null); method lastOfYear (line 3119) | public function lastOfYear($dayOfWeek = null); method lessThan (line 3135) | public function lessThan($date): bool; method lessThanOrEqualTo (line 3151) | public function lessThanOrEqualTo($date): bool; method locale (line 3161) | public function locale(?string $locale = null, ...$fallbackLocales); method localeHasDiffOneDayWords (line 3171) | public static function localeHasDiffOneDayWords($locale); method localeHasDiffSyntax (line 3181) | public static function localeHasDiffSyntax($locale); method localeHasDiffTwoDayWords (line 3191) | public static function localeHasDiffTwoDayWords($locale); method localeHasPeriodSyntax (line 3201) | public static function localeHasPeriodSyntax($locale); method localeHasShortUnits (line 3211) | public static function localeHasShortUnits($locale); method lt (line 3229) | public function lt($date): bool; method lte (line 3247) | public function lte($date): bool; method macro (line 3269) | public static function macro($name, $macro); method make (line 3283) | public static function make($var); method max (line 3292) | public function max($date = null); method maxValue (line 3299) | public static function maxValue(); method maximum (line 3310) | public function maximum($date = null); method meridiem (line 3319) | public function meridiem(bool $isLower = false): string; method midDay (line 3326) | public function midDay(); method min (line 3335) | public function min($date = null); method minValue (line 3342) | public static function minValue(); method minimum (line 3353) | public function minimum($date = null); method mixin (line 3386) | public static function mixin($mixin); method modify (line 3395) | #[ReturnTypeWillChange] method ne (line 3414) | public function ne($date): bool; method next (line 3426) | public function next($modifier = null); method nextWeekday (line 3433) | public function nextWeekday(); method nextWeekendDay (line 3440) | public function nextWeekendDay(); method notEqualTo (line 3456) | public function notEqualTo($date): bool; method now (line 3465) | public static function now($tz = null); method nowWithSameTz (line 3472) | public function nowWithSameTz(); method nthOfMonth (line 3485) | public function nthOfMonth($nth, $dayOfWeek); method nthOfQuarter (line 3498) | public function nthOfQuarter($nth, $dayOfWeek); method nthOfYear (line 3511) | public function nthOfYear($nth, $dayOfWeek); method ordinal (line 3521) | public function ordinal(string $key, ?string $period = null): string; method parse (line 3537) | public static function parse($time = null, $tz = null); method parseFromLocale (line 3551) | public static function parseFromLocale($time, $locale = null, $tz = nu... method pluralUnit (line 3560) | public static function pluralUnit(string $unit): string; method previous (line 3572) | public function previous($modifier = null); method previousWeekday (line 3579) | public function previousWeekday(); method previousWeekendDay (line 3586) | public function previousWeekendDay(); method range (line 3597) | public function range($end = null, $interval = null, $unit = null); method rawAdd (line 3606) | public function rawAdd(DateInterval $interval); method rawCreateFromFormat (line 3619) | public static function rawCreateFromFormat($format, $time, $tz = null); method rawFormat (line 3628) | public function rawFormat($format); method rawParse (line 3644) | public static function rawParse($time = null, $tz = null); method rawSub (line 3653) | public function rawSub(DateInterval $interval); method resetMacros (line 3658) | public static function resetMacros(); method resetMonthsOverflow (line 3671) | public static function resetMonthsOverflow(); method resetToStringFormat (line 3678) | public static function resetToStringFormat(); method resetYearsOverflow (line 3691) | public static function resetYearsOverflow(); method round (line 3701) | public function round($precision = 1, $function = 'round'); method roundUnit (line 3712) | public function roundUnit($unit, $precision = 1, $function = 'round'); method roundWeek (line 3721) | public function roundWeek($weekStartsAt = null); method secondsSinceMidnight (line 3728) | public function secondsSinceMidnight(); method secondsUntilEndOfDay (line 3735) | public function secondsUntilEndOfDay(); method serialize (line 3742) | public function serialize(); method serializeUsing (line 3754) | public static function serializeUsing($callback); method set (line 3766) | public function set($name, $value = null); method setDate (line 3779) | #[ReturnTypeWillChange] method setDateFrom (line 3789) | public function setDateFrom($date = null); method setDateTime (line 3804) | public function setDateTime($year, $month, $day, $hour, $minute, $seco... method setDateTimeFrom (line 3813) | public function setDateTimeFrom($date = null); method setDaysFromStartOfWeek (line 3826) | public function setDaysFromStartOfWeek(int $numberOfDays, ?int $weekSt... method setFallbackLocale (line 3835) | public static function setFallbackLocale($locale); method setHumanDiffOptions (line 3844) | public static function setHumanDiffOptions($humanDiffOptions); method setISODate (line 3857) | #[ReturnTypeWillChange] method setLocalTranslator (line 3867) | public function setLocalTranslator(TranslatorInterface $translator); method setLocale (line 3877) | public static function setLocale($locale); method setMidDayAt (line 3893) | public static function setMidDayAt($hour); method setTestNow (line 3917) | public static function setTestNow($testNow = null); method setTestNowAndTimezone (line 3938) | public static function setTestNowAndTimezone($testNow = null, $tz = nu... method setTime (line 3952) | #[ReturnTypeWillChange] method setTimeFrom (line 3962) | public function setTimeFrom($date = null); method setTimeFromTimeString (line 3971) | public function setTimeFromTimeString($time); method setTimestamp (line 3982) | #[ReturnTypeWillChange] method setTimezone (line 3992) | #[ReturnTypeWillChange] method setToStringFormat (line 4007) | public static function setToStringFormat($format); method setTranslator (line 4016) | public static function setTranslator(TranslatorInterface $translator); method setUnit (line 4026) | public function setUnit($unit, $value = null); method setUnitNoOverflow (line 4037) | public function setUnitNoOverflow($valueUnit, $value, $overflowUnit); method setUtf8 (line 4047) | public static function setUtf8($utf8); method setWeekEndsAt (line 4062) | public static function setWeekEndsAt($day); method setWeekStartsAt (line 4076) | public static function setWeekStartsAt($day); method setWeekendDays (line 4105) | public static function setWeekendDays($days); method settings (line 4124) | public function settings(array $settings); method shiftTimezone (line 4133) | public function shiftTimezone($value); method shouldOverflowMonths (line 4140) | public static function shouldOverflowMonths(); method shouldOverflowYears (line 4147) | public static function shouldOverflowYears(); method since (line 4155) | public function since($other = null, $syntax = null, $short = false, $... method singularUnit (line 4164) | public static function singularUnit(string $unit): string; method startOf (line 4181) | public function startOf($unit, ...$params); method startOfCentury (line 4193) | public function startOfCentury(); method startOfDay (line 4205) | public function startOfDay(); method startOfDecade (line 4217) | public function startOfDecade(); method startOfHour (line 4229) | public function startOfHour(); method startOfMillennium (line 4241) | public function startOfMillennium(); method startOfMinute (line 4253) | public function startOfMinute(); method startOfMonth (line 4265) | public function startOfMonth(); method startOfQuarter (line 4277) | public function startOfQuarter(); method startOfSecond (line 4291) | public function startOfSecond(); method startOfWeek (line 4307) | public function startOfWeek($weekStartsAt = null); method startOfYear (line 4319) | public function startOfYear(); method sub (line 4334) | #[ReturnTypeWillChange] method subRealUnit (line 4337) | public function subRealUnit($unit, $value = 1); method subUnit (line 4348) | public function subUnit($unit, $value = 1, $overflow = null); method subUnitNoOverflow (line 4359) | public function subUnitNoOverflow($valueUnit, $value, $overflowUnit); method subtract (line 4372) | public function subtract($unit, $value = 1, $overflow = null); method timespan (line 4380) | public function timespan($other = null, $timezone = null); method timestamp (line 4391) | public function timestamp($unixTimestamp); method timezone (line 4400) | public function timezone($value); method to (line 4450) | public function to($other = null, $syntax = null, $short = false, $par... method toArray (line 4462) | public function toArray(); method toAtomString (line 4474) | public function toAtomString(); method toCookieString (line 4486) | public function toCookieString(); method toDate (line 4500) | public function toDate(); method toDateString (line 4512) | public function toDateString(); method toDateTime (line 4524) | public function toDateTime(); method toDateTimeImmutable (line 4536) | public function toDateTimeImmutable(); method toDateTimeLocalString (line 4552) | public function toDateTimeLocalString($unitPrecision = 'second'); method toDateTimeString (line 4566) | public function toDateTimeString($unitPrecision = 'second'); method toDayDateTimeString (line 4578) | public function toDayDateTimeString(); method toFormattedDateString (line 4590) | public function toFormattedDateString(); method toFormattedDayDateString (line 4602) | public function toFormattedDayDateString(): string; method toISOString (line 4618) | public function toISOString($keepOffset = false); method toImmutable (line 4625) | public function toImmutable(); method toIso8601String (line 4637) | public function toIso8601String(); method toIso8601ZuluString (line 4651) | public function toIso8601ZuluString($unitPrecision = 'second'); method toJSON (line 4663) | public function toJSON(); method toMutable (line 4670) | public function toMutable(); method toNow (line 4700) | public function toNow($syntax = null, $short = false, $parts = 1, $opt... method toObject (line 4712) | public function toObject(); method toPeriod (line 4723) | public function toPeriod($end = null, $interval = null, $unit = null); method toRfc1036String (line 4735) | public function toRfc1036String(); method toRfc1123String (line 4747) | public function toRfc1123String(); method toRfc2822String (line 4759) | public function toRfc2822String(); method toRfc3339String (line 4774) | public function toRfc3339String($extended = false); method toRfc7231String (line 4786) | public function toRfc7231String(); method toRfc822String (line 4798) | public function toRfc822String(); method toRfc850String (line 4810) | public function toRfc850String(); method toRssString (line 4822) | public function toRssString(); method toString (line 4834) | public function toString(); method toTimeString (line 4848) | public function toTimeString($unitPrecision = 'second'); method toW3cString (line 4860) | public function toW3cString(); method today (line 4869) | public static function today($tz = null); method tomorrow (line 4878) | public static function tomorrow($tz = null); method translate (line 4891) | public function translate(string $key, array $parameters = [], $number... method translateNumber (line 4900) | public function translateNumber(int $number): string; method translateTimeString (line 4918) | public static function translateTimeString($timeString, $from = null, ... method translateTimeStringTo (line 4928) | public function translateTimeStringTo($timeString, $to = null); method translateWith (line 4940) | public static function translateWith(TranslatorInterface $translator, ... method translatedFormat (line 4950) | public function translatedFormat(string $format): string; method tz (line 4959) | public function tz($value = null); method unix (line 4968) | public function unix(); method until (line 5004) | public function until($other = null, $syntax = null, $short = false, $... method useMonthsOverflow (line 5019) | public static function useMonthsOverflow($monthsOverflow = true); method useStrictMode (line 5030) | public static function useStrictMode($strictModeEnabled = true); method useYearsOverflow (line 5045) | public static function useYearsOverflow($yearsOverflow = true); method utc (line 5052) | public function utc(); method utcOffset (line 5061) | public function utcOffset(?int $minuteOffset = null); method valueOf (line 5068) | public function valueOf(); method week (line 5081) | public function week($week = null, $dayOfWeek = null, $dayOfYear = null); method weekYear (line 5094) | public function weekYear($year = null, $dayOfWeek = null, $dayOfYear =... method weekday (line 5103) | public function weekday($value = null); method weeksInYear (line 5115) | public function weeksInYear($dayOfWeek = null, $dayOfYear = null); method withTestNow (line 5131) | public static function withTestNow($testNow, $callback); method yesterday (line 5140) | public static function yesterday($tz = null); FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php class CarbonInterval (line 189) | class CarbonInterval extends DateInterval implements CarbonConverterInte... method setTimezone (line 278) | public function setTimezone($tzName) method shiftTimezone (line 294) | public function shiftTimezone($tzName) method getCascadeFactors (line 308) | public static function getCascadeFactors() method getDefaultCascadeFactors (line 313) | protected static function getDefaultCascadeFactors(): array method standardizeUnit (line 327) | private static function standardizeUnit($unit) method getFlipCascadeFactors (line 334) | private static function getFlipCascadeFactors() method setCascadeFactors (line 352) | public static function setCascadeFactors(array $cascadeFactors) method enableFloatSetters (line 366) | public static function enableFloatSetters(bool $floatSettersEnabled = ... method __construct (line 389) | public function __construct($years = 1, $months = null, $weeks = null,... method getFactor (line 514) | public static function getFactor($source, $target) method getFactorWithDefault (line 542) | public static function getFactorWithDefault($source, $target) method getDaysPerWeek (line 569) | public static function getDaysPerWeek() method getHoursPerDay (line 579) | public static function getHoursPerDay() method getMinutesPerHour (line 589) | public static function getMinutesPerHour() method getSecondsPerMinute (line 599) | public static function getSecondsPerMinute() method getMillisecondsPerSecond (line 609) | public static function getMillisecondsPerSecond() method getMicrosecondsPerMillisecond (line 619) | public static function getMicrosecondsPerMillisecond() method create (line 643) | public static function create($years = 1, $months = null, $weeks = nul... method createFromFormat (line 663) | public static function createFromFormat(string $format, ?string $inter... method copy (line 720) | public function copy() method clone (line 734) | public function clone() method __callStatic (line 750) | public static function __callStatic($method, $parameters) method __set_state (line 782) | #[ReturnTypeWillChange] method this (line 797) | protected static function this() method fromString (line 828) | public static function fromString($intervalDefinition) method parseFromLocale (line 999) | public static function parseFromLocale($interval, $locale = null) method castIntervalToClass (line 1004) | private static function castIntervalToClass(DateInterval $interval, st... method copyNegativeUnits (line 1028) | private static function copyNegativeUnits(DateInterval $from, DateInte... method copyStep (line 1039) | private static function copyStep(self $from, self $to): void method cast (line 1051) | public function cast(string $className) method instance (line 1068) | public static function instance(DateInterval $interval, array $skip = ... method make (line 1091) | public static function make($interval, $unit = null, bool $skipCopy = ... method makeFromString (line 1112) | protected static function makeFromString(string $interval) method resolveInterval (line 1136) | protected function resolveInterval($interval) method createFromDateString (line 1154) | #[ReturnTypeWillChange] method get (line 1182) | public function get($name) method __get (line 1242) | public function __get($name) method set (line 1257) | public function set($name, $value = null) method __set (line 1356) | public function __set($name, $value) method weeksAndDays (line 1369) | public function weeksAndDays($weeks, $days) method isEmpty (line 1381) | public function isEmpty() method macro (line 1409) | public static function macro($name, $macro) method mixin (line 1447) | public static function mixin($mixin) method hasMacro (line 1459) | public static function hasMacro($name) method callMacro (line 1472) | protected function callMacro($name, $parameters) method __call (line 1498) | public function __call($method, $parameters) method getForHumansInitialVariables (line 1531) | protected function getForHumansInitialVariables($syntax, $short) method getForHumansParameters (line 1562) | protected function getForHumansParameters($syntax = null, $short = fal... method getRoundingMethodFromOptions (line 1638) | protected static function getRoundingMethodFromOptions(int $options): ... method toArray (line 1660) | public function toArray() method getNonZeroValues (line 1679) | public function getNonZeroValues() method getValuesSequence (line 1690) | public function getValuesSequence() method forHumans (line 1766) | public function forHumans($syntax = null, $short = false, $parts = -1,... method __toString (line 1981) | public function __toString() method toDateInterval (line 2006) | public function toDateInterval() method toPeriod (line 2018) | public function toPeriod(...$params) method invert (line 2039) | public function invert($inverted = null) method solveNegativeInterval (line 2046) | protected function solveNegativeInterval() method add (line 2070) | public function add($unit, $value = 1) method sub (line 2113) | public function sub($unit, $value = 1) method subtract (line 2130) | public function subtract($unit, $value = 1) method plus (line 2149) | public function plus( method minus (line 2179) | public function minus( method times (line 2210) | public function times($factor) method shares (line 2243) | public function shares($divider) method copyProperties (line 2248) | protected function copyProperties(self $interval, $ignoreSign = false) method multiply (line 2272) | public function multiply($factor) method divide (line 2300) | public function divide($divider) method getDateIntervalSpec (line 2312) | public static function getDateIntervalSpec(DateInterval $interval, boo... method spec (line 2362) | public function spec(bool $microseconds = false) method compareDateIntervals (line 2375) | public static function compareDateIntervals(DateInterval $first, DateI... method compare (line 2398) | public function compare(DateInterval $interval) method invertCascade (line 2403) | private function invertCascade(array $values) method doCascade (line 2410) | private function doCascade(bool $deep) method cascade (line 2482) | public function cascade() method hasNegativeValues (line 2487) | public function hasNegativeValues(): bool method hasPositiveValues (line 2498) | public function hasPositiveValues(): bool method total (line 2518) | public function total($unit) method eq (line 2615) | public function eq($interval): bool method equalTo (line 2627) | public function equalTo($interval): bool method ne (line 2643) | public function ne($interval): bool method notEqualTo (line 2655) | public function notEqualTo($interval): bool method gt (line 2669) | public function gt($interval): bool method greaterThan (line 2681) | public function greaterThan($interval): bool method gte (line 2697) | public function gte($interval): bool method greaterThanOrEqualTo (line 2709) | public function greaterThanOrEqualTo($interval): bool method lt (line 2723) | public function lt($interval): bool method lessThan (line 2735) | public function lessThan($interval): bool method lte (line 2751) | public function lte($interval): bool method lessThanOrEqualTo (line 2763) | public function lessThanOrEqualTo($interval): bool method between (line 2789) | public function between($interval1, $interval2, $equal = true): bool method betweenIncluded (line 2811) | public function betweenIncluded($interval1, $interval2): bool method betweenExcluded (line 2831) | public function betweenExcluded($interval1, $interval2): bool method isBetween (line 2853) | public function isBetween($interval1, $interval2, $equal = true): bool method roundUnit (line 2869) | public function roundUnit($unit, $precision = 1, $function = 'round') method floorUnit (line 2908) | public function floorUnit($unit, $precision = 1) method ceilUnit (line 2923) | public function ceilUnit($unit, $precision = 1) method round (line 2938) | public function round($precision = 1, $function = 'round') method floor (line 2952) | public function floor($precision = 1) method ceil (line 2966) | public function ceil($precision = 1) method needsDeclension (line 2971) | private function needsDeclension(string $mode, int $index, int $parts)... method checkIntegerValue (line 2981) | private function checkIntegerValue(string $name, $value) method assertSafeForInteger (line 3009) | private function assertSafeForInteger(string $name, $value) method handleDecimalPart (line 3016) | private function handleDecimalPart(string $unit, $value, $integerValue) FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php class CarbonPeriod (line 176) | class CarbonPeriod implements Iterator, Countable, JsonSerializable method make (line 362) | public static function make($var) method instance (line 378) | public static function instance($period) method create (line 417) | public static function create(...$params) method createFromArray (line 429) | public static function createFromArray(array $params) method createFromIso (line 442) | public static function createFromIso($iso, $options = null) method intervalHasTime (line 462) | protected static function intervalHasTime(DateInterval $interval) method isIso8601 (line 477) | protected static function isIso8601($var) method parseIso8601 (line 500) | protected static function parseIso8601($iso) method addMissingParts (line 536) | protected static function addMissingParts($source, $target) method macro (line 561) | public static function macro($name, $macro) method mixin (line 600) | public static function mixin($mixin) method hasMacro (line 612) | public static function hasMacro($name) method __callStatic (line 625) | public static function __callStatic($method, $parameters) method __construct (line 645) | public function __construct(...$arguments) method copy (line 734) | public function copy() method copyIfImmutable (line 745) | protected function copyIfImmutable() method getGetter (line 757) | protected function getGetter(string $name) method get (line 789) | public function get(string $name) method __get (line 807) | public function __get(string $name) method __isset (line 819) | public function __isset(string $name): bool method clone (line 831) | public function clone() method setDateClass (line 843) | public function setDateClass(string $dateClass) method getDateClass (line 866) | public function getDateClass(): string method setDateInterval (line 880) | public function setDateInterval($interval) method invertDateInterval (line 905) | public function invertDateInterval() method setDates (line 918) | public function setDates($start, $end) method setOptions (line 932) | public function setOptions($options) method getOptions (line 951) | public function getOptions() method toggleOptions (line 966) | public function toggleOptions($options, $state = null) method excludeStartDate (line 986) | public function excludeStartDate($state = true) method excludeEndDate (line 998) | public function excludeEndDate($state = true) method getDateInterval (line 1008) | public function getDateInterval() method getStartDate (line 1020) | public function getStartDate(?string $rounding = null) method getEndDate (line 1034) | public function getEndDate(?string $rounding = null) method getRecurrences (line 1050) | public function getRecurrences() method isStartExcluded (line 1060) | public function isStartExcluded() method isEndExcluded (line 1070) | public function isEndExcluded() method isStartIncluded (line 1080) | public function isStartIncluded() method isEndIncluded (line 1090) | public function isEndIncluded() method getIncludedStartDate (line 1100) | public function getIncludedStartDate() method getIncludedEndDate (line 1117) | public function getIncludedEndDate() method addFilter (line 1142) | public function addFilter($callback, $name = null) method prependFilter (line 1164) | public function prependFilter($callback, $name = null) method removeFilter (line 1183) | public function removeFilter($filter) method hasFilter (line 1209) | public function hasFilter($filter) method getFilters (line 1227) | public function getFilters() method setFilters (line 1239) | public function setFilters(array $filters) method resetFilters (line 1256) | public function resetFilters() method setRecurrences (line 1283) | public function setRecurrences($recurrences) method setStartDate (line 1316) | public function setStartDate($date, $inclusive = null) method setEndDate (line 1342) | public function setEndDate($date, $inclusive = null) method valid (line 1373) | #[ReturnTypeWillChange] method key (line 1384) | #[ReturnTypeWillChange] method current (line 1397) | #[ReturnTypeWillChange] method next (line 1412) | #[ReturnTypeWillChange] method rewind (line 1439) | #[ReturnTypeWillChange] method skip (line 1471) | public function skip($count = 1) method toIso8601String (line 1485) | public function toIso8601String() method toString (line 1509) | public function toString() method spec (line 1551) | public function spec() method cast (line 1563) | public function cast(string $className) method toDatePeriod (line 1591) | public function toDatePeriod() method isUnfilteredAndEndLess (line 1603) | public function isUnfilteredAndEndLess(): bool method toArray (line 1634) | public function toArray() method count (line 1658) | #[ReturnTypeWillChange] method first (line 1669) | public function first() method last (line 1689) | public function last() method __toString (line 1701) | public function __toString() method __call (line 1721) | public function __call($method, $parameters) method setTimezone (line 1854) | public function setTimezone($timezone) method shiftTimezone (line 1878) | public function shiftTimezone($timezone) method calculateEnd (line 1902) | public function calculateEnd(?string $rounding = null) method getEndFromRecurrences (line 1924) | private function getEndFromRecurrences() method iterateUntilEnd (line 1955) | private function iterateUntilEnd() method overlaps (line 1980) | public function overlaps($rangeOrRangeStart, $rangeEnd = null) method forEach (line 2006) | public function forEach(callable $callback) method map (line 2028) | public function map(callable $callback) method eq (line 2045) | public function eq($period): bool method equalTo (line 2058) | public function equalTo($period): bool method ne (line 2083) | public function ne($period): bool method notEqualTo (line 2096) | public function notEqualTo($period): bool method startsBefore (line 2109) | public function startsBefore($date = null): bool method startsBeforeOrAt (line 2122) | public function startsBeforeOrAt($date = null): bool method startsAfter (line 2135) | public function startsAfter($date = null): bool method startsAfterOrAt (line 2148) | public function startsAfterOrAt($date = null): bool method startsAt (line 2161) | public function startsAt($date = null): bool method endsBefore (line 2174) | public function endsBefore($date = null): bool method endsBeforeOrAt (line 2187) | public function endsBeforeOrAt($date = null): bool method endsAfter (line 2200) | public function endsAfter($date = null): bool method endsAfterOrAt (line 2213) | public function endsAfterOrAt($date = null): bool method endsAt (line 2226) | public function endsAt($date = null): bool method isStarted (line 2237) | public function isStarted(): bool method isEnded (line 2248) | public function isEnded(): bool method isInProgress (line 2259) | public function isInProgress(): bool method roundUnit (line 2273) | public function roundUnit($unit, $precision = 1, $function = 'round') method floorUnit (line 2293) | public function floorUnit($unit, $precision = 1) method ceilUnit (line 2306) | public function ceilUnit($unit, $precision = 1) method round (line 2319) | public function round($precision = null, $function = 'round') method floor (line 2334) | public function floor($precision = null) method ceil (line 2346) | public function ceil($precision = null) method jsonSerialize (line 2358) | #[ReturnTypeWillChange] method contains (line 2371) | public function contains($date = null): bool method follows (line 2388) | public function follows($period, ...$arguments): bool method isFollowedBy (line 2404) | public function isFollowedBy($period, ...$arguments): bool method isConsecutiveWith (line 2421) | public function isConsecutiveWith($period, ...$arguments): bool method updateInternalState (line 2431) | protected function updateInternalState() method createFilterTuple (line 2451) | protected function createFilterTuple(array $parameters) method isCarbonPredicateMethod (line 2472) | protected function isCarbonPredicateMethod($callable) method filterRecurrences (line 2488) | protected function filterRecurrences($current, $key) method filterEndDate (line 2504) | protected function filterEndDate($current) method endIteration (line 2522) | protected function endIteration() method handleChangedParameters (line 2530) | protected function handleChangedParameters() method validateCurrentDate (line 2549) | protected function validateCurrentDate() method checkFilters (line 2564) | protected function checkFilters() method prepareForReturn (line 2595) | protected function prepareForReturn(CarbonInterface $date) method incrementCurrentDateUntilValid (line 2613) | protected function incrementCurrentDateUntilValid() method callMacro (line 2636) | protected function callMacro($name, $parameters) method resolveCarbon (line 2657) | protected function resolveCarbon($date = null) method resolveCarbonPeriod (line 2670) | protected function resolveCarbonPeriod($period, ...$arguments) method orderCouple (line 2681) | private function orderCouple($first, $second): array method makeDateTime (line 2686) | private function makeDateTime($value): ?DateTimeInterface method isInfiniteDate (line 2708) | private function isInfiniteDate($date): bool method rawDate (line 2713) | private function rawDate($date): ?DateTimeInterface method setDefaultParameters (line 2734) | private static function setDefaultParameters(array &$parameters, array... FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonPeriodImmutable.php class CarbonPeriodImmutable (line 14) | class CarbonPeriodImmutable extends CarbonPeriod method copyIfImmutable (line 36) | protected function copyIfImmutable() FILE: server/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php class CarbonTimeZone (line 20) | class CarbonTimeZone extends DateTimeZone method __construct (line 22) | public function __construct($timezone = null) method parseNumericTimezone (line 27) | protected static function parseNumericTimezone($timezone) method getDateTimeZoneNameFromMixed (line 36) | protected static function getDateTimeZoneNameFromMixed($timezone) method getDateTimeZoneFromName (line 53) | protected static function getDateTimeZoneFromName(&$name) method cast (line 65) | public function cast(string $className) method instance (line 88) | public static function instance($object = null, $objectDump = null) method getAbbreviatedName (line 122) | public function getAbbreviatedName($dst = false) method getAbbr (line 146) | public function getAbbr($dst = false) method toOffsetName (line 158) | public function toOffsetName(?DateTimeInterface $date = null) method toOffsetTimeZone (line 172) | public function toOffsetTimeZone(?DateTimeInterface $date = null) method toRegionName (line 188) | public function toRegionName(?DateTimeInterface $date = null, $isDst = 1) method toRegionTimeZone (line 230) | public function toRegionTimeZone(?DateTimeInterface $date = null) method __toString (line 250) | public function __toString() method getType (line 262) | public function getType(): int method create (line 274) | public static function create($object = null) method createFromHourOffset (line 286) | public static function createFromHourOffset(float $hourOffset) method createFromMinuteOffset (line 298) | public static function createFromMinuteOffset(float $minuteOffset) method getOffsetNameFromMinuteOffset (line 310) | public static function getOffsetNameFromMinuteOffset(float $minutes): ... FILE: server/vendor/nesbot/carbon/src/Carbon/Cli/Invoker.php class Invoker (line 14) | class Invoker method runWithCli (line 18) | protected function runWithCli(string $className, array $parameters): bool method __invoke (line 25) | public function __invoke(...$parameters): bool FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/BadComparisonUnitException.php class BadComparisonUnitException (line 16) | class BadComparisonUnitException extends UnitException method __construct (line 32) | public function __construct($unit, $code = 0, ?Throwable $previous = n... method getUnit (line 44) | public function getUnit(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/BadFluentConstructorException.php class BadFluentConstructorException (line 17) | class BadFluentConstructorException extends BaseBadMethodCallException i... method __construct (line 33) | public function __construct($method, $code = 0, ?Throwable $previous =... method getMethod (line 45) | public function getMethod(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/BadFluentSetterException.php class BadFluentSetterException (line 17) | class BadFluentSetterException extends BaseBadMethodCallException implem... method __construct (line 33) | public function __construct($setter, $code = 0, ?Throwable $previous =... method getSetter (line 45) | public function getSetter(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/BadMethodCallException.php type BadMethodCallException (line 14) | interface BadMethodCallException extends Exception FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/EndLessPeriodException.php class EndLessPeriodException (line 16) | final class EndLessPeriodException extends BaseRuntimeException implemen... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/Exception.php type Exception (line 14) | interface Exception FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/ImmutableException.php class ImmutableException (line 17) | class ImmutableException extends BaseRuntimeException implements Runtime... method __construct (line 33) | public function __construct($value, $code = 0, ?Throwable $previous = ... method getValue (line 44) | public function getValue(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidArgumentException.php type InvalidArgumentException (line 14) | interface InvalidArgumentException extends Exception FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidCastException.php class InvalidCastException (line 16) | class InvalidCastException extends BaseInvalidArgumentException implemen... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php class InvalidDateException (line 17) | class InvalidDateException extends BaseInvalidArgumentException implemen... method __construct (line 41) | public function __construct($field, $value, $code = 0, ?Throwable $pre... method getField (line 53) | public function getField() method getValue (line 63) | public function getValue() FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidFormatException.php class InvalidFormatException (line 16) | class InvalidFormatException extends BaseInvalidArgumentException implem... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidIntervalException.php class InvalidIntervalException (line 16) | class InvalidIntervalException extends BaseInvalidArgumentException impl... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodDateException.php class InvalidPeriodDateException (line 16) | class InvalidPeriodDateException extends BaseInvalidArgumentException im... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodParameterException.php class InvalidPeriodParameterException (line 16) | class InvalidPeriodParameterException extends BaseInvalidArgumentExcepti... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidTimeZoneException.php class InvalidTimeZoneException (line 16) | class InvalidTimeZoneException extends BaseInvalidArgumentException impl... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidTypeException.php class InvalidTypeException (line 16) | class InvalidTypeException extends BaseInvalidArgumentException implemen... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/NotACarbonClassException.php class NotACarbonClassException (line 18) | class NotACarbonClassException extends BaseInvalidArgumentException impl... method __construct (line 34) | public function __construct($className, $code = 0, ?Throwable $previou... method getClassName (line 46) | public function getClassName(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/NotAPeriodException.php class NotAPeriodException (line 16) | class NotAPeriodException extends BaseInvalidArgumentException implement... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/NotLocaleAwareException.php class NotLocaleAwareException (line 17) | class NotLocaleAwareException extends BaseInvalidArgumentException imple... method __construct (line 26) | public function __construct($object, $code = 0, ?Throwable $previous =... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/OutOfRangeException.php class OutOfRangeException (line 20) | class OutOfRangeException extends BaseInvalidArgumentException implement... method __construct (line 60) | public function __construct($unit, $min, $max, $value, $code = 0, ?Thr... method getMax (line 73) | public function getMax() method getMin (line 81) | public function getMin() method getUnit (line 89) | public function getUnit() method getValue (line 97) | public function getValue() FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/ParseErrorException.php class ParseErrorException (line 17) | class ParseErrorException extends BaseInvalidArgumentException implement... method __construct (line 48) | public function __construct($expected, $actual, $help = '', $code = 0,... method getExpected (line 64) | public function getExpected(): string method getActual (line 74) | public function getActual(): string method getHelp (line 84) | public function getHelp(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/RuntimeException.php type RuntimeException (line 14) | interface RuntimeException extends Exception FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnitException.php class UnitException (line 16) | class UnitException extends BaseInvalidArgumentException implements Inva... FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php class UnitNotConfiguredException (line 16) | class UnitNotConfiguredException extends UnitException method __construct (line 32) | public function __construct($unit, $code = 0, ?Throwable $previous = n... method getUnit (line 44) | public function getUnit(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownGetterException.php class UnknownGetterException (line 17) | class UnknownGetterException extends BaseInvalidArgumentException implem... method __construct (line 33) | public function __construct($getter, $code = 0, ?Throwable $previous =... method getGetter (line 45) | public function getGetter(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownMethodException.php class UnknownMethodException (line 17) | class UnknownMethodException extends BaseBadMethodCallException implemen... method __construct (line 33) | public function __construct($method, $code = 0, ?Throwable $previous =... method getMethod (line 45) | public function getMethod(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownSetterException.php class UnknownSetterException (line 17) | class UnknownSetterException extends BaseInvalidArgumentException implem... method __construct (line 33) | public function __construct($setter, $code = 0, ?Throwable $previous =... method getSetter (line 45) | public function getSetter(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownUnitException.php class UnknownUnitException (line 16) | class UnknownUnitException extends UnitException method __construct (line 32) | public function __construct($unit, $code = 0, ?Throwable $previous = n... method getUnit (line 44) | public function getUnit(): string FILE: server/vendor/nesbot/carbon/src/Carbon/Exceptions/UnreachableException.php class UnreachableException (line 16) | class UnreachableException extends BaseRuntimeException implements Runti... FILE: server/vendor/nesbot/carbon/src/Carbon/Factory.php class Factory (line 242) | class Factory method __construct (line 248) | public function __construct(array $settings = [], ?string $className =... method getClassName (line 257) | public function getClassName() method setClassName (line 262) | public function setClassName(string $className) method className (line 269) | public function className(?string $className = null) method getSettings (line 274) | public function getSettings() method setSettings (line 279) | public function setSettings(array $settings) method settings (line 286) | public function settings(?array $settings = null) method mergeSettings (line 291) | public function mergeSettings(array $settings) method __call (line 298) | public function __call($name, $arguments) FILE: server/vendor/nesbot/carbon/src/Carbon/FactoryImmutable.php class FactoryImmutable (line 242) | class FactoryImmutable extends Factory implements ClockInterface method now (line 253) | public function now($tz = null): DateTimeImmutable FILE: server/vendor/nesbot/carbon/src/Carbon/Language.php class Language (line 17) | class Language implements JsonSerializable method __construct (line 64) | public function __construct(string $id) method all (line 86) | public static function all() method regions (line 100) | public static function regions() method getNames (line 114) | public function getNames(): array method getId (line 131) | public function getId(): string method getCode (line 141) | public function getCode(): string method getVariant (line 151) | public function getVariant(): ?string method getVariantName (line 161) | public function getVariantName(): ?string method getRegion (line 179) | public function getRegion(): ?string method getRegionName (line 189) | public function getRegionName(): ?string method getFullIsoName (line 199) | public function getFullIsoName(): string method setIsoName (line 213) | public function setIsoName(string $isoName): self method getFullNativeName (line 225) | public function getFullNativeName(): string method setNativeName (line 239) | public function setNativeName(string $nativeName): self method getIsoName (line 251) | public function getIsoName(): string method getNativeName (line 263) | public function getNativeName(): string method getIsoDescription (line 275) | public function getIsoDescription() method getNativeDescription (line 288) | public function getNativeDescription() method getFullIsoDescription (line 301) | public function getFullIsoDescription() method getFullNativeDescription (line 314) | public function getFullNativeDescription() method __toString (line 327) | public function __toString() method jsonSerialize (line 337) | #[ReturnTypeWillChange] FILE: server/vendor/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php class ServiceProvider (line 25) | class ServiceProvider extends \Illuminate\Support\ServiceProvider method setAppGetter (line 33) | public function setAppGetter(?callable $appGetter): void method setLocaleGetter (line 38) | public function setLocaleGetter(?callable $localeGetter): void method boot (line 43) | public function boot() method updateLocale (line 61) | public function updateLocale() method register (line 88) | public function register() method getLocale (line 93) | protected function getLocale() method getApp (line 107) | protected function getApp() method getGlobalApp (line 116) | protected function getGlobalApp(...$args) method isEventDispatcher (line 121) | protected function isEventDispatcher($instance) FILE: server/vendor/nesbot/carbon/src/Carbon/MessageFormatter/MessageFormatterMapper.php class MessageFormatterMapper (line 26) | final class MessageFormatterMapper extends LazyMessageFormatter method __construct (line 35) | public function __construct(?MessageFormatterInterface $formatter = null) method transformLocale (line 40) | protected function transformLocale(?string $locale): ?string FILE: server/vendor/nesbot/carbon/src/Carbon/PHPStan/AbstractMacro.php class AbstractMacro (line 33) | abstract class AbstractMacro implements BuiltinMethodReflection method __construct (line 77) | public function __construct(string $className, string $methodName, $ma... method getReflectionFunction (line 109) | private function getReflectionFunction($spec) method getDeclaringClass (line 137) | public function getDeclaringClass(): ReflectionClass method isPrivate (line 145) | public function isPrivate(): bool method isPublic (line 153) | public function isPublic(): bool method isFinal (line 161) | public function isFinal(): bool method isInternal (line 169) | public function isInternal(): bool method isAbstract (line 177) | public function isAbstract(): bool method isStatic (line 185) | public function isStatic(): bool method getDocComment (line 193) | public function getDocComment(): ?string method getName (line 201) | public function getName(): string method getParameters (line 209) | public function getParameters(): array method getReturnType (line 217) | public function getReturnType(): ?ReflectionType method isDeprecated (line 231) | public function isDeprecated(): TrinaryLogic method isVariadic (line 242) | public function isVariadic(): bool method getPrototype (line 250) | public function getPrototype(): BuiltinMethodReflection method getTentativeReturnType (line 255) | public function getTentativeReturnType(): ?ReflectionType method returnsByReference (line 260) | public function returnsByReference(): TrinaryLogic method adaptType (line 265) | private static function adaptType($type) method hasModernParser (line 274) | private static function hasModernParser(): bool FILE: server/vendor/nesbot/carbon/src/Carbon/PHPStan/Macro.php class Macro (line 32) | final class Macro extends LazyMacro FILE: server/vendor/nesbot/carbon/src/Carbon/PHPStan/MacroExtension.php class MacroExtension (line 27) | final class MacroExtension implements MethodsClassReflectionExtension method __construct (line 45) | public function __construct( method hasMethod (line 56) | public function hasMethod(ClassReflection $classReflection, string $me... method getMethod (line 64) | public function getMethod(ClassReflection $classReflection, string $me... FILE: server/vendor/nesbot/carbon/src/Carbon/PHPStan/MacroScanner.php class MacroScanner (line 19) | final class MacroScanner method __construct (line 31) | public function __construct(ReflectionProvider $reflectionProvider) method hasMethod (line 44) | public function hasMethod(string $className, string $methodName): bool method getMethod (line 69) | public function getMethod(string $className, string $methodName): Macro FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Boundaries.php type Boundaries (line 34) | trait Boundaries method startOfDay (line 46) | public function startOfDay() method endOfDay (line 61) | public function endOfDay() method startOfMonth (line 76) | public function startOfMonth() method endOfMonth (line 91) | public function endOfMonth() method startOfQuarter (line 106) | public function startOfQuarter() method endOfQuarter (line 123) | public function endOfQuarter() method startOfYear (line 138) | public function startOfYear() method endOfYear (line 153) | public function endOfYear() method startOfDecade (line 168) | public function startOfDecade() method endOfDecade (line 185) | public function endOfDecade() method startOfCentury (line 202) | public function startOfCentury() method endOfCentury (line 219) | public function endOfCentury() method startOfMillennium (line 236) | public function startOfMillennium() method endOfMillennium (line 253) | public function endOfMillennium() method startOfWeek (line 274) | public function startOfWeek($weekStartsAt = null) method endOfWeek (line 293) | public function endOfWeek($weekEndsAt = null) method startOfHour (line 308) | public function startOfHour() method endOfHour (line 323) | public function endOfHour() method startOfMinute (line 338) | public function startOfMinute() method endOfMinute (line 353) | public function endOfMinute() method startOfSecond (line 370) | public function startOfSecond() method endOfSecond (line 387) | public function endOfSecond() method startOf (line 407) | public function startOf($unit, ...$params) method endOf (line 433) | public function endOf($unit, ...$params) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Cast.php type Cast (line 22) | trait Cast method cast (line 31) | public function cast(string $className) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Comparison.php type Comparison (line 33) | trait Comparison method eq (line 57) | public function eq($date): bool method equalTo (line 76) | public function equalTo($date): bool method ne (line 100) | public function ne($date): bool method notEqualTo (line 119) | public function notEqualTo($date): bool method gt (line 140) | public function gt($date): bool method greaterThan (line 159) | public function greaterThan($date): bool method isAfter (line 183) | public function isAfter($date): bool method gte (line 204) | public function gte($date): bool method greaterThanOrEqualTo (line 223) | public function greaterThanOrEqualTo($date): bool method lt (line 247) | public function lt($date): bool method lessThan (line 266) | public function lessThan($date): bool method isBefore (line 290) | public function isBefore($date): bool method lte (line 311) | public function lte($date): bool method lessThanOrEqualTo (line 330) | public function lessThanOrEqualTo($date): bool method between (line 359) | public function between($date1, $date2, $equal = true): bool method betweenIncluded (line 390) | public function betweenIncluded($date1, $date2): bool method betweenExcluded (line 410) | public function betweenExcluded($date1, $date2): bool method isBetween (line 432) | public function isBetween($date1, $date2, $equal = true): bool method isWeekday (line 448) | public function isWeekday() method isWeekend (line 464) | public function isWeekend() method isYesterday (line 480) | public function isYesterday() method isToday (line 496) | public function isToday() method isTomorrow (line 512) | public function isTomorrow() method isFuture (line 528) | public function isFuture() method isPast (line 544) | public function isPast() method isLeapYear (line 560) | public function isLeapYear() method isLongYear (line 583) | public function isLongYear() method isLongIsoYear (line 604) | public function isLongIsoYear() method isSameAs (line 623) | public function isSameAs($format, $date = null) method isSameUnit (line 644) | public function isSameUnit($unit, $date = null) method isCurrentUnit (line 695) | public function isCurrentUnit($unit) method isSameQuarter (line 716) | public function isSameQuarter($date = null, $ofSameYear = true) method isSameMonth (line 739) | public function isSameMonth($date = null, $ofSameYear = true) method isDayOfWeek (line 759) | public function isDayOfWeek($dayOfWeek) method isBirthday (line 783) | public function isBirthday($date = null) method isLastOfMonth (line 802) | public function isLastOfMonth() method isStartOfDay (line 823) | public function isStartOfDay($checkMicroseconds = false) method isEndOfDay (line 849) | public function isEndOfDay($checkMicroseconds = false) method isMidnight (line 869) | public function isMidnight() method isMidday (line 887) | public function isMidday() method hasFormat (line 907) | public static function hasFormat($date, $format) method hasFormatWithModifiers (line 930) | public static function hasFormatWithModifiers($date, $format): bool method canBeCreatedFromFormat (line 950) | public static function canBeCreatedFromFormat($date, $format) method is (line 989) | public function is(string $tester) method matchFormatPattern (line 1076) | private static function matchFormatPattern(string $date, string $forma... method isStartOfTime (line 1101) | public function isStartOfTime(): bool method isEndOfTime (line 1111) | public function isEndOfTime(): bool method discourageNull (line 1116) | private function discourageNull($value): void method discourageBoolean (line 1123) | private function discourageBoolean($value): void FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Converter.php type Converter (line 36) | trait Converter method format (line 49) | #[ReturnTypeWillChange] method rawFormat (line 72) | public function rawFormat($format) method __toString (line 87) | public function __toString() method toDateString (line 110) | public function toDateString() method toFormattedDateString (line 125) | public function toFormattedDateString() method toFormattedDayDateString (line 140) | public function toFormattedDayDateString(): string method toTimeString (line 157) | public function toTimeString($unitPrecision = 'second') method toDateTimeString (line 174) | public function toDateTimeString($unitPrecision = 'second') method getTimeFormatByPrecision (line 186) | public static function getTimeFormatByPrecision($unitPrecision) method toDateTimeLocalString (line 218) | public function toDateTimeLocalString($unitPrecision = 'second') method toDayDateTimeString (line 233) | public function toDayDateTimeString() method toAtomString (line 248) | public function toAtomString() method toCookieString (line 263) | public function toCookieString() method toIso8601String (line 278) | public function toIso8601String() method toRfc822String (line 293) | public function toRfc822String() method toIso8601ZuluString (line 310) | public function toIso8601ZuluString($unitPrecision = 'second') method toRfc850String (line 327) | public function toRfc850String() method toRfc1036String (line 342) | public function toRfc1036String() method toRfc1123String (line 357) | public function toRfc1123String() method toRfc2822String (line 372) | public function toRfc2822String() method toRfc3339String (line 390) | public function toRfc3339String($extended = false) method toRssString (line 410) | public function toRssString() method toW3cString (line 425) | public function toW3cString() method toRfc7231String (line 440) | public function toRfc7231String() method toArray (line 457) | public function toArray() method toObject (line 485) | public function toObject() method toString (line 500) | public function toString() method toISOString (line 519) | public function toISOString($keepOffset = false) method toJSON (line 542) | public function toJSON() method toDateTime (line 557) | public function toDateTime() method toDateTimeImmutable (line 572) | public function toDateTimeImmutable() method toDate (line 589) | public function toDate() method toPeriod (line 603) | public function toPeriod($end = null, $interval = null, $unit = null) method range (line 635) | public function range($end = null, $interval = null, $unit = null) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php type Creator (line 38) | trait Creator method __construct (line 60) | public function __construct($time = null, $tz = null) method constructTimezoneFromDateTime (line 111) | private function constructTimezoneFromDateTime(DateTimeInterface $date... method __clone (line 131) | public function __clone() method instance (line 143) | public static function instance($date) method rawParse (line 180) | public static function rawParse($time = null, $tz = null) method parse (line 219) | public static function parse($time = null, $tz = null) method parseFromLocale (line 246) | public static function parseFromLocale($time, $locale = null, $tz = null) method now (line 258) | public static function now($tz = null) method today (line 270) | public static function today($tz = null) method tomorrow (line 282) | public static function tomorrow($tz = null) method yesterday (line 294) | public static function yesterday($tz = null) method maxValue (line 304) | public static function maxValue() method minValue (line 320) | public static function minValue() method assertBetween (line 331) | private static function assertBetween($unit, $value, $min, $max) method createNowInstance (line 338) | private static function createNowInstance($tz) method create (line 377) | public static function create($year = 0, $month = 1, $day = 1, $hour =... method createSafe (line 461) | public static function createSafe($year = null, $month = null, $day = ... method createStrict (line 507) | public static function createStrict(?int $year = 0, ?int $month = 1, ?... method createFromDate (line 533) | public static function createFromDate($year = null, $month = null, $da... method createMidnightDate (line 550) | public static function createMidnightDate($year = null, $month = null,... method createFromTime (line 567) | public static function createFromTime($hour = 0, $minute = 0, $second ... method createFromTimeString (line 582) | public static function createFromTimeString($time, $tz = null) method createFromFormatAndTimezone (line 594) | private static function createFromFormatAndTimezone($format, $time, $o... method rawCreateFromFormat (line 631) | public static function rawCreateFromFormat($format, $time, $tz = null) method createFromFormat (line 707) | #[ReturnTypeWillChange] method createFromIsoFormat (line 736) | public static function createFromIsoFormat($format, $time, $tz = null,... method createFromLocaleFormat (line 877) | public static function createFromLocaleFormat($format, $locale, $time,... method createFromLocaleIsoFormat (line 907) | public static function createFromLocaleIsoFormat($format, $locale, $ti... method make (line 926) | public static function make($var) method setLastErrors (line 955) | private static function setLastErrors($lastErrors) method getLastErrors (line 972) | #[ReturnTypeWillChange] FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Date.php type Date (line 527) | trait Date method safeCreateDateTimeZone (line 624) | protected static function safeCreateDateTimeZone($object, $objectDump ... method getTimezone (line 636) | #[ReturnTypeWillChange] method getRangesByUnit (line 649) | protected static function getRangesByUnit(int $daysInMonth = 31): array method copy (line 672) | public function copy() method clone (line 684) | public function clone() method avoidMutation (line 697) | public function avoidMutation(): self method nowWithSameTz (line 711) | public function nowWithSameTz() method expectDateTime (line 724) | protected static function expectDateTime($date, $other = []) method resolveCarbon (line 747) | protected function resolveCarbon($date = null) method resolveUTC (line 771) | protected function resolveUTC($date = null): self method carbonize (line 794) | public function carbonize($date = null) method __get (line 820) | public function __get($name) method get (line 834) | public function get($name) method __isset (line 1090) | public function __isset($name) method __set (line 1111) | public function __set($name, $value) method set (line 1132) | public function set($name, $value = null) method getTranslatedFormByRegExp (line 1253) | protected function getTranslatedFormByRegExp($baseKey, $keySuffix, $co... method getTranslatedDayName (line 1282) | public function getTranslatedDayName($context = null, $keySuffix = '',... method getTranslatedShortDayName (line 1294) | public function getTranslatedShortDayName($context = null) method getTranslatedMinDayName (line 1306) | public function getTranslatedMinDayName($context = null) method getTranslatedMonthName (line 1320) | public function getTranslatedMonthName($context = null, $keySuffix = '... method getTranslatedShortMonthName (line 1332) | public function getTranslatedShortMonthName($context = null) method dayOfYear (line 1344) | public function dayOfYear($value = null) method weekday (line 1358) | public function weekday($value = null) method isoWeekday (line 1377) | public function isoWeekday($value = null) method getDaysFromStartOfWeek (line 1394) | public function getDaysFromStartOfWeek(?int $weekStartsAt = null): int method setDaysFromStartOfWeek (line 1412) | public function setDaysFromStartOfWeek(int $numberOfDays, ?int $weekSt... method setUnitNoOverflow (line 1426) | public function setUnitNoOverflow($valueUnit, $value, $overflowUnit) method addUnitNoOverflow (line 1455) | public function addUnitNoOverflow($valueUnit, $value, $overflowUnit) method subUnitNoOverflow (line 1469) | public function subUnitNoOverflow($valueUnit, $value, $overflowUnit) method utcOffset (line 1481) | public function utcOffset(?int $minuteOffset = null) method setDate (line 1501) | #[ReturnTypeWillChange] method setISODate (line 1518) | #[ReturnTypeWillChange] method setDateTime (line 1537) | public function setDateTime($year, $month, $day, $hour, $minute, $seco... method setTime (line 1554) | #[ReturnTypeWillChange] method setTimestamp (line 1569) | #[ReturnTypeWillChange] method setTimeFromTimeString (line 1584) | public function setTimeFromTimeString($time) method timezone (line 1600) | public function timezone($value) method tz (line 1612) | public function tz($value = null) method setTimezone (line 1628) | #[ReturnTypeWillChange] method shiftTimezone (line 1647) | public function shiftTimezone($value) method utc (line 1661) | public function utc() method setDateFrom (line 1673) | public function setDateFrom($date = null) method setTimeFrom (line 1687) | public function setTimeFrom($date = null) method setDateTimeFrom (line 1701) | public function setDateTimeFrom($date = null) method getDays (line 1713) | public static function getDays() method getFirstDayOfWeek (line 1722) | private static function getFirstDayOfWeek(): int method getWeekStartsAt (line 1735) | public static function getWeekStartsAt() method setWeekStartsAt (line 1756) | public static function setWeekStartsAt($day) method getWeekEndsAt (line 1766) | public static function getWeekEndsAt() method setWeekEndsAt (line 1788) | public static function setWeekEndsAt($day) method getWeekendDays (line 1798) | public static function getWeekendDays() method setWeekendDays (line 1830) | public static function setWeekendDays($days) method hasRelativeKeywords (line 1842) | public static function hasRelativeKeywords($time) method setUtf8 (line 1868) | public static function setUtf8($utf8) method formatLocalized (line 1885) | public function formatLocalized($format) method getIsoFormats (line 1913) | public function getIsoFormats($locale = null) method getCalendarFormats (line 1936) | public function getCalendarFormats($locale = null) method getIsoUnits (line 1953) | public static function getIsoUnits() method getPaddedUnit (line 2087) | public function getPaddedUnit($unit, $length = 2, $padString = '0', $p... method ordinal (line 2100) | public function ordinal(string $key, ?string $period = null): string method meridiem (line 2118) | public function meridiem(bool $isLower = false): string method getAltNumber (line 2158) | public function getAltNumber(string $key): string method isoFormat (line 2171) | public function isoFormat(string $format, ?string $originalFormat = nu... method getFormatsToIsoReplacements (line 2266) | public static function getFormatsToIsoReplacements() method translatedFormat (line 2328) | public function translatedFormat(string $format): string method getOffsetString (line 2411) | public function getOffsetString($separator = ':') method executeStaticCallable (line 2422) | protected static function executeStaticCallable($macro, ...$parameters) method __callStatic (line 2445) | public static function __callStatic($method, $parameters) method setUnit (line 2473) | public function setUnit($unit, $value = null) method singularUnit (line 2503) | public static function singularUnit(string $unit): string method pluralUnit (line 2525) | public static function pluralUnit(string $unit): string method executeCallable (line 2540) | protected function executeCallable($macro, ...$parameters) method executeCallableWithContext (line 2551) | protected function executeCallableWithContext($macro, ...$parameters) method getGenericMacros (line 2558) | protected static function getGenericMacros() method __call (line 2577) | public function __call($method, $parameters) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/DeprecatedProperties.php type DeprecatedProperties (line 16) | trait DeprecatedProperties FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php type Difference (line 35) | trait Difference method fixNegativeMicroseconds (line 42) | protected static function fixNegativeMicroseconds(CarbonInterval $diff) method fixDiffInterval (line 86) | protected static function fixDiffInterval(DateInterval $diff, $absolut... method diff (line 123) | #[ReturnTypeWillChange] method diffAsCarbonInterval (line 151) | public function diffAsCarbonInterval($date = null, $absolute = true, a... method diffInYears (line 164) | public function diffInYears($date = null, $absolute = true) method diffInQuarters (line 177) | public function diffInQuarters($date = null, $absolute = true) method diffInMonths (line 190) | public function diffInMonths($date = null, $absolute = true) method diffInWeeks (line 217) | public function diffInWeeks($date = null, $absolute = true) method diffInDays (line 230) | public function diffInDays($date = null, $absolute = true) method diffInDaysFiltered (line 244) | public function diffInDaysFiltered(Closure $callback, $date = null, $a... method diffInHoursFiltered (line 258) | public function diffInHoursFiltered(Closure $callback, $date = null, $... method diffFiltered (line 273) | public function diffFiltered(CarbonInterval $ci, Closure $callback, $d... method diffInWeekdays (line 299) | public function diffInWeekdays($date = null, $absolute = true) method diffInWeekendDays (line 314) | public function diffInWeekendDays($date = null, $absolute = true) method diffInHours (line 329) | public function diffInHours($date = null, $absolute = true) method diffInRealHours (line 342) | public function diffInRealHours($date = null, $absolute = true) method diffInMinutes (line 355) | public function diffInMinutes($date = null, $absolute = true) method diffInRealMinutes (line 368) | public function diffInRealMinutes($date = null, $absolute = true) method diffInSeconds (line 381) | public function diffInSeconds($date = null, $absolute = true) method diffInMicroseconds (line 405) | public function diffInMicroseconds($date = null, $absolute = true) method diffInMilliseconds (line 424) | public function diffInMilliseconds($date = null, $absolute = true) method diffInRealSeconds (line 437) | public function diffInRealSeconds($date = null, $absolute = true) method diffInRealMicroseconds (line 454) | public function diffInRealMicroseconds($date = null, $absolute = true) method diffInRealMilliseconds (line 472) | public function diffInRealMilliseconds($date = null, $absolute = true) method floatDiffInSeconds (line 485) | public function floatDiffInSeconds($date = null, $absolute = true) method floatDiffInMinutes (line 498) | public function floatDiffInMinutes($date = null, $absolute = true) method floatDiffInHours (line 511) | public function floatDiffInHours($date = null, $absolute = true) method floatDiffInDays (line 524) | public function floatDiffInDays($date = null, $absolute = true) method floatDiffInWeeks (line 546) | public function floatDiffInWeeks($date = null, $absolute = true) method floatDiffInMonths (line 559) | public function floatDiffInMonths($date = null, $absolute = true) method floatDiffInYears (line 594) | public function floatDiffInYears($date = null, $absolute = true) method floatDiffInRealSeconds (line 629) | public function floatDiffInRealSeconds($date = null, $absolute = true) method floatDiffInRealMinutes (line 642) | public function floatDiffInRealMinutes($date = null, $absolute = true) method floatDiffInRealHours (line 655) | public function floatDiffInRealHours($date = null, $absolute = true) method floatDiffInRealDays (line 668) | public function floatDiffInRealDays($date = null, $absolute = true) method floatDiffInRealWeeks (line 685) | public function floatDiffInRealWeeks($date = null, $absolute = true) method floatDiffInRealMonths (line 698) | public function floatDiffInRealMonths($date = null, $absolute = true) method floatDiffInRealYears (line 733) | public function floatDiffInRealYears($date = null, $absolute = true) method secondsSinceMidnight (line 765) | public function secondsSinceMidnight() method secondsUntilEndOfDay (line 775) | public function secondsUntilEndOfDay() method diffForHumans (line 827) | public function diffForHumans($other = null, $syntax = null, $short = ... method from (line 886) | public function from($other = null, $syntax = null, $short = false, $p... method since (line 897) | public function since($other = null, $syntax = null, $short = false, $... method to (line 950) | public function to($other = null, $syntax = null, $short = false, $par... method until (line 993) | public function until($other = null, $syntax = null, $short = false, $... method fromNow (line 1026) | public function fromNow($syntax = null, $short = false, $parts = 1, $o... method toNow (line 1065) | public function toNow($syntax = null, $short = false, $parts = 1, $opt... method ago (line 1098) | public function ago($syntax = null, $short = false, $parts = 1, $optio... method timespan (line 1115) | public function timespan($other = null, $timezone = null) method calendar (line 1140) | public function calendar($referenceTime = null, array $formats = []) method getIntervalDayDiff (line 1166) | private function getIntervalDayDiff(DateInterval $interval): int FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/IntervalRounding.php type IntervalRounding (line 21) | trait IntervalRounding method callRoundMethod (line 23) | protected function callRoundMethod(string $method, array $parameters) method roundWith (line 38) | protected function roundWith($precision, $function) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/IntervalStep.php type IntervalStep (line 21) | trait IntervalStep method getStep (line 35) | public function getStep(): ?Closure method setStep (line 47) | public function setStep(?Closure $step): void method convertDate (line 62) | public function convertDate(DateTimeInterface $dateTime, bool $negated... method resolveCarbon (line 85) | private function resolveCarbon(DateTimeInterface $dateTime) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php type Localization (line 42) | trait Localization method setHumanDiffOptions (line 72) | public static function setHumanDiffOptions($humanDiffOptions) method enableHumanDiffOption (line 84) | public static function enableHumanDiffOption($humanDiffOption) method disableHumanDiffOption (line 96) | public static function disableHumanDiffOption($humanDiffOption) method getHumanDiffOptions (line 106) | public static function getHumanDiffOptions() method getTranslator (line 116) | public static function getTranslator() method setTranslator (line 128) | public static function setTranslator(TranslatorInterface $translator) method hasLocalTranslator (line 138) | public function hasLocalTranslator() method getLocalTranslator (line 148) | public function getLocalTranslator() method setLocalTranslator (line 160) | public function setLocalTranslator(TranslatorInterface $translator) method getTranslationMessageWith (line 177) | public static function getTranslationMessageWith($translator, string $... method getTranslationMessage (line 205) | public function getTranslationMessage(string $key, ?string $locale = n... method translateWith (line 220) | public static function translateWith(TranslatorInterface $translator, ... method translate (line 254) | public function translate(string $key, array $parameters = [], $number... method translateNumber (line 272) | public function translateNumber(int $number): string method translateTimeString (line 331) | public static function translateTimeString($timeString, $from = null, ... method translateTimeStringTo (line 434) | public function translateTimeStringTo($timeString, $to = null) method locale (line 447) | public function locale(?string $locale = null, ...$fallbackLocales) method getLocale (line 479) | public static function getLocale() method setLocale (line 492) | public static function setLocale($locale) method setFallbackLocale (line 504) | public static function setFallbackLocale($locale) method getFallbackLocale (line 529) | public static function getFallbackLocale() method executeWithLocale (line 549) | public static function executeWithLocale($locale, $func) method localeHasShortUnits (line 566) | public static function localeHasShortUnits($locale) method localeHasDiffSyntax (line 587) | public static function localeHasDiffSyntax($locale) method localeHasDiffOneDayWords (line 618) | public static function localeHasDiffOneDayWords($locale) method localeHasDiffTwoDayWords (line 636) | public static function localeHasDiffTwoDayWords($locale) method localeHasPeriodSyntax (line 653) | public static function localeHasPeriodSyntax($locale) method getAvailableLocales (line 670) | public static function getAvailableLocales() method getAvailableLocalesInfo (line 685) | public static function getAvailableLocalesInfo() method translator (line 700) | protected static function translator() method getTranslatorLocale (line 719) | protected function getTranslatorLocale($translator = null): ?string method getLocaleAwareTranslator (line 737) | protected static function getLocaleAwareTranslator($translator = null) method getFromCatalogue (line 756) | private static function getFromCatalogue($translator, $catalogue, stri... method cleanWordFromTranslationString (line 770) | private static function cleanWordFromTranslationString($word) method translateWordsByKeys (line 788) | private static function translateWordsByKeys($keys, $messages, $key): ... method getTranslationArray (line 816) | private static function getTranslationArray($translation, $length, $ti... method replaceOrdinalWords (line 834) | private static function replaceOrdinalWords(string $timeString, array ... FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Macro.php type Macro (line 19) | trait Macro method macro (line 57) | public static function macro($name, $macro) method resetMacros (line 65) | public static function resetMacros() method genericMacro (line 79) | public static function genericMacro($macro, $priority = 0) method hasMacro (line 96) | public static function hasMacro($name) method getMacro (line 108) | public static function getMacro($name) method hasLocalMacro (line 120) | public function hasLocalMacro($name) method getLocalMacro (line 132) | public function getLocalMacro($name) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/MagicParameter.php type MagicParameter (line 19) | trait MagicParameter method getMagicParameter (line 21) | private function getMagicParameter(array $parameters, int $index, stri... FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Mixin.php type Mixin (line 29) | trait Mixin method mixin (line 69) | public static function mixin($mixin) method loadMixinClass (line 81) | private static function loadMixinClass($mixin) method loadMixinTrait (line 101) | private static function loadMixinTrait($trait) method getAnonymousClassCodeForTrait (line 170) | private static function getAnonymousClassCodeForTrait(string $trait) method getMixableMethods (line 175) | private static function getMixableMethods(self $context): Generator method bindMacroContext (line 196) | protected static function bindMacroContext($context, callable $callable) method context (line 212) | protected static function context() method this (line 222) | protected static function this() FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Modifiers.php type Modifiers (line 22) | trait Modifiers method getMidDayAt (line 36) | public static function getMidDayAt() method setMidDayAt (line 55) | public static function setMidDayAt($hour) method midDay (line 65) | public function midDay() method next (line 80) | public function next($modifier = null) method nextOrPreviousDay (line 99) | private function nextOrPreviousDay($weekday = true, $forward = true) method nextWeekday (line 117) | public function nextWeekday() method previousWeekday (line 127) | public function previousWeekday() method nextWeekendDay (line 137) | public function nextWeekendDay() method previousWeekendDay (line 147) | public function previousWeekendDay() method previous (line 162) | public function previous($modifier = null) method firstOfMonth (line 183) | public function firstOfMonth($dayOfWeek = null) method lastOfMonth (line 204) | public function lastOfMonth($dayOfWeek = null) method nthOfMonth (line 226) | public function nthOfMonth($nth, $dayOfWeek) method firstOfQuarter (line 245) | public function firstOfQuarter($dayOfWeek = null) method lastOfQuarter (line 260) | public function lastOfQuarter($dayOfWeek = null) method nthOfQuarter (line 276) | public function nthOfQuarter($nth, $dayOfWeek) method firstOfYear (line 296) | public function firstOfYear($dayOfWeek = null) method lastOfYear (line 311) | public function lastOfYear($dayOfWeek = null) method nthOfYear (line 327) | public function nthOfYear($nth, $dayOfWeek) method average (line 342) | public function average($date = null) method closest (line 355) | public function closest($date1, $date2) method farthest (line 368) | public function farthest($date1, $date2) method min (line 380) | public function min($date = null) method minimum (line 396) | public function minimum($date = null) method max (line 408) | public function max($date = null) method maximum (line 424) | public function maximum($date = null) method modify (line 436) | #[ReturnTypeWillChange] method change (line 456) | public function change($modifier) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Mutability.php type Mutability (line 22) | trait Mutability method isMutable (line 31) | public static function isMutable() method isImmutable (line 41) | public static function isImmutable() method toMutable (line 51) | public function toMutable() method toImmutable (line 64) | public function toImmutable() FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/ObjectInitialisation.php type ObjectInitialisation (line 14) | trait ObjectInitialisation FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Options.php type Options (line 27) | trait Options method useStrictMode (line 246) | public static function useStrictMode($strictModeEnabled = true) method isStrictModeEnabled (line 257) | public static function isStrictModeEnabled() method useMonthsOverflow (line 275) | public static function useMonthsOverflow($monthsOverflow = true) method resetMonthsOverflow (line 291) | public static function resetMonthsOverflow() method shouldOverflowMonths (line 301) | public static function shouldOverflowMonths() method useYearsOverflow (line 319) | public static function useYearsOverflow($yearsOverflow = true) method resetYearsOverflow (line 335) | public static function resetYearsOverflow() method shouldOverflowYears (line 345) | public static function shouldOverflowYears() method settings (line 367) | public function settings(array $settings) method getSettings (line 405) | public function getSettings() method __debugInfo (line 438) | public function __debugInfo() method addExtraDebugInfos (line 455) | protected function addExtraDebugInfos(&$infos): void FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Rounding.php type Rounding (line 27) | trait Rounding method roundUnit (line 40) | public function roundUnit($unit, $precision = 1, $function = 'round') method floorUnit (line 149) | public function floorUnit($unit, $precision = 1) method ceilUnit (line 162) | public function ceilUnit($unit, $precision = 1) method round (line 175) | public function round($precision = 1, $function = 'round') method floor (line 187) | public function floor($precision = 1) method ceil (line 199) | public function ceil($precision = 1) method roundWeek (line 211) | public function roundWeek($weekStartsAt = null) method floorWeek (line 226) | public function floorWeek($weekStartsAt = null) method ceilWeek (line 238) | public function ceilWeek($weekStartsAt = null) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Serialization.php type Serialization (line 35) | trait Serialization method serialize (line 73) | public function serialize() method fromSerialized (line 87) | public static function fromSerialized($value) method __set_state (line 105) | #[ReturnTypeWillChange] method __sleep (line 127) | public function __sleep() method __serialize (line 146) | public function __serialize(): array method __wakeup (line 188) | #[ReturnTypeWillChange] method __unserialize (line 224) | public function __unserialize(array $data): void method jsonSerialize (line 254) | #[ReturnTypeWillChange] method serializeUsing (line 278) | public static function serializeUsing($callback) method cleanupDumpProperties (line 290) | public function cleanupDumpProperties() method getSleepProperties (line 305) | private function getSleepProperties(): array FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Test.php type Test (line 22) | trait Test method setTestNow (line 64) | public static function setTestNow($testNow = null) method setTestNowAndTimezone (line 90) | public static function setTestNowAndTimezone($testNow = null, $tz = null) method withTestNow (line 129) | public static function withTestNow($testNow, $callback) method getTestNow (line 148) | public static function getTestNow() method hasTestNow (line 159) | public static function hasTestNow() method getMockedTestNow (line 171) | protected static function getMockedTestNow($tz) method mockConstructorParameters (line 189) | protected static function mockConstructorParameters(&$time, $tz) method setDefaultTimezone (line 203) | private static function setDefaultTimezone($timezone, ?DateTimeInterfa... FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php type Timestamp (line 17) | trait Timestamp method createFromTimestamp (line 29) | #[\ReturnTypeWillChange] method createFromTimestampUTC (line 44) | public static function createFromTimestampUTC($timestamp) method createFromTimestampMsUTC (line 64) | public static function createFromTimestampMsUTC($timestamp) method createFromTimestampMs (line 89) | public static function createFromTimestampMs($timestamp, $tz = null) method timestamp (line 104) | public function timestamp($unixTimestamp) method getPreciseTimestamp (line 127) | public function getPreciseTimestamp($precision = 6) method valueOf (line 137) | public function valueOf() method getTimestampMs (line 147) | public function getTimestampMs() method unix (line 159) | public function unix() method getIntegerAndDecimalParts (line 176) | private static function getIntegerAndDecimalParts($numbers, $decimals ... FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/ToStringFormat.php type ToStringFormat (line 21) | trait ToStringFormat method resetToStringFormat (line 35) | public static function resetToStringFormat() method setToStringFormat (line 52) | public static function setToStringFormat($format) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Units.php type Units (line 28) | trait Units method addRealUnit (line 39) | public function addRealUnit($unit, $value = 1) method subRealUnit (line 140) | public function subRealUnit($unit, $value = 1) method isModifiableUnit (line 152) | public static function isModifiableUnit($unit) method rawAdd (line 179) | public function rawAdd(DateInterval $interval) method add (line 197) | #[ReturnTypeWillChange] method addUnit (line 232) | public function addUnit($unit, $value = 1, $overflow = null) method subUnit (line 337) | public function subUnit($unit, $value = 1, $overflow = null) method rawSub (line 349) | public function rawSub(DateInterval $interval) method sub (line 367) | #[ReturnTypeWillChange] method subtract (line 404) | public function subtract($unit, $value = 1, $overflow = null) FILE: server/vendor/nesbot/carbon/src/Carbon/Traits/Week.php type Week (line 37) | trait Week method isoWeekYear (line 50) | public function isoWeekYear($year = null, $dayOfWeek = null, $dayOfYea... method weekYear (line 70) | public function weekYear($year = null, $dayOfWeek = null, $dayOfYear =... method isoWeeksInYear (line 132) | public function isoWeeksInYear($dayOfWeek = null, $dayOfYear = null) method weeksInYear (line 150) | public function weeksInYear($dayOfWeek = null, $dayOfYear = null) method week (line 180) | public function week($week = null, $dayOfWeek = null, $dayOfYear = null) method isoWeek (line 211) | public function isoWeek($week = null, $dayOfWeek = null, $dayOfYear = ... FILE: server/vendor/nesbot/carbon/src/Carbon/Translator.php class Translator (line 29) | class Translator extends LazyTranslator FILE: server/vendor/nesbot/carbon/src/Carbon/TranslatorImmutable.php class TranslatorImmutable (line 18) | class TranslatorImmutable extends Translator method __construct (line 23) | public function __construct($locale, ?MessageFormatterInterface $forma... method setDirectories (line 32) | public function setDirectories(array $directories) method setLocale (line 39) | public function setLocale($locale) method setMessages (line 49) | public function setMessages($locale, $messages) method setTranslations (line 59) | public function setTranslations($messages) method setConfigCacheFactory (line 69) | public function setConfigCacheFactory(ConfigCacheFactoryInterface $con... method resetMessages (line 76) | public function resetMessages($locale = null) method setFallbackLocales (line 86) | public function setFallbackLocales(array $locales) method disallowMutation (line 93) | private function disallowMutation($method) FILE: server/vendor/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php type TranslatorStrongTypeInterface (line 19) | interface TranslatorStrongTypeInterface method getFromCatalogue (line 21) | public function getFromCatalogue(MessageCatalogueInterface $catalogue,... FILE: server/vendor/nikic/fast-route/src/BadRouteException.php class BadRouteException (line 5) | class BadRouteException extends \LogicException FILE: server/vendor/nikic/fast-route/src/DataGenerator.php type DataGenerator (line 5) | interface DataGenerator method addRoute (line 19) | public function addRoute($httpMethod, $routeData, $handler); method getData (line 25) | public function getData(); FILE: server/vendor/nikic/fast-route/src/DataGenerator/CharCountBased.php class CharCountBased (line 5) | class CharCountBased extends RegexBasedAbstract method getApproxChunkSize (line 7) | protected function getApproxChunkSize() method processChunk (line 12) | protected function processChunk($regexToRoutesMap) FILE: server/vendor/nikic/fast-route/src/DataGenerator/GroupCountBased.php class GroupCountBased (line 5) | class GroupCountBased extends RegexBasedAbstract method getApproxChunkSize (line 7) | protected function getApproxChunkSize() method processChunk (line 12) | protected function processChunk($regexToRoutesMap) FILE: server/vendor/nikic/fast-route/src/DataGenerator/GroupPosBased.php class GroupPosBased (line 5) | class GroupPosBased extends RegexBasedAbstract method getApproxChunkSize (line 7) | protected function getApproxChunkSize() method processChunk (line 12) | protected function processChunk($regexToRoutesMap) FILE: server/vendor/nikic/fast-route/src/DataGenerator/MarkBased.php class MarkBased (line 5) | class MarkBased extends RegexBasedAbstract method getApproxChunkSize (line 7) | protected function getApproxChunkSize() method processChunk (line 12) | protected function processChunk($regexToRoutesMap) FILE: server/vendor/nikic/fast-route/src/DataGenerator/RegexBasedAbstract.php class RegexBasedAbstract (line 9) | abstract class RegexBasedAbstract implements DataGenerator method getApproxChunkSize (line 20) | abstract protected function getApproxChunkSize(); method processChunk (line 25) | abstract protected function processChunk($regexToRoutesMap); method addRoute (line 27) | public function addRoute($httpMethod, $routeData, $handler) method getData (line 39) | public function getData() method generateVariableRouteData (line 51) | private function generateVariableRouteData() method computeChunkSize (line 66) | private function computeChunkSize($count) method isStaticRoute (line 76) | private function isStaticRoute($routeData) method addStaticRoute (line 81) | private function addStaticRoute($httpMethod, $routeData, $handler) method addVariableRoute (line 106) | private function addVariableRoute($httpMethod, $routeData, $handler) method buildRegexForRoute (line 126) | private function buildRegexForRoute($routeData) method regexHasCapturingGroups (line 162) | private function regexHasCapturingGroups($regex) FILE: server/vendor/nikic/fast-route/src/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method dispatch (line 25) | public function dispatch($httpMethod, $uri); FILE: server/vendor/nikic/fast-route/src/Dispatcher/CharCountBased.php class CharCountBased (line 5) | class CharCountBased extends RegexBasedAbstract method __construct (line 7) | public function __construct($data) method dispatchVariableRoute (line 12) | protected function dispatchVariableRoute($routeData, $uri) FILE: server/vendor/nikic/fast-route/src/Dispatcher/GroupCountBased.php class GroupCountBased (line 5) | class GroupCountBased extends RegexBasedAbstract method __construct (line 7) | public function __construct($data) method dispatchVariableRoute (line 12) | protected function dispatchVariableRoute($routeData, $uri) FILE: server/vendor/nikic/fast-route/src/Dispatcher/GroupPosBased.php class GroupPosBased (line 5) | class GroupPosBased extends RegexBasedAbstract method __construct (line 7) | public function __construct($data) method dispatchVariableRoute (line 12) | protected function dispatchVariableRoute($routeData, $uri) FILE: server/vendor/nikic/fast-route/src/Dispatcher/MarkBased.php class MarkBased (line 5) | class MarkBased extends RegexBasedAbstract method __construct (line 7) | public function __construct($data) method dispatchVariableRoute (line 12) | protected function dispatchVariableRoute($routeData, $uri) FILE: server/vendor/nikic/fast-route/src/Dispatcher/RegexBasedAbstract.php class RegexBasedAbstract (line 7) | abstract class RegexBasedAbstract implements Dispatcher method dispatchVariableRoute (line 18) | abstract protected function dispatchVariableRoute($routeData, $uri); method dispatch (line 20) | public function dispatch($httpMethod, $uri) FILE: server/vendor/nikic/fast-route/src/Route.php class Route (line 5) | class Route method __construct (line 27) | public function __construct($httpMethod, $handler, $regex, $variables) method matches (line 42) | public function matches($str) FILE: server/vendor/nikic/fast-route/src/RouteCollector.php class RouteCollector (line 5) | class RouteCollector method __construct (line 22) | public function __construct(RouteParser $routeParser, DataGenerator $d... method addRoute (line 38) | public function addRoute($httpMethod, $route, $handler) method addGroup (line 57) | public function addGroup($prefix, callable $callback) method get (line 73) | public function get($route, $handler) method post (line 86) | public function post($route, $handler) method put (line 99) | public function put($route, $handler) method delete (line 112) | public function delete($route, $handler) method patch (line 125) | public function patch($route, $handler) method head (line 138) | public function head($route, $handler) method getData (line 148) | public function getData() FILE: server/vendor/nikic/fast-route/src/RouteParser.php type RouteParser (line 5) | interface RouteParser method parse (line 36) | public function parse($route); FILE: server/vendor/nikic/fast-route/src/RouteParser/Std.php class Std (line 13) | class Std implements RouteParser method parse (line 25) | public function parse($route) method parsePlaceholders (line 59) | private function parsePlaceholders($route) FILE: server/vendor/nikic/fast-route/src/functions.php function simpleDispatcher (line 12) | function simpleDispatcher(callable $routeDefinitionCallback, array $opti... function cachedDispatcher (line 36) | function cachedDispatcher(callable $routeDefinitionCallback, array $opti... FILE: server/vendor/nikic/fast-route/test/Dispatcher/CharCountBasedTest.php class CharCountBasedTest (line 5) | class CharCountBasedTest extends DispatcherTest method getDispatcherClass (line 7) | protected function getDispatcherClass() method getDataGeneratorClass (line 12) | protected function getDataGeneratorClass() FILE: server/vendor/nikic/fast-route/test/Dispatcher/DispatcherTest.php class DispatcherTest (line 8) | abstract class DispatcherTest extends TestCase method getDispatcherClass (line 13) | abstract protected function getDispatcherClass(); method getDataGeneratorClass (line 18) | abstract protected function getDataGeneratorClass(); method generateDispatcherOptions (line 23) | private function generateDispatcherOptions() method testFoundDispatches (line 34) | public function testFoundDispatches($method, $uri, $callback, $handler... method testNotFoundDispatches (line 46) | public function testNotFoundDispatches($method, $uri, $callback) method testMethodNotAllowedDispatches (line 59) | public function testMethodNotAllowedDispatches($method, $uri, $callbac... method testDuplicateVariableNameError (line 76) | public function testDuplicateVariableNameError() method testDuplicateVariableRoute (line 87) | public function testDuplicateVariableRoute() method testDuplicateStaticRoute (line 99) | public function testDuplicateStaticRoute() method testShadowedStaticRoute (line 111) | public function testShadowedStaticRoute() method testCapturing (line 123) | public function testCapturing() method provideFoundDispatchCases (line 130) | public function provideFoundDispatchCases() method provideNotFoundDispatchCases (line 421) | public function provideNotFoundDispatchCases() method provideMethodNotAllowedDispatchCases (line 498) | public function provideMethodNotAllowedDispatchCases() FILE: server/vendor/nikic/fast-route/test/Dispatcher/GroupCountBasedTest.php class GroupCountBasedTest (line 5) | class GroupCountBasedTest extends DispatcherTest method getDispatcherClass (line 7) | protected function getDispatcherClass() method getDataGeneratorClass (line 12) | protected function getDataGeneratorClass() FILE: server/vendor/nikic/fast-route/test/Dispatcher/GroupPosBasedTest.php class GroupPosBasedTest (line 5) | class GroupPosBasedTest extends DispatcherTest method getDispatcherClass (line 7) | protected function getDispatcherClass() method getDataGeneratorClass (line 12) | protected function getDataGeneratorClass() FILE: server/vendor/nikic/fast-route/test/Dispatcher/MarkBasedTest.php class MarkBasedTest (line 5) | class MarkBasedTest extends DispatcherTest method setUp (line 7) | public function setUp() method getDispatcherClass (line 15) | protected function getDispatcherClass() method getDataGeneratorClass (line 20) | protected function getDataGeneratorClass() FILE: server/vendor/nikic/fast-route/test/HackTypechecker/HackTypecheckerTest.php class HackTypecheckerTest (line 7) | class HackTypecheckerTest extends TestCase method testTypechecks (line 11) | public function testTypechecks($recurse = true) FILE: server/vendor/nikic/fast-route/test/HackTypechecker/fixtures/all_options.php function all_options_simple (line 5) | function all_options_simple(): \FastRoute\Dispatcher { function all_options_cached (line 17) | function all_options_cached(): \FastRoute\Dispatcher { FILE: server/vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php function empty_options_simple (line 5) | function empty_options_simple(): \FastRoute\Dispatcher { function empty_options_cached (line 9) | function empty_options_cached(): \FastRoute\Dispatcher { FILE: server/vendor/nikic/fast-route/test/HackTypechecker/fixtures/no_options.php function no_options_simple (line 5) | function no_options_simple(): \FastRoute\Dispatcher { FILE: server/vendor/nikic/fast-route/test/RouteCollectorTest.php class RouteCollectorTest (line 7) | class RouteCollectorTest extends TestCase method testShortcuts (line 9) | public function testShortcuts() method testGroups (line 32) | public function testGroups() class DummyRouteCollector (line 95) | class DummyRouteCollector extends RouteCollector method __construct (line 99) | public function __construct() method addRoute (line 103) | public function addRoute($method, $route, $handler) FILE: server/vendor/nikic/fast-route/test/RouteParser/StdTest.php class StdTest (line 7) | class StdTest extends TestCase method testParse (line 10) | public function testParse($routeString, $expectedRouteDatas) method testParseError (line 18) | public function testParseError($routeString, $expectedExceptionMessage) method provideTestParse (line 25) | public function provideTestParse() method provideTestParseError (line 121) | public function provideTestParseError() FILE: server/vendor/php-di/invoker/src/CallableResolver.php class CallableResolver (line 15) | class CallableResolver method __construct (line 20) | public function __construct(ContainerInterface $container) method resolve (line 32) | public function resolve($callable): callable method resolveFromContainer (line 52) | private function resolveFromContainer($callable) method isStaticCallToNonStaticMethod (line 108) | private function isStaticCallToNonStaticMethod($callable): bool FILE: server/vendor/php-di/invoker/src/Exception/InvocationException.php class InvocationException (line 8) | class InvocationException extends \Exception FILE: server/vendor/php-di/invoker/src/Exception/NotCallableException.php class NotCallableException (line 8) | class NotCallableException extends InvocationException method fromInvalidCallable (line 13) | public static function fromInvalidCallable($value, bool $containerEntr... FILE: server/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php class NotEnoughParametersException (line 8) | class NotEnoughParametersException extends InvocationException FILE: server/vendor/php-di/invoker/src/Invoker.php class Invoker (line 19) | class Invoker implements InvokerInterface method __construct (line 30) | public function __construct(?ParameterResolver $parameterResolver = nu... method call (line 43) | public function call($callable, array $parameters = []) method createParameterResolver (line 81) | private function createParameterResolver(): ParameterResolver method getParameterResolver (line 93) | public function getParameterResolver(): ParameterResolver method getContainer (line 98) | public function getContainer(): ?ContainerInterface method getCallableResolver (line 106) | public function getCallableResolver(): ?CallableResolver FILE: server/vendor/php-di/invoker/src/InvokerInterface.php type InvokerInterface (line 12) | interface InvokerInterface method call (line 24) | public function call($callable, array $parameters = []); FILE: server/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php class AssociativeArrayResolver (line 15) | class AssociativeArrayResolver implements ParameterResolver method getParameters (line 17) | public function getParameters( FILE: server/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php class ParameterNameContainerResolver (line 12) | class ParameterNameContainerResolver implements ParameterResolver method __construct (line 20) | public function __construct(ContainerInterface $container) method getParameters (line 25) | public function getParameters( FILE: server/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php class TypeHintContainerResolver (line 13) | class TypeHintContainerResolver implements ParameterResolver method __construct (line 21) | public function __construct(ContainerInterface $container) method getParameters (line 26) | public function getParameters( FILE: server/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php class DefaultValueResolver (line 11) | class DefaultValueResolver implements ParameterResolver method getParameters (line 13) | public function getParameters( FILE: server/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php class NumericArrayResolver (line 17) | class NumericArrayResolver implements ParameterResolver method getParameters (line 19) | public function getParameters( FILE: server/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php type ParameterResolver (line 10) | interface ParameterResolver method getParameters (line 25) | public function getParameters( FILE: server/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php class ResolverChain (line 12) | class ResolverChain implements ParameterResolver method __construct (line 17) | public function __construct(array $resolvers = []) method getParameters (line 22) | public function getParameters( method appendResolver (line 49) | public function appendResolver(ParameterResolver $resolver): void method prependResolver (line 57) | public function prependResolver(ParameterResolver $resolver): void FILE: server/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php class TypeHintResolver (line 13) | class TypeHintResolver implements ParameterResolver method getParameters (line 15) | public function getParameters( FILE: server/vendor/php-di/invoker/src/Reflection/CallableReflection.php class CallableReflection (line 17) | class CallableReflection method create (line 23) | public static function create($callable): ReflectionFunctionAbstract FILE: server/vendor/php-di/php-di/src/Annotation/Inject.php class Inject (line 21) | final class Inject method __construct (line 40) | public function __construct(array $values) method getName (line 81) | public function getName() method getParameters (line 89) | public function getParameters() : array FILE: server/vendor/php-di/php-di/src/Annotation/Injectable.php class Injectable (line 20) | final class Injectable method __construct (line 28) | public function __construct(array $values) method isLazy (line 38) | public function isLazy() FILE: server/vendor/php-di/php-di/src/CompiledContainer.php class CompiledContainer (line 25) | abstract class CompiledContainer extends Container method get (line 41) | public function get($name) method has (line 76) | public function has($name) method setDefinition (line 93) | protected function setDefinition(string $name, Definition $definition) method resolveFactory (line 103) | protected function resolveFactory($callable, $entryName, array $extraP... FILE: server/vendor/php-di/php-di/src/Compiler/Compiler.php class Compiler (line 35) | class Compiler method __construct (line 100) | public function __construct(ProxyFactory $proxyFactory) method getProxyFactory (line 105) | public function getProxyFactory() : ProxyFactory method compile (line 115) | public function compile( method writeFileAtomic (line 186) | private function writeFileAtomic(string $fileName, string $content) : int method compileDefinition (line 218) | private function compileDefinition(string $entryName, Definition $defi... method compileValue (line 323) | public function compileValue($value) : string method createCompilationDirectory (line 359) | private function createCompilationDirectory(string $directory) method isCompilable (line 372) | private function isCompilable($value) method compileClosure (line 402) | private function compileClosure(\Closure $closure) : string FILE: server/vendor/php-di/php-di/src/Compiler/ObjectCreationCompiler.php class ObjectCreationCompiler (line 20) | class ObjectCreationCompiler method __construct (line 27) | public function __construct(Compiler $compiler) method compile (line 32) | public function compile(ObjectDefinition $definition) : string method resolveParameters (line 102) | public function resolveParameters(MethodInjection $definition = null, ... method compileLazyDefinition (line 134) | private function compileLazyDefinition(ObjectDefinition $definition) :... method getParameterDefaultValue (line 160) | private function getParameterDefaultValue(ReflectionParameter $paramet... method getFunctionName (line 174) | private function getFunctionName(ReflectionMethod $method) : string method assertClassIsNotAnonymous (line 179) | private function assertClassIsNotAnonymous(ObjectDefinition $definition) method assertClassIsInstantiable (line 189) | private function assertClassIsInstantiable(ObjectDefinition $definition) FILE: server/vendor/php-di/php-di/src/Compiler/RequestedEntryHolder.php class RequestedEntryHolder (line 12) | class RequestedEntryHolder implements RequestedEntry method __construct (line 19) | public function __construct(string $name) method getName (line 24) | public function getName() : string FILE: server/vendor/php-di/php-di/src/Container.php class Container (line 39) | class Container implements ContainerInterface, FactoryInterface, Invoker... method __construct (line 97) | public function __construct( method get (line 127) | public function get($name) method getDefinition (line 151) | private function getDefinition($name) method make (line 180) | public function make($name, array $parameters = []) method has (line 210) | public function has($name) method injectOn (line 240) | public function injectOn($instance) method call (line 277) | public function call($callable, array $parameters = []) method set (line 288) | public function set(string $name, $value) method getKnownEntryNames (line 311) | public function getKnownEntryNames() : array method debugEntry (line 330) | public function debugEntry(string $name) : string method getEntryType (line 349) | private function getEntryType($entry) : string method resolveDefinition (line 378) | private function resolveDefinition(Definition $definition, array $para... method setDefinition (line 398) | protected function setDefinition(string $name, Definition $definition) method getInvoker (line 409) | private function getInvoker() : InvokerInterface method createDefaultDefinitionSource (line 426) | private function createDefaultDefinitionSource() : SourceChain FILE: server/vendor/php-di/php-di/src/ContainerBuilder.php class ContainerBuilder (line 35) | class ContainerBuilder method buildDevContainer (line 111) | public static function buildDevContainer() : Container method __construct (line 119) | public function __construct(string $containerClass = Container::class) method build (line 129) | public function build() method enableCompilation (line 210) | public function enableCompilation( method useAutowiring (line 231) | public function useAutowiring(bool $bool) : self method useAnnotations (line 247) | public function useAnnotations(bool $bool) : self method ignorePhpDocErrors (line 261) | public function ignorePhpDocErrors(bool $bool) : self method writeProxiesToFile (line 283) | public function writeProxiesToFile(bool $writeToFile, string $proxyDir... method wrapContainer (line 305) | public function wrapContainer(ContainerInterface $otherContainer) : self method addDefinitions (line 322) | public function addDefinitions(...$definitions) : self method enableDefinitionCache (line 361) | public function enableDefinitionCache(string $cacheNamespace = '') : self method isCompilationEnabled (line 374) | public function isCompilationEnabled() : bool method ensureNotLocked (line 379) | private function ensureNotLocked() FILE: server/vendor/php-di/php-di/src/Definition/ArrayDefinition.php class ArrayDefinition (line 13) | class ArrayDefinition implements Definition method __construct (line 26) | public function __construct(array $values) method getName (line 31) | public function getName() : string method setName (line 36) | public function setName(string $name) method getValues (line 41) | public function getValues() : array method replaceNestedDefinitions (line 46) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 51) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/ArrayDefinitionExtension.php class ArrayDefinitionExtension (line 15) | class ArrayDefinitionExtension extends ArrayDefinition implements Extend... method getValues (line 22) | public function getValues() : array method setExtendedDefinition (line 31) | public function setExtendedDefinition(Definition $definition) FILE: server/vendor/php-di/php-di/src/Definition/AutowireDefinition.php class AutowireDefinition (line 10) | class AutowireDefinition extends ObjectDefinition FILE: server/vendor/php-di/php-di/src/Definition/DecoratorDefinition.php class DecoratorDefinition (line 13) | class DecoratorDefinition extends FactoryDefinition implements Definitio... method setExtendedDefinition (line 20) | public function setExtendedDefinition(Definition $definition) method getDecoratedDefinition (line 28) | public function getDecoratedDefinition() method replaceNestedDefinitions (line 33) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 38) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/Definition.php type Definition (line 16) | interface Definition extends RequestedEntry method getName (line 21) | public function getName() : string; method setName (line 26) | public function setName(string $name); method replaceNestedDefinitions (line 31) | public function replaceNestedDefinitions(callable $replacer); method __toString (line 36) | public function __toString(); FILE: server/vendor/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php class ObjectDefinitionDumper (line 18) | class ObjectDefinitionDumper method dump (line 23) | public function dump(ObjectDefinition $definition) : string method dumpConstructor (line 54) | private function dumpConstructor(string $className, ObjectDefinition $... method dumpProperties (line 69) | private function dumpProperties(ObjectDefinition $definition) : string method dumpMethods (line 83) | private function dumpMethods(string $className, ObjectDefinition $defi... method dumpMethodParameters (line 96) | private function dumpMethodParameters(string $className, MethodInjecti... FILE: server/vendor/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php class EnvironmentVariableDefinition (line 13) | class EnvironmentVariableDefinition implements Definition method __construct (line 48) | public function __construct(string $variableName, bool $isOptional = f... method getName (line 55) | public function getName() : string method setName (line 60) | public function setName(string $name) method getVariableName (line 68) | public function getVariableName() : string method isOptional (line 76) | public function isOptional() : bool method getDefaultValue (line 84) | public function getDefaultValue() method replaceNestedDefinitions (line 89) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 94) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php class InvalidAnnotation (line 12) | class InvalidAnnotation extends InvalidDefinition FILE: server/vendor/php-di/php-di/src/Definition/Exception/InvalidDefinition.php class InvalidDefinition (line 15) | class InvalidDefinition extends \Exception implements ContainerException... method create (line 17) | public static function create(Definition $definition, string $message,... FILE: server/vendor/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php type ExtendsPreviousDefinition (line 12) | interface ExtendsPreviousDefinition extends Definition method setExtendedDefinition (line 14) | public function setExtendedDefinition(Definition $definition); FILE: server/vendor/php-di/php-di/src/Definition/FactoryDefinition.php class FactoryDefinition (line 12) | class FactoryDefinition implements Definition method __construct (line 37) | public function __construct(string $name, $factory, array $parameters ... method getName (line 44) | public function getName() : string method setName (line 49) | public function setName(string $name) method getCallable (line 57) | public function getCallable() method getParameters (line 65) | public function getParameters() : array method replaceNestedDefinitions (line 70) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 75) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php class AutowireDefinitionHelper (line 14) | class AutowireDefinitionHelper extends CreateDefinitionHelper method constructorParameter (line 31) | public function constructorParameter($parameter, $value) method methodParameter (line 55) | public function methodParameter(string $method, $parameter, $value) FILE: server/vendor/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php class CreateDefinitionHelper (line 18) | class CreateDefinitionHelper implements DefinitionHelper method __construct (line 56) | public function __construct(string $className = null) method lazy (line 68) | public function lazy() method constructor (line 85) | public function constructor(...$parameters) method property (line 100) | public function property(string $property, $value) method method (line 121) | public function method(string $method, ...$parameters) method getDefinition (line 135) | public function getDefinition(string $entryName) : Definition method fixParameters (line 179) | private function fixParameters(ObjectDefinition $definition, string $m... FILE: server/vendor/php-di/php-di/src/Definition/Helper/DefinitionHelper.php type DefinitionHelper (line 14) | interface DefinitionHelper method getDefinition (line 19) | public function getDefinition(string $entryName) : Definition; FILE: server/vendor/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php class FactoryDefinitionHelper (line 16) | class FactoryDefinitionHelper implements DefinitionHelper method __construct (line 37) | public function __construct($factory, bool $decorate = false) method getDefinition (line 47) | public function getDefinition(string $entryName) : Definition method parameter (line 69) | public function parameter(string $parameter, $value) FILE: server/vendor/php-di/php-di/src/Definition/InstanceDefinition.php class InstanceDefinition (line 13) | class InstanceDefinition implements Definition method __construct (line 30) | public function __construct($instance, ObjectDefinition $objectDefinit... method getName (line 36) | public function getName() : string method setName (line 42) | public function setName(string $name) method getInstance (line 50) | public function getInstance() method getObjectDefinition (line 55) | public function getObjectDefinition() : ObjectDefinition method replaceNestedDefinitions (line 60) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 65) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/ObjectDefinition.php class ObjectDefinition (line 18) | class ObjectDefinition implements Definition method __construct (line 72) | public function __construct(string $name, string $className = null) method getName (line 78) | public function getName() : string method setName (line 83) | public function setName(string $name) method setClassName (line 88) | public function setClassName(string $className = null) method getClassName (line 95) | public function getClassName() : string method getConstructorInjection (line 107) | public function getConstructorInjection() method setConstructorInjection (line 112) | public function setConstructorInjection(MethodInjection $constructorIn... method completeConstructorInjection (line 117) | public function completeConstructorInjection(MethodInjection $injection) method getPropertyInjections (line 131) | public function getPropertyInjections() : array method addPropertyInjection (line 136) | public function addPropertyInjection(PropertyInjection $propertyInject... method getMethodInjections (line 153) | public function getMethodInjections() : array method addMethodInjection (line 164) | public function addMethodInjection(MethodInjection $methodInjection) method completeFirstMethodInjection (line 173) | public function completeFirstMethodInjection(MethodInjection $injection) method setLazy (line 186) | public function setLazy(bool $lazy = null) method isLazy (line 191) | public function isLazy() : bool method classExists (line 200) | public function classExists() : bool method isInstantiable (line 205) | public function isInstantiable() : bool method replaceNestedDefinitions (line 210) | public function replaceNestedDefinitions(callable $replacer) method replaceWildcards (line 232) | public function replaceWildcards(array $replacements) method __toString (line 246) | public function __toString() method updateCache (line 251) | private function updateCache() FILE: server/vendor/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php class MethodInjection (line 14) | class MethodInjection implements Definition method __construct (line 26) | public function __construct(string $methodName, array $parameters = []) method constructor (line 32) | public static function constructor(array $parameters = []) : self method getMethodName (line 37) | public function getMethodName() : string method getParameters (line 45) | public function getParameters() : array method replaceParameters (line 53) | public function replaceParameters(array $parameters) method merge (line 58) | public function merge(self $definition) method getName (line 64) | public function getName() : string method setName (line 69) | public function setName(string $name) method replaceNestedDefinitions (line 74) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 82) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php class PropertyInjection (line 12) | class PropertyInjection method __construct (line 38) | public function __construct(string $propertyName, $value, string $clas... method getPropertyName (line 45) | public function getPropertyName() : string method getValue (line 53) | public function getValue() method getClassName (line 61) | public function getClassName() method replaceNestedDefinition (line 66) | public function replaceNestedDefinition(callable $replacer) FILE: server/vendor/php-di/php-di/src/Definition/Reference.php class Reference (line 14) | class Reference implements Definition, SelfResolvingDefinition method __construct (line 31) | public function __construct(string $targetEntryName) method getName (line 36) | public function getName() : string method setName (line 41) | public function setName(string $name) method getTargetEntryName (line 46) | public function getTargetEntryName() : string method resolve (line 51) | public function resolve(ContainerInterface $container) method isResolvable (line 56) | public function isResolvable(ContainerInterface $container) : bool method replaceNestedDefinitions (line 61) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 66) | public function __toString() FILE: server/vendor/php-di/php-di/src/Definition/Resolver/ArrayResolver.php class ArrayResolver (line 18) | class ArrayResolver implements DefinitionResolver method __construct (line 28) | public function __construct(DefinitionResolver $definitionResolver) method resolve (line 40) | public function resolve(Definition $definition, array $parameters = []... method isResolvable (line 54) | public function isResolvable(Definition $definition, array $parameters... method resolveDefinition (line 59) | private function resolveDefinition(Definition $value, ArrayDefinition ... FILE: server/vendor/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php class DecoratorResolver (line 18) | class DecoratorResolver implements DefinitionResolver method __construct (line 36) | public function __construct(ContainerInterface $container, DefinitionR... method resolve (line 49) | public function resolve(Definition $definition, array $parameters = []) method isResolvable (line 78) | public function isResolvable(Definition $definition, array $parameters... FILE: server/vendor/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php type DefinitionResolver (line 16) | interface DefinitionResolver method resolve (line 28) | public function resolve(Definition $definition, array $parameters = []); method isResolvable (line 36) | public function isResolvable(Definition $definition, array $parameters... FILE: server/vendor/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php class EnvironmentVariableResolver (line 16) | class EnvironmentVariableResolver implements DefinitionResolver method __construct (line 28) | public function __construct(DefinitionResolver $definitionResolver, $v... method resolve (line 39) | public function resolve(Definition $definition, array $parameters = []) method isResolvable (line 64) | public function isResolvable(Definition $definition, array $parameters... method getEnvVariable (line 69) | protected function getEnvVariable(string $variableName) FILE: server/vendor/php-di/php-di/src/Definition/Resolver/FactoryResolver.php class FactoryResolver (line 26) | class FactoryResolver implements DefinitionResolver method __construct (line 47) | public function __construct(ContainerInterface $container, DefinitionR... method resolve (line 60) | public function resolve(Definition $definition, array $parameters = []) method isResolvable (line 105) | public function isResolvable(Definition $definition, array $parameters... method resolveExtraParams (line 110) | private function resolveExtraParams(array $params) : array FILE: server/vendor/php-di/php-di/src/Definition/Resolver/InstanceInjector.php class InstanceInjector (line 18) | class InstanceInjector extends ObjectCreator method resolve (line 25) | public function resolve(Definition $definition, array $parameters = []) method isResolvable (line 42) | public function isResolvable(Definition $definition, array $parameters... FILE: server/vendor/php-di/php-di/src/Definition/Resolver/ObjectCreator.php class ObjectCreator (line 25) | class ObjectCreator implements DefinitionResolver method __construct (line 46) | public function __construct( method resolve (line 64) | public function resolve(Definition $definition, array $parameters = []) method isResolvable (line 80) | public function isResolvable(Definition $definition, array $parameters... method createProxy (line 88) | private function createProxy(ObjectDefinition $definition, array $para... method createInstance (line 113) | private function createInstance(ObjectDefinition $definition, array $p... method injectMethodsAndProperties (line 163) | protected function injectMethodsAndProperties($object, ObjectDefinitio... method injectProperty (line 188) | private function injectProperty($object, PropertyInjection $propertyIn... method setPrivatePropertyValue (line 212) | public static function setPrivatePropertyValue(string $className = nul... FILE: server/vendor/php-di/php-di/src/Definition/Resolver/ParameterResolver.php class ParameterResolver (line 19) | class ParameterResolver method __construct (line 29) | public function __construct(DefinitionResolver $definitionResolver) method resolveParameters (line 38) | public function resolveParameters( method getParameterDefaultValue (line 94) | private function getParameterDefaultValue(ReflectionParameter $paramet... method getFunctionName (line 108) | private function getFunctionName(ReflectionMethod $method) : string FILE: server/vendor/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php class ResolverDispatcher (line 27) | class ResolverDispatcher implements DefinitionResolver method __construct (line 46) | public function __construct(ContainerInterface $container, ProxyFactor... method resolve (line 62) | public function resolve(Definition $definition, array $parameters = []) method isResolvable (line 74) | public function isResolvable(Definition $definition, array $parameters... method getDefinitionResolver (line 91) | private function getDefinitionResolver(Definition $definition) : Defin... FILE: server/vendor/php-di/php-di/src/Definition/SelfResolvingDefinition.php type SelfResolvingDefinition (line 14) | interface SelfResolvingDefinition method resolve (line 21) | public function resolve(ContainerInterface $container); method isResolvable (line 26) | public function isResolvable(ContainerInterface $container) : bool; FILE: server/vendor/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php class AnnotationBasedAutowiring (line 34) | class AnnotationBasedAutowiring implements DefinitionSource, Autowiring method __construct (line 51) | public function __construct($ignorePhpDocErrors = false) method autowire (line 56) | public function autowire(string $name, ObjectDefinition $definition = ... method getDefinition (line 84) | public function getDefinition(string $name) method getDefinitions (line 92) | public function getDefinitions() : array method readProperties (line 100) | private function readProperties(ReflectionClass $class, ObjectDefiniti... method readProperty (line 121) | private function readProperty(ReflectionProperty $property, ObjectDefi... method readMethods (line 157) | private function readMethods(ReflectionClass $class, ObjectDefinition ... method getMethodInjection (line 182) | private function getMethodInjection(ReflectionMethod $method) method getMethodParameter (line 224) | private function getMethodParameter($parameterIndex, ReflectionParamet... method getAnnotationReader (line 252) | public function getAnnotationReader() method getPhpDocReader (line 266) | private function getPhpDocReader() method readInjectableAnnotation (line 275) | private function readInjectableAnnotation(ReflectionClass $class, Obje... FILE: server/vendor/php-di/php-di/src/Definition/Source/Autowiring.php type Autowiring (line 15) | interface Autowiring method autowire (line 23) | public function autowire(string $name, ObjectDefinition $definition = ... FILE: server/vendor/php-di/php-di/src/Definition/Source/DefinitionArray.php class DefinitionArray (line 14) | class DefinitionArray implements DefinitionSource, MutableDefinitionSource method __construct (line 39) | public function __construct(array $definitions = [], Autowiring $autow... method addDefinitions (line 54) | public function addDefinitions(array $definitions) method addDefinition (line 71) | public function addDefinition(Definition $definition) method getDefinition (line 79) | public function getDefinition(string $name) method getDefinitions (line 115) | public function getDefinitions() : array FILE: server/vendor/php-di/php-di/src/Definition/Source/DefinitionFile.php class DefinitionFile (line 12) | class DefinitionFile extends DefinitionArray method __construct (line 28) | public function __construct($file, Autowiring $autowiring = null) method getDefinition (line 36) | public function getDefinition(string $name) method getDefinitions (line 43) | public function getDefinitions() : array method initialize (line 53) | private function initialize() FILE: server/vendor/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php class DefinitionNormalizer (line 23) | class DefinitionNormalizer method __construct (line 30) | public function __construct(Autowiring $autowiring) method normalizeRootDefinition (line 46) | public function normalizeRootDefinition($definition, string $name, arr... method normalizeNestedDefinition (line 91) | public function normalizeNestedDefinition($definition) FILE: server/vendor/php-di/php-di/src/Definition/Source/DefinitionSource.php type DefinitionSource (line 15) | interface DefinitionSource method getDefinition (line 23) | public function getDefinition(string $name); method getDefinitions (line 28) | public function getDefinitions() : array; FILE: server/vendor/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php type MutableDefinitionSource (line 14) | interface MutableDefinitionSource extends DefinitionSource method addDefinition (line 16) | public function addDefinition(Definition $definition); FILE: server/vendor/php-di/php-di/src/Definition/Source/NoAutowiring.php class NoAutowiring (line 15) | class NoAutowiring implements Autowiring method autowire (line 17) | public function autowire(string $name, ObjectDefinition $definition = ... FILE: server/vendor/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php class ReflectionBasedAutowiring (line 17) | class ReflectionBasedAutowiring implements DefinitionSource, Autowiring method autowire (line 19) | public function autowire(string $name, ObjectDefinition $definition = ... method getDefinition (line 40) | public function getDefinition(string $name) method getDefinitions (line 48) | public function getDefinitions() : array method getParametersDefinition (line 56) | private function getParametersDefinition(\ReflectionFunctionAbstract $... FILE: server/vendor/php-di/php-di/src/Definition/Source/SourceCache.php class SourceCache (line 14) | class SourceCache implements DefinitionSource, MutableDefinitionSource method __construct (line 31) | public function __construct(DefinitionSource $cachedSource, string $ca... method getDefinition (line 37) | public function getDefinition(string $name) method getDefinitions (line 56) | public function getDefinitions() : array method isSupported (line 61) | public static function isSupported() : bool method getCacheKey (line 68) | public function getCacheKey(string $name) : string method addDefinition (line 73) | public function addDefinition(Definition $definition) method shouldBeCached (line 78) | private function shouldBeCached(Definition $definition = null) : bool FILE: server/vendor/php-di/php-di/src/Definition/Source/SourceChain.php class SourceChain (line 15) | class SourceChain implements DefinitionSource, MutableDefinitionSource method __construct (line 35) | public function __construct(array $sources) method getDefinition (line 48) | public function getDefinition(string $name, int $startIndex = 0) method getDefinitions (line 68) | public function getDefinitions() : array method addDefinition (line 83) | public function addDefinition(Definition $definition) method resolveExtendedDefinition (line 92) | private function resolveExtendedDefinition(ExtendsPreviousDefinition $... method setMutableDefinitionSource (line 104) | public function setMutableDefinitionSource(MutableDefinitionSource $mu... FILE: server/vendor/php-di/php-di/src/Definition/StringDefinition.php class StringDefinition (line 17) | class StringDefinition implements Definition, SelfResolvingDefinition method __construct (line 30) | public function __construct(string $expression) method getName (line 35) | public function getName() : string method setName (line 40) | public function setName(string $name) method getExpression (line 45) | public function getExpression() : string method resolve (line 50) | public function resolve(ContainerInterface $container) : string method isResolvable (line 55) | public function isResolvable(ContainerInterface $container) : bool method replaceNestedDefinitions (line 60) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 65) | public function __toString() method resolveExpression (line 73) | public static function resolveExpression( FILE: server/vendor/php-di/php-di/src/Definition/ValueDefinition.php class ValueDefinition (line 14) | class ValueDefinition implements Definition, SelfResolvingDefinition method __construct (line 30) | public function __construct($value) method getName (line 35) | public function getName() : string method setName (line 40) | public function setName(string $name) method getValue (line 48) | public function getValue() method resolve (line 53) | public function resolve(ContainerInterface $container) method isResolvable (line 58) | public function isResolvable(ContainerInterface $container) : bool method replaceNestedDefinitions (line 63) | public function replaceNestedDefinitions(callable $replacer) method __toString (line 68) | public function __toString() FILE: server/vendor/php-di/php-di/src/DependencyException.php class DependencyException (line 12) | class DependencyException extends \Exception implements ContainerExcepti... FILE: server/vendor/php-di/php-di/src/Factory/RequestedEntry.php type RequestedEntry (line 17) | interface RequestedEntry method getName (line 22) | public function getName() : string; FILE: server/vendor/php-di/php-di/src/FactoryInterface.php type FactoryInterface (line 15) | interface FactoryInterface method make (line 30) | public function make($name, array $parameters = []); FILE: server/vendor/php-di/php-di/src/Invoker/DefinitionParameterResolver.php class DefinitionParameterResolver (line 19) | class DefinitionParameterResolver implements ParameterResolver method __construct (line 26) | public function __construct(DefinitionResolver $definitionResolver) method getParameters (line 31) | public function getParameters( FILE: server/vendor/php-di/php-di/src/Invoker/FactoryParameterResolver.php class FactoryParameterResolver (line 21) | class FactoryParameterResolver implements ParameterResolver method __construct (line 28) | public function __construct(ContainerInterface $container) method getParameters (line 33) | public function getParameters( FILE: server/vendor/php-di/php-di/src/NotFoundException.php class NotFoundException (line 12) | class NotFoundException extends \Exception implements NotFoundExceptionI... FILE: server/vendor/php-di/php-di/src/Proxy/ProxyFactory.php class ProxyFactory (line 24) | class ProxyFactory method __construct (line 43) | public function __construct(bool $writeProxiesToFile = false, string $... method createProxy (line 56) | public function createProxy(string $className, \Closure $initializer) ... method generateProxyClass (line 68) | public function generateProxyClass(string $className) method createProxyManager (line 78) | private function createProxyManager() FILE: server/vendor/php-di/php-di/src/functions.php function value (line 22) | function value($value) : ValueDefinition function create (line 35) | function create(string $className = null) : CreateDefinitionHelper function autowire (line 48) | function autowire(string $className = null) : AutowireDefinitionHelper function factory (line 61) | function factory($factory) : FactoryDefinitionHelper function decorate (line 80) | function decorate($callable) : FactoryDefinitionHelper function get (line 90) | function get(string $entryName) : Reference function env (line 103) | function env(string $variableName, $defaultValue = null) : EnvironmentVa... function add (line 130) | function add($values) : ArrayDefinitionExtension function string (line 152) | function string(string $expression) : StringDefinition FILE: server/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php class AnnotationException (line 8) | class AnnotationException extends \Exception FILE: server/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php class PhpDocReader (line 15) | class PhpDocReader method __construct (line 42) | public function __construct(bool $ignorePhpDocErrors = false) method getPropertyType (line 54) | public function getPropertyType(ReflectionProperty $property): ?string method getPropertyClass (line 65) | public function getPropertyClass(ReflectionProperty $property): ?string method readPropertyType (line 70) | private function readPropertyType(ReflectionProperty $property, bool $... method getParameterType (line 137) | public function getParameterType(ReflectionParameter $parameter): ?string method getParameterClass (line 148) | public function getParameterClass(ReflectionParameter $parameter): ?st... method readParameterClass (line 153) | private function readParameterClass(ReflectionParameter $parameter, bo... method tryResolveFqn (line 229) | private function tryResolveFqn(string $type, ReflectionClass $class, R... method tryResolveFqnInTraits (line 269) | private function tryResolveFqnInTraits(string $type, ReflectionClass $... method classExists (line 303) | private function classExists(string $class): bool FILE: server/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php class TokenParser (line 13) | class TokenParser method __construct (line 39) | public function __construct($contents) method parseUseStatements (line 62) | public function parseUseStatements($namespaceName) method next (line 92) | private function next($docCommentIsComment = true) method parseUseStatement (line 115) | private function parseUseStatement() method parseNamespace (line 168) | private function parseNamespace() FILE: server/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php class UseStatementParser (line 14) | class UseStatementParser method parseUseStatements (line 19) | public function parseUseStatements(\ReflectionClass $class): array method getFileContent (line 45) | private function getFileContent(string $filename, int $lineNumber): st... FILE: server/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php class LazyOption (line 28) | final class LazyOption extends Option method create (line 46) | public static function create($callback, array $arguments = []): self method __construct (line 55) | public function __construct($callback, array $arguments = []) method isDefined (line 65) | public function isDefined(): bool method isEmpty (line 70) | public function isEmpty(): bool method get (line 75) | public function get() method getOrElse (line 80) | public function getOrElse($default) method getOrCall (line 85) | public function getOrCall($callable) method getOrThrow (line 90) | public function getOrThrow(\Exception $ex) method orElse (line 95) | public function orElse(Option $else) method ifDefined (line 100) | public function ifDefined($callable) method forAll (line 105) | public function forAll($callable) method map (line 110) | public function map($callable) method flatMap (line 115) | public function flatMap($callable) method filter (line 120) | public function filter($callable) method filterNot (line 125) | public function filterNot($callable) method select (line 130) | public function select($value) method reject (line 135) | public function reject($value) method getIterator (line 143) | public function getIterator(): Traversable method foldLeft (line 148) | public function foldLeft($initialValue, $callable) method foldRight (line 153) | public function foldRight($initialValue, $callable) method option (line 161) | private function option(): Option FILE: server/vendor/phpoption/phpoption/src/PhpOption/None.php class None (line 26) | final class None extends Option method create (line 34) | public static function create(): self method get (line 43) | public function get() method getOrCall (line 48) | public function getOrCall($callable) method getOrElse (line 53) | public function getOrElse($default) method getOrThrow (line 58) | public function getOrThrow(\Exception $ex) method isEmpty (line 63) | public function isEmpty(): bool method isDefined (line 68) | public function isDefined(): bool method orElse (line 73) | public function orElse(Option $else) method ifDefined (line 78) | public function ifDefined($callable) method forAll (line 83) | public function forAll($callable) method map (line 88) | public function map($callable) method flatMap (line 93) | public function flatMap($callable) method filter (line 98) | public function filter($callable) method filterNot (line 103) | public function filterNot($callable) method select (line 108) | public function select($value) method reject (line 113) | public function reject($value) method getIterator (line 118) | public function getIterator(): EmptyIterator method foldLeft (line 123) | public function foldLeft($initialValue, $callable) method foldRight (line 128) | public function foldRight($initialValue, $callable) method __construct (line 133) | private function __construct() FILE: server/vendor/phpoption/phpoption/src/PhpOption/Option.php class Option (line 29) | abstract class Option implements IteratorAggregate method fromValue (line 46) | public static function fromValue($value, $noneValue = null) method fromArraysValue (line 69) | public static function fromArraysValue($array, $key) method fromReturn (line 94) | public static function fromReturn($callback, array $arguments = [], $n... method ensure (line 124) | public static function ensure($value, $noneValue = null) method lift (line 160) | public static function lift($callback, $noneValue = null) method get (line 201) | abstract public function get(); method getOrElse (line 212) | abstract public function getOrElse($default); method getOrCall (line 226) | abstract public function getOrCall($callable); method getOrThrow (line 235) | abstract public function getOrThrow(\Exception $ex); method isEmpty (line 242) | abstract public function isEmpty(); method isDefined (line 249) | abstract public function isDefined(); method orElse (line 267) | abstract public function orElse(self $else); method ifDefined (line 291) | abstract public function ifDefined($callable); method forAll (line 304) | abstract public function forAll($callable); method map (line 322) | abstract public function map($callable); method flatMap (line 337) | abstract public function flatMap($callable); method filter (line 349) | abstract public function filter($callable); method filterNot (line 361) | abstract public function filterNot($callable); method select (line 376) | abstract public function select($value); method reject (line 391) | abstract public function reject($value); method foldLeft (line 421) | abstract public function foldLeft($initialValue, $callable); method foldRight (line 433) | abstract public function foldRight($initialValue, $callable); FILE: server/vendor/phpoption/phpoption/src/PhpOption/Some.php class Some (line 28) | final class Some extends Option method __construct (line 36) | public function __construct($value) method create (line 48) | public static function create($value): self method isDefined (line 53) | public function isDefined(): bool method isEmpty (line 58) | public function isEmpty(): bool method get (line 63) | public function get() method getOrElse (line 68) | public function getOrElse($default) method getOrCall (line 73) | public function getOrCall($callable) method getOrThrow (line 78) | public function getOrThrow(\Exception $ex) method orElse (line 83) | public function orElse(Option $else) method ifDefined (line 88) | public function ifDefined($callable) method forAll (line 93) | public function forAll($callable) method map (line 100) | public function map($callable) method flatMap (line 105) | public function flatMap($callable) method filter (line 116) | public function filter($callable) method filterNot (line 125) | public function filterNot($callable) method select (line 134) | public function select($value) method reject (line 143) | public function reject($value) method getIterator (line 155) | public function getIterator(): ArrayIterator method foldLeft (line 160) | public function foldLeft($initialValue, $callable) method foldRight (line 165) | public function foldRight($initialValue, $callable) FILE: server/vendor/psr/cache/src/CacheException.php type CacheException (line 8) | interface CacheException extends \Throwable FILE: server/vendor/psr/cache/src/CacheItemInterface.php type CacheItemInterface (line 24) | interface CacheItemInterface method getKey (line 35) | public function getKey(): string; method get (line 49) | public function get(): mixed; method isHit (line 60) | public function isHit(): bool; method set (line 75) | public function set(mixed $value): static; method expiresAt (line 89) | public function expiresAt(?\DateTimeInterface $expiration): static; method expiresAfter (line 104) | public function expiresAfter(int|\DateInterval|null $time): static; FILE: server/vendor/psr/cache/src/CacheItemPoolInterface.php type CacheItemPoolInterface (line 14) | interface CacheItemPoolInterface method getItem (line 32) | public function getItem(string $key): CacheItemInterface; method getItems (line 50) | public function getItems(array $keys = []): iterable; method hasItem (line 69) | public function hasItem(string $key): bool; method clear (line 77) | public function clear(): bool; method deleteItem (line 92) | public function deleteItem(string $key): bool; method deleteItems (line 107) | public function deleteItems(array $keys): bool; method save (line 118) | public function save(CacheItemInterface $item): bool; method saveDeferred (line 129) | public function saveDeferred(CacheItemInterface $item): bool; method commit (line 137) | public function commit(): bool; FILE: server/vendor/psr/cache/src/InvalidArgumentException.php type InvalidArgumentException (line 11) | interface InvalidArgumentException extends CacheException FILE: server/vendor/psr/clock/src/ClockInterface.php type ClockInterface (line 7) | interface ClockInterface method now (line 12) | public function now(): DateTimeImmutable; FILE: server/vendor/psr/container/src/ContainerExceptionInterface.php type ContainerExceptionInterface (line 10) | interface ContainerExceptionInterface extends Throwable FILE: server/vendor/psr/container/src/ContainerInterface.php type ContainerInterface (line 10) | interface ContainerInterface method get (line 22) | public function get(string $id); method has (line 35) | public function has(string $id); FILE: server/vendor/psr/container/src/NotFoundExceptionInterface.php type NotFoundExceptionInterface (line 8) | interface NotFoundExceptionInterface extends ContainerExceptionInterface FILE: server/vendor/psr/http-factory/src/RequestFactoryInterface.php type RequestFactoryInterface (line 5) | interface RequestFactoryInterface method createRequest (line 17) | public function createRequest(string $method, $uri): RequestInterface; FILE: server/vendor/psr/http-factory/src/ResponseFactoryInterface.php type ResponseFactoryInterface (line 5) | interface ResponseFactoryInterface method createResponse (line 17) | public function createResponse(int $code = 200, string $reasonPhrase =... FILE: server/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php type ServerRequestFactoryInterface (line 5) | interface ServerRequestFactoryInterface method createServerRequest (line 23) | public function createServerRequest(string $method, $uri, array $serve... FILE: server/vendor/psr/http-factory/src/StreamFactoryInterface.php type StreamFactoryInterface (line 5) | interface StreamFactoryInterface method createStream (line 16) | public function createStream(string $content = ''): StreamInterface; method createStreamFromFile (line 33) | public function createStreamFromFile(string $filename, string $mode = ... method createStreamFromResource (line 44) | public function createStreamFromResource($resource): StreamInterface; FILE: server/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php type UploadedFileFactoryInterface (line 5) | interface UploadedFileFactoryInterface method createUploadedFile (line 27) | public function createUploadedFile( FILE: server/vendor/psr/http-factory/src/UriFactoryInterface.php type UriFactoryInterface (line 5) | interface UriFactoryInterface method createUri (line 16) | public function createUri(string $uri = ''): UriInterface; FILE: server/vendor/psr/http-message/src/MessageInterface.php type MessageInterface (line 19) | interface MessageInterface method getProtocolVersion (line 28) | public function getProtocolVersion(); method withProtocolVersion (line 43) | public function withProtocolVersion(string $version); method getHeaders (line 70) | public function getHeaders(); method hasHeader (line 80) | public function hasHeader(string $name); method getHeader (line 96) | public function getHeader(string $name); method getHeaderLine (line 117) | public function getHeaderLine(string $name); method withHeader (line 134) | public function withHeader(string $name, $value); method withAddedHeader (line 152) | public function withAddedHeader(string $name, $value); method withoutHeader (line 166) | public function withoutHeader(string $name); method getBody (line 173) | public function getBody(); method withBody (line 188) | public function withBody(StreamInterface $body); FILE: server/vendor/psr/http-message/src/RequestInterface.php type RequestInterface (line 26) | interface RequestInterface extends MessageInterface method getRequestTarget (line 44) | public function getRequestTarget(); method withRequestTarget (line 63) | public function withRequestTarget(string $requestTarget); method getMethod (line 70) | public function getMethod(); method withMethod (line 87) | public function withMethod(string $method); method getUri (line 98) | public function getUri(); method withUri (line 130) | public function withUri(UriInterface $uri, bool $preserveHost = false); FILE: server/vendor/psr/http-message/src/ResponseInterface.php type ResponseInterface (line 22) | interface ResponseInterface extends MessageInterface method getStatusCode (line 32) | public function getStatusCode(); method withStatus (line 54) | public function withStatus(int $code, string $reasonPhrase = ''); method getReasonPhrase (line 69) | public function getReasonPhrase(); FILE: server/vendor/psr/http-message/src/ServerRequestInterface.php type ServerRequestInterface (line 45) | interface ServerRequestInterface extends RequestInterface method getServerParams (line 56) | public function getServerParams(); method getCookieParams (line 68) | public function getCookieParams(); method withCookieParams (line 87) | public function withCookieParams(array $cookies); method getQueryParams (line 101) | public function getQueryParams(); method withQueryParams (line 125) | public function withQueryParams(array $query); method getUploadedFiles (line 139) | public function getUploadedFiles(); method withUploadedFiles (line 152) | public function withUploadedFiles(array $uploadedFiles); method getParsedBody (line 169) | public function getParsedBody(); method withParsedBody (line 199) | public function withParsedBody($data); method getAttributes (line 212) | public function getAttributes(); method getAttribute (line 229) | public function getAttribute(string $name, $default = null); method withAttribute (line 246) | public function withAttribute(string $name, $value); method withoutAttribute (line 262) | public function withoutAttribute(string $name); FILE: server/vendor/psr/http-message/src/StreamInterface.php type StreamInterface (line 14) | interface StreamInterface method __toString (line 30) | public function __toString(); method close (line 37) | public function close(); method detach (line 46) | public function detach(); method getSize (line 53) | public function getSize(); method tell (line 61) | public function tell(); method eof (line 68) | public function eof(); method isSeekable (line 75) | public function isSeekable(); method seek (line 89) | public function seek(int $offset, int $whence = SEEK_SET); method rewind (line 101) | public function rewind(); method isWritable (line 108) | public function isWritable(); method write (line 117) | public function write(string $string); method isReadable (line 124) | public function isReadable(); method read (line 136) | public function read(int $length); method getContents (line 145) | public function getContents(); method getMetadata (line 159) | public function getMetadata(?string $key = null); FILE: server/vendor/psr/http-message/src/UploadedFileInterface.php type UploadedFileInterface (line 15) | interface UploadedFileInterface method getStream (line 33) | public function getStream(); method moveTo (line 67) | public function moveTo(string $targetPath); method getSize (line 78) | public function getSize(); method getError (line 94) | public function getError(); method getClientFilename (line 109) | public function getClientFilename(); method getClientMediaType (line 124) | public function getClientMediaType(); FILE: server/vendor/psr/http-message/src/UriInterface.php type UriInterface (line 27) | interface UriInterface method getScheme (line 43) | public function getScheme(); method getAuthority (line 63) | public function getAuthority(); method getUserInfo (line 80) | public function getUserInfo(); method getHost (line 93) | public function getHost(); method getPort (line 110) | public function getPort(); method getPath (line 137) | public function getPath(); method getQuery (line 159) | public function getQuery(); method getFragment (line 177) | public function getFragment(); method withScheme (line 194) | public function withScheme(string $scheme); method withUserInfo (line 210) | public function withUserInfo(string $user, ?string $password = null); method withHost (line 224) | public function withHost(string $host); method withPort (line 243) | public function withPort(?int $port); method withPath (line 267) | public function withPath(string $path); method withQuery (line 284) | public function withQuery(string $query); method withFragment (line 300) | public function withFragment(string $fragment); method __toString (line 325) | public function __toString(); FILE: server/vendor/psr/http-server-handler/src/RequestHandlerInterface.php type RequestHandlerInterface (line 14) | interface RequestHandlerInterface method handle (line 21) | public function handle(ServerRequestInterface $request): ResponseInter... FILE: server/vendor/psr/http-server-middleware/src/MiddlewareInterface.php type MiddlewareInterface (line 15) | interface MiddlewareInterface method process (line 24) | public function process(ServerRequestInterface $request, RequestHandle... FILE: server/vendor/psr/log/src/AbstractLogger.php class AbstractLogger (line 12) | abstract class AbstractLogger implements LoggerInterface FILE: server/vendor/psr/log/src/InvalidArgumentException.php class InvalidArgumentException (line 5) | class InvalidArgumentException extends \InvalidArgumentException FILE: server/vendor/psr/log/src/LogLevel.php class LogLevel (line 8) | class LogLevel FILE: server/vendor/psr/log/src/LoggerAwareInterface.php type LoggerAwareInterface (line 8) | interface LoggerAwareInterface method setLogger (line 17) | public function setLogger(LoggerInterface $logger); FILE: server/vendor/psr/log/src/LoggerAwareTrait.php type LoggerAwareTrait (line 8) | trait LoggerAwareTrait method setLogger (line 22) | public function setLogger(LoggerInterface $logger) FILE: server/vendor/psr/log/src/LoggerInterface.php type LoggerInterface (line 20) | interface LoggerInterface method emergency (line 30) | public function emergency(string|\Stringable $message, array $context ... method alert (line 43) | public function alert(string|\Stringable $message, array $context = []); method critical (line 55) | public function critical(string|\Stringable $message, array $context =... method error (line 66) | public function error(string|\Stringable $message, array $context = []); method warning (line 79) | public function warning(string|\Stringable $message, array $context = ... method notice (line 89) | public function notice(string|\Stringable $message, array $context = []); method info (line 101) | public function info(string|\Stringable $message, array $context = []); method debug (line 111) | public function debug(string|\Stringable $message, array $context = []); method log (line 124) | public function log($level, string|\Stringable $message, array $contex... FILE: server/vendor/psr/log/src/LoggerTrait.php type LoggerTrait (line 13) | trait LoggerTrait method emergency (line 23) | public function emergency(string|\Stringable $message, array $context ... method alert (line 39) | public function alert(string|\Stringable $message, array $context = []) method critical (line 54) | public function critical(string|\Stringable $message, array $context =... method error (line 68) | public function error(string|\Stringable $message, array $context = []) method warning (line 84) | public function warning(string|\Stringable $message, array $context = []) method notice (line 97) | public function notice(string|\Stringable $message, array $context = []) method info (line 112) | public function info(string|\Stringable $message, array $context = []) method debug (line 125) | public function debug(string|\Stringable $message, array $context = []) method log (line 141) | abstract public function log($level, string|\Stringable $message, arra... FILE: server/vendor/psr/log/src/NullLogger.php class NullLogger (line 13) | class NullLogger extends AbstractLogger method log (line 26) | public function log($level, string|\Stringable $message, array $contex... FILE: server/vendor/psr/simple-cache/src/CacheException.php type CacheException (line 8) | interface CacheException FILE: server/vendor/psr/simple-cache/src/CacheInterface.php type CacheInterface (line 5) | interface CacheInterface method get (line 18) | public function get($key, $default = null); method set (line 34) | public function set($key, $value, $ttl = null); method delete (line 46) | public function delete($key); method clear (line 53) | public function clear(); method getMultiple (line 67) | public function getMultiple($keys, $default = null); method setMultiple (line 83) | public function setMultiple($values, $ttl = null); method deleteMultiple (line 96) | public function deleteMultiple($keys); method has (line 113) | public function has($key); FILE: server/vendor/psr/simple-cache/src/InvalidArgumentException.php type InvalidArgumentException (line 11) | interface InvalidArgumentException extends CacheException FILE: server/vendor/qcloud/cos-sdk-v5/sample/uploadFolder.php function uploadfiles (line 22) | function uploadfiles( $path, $cosClient ) { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Client.php class Client (line 92) | class Client extends GuzzleClient { method __construct (line 105) | public function __construct($cosConfig) { method retryDecide (line 155) | public function retryDecide() { method retryDelay (line 182) | public function retryDelay() { method commandToRequestTransformer (line 187) | public function commandToRequestTransformer(CommandInterface $command) method responseToResultTransformer (line 204) | public function responseToResultTransformer(ResponseInterface $respons... method __destruct (line 218) | public function __destruct() { method __call (line 221) | public function __call($method, array $args) { method getApi (line 235) | public function getApi() { method getCosConfig (line 239) | private function getCosConfig() { method createPresignedUrl (line 243) | private function createPresignedUrl(RequestInterface $request, $expire... method getPresignetUrl (line 247) | public function getPresignetUrl($method, $args, $expires = "+30 minute... method getPresignedUrl (line 251) | public function getPresignedUrl($method, $args, $expires = "+30 minute... method getObjectUrl (line 258) | public function getObjectUrl($bucket, $key, $expires = "+30 minutes", ... method upload (line 264) | public function upload($bucket, $key, $body, $options = array()) { method download (line 286) | public function download($bucket, $key, $saveAs, $options = array()) { method resumeUpload (line 325) | public function resumeUpload($bucket, $key, $body, $uploadId, $options... method copy (line 338) | public function copy($bucket, $key, $copySource, $options = array()) { method doesBucketExist (line 380) | public function doesBucketExist($bucket, array $options = array()) method doesObjectExist (line 391) | public function doesObjectExist($bucket, $key, array $options = array()) method explodeKey (line 403) | public static function explodeKey($key) { method handleSignature (line 418) | public static function handleSignature($secretId, $secretKey) { method handleErrors (line 424) | public static function handleErrors() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/CommandToRequestTransformer.php class CommandToRequestTransformer (line 10) | class CommandToRequestTransformer { method __construct (line 14) | public function __construct( $config, $operation ) { method bucketStyleTransformer (line 21) | public function bucketStyleTransformer( CommandInterface $command, Req... method uploadBodyTransformer (line 102) | public function uploadBodyTransformer( CommandInterface $command, $req... method md5Transformer (line 125) | public function md5Transformer( CommandInterface $command, $request ) { method queryStringTransformer (line 143) | public function queryStringTransformer( CommandInterface $command, $re... method metadataTransformer (line 160) | public function metadataTransformer( CommandInterface $command, $reque... method addMd5 (line 175) | private function addMd5( $request ) { method specialParamTransformer (line 186) | public function specialParamTransformer( CommandInterface $command, $r... method ciParamTransformer (line 198) | public function ciParamTransformer( CommandInterface $command, $reques... method __destruct (line 216) | public function __destruct() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Common.php function region_map (line 5) | function region_map( $region ) { function encodeKey (line 24) | function encodeKey( $key ) { function endWith (line 28) | function endWith( $haystack, $needle ) { function startWith (line 36) | function startWith( $haystack, $needle ) { function headersMap (line 44) | function headersMap( $command, $request ) { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Copy.php class Copy (line 8) | class Copy { method __construct (line 23) | public function __construct($client, $source, $options = array()) { method copy (line 35) | public function copy() { method uploadParts (line 57) | public function uploadParts($uploadId) { method calculatePartSize (line 127) | private function calculatePartSize($minPartSize) method initiateMultipartUpload (line 136) | private function initiateMultipartUpload() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/CosException.php class CosException (line 7) | class CosException extends ServiceResponseException {} FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/ServiceResponseException.php class ServiceResponseException (line 8) | class ServiceResponseException extends \RuntimeException { method setExceptionCode (line 40) | public function setExceptionCode($code) { method getExceptionCode (line 49) | public function getExceptionCode() { method setExceptionType (line 58) | public function setExceptionType($type) { method getExceptionType (line 67) | public function getExceptionType() { method setRequestId (line 76) | public function setRequestId($id) { method getRequestId (line 85) | public function getRequestId() { method setResponse (line 94) | public function setResponse(ResponseInterface $response) { method getResponse (line 103) | public function getResponse() { method setRequest (line 112) | public function setRequest(RequestInterface $request) { method getRequest (line 121) | public function getRequest() { method getStatusCode (line 130) | public function getStatusCode() { method __toString (line 139) | public function __toString() { method getCosRequestId (line 164) | public function getCosRequestId() { method getCosErrorType (line 175) | public function getCosErrorType() { method getCosErrorCode (line 186) | public function getCosErrorCode() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ExceptionMiddleware.php class ExceptionMiddleware (line 12) | class ExceptionMiddleware { method __construct (line 20) | public function __construct(callable $nextHandler) { method __invoke (line 32) | public function __invoke(RequestInterface $request, array $options) { method handle (line 41) | public function handle(RequestInterface $request, ResponseInterface $r... method createException (line 60) | protected function createException($className, RequestInterface $reque... FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ExceptionParser.php class ExceptionParser (line 11) | class ExceptionParser { method parse (line 13) | public function parse(RequestInterface $request, ResponseInterface $re... method parseHeaders (line 48) | protected function parseHeaders(RequestInterface $request, ResponseInt... method parseBody (line 84) | protected function parseBody(\SimpleXMLElement $body, array &$data) { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/BlindWatermarkTemplate.php class BlindWatermarkTemplate (line 5) | class BlindWatermarkTemplate extends ImageTemplate { method __construct (line 12) | public function __construct() { method setPick (line 22) | public function setPick() { method setType (line 26) | public function setType($value) { method setImage (line 30) | public function setImage($value) { method setText (line 34) | public function setText($value) { method setLevel (line 38) | public function setLevel($value) { method getType (line 42) | public function getType() { method getImage (line 46) | public function getImage() { method getText (line 50) | public function getText() { method getLevel (line 54) | public function getLevel() { method queryString (line 59) | public function queryString() { method resetRule (line 80) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/CIParamTransformation.php class CIParamTransformation (line 5) | class CIParamTransformation extends ImageTemplate{ method __construct (line 11) | public function __construct($spilt = "|") { method addRule (line 18) | public function addRule(ImageTemplate $template) { method queryString (line 24) | public function queryString() { method resetRule (line 31) | public function resetRule() { method defineRule (line 36) | public function defineRule($value) { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/ImageMogrTemplate.php class ImageMogrTemplate (line 5) | class ImageMogrTemplate extends ImageTemplate method __construct (line 10) | public function __construct() { method thumbnailByScale (line 16) | public function thumbnailByScale($widthScale) { method thumbnailByWidthScale (line 20) | public function thumbnailByWidthScale($heightScale) { method thumbnailByHeightScale (line 24) | public function thumbnailByHeightScale($scale) { method thumbnailByWidth (line 28) | public function thumbnailByWidth($width) { method thumbnailByHeight (line 32) | public function thumbnailByHeight($height) { method thumbnailByMaxWH (line 36) | public function thumbnailByMaxWH($maxW, $maxH) { method thumbnailByMinWH (line 40) | public function thumbnailByMinWH($minW, $minH) { method thumbnailByWH (line 44) | public function thumbnailByWH($width, $height) { method thumbnailByPixel (line 48) | public function thumbnailByPixel($pixel) { method cut (line 52) | public function cut($width, $height, $dx, $dy) { method cropByWidth (line 56) | public function cropByWidth($width, $gravity = "") { method cropByHeight (line 64) | public function cropByHeight($height, $gravity = "") { method cropByWH (line 72) | public function cropByWH($width, $height, $gravity = "") { method iradius (line 80) | public function iradius($radius) { method rradius (line 84) | public function rradius($radius) { method scrop (line 88) | public function scrop($width, $height) { method rotate (line 92) | public function rotate($degree) { method autoOrient (line 96) | public function autoOrient() { method format (line 100) | public function format($format) { method gifOptimization (line 104) | public function gifOptimization($frameNumber) { method jpegInterlaceMode (line 108) | public function jpegInterlaceMode($mode) { method quality (line 112) | public function quality($value, $force = 0) { method lowestQuality (line 120) | public function lowestQuality($value) { method relativelyQuality (line 124) | public function relativelyQuality($value) { method blur (line 128) | public function blur($radius, $sigma) { method bright (line 132) | public function bright($value) { method contrast (line 136) | public function contrast($value) { method sharpen (line 140) | public function sharpen($value) { method strip (line 144) | public function strip() { method queryString (line 148) | public function queryString() { method resetRule (line 155) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/ImageQrcodeTemplate.php class ImageQrcodeTemplate (line 5) | class ImageQrcodeTemplate extends ImageTemplate method __construct (line 9) | public function __construct() { method setMode (line 14) | public function setMode($mode) { method getMode (line 18) | public function getMode() { method queryString (line 22) | public function queryString() { method resetRule (line 34) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/ImageStyleTemplate.php class ImageStyleTemplate (line 5) | class ImageStyleTemplate extends ImageTemplate method __construct (line 9) | public function __construct() { method setStyle (line 14) | public function setStyle($styleName) { method getStyle (line 18) | public function getStyle() { method queryString (line 22) | public function queryString() { method resetRule (line 30) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/ImageTemplate.php class ImageTemplate (line 5) | class ImageTemplate method __construct (line 8) | public function __construct() { method queryString (line 11) | public function queryString() { method ciBase64 (line 15) | public function ciBase64($value) { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/ImageViewTemplate.php class ImageViewTemplate (line 8) | class ImageViewTemplate extends ImageTemplate method __construct (line 17) | public function __construct() { method setMode (line 26) | public function setMode($value) { method setWidth (line 30) | public function setWidth($value) { method setHeight (line 34) | public function setHeight($value) { method setFormat (line 38) | public function setFormat($value) { method setQuality (line 42) | public function setQuality($qualityType, $qualityValue, $force = 0) { method getMode (line 55) | public function getMode() { method getWidth (line 59) | public function getWidth() { method getHeight (line 63) | public function getHeight() { method getFormat (line 67) | public function getFormat() { method getQuality (line 71) | public function getQuality() { method queryString (line 75) | public function queryString() { method resetRule (line 99) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/ImageWatermarkTemplate.php class ImageWatermarkTemplate (line 5) | class ImageWatermarkTemplate extends ImageTemplate method __construct (line 16) | public function __construct() { method setImage (line 27) | public function setImage($value) { method setGravity (line 31) | public function setGravity($value) { method setDx (line 35) | public function setDx($value) { method setDy (line 39) | public function setDy($value) { method setBlogo (line 43) | public function setBlogo($value) { method setScatype (line 47) | public function setScatype($value) { method setSpcent (line 51) | public function setSpcent($value) { method getImage (line 55) | public function getImage() { method getGravity (line 59) | public function getGravity() { method getDx (line 63) | public function getDx() { method getDy (line 67) | public function getDy() { method getBlogo (line 71) | public function getBlogo() { method getScatype (line 75) | public function getScatype() { method getSpcent (line 79) | public function getSpcent() { method queryString (line 83) | public function queryString() { method resetRule (line 113) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/PicOperationsTransformation.php class PicOperationsTransformation (line 5) | class PicOperationsTransformation { method __construct (line 9) | public function __construct() { method setIsPicInfo (line 14) | public function setIsPicInfo($value) { method addRule (line 18) | public function addRule(ImageTemplate $template, $fileid = "", $bucket... method getIsPicInfo (line 33) | public function getIsPicInfo() { method getRules (line 37) | public function getRules() { method queryString (line 41) | public function queryString() { method resetRule (line 56) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ImageParamTemplate/TextWatermarkTemplate.php class TextWatermarkTemplate (line 8) | class TextWatermarkTemplate extends ImageTemplate method __construct (line 21) | public function __construct() { method setText (line 35) | public function setText($value) { method setFont (line 39) | public function setFont($value) { method setFontsize (line 43) | public function setFontsize($value) { method setFill (line 47) | public function setFill($value) { method setDissolve (line 51) | public function setDissolve($value) { method setGravity (line 55) | public function setGravity($value) { method setDx (line 59) | public function setDx($value) { method setDy (line 63) | public function setDy($value) { method setBatch (line 67) | public function setBatch($value) { method setDegree (line 71) | public function setDegree($value) { method getText (line 75) | public function getText() { method getFont (line 79) | public function getFont() { method getFontsize (line 83) | public function getFontsize() { method getFill (line 87) | public function getFill() { method getDissolve (line 91) | public function getDissolve() { method getGravity (line 95) | public function getGravity() { method getDx (line 99) | public function getDx() { method getDy (line 103) | public function getDy() { method getBatch (line 107) | public function getBatch() { method getDegree (line 111) | public function getDegree() { method queryString (line 115) | public function queryString() { method resetRule (line 154) | public function resetRule() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/MultipartUpload.php class MultipartUpload (line 10) | class MultipartUpload { method __construct (line 25) | public function __construct($client, $body, $options = array()) { method performUploading (line 41) | public function performUploading() { method uploadParts (line 57) | public function uploadParts($uploadId) { method resumeUploading (line 122) | public function resumeUploading() { method calculatePartSize (line 148) | private function calculatePartSize($minPartSize) method initiateMultipartUpload (line 157) | private function initiateMultipartUpload() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/RangeDownload.php class RangeDownload (line 9) | class RangeDownload { method __construct (line 20) | public function __construct( $client, $contentLength, $saveAs, $option... method performdownloading (line 40) | public function performdownloading() { method donwloadParts (line 82) | public function donwloadParts() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Request/BodyLocation.php class BodyLocation (line 16) | class BodyLocation extends AbstractLocation method __construct (line 24) | public function __construct($locationName = 'body') method visit (line 36) | public function visit( FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/ResultTransformer.php class ResultTransformer (line 22) | class ResultTransformer { method __construct (line 26) | public function __construct($config, $operation) { method writeDataToLocal (line 31) | public function writeDataToLocal(CommandInterface $command, RequestInt... method metaDataTransformer (line 50) | public function metaDataTransformer(CommandInterface $command, Respons... method extraHeadersTransformer (line 64) | public function extraHeadersTransformer(CommandInterface $command, Req... method selectContentTransformer (line 75) | public function selectContentTransformer(CommandInterface $command, Re... method ciContentInfoTransformer (line 83) | public function ciContentInfoTransformer(CommandInterface $command, Re... method geCiContentInfo (line 122) | public function geCiContentInfo($result, $length) { method getSelectContents (line 135) | public function getSelectContents($result) { method __destruct (line 176) | public function __destruct() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Serializer.php class Serializer (line 11) | class Serializer extends DefaultSerializer method __construct (line 16) | public function __construct( method prepareRequest (line 38) | protected function prepareRequest( FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Service.php class Service (line 4) | class Service { method getService (line 5) | public static function getService() { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Signature.php class Signature (line 7) | class Signature { method __construct (line 13) | public function __construct( $accessKey, $secretKey, $token = null ) { method __destruct (line 30) | public function __destruct() { method needCheckHeader (line 33) | public function needCheckHeader( $header ) { method signRequest (line 43) | public function signRequest( RequestInterface $request ) { method createAuthorization (line 48) | public function createAuthorization( RequestInterface $request, $expir... method createPresignedUrl (line 93) | public function createPresignedUrl( RequestInterface $request, $expire... FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/SignatureMiddleware.php class SignatureMiddleware (line 12) | class SignatureMiddleware { method __construct (line 19) | public function __construct(callable $nextHandler, $accessKey, $secret... method __invoke (line 24) | public function __invoke(RequestInterface $request, array $options) { FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Tests/COSTest.php class COSTest (line 7) | class COSTest extends \PHPUnit\Framework\TestCase method setUp (line 13) | protected function setUp(): void method tearDown (line 28) | protected function tearDown(): void { method generateRandomString (line 31) | function generateRandomString($length = 10) { method generateRandomFile (line 40) | function generateRandomFile($size = 10, $filename = 'random-file') { method testCreateExistingBucket (line 53) | public function testCreateExistingBucket() method testValidRegionBucket (line 67) | public function testValidRegionBucket() method testInvalidRegionBucket (line 99) | public function testInvalidRegionBucket() method testGetService (line 123) | public function testGetService() method testCreateInvalidBucket (line 139) | public function testCreateInvalidBucket() method testCreatePrivateBucket (line 154) | public function testCreatePrivateBucket() method testCreatePublicReadBucket (line 177) | public function testCreatePublicReadBucket() method testCreateInvalidACLBucket (line 202) | public function testCreateInvalidACLBucket() method testPutBucketAclPrivate (line 225) | public function testPutBucketAclPrivate() method testPutBucketAclPublicRead (line 245) | public function testPutBucketAclPublicRead() method testPutBucketAclInvalid (line 266) | public function testPutBucketAclInvalid() method testPutBucketAclReadToUser (line 285) | public function testPutBucketAclReadToUser() method testPutBucketAclWriteToUser (line 305) | public function testPutBucketAclWriteToUser() method testPutBucketAclFullToUser (line 325) | public function testPutBucketAclFullToUser() method testPutBucketAclToUsers (line 345) | public function testPutBucketAclToUsers() method testPutBucketAclToSubuser (line 365) | public function testPutBucketAclToSubuser() method testPutBucketAclReadWriteFull (line 385) | public function testPutBucketAclReadWriteFull() method testPutBucketAclInvalidGrant (line 408) | public function testPutBucketAclInvalidGrant() method testPutBucketAclByBody (line 427) | public function testPutBucketAclByBody() method testPutBucketAclByBodyToAnyone (line 460) | public function testPutBucketAclByBodyToAnyone() method testPutBucketAclBucketNonexisted (line 494) | public function testPutBucketAclBucketNonexisted() method testPutBucketAclCover (line 515) | public function testPutBucketAclCover() method testHeadBucket (line 537) | public function testHeadBucket() method testHeadBucketNonexisted (line 554) | public function testHeadBucketNonexisted() method testGetBucketEmpty (line 571) | public function testGetBucketEmpty() method testGetBucketWithChinese (line 587) | public function testGetBucketWithChinese() method testGetBucketNonexisted (line 606) | public function testGetBucketNonexisted() method testPutBucketCors (line 627) | public function testPutBucketCors() method testGetBucketCors (line 665) | public function testGetBucketCors() method testGetBucketCorsNull (line 708) | public function testGetBucketCorsNull() method testGetBucketLifecycle (line 732) | public function testGetBucketLifecycle() method testDeleteBucketLifecycle (line 779) | public function testDeleteBucketLifecycle() method testPutBucketLifecycleNonFilter (line 827) | public function testPutBucketLifecycleNonFilter() method testPutBucket2 (line 864) | public function testPutBucket2() method testPutBucket3 (line 885) | public function testPutBucket3() method testGetBucketLocation (line 901) | public function testGetBucketLocation() method testGetBucketLocationNonExisted (line 917) | public function testGetBucketLocationNonExisted() method testPutObjectLocalObject (line 937) | public function testPutObjectLocalObject() { method testUploadLocalObject (line 963) | public function testUploadLocalObject() { method testPutObjectEncryption (line 990) | public function testPutObjectEncryption() method testPutObjectIntoNonexistedBucket (line 1013) | public function testPutObjectIntoNonexistedBucket() { method testUploadSmallObject (line 1034) | public function testUploadSmallObject() { method testPutObjectEmpty (line 1048) | public function testPutObjectEmpty() { method testPutObjectExisted (line 1062) | public function testPutObjectExisted() { method testPutObjectMeta (line 1077) | public function testPutObjectMeta() { method testUploadLargeObjectMeta (line 1103) | public function testUploadLargeObjectMeta() { method testPutObjectMeta2K (line 1128) | public function testPutObjectMeta2K() { method testUploadComplexObject (line 1151) | public function testUploadComplexObject() { method testUploadLargeObject (line 1170) | public function testUploadLargeObject() { method testResumeUpload (line 1192) | public function testResumeUpload() { method testGetObject (line 1228) | public function testGetObject() { method testDownloadLargeObject (line 1245) | public function testDownloadLargeObject() { method testGetObjectSpecialName (line 1271) | public function testGetObjectSpecialName() { method testGetObjectIfMatchTrue (line 1288) | public function testGetObjectIfMatchTrue() { method testGetObjectIfMatchFalse (line 1308) | public function testGetObjectIfMatchFalse() { method testGetObjectIfNoneMatchTrue (line 1329) | public function testGetObjectIfNoneMatchTrue() { method testGetObjectIfNoneMatchFalse (line 1349) | public function testGetObjectIfNoneMatchFalse() { method testGetObjectUrl (line 1367) | public function testGetObjectUrl() { method testCopySmallObject (line 1381) | public function testCopySmallObject() { method testCopyLargeObject (line 1400) | public function testCopyLargeObject() { method testPutObjectACL (line 1430) | public function testPutObjectACL() { method testGetObjectACL (line 1467) | public function testGetObjectACL() method testPutObjectAclPrivate (line 1502) | public function testPutObjectAclPrivate() method testPutObjectAclPublicRead (line 1524) | public function testPutObjectAclPublicRead() method testPutObjectAclInvalid (line 1547) | public function testPutObjectAclInvalid() method testPutObjectAclReadToUser (line 1568) | public function testPutObjectAclReadToUser() method testPutObjectAclFullToUser (line 1590) | public function testPutObjectAclFullToUser() method testPutObjectAclToUsers (line 1612) | public function testPutObjectAclToUsers() method testPutObjectAclToSubuser (line 1634) | public function testPutObjectAclToSubuser() method testPutObjectAclInvalidGrant (line 1657) | public function testPutObjectAclInvalidGrant() method testPutObjectAclByBody (line 1678) | public function testPutObjectAclByBody() method testPutObjectAclByBodyToAnyone (line 1714) | public function testPutObjectAclByBodyToAnyone() method testSelectObjectContent (line 1750) | public function testSelectObjectContent() FILE: server/vendor/qcloud/cos-sdk-v5/src/Qcloud/Cos/Tests/TestHelper.php class TestHelper (line 7) | class TestHelper { method nuke (line 9) | public static function nuke($bucket) { FILE: server/vendor/ralouphie/getallheaders/src/getallheaders.php function getallheaders (line 10) | function getallheaders() FILE: server/vendor/slim/psr7/src/Cookies.php class Cookies (line 30) | class Cookies method __construct (line 59) | public function __construct(array $cookies = []) method setDefaults (line 71) | public function setDefaults(array $settings): self method get (line 85) | public function get(string $name, $default = null) method set (line 97) | public function set(string $name, $value): self method toHeaders (line 113) | public function toHeaders(): array method toHeader (line 132) | protected function toHeader(string $name, array $properties): string method parseHeader (line 187) | public static function parseHeader($header): array FILE: server/vendor/slim/psr7/src/Environment.php class Environment (line 17) | class Environment method mock (line 24) | public static function mock(array $data = []): array FILE: server/vendor/slim/psr7/src/Factory/RequestFactory.php class RequestFactory (line 24) | class RequestFactory implements RequestFactoryInterface method __construct (line 34) | public function __construct(?StreamFactoryInterface $streamFactory = n... method createRequest (line 43) | public function createRequest(string $method, $uri): RequestInterface FILE: server/vendor/slim/psr7/src/Factory/ResponseFactory.php class ResponseFactory (line 18) | class ResponseFactory implements ResponseFactoryInterface method createResponse (line 23) | public function createResponse( FILE: server/vendor/slim/psr7/src/Factory/ServerRequestFactory.php class ServerRequestFactory (line 31) | class ServerRequestFactory implements ServerRequestFactoryInterface method __construct (line 41) | public function __construct(?StreamFactoryInterface $streamFactory = n... method createServerRequest (line 50) | public function createServerRequest(string $method, $uri, array $serve... method createFromGlobals (line 79) | public static function createFromGlobals(): Request FILE: server/vendor/slim/psr7/src/Factory/StreamFactory.php class StreamFactory (line 27) | class StreamFactory implements StreamFactoryInterface method createStream (line 34) | public function createStream(string $content = ''): StreamInterface method createStreamFromFile (line 51) | public function createStreamFromFile( method createStreamFromResource (line 85) | public function createStreamFromResource($resource, ?StreamInterface $... FILE: server/vendor/slim/psr7/src/Factory/UploadedFileFactory.php class UploadedFileFactory (line 23) | class UploadedFileFactory implements UploadedFileFactoryInterface method createUploadedFile (line 28) | public function createUploadedFile( FILE: server/vendor/slim/psr7/src/Factory/UriFactory.php class UriFactory (line 28) | class UriFactory implements UriFactoryInterface method createUri (line 33) | public function createUri(string $uri = ''): UriInterface method createFromGlobals (line 62) | public function createFromGlobals(array $globals): Uri FILE: server/vendor/slim/psr7/src/Header.php class Header (line 19) | class Header method __construct (line 34) | public function __construct(string $originalName, string $normalizedNa... method getOriginalName (line 44) | public function getOriginalName(): string method getNormalizedName (line 52) | public function getNormalizedName(): string method addValue (line 62) | public function addValue(string $value): self method addValues (line 74) | public function addValues($values): self method getValues (line 92) | public function getValues(): array FILE: server/vendor/slim/psr7/src/Headers.php class Headers (line 29) | class Headers implements HeadersInterface method __construct (line 42) | final public function __construct(array $headers = [], ?array $globals... method addHeader (line 51) | public function addHeader($name, $value): HeadersInterface method removeHeader (line 68) | public function removeHeader(string $name): HeadersInterface method getHeader (line 78) | public function getHeader(string $name, $default = []): array method setHeader (line 98) | public function setHeader($name, $value): HeadersInterface method setHeaders (line 116) | public function setHeaders(array $headers): HeadersInterface method hasHeader (line 130) | public function hasHeader(string $name): bool method getHeaders (line 139) | public function getHeaders(bool $originalCase = false): array method normalizeHeaderName (line 156) | protected function normalizeHeaderName(string $name, bool $preserveCas... method parseAuthorizationHeader (line 177) | protected function parseAuthorizationHeader(array $headers): array method trimHeaderValue (line 206) | protected function trimHeaderValue($value): array method prepareHeader (line 224) | protected function prepareHeader($name, $value): array method validateHeader (line 256) | protected function validateHeader($name, $value): void method validateHeaderName (line 267) | protected function validateHeaderName($name): void method validateHeaderValue (line 279) | protected function validateHeaderValue($value): void method createFromGlobals (line 304) | public static function createFromGlobals() FILE: server/vendor/slim/psr7/src/Interfaces/HeadersInterface.php type HeadersInterface (line 15) | interface HeadersInterface method addHeader (line 29) | public function addHeader($name, $value): HeadersInterface; method removeHeader (line 37) | public function removeHeader(string $name): HeadersInterface; method getHeader (line 49) | public function getHeader(string $name, $default = []): array; method setHeader (line 61) | public function setHeader($name, $value): HeadersInterface; method setHeaders (line 72) | public function setHeaders(array $headers): HeadersInterface; method hasHeader (line 80) | public function hasHeader(string $name): bool; method getHeaders (line 89) | public function getHeaders(bool $originalCase): array; FILE: server/vendor/slim/psr7/src/Message.php class Message (line 24) | abstract class Message implements MessageInterface method __set (line 53) | public function __set($name, $value): void method getProtocolVersion (line 61) | public function getProtocolVersion(): string method withProtocolVersion (line 70) | public function withProtocolVersion($version) method getHeaders (line 88) | public function getHeaders(): array method hasHeader (line 96) | public function hasHeader($name): bool method getHeader (line 104) | public function getHeader($name): array method getHeaderLine (line 112) | public function getHeaderLine($name): string method withHeader (line 122) | public function withHeader($name, $value) method withAddedHeader (line 138) | public function withAddedHeader($name, $value) method withoutHeader (line 154) | public function withoutHeader($name) method getBody (line 169) | public function getBody(): StreamInterface method withBody (line 178) | public function withBody(StreamInterface $body) FILE: server/vendor/slim/psr7/src/NonBufferedBody.php class NonBufferedBody (line 23) | class NonBufferedBody implements StreamInterface method __toString (line 28) | public function __toString(): string method close (line 36) | public function close(): void method detach (line 44) | public function detach() method getSize (line 52) | public function getSize(): ?int method tell (line 60) | public function tell(): int method eof (line 68) | public function eof(): bool method isSeekable (line 76) | public function isSeekable(): bool method seek (line 84) | public function seek($offset, $whence = SEEK_SET): void method rewind (line 92) | public function rewind(): void method isWritable (line 100) | public function isWritable(): bool method write (line 108) | public function write($string): int method isReadable (line 125) | public function isReadable(): bool method read (line 133) | public function read($length): string method getContents (line 141) | public function getContents(): string method getMetadata (line 149) | public function getMetadata($key = null): ?array FILE: server/vendor/slim/psr7/src/Request.php class Request (line 32) | class Request extends Message implements ServerRequestInterface method __construct (line 80) | public function __construct( method __clone (line 111) | public function __clone() method getMethod (line 120) | public function getMethod(): string method withMethod (line 129) | public function withMethod($method) method filterMethod (line 147) | protected function filterMethod($method): string method getRequestTarget (line 170) | public function getRequestTarget(): string method withRequestTarget (line 195) | public function withRequestTarget($requestTarget) method getUri (line 212) | public function getUri(): UriInterface method withUri (line 221) | public function withUri(UriInterface $uri, $preserveHost = false) method getCookieParams (line 242) | public function getCookieParams(): array method withCookieParams (line 251) | public function withCookieParams(array $cookies) method getQueryParams (line 262) | public function getQueryParams(): array method withQueryParams (line 282) | public function withQueryParams(array $query) method getUploadedFiles (line 293) | public function getUploadedFiles(): array method withUploadedFiles (line 302) | public function withUploadedFiles(array $uploadedFiles) method getServerParams (line 313) | public function getServerParams(): array method getAttributes (line 321) | public function getAttributes(): array method getAttribute (line 330) | public function getAttribute($name, $default = null) method withAttribute (line 339) | public function withAttribute($name, $value) method withoutAttribute (line 351) | public function withoutAttribute($name) method getParsedBody (line 363) | public function getParsedBody() method withParsedBody (line 372) | public function withParsedBody($data) FILE: server/vendor/slim/psr7/src/Response.php class Response (line 25) | class Response extends Message implements ResponseInterface method __construct (line 112) | public function __construct( method __clone (line 126) | public function __clone() method getStatusCode (line 134) | public function getStatusCode(): int method withStatus (line 143) | public function withStatus($code, $reasonPhrase = '') method getReasonPhrase (line 158) | public function getReasonPhrase(): string method filterStatus (line 180) | protected function filterStatus($status): int method filterReasonPhrase (line 198) | protected function filterReasonPhrase($reasonPhrase = ''): string FILE: server/vendor/slim/psr7/src/Stream.php class Stream (line 35) | class Stream implements StreamInterface method __construct (line 73) | public function __construct($stream, ?StreamInterface $cache = null) method getMetadata (line 87) | public function getMetadata($key = null) method attach (line 113) | protected function attach($stream): void method detach (line 129) | public function detach() method __toString (line 149) | public function __toString(): string method close (line 167) | public function close(): void method getSize (line 183) | public function getSize(): ?int method tell (line 199) | public function tell(): int method eof (line 217) | public function eof(): bool method isReadable (line 225) | public function isReadable(): bool method isWritable (line 247) | public function isWritable(): bool method isSeekable (line 267) | public function isSeekable(): bool method seek (line 283) | public function seek($offset, $whence = SEEK_SET): void method rewind (line 293) | public function rewind(): void method read (line 303) | public function read($length): string method write (line 328) | public function write($string) method getContents (line 347) | public function getContents(): string method isPipe (line 380) | public function isPipe(): bool FILE: server/vendor/slim/psr7/src/UploadedFile.php class UploadedFile (line 33) | class UploadedFile implements UploadedFileInterface method __construct (line 81) | final public function __construct( method getStream (line 114) | public function getStream() method moveTo (line 130) | public function moveTo($targetPath): void method getError (line 169) | public function getError(): int method getClientFilename (line 177) | public function getClientFilename(): ?string method getClientMediaType (line 185) | public function getClientMediaType(): ?string method getSize (line 193) | public function getSize(): ?int method getFilePath (line 205) | public function getFilePath(): string method createFromGlobals (line 219) | public static function createFromGlobals(array $globals): array method parseUploadedFiles (line 241) | private static function parseUploadedFiles(array $uploadedFiles): array FILE: server/vendor/slim/psr7/src/Uri.php class Uri (line 31) | class Uri implements UriInterface method __construct (line 74) | public function __construct( method getScheme (line 97) | public function getScheme(): string method withScheme (line 106) | public function withScheme($scheme) method filterScheme (line 125) | protected function filterScheme($scheme): string method getAuthority (line 144) | public function getAuthority(): string method getUserInfo (line 156) | public function getUserInfo(): string method withUserInfo (line 171) | public function withUserInfo($user, $password = null) method filterUserInfo (line 194) | protected function filterUserInfo(?string $info = null): string method getHost (line 214) | public function getHost(): string method withHost (line 223) | public function withHost($host) method filterHost (line 243) | protected function filterHost($host): string method getPort (line 263) | public function getPort(): ?int method withPort (line 272) | public function withPort($port) method hasStandardPort (line 286) | protected function hasStandardPort(): bool method filterPort (line 300) | protected function filterPort($port): ?int method getPath (line 312) | public function getPath(): string method withPath (line 328) | public function withPath($path) method filterPath (line 352) | protected function filterPath($path): string method getQuery (line 368) | public function getQuery(): string method withQuery (line 377) | public function withQuery($query) method filterQuery (line 395) | protected function filterQuery($query): string method getFragment (line 419) | public function getFragment(): string method withFragment (line 428) | public function withFragment($fragment) method filterFragment (line 446) | protected function filterFragment($fragment): string method __toString (line 472) | public function __toString(): string FILE: server/vendor/slim/slim/Slim/App.php class App (line 34) | class App extends RouteCollectorProxy implements RequestHandlerInterface method __construct (line 47) | public function __construct( method getRouteResolver (line 77) | public function getRouteResolver(): RouteResolverInterface method getMiddlewareDispatcher (line 85) | public function getMiddlewareDispatcher(): MiddlewareDispatcherInterface method add (line 93) | public function add($middleware): self method addMiddleware (line 102) | public function addMiddleware(MiddlewareInterface $middleware): self method addRoutingMiddleware (line 115) | public function addRoutingMiddleware(): RoutingMiddleware method addErrorMiddleware (line 135) | public function addErrorMiddleware( method addBodyParsingMiddleware (line 160) | public function addBodyParsingMiddleware(array $bodyParsers = []): Bod... method run (line 176) | public function run(?ServerRequestInterface $request = null): void method handle (line 197) | public function handle(ServerRequestInterface $request): ResponseInter... FILE: server/vendor/slim/slim/Slim/CallableResolver.php class CallableResolver (line 29) | final class CallableResolver implements AdvancedCallableResolverInterface method __construct (line 35) | public function __construct(?ContainerInterface $container = null) method resolve (line 43) | public function resolve($toResolve): callable method resolveRoute (line 61) | public function resolveRoute($toResolve): callable method resolveMiddleware (line 69) | public function resolveMiddleware($toResolve): callable method resolveByPredicate (line 79) | private function resolveByPredicate($toResolve, callable $predicate, s... method isRoute (line 103) | private function isRoute($toResolve): bool method isMiddleware (line 111) | private function isMiddleware($toResolve): bool method resolveSlimNotation (line 121) | private function resolveSlimNotation(string $toResolve): array method assertCallable (line 151) | private function assertCallable($resolved, $toResolve): callable method bindToContainer (line 164) | private function bindToContainer(callable $callable): callable method prepareToResolve (line 180) | private function prepareToResolve($toResolve) FILE: server/vendor/slim/slim/Slim/Error/AbstractErrorRenderer.php class AbstractErrorRenderer (line 23) | abstract class AbstractErrorRenderer implements ErrorRendererInterface method getErrorTitle (line 29) | protected function getErrorTitle(Throwable $exception): string method getErrorDescription (line 38) | protected function getErrorDescription(Throwable $exception): string FILE: server/vendor/slim/slim/Slim/Error/Renderers/HtmlErrorRenderer.php class HtmlErrorRenderer (line 23) | class HtmlErrorRenderer extends AbstractErrorRenderer method __invoke (line 25) | public function __invoke(Throwable $exception, bool $displayErrorDetai... method renderExceptionFragment (line 38) | private function renderExceptionFragment(Throwable $exception): string method renderHtmlBody (line 58) | public function renderHtmlBody(string $title = '', string $html = ''):... FILE: server/vendor/slim/slim/Slim/Error/Renderers/JsonErrorRenderer.php class JsonErrorRenderer (line 25) | class JsonErrorRenderer extends AbstractErrorRenderer method __invoke (line 27) | public function __invoke(Throwable $exception, bool $displayErrorDetai... method formatExceptionFragment (line 44) | private function formatExceptionFragment(Throwable $exception): array FILE: server/vendor/slim/slim/Slim/Error/Renderers/PlainTextErrorRenderer.php class PlainTextErrorRenderer (line 23) | class PlainTextErrorRenderer extends AbstractErrorRenderer method __invoke (line 25) | public function __invoke(Throwable $exception, bool $displayErrorDetai... method formatExceptionFragment (line 41) | private function formatExceptionFragment(Throwable $exception): string FILE: server/vendor/slim/slim/Slim/Error/Renderers/XmlErrorRenderer.php class XmlErrorRenderer (line 23) | class XmlErrorRenderer extends AbstractErrorRenderer method __invoke (line 25) | public function __invoke(Throwable $exception, bool $displayErrorDetai... method createCdataSection (line 50) | private function createCdataSection(string $content): string FILE: server/vendor/slim/slim/Slim/Exception/HttpBadRequestException.php class HttpBadRequestException (line 13) | class HttpBadRequestException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpException.php class HttpException (line 20) | class HttpException extends RuntimeException method __construct (line 28) | public function __construct( method getRequest (line 38) | public function getRequest(): ServerRequestInterface method getTitle (line 43) | public function getTitle(): string method setTitle (line 48) | public function setTitle(string $title): self method getDescription (line 54) | public function getDescription(): string method setDescription (line 59) | public function setDescription(string $description): self FILE: server/vendor/slim/slim/Slim/Exception/HttpForbiddenException.php class HttpForbiddenException (line 13) | class HttpForbiddenException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpGoneException.php class HttpGoneException (line 13) | class HttpGoneException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpInternalServerErrorException.php class HttpInternalServerErrorException (line 13) | class HttpInternalServerErrorException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpMethodNotAllowedException.php class HttpMethodNotAllowedException (line 15) | class HttpMethodNotAllowedException extends HttpSpecializedException method getAllowedMethods (line 38) | public function getAllowedMethods(): array method setAllowedMethods (line 46) | public function setAllowedMethods(array $methods): self FILE: server/vendor/slim/slim/Slim/Exception/HttpNotFoundException.php class HttpNotFoundException (line 13) | class HttpNotFoundException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpNotImplementedException.php class HttpNotImplementedException (line 13) | class HttpNotImplementedException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpSpecializedException.php class HttpSpecializedException (line 16) | abstract class HttpSpecializedException extends HttpException method __construct (line 23) | public function __construct(ServerRequestInterface $request, ?string $... FILE: server/vendor/slim/slim/Slim/Exception/HttpTooManyRequestsException.php class HttpTooManyRequestsException (line 13) | class HttpTooManyRequestsException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Exception/HttpUnauthorizedException.php class HttpUnauthorizedException (line 13) | class HttpUnauthorizedException extends HttpSpecializedException FILE: server/vendor/slim/slim/Slim/Factory/AppFactory.php class AppFactory (line 27) | class AppFactory method create (line 47) | public static function create( method createFromContainer (line 66) | public static function createFromContainer(ContainerInterface $contain... method determineResponseFactory (line 116) | public static function determineResponseFactory(): ResponseFactoryInte... method attemptResponseFactoryDecoration (line 148) | protected static function attemptResponseFactoryDecoration( method setPsr17FactoryProvider (line 162) | public static function setPsr17FactoryProvider(Psr17FactoryProviderInt... method setResponseFactory (line 167) | public static function setResponseFactory(ResponseFactoryInterface $re... method setStreamFactory (line 172) | public static function setStreamFactory(StreamFactoryInterface $stream... method setContainer (line 177) | public static function setContainer(ContainerInterface $container): void method setCallableResolver (line 182) | public static function setCallableResolver(CallableResolverInterface $... method setRouteCollector (line 187) | public static function setRouteCollector(RouteCollectorInterface $rout... method setRouteResolver (line 192) | public static function setRouteResolver(RouteResolverInterface $routeR... method setMiddlewareDispatcher (line 197) | public static function setMiddlewareDispatcher(MiddlewareDispatcherInt... method setSlimHttpDecoratorsAutomaticDetection (line 202) | public static function setSlimHttpDecoratorsAutomaticDetection(bool $e... FILE: server/vendor/slim/slim/Slim/Factory/Psr17/GuzzlePsr17Factory.php class GuzzlePsr17Factory (line 13) | class GuzzlePsr17Factory extends Psr17Factory FILE: server/vendor/slim/slim/Slim/Factory/Psr17/HttpSoftPsr17Factory.php class HttpSoftPsr17Factory (line 13) | class HttpSoftPsr17Factory extends Psr17Factory FILE: server/vendor/slim/slim/Slim/Factory/Psr17/LaminasDiactorosPsr17Factory.php class LaminasDiactorosPsr17Factory (line 13) | class LaminasDiactorosPsr17Factory extends Psr17Factory FILE: server/vendor/slim/slim/Slim/Factory/Psr17/NyholmPsr17Factory.php class NyholmPsr17Factory (line 9) | class NyholmPsr17Factory extends Psr17Factory method getServerRequestCreator (line 19) | public static function getServerRequestCreator(): ServerRequestCreator... FILE: server/vendor/slim/slim/Slim/Factory/Psr17/Psr17Factory.php class Psr17Factory (line 22) | abstract class Psr17Factory implements Psr17FactoryInterface method getResponseFactory (line 35) | public static function getResponseFactory(): ResponseFactoryInterface method getStreamFactory (line 50) | public static function getStreamFactory(): StreamFactoryInterface method getServerRequestCreator (line 65) | public static function getServerRequestCreator(): ServerRequestCreator... method isResponseFactoryAvailable (line 77) | public static function isResponseFactoryAvailable(): bool method isStreamFactoryAvailable (line 85) | public static function isStreamFactoryAvailable(): bool method isServerRequestCreatorAvailable (line 93) | public static function isServerRequestCreatorAvailable(): bool FILE: server/vendor/slim/slim/Slim/Factory/Psr17/Psr17FactoryProvider.php class Psr17FactoryProvider (line 17) | class Psr17FactoryProvider implements Psr17FactoryProviderInterface method getFactories (line 33) | public static function getFactories(): array method setFactories (line 41) | public static function setFactories(array $factories): void method addFactory (line 49) | public static function addFactory(string $factory): void FILE: server/vendor/slim/slim/Slim/Factory/Psr17/ServerRequestCreator.php class ServerRequestCreator (line 17) | class ServerRequestCreator implements ServerRequestCreatorInterface method __construct (line 29) | public function __construct($serverRequestCreator, string $serverReque... method createServerRequestFromGlobals (line 38) | public function createServerRequestFromGlobals(): ServerRequestInterface FILE: server/vendor/slim/slim/Slim/Factory/Psr17/SlimHttpPsr17Factory.php class SlimHttpPsr17Factory (line 17) | class SlimHttpPsr17Factory extends Psr17Factory method createDecoratedResponseFactory (line 24) | public static function createDecoratedResponseFactory( FILE: server/vendor/slim/slim/Slim/Factory/Psr17/SlimHttpServerRequestCreator.php class SlimHttpServerRequestCreator (line 19) | class SlimHttpServerRequestCreator implements ServerRequestCreatorInterface method __construct (line 25) | public function __construct(ServerRequestCreatorInterface $serverReque... method createServerRequestFromGlobals (line 33) | public function createServerRequestFromGlobals(): ServerRequestInterface method isServerRequestDecoratorAvailable (line 52) | public static function isServerRequestDecoratorAvailable(): bool FILE: server/vendor/slim/slim/Slim/Factory/Psr17/SlimPsr17Factory.php class SlimPsr17Factory (line 13) | class SlimPsr17Factory extends Psr17Factory FILE: server/vendor/slim/slim/Slim/Factory/ServerRequestCreatorFactory.php class ServerRequestCreatorFactory (line 20) | class ServerRequestCreatorFactory method create (line 28) | public static function create(): ServerRequestCreatorInterface method determineServerRequestCreator (line 36) | public static function determineServerRequestCreator(): ServerRequestC... method attemptServerRequestCreatorDecoration (line 60) | protected static function attemptServerRequestCreatorDecoration( method setPsr17FactoryProvider (line 73) | public static function setPsr17FactoryProvider(Psr17FactoryProviderInt... method setServerRequestCreator (line 78) | public static function setServerRequestCreator(ServerRequestCreatorInt... method setSlimHttpDecoratorsAutomaticDetection (line 83) | public static function setSlimHttpDecoratorsAutomaticDetection(bool $e... FILE: server/vendor/slim/slim/Slim/Handlers/ErrorHandler.php class ErrorHandler (line 47) | class ErrorHandler implements ErrorHandlerInterface method __construct (line 94) | public function __construct( method __invoke (line 113) | public function __invoke( method forceContentType (line 143) | public function forceContentType(?string $contentType): void method determineStatusCode (line 148) | protected function determineStatusCode(): int method determineContentType (line 168) | protected function determineContentType(ServerRequestInterface $reques... method determineRenderer (line 211) | protected function determineRenderer(): callable method registerErrorRenderer (line 228) | public function registerErrorRenderer(string $contentType, $errorRende... method setDefaultErrorRenderer (line 239) | public function setDefaultErrorRenderer(string $contentType, $errorRen... method setLogErrorRenderer (line 250) | public function setLogErrorRenderer($logErrorRenderer): void method writeToErrorLog (line 258) | protected function writeToErrorLog(): void method logError (line 272) | protected function logError(string $error): void method getDefaultLogger (line 280) | protected function getDefaultLogger(): LoggerInterface method respond (line 285) | protected function respond(): ResponseInterface FILE: server/vendor/slim/slim/Slim/Handlers/Strategies/RequestHandler.php class RequestHandler (line 20) | class RequestHandler implements RequestHandlerInvocationStrategyInterface method __construct (line 24) | public function __construct(bool $appendRouteArgumentsToRequestAttribu... method __invoke (line 34) | public function __invoke( FILE: server/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php class RequestResponse (line 20) | class RequestResponse implements InvocationStrategyInterface method __invoke (line 28) | public function __invoke( FILE: server/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponseArgs.php class RequestResponseArgs (line 22) | class RequestResponseArgs implements InvocationStrategyInterface method __invoke (line 30) | public function __invoke( FILE: server/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponseNamedArgs.php class RequestResponseNamedArgs (line 21) | class RequestResponseNamedArgs implements InvocationStrategyInterface method __construct (line 23) | public function __construct() method __invoke (line 36) | public function __invoke( FILE: server/vendor/slim/slim/Slim/Interfaces/AdvancedCallableResolverInterface.php type AdvancedCallableResolverInterface (line 13) | interface AdvancedCallableResolverInterface extends CallableResolverInte... method resolveRoute (line 20) | public function resolveRoute($toResolve): callable; method resolveMiddleware (line 27) | public function resolveMiddleware($toResolve): callable; FILE: server/vendor/slim/slim/Slim/Interfaces/CallableResolverInterface.php type CallableResolverInterface (line 13) | interface CallableResolverInterface method resolve (line 20) | public function resolve($toResolve): callable; FILE: server/vendor/slim/slim/Slim/Interfaces/DispatcherInterface.php type DispatcherInterface (line 15) | interface DispatcherInterface method dispatch (line 20) | public function dispatch(string $method, string $uri): RoutingResults; method getAllowedMethods (line 27) | public function getAllowedMethods(string $uri): array; FILE: server/vendor/slim/slim/Slim/Interfaces/ErrorHandlerInterface.php type ErrorHandlerInterface (line 17) | interface ErrorHandlerInterface method __invoke (line 19) | public function __invoke( FILE: server/vendor/slim/slim/Slim/Interfaces/ErrorRendererInterface.php type ErrorRendererInterface (line 15) | interface ErrorRendererInterface method __invoke (line 17) | public function __invoke(Throwable $exception, bool $displayErrorDetai... FILE: server/vendor/slim/slim/Slim/Interfaces/InvocationStrategyInterface.php type InvocationStrategyInterface (line 19) | interface InvocationStrategyInterface method __invoke (line 31) | public function __invoke( FILE: server/vendor/slim/slim/Slim/Interfaces/MiddlewareDispatcherInterface.php type MiddlewareDispatcherInterface (line 16) | interface MiddlewareDispatcherInterface extends RequestHandlerInterface method add (line 27) | public function add($middleware): self; method addMiddleware (line 36) | public function addMiddleware(MiddlewareInterface $middleware): self; method seedMiddlewareStack (line 41) | public function seedMiddlewareStack(RequestHandlerInterface $kernel): ... FILE: server/vendor/slim/slim/Slim/Interfaces/Psr17FactoryInterface.php type Psr17FactoryInterface (line 17) | interface Psr17FactoryInterface method getResponseFactory (line 22) | public static function getResponseFactory(): ResponseFactoryInterface; method getStreamFactory (line 27) | public static function getStreamFactory(): StreamFactoryInterface; method getServerRequestCreator (line 32) | public static function getServerRequestCreator(): ServerRequestCreator... method isResponseFactoryAvailable (line 37) | public static function isResponseFactoryAvailable(): bool; method isStreamFactoryAvailable (line 42) | public static function isStreamFactoryAvailable(): bool; method isServerRequestCreatorAvailable (line 47) | public static function isServerRequestCreatorAvailable(): bool; FILE: server/vendor/slim/slim/Slim/Interfaces/Psr17FactoryProviderInterface.php type Psr17FactoryProviderInterface (line 13) | interface Psr17FactoryProviderInterface method getFactories (line 18) | public static function getFactories(): array; method setFactories (line 23) | public static function setFactories(array $factories): void; method addFactory (line 25) | public static function addFactory(string $factory): void; FILE: server/vendor/slim/slim/Slim/Interfaces/RequestHandlerInvocationStrategyInterface.php type RequestHandlerInvocationStrategyInterface (line 13) | interface RequestHandlerInvocationStrategyInterface extends InvocationSt... FILE: server/vendor/slim/slim/Slim/Interfaces/RouteCollectorInterface.php type RouteCollectorInterface (line 16) | interface RouteCollectorInterface method getRouteParser (line 21) | public function getRouteParser(): RouteParserInterface; method getDefaultInvocationStrategy (line 26) | public function getDefaultInvocationStrategy(): InvocationStrategyInte... method setDefaultInvocationStrategy (line 31) | public function setDefaultInvocationStrategy(InvocationStrategyInterfa... method getCacheFile (line 36) | public function getCacheFile(): ?string; method setCacheFile (line 44) | public function setCacheFile(string $cacheFile): RouteCollectorInterface; method getBasePath (line 49) | public function getBasePath(): string; method setBasePath (line 54) | public function setBasePath(string $basePath): RouteCollectorInterface; method getRoutes (line 61) | public function getRoutes(): array; method getNamedRoute (line 70) | public function getNamedRoute(string $name): RouteInterface; method removeNamedRoute (line 79) | public function removeNamedRoute(string $name): RouteCollectorInterface; method lookupRoute (line 86) | public function lookupRoute(string $identifier): RouteInterface; method group (line 92) | public function group(string $pattern, $callable): RouteGroupInterface; method map (line 101) | public function map(array $methods, string $pattern, $handler): RouteI... FILE: server/vendor/slim/slim/Slim/Interfaces/RouteCollectorProxyInterface.php type RouteCollectorProxyInterface (line 17) | interface RouteCollectorProxyInterface method getResponseFactory (line 19) | public function getResponseFactory(): ResponseFactoryInterface; method getCallableResolver (line 21) | public function getCallableResolver(): CallableResolverInterface; method getContainer (line 23) | public function getContainer(): ?ContainerInterface; method getRouteCollector (line 25) | public function getRouteCollector(): RouteCollectorInterface; method getBasePath (line 30) | public function getBasePath(): string; method setBasePath (line 35) | public function setBasePath(string $basePath): RouteCollectorProxyInte... method get (line 43) | public function get(string $pattern, $callable): RouteInterface; method post (line 51) | public function post(string $pattern, $callable): RouteInterface; method put (line 59) | public function put(string $pattern, $callable): RouteInterface; method patch (line 67) | public function patch(string $pattern, $callable): RouteInterface; method delete (line 75) | public function delete(string $pattern, $callable): RouteInterface; method options (line 83) | public function options(string $pattern, $callable): RouteInterface; method any (line 91) | public function any(string $pattern, $callable): RouteInterface; method map (line 100) | public function map(array $methods, string $pattern, $callable): Route... method group (line 110) | public function group(string $pattern, $callable): RouteGroupInterface; method redirect (line 117) | public function redirect(string $from, $to, int $status = 302): RouteI... FILE: server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php type RouteGroupInterface (line 16) | interface RouteGroupInterface method collectRoutes (line 18) | public function collectRoutes(): RouteGroupInterface; method add (line 25) | public function add($middleware): RouteGroupInterface; method addMiddleware (line 30) | public function addMiddleware(MiddlewareInterface $middleware): RouteG... method appendMiddlewareToDispatcher (line 35) | public function appendMiddlewareToDispatcher(MiddlewareDispatcher $dis... method getPattern (line 40) | public function getPattern(): string; FILE: server/vendor/slim/slim/Slim/Interfaces/RouteInterface.php type RouteInterface (line 17) | interface RouteInterface method getInvocationStrategy (line 22) | public function getInvocationStrategy(): InvocationStrategyInterface; method setInvocationStrategy (line 27) | public function setInvocationStrategy(InvocationStrategyInterface $inv... method getMethods (line 34) | public function getMethods(): array; method getPattern (line 39) | public function getPattern(): string; method setPattern (line 44) | public function setPattern(string $pattern): RouteInterface; method getCallable (line 51) | public function getCallable(); method setCallable (line 58) | public function setCallable($callable): RouteInterface; method getName (line 63) | public function getName(): ?string; method setName (line 70) | public function setName(string $name): RouteInterface; method getIdentifier (line 75) | public function getIdentifier(): string; method getArgument (line 80) | public function getArgument(string $name, ?string $default = null): ?s... method getArguments (line 87) | public function getArguments(): array; method setArgument (line 92) | public function setArgument(string $name, string $value): RouteInterface; method setArguments (line 99) | public function setArguments(array $arguments): self; method add (line 104) | public function add($middleware): self; method addMiddleware (line 106) | public function addMiddleware(MiddlewareInterface $middleware): self; method prepare (line 113) | public function prepare(array $arguments): self; method run (line 122) | public function run(ServerRequestInterface $request): ResponseInterface; FILE: server/vendor/slim/slim/Slim/Interfaces/RouteParserInterface.php type RouteParserInterface (line 17) | interface RouteParserInterface method relativeUrlFor (line 29) | public function relativeUrlFor(string $routeName, array $data = [], ar... method urlFor (line 41) | public function urlFor(string $routeName, array $data = [], array $que... method fullUrlFor (line 51) | public function fullUrlFor(UriInterface $uri, string $routeName, array... FILE: server/vendor/slim/slim/Slim/Interfaces/RouteResolverInterface.php type RouteResolverInterface (line 9) | interface RouteResolverInterface method computeRoutingResults (line 14) | public function computeRoutingResults(string $uri, string $method): Ro... method resolveRoute (line 16) | public function resolveRoute(string $identifier): RouteInterface; FILE: server/vendor/slim/slim/Slim/Interfaces/ServerRequestCreatorInterface.php type ServerRequestCreatorInterface (line 15) | interface ServerRequestCreatorInterface method createServerRequestFromGlobals (line 17) | public function createServerRequestFromGlobals(): ServerRequestInterface; FILE: server/vendor/slim/slim/Slim/Logger.php class Logger (line 19) | class Logger extends AbstractLogger method log (line 28) | public function log($level, $message, array $context = []): void FILE: server/vendor/slim/slim/Slim/Middleware/BodyParsingMiddleware.php class BodyParsingMiddleware (line 36) | class BodyParsingMiddleware implements MiddlewareInterface method __construct (line 46) | public function __construct(array $bodyParsers = []) method process (line 55) | public function process(ServerRequestInterface $request, RequestHandle... method registerBodyParser (line 71) | public function registerBodyParser(string $mediaType, callable $callab... method hasBodyParser (line 80) | public function hasBodyParser(string $mediaType): bool method getBodyParser (line 89) | public function getBodyParser(string $mediaType): callable method registerDefaultBodyParsers (line 97) | protected function registerDefaultBodyParsers(): void method parseBody (line 137) | protected function parseBody(ServerRequestInterface $request) method getMediaType (line 172) | protected function getMediaType(ServerRequestInterface $request): ?string method disableXmlEntityLoader (line 184) | protected static function disableXmlEntityLoader(bool $disable): bool FILE: server/vendor/slim/slim/Slim/Middleware/ContentLengthMiddleware.php class ContentLengthMiddleware (line 18) | class ContentLengthMiddleware implements MiddlewareInterface method process (line 20) | public function process(ServerRequestInterface $request, RequestHandle... FILE: server/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php class ErrorMiddleware (line 28) | class ErrorMiddleware implements MiddlewareInterface method __construct (line 57) | public function __construct( method process (line 73) | public function process(ServerRequestInterface $request, RequestHandle... method handleException (line 82) | public function handleException(ServerRequestInterface $request, Throw... method getErrorHandler (line 101) | public function getErrorHandler(string $type) method getDefaultErrorHandler (line 125) | public function getDefaultErrorHandler() method setDefaultErrorHandler (line 156) | public function setDefaultErrorHandler($handler): self method setErrorHandler (line 187) | public function setErrorHandler($typeOrTypes, $handler, bool $handleSu... method addErrorHandler (line 204) | private function addErrorHandler(string $type, $handler, bool $handleS... FILE: server/vendor/slim/slim/Slim/Middleware/MethodOverrideMiddleware.php class MethodOverrideMiddleware (line 21) | class MethodOverrideMiddleware implements MiddlewareInterface method process (line 23) | public function process(ServerRequestInterface $request, RequestHandle... FILE: server/vendor/slim/slim/Slim/Middleware/OutputBufferingMiddleware.php class OutputBufferingMiddleware (line 26) | class OutputBufferingMiddleware implements MiddlewareInterface method __construct (line 38) | public function __construct(StreamFactoryInterface $streamFactory, str... method process (line 51) | public function process(ServerRequestInterface $request, RequestHandle... FILE: server/vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php class RoutingMiddleware (line 25) | class RoutingMiddleware implements MiddlewareInterface method __construct (line 31) | public function __construct(RouteResolverInterface $routeResolver, Rou... method process (line 42) | public function process(ServerRequestInterface $request, RequestHandle... method performRouting (line 57) | public function performRouting(ServerRequestInterface $request): Serve... method resolveRoutingResultsFromRequest (line 91) | protected function resolveRoutingResultsFromRequest(ServerRequestInter... FILE: server/vendor/slim/slim/Slim/MiddlewareDispatcher.php class MiddlewareDispatcher (line 31) | class MiddlewareDispatcher implements MiddlewareDispatcherInterface method __construct (line 42) | public function __construct( method seedMiddlewareStack (line 55) | public function seedMiddlewareStack(RequestHandlerInterface $kernel): ... method handle (line 63) | public function handle(ServerRequestInterface $request): ResponseInter... method add (line 77) | public function add($middleware): MiddlewareDispatcherInterface method addMiddleware (line 105) | public function addMiddleware(MiddlewareInterface $middleware): Middle... method addDeferred (line 135) | public function addDeferred(string $middleware): self method addCallable (line 241) | public function addCallable(callable $middleware): self FILE: server/vendor/slim/slim/Slim/ResponseEmitter.php class ResponseEmitter (line 26) | class ResponseEmitter method __construct (line 30) | public function __construct(int $responseChunkSize = 4096) method emit (line 38) | public function emit(ResponseInterface $response): void method emitHeaders (line 58) | private function emitHeaders(ResponseInterface $response): void method emitStatusLine (line 73) | private function emitStatusLine(ResponseInterface $response): void method emitBody (line 87) | private function emitBody(ResponseInterface $response): void method isResponseEmpty (line 124) | public function isResponseEmpty(ResponseInterface $response): bool FILE: server/vendor/slim/slim/Slim/Routing/Dispatcher.php class Dispatcher (line 13) | class Dispatcher implements DispatcherInterface method __construct (line 19) | public function __construct(RouteCollectorInterface $routeCollector) method createDispatcher (line 24) | protected function createDispatcher(): FastRouteDispatcher method dispatch (line 63) | public function dispatch(string $method, string $uri): RoutingResults method getAllowedMethods (line 73) | public function getAllowedMethods(string $uri): array FILE: server/vendor/slim/slim/Slim/Routing/FastRouteDispatcher.php class FastRouteDispatcher (line 15) | class FastRouteDispatcher extends GroupCountBased method dispatch (line 28) | public function dispatch($httpMethod, $uri): array method routingResults (line 62) | private function routingResults(string $httpMethod, string $uri): array method getAllowedMethods (line 87) | public function getAllowedMethods(string $uri): array FILE: server/vendor/slim/slim/Slim/Routing/Route.php class Route (line 36) | class Route implements RouteInterface, RequestHandlerInterface method __construct (line 114) | public function __construct( method getCallableResolver (line 137) | public function getCallableResolver(): CallableResolverInterface method getInvocationStrategy (line 145) | public function getInvocationStrategy(): InvocationStrategyInterface method setInvocationStrategy (line 153) | public function setInvocationStrategy(InvocationStrategyInterface $inv... method getMethods (line 162) | public function getMethods(): array method getPattern (line 170) | public function getPattern(): string method setPattern (line 178) | public function setPattern(string $pattern): RouteInterface method getCallable (line 187) | public function getCallable() method setCallable (line 195) | public function setCallable($callable): RouteInterface method getName (line 204) | public function getName(): ?string method setName (line 212) | public function setName(string $name): RouteInterface method getIdentifier (line 221) | public function getIdentifier(): string method getArgument (line 229) | public function getArgument(string $name, ?string $default = null): ?s... method getArguments (line 240) | public function getArguments(): array method setArguments (line 248) | public function setArguments(array $arguments, bool $includeInSavedArg... method getGroups (line 261) | public function getGroups(): array method add (line 269) | public function add($middleware): RouteInterface method addMiddleware (line 278) | public function addMiddleware(MiddlewareInterface $middleware): RouteI... method prepare (line 287) | public function prepare(array $arguments): RouteInterface method setArgument (line 296) | public function setArgument(string $name, string $value, bool $include... method run (line 309) | public function run(ServerRequestInterface $request): ResponseInterface method appendGroupMiddlewareToRoute (line 321) | protected function appendGroupMiddlewareToRoute(): void method handle (line 337) | public function handle(ServerRequestInterface $request): ResponseInter... FILE: server/vendor/slim/slim/Slim/Routing/RouteCollector.php class RouteCollector (line 36) | class RouteCollector implements RouteCollectorInterface method __construct (line 84) | public function __construct( method getRouteParser (line 103) | public function getRouteParser(): RouteParserInterface method getDefaultInvocationStrategy (line 111) | public function getDefaultInvocationStrategy(): InvocationStrategyInte... method setDefaultInvocationStrategy (line 116) | public function setDefaultInvocationStrategy(InvocationStrategyInterfa... method getCacheFile (line 125) | public function getCacheFile(): ?string method setCacheFile (line 133) | public function setCacheFile(string $cacheFile): RouteCollectorInterface method getBasePath (line 154) | public function getBasePath(): string method setBasePath (line 162) | public function setBasePath(string $basePath): RouteCollectorInterface method getRoutes (line 172) | public function getRoutes(): array method removeNamedRoute (line 180) | public function removeNamedRoute(string $name): RouteCollectorInterface method getNamedRoute (line 191) | public function getNamedRoute(string $name): RouteInterface method lookupRoute (line 215) | public function lookupRoute(string $identifier): RouteInterface method group (line 226) | public function group(string $pattern, $callable): RouteGroupInterface method createGroup (line 240) | protected function createGroup(string $pattern, $callable): RouteGroup... method createProxy (line 246) | protected function createProxy(string $pattern): RouteCollectorProxyIn... method map (line 260) | public function map(array $methods, string $pattern, $handler): RouteI... method createRoute (line 279) | protected function createRoute(array $methods, string $pattern, $calla... FILE: server/vendor/slim/slim/Slim/Routing/RouteCollectorProxy.php class RouteCollectorProxy (line 21) | class RouteCollectorProxy implements RouteCollectorProxyInterface method __construct (line 33) | public function __construct( method getResponseFactory (line 50) | public function getResponseFactory(): ResponseFactoryInterface method getCallableResolver (line 58) | public function getCallableResolver(): CallableResolverInterface method getContainer (line 66) | public function getContainer(): ?ContainerInterface method getRouteCollector (line 74) | public function getRouteCollector(): RouteCollectorInterface method getBasePath (line 82) | public function getBasePath(): string method setBasePath (line 90) | public function setBasePath(string $basePath): RouteCollectorProxyInte... method get (line 100) | public function get(string $pattern, $callable): RouteInterface method post (line 108) | public function post(string $pattern, $callable): RouteInterface method put (line 116) | public function put(string $pattern, $callable): RouteInterface method patch (line 124) | public function patch(string $pattern, $callable): RouteInterface method delete (line 132) | public function delete(string $pattern, $callable): RouteInterface method options (line 140) | public function options(string $pattern, $callable): RouteInterface method any (line 148) | public function any(string $pattern, $callable): RouteInterface method map (line 156) | public function map(array $methods, string $pattern, $callable): Route... method group (line 166) | public function group(string $pattern, $callable): RouteGroupInterface method redirect (line 176) | public function redirect(string $from, $to, int $status = 302): RouteI... FILE: server/vendor/slim/slim/Slim/Routing/RouteContext.php class RouteContext (line 18) | final class RouteContext method fromRequest (line 28) | public static function fromRequest(ServerRequestInterface $serverReque... method __construct (line 54) | private function __construct( method getRoute (line 66) | public function getRoute(): ?RouteInterface method getRouteParser (line 71) | public function getRouteParser(): RouteParserInterface method getRoutingResults (line 76) | public function getRoutingResults(): RoutingResults method getBasePath (line 81) | public function getBasePath(): string FILE: server/vendor/slim/slim/Slim/Routing/RouteGroup.php class RouteGroup (line 20) | class RouteGroup implements RouteGroupInterface method __construct (line 41) | public function __construct( method collectRoutes (line 56) | public function collectRoutes(): RouteGroupInterface method add (line 70) | public function add($middleware): RouteGroupInterface method addMiddleware (line 79) | public function addMiddleware(MiddlewareInterface $middleware): RouteG... method appendMiddlewareToDispatcher (line 88) | public function appendMiddlewareToDispatcher(MiddlewareDispatcher $dis... method getPattern (line 100) | public function getPattern(): string FILE: server/vendor/slim/slim/Slim/Routing/RouteParser.php class RouteParser (line 25) | class RouteParser implements RouteParserInterface method __construct (line 31) | public function __construct(RouteCollectorInterface $routeCollector) method relativeUrlFor (line 40) | public function relativeUrlFor(string $routeName, array $data = [], ar... method urlFor (line 104) | public function urlFor(string $routeName, array $data = [], array $que... method fullUrlFor (line 119) | public function fullUrlFor(UriInterface $uri, string $routeName, array... FILE: server/vendor/slim/slim/Slim/Routing/RouteResolver.php class RouteResolver (line 25) | class RouteResolver implements RouteResolverInterface method __construct (line 31) | public function __construct(RouteCollectorInterface $routeCollector, ?... method computeRoutingResults (line 40) | public function computeRoutingResults(string $uri, string $method): Ro... method resolveRoute (line 52) | public function resolveRoute(string $identifier): RouteInterface FILE: server/vendor/slim/slim/Slim/Routing/RouteRunner.php class RouteRunner (line 23) | class RouteRunner implements RequestHandlerInterface method __construct (line 31) | public function __construct( method handle (line 51) | public function handle(ServerRequestInterface $request): ResponseInter... FILE: server/vendor/slim/slim/Slim/Routing/RoutingResults.php class RoutingResults (line 17) | class RoutingResults method __construct (line 47) | public function __construct( method getDispatcher (line 63) | public function getDispatcher(): DispatcherInterface method getMethod (line 68) | public function getMethod(): string method getUri (line 73) | public function getUri(): string method getRouteStatus (line 78) | public function getRouteStatus(): int method getRouteIdentifier (line 83) | public function getRouteIdentifier(): ?string method getRouteArguments (line 91) | public function getRouteArguments(bool $urlDecode = true): array method getAllowedMethods (line 108) | public function getAllowedMethods(): array FILE: server/vendor/symfony/console/Application.php class Application (line 71) | class Application implements ResetInterface method __construct (line 91) | public function __construct(string $name = 'UNKNOWN', string $version ... method setDispatcher (line 106) | public function setDispatcher(EventDispatcherInterface $dispatcher) method setCommandLoader (line 111) | public function setCommandLoader(CommandLoaderInterface $commandLoader) method getSignalRegistry (line 116) | public function getSignalRegistry(): SignalRegistry method setSignalsToDispatchEvent (line 125) | public function setSignalsToDispatchEvent(int ...$signalsToDispatchEvent) method run (line 137) | public function run(?InputInterface $input = null, ?OutputInterface $o... method doRun (line 220) | public function doRun(InputInterface $input, OutputInterface $output) method reset (line 310) | public function reset() method setHelperSet (line 314) | public function setHelperSet(HelperSet $helperSet) method getHelperSet (line 324) | public function getHelperSet() method setDefinition (line 333) | public function setDefinition(InputDefinition $definition) method getDefinition (line 343) | public function getDefinition() method complete (line 362) | public function complete(CompletionInput $input, CompletionSuggestions... method getHelp (line 396) | public function getHelp() method areExceptionsCaught (line 406) | public function areExceptionsCaught() method setCatchExceptions (line 414) | public function setCatchExceptions(bool $boolean) method isAutoExitEnabled (line 424) | public function isAutoExitEnabled() method setAutoExit (line 432) | public function setAutoExit(bool $boolean) method getName (line 442) | public function getName() method setName (line 450) | public function setName(string $name) method getVersion (line 460) | public function getVersion() method setVersion (line 468) | public function setVersion(string $version) method getLongVersion (line 478) | public function getLongVersion() method register (line 496) | public function register(string $name) method addCommands (line 508) | public function addCommands(array $commands) method add (line 523) | public function add(Command $command) method get (line 560) | public function get(string $name) method has (line 592) | public function has(string $name) method getNamespaces (line 606) | public function getNamespaces() method findNamespace (line 631) | public function findNamespace(string $namespace) method find (line 671) | public function find(string $name) method all (line 781) | public function all(?string $namespace = null) method getAbbreviations (line 823) | public static function getAbbreviations(array $names) method renderThrowable (line 836) | public function renderThrowable(\Throwable $e, OutputInterface $output... method doRenderThrowable (line 848) | protected function doRenderThrowable(\Throwable $e, OutputInterface $o... method configureIO (line 925) | protected function configureIO(InputInterface $input, OutputInterface ... method doRunCommand (line 990) | protected function doRunCommand(Command $command, InputInterface $inpu... method getCommandName (line 1087) | protected function getCommandName(InputInterface $input) method getDefaultInputDefinition (line 1097) | protected function getDefaultInputDefinition() method getDefaultCommands (line 1115) | protected function getDefaultCommands() method getDefaultHelperSet (line 1125) | protected function getDefaultHelperSet() method getAbbreviationSuggestions (line 1138) | private function getAbbreviationSuggestions(array $abbrevs): string method extractNamespace (line 1150) | public function extractNamespace(string $name, ?int $limit = null) method findAlternatives (line 1163) | private function findAlternatives(string $name, iterable $collection):... method setDefaultCommand (line 1210) | public function setDefaultCommand(string $commandName, bool $isSingleC... method isSingleCommand (line 1227) | public function isSingleCommand(): bool method splitStringByWidth (line 1232) | private function splitStringByWidth(string $string, int $width): array method extractAllNamespaces (line 1273) | private function extractAllNamespaces(string $name): array method init (line 1290) | private function init() FILE: server/vendor/symfony/console/Attribute/AsCommand.php class AsCommand (line 17) | #[\Attribute(\Attribute::TARGET_CLASS)] method __construct (line 20) | public function __construct( FILE: server/vendor/symfony/console/CI/GithubActionReporter.php class GithubActionReporter (line 21) | class GithubActionReporter method __construct (line 45) | public function __construct(OutputInterface $output) method isGithubActionEnvironment (line 50) | public static function isGithubActionEnvironment(): bool method error (line 60) | public function error(string $message, ?string $file = null, ?int $lin... method warning (line 70) | public function warning(string $message, ?string $file = null, ?int $l... method debug (line 80) | public function debug(string $message, ?string $file = null, ?int $lin... method log (line 85) | private function log(string $type, string $message, ?string $file = nu... FILE: server/vendor/symfony/console/Color.php class Color (line 19) | final class Color method __construct (line 56) | public function __construct(string $foreground = '', string $backgroun... method apply (line 70) | public function apply(string $text): string method set (line 75) | public function set(): string method unset (line 94) | public function unset(): string method parseColor (line 113) | private function parseColor(string $color, bool $background = false): ... method convertHexColorToAnsi (line 144) | private function convertHexColorToAnsi(int $color): string method degradeHexColorToAnsi (line 158) | private function degradeHexColorToAnsi(int $r, int $g, int $b): int method getSaturation (line 167) | private function getSaturation(int $r, int $g, int $b): int FILE: server/vendor/symfony/console/Command/Command.php class Command (line 33) | class Command method getDefaultName (line 68) | public static function getDefaultName() method getDefaultDescription (line 81) | public static function getDefaultDescription(): ?string method __construct (line 99) | public function __construct(?string $name = null) method ignoreValidationErrors (line 130) | public function ignoreValidationErrors() method setApplication (line 135) | public function setApplication(?Application $application = null) method setHelperSet (line 147) | public function setHelperSet(HelperSet $helperSet) method getHelperSet (line 157) | public function getHelperSet() method getApplication (line 167) | public function getApplication() method isEnabled (line 180) | public function isEnabled() method configure (line 188) | protected function configure() method execute (line 206) | protected function execute(InputInterface $input, OutputInterface $out... method interact (line 218) | protected function interact(InputInterface $input, OutputInterface $ou... method initialize (line 232) | protected function initialize(InputInterface $input, OutputInterface $... method run (line 250) | public function run(InputInterface $input, OutputInterface $output) method complete (line 311) | public function complete(CompletionInput $input, CompletionSuggestions... method setCode (line 329) | public function setCode(callable $code) method mergeApplicationDefinition (line 359) | public function mergeApplicationDefinition(bool $mergeArgs = true) method setDefinition (line 384) | public function setDefinition($definition) method getDefinition (line 402) | public function getDefinition() method getNativeDefinition (line 417) | public function getNativeDefinition() method addArgument (line 436) | public function addArgument(string $name, ?int $mode = null, string $d... method addOption (line 457) | public function addOption(string $name, $shortcut = null, ?int $mode =... method setName (line 479) | public function setName(string $name) method setProcessTitle (line 496) | public function setProcessTitle(string $title) method getName (line 508) | public function getName() method setHidden (line 521) | public function setHidden(bool $hidden /* = true */) method isHidden (line 531) | public function isHidden() method setDescription (line 541) | public function setDescription(string $description) method getDescription (line 553) | public function getDescription() method setHelp (line 563) | public function setHelp(string $help) method getHelp (line 575) | public function getHelp() method getProcessedHelp (line 586) | public function getProcessedHelp() method setAliases (line 612) | public function setAliases(iterable $aliases) method getAliases (line 631) | public function getAliases() method getSynopsis (line 643) | public function getSynopsis(bool $short = false) method addUsage (line 659) | public function addUsage(string $usage) method getUsages (line 675) | public function getUsages() method getHelper (line 688) | public function getHelper(string $name) method validateName (line 704) | private function validateName(string $name) FILE: server/vendor/symfony/console/Command/CompleteCommand.php class CompleteCommand (line 29) | final class CompleteCommand extends Command method __construct (line 41) | public function __construct(array $completionOutputs = []) method configure (line 49) | protected function configure(): void method initialize (line 59) | protected function initialize(InputInterface $input, OutputInterface $... method execute (line 64) | protected function execute(InputInterface $input, OutputInterface $out... method createCompletionInput (line 164) | private function createCompletionInput(InputInterface $input): Complet... method findCommand (line 181) | private function findCommand(CompletionInput $completionInput, OutputI... method log (line 196) | private function log($messages): void FILE: server/vendor/symfony/console/Command/DumpCompletionCommand.php class DumpCompletionCommand (line 28) | final class DumpCompletionCommand extends Command method complete (line 33) | public function complete(CompletionInput $input, CompletionSuggestions... method configure (line 40) | protected function configure() method execute (line 81) | protected function execute(InputInterface $input, OutputInterface $out... method guessShell (line 113) | private static function guessShell(): string method tailDebugLog (line 118) | private function tailDebugLog(string $commandName, OutputInterface $ou... method getSupportedShells (line 133) | private function getSupportedShells(): array FILE: server/vendor/symfony/console/Command/HelpCommand.php class HelpCommand (line 28) | class HelpCommand extends Command method configure (line 35) | protected function configure() method setCommand (line 62) | public function setCommand(Command $command) method execute (line 70) | protected function execute(InputInterface $input, OutputInterface $out... method complete (line 87) | public function complete(CompletionInput $input, CompletionSuggestions... FILE: server/vendor/symfony/console/Command/LazyCommand.php class LazyCommand (line 25) | final class LazyCommand extends Command method __construct (line 30) | public function __construct(string $name, array $aliases, string $desc... method ignoreValidationErrors (line 41) | public function ignoreValidationErrors(): void method setApplication (line 46) | public function setApplication(?Application $application = null): void method setHelperSet (line 55) | public function setHelperSet(HelperSet $helperSet): void method isEnabled (line 64) | public function isEnabled(): bool method run (line 69) | public function run(InputInterface $input, OutputInterface $output): int method complete (line 74) | public function complete(CompletionInput $input, CompletionSuggestions... method setCode (line 82) | public function setCode(callable $code): self method mergeApplicationDefinition (line 92) | public function mergeApplicationDefinition(bool $mergeArgs = true): void method setDefinition (line 100) | public function setDefinition($definition): self method getDefinition (line 107) | public function getDefinition(): InputDefinition method getNativeDefinition (line 112) | public function getNativeDefinition(): InputDefinition method addArgument (line 120) | public function addArgument(string $name, ?int $mode = null, string $d... method addOption (line 130) | public function addOption(string $name, $shortcut = null, ?int $mode =... method setProcessTitle (line 140) | public function setProcessTitle(string $title): self method setHelp (line 150) | public function setHelp(string $help): self method getHelp (line 157) | public function getHelp(): string method getProcessedHelp (line 162) | public function getProcessedHelp(): string method getSynopsis (line 167) | public function getSynopsis(bool $short = false): string method addUsage (line 175) | public function addUsage(string $usage): self method getUsages (line 182) | public function getUsages(): array method getHelper (line 190) | public function getHelper(string $name) method getCommand (line 195) | public function getCommand(): parent FILE: server/vendor/symfony/console/Command/ListCommand.php class ListCommand (line 28) | class ListCommand extends Command method configure (line 33) | protected function configure() method execute (line 68) | protected function execute(InputInterface $input, OutputInterface $out... method complete (line 81) | public function complete(CompletionInput $input, CompletionSuggestions... FILE: server/vendor/symfony/console/Command/LockableTrait.php type LockableTrait (line 25) | trait LockableTrait method lock (line 33) | private function lock(?string $name = null, bool $blocking = false): bool method release (line 62) | private function release() FILE: server/vendor/symfony/console/Command/SignalableCommandInterface.php type SignalableCommandInterface (line 19) | interface SignalableCommandInterface method getSubscribedSignals (line 24) | public function getSubscribedSignals(): array; method handleSignal (line 29) | public function handleSignal(int $signal): void; FILE: server/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php type CommandLoaderInterface (line 20) | interface CommandLoaderInterface method get (line 29) | public function get(string $name); method has (line 36) | public function has(string $name); method getNames (line 41) | public function getNames(); FILE: server/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php class ContainerCommandLoader (line 22) | class ContainerCommandLoader implements CommandLoaderInterface method __construct (line 30) | public function __construct(ContainerInterface $container, array $comm... method get (line 39) | public function get(string $name) method has (line 51) | public function has(string $name) method getNames (line 59) | public function getNames() FILE: server/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php class FactoryCommandLoader (line 21) | class FactoryCommandLoader implements CommandLoaderInterface method __construct (line 28) | public function __construct(array $factories) method has (line 36) | public function has(string $name) method get (line 44) | public function get(string $name) method getNames (line 58) | public function getNames() FILE: server/vendor/symfony/console/Completion/CompletionInput.php class CompletionInput (line 27) | final class CompletionInput extends ArgvInput method fromString (line 45) | public static function fromString(string $inputStr, int $currentIndex)... method fromTokens (line 58) | public static function fromTokens(array $tokens, int $currentIndex): self method bind (line 70) | public function bind(InputDefinition $definition): void method getCompletionType (line 149) | public function getCompletionType(): string method getCompletionName (line 159) | public function getCompletionName(): ?string method getCompletionValue (line 167) | public function getCompletionValue(): string method mustSuggestOptionValuesFor (line 172) | public function mustSuggestOptionValuesFor(string $optionName): bool method mustSuggestArgumentValuesFor (line 177) | public function mustSuggestArgumentValuesFor(string $argumentName): bool method parseToken (line 182) | protected function parseToken(string $token, bool $parseOptions): bool method getOptionFromToken (line 193) | private function getOptionFromToken(string $optionToken): ?InputOption method getRelevantToken (line 212) | private function getRelevantToken(): string method isCursorFree (line 220) | private function isCursorFree(): bool method __toString (line 230) | public function __toString() FILE: server/vendor/symfony/console/Completion/CompletionSuggestions.php class CompletionSuggestions (line 21) | final class CompletionSuggestions method suggestValue (line 33) | public function suggestValue($value): self method suggestValues (line 47) | public function suggestValues(array $values): self method suggestOption (line 61) | public function suggestOption(InputOption $option): self method suggestOptions (line 75) | public function suggestOptions(array $options): self method getOptionSuggestions (line 87) | public function getOptionSuggestions(): array method getValueSuggestions (line 95) | public function getValueSuggestions(): array FILE: server/vendor/symfony/console/Completion/Output/BashCompletionOutput.php class BashCompletionOutput (line 20) | class BashCompletionOutput implements CompletionOutputInterface method write (line 22) | public function write(CompletionSuggestions $suggestions, OutputInterf... FILE: server/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php type CompletionOutputInterface (line 22) | interface CompletionOutputInterface method write (line 24) | public function write(CompletionSuggestions $suggestions, OutputInterf... FILE: server/vendor/symfony/console/Completion/Suggestion.php class Suggestion (line 19) | class Suggestion method __construct (line 23) | public function __construct(string $value) method getValue (line 28) | public function getValue(): string method __toString (line 33) | public function __toString(): string FILE: server/vendor/symfony/console/ConsoleEvents.php class ConsoleEvents (line 24) | final class ConsoleEvents FILE: server/vendor/symfony/console/Cursor.php class Cursor (line 19) | final class Cursor method __construct (line 27) | public function __construct(OutputInterface $output, $input = null) method moveUp (line 36) | public function moveUp(int $lines = 1): self method moveDown (line 46) | public function moveDown(int $lines = 1): self method moveRight (line 56) | public function moveRight(int $columns = 1): self method moveLeft (line 66) | public function moveLeft(int $columns = 1): self method moveToColumn (line 76) | public function moveToColumn(int $column): self method moveToPosition (line 86) | public function moveToPosition(int $column, int $row): self method savePosition (line 96) | public function savePosition(): self method restorePosition (line 106) | public function restorePosition(): self method hide (line 116) | public function hide(): self method show (line 126) | public function show(): self method clearLine (line 138) | public function clearLine(): self method clearLineAfter (line 148) | public function clearLineAfter(): self method clearOutput (line 160) | public function clearOutput(): self method clearScreen (line 172) | public function clearScreen(): self method getCurrentPosition (line 182) | public function getCurrentPosition(): array FILE: server/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php class AddConsoleCommandPass (line 30) | class AddConsoleCommandPass implements CompilerPassInterface method __construct (line 37) | public function __construct(string $commandLoaderServiceId = 'console.... method process (line 49) | public function process(ContainerBuilder $container) FILE: server/vendor/symfony/console/Descriptor/ApplicationDescription.php class ApplicationDescription (line 23) | class ApplicationDescription method __construct (line 46) | public function __construct(Application $application, ?string $namespa... method getNamespaces (line 53) | public function getNamespaces(): array method getCommands (line 65) | public function getCommands(): array method getCommand (line 77) | public function getCommand(string $name): Command method inspectApplication (line 86) | private function inspectApplication() method sortCommands (line 114) | private function sortCommands(array $commands): array FILE: server/vendor/symfony/console/Descriptor/Descriptor.php class Descriptor (line 27) | abstract class Descriptor implements DescriptorInterface method describe (line 37) | public function describe(OutputInterface $output, object $object, arra... method write (line 65) | protected function write(string $content, bool $decorated = false) method describeInputArgument (line 73) | abstract protected function describeInputArgument(InputArgument $argum... method describeInputOption (line 78) | abstract protected function describeInputOption(InputOption $option, a... method describeInputDefinition (line 83) | abstract protected function describeInputDefinition(InputDefinition $d... method describeCommand (line 88) | abstract protected function describeCommand(Command $command, array $o... method describeApplication (line 93) | abstract protected function describeApplication(Application $applicati... FILE: server/vendor/symfony/console/Descriptor/DescriptorInterface.php type DescriptorInterface (line 21) | interface DescriptorInterface method describe (line 23) | public function describe(OutputInterface $output, object $object, arra... FILE: server/vendor/symfony/console/Descriptor/JsonDescriptor.php class JsonDescriptor (line 27) | class JsonDescriptor extends Descriptor method describeInputArgument (line 32) | protected function describeInputArgument(InputArgument $argument, arra... method describeInputOption (line 40) | protected function describeInputOption(InputOption $option, array $opt... method describeInputDefinition (line 51) | protected function describeInputDefinition(InputDefinition $definition... method describeCommand (line 59) | protected function describeCommand(Command $command, array $options = []) method describeApplication (line 67) | protected function describeApplication(Application $application, array... method writeData (line 99) | private function writeData(array $data, array $options) method getInputArgumentData (line 106) | private function getInputArgumentData(InputArgument $argument): array method getInputOptionData (line 117) | private function getInputOptionData(InputOption $option, bool $negated... method getInputDefinitionData (line 138) | private function getInputDefinitionData(InputDefinition $definition): ... method getCommandData (line 156) | private function getCommandData(Command $command, bool $short = false)... FILE: server/vendor/symfony/console/Descriptor/MarkdownDescriptor.php class MarkdownDescriptor (line 29) | class MarkdownDescriptor extends Descriptor method describe (line 34) | public function describe(OutputInterface $output, object $object, arra... method write (line 47) | protected function write(string $content, bool $decorated = true) method describeInputArgument (line 55) | protected function describeInputArgument(InputArgument $argument, arra... method describeInputOption (line 69) | protected function describeInputOption(InputOption $option, array $opt... method describeInputDefinition (line 93) | protected function describeInputDefinition(InputDefinition $definition... method describeCommand (line 123) | protected function describeCommand(Command $command, array $options = []) method describeApplication (line 166) | protected function describeApplication(Application $application, array... method getApplicationTitle (line 194) | private function getApplicationTitle(Application $application): string FILE: server/vendor/symfony/console/Descriptor/TextDescriptor.php class TextDescriptor (line 29) | class TextDescriptor extends Descriptor method describeInputArgument (line 34) | protected function describeInputArgument(InputArgument $argument, arra... method describeInputOption (line 57) | protected function describeInputOption(InputOption $option, array $opt... method describeInputDefinition (line 95) | protected function describeInputDefinition(InputDefinition $definition... method describeCommand (line 137) | protected function describeCommand(Command $command, array $options = []) method describeApplication (line 175) | protected function describeApplication(Application $application, array... method writeText (line 251) | private function writeText(string $content, array $options = []) method getCommandAliasesText (line 262) | private function getCommandAliasesText(Command $command): string method formatDefaultValue (line 279) | private function formatDefaultValue($default): string method getColumnWidth (line 301) | private function getColumnWidth(array $commands): int method calculateTotalWidthForOptions (line 322) | private function calculateTotalWidthForOptions(array $options): int FILE: server/vendor/symfony/console/Descriptor/XmlDescriptor.php class XmlDescriptor (line 27) | class XmlDescriptor extends Descriptor method getInputDefinitionDocument (line 29) | public function getInputDefinitionDocument(InputDefinition $definition... method getCommandDocument (line 47) | public function getCommandDocument(Command $command, bool $short = fal... method getApplicationDocument (line 82) | public function getApplicationDocument(Application $application, ?stri... method describeInputArgument (line 126) | protected function describeInputArgument(InputArgument $argument, arra... method describeInputOption (line 134) | protected function describeInputOption(InputOption $option, array $opt... method describeInputDefinition (line 142) | protected function describeInputDefinition(InputDefinition $definition... method describeCommand (line 150) | protected function describeCommand(Command $command, array $options = []) method describeApplication (line 158) | protected function describeApplication(Application $application, array... method appendDocument (line 166) | private function appendDocument(\DOMNode $parentNode, \DOMNode $import... method writeDocument (line 176) | private function writeDocument(\DOMDocument $dom) method getInputArgumentDocument (line 182) | private function getInputArgumentDocument(InputArgument $argument): \D... method getInputOptionDocument (line 203) | private function getInputOptionDocument(InputOption $option): \DOMDocu... FILE: server/vendor/symfony/console/Event/ConsoleCommandEvent.php class ConsoleCommandEvent (line 22) | final class ConsoleCommandEvent extends ConsoleEvent method disableCommand (line 37) | public function disableCommand(): bool method enableCommand (line 42) | public function enableCommand(): bool method commandShouldRun (line 50) | public function commandShouldRun(): bool FILE: server/vendor/symfony/console/Event/ConsoleErrorEvent.php class ConsoleErrorEvent (line 23) | final class ConsoleErrorEvent extends ConsoleEvent method __construct (line 28) | public function __construct(InputInterface $input, OutputInterface $ou... method getError (line 35) | public function getError(): \Throwable method setError (line 40) | public function setError(\Throwable $error): void method setExitCode (line 45) | public function setExitCode(int $exitCode): void method getExitCode (line 54) | public function getExitCode(): int FILE: server/vendor/symfony/console/Event/ConsoleEvent.php class ConsoleEvent (line 24) | class ConsoleEvent extends Event method __construct (line 31) | public function __construct(?Command $command, InputInterface $input, ... method getCommand (line 43) | public function getCommand() method getInput (line 53) | public function getInput() method getOutput (line 63) | public function getOutput() FILE: server/vendor/symfony/console/Event/ConsoleSignalEvent.php class ConsoleSignalEvent (line 21) | final class ConsoleSignalEvent extends ConsoleEvent method __construct (line 25) | public function __construct(Command $command, InputInterface $input, O... method getHandlingSignal (line 31) | public function getHandlingSignal(): int FILE: server/vendor/symfony/console/Event/ConsoleTerminateEvent.php class ConsoleTerminateEvent (line 23) | final class ConsoleTerminateEvent extends ConsoleEvent method __construct (line 27) | public function __construct(Command $command, InputInterface $input, O... method setExitCode (line 34) | public function setExitCode(int $exitCode): void method getExitCode (line 39) | public function getExitCode(): int FILE: server/vendor/symfony/console/EventListener/ErrorListener.php class ErrorListener (line 25) | class ErrorListener implements EventSubscriberInterface method __construct (line 29) | public function __construct(?LoggerInterface $logger = null) method onConsoleError (line 34) | public function onConsoleError(ConsoleErrorEvent $event) method onConsoleTerminate (line 51) | public function onConsoleTerminate(ConsoleTerminateEvent $event) method getSubscribedEvents (line 72) | public static function getSubscribedEvents() method getInputString (line 80) | private static function getInputString(ConsoleEvent $event): ?string FILE: server/vendor/symfony/console/Exception/CommandNotFoundException.php class CommandNotFoundException (line 19) | class CommandNotFoundException extends \InvalidArgumentException impleme... method __construct (line 29) | public function __construct(string $message, array $alternatives = [],... method getAlternatives (line 39) | public function getAlternatives() FILE: server/vendor/symfony/console/Exception/ExceptionInterface.php type ExceptionInterface (line 19) | interface ExceptionInterface extends \Throwable FILE: server/vendor/symfony/console/Exception/InvalidArgumentException.php class InvalidArgumentException (line 17) | class InvalidArgumentException extends \InvalidArgumentException impleme... FILE: server/vendor/symfony/console/Exception/InvalidOptionException.php class InvalidOptionException (line 19) | class InvalidOptionException extends \InvalidArgumentException implement... FILE: server/vendor/symfony/console/Exception/LogicException.php class LogicException (line 17) | class LogicException extends \LogicException implements ExceptionInterface FILE: server/vendor/symfony/console/Exception/MissingInputException.php class MissingInputException (line 19) | class MissingInputException extends RuntimeException implements Exceptio... FILE: server/vendor/symfony/console/Exception/NamespaceNotFoundException.php class NamespaceNotFoundException (line 19) | class NamespaceNotFoundException extends CommandNotFoundException FILE: server/vendor/symfony/console/Exception/RuntimeException.php class RuntimeException (line 17) | class RuntimeException extends \RuntimeException implements ExceptionInt... FILE: server/vendor/symfony/console/Formatter/NullOutputFormatter.php class NullOutputFormatter (line 17) | final class NullOutputFormatter implements OutputFormatterInterface method format (line 24) | public function format(?string $message): ?string method getStyle (line 32) | public function getStyle(string $name): OutputFormatterStyleInterface method hasStyle (line 41) | public function hasStyle(string $name): bool method isDecorated (line 49) | public function isDecorated(): bool method setDecorated (line 57) | public function setDecorated(bool $decorated): void method setStyle (line 65) | public function setStyle(string $name, OutputFormatterStyleInterface $... FILE: server/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php class NullOutputFormatterStyle (line 17) | final class NullOutputFormatterStyle implements OutputFormatterStyleInte... method apply (line 22) | public function apply(string $text): string method setBackground (line 30) | public function setBackground(?string $color = null): void method setForeground (line 38) | public function setForeground(?string $color = null): void method setOption (line 46) | public function setOption(string $option): void method setOptions (line 54) | public function setOptions(array $options): void method unsetOption (line 62) | public function unsetOption(string $option): void FILE: server/vendor/symfony/console/Formatter/OutputFormatter.php class OutputFormatter (line 24) | class OutputFormatter implements WrappableOutputFormatterInterface method __clone (line 30) | public function __clone() method escape (line 43) | public static function escape(string $text) method escapeTrailingBackslash (line 55) | public static function escapeTrailingBackslash(string $text): string method __construct (line 72) | public function __construct(bool $decorated = false, array $styles = []) method setDecorated (line 91) | public function setDecorated(bool $decorated) method isDecorated (line 99) | public function isDecorated() method setStyle (line 107) | public function setStyle(string $name, OutputFormatterStyleInterface $... method hasStyle (line 115) | public function hasStyle(string $name) method getStyle (line 123) | public function getStyle(string $name) method format (line 135) | public function format(?string $message) method formatAndWrap (line 143) | public function formatAndWrap(?string $message, int $width) method getStyleStack (line 194) | public function getStyleStack() method createStyleFromString (line 202) | private function createStyleFromString(string $string): ?OutputFormatt... method applyCurrentStyle (line 241) | private function applyCurrentStyle(string $text, string $current, int ... method addLineBreaks (line 288) | private function addLineBreaks(string $text, int $width): string FILE: server/vendor/symfony/console/Formatter/OutputFormatterInterface.php type OutputFormatterInterface (line 19) | interface OutputFormatterInterface method setDecorated (line 24) | public function setDecorated(bool $decorated); method isDecorated (line 31) | public function isDecorated(); method setStyle (line 36) | public function setStyle(string $name, OutputFormatterStyleInterface $... method hasStyle (line 43) | public function hasStyle(string $name); method getStyle (line 52) | public function getStyle(string $name); method format (line 59) | public function format(?string $message); FILE: server/vendor/symfony/console/Formatter/OutputFormatterStyle.php class OutputFormatterStyle (line 21) | class OutputFormatterStyle implements OutputFormatterStyleInterface method __construct (line 36) | public function __construct(?string $foreground = null, ?string $backg... method setForeground (line 44) | public function setForeground(?string $color = null) method setBackground (line 52) | public function setBackground(?string $color = null) method setHref (line 57) | public function setHref(string $url): void method setOption (line 65) | public function setOption(string $option) method unsetOption (line 74) | public function unsetOption(string $option) method setOptions (line 87) | public function setOptions(array $options) method apply (line 95) | public function apply(string $text) FILE: server/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php type OutputFormatterStyleInterface (line 19) | interface OutputFormatterStyleInterface method setForeground (line 24) | public function setForeground(?string $color = null); method setBackground (line 29) | public function setBackground(?string $color = null); method setOption (line 34) | public function setOption(string $option); method unsetOption (line 39) | public function unsetOption(string $option); method setOptions (line 44) | public function setOptions(array $options); method apply (line 51) | public function apply(string $text); FILE: server/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php class OutputFormatterStyleStack (line 20) | class OutputFormatterStyleStack implements ResetInterface method __construct (line 29) | public function __construct(?OutputFormatterStyleInterface $emptyStyle... method reset (line 38) | public function reset() method push (line 46) | public function push(OutputFormatterStyleInterface $style) method pop (line 58) | public function pop(?OutputFormatterStyleInterface $style = null) method getCurrent (line 84) | public function getCurrent() method setEmptyStyle (line 96) | public function setEmptyStyle(OutputFormatterStyleInterface $emptyStyle) method getEmptyStyle (line 106) | public function getEmptyStyle() FILE: server/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php type WrappableOutputFormatterInterface (line 19) | interface WrappableOutputFormatterInterface extends OutputFormatterInter... method formatAndWrap (line 24) | public function formatAndWrap(?string $message, int $width); FILE: server/vendor/symfony/console/Helper/DebugFormatterHelper.php class DebugFormatterHelper (line 21) | class DebugFormatterHelper extends Helper method start (line 32) | public function start(string $id, string $message, string $prefix = 'R... method progress (line 44) | public function progress(string $id, string $buffer, bool $error = fal... method stop (line 80) | public function stop(string $id, string $message, bool $successful, st... method getBorder (line 95) | private function getBorder(string $id): string method getName (line 103) | public function getName() FILE: server/vendor/symfony/console/Helper/DescriptorHelper.php class DescriptorHelper (line 27) | class DescriptorHelper extends Helper method __construct (line 34) | public function __construct() method describe (line 53) | public function describe(OutputInterface $output, ?object $object, arr... method register (line 73) | public function register(string $format, DescriptorInterface $descriptor) method getName (line 83) | public function getName() method getFormats (line 88) | public function getFormats(): array FILE: server/vendor/symfony/console/Helper/Dumper.php class Dumper (line 22) | final class Dumper method __construct (line 29) | public function __construct(OutputInterface $output, ?CliDumper $dumpe... method __invoke (line 60) | public function __invoke($var): string FILE: server/vendor/symfony/console/Helper/FormatterHelper.php class FormatterHelper (line 21) | class FormatterHelper extends Helper method formatSection (line 28) | public function formatSection(string $section, string $message, string... method formatBlock (line 40) | public function formatBlock($messages, string $style, bool $large = fa... method truncate (line 74) | public function truncate(string $message, int $length, string $suffix ... method getName (line 88) | public function getName() FILE: server/vendor/symfony/console/Helper/Helper.php class Helper (line 22) | abstract class Helper implements HelperInterface method setHelperSet (line 29) | public function setHelperSet(?HelperSet $helperSet = null) method getHelperSet (line 37) | public function getHelperSet() method strlen (line 49) | public static function strlen(?string $string) method width (line 60) | public static function width(?string $string): int method length (line 79) | public static function length(?string $string): int method substr (line 99) | public static function substr(?string $string, int $from, ?int $length... method formatTime (line 110) | public static function formatTime($secs) method formatMemory (line 139) | public static function formatMemory(int $memory) method strlenWithoutDecoration (line 159) | public static function strlenWithoutDecoration(OutputFormatterInterfac... method removeDecoration (line 166) | public static function removeDecoration(OutputFormatterInterface $form... FILE: server/vendor/symfony/console/Helper/HelperInterface.php type HelperInterface (line 19) | interface HelperInterface method setHelperSet (line 24) | public function setHelperSet(?HelperSet $helperSet = null); method getHelperSet (line 31) | public function getHelperSet(); method getName (line 38) | public function getName(); FILE: server/vendor/symfony/console/Helper/HelperSet.php class HelperSet (line 24) | class HelperSet implements \IteratorAggregate method __construct (line 33) | public function __construct(array $helpers = []) method set (line 40) | public function set(HelperInterface $helper, ?string $alias = null) method has (line 55) | public function has(string $name) method get (line 67) | public function get(string $name) method setCommand (line 79) | public function setCommand(?Command $command = null) method getCommand (line 93) | public function getCommand() method getIterator (line 103) | #[\ReturnTypeWillChange] FILE: server/vendor/symfony/console/Helper/InputAwareHelper.php class InputAwareHelper (line 22) | abstract class InputAwareHelper extends Helper implements InputAwareInte... method setInput (line 29) | public function setInput(InputInterface $input) FILE: server/vendor/symfony/console/Helper/ProcessHelper.php class ProcessHelper (line 26) | class ProcessHelper extends Helper method run (line 35) | public function run(OutputInterface $output, $cmd, ?string $error = nu... method mustRun (line 101) | public function mustRun(OutputInterface $output, $cmd, ?string $error ... method wrapCallback (line 115) | public function wrapCallback(OutputInterface $output, Process $process... method escapeString (line 132) | private function escapeString(string $str): string method getName (line 140) | public function getName(): string FILE: server/vendor/symfony/console/Helper/ProgressBar.php class ProgressBar (line 27) | final class ProgressBar method __construct (line 68) | public function __construct(OutputInterface $output, int $max = 0, flo... method setPlaceholderFormatterDefinition (line 103) | public static function setPlaceholderFormatterDefinition(string $name,... method getPlaceholderFormatterDefinition (line 117) | public static function getPlaceholderFormatterDefinition(string $name)... method setFormatDefinition (line 134) | public static function setFormatDefinition(string $name, string $forma... method getFormatDefinition (line 148) | public static function getFormatDefinition(string $name): ?string method setMessage (line 167) | public function setMessage(string $message, string $name = 'message') method getMessage (line 175) | public function getMessage(string $name = 'message') method getStartTime (line 180) | public function getStartTime(): int method getMaxSteps (line 185) | public function getMaxSteps(): int method getProgress (line 190) | public function getProgress(): int method getStepWidth (line 195) | private function getStepWidth(): int method getProgressPercent (line 200) | public function getProgressPercent(): float method getBarOffset (line 205) | public function getBarOffset(): float method getEstimated (line 210) | public function getEstimated(): float method getRemaining (line 219) | public function getRemaining(): float method setBarWidth (line 228) | public function setBarWidth(int $size) method getBarWidth (line 233) | public function getBarWidth(): int method setBarCharacter (line 238) | public function setBarCharacter(string $char) method getBarCharacter (line 243) | public function getBarCharacter(): string method setEmptyBarCharacter (line 248) | public function setEmptyBarCharacter(string $char) method getEmptyBarCharacter (line 253) | public function getEmptyBarCharacter(): string method setProgressCharacter (line 258) | public function setProgressCharacter(string $char) method getProgressCharacter (line 263) | public function getProgressCharacter(): string method setFormat (line 268) | public function setFormat(string $format) method setRedrawFrequency (line 279) | public function setRedrawFrequency(?int $freq) method minSecondsBetweenRedraws (line 284) | public function minSecondsBetweenRedraws(float $seconds): void method maxSecondsBetweenRedraws (line 289) | public function maxSecondsBetweenRedraws(float $seconds): void method iterate (line 299) | public function iterate(iterable $iterable, ?int $max = null): iterable method start (line 317) | public function start(?int $max = null) method advance (line 335) | public function advance(int $step = 1) method setOverwrite (line 343) | public function setOverwrite(bool $overwrite) method setProgress (line 348) | public function setProgress(int $step) method setMaxSteps (line 381) | public function setMaxSteps(int $max) method finish (line 391) | public function finish(): void method display (line 408) | public function display(): void method clear (line 428) | public function clear(): void method setRealFormat (line 441) | private function setRealFormat(string $format) method overwrite (line 456) | private function overwrite(string $message): void method determineBestFormat (line 499) | private function determineBestFormat(): string method initPlaceholderFormatters (line 514) | private static function initPlaceholderFormatters(): array method initFormats (line 559) | private static function initFormats(): array method buildLine (line 576) | private function buildLine(): string FILE: server/vendor/symfony/console/Helper/ProgressIndicator.php class ProgressIndicator (line 21) | class ProgressIndicator method __construct (line 53) | public function __construct(OutputInterface $output, ?string $format =... method setMessage (line 80) | public function setMessage(?string $message) method start (line 90) | public function start(string $message) method advance (line 108) | public function advance() method finish (line 133) | public function finish(string $message) method getFormatDefinition (line 150) | public static function getFormatDefinition(string $name) method setPlaceholderFormatterDefinition (line 160) | public static function setPlaceholderFormatterDefinition(string $name,... method getPlaceholderFormatterDefinition (line 174) | public static function getPlaceholderFormatterDefinition(string $name) method display (line 183) | private function display() method determineBestFormat (line 198) | private function determineBestFormat(): string method overwrite (line 215) | private function overwrite(string $message) method getCurrentTimeInMilliseconds (line 225) | private function getCurrentTimeInMilliseconds(): float method initPlaceholderFormatters (line 230) | private static function initPlaceholderFormatters(): array FILE: server/vendor/symfony/console/Helper/QuestionHelper.php class QuestionHelper (line 35) | class QuestionHelper extends Helper method ask (line 52) | public function ask(InputInterface $input, OutputInterface $output, Qu... method getName (line 90) | public function getName() method disableStty (line 98) | public static function disableStty() method doAsk (line 110) | private function doAsk(OutputInterface $output, Question $question) method getDefaultAnswer (line 171) | private function getDefaultAnswer(Question $question) method writePrompt (line 201) | protected function writePrompt(OutputInterface $output, Question $ques... method formatChoiceQuestionChoices (line 219) | protected function formatChoiceQuestionChoices(ChoiceQuestion $questio... method writeError (line 237) | protected function writeError(OutputInterface $output, \Exception $error) method autocomplete (line 253) | private function autocomplete(OutputInterface $output, Question $quest... method mostRecentlyEnteredValue (line 396) | private function mostRecentlyEnteredValue(string $entered): string method getHiddenResponse (line 419) | private function getHiddenResponse(OutputInterface $output, $inputStre... method validateAttempts (line 475) | private function validateAttempts(callable $interviewer, OutputInterfa... method isInteractiveInput (line 496) | private function isInteractiveInput($inputStream): bool method readInput (line 517) | private function readInput($inputStream, Question $question) method setIOCodepage (line 548) | private function setIOCodepage(): int method resetIOCodepage (line 567) | private function resetIOCodepage(int $cp, $input) method cloneInputStream (line 588) | private function cloneInputStream($inputStream) FILE: server/vendor/symfony/console/Helper/SymfonyQuestionHelper.php class SymfonyQuestionHelper (line 26) | class SymfonyQuestionHelper extends QuestionHelper method writePrompt (line 31) | protected function writePrompt(OutputInterface $output, Question $ques... method writeError (line 89) | protected function writeError(OutputInterface $output, \Exception $error) method getEofShortcut (line 101) | private function getEofShortcut(): string FILE: server/vendor/symfony/console/Helper/Table.php class Table (line 30) | class Table method __construct (line 95) | public function __construct(OutputInterface $output) method setStyleDefinition (line 109) | public static function setStyleDefinition(string $name, TableStyle $st... method getStyleDefinition (line 123) | public static function getStyleDefinition(string $name) method setStyle (line 143) | public function setStyle($name) method getStyle (line 155) | public function getStyle() method setColumnStyle (line 167) | public function setColumnStyle(int $columnIndex, $name) method getColumnStyle (line 181) | public function getColumnStyle(int $columnIndex) method setColumnWidth (line 191) | public function setColumnWidth(int $columnIndex, int $width) method setColumnWidths (line 203) | public function setColumnWidths(array $widths) method setColumnMaxWidth (line 221) | public function setColumnMaxWidth(int $columnIndex, int $width): self method setHeaders (line 235) | public function setHeaders(array $headers) method setRows (line 247) | public function setRows(array $rows) method addRows (line 257) | public function addRows(array $rows) method addRow (line 269) | public function addRow($row) method appendRow (line 291) | public function appendRow($row): self method setRow (line 310) | public function setRow($column, array $row) method setHeaderTitle (line 320) | public function setHeaderTitle(?string $title): self method setFooterTitle (line 330) | public function setFooterTitle(?string $title): self method setHorizontal (line 340) | public function setHorizontal(bool $horizontal = true): self method render (line 360) | public function render() method renderRowSeparator (line 454) | private function renderRowSeparator(int $type = self::SEPARATOR_MID, ?... method renderColumnSeparator (line 505) | private function renderColumnSeparator(int $type = self::BORDER_OUTSID... method renderRow (line 519) | private function renderRow(array $row, string $cellFormat, ?string $fi... method renderCell (line 538) | private function renderCell(array $row, int $column, string $cellForma... method calculateNumberOfColumns (line 592) | private function calculateNumberOfColumns(array $rows) method buildTableRows (line 606) | private function buildTableRows(array $rows): TableRows method calculateRowCount (line 658) | private function calculateRowCount(): int method fillNextRows (line 678) | private function fillNextRows(array $rows, int $line): array method fillCells (line 733) | private function fillCells(iterable $row) method copyRow (line 750) | private function copyRow(array $rows, int $line): array method getNumberOfColumns (line 766) | private function getNumberOfColumns(array $row): int method getRowColumns (line 779) | private function getRowColumns(array $row): array method calculateColumnsWidth (line 795) | private function calculateColumnsWidth(iterable $groups) method getColumnSeparatorWidth (line 826) | private function getColumnSeparatorWidth(): int method getCellWidth (line 831) | private function getCellWidth(array $row, int $column): int method cleanup (line 849) | private function cleanup() method initStyles (line 858) | private static function initStyles(): array method resolveStyle (line 905) | private function resolveStyle($name): TableStyle FILE: server/vendor/symfony/console/Helper/TableCell.php class TableCell (line 19) | class TableCell method __construct (line 28) | public function __construct(string $value = '', array $options = []) method __toString (line 49) | public function __toString() method getColspan (line 59) | public function getColspan() method getRowspan (line 69) | public function getRowspan() method getStyle (line 74) | public function getStyle(): ?TableCellStyle FILE: server/vendor/symfony/console/Helper/TableCellStyle.php class TableCellStyle (line 19) | class TableCellStyle method __construct (line 43) | public function __construct(array $options = []) method getOptions (line 56) | public function getOptions(): array method getTagOptions (line 66) | public function getTagOptions() method getPadByAlign (line 80) | public function getPadByAlign() method getCellFormat (line 85) | public function getCellFormat(): ?string FILE: server/vendor/symfony/console/Helper/TableRows.php class TableRows (line 17) | class TableRows implements \IteratorAggregate method __construct (line 21) | public function __construct(\Closure $generator) method getIterator (line 26) | public function getIterator(): \Traversable FILE: server/vendor/symfony/console/Helper/TableSeparator.php class TableSeparator (line 19) | class TableSeparator extends TableCell method __construct (line 21) | public function __construct(array $options = []) FILE: server/vendor/symfony/console/Helper/TableStyle.php class TableStyle (line 24) | class TableStyle method setPaddingChar (line 56) | public function setPaddingChar(string $paddingChar) method getPaddingChar (line 72) | public function getPaddingChar() method setHorizontalBorderChars (line 93) | public function setHorizontalBorderChars(string $outside, ?string $ins... method setVerticalBorderChars (line 118) | public function setVerticalBorderChars(string $outside, ?string $insid... method getBorderChars (line 131) | public function getBorderChars(): array method setCrossingChars (line 172) | public function setCrossingChars(string $cross, string $topLeft, strin... method setDefaultCrossingChar (line 195) | public function setDefaultCrossingChar(string $char): self method getCrossingChar (line 205) | public function getCrossingChar() method getCrossingChars (line 215) | public function getCrossingChars(): array method setCellHeaderFormat (line 238) | public function setCellHeaderFormat(string $cellHeaderFormat) method getCellHeaderFormat (line 250) | public function getCellHeaderFormat() method setCellRowFormat (line 260) | public function setCellRowFormat(string $cellRowFormat) method getCellRowFormat (line 272) | public function getCellRowFormat() method setCellRowContentFormat (line 282) | public function setCellRowContentFormat(string $cellRowContentFormat) method getCellRowContentFormat (line 294) | public function getCellRowContentFormat() method setBorderFormat (line 304) | public function setBorderFormat(string $borderFormat) method getBorderFormat (line 316) | public function getBorderFormat() method setPadType (line 326) | public function setPadType(int $padType) method getPadType (line 342) | public function getPadType() method getHeaderTitleFormat (line 347) | public function getHeaderTitleFormat(): string method setHeaderTitleFormat (line 355) | public function setHeaderTitleFormat(string $format): self method getFooterTitleFormat (line 362) | public function getFooterTitleFormat(): string method setFooterTitleFormat (line 370) | public function setFooterTitleFormat(string $format): self FILE: server/vendor/symfony/console/Input/ArgvInput.php class ArgvInput (line 41) | class ArgvInput extends Input method __construct (line 46) | public function __construct(?array $argv = null, ?InputDefinition $def... method setTokens (line 58) | protected function setTokens(array $tokens) method parse (line 66) | protected function parse() method parseToken (line 75) | protected function parseToken(string $token, bool $parseOptions): bool method parseShortOption (line 95) | private function parseShortOption(string $token) method parseShortOptionSet (line 116) | private function parseShortOptionSet(string $name) method parseLongOption (line 139) | private function parseLongOption(string $token) method parseArgument (line 158) | private function parseArgument(string $token) method addShortOption (line 202) | private function addShortOption(string $shortcut, $value) method addLongOption (line 216) | private function addLongOption(string $name, $value) method getFirstArgument (line 269) | public function getFirstArgument() method hasParameterOption (line 304) | public function hasParameterOption($values, bool $onlyParams = false) method getParameterOption (line 329) | public function getParameterOption($values, $default = false, bool $on... method __toString (line 362) | public function __toString() FILE: server/vendor/symfony/console/Input/ArrayInput.php class ArrayInput (line 26) | class ArrayInput extends Input method __construct (line 30) | public function __construct(array $parameters, ?InputDefinition $defin... method getFirstArgument (line 40) | public function getFirstArgument() method hasParameterOption (line 56) | public function hasParameterOption($values, bool $onlyParams = false) method getParameterOption (line 80) | public function getParameterOption($values, $default = false, bool $on... method __toString (line 106) | public function __toString() method parse (line 130) | protected function parse() method addShortOption (line 151) | private function addShortOption(string $shortcut, $value) method addLongOption (line 166) | private function addLongOption(string $name, $value) method addArgument (line 202) | private function addArgument($name, $value) FILE: server/vendor/symfony/console/Input/Input.php class Input (line 28) | abstract class Input implements InputInterface, StreamableInputInterface method __construct (line 36) | public function __construct(?InputDefinition $definition = null) method bind (line 49) | public function bind(InputDefinition $definition) method parse (line 61) | abstract protected function parse(); method validate (line 66) | public function validate() method isInteractive (line 83) | public function isInteractive() method setInteractive (line 91) | public function setInteractive(bool $interactive) method getArguments (line 99) | public function getArguments() method getArgument (line 107) | public function getArgument(string $name) method setArgument (line 119) | public function setArgument(string $name, $value) method hasArgument (line 131) | public function hasArgument(string $name) method getOptions (line 139) | public function getOptions() method getOption (line 147) | public function getOption(string $name) method setOption (line 167) | public function setOption(string $name, $value) method hasOption (line 183) | public function hasOption(string $name) method escapeToken (line 193) | public function escapeToken(string $token) method setStream (line 201) | public function setStream($stream) method getStream (line 209) | public function getStream() FILE: server/vendor/symfony/console/Input/InputArgument.php class InputArgument (line 22) | class InputArgument method __construct (line 41) | public function __construct(string $name, ?int $mode = null, string $d... method getName (line 61) | public function getName() method isRequired (line 71) | public function isRequired() method isArray (line 81) | public function isArray() method setDefault (line 93) | public function setDefault($default = null) method getDefault (line 115) | public function getDefault() method getDescription (line 125) | public function getDescription() FILE: server/vendor/symfony/console/Input/InputAwareInterface.php type InputAwareInterface (line 20) | interface InputAwareInterface method setInput (line 25) | public function setInput(InputInterface $input); FILE: server/vendor/symfony/console/Input/InputDefinition.php class InputDefinition (line 29) | class InputDefinition method __construct (line 42) | public function __construct(array $definition = []) method setDefinition (line 50) | public function setDefinition(array $definition) method setArguments (line 71) | public function setArguments(array $arguments = []) method addArguments (line 85) | public function addArguments(?array $arguments = []) method addArgument (line 97) | public function addArgument(InputArgument $argument) method getArgument (line 133) | public function getArgument($name) method hasArgument (line 151) | public function hasArgument($name) method getArguments (line 163) | public function getArguments() method getArgumentCount (line 173) | public function getArgumentCount() method getArgumentRequiredCount (line 183) | public function getArgumentRequiredCount() method getArgumentDefaults (line 191) | public function getArgumentDefaults() method setOptions (line 206) | public function setOptions(array $options = []) method addOptions (line 219) | public function addOptions(array $options = []) method addOption (line 229) | public function addOption(InputOption $option) method getOption (line 269) | public function getOption(string $name) method hasOption (line 286) | public function hasOption(string $name) method getOptions (line 296) | public function getOptions() method hasShortcut (line 306) | public function hasShortcut(string $name) method hasNegation (line 314) | public function hasNegation(string $name): bool method getOptionForShortcut (line 324) | public function getOptionForShortcut(string $shortcut) method getOptionDefaults (line 332) | public function getOptionDefaults() method shortcutToName (line 349) | public function shortcutToName(string $shortcut): string method negationToName (line 365) | public function negationToName(string $negation): string method getSynopsis (line 379) | public function getSynopsis(bool $short = false) FILE: server/vendor/symfony/console/Input/InputInterface.php type InputInterface (line 22) | interface InputInterface method getFirstArgument (line 29) | public function getFirstArgument(); method hasParameterOption (line 44) | public function hasParameterOption($values, bool $onlyParams = false); method getParameterOption (line 60) | public function getParameterOption($values, $default = false, bool $on... method bind (line 67) | public function bind(InputDefinition $definition); method validate (line 74) | public function validate(); method getArguments (line 81) | public function getArguments(); method getArgument (line 90) | public function getArgument(string $name); method setArgument (line 99) | public function setArgument(string $name, $value); method hasArgument (line 106) | public function hasArgument(string $name); method getOptions (line 113) | public function getOptions(); method getOption (line 122) | public function getOption(string $name); method setOption (line 131) | public function setOption(string $name, $value); method hasOption (line 138) | public function hasOption(string $name); method isInteractive (line 145) | public function isInteractive(); method setInteractive (line 150) | public function setInteractive(bool $interactive); FILE: server/vendor/symfony/console/Input/InputOption.php class InputOption (line 22) | class InputOption method __construct (line 62) | public function __construct(string $name, $shortcut = null, ?int $mode... method getShortcut (line 115) | public function getShortcut() method getName (line 125) | public function getName() method acceptValue (line 135) | public function acceptValue() method isValueRequired (line 145) | public function isValueRequired() method isValueOptional (line 155) | public function isValueOptional() method isArray (line 165) | public function isArray() method isNegatable (line 170) | public function isNegatable(): bool method setDefault (line 178) | public function setDefault($default = null) method getDefault (line 200) | public function getDefault() method getDescription (line 210) | public function getDescription() method equals (line 220) | public function equals(self $option) FILE: server/vendor/symfony/console/Input/StreamableInputInterface.php type StreamableInputInterface (line 20) | interface StreamableInputInterface extends InputInterface method setStream (line 29) | public function setStream($stream); method getStream (line 36) | public function getStream(); FILE: server/vendor/symfony/console/Input/StringInput.php class StringInput (line 25) | class StringInput extends ArgvInput method __construct (line 34) | public function __construct(string $input) method tokenize (line 46) | private function tokenize(string $input): array FILE: server/vendor/symfony/console/Logger/ConsoleLogger.php class ConsoleLogger (line 27) | class ConsoleLogger extends AbstractLogger method __construct (line 55) | public function __construct(OutputInterface $output, array $verbosityL... method log (line 67) | public function log($level, $message, array $context = []) method hasErrored (line 95) | public function hasErrored() method interpolate (line 105) | private function interpolate(string $message, array $context): string FILE: server/vendor/symfony/console/Output/BufferedOutput.php class BufferedOutput (line 17) | class BufferedOutput extends Output method fetch (line 26) | public function fetch() method doWrite (line 37) | protected function doWrite(string $message, bool $newline) FILE: server/vendor/symfony/console/Output/ConsoleOutput.php class ConsoleOutput (line 30) | class ConsoleOutput extends StreamOutput implements ConsoleOutputInterface method __construct (line 40) | public function __construct(int $verbosity = self::VERBOSITY_NORMAL, ?... method section (line 62) | public function section(): ConsoleSectionOutput method setDecorated (line 70) | public function setDecorated(bool $decorated) method setFormatter (line 79) | public function setFormatter(OutputFormatterInterface $formatter) method setVerbosity (line 88) | public function setVerbosity(int $level) method getErrorOutput (line 97) | public function getErrorOutput() method setErrorOutput (line 105) | public function setErrorOutput(OutputInterface $error) method hasStdoutSupport (line 116) | protected function hasStdoutSupport() method hasStderrSupport (line 127) | protected function hasStderrSupport() method isRunningOS400 (line 136) | private function isRunningOS400(): bool method openOutputStream (line 150) | private function openOutputStream() method openErrorStream (line 163) | private function openErrorStream() FILE: server/vendor/symfony/console/Output/ConsoleOutputInterface.php type ConsoleOutputInterface (line 20) | interface ConsoleOutputInterface extends OutputInterface method getErrorOutput (line 27) | public function getErrorOutput(); method setErrorOutput (line 29) | public function setErrorOutput(OutputInterface $error); method section (line 31) | public function section(): ConsoleSectionOutput; FILE: server/vendor/symfony/console/Output/ConsoleSectionOutput.php class ConsoleSectionOutput (line 22) | class ConsoleSectionOutput extends StreamOutput method __construct (line 33) | public function __construct($stream, array &$sections, int $verbosity,... method clear (line 46) | public function clear(?int $lines = null) method overwrite (line 69) | public function overwrite($message) method getContent (line 75) | public function getContent(): string method addContent (line 83) | public function addContent(string $input) method doWrite (line 95) | protected function doWrite(string $message, bool $newline) method popStreamContentUntilCurrentSection (line 115) | private function popStreamContentUntilCurrentSection(int $numberOfLine... method getDisplayLength (line 139) | private function getDisplayLength(string $text): int FILE: server/vendor/symfony/console/Output/NullOutput.php class NullOutput (line 25) | class NullOutput implements OutputInterface method setFormatter (line 32) | public function setFormatter(OutputFormatterInterface $formatter) method getFormatter (line 40) | public function getFormatter() method setDecorated (line 52) | public function setDecorated(bool $decorated) method isDecorated (line 60) | public function isDecorated() method setVerbosity (line 68) | public function setVerbosity(int $level) method getVerbosity (line 76) | public function getVerbosity() method isQuiet (line 84) | public function isQuiet() method isVerbose (line 92) | public function isVerbose() method isVeryVerbose (line 100) | public function isVeryVerbose() method isDebug (line 108) | public function isDebug() method writeln (line 116) | public function writeln($messages, int $options = self::OUTPUT_NORMAL) method write (line 124) | public function write($messages, bool $newline = false, int $options =... FILE: server/vendor/symfony/console/Output/Output.php class Output (line 30) | abstract class Output implements OutputInterface method __construct (line 40) | public function __construct(?int $verbosity = self::VERBOSITY_NORMAL, ... method setFormatter (line 50) | public function setFormatter(OutputFormatterInterface $formatter) method getFormatter (line 58) | public function getFormatter() method setDecorated (line 66) | public function setDecorated(bool $decorated) method isDecorated (line 74) | public function isDecorated() method setVerbosity (line 82) | public function setVerbosity(int $level) method getVerbosity (line 90) | public function getVerbosity() method isQuiet (line 98) | public function isQuiet() method isVerbose (line 106) | public function isVerbose() method isVeryVerbose (line 114) | public function isVeryVerbose() method isDebug (line 122) | public function isDebug() method writeln (line 130) | public function writeln($messages, int $options = self::OUTPUT_NORMAL) method write (line 138) | public function write($messages, bool $newline = false, int $options =... method doWrite (line 173) | abstract protected function doWrite(string $message, bool $newline); FILE: server/vendor/symfony/console/Output/OutputInterface.php type OutputInterface (line 21) | interface OutputInterface method write (line 40) | public function write($messages, bool $newline = false, int $options =... method writeln (line 48) | public function writeln($messages, int $options = 0); method setVerbosity (line 53) | public function setVerbosity(int $level); method getVerbosity (line 60) | public function getVerbosity(); method isQuiet (line 67) | public function isQuiet(); method isVerbose (line 74) | public function isVerbose(); method isVeryVerbose (line 81) | public function isVeryVerbose(); method isDebug (line 88) | public function isDebug(); method setDecorated (line 93) | public function setDecorated(bool $decorated); method isDecorated (line 100) | public function isDecorated(); method setFormatter (line 102) | public function setFormatter(OutputFormatterInterface $formatter); method getFormatter (line 109) | public function getFormatter(); FILE: server/vendor/symfony/console/Output/StreamOutput.php class StreamOutput (line 30) | class StreamOutput extends Output method __construct (line 42) | public function __construct($stream, int $verbosity = self::VERBOSITY_... method getStream (line 62) | public function getStream() method doWrite (line 67) | protected function doWrite(string $message, bool $newline) method hasColorSupport (line 91) | protected function hasColorSupport() FILE: server/vendor/symfony/console/Output/TrimmedBufferOutput.php class TrimmedBufferOutput (line 22) | class TrimmedBufferOutput extends Output method __construct (line 27) | public function __construct(int $maxLength, ?int $verbosity = self::VE... method fetch (line 42) | public function fetch() method doWrite (line 53) | protected function doWrite(string $message, bool $newline) FILE: server/vendor/symfony/console/Question/ChoiceQuestion.php class ChoiceQuestion (line 21) | class ChoiceQuestion extends Question method __construct (line 33) | public function __construct(string $question, array $choices, $default... method getChoices (line 51) | public function getChoices() method setMultiselect (line 63) | public function setMultiselect(bool $multiselect) method isMultiselect (line 76) | public function isMultiselect() method getPrompt (line 86) | public function getPrompt() method setPrompt (line 96) | public function setPrompt(string $prompt) method setErrorMessage (line 110) | public function setErrorMessage(string $errorMessage) method getDefaultValidator (line 118) | private function getDefaultValidator(): callable FILE: server/vendor/symfony/console/Question/ConfirmationQuestion.php class ConfirmationQuestion (line 19) | class ConfirmationQuestion extends Question method __construct (line 28) | public function __construct(string $question, bool $default = true, st... method getDefaultNormalizer (line 39) | private function getDefaultNormalizer(): callable FILE: server/vendor/symfony/console/Question/Question.php class Question (line 22) | class Question method __construct (line 39) | public function __construct(string $question, $default = null) method getQuestion (line 50) | public function getQuestion() method getDefault (line 60) | public function getDefault() method isMultiline (line 68) | public function isMultiline(): bool method setMultiline (line 78) | public function setMultiline(bool $multiline): self method isHidden (line 90) | public function isHidden() method setHidden (line 102) | public function setHidden(bool $hidden) method isHiddenFallback (line 118) | public function isHiddenFallback() method setHiddenFallback (line 128) | public function setHiddenFallback(bool $fallback) method getAutocompleterValues (line 140) | public function getAutocompleterValues() method setAutocompleterValues (line 154) | public function setAutocompleterValues(?iterable $values) method getAutocompleterCallback (line 177) | public function getAutocompleterCallback(): ?callable method setAutocompleterCallback (line 189) | public function setAutocompleterCallback(?callable $callback = null): ... method setValidator (line 205) | public function setValidator(?callable $validator = null) method getValidator (line 217) | public function getValidator() method setMaxAttempts (line 231) | public function setMaxAttempts(?int $attempts) method getMaxAttempts (line 249) | public function getMaxAttempts() method setNormalizer (line 261) | public function setNormalizer(callable $normalizer) method getNormalizer (line 275) | public function getNormalizer() method isAssoc (line 280) | protected function isAssoc(array $array) method isTrimmable (line 285) | public function isTrimmable(): bool method setTrimmable (line 293) | public function setTrimmable(bool $trimmable): self FILE: server/vendor/symfony/console/SignalRegistry/SignalRegistry.php class SignalRegistry (line 14) | final class SignalRegistry method __construct (line 18) | public function __construct() method register (line 25) | public function register(int $signal, callable $signalHandler): void method isSupported (line 40) | public static function isSupported(): bool method handle (line 56) | public function handle(int $signal): void FILE: server/vendor/symfony/console/SingleCommandApplication.php class SingleCommandApplication (line 21) | class SingleCommandApplication extends Command method setVersion (line 30) | public function setVersion(string $version): self method setAutoExit (line 42) | public function setAutoExit(bool $autoExit): self method run (line 49) | public function run(?InputInterface $input = null, ?OutputInterface $o... FILE: server/vendor/symfony/console/Style/OutputStyle.php class OutputStyle (line 24) | abstract class OutputStyle implements OutputInterface, StyleInterface method __construct (line 28) | public function __construct(OutputInterface $output) method newLine (line 36) | public function newLine(int $count = 1) method createProgressBar (line 44) | public function createProgressBar(int $max = 0) method write (line 52) | public function write($messages, bool $newline = false, int $type = se... method writeln (line 60) | public function writeln($messages, int $type = self::OUTPUT_NORMAL) method setVerbosity (line 68) | public function setVerbosity(int $level) method getVerbosity (line 76) | public function getVerbosity() method setDecorated (line 84) | public function setDecorated(bool $decorated) method isDecorated (line 92) | public function isDecorated() method setFormatter (line 100) | public function setFormatter(OutputFormatterInterface $formatter) method getFormatter (line 108) | public function getFormatter() method isQuiet (line 116) | public function isQuiet() method isVerbose (line 124) | public function isVerbose() method isVeryVerbose (line 132) | public function isVeryVerbose() method isDebug (line 140) | public function isDebug() method getErrorOutput (line 145) | protected function getErrorOutput() FILE: server/vendor/symfony/console/Style/StyleInterface.php type StyleInterface (line 19) | interface StyleInterface method title (line 24) | public function title(string $message); method section (line 29) | public function section(string $message); method listing (line 34) | public function listing(array $elements); method text (line 41) | public function text($message); method success (line 48) | public function success($message); method error (line 55) | public function error($message); method warning (line 62) | public function warning($message); method note (line 69) | public function note($message); method caution (line 76) | public function caution($message); method table (line 81) | public function table(array $headers, array $rows); method ask (line 88) | public function ask(string $question, ?string $default = null, ?callab... method askHidden (line 95) | public function askHidden(string $question, ?callable $validator = null); method confirm (line 102) | public function confirm(string $question, bool $default = true); method choice (line 111) | public function choice(string $question, array $choices, $default = nu... method newLine (line 116) | public function newLine(int $count = 1); method progressStart (line 121) | public function progressStart(int $max = 0); method progressAdvance (line 126) | public function progressAdvance(int $step = 1); method progressFinish (line 131) | public function progressFinish(); FILE: server/vendor/symfony/console/Style/SymfonyStyle.php class SymfonyStyle (line 37) | class SymfonyStyle extends OutputStyle method __construct (line 48) | public function __construct(InputInterface $input, OutputInterface $ou... method block (line 64) | public function block($messages, ?string $type = null, ?string $style ... method title (line 76) | public function title(string $message) method section (line 89) | public function section(string $message) method listing (line 102) | public function listing(array $elements) method text (line 116) | public function text($message) method comment (line 131) | public function comment($message) method success (line 139) | public function success($message) method error (line 147) | public function error($message) method warning (line 155) | public function warning($message) method note (line 163) | public function note($message) method info (line 173) | public function info($message) method caution (line 181) | public function caution($message) method table (line 189) | public function table(array $headers, array $rows) method horizontalTable (line 203) | public function horizontalTable(array $headers, array $rows) method definitionList (line 225) | public function definitionList(...$list) method ask (line 253) | public function ask(string $question, ?string $default = null, ?callab... method askHidden (line 264) | public function askHidden(string $question, ?callable $validator = null) method confirm (line 277) | public function confirm(string $question, bool $default = true) method choice (line 285) | public function choice(string $question, array $choices, $default = null) method progressStart (line 298) | public function progressStart(int $max = 0) method progressAdvance (line 307) | public function progressAdvance(int $step = 1) method progressFinish (line 315) | public function progressFinish() method createProgressBar (line 325) | public function createProgressBar(int $max = 0) method progressIterate (line 341) | public function progressIterate(iterable $iterable, ?int $max = null):... method askQuestion (line 351) | public function askQuestion(Question $question) method writeln (line 374) | public function writeln($messages, int $type = self::OUTPUT_NORMAL) method write (line 389) | public function write($messages, bool $newline = false, int $type = se... method newLine (line 404) | public function newLine(int $count = 1) method getErrorStyle (line 415) | public function getErrorStyle() method createTable (line 420) | public function createTable(): Table method getProgressBar (line 429) | private function getProgressBar(): ProgressBar method autoPrependBlock (line 438) | private function autoPrependBlock(): void method autoPrependText (line 451) | private function autoPrependText(): void method writeBuffer (line 460) | private function writeBuffer(string $message, bool $newLine, int $type... method createBlock (line 466) | private function createBlock(iterable $messages, ?string $type = null,... FILE: server/vendor/symfony/console/Terminal.php class Terminal (line 14) | class Terminal method getWidth (line 25) | public function getWidth() method getHeight (line 44) | public function getHeight() method hasSttyAvailable (line 61) | public static function hasSttyAvailable(): bool method initDimensions (line 75) | private static function initDimensions() method hasVt100Support (line 101) | private static function hasVt100Support(): bool method initDimensionsUsingStty (line 109) | private static function initDimensionsUsingStty() method getConsoleMode (line 129) | private static function getConsoleMode(): ?array method getSttyColumns (line 143) | private static function getSttyColumns(): ?string method readFromProcess (line 148) | private static function readFromProcess(string $command): ?string FILE: server/vendor/symfony/console/Tester/ApplicationTester.php class ApplicationTester (line 27) | class ApplicationTester method __construct (line 33) | public function __construct(Application $application) method run (line 50) | public function run(array $input, array $options = []) FILE: server/vendor/symfony/console/Tester/CommandCompletionTester.php class CommandCompletionTester (line 23) | class CommandCompletionTester method __construct (line 27) | public function __construct(Command $command) method complete (line 35) | public function complete(array $input): array FILE: server/vendor/symfony/console/Tester/CommandTester.php class CommandTester (line 23) | class CommandTester method __construct (line 29) | public function __construct(Command $command) method execute (line 49) | public function execute(array $input, array $options = []) FILE: server/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php class CommandIsSuccessful (line 17) | final class CommandIsSuccessful extends Constraint method toString (line 22) | public function toString(): string method matches (line 30) | protected function matches($other): bool method failureDescription (line 38) | protected function failureDescription($other): string method additionalFailureDescription (line 46) | protected function additionalFailureDescription($other): string FILE: server/vendor/symfony/console/Tester/TesterTrait.php type TesterTrait (line 24) | trait TesterTrait method getDisplay (line 42) | public function getDisplay(bool $normalize = false) method getErrorOutput (line 66) | public function getErrorOutput(bool $normalize = false) method getInput (line 88) | public function getInput() method getOutput (line 98) | public function getOutput() method getStatusCode (line 110) | public function getStatusCode() method assertCommandIsSuccessful (line 119) | public function assertCommandIsSuccessful(string $message = ''): void method setInputs (line 132) | public function setInputs(array $inputs) method initOutput (line 148) | private function initOutput(array $options) method createStream (line 185) | private static function createStream(array $inputs) FILE: server/vendor/symfony/deprecation-contracts/function.php function trigger_deprecation (line 23) | function trigger_deprecation(string $package, string $version, string $m... FILE: server/vendor/symfony/finder/Comparator/Comparator.php class Comparator (line 17) | class Comparator method __construct (line 22) | public function __construct(string $target, string $operator = '==') method getTarget (line 35) | public function getTarget(): string method getOperator (line 43) | public function getOperator(): string method test (line 51) | public function test(mixed $test): bool FILE: server/vendor/symfony/finder/Comparator/DateComparator.php class DateComparator (line 19) | class DateComparator extends Comparator method __construct (line 26) | public function __construct(string $test) FILE: server/vendor/symfony/finder/Comparator/NumberComparator.php class NumberComparator (line 35) | class NumberComparator extends Comparator method __construct (line 42) | public function __construct(?string $test) FILE: server/vendor/symfony/finder/Exception/AccessDeniedException.php class AccessDeniedException (line 17) | class AccessDeniedException extends \UnexpectedValueException FILE: server/vendor/symfony/finder/Exception/DirectoryNotFoundException.php class DirectoryNotFoundException (line 17) | class DirectoryNotFoundException extends \InvalidArgumentException FILE: server/vendor/symfony/finder/Finder.php class Finder (line 42) | class Finder implements \IteratorAggregate, \Countable method __construct (line 71) | public function __construct() method create (line 79) | public static function create(): static method directories (line 89) | public function directories(): static method files (line 101) | public function files(): static method depth (line 124) | public function depth(string|int|array $levels): static method date (line 152) | public function date(string|array $dates): static method name (line 177) | public function name(string|array $patterns): static method notName (line 193) | public function notName(string|array $patterns): static method contains (line 215) | public function contains(string|array $patterns): static method notContains (line 237) | public function notContains(string|array $patterns): static method path (line 261) | public function path(string|array $patterns): static method notPath (line 285) | public function notPath(string|array $patterns): static method size (line 307) | public function size(string|int|array $sizes): static method exclude (line 329) | public function exclude(string|array $dirs): static method ignoreDotFiles (line 345) | public function ignoreDotFiles(bool $ignoreDotFiles): static method ignoreVCS (line 365) | public function ignoreVCS(bool $ignoreVCS): static method ignoreVCSIgnored (line 383) | public function ignoreVCSIgnored(bool $ignoreVCSIgnored): static method addVCSPattern (line 403) | public static function addVCSPattern(string|array $pattern) method sort (line 423) | public function sort(\Closure $closure): static method sortByExtension (line 439) | public function sortByExtension(): static method sortByName (line 455) | public function sortByName(bool $useNaturalSort = false): static method sortByCaseInsensitiveName (line 471) | public function sortByCaseInsensitiveName(bool $useNaturalSort = false... method sortBySize (line 487) | public function sortBySize(): static method sortByType (line 503) | public function sortByType(): static method sortByAccessedTime (line 521) | public function sortByAccessedTime(): static method reverseSorting (line 533) | public function reverseSorting(): static method sortByChangedTime (line 553) | public function sortByChangedTime(): static method sortByModifiedTime (line 571) | public function sortByModifiedTime(): static method filter (line 591) | public function filter(\Closure $closure /* , bool $prune = false */):... method followLinks (line 608) | public function followLinks(): static method ignoreUnreadableDirs (line 622) | public function ignoreUnreadableDirs(bool $ignore = true): static method in (line 638) | public function in(string|array $dirs): static method getIterator (line 667) | public function getIterator(): \Iterator method append (line 708) | public function append(iterable $iterator): static method hasResults (line 731) | public function hasResults(): bool method count (line 743) | public function count(): int method searchInDirectory (line 748) | private function searchInDirectory(string $dir): \Iterator method normalizeDir (line 845) | private function normalizeDir(string $dir): string FILE: server/vendor/symfony/finder/Gitignore.php class Gitignore (line 20) | class Gitignore method toRegex (line 27) | public static function toRegex(string $gitignoreFileContent): string method toRegexMatchingNegatedPatterns (line 32) | public static function toRegexMatchingNegatedPatterns(string $gitignor... method buildRegex (line 37) | private static function buildRegex(string $gitignoreFileContent, bool ... method lineToRegex (line 65) | private static function lineToRegex(string $gitignoreLine): string FILE: server/vendor/symfony/finder/Glob.php class Glob (line 36) | class Glob method toRegex (line 41) | public static function toRegex(string $glob, bool $strictLeadingDot = ... FILE: server/vendor/symfony/finder/Iterator/CustomFilterIterator.php class CustomFilterIterator (line 24) | class CustomFilterIterator extends \FilterIterator method __construct (line 34) | public function __construct(\Iterator $iterator, array $filters) method accept (line 49) | public function accept(): bool FILE: server/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php class DateRangeFilterIterator (line 23) | class DateRangeFilterIterator extends \FilterIterator method __construct (line 31) | public function __construct(\Iterator $iterator, array $comparators) method accept (line 41) | public function accept(): bool FILE: server/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php class DepthRangeFilterIterator (line 24) | class DepthRangeFilterIterator extends \FilterIterator method __construct (line 33) | public function __construct(\RecursiveIteratorIterator $iterator, int ... method accept (line 44) | public function accept(): bool FILE: server/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php class ExcludeDirectoryFilterIterator (line 25) | class ExcludeDirectoryFilterIterator extends \FilterIterator implements ... method __construct (line 40) | public function __construct(\Iterator $iterator, array $directories) method accept (line 73) | public function accept(): bool method hasChildren (line 97) | public function hasChildren(): bool method getChildren (line 102) | public function getChildren(): self FILE: server/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php class FileTypeFilterIterator (line 21) | class FileTypeFilterIterator extends \FilterIterator method __construct (line 32) | public function __construct(\Iterator $iterator, int $mode) method accept (line 42) | public function accept(): bool FILE: server/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php class FilecontentFilterIterator (line 24) | class FilecontentFilterIterator extends MultiplePcreFilterIterator method accept (line 29) | public function accept(): bool method toRegex (line 54) | protected function toRegex(string $str): string FILE: server/vendor/symfony/finder/Iterator/FilenameFilterIterator.php class FilenameFilterIterator (line 23) | class FilenameFilterIterator extends MultiplePcreFilterIterator method accept (line 28) | public function accept(): bool method toRegex (line 41) | protected function toRegex(string $str): string FILE: server/vendor/symfony/finder/Iterator/LazyIterator.php class LazyIterator (line 19) | class LazyIterator implements \IteratorAggregate method __construct (line 23) | public function __construct(callable $iteratorFactory) method getIterator (line 28) | public function getIterator(): \Traversable FILE: server/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php class MultiplePcreFilterIterator (line 24) | abstract class MultiplePcreFilterIterator extends \FilterIterator method __construct (line 34) | public function __construct(\Iterator $iterator, array $matchPatterns,... method isAccepted (line 54) | protected function isAccepted(string $string): bool method isRegex (line 81) | protected function isRegex(string $str): bool method toRegex (line 110) | abstract protected function toRegex(string $str): string; FILE: server/vendor/symfony/finder/Iterator/PathFilterIterator.php class PathFilterIterator (line 24) | class PathFilterIterator extends MultiplePcreFilterIterator method accept (line 29) | public function accept(): bool method toRegex (line 52) | protected function toRegex(string $str): string FILE: server/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php class RecursiveDirectoryIterator (line 24) | class RecursiveDirectoryIterator extends \RecursiveDirectoryIterator method __construct (line 37) | public function __construct(string $path, int $flags, bool $ignoreUnre... method current (line 54) | public function current(): SplFileInfo method hasChildren (line 75) | public function hasChildren(bool $allowLinks = false): bool method getChildren (line 96) | public function getChildren(): \RecursiveDirectoryIterator method next (line 115) | public function next(): void method rewind (line 122) | public function rewind(): void FILE: server/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php class SizeRangeFilterIterator (line 23) | class SizeRangeFilterIterator extends \FilterIterator method __construct (line 31) | public function __construct(\Iterator $iterator, array $comparators) method accept (line 41) | public function accept(): bool FILE: server/vendor/symfony/finder/Iterator/SortableIterator.php class SortableIterator (line 21) | class SortableIterator implements \IteratorAggregate method __construct (line 45) | public function __construct(\Traversable $iterator, int|callable $sort... method getIterator (line 87) | public function getIterator(): \Traversable FILE: server/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php class VcsIgnoredFilterIterator (line 19) | final class VcsIgnoredFilterIterator extends \FilterIterator method __construct (line 36) | public function __construct(\Iterator $iterator, string $baseDir) method accept (line 50) | public function accept(): bool method isIgnored (line 59) | private function isIgnored(string $fileRealPath): bool method parentDirectoriesUpwards (line 102) | private function parentDirectoriesUpwards(string $from): array method parentDirectoriesUpTo (line 122) | private function parentDirectoriesUpTo(string $from, string $upTo): array method parentDirectoriesDownwards (line 133) | private function parentDirectoriesDownwards(string $fileRealPath): array method readGitignoreFile (line 143) | private function readGitignoreFile(string $path): ?array method normalizePath (line 165) | private function normalizePath(string $path): string FILE: server/vendor/symfony/finder/SplFileInfo.php class SplFileInfo (line 19) | class SplFileInfo extends \SplFileInfo method __construct (line 29) | public function __construct(string $file, string $relativePath, string... method getRelativePath (line 41) | public function getRelativePath(): string method getRelativePathname (line 51) | public function getRelativePathname(): string method getFilenameWithoutExtension (line 56) | public function getFilenameWithoutExtension(): string method getContents (line 68) | public function getContents(): string FILE: server/vendor/symfony/http-client-contracts/ChunkInterface.php type ChunkInterface (line 25) | interface ChunkInterface method isTimeout (line 32) | public function isTimeout(): bool; method isFirst (line 39) | public function isFirst(): bool; method isLast (line 46) | public function isLast(): bool; method getInformationalStatus (line 53) | public function getInformationalStatus(): ?array; method getContent (line 60) | public function getContent(): string; method getOffset (line 65) | public function getOffset(): int; method getError (line 70) | public function getError(): ?string; FILE: server/vendor/symfony/http-client-contracts/Exception/ClientExceptionInterface.php type ClientExceptionInterface (line 19) | interface ClientExceptionInterface extends HttpExceptionInterface FILE: server/vendor/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php type DecodingExceptionInterface (line 19) | interface DecodingExceptionInterface extends ExceptionInterface FILE: server/vendor/symfony/http-client-contracts/Exception/ExceptionInterface.php type ExceptionInterface (line 19) | interface ExceptionInterface extends \Throwable FILE: server/vendor/symfony/http-client-contracts/Exception/HttpExceptionInterface.php type HttpExceptionInterface (line 21) | interface HttpExceptionInterface extends ExceptionInterface method getResponse (line 23) | public function getResponse(): ResponseInterface; FILE: server/vendor/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php type RedirectionExceptionInterface (line 19) | interface RedirectionExceptionInterface extends HttpExceptionInterface FILE: server/vendor/symfony/http-client-contracts/Exception/ServerExceptionInterface.php type ServerExceptionInterface (line 19) | interface ServerExceptionInterface extends HttpExceptionInterface FILE: server/vendor/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php type TimeoutExceptionInterface (line 19) | interface TimeoutExceptionInterface extends TransportExceptionInterface FILE: server/vendor/symfony/http-client-contracts/Exception/TransportExceptionInterface.php type TransportExceptionInterface (line 19) | interface TransportExceptionInterface extends ExceptionInterface FILE: server/vendor/symfony/http-client-contracts/HttpClientInterface.php type HttpClientInterface (line 24) | interface HttpClientInterface method request (line 85) | public function request(string $method, string $url, array $options = ... method stream (line 93) | public function stream(ResponseInterface|iterable $responses, ?float $... method withOptions (line 98) | public function withOptions(array $options): static; FILE: server/vendor/symfony/http-client-contracts/ResponseInterface.php type ResponseInterface (line 26) | interface ResponseInterface method getStatusCode (line 33) | public function getStatusCode(): int; method getHeaders (line 47) | public function getHeaders(bool $throw = true): array; method getContent (line 59) | public function getContent(bool $throw = true): string; method toArray (line 72) | public function toArray(bool $throw = true): array; method cancel (line 79) | public function cancel(): void; method getInfo (line 108) | public function getInfo(?string $type = null): mixed; FILE: server/vendor/symfony/http-client-contracts/ResponseStreamInterface.php type ResponseStreamInterface (line 21) | interface ResponseStreamInterface extends \Iterator method key (line 23) | public function key(): ResponseInterface; method current (line 25) | public function current(): ChunkInterface; FILE: server/vendor/symfony/http-client-contracts/Test/HttpClientTestCase.php class HttpClientTestCase (line 24) | abstract class HttpClientTestCase extends TestCase method setUpBeforeClass (line 26) | public static function setUpBeforeClass(): void method tearDownAfterClass (line 35) | public static function tearDownAfterClass(): void method getHttpClient (line 41) | abstract protected function getHttpClient(string $testCase): HttpClien... method testGetRequest (line 43) | public function testGetRequest() method testHeadRequest (line 82) | public function testHeadRequest() method testNonBufferedGetRequest (line 107) | public function testNonBufferedGetRequest() method testBufferSink (line 122) | public function testBufferSink() method testConditionalBuffering (line 139) | public function testConditionalBuffering() method testReentrantBufferCallback (line 155) | public function testReentrantBufferCallback() method testThrowingBufferCallback (line 171) | public function testThrowingBufferCallback() method testUnsupportedOption (line 186) | public function testUnsupportedOption() method testHttpVersion (line 196) | public function testHttpVersion() method testChunkedEncoding (line 213) | public function testChunkedEncoding() method testClientError (line 227) | public function testClientError() method testIgnoreErrors (line 263) | public function testIgnoreErrors() method testDnsError (line 271) | public function testDnsError() method testInlineAuth (line 308) | public function testInlineAuth() method testBadRequestBody (line 319) | public function testBadRequestBody() method test304 (line 332) | public function test304() method testRedirects (line 348) | public function testRedirects(array $headers = []) method testInvalidRedirect (line 385) | public function testInvalidRedirect() method testRelativeRedirects (line 399) | public function testRelativeRedirects() method testRedirect307 (line 417) | public function testRedirect307() method testMaxRedirects (line 439) | public function testMaxRedirects() method testStream (line 473) | public function testStream() method testAddToStream (line 505) | public function testAddToStream() method testCompleteTypeError (line 536) | public function testCompleteTypeError() method testOnProgress (line 544) | public function testOnProgress() method testPostJson (line 562) | public function testPostJson() method testPostArray (line 577) | public function testPostArray() method testPostResource (line 588) | public function testPostResource() method testPostCallback (line 605) | public function testPostCallback() method testCancel (line 621) | public function testCancel() method testInfoOnCanceledResponse (line 631) | public function testInfoOnCanceledResponse() method testCancelInStream (line 642) | public function testCancelInStream() method testOnProgressCancel (line 657) | public function testOnProgressCancel() method testOnProgressError (line 681) | public function testOnProgressError() method testResolve (line 705) | public function testResolve() method testIdnResolve (line 720) | public function testIdnResolve() method testIPv6Resolve (line 737) | public function testIPv6Resolve() method testNotATimeout (line 749) | public function testNotATimeout() method testTimeoutOnAccess (line 759) | public function testTimeoutOnAccess() method testTimeoutIsNotAFatalError (line 770) | public function testTimeoutIsNotAFatalError() method testTimeoutOnStream (line 797) | public function testTimeoutOnStream() method testUncheckedTimeoutThrows (line 829) | public function testUncheckedTimeoutThrows() method testTimeoutWithActiveConcurrentStream (line 841) | public function testTimeoutWithActiveConcurrentStream() method testTimeoutOnInitialize (line 865) | public function testTimeoutOnInitialize() method testTimeoutOnDestruct (line 898) | public function testTimeoutOnDestruct() method testDestruct (line 930) | public function testDestruct() method testGetContentAfterDestruct (line 943) | public function testGetContentAfterDestruct() method testGetEncodedContentAfterDestruct (line 955) | public function testGetEncodedContentAfterDestruct() method testProxy (line 967) | public function testProxy() method testNoProxy (line 1004) | public function testNoProxy() method testAutoEncodingRequest (line 1028) | public function testAutoEncodingRequest() method testBaseUri (line 1045) | public function testBaseUri() method testQuery (line 1056) | public function testQuery() method testInformationalResponse (line 1068) | public function testInformationalResponse() method testInformationalResponseStream (line 1077) | public function testInformationalResponseStream() method testUserlandEncodingRequest (line 1101) | public function testUserlandEncodingRequest() method testGzipBroken (line 1123) | public function testGzipBroken() method testMaxDuration (line 1132) | public function testMaxDuration() method testWithOptions (line 1152) | public function testWithOptions() method testBindToPort (line 1164) | public function testBindToPort() method testBindToPortV6 (line 1176) | public function testBindToPortV6() FILE: server/vendor/symfony/http-client-contracts/Test/TestHttpServer.php class TestHttpServer (line 17) | class TestHttpServer method start (line 24) | public static function start(int $port = 8057/* , ?string $workingDire... method stop (line 56) | public static function stop(int $port = 8057) FILE: server/vendor/symfony/http-client/AmpHttpClient.php class AmpHttpClient (line 45) | final class AmpHttpClient implements HttpClientInterface, LoggerAwareInt... method __construct (line 67) | public function __construct(array $defaultOptions = [], ?callable $cli... method request (line 81) | public function request(string $method, string $url, array $options = ... method stream (line 152) | public function stream(ResponseInterface|iterable $responses, ?float $... method reset (line 161) | public function reset(): void FILE: server/vendor/symfony/http-client/AsyncDecoratorTrait.php type AsyncDecoratorTrait (line 24) | trait AsyncDecoratorTrait method request (line 31) | abstract public function request(string $method, string $url, array $o... method stream (line 33) | public function stream(ResponseInterface|iterable $responses, ?float $... FILE: server/vendor/symfony/http-client/CachingHttpClient.php class CachingHttpClient (line 34) | class CachingHttpClient implements HttpClientInterface, ResetInterface method __construct (line 42) | public function __construct(HttpClientInterface $client, StoreInterfac... method request (line 68) | public function request(string $method, string $url, array $options = ... method stream (line 108) | public function stream(ResponseInterface|iterable $responses, ?float $... method reset (line 142) | public function reset() FILE: server/vendor/symfony/http-client/Chunk/DataChunk.php class DataChunk (line 21) | class DataChunk implements ChunkInterface method __construct (line 26) | public function __construct(int $offset = 0, string $content = '') method isTimeout (line 32) | public function isTimeout(): bool method isFirst (line 37) | public function isFirst(): bool method isLast (line 42) | public function isLast(): bool method getInformationalStatus (line 47) | public function getInformationalStatus(): ?array method getContent (line 52) | public function getContent(): string method getOffset (line 57) | public function getOffset(): int method getError (line 62) | public function getError(): ?string FILE: server/vendor/symfony/http-client/Chunk/ErrorChunk.php class ErrorChunk (line 23) | class ErrorChunk implements ChunkInterface method __construct (line 30) | public function __construct(int $offset, \Throwable|string $error) method isTimeout (line 42) | public function isTimeout(): bool method isFirst (line 53) | public function isFirst(): bool method isLast (line 59) | public function isLast(): bool method getInformationalStatus (line 65) | public function getInformationalStatus(): ?array method getContent (line 71) | public function getContent(): string method getOffset (line 77) | public function getOffset(): int method getError (line 82) | public function getError(): ?string method didThrow (line 87) | public function didThrow(?bool $didThrow = null): bool method __serialize (line 96) | public function __serialize(): array method __unserialize (line 101) | public function __unserialize(array $data): void method __destruct (line 106) | public function __destruct() FILE: server/vendor/symfony/http-client/Chunk/FirstChunk.php class FirstChunk (line 19) | class FirstChunk extends DataChunk method isFirst (line 21) | public function isFirst(): bool FILE: server/vendor/symfony/http-client/Chunk/InformationalChunk.php class InformationalChunk (line 19) | class InformationalChunk extends DataChunk method __construct (line 23) | public function __construct(int $statusCode, array $headers) method getInformationalStatus (line 28) | public function getInformationalStatus(): ?array FILE: server/vendor/symfony/http-client/Chunk/LastChunk.php class LastChunk (line 19) | class LastChunk extends DataChunk method isLast (line 21) | public function isLast(): bool FILE: server/vendor/symfony/http-client/Chunk/ServerSentEvent.php class ServerSentEvent (line 21) | final class ServerSentEvent extends DataChunk implements ChunkInterface method __construct (line 29) | public function __construct(string $content) method getId (line 62) | public function getId(): string method getType (line 67) | public function getType(): string method getData (line 72) | public function getData(): string method getRetry (line 77) | public function getRetry(): float method getArrayData (line 85) | public function getArrayData(): array FILE: server/vendor/symfony/http-client/CurlHttpClient.php class CurlHttpClient (line 35) | final class CurlHttpClient implements HttpClientInterface, LoggerAwareIn... method __construct (line 69) | public function __construct(array $defaultOptions = [], int $maxHostCo... method setLogger (line 85) | public function setLogger(LoggerInterface $logger): void method request (line 96) | public function request(string $method, string $url, array $options = ... method stream (line 331) | public function stream(ResponseInterface|iterable $responses, ?float $... method reset (line 348) | public function reset(): void method acceptPushForRequest (line 358) | private static function acceptPushForRequest(string $method, array $op... method readRequestBody (line 389) | private static function readRequestBody(int $length, \Closure $body, s... method createRedirectResolver (line 411) | private static function createRedirectResolver(array $options, string ... method ensureState (line 451) | private function ensureState(): CurlClientState method findConstantName (line 461) | private function findConstantName(int $opt): ?string method validateExtraCurlOptions (line 471) | private function validateExtraCurlOptions(array $options): void FILE: server/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php class HttpClientDataCollector (line 27) | final class HttpClientDataCollector extends DataCollector implements Lat... method registerClient (line 36) | public function registerClient(string $name, TraceableHttpClient $clie... method collect (line 41) | public function collect(Request $request, Response $response, ?\Throwa... method lateCollect (line 46) | public function lateCollect(): void method getClients (line 71) | public function getClients(): array method getRequestCount (line 76) | public function getRequestCount(): int method getErrorCount (line 81) | public function getErrorCount(): int method getName (line 86) | public function getName(): string method reset (line 91) | public function reset(): void method collectOnClient (line 100) | private function collectOnClient(TraceableHttpClient $client): array method getCurlCommand (line 177) | private function getCurlCommand(array $trace): ?string method escapePayload (line 251) | private function escapePayload(string $payload): string FILE: server/vendor/symfony/http-client/DecoratorTrait.php type DecoratorTrait (line 24) | trait DecoratorTrait method __construct (line 28) | public function __construct(?HttpClientInterface $client = null) method request (line 33) | public function request(string $method, string $url, array $options = ... method stream (line 38) | public function stream(ResponseInterface|iterable $responses, ?float $... method withOptions (line 43) | public function withOptions(array $options): static method reset (line 54) | public function reset() FILE: server/vendor/symfony/http-client/DependencyInjection/HttpClientPass.php class HttpClientPass (line 20) | final class HttpClientPass implements CompilerPassInterface method process (line 22) | public function process(ContainerBuilder $container): void FILE: server/vendor/symfony/http-client/EventSourceHttpClient.php class EventSourceHttpClient (line 29) | final class EventSourceHttpClient implements HttpClientInterface, ResetI... method __construct (line 37) | public function __construct(?HttpClientInterface $client = null, float... method connect (line 43) | public function connect(string $url, array $options = [], string $meth... method request (line 54) | public function request(string $method, string $url, array $options = ... FILE: server/vendor/symfony/http-client/Exception/ClientException.php class ClientException (line 21) | final class ClientException extends \RuntimeException implements ClientE... FILE: server/vendor/symfony/http-client/Exception/EventSourceException.php class EventSourceException (line 19) | final class EventSourceException extends \RuntimeException implements De... FILE: server/vendor/symfony/http-client/Exception/HttpExceptionTrait.php type HttpExceptionTrait (line 21) | trait HttpExceptionTrait method __construct (line 25) | public function __construct(ResponseInterface $response) method getResponse (line 74) | public function getResponse(): ResponseInterface FILE: server/vendor/symfony/http-client/Exception/InvalidArgumentException.php class InvalidArgumentException (line 19) | final class InvalidArgumentException extends \InvalidArgumentException i... FILE: server/vendor/symfony/http-client/Exception/JsonException.php class JsonException (line 21) | final class JsonException extends \JsonException implements DecodingExce... FILE: server/vendor/symfony/http-client/Exception/RedirectionException.php class RedirectionException (line 21) | final class RedirectionException extends \RuntimeException implements Re... FILE: server/vendor/symfony/http-client/Exception/ServerException.php class ServerException (line 21) | final class ServerException extends \RuntimeException implements ServerE... FILE: server/vendor/symfony/http-client/Exception/TimeoutException.php class TimeoutException (line 19) | final class TimeoutException extends TransportException implements Timeo... FILE: server/vendor/symfony/http-client/Exception/TransportException.php class TransportException (line 19) | class TransportException extends \RuntimeException implements TransportE... FILE: server/vendor/symfony/http-client/HttpClient.php class HttpClient (line 23) | final class HttpClient method create (line 32) | public static function create(array $defaultOptions = [], int $maxHost... method createForBaseUri (line 73) | public static function createForBaseUri(string $baseUri, array $defaul... FILE: server/vendor/symfony/http-client/HttpClientTrait.php type HttpClientTrait (line 28) | trait HttpClientTrait method withOptions (line 32) | public function withOptions(array $options): static method prepareRequest (line 45) | private static function prepareRequest(?string $method, ?string $url, ... method mergeDefaultOptions (line 197) | private static function mergeDefaultOptions(array $options, array $def... method normalizeHeaders (line 292) | private static function normalizeHeaders(array $headers): array method normalizeBody (line 337) | private static function normalizeBody($body, array &$normalizedHeaders... method dechunk (line 509) | private static function dechunk(string $body): string method normalizePeerFingerprint (line 528) | private static function normalizePeerFingerprint(mixed $fingerprint): ... method jsonEncode (line 552) | private static function jsonEncode(mixed $value, ?int $flags = null, i... method resolveUrl (line 572) | private static function resolveUrl(array $url, ?array $base, array $qu... method parseUrl (line 641) | private static function parseUrl(string $url, array $query = [], array... method removeDotSegments (line 712) | private static function removeDotSegments(string $path) method mergeQueryString (line 740) | private static function mergeQueryString(?string $queryString, array $... method getProxy (line 797) | private static function getProxy(?string $proxy, array $url, ?string $... method getProxyUrl (line 827) | private static function getProxyUrl(?string $proxy, array $url): ?string method shouldBuffer (line 843) | private static function shouldBuffer(array $headers): bool FILE: server/vendor/symfony/http-client/HttpOptions.php class HttpOptions (line 23) | class HttpOptions method toArray (line 27) | public function toArray(): array method setAuthBasic (line 35) | public function setAuthBasic(string $user, #[\SensitiveParameter] stri... method setAuthBearer (line 49) | public function setAuthBearer(#[\SensitiveParameter] string $token): s... method setQuery (line 59) | public function setQuery(array $query): static method setHeaders (line 69) | public function setHeaders(iterable $headers): static method setBody (line 81) | public function setBody(mixed $body): static method setJson (line 91) | public function setJson(mixed $json): static method setUserData (line 101) | public function setUserData(mixed $data): static method setMaxRedirects (line 111) | public function setMaxRedirects(int $max): static method setHttpVersion (line 121) | public function setHttpVersion(string $version): static method setBaseUri (line 131) | public function setBaseUri(string $uri): static method setVars (line 141) | public function setVars(array $vars): static method buffer (line 151) | public function buffer(bool $buffer): static method setOnProgress (line 163) | public function setOnProgress(callable $callback): static method resolve (line 173) | public function resolve(array $hostIps): static method setProxy (line 183) | public function setProxy(string $proxy): static method setNoProxy (line 193) | public function setNoProxy(string $noProxy): static method setTimeout (line 203) | public function setTimeout(float $timeout): static method setMaxDuration (line 213) | public function setMaxDuration(float $maxDuration): static method bindTo (line 223) | public function bindTo(string $bindto): static method verifyPeer (line 233) | public function verifyPeer(bool $verify): static method verifyHost (line 243) | public function verifyHost(bool $verify): static method setCaFile (line 253) | public function setCaFile(string $cafile): static method setCaPath (line 263) | public function setCaPath(string $capath): static method setLocalCert (line 273) | public function setLocalCert(string $cert): static method setLocalPk (line 283) | public function setLocalPk(string $pk): static method setPassphrase (line 293) | public function setPassphrase(string $passphrase): static method setCiphers (line 303) | public function setCiphers(string $ciphers): static method setPeerFingerprint (line 313) | public function setPeerFingerprint(string|array $fingerprint): static method capturePeerCertChain (line 323) | public function capturePeerCertChain(bool $capture): static method setExtra (line 333) | public function setExtra(string $name, mixed $value): static FILE: server/vendor/symfony/http-client/HttplugClient.php class HttplugClient (line 60) | final class HttplugClient implements ClientInterface, HttpAsyncClient, R... method __construct (line 73) | public function __construct(?HttpClientInterface $client = null, ?Resp... method withOptions (line 97) | public function withOptions(array $options): static method sendRequest (line 105) | public function sendRequest(RequestInterface $request): Psr7ResponseIn... method sendAsyncRequest (line 114) | public function sendAsyncRequest(RequestInterface $request): HttplugPr... method wait (line 147) | public function wait(?float $maxDuration = null, ?float $idleTimeout =... method createRequest (line 156) | public function createRequest($method, $uri, array $headers = [], $bod... method createStream (line 186) | public function createStream($content = ''): StreamInterface method createStreamFromFile (line 215) | public function createStreamFromFile(string $filename, string $mode = ... method createStreamFromResource (line 220) | public function createStreamFromResource($resource): StreamInterface method createUri (line 228) | public function createUri($uri = ''): UriInterface method __serialize (line 253) | public function __serialize(): array method __unserialize (line 258) | public function __unserialize(array $data): void method __destruct (line 263) | public function __destruct() method reset (line 268) | public function reset(): void method sendPsr7Request (line 275) | private function sendPsr7Request(RequestInterface $request, ?bool $buf... FILE: server/vendor/symfony/http-client/Internal/AmpBody.php class AmpBody (line 26) | class AmpBody implements RequestBody, InputStream method __construct (line 38) | public function __construct($body, &$info, \Closure $onProgress) method createBodyStream (line 55) | public function createBodyStream(): InputStream method getHeaders (line 70) | public function getHeaders(): Promise method getBodyLength (line 75) | public function getBodyLength(): Promise method read (line 80) | public function read(): Promise method rewind (line 98) | public static function rewind(RequestBody $body): RequestBody method doRead (line 119) | private function doRead(): Promise FILE: server/vendor/symfony/http-client/Internal/AmpClientState.php class AmpClientState (line 42) | final class AmpClientState extends ClientState method __construct (line 54) | public function __construct(?callable $clientConfigurator, int $maxHos... method request (line 67) | public function request(array $options, Request $request, Cancellation... method getClient (line 117) | private function getClient(array $options): array method handlePush (line 196) | private function handlePush(Request $request, Promise $response, array... FILE: server/vendor/symfony/http-client/Internal/AmpListener.php class AmpListener (line 26) | class AmpListener implements EventListener method __construct (line 34) | public function __construct(array &$info, array $pinSha256, \Closure $... method startRequest (line 52) | public function startRequest(Request $request): Promise method startDnsResolution (line 60) | public function startDnsResolution(Request $request): Promise method startConnectionCreation (line 67) | public function startConnectionCreation(Request $request): Promise method startTlsNegotiation (line 74) | public function startTlsNegotiation(Request $request): Promise method startSendingRequest (line 81) | public function startSendingRequest(Request $request, Stream $stream):... method completeSendingRequest (line 134) | public function completeSendingRequest(Request $request, Stream $strea... method startReceivingResponse (line 141) | public function startReceivingResponse(Request $request, Stream $strea... method completeReceivingResponse (line 149) | public function completeReceivingResponse(Request $request, Stream $st... method completeDnsResolution (line 157) | public function completeDnsResolution(Request $request): Promise method completeConnectionCreation (line 165) | public function completeConnectionCreation(Request $request): Promise method completeTlsNegotiation (line 173) | public function completeTlsNegotiation(Request $request): Promise method abort (line 180) | public function abort(Request $request, \Throwable $cause): Promise FILE: server/vendor/symfony/http-client/Internal/AmpResolver.php class AmpResolver (line 26) | class AmpResolver implements Dns\Resolver method __construct (line 30) | public function __construct(array &$dnsMap) method resolve (line 35) | public function resolve(string $name, ?int $typeRestriction = null): P... method query (line 50) | public function query(string $name, int $type): Promise FILE: server/vendor/symfony/http-client/Internal/Canary.php class Canary (line 19) | final class Canary method __construct (line 23) | public function __construct(\Closure $canceller) method cancel (line 28) | public function cancel(): void method __destruct (line 37) | public function __destruct() FILE: server/vendor/symfony/http-client/Internal/ClientState.php class ClientState (line 21) | class ClientState FILE: server/vendor/symfony/http-client/Internal/CurlClientState.php class CurlClientState (line 24) | final class CurlClientState extends ClientState method __construct (line 40) | public function __construct(int $maxHostConnections, int $maxPendingPu... method reset (line 81) | public function reset(): void method handlePush (line 102) | private function handlePush($parent, $pushed, array $requestHeaders, i... FILE: server/vendor/symfony/http-client/Internal/DnsCache.php class DnsCache (line 21) | final class DnsCache FILE: server/vendor/symfony/http-client/Internal/HttplugWaitLoop.php class HttplugWaitLoop (line 31) | final class HttplugWaitLoop method __construct (line 41) | public function __construct(HttpClientInterface $client, ?\SplObjectSt... method wait (line 49) | public function wait(?ResponseInterface $pendingResponse, ?float $maxD... method createPsr7Response (line 117) | public static function createPsr7Response(ResponseFactoryInterface $re... FILE: server/vendor/symfony/http-client/Internal/LegacyHttplugInterface.php type LegacyHttplugInterface (line 25) | interface LegacyHttplugInterface extends HttpClient, RequestFactory, Str... type LegacyHttplugInterface (line 34) | interface LegacyHttplugInterface extends HttpClient FILE: server/vendor/symfony/http-client/Internal/NativeClientState.php class NativeClientState (line 21) | final class NativeClientState extends ClientState method __construct (line 32) | public function __construct() method reset (line 37) | public function reset(): void FILE: server/vendor/symfony/http-client/Internal/PushedResponse.php class PushedResponse (line 23) | final class PushedResponse method __construct (line 25) | public function __construct( FILE: server/vendor/symfony/http-client/Messenger/PingWebhookMessage.php class PingWebhookMessage (line 17) | final class PingWebhookMessage implements \Stringable method __construct (line 19) | public function __construct( method __toString (line 27) | public function __toString(): string FILE: server/vendor/symfony/http-client/Messenger/PingWebhookMessageHandler.php class PingWebhookMessageHandler (line 20) | class PingWebhookMessageHandler method __construct (line 22) | public function __construct( method __invoke (line 27) | public function __invoke(PingWebhookMessage $message): ResponseInterface FILE: server/vendor/symfony/http-client/MockHttpClient.php class MockHttpClient (line 27) | class MockHttpClient implements HttpClientInterface, ResetInterface method __construct (line 38) | public function __construct(callable|iterable|ResponseInterface|null $... method setResponseFactory (line 47) | public function setResponseFactory($responseFactory): void method request (line 62) | public function request(string $method, string $url, array $options = ... method stream (line 87) | public function stream(ResponseInterface|iterable $responses, ?float $... method getRequestsCount (line 96) | public function getRequestsCount(): int method withOptions (line 101) | public function withOptions(array $options): static method reset (line 112) | public function reset() FILE: server/vendor/symfony/http-client/NativeHttpClient.php class NativeHttpClient (line 34) | final class NativeHttpClient implements HttpClientInterface, LoggerAware... method __construct (line 54) | public function __construct(array $defaultOptions = [], int $maxHostCo... method request (line 69) | public function request(string $method, string $url, array $options = ... method stream (line 276) | public function stream(ResponseInterface|iterable $responses, ?float $... method reset (line 285) | public function reset(): void method getBodyAsString (line 290) | private static function getBodyAsString($body): string method parseHostPort (line 316) | private static function parseHostPort(array $url, array &$info): array method dnsResolve (line 331) | private static function dnsResolve(string $host, NativeClientState $mu... method createRedirectResolver (line 368) | private static function createRedirectResolver(array $options, string ... method configureHeadersAndProxy (line 447) | private static function configureHeadersAndProxy($context, string $hos... FILE: server/vendor/symfony/http-client/NoPrivateNetworkHttpClient.php class NoPrivateNetworkHttpClient (line 31) | final class NoPrivateNetworkHttpClient implements HttpClientInterface, L... method __construct (line 46) | public function __construct(HttpClientInterface $client, string|array|... method request (line 71) | public function request(string $method, string $url, array $options = ... method setLogger (line 162) | public function setLogger(LoggerInterface $logger): void method withOptions (line 169) | public function withOptions(array $options): static method reset (line 178) | public function reset(): void method dnsResolve (line 187) | private static function dnsResolve(\ArrayObject $dnsCache, string $hos... method ipCheck (line 222) | private static function ipCheck(string $ip, ?array $subnets, int $ipFl... FILE: server/vendor/symfony/http-client/Psr18Client.php class Psr18Client (line 51) | final class Psr18Client implements ClientInterface, RequestFactoryInterf... method __construct (line 57) | public function __construct(?HttpClientInterface $client = null, ?Resp... method withOptions (line 79) | public function withOptions(array $options): static method sendRequest (line 87) | public function sendRequest(RequestInterface $request): ResponseInterface method createRequest (line 121) | public function createRequest(string $method, $uri): RequestInterface method createStream (line 138) | public function createStream(string $content = ''): StreamInterface method createStreamFromFile (line 153) | public function createStreamFromFile(string $filename, string $mode = ... method createStreamFromResource (line 158) | public function createStreamFromResource($resource): StreamInterface method createUri (line 163) | public function createUri(string $uri = ''): UriInterface method reset (line 180) | public function reset(): void class Psr18NetworkException (line 191) | class Psr18NetworkException extends \RuntimeException implements Network... method __construct (line 195) | public function __construct(TransportExceptionInterface $e, RequestInt... method getRequest (line 201) | public function getRequest(): RequestInterface class Psr18RequestException (line 210) | class Psr18RequestException extends \InvalidArgumentException implements... method __construct (line 214) | public function __construct(TransportExceptionInterface $e, RequestInt... method getRequest (line 220) | public function getRequest(): RequestInterface FILE: server/vendor/symfony/http-client/Response/AmpResponse.php class AmpResponse (line 41) | final class AmpResponse implements ResponseInterface, StreamableInterface method __construct (line 57) | public function __construct(AmpClientState $multi, Request $request, a... method getInfo (line 138) | public function getInfo(?string $type = null): mixed method __serialize (line 143) | public function __serialize(): array method __unserialize (line 148) | public function __unserialize(array $data): void method __destruct (line 153) | public function __destruct() method schedule (line 166) | private static function schedule(self $response, array &$runningRespon... method perform (line 183) | private static function perform(ClientState $multi, ?array $responses ... method select (line 201) | private static function select(ClientState $multi, float $timeout): int method generateResponse (line 217) | private static function generateResponse(Request $request, AmpClientSt... method followRedirects (line 276) | private static function followRedirects(Request $originRequest, AmpCli... method addResponseHeaders (line 366) | private static function addResponseHeaders(Response $response, array &... method getPushedResponse (line 392) | private static function getPushedResponse(Request $request, AmpClientS... method stopLoop (line 441) | private static function stopLoop(): void FILE: server/vendor/symfony/http-client/Response/AsyncContext.php class AsyncContext (line 26) | final class AsyncContext method __construct (line 40) | public function __construct(?callable &$passthru, HttpClientInterface ... method getStatusCode (line 53) | public function getStatusCode(): int method getHeaders (line 61) | public function getHeaders(): array method getContent (line 79) | public function getContent() method createChunk (line 87) | public function createChunk(string $data): ChunkInterface method pause (line 95) | public function pause(float $duration): void method cancel (line 107) | public function cancel(): ChunkInterface method getInfo (line 119) | public function getInfo(?string $type = null): mixed method setInfo (line 133) | public function setInfo(string $type, mixed $value): static method getResponse (line 151) | public function getResponse(): ResponseInterface method replaceRequest (line 159) | public function replaceRequest(string $method, string $url, array $opt... method replaceResponse (line 180) | public function replaceResponse(ResponseInterface $response): Response... method passthru (line 192) | public function passthru(?callable $passthru = null): void FILE: server/vendor/symfony/http-client/Response/AsyncResponse.php class AsyncResponse (line 29) | class AsyncResponse implements ResponseInterface, StreamableInterface method __construct (line 47) | public function __construct(HttpClientInterface $client, string $metho... method getStatusCode (line 94) | public function getStatusCode(): int method getHeaders (line 103) | public function getHeaders(bool $throw = true): array method getInfo (line 118) | public function getInfo(?string $type = null): mixed method toStream (line 139) | public function toStream(bool $throw = true) method cancel (line 159) | public function cancel(): void method __destruct (line 186) | public function __destruct() method stream (line 219) | public static function stream(iterable $responses, ?float $timeout = n... method passthru (line 325) | private static function passthru(HttpClientInterface $client, self $r,... method passthruStream (line 349) | private static function passthruStream(ResponseInterface $response, se... method openBuffer (line 449) | private function openBuffer(): ?\Throwable method close (line 479) | private function close(): void FILE: server/vendor/symfony/http-client/Response/CommonResponseTrait.php type CommonResponseTrait (line 27) | trait CommonResponseTrait method getContent (line 40) | public function getContent(bool $throw = true): string method toArray (line 77) | public function toArray(bool $throw = true): array method toStream (line 108) | public function toStream(bool $throw = true) method __serialize (line 122) | public function __serialize(): array method __unserialize (line 127) | public function __unserialize(array $data): void method close (line 135) | abstract protected function close(): void; method initialize (line 137) | private static function initialize(self $response): void method checkStatusCode (line 161) | private function checkStatusCode(): void FILE: server/vendor/symfony/http-client/Response/CurlResponse.php class CurlResponse (line 28) | final class CurlResponse implements ResponseInterface, StreamableInterface method __construct (line 45) | public function __construct(CurlClientState $multi, \CurlHandle|string... method getInfo (line 195) | public function getInfo(?string $type = null): mixed method getContent (line 223) | public function getContent(bool $throw = true): string method __destruct (line 235) | public function __destruct() method schedule (line 250) | private static function schedule(self $response, array &$runningRespon... method perform (line 268) | private static function perform(ClientState $multi, ?array $responses ... method select (line 334) | private static function select(ClientState $multi, float $timeout): int method parseHeaderLine (line 365) | private static function parseHeaderLine($ch, string $data, array &$inf... FILE: server/vendor/symfony/http-client/Response/HttplugPromise.php class HttplugPromise (line 24) | final class HttplugPromise implements HttplugPromiseInterface method __construct (line 28) | public function __construct(GuzzlePromiseInterface $promise) method then (line 33) | public function then(?callable $onFulfilled = null, ?callable $onRejec... method cancel (line 41) | public function cancel(): void method getState (line 46) | public function getState(): string method wait (line 54) | public function wait($unwrap = true): mixed method wrapThenCallback (line 65) | private function wrapThenCallback(?callable $callback): ?callable FILE: server/vendor/symfony/http-client/Response/JsonMockResponse.php class JsonMockResponse (line 16) | class JsonMockResponse extends MockResponse method __construct (line 21) | public function __construct(mixed $body = [], array $info = []) FILE: server/vendor/symfony/http-client/Response/MockResponse.php class MockResponse (line 26) | class MockResponse implements ResponseInterface, StreamableInterface method __construct (line 46) | public function __construct(string|iterable $body = '', array $info = []) method getRequestOptions (line 70) | public function getRequestOptions(): array method getRequestUrl (line 78) | public function getRequestUrl(): string method getRequestMethod (line 86) | public function getRequestMethod(): string method getInfo (line 91) | public function getInfo(?string $type = null): mixed method cancel (line 96) | public function cancel(): void method __destruct (line 111) | public function __destruct() method close (line 116) | protected function close(): void method fromRequest (line 125) | public static function fromRequest(string $method, string $url, array ... method schedule (line 155) | protected static function schedule(self $response, array &$runningResp... method perform (line 170) | protected static function perform(ClientState $multi, array $responses... method select (line 208) | protected static function select(ClientState $multi, float $timeout): int method writeRequest (line 216) | private static function writeRequest(self $response, array $options, R... method readResponse (line 259) | private static function readResponse(self $response, array $options, R... FILE: server/vendor/symfony/http-client/Response/NativeResponse.php class NativeResponse (line 27) | final class NativeResponse implements ResponseInterface, StreamableInter... method __construct (line 52) | public function __construct(NativeClientState $multi, $context, string... method getInfo (line 89) | public function getInfo(?string $type = null): mixed method __destruct (line 104) | public function __destruct() method open (line 117) | private function open(): void method close (line 207) | private function close(): void method schedule (line 213) | private static function schedule(self $response, array &$runningRespon... method perform (line 231) | private static function perform(ClientState $multi, ?array $responses ... method select (line 340) | private static function select(ClientState $multi, float $timeout): int FILE: server/vendor/symfony/http-client/Response/ResponseStream.php class ResponseStream (line 21) | final class ResponseStream implements ResponseStreamInterface method __construct (line 25) | public function __construct(\Generator $generator) method key (line 30) | public function key(): ResponseInterface method current (line 35) | public function current(): ChunkInterface method next (line 40) | public function next(): void method rewind (line 45) | public function rewind(): void method valid (line 50) | public function valid(): bool FILE: server/vendor/symfony/http-client/Response/StreamWrapper.php class StreamWrapper (line 23) | class StreamWrapper method createResource (line 48) | public static function createResource(ResponseInterface $response, ?Ht... method getResponse (line 76) | public function getResponse(): ResponseInterface method bindHandles (line 86) | public function bindHandles(&$handle, &$content): void method stream_open (line 93) | public function stream_open(string $path, string $mode, int $options):... method stream_read (line 119) | public function stream_read(int $count): string|false method stream_set_option (line 194) | public function stream_set_option(int $option, int $arg1, ?int $arg2):... method stream_tell (line 207) | public function stream_tell(): int method stream_eof (line 212) | public function stream_eof(): bool method stream_seek (line 217) | public function stream_seek(int $offset, int $whence = \SEEK_SET): bool method stream_cast (line 272) | public function stream_cast(int $castAs) method stream_stat (line 283) | public function stream_stat(): array method __construct (line 309) | private function __construct() FILE: server/vendor/symfony/http-client/Response/StreamableInterface.php type StreamableInterface (line 22) | interface StreamableInterface method toStream (line 34) | public function toStream(bool $throw = true); FILE: server/vendor/symfony/http-client/Response/TraceableResponse.php class TraceableResponse (line 32) | class TraceableResponse implements ResponseInterface, StreamableInterface method __construct (line 39) | public function __construct(HttpClientInterface $client, ResponseInter... method __serialize (line 47) | public function __serialize(): array method __unserialize (line 52) | public function __unserialize(array $data): void method __destruct (line 57) | public function __destruct() method getStatusCode (line 70) | public function getStatusCode(): int method getHeaders (line 81) | public function getHeaders(bool $throw = true): array method getContent (line 92) | public function getContent(bool $throw = true): string method toArray (line 110) | public function toArray(bool $throw = true): array method cancel (line 128) | public function cancel(): void method getInfo (line 137) | public function getInfo(?string $type = null): mixed method toStream (line 152) | public function toStream(bool $throw = true) method stream (line 169) | public static function stream(HttpClientInterface $client, iterable $r... method checkStatusCode (line 207) | private function checkStatusCode(int $code): void FILE: server/vendor/symfony/http-client/Response/TransportResponseTrait.php type TransportResponseTrait (line 30) | trait TransportResponseTrait method getStatusCode (line 49) | public function getStatusCode(): int method getHeaders (line 58) | public function getHeaders(bool $throw = true): array method cancel (line 71) | public function cancel(): void method close (line 81) | protected function close(): void method schedule (line 90) | abstract protected static function schedule(self $response, array &$ru... method perform (line 95) | abstract protected static function perform(ClientState $multi, array $... method select (line 100) | abstract protected static function select(ClientState $multi, float $t... method addResponseHeaders (line 102) | private static function addResponseHeaders(array $responseHeaders, arr... method doDestruct (line 125) | private function doDestruct(): void method stream (line 142) | public static function stream(iterable $responses, ?float $timeout = n... FILE: server/vendor/symfony/http-client/Retry/GenericRetryStrategy.php class GenericRetryStrategy (line 23) | class GenericRetryStrategy implements RetryStrategyInterface method __construct (line 52) | public function __construct(array $statusCodes = self::DEFAULT_RETRY_S... method shouldRetry (line 77) | public function shouldRetry(AsyncContext $context, ?string $responseCo... method getDelay (line 100) | public function getDelay(AsyncContext $context, ?string $responseConte... FILE: server/vendor/symfony/http-client/Retry/RetryStrategyInterface.php type RetryStrategyInterface (line 21) | interface RetryStrategyInterface method shouldRetry (line 30) | public function shouldRetry(AsyncContext $context, ?string $responseCo... method getDelay (line 35) | public function getDelay(AsyncContext $context, ?string $responseConte... FILE: server/vendor/symfony/http-client/RetryableHttpClient.php class RetryableHttpClient (line 30) | class RetryableHttpClient implements HttpClientInterface, ResetInterface method __construct (line 42) | public function __construct(HttpClientInterface $client, ?RetryStrateg... method withOptions (line 50) | public function withOptions(array $options): static method request (line 70) | public function request(string $method, string $url, array $options = ... method getDelayFromHeader (line 166) | private function getDelayFromHeader(array $headers): ?int method passthru (line 181) | private function passthru(AsyncContext $context, ?ChunkInterface $firs... method shiftBaseUri (line 199) | private static function shiftBaseUri(array $options, array &$baseUris)... FILE: server/vendor/symfony/http-client/ScopingHttpClient.php class ScopingHttpClient (line 27) | class ScopingHttpClient implements HttpClientInterface, ResetInterface, ... method __construct (line 35) | public function __construct(HttpClientInterface $client, array $defaul... method forBaseUri (line 46) | public static function forBaseUri(HttpClientInterface $client, string ... method request (line 55) | public function request(string $method, string $url, array $options = ... method stream (line 91) | public function stream(ResponseInterface|iterable $responses, ?float $... method reset (line 99) | public function reset() method setLogger (line 106) | public function setLogger(LoggerInterface $logger): void method withOptions (line 113) | public function withOptions(array $options): static FILE: server/vendor/symfony/http-client/Test/HarFileResponseFactory.php class HarFileResponseFactory (line 23) | class HarFileResponseFactory method __construct (line 25) | public function __construct(private string $archiveFile) method setArchiveFile (line 29) | public function setArchiveFile(string $archiveFile): void method __invoke (line 34) | public function __invoke(string $method, string $url, array $options):... method getContent (line 86) | private function getContent(array $content): string FILE: server/vendor/symfony/http-client/TraceableHttpClient.php class TraceableHttpClient (line 27) | final class TraceableHttpClient implements HttpClientInterface, ResetInt... method __construct (line 33) | public function __construct(HttpClientInterface $client, ?Stopwatch $s... method request (line 40) | public function request(string $method, string $url, array $options = ... method stream (line 69) | public function stream(ResponseInterface|iterable $responses, ?float $... method getTracedRequests (line 78) | public function getTracedRequests(): array method reset (line 83) | public function reset(): void method setLogger (line 92) | public function setLogger(LoggerInterface $logger): void method withOptions (line 99) | public function withOptions(array $options): static FILE: server/vendor/symfony/http-client/UriTemplateHttpClient.php class UriTemplateHttpClient (line 18) | class UriTemplateHttpClient implements HttpClientInterface, ResetInterface method __construct (line 25) | public function __construct(?HttpClientInterface $client = null, priva... method request (line 30) | public function request(string $method, string $url, array $options = ... method withOptions (line 50) | public function withOptions(array $options): static method createExpanderFromPopularVendors (line 68) | private function createExpanderFromPopularVendors(): \Closure FILE: server/vendor/symfony/polyfill-ctype/Ctype.php class Ctype (line 21) | final class Ctype method ctype_alnum (line 32) | public static function ctype_alnum($text) method ctype_alpha (line 48) | public static function ctype_alpha($text) method ctype_cntrl (line 64) | public static function ctype_cntrl($text) method ctype_digit (line 80) | public static function ctype_digit($text) method ctype_graph (line 96) | public static function ctype_graph($text) method ctype_lower (line 112) | public static function ctype_lower($text) method ctype_print (line 128) | public static function ctype_print($text) method ctype_punct (line 144) | public static function ctype_punct($text) method ctype_space (line 160) | public static function ctype_space($text) method ctype_upper (line 176) | public static function ctype_upper($text) method ctype_xdigit (line 192) | public static function ctype_xdigit($text) method convert_int_to_char_for_ctype (line 212) | private static function convert_int_to_char_for_ctype($int, $function) FILE: server/vendor/symfony/polyfill-ctype/bootstrap.php function ctype_alnum (line 19) | function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } function ctype_alpha (line 22) | function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function ctype_cntrl (line 25) | function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } function ctype_digit (line 28) | function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function ctype_graph (line 31) | function ctype_graph($text) { return p\Ctype::ctype_graph($text); } function ctype_lower (line 34) | function ctype_lower($text) { return p\Ctype::ctype_lower($text); } function ctype_print (line 37) | function ctype_print($text) { return p\Ctype::ctype_print($text); } function ctype_punct (line 40) | function ctype_punct($text) { return p\Ctype::ctype_punct($text); } function ctype_space (line 43) | function ctype_space($text) { return p\Ctype::ctype_space($text); } function ctype_upper (line 46) | function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function ctype_xdigit (line 49) | function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } FILE: server/vendor/symfony/polyfill-ctype/bootstrap80.php function ctype_alnum (line 15) | function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($t... function ctype_alpha (line 18) | function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($t... function ctype_cntrl (line 21) | function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($t... function ctype_digit (line 24) | function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($t... function ctype_graph (line 27) | function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($t... function ctype_lower (line 30) | function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($t... function ctype_print (line 33) | function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($t... function ctype_punct (line 36) | function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($t... function ctype_space (line 39) | function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($t... function ctype_upper (line 42) | function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($t... function ctype_xdigit (line 45) | function ctype_xdigit(mixed $text): bool { return p\Ctype::ctype_xdigit(... FILE: server/vendor/symfony/polyfill-intl-grapheme/Grapheme.php class Grapheme (line 34) | final class Grapheme method grapheme_extract (line 45) | public static function grapheme_extract($s, $size, $type = \GRAPHEME_E... method grapheme_strlen (line 114) | public static function grapheme_strlen($s) method grapheme_substr (line 121) | public static function grapheme_substr($s, $start, $len = null) method grapheme_strpos (line 164) | public static function grapheme_strpos($s, $needle, $offset = 0) method grapheme_stripos (line 169) | public static function grapheme_stripos($s, $needle, $offset = 0) method grapheme_strrpos (line 174) | public static function grapheme_strrpos($s, $needle, $offset = 0) method grapheme_strripos (line 179) | public static function grapheme_strripos($s, $needle, $offset = 0) method grapheme_stristr (line 184) | public static function grapheme_stristr($s, $needle, $beforeNeedle = f... method grapheme_strstr (line 189) | public static function grapheme_strstr($s, $needle, $beforeNeedle = fa... method grapheme_position (line 194) | private static function grapheme_position($s, $needle, $offset, $mode) FILE: server/vendor/symfony/polyfill-intl-grapheme/bootstrap.php function grapheme_extract (line 33) | function grapheme_extract($haystack, $size, $type = 0, $start = 0, &$nex... function grapheme_stripos (line 36) | function grapheme_stripos($haystack, $needle, $offset = 0) { return p\Gr... function grapheme_stristr (line 39) | function grapheme_stristr($haystack, $needle, $beforeNeedle = false) { r... function grapheme_strlen (line 42) | function grapheme_strlen($input) { return p\Grapheme::grapheme_strlen($i... function grapheme_strpos (line 45) | function grapheme_strpos($haystack, $needle, $offset = 0) { return p\Gra... function grapheme_strripos (line 48) | function grapheme_strripos($haystack, $needle, $offset = 0) { return p\G... function grapheme_strrpos (line 51) | function grapheme_strrpos($haystack, $needle, $offset = 0) { return p\Gr... function grapheme_strstr (line 54) | function grapheme_strstr($haystack, $needle, $beforeNeedle = false) { re... function grapheme_substr (line 57) | function grapheme_substr($string, $offset, $length = null) { return p\Gr... FILE: server/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php function grapheme_extract (line 25) | function grapheme_extract(?string $haystack, ?int $size, ?int $type = GR... function grapheme_stripos (line 28) | function grapheme_stripos(?string $haystack, ?string $needle, ?int $offs... function grapheme_stristr (line 31) | function grapheme_stristr(?string $haystack, ?string $needle, ?bool $bef... function grapheme_strlen (line 34) | function grapheme_strlen(?string $string): int|false|null { return p\Gra... function grapheme_strpos (line 37) | function grapheme_strpos(?string $haystack, ?string $needle, ?int $offse... function grapheme_strripos (line 40) | function grapheme_strripos(?string $haystack, ?string $needle, ?int $off... function grapheme_strrpos (line 43) | function grapheme_strrpos(?string $haystack, ?string $needle, ?int $offs... function grapheme_strstr (line 46) | function grapheme_strstr(?string $haystack, ?string $needle, ?bool $befo... function grapheme_substr (line 49) | function grapheme_substr(?string $string, ?int $offset, ?int $length = n... FILE: server/vendor/symfony/polyfill-intl-idn/Idn.php class Idn (line 22) | final class Idn method idn_to_ascii (line 146) | public static function idn_to_ascii($domainName, $options = self::IDNA... method idn_to_utf8 (line 203) | public static function idn_to_utf8($domainName, $options = self::IDNA_... method isValidContextJ (line 235) | private static function isValidContextJ(array $codePoints, $label) method mapCodePoints (line 280) | private static function mapCodePoints($input, array $options, Info $info) method process (line 324) | private static function process($domain, array $options, Info $info) method validateBidiLabel (line 396) | private static function validateBidiLabel($label, Info $info) method validateDomainAndLabelLength (line 464) | private static function validateDomainAndLabelLength(array $labels, In... method validateLabel (line 502) | private static function validateLabel($label, Info $info, array $optio... method punycodeDecode (line 588) | private static function punycodeDecode($input) method punycodeEncode (line 676) | private static function punycodeEncode($input) method adaptBias (line 771) | private static function adaptBias($delta, $numPoints, $firstTime) method encodeDigit (line 792) | private static function encodeDigit($d, $flag) method utf8Decode (line 807) | private static function utf8Decode($input) method lookupCodePointStatus (line 895) | private static function lookupCodePointStatus($codePoint, $useSTD3ASCI... FILE: server/vendor/symfony/polyfill-intl-idn/Info.php class Info (line 17) | class Info FILE: server/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php class DisallowedRanges (line 17) | final class DisallowedRanges method inRange (line 24) | public static function inRange($codePoint) FILE: server/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php class Regex (line 17) | final class Regex FILE: server/vendor/symfony/polyfill-intl-idn/bootstrap.php function idn_to_ascii (line 133) | function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT... function idn_to_utf8 (line 136) | function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_... function idn_to_ascii (line 140) | function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT... function idn_to_utf8 (line 143) | function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_... FILE: server/vendor/symfony/polyfill-intl-idn/bootstrap80.php function idn_to_ascii (line 121) | function idn_to_ascii(?string $domain, ?int $flags = IDNA_DEFAULT, ?int ... function idn_to_utf8 (line 124) | function idn_to_utf8(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $... FILE: server/vendor/symfony/polyfill-intl-normalizer/Normalizer.php class Normalizer (line 24) | class Normalizer method isNormalized (line 42) | public static function isNormalized(string $s, int $form = self::FORM_C) method normalize (line 57) | public static function normalize(string $s, int $form = self::FORM_C) method recompose (line 113) | private static function recompose($s) method decompose (line 197) | private static function decompose($s, $c) method getData (line 302) | private static function getData($file) FILE: server/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php class Normalizer (line 3) | class Normalizer extends Symfony\Polyfill\Intl\Normalizer\Normalizer FILE: server/vendor/symfony/polyfill-intl-normalizer/bootstrap.php function normalizer_is_normalized (line 19) | function normalizer_is_normalized($string, $form = p\Normalizer::FORM_C)... function normalizer_normalize (line 22) | function normalizer_normalize($string, $form = p\Normalizer::FORM_C) { r... FILE: server/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php function normalizer_is_normalized (line 15) | function normalizer_is_normalized(?string $string, ?int $form = p\Normal... function normalizer_normalize (line 18) | function normalizer_normalize(?string $string, ?int $form = p\Normalizer... FILE: server/vendor/symfony/polyfill-mbstring/Mbstring.php class Mbstring (line 73) | final class Mbstring method mb_convert_encoding (line 86) | public static function mb_convert_encoding($s, $toEncoding, $fromEncod... method mb_convert_variables (line 133) | public static function mb_convert_variables($toEncoding, $fromEncoding... method mb_decode_mimeheader (line 145) | public static function mb_decode_mimeheader($s) method mb_encode_mimeheader (line 150) | public static function mb_encode_mimeheader($s, $charset = null, $tran... method mb_decode_numericentity (line 155) | public static function mb_decode_numericentity($s, $convmap, $encoding... method mb_encode_numericentity (line 215) | public static function mb_encode_numericentity($s, $convmap, $encoding... method mb_convert_case (line 285) | public static function mb_convert_case($s, $mode, $encoding = null) method mb_internal_encoding (line 367) | public static function mb_internal_encoding($encoding = null) method mb_language (line 388) | public static function mb_language($lang = null) method mb_list_encodings (line 409) | public static function mb_list_encodings() method mb_encoding_aliases (line 414) | public static function mb_encoding_aliases($encoding) method mb_check_encoding (line 425) | public static function mb_check_encoding($var = null, $encoding = null) method mb_detect_encoding (line 450) | public static function mb_detect_encoding($str, $encodingList = null, ... method mb_detect_order (line 486) | public static function mb_detect_order($encodingList = null) method mb_strlen (line 515) | public static function mb_strlen($s, $encoding = null) method mb_strpos (line 525) | public static function mb_strpos($haystack, $needle, $offset = 0, $enc... method mb_strrpos (line 546) | public static function mb_strrpos($haystack, $needle, $offset = 0, $en... method mb_str_split (line 573) | public static function mb_str_split($string, $split_length = 1, $encod... method mb_strtolower (line 616) | public static function mb_strtolower($s, $encoding = null) method mb_strtoupper (line 621) | public static function mb_strtoupper($s, $encoding = null) method mb_substitute_character (line 626) | public static function mb_substitute_character($c = null) method mb_substr (line 644) | public static function mb_substr($s, $start, $length = null, $encoding... method mb_stripos (line 670) | public static function mb_stripos($haystack, $needle, $offset = 0, $en... method mb_stristr (line 680) | public static function mb_stristr($haystack, $needle, $part = false, $... method mb_strrchr (line 687) | public static function mb_strrchr($haystack, $needle, $part = false, $... method mb_strrichr (line 700) | public static function mb_strrichr($haystack, $needle, $part = false, ... method mb_strripos (line 708) | public static function mb_strripos($haystack, $needle, $offset = 0, $e... method mb_strstr (line 719) | public static function mb_strstr($haystack, $needle, $part = false, $e... method mb_get_info (line 732) | public static function mb_get_info($type = 'all') method mb_http_input (line 761) | public static function mb_http_input($type = '') method mb_http_output (line 766) | public static function mb_http_output($encoding = null) method mb_strwidth (line 771) | public static function mb_strwidth($s, $encoding = null) method mb_substr_count (line 784) | public static function mb_substr_count($haystack, $needle, $encoding =... method mb_output_handler (line 789) | public static function mb_output_handler($contents, $status) method mb_chr (line 794) | public static function mb_chr($code, $encoding = null) method mb_ord (line 813) | public static function mb_ord($s, $encoding = null) method mb_str_pad (line 837) | public static function mb_str_pad(string $string, int $length, string ... method mb_ucfirst (line 872) | public static function mb_ucfirst(string $string, ?string $encoding = ... method mb_lcfirst (line 886) | public static function mb_lcfirst(string $string, ?string $encoding = ... method getSubpart (line 900) | private static function getSubpart($pos, $part, $haystack, $encoding) method html_encoding_callback (line 912) | private static function html_encoding_callback(array $m) method title_case (line 937) | private static function title_case(array $s) method getData (line 942) | private static function getData($file) method getEncoding (line 951) | private static function getEncoding($encoding) method mb_trim (line 974) | public static function mb_trim(string $string, ?string $characters = n... method mb_ltrim (line 979) | public static function mb_ltrim(string $string, ?string $characters = ... method mb_rtrim (line 984) | public static function mb_rtrim(string $string, ?string $characters = ... method mb_internal_trim (line 989) | private static function mb_internal_trim(string $regex, string $string... method assertEncoding (line 1032) | private static function assertEncoding(string $encoding, string $error... FILE: server/vendor/symfony/polyfill-mbstring/bootstrap.php function mb_convert_encoding (line 19) | function mb_convert_encoding($string, $to_encoding, $from_encoding = nul... function mb_decode_mimeheader (line 22) | function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mi... function mb_encode_mimeheader (line 25) | function mb_encode_mimeheader($string, $charset = null, $transfer_encodi... function mb_decode_numericentity (line 28) | function mb_decode_numericentity($string, $map, $encoding = null) { retu... function mb_encode_numericentity (line 31) | function mb_encode_numericentity($string, $map, $encoding = null, $hex =... function mb_convert_case (line 34) | function mb_convert_case($string, $mode, $encoding = null) { return p\Mb... function mb_internal_encoding (line 37) | function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_... function mb_language (line 40) | function mb_language($language = null) { return p\Mbstring::mb_language(... function mb_list_encodings (line 43) | function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } function mb_encoding_aliases (line 46) | function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding... function mb_check_encoding (line 49) | function mb_check_encoding($value = null, $encoding = null) { return p\M... function mb_detect_encoding (line 52) | function mb_detect_encoding($string, $encodings = null, $strict = false)... function mb_detect_order (line 55) | function mb_detect_order($encoding = null) { return p\Mbstring::mb_detec... function mb_parse_str (line 58) | function mb_parse_str($string, &$result = []) { parse_str($string, $resu... function mb_strlen (line 61) | function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_st... function mb_strpos (line 64) | function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { ... function mb_strtolower (line 67) | function mb_strtolower($string, $encoding = null) { return p\Mbstring::m... function mb_strtoupper (line 70) | function mb_strtoupper($string, $encoding = null) { return p\Mbstring::m... function mb_substitute_character (line 73) | function mb_substitute_character($substitute_character = null) { return ... function mb_substr (line 76) | function mb_substr($string, $start, $length = 2147483647, $encoding = nu... function mb_stripos (line 79) | function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) {... function mb_stristr (line 82) | function mb_stristr($haystack, $needle, $before_needle = false, $encodin... function mb_strrchr (line 85) | function mb_strrchr($haystack, $needle, $before_needle = false, $encodin... function mb_strrichr (line 88) | function mb_strrichr($haystack, $needle, $before_needle = false, $encodi... function mb_strripos (line 91) | function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) ... function mb_strrpos (line 94) | function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) {... function mb_strstr (line 97) | function mb_strstr($haystack, $needle, $before_needle = false, $encoding... function mb_get_info (line 100) | function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($ty... function mb_http_output (line 103) | function mb_http_output($encoding = null) { return p\Mbstring::mb_http_o... function mb_strwidth (line 106) | function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_... function mb_substr_count (line 109) | function mb_substr_count($haystack, $needle, $encoding = null) { return ... function mb_output_handler (line 112) | function mb_output_handler($string, $status) { return p\Mbstring::mb_out... function mb_http_input (line 115) | function mb_http_input($type = null) { return p\Mbstring::mb_http_input(... function mb_convert_variables (line 119) | function mb_convert_variables($to_encoding, $from_encoding, &...$vars) {... function mb_ord (line 123) | function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($... function mb_chr (line 126) | function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_ch... function mb_scrub (line 129) | function mb_scrub($string, $encoding = null) { $encoding = null === $enc... function mb_str_split (line 132) | function mb_str_split($string, $length = 1, $encoding = null) { return p... function mb_str_pad (line 136) | function mb_str_pad(string $string, int $length, string $pad_string = ' ... function mb_ucfirst (line 140) | function mb_ucfirst(string $string, ?string $encoding = null): string { ... function mb_lcfirst (line 144) | function mb_lcfirst(string $string, ?string $encoding = null): string { ... function mb_trim (line 148) | function mb_trim(string $string, ?string $characters = null, ?string $en... function mb_ltrim (line 152) | function mb_ltrim(string $string, ?string $characters = null, ?string $e... function mb_rtrim (line 156) | function mb_rtrim(string $string, ?string $characters = null, ?string $e... FILE: server/vendor/symfony/polyfill-mbstring/bootstrap80.php function mb_convert_encoding (line 15) | function mb_convert_encoding(array|string|null $string, ?string $to_enco... function mb_decode_mimeheader (line 18) | function mb_decode_mimeheader(?string $string): string { return p\Mbstri... function mb_encode_mimeheader (line 21) | function mb_encode_mimeheader(?string $string, ?string $charset = null, ... function mb_decode_numericentity (line 24) | function mb_decode_numericentity(?string $string, array $map, ?string $e... function mb_encode_numericentity (line 27) | function mb_encode_numericentity(?string $string, array $map, ?string $e... function mb_convert_case (line 30) | function mb_convert_case(?string $string, ?int $mode, ?string $encoding ... function mb_internal_encoding (line 33) | function mb_internal_encoding(?string $encoding = null): string|bool { r... function mb_language (line 36) | function mb_language(?string $language = null): string|bool { return p\M... function mb_list_encodings (line 39) | function mb_list_encodings(): array { return p\Mbstring::mb_list_encodin... function mb_encoding_aliases (line 42) | function mb_encoding_aliases(?string $encoding): array { return p\Mbstri... function mb_check_encoding (line 45) | function mb_check_encoding(array|string|null $value = null, ?string $enc... function mb_detect_encoding (line 48) | function mb_detect_encoding(?string $string, array|string|null $encoding... function mb_detect_order (line 51) | function mb_detect_order(array|string|null $encoding = null): array|bool... function mb_parse_str (line 54) | function mb_parse_str(?string $string, &$result = []): bool { parse_str(... function mb_strlen (line 57) | function mb_strlen(?string $string, ?string $encoding = null): int { ret... function mb_strpos (line 60) | function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0,... function mb_strtolower (line 63) | function mb_strtolower(?string $string, ?string $encoding = null): strin... function mb_strtoupper (line 66) | function mb_strtoupper(?string $string, ?string $encoding = null): strin... function mb_substitute_character (line 69) | function mb_substitute_character(string|int|null $substitute_character =... function mb_substr (line 72) | function mb_substr(?string $string, ?int $start, ?int $length = null, ?s... function mb_stripos (line 75) | function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0... function mb_stristr (line 78) | function mb_stristr(?string $haystack, ?string $needle, ?bool $before_ne... function mb_strrchr (line 81) | function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_ne... function mb_strrichr (line 84) | function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_n... function mb_strripos (line 87) | function mb_strripos(?string $haystack, ?string $needle, ?int $offset = ... function mb_strrpos (line 90) | function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0... function mb_strstr (line 93) | function mb_strstr(?string $haystack, ?string $needle, ?bool $before_nee... function mb_get_info (line 96) | function mb_get_info(?string $type = 'all'): array|string|int|false|null... function mb_http_output (line 99) | function mb_http_output(?string $encoding = null): string|bool { return ... function mb_strwidth (line 102) | function mb_strwidth(?string $string, ?string $encoding = null): int { r... function mb_substr_count (line 105) | function mb_substr_count(?string $haystack, ?string $needle, ?string $en... function mb_output_handler (line 108) | function mb_output_handler(?string $string, ?int $status): string { retu... function mb_http_input (line 111) | function mb_http_input(?string $type = null): array|string|false { retur... function mb_convert_variables (line 115) | function mb_convert_variables(?string $to_encoding, array|string|null $f... function mb_ord (line 119) | function mb_ord(?string $string, ?string $encoding = null): int|false { ... function mb_chr (line 122) | function mb_chr(?int $codepoint, ?string $encoding = null): string|false... function mb_scrub (line 125) | function mb_scrub(?string $string, ?string $encoding = null): string { $... function mb_str_split (line 128) | function mb_str_split(?string $string, ?int $length = 1, ?string $encodi... function mb_str_pad (line 132) | function mb_str_pad(string $string, int $length, string $pad_string = ' ... function mb_ucfirst (line 136) | function mb_ucfirst(string $string, ?string $encoding = null): string { ... function mb_lcfirst (line 140) | function mb_lcfirst(string $string, ?string $encoding = null): string { ... function mb_trim (line 144) | function mb_trim(string $string, ?string $characters = null, ?string $en... function mb_ltrim (line 148) | function mb_ltrim(string $string, ?string $characters = null, ?string $e... function mb_rtrim (line 152) | function mb_rtrim(string $string, ?string $characters = null, ?string $e... FILE: server/vendor/symfony/polyfill-php73/Php73.php class Php73 (line 20) | final class Php73 method hrtime (line 29) | public static function hrtime($asNum = false) FILE: server/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php class JsonException (line 13) | class JsonException extends Exception FILE: server/vendor/symfony/polyfill-php73/bootstrap.php function is_countable (line 19) | function is_countable($value) { return is_array($value) || $value instan... function hrtime (line 24) | function hrtime($as_number = false) { return p\Php73::hrtime($as_number); } function array_key_first (line 27) | function array_key_first(array $array) { foreach ($array as $key => $val... function array_key_last (line 30) | function array_key_last(array $array) { return key(array_slice($array, -... FILE: server/vendor/symfony/polyfill-php80/Php80.php class Php80 (line 21) | final class Php80 method fdiv (line 23) | public static function fdiv(float $dividend, float $divisor): float method get_debug_type (line 28) | public static function get_debug_type($value): string method get_resource_id (line 60) | public static function get_resource_id($res): int method preg_last_error_msg (line 69) | public static function preg_last_error_msg(): string method str_contains (line 91) | public static function str_contains(string $haystack, string $needle):... method str_starts_with (line 96) | public static function str_starts_with(string $haystack, string $needl... method str_ends_with (line 101) | public static function str_ends_with(string $haystack, string $needle)... FILE: server/vendor/symfony/polyfill-php80/PhpToken.php class PhpToken (line 19) | class PhpToken implements \Stringable method __construct (line 44) | public function __construct(int $id, string $text, int $line = -1, int... method getTokenName (line 52) | public function getTokenName(): ?string method is (line 64) | public function is($kind): bool method isIgnorable (line 75) | public function isIgnorable(): bool method __toString (line 80) | public function __toString(): string method tokenize (line 88) | public static function tokenize(string $code, int $flags = 0): array FILE: server/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php class Attribute (line 12) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 27) | public function __construct(int $flags = self::TARGET_ALL) FILE: server/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php class PhpToken (line 13) | class PhpToken extends Symfony\Polyfill\Php80\PhpToken FILE: server/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php type Stringable (line 13) | interface Stringable method __toString (line 18) | public function __toString(); FILE: server/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php class UnhandledMatchError (line 13) | class UnhandledMatchError extends Error FILE: server/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php class ValueError (line 13) | class ValueError extends Error FILE: server/vendor/symfony/polyfill-php80/bootstrap.php function fdiv (line 23) | function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($n... function preg_last_error_msg (line 26) | function preg_last_error_msg(): string { return p\Php80::preg_last_error... function str_contains (line 29) | function str_contains(?string $haystack, ?string $needle): bool { return... function str_starts_with (line 32) | function str_starts_with(?string $haystack, ?string $needle): bool { ret... function str_ends_with (line 35) | function str_ends_with(?string $haystack, ?string $needle): bool { retur... function get_debug_type (line 38) | function get_debug_type($value): string { return p\Php80::get_debug_type... function get_resource_id (line 41) | function get_resource_id($resource): int { return p\Php80::get_resource_... FILE: server/vendor/symfony/polyfill-php83/Php83.php class Php83 (line 20) | final class Php83 method json_validate (line 24) | public static function json_validate(string $json, int $depth = 512, i... method mb_str_pad (line 43) | public static function mb_str_pad(string $string, int $length, string ... method str_increment (line 87) | public static function str_increment(string $string): string method str_decrement (line 127) | public static function str_decrement(string $string): string FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php class DateError (line 13) | class DateError extends Error FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php class DateException (line 13) | class DateException extends Exception FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php class DateInvalidOperationException (line 13) | class DateInvalidOperationException extends DateException FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php class DateInvalidTimeZoneException (line 13) | class DateInvalidTimeZoneException extends DateException FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php class DateMalformedIntervalStringException (line 13) | class DateMalformedIntervalStringException extends DateException FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php class DateMalformedPeriodStringException (line 13) | class DateMalformedPeriodStringException extends DateException FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php class DateMalformedStringException (line 13) | class DateMalformedStringException extends DateException FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php class DateObjectError (line 13) | class DateObjectError extends DateError FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php class DateRangeError (line 13) | class DateRangeError extends DateError FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/Override.php class Override (line 13) | #[Attribute(Attribute::TARGET_METHOD)] method __construct (line 16) | public function __construct() FILE: server/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php class SQLite3Exception (line 13) | class SQLite3Exception extends Exception FILE: server/vendor/symfony/polyfill-php83/bootstrap.php function json_validate (line 19) | function json_validate(string $json, int $depth = 512, int $flags = 0): ... function mb_str_pad (line 24) | function mb_str_pad(string $string, int $length, string $pad_string = ' ... function stream_context_set_options (line 29) | function stream_context_set_options($context, array $options): bool { re... function str_increment (line 33) | function str_increment(string $string): string { return p\Php83::str_inc... function str_decrement (line 37) | function str_decrement(string $string): string { return p\Php83::str_dec... function ldap_exop_sync (line 45) | function ldap_exop_sync($ldap, string $request_oid, ?string $request_dat... function ldap_connect_wallet (line 49) | function ldap_connect_wallet(?string $uri, string $wallet, string $passw... FILE: server/vendor/symfony/polyfill-php83/bootstrap81.php function ldap_exop_sync (line 17) | function ldap_exop_sync(\LDAP\Connection $ldap, string $request_oid, ?st... function ldap_connect_wallet (line 21) | function ldap_connect_wallet(?string $uri, string $wallet, #[\SensitiveP... FILE: server/vendor/symfony/service-contracts/Attribute/Required.php class Required (line 22) | #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)] FILE: server/vendor/symfony/service-contracts/Attribute/SubscribedService.php class SubscribedService (line 27) | #[\Attribute(\Attribute::TARGET_METHOD)] method __construct (line 39) | public function __construct( FILE: server/vendor/symfony/service-contracts/ResetInterface.php type ResetInterface (line 27) | interface ResetInterface method reset (line 32) | public function reset(); FILE: server/vendor/symfony/service-contracts/ServiceCollectionInterface.php type ServiceCollectionInterface (line 24) | interface ServiceCollectionInterface extends ServiceProviderInterface, \... FILE: server/vendor/symfony/service-contracts/ServiceLocatorTrait.php type ServiceLocatorTrait (line 27) | trait ServiceLocatorTrait method __construct (line 35) | public function __construct( method has (line 40) | public function has(string $id): bool method get (line 45) | public function get(string $id): mixed method getProvidedServices (line 67) | public function getProvidedServices(): array method createNotFoundException (line 86) | private function createNotFoundException(string $id): NotFoundExceptio... method createCircularReferenceException (line 109) | private function createCircularReferenceException(string $id, array $p... FILE: server/vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php type ServiceMethodsSubscriberTrait (line 27) | trait ServiceMethodsSubscriberTrait method getSubscribedServices (line 31) | public static function getSubscribedServices(): array method setContainer (line 68) | #[Required] FILE: server/vendor/symfony/service-contracts/ServiceProviderInterface.php type ServiceProviderInterface (line 24) | interface ServiceProviderInterface extends ContainerInterface method get (line 29) | public function get(string $id): mixed; method has (line 31) | public function has(string $id): bool; method getProvidedServices (line 44) | public function getProvidedServices(): array; FILE: server/vendor/symfony/service-contracts/ServiceSubscriberInterface.php type ServiceSubscriberInterface (line 31) | interface ServiceSubscriberInterface method getSubscribedServices (line 61) | public static function getSubscribedServices(): array; FILE: server/vendor/symfony/service-contracts/ServiceSubscriberTrait.php type ServiceSubscriberTrait (line 33) | trait ServiceSubscriberTrait method getSubscribedServices (line 35) | public static function getSubscribedServices(): array method setContainer (line 72) | #[Required] FILE: server/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php class ServiceLocatorTest (line 20) | class ServiceLocatorTest FILE: server/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php class ServiceLocatorTestCase (line 20) | abstract class ServiceLocatorTestCase extends TestCase method getServiceLocator (line 25) | protected function getServiceLocator(array $factories): ContainerInter... method testHas (line 32) | public function testHas() method testGet (line 45) | public function testGet() method testGetDoesNotMemoize (line 56) | public function testGetDoesNotMemoize() method testThrowsOnUndefinedInternalService (line 72) | public function testThrowsOnUndefinedInternalService() method testThrowsOnCircularReference (line 84) | public function testThrowsOnCircularReference() FILE: server/vendor/symfony/string/AbstractString.php class AbstractString (line 30) | abstract class AbstractString implements \Stringable, \JsonSerializable method __construct (line 45) | abstract public function __construct(string $string = ''); method unwrap (line 52) | public static function unwrap(array $values): array method wrap (line 70) | public static function wrap(array $values): array method after (line 96) | public function after(string|iterable $needle, bool $includeNeedle = f... method afterLast (line 129) | public function afterLast(string|iterable $needle, bool $includeNeedle... method append (line 159) | abstract public function append(string ...$suffix): static; method before (line 164) | public function before(string|iterable $needle, bool $includeNeedle = ... method beforeLast (line 197) | public function beforeLast(string|iterable $needle, bool $includeNeedl... method bytesAt (line 230) | public function bytesAt(int $offset): array method camel (line 237) | abstract public function camel(): static; method chunk (line 242) | abstract public function chunk(int $length = 1): array; method collapseWhitespace (line 244) | public function collapseWhitespace(): static method containsAny (line 255) | public function containsAny(string|iterable $needle): bool method endsWith (line 263) | public function endsWith(string|iterable $suffix): bool method ensureEnd (line 278) | public function ensureEnd(string $suffix): static method ensureStart (line 290) | public function ensureStart(string $prefix): static method equalsTo (line 312) | public function equalsTo(string|iterable $string): bool method folded (line 327) | abstract public function folded(): static; method ignoreCase (line 329) | public function ignoreCase(): static method indexOf (line 340) | public function indexOf(string|iterable $needle, int $offset = 0): ?int method indexOfLast (line 362) | public function indexOfLast(string|iterable $needle, int $offset = 0):... method isEmpty (line 381) | public function isEmpty(): bool method join (line 386) | abstract public function join(array $strings, ?string $lastGlue = null... method jsonSerialize (line 388) | public function jsonSerialize(): string method length (line 393) | abstract public function length(): int; method lower (line 395) | abstract public function lower(): static; method match (line 404) | abstract public function match(string $regexp, int $flags = 0, int $of... method padBoth (line 406) | abstract public function padBoth(int $length, string $padStr = ' '): s... method padEnd (line 408) | abstract public function padEnd(int $length, string $padStr = ' '): st... method padStart (line 410) | abstract public function padStart(int $length, string $padStr = ' '): ... method prepend (line 412) | abstract public function prepend(string ...$prefix): static; method repeat (line 414) | public function repeat(int $multiplier): static method replace (line 426) | abstract public function replace(string $from, string $to): static; method replaceMatches (line 428) | abstract public function replaceMatches(string $fromRegexp, string|cal... method reverse (line 430) | abstract public function reverse(): static; method slice (line 432) | abstract public function slice(int $start = 0, ?int $length = null): s... method snake (line 434) | abstract public function snake(): static; method splice (line 436) | abstract public function splice(string $replacement, int $start = 0, ?... method split (line 441) | public function split(string $delimiter, ?int $limit = null, ?int $fla... method startsWith (line 481) | public function startsWith(string|iterable $prefix): bool method title (line 496) | abstract public function title(bool $allWords = false): static; method toByteString (line 498) | public function toByteString(?string $toEncoding = null): ByteString method toCodePointString (line 523) | public function toCodePointString(): CodePointString method toString (line 528) | public function toString(): string method toUnicodeString (line 533) | public function toUnicodeString(): UnicodeString method trim (line 538) | abstract public function trim(string $chars = " \t\n\r\0\x0B\x0C\u{A0}... method trimEnd (line 540) | abstract public function trimEnd(string $chars = " \t\n\r\0\x0B\x0C\u{... method trimPrefix (line 545) | public function trimPrefix($prefix): static method trimStart (line 574) | abstract public function trimStart(string $chars = " \t\n\r\0\x0B\x0C\... method trimSuffix (line 579) | public function trimSuffix($suffix): static method truncate (line 608) | public function truncate(int $length, string $ellipsis = '', bool $cut... method upper (line 635) | abstract public function upper(): static; method width (line 640) | abstract public function width(bool $ignoreAnsiDecoration = true): int; method wordwrap (line 642) | public function wordwrap(int $width = 75, string $break = "\n", bool $... method __sleep (line 688) | public function __sleep(): array method __clone (line 693) | public function __clone() method __toString (line 698) | public function __toString(): string FILE: server/vendor/symfony/string/AbstractUnicodeString.php class AbstractUnicodeString (line 29) | abstract class AbstractUnicodeString extends AbstractString method fromCodePoints (line 51) | public static function fromCodePoints(int ...$codes): static method ascii (line 77) | public function ascii(array $rules = []): self method camel (line 161) | public function camel(): static method codePointsAt (line 176) | public function codePointsAt(int $offset): array method folded (line 193) | public function folded(bool $compat = true): static method join (line 207) | public function join(array $strings, ?string $lastGlue = null): static method lower (line 221) | public function lower(): static method match (line 229) | public function match(string $regexp, int $flags = 0, int $offset = 0)... method normalize (line 250) | public function normalize(int $form = self::NFC): static method padBoth (line 262) | public function padBoth(int $length, string $padStr = ' '): static method padEnd (line 274) | public function padEnd(int $length, string $padStr = ' '): static method padStart (line 286) | public function padStart(int $length, string $padStr = ' '): static method replaceMatches (line 298) | public function replaceMatches(string $fromRegexp, string|callable $to... method reverse (line 345) | public function reverse(): static method snake (line 353) | public function snake(): static method title (line 361) | public function title(bool $allWords = false): static method trim (line 372) | public function trim(string $chars = " \t\n\r\0\x0B\x0C\u{A0}\u{FEFF}"... method trimEnd (line 385) | public function trimEnd(string $chars = " \t\n\r\0\x0B\x0C\u{A0}\u{FEF... method trimPrefix (line 398) | public function trimPrefix($prefix): static method trimStart (line 418) | public function trimStart(string $chars = " \t\n\r\0\x0B\x0C\u{A0}\u{F... method trimSuffix (line 431) | public function trimSuffix($suffix): static method upper (line 451) | public function upper(): static method width (line 459) | public function width(bool $ignoreAnsiDecoration = true): int method pad (line 491) | private function pad(int $len, self $pad, int $type): static method wcswidth (line 530) | private function wcswidth(string $string): int FILE: server/vendor/symfony/string/ByteString.php class ByteString (line 26) | class ByteString extends AbstractString method __construct (line 30) | public function __construct(string $string = '') method fromRandom (line 45) | public static function fromRandom(int $length = 16, ?string $alphabet ... method bytesAt (line 88) | public function bytesAt(int $offset): array method append (line 95) | public function append(string ...$suffix): static method camel (line 103) | public function camel(): static method chunk (line 114) | public function chunk(int $length = 1): array method endsWith (line 135) | public function endsWith(string|iterable|AbstractString $suffix): bool method equalsTo (line 146) | public function equalsTo(string|iterable|AbstractString $string): bool method folded (line 161) | public function folded(): static method indexOf (line 169) | public function indexOf(string|iterable|AbstractString $needle, int $o... method indexOfLast (line 186) | public function indexOfLast(string|iterable|AbstractString $needle, in... method isUtf8 (line 203) | public function isUtf8(): bool method join (line 208) | public function join(array $strings, ?string $lastGlue = null): static method length (line 218) | public function length(): int method lower (line 223) | public function lower(): static method match (line 231) | public function match(string $regexp, int $flags = 0, int $offset = 0)... method padBoth (line 252) | public function padBoth(int $length, string $padStr = ' '): static method padEnd (line 260) | public function padEnd(int $length, string $padStr = ' '): static method padStart (line 268) | public function padStart(int $length, string $padStr = ' '): static method prepend (line 276) | public function prepend(string ...$prefix): static method replace (line 284) | public function replace(string $from, string $to): static method replaceMatches (line 295) | public function replaceMatches(string $fromRegexp, string|callable $to... method reverse (line 327) | public function reverse(): static method slice (line 335) | public function slice(int $start = 0, ?int $length = null): static method snake (line 343) | public function snake(): static method splice (line 351) | public function splice(string $replacement, int $start = 0, ?int $leng... method split (line 359) | public function split(string $delimiter, ?int $limit = null, ?int $fla... method startsWith (line 386) | public function startsWith(string|iterable|AbstractString $prefix): bool method title (line 397) | public function title(bool $allWords = false): static method toUnicodeString (line 405) | public function toUnicodeString(?string $fromEncoding = null): Unicode... method toCodePointString (line 410) | public function toCodePointString(?string $fromEncoding = null): CodeP... method trim (line 447) | public function trim(string $chars = " \t\n\r\0\x0B\x0C"): static method trimEnd (line 455) | public function trimEnd(string $chars = " \t\n\r\0\x0B\x0C"): static method trimStart (line 463) | public function trimStart(string $chars = " \t\n\r\0\x0B\x0C"): static method upper (line 471) | public function upper(): static method width (line 479) | public function width(bool $ignoreAnsiDecoration = true): int FILE: server/vendor/symfony/string/CodePointString.php class CodePointString (line 25) | class CodePointString extends AbstractUnicodeString method __construct (line 27) | public function __construct(string $string = '') method append (line 36) | public function append(string ...$suffix): static method chunk (line 48) | public function chunk(int $length = 1): array method codePointsAt (line 76) | public function codePointsAt(int $offset): array method endsWith (line 83) | public function endsWith(string|iterable|AbstractString $suffix): bool method equalsTo (line 102) | public function equalsTo(string|iterable|AbstractString $string): bool method indexOf (line 117) | public function indexOf(string|iterable|AbstractString $needle, int $o... method indexOfLast (line 134) | public function indexOfLast(string|iterable|AbstractString $needle, in... method length (line 151) | public function length(): int method prepend (line 156) | public function prepend(string ...$prefix): static method replace (line 168) | public function replace(string $from, string $to): static method slice (line 189) | public function slice(int $start = 0, ?int $length = null): static method splice (line 197) | public function splice(string $replacement, int $start = 0, ?int $leng... method split (line 211) | public function split(string $delimiter, ?int $limit = null, ?int $fla... method startsWith (line 242) | public function startsWith(string|iterable|AbstractString $prefix): bool FILE: server/vendor/symfony/string/Exception/ExceptionInterface.php type ExceptionInterface (line 14) | interface ExceptionInterface extends \Throwable FILE: server/vendor/symfony/string/Exception/InvalidArgumentException.php class InvalidArgumentException (line 14) | class InvalidArgumentException extends \InvalidArgumentException impleme... FILE: server/vendor/symfony/string/Exception/RuntimeException.php class RuntimeException (line 14) | class RuntimeException extends \RuntimeException implements ExceptionInt... FILE: server/vendor/symfony/string/Inflector/EnglishInflector.php class EnglishInflector (line 14) | final class EnglishInflector implements InflectorInterface method singularize (line 462) | public function singularize(string $plural): array method pluralize (line 538) | public function pluralize(string $singular): array FILE: server/vendor/symfony/string/Inflector/FrenchInflector.php class FrenchInflector (line 19) | final class FrenchInflector implements InflectorInterface method singularize (line 113) | public function singularize(string $plural): array method pluralize (line 130) | public function pluralize(string $singular): array method isInflectedWord (line 147) | private function isInflectedWord(string $word): bool FILE: server/vendor/symfony/string/Inflector/InflectorInterface.php type InflectorInterface (line 14) | interface InflectorInterface method singularize (line 23) | public function singularize(string $plural): array; method pluralize (line 32) | public function pluralize(string $singular): array; FILE: server/vendor/symfony/string/LazyString.php class LazyString (line 19) | class LazyString implements \Stringable, \JsonSerializable method fromCallable (line 26) | public static function fromCallable(callable|array $callback, mixed ..... method fromStringable (line 52) | public static function fromStringable(string|int|float|bool|\Stringabl... method isStringable (line 67) | final public static function isStringable(mixed $value): bool method resolve (line 77) | final public static function resolve(\Stringable|string|int|float|bool... method __toString (line 82) | public function __toString(): string method __sleep (line 104) | public function __sleep(): array method jsonSerialize (line 111) | public function jsonSerialize(): string method __construct (line 116) | private function __construct() method getPrettyName (line 120) | private static function getPrettyName(callable $callback): string FILE: server/vendor/symfony/string/Resources/functions.php function u (line 15) | function u(?string $string = ''): UnicodeString function b (line 22) | function b(?string $string = ''): ByteString function s (line 32) | function s(?string $string = ''): AbstractString FILE: server/vendor/symfony/string/Slugger/SluggerInterface.php type SluggerInterface (line 21) | interface SluggerInterface method slug (line 26) | public function slug(string $string, string $separator = '-', ?string ... FILE: server/vendor/symfony/string/UnicodeString.php class UnicodeString (line 33) | class UnicodeString extends AbstractUnicodeString method __construct (line 35) | public function __construct(string $string = '') method append (line 48) | public function append(string ...$suffix): static method chunk (line 66) | public function chunk(int $length = 1): array method endsWith (line 94) | public function endsWith(string|iterable|AbstractString $suffix): bool method equalsTo (line 116) | public function equalsTo(string|iterable|AbstractString $string): bool method indexOf (line 134) | public function indexOf(string|iterable|AbstractString $needle, int $o... method indexOfLast (line 158) | public function indexOfLast(string|iterable|AbstractString $needle, in... method join (line 188) | public function join(array $strings, ?string $lastGlue = null): static method length (line 196) | public function length(): int method normalize (line 201) | public function normalize(int $form = self::NFC): static method prepend (line 217) | public function prepend(string ...$prefix): static method replace (line 235) | public function replace(string $from, string $to): static method replaceMatches (line 267) | public function replaceMatches(string $fromRegexp, string|callable $to... method slice (line 275) | public function slice(int $start = 0, ?int $length = null): static method splice (line 284) | public function splice(string $replacement, int $start = 0, ?int $leng... method split (line 305) | public function split(string $delimiter, ?int $limit = null, ?int $fla... method startsWith (line 343) | public function startsWith(string|iterable|AbstractString $prefix): bool method __wakeup (line 368) | public function __wakeup() method __clone (line 377) | public function __clone() FILE: server/vendor/symfony/translation/Catalogue/AbstractOperation.php class AbstractOperation (line 27) | abstract class AbstractOperation implements OperationInterface method __construct (line 65) | public function __construct(MessageCatalogueInterface $source, Message... method getDomains (line 77) | public function getDomains(): array method getMessages (line 97) | public function getMessages(string $domain): array method getNewMessages (line 110) | public function getNewMessages(string $domain): array method getObsoleteMessages (line 123) | public function getObsoleteMessages(string $domain): array method getResult (line 136) | public function getResult(): MessageCatalogueInterface method moveMessagesToIntlDomainsIfPossible (line 150) | public function moveMessagesToIntlDomainsIfPossible(string $batch = se... method processDomain (line 186) | abstract protected function processDomain(string $domain); FILE: server/vendor/symfony/translation/Catalogue/OperationInterface.php type OperationInterface (line 35) | interface OperationInterface method getDomains (line 40) | public function getDomains(): array; method getMessages (line 45) | public function getMessages(string $domain): array; method getNewMessages (line 50) | public function getNewMessages(string $domain): array; method getObsoleteMessages (line 55) | public function getObsoleteMessages(string $domain): array; method getResult (line 60) | public function getResult(): MessageCatalogueInterface; FILE: server/vendor/symfony/translation/Catalogue/TargetOperation.php class TargetOperation (line 26) | class TargetOperation extends AbstractOperation method processDomain (line 31) | protected function processDomain(string $domain) FILE: server/vendor/symfony/translation/CatalogueMetadataAwareInterface.php type CatalogueMetadataAwareInterface (line 19) | interface CatalogueMetadataAwareInterface method getCatalogueMetadata (line 30) | public function getCatalogueMetadata(string $key = '', string $domain ... method setCatalogueMetadata (line 37) | public function setCatalogueMetadata(string $key, mixed $value, string... method deleteCatalogueMetadata (line 47) | public function deleteCatalogueMetadata(string $key = '', string $doma... FILE: server/vendor/symfony/translation/Command/TranslationPushCommand.php class TranslationPushCommand (line 32) | #[AsCommand(name: 'translation:push', description: 'Push translations to... method __construct (line 42) | public function __construct(TranslationProviderCollection $providers, ... method complete (line 52) | public function complete(CompletionInput $input, CompletionSuggestions... method configure (line 76) | protected function configure(): void method execute (line 113) | protected function execute(InputInterface $input, OutputInterface $out... method getDomainsFromTranslatorBag (line 172) | private function getDomainsFromTranslatorBag(TranslatorBag $translator... FILE: server/vendor/symfony/translation/Command/TranslationTrait.php type TranslationTrait (line 21) | trait TranslationTrait method readLocalTranslations (line 23) | private function readLocalTranslations(array $locales, array $domains,... method filterCatalogue (line 45) | private function filterCatalogue(MessageCatalogue $catalogue, string $... FILE: server/vendor/symfony/translation/DataCollector/TranslationDataCollector.php class TranslationDataCollector (line 26) | class TranslationDataCollector extends DataCollector implements LateData... method __construct (line 30) | public function __construct(DataCollectorTranslator $translator) method lateCollect (line 35) | public function lateCollect(): void method collect (line 45) | public function collect(Request $request, Response $response, ?\Throwa... method reset (line 51) | public function reset(): void method getMessages (line 56) | public function getMessages(): array|Data method getCountMissings (line 61) | public function getCountMissings(): int method getCountFallbacks (line 66) | public function getCountFallbacks(): int method getCountDefines (line 71) | public function getCountDefines(): int method getLocale (line 76) | public function getLocale(): ?string method getFallbackLocales (line 84) | public function getFallbackLocales(): Data|array method getName (line 89) | public function getName(): string method sanitizeCollectedMessages (line 94) | private function sanitizeCollectedMessages(array $messages): array method computeCount (line 119) | private function computeCount(array $messages): array method sanitizeString (line 134) | private function sanitizeString(string $string, int $length = 80): string FILE: server/vendor/symfony/translation/DataCollectorTranslator.php class DataCollectorTranslator (line 22) | class DataCollectorTranslator implements TranslatorInterface, Translator... method __construct (line 34) | public function __construct(TranslatorInterface $translator) method trans (line 43) | public function trans(?string $id, array $parameters = [], ?string $do... method setLocale (line 54) | public function setLocale(string $locale) method getLocale (line 59) | public function getLocale(): string method getCatalogue (line 64) | public function getCatalogue(?string $locale = null): MessageCatalogue... method getCatalogues (line 69) | public function getCatalogues(): array method warmUp (line 74) | public function warmUp(string $cacheDir, ?string $buildDir = null): array method getFallbackLocales (line 86) | public function getFallbackLocales(): array method __call (line 98) | public function __call(string $method, array $args) method getCollectedMessages (line 103) | public function getCollectedMessages(): array method collectMessage (line 108) | private function collectMessage(?string $locale, ?string $domain, stri... FILE: server/vendor/symfony/translation/DependencyInjection/TranslatorPass.php class TranslatorPass (line 19) | class TranslatorPass implements CompilerPassInterface method process (line 24) | public function process(ContainerBuilder $container) FILE: server/vendor/symfony/translation/Dumper/FileDumper.php class FileDumper (line 26) | abstract class FileDumper implements DumperInterface method setRelativePathTemplate (line 40) | public function setRelativePathTemplate(string $relativePathTemplate) method dump (line 48) | public function dump(MessageCatalogue $messages, array $options = []) method formatCatalogue (line 90) | abstract public function formatCatalogue(MessageCatalogue $messages, s... method getExtension (line 95) | abstract protected function getExtension(): string; method getRelativePath (line 100) | private function getRelativePath(string $domain, string $locale): string