| Action | Shortcut |
|---|---|
| Scroll line up | ctrl+shift+up (also โฅ+โ+โ and โ+โ on macOS) |
| Scroll line down | ctrl+shift+down (also โฅ+โ+โ and โ+โ on macOS) |
| Scroll page up | ctrl+shift+page_up (also โ+โ on macOS) |
| Scroll page down | ctrl+shift+page_down (also โ+โ on macOS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Zed keymap | |
| // | |
| // For information on binding keys, see the Zed | |
| // documentation: https://zed.dev/docs/key-bindings | |
| // | |
| // To see the default key bindings run `zed: open default keymap` | |
| // from the command palette. | |
| [ | |
| { | |
| "context": "Workspace", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Support\ServiceProvider; | |
| use Illuminate\Support\Facades\Route; | |
| use Filament\Support\Facades\FilamentView; | |
| use Filament\View\PanelsRenderHook; | |
| use Symfony\Component\HttpFoundation\StreamedResponse; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ->modifyQueryUsing(function (Builder $query, $livewire) { | |
| $hasFilters = collect($livewire->tableFilters) | |
| ->filter(fn($filter) => !empty($filter['values'])) | |
| ->isNotEmpty(); | |
| return ($livewire->hasTableSearch() || $hasFilters) ? $query : $query->whereRaw('1 = 0'); | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Traits; | |
| trait HasActiveIcon | |
| { | |
| public static function getActiveNavigationIcon(): ?string | |
| { | |
| return str(self::getNavigationIcon()) | |
| ->replace('heroicon-o-', 'heroicon-s-') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Traits; | |
| use Illuminate\Database\Eloquent\Builder; | |
| trait SearchTranslatableField | |
| { | |
| public function scopeSearchByTranslatableField(Builder $query, string $value, string $field = 'name'): Builder | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class RepeatTableHeadersHandler extends Paged.Handler { | |
| constructor(chunker, polisher, caller) { | |
| super(chunker, polisher, caller) | |
| this.splitTablesRefs = [] | |
| } | |
| afterPageLayout(pageElement, page, breakToken, chunker) { | |
| this.chunker = chunker | |
| this.splitTablesRefs = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="flex flex-col items-center"> | |
| <div class="w-full md:w-1/2 flex flex-col items-center h-64"> | |
| <div class="w-full px-4"> | |
| <div x-data="selectConfigs()" x-init="fetchOptions()" class="flex flex-col items-center relative"> | |
| <div class="w-full"> | |
| <div @click.away="close()" class="my-2 p-1 bg-white flex border border-gray-200 rounded"> | |
| <input | |
| x-model="filter" | |
| x-transition:leave="transition ease-in duration-100" | |
| x-transition:leave-start="opacity-100" |
ุงูุณูุงู ุนูููู ูุฑุญู ุฉ ุงููู ูุจุฑูุงุชู ุ ูุฐุง ููุฏ ุฑูุฌููุณ ููุชุญูู ู ู ุตุญุฉ ุฃุฑูุงู ุงูุฌูุงูุงุช ุงููู ููุฉ ุ ูููู ุงูุฑูุฌููุณ ุจุงูุชุญูู ู ู ู ูุชุงุญ ุงูุฏููุฉ ุ ู ูุชุงุญ ุดุฑูุงุช ุงูุฅุชุตุงูุงุช ูุงูุฎุทูุท ุงูุงุฑุถูุฉ ูุถู ุงู ุตุญุฉ ุงููุต ุงูู ุฏุฎู .
yemeni phone number regex
Hello
this is a regex code to validate yemeni phone number for private companies and ground lines almost everything :) hope you found it useful.
/^(((\+|00)9677|0?7)[01378]\d{7}|((\+|00)967|0)[1-7]\d{6})$/
NewerOlder