Home
last modified time | relevance | path

Searched refs:myjobs (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-printer.c219 gboolean myjobs; member
248 get_jobs_data->myjobs ? 1 : 0, in get_jobs_thread()
323 gboolean myjobs, in pp_printer_get_jobs_async() argument
333 get_jobs_data->myjobs = myjobs; in pp_printer_get_jobs_async()
H A Dpp-printer.h59 gboolean myjobs,
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.careerjunction.co.za3 Disallow: /myjobs
/dports/print/cups/cups-2.3.3op2/cups/
H A Dutil.c392 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs() argument
399 return (cupsGetJobs2(CUPS_HTTP_DEFAULT, jobs, name, myjobs, whichjobs)); in cupsGetJobs()
419 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs2() argument
511 if (myjobs) in cupsGetJobs2()
H A Dcups.h343 int myjobs, int whichjobs) _CUPS_PUBLIC;
399 const char *name, int myjobs,
/dports/print/cups-filters/cups-filters-1.28.10/scripting/php/
H A Dphpcups.c308 myjobs, /* Only show my jobs? */ in PHP_FUNCTION() local
320 … zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sll", &dest, &dest_len, &myjobs, &completed)) in PHP_FUNCTION()
328 if ((num_jobs = cupsGetJobs(&jobs, dest, myjobs, completed)) <= 0) in PHP_FUNCTION()
H A DREADME76 array cups_get_jobs(string dest, bool myjobs, int completed)
79 Pass TRUE for "myjobs" to only get jobs for the current user.
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/
H A Dgds_hash.c603 static pmix_list_t mysessions, myjobs; variable
611 PMIX_CONSTRUCT(&myjobs, pmix_list_t); in hash_init()
621 PMIX_LIST_DESTRUCT(&myjobs); in hash_finalize()
960 PMIX_LIST_FOREACH(t, &myjobs, pmix_job_t) { in hash_cache_job_info()
975 pmix_list_append(&myjobs, &trk->super); in hash_cache_job_info()
1323 PMIX_LIST_FOREACH(t, &myjobs, pmix_job_t) { in register_info()
1466 pmix_list_append(&myjobs, &trk->super); in hash_register_job_info()
1843 PMIX_LIST_FOREACH(t, &myjobs, pmix_job_t) { in hash_store()
1873 pmix_list_append(&myjobs, &trk->super); in hash_store()
1994 PMIX_LIST_FOREACH(t, &myjobs, pmix_job_t) { in _hash_store_modex()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dcups.h189 int myjobs, int whichjobs);
244 const char *name, int myjobs,
H A Dutil.c523 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs() argument
530 return (cupsGetJobs2(CUPS_HTTP_DEFAULT, jobs, name, myjobs, whichjobs)); in cupsGetJobs()
550 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs2() argument
640 if (myjobs) in cupsGetJobs2()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dcups.h189 int myjobs, int whichjobs);
244 const char *name, int myjobs,
H A Dutil.c523 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs() argument
530 return (cupsGetJobs2(CUPS_HTTP_DEFAULT, jobs, name, myjobs, whichjobs)); in cupsGetJobs()
550 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs2() argument
640 if (myjobs) in cupsGetJobs2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/service/cloud_print/
H A Dprint_system_cups.cc143 int myjobs,
739 int myjobs, in GetJobs() argument
743 return cupsGetJobs(jobs, name, myjobs, whichjobs); in GetJobs()
746 return cupsGetJobs2(http.http(), jobs, name, myjobs, whichjobs); in GetJobs()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dutil.c519 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs() argument
526 return (cupsGetJobs2(CUPS_HTTP_DEFAULT, jobs, name, myjobs, whichjobs)); in cupsGetJobs()
546 int myjobs, /* I - 0 = all users, 1 = mine */ in cupsGetJobs2() argument
638 if (myjobs) in cupsGetJobs2()
H A Dcups.h362 int myjobs, int whichjobs);
420 const char *name, int myjobs,
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dcups.h343 int myjobs, int whichjobs) _CUPS_PUBLIC;
399 const char *name, int myjobs,
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dcups.h343 int myjobs, int whichjobs) _CUPS_PUBLIC;
399 const char *name, int myjobs,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dcups.h343 int myjobs, int whichjobs) _CUPS_PUBLIC;
399 const char *name, int myjobs,
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/doc/source/
H A Dquick-start.rst94 jenkins-jobs update -p plugins_info.yaml ./myjobs
H A Dexecution.rst336 jenkins-jobs update ./myjobs \*foo\*
340 jenkins-jobs delete --path ./myjobs \*foo\*
357 jenkins-jobs update -p plugins_info.yaml ./myjobs
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/gds/hash/
H A Dgds_hash.c129 static pmix_list_t mysessions, myjobs; variable
278 PMIX_LIST_FOREACH(t, &myjobs, pmix_job_t) { in get_tracker()
307 pmix_list_append(&myjobs, &trk->super); in get_tracker()
865 PMIX_CONSTRUCT(&myjobs, pmix_list_t); in hash_init()
875 PMIX_LIST_DESTRUCT(&myjobs); in hash_finalize()
3036 PMIX_LIST_FOREACH(t, &myjobs, pmix_job_t) { in nspace_del()
3039 pmix_list_remove_item(&myjobs, &t->super); in nspace_del()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/locale/de_DE/LC_MESSAGES/
H A Dmessages.po364 #: plugins/admin-dashboard.php:198 plugins/myjobs.php:79
2529 #: plugins/myjobs.php:51
2533 #: plugins/myjobs.php:74
2537 #: plugins/myjobs.php:75
2541 #: plugins/myjobs.php:77
2545 #: plugins/myjobs.php:78
2549 #: plugins/myjobs.php:80
2553 #: plugins/myjobs.php:81
2557 #: plugins/myjobs.php:83
2561 #: plugins/myjobs.php:84
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/locale/nl_NL/LC_MESSAGES/
H A Dmessages.po316 #: plugins/myjobs.php:82
383 #: plugins/myjobs.php:79
667 #: plugins/myjobs.php:76
2563 #: plugins/myjobs.php:51
2567 #: plugins/myjobs.php:74
2571 #: plugins/myjobs.php:75
2575 #: plugins/myjobs.php:77
2579 #: plugins/myjobs.php:78
2583 #: plugins/myjobs.php:80
2587 #: plugins/myjobs.php:81
[all …]
/dports/editors/lazarus/lazarus/components/printers/unix/
H A Dcupsdyn.pp1139 …cupsGetJobs:function (jobs:PPcups_job_t; dest:Pchar; myjobs:longint; completed:longint):longint;cd…
/dports/print/fpc-libcups/fpc-3.2.2/packages/libcups/src/
H A Dcupsdyn.pp1137 …cupsGetJobs:function (jobs:PPcups_job_t; dest:Pchar; myjobs:longint; completed:longint):longint;cd…

12