Searched refs:startIndex (Results 1 – 6 of 6) sorted by relevance
69 const startIndex = (currentPage - 1) * perPage;70 const endIndex = Math.min(startIndex + perPage, allItems.length);71 const pageItemsCount = endIndex - startIndex;75 .slice(startIndex, endIndex)105 const startIndex = (currentPage - 1) * perPage;107 const endIndex = Math.min(startIndex + perPage, allItems.length);109 for (let i = startIndex; i < endIndex; i++) {
10 | 171 | char* tagList = &outline.tags[startIndex];28 FT_Vector* pointList = &outline.points[startIndex];29 - char* tagList = &outline.tags[startIndex];30 + char* tagList = (char*)&outline.tags[startIndex];33 contourLength = (endIndex - startIndex) + 1;
146 auto startIndex = cookieValue.find("BMCWEB-SESSION="); in performCookieAuth() local147 if (startIndex == std::string::npos) in performCookieAuth()154 startIndex += sizeof("BMCWEB-SESSION=") - 1; in performCookieAuth()155 auto endIndex = cookieValue.find(';', startIndex); in performCookieAuth()161 cookieValue.substr(startIndex, endIndex - startIndex); in performCookieAuth()
106 const ssize_t startIndex = i; in create_pldm_firmware_device_identification_record() local157 const ssize_t recordLength = i - startIndex; in create_pldm_firmware_device_identification_record()
191 req_args = {'startIndex' : 0}226 req_args['startIndex'] = index239 index = data["startIndex"]
1108 size_t startIndex = 0; in ipmiOemGet80PortRecord() local1148 startIndex = resData.size() - maxPostCodeLen; in ipmiOemGet80PortRecord()1151 response.assign(resData.begin() + startIndex, resData.end()); in ipmiOemGet80PortRecord()