Home
last modified time | relevance | path

Searched defs:property (Results 201 – 225 of 248) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php27 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool
H A DDisjunctExclusionStrategy.php56 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool
H A DExclusionStrategyInterface.php26 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool;
H A DExpressionLanguageExclusionStrategy.php37 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool
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/tests/Fixtures/ExclusionStrategy/
H A DAlwaysExcludeExclusionStrategy.php19 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php244 public function getPropertyAnnotations(ReflectionProperty $property)
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName)
378 private function getPropertyImports(ReflectionProperty $property)
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php921 public static function propertyExists($classOrObject, $property, $message = '')
931 public static function propertyNotExists($classOrObject, $property, $message = '')
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineProxyFilter.php18 public function apply($object, $property, $objectCopier)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DMatcher.php13 public function matches($object, $property);
/plugin/structjoin/types/
H A DJoin.php133 protected function getProtectedPropertyFromQB(QueryBuilder $QB, $property) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php71 …n convertProperty(Component\VCard $input, Component\VCard $output, Property $property, $targetVers…
H A DCli.php612 protected function serializeProperty(Property $property) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php243 function vbsso_get_platform_config_property($platform, $property, $default = '') {
/plugin/issuetracker/
H A Dprototype.js972 function pluck(property) { argument
2132 recursivelyCollect: function(element, property, maximumLength) { argument
2521 return properties.inject(dim, function(memo, property) { argument
3075 var B = Prototype.Browser, doc = document, element, property = {}; variable
3186 function getPixelValue(value, property, context) { argument
3285 Element.Layout.PROPERTIES.each( function(property) { argument
3298 _set: function(property, value) { argument
3302 set: function(property, value) { argument
3306 get: function($super, property) { argument
3378 _compute: function(property) { argument
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php137 public $property; variable in Google_TopicLookup
144 public function setProperty(Google_TopicLookupProperty $property) {
300 public $property; variable in Google_TopicValue
340 public function setProperty(Google_TopicPropertyvalue $property) {
H A DGoogle_YouTubeService.php3464 public $property; variable in Google_PropertyValue
3466 public function setProperty( $property) {
H A DGoogle_DatastoreService.php637 public $property; variable in Google_PropertyExpression
644 public function setProperty(Google_PropertyReference $property) {
656 public $property; variable in Google_PropertyFilter
666 public function setProperty(Google_PropertyReference $property) {
684 public $property; variable in Google_PropertyOrder
691 public function setProperty(Google_PropertyReference $property) {
H A DGoogle_ShoppingService.php413 public $property; variable in Google_ProductsFacets
441 public function setProperty( $property) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …ocument!=="undefined"&&typeof window!=="undefined"){fabric.document=document;fabric.window=window;…
2 …turn opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOutCubic(…
4 …sourceFromHsl=function(color){var match=color.match(Color.reHSLa);if(!match){return}var h=(parseFl…
6 …ector.left=pointer.x-groupSelector.ex;groupSelector.top=pointer.y-groupSelector.ey;this.renderTop(…
8 …n(p){return fabric.util.transformPoint(p,vpt)},p=this._calculateCurrentDimensions(false),currentWi… property in commandLengths
H A Dfabric.js769 proto[getterName] = (function(property) { argument
1553 klass.prototype[property] = (function(property) { argument
3418 function _createSVGPattern(markup, canvas, property) { argument
6032 __setBgOverlayColor: function(property, color, callback) { argument
6964 _setSVGBgOverlayImage: function(markup, property) { argument
6973 _setSVGBgOverlayColor: function(markup, property) { argument
10378 __setBgOverlay: function(property, value, loaded, callback) { argument
11339 get: function(property) { argument
11412 toggle: function(property) { argument
11791 setGradient: function(property, options) { argument
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js1003 fabric.ElementsParser.prototype.resolveGradient = function( obj, property ) { argument
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js1052 var overrideProperty = function( object, property, overrideValue ) { argument
1067 var restoreOriginalProperty = function( object, property ) { argument
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php621 protected function serializeProperty(Property $property) {

12345678910