Home
last modified time | relevance | path

Searched refs:reassign (Results 1 – 25 of 2211) sorted by relevance

12345678910>>...89

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Duser.php333 * @param int $reassign Optional. Reassign posts and links to new User ID.
336 function wp_delete_user( $id, $reassign = null ) { argument
351 if ( 'novalue' === $reassign ) {
352 $reassign = null;
353 } elseif ( null !== $reassign ) {
354 $reassign = (int) $reassign;
364 * @param int|null $reassign ID of the user to reassign posts and links to.
368 do_action( 'delete_user', $id, $reassign, $user );
370 if ( null === $reassign ) {
443 * @param int|null $reassign ID of the user to reassign posts and links to.
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Duser.php333 * @param int $reassign Optional. Reassign posts and links to new User ID.
336 function wp_delete_user( $id, $reassign = null ) { argument
351 if ( 'novalue' === $reassign ) {
352 $reassign = null;
353 } elseif ( null !== $reassign ) {
354 $reassign = (int) $reassign;
364 * @param int|null $reassign ID of the user to reassign posts and links to.
368 do_action( 'delete_user', $id, $reassign, $user );
370 if ( null === $reassign ) {
443 * @param int|null $reassign ID of the user to reassign posts and links to.
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/workflows/
H A Doriginal-workflow.ini12 ; reassign to:
17 ; reassign to: -> new state, not accepted
26 ; reassign to: -> new, owner_set
49 reassign = new,assigned,reopened -> new key
50 reassign.permissions = TICKET_MODIFY
51 reassign.operations = set_owner
H A Dbasic-workflow.ini34 reassign = new,assigned,accepted,reopened -> assigned key
35 reassign.permissions = TICKET_MODIFY
36 reassign.operations = set_owner
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-data-generator/src/main/java/de/lmu/ifi/dbs/elki/data/synthetic/bymodel/
H A DGeneratorMain.java261 boolean reassign = labels[i] == null; in getAssignment()
262 double bestd = reassign ? Double.NEGATIVE_INFINITY : is; in getAssignment()
275 if(reassign && labels[j] != null && dens > bestd) { in getAssignment()
327 boolean reassign = (centers[i] == null); in getAssignment()
328 double is = reassign ? 0. : SquaredEuclideanDistanceFunction.STATIC.distance(centers[i], p); in getAssignment()
329 double bestd = reassign ? Double.POSITIVE_INFINITY : is; in getAssignment()
338 if(!reassign) { in getAssignment()
362 if(reassign != null) { in initLabelsAndModels()
365 if(!reassign.matcher(curclus.getName()).find()) { in initLabelsAndModels()
430 public void setReassignPattern(Pattern reassign) { in setReassignPattern() argument
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/procurement_jit/
H A Dsale.py14reassign = order.picking_ids.filtered(lambda x: x.state=='confirmed' or (x.state in ['waiting', 'a…
15 if reassign:
17 reassign.action_confirm()
18 reassign.action_assign()
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Drole.lua23 local search_map, search_recall, reassign = true, true, true
29 if cfg.reassign ~= nil then
30 reassign = not not cfg.reassign
52 if not reassign then
/dports/www/trac-devel/Trac-1.5.3/contrib/workflow/
H A Denterprise-workflow.ini13 ; assign, reassign, unassign actions
18 reassign = assigned,in_work -> assigned key
19 reassign.operations = set_owner
20 reassign.permissions = TICKET_MODIFY
23 reassign_closed.label = reassign
H A Dopensource-workflow.ini14 ; assign, reassign, unassign actions
19 reassign = assigned,accepted,started -> assigned key
20 reassign.operations = set_owner
21 reassign.permissions = TICKET_MODIFY
/dports/www/trac-devel/Trac-1.5.3/sample-plugins/workflow/
H A Denterprise-review-workflow.ini9 ; assign, reassign, unassign actions
14 reassign = assigned,in_work -> assigned key
15 reassign.operations = set_owner
16 reassign.permissions = TICKET_MODIFY
19 reassign_closed.label = reassign
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dlet-binop.fixed4 let a: i8 = 1; //~ ERROR can't reassign to an uninitialized variable
6 let b = 1; //~ ERROR can't reassign to an uninitialized variable
8 let c = 1; //~ ERROR can't reassign to an uninitialized variable
H A Dlet-binop.stderr1 error: can't reassign to an uninitialized variable
9 error: can't reassign to an uninitialized variable
17 error: can't reassign to an uninitialized variable
/dports/games/tesseract-data/tesseract/src/game/
H A Daiman.h30 vector<clientinfo *> reassign; in balanceteams() local
31 loopv(bots) if(bots[i]) reassign.add(bots[i]); in balanceteams()
32 while(reassign.length() && teams.length() && teams[0].score > teams.last().score + 1) in balanceteams()
36 loopv(reassign) if(reassign[i] && reassign[i]->team != teams[0].team) in balanceteams()
38 bot = reassign.removeunordered(i); in balanceteams()
160 ci->reassign(); in reinitai()
/dports/games/tesseract/tesseract/src/game/
H A Daiman.h30 vector<clientinfo *> reassign; in balanceteams() local
31 loopv(bots) if(bots[i]) reassign.add(bots[i]); in balanceteams()
32 while(reassign.length() && teams.length() && teams[0].score > teams.last().score + 1) in balanceteams()
36 loopv(reassign) if(reassign[i] && reassign[i]->team != teams[0].team) in balanceteams()
38 bot = reassign.removeunordered(i); in balanceteams()
160 ci->reassign(); in reinitai()
/dports/databases/memcached/memcached-1.6.12/t/
H A Dslabhang.t54 my $reassign = "slabs reassign $source 1\r\n";
57 print $sock $reassign;
67 print $sock $reassign;
/dports/games/sauerbraten/sauerbraten/src/fpsgame/
H A Daiman.h31 vector<clientinfo *> reassign; in balanceteams() local
32 loopv(bots) if(bots[i]) reassign.add(bots[i]); in balanceteams()
33 while(reassign.length() && teams.length() && teams[0].score > teams.last().score + 1) in balanceteams()
37 loopv(reassign) if(reassign[i] && !strcmp(reassign[i]->team, teams[0].team)) in balanceteams()
39 bot = reassign.removeunordered(i); in balanceteams()
160 ci->reassign(); in reinitai()
/dports/sysutils/goawk/goawk-1.9.2/testdata/gawk/
H A Dsetrec0.awk1 function reassign(x, y) { function
7 reassign("larry", $1)
H A Dsetrec1.awk1 function reassign(x, y) { function
8 reassign(" 52", $1)
/dports/lang/gawk/gawk-5.1.1/test/
H A Dsetrec0.awk1 function reassign(x, y) { function
7 reassign("larry", $1)
H A Dsetrec1.awk1 function reassign(x, y) { function
8 reassign(" 52", $1)
/dports/net/arataga/oess-2.2.3/doxygen/dox/
H A D1.4.0.shptr_skeleton.dox138 reassign();
154 reassign, �� � ��� ���� ������ ����.
178 ��������� �������� � ������� reassign(). � ����������� ������� ������
183 reassign() ����� ������-�������� ����� ������� ��� ����������� ��������������
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/resolve/testdata/
H A Dresolve.star24 x = 2 ### "cannot reassign global x declared at .*resolve.star:23:1"
34 M = 2 ### "cannot reassign global M declared at .*/resolve.star"
38 U = 1 ### "cannot reassign global U declared at .*/resolve.star"
98 x += [3] ### `cannot reassign global x`
104 y += 2 ### `cannot reassign global y`
349 x = 1 ### `cannot reassign local x`
350 load("module", "x") ### `cannot reassign top-level x`
355 x = 1 ### `cannot reassign global x`
356 load("module", "x") ### `cannot reassign global x`
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/resolve/testdata/
H A Dresolve.star24 x = 2 ### "cannot reassign global x declared at .*resolve.star:23:1"
34 M = 2 ### "cannot reassign global M declared at .*/resolve.star"
38 U = 1 ### "cannot reassign global U declared at .*/resolve.star"
98 x += [3] ### `cannot reassign global x`
104 y += 2 ### `cannot reassign global y`
360 x = 1 ### `cannot reassign local x`
361 load("module", "x") ### `cannot reassign top-level x`
366 x = 1 ### `cannot reassign global x`
367 load("module", "x") ### `cannot reassign global x`
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/resolve/testdata/
H A Dresolve.star24 x = 2 ### "cannot reassign global x declared at .*resolve.star:23:1"
34 M = 2 ### "cannot reassign global M declared at .*/resolve.star"
38 U = 1 ### "cannot reassign global U declared at .*/resolve.star"
98 x += [3] ### `cannot reassign global x`
104 y += 2 ### `cannot reassign global y`
360 x = 1 ### `cannot reassign local x`
361 load("module", "x") ### `cannot reassign top-level x`
366 x = 1 ### `cannot reassign global x`
367 load("module", "x") ### `cannot reassign global x`
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/common/openapi/paths/
H A Dagents@bulk_reassign.yaml2 summary: Agents - Bulk reassign
20 operationId: bulk-reassign-agents

12345678910>>...89