Home
last modified time | relevance | path

Searched refs:get_resource (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/dports/devel/py-frictionless/frictionless-4.18.2/tests/describe/
H A Dtest_package.py106 assert package.get_resource("chunk1").path == "chunk1.csv"
107 assert package.get_resource("chunk2").path == "chunk2.csv"
108 assert package.get_resource("chunk1").basepath == "data"
109 assert package.get_resource("chunk2").basepath == "data"
114 assert package.get_resource("chunk1").hashing == "sha256"
115 assert package.get_resource("chunk2").hashing == "sha256"
118 package.get_resource("chunk1").stats["hash"]
122 package.get_resource("chunk2").stats["hash"]
129 assert package.get_resource("chunk1").layout.header is True
130 assert package.get_resource("chunk1").schema.missing_values == [""]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dgo_proxy_spec.rb41 get_resource(user)
52 get_resource(user)
71 get_resource(user)
96 get_resource(user)
123 get_resource(user)
142 get_resource(user)
404 get_resource
422 get_resource
430 def get_resource(user = nil, **params) method
436 get_resource(user)
[all …]
/dports/devel/websocketpp/websocketpp-0.8.2/test/utility/
H A Duri.cpp45 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat" ); in BOOST_AUTO_TEST_CASE()
58 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat" ); in BOOST_AUTO_TEST_CASE()
70 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat" ); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK_EQUAL( uri.get_resource(), "/" ); in BOOST_AUTO_TEST_CASE()
94 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat" ); in BOOST_AUTO_TEST_CASE()
106 BOOST_CHECK_EQUAL( uri.get_resource(), "/" ); in BOOST_AUTO_TEST_CASE()
133 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat" ); in BOOST_AUTO_TEST_CASE()
145 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat" ); in BOOST_AUTO_TEST_CASE()
157 BOOST_CHECK_EQUAL( uri.get_resource(), "/chat/foo/bar" ); in BOOST_AUTO_TEST_CASE()
217 BOOST_CHECK_EQUAL( uri.get_resource(), "/" ); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/py-rope/rope-0.18.0/ropetest/
H A Drunmodtest.py26 file = self.project.get_resource(file_path)
40 file = self.project.get_resource(output_path + 'output.txt')
48 file_resource = self.project.get_resource(file_path)
58 file_resource = self.project.get_resource(file_path)
69 file_resource = self.project.get_resource(file_path)
82 file_resource = self.project.get_resource(file_path)
91 file_resource = self.project.get_resource(file_path)
107 file_resource = self.project.get_resource(file_path)
125 file_resource = self.project.get_resource(file_path)
146 file_resource = self.project.get_resource(file_path)
[all …]
H A Dprojecttest.py56 self.project.get_resource('DoesNotExistFile.txt')
66 newFile = self.project.get_resource(project_file)
115 file = self.project.get_resource(file_path)
160 self.project.get_resource(file_name).remove()
167 file = self.project.get_resource(self.sample_file)
173 nestedFile = self.project.get_resource(filePath)
181 file = self.project.get_resource(self.sample_file)
187 nestedFile = self.project.get_resource(filePath)
195 self.assertTrue(self.project.get_resource(
197 self.assertTrue(not self.project.get_resource(
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/plugins/AutoAdd/deluge_autoadd/
H A Dwebui.py21 from .common import get_resource
28 get_resource('autoadd.js'),
29 get_resource('autoadd_options.js'),
30 get_resource('main_tab.js', True),
31 get_resource('options_tab.js', True),
/dports/devel/py-rope/rope-0.18.0/ropetest/contrib/
H A Dfixmodnamestest.py28 self.assertTrue(self.project.get_resource('_od.py').exists())
34 self.assertTrue(self.project.get_resource('_kg/__init__.py').exists())
42 newmod1 = self.project.get_resource('_od1.py')
43 newmod2 = self.project.get_resource('_od2.py')
52 self.assertTrue(self.project.get_resource('_kg/__init__.py').exists())
53 self.assertTrue(self.project.get_resource('_kg/_od.py').exists())
/dports/net/clusterit/clusterit-2.5/rvt/
H A Dxsetup.c57 static unsigned char *get_resource(char *,char *);
66 static unsigned char *get_resource();
531 get_resource(name,class) in get_resource() function
586 if ((s = get_resource("font","Font")) == NULL) in extract_resources()
600 if ((s = get_resource("debug","Debug")) != NULL) in extract_resources()
605 if ((s = get_resource("messages","Messages")) != NULL) in extract_resources()
610 if ((s = get_resource("iconic","Iconic")) != NULL) in extract_resources()
615 if ((s = get_resource("scrollBar","ScrollBar")) != NULL) in extract_resources()
623 if ((s = get_resource("geometry","Geometry")) != NULL) in extract_resources()
700 if ((s = get_resource("title","Title")) != NULL) in extract_resources()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dbrowser.cc39 num_files = game->get_resource("files/shapes/count").num; in ShapeBrowser()
42 num_palettes = game->get_resource("palettes/count").num; in ShapeBrowser()
44 num_xforms = game->get_resource("xforms/count").num; in ShapeBrowser()
82 fname = game->get_resource(buf).str; in browse_shapes()
94 const str_int_pair &pal_tuple = game->get_resource(buf); in browse_shapes()
96 const str_int_pair &patch_tuple = game->get_resource(buf); in browse_shapes()
101 const str_int_pair &xform_tuple = game->get_resource(xfrsc); in browse_shapes()
186 fname = game->get_resource(buf).str; in browse_shapes()
/dports/www/moodle310/moodle/admin/tool/moodlenet/
H A Doptions.php86 …ndlerregistry->get_resource_handler_for_mod_and_strategy($importinfo->get_resource(), $module, $st…
90 …$importproc = new import_processor($course, $config->section, $importinfo->get_resource(), $handle…
107 foreach ($handlerregistry->get_resource_handlers_for_strategy($importinfo->get_resource(), $strateg…
116 'resourcename' => $importinfo->get_resource()->get_name(),
118 'resourceurl' => urlencode($importinfo->get_resource()->get_url()->get_value()),
H A Dindex.php69 if (strtolower($importinfo->get_resource()->get_extension()) == 'mbz') {
82 … $importbackuphelper = new import_backup_helper($importinfo->get_resource(), $USER, $context);
120 'resourceurl' => $importinfo->get_resource()->get_url()->get_value(),
121 'resourcename' => $importinfo->get_resource()->get_name(),
/dports/www/moodle311/moodle/admin/tool/moodlenet/
H A Doptions.php86 …ndlerregistry->get_resource_handler_for_mod_and_strategy($importinfo->get_resource(), $module, $st…
90 …$importproc = new import_processor($course, $config->section, $importinfo->get_resource(), $handle…
107 foreach ($handlerregistry->get_resource_handlers_for_strategy($importinfo->get_resource(), $strateg…
116 'resourcename' => $importinfo->get_resource()->get_name(),
118 'resourceurl' => urlencode($importinfo->get_resource()->get_url()->get_value()),
H A Dindex.php69 if (strtolower($importinfo->get_resource()->get_extension()) == 'mbz') {
82 … $importbackuphelper = new import_backup_helper($importinfo->get_resource(), $USER, $context);
120 'resourceurl' => $importinfo->get_resource()->get_url()->get_value(),
121 'resourcename' => $importinfo->get_resource()->get_name(),
/dports/www/moodle39/moodle/admin/tool/moodlenet/
H A Doptions.php86 …ndlerregistry->get_resource_handler_for_mod_and_strategy($importinfo->get_resource(), $module, $st…
90 …$importproc = new import_processor($course, $config->section, $importinfo->get_resource(), $handle…
107 foreach ($handlerregistry->get_resource_handlers_for_strategy($importinfo->get_resource(), $strateg…
116 'resourcename' => $importinfo->get_resource()->get_name(),
118 'resourceurl' => urlencode($importinfo->get_resource()->get_url()->get_value()),
H A Dindex.php69 if (strtolower($importinfo->get_resource()->get_extension()) == 'mbz') {
82 … $importbackuphelper = new import_backup_helper($importinfo->get_resource(), $USER, $context);
120 'resourceurl' => $importinfo->get_resource()->get_url()->get_value(),
121 'resourcename' => $importinfo->get_resource()->get_name(),
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/
H A Dcollector.py13 from test.unit.descriptor import get_resource
25 with open(get_resource('collector/index.json'), 'rb') as index_file:
191 with open(get_resource('collector/server-descriptors-2005-12-cropped.tar'), 'rb') as archive:
237 with open(get_resource('collector/extra-infos-2019-04-cropped.tar'), 'rb') as archive:
283 with open(get_resource('collector/microdescs-2019-05-cropped.tar'), 'rb') as archive:
306 with open(get_resource('collector/consensuses-2018-06-cropped.tar'), 'rb') as archive:
341 with open(get_resource('collector/microdescs-2019-05-cropped.tar'), 'rb') as archive:
364 with open(get_resource('collector/bridge-statuses-2019-05-cropped.tar'), 'rb') as archive:
387 with open(get_resource('collector/certs-cropped.tar'), 'rb') as archive:
410 with open(get_resource('collector/bandwidths-2019-05-cropped.tar'), 'rb') as archive:
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_dir_listing/http_dir_listing/
H A Dmod_http_dir_listing.lua19 local function get_resource(resource) function
26 local dir_index_template = template(get_resource("resources/template.html"));
27 local style = get_resource("resources/style.css"):gsub("url%((.-)%)", function(url)
29 return "url(data:image/png;base64,"..base64_encode(get_resource("resources/"..url))..")";
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/web_infrastructure/ansible_tower/
H A Dtower_credential.py223 credential_type_res = tower_cli.get_resource('credential_type')
284 credential = tower_cli.get_resource('credential')
291 org_res = tower_cli.get_resource('organization')
296 tower_cli.get_resource('credential_type')
310 user_res = tower_cli.get_resource('user')
315 team_res = tower_cli.get_resource('team')
H A Dtower_inventory_source.py232 inventory_source = tower_cli.get_resource('inventory_source')
242 credential_res = tower_cli.get_resource('credential')
255 source_project_res = tower_cli.get_resource('project')
268 source_script_res = tower_cli.get_resource('inventory_script')
281 inventory_res = tower_cli.get_resource('inventory')
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_dir_listing2/
H A Dmod_http_dir_listing2.lua19 local function get_resource(resource) function
26 local dir_index_template = get_resource("resources/template.html");
27 local style = get_resource("resources/style.css"):gsub("url%((.-)%)", function(url)
29 return "url(data:image/png;base64,"..base64_encode(get_resource("resources/"..url))..")";
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_resource_v2.erl138 get_resource(Type, Location, Resources);
140 get_resource(Type, Location, Resources);
142 get_resource(Type, Location, Resources);
144 get_resource(Type, Location, Resources);
148 -spec get_resource(type(), term(), [resource()]) -> {ok, resource()}.
149 get_resource(Type, Location, Resources) -> function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A Drlimit.cpp22 static int get_resource(ResourceLimitType type) { in get_resource() function
39 int resource = get_resource(type); in set_resource_limit()
66 int resource = get_resource(type); in set_maximize_resource_limit()
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/
H A Dresources.py225 def get_resource(syntax, name, item): function
249 return get_resource(syntax, 'abbreviations', name) \
250 or get_resource(syntax, 'abbreviations', name.replace('-', ':'))
263 return get_resource(syntax, 'snippets', name) \
264 or get_resource(syntax, 'snippets', name.replace('-', ':'))
/dports/www/py-boto3/boto3-1.18.61/tests/unit/resources/
H A Dtest_response.py323 def get_resource(self, search_path, response): member in TestResourceHandler
356 resource = self.get_resource(search_path, response)
368 resources = self.get_resource(search_path, response)
391 resources = self.get_resource(search_path, response)
407 resources = self.get_resource(search_path, response)
421 resources = self.get_resource(search_path, response)
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/plugins/Execute/deluge_execute/
H A Dwebui.py16 from .common import get_resource
23 scripts = [get_resource('execute.js')]

12345678910>>...27