Home
last modified time | relevance | path

Searched refs:SEND_URI (Results 1 – 15 of 15) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java112 public static final OperationsSupported SEND_URI = field in OperationsSupported
170 { PRINT_JOB, PRINT_URI, VALIDATE_JOB, CREATE_JOB, SEND_DOCUMENT, SEND_URI,
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java112 public static final OperationsSupported SEND_URI = field in OperationsSupported
170 { PRINT_JOB, PRINT_URI, VALIDATE_JOB, CREATE_JOB, SEND_DOCUMENT, SEND_URI,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java112 public static final OperationsSupported SEND_URI = field in OperationsSupported
170 { PRINT_JOB, PRINT_URI, VALIDATE_JOB, CREATE_JOB, SEND_DOCUMENT, SEND_URI,
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java112 public static final OperationsSupported SEND_URI = field in OperationsSupported
170 { PRINT_JOB, PRINT_URI, VALIDATE_JOB, CREATE_JOB, SEND_DOCUMENT, SEND_URI,
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java112 public static final OperationsSupported SEND_URI = field in OperationsSupported
170 { PRINT_JOB, PRINT_URI, VALIDATE_JOB, CREATE_JOB, SEND_DOCUMENT, SEND_URI,
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h63 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_URI;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h63 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_URI;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h63 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_URI;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h63 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_URI;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h63 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_URI;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c82 #define SEND_URI 0x0007 macro
94 { SEND_URI, "Send-URI" },
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c82 #define SEND_URI 0x0007 macro
94 { SEND_URI, "Send-URI" },
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c82 #define SEND_URI 0x0007
94 { SEND_URI, "Send-URI" },
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c82 #define SEND_URI 0x0007 macro
94 { SEND_URI, "Send-URI" },
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsmodule.c1111 INT_IPP_OP_CONSTANT (SEND_URI); in PyInit_cups()