Skip to content
Extraits de code Groupes Projets

Resolve "Stickers in lkt"

Fusionnées Kubat a demandé de fusionner stickers vers master
Comparer et
21 fichiers
+ 286
258
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
21
+ 6
8
@@ -134,13 +134,17 @@ Search in the queue and prints the karas that match the query
@@ -134,13 +134,17 @@ Search in the queue and prints the karas that match the query
.PD 0
.PD 0
.TP
.TP
.PD
.PD
 
\fBsticker create\fP <name>
 
Create a sticker that can be used to tag \fIkara\fP and \fIplt\fP objects
 
.TP
\fBsticker get\fP <type> <uri> [ <name> [ <op> <value> ] ]
\fBsticker get\fP <type> <uri> [ <name> [ <op> <value> ] ]
List the stickers of an object \fIuri\fP. The object \fItype\fP can be
List the stickers of an object \fIuri\fP. The object \fItype\fP can be
\fIkara\fP or \fIplt\fP.
\fIkara\fP or \fIplt\fP.
A condition can be defined on the value of the sticker with an operator
A condition can be defined on the value of the sticker with an operator
\fIop\fP and an integer value \fIvalue\fP. Supported operators are \fI<\fP,
\fIop\fP and an integer value \fIvalue\fP. Supported operators are \fIl\fP
\fI=\fP and \fI>\fP. Operations are not strict.
for 'less than', \fIe\fP for 'equal to' and \fIg\fP for 'greater than'.
 
Operations are not strict.
.TP
.TP
\fBsticker set\fP <type> <uri> <name> <value>
\fBsticker set\fP <type> <uri> <name> <value>
Set the value of a sticker \fIname\fP to \fIvalue\fP for the object with the
Set the value of a sticker \fIname\fP to \fIvalue\fP for the object with the
@@ -149,12 +153,6 @@ id \fIuri\fP
@@ -149,12 +153,6 @@ id \fIuri\fP
\fBsticker delete\fP <type> <uri> [name]
\fBsticker delete\fP <type> <uri> [name]
Delete all the stickers or only one (specified by \fIname\fP) of the object with
Delete all the stickers or only one (specified by \fIname\fP) of the object with
the id \fIuri\fP
the id \fIuri\fP
.TP
\fBksticker\fP ...
An alias for the sticker commands with the type \fIkara\fP
.TP
\fBpsticker\fP ...
An alias for the sticker commands with the type \fIplt\fP
.PP
.PP
\fIADMIN-COMMANDS\fP
\fIADMIN-COMMANDS\fP
Chargement en cours