| LOW | app/Models/Feed.php | 423 | public function newestArticleReceivedDate(): int { |
| LOW | app/Models/Feed.php | 433 | public function newestArticlePublicationDate(): int { |
| LOW | app/Models/Feed.php | 958 | private function dotNotationForStandardJsonFeed(): array { |
| LOW | app/Models/UserQuery.php | 290 | public function setPublishLabelsInsteadOfTags(bool $publishLabelsInsteadOfTags): void { |
| LOW | app/Models/UserQuery.php | 294 | public function publishLabelsInsteadOfTags(): bool { |
| LOW | app/Models/StatsDAOSQLite.php | 29 | protected function calculateEntryRepartitionPerFeedPerPeriod(string $period, ?int $feed = null): array { |
| LOW | app/Models/Search.php | 1323 | private function parseNotModifiedDateSearch(string $input): string { |
| LOW | app/Models/CategoryDAO.php | 361 | public function listCategoriesOrderUpdate(int $defaultCacheDuration = 86400, int $limit = 0): array { |
| LOW | app/Models/CategoryDAO.php | 488 | private static function daoToCategoriesPrepopulated(array $listDAO): array { |
| LOW | app/Models/StatsDAOPGSQL.php | 27 | public function calculateEntryRepartitionPerFeedPerHour(?int $feed = null): array { |
| LOW | app/Models/StatsDAOPGSQL.php | 36 | public function calculateEntryRepartitionPerFeedPerDayOfWeek(?int $feed = null): array { |
| LOW | app/Models/StatsDAOPGSQL.php | 45 | public function calculateEntryRepartitionPerFeedPerMonth(?int $feed = null): array { |
| LOW | app/Models/StatsDAOPGSQL.php | 55 | protected function calculateEntryRepartitionPerFeedPerPeriod(string $period, ?int $feed = null): array { |
| LOW | app/Models/StatsDAO.php | 41 | public function calculateEntryRepartition(): array { |
| LOW | app/Models/StatsDAO.php | 58 | public function calculateEntryRepartitionPerFeed(?int $feed = null, bool $only_main = false): array|false { |
| LOW | app/Models/StatsDAO.php | 126 | public function calculateEntryRepartitionPerFeedPerHour(?int $feed = null): array { |
| LOW | app/Models/StatsDAO.php | 134 | public function calculateEntryRepartitionPerFeedPerDayOfWeek(?int $feed = null): array { |
| LOW | app/Models/StatsDAO.php | 142 | public function calculateEntryRepartitionPerFeedPerMonth(?int $feed = null): array { |
| LOW | app/Models/StatsDAO.php | 154 | protected function calculateEntryRepartitionPerFeedPerPeriod(string $period, ?int $feed = null): array { |
| LOW | app/Models/StatsDAO.php | 190 | public function calculateEntryAveragePerFeedPerHour(?int $feed = null): float { |
| LOW | app/Models/StatsDAO.php | 197 | public function calculateEntryAveragePerFeedPerDayOfWeek(?int $feed = null): float { |
| LOW | app/Models/StatsDAO.php | 204 | public function calculateEntryAveragePerFeedPerMonth(?int $feed = null): float { |
| LOW | app/Models/StatsDAO.php | 212 | protected function calculateEntryAveragePerFeedPerPeriod(float $period, ?int $feed = null): float { |
| LOW | app/Models/FeedDAO.php | 559 | public function newestArticleReceivedDate(int $feedId): int { |
| LOW | app/Models/FeedDAO.php | 567 | public function newestArticlePublicationDate(int $feedId): int { |
| LOW | app/Controllers/userController.php | 641 | public function sendValidationEmailAction(): void { |
| LOW | app/Controllers/feedController.php | 1274 | public function contentSelectorPreviewAction(): void { |
| LOW | app/Controllers/extensionController.php | 47 | protected function getAvailableExtensionList(): array { |
| LOW | tests/app/Utils/passwordUtilTest.php | 13 | public function testCheckReturnsFalseIfEmpty(): void { |
| LOW | tests/app/Models/SearchTest.php | 213 | public static function provideModifiedDateSearch(): array { |
| LOW | tests/app/Models/SearchTest.php | 290 | public static function provideSavedQueriesExpansion(): array { |
| LOW | tests/app/Models/SearchTest.php | 497 | public static function provideconsistentOrParentheses(): array { |
| LOW | tests/app/Models/SearchTest.php | 1137 | public static function testBooleanSearchToString(string $input, string $expected): void { |
| LOW | tests/app/Models/SearchTest.php | 1145 | public static function provideBooleanSearchToString(): array { |
| LOW | tests/app/Models/SearchTest.php | 1194 | public static function testBooleanSearchToStringExpansion(array $queries, string $input, |
| LOW | tests/app/Models/SearchTest.php | 1213 | public static function provideBooleanSearchToStringExpansion(): array { |
| LOW | tests/app/Models/SearchTest.php | 1284 | public static function provideBooleanSearchEnforce(): array { |
| LOW | tests/app/Models/SearchTest.php | 1318 | public static function provideBooleanSearchRemove(): array { |
| LOW | tests/app/Models/DatabaseDAOTest.php | 46 | public static function provideStrilikeAccentsCasing(): array { |
| LOW | tests/app/Models/DatabaseDAOTest.php | 56 | public static function provideStrilikeUnicodeCasing(): array { |
| LOW | tests/app/Models/DatabaseDAOTest.php | 83 | public static function provideStrilikeNoUnicodeCasing(): array { |
| LOW | tests/app/Models/UserDAOTest.php | 10 | public function testExistsRejectsPathTraversal(string $payload): void { |
| LOW | tests/app/Models/UserDAOTest.php | 15 | public function testMtimeRejectsPathTraversal(string $payload): void { |
| LOW | tests/app/Models/UserDAOTest.php | 20 | public function testCtimeRejectsPathTraversal(string $payload): void { |
| LOW | tests/app/Models/UserDAOTest.php | 27 | public static function pathTraversalPayloadsProvider(): array { |
| LOW | tests/app/Models/UserDAOTest.php | 46 | public function testExistsAcceptsValidUsernames(string $username): void { |
| LOW | tests/app/Models/UserDAOTest.php | 52 | public function testMtimeAcceptsValidUsernames(string $username): void { |
| LOW | tests/app/Models/UserDAOTest.php | 58 | public function testCtimeAcceptsValidUsernames(string $username): void { |
| LOW | tests/cli/UserConfigOptionsParserTest.php | 96 | public static function testUnknownOptionReturnsError(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 57 | public static function testInvalidOptionSetWithValueReturnsError(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 62 | public static function testInvalidOptionSetWithoutValueReturnsError(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 67 | public static function testValidOptionSetWithValidValueAndInvalidOptionSetWithValueReturnsValueForValidOptionAndErrorFo |
| LOW | tests/cli/CliOptionsParserTest.php | 73 | public static function testOptionWithValueTypeOfStringSetOnceWithValidValueReturnsValueAsString(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 78 | public static function testOptionWithRequiredValueTypeOfIntSetOnceWithValidValueReturnsValueAsInt(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 83 | public static function testOptionWithRequiredValueTypeOfBoolSetOnceWithValidValueReturnsValueAsBool(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 88 | public static function testOptionWithValueTypeOfArrayOfStringSetOnceWithValidValueReturnsValueAsArrayOfString(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 93 | public static function testOptionWithValueTypeOfStringSetMultipleTimesWithValidValueReturnsLastValueSetAsString(): void |
| LOW | tests/cli/CliOptionsParserTest.php | 98 | public static function testOptionWithValueTypeOfIntSetMultipleTimesWithValidValueReturnsLastValueSetAsInt(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 103 | public static function testOptionWithValueTypeOfBoolSetMultipleTimesWithValidValueReturnsLastValueSetAsBool(): void { |
| LOW | tests/cli/CliOptionsParserTest.php | 108 | public static function testOptionWithValueTypeOfArrayOfStringSetMultipleTimesWithValidValueReturnsAllSetValuesAsArrayOf |
| 120 more matches not shown… |