Lines Matching refs:print

27 -    print
28 - print >>sys.stderr, "ERROR:", ME, "requires PyXDG to be installed"
29 - print
30 + print()
31 + print("ERROR:", ME, "requires PyXDG to be installed", file=sys.stderr)
32 + print()
40 - print "Invalid .desktop file: " + path
41 + print("Invalid .desktop file: " + path)
49 - print "\t ", str
50 + print("\t ", str)
52 - print "\t*", str
53 + print("\t*", str)
61 - print "[*] " + self.de.getName()
62 + print("[*] " + self.de.getName())
64 - print "[ ] " + self.de.getName()
65 + print("[ ] " + self.de.getName())
70 - print
71 + print()
79 - print "Usage:", ME, "[OPTION]... [ENVIRONMENT]..."
80 - print
81 - print "This tool will run xdg autostart .desktop files"
82 - print
83 - print "OPTIONS"
84 - print " --list Show a list of the files which would be run"
85 - print " Files which would be run are marked with an asterix"
86 - print " symbol [*]. For files which would not be run,"
87 - print " information is given for why they are excluded"
88 - print " --help Show this help and exit"
89 - print " --version Show version and copyright information"
90 - print
91 - print "ENVIRONMENT specifies a list of environments for which to run autostart"
92 - print "applications. If none are specified, only applications which do not "
93 - print "limit themselves to certain environments will be run."
94 - print
95 - print "ENVIRONMENT can be one or more of:"
96 - print " GNOME Gnome Desktop"
97 - print " KDE KDE Desktop"
98 - print " ROX ROX Desktop"
99 - print " XFCE XFCE Desktop"
100 - print " Old Legacy systems"
101 - print
102 + print("Usage:", ME, "[OPTION]... [ENVIRONMENT]...")
103 + print()
104 + print("This tool will run xdg autostart .desktop files")
105 + print()
106 + print("OPTIONS")
107 + print(" --list Show a list of the files which would be run")
108 + print(" Files which would be run are marked with an asterix")
109 + print(" symbol [*]. For files which would not be run,")
110 + print(" information is given for why they are excluded")
111 + print(" --help Show this help and exit")
112 + print(" --version Show version and copyright information")
113 + print()
114 + print("ENVIRONMENT specifies a list of environments for which to run autostart")
115 + print("applications. If none are specified, only applications which do not ")
116 + print("limit themselves to certain environments will be run.")
117 + print()
118 + print("ENVIRONMENT can be one or more of:")
119 + print(" GNOME Gnome Desktop")
120 + print(" KDE KDE Desktop")
121 + print(" ROX ROX Desktop")
122 + print(" XFCE XFCE Desktop")
123 + print(" Old Legacy systems")
124 + print()
127 - print ME, VERSION
128 - print "Copyright (c) 2008 Dana Jansens"
129 - print
130 + print(ME, VERSION)
131 + print("Copyright (c) 2008 Dana Jansens")
132 + print()