Searched refs:stringNameExists (Results 1 – 3 of 3) sorted by relevance
25 const stringNameExists = stringFileContentsJSON.resources.string.findIndex( constant28 if (stringNameExists > -1) {30 stringFileContentsJSON.resources.string[stringNameExists] = newItem;41 const stringNameExists = stringFileContentsJSON.resources.string.findIndex( constant44 if (stringNameExists > -1) {46 stringFileContentsJSON.resources.string.splice(stringNameExists, 1);
35 …const stringNameExists = stringFileContentsJSON.resources.string.findIndex(e => e.$.name === newIt…36 if (stringNameExists > -1) {38 stringFileContentsJSON.resources.string[stringNameExists] = newItem;48 …const stringNameExists = stringFileContentsJSON.resources.string.findIndex(e => e.$.name === named…49 if (stringNameExists > -1) {51 stringFileContentsJSON.resources.string.splice(stringNameExists, 1);
1 …stringNameExists","findIndex","e","$","concat","removeStringItem","named","_stringFileContentsJS2"…