accessor
There are 112 repositories under accessor topic.
3F/Conari
🧬 One-touch unmanaged memory, runtime dynamic use of the unmanaged native C/C++ in .NET world, related P/Invoke features, and …
vkovic/laravel-custom-casts
Make your own custom cast type for Laravel model attributes
wilmoore/selectn.js
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
xarray-contrib/pint-xarray
Interface for using pint with xarray, providing convenience accessors
jhildenbiddle/mergician
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
Smoren/schemator-php
Schematic data mapper and nested access tools
Astrotomic/laravel-cachable-attributes
Allows to cache attribute accessor values in an easy way.
toxic-johann/toxic-decorators
Library of Javascript decorators
jwelker110/file-input-accessor
Angular directive that provides file input functionality in Angular forms.
estepnv/property-accessor
Ruby syntax sugar for C# style property accessor definition
xmkg/concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
funkwerk/accessors
Generate D getters and setters automatically
jonschlinkert/expand-value
Expand deeply nested values from an object, with support for advanced features
inspect-js/is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
jonrandy/turboprop
Use arrays as property accessors
KeeVeeGames/ArrayList.gml
The most complete list class for GameMaker Studio 2.3+. GC-friendly, [ ] accessor, 50+ functions (add, remove, insert, contains, find, sort, shuffle, reverse, etc.) and reference as array.
maxalmonte14/magicproperties
A little but powerful package that allows you call getters and setters implicitly in PHP.
inspect-js/is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
iv-p/mapaccess
mapaccess is a golang library for accessing arbitrary keys from nested map[string]interface{}, JSON style
korridor/laravel-computed-attributes
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
Smoren/nested-accessor-php
Accessor for getting and setting values of nested data structures (arrays or objects)
Smoren/type-tools-php
Helpers for different operations with PHP data types, variables and containers
SIDOVSKY/ExpressionDelegates
A tool which generates delegates to properties, fields, methods and constructors used in linq expression trees.
ICanBoogie/Accessor
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
markdicksonjr/dot
Simple get/set on arbitrary data for Go, with additional utilities for type coercion. Enables "path-based" addressability into data.
movor/laravel-custom-casts
Make your own cast type for Laravel model
vasturiano/accessor-fn
A wrapper function for object accessor properties
UnderNotic/guardy
Simple and natural nested property accessor. For node and browser.
jonathanstowe/AccessorFacade
A Raku method trait to turn indivdual get/set subroutines into a single read/write object attribute.
ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
TonySpegel/query-assigned-element-content
A class accessor decorator for web components that converts a class property into a getter which lets you query the content of elements assigned to a slot.
vovkasm/Class-Accessor-Inherited-XS
Fast XS inherited, object and class accessors
Zeroto521/my-data-toolkit
Face the engineering of data preprocessing.
ljharb/define-accessor-property
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
stdlib-js/math-strided-special-bessely0-by
Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.
stdlib-js/strided-base-map-by2
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.