Searched refs:itemToAdd (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Colors.ts | 18 export function setColorItem(itemToAdd: ResourceItemXML, colorFileContentsJSON: ResourceXML) { 21 (e: ResourceItemXML) => e.$.name === itemToAdd.$.name 24 colorNameExists._ = itemToAdd._; 26 colorFileContentsJSON.resources.color.push(itemToAdd); 33 colorFileContentsJSON.resources.color = [itemToAdd];
|
| H A D | Strings.ts | 12 itemToAdd: ResourceItemXML[], 20 stringFileContentsJSON.resources.string = itemToAdd; 24 for (const newItem of itemToAdd) {
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Colors.js | 34 function setColorItem(itemToAdd, colorFileContentsJSON) { argument 37 …orNameExists = colorFileContentsJSON.resources.color.filter(e => e.$.name === itemToAdd.$.name)[0]; 39 colorNameExists._ = itemToAdd._; 41 colorFileContentsJSON.resources.color.push(itemToAdd); 48 colorFileContentsJSON.resources.color = [itemToAdd];
|
| H A D | Strings.js | 24 function setStringItem(itemToAdd, stringFileContentsJSON) { argument 31 stringFileContentsJSON.resources.string = itemToAdd; 34 for (const newItem of itemToAdd) {
|
| H A D | Strings.d.ts | 5 export declare function setStringItem(itemToAdd: ResourceItemXML[], stringFileContentsJSON: Resourc…
|
| H A D | Colors.d.ts | 5 export declare function setColorItem(itemToAdd: ResourceItemXML, colorFileContentsJSON: ResourceXML…
|
| H A D | Colors.js.map | 1 …itemToAdd","colorFileContentsJSON","_colorFileContentsJSO","resources","color","colorNameExists","…
|
| H A D | Strings.js.map | 1 …itemToAdd","stringFileContentsJSON","_stringFileContentsJS","resources","string","newItem","string…
|