/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | Trigger.php | 139 * @param Parameter 146 * @return Parameter 167 * @param Parameter 174 * @return Parameter 195 * @param Parameter 237 * @param Parameter 251 * @param Parameter 265 * @param Parameter 279 * @param Parameter 293 * @param Parameter [all …]
|
H A D | VariableFormatValue.php | 26 protected $convertFalseToValueType = Parameter::class; 28 protected $convertNullToValueType = Parameter::class; 30 protected $convertTrueToValueType = Parameter::class; 50 * @param Parameter 57 * @return Parameter 64 * @param Parameter 71 * @return Parameter 78 * @param Parameter 85 * @return Parameter 92 * @param Parameter [all …]
|
H A D | Parameter.php | 20 class Parameter extends \Google\Collection class 27 protected $listType = Parameter::class; 29 protected $mapType = Parameter::class; 55 * @param Parameter[] 62 * @return Parameter[] 69 * @param Parameter[] 76 * @return Parameter[] 113 class_alias(Parameter::class, 'Google_Service_TagManager_Parameter');
|
H A D | Tag.php | 57 protected $monitoringMetadataType = Parameter::class; 71 protected $parameterType = Parameter::class; 85 protected $priorityType = Parameter::class; 247 * @param Parameter 249 public function setMonitoringMetadata(Parameter $monitoringMetadata) 254 * @return Parameter 303 * @param Parameter[] 310 * @return Parameter[] 359 * @param Parameter 361 public function setPriority(Parameter $priority) [all …]
|
H A D | TagConsentSetting.php | 26 protected $consentTypeType = Parameter::class; 44 * @param Parameter 46 public function setConsentType(Parameter $consentType) 51 * @return Parameter
|
H A D | Condition.php | 23 protected $parameterType = Parameter::class; 31 * @param Parameter[] 38 * @return Parameter[]
|
H A D | Client.php | 47 protected $parameterType = Parameter::class; 159 * @param Parameter[] 166 * @return Parameter[]
|
H A D | Zone.php | 47 protected $parameterType = Parameter::class; 167 * @param Parameter[] 174 * @return Parameter[]
|
H A D | Variable.php | 53 protected $parameterType = Parameter::class; 201 * @param Parameter[] 208 * @return Parameter[]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 11 $param = new Parameter($cal, 'name', 'value'); 21 $param = new Parameter($card, null, 'URL'); 32 $param = new Parameter($cal, 'name', null); 51 $param = new Parameter($cal, 'name', 'value'); 60 $param = new Parameter($cal, 'name', null); 69 $param = new Parameter($cal, 'name', 'value'); 77 $param = new Parameter($cal, 'name', null); 99 $param = new Parameter($cal, 'EMAIL', "user+something@example.org"); 108 $param = new Parameter($cal, 'name', [1, 2, 3, 4]); 122 $param = new Parameter($cal, 'name', 'va:lue'); [all …]
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 11 $param = new Parameter($cal, 'name','value'); 21 $param = new Parameter($card, null,'URL'); 32 $param = new Parameter($cal, 'name', null); 51 $param = new Parameter($cal, 'name', 'value'); 60 $param = new Parameter($cal, 'name', null); 69 $param = new Parameter($cal, 'name', 'value'); 77 $param = new Parameter($cal, 'name', null); 99 $param = new Parameter($cal, 'EMAIL',"user+something@example.org"); 108 $param = new Parameter($cal, 'name', array(1,2,3,4)); 122 $param = new Parameter($cal, 'name','va:lue'); [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 11 $param = new Parameter($cal, 'name','value'); 21 $param = new Parameter($card, null,'URL'); 32 $param = new Parameter($cal, 'name', null); 51 $param = new Parameter($cal, 'name', 'value'); 60 $param = new Parameter($cal, 'name', null); 69 $param = new Parameter($cal, 'name', 'value'); 77 $param = new Parameter($cal, 'name', null); 99 $param = new Parameter($cal, 'EMAIL',"user+something@example.org"); 108 $param = new Parameter($cal, 'name', array(1,2,3,4)); 122 $param = new Parameter($cal, 'name','va:lue'); [all …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 11 $param = new Parameter($cal, 'name','value'); 21 $param = new Parameter($card, null,'URL'); 32 $param = new Parameter($cal, 'name', null); 51 $param = new Parameter($cal, 'name', 'value'); 60 $param = new Parameter($cal, 'name', null); 69 $param = new Parameter($cal, 'name', 'value'); 77 $param = new Parameter($cal, 'name', null); 99 $param = new Parameter($cal, 'EMAIL',"user+something@example.org"); 108 $param = new Parameter($cal, 'name', array(1,2,3,4)); 122 $param = new Parameter($cal, 'name','va:lue'); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | StructuredMessage.php | 31 protected $parametersType = Parameter::class; 63 * @param Parameter[] 70 * @return Parameter[]
|
H A D | Parameter.php | 20 class Parameter extends \Google\Model class 62 class_alias(Parameter::class, 'Google_Service_Dataflow_Parameter');
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ |
H A D | Uri.php | 5 use Sabre\VObject\Parameter; alias 57 $parameters['VALUE'] = new Parameter($this->root, 'VALUE', 'URI');
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ |
H A D | Uri.php | 5 use Sabre\VObject\Parameter; alias 58 $parameters['VALUE'] = new Parameter($this->root, 'VALUE', 'URI');
|
/plugin/externalembed/ |
H A D | README.md | 31 * Set **THUMBNAIL_CACHE_TIME** Parameter - this is the time in hours before the thumbnail cache exp… 33 * Set **MINIMUM_EMBED_WIDTH** Parameter - the minimum size for an embed (200 default) 34 * Set **MINIMUM_EMBED_HEIGHT** Parameter - the minimum height for an embed (200 default) 35 * Set **DEFAULT_PRIVACY_DISCLAIMER** Parameter - The default disclaimer for an embed if you have no… 37 * Set **DOMAIN_WHITELIST** Parameter - `<DOMAIN, DISCLAIMER (optional)>`
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Property.php | 173 $name = Parameter::guessParameterNameByValue($value); 181 $param = new Parameter($this->root, $name, $value); 399 $param = new Parameter($this->root, $name, $value);
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Property.php | 173 $name = Parameter::guessParameterNameByValue($value); 181 $param = new Parameter($this->root, $name, $value); 399 $param = new Parameter($this->root, $name, $value);
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Property.php | 173 $name = Parameter::guessParameterNameByValue($value); 181 $param = new Parameter($this->root, $name, $value); 399 $param = new Parameter($this->root, $name, $value);
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Property.php | 177 $name = Parameter::guessParameterNameByValue($value); 185 $param = new Parameter($this->root, $name, $value); 486 $param = new Parameter($this->root, $name, $value);
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Property.php | 167 $name = Parameter::guessParameterNameByValue($value); 174 $param = new Parameter($this->root, $name, $value); 453 $param = new Parameter($this->root, $name, $value);
|
/plugin/findologicxmlexport/vendor/hoa/zformat/ |
H A D | CHANGELOG.md | 9 * Parameter: Fix API documentation, namings… (Metalaka, 2016-01-16T08:02:35+01:00)
|
H A D | Parameter.php | 47 class Parameter class 536 $constants = Parameter::getConstants();
|