Home
last modified time | relevance | path

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

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.java99 public static final OperationsSupported CREATE_JOB = 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.java99 public static final OperationsSupported CREATE_JOB = 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.java99 public static final OperationsSupported CREATE_JOB = 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.java99 public static final OperationsSupported CREATE_JOB = 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.java99 public static final OperationsSupported CREATE_JOB = field in OperationsSupported
170 { PRINT_JOB, PRINT_URI, VALIDATE_JOB, CREATE_JOB, SEND_DOCUMENT, SEND_URI,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/run/
H A Dmetric_names.py82 CREATE_JOB = _SERVERLESS_PREFIX + 'create_job' variable
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h61 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CREATE_JOB;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h61 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CREATE_JOB;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h61 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CREATE_JOB;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h61 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CREATE_JOB;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/print/ipp/attribute/supported/
H A DOperationsSupported.h61 static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CREATE_JOB;
/dports/devel/py-python-jenkins/python-jenkins-1.7.0/jenkins/
H A D__init__.py108 CREATE_JOB = '%(folder_url)screateItem?name=%(short_name)s' # also post config.xml variable
1181 url = self._build_url(CREATE_JOB, locals())
1232 'POST', self._build_url(CREATE_JOB, locals()),
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c80 #define CREATE_JOB 0x0005 macro
92 { CREATE_JOB, "Create-Job" },
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c80 #define CREATE_JOB 0x0005 macro
92 { CREATE_JOB, "Create-Job" },
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c80 #define CREATE_JOB 0x0005
92 { CREATE_JOB, "Create-Job" },
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipp.c80 #define CREATE_JOB 0x0005 macro
92 { CREATE_JOB, "Create-Job" },
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsmodule.c1109 INT_IPP_OP_CONSTANT (CREATE_JOB); in PyInit_cups()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/run/
H A Dserverless_operations.py1316 with metrics.RecordDuration(metric_names.CREATE_JOB):