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 Movie extends Model | |
| { | |
| // ... | |
| /** | |
| * The attributes on which the post list can be ordered | |
| * @var array | |
| */ |
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
| title = "AJAX File Upload" | |
| url = "/test" | |
| layout = "default" | |
| is_hidden = 0 | |
| == | |
| <?php | |
| use System\Models\File; | |
| function onSubmit() | |
| { |
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 | |
| use BitWasp\Bitcoin\Bitcoin; | |
| use BitWasp\Bitcoin\Key\Deterministic\HierarchicalKeyFactory; | |
| use BitWasp\Bitcoin\Key\Deterministic\HierarchicalKeySequence; | |
| use BitWasp\Bitcoin\Key\Deterministic\MultisigHD; | |
| use BitWasp\Bitcoin\Network\NetworkFactory; | |
| use Exception; | |
| /* |
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"> | |
| <title>Not Found</title> | |
| <style> | |
| /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}code{font-family:monospace,monospace;font-size:1em}[hidden]{display:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}a{color:inherit;text-decoration:inherit}code{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}svg,video{display:block;vertical-align:middle}video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-g |
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
| <script> | |
| oc.registerControl('full-calendar', class extends oc.ControlBase { | |
| connect() { | |
| this.calendar = new FullCalendar.Calendar(this.element, { | |
| headerToolbar: { | |
| left: 'prev,next today', | |
| center: 'title', | |
| right: null, | |
| }, | |
| initialView: window.innerWidth < 1000 ? 'listWeek' : 'dayGridMonth', |
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 OFFLINE\Boxes\Classes\Fixes; | |
| use OFFLINE\Boxes\Classes\Exceptions\PartialNotFoundException; | |
| use OFFLINE\Boxes\Classes\Partial\PartialReader; | |
| use OFFLINE\Boxes\Models\Box; | |
| use RainLab\Translate\Classes\Translator; | |
| /** |
OlderNewer