Home
last modified time | relevance | path

Searched defs:fuser (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dcommon_classes.hpp72 struct fuser { struct
74 fuser() : x(0) { in fuser() function
77 fuser(int x) : x(x) { in fuser() function
90 struct fuser { argument
91 int x;
92 fuser() : x(0) { in fuser() function
94 fuser(int x) : x(x) { in fuser() function
96 fuser(int x, int x2) : x(x * x2) { in fuser() argument
99 int add(int y) { in add()
102 int add2(int y) { in add2()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts/
H A Dfts-user.c242 struct fts_user *fuser = FTS_USER_CONTEXT(user); in fts_user_language_find() local
253 struct fts_user *fuser, in fts_user_language_create()
271 struct fts_user *fuser, in fts_user_languages_fill_all()
311 struct fts_user *fuser = FTS_USER_CONTEXT(user); in fts_user_get_language_list() local
320 struct fts_user *fuser = FTS_USER_CONTEXT(user); in ARRAY_TYPE() local
329 struct fts_user *fuser = FTS_USER_CONTEXT(user); in ARRAY_TYPE() local
337 struct fts_user *fuser = FTS_USER_CONTEXT(user); in fts_user_get_data_lang() local
345 struct fts_user *fuser = FTS_USER_CONTEXT(box->storage->user); in fts_user_autoindex_exclude() local
360 static void fts_user_free(struct fts_user *fuser) in fts_user_free()
391 struct fts_user *fuser = FTS_USER_CONTEXT(user); in fts_mail_user_init() local
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expensereport/class/
H A Dexpensereport.class.php661 public function set_paid($id, $fuser, $notrigger = 0)
676 public function setPaid($id, $fuser, $notrigger = 0)
1202 public function setValidate($fuser, $notrigger = 0)
1317 public function set_save_from_refuse($fuser)
1358 public function setApproved($fuser, $notrigger = 0)
1411 public function setDeny($fuser, $details, $notrigger = 0)
1469 public function set_unpaid($fuser, $notrigger = 0)
1483 public function setUnpaid($fuser, $notrigger = 0)
1534 public function set_cancel($fuser, $detail, $notrigger = 0)
2167 public function deleteline($rowid, $fuser = '')
[all …]
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/examples/
H A Ddicty_chaining.py40 def profile(fuser, transformer): argument
56 def transform(fuser, test_idx): argument
H A Dpharma_chaining.py43 def profile(fuser, transformer): argument
56 def transform(fuser, test_idx): argument
/dports/mail/dovecot-fts-xapian/fts-xapian-1.5.1/src/
H A Dfts-xapian-plugin.c14 struct fts_xapian_user *fuser = FTS_XAPIAN_USER_CONTEXT_REQUIRE(user); in fts_xapian_mail_user_deinit() local
25 struct fts_xapian_user *fuser; in fts_xapian_mail_user_created() local
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expensereport/class/
H A Dexpensereport.class.php646 public function set_paid($id, $fuser, $notrigger = 0)
1218 public function setValidate($fuser, $notrigger = 0)
1340 public function set_save_from_refuse($fuser)
1383 public function setApproved($fuser, $notrigger = 0)
1440 public function setDeny($fuser, $details, $notrigger = 0)
1500 public function set_unpaid($fuser, $notrigger = 0)
1556 public function set_cancel($fuser, $detail, $notrigger = 0)
2154 public function deleteline($rowid, $fuser = '')
2185 public function periode_existe($fuser, $date_debut, $date_fin)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dproject.lib.php277 function project_timesheet_prepare_head($mode, $fuser = null)
824 function projectLinesPerAction(&$inc, $parent, $fuser, $lines, &$level, &$projectsrole, &$tasksrole…
1053 function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsrole, &$tasksrole, $…
1426 function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$level, &$projectsro…
1787 function projectLinesPerMonth(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$level, &$projectsr…
H A Ddoleditor.lib.php34 function show_skin($fuser, $edit = 0)
H A Dusergroups.lib.php285 function showSkins($fuser, $edit = 0, $foruserprofile = false)
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts-lucene/
H A Dfts-lucene-plugin.c97 struct fts_lucene_user *fuser = FTS_LUCENE_USER_CONTEXT_REQUIRE(user); in fts_lucene_mail_user_deinit() local
106 struct fts_lucene_user *fuser; in fts_lucene_mail_user_created() local
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dproject.lib.php439 function project_timesheet_prepare_head($mode, $fuser = null)
1057 function projectLinesPerAction(&$inc, $parent, $fuser, $lines, &$level, &$projectsrole, &$tasksrole…
1291 function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsrole, &$tasksrole, $…
1682 function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$level, &$projectsro…
2062 function projectLinesPerMonth(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$level, &$projectsr…
H A Ddoleditor.lib.php34 function show_skin($fuser, $edit = 0)
H A Dusergroups.lib.php297 function showSkins($fuser, $edit = 0, $foruserprofile = false)
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts-solr/
H A Dfts-solr-plugin.c73 struct fts_solr_user *fuser = FTS_SOLR_USER_CONTEXT_REQUIRE(user); in fts_solr_mail_user_deinit() local
82 struct fts_solr_user *fuser; in fts_solr_mail_user_create() local
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/
H A Dtest_usertypes.cpp23 struct fuser { struct
25 fuser() : x(0) {} in fuser() function
27 fuser(int x) : x(x) {} in fuser() argument
39 struct fuser { argument
40 int x;
41 fuser() : x(0) {} in fuser() argument
42 fuser(int x) : x(x) {} in fuser() function
43 fuser(int x, int x2) : x(x * x2) {} in fuser() function
45 int add(int y) { in add()
48 int add2(int y) { in add2()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/
H A Dtest_usertypes.cpp23 struct fuser { struct
25 fuser() : x(0) {} in fuser() argument
27 fuser(int x) : x(x) {} in fuser() argument
39 struct fuser { struct
40 int x;
41 fuser() : x(0) {} in fuser() function
42 fuser(int x) : x(x) {} in fuser() function
43 fuser(int x, int x2) : x(x * x2) {} in fuser() function
45 int add(int y) { in add()
48 int add2(int y) { in add2()
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/user/
H A Dsync_groups_ldap2dolibarr.php183 $fuser = new User($db); variable
193 $fuser = &$userList[$userdn]; variable
/dports/www/dolibarr/dolibarr-14.0.3/scripts/user/
H A Dsync_groups_ldap2dolibarr.php195 $fuser = new User($db); variable
205 $fuser = &$userList[$userdn]; variable
/dports/sysutils/tmpwatch/tmpwatch-2.11/
H A Dconfigure.ac36 AC_ARG_WITH([fuser], optwith
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/skfusion/fusion/decomposition/
H A Ddfmf.py109 def parallel_dfmf_transform_wrapper(fuser, run, **params): argument
155 def transform(self, target, fusion_graph, fuser): argument
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/tests/
H A Dtest_usertypes.cpp50 struct fuser { struct
52 fuser() in fuser() function
56 fuser(int x) in fuser() function
70 struct fuser { argument
71 int x;
72 fuser() in fuser() argument
75 fuser(int x) in fuser() argument
78 fuser(int x, int x2) in fuser() argument
82 int add(int y) { in add()
85 int add2(int y) { in add2()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/ticket/
H A Dview.php285 $fuser = new User($db); variable
313 $fuser = new User($db); variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/ticket/
H A Dview.php286 $fuser = new User($db); variable
312 $fuser = new User($db); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/holiday/
H A Dmod_holiday_immaculate.php150 public function holiday_get_num($fuser, $objforref)

12345