HomeSort by relevance Sort by last modified time
    Searched defs:rot13 (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 2 """ Python Character Mapping Codec for ROT13.
4 See http://ucsub.colorado.edu/~kominek/rot13/ for details.
113 def rot13(infile, outfile): function
118 rot13(sys.stdin, sys.stdout)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 2 """ Python Character Mapping Codec for ROT13.
4 See http://ucsub.colorado.edu/~kominek/rot13/ for details.
113 def rot13(infile, outfile): function
118 rot13(sys.stdin, sys.stdout)
  /build/core/
definitions.mk 567 ## Run rot13 on a string
570 define rot13 macro
    [all...]

Completed in 355 milliseconds