Home
last modified time | relevance | path

Searched refs:banner (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/cups-filters/filter/
Dbanner.c136 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 …]
Dbannertopdf.c357 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 …]
Dbanner.h55 void banner_free(banner_t *banner);
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Drun-script-pkg.js10 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/
Dcode.py188 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/
Dtest_code_module.py80 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/
Dindex.js20 const banner = !opts.silent
32 banner, property
59 banner, property
/third_party/python/Lib/asyncio/
D__main__.py72 banner = (
81 banner=banner,
/third_party/node/deps/npm/node_modules/libnpmversion/lib/
Dversion.js68 banner: !silent, property
104 banner: !silent, property
131 banner: !silent, property
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dgypsh.py52 banner = "Python {} on {}\nlocals.keys() = {}\ngypsh".format(
58 code.interact(banner, local=locals)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dgypsh.py52 banner = "Python {} on {}\nlocals.keys() = {}\ngypsh".format(
58 code.interact(banner, local=locals)
/third_party/python/Doc/library/
Dcode.rst33 .. 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/
Dcomplexclip.cpp321 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/
DMachineFunctionPrinterPass.cpp35 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/
Dpublish.js76 banner: !silent, property
132 banner: !silent, property
140 banner: !silent, property
Dexplore.js60 banner: false, property
Dci.js107 banner: !this.npm.silent, property
/third_party/node/deps/npm/node_modules/pacote/lib/
Ddir.js46 const banner = this.opts.silent ? false : stdio === 'inherit'
53 banner, property
/third_party/skia/site/
Dconfig.toml78 # 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/
Dtexttobrf.in74 application/pdf|application/vnd.cups-pdf-banner)
144 application/pdf|application/vnd.cups-pdf-banner)
/third_party/ffmpeg/doc/
Ddefault.css13 #banner {
19 #banner img {
/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Drun-script.js57 banner: false, property
/third_party/jsframework/
Dbuild_strip_native_min.js79 banner: frameworkBanner property
/third_party/cups-filters/
DREADME_zh.md14 - banners banner文件
/third_party/benchmark/test/
Doutput_test_helper.cc426 std::string banner(msg.size() - 1, '-'); in RunOutputTests() local
427 std::cout << banner << msg << banner << "\n"; in RunOutputTests()

1234