3 مستودعات
Mechanisms for renaming or aliasing module namespaces to resolve naming conflicts.
Distinct from Namespaces: Distinct from general database namespaces: focuses on stylesheet module namespace management.
Explore 3 awesome GitHub repositories matching data & databases · Namespace Aliasing. Refine with filters or upvote what's useful.
Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules, mixins, and functions. It functions as a comprehensive design system tool, enabling developers to organize complex stylesheets into modular, reusable components while automating the transformation of advanced syntax into browser-compatible CSS. The project distinguishes itself through its sophisticated build automation and language-level extensibility. It provides robust support for programmatic style generation, including conditional logic, iterative loops, and unit-aware math
Allows for renaming module namespaces to improve readability and resolve naming conflicts.
This project provides the core framework and system API layer for the Android operating system. It consists of the fundamental Java and C++ libraries that define system behavior and establish the interface contracts required for system applications and hardware abstraction. The project includes a runtime optimizer used to reduce startup time and improve execution speed by pre-compiling methods and configuring boot images. It also features a software quality toolchain that enforces code formatting, audits commit metadata, and manages API compatibility to ensure stable interface contracts acros
Renames external library packages to internal namespaces during build to avoid classpath conflicts.
Shadow هو إضافة Gradle تُستخدم لإنشاء ملفات JAR ضخمة (fat JARs) عن طريق تجميع تطبيق JVM وجميع تبعيات وقت التشغيل الخاصة به في أرشيف تنفيذي واحد. يعمل كمجمع تبعيات ومولد أرشيف، مما يبسط التوزيع عن طريق دمج ملفات مكتبات متعددة في عنصر واحد. يتميز المشروع بقدرته على إجراء إعادة توجيه حزمة البايت كود، والتي تعيد تسمية مسارات الحزمة وبيانات الاستيراد لمنع تعارض إصدارات مسار الفئة (classpath). كما يوفر أدوات دمج الموارد التي تجمع الملفات ذات المسارات المتطابقة باستخدام محولات نصية أو XML مخصصة وينتج إصدارات قابلة للتكرار عن طريق تطبيع طوابع وقت الملف والأذونات. تغطي الإضافة إمكانيات واسعة بما في ذلك تصفية محتوى الأرشيف، وإدارة البيان، وإنشاء نصوص بدء التشغيل للنشر. كما تتعامل مع نشر العناصر من خلال سير العمل القائم على البيانات الوصفية وتوفر أدوات تشخيصية لاكتشاف الإدخالات المكررة وموقع موارد مسار الفئة.
Provides bytecode-level package relocation to avoid classpath conflicts between different library versions.