Searched refs:noHeader (Results 1 – 3 of 3) sorted by relevance
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | CoffeeScriptFilter.php | 31 private $noHeader; variable in Assetic\\Filter\\CoffeeScriptFilter 44 public function setNoHeader($noHeader) argument 46 $this->noHeader = $noHeader; 64 if ($this->noHeader) {
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 710 function writeXmlDoc2Zip(zip, name, xmlDoc, noHeader) argument 712 …zip.file(name, (noHeader? "" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>") + …
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 6766 EditorUi.prototype.getEmbeddedSvg = function(xml, graph, url, noHeader, callback, ignoreSelection, argument 6809 var result = ((!noHeader) ? Graph.xmlDeclaration + '\n' + Graph.svgFileComment +
|