Home
last modified time | relevance | path

Searched refs:sampler (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
DRandom.php55 ->given($sampler = new CUT())
56 ->when($x = $sampler->getInteger())
64 ->given($sampler = new CUT())
65 ->when($x = $sampler->getInteger(-5, 5))
70 ->when($y = $sampler->getInteger(42, 42))
79 ->given($sampler = new CUT([
83 ->when($x = $sampler->getInteger())
94 $sampler = new CUT()
96 ->when($x = $sampler->getInteger(0, 2, $exclude))
103 ->when($y = $sampler->getInteger(0, 2, $exclude))
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1TraceSamplingConfig.php25 public $sampler; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TraceSamplingConfig
34 public function setSampler($sampler) argument
36 $this->sampler = $sampler;
43 return $this->sampler;
DGoogleCloudApigeeV1RuntimeTraceSamplingConfig.php25 public $sampler; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RuntimeTraceSamplingConfig
34 public function setSampler($sampler) argument
36 $this->sampler = $sampler;
43 return $this->sampler;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
DArithmetic.php61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(
78 ->when(function () use (&$sampler, &$compiler, &$visitor) {
79 foreach ($sampler as $i=> $expression) {
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
DIsotropic.php68 public function __construct(Math\Sampler $sampler) argument
70 $this->_sampler = $sampler;
/plugin/findologicxmlexport/vendor/hoa/compiler/
DREADME.md237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(
240 // Token sampler.
244 foreach ($sampler as $i => $data) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DAggregation.php474 public function sampler(string $name): Sampler function in Elastica\\QueryBuilder\\DSL\\Aggregation
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md245 * Fixed type-hint for `Elastica\QueryBuilder\DSL\Aggregation::sampler()` not consistent with the un…