Home
last modified time | relevance | path

Searched refs:GET_JOBS (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java128 public static final OperationsSupported GET_JOBS = field in OperationsSupported
171 CANCEL_JOB, GET_JOB_ATTRIBUTES, PAUSE_PRINTER, GET_JOBS, GET_PRINTER_ATTRIBUTES,
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java128 public static final OperationsSupported GET_JOBS = field in OperationsSupported
171 CANCEL_JOB, GET_JOB_ATTRIBUTES, PAUSE_PRINTER, GET_JOBS, GET_PRINTER_ATTRIBUTES,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java128 public static final OperationsSupported GET_JOBS = field in OperationsSupported
171 CANCEL_JOB, GET_JOB_ATTRIBUTES, PAUSE_PRINTER, GET_JOBS, GET_PRINTER_ATTRIBUTES,
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java128 public static final OperationsSupported GET_JOBS = field in OperationsSupported
171 CANCEL_JOB, GET_JOB_ATTRIBUTES, PAUSE_PRINTER, GET_JOBS, GET_PRINTER_ATTRIBUTES,
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java128 public static final OperationsSupported GET_JOBS = field in OperationsSupported
171 CANCEL_JOB, GET_JOB_ATTRIBUTES, PAUSE_PRINTER, GET_JOBS, GET_PRINTER_ATTRIBUTES,
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h67 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOBS;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h67 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOBS;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h67 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOBS;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h67 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOBS;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h67 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOBS;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c85 #define GET_JOBS 0x000A macro
97 { GET_JOBS, "Get-Jobs" },
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c85 #define GET_JOBS 0x000A macro
97 { GET_JOBS, "Get-Jobs" },
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c85 #define GET_JOBS 0x000A
97 { GET_JOBS, "Get-Jobs" },
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c85 #define GET_JOBS 0x000A macro
97 { GET_JOBS, "Get-Jobs" },
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/
H A DIppUtilities.java195 classesByName.put(OperationsSupported.GET_JOBS.getName(), in OperationsSupported.GET_JOBS.getName()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/print/ipp/
H A DIppUtilities.java195 classesByName.put(OperationsSupported.GET_JOBS.getName(), in OperationsSupported.GET_JOBS.getName()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/print/ipp/
H A DIppUtilities.java195 classesByName.put(OperationsSupported.GET_JOBS.getName(), in OperationsSupported.GET_JOBS.getName()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/
H A DIppUtilities.java195 classesByName.put(OperationsSupported.GET_JOBS.getName(), in OperationsSupported.GET_JOBS.getName()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/print/ipp/
H A DIppUtilities.java195 classesByName.put(OperationsSupported.GET_JOBS.getName(), in OperationsSupported.GET_JOBS.getName()
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsmodule.c1114 INT_IPP_OP_CONSTANT (GET_JOBS); in PyInit_cups()