Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DSemanticVersion.php33 public $patch; variable in Google\\Service\\TrafficDirectorService\\SemanticVersion
66 public function setPatch($patch) argument
68 $this->patch = $patch;
75 return $this->patch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelSemverSemVer.php24 public $patch; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelSemverSemVer
43 public function setPatch($patch) argument
45 $this->patch = $patch;
49 return $this->patch;
/plugin/picasawebalbum/
H A DMakefile3 patch < orig/jquery.pwi.js.patch
5 patch < orig/jquery.slimbox2.css.patch
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DHttpRule.php42 public $patch; variable in Google\\Service\\ServiceUsage\\HttpRule
133 public function setPatch($patch) argument
135 $this->patch = $patch;
142 return $this->patch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DHttpRule.php42 public $patch; variable in Google\\Service\\ServiceNetworking\\HttpRule
133 public function setPatch($patch) argument
135 $this->patch = $patch;
142 return $this->patch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DHttpRule.php42 public $patch; variable in Google\\Service\\ServiceConsumerManagement\\HttpRule
133 public function setPatch($patch) argument
135 $this->patch = $patch;
142 return $this->patch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DHttpRule.php42 public $patch; variable in Google\\Service\\ServiceManagement\\HttpRule
133 public function setPatch($patch) argument
135 $this->patch = $patch;
142 return $this->patch;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php71 * @param ClassPatchInterface $patch
73 public function registerClassPatch(ClassPatchInterface $patch) argument
75 $this->patches[] = $patch;
136 foreach ($this->patches as $patch) {
137 if ($patch->supports($node)) {
138 $patch->apply($node);
H A DCachedDoubler.php29 public function registerClassPatch(ClassPatch\ClassPatchInterface $patch) argument
33 parent::registerClassPatch($patch);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebaseappcheck.php233 ],'patch' => [
305 ],'patch' => [
354 ],'patch' => [
403 ],'patch' => [
452 ],'patch' => [
501 ],'patch' => [
550 ],'patch' => [
612 ],'patch' => [
H A DResourceSettings.php105 ],'patch' => [
161 ],'patch' => [
217 ],'patch' => [
H A DDLP.php209 ],'patch' => [
285 ],'patch' => [
361 ],'patch' => [
481 ],'patch' => [
565 ],'patch' => [
641 ],'patch' => [
717 ],'patch' => [
833 ],'patch' => [
1013 ],'patch' => [
1107 ],'patch' => [
[all …]
H A DSecurityCommandCenter.php218 ],'patch' => [
314 ],'patch' => [
414 ],'patch' => [
476 'patch' => [
672 ],'patch' => [
768 ],'patch' => [
844 ],'patch' => [
978 ],'patch' => [
1084 ],'patch' => [
1146 'patch' => [
[all …]
H A DBaremetalsolution.php170 ],'patch' => [
266 ],'patch' => [
322 ],'patch' => [
370 ],'patch' => [
492 ],'patch' => [
548 ],'patch' => [
H A DDataCatalog.php187 ],'patch' => [
317 ],'patch' => [
409 ],'patch' => [
471 ],'patch' => [
543 ],'patch' => [
615 ],'patch' => [
756 ],'patch' => [
868 ],'patch' => [
H A DGoogleAnalyticsAdmin.php157 ],'patch' => [
302 ],'patch' => [
397 ],'patch' => [
555 ],'patch' => [
627 ],'patch' => [
709 ],'patch' => [
781 ],'patch' => [
931 ],'patch' => [
1041 ],'patch' => [
1172 ],'patch' => [
H A DMyBusinessAccountManagement.php104 ],'patch' => [
162 ],'patch' => [
280 ],'patch' => [
H A DDialogflow.php205 ],'patch' => [
355 ],'patch' => [
459 ],'patch' => [
607 ],'patch' => [
739 ],'patch' => [
861 ],'patch' => [
973 ],'patch' => [
1065 ],'patch' => [
1161 ],'patch' => [
1249 ],'patch' => [
[all …]
H A DIdeahub.php87 'patch' => [
175 'patch' => [
H A DContactcenterinsights.php190 ],'patch' => [
356 ],'patch' => [
410 ],'patch' => [
538 ],'patch' => [
610 ],'patch' => [
/plugin/darcspatch/
H A Dadmin.php86 $patch['name']."</form></html> |\n";
103 $patch['name']."</form></html> |\n";
115 function apply_raw_darcs_patch($patch,$repo,$test_only=false,$reverse=false) { argument
120 if(($contents = file_get_contents($patch)) !== false) {
/plugin/pgn4web/
H A DREADME.md38 # diff -u pgn4web/pgn4web.js /tmp/pgn4web.js >pgn4web.patch # created the patch
39 patch pgn4web/pgn4web.js <pgn4web.patch # apply patch (optional: change +/= to utf-arrow/||)
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md3 Older versions of DokuWiki require a patch to use this plugin.
9 NOTE: This fix was merged into Dokuwiki core as of Oct, 10 2019. So new versions of Dokuwiki released after that date will not need this patch.
13 Here is the patch for version 2017-02-19b+:
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php46 $file->patch('111', 2, 3);
60 $file->patch($stream, 2, 3);
/plugin/authyubikey/lib/
H A DNEWS8 ** Fix PHP warnings. Tiny patch from Simon Buckle
12 ** Fix PHP warnings. Tiny patch from Patrick MONNERAT

12345678910>>...31