Home
last modified time | relevance | path

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

/plugin/today/_test/
H A DSyntaxTest.php55 $testData = [
63 ->with($testData['namespace'] . ':' . $today, 'today');
65 $actualStatus = $syntax->render('xhtml', $mockRenderer, $testData);
73 $testData = [
80 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
/plugin/simplemap/_test/
H A 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/
H A DIssue498Test.php10 public function shouldBeTrue($testData) argument
20 public function shouldBeFalse($testData) argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A 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;
H A DDirectory.php163 * @param array $testData
170 public function addFile($name, array $coverageData, array $testData, $cacheTokens) argument
176 $testData,
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A 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/
H A 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/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...