/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/ |
H A D | azure_rm_deployment_info.py | 203 output_resources = {} 210 if not output_resources.get(depends_on_resource['id']): 217 output_resources[depends_on_resource['id']] = sub_resource 224 output_resources[dependency['id']] = resource 228 for r in output_resources: 229 output_resources_list.append(output_resources[r])
|
H A D | _azure_rm_deployment_facts.py | 203 output_resources = {} 210 if not output_resources.get(depends_on_resource['id']): 217 output_resources[depends_on_resource['id']] = sub_resource 224 output_resources[dependency['id']] = resource 228 for r in output_resources: 229 output_resources_list.append(output_resources[r])
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/ |
H A D | azure_rm_deployment_info.py | 198 output_resources = {} 205 if not output_resources.get(depends_on_resource['id']): 212 output_resources[depends_on_resource['id']] = sub_resource 219 output_resources[dependency['id']] = resource 223 for r in output_resources: 224 output_resources_list.append(output_resources[r])
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/azure/plugins/modules/ |
H A D | azure_rm_deployment_facts.py | 203 output_resources = {} 210 if not output_resources.get(depends_on_resource['id']): 217 output_resources[depends_on_resource['id']] = sub_resource 224 output_resources[dependency['id']] = resource 228 for r in output_resources: 229 output_resources_list.append(output_resources[r])
|
H A D | azure_rm_deployment_info.py | 203 output_resources = {} 210 if not output_resources.get(depends_on_resource['id']): 217 output_resources[depends_on_resource['id']] = sub_resource 224 output_resources[dependency['id']] = resource 228 for r in output_resources: 229 output_resources_list.append(output_resources[r])
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/resources/ |
H A D | filter_resource_whitelist.py | 43 output_resources = [resource_id for resource_id in input_resources 46 for resource_id in sorted(output_resources):
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/resources/ |
H A D | filter_resource_allowlist.py | 43 output_resources = [resource_id for resource_id in input_resources 46 for resource_id in sorted(output_resources):
|
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmlcachegen/ |
H A D | Qt5QuickCompilerConfig.cmake.in | 88 qt5_add_resources(output_resources ${filtered_rcc_files} OPTIONS ${rcc_options}) 89 set(${outfiles} ${output_resources} ${compiler_output} PARENT_SCOPE)
|
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmlcachegen/ |
H A D | Qt5QuickCompilerConfig.cmake.in | 88 qt5_add_resources(output_resources ${filtered_rcc_files} OPTIONS ${rcc_options}) 89 set(${outfiles} ${output_resources} ${compiler_output} PARENT_SCOPE)
|
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/azure_rm_deployment/tasks/ |
H A D | main.yml | 44 - output.deployments[0]['output_resources'] | length > 0
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_deployment/tasks/ |
H A D | main.yml | 62 - output.deployments[0]['output_resources'] | length > 0
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/lrf/ |
H A D | lrfparser.py | 169 f.write(d.to_xml(write_files=opts.output_resources))
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/ |
H A D | TextOut.c | 78 static XtResource output_resources[] = variable 2393 XtGetSubvalues(iw, output_resources, XtNumber(output_resources), 2452 XtSetSubvalues(iw, output_resources, XtNumber(output_resources), 2840 output_resources, 2841 XtNumber(output_resources),
|
/dports/devel/efl/efl-1.25.1/src/lib/efl_canvas_wl/ |
H A D | efl_canvas_wl.c | 153 Eina_List *output_resources; member 1306 EINA_LIST_FOREACH(cs->c->output_resources, l, res) in comp_surface_output_leave() 1317 EINA_LIST_FOREACH(cs->c->output_resources, l, res) in comp_surface_output_enter() 3131 c->output_resources = eina_list_remove(c->output_resources, resource); in output_unbind() 3143 c->output_resources = eina_list_append(c->output_resources, res); in output_bind() 5437 EINA_LIST_FOREACH(c->output_resources, l, res) in _efl_canvas_wl_efl_gfx_entity_size_set() 5674 EINA_LIST_FOREACH(c->output_resources, l, res) in _efl_canvas_wl_rotation_set() 5692 EINA_LIST_FOREACH(c->output_resources, l, res) in _efl_canvas_wl_efl_gfx_entity_scale_set()
|
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | TextOut.c | 304 static XtResource output_resources[] = variable 2089 _XmTransformSubResources(output_resources, XtNumber(output_resources), 4308 XtGetSubvalues((XtPointer) tw->text.output->data, output_resources, 4309 XtNumber(output_resources), args, num_args); 4364 XtSetSubvalues((XtPointer) newdata, output_resources, 4365 XtNumber(output_resources), args, *num_args); 5620 XtGetSubresources(wid, (XtPointer)data, NULL, NULL, output_resources, 5621 XtNumber(output_resources), args, num_args);
|
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/azure/mgmt/resource/resources/v2019_10_01/models/ |
H A D | _models.py | 636 self.output_resources = None
|
H A D | _models_py3.py | 691 self.output_resources = None
|
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/azure/mgmt/resource/resources/v2020_10_01/models/ |
H A D | _models.py | 733 self.output_resources = None
|
H A D | _models_py3.py | 789 self.output_resources = None
|
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/azure/mgmt/resource/resources/v2020_06_01/models/ |
H A D | _models.py | 733 self.output_resources = None
|
H A D | _models_py3.py | 789 self.output_resources = None
|
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/azure/mgmt/resource/resources/v2021_01_01/models/ |
H A D | _models.py | 733 self.output_resources = None
|
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/azure/mgmt/resource/resources/v2021_04_01/models/ |
H A D | _models.py | 733 self.output_resources = None
|
H A D | _models_py3.py | 789 self.output_resources = None
|
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/ |
H A D | CHANGELOG.md | 161 - Model DeploymentPropertiesExtended has a new parameter output_resources
|