This file has been truncated, but you can view the full file.
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(global) { | |
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
import ReactDOM from 'react-dom'; | |
import Menus from './Menus'; | |
ReactDOM.render( | |
Menus, | |
document.getElementById('root'); | |
); |
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
var express = require('express'); | |
var app = express(); | |
var http = require('http'); | |
var cache = {}; | |
var server; | |
var id = 'asdasddadasdasq44'; | |
app.use("/",express.static("public")); |
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
<sv:node sv:name="main"> | |
<sv:property sv:name="jcr:primaryType" sv:type="Name"> | |
<sv:value>mgnl:area</sv:value> | |
</sv:property> | |
<sv:property sv:name="jcr:mixinTypes" sv:type="Name" sv:multiple="true"> | |
<sv:value>mix:lockable</sv:value> | |
</sv:property> | |
<sv:property sv:name="jcr:uuid" sv:type="String"> | |
<sv:value>95530abb-b223-4774-8523-ab61cb9805c7</sv:value> | |
</sv:property> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<sv:node sv:name="jcr:root" xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<sv:property sv:name="jcr:primaryType" sv:type="Name"> | |
<sv:value>rep:root</sv:value> | |
</sv:property> | |
<sv:node sv:name="contentIndex"> | |
<sv:property sv:name="jcr:primaryType" sv:type="Name"> | |
<sv:value>nt:unstructured</sv:value> | |
</sv:property> | |
<sv:node sv:name="1f8af166-258f-4351-a543-3d0fc8bb00c0"> |
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
/* JavaScript content from worklight/cordova_plugins.js in JS Resources */ | |
/* | |
* Licensed Materials - Property of IBM | |
* 5725-I43 (C) Copyright IBM Corp. 2006, 2013. All Rights Reserved. | |
* US Government Users Restricted Rights - Use, duplication or | |
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. | |
*/ | |
cordova.define('cordova/plugin_list', function(require, exports, module) { | |
module.exports = [ |