Home
last modified time | relevance | path

Searched refs:getDiff (Results 1 – 7 of 7) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleCloudPolicysimulatorV1ReplayResult.php63 public function getDiff() function in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1ReplayResult
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md42 $diff = $git->getDiff(
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparisonFailure.php111 public function getDiff() function in SebastianBergmann\\Comparator\\ComparisonFailure
127 return $this->message . $this->getDiff();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php89 $buffer = $buffer . $e->getComparisonFailure()->getDiff();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php9 $message = $e->getMessage() . $e->getComparisonFailure()->getDiff();
/plugin/freesync/
H A Dhelper.php518 function getDiff($id) { function in helper_plugin_freesync
H A Daction.php50 case "_freesync_diff": print $this->fshlp->getDiff($_REQUEST['id']); break;