Home
last modified time | relevance | path

Searched refs:ServerLocations (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py13 ServerLocations,
68 locations = ServerLocations(f)
99 ServerLocations(f)
112 ServerLocations(f)
129 locations = ServerLocations(f, c.callback)
/dports/www/firefox/firefox-99.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py13 ServerLocations,
68 locations = ServerLocations(f)
99 ServerLocations(f)
112 ServerLocations(f)
129 locations = ServerLocations(f, c.callback)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py13 ServerLocations,
68 locations = ServerLocations(f)
99 ServerLocations(f)
112 ServerLocations(f)
129 locations = ServerLocations(f, c.callback)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py12 from mozprofile.permissions import ServerLocations, \
63 locations = ServerLocations(f)
94 ServerLocations(f)
107 ServerLocations(f)
124 locations = ServerLocations(f, c.callback)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozprofile/tests/
H A Dserver_locations.py14 from mozprofile.permissions import ServerLocations, \
63 locations = ServerLocations(f.name)
103 ServerLocations(f.name)
116 ServerLocations(f.name)
132 locations = ServerLocations(f.name, c.callback)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozprofile/tests/
H A Dserver_locations.py9 from mozprofile.permissions import ServerLocations, \
58 locations = ServerLocations(f.name)
98 ServerLocations(f.name)
111 ServerLocations(f.name)
127 locations = ServerLocations(f.name, c.callback)
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pgo/
H A Dprofileserver.py8 from mozprofile.permissions import ServerLocations
33 locations = ServerLocations()
H A Dgenpgocert.py21 from mozprofile.permissions import ServerLocations
122 locations = ServerLocations(os.path.join(build.topsrcdir,
/dports/lang/spidermonkey60/firefox-60.9.0/build/pgo/
H A Dprofileserver.py15 from mozprofile.permissions import ServerLocations
39 locations = ServerLocations()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py113 class ServerLocations(object): class
217 self._locations = ServerLocations(add_callback=self.write_db)
219 if isinstance(locations, ServerLocations):
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py109 class ServerLocations(object): class
213 self._locations = ServerLocations(add_callback=self.write_db)
215 if isinstance(locations, ServerLocations):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py114 class ServerLocations(object): class
218 self._locations = ServerLocations(add_callback=self.write_db)
220 if isinstance(locations, ServerLocations):
/dports/www/firefox-legacy/firefox-52.8.0esr/build/valgrind/
H A Dmach_commands.py53 from mozprofile.permissions import ServerLocations
78 locations = ServerLocations()
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py124 class ServerLocations(object): class
227 self._locations = ServerLocations(add_callback=self.write_db)
229 if isinstance(locations, ServerLocations):
/dports/www/firefox/firefox-99.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py124 class ServerLocations(object): class
227 self._locations = ServerLocations(add_callback=self.write_db)
229 if isinstance(locations, ServerLocations):
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozprofile/mozprofile/
H A Dpermissions.py124 class ServerLocations(object): class
227 self._locations = ServerLocations(add_callback=self.write_db)
229 if isinstance(locations, ServerLocations):
/dports/lang/spidermonkey78/firefox-78.9.0/build/valgrind/
H A Dmach_commands.py48 from mozprofile.permissions import ServerLocations
85 locations = ServerLocations()
/dports/www/firefox-esr/firefox-91.8.0/build/valgrind/
H A Dmach_commands.py56 from mozprofile.permissions import ServerLocations
95 locations = ServerLocations()
/dports/mail/thunderbird/thunderbird-91.8.0/build/valgrind/
H A Dmach_commands.py56 from mozprofile.permissions import ServerLocations
95 locations = ServerLocations()
/dports/lang/spidermonkey60/firefox-60.9.0/build/valgrind/
H A Dmach_commands.py54 from mozprofile.permissions import ServerLocations
79 locations = ServerLocations()
/dports/www/firefox/firefox-99.0/build/valgrind/
H A Dmach_commands.py52 from mozprofile.permissions import ServerLocations
93 locations = ServerLocations()
/dports/www/firefox-esr/firefox-91.8.0/build/pgo/
H A Dprofileserver.py18 from mozprofile.permissions import ServerLocations
87 locations = ServerLocations()
/dports/lang/spidermonkey78/firefox-78.9.0/build/pgo/
H A Dprofileserver.py18 from mozprofile.permissions import ServerLocations
82 locations = ServerLocations()
/dports/www/firefox/firefox-99.0/build/pgo/
H A Dprofileserver.py18 from mozprofile.permissions import ServerLocations
87 locations = ServerLocations()
/dports/mail/thunderbird/thunderbird-91.8.0/build/pgo/
H A Dprofileserver.py18 from mozprofile.permissions import ServerLocations
87 locations = ServerLocations()

123