/third_party/cups-filters/filter/ |
D | banner.c | 136 banner_t *banner = NULL; in banner_new_from_file() local 149 banner = calloc(1, sizeof *banner); in banner_new_from_file() 164 banner->template_file = template_path(value); in banner_new_from_file() 166 banner->header = strdup(value); in banner_new_from_file() 168 banner->header = strdup(value); in banner_new_from_file() 178 banner->infos = parse_show(value); in banner_new_from_file() 191 if (!banner->template_file) in banner_new_from_file() 192 banner->template_file = template_path ("default.pdf"); in banner_new_from_file() 198 return banner; in banner_new_from_file() 202 void banner_free(banner_t *banner) in banner_free() argument [all …]
|
D | bannertopdf.c | 357 static int generate_banner_pdf(banner_t *banner, in generate_banner_pdf() argument 378 if (!(doc = pdf_load_template(banner->template_file))) in generate_banner_pdf() 398 if (banner->infos & INFO_IMAGEABLE_AREA) { in generate_banner_pdf() 416 if (banner->infos & INFO_IMAGEABLE_AREA) in generate_banner_pdf() 423 if (banner->infos & INFO_JOB_BILLING) in generate_banner_pdf() 427 if (banner->infos & INFO_JOB_ID) in generate_banner_pdf() 430 if (banner->infos & INFO_JOB_NAME) in generate_banner_pdf() 433 if (banner->infos & INFO_JOB_ORIGINATING_HOST_NAME) in generate_banner_pdf() 438 if (banner->infos & INFO_JOB_ORIGINATING_USER_NAME) in generate_banner_pdf() 441 if (banner->infos & INFO_JOB_UUID) in generate_banner_pdf() [all …]
|
D | banner.h | 55 void banner_free(banner_t *banner);
|
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/ |
D | run-script-pkg.js | 10 let banner = id variable 13 banner += `> ${cmd.trim().replace(/\n/g, '\n> ')}` 15 banner += ` ${args.join(' ')}` 17 banner += '\n' 18 return banner 33 banner = true, 62 if (stdio === 'inherit' && banner !== false) {
|
/third_party/python/Lib/ |
D | code.py | 188 def interact(self, banner=None, exitmsg=None): argument 213 if banner is None: 217 elif banner: 218 self.write("%s\n" % str(banner)) 278 def interact(banner=None, readfunc=None, local=None, exitmsg=None): argument 301 console.interact(banner, exitmsg) 312 banner = '' variable 314 banner = None variable 315 interact(banner)
|
/third_party/python/Lib/test/ |
D | test_code_module.py | 80 self.console.interact(banner='Foo') 88 self.console.interact(banner='') 94 self.console.interact(banner='') 103 self.console.interact(banner='', exitmsg='') 112 self.console.interact(banner='', exitmsg=message)
|
/third_party/node/deps/npm/node_modules/libnpmpack/lib/ |
D | index.js | 20 const banner = !opts.silent 32 banner, property 59 banner, property
|
/third_party/python/Lib/asyncio/ |
D | __main__.py | 72 banner = ( 81 banner=banner,
|
/third_party/node/deps/npm/node_modules/libnpmversion/lib/ |
D | version.js | 68 banner: !silent, property 104 banner: !silent, property 131 banner: !silent, property
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | gypsh.py | 52 banner = "Python {} on {}\nlocals.keys() = {}\ngypsh".format( 58 code.interact(banner, local=locals)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | gypsh.py | 52 banner = "Python {} on {}\nlocals.keys() = {}\ngypsh".format( 58 code.interact(banner, local=locals)
|
/third_party/python/Doc/library/ |
D | code.rst | 33 .. function:: interact(banner=None, readfunc=None, local=None, exitmsg=None) 40 method of the instance is then run with *banner* and *exitmsg* passed as the 41 banner and exit message to use, if provided. The console object is discarded 143 .. method:: InteractiveConsole.interact(banner=None, exitmsg=None) 145 Closely emulate the interactive Python console. The optional *banner* argument 146 specify the banner to print before the first interaction; by default it prints a 147 banner similar to the one printed by the standard Python interpreter, followed 156 To suppress printing any banner, pass an empty string.
|
/third_party/skia/gm/ |
D | complexclip.cpp | 321 SkString banner; in draw_banner() local 322 banner.append("Persp: "); in draw_banner() 325 banner.append("Both Clips"); in draw_banner() 332 banner.append("Gradient"); in draw_banner() 335 banner.append("Image"); in draw_banner() 339 banner.append(" (w/ LM, should equal top row)"); in draw_banner() 343 canvas->drawString(banner.c_str(), 20.f, -30.f, kFont, SkPaint()); in draw_banner()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPrinterPass.cpp | 35 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) in MachineFunctionPrinterPass() 36 : MachineFunctionPass(ID), OS(os), Banner(banner) {} in MachineFunctionPrinterPass()
|
/third_party/node/deps/npm/lib/commands/ |
D | publish.js | 76 banner: !silent, property 132 banner: !silent, property 140 banner: !silent, property
|
D | explore.js | 60 banner: false, property
|
D | ci.js | 107 banner: !this.npm.silent, property
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | dir.js | 46 const banner = this.opts.silent ? false : stdio === 'inherit' 53 banner, property
|
/third_party/skia/site/ |
D | config.toml | 78 # Flag used in the "version-banner" partial to decide whether to display a 79 # banner on every page indicating that this is an archived version of the docs. 80 # Set this flag to "true" if you want to display the banner. 84 # Used in the "version-banner" partial to display a version number for the 88 # A link to latest version of the docs. Used in the "version-banner" partial to
|
/third_party/cups-filters/filter/braille/filters/ |
D | texttobrf.in | 74 application/pdf|application/vnd.cups-pdf-banner) 144 application/pdf|application/vnd.cups-pdf-banner)
|
/third_party/ffmpeg/doc/ |
D | default.css | 13 #banner { 19 #banner img {
|
/third_party/node/deps/npm/node_modules/libnpmexec/lib/ |
D | run-script.js | 57 banner: false, property
|
/third_party/jsframework/ |
D | build_strip_native_min.js | 79 banner: frameworkBanner property
|
/third_party/cups-filters/ |
D | README_zh.md | 14 - banners banner文件
|
/third_party/benchmark/test/ |
D | output_test_helper.cc | 426 std::string banner(msg.size() - 1, '-'); in RunOutputTests() local 427 std::cout << banner << msg << banner << "\n"; in RunOutputTests()
|