Home
last modified time | relevance | path

Searched refs:IPP_ATTRIBUTES_NOT_SETTABLE (Results 1 – 18 of 18) sorted by relevance

/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dipp.h289 IPP_ATTRIBUTES_NOT_SETTABLE, /* client-error-attributes-not-settable */ enumerator
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dipp.h289 IPP_ATTRIBUTES_NOT_SETTABLE, /* client-error-attributes-not-settable */ enumerator
/dports/print/cups-filters/cups-filters-1.28.10/scripting/php/
H A Dphpcups.c191 REGISTER_LONG_CONSTANT("IPP_ATTRIBUTES_NOT_SETTABLE", IPP_ATTRIBUTES_NOT_SETTABLE, CONST_CS); in PHP_MINIT_FUNCTION()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dipp.h649 # define IPP_ATTRIBUTES_NOT_SETTABLE IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dipp.h649 # define IPP_ATTRIBUTES_NOT_SETTABLE IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE macro
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dipp.h649 # define IPP_ATTRIBUTES_NOT_SETTABLE IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dipp.h649 # define IPP_ATTRIBUTES_NOT_SETTABLE IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dipp.h570 # define IPP_ATTRIBUTES_NOT_SETTABLE IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE macro
/dports/print/hplip/hplip-3.20.6/prnt/
H A Dcups.py150 IPP_ATTRIBUTES_NOT_SETTABLE = 0x0413 # client-error-attributes-not-settable variable
/dports/print/p5-Net-CUPS/Net-CUPS-0.64/fallback/
H A Dconst-c.inc2979 IPP_ATTRIBUTES_NOT_SETTABLE IPP_CREATE_JOB_SUBSCRIPTION
2991 if (memEQ(name, "IPP_ATTRIBUTES_NOT_SETTABLE", 27)) {
2993 *iv_return = IPP_ATTRIBUTES_NOT_SETTABLE;
3555 {name=>"IPP_ATTRIBUTES_NOT_SETTABLE", type=>"IV", macro=>"1"},
/dports/print/p5-Net-CUPS/Net-CUPS-0.64/
H A Dconst-c.inc2927 IPP_ATTRIBUTES_NOT_SETTABLE IPP_CREATE_JOB_SUBSCRIPTION
2939 if (memEQ(name, "IPP_ATTRIBUTES_NOT_SETTABLE", 27)) {
2941 *iv_return = IPP_ATTRIBUTES_NOT_SETTABLE;
3496 {name=>"IPP_ATTRIBUTES_NOT_SETTABLE", type=>"IV", macro=>"1"},
/dports/editors/lazarus/lazarus/components/printers/unix/
H A Dcupsdyn.pp768 IPP_ATTRIBUTES_NOT_SETTABLE,
/dports/print/fpc-libcups/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp766 IPP_ATTRIBUTES_NOT_SETTABLE,
/dports/lang/fpc-source/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp766 IPP_ATTRIBUTES_NOT_SETTABLE,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp768 IPP_ATTRIBUTES_NOT_SETTABLE,
/dports/editors/lazarus-qt5/lazarus/components/printers/unix/
H A Dcupsdyn.pp768 IPP_ATTRIBUTES_NOT_SETTABLE,
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dcupsdyn.pp768 IPP_ATTRIBUTES_NOT_SETTABLE,
/dports/print/cups/cups-2.3.3op2/scheduler/
H A Dipp.c10330 send_ipp_status(con, IPP_ATTRIBUTES_NOT_SETTABLE, in set_job_attrs()