Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 248) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyNameMatcher.php13 private $property; variable in DeepCopy\\Matcher\\PropertyNameMatcher
18 public function __construct($property)
28 public function matches($object, $property)
H A DPropertyMatcher.php18 private $property; variable in DeepCopy\\Matcher\\PropertyMatcher
24 public function __construct($class, $property)
35 public function matches($object, $property)
H A DMatcher.php13 public function matches($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyNameMatcher.php13 private $property; variable in DeepCopy\\Matcher\\PropertyNameMatcher
18 public function __construct($property) argument
28 public function matches($object, $property) argument
H A DPropertyMatcher.php18 private $property; variable in DeepCopy\\Matcher\\PropertyMatcher
24 public function __construct($class, $property) argument
35 public function matches($object, $property) argument
H A DMatcher.php13 public function matches($object, $property); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/Resource/
H A DProperties.php59 …public function batchRunPivotReports($property, BatchRunPivotReportsRequest $postBody, $optParams …
80 public function batchRunReports($property, BatchRunReportsRequest $postBody, $optParams = [])
107 …public function checkCompatibility($property, CheckCompatibilityRequest $postBody, $optParams = [])
159 public function runPivotReport($property, RunPivotReportRequest $postBody, $optParams = [])
182 public function runRealtimeReport($property, RunRealtimeReportRequest $postBody, $optParams = [])
210 public function runReport($property, RunReportRequest $postBody, $optParams = [])
/plugin/odt/ODT/styles/
H A DODTStyle.php69 abstract public function setProperty($property, $value);
77 public function getProperty($property) {
89 public function getPropertyInternal($property, $properties=NULL) {
103 public function getPropertySection($property) {
159 … protected function setPropertyInternal($property, $odt_property, $value, $section, &$dest=NULL) {
H A DODTTextOutlineStyle.php87 public function setProperty($property, $value) {
224 public function getPropertyFromLevel($level, $property) {
234 public function setPropertyForLevel($level, $property, $value) {
H A DODTTextListStyle.php118 public function setProperty($property, $value) {
289 public function getPropertyFromLevel($level, $property) {
330 public function setPropertyForLevel($level, $property, $value) {
H A DODTMasterPageStyle.php77 public function setProperty($property, $value) {
91 public function getProperty($property) {
H A DODTPageLayoutStyle.php158 public function setProperty($property, $value) {
192 public function getProperty($property) {
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/Fixtures/
H A DExceptionThrower.php17 private $property; variable in SebastianBergmann\\ObjectEnumerator\\Fixtures\\ExceptionThrower
24 public function __get($property)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPropertyValue.php25 public $property; variable in Google\\Service\\YouTube\\PropertyValue
34 public function setProperty($property)
/plugin/bugzillaint/
H A Dscript.js291 bug.warnings.severity = { color:'red', property:'severity' }; property in bug.warnings.severity
293 bug.warnings.severity = { color:'orange', property:'severity' }; property in bug.warnings.severity
305 bug.warnings.priority = { color:'red', property:'priority' }; property in bug.warnings.priority
307 bug.warnings.priority = { color:'orange', property:'priority' }; property in bug.warnings.priority
319 bug.warnings.deadline = { color:'red', property:'deadline' }; property in bug.warnings.deadline
321 bug.warnings.deadline = { color:'orange', property:'deadline' }; property in bug.warnings.deadline
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ReportProperty.php26 public $property; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ReportProperty
33 public function setProperty($property)
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.inc.php81 function getDefaultValue($property) {
93 function &get_handler($property) {
99 function &_get_handler($property) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DReader.php78 function getPropertyAnnotations(\ReflectionProperty $property);
88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
H A DSimpleAnnotationReader.php81 public function getPropertyAnnotations(\ReflectionProperty $property)
117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DIndexedReader.php89 public function getPropertyAnnotations(\ReflectionProperty $property)
102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation)
H A DAnnotationReader.php244 public function getPropertyAnnotations(ReflectionProperty $property)
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName)
378 private function getPropertyImports(ReflectionProperty $property)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaPropertySummary.php33 public $property; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaPropertySummary
70 public function setProperty($property)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php59 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool
83 private function shouldSkipUsingGroups(PropertyMetadata $property, array $groups): bool
/plugin/findologicxmlexport/vendor/jms/serializer/src/Naming/
H A DIdenticalPropertyNamingStrategy.php11 public function translateName(PropertyMetadata $property): string
H A DPropertyNamingStrategyInterface.php22 public function translateName(PropertyMetadata $property): string;

12345678910