Lines Matching refs:token
165 def f_verify(self, path, token=None, negate=False):
167 the specified token. If negate is true, then make sure
169 it doesn't contain the specified token."""
180 if negate and not token:
185 "^" + token + "$" \
186 "|^" + token + "[/_]" \
187 "|[/_]" + token + "$" \
188 "|[/_]" + token + "[/_]")
199 path, file_path, token))
202 path, file_path, token))