MCPcopy Create free account

hub / github.com/alceanicu/zce / functions

Functions138 in github.com/alceanicu/zce

↓ 18 callersMethoderror
* Logs messages or objects with the error level. * Works the same as console.log().
src/app/core/services/logger/logger.service.ts:102
↓ 9 callersMethodinfo
* Logs messages or objects with the info level. * Works the same as console.log().
src/app/core/services/logger/logger.service.ts:85
↓ 5 callersMethodgetQuestion
(index: number)
src/app/exam/exam.component.ts:198
↓ 4 callersMethodlog
(func: (...args: any[]) => void, level: LogLevel, objects: any[])
src/app/core/services/logger/logger.service.ts:106
↓ 3 callersMethodsetValue
(value: any)
src/app/core/interfaces/data-service.interface.ts:8
↓ 3 callersMethodstart
(count: number)
src/app/core/services/countdown/countdown.service.ts:22
↓ 2 callersMethodclear
* Clear all LocalStorage
src/app/core/services/local-storage/local-storage.service.ts:42
↓ 2 callersMethodfinishExam
()
src/app/exam/exam.component.ts:187
↓ 2 callersMethodgetItem
* Retrieve a value by the key from LocalStorage
src/app/core/services/local-storage/local-storage.service.ts:28
↓ 2 callersMethodgetQuestionById
(id: number, subscriber: Subscriber<Question>)
src/app/core/services/question/question.service.ts:56
↓ 2 callersMethodgetQuestionFromFirebase
(id: number, subscriber: Subscriber<IQuestion>)
src/app/core/services/question/question.service.ts:91
↓ 2 callersMethodgetRandomQuestion
()
src/app/prepare/prepare.component.ts:62
↓ 2 callersMethodgetValue
()
src/app/core/interfaces/data-service.interface.ts:6
↓ 2 callersMethodhighlightAll
()
src/app/core/services/prism/prism.service.ts:29
↓ 2 callersMethodopenSnackBar
(data: any, className: string, action: string = 'close')
src/app/exam/exam.component.ts:232
↓ 2 callersMethodrandomNumberFromInterval
* Returns a random integer between min (inclusive) and max (inclusive). * The value is no lower than min (or the next integer greater than min if m
src/app/core/utils/helper.ts:8
↓ 2 callersMethodsetInternalParams
(questionNumber: number = 1, internalCounter: number = 0)
src/app/core/services/question/question.service.ts:51
↓ 2 callersMethodsetItem
* Add key and value to LocalStorage
src/app/core/services/local-storage/local-storage.service.ts:21
↓ 2 callersMethodsetQuestion
(question: Question, subscriber: Subscriber<IQuestion>)
src/app/core/services/question/question.service.ts:121
↓ 2 callersMethodvalidate
(isValidated: boolean)
src/app/core/interfaces/question.interface.ts:14
↓ 1 callersMethodaddQuestion
* Used by backend
src/app/core/services/firestore/php-question.service.ts:45
↓ 1 callersMethodcanExit
()
src/app/exam/exam.component.ts:112
↓ 1 callersMethodclearQuestionTableByVersion
()
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:42
↓ 1 callersMethodcountdown
()
src/app/core/services/countdown/countdown.service.ts:18
↓ 1 callersMethodenableProductionMode
* Enables production mode. * Sets logging level to LogLevel.Warning.
src/app/core/services/logger/logger.service.ts:66
↓ 1 callersMethodfinish
()
src/app/core/models/exam.model.ts:29
↓ 1 callersMethodgenerateArrayWithRandomUniqueElement
( arraySize: number, max: number, min: number = 1, excludeArray: Array<number> = [], sorte
src/app/core/utils/helper.ts:14
↓ 1 callersMethodgenerateRandomIdWithoutRepeatInLastN
(internalCounter: number = 0, key: string = 'phpLastNIds')
src/app/core/services/question/question.service.ts:73
↓ 1 callersMethodgetCurrentUrl
()
src/app/app.component.ts:81
↓ 1 callersMethodgetOneQuestionById
(id: number)
src/app/core/services/question/question.service.ts:43
↓ 1 callersMethodgetQuestion
(questionNumber: number = 1)
src/app/core/services/question/question.service.ts:33
↓ 1 callersMethodgetTimeString
(endTime: Moment)
src/app/exam/exam.component.ts:221
↓ 1 callersMethodgetTitleText
()
e2e/src/app.po.ts:8
↓ 1 callersMethodinit
* initialize - FIXME
src/app/core/models/question.model.ts:50
↓ 1 callersMethodisValidRowAnswer
(i: number)
src/app/core/models/question.model.ts:39
↓ 1 callersMethodnavigateTo
()
e2e/src/app.po.ts:4
↓ 1 callersMethodopenSnackBar
(data: any, className: string, action: string = 'next question')
src/app/prepare/prepare.component.ts:107
↓ 1 callersMethodopenSnackBar
(data: any, className: string, action: string = 'close')
src/app/home/home.component.ts:74
↓ 1 callersMethodrandomizeAnswers
()
src/app/core/models/question.model.ts:43
↓ 1 callersMethodremoveItem
* Remove an item by key from LocalStorage
src/app/core/services/local-storage/local-storage.service.ts:35
↓ 1 callersMethodreset
()
src/app/prepare/prepare.component.ts:89
↓ 1 callersMethodsaveToIndexedDb
(question: IQuestion)
src/app/core/services/question/question.service.ts:111
↓ 1 callersMethodsetQuestion
(index: number, question: Question | null)
src/app/core/models/exam.model.ts:43
↓ 1 callersMethodupdateScore
(isCorrect: boolean)
src/app/prepare/prepare.component.ts:96
MethodaddQuestion
(question: IQuestion)
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:28
MethodcanDeactivate
( component: IDeactivate, currentRoute: ActivatedRouteSnapshot, currentState: RouterStateSnapshot,
src/app/core/guards/exam/exam.guard.ts:10
Methodclear
* Empties the list associated with the object of all key/value pairs, if there are any.
src/app/core/services/session-storage/session-storage.service.ts:18
Methodclear
()
src/app/core/services/sync-countdown-time/sync-countdown-time.service.ts:28
MethodclearQuestionTable
()
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:51
MethodclickMark
(event: MatButtonToggleChange)
src/app/exam/exam.component.ts:157
Functionconstructor
( private readonly key: string, private readonly defaultValue: any, private readonly sessionStorag
src/app/core/utils/abstract/sync-abstract.ts:10
Methodconstructor
( private matIconRegistry: MatIconRegistry, private domSanitizer: DomSanitizer, private router: Ro
src/app/app.component.ts:31
Methodconstructor
( private ngxUiLoaderService: NgxUiLoaderService, private syncScoreService: SyncScoreService, priv
src/app/prepare/prepare.component.ts:27
Methodconstructor
(private source?: string)
src/app/core/services/logger/logger.service.ts:70
Methodconstructor
()
src/app/core/services/pdf/pdf.service.ts:19
Methodconstructor
( @Inject(PLATFORM_ID) private platformId: object )
src/app/core/services/prism/prism.service.ts:24
Methodconstructor
( private db: AngularFirestore )
src/app/core/services/firestore/php-question.service.ts:20
Methodconstructor
()
src/app/core/services/sync-location/sync-location.service.ts:14
Methodconstructor
()
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:11
Methodconstructor
()
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:24
Methodconstructor
()
src/app/core/services/session-storage/session-storage.service.ts:9
Methodconstructor
()
src/app/core/services/sync-countdown-time/sync-countdown-time.service.ts:16
Methodconstructor
()
src/app/core/services/sync-score/sync-score.service.ts:16
Methodconstructor
()
src/app/core/services/local-storage/local-storage.service.ts:12
Methodconstructor
( private firestorePhpQuestionService: PhpQuestionService, private indexedDbQuizService: IndexedDbQuiz
src/app/core/services/question/question.service.ts:25
Methodconstructor
(values?: ICountdownTime)
src/app/core/models/countdown-time.model.ts:6
Methodconstructor
(values?: IExam)
src/app/core/models/exam.model.ts:17
Methodconstructor
(values?: IQuestion)
src/app/core/models/question.model.ts:16
Methodconstructor
(values?: IScore)
src/app/core/models/score.model.ts:8
Methodconstructor
( private questionService: QuestionService, private pdfService: PdfService, private snackBar: MatS
src/app/home/home.component.ts:26
Methodconstructor
( @Inject(MAT_DIALOG_DATA) private data: any, private dialogRef: MatDialogRef<ConfirmComponent> )
src/app/shared/confirm/confirm.component.ts:14
Methodconstructor
( private syncLocationService: SyncLocationService )
src/app/shared/layout/footer/footer.component.ts:19
Methodconstructor
( private syncScoreService: SyncScoreService, private syncLocationService: SyncLocationService, pr
src/app/shared/layout/header/header.component.ts:22
Methodconstructor
( private cdr: ChangeDetectorRef )
src/app/shared/question-display/question-display.component.ts:21
Methodconstructor
( private cdr: ChangeDetectorRef )
src/app/about/about.component.ts:15
Methodconstructor
( private router: Router, private dialog: MatDialog, private snackBar: MatSnackBar, private pr
src/app/exam/exam.component.ts:33
MethodcurrentIndex
()
src/app/exam/exam.component.ts:137
Methoddebug
* Logs messages or objects with the debug level. * Works the same as console.log().
src/app/core/services/logger/logger.service.ts:77
MethoddeleteQuestion
* Used by backend
src/app/core/services/firestore/php-question.service.ts:87
MethoddeleteQuestion
(id: number)
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:59
Functiondestroy
(key: string)
src/app/core/utils/abstract/sync-abstract.ts:35
MethodgeneratePDF
(questionArray: Question[], pdfName: string = '')
src/app/core/services/pdf/pdf.service.ts:26
MethodgeneratePDF
(questionNumber: number)
src/app/home/home.component.ts:47
MethodgetAllQuestions
()
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:63
FunctiongetCurrentValue
()
src/app/core/utils/abstract/sync-abstract.ts:26
MethodgetItem
* value = storage[key]
src/app/core/services/session-storage/session-storage.service.ts:25
MethodgetNextQuestion
()
src/app/exam/exam.component.ts:169
MethodgetPhpConfig
* Used by backend
src/app/core/services/firestore/php-question.service.ts:36
MethodgetPrevQuestion
()
src/app/exam/exam.component.ts:165
MethodgetQuestion
(id: number)
src/app/core/services/firestore/php-question.service.ts:27
MethodgetQuestionById
(id: number)
src/app/core/services/indexeddb/indexed-db-quiz.service.ts:38
MethodgetValue
()
src/app/core/services/sync-location/sync-location.service.ts:19
MethodgetValue
()
src/app/core/services/sync-countdown-time/sync-countdown-time.service.ts:20
MethodgetValue
()
src/app/core/services/sync-score/sync-score.service.ts:20
MethodgoToHome
()
src/app/exam/exam.component.ts:177
MethodhasMarkForReview
()
src/app/exam/exam.component.ts:153
FunctioninitApp
(iDb: IndexedDbQuizService)
src/app/app.module.ts:19
MethodisDisabledMarkForReviewBtn
()
src/app/exam/exam.component.ts:149
MethodisDisabledNextBtn
()
src/app/exam/exam.component.ts:145
MethodisDisabledPrevBtn
()
src/app/exam/exam.component.ts:141
next →1–100 of 138, ranked by callers