Lines Matching refs:find

35 # This tool expects to find /lucene and /solr off the base URL.  You
52 if s.find('java version "%s.' % version) == -1:
117 if not quiet and fileName.find('.asc') == -1:
137 if not quiet and fileName.find('.asc') == -1:
250 if line.lower().find('warning') != -1 \
251 and line.find('WARNING: This key is not certified with a trusted signature') == -1:
264 if line.lower().find('warning') != -1:
298 if isHTML and s.find('Release %s' % version) == -1:
301 if s.lower().find('not yet released') != -1:
310 if s.find(sub) == -1:
312 if name.find('/benchmark/') == -1:
380 isSrc = artifact.find('-src') != -1
426 lines = os.popen('find . -name \\*.jar').readlines()
432 lines = os.popen('find . -name \\*.war').readlines()
513 if solrNotice.find(expected) == -1:
526 if line.find('Started SocketConnector@0.0.0.0:8983') != -1:
557 if s.find('<result name="response" numFound="3" start="0">') == -1:
788 profileId = profile.find('%sid' % namespace)
792 artifactId = plugin.find('%sartifactId' % namespace).text.strip()
795 pomDirs.append(config.find(xpathResourceDir).text.strip())
797 artifactId = plugin.find('%sartifactId' % namespace).text.strip()
801 for child in execution.find('%sconfiguration' % namespace).getchildren():
844 groupId = treeRoot.find('%sgroupId' % namespace)
846 groupId = treeRoot.find('{0}parent/{0}groupId'.format(namespace))
848 artifactId = treeRoot.find('%sartifactId' % namespace).text.strip()
849 version = treeRoot.find('%sversion' % namespace)
851 version = treeRoot.find('{0}parent/{0}version'.format(namespace))
853 packaging = treeRoot.find('%spackaging' % namespace)
884 if line.lower().find('warning') != -1 \
885 and line.find('WARNING: This key is not certified with a trusted signature') == -1 \
886 and line.find('WARNING: using insecure memory') == -1:
898 if line.lower().find('warning') != -1 \
899 and line.find('WARNING: This key is not certified with a trusted signature') == -1 \
900 and line.find('WARNING: using insecure memory') == -1:
945 artifactId = plugin.find('%sartifactId' % namespace).text.strip()
947 skip = plugin.find(xpathSkipConfiguration)
1022 if text.lower().find('lucene') != -1:
1024 elif text.lower().find('solr') != -1:
1028 raise RuntimeError('could not find lucene subdir')
1030 raise RuntimeError('could not find solr subdir')