Home
last modified time | relevance | path

Searched refs:substitutions (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/PyYAML/examples/yaml-highlight/
Dyaml_hl.py12 self.substitutions = {}
25 self.substitutions[cls, -1] = start
27 self.substitutions[cls, +1] = end
59 substitutions = self.style.substitutions
68 if (cls, -1) in substitutions:
69 markers.append([token.start_mark.index, +2, number, substitutions[cls, -1]])
70 if (cls, +1) in substitutions:
71 markers.append([token.end_mark.index, -2, number, substitutions[cls, +1]])
76 if (cls, -1) in substitutions:
77 markers.append([event.start_mark.index, +1, number, substitutions[cls, -1]])
[all …]
/third_party/gn/examples/ios/build/config/ios/templates/
Dmerge_plist.gni24 # - substitutions (optional)
26 # a scope defining variable substitutions to perform when merging the
37 if (defined(invoker.substitutions)) {
39 "cannot define both substitutions and substitutions_json")
41 _substitutions_json = "$target_out_dir/$target_name/substitutions.json"
42 write_file(_substitutions_json, invoker.substitutions, "json")
60 "substitutions",
/third_party/gn/examples/ios/build/config/ios/scripts/
Dmerge_plist.py68 def PerformSubstitutions(plist, substitutions): argument
73 result[key] = PerformSubstitutions(plist[key], substitutions)
77 return [ PerformSubstitutions(item, substitutions) for item in plist ]
87 expand = substitutions[match.group(1)]
126 if args.substitutions:
128 data, args.substitutions)
Dfind_app_identifier_prefix.py109 substitutions = GenerateSubsitutions(args.bundle_identifier, mobileprovision)
112 sys.stdout.write(json.dumps(substitutions))
115 output.write(json.dumps(substitutions))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmac_tool.py370 substitutions, overrides = self._InstallProvisioningProfile(
373 entitlements, substitutions, overrides)
422 substitutions = self._GetSubstitutions(bundle_identifier, team_id + '.')
423 return substitutions, provisioning_data['Entitlements']
557 def _InstallEntitlements(self, entitlements, substitutions, overrides): argument
583 data = self._ExpandVariables(data, substitutions)
591 def _ExpandVariables(self, data, substitutions): argument
604 for key, value in substitutions.items():
608 return [self._ExpandVariables(v, substitutions) for v in data]
610 return {k: self._ExpandVariables(data[k], substitutions) for k in data}
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace.cc34 int substitutions = 0; in ApplySubstitutions() local
43 substitutions += 1; in ApplySubstitutions()
58 return substitutions; in ApplySubstitutions()
Dstr_replace.h210 int substitutions = in StrReplaceAll() local
213 return substitutions; in StrReplaceAll()
/third_party/node/tools/gyp/pylib/gyp/
Dmac_tool.py457 substitutions, overrides = self._InstallProvisioningProfile(
461 entitlements, substitutions, overrides
494 substitutions = self._GetSubstitutions(bundle_identifier, team_id + ".")
495 return substitutions, provisioning_data["Entitlements"]
642 def _InstallEntitlements(self, entitlements, substitutions, overrides): argument
666 data = self._ExpandVariables(data, substitutions)
674 def _ExpandVariables(self, data, substitutions): argument
687 for key, value in substitutions.items():
691 return [self._ExpandVariables(v, substitutions) for v in data]
693 return {k: self._ExpandVariables(data[k], substitutions) for k in data}
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string.c132 const ecma_value_t *substitutions; in ecma_builtin_string_object_raw() local
137 substitutions = args + 1; in ecma_builtin_string_object_raw()
142 substitutions = NULL; in ecma_builtin_string_object_raw()
243 ecma_string_t *next_sub_p = ecma_op_to_string (substitutions[next_index]); in ecma_builtin_string_object_raw()
/third_party/gn/src/gn/
Dfunction_toolchain.cc360 depfile [string with substitutions]
378 description [string with substitutions, optional]
448 outputs [list of strings with substitutions]
477 partial_outputs [list of strings with substitutions]
496 link_output [string with substitutions]
497 depend_output [string with substitutions]
559 rspfile [string with substitutions]
565 rspfile_content [string with substitutions]
580 runtime_outputs [string list with substitutions]
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py262 substitutions = { variable
275 h_file.write(string.Template(h_file_template).substitute(substitutions))
276 cpp_file.write(string.Template(cpp_file_template).substitute(substitutions))
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py262 substitutions = { variable
276 h_file.write(string.Template(h_file_template).substitute(substitutions))
277 cpp_file.write(string.Template(cpp_file_template).substitute(substitutions))
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js2928 function substitute(template, substitutions) argument
2931 var replacement = template(substitutions);
2936 return substitute(replacement, substitutions);
2940 return substitute_single(template, substitutions);
2944 return substitute(x, substitutions);
2948 function substitute_single(template, substitutions) argument
2958 rv.push(String(substitutions[components[i + 1]]));
2980 var replacement = substitute(children[i], substitutions);
3038 function make_dom(template, substitutions, output_document) argument
3049 function render(template, substitutions, output_document) argument
[all …]
/third_party/typescript/src/services/refactors/
DextractSymbol.ts818 { usages: usagesInScope, typeParameterUsages, substitutions }: ScopeUsages,
882 … } = transformFunctionBody(node, exposedVariableDeclarations, writes, substitutions, !!(range.fact…
1112 { substitutions }: ScopeUsages,
1127 let initializer = transformConstantInitializer(node, substitutions);
1353 …nly VariableDeclaration[], writes: readonly UsageEntry[] | undefined, substitutions: ReadonlyESMap…
1355 if (isBlock(body) && !hasWritesOrVariableDeclarations && substitutions.size === 0) {
1363 if (hasWritesOrVariableDeclarations || substitutions.size) {
1401 const substitution = substitutions.get(getNodeId(node).toString());
1409 …function transformConstantInitializer(initializer: Expression, substitutions: ReadonlyESMap<string…
1410 return substitutions.size
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh3149 unsigned int count = substitutions.len; in find_substitute()
3152 const FeatureTableSubstitutionRecord &record = substitutions.arrayZ[i]; in find_substitute()
3162 + hb_iter (substitutions) in collect_lookups()
3172 for (const FeatureTableSubstitutionRecord& record : substitutions) in closure_features()
3178 for (const FeatureTableSubstitutionRecord& record : substitutions) in intersects_features()
3195 + substitutions.iter () in subset()
3196 | hb_apply (subset_record_array (l, &(out->substitutions), this)) in subset()
3199 return_trace (bool (out->substitutions)); in subset()
3207 substitutions.sanitize (c, this)); in sanitize()
3213 substitutions; member
[all …]
/third_party/harfbuzz/src/
Dhb-ot-layout-common.hh3395 unsigned int count = substitutions.len; in find_substitute()
3398 const FeatureTableSubstitutionRecord &record = substitutions.arrayZ[i]; in find_substitute()
3408 + hb_iter (substitutions) in collect_lookups()
3418 for (const FeatureTableSubstitutionRecord& record : substitutions) in closure_features()
3424 for (const FeatureTableSubstitutionRecord& record : substitutions) in intersects_features()
3441 + substitutions.iter () in subset()
3442 | hb_apply (subset_record_array (l, &(out->substitutions), this)) in subset()
3445 return_trace (bool (out->substitutions)); in subset()
3453 substitutions.sanitize (c, this)); in sanitize()
3459 substitutions; member
[all …]
/third_party/flutter/flutter/dev/snippets/lib/
Dsnippets.dart127 final Map<String, String> substitutions = <String, String>{
136 substitutions
140 … return skeleton.replaceAllMapped(RegExp('{{(${substitutions.keys.join('|')})}}'), (Match match) {
141 return substitutions[match[1]];
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh1930 unsigned int count = substitutions.len; in find_substitute()
1933 const FeatureTableSubstitutionRecord &record = substitutions.arrayZ[i]; in find_substitute()
1945 substitutions.sanitize (c, this)); in sanitize()
1951 substitutions; member
1953 DEFINE_SIZE_ARRAY (6, substitutions);
1964 substitutions.sanitize (c, base)); in sanitize()
1971 substitutions; member
2001 return (this+record.substitutions).find_substitute (feature_index); in find_substitute()
/third_party/gn/examples/ios/build/config/ios/
DBUILD.gn9 substitutions = {
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dlit.cfg23 config.substitutions.append((tool, substitution))
/third_party/python/Tools/msi/
Dbuildrelease.bat12 rem The following substitutions will be applied to the release URI:
22 rem The following substitutions will be applied to the download URL:
234 echo The following substitutions will be applied to the download URL:
/third_party/glslang/Test/baseResults/
DcppSimple.vert.out45 ERROR: 0:185: '#define' : Macro redefined; different substitutions: m7
46 ERROR: 0:192: '#define' : Macro redefined; different substitutions: m8
77 ERROR: 12:20045: '#define' : Macro redefined; different substitutions: SPACE_IN_MIDDLE
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dvarsub.bat67 # Do variable substitutions, and output line
/third_party/typescript/src/lib/
Des2015.core.d.ts496 raw(template: TemplateStringsArray, ...substitutions: any[]): string;
/third_party/typescript/lib/
Dlib.es2015.core.d.ts516 raw(template: TemplateStringsArray, ...substitutions: any[]): string;

1234