E D R , A S I H C RSS

Full text search for "BookList"

Book List


Search BackLinks only
Display context of search results
Case-sensitive searching
  • ProjectPrometheus/AT_RecommendationPrototype . . . . 34 matches
          self.bookList = []
          self.lightReviewBookList = {}
          self.heavyReviewBookList = {}
          def viewBooks(self, aBookList):
          for book in aBookList:
          if self.lightReviewBookList.has_key(aBook):
          point += self.lightReviewBookList[aBook] * WEIGHT_LIGHTREVIEW
          if self.heavyReviewBookList.has_key(aBook):
          point += self.heavyReviewBookList[aBook] * WEIGHT_HEAVYREVIEW
          for book in self.bookList:
          self.bookList.append(aNewBook)
          for book in self.bookList:
          if not aBook in self.bookList:
          self.bookList.append(aBook)
          def getViewBookList(self):
          return tuple(self.bookList)
          self.lightReviewBookList[aBook] = aPoint
          self.heavyReviewBookList[aBook] = aPoint
          def getRelatedBookList(self):
          def getRecommendationBookList(self):
  • ProjectPrometheus/Iteration2 . . . . 3 matches
         || {{{~cpp RecommendationBookListBig}}}|| 가중치 순서대로 책 리스트 보여주기 테스트. More || ○ ||
         || {{{~cpp RecommendationBookListLimitScore}}}|| 특정 가중치 점수 이하대의 책 리스트는 보여주지 않기 테스트. || ○ ||
         || {{{~cpp RecommendationBookListLimitScoreMore}}} || 특정 가중치 점수 이하대의 책 리스트는 보여주지 않기 테스트. More || ○ ||
  • ProjectPrometheus/Journey . . . . 3 matches
          * {{{~cpp ViewBookExtractorTest}}} ( {{{~cpp LendBookList}}} 와 연계하여 테스트 추가 )
          * {{{~cpp LendBookListTest}}}
         bookList = bs.getSearchedBookList();
  • ProjectPrometheus/BugReport . . . . 1 match
          * '''호밀밭의 파수꾼''' 2002 년 판의 LendBookList 가 추출되지 않음.RecommendList 추출시에 역시 에러
  • ProjectPrometheus/EngineeringTask . . . . 1 match
         || DB 에서 책에 대한 Total Point 를 가져와서 정렬, BookList 만들기 ||
  • ProjectPrometheus/Iteration5 . . . . 1 match
         || SearchBookList Page에서 viewbookservice 로 연결 || 1 || ○ ||
Found 6 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3931 sec