Home
last modified time | relevance | path

Searched refs:will (Results 1 – 25 of 13289) sorted by relevance

12345678910>>...532

/dports/lang/gambit-c/gambit-4.9.3/tests/
H A Dtest9.ok19 (will-testator will4) = (obj4 #<will #4>)
20 (will-testator will5) = (obj5 #<will #5>)
21 (will-testator will6) = (obj6 #<will #6>)
22 (will-testator will7) = (obj7 #<will #7>)
23 (will-testator will8) = (obj8 #<will #8>)
28 (will-testator will4) = (obj4 #<will #4>)
29 (will-testator will5) = (obj5 #<will #5>)
30 (will-testator will6) = (obj6 #<will #6>)
31 (will-testator will7) = (obj7 #<will #7>)
32 (will-testator will8) = (obj8 #<will #8>)
[all …]
H A Dtest7.ok19 (will-testator will4) = (obj4 #<will #4>)
20 (will-testator will5) = (obj5 #<will #5>)
21 (will-testator will6) = (obj6 #<will #6>)
22 (will-testator will7) = (obj7 #<will #7>)
23 (will-testator will8) = (obj8 #<will #8>)
28 (will-testator will4) = (obj4 #<will #4>)
29 (will-testator will5) = (obj5 #<will #5>)
30 (will-testator will6) = (obj6 #<will #6>)
31 (will-testator will7) = (obj7 #<will #7>)
32 (will-testator will8) = (obj8 #<will #8>)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/rumble/
H A Dwill-executor.ss3 ;; for when a will becomes ready
18 (define-record-type (will-executor create-will-executor will-executor?)
23 (create-will-executor the-will-guardian the-will-stacks '() notify #f))
29 (define make-late-will-executor
33 (create-will-executor the-late-will-guardian the-late-will-stacks '() notify keep?)]))
39 (let ([l (hashtable-ref (will-executor-will-stacks executor) v '())]
49 (hashtable-set! (will-executor-will-stacks executor) v (cons e+proc l))
60 (will-executor-will-stacks executor))
111 (define (poll-will-executors)
112 (poll-guardian the-will-guardian the-will-stacks)
[all …]
/dports/lang/racket/racket-8.3/src/cs/rumble/
H A Dwill-executor.ss3 ;; for when a will becomes ready
18 (define-record-type (will-executor create-will-executor will-executor?)
23 (create-will-executor the-will-guardian the-will-stacks '() notify #f))
29 (define make-late-will-executor
33 (create-will-executor the-late-will-guardian the-late-will-stacks '() notify keep?)]))
39 (let ([l (hashtable-ref (will-executor-will-stacks executor) v '())]
49 (hashtable-set! (will-executor-will-stacks executor) v (cons e+proc l))
60 (will-executor-will-stacks executor))
111 (define (poll-will-executors)
112 (poll-guardian the-will-guardian the-will-stacks)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/w3c-css/submitted/will-change/
H A Dreftest-stylo.list2 == will-change-stacking-context-clip-path-1.html will-change-stacking-context-clip-path-1.html
3 == will-change-stacking-context-filter-1.html will-change-stacking-context-filter-1.html
4 == will-change-stacking-context-height-1.html will-change-stacking-context-height-1.html
5 == will-change-stacking-context-isolation-1.html will-change-stacking-context-isolation-1.html
6 == will-change-stacking-context-mask-1.html will-change-stacking-context-mask-1.html
8 == will-change-stacking-context-opacity-1.html will-change-stacking-context-opacity-1.html
15 == will-change-fixpos-cb-filter-1.html will-change-fixpos-cb-filter-1.html
16 == will-change-fixpos-cb-height-1.html will-change-fixpos-cb-height-1.html
17 == will-change-fixpos-cb-perspective-1.html will-change-fixpos-cb-perspective-1.html
18 == will-change-fixpos-cb-position-1.html will-change-fixpos-cb-position-1.html
[all …]
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/lib/
H A Dwill_mosq.c62 if(mosq->will){ in will__set()
66 mosquitto__free(mosq->will); in will__set()
72 if(!mosq->will->msg.topic){ in will__set()
82 mosq->will->msg.payload = mosquitto__malloc(sizeof(char)*mosq->will->msg.payloadlen); in will__set()
90 mosq->will->msg.qos = qos; in will__set()
98 if(mosq->will){ in will__set()
102 mosquitto__free(mosq->will); in will__set()
103 mosq->will = NULL; in will__set()
114 mosq->will->msg.topic = NULL; in will__clear()
121 mosquitto__free(mosq->will); in will__clear()
[all …]
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/test/Horde/Kolab/Storage/Unit/List/Query/List/
H A DBaseTest.php44 ->will($this->returnValue('A'));
64 ->will($this->returnValue('A'));
84 ->will($this->returnValue(true));
106 ->will($this->returnValue($ns));
109 ->will($this->returnValue(''));
112 ->will($this->returnValue('/'));
179 ->will($this->returnValue($ns));
182 ->will($this->returnValue(''));
185 ->will($this->returnValue('/'));
253 ->will($this->returnValue(''));
[all …]
/dports/lang/racket-minimal/racket-8.3/src/thread/
H A Dwill-executor.rkt10 ;; `will-execute` here, because it has to block when no will is ready.
14 will-executor?
15 will-register
16 will-try-execute
17 will-execute)
26 (define (do-make-will-executor host:make-will-executor)
28 (will-executor (host:make-will-executor
34 (do-make-will-executor host:make-will-executor))
40 (do-make-will-executor host:make-late-will-executor))
45 (host:will-register (will-executor-host-we we) v proc))
[all …]
/dports/lang/racket/racket-8.3/src/thread/
H A Dwill-executor.rkt10 ;; `will-execute` here, because it has to block when no will is ready.
14 will-executor?
15 will-register
16 will-try-execute
17 will-execute)
26 (define (do-make-will-executor host:make-will-executor)
28 (will-executor (host:make-will-executor
34 (do-make-will-executor host:make-will-executor))
40 (do-make-will-executor host:make-late-will-executor))
45 (host:will-register (will-executor-host-we we) v proc))
[all …]
/dports/net/mosquitto/mosquitto-2.0.13/lib/
H A Dwill_mosq.c64 if(mosq->will){ in will__set()
68 mosquitto__free(mosq->will); in will__set()
74 if(!mosq->will->msg.topic){ in will__set()
85 if(!mosq->will->msg.payload){ in will__set()
92 mosq->will->msg.qos = qos; in will__set()
100 if(mosq->will){ in will__set()
104 mosquitto__free(mosq->will); in will__set()
105 mosq->will = NULL; in will__set()
116 mosq->will->msg.topic = NULL; in will__clear()
123 mosquitto__free(mosq->will); in will__clear()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dmysqldump-max.result3 Warning 1681 Integer display width is deprecated and will be removed in a future release.
6 Warning 1681 Integer display width is deprecated and will be removed in a future release.
9 Warning 1681 Integer display width is deprecated and will be removed in a future release.
12 Warning 1681 Integer display width is deprecated and will be removed in a future release.
15 Warning 1681 Integer display width is deprecated and will be removed in a future release.
18 Warning 1681 Integer display width is deprecated and will be removed in a future release.
316 Warning 1681 Integer display width is deprecated and will be removed in a future release.
317 Warning 1681 Integer display width is deprecated and will be removed in a future release.
318 Warning 1681 Integer display width is deprecated and will be removed in a future release.
319 Warning 1681 Integer display width is deprecated and will be removed in a future release.
[all …]
H A Dlock_multi_bug38691.result9 Warning 1681 Integer display width is deprecated and will be removed in a future release.
19 Warning 1681 Integer display width is deprecated and will be removed in a future release.
21 Warning 1681 Integer display width is deprecated and will be removed in a future release.
23 Warning 1681 Integer display width is deprecated and will be removed in a future release.
25 Warning 1681 Integer display width is deprecated and will be removed in a future release.
27 Warning 1681 Integer display width is deprecated and will be removed in a future release.
29 Warning 1681 Integer display width is deprecated and will be removed in a future release.
31 Warning 1681 Integer display width is deprecated and will be removed in a future release.
33 Warning 1681 Integer display width is deprecated and will be removed in a future release.
35 Warning 1681 Integer display width is deprecated and will be removed in a future release.
[all …]
H A Dlock_multi_bug38499.result11 Warning 1681 Integer display width is deprecated and will be removed in a future release.
13 Warning 1681 Integer display width is deprecated and will be removed in a future release.
15 Warning 1681 Integer display width is deprecated and will be removed in a future release.
17 Warning 1681 Integer display width is deprecated and will be removed in a future release.
19 Warning 1681 Integer display width is deprecated and will be removed in a future release.
21 Warning 1681 Integer display width is deprecated and will be removed in a future release.
23 Warning 1681 Integer display width is deprecated and will be removed in a future release.
25 Warning 1681 Integer display width is deprecated and will be removed in a future release.
27 Warning 1681 Integer display width is deprecated and will be removed in a future release.
29 Warning 1681 Integer display width is deprecated and will be removed in a future release.
[all …]
/dports/games/nonsense/nonsense-0.6/
H A Dcookie.data8 You will buy a new set of clothes
10 You will be audited by the IRS
16 You will grow fat and bald
26 You will become the leader of the {OrgPolitical}
33 You will become successful in business -- unfortunately, that business will violate the laws of {#3…
37 You will move into a mobile home park and then a tornado will strike the very next day
38 You will set a record high golf score
49 You will hurt your hand while thumping a Bible
52 You will be falsely accused of jaywalking
57 You will lose your life savings in Las Vegas
[all …]
/dports/textproc/libtre/tre-0.8.0/tests/agrep/
H A Dexitstatus.ok2 this-will-be-found
6 this-will-be-found
82 so will this
87 so will this
138 so will this
143 so will this
158 so will this
163 so will this
241 so will this
247 so will this
[all …]
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/tests/agrep/
H A Dexitstatus.ok2 this-will-be-found
6 this-will-be-found
82 so will this
87 so will this
138 so will this
143 so will this
158 so will this
163 so will this
241 so will this
247 so will this
[all …]
/dports/net/jsch/jsch-0.1.55/examples/
H A DREADME12 You will be asked username, hostname and passwd.
13 If everything works fine, you will get the shell prompt. Output will
17 This program will demonstrate X11 forwarding.
26 This program will demonstrate remote exec.
31 on the remote side and outputs will be printed out.
90 You will be asked username, hostname and passwd.
99 You will be asked passwd.
107 You will be asked passwd.
115 You will be asked username, host and passwd.
117 'help' command will show available command.
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/sys_vars/r/
H A Dmax_tmp_tables_basic_32.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
H A Dmax_tmp_tables_basic_64.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/sys_vars/r/
H A Dmax_tmp_tables_basic_32.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
H A Dmax_tmp_tables_basic_64.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/sys_vars/r/
H A Dmax_tmp_tables_basic_64.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
H A Dmax_tmp_tables_basic_32.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/sys_vars/r/
H A Dmax_tmp_tables_basic_32.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]
H A Dmax_tmp_tables_basic_64.result3 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
9 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
16 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
19 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
24 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
27 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
30 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
35 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
39 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
44 Warning 1287 '@@max_tmp_tables' is deprecated and will be removed in a future release.
[all …]

12345678910>>...532