Searched refs:pdl (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-tests.bat48 echo " pdl is not set."
49 echo "<string>pdl is not set.</string>" >>"%PLIST%"
54 echo " pdl is missing image/jpeg: '%IPPFIND_TXT_PDL%'"
55 echo "<string>pdl is missing image/jpeg: '%IPPFIND_TXT_PDL%'.</string>" >>"%PLIST%"
60 echo " pdl is missing image/pwg-raster: '%IPPFIND_TXT_PDL%'"
61 echo "<string>pdl is missing image/pwg-raster: '%IPPFIND_TXT_PDL%'.</string>" >>"%PLIST%"
137 ippfind "%1._ipp._tcp.local." --txt adminurl --txt pdl --txt rp --txt UUID --quiet && set result=PASS
164 ippfind "%1._ipp._tcp.local." --txt-adminurl "^(http:|https:)//" --txt-pdl image/pwg-raster --txt-pdl image/jpeg --txt-rp "^ipp/(print|print/[^/]+)$" --txt-UUID "^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$" -x $IPPTOOL -q -d "ADMINURL={txt_adminurl}" -d "UUID={txt_uuid}" "{}" bonjour-value-tests.test ";" && set result=PASS
228 ippfind "%1._ipps._tcp.local." --txt adminurl --txt pdl
[all...]
H A Dbonjour-tests.sh73 echo " pdl is not set."
74 echo "<string>pdl is not set.</string>" >>"$PLIST"
80 echo " pdl is missing image/jpeg: '$IPPFIND_TXT_PDL'"
81 echo "<string>pdl is missing image/jpeg: '$IPPFIND_TXT_PDL'.</string>" >>"$PLIST"
89 echo " pdl is missing image/pwg-raster: '$IPPFIND_TXT_PDL'"
90 echo "<string>pdl is missing image/pwg-raster: '$IPPFIND_TXT_PDL'.</string>" >>"$PLIST"
184 $IPPFIND "$1._ipp._tcp.local." --txt adminurl --txt pdl --txt rp --txt UUID --quiet
209 $IPPFIND "$1._ipp._tcp.local." --txt-adminurl '^(http:|https:)//' --txt-pdl 'image/pwg-raster' --txt-pdl 'image/jpeg' --txt-rp '^ipp/(print|print/[^/]+)$' --txt-UUID '^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$' -x $IPPTOOL -q -d 'ADMINURL={txt_adminurl}' -d 'UUID={txt_uuid}' '{}' bonjour-value-tests.test \;
269 $IPPFIND "$1._ipps._tcp.local." --txt adminurl --txt pdl
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dippdiscover.c367 if (!testfile && device->pdl)
369 char *pdl, /* Copy of pdl string */ local
370 *start, *end; /* Pointers into pdl string */
373 pdl = strdup(device->pdl);
374 for (start = device->pdl; start && *start; start = end)
393 free(pdl);
398 "Using \"%s\" for printer \"%s\" based on TXT record pdl "
406 fprintf(stderr, " \"%s\"\n", device->pdl);
[all...]
H A Dipp-1.1.test325 EXPECT pdl-override-supported OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1
/macosx-10.10/cups-408/cups/backend/
H A Ddnssd.c1044 pdl[256], /* PDL */ local
1093 pdl[0] = '\0';
1174 else if (!_cups_strcasecmp(key, "pdl"))
1175 strlcpy(pdl, value, sizeof(pdl));
1225 (strstr(pdl, "application/pdf") ||
1226 strstr(pdl, "application/postscript") ||
1227 strstr(pdl, "application/vnd.hp-PCL") ||
1228 strstr(pdl, "image/")))
1231 if (strstr(pdl, "applicatio
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp975 if ( q->pdl.Find( L"application/octet-stream" ) != -1 )
1176 CString pdl; local
1192 pdl = q->pdl;
1193 pdl.MakeLower();
1195 if ( m_genericPCL && ( pdl.Find( kPDLPCLKey ) != -1 ) )
1200 else if ( m_genericPostscript && ( pdl.Find( kPDLPostscriptKey ) != -1 ) )
H A DUtilTypes.h150 CString pdl; member in struct:PrinterSetupWizard::Queue
H A DPrinterSetupWizardSheet.cpp1753 // <rdar://problem/4003710> Default pdl key to be "application/postscript"
1755 q->pdl = L"application/postscript";
1768 if ( ( val = TXTRecordGetValuePtr( inTXTSize, inTXT, "pdl", &len ) ) != NULL )
1775 err = UTF8StringToStringObject( buf, q->pdl );
/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.h116 *pdl; /* pdl value for TXT record */ member in struct:cupsd_printer_s
H A Dprinters.c618 /* pdl-override-supported */
620 "pdl-override-supported", NULL, "attempted");
769 cupsdClearString(&p->pdl);
3476 char pdl[1024]; /* Buffer to build pdl list */ local
3494 pdl[0] = '\0';
3497 strlcat(pdl, "application/octet-stream,", sizeof(pdl));
3510 strlcat(pdl, "application/pdf,", sizeof(pdl));
[all...]
H A Ddirsvc.c416 keyvalue[count ][0] = "pdl";
417 keyvalue[count++][1] = p->pdl ? p->pdl : "application/postscript";
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp1753 RefPtr<DocumentLoader> pdl = m_provisionalDocumentLoader; local
1762 pdl ? pdl->url().stringCenterEllipsizedToLength().utf8().data() : "<no provisional DocumentLoader>");
1796 m_client.makeRepresentation(pdl.get());
1800 if (pdl && m_documentLoader) {
1802 RefPtr<SecurityOrigin> securityOrigin = SecurityOrigin::create(pdl->request().url());
1899 DocumentLoader* pdl = m_provisionalDocumentLoader.get(); local
1902 if (pdl != m_provisionalDocumentLoader)
1914 if (pdl != m_documentLoader) {
2194 RefPtr<DocumentLoader> pdl
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DBranchFolding.cpp1302 DebugLoc pdl = getBranchDebugLoc(PrevBB); local
1304 TII->InsertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl);
1328 DebugLoc pdl = getBranchDebugLoc(*PMBB); local
1331 TII->InsertBranch(*PMBB, NewCurTBB, 0, NewCurCond, pdl);
/macosx-10.10/emacs-93/emacs/src/
H A Deval.c850 volatile struct specbinding *pdl = specpdl_ptr;
851 while (--pdl >= specpdl)
853 if (EQ (pdl->symbol, sym) && !pdl->func
854 && EQ (pdl->old_value, Qunbound))
848 volatile struct specbinding *pdl = specpdl_ptr; variable in typeref:struct:specbinding
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-units.el134 ( pdl "0.138255 N" "Poundal" )
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices948 # Peter de Laval <pdl@sectra.se>
12697 hp-pdl-datastr 9100/udp # PDL Data Streaming Port
12698 hp-pdl-datastr 9100/tcp # PDL Data Streaming Port
12700 #### The protocol name "pdl-datastream" is primarily registered for use ####
12703 pdl-datastream 9100/udp # Printer PDL Data Stream
12704 pdl-datastream 9100/tcp # Printer PDL Data Stream
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit4569 pdl, �n # ---> 0^3-9-8v 9
/macosx-10.10/cups-408/cups/test/everywhere/
H A Dipp-tests.test315 EXPECT pdl-override-supported OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1

Completed in 218 milliseconds