/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/ |
H A D | tax.lib.php | 34 * @param ChargeSociales $object Object related to tabs 37 function tax_prepare_head(ChargeSociales $object) argument 44 $head[$h][0] = DOL_URL_ROOT.'/compta/sociales/card.php?id='.$object->id; 53 complete_head_from_modules($conf, $langs, $object, $head, $h, 'tax'); 57 $upload_dir = $conf->tax->dir_output."/".dol_sanitizeFileName($object->ref); 59 $nbLinks = Link::count($db, $object->element, $object->id); 60 $head[$h][0] = DOL_URL_ROOT.'/compta/sociales/document.php?id='.$object->id; 66 $head[$h][0] = DOL_URL_ROOT.'/compta/sociales/info.php?id='.$object->id; 71 complete_head_from_modules($conf, $langs, $object, $head, $h, 'tax', 'remove'); 682 if (!isset($list[$assoc['rate']]['vat'])) $list[$assoc['rate']]['vat'] = 0; [all …]
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/ |
H A D | tax.lib.php | 35 * @param ChargeSociales $object Object related to tabs 38 function tax_prepare_head(ChargeSociales $object) argument 45 $head[$h][0] = DOL_URL_ROOT.'/compta/sociales/card.php?id='.$object->id; 54 complete_head_from_modules($conf, $langs, $object, $head, $h, 'tax'); 58 $upload_dir = $conf->tax->dir_output."/".dol_sanitizeFileName($object->ref); 60 $nbLinks = Link::count($db, $object->element, $object->id); 61 $head[$h][0] = DOL_URL_ROOT.'/compta/sociales/document.php?id='.$object->id; 69 $head[$h][0] = DOL_URL_ROOT.'/compta/sociales/info.php?id='.$object->id; 74 complete_head_from_modules($conf, $langs, $object, $head, $h, 'tax', 'remove'); 855 $list[$assoc['rate']]['pid'][] = $assoc['pid']; [all …]
|
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/libref/ |
H A D | assoc.sgm | 1 <RefEntry id="assoc"> 4 <?html-filename assoc.html> 7 <RefEntryTitle>assoc</RefEntryTitle> 12 <RefName>assoc</RefName> 13 <RefPurpose>Returns the association of an object in an associative list</RefPurpose> 18 (assoc obj alist) 25 Given an associative list, returns the pair that has <literal>obj</literal> as a <literal>car</lite… 39 The associative list. 50 <literal>(assoc "a" (("a" "b") ("c" "d")))</literal> returns <literal>("a" "b")</literal> 65 (define (assoc obj alist) [all …]
|
/dports/lang/guile1/guile-1.8.8/test-suite/tests/ |
H A D | hash.test | 28 (pass-if (->bool (object-documentation hash))) 42 (pass-if (->bool (object-documentation hashv))) 56 (pass-if (->bool (object-documentation hashq))) 160 ;; (list 1 2) is equal? but not eqv? or eq? to another (list 1 2) 163 (hash-set! table (list 1 2) 'foo) 164 (hash-ref table (list 1 2))))) 167 (hashv-set! table (list 1 2) 'foo) 168 (hashv-ref table (list 1 2))))) 171 (hashq-set! table (list 1 2) 'foo) 172 (hashq-ref table (list 1 2))))) [all …]
|
/dports/lang/guile2/guile-2.2.7/test-suite/tests/ |
H A D | hash.test | 30 (pass-if (->bool (object-documentation hash))) 57 (pass-if (->bool (object-documentation hashv))) 71 (pass-if (->bool (object-documentation hashq))) 204 ;; (list 1 2) is equal? but not eqv? or eq? to another (list 1 2) 207 (hash-set! table (list 1 2) 'foo) 208 (hash-ref table (list 1 2))))) 211 (hashv-set! table (list 1 2) 'foo) 212 (hashv-ref table (list 1 2))))) 215 (hashq-set! table (list 1 2) 'foo) 216 (hashq-ref table (list 1 2))))) [all …]
|
/dports/lang/guile/guile-3.0.7/test-suite/tests/ |
H A D | hash.test | 30 (pass-if (->bool (object-documentation hash))) 67 (pass-if (->bool (object-documentation hashv))) 81 (pass-if (->bool (object-documentation hashq))) 214 ;; (list 1 2) is equal? but not eqv? or eq? to another (list 1 2) 217 (hash-set! table (list 1 2) 'foo) 218 (hash-ref table (list 1 2))))) 221 (hashv-set! table (list 1 2) 'foo) 222 (hashv-ref table (list 1 2))))) 225 (hashq-set! table (list 1 2) 'foo) 226 (hashq-ref table (list 1 2))))) [all …]
|
/dports/www/emacs-w3m/emacs-w3m-3925d1c/ |
H A D | w3m-proc.el | 126 (and (consp object) 237 (interactive (list (current-buffer))) 300 (let ((list w3m-process-queue)) 304 (dolist (obj list) 710 (if (setq y (assoc realm x)) 720 (push (cons root (list (cons realm (list (cons username password))))) 730 (cdr (assoc realm 731 (cdr (assoc root 748 (pass (cdr (assoc username 749 (cdr (assoc realm [all …]
|
/dports/databases/libgda5/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); 147 fk_declare_dispose (GObject *object) 150 declare = FK_DECLARE (object); 161 parent_class->dispose (object); 178 GSList *list; 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { 275 assoc->column = column; 279 assoc->checkbox = label; 369 GSList *list; 370 for (list = mtable->columns; list; list = list->next) { [all …]
|
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); 147 fk_declare_dispose (GObject *object) in fk_declare_dispose() argument 150 declare = FK_DECLARE (object); in fk_declare_dispose() 161 parent_class->dispose (object); in fk_declare_dispose() 178 GSList *list; in create_internal_layout() local 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { in create_internal_layout() 275 assoc->column = column; in create_internal_layout() 279 assoc->checkbox = label; in create_internal_layout() 369 GSList *list; in update_reference_column_choices() local 370 for (list = mtable->columns; list; list = list->next) { in update_reference_column_choices() [all …]
|
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); 147 fk_declare_dispose (GObject *object) in fk_declare_dispose() argument 150 declare = FK_DECLARE (object); in fk_declare_dispose() 161 parent_class->dispose (object); in fk_declare_dispose() 178 GSList *list; in create_internal_layout() local 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { in create_internal_layout() 275 assoc->column = column; in create_internal_layout() 279 assoc->checkbox = label; in create_internal_layout() 369 GSList *list; in update_reference_column_choices() local 370 for (list = mtable->columns; list; list = list->next) { in update_reference_column_choices() [all …]
|
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); 147 fk_declare_dispose (GObject *object) in fk_declare_dispose() argument 150 declare = FK_DECLARE (object); in fk_declare_dispose() 161 parent_class->dispose (object); in fk_declare_dispose() 178 GSList *list; in create_internal_layout() local 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { in create_internal_layout() 275 assoc->column = column; in create_internal_layout() 279 assoc->checkbox = label; in create_internal_layout() 369 GSList *list; in update_reference_column_choices() local 370 for (list = mtable->columns; list; list = list->next) { in update_reference_column_choices() [all …]
|
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); in main() 147 fk_declare_dispose (GObject *object) 150 declare = FK_DECLARE (object); 161 parent_class->dispose (object); 178 GSList *list; 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { 275 assoc->column = column; 279 assoc->checkbox = label; 369 GSList *list; 370 for (list = mtable->columns; list; list = list->next) { [all …]
|
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); 147 fk_declare_dispose (GObject *object) in fk_declare_dispose() argument 150 declare = FK_DECLARE (object); in fk_declare_dispose() 161 parent_class->dispose (object); in fk_declare_dispose() 178 GSList *list; in create_internal_layout() local 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { in create_internal_layout() 275 assoc->column = column; in create_internal_layout() 279 assoc->checkbox = label; in create_internal_layout() 369 GSList *list; in update_reference_column_choices() local 370 for (list = mtable->columns; list; list = list->next) { in update_reference_column_choices() [all …]
|
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/common/ |
H A D | fk-declare.c | 31 static void fk_declare_dispose (GObject *object); 147 fk_declare_dispose (GObject *object) in gda_tools_favorites_free_action() 150 declare = FK_DECLARE (object); in gda_tools_favorites_free_action() 161 parent_class->dispose (object); in gda_tools_favorites_free_action() 178 GSList *list; 271 for (i = 3, list = decl->priv->mtable->columns; list; i++, list = list->next) { 275 assoc->column = column; 279 assoc->checkbox = label; 369 GSList *list; 370 for (list = mtable->columns; list; list = list->next) { [all …]
|
/dports/devel/forge/forge-0.3.0/lisp/ |
H A D | forge-core.el | 112 :type '(repeat (list (string :tag "Git host") 129 (cl-defgeneric forge-get-parent (object) 213 (defun forge--set-id-slot (repo object slot rows) 216 object slot 258 (nth 3 (assoc host forge-alist)) 265 (list (match-string 1 path) 271 (list (match-string 1 path) 277 (nth 2 (assoc (match-string 1 url) forge-alist))))) 295 (equal (cl-caddr (assoc hostA forge-alist)) 296 (cl-caddr (assoc hostB forge-alist)))))))) [all …]
|
/dports/devel/forge-devel/forge-0.3.0-24-g402773e/lisp/ |
H A D | forge-core.el | 112 :type '(repeat (list (string :tag "Git host") 129 (cl-defgeneric forge-get-parent (object) 213 (defun forge--set-id-slot (repo object slot rows) 216 object slot 258 (nth 3 (assoc host forge-alist)) 265 (list (match-string 1 path) 271 (list (match-string 1 path) 277 (nth 2 (assoc (match-string 1 url) forge-alist))))) 295 (equal (cl-caddr (assoc hostA forge-alist)) 296 (cl-caddr (assoc hostB forge-alist)))))))) [all …]
|
/dports/devel/R-cran-vcd/vcd/man/ |
H A D | plot.loglm.Rd | 3 \alias{assoc.loglm} 12 residuals_type = c("pearson", "deviance"), gp = shading_hcl, gp_args = list(), 16 \item{x}{a fitted \code{"loglm"} object, see \code{\link{loglm}}.} 19 \code{\link{assoc}} in \pkg{vcd}.} 24 \item{gp}{object of class \code{"gpar"}, shading function or a 28 \item{gp_args}{list of arguments for the shading-generating function, 35 by setting \code{panel = assoc}) with a shading based on the residuals 49 \code{\link{assoc}}, 70 plot(fm, labeling_args = list(abbreviate = c(Admit = 3))) 73 plot(fm, panel = assoc) [all …]
|
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/store/ |
H A D | memstore.py | 9 class ServerAssocs(object): 13 def set(self, assoc): argument 14 self.assocs[assoc.handle] = assoc 33 for assoc in list(self.assocs.values()): 34 if best is None or best.issued < assoc.issued: 35 best = assoc 44 for handle, assoc in self.assocs.items(): 45 if assoc.expiresIn == 0: 52 class MemoryStore(object): 69 def storeAssociation(self, server_url, assoc): argument [all …]
|
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/ |
H A D | DHT.c | 76 void *object; member 735 assoc = &list[index].assoc4; in client_or_ip_port_in_list() 738 assoc = &list[index].assoc6; in client_or_ip_port_in_list() 1400 DHT *const dht = (DHT *)object; in handle_getnodes() 1461 DHT *const dht = (DHT *)object; in handle_sendnodes_core() 1531 DHT *const dht = (DHT *)object; in handle_sendnodes_ipv6() 2102 DHT *const dht = (DHT *)object; in handle_NATping() 2527 assoc = &list[i - 1].assoc4; in list_nodes() 2532 assoc = &list[i - 1].assoc6; in list_nodes() 2534 assoc = &list[i - 1].assoc6; in list_nodes() [all …]
|
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/flv/ |
H A D | gstindex.c | 391 GList *list; 399 list = index->groups; 400 while (list) { 402 list = g_list_next (list); 567 if (entry->data.assoc.assocs) { in gst_index_entry_free() 568 g_free (entry->data.assoc.assocs); in gst_index_entry_free() 569 entry->data.assoc.assocs = NULL; in gst_index_entry_free() 816 entry->data.assoc.flags = flags; in gst_index_add_associationv() 817 entry->data.assoc.assocs = g_memdup (list, sizeof (GstIndexAssociation) * n); in gst_index_add_associationv() 818 entry->data.assoc.nassocs = n; in gst_index_add_associationv() [all …]
|
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/flv/ |
H A D | gstindex.c | 391 GList *list; 399 list = index->groups; 400 while (list) { 402 list = g_list_next (list); 567 if (entry->data.assoc.assocs) { in gst_index_entry_free() 568 g_free (entry->data.assoc.assocs); in gst_index_entry_free() 569 entry->data.assoc.assocs = NULL; in gst_index_entry_free() 816 entry->data.assoc.flags = flags; in gst_index_add_associationv() 817 entry->data.assoc.assocs = g_memdup (list, sizeof (GstIndexAssociation) * n); in gst_index_add_associationv() 818 entry->data.assoc.nassocs = n; in gst_index_add_associationv() [all …]
|
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/flv/ |
H A D | gstindex.c | 391 GList *list; 399 list = index->groups; 400 while (list) { 402 list = g_list_next (list); 567 if (entry->data.assoc.assocs) { in gst_index_entry_free() 568 g_free (entry->data.assoc.assocs); in gst_index_entry_free() 569 entry->data.assoc.assocs = NULL; in gst_index_entry_free() 816 entry->data.assoc.flags = flags; in gst_index_add_associationv() 817 entry->data.assoc.assocs = g_memdup (list, sizeof (GstIndexAssociation) * n); in gst_index_add_associationv() 818 entry->data.assoc.nassocs = n; in gst_index_add_associationv() [all …]
|
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/base/ |
H A D | gstindex.c | 378 GList *list; 386 list = index->groups; 387 while (list) { 389 list = g_list_next (list); 553 if (entry->data.assoc.assocs) { in gst_index_entry_free() 554 g_free (entry->data.assoc.assocs); in gst_index_entry_free() 555 entry->data.assoc.assocs = NULL; in gst_index_entry_free() 800 entry->data.assoc.flags = flags; in gst_index_add_associationv() 801 entry->data.assoc.assocs = g_memdup (list, sizeof (GstIndexAssociation) * n); in gst_index_add_associationv() 802 entry->data.assoc.nassocs = n; in gst_index_add_associationv() [all …]
|
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/flv/ |
H A D | gstindex.c | 391 GList *list; 399 list = index->groups; 400 while (list) { 402 list = g_list_next (list); 567 if (entry->data.assoc.assocs) { in gst_index_entry_free() 568 g_free (entry->data.assoc.assocs); in gst_index_entry_free() 569 entry->data.assoc.assocs = NULL; in gst_index_entry_free() 816 entry->data.assoc.flags = flags; in gst_index_add_associationv() 817 entry->data.assoc.assocs = g_memdup (list, sizeof (GstIndexAssociation) * n); in gst_index_add_associationv() 818 entry->data.assoc.nassocs = n; in gst_index_add_associationv() [all …]
|
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/flv/ |
H A D | gstindex.c | 391 GList *list; 399 list = index->groups; 400 while (list) { 402 list = g_list_next (list); 567 if (entry->data.assoc.assocs) { in gst_index_entry_free() 568 g_free (entry->data.assoc.assocs); in gst_index_entry_free() 569 entry->data.assoc.assocs = NULL; in gst_index_entry_free() 816 entry->data.assoc.flags = flags; in gst_index_add_associationv() 817 entry->data.assoc.assocs = g_memdup (list, sizeof (GstIndexAssociation) * n); in gst_index_add_associationv() 818 entry->data.assoc.nassocs = n; in gst_index_add_associationv() [all …]
|