fieldpath.dictionary 899 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Copyright 2018 Google
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. key="__name__"
  15. name="name"
  16. underscore="_"
  17. dot="."
  18. colon=":"
  19. semicolon=";"
  20. quote="'"
  21. quotes="\""
  22. foreslash="/"
  23. backslash="\\"
  24. dollar="$"
  25. hash="#"
  26. asterisk="*"
  27. bracket1="("
  28. bracket2=")"
  29. bracket3="{"
  30. bracket4="}"
  31. bracket5="<"
  32. bracket6=">"
  33. ques="?"
  34. excl="!"
  35. at="@"
  36. hat="^"
  37. and="&"
  38. plus="+"
  39. dash="-"
  40. mod="|"
  41. "a"
  42. "b"
  43. "c"
  44. "0"
  45. "8"
  46. "9"