Home
last modified time | relevance | path

Searched refs:newref (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dstringref.c67 PurpleStringref *newref; in purple_stringref_new() local
79 newref->ref = 1; in purple_stringref_new()
81 return newref; in purple_stringref_new()
86 PurpleStringref *newref; in purple_stringref_new_noref() local
92 strcpy(newref->value, value); in purple_stringref_new_noref()
93 newref->ref = 0x80000000; in purple_stringref_new_noref()
99 return newref; in purple_stringref_new_noref()
104 PurpleStringref *newref; in purple_stringref_printf() local
112 vsprintf(newref->value, format, ap); in purple_stringref_printf()
114 newref->ref = 1; in purple_stringref_printf()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dstringref.c67 PurpleStringref *newref; in purple_stringref_new() local
79 newref->ref = 1; in purple_stringref_new()
81 return newref; in purple_stringref_new()
86 PurpleStringref *newref; in purple_stringref_new_noref() local
92 strcpy(newref->value, value); in purple_stringref_new_noref()
93 newref->ref = 0x80000000; in purple_stringref_new_noref()
99 return newref; in purple_stringref_new_noref()
104 PurpleStringref *newref; in purple_stringref_printf() local
112 vsprintf(newref->value, format, ap); in purple_stringref_printf()
114 newref->ref = 1; in purple_stringref_printf()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dstringref.c67 PurpleStringref *newref; in purple_stringref_new() local
79 newref->ref = 1; in purple_stringref_new()
81 return newref; in purple_stringref_new()
86 PurpleStringref *newref; in purple_stringref_new_noref() local
92 strcpy(newref->value, value); in purple_stringref_new_noref()
93 newref->ref = 0x80000000; in purple_stringref_new_noref()
99 return newref; in purple_stringref_new_noref()
104 PurpleStringref *newref; in purple_stringref_printf() local
112 vsprintf(newref->value, format, ap); in purple_stringref_printf()
114 newref->ref = 1; in purple_stringref_printf()
[all …]
/dports/math/py-kiwisolver/kiwisolver-1.1.0/py/
H A Dkiwisolver.cpp71 PyModule_AddObject( mod, "Variable", newref( pyobject_cast( &Variable_Type ) ) ); in PyInit_kiwisolver()
72 PyModule_AddObject( mod, "Term", newref( pyobject_cast( &Term_Type ) ) ); in PyInit_kiwisolver()
73 PyModule_AddObject( mod, "Expression", newref( pyobject_cast( &Expression_Type ) ) ); in PyInit_kiwisolver()
74 PyModule_AddObject( mod, "Constraint", newref( pyobject_cast( &Constraint_Type ) ) ); in PyInit_kiwisolver()
75 PyModule_AddObject( mod, "Solver", newref( pyobject_cast( &Solver_Type ) ) ); in PyInit_kiwisolver()
76 PyModule_AddObject( mod, "DuplicateConstraint", newref( DuplicateConstraint ) ); in PyInit_kiwisolver()
77 PyModule_AddObject( mod, "UnsatisfiableConstraint", newref( UnsatisfiableConstraint ) ); in PyInit_kiwisolver()
78 PyModule_AddObject( mod, "UnknownConstraint", newref( UnknownConstraint ) ); in PyInit_kiwisolver()
79 PyModule_AddObject( mod, "DuplicateEditVariable", newref( DuplicateEditVariable ) ); in PyInit_kiwisolver()
80 PyModule_AddObject( mod, "UnknownEditVariable", newref( UnknownEditVariable ) ); in PyInit_kiwisolver()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/expensereport/
H A Dmod_expensereport_jade.php144 $newref = $objp->max;
145 $newref++;
146 while (strlen($newref) < $num_car) {
147 $newref = "0".$newref;
150 $newref = 1;
151 while (strlen($newref) < $num_car) {
152 $newref = "0".$newref;
156 $ref_number_int = ($newref + 1) - 1;
162 …$newref = str_replace(' ', '_', $user_author_infos).$expld_car.$prefix.$newref.$expld_car.dol_prin…
172 dol_syslog("mod_expensereport_jade::getNextValue return ".$newref);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/expensereport/
H A Dmod_expensereport_jade.php144 $newref = $objp->max;
145 $newref++;
146 while (strlen($newref) < $num_car) {
147 $newref = "0".$newref;
150 $newref = 1;
151 while (strlen($newref) < $num_car) {
152 $newref = "0".$newref;
156 $ref_number_int = ($newref + 1) - 1;
164 …$newref = str_replace(' ', '_', $user_author_infos).$expld_car.$prefix.$newref.$expld_car.dol_prin…
173 dol_syslog("mod_expensereport_jade::getNextValue return ".$newref);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/triggers/
H A Dinterface_50_modAgenda_ActionsAuto.class.php129 …langs->transnoentities("ContractValidatedInDolibarr", ($object->newref ? $object->newref : $object…
148 … $langs->transnoentities("PropalValidatedInDolibarr", ($object->newref ? $object->newref : $object…
191 …= $langs->transnoentities("OrderValidatedInDolibarr", ($object->newref ? $object->newref : $object…
234 …$langs->transnoentities("InvoiceValidatedInDolibarr", ($object->newref ? $object->newref : $object…
346 …ionmsg = $langs->transnoentities("ShippingValidated", ($object->newref ? $object->newref : $object…
369 …onmsg = $langs->transnoentities("ReceptionValidated", ($object->newref ? $object->newref : $object…
391 … $langs->transnoentities("PropalValidatedInDolibarr", ($object->newref ? $object->newref : $object…
426 …g = $langs->transnoentities("OrderCreatedInDolibarr", ($object->newref ? $object->newref : $object…
434 …= $langs->transnoentities("OrderValidatedInDolibarr", ($object->newref ? $object->newref : $object…
495 …$langs->transnoentities("InvoiceValidatedInDolibarr", ($object->newref ? $object->newref : $object…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/triggers/
H A Dinterface_50_modAgenda_ActionsAuto.class.php163 …langs->transnoentities("ContractValidatedInDolibarr", ($object->newref ? $object->newref : $object…
184 … $langs->transnoentities("PropalValidatedInDolibarr", ($object->newref ? $object->newref : $object…
186 … $langs->transnoentities("PropalValidatedInDolibarr", ($object->newref ? $object->newref : $object…
237 …= $langs->transnoentities("OrderValidatedInDolibarr", ($object->newref ? $object->newref : $object…
239 …= $langs->transnoentities("OrderValidatedInDolibarr", ($object->newref ? $object->newref : $object…
292 …$langs->transnoentities("InvoiceValidatedInDolibarr", ($object->newref ? $object->newref : $object…
423 …onmsg2 = $langs->transnoentities("ShippingValidated", ($object->newref ? $object->newref : $object…
426 …ionmsg = $langs->transnoentities("ShippingValidated", ($object->newref ? $object->newref : $object…
450 …nmsg2 = $langs->transnoentities("ReceptionValidated", ($object->newref ? $object->newref : $object…
453 …onmsg = $langs->transnoentities("ReceptionValidated", ($object->newref ? $object->newref : $object…
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dnotify.class.php366 $newref = (empty($object->newref) ? $object->ref : $object->newref);
456 $link = '<a href="'.$urlwithroot.'/commande/card.php?id='.$object->id.'">'.$newref.'</a>';
528 $link = '<a href="'.$urlwithroot.'/holiday/card.php?id='.$object->id.'">'.$newref.'</a>';
534 $link = '<a href="'.$urlwithroot.'/holiday/card.php?id='.$object->id.'">'.$newref.'</a>';
540 $ref = dol_sanitizeFileName($newref);
661 $link = '<a href="'.$urlwithroot.'/commande/card.php?id='.$object->id.'">'.$newref.'</a>';
679 $link = '<a href="'.$urlwithroot.'/fichinter/card.php?id='.$object->id.'">'.$newref.'</a>';
685 $link = '<a href="'.$urlwithroot.'/fichinter/card.php?id='.$object->id.'">'.$newref.'</a>';
741 $link = '<a href="'.$urlwithroot.'/holiday/card.php?id='.$object->id.'">'.$newref.'</a>';
747 $link = '<a href="'.$urlwithroot.'/holiday/card.php?id='.$object->id.'">'.$newref.'</a>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dnotify.class.php367 $newref = (empty($object->newref) ? $object->ref : $object->newref);
459 …'.$urlwithroot.'/commande/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
537 …"'.$urlwithroot.'/holiday/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
544 …"'.$urlwithroot.'/holiday/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
576 $ref = dol_sanitizeFileName($newref);
695 …'.$urlwithroot.'/commande/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
713 ….$urlwithroot.'/fichinter/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
719 ….$urlwithroot.'/fichinter/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
775 …"'.$urlwithroot.'/holiday/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
781 …"'.$urlwithroot.'/holiday/card.php?id='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
[all …]
/dports/net/remotebox/RemoteBox-2.7/share/remotebox/
H A Drbox_newguest.pl253 my ($newref, $srcIMedium) = @_;
254 $$newref{imgformat} = lc($$newref{imgformat}); # Force it to be lower case
256 … my $imgfile = &rcatfile($$newref{location}, "$$newref{diskname}.$$fileext{$$newref{imgformat}}");
257 …IMedium = IVirtualBox_createMedium($gui{websn}, $$newref{imgformat}, $imgfile, $$newref{mode}, $$n…
258 my $IProgress = IMedium_cloneTo($srcIMedium, $IMedium, @{$$newref{allocation}}, undef);
279 my ($newref) = @_;
280 $$newref{imgformat} = lc($$newref{imgformat}); # Force it to be lower case
282 … my $imgfile = &rcatfile($$newref{location}, "$$newref{diskname}.$$fileext{$$newref{imgformat}}");
283 …IMedium = IVirtualBox_createMedium($gui{websn}, $$newref{imgformat}, $imgfile, $$newref{mode}, $$n…
285 my $IProgress = IMedium_createBaseStorage($IMedium, $$newref{size}, @{$$newref{allocation}});
/dports/math/cadabra2/cadabra2-2.3.6.8/client_server/
H A DActions.cc47 newref = cl.doc.insert(ref, newcell); in execute()
57 child_num=cl.doc.index(newref); in execute()
58 gb.add_cell(cl.doc, newref, true); in execute()
85 newref = ref; in execute()
93 newref=sib; in execute()
101 newref=ref; in execute()
117 newref=sib; in execute()
132 gb.add_cell(cl.doc, newref, true); in execute()
141 gb.remove_cell(cl.doc, newref); in revert()
142 cl.doc.erase(newref); in revert()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Drefcount.h42 guint32 oldref, newref; in mono_refcount_tryincrement() local
51 newref = oldref + 1; in mono_refcount_tryincrement()
52 …} while (mono_atomic_cas_i32 ((gint32*) &refcount->ref, (gint32)newref, (gint32)oldref) != (gint32… in mono_refcount_tryincrement()
67 guint32 oldref, newref; in mono_refcount_decrement() local
76 newref = oldref - 1; in mono_refcount_decrement()
77 …} while (mono_atomic_cas_i32 ((gint32*) &refcount->ref, (gint32)newref, (gint32)oldref) != (gint32… in mono_refcount_decrement()
79 if (newref == 0 && refcount->destructor) in mono_refcount_decrement()
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2enc/
H A Dputseq.c42 unsigned char *neworg[3], *newref[3]; in putseq() local
85 newref[j] = oldrefframe[j]; in putseq()
89 newrefframe[j] = newref[j]; in putseq()
144 newref[j] = auxframe[j]; in putseq()
208 neworg[0],newref[0], in putseq()
230 calcSNR(neworg,newref); in putseq()
255 neworg[0],newref[0], in putseq()
277 calcSNR(neworg,newref); in putseq()
292 neworg[0],newref[0], in putseq()
314 calcSNR(neworg,newref); in putseq()
[all …]
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_ref.c120 asn1p_ref_t *newref; in asn1p_ref_clone() local
122 newref = asn1p_ref_new(ref->_lineno); in asn1p_ref_clone()
123 if(newref) { in asn1p_ref_clone()
126 if(asn1p_ref_add_component(newref, in asn1p_ref_clone()
130 asn1p_ref_free(newref); in asn1p_ref_clone()
131 newref = NULL; in asn1p_ref_clone()
137 return newref; in asn1p_ref_clone()
/dports/multimedia/vtkmpeg2encode/vtkmpeg2encode/
H A Dputseq.c56 newref[j] = mpeg2_struct->oldrefframe[j]; in MPEG2_evaluate_frame_info()
60 mpeg2_struct->newrefframe[j] = newref[j]; in MPEG2_evaluate_frame_info()
115 newref[j] = mpeg2_struct->auxframe[j]; in MPEG2_evaluate_frame_info()
138 unsigned char *neworg[3], *newref[3]; in MPEG2_putseq_one() local
203 neworg[0],newref[0], in MPEG2_putseq_one()
225 MPEG2_calcSNR(neworg,newref,mpeg2_struct); in MPEG2_putseq_one()
250 neworg[0],newref[0], in MPEG2_putseq_one()
272 MPEG2_calcSNR(neworg,newref,mpeg2_struct); in MPEG2_putseq_one()
287 neworg[0],newref[0], in MPEG2_putseq_one()
309 MPEG2_calcSNR(neworg,newref,mpeg2_struct); in MPEG2_putseq_one()
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/ci/
H A Ddiff-json-doc.py108 if args.newref[0:1] == '#':
109 print("Deriving --post-comment={}".format(args.newref[1:]), file=sys.stderr)
110 comment_target = args.newref[1:]
114 print(msg_format.format(args.newref), file=sys.stderr)
139 newref = git_tmp.parse_pr_id(args.newref)
145 git_tmp.run(['-c', 'advice.detachedHead=false', 'checkout', '-f', newref])
148 diff = list(difflib.unified_diff(oldjson, newjson, fromfile=args.oldref, tofile=args.newref))
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dderelocate.c126 struct secref *newref = malloc (sizeof *newref); in cache_sections() local
127 if (unlikely (newref == NULL)) in cache_sections()
135 newref->scn = scn; in cache_sections()
136 newref->relocs = NULL; in cache_sections()
137 newref->name = name; in cache_sections()
138 newref->start = dwfl_adjusted_address (mod, shdr->sh_addr); in cache_sections()
139 newref->end = newref->start + shdr->sh_size; in cache_sections()
140 newref->next = refs; in cache_sections()
141 refs = newref; in cache_sections()
/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dcache.c210 h2o_cache_ref_t *newref; in h2o_cache_set() local
218 newref = h2o_mem_alloc(sizeof(*newref)); in h2o_cache_set()
219 …*newref = (h2o_cache_ref_t){h2o_strdup(NULL, key.base, key.len), keyhash, now, value, 0, {NULL}, {… in h2o_cache_set()
224 iter = kh_get(cache, cache->table, newref); in h2o_cache_set()
227 kh_key(cache->table, iter) = newref; in h2o_cache_set()
231 kh_put(cache, cache->table, newref, &unused); in h2o_cache_set()
234 h2o_linklist_insert(&cache->lru, &newref->_lru_link); in h2o_cache_set()
235 h2o_linklist_insert(&cache->age, &newref->_age_link); in h2o_cache_set()
236 cache->size += newref->value.len; in h2o_cache_set()
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter9/classes/
H A Dstore.rkt3 (provide initialize-store! reference? newref deref setref!
4 instrument-newref get-store-as-list)
6 (define instrument-newref (make-parameter #f))
41 ;; newref : ExpVal -> Ref
43 (define newref function
48 (when (instrument-newref)
50 "newref: allocating location ~s with initial contents ~s~%"
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/explicit-refs/
H A Dstore.rkt3 (provide initialize-store! reference? newref deref setref!
4 instrument-newref get-store-as-list)
6 (define instrument-newref (make-parameter #f))
41 ;; newref : ExpVal -> Ref
43 (define newref function
48 (when (instrument-newref)
50 "newref: allocating location ~s with initial contents ~s~%"
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/implicit-refs/
H A Dstore.rkt3 (provide initialize-store! reference? newref deref setref!
4 instrument-newref get-store-as-list)
6 (define instrument-newref (make-parameter #f))
41 ;; newref : ExpVal -> Ref
43 (define newref function
48 (when (instrument-newref)
50 "newref: allocating location ~s with initial contents ~s~%"
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/mutable-pairs/
H A Dstore.rkt3 (provide initialize-store! reference? newref deref setref!
4 instrument-newref get-store-as-list)
6 (define instrument-newref (make-parameter #f))
41 ;; newref : ExpVal -> Ref
43 (define newref function
48 (when (instrument-newref)
50 "newref: allocating location ~s with initial contents ~s~%"
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/call-by-need/
H A Dstore.rkt5 (provide initialize-store! reference? newref deref setref!
6 instrument-newref get-store-as-list)
8 (define instrument-newref (make-parameter #f))
43 ;; newref : ExpVal -> Ref
45 (define newref function
50 (when (instrument-newref)
52 "newref: allocating location ~s with initial contents ~s~%"
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter4/call-by-reference/
H A Dstore.rkt6 (provide initialize-store! reference? newref deref setref!
7 instrument-newref get-store-as-list)
9 (define instrument-newref (make-parameter #f))
44 ;; newref : ExpVal -> Ref
46 (define newref function
51 (when (instrument-newref)
53 "newref: allocating location ~s with initial contents ~s~%"

12345678910>>...24