'file') in lowercase. * @var string * @since 7.0.0 * @deprecated 20.0.0 */ public $type = 'generic'; /** * Create a new search result * @param string $id unique identifier from application: '[app_name]/[item_identifier_in_app]' * @param string $name displayed text of result * @param string $link URL to the result within its app * @since 7.0.0 * @deprecated 20.0.0 */ public function __construct($id = null, $name = null, $link = null) { $this->id = $id; $this->name = $name; $this->link = $link; } } ion value='release/v1.21'>release/v1.21 Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/giteawww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/build.go
blob: 234579b5149984176dd54644d2b249bbe25a29ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23