Home
last modified time | relevance | path

Searched refs:getInstance (Results 151 – 175 of 196) sorted by last modified time

12345678

/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DFactory.php50 public static function getInstance() function in SebastianBergmann\\Comparator\\Factory
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md205 $context = Hoa\Stream\Context::getInstance($contextId);
H A DContext.php84 public static function getInstance($id) function in Hoa\\Stream\\Context
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php57 SUT::getInstance(null);
65 ->when($result = SUT::getInstance('foo'))
74 ->when($result = SUT::getInstance('foo'))
83 ->when($result = SUT::getInstance('foo'))
94 $context = SUT::getInstance($id)
107 SUT::getInstance($id)
128 $context = SUT::getInstance('foo'),
141 $context = SUT::getInstance('foo'),
155 $context = SUT::getInstance('foo'),
171 $context = SUT::getInstance('foo'),
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php258 $context = Stream\Context::getInstance($context);
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php120 $protocol = Protocol::getInstance();
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php380 return Protocol::getInstance();
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md69 static `getInstance` method on the `Hoa\Protocol\Protocol` class which
73 echo Hoa\Protocol\Protocol::getInstance();
139 $protocol = Hoa\Protocol\Protocol::getInstance();
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php289 ->isIdenticalTo(LUT::getInstance());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DExactValueToken.php42 $this->comparatorFactory = $comparatorFactory ?: ComparatorFactory::getInstance();
H A DObjectStateToken.php48 $this->comparatorFactory = $comparatorFactory ?: ComparatorFactory::getInstance();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php60 $this->comparatorFactory = $comparatorFactory ?: ComparatorFactory::getInstance();
114 $double = $this->lazyDouble->getInstance();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php729 $arguments['configuration'] = PHPUnit_Util_Configuration::getInstance(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist79 $configuration = PHPUnit_Util_Configuration::getInstance($configurationFilePath);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php113 public function getInstance() function in Prophecy\\Doubler\\LazyDouble
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEqual.php115 $comparatorFactory = SebastianBergmann\Comparator\Factory::getInstance();
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php87 GTDataHash::getInstance($this->publicationImprint);
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php315 public static function getInstance($dataImprint) { function in GTDataHash
H A DGTPublicationsFile.php557 return GTDataHash::getInstance($bytes);
/plugin/gtime/gtlib/util/
H A DGTBase16.php46 return self::getInstance()->encode($bytes, $offset, $length);
59 return self::getInstance()->encode($bytes, $offset, $length, ':', 2);
72 return self::getInstance()->encode($bytes, $offset, $length, ' ', 2);
84 return self::getInstance()->decode($string);
93 private static function getInstance() { function in GTBase16
H A DGTBase32.php46 return self::getInstance()->encode($bytes, $offset, $length);
59 return self::getInstance()->encode($bytes, $offset, $length, '-', 6);
70 return self::getInstance()->decode($string);
79 private static function getInstance() { function in GTBase32
H A DGTBase64.php46 return self::getInstance()->encode($bytes, $offset, $length);
57 return self::getInstance()->decode($string);
66 private static function getInstance() { function in GTBase64
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php155 return Mimetypes::getInstance()->fromFilename($this->path) ?: 'text/plain';
H A DMimetypes.php954 public static function getInstance() function in Facebook\\FileUpload\\Mimetypes
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php477 public function getInstance() { function in Google_BackupRun
561 public function getInstance() { function in Google_DatabaseInstance
713 public function getInstance() { function in Google_InstanceOperation

12345678