Beispiel #1
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\+([\w-]+)', 'a')
Beispiel #2
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\?(\d+)', 'a')
Beispiel #3
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\|([A-z][A-z])\|([\w-]+)', 'a')
Beispiel #4
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'@SYNTH-HELP', 'synth-help')
Beispiel #5
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'@SYNTH[^-A-Z]', 'synth')
Beispiel #6
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'@HOME{([^}]+)}', 'hometask')
Beispiel #7
0
 def __init__(self):
     SimpleTagPattern.__init__(self, r'\[PD ([^\]]+)\]', 'pd')