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 express from "./express-poly"; | |
import Router from "express/lib/router"; | |
import cardcoreApp from "@cardcore/server/dist/router"; | |
import creds from "./azure-sql.json"; | |
import CosmosDB from "./cosmosdb"; | |
import slackNotify from "./slack-notify"; | |
import { v4 as uuid } from "uuid"; | |
import { version } from "../version.json"; | |
import pkg from "../package.json"; | |
import stringify from "json-stable-stringify"; |
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 | |
//DOM Templating classes v7 © copyright (cc-by) Kroc Camen 2012 | |
//you may do whatever you want with this code as long as you give credit | |
//documentation at http://camendesign.com/dom_templating | |
class DOMTemplate extends DOMTemplateNode { | |
private $DOMDocument; | |
private $keep_prolog = false; | |