HomeSort by relevance Sort by last modified time
    Searched full:htmlmode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
htmlmixed.js 15 var htmlMode = CodeMirror.getMode(config, {name: "xml",
16 htmlMode: true,
34 var style = htmlMode.token(stream, state.htmlState);
46 state.localState = tp.mode.startState && tp.mode.startState(htmlMode.indent(state.htmlState, ""));
54 state.localState = cssMode.startState(htmlMode.indent(state.htmlState, ""));
89 var state = htmlMode.startState();
97 htmlState: CodeMirror.copyState(htmlMode, state.htmlState)};
106 return htmlMode.indent(state.htmlState, textAfter);
114 return {state: state.localState || state.htmlState, mode: state.localMode || htmlMode};
php.js 156 var htmlMode = CodeMirror.getMode(config, "text/html");
175 var style = htmlMode.token(stream, state.curState);
186 state.curMode = htmlMode;
196 var html = CodeMirror.startState(htmlMode), php = CodeMirror.startState(phpMode);
199 curMode: parserConfig.startOpen ? phpMode : htmlMode,
205 var html = state.html, htmlNew = CodeMirror.copyState(htmlMode, html),
207 if (state.curMode == htmlMode) cur = htmlNew;
218 return htmlMode.indent(state.html, textAfter);
xml.js 20 var Kludges = parserConfig.htmlMode ? {
374 configuration: parserConfig.htmlMode ? "html" : "xml",
375 helperType: parserConfig.htmlMode ? "html" : "xml"
382 CodeMirror.defineMIME("text/html", {name: "xml", htmlMode: true});
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 591 // System.out.println("%%%% startElement [" + qName + "] htmlMode = " + htmlMode);
592 if (htmlMode && (qName.equals("script") || qName.equals("style"))) {
621 if (!(htmlMode &&
    [all...]
  /external/tagsoup/
CHANGES 148 Removed htmlMode in XMLWriter
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsTreeOutline.js     [all...]

Completed in 514 milliseconds