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
Show hidden characters
| { | |
| "React Native Component": { | |
| "prefix": "rnc", | |
| "body": [ | |
| "import React, { useState } from \"react\";", | |
| "import { StyleSheet, View } from \"react-native\";", | |
| "", | |
| "import AppText from \"@/components/AppText\";", | |
| "import defaultStyles from \"@/constants/Styles\";", | |
| "", |
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="absolute top-0 left-0"> | |
| <div class="p-5" id="theme-toggler"> | |
| <i class="mdi mdi-lightbulb-on-outline mdi-24px"></i> | |
| </div> | |
| </div> |
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
| <template> | |
| <base-layout :page-title="appName" :hide-back-button="true"> | |
| <template #drawer> | |
| <!-- <common-drawer></common-drawer> --> | |
| </template> | |
| <template #actions-start> | |
| <ion-menu-button menu="main-menu"></ion-menu-button> | |
| </template> | |
| <template #actions-end> | |
| <ion-button router-link="/memories/add"> |
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
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'stable', |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Signature Pad .:: {{ env('APP_NAME') }}</title> | |
| <meta id="token" name="csrf-token" value="{{ csrf_token() }}" content="{{ csrf_token() }}" /> |
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
| server { | |
| server_name site.com www.site.com; | |
| access_log /var/log/nginx/access.log; | |
| error_log /var/log/nginx/error.log; | |
| root /var/www/site.com/html/public; | |
| index index.php index.html; |
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
| "Lexx PHP API Response": { | |
| "prefix": "lexxPHPAPIResponse", | |
| "scope": "php", | |
| "body": [ | |
| "$response = $this->repo->$1();", | |
| " ", | |
| "if($response instanceof RedirectResponse)", | |
| " return $response;", | |
| "", | |
| "if($response instanceof JsonResource || $response instanceof Resource)", |
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
| <application> | |
| <component name="GeneralSettings"> | |
| <option name="showTipsOnStartup" value="false" /> | |
| </component> | |
| <component name="Registry"> | |
| <entry key="ide.balloon.shadow.size" value="0" /> | |
| <entry key="mac.editor.thumb.default.alpha.base" value="0" /> | |
| <entry key="mac.editor.thumb.default.alpha.delta" value="102" /> | |
| <entry key="mac.editor.thumb.darcula.alpha.base" value="0" /> | |
| <entry key="mac.editor.thumb.darcula.alpha.delta" value="102" /> |
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
| upstream phpfpm { | |
| server 127.0.0.1:9000; | |
| } | |
| server { | |
| listen 80; | |
| server_name _; | |
| root /var/www/html; | |
| index index.php; |
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="main-page"> | |
| <div class="stars"><svg class="star" viewBox="0 0 26 26" x="0px" y="0px"><path d="M11.2,23.1l-2.6-5.3c-0.1-0.2-0.3-0.4-0.5-0.5l-5.3-2.6c-1.5-0.7-1.5-2.8,0-3.5l5.3-2.6 c0.2-0.1,0.4-0.3,0.5-0.5l2.6-5.3c0.7-1.5,2.8-1.5,3.5,0l2.6,5.3c0.1,0.2,0.3,0.4,0.5,0.5l5.3,2.6c1.5,0.7,1.5,2.8,0,3.5l-5.3,2.6 c-0.2,0.1-0.4,0.3-0.5,0.5l-2.6,5.3C14,24.5,12,24.5,11.2,23.1z"></path></svg><svg class="star" viewBox="0 0 26 26" x="0px" y="0px"><path d="M11.2,23.1l-2.6-5.3c-0.1-0.2-0.3-0.4-0.5-0.5l-5.3-2.6c-1.5-0.7-1.5-2.8,0-3.5l5.3-2.6 c0.2-0.1,0.4-0.3,0.5-0.5l2.6-5.3c0.7-1.5,2.8-1.5,3.5,0l2.6,5.3c0.1,0.2,0.3,0.4,0.5,0.5l5.3,2.6c1.5,0.7,1.5,2.8,0,3.5l-5.3,2.6 c-0.2,0.1-0.4,0.3-0.5,0.5l-2.6,5.3C14,24.5,12,24.5,11.2,23.1z"></path></svg><svg class="star" viewBox="0 0 26 26" x="0px" y="0px"><path d="M11.2,23.1l-2.6-5.3c-0.1-0.2-0.3-0.4-0.5-0.5l-5.3-2.6c-1.5-0.7-1.5-2.8,0-3.5l5.3-2.6 c0.2-0.1,0.4-0.3,0.5-0.5l2.6-5.3c0.7-1.5,2.8-1.5,3.5,0l2.6,5.3c0.1,0.2,0.3,0.4,0.5,0.5l5.3,2.6c1.5,0.7,1.5,2.8,0,3.5l-5.3,2.6 c-0 |