Searched refs:separated (Results 1 – 2 of 2) sorted by relevance
162 String[] separated = lines[nIndex].split("="); in initFromString() local164 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_VERSION)) { in initFromString()165 nVersion = Integer.parseInt(separated[1]); in initFromString()174 String[] separated = lines[nIndex].split("="); in initFromString() local176 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_COUNT)) { in initFromString()177 nCount = Integer.parseInt(separated[1]); in initFromString()
8 # can either give multiple identifiers separated by comma (,) or put this22 # either give multiple identifier separated by comma (,) or put this option112 # List of builtins function names that should not be used, separated by a comma115 # Bad variable names which should always be refused, separated by a comma136 # Good variable names which should always be accepted, separated by a comma151 # separated by a comma158 # Required attributes for module, separated by a comma170 # List of interface methods to ignore, separated by a comma. This is used for296 # Deprecated modules which should not be used, separated by a comma328 # List of plugins (as comma separated values of python modules names) to load,[all …]