Home
last modified time | relevance | path

Searched refs:getbool (Results 1 – 4 of 4) sorted by relevance

/third_party/node/tools/inspector_protocol/jinja2/
Dext.py579 def getbool(options, key, default=False): function
583 silent = getbool(options, 'silent', True)
593 getbool(options, 'trim_blocks', TRIM_BLOCKS),
594 getbool(options, 'lstrip_blocks', LSTRIP_BLOCKS),
596 getbool(options, 'keep_trailing_newline', KEEP_TRAILING_NEWLINE),
602 if getbool(options, 'trimmed'):
604 if getbool(options, 'newstyle_gettext'):
/third_party/skia/third_party/externals/jinja2/
Dext.py656 def getbool(options, key, default=False): function
659 silent = getbool(options, "silent", True)
669 getbool(options, "trim_blocks", TRIM_BLOCKS),
670 getbool(options, "lstrip_blocks", LSTRIP_BLOCKS),
672 getbool(options, "keep_trailing_newline", KEEP_TRAILING_NEWLINE),
678 if getbool(options, "trimmed"):
680 if getbool(options, "newstyle_gettext"):
/third_party/jinja2/
Dext.py656 def getbool(options, key, default=False): function
659 silent = getbool(options, "silent", True)
669 getbool(options, "trim_blocks", TRIM_BLOCKS),
670 getbool(options, "lstrip_blocks", LSTRIP_BLOCKS),
672 getbool(options, "keep_trailing_newline", KEEP_TRAILING_NEWLINE),
678 if getbool(options, "trimmed"):
680 if getbool(options, "newstyle_gettext"):
/third_party/giflib/
Dgiftool.c46 bool getbool(char *from) in getbool() function
146 top->flag = getbool(optarg); in main()
195 top->flag = getbool(optarg); in main()