Home
last modified time | relevance | path

Searched refs:newInstance (Results 1 – 20 of 20) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DTranslucener.java12 …((Translucener) Class.forName("com.hammurapi.jcapture.AWTUtilitiesTranslucener").newInstance()).ma… in makeFrameTranslucent()
14 …((Translucener) Class.forName("com.hammurapi.jcapture.GraphicsDeviceTranslucener").newInstance()).… in makeFrameTranslucent()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php43 $iterator = $class->newInstance($iterator, $args, $suite);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php77 throw $reflection->newInstance();
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php248 return $class->newInstance();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php113 return $reflection->newInstance();
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php842 return $class->newInstance();
894 return $class->newInstance($outputStream);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md156 …* Added a clss patch for ReflectionClass::newInstance to make its argument optional consistently (…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java452 …return DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(url.openStream()).getDocume… in url2element()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php446 $object = $dataProviderClass->newInstance();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1357 … DocumentBuilderFactory documentbuilderfactory = DocumentBuilderFactory.newInstance(); in actionPerformed()
H A DEditorActions.java.bak1357 … DocumentBuilderFactory documentbuilderfactory = DocumentBuilderFactory.newInstance();