Home
last modified time | relevance | path

Searched refs:messageFormat (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/
H A DPubsubConfig.php25 public $messageFormat; variable in Google\\Service\\CloudSourceRepositories\\PubsubConfig
38 public function setMessageFormat($messageFormat) argument
40 $this->messageFormat = $messageFormat;
47 return $this->messageFormat;
/plugin/combo/ComboStrap/
H A DSnippet.php380 $messageFormat = "The following url ($url) does not have a file name. To create a snippet from a remote url, the url should have a path where the last is the name of the library file.";
381 throw new ExceptionBadArgument($messageFormat);
390 $messageFormat = "The url has a file name ($libraryName) that does not have any extension. To create a snippet from a remote url, the url should have a path where the last is the name of the library file. ";
391 throw new ExceptionBadArgument($messageFormat);