Home
last modified time | relevance | path

Searched refs:which_jobs (Results 1 – 25 of 29) sorted by relevance

12

/dports/print/cups/cups-2.3.3op2/templates/ja/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Job…
/dports/print/cups/cups-2.3.3op2/templates/ru/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Job…
/dports/print/cups/cups-2.3.3op2/templates/de/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Job…
/dports/print/cups/cups-2.3.3op2/templates/pt_BR/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Job…
/dports/print/cups/cups-2.3.3op2/templates/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Job…
/dports/print/cups/cups-2.3.3op2/templates/es/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Job…
/dports/print/cups/cups-2.3.3op2/templates/da/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 <P ALIGN="CENTER">{?which_jobs=?Jobs oplistet i udskrivningsrækkefølge - tilbageholdte jobs vises f…
/dports/print/cups/cups-2.3.3op2/templates/fr/
H A Djobs-header.tmpl1 {?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TY…
2 {?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET">…
3 {?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT…
5 …P ALIGN="CENTER">{?which_jobs=?Affichage des tâches en ordre d'impression; les tâches maintenues a…
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dmonitor.py135 self.which_jobs = "not-completed"
461 if not (self.which_jobs in ['completed', 'all']):
504 def refresh(self, which_jobs=None, refresh_all=True): argument
508 if which_jobs is not None:
509 self.which_jobs = which_jobs
575 if self.which_jobs not in ['all', 'completed']:
652 fetched = c.getJobs (which_jobs=self.which_jobs,
H A Djobviewer.py780 which_jobs = "all"
782 which_jobs = "not-completed"
783 self.monitor.refresh(which_jobs=which_jobs, refresh_all=False)
785 self.my_monitor.refresh(which_jobs=which_jobs, refresh_all=False)
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-printer.c220 gint which_jobs; member
249 get_jobs_data->which_jobs); in get_jobs_thread()
324 gint which_jobs, in pp_printer_get_jobs_async() argument
334 get_jobs_data->which_jobs = which_jobs; in pp_printer_get_jobs_async()
H A Dpp-printer.h60 gint which_jobs,
/dports/print/system-config-printer/system-config-printer-1.5.12/troubleshoot/
H A DPrintTestPage.py170 jobs_dict = c.getJobs (which_jobs='not-completed',
173 completed_jobs_dict = c.getJobs (which_jobs='completed',
177 jobs_dict = c.getJobs (which_jobs='not-completed',
179 completed_jobs_dict = c.getJobs (which_jobs='completed')
317 job_attrs = c.getJobs (which_jobs='all')
/dports/print/cups/cups-2.3.3op2/cgi-bin/
H A Dipp-var.c1352 const char *which_jobs; /* Which jobs to show */ in cgiShowJobs() local
1389 if ((which_jobs = cgiGetVariable("which_jobs")) != NULL && *which_jobs) in cgiShowJobs()
1391 NULL, which_jobs); in cgiShowJobs()
1447 if (which_jobs) in cgiShowJobs()
1448 cgiSetVariable("WHICH_JOBS", which_jobs); in cgiShowJobs()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/printipp/
H A DPrintIPP.php455 public function getJobs($my_jobs=true,$limit=0,$which_jobs="not-completed",$subset=false) argument
513 if ($which_jobs == 'completed')
515 $this->meta->which_jobs = chr(0x44) // keyword
518 . self::_giveMeStringLength($which_jobs)
519 . $which_jobs;
523 $this->meta->which_jobs = "";
548 . $this->meta->which_jobs
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/printipp/
H A DPrintIPP.php455 public function getJobs($my_jobs=true,$limit=0,$which_jobs="not-completed",$subset=false) argument
513 if ($which_jobs == 'completed')
515 $this->meta->which_jobs = chr(0x44) // keyword
518 . self::_giveMeStringLength($which_jobs)
519 . $which_jobs;
523 $this->meta->which_jobs = "";
548 . $this->meta->which_jobs
/dports/print/cups/cups-2.3.3op2/tools/
H A Dippeveprinter.c1613 static const char * const which_jobs[] = in create_printer() local
1971 …(IPP_TAG_KEYWORD), "which-jobs-supported", sizeof(which_jobs) / sizeof(which_jobs[0]), NULL, which… in create_printer()
3401 const char *which_jobs = NULL; in ipp_get_jobs() local
3420 which_jobs = ippGetString(attr, 0, NULL); in ipp_get_jobs()
3424 if (!which_jobs || !strcmp(which_jobs, "not-completed")) in ipp_get_jobs()
3429 else if (!strcmp(which_jobs, "completed")) in ipp_get_jobs()
3434 else if (!strcmp(which_jobs, "aborted")) in ipp_get_jobs()
3439 else if (!strcmp(which_jobs, "all")) in ipp_get_jobs()
3444 else if (!strcmp(which_jobs, "canceled")) in ipp_get_jobs()
3449 else if (!strcmp(which_jobs, "pending")) in ipp_get_jobs()
[all …]
/dports/print/system-config-printer/system-config-printer-1.5.12/cupshelpers/
H A Dcupshelpers.py385 jobs = self.connection.getJobs (which_jobs='completed',
389 jobs = self.connection.getJobs (which_jobs='completed')
/dports/print/py-pycups/pycups-2.0.1/
H A DNEWS292 * cups.Connection.getJobs() has new optional parameters which_jobs and
/dports/print/cups/cups-2.3.3op2/scheduler/
H A Dprinters.c378 static const char * const which_jobs[] = in cupsdCreateCommonData() local
694 sizeof(which_jobs) / sizeof(which_jobs[0]), NULL, which_jobs); in cupsdCreateCommonData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libipp/libipp/
H A Dipp_operations.cc928 &which_jobs, in GetKnownAttributes()
H A Dipp_operations.h1530 SingleValue<E_which_jobs> which_jobs{AttrName::which_jobs,
H A Dipp_enums.h617 which_jobs = 0x022e, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libipp/libipp/
H A Dipp_operations.cc928 &which_jobs, in GetKnownAttributes()
H A Dipp_operations.h1530 SingleValue<E_which_jobs> which_jobs{AttrName::which_jobs,

12