Home
last modified time | relevance | path

Searched refs:SERVICE_URL (Results 1 – 25 of 90) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/services/blocklists/
H A Dreadme.md17 SERVICE_URL="https://firefox.settings.services.mozilla.com/v1"
19 curl "$SERVICE_URL/buckets/blocklists/collections/certificates/records?" > services/blocklists/cer…
20 curl "$SERVICE_URL/buckets/blocklists/collections/gfx/records?" > services/blocklists/gfx.json
21 curl "$SERVICE_URL/buckets/blocklists/collections/plugins/records?" > services/blocklists/plugins.…
22 curl "$SERVICE_URL/buckets/blocklists/collections/addons/records?" > services/blocklists/addons.js…
24 curl "$SERVICE_URL/buckets/pinning/collections/pins/records?" > services/blocklists/pins.json
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/services/
H A Ddashboard_service_test.py38 dashboard_service.SERVICE_URL + '/api/describe', method='POST',
45 dashboard_service.SERVICE_URL + '/api/list_timeseries/my_test',
53 dashboard_service.SERVICE_URL + '/list_tests',
65 dashboard_service.SERVICE_URL + '/api/timeseries2',
91 dashboard_service.SERVICE_URL + '/api/timeseries/some%20test%20path',
103 dashboard_service.SERVICE_URL + '/api/bugs/123', method='POST',
112 self.assertEqual(endpoint, dashboard_service.SERVICE_URL + '/api/alerts')
H A Dpinpoint_service_test.py26 pinpoint_service.SERVICE_URL + '/job/1234', params=[], use_auth=True,
32 pinpoint_service.SERVICE_URL + '/job/1234', params=[('o', 'STATE')],
39 pinpoint_service.SERVICE_URL + '/jobs', use_auth=True, accept='json')
45 pinpoint_service.SERVICE_URL + '/new', method='POST',
H A Dbuildbucket_service_test.py24 buildbucket_service.SERVICE_URL + 'GetBuild', method='POST',
39 buildbucket_service.SERVICE_URL + 'SearchBuilds', method='POST',
59 buildbucket_service.SERVICE_URL + 'SearchBuilds', method='POST',
H A Dbuildbucket_service.py13 SERVICE_URL = 'https://cr-buildbucket.appspot.com/prpc/buildbucket.v2.Builds/' variable
22 return request.Request(SERVICE_URL + method, **kwargs)
H A Dpinpoint_service.py9 SERVICE_URL = 'https://pinpoint-dot-chromeperf.appspot.com/api' variable
16 return request.Request(SERVICE_URL + endpoint, **kwargs)
H A Ddashboard_service.py15 SERVICE_URL = 'https://chromeperf.appspot.com' variable
23 return request.Request(SERVICE_URL + endpoint, **kwargs)
H A Disolate_service.py13 SERVICE_URL = 'https://chrome-isolated.appspot.com/_ah/api/isolateservice/v1' variable
22 return request.Request(SERVICE_URL + endpoint, **kwargs)
/dports/devel/py-keystonemiddleware/keystonemiddleware-9.3.0/keystonemiddleware/tests/unit/
H A Dclient_fixtures.py110 svc.add_endpoint(public=self.SERVICE_URL)
166 svc.add_endpoint(public=self.SERVICE_URL)
182 svc.add_endpoint('public', self.SERVICE_URL)
199 svc.add_endpoint('public', self.SERVICE_URL)
211 svc.add_endpoint('public', self.SERVICE_URL)
225 svc.add_endpoint('public', self.SERVICE_URL)
238 svc.add_endpoint('public', self.SERVICE_URL)
253 svc.add_endpoint('public', self.SERVICE_URL)
268 svc.add_endpoint('public', self.SERVICE_URL)
285 svc.add_endpoint('public', self.SERVICE_URL)
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/jmx/support/
H A DMBeanServerConnectionFactoryBeanTests.java36 private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876"; field in MBeanServerConnectionFactoryBeanTests
39 return new JMXServiceURL(SERVICE_URL); in getServiceUrl()
61 bean.setServiceUrl(SERVICE_URL); in ignoreTestValidConnection()
99 bean.setServiceUrl(SERVICE_URL); in ignoreTestWithLazyConnection()
121 bean.setServiceUrl(SERVICE_URL); in testWithLazyConnectionAndNoAccess()
/dports/textproc/py-isbnlib/isbnlib-3.10.9/isbnlib/
H A D_cover.py12 SERVICE_URL = ( variable
21 data = wquery(SERVICE_URL.format(isbn=isbn), user_agent=UA)
H A D_desc.py14 SERVICE_URL = ( variable
24 url = SERVICE_URL.format(isbn=isbn)
H A D_wikied.py10 SERVICE_URL = 'https://en.wikipedia.org/api/rest_v1/data/citation/mediawiki/{isbn}' variable
29 data = wquery(SERVICE_URL.format(isbn=isbn), user_agent=UA, throttling=0)
H A D_thinged.py12 SERVICE_URL = 'http://www.librarything.com/api/thingISBN/{isbn}' variable
34 SERVICE_URL.format(isbn=isbn),
H A D_goom.py17 SERVICE_URL = ( variable
72 data = wquery(SERVICE_URL.format(words=words), UA)
H A D_openl.py13 SERVICE_URL = ('http://openlibrary.org/api/books?bibkeys=' variable
77 data = wquery(SERVICE_URL.format(isbn=isbn), user_agent=UA)
H A D_goob.py12 SERVICE_URL = ( variable
72 data = wquery(SERVICE_URL.format(isbn=isbn), user_agent=UA)
H A D_wiki.py13 SERVICE_URL = 'https://en.wikipedia.org/api/rest_v1/data/citation/mediawiki/{isbn}' variable
82 data = wquery(SERVICE_URL.format(isbn=isbn), user_agent=UA, throttling=0)
H A D_oclc.py12 SERVICE_URL = 'http://classify.oclc.org/classify2/Classify?isbn={isbn}&maxRecs=1' variable
93 SERVICE_URL.format(isbn=isbn),
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/jmx/access/
H A DRemoteMBeanClientInterceptorTestsIgnore.java43 private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876"; field in RemoteMBeanClientInterceptorTestsIgnore
61 return new JMXServiceURL(SERVICE_URL); in getServiceUrl()
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/tests/unit/
H A Dtest_service_token.py26 SERVICE_URL = 'http://service-keystone.example.com/v3' variable in ServiceTokenTests
42 self.service_auth = identity.V3Password(auth_url=self.SERVICE_URL,
61 self.SERVICE_URL + '/auth/tokens',
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/docs/content/
H A Denvoy-authorization.md287 Set the `SERVICE_URL` environment variable to the service's IP/port.
294 export SERVICE_URL=$SERVICE_HOST:$SERVICE_PORT
295 echo $SERVICE_URL
316 curl -i -H "Authorization: Bearer "$ALICE_TOKEN"" http://$SERVICE_URL/people
317 …Charlie", "lastname":"OPA"}' -H "Content-Type: application/json" -X POST http://$SERVICE_URL/people
323 curl -i -H "Authorization: Bearer "$BOB_TOKEN"" http://$SERVICE_URL/people
324 …Charlie", "lastname":"Opa"}' -H "Content-Type: application/json" -X POST http://$SERVICE_URL/people
330 …":"Bob", "lastname":"Rego"}' -H "Content-Type: application/json" -X POST http://$SERVICE_URL/people
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/db/
H A DServersTable.java54 private static final String SERVICE_URL = "service_url"; field in ServersTable
95 … = Database.getConn().prepareStatement("SELECT " + SERVER_UUID + "," + SERVICE_URL + ", " + CDN_UR… in getServer()
117 String serviceURL = rows.getString(SERVICE_URL); in getServer()
141 …Database.getConn().prepareStatement("SELECT " + SERVER_UUID + "," + SERVICE_URL + ", " + CDN_URLS … in allServers()
147 String serviceURL = rows.getString(SERVICE_URL); in allServers()
175 …epareStatement("INSERT INTO " + TABLE_NAME + "(" + SERVER_UUID + "," + SERVICE_URL + "," + CDN_URL… in create()
/dports/www/tikiwiki/tiki-21.2/lib/core/Multilingual/MachineTranslation/
H A DGoogleTranslateWrapper.php15 const SERVICE_URL = "https://www.googleapis.com/language/translate/v2"; define in Multilingual_MachineTranslation_GoogleTranslateWrapper
148 $url = self::SERVICE_URL . '?' . http_build_query($params, '', '&');
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/tests/conf/
H A Dccnet.conf5 SERVICE_URL = http://127.0.0.1

1234