6 مستودعات
Mechanisms for propagating configuration attributes from parent to child elements.
Distinguishing note: Focuses on declarative attribute propagation rather than programmatic state inheritance.
Explore 6 awesome GitHub repositories matching web development · Attribute Inheritance. Refine with filters or upvote what's useful.
HTMX is a hypermedia-driven frontend library that enables the creation of dynamic, asynchronous web applications by extending standard HTML attributes. It functions as a declarative engine that intercepts browser events to trigger network requests, allowing developers to update specific regions of the document with server-rendered HTML fragments. By shifting the logic of UI composition to the server, it minimizes the need for complex client-side state management and imperative JavaScript. The library distinguishes itself through a progressive enhancement workflow that ensures web interfaces r
Reduces code duplication by propagating configuration attributes from parent elements to children.
This project is a cross-platform mobile navigation library and declarative routing engine. It maps components to named scenes within a centralized configuration to manage application flow and screen transitions. The system distinguishes itself through a variety of specialized navigation patterns, including a mobile drawer navigation system for side menus and a tab navigation framework for organizing top-level views. It also features a modal overlay manager for rendering screens as pop-ups or transparent lightboxes and a deep linking handler that maps incoming URIs to specific application scen
Implements a mechanism to propagate configuration attributes from parent scenes to child scenes to reduce redundancy.
Alda is a text-based music programming language and command-line tool for composing, playing, and live-coding musical scores. It functions as a MIDI composition engine that renders plain-text scores into audio output, and as a live coding environment where code entered in a read-eval-print loop produces real-time playback without restarting the interpreter. The system distinguishes itself through an event-driven playback engine that schedules timed note events, an instrument-attribute inheritance model that cascades properties like volume and tempo from global defaults to individual parts, an
Cascades per-instrument properties like volume and tempo from global defaults to individual parts.
attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it
Merges attribute definitions from parent classes with child declarations, resolving conflicts during class creation.
swagger-php هو مولد مواصفات OpenAPI ومكتبة توثيق PHP API. يقوم بمسح سمات وتعليقات الكود المصدري لـ PHP لإنتاج ملفات مواصفات موحدة ومراجع API تفاعلية. تعمل الأداة كمحرك استنتاج مخطط يستمد أنواع البيانات والمخططات من تلميحات نوع PHP الأصلية والكتل العامة. يستخدم تحليلاً ثابتاً قائماً على الانعكاس لاستخراج البيانات الوصفية دون تنفيذ منطق التطبيق ويدعم وراثة المخطط المتكرر لدمج التعريفات من الفئات والواجهات الأصلية. يتضمن المشروع أداة سطر أوامر لتصدير تعريفات API إلى ملفات YAML أو JSON ثابتة. كما يوفر خط أنابيب لتجميع المواصفات مع منطق معالجة قابل للتوصيل لتعديل كيفية تحليل الكود المصدري أو هيكلته.
Merges attribute definitions from parent classes and interfaces into child objects to maintain a consistent definition hierarchy.
phpDocumentor is a PHP API documentation generator and source code analyzer that transforms PHP files and DocBlocks into structured HTML API references. It functions as a static site generator and an automatic documentation tool designed to synchronize technical documentation with code changes. The project distinguishes itself by acting as a UML diagram generator, producing class and architectural graphs via PlantUML based on source analysis. It also supports technical manual authoring, rendering hand-written guides in Markdown and ReStructuredText alongside the automatically generated API re
Combines a parent element's description with a child's description by inserting inherited text.