/plugin/externalembed/ |
H A D | syntax.php | 232 private function renderJSON(string $request, array $parameters): string { 277 private function getEmbedSize(&$parameters): string { 308 private function getEmbedType(&$parameters): string { 381 private function parseYouTubeVideoString($parameters): array { 402 private function parseYouTubePlaylistString($parameters): array { 420 private function parseFusionString($parameters): array { 434 private function parseOtherEmbedString($parameters): array { 515 private function getVideoRequest($parameters): string { 548 private function getFusionRequest(&$parameters): string { 588 private function cachePlaylist($cacheHelper, $parameters) {
|
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/ |
H A D | UriTemplate.php | 61 public function parse($string, array $parameters) 71 private function resolveNextSection($string, $parameters) 85 private function replace($string, $start, $end, $parameters) 152 $parameters, 189 $parameters, 299 $parameters,
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | WebDriverCommand.php | 12 protected $parameters; variable in Facebook\\WebDriver\\Remote\\WebDriverCommand 21 public function __construct($session_id, $name, $parameters) argument 31 public static function newSession(array $parameters) argument
|
/plugin/siteexport/ |
H A D | cron.php | 32 public function saveCronDataWithParameters($parameters, $canOverwrite=false) 45 public function deleteCronDataWithParameters($parameters) 188 public function hasCronJobForParameters($parameters) 197 public function cronJobNameForParameters($parameters)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | ConferenceParametersAddOnParameters.php | 25 public $parameters; variable in Google\\Service\\Calendar\\ConferenceParametersAddOnParameters 30 public function setParameters($parameters)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1DiscoveryEventConfigDetails.php | 25 public $parameters; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1DiscoveryEventConfigDetails 30 public function setParameters($parameters)
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 255 …ction convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array &$parameters) 354 protected function convertParameters40(Property $newProperty, array $parameters) 393 protected function convertParameters30(Property $newProperty, array $parameters)
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 271 …ion convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array &$parameters) { 376 protected function convertParameters40(Property $newProperty, array $parameters) { 421 protected function convertParameters30(Property $newProperty, array $parameters) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 276 …ion convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array &$parameters) { 383 protected function convertParameters40(Property $newProperty, array $parameters) { 429 protected function convertParameters30(Property $newProperty, array $parameters) {
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 271 …ion convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array &$parameters) { 376 protected function convertParameters40(Property $newProperty, array $parameters) { 421 protected function convertParameters30(Property $newProperty, array $parameters) {
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 271 …ion convertBinaryToUri(Component\VCard $output, Property\Binary $newProperty, array &$parameters) { 376 protected function convertParameters40(Property $newProperty, array $parameters) { 421 protected function convertParameters30(Property $newProperty, array $parameters) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | WorkerMessageCode.php | 29 public $parameters; variable in Google\\Service\\Dataflow\\WorkerMessageCode 48 public function setParameters($parameters)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3beta1SessionInfo.php | 25 public $parameters; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1SessionInfo 34 public function setParameters($parameters)
|
H A D | GoogleCloudDialogflowCxV3SessionInfo.php | 25 public $parameters; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3SessionInfo 34 public function setParameters($parameters)
|
H A D | GoogleCloudDialogflowV2Context.php | 33 public $parameters; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2Context 66 public function setParameters($parameters)
|
H A D | GoogleCloudDialogflowV2EventInput.php | 33 public $parameters; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2EventInput 66 public function setParameters($parameters)
|
H A D | GoogleCloudDialogflowV2beta1Context.php | 33 public $parameters; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1Context 66 public function setParameters($parameters)
|
H A D | GoogleCloudDialogflowV2beta1EventInput.php | 33 public $parameters; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1EventInput 66 public function setParameters($parameters)
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ |
H A D | Parameters.php | 25 protected $parameters = []; variable in PHPUnit_Framework_MockObject_Matcher_Parameters 40 public function __construct(array $parameters)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
H A D | FormatMessage.php | 30 public $parameters; variable in Google\\Service\\CloudDebugger\\FormatMessage 49 public function setParameters($parameters)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/ |
H A D | GoogleAppsScriptTypeFunction.php | 30 public $parameters; variable in Google\\Service\\Script\\GoogleAppsScriptTypeFunction 49 public function setParameters($parameters)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | InstantiateWorkflowTemplateRequest.php | 25 public $parameters; variable in Google\\Service\\Dataproc\\InstantiateWorkflowTemplateRequest 38 public function setParameters($parameters)
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/ |
H A D | CurlClient.php | 26 private $parameters = array(); variable in OAuth\\Common\\Http\\Client\\CurlClient 33 public function setCurlParameters(array $parameters)
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ |
H A D | CurlClient.php | 26 private $parameters = array(); variable in OAuth\\Common\\Http\\Client\\CurlClient 33 public function setCurlParameters(array $parameters) argument
|
/plugin/autotweet/ |
H A D | twitteroauth.php | 145 function get($url, $parameters = array()) { 156 function post($url, $parameters = array()) { 167 function delete($url, $parameters = array()) { 178 function oAuthRequest($url, $method, $parameters) {
|