Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 2743) sorted by relevance

12345678910>>...110

/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
DUstring.php56 ->then
80 ->then
92 ->then
104 ->then
116 ->then
128 ->then
140 ->then
152 ->then
164 ->then
188 ->then
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSecurityNamespace.asciidoc72then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
139then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
155then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
169then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
183then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
197then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
211then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
225then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
345then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
398then refresh the affected shards to make this operation visible to search, if `wait_for` then wait…
[all …]
/plugin/asciidocjs/node_modules/promise/setimmediate/
Des6-extensions.js36 var then = value.then;
37 if (typeof then === 'function') {
38 return new Promise(then.bind(value));
57 if (val instanceof Promise && val.then === Promise.prototype.then) {
63 val.then(function (val) {
68 var then = val.then;
69 if (typeof then === 'function') {
70 var p = new Promise(then.bind(val));
71 p.then(function (val) {
98 Promise.resolve(value).then(resolve, reject);
[all …]
/plugin/asciidocjs/node_modules/promise/domains/
Des6-extensions.js36 var then = value.then;
37 if (typeof then === 'function') {
38 return new Promise(then.bind(value));
57 if (val instanceof Promise && val.then === Promise.prototype.then) {
63 val.then(function (val) {
68 var then = val.then;
69 if (typeof then === 'function') {
70 var p = new Promise(then.bind(val));
71 p.then(function (val) {
98 Promise.resolve(value).then(resolve, reject);
[all …]
/plugin/asciidocjs/node_modules/promise/src/
Des6-extensions.js36 var then = value.then;
37 if (typeof then === 'function') {
38 return new Promise(then.bind(value));
57 if (val instanceof Promise && val.then === Promise.prototype.then) {
63 val.then(function (val) {
68 var then = val.then;
69 if (typeof then === 'function') {
70 var p = new Promise(then.bind(val));
71 p.then(function (val) {
98 Promise.resolve(value).then(resolve, reject);
[all …]
/plugin/asciidocjs/node_modules/promise/lib/
Des6-extensions.js36 var then = value.then;
37 if (typeof then === 'function') {
38 return new Promise(then.bind(value));
57 if (val instanceof Promise && val.then === Promise.prototype.then) {
63 val.then(function (val) {
68 var then = val.then;
69 if (typeof then === 'function') {
70 var p = new Promise(then.bind(val));
71 p.then(function (val) {
98 Promise.resolve(value).then(resolve, reject);
[all …]
/plugin/stopforumspam2/lang/en/
Dsettings.php3 …ore, the plugin regards the visitor as a spammer. If the set number is 0 then the plugin won\'t c…
4 …ore, the plugin regards the visitor as a spammer. If the set number is 0 then the plugin won\'t c…
5then the plugin won\'t do that, otherwise it\'ll do. You can define the borderline special to thi…
6then the plugin won\'t do that, otherwise it\'ll do. You can define the borderline special to thi…
8then the plugin won\'t do that, otherwise it\'ll do. You can define the borderline special to thi…
9then the plugin won\'t do that, otherwise it\'ll do. You can define the borderline special to thi…
10then the plugin won\'t do that, otherwise it\'ll do. You can define the borderline special to thi…
11then the plugin won\'t do that, otherwise it\'ll do. You can define the borderline special to thi…
/plugin/bez/mdl/
H A DThreadFactory.php112 COUNT(CASE WHEN state = 'proposal' THEN 1 END) AS proposal,
113 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
114 COUNT(CASE WHEN state = 'done' THEN 1 END) AS done,
115 COUNT(CASE WHEN state = 'closed' THEN 1 END) AS closed,
116 COUNT(CASE WHEN state = 'rejected' THEN 1 END) AS rejected,
119 SUM(CASE WHEN state = 'closed' THEN task_sum_cost END) AS sum_closed,
120 (CASE WHEN state = 'closed' THEN
131 COUNT(CASE WHEN state = 'proposal' THEN 1 END) AS proposal,
132 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
133 COUNT(CASE WHEN state = 'done' THEN 1 END) AS done,
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
DTreeNode.php57 ->then
67 ->then
88 ->then
110 ->then
133 ->then
151 ->then
164 ->then
174 ->then
187 ->then
197 ->then
[all …]
/plugin/asciidocjs/node_modules/promise/
DReadme.md15 [travis-image]: https://img.shields.io/travis/then/promise.svg?style=flat
16 [travis-url]: https://travis-ci.org/then/promise
17 [dep-image]: https://img.shields.io/david/then/promise.svg?style=flat
18 [dep-url]: https://david-dm.org/then/promise
46 …a way that works on both client and server using node or browserify). It then demonstrates creati…
121 … called with a non-promise value then the promise is fulfilled with that value. If it is called w…
132 Converts values and foreign promises into Promises/A+ promises. If you pass it a value then it ret…
140 Returns a promise for an array. If it is called with a single argument that `Array.isArray` then t…
144 .then(function (res) {
166 .then(function (str) {
[all …]
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/asp/
Dconnector.asp36 If ( ConfigIsEnabled = False ) Then
43 If ( Not IsEmpty( ConfigUserFilesPath ) ) Then
46 If ( Right( sUserFilesPath, 1 ) <> "/" ) Then
57 If ( Right( sUserFilesDirectory, 1 ) <> "\" ) Then
68 If ( sCommand = "" ) Then Exit Sub
71 If ( sResourceType = "" ) Then Exit Sub
74 If ( sCurrentFolder = "" ) Then Exit Sub
77 if ( Not IsAllowedType( sResourceType ) ) Then Exit Sub
80 If ( Right( sCurrentFolder, 1 ) <> "/" ) Then sCurrentFolder = sCurrentFolder & "/"
81 If ( Left( sCurrentFolder, 1 ) <> "/" ) Then sCurrentFolder = "/" & sCurrentFolder
[all …]
/plugin/bez/db/
H A Dupdate0002.sql12 CASE WHEN task.state = 'done' THEN NULL
13 WHEN task.plan_date >= date('now', '+1 month') THEN '0'
14 WHEN task.plan_date >= date('now') THEN '1'
30 CASE WHEN thread.state = 'proposal' THEN 0
31 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
32 WHEN thread.state = 'opened' THEN 2
33 WHEN thread.state = 'closed' THEN 3
34 WHEN thread.state = 'rejected' THEN 4 END AS sort,
35 …e = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
DGroup.php56 ->then
74 ->then
92 ->then
109 ->then
131 ->then
155 ->then
175 ->then
198 ->then
221 ->then
252 ->then
[all …]
/plugin/structtemplate/_vagrant/
Dprovision_dokuwiki.sh34 if [[ -d "${dw_path}" ]] ; then
42 if [[ ${status} -gt ${SUCCESS} ]] ; then
47 if [[ ! -d "${dw_path}" ]] ; then
54 if [[ -e "${dw_package}" ]] ; then
63 if [[ ${status} -gt ${SUCCESS} ]] ; then
68 if [[ -e "${dw_package}" ]] ; then
78 if [[ ! -e "${dw_package}" ]] ; then
86 if [[ ${contained_files} -gt 0 ]] ; then
97 if [[ ${status} -gt ${SUCCESS} ]] ; then
102 if [[ ! -e "${dw_path}/doku.php" ]] ; then
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dio.asp29 if ( sCommand = "QuickUpload") then
37 if ( sCommand = "QuickUpload") then
39 if ( ConfigQuickUploadAbsolutePath.Item( resourceType ) <> "" ) then
46 if ( ConfigFileTypesAbsolutePath.Item( resourceType ) <> "" ) then
83 If ( NOT oFSO.FolderExists( sParent ) ) Then CreateServerFolder( sParent )
85 If ( oFSO.FolderExists( folderPath ) = False ) Then
89 if err.number<>0 then
128 If sDenied <> "" Then
133 If IsAllowedExt And sAllowed <> "" Then
168 If ( sCurrentFolder = "" ) Then sCurrentFolder = "/"
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md27 - Works with any object that has a `then` function.
35 primary way of interacting with a promise is through its `then` method, which
42 Callbacks are registered with the `then` method by providing an optional
50 $promise->then(
64 registered with the promises's `then` method. These callbacks are triggered
80 ->then(function ($value) {
84 // This then is executed after the first then and receives the value
85 // returned from the first then.
86 ->then(function ($value) {
98 Promises can be chained one after the other. Each then in the chain is a new
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md27 - Works with any object that has a `then` function.
50 primary way of interacting with a promise is through its `then` method, which
56 Callbacks are registered with the `then` method by providing an optional
64 $promise->then(
78 registered with the promise's `then` method. These callbacks are triggered
93 ->then(function ($value) {
97 // This then is executed after the first then and receives the value
98 // returned from the first then.
99 ->then(function ($value) {
110 Promises can be chained one after the other. Each then in the chain is a new
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
DStream.php57 ->then
81 ->then
124 ->then
138 ->then
155 ->then
178 ->then
206 ->then
228 ->then
266 ->then
279 ->then
[all …]
/plugin/wysiwyg/fckeditor/
Dfckeditor.asp69 If ( IsNull( newValue ) OR IsEmpty( newValue ) ) Then
89 If IsCompatible() Then
92 If Request.QueryString( "fcksource" ) = "true" Then
100 If (sToolbarSet & "") <> "" Then
118 If InStr( sWidth, "%" ) > 0 Then
124 If InStr( sHeight, "%" ) > 0 Then
154 If bFirst = False Then
171 If vartype(valueToEncode) = vbBoolean then
172 If valueToEncode=True Then
199 If InStr(sAgent, "MSIE") > 0 AND InStr(sAgent, "mac") <= 0 AND InStr(sAgent, "Opera") <= 0 Then
[all …]
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php13 $promise->then(function($value) use (&$finalValue) {
27 $promise->then(null, function($value) use (&$finalValue) {
41 $promise->then(function($value) use (&$finalValue) {
44 })->then(function($value) use (&$finalValue) {
60 $promise->then(function($value) use ($subPromise) {
62 })->then(function($value) use (&$finalValue) {
78 $promise->then(function($value) use (&$finalValue) {
92 $promise->then(null, function($value) use (&$finalValue) {
107 }))->then(function($result) use (&$realResult) {
123 }))->then(function($result) use (&$realResult) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
DRule.php60 ->then
80 ->then
100 ->then
115 ->then
129 ->then
144 ->then
159 ->then
174 ->then
189 ->then
204 ->then
[all …]
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
DAutoloader.php65 ->then
88 ->then
107 ->then
123 ->then
139 ->then
157 ->then
167 ->then
191 ->then
213 ->then
234 ->then
[all …]
/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb67 If data Is Nothing Then
75 If blob.pbData.Equals(IntPtr.Zero) Then
99 If plainText Is Nothing Then
102 If entropy Is Nothing Then
126 If plainTextBytes Is Nothing Then
130 If entropyBytes Is Nothing Then
134 If description Is Nothing Then
161 If keyType = keyType.MachineKey Then
174 If Not success Then
190 If Not (plainTextBlob.pbData.Equals(IntPtr.Zero)) Then
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
DNode.php57 ->then
67 ->then
79 ->then
94 ->then
111 ->then
147 ->then
171 ->then
181 ->then
195 ->then
208 ->then
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
DWrapper.php58 ->then
68 ->then
81 ->then
99 ->then
112 ->then
125 ->then
148 ->then
192 ->then
233 ->then
267 ->then
[all …]

12345678910>>...110