HomeSort by relevance Sort by last modified time
    Searched full:safe_mode (Results 1 - 25 of 29) sorted by null

1 2

  /external/markdown/tests/safe_mode/
script_tags.txt 1 This should be stripped/escaped in safe_mode.
script_tags.html 1 <p>This should be stripped/escaped in safe_mode.</p>
unsafe_urls.html 1 <p>These links should be unsafe and not allowed in safe_mode</p>
unsafe_urls.txt 1 These links should be unsafe and not allowed in safe_mode
  /external/markdown/docs/
using_as_module.txt 42 safe_mode=True,
103 by untrusted users, you may want to use the "safe_mode" option which ensures
107 * To replace HTML, set ``safe_mode="replace"`` (``safe_mode=True`` still works
113 md = markdown.Markdown(safe_mode="replace")
119 * To remove HTML, set ``safe_mode="remove"``. Any raw HTML will be completely
122 * To escape HTML, set ``safe_mode="escape"``. The HTML will be escaped and
command_line.txt 76 -s SAFE_MODE, --safe=SAFE_MODE
CHANGE_LOG 69 Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
  /external/markdown/markdown/
commandline.py 58 metavar="SAFE_MODE",
82 'safe_mode': options.safe,
__init__.py 185 safe_mode = False,
197 * safe_mode: Disallow raw html. One of "remove", "replace" or "escape".
209 self.safeMode = safe_mode
570 safe_mode = False,
582 * safe_mode: Disallow raw html. One of "remove", "replace" or "escape".
596 safe_mode=safe_mode,
605 safe_mode = False,
609 safe_mode=safe_mode,
    [all...]
inlinepatterns.py 131 # Api for Markdown to pass safe_mode into instance
132 self.safe_mode = False
245 Sanitize a url against xss attacks in "safe_mode".
  /external/markdown/markdown/extensions/
fenced_code.py 21 Works with safe_mode also (we check this because we are using the HtmlStash):
23 >>> markdown.markdown(text, extensions=['fenced_code'], safe_mode='replace')
wikilinks.py 39 ... safe_mode = True)
  /external/markdown/
test-markdown.py 163 def test_directory(self, dir, measure_time=False, safe_mode=False, encoding="utf-8", output_format='xhtml1') :
190 self.md = markdown.Markdown(extensions=extensions, safe_mode = safe_mode, output_format=output_format)
322 tester.test_directory("tests/safe_mode", measure_time=True, safe_mode="escape")
  /hardware/qcom/display/msm8996/sdm/include/private/
strategy_interface.h 35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member in struct:sdm::StrategyConstraints
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 209 constraints->safe_mode = safe_mode_;
220 constraints->safe_mode = true;
228 constraints->safe_mode = true;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
RebootConfirmFragment.java 36 private static final String ARG_SAFE_MODE = "RebootConfirmFragment.safe_mode";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 199 SAFE_MODE,
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 107 const bool safe_mode = (debug_flags & DEBUG_ENABLE_SAFEMODE) != 0; local
108 if (safe_mode) {
  /external/markdown/docs/extensions/
WikiLinks.txt 115 ... safe_mode = True
  /frameworks/base/core/res/res/values/
symbols.xml     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/sdk/17/
android.jar 

Completed in 663 milliseconds

1 2