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
| /*! | |
| * Ext Core Library 3.0 | |
| * http://extjs.com/ | |
| * Copyright(c) 2006-2009, Ext JS, LLC. | |
| * | |
| * MIT Licensed - http://extjs.com/license/mit.txt | |
| */ | |
| // for old browsers | |
| window.undefined = window.undefined; |
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
| <!--- https://blockbuilder.org/muthu32/6bd29d851a506f06b9f21b5ac9c814c9 ----> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF8"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js" ></script> | |
| <script> | |
| function svgBarChartEntry() | |
| { | |
| get_heat_staytime_list(); | |
| } |
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 PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | |
| <html> | |
| <head> | |
| <title> | |
| display/box/float/clear test | |
| </title> | |
| <style type="text/css"> | |
| /* last modified: 1 Dec 98 */ | |
| 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
| function Loader($className,$includePath) | |
| { | |
| $fileName = ''; | |
| $separator = '\\'; | |
| if (false !== ($lastNsPos = strripos($className, $separator))) { | |
| $namespace = substr($className, 0, $lastNsPos); | |
| $className = substr($className, $lastNsPos + 1); | |
| $fileName = str_replace($separator, DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR; | |
| } |
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 db; | |
| class mysqli | |
| { | |
| private $conn; | |
| private $temp; | |
| private $data; | |
| protected static $_instance; | |
| function __construct( | |
| $database = "wo", |
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
| .bg-blue { | |
| background: #2196f3!important | |
| } | |
| .no-transition { | |
| transition: none!important | |
| } | |
| .q-loading-bar { | |
| position: fixed; |
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
| interface Props { | |
| tmp: string | |
| alpha?: boolean | |
| } | |
| interface Events { | |
| click: string | |
| something: boolean | |
| a: number | |
| b: void |
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 id="example"> | |
| <div class="heading"> | |
| <h1>TinyMCE v5 & Vue.js v2</h1> | |
| <h4>An example of TinyMCE editor working in Vue.js with v-for and two way editable.</h4> | |
| </div> | |
| <input type="button" value="Remove Editor" @click="remove" class="btn btn-xs btn-danger" /> | |
| <input type="button" value="Add Editor" @click="add" class="btn btn-xs btn-success" /> | |
| <div v-for="(col,index) in cols"> | |
| <div class="heading"><h1>V-for Tinymce {{index}}:</h1></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
| {"lastUpload":"2019-07-11T10:24:38.502Z","extensionVersion":"v3.3.1"} |