/plugin/today/_test/ |
H A D | SyntaxTest.php | 55 $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 D | SyntaxTest.php | 57 $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 D | Issue498Test.php | 10 public function shouldBeTrue($testData) argument 20 public function shouldBeFalse($testData) argument
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
H A D | File.php | 28 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 D | Directory.php | 163 * @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 D | File.php | 296 $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 D | module.audio-video.riff.php | 1634 $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 D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |