Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
lektor
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Kubat
lektor
Requêtes de fusion
!55
Lkt fix
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Étendre la barre latérale
Fusionnées
Lkt fix
lkt-fix
vers
master
Vue d'ensemble
0
Validations
9
Pipelines
0
Modifications
1
Fusionnées
Kubat
a demandé de fusionner
lkt-fix
vers
master
Il y a 5 ans
Vue d'ensemble
0
Validations
9
Pipelines
0
Modifications
1
Fix a little
lkt
and add supports for new functionalities of lektord.
Modification effectuée
Il y a 5 ans
par
Kubat
0
0
Rapports de requête de fusion
Comparer
master
version 7
98a3f80a
Il y a 5 ans
version 6
4ecd7a36
Il y a 5 ans
version 5
898d5000
Il y a 5 ans
version 4
4abbe632
Il y a 5 ans
version 3
d72eb145
Il y a 5 ans
version 2
8efad320
Il y a 5 ans
version 1
a17747bb
Il y a 5 ans
master (base)
et
version 1
dernière version
0ae7b9a5
9 validations,
Il y a 5 ans
version 7
98a3f80a
8 validations,
Il y a 5 ans
version 6
4ecd7a36
7 validations,
Il y a 5 ans
version 5
898d5000
6 validations,
Il y a 5 ans
version 4
4abbe632
4 validations,
Il y a 5 ans
version 3
d72eb145
3 validations,
Il y a 5 ans
version 2
8efad320
2 validations,
Il y a 5 ans
version 1
a17747bb
1 validation,
Il y a 5 ans
1 file
+
2
−
0
En ligne
Comparer les modifications
Côte à côte
En ligne
Afficher les modifications des espaces
Afficher un fichier à la fois
src/main/lkt.c
+
2
−
0
Afficher le fichier @ a17747bb
Modifier dans l'éditeur de fichier unique
Ouvrir dans Web EDI
Afficher le fichier complet
@@ -113,12 +113,14 @@ static int
lkt_valid_type
(
const
char
*
type
)
{
return
(
STR_MATCH
(
type
,
"all"
)
||
STR_MATCH
(
type
,
"any"
)
||
STR_MATCH
(
type
,
"a"
)
||
STR_MATCH
(
type
,
"type"
)
||
STR_MATCH
(
type
,
"cat"
)
||
STR_MATCH
(
type
,
"category"
)
||
STR_MATCH
(
type
,
"author"
)
||
STR_MATCH
(
type
,
"auth"
)
||
STR_MATCH
(
type
,
"source"
)
||
STR_MATCH
(
type
,
"lang"
)
||
STR_MATCH
(
type
,
"language"
));
}
Chargement en cours