Lines Matching refs:unfinished

43 …dicate whether the task is finished. Two icons, **finished.png** and **unfinished.png**, are provi…
57 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
58 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
83 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
84 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
125 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
126 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
185 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
186 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
235 … component. In the outermost **TodoList**, the "All finished" and "All unfinished" buttons are add…
256 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
257 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
320 …ening for task status changes and dynamic computation of the number of unfinished tasks. Therefore…
322 …voked to output a log to record the change. In addition, the number of unfinished tasks in the **T…
347 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
348 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
448 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
449 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
618 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
619 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
773 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
774 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
1012 - **TitleView**: displays application titles and statistics about unfinished tasks.
1054 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
1055 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))