Home
last modified time | relevance | path

Searched refs:testData (Results 1 – 12 of 12) sorted by relevance

/plugin/struct/_test/mock/
H A DCSVPageImporter.php11 protected $testData; variable in dokuwiki\\plugin\\struct\\test\\mock\\CSVPageImporter
13 public function setTestData(array $testData) argument
15 $this->testData = $this->testDataGenerator($testData);
25 $current = $this->testData->current();
26 $this->testData->next();
30 protected function testDataGenerator($testData) argument
32 foreach ($testData as $line) {
/plugin/simplemap/_test/
DSyntaxTest.php57 $testData = [
64 $actualStatus = $syntax->render('xhtml', $mockRenderer, $testData);
74 $testData = [
81 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/498/
DIssue498Test.php10 public function shouldBeTrue($testData) argument
20 public function shouldBeFalse($testData) argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
DFile.php28 private $testData; variable in SebastianBergmann\\CodeCoverage\\Node\\File
116 * @param array $testData
121 …public function __construct($name, AbstractNode $parent, array $coverageData, array $testData, $ca… argument
133 $this->testData = $testData;
166 return $this->testData;
DDirectory.php163 * @param array $testData
170 public function addFile($name, array $coverageData, array $testData, $cacheTokens) argument
176 $testData,
/plugin/today/_test/
H A DSyntaxTodayTest.php66 $testData = [
73 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
DFile.php296 $testData = $node->getTestData();
324 … if ($lineCss == 'covered-by-large-tests' && $testData[$test]['size'] == 'medium') {
326 } elseif ($testData[$test]['size'] == 'small') {
330 switch ($testData[$test]['status']) {
332 switch ($testData[$test]['size']) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.riff.php1634 $testData = $this->fread(36);
1635 if ($testData === '') {
1638 … if (preg_match('/^\xFF[\xE2-\xE7\xF2-\xF7\xFA-\xFF][\x00-\xEB]/s', substr($testData, 0, 4))) {
1641 if (getid3_mp3::MPEGaudioHeaderBytesValid(substr($testData, 0, 4))) {
1655 …} elseif (($isRegularAC3 = (substr($testData, 0, 2) == getid3_ac3::syncword)) || substr($testData,…
1673 $ac3_data .= substr($testData, 8 + $i + 1, 1);
1674 $ac3_data .= substr($testData, 8 + $i + 0, 1);
1690 …(preg_match('/^('.implode('|', array_map('preg_quote', getid3_dts::$syncwords)).')/', $testData)) {
1711 } elseif (substr($testData, 0, 4) == 'wvpk') {
1715 $info['wavpack']['size'] = getid3_lib::LittleEndian2Int(substr($testData, 4, 4));
[all …]
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...