Home
last modified time | relevance | path

Searched refs:otherwise (Results 1 – 25 of 14422) sorted by relevance

12345678910>>...577

/dports/security/s2n/s2n-tls-1.1.2/docs/
H A DSAFETY-MACROS.md18 Ensures the `condition` is `true`, otherwise the function will `RESULT_BAIL` with `error`
23 Ensures the `condition` is `true`, otherwise the function will `RESULT_BAIL` with `error`
31 Ensures `s2n_result_is_ok(result)`, otherwise the function will `RESULT_BAIL` with `error`
159 Ensures `(result) != NULL`, otherwise the function will return `S2N_RESULT_ERROR`
293 Ensures `(result) >= S2N_SUCCESS`, otherwise the function will return `S2N_FAILURE`
313 Ensures `(result) != NULL`, otherwise the function will return `S2N_FAILURE`
339 Ensures `(result) != NULL`, otherwise the function will `PTR_BAIL` with `error`
447 Ensures `(result) != NULL`, otherwise the function will return `NULL`
457 Ensures `s2n_result_is_ok(result)`, otherwise the function will return `NULL`
462 Ensures `(result) >= S2N_SUCCESS`, otherwise the function will return `NULL`
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/
H A Dutil.mwiki37 {{dsc macro const | nolink=true | SIMDPP_X86 | {{c|1}} if compiling for x86, {{c|0}} otherwise }}
38 {{dsc macro const | nolink=true | SIMDPP_ARM | {{c|1}} if compiling for ARM, {{c|0}} otherwise }}
39 {{dsc macro const | nolink=true | SIMDPP_PPC | {{c|1}} if compiling for PowerPC, {{c|0}} otherwise
40 {{dsc macro const | nolink=true | SIMDPP_MIPS | {{c|1}} if compiling for MIPS, {{c|0}} otherwise }}
44 {{dsc macro const | nolink=true | SIMDPP_USE_SSE2 | {{c|1}} if SSE2 is available, {{c|0}} otherwise
45 {{dsc macro const | nolink=true | SIMDPP_USE_SSE3 | {{c|1}} if SSE3 is available, {{c|0}} otherwise
49 {{dsc macro const | nolink=true | SIMDPP_USE_AVX | {{c|1}} if AVX is available, {{c|0}} otherwise }}
50 {{dsc macro const | nolink=true | SIMDPP_USE_FMA3 | {{c|1}} if FMA3 is available, {{c|0}} otherwise
51 {{dsc macro const | nolink=true | SIMDPP_USE_FMA4 | {{c|1}} if FMA4 is available, {{c|0}} otherwise
52 {{dsc macro const | nolink=true | SIMDPP_USE_XOP | {{c|1}} if XOP is available, {{c|0}} otherwise }}
[all …]
/dports/devel/cdash/CDash-2-2-3/
H A Dindexsubproject.xsl99 <xsl:otherwise>normal</xsl:otherwise>
114 <xsl:otherwise>normal</xsl:otherwise>
127 <xsl:otherwise>normal</xsl:otherwise>
140 <xsl:otherwise>normal</xsl:otherwise>
154 <xsl:otherwise>normal</xsl:otherwise>
166 <xsl:otherwise></xsl:otherwise>
205 <xsl:otherwise></xsl:otherwise>
323 <xsl:otherwise></xsl:otherwise>
336 <xsl:otherwise></xsl:otherwise>
350 <xsl:otherwise></xsl:otherwise>
[all …]
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dptranfn.spad22 ++ and "failed" otherwise.
24 ++ expIfCan(z) returns exp(z) if possible, and "failed" otherwise.
26 ++ logIfCan(z) returns log(z) if possible, and "failed" otherwise.
31 ++ sinIfCan(z) returns sin(z) if possible, and "failed" otherwise.
33 ++ cosIfCan(z) returns cos(z) if possible, and "failed" otherwise.
35 ++ tanIfCan(z) returns tan(z) if possible, and "failed" otherwise.
37 ++ cotIfCan(z) returns cot(z) if possible, and "failed" otherwise.
39 ++ secIfCan(z) returns sec(z) if possible, and "failed" otherwise.
41 ++ cscIfCan(z) returns csc(z) if possible, and "failed" otherwise.
46 ++ asinIfCan(z) returns asin(z) if possible, and "failed" otherwise.
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Events/
H A DWebsocket.hs65 | otherwise -> return ()
78 | otherwise -> return ()
91 | otherwise -> return ()
97 | otherwise -> return ()
107 | otherwise -> return ()
112 | otherwise -> return ()
118 | otherwise -> return ()
123 | otherwise -> return ()
129 | otherwise -> return ()
133 | otherwise -> return ()
[all …]
/dports/math/R-cran-memisc/memisc/R/
H A Drecode.R6 otherwise=NA){
83 length(otherwise) <- length(y)
84 otherwise[] <- tmp
85 y[!recoded] <- otherwise[!recoded]
123 if(length(names(otherwise)))
216 if(is.character(otherwise)) newcodes <- c(newcodes, otherwise)
220 length(otherwise) <- length(y)
221 otherwise[] <- tmp
288 else if(is.character(otherwise)){
309 length(otherwise) <- length(y)
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/demo/
H A Dblock.rexx7 with.=signal;;do then=value to exit;pull='';do otherwise=upper to then-,
8 value;select=otherwise-value;if.otherwise=with.otherwise+with.select;end
9 if.value=value;if.then=value;;do otherwise=value to exit-then;pull=pull,
10 say''say;;end;do otherwise=value to then;pull=pull center(if.otherwise,,
11 length(return));end;say pull;do otherwise=value to exit;with.otherwise=,
12 if.otherwise;end;end;exit
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DWord.hs125 | otherwise = succError "Word8" function
128 | otherwise = predError "Word8" function
189 | otherwise = overflowError function
194 | otherwise = overflowError function
316 | otherwise = succError "Word16" function
319 | otherwise = predError "Word16" function
542 | otherwise = succError "Word32" function
545 | otherwise = predError "Word32" function
737 | otherwise = succError "Word64" function
740 | otherwise = predError "Word64" function
[all …]
H A DEnum.hs467 | otherwise = x + 1 function
470 | otherwise = x - 1 function
511 | otherwise = go x0 function
553 | otherwise = efdtIntDn x1 x2 y function
565 | otherwise = -- Common case: x1 <= x2 <= y function
646 | otherwise = succError "Word" function
649 | otherwise = predError "Word" function
870 | otherwise = dn_fb c n x delta lim function
886 | otherwise = dn_list x delta lim function
957 | otherwise = x : go (x+delta) function
[all …]
H A DInt.hs100 | otherwise = negate x function
200 | otherwise
307 | otherwise = negate x function
407 | otherwise
519 | otherwise = negate x function
617 | otherwise
742 | otherwise = negate x function
813 | otherwise
823 | otherwise = r# function
857 | otherwise
[all …]
/dports/lang/seed7/seed7/prg/
H A Dchkprc.sd72658 otherwise: incr(counter);
2678 otherwise: incr(counter);
2714 otherwise: incr(counter);
2770 otherwise: incr(counter);
2864 otherwise: incr(counter);
2884 otherwise: incr(counter);
2920 otherwise: incr(counter);
2976 otherwise: incr(counter);
3080 otherwise: incr(counter);
3102 otherwise: incr(counter);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl19 <xsl:otherwise>720</xsl:otherwise>
47 <xsl:otherwise>720</xsl:otherwise>
83 <xsl:otherwise>portrait</xsl:otherwise>
103 <xsl:otherwise>1</xsl:otherwise>
127 <xsl:otherwise>0cm</xsl:otherwise>
156 <xsl:otherwise></xsl:otherwise>
181 <xsl:otherwise></xsl:otherwise>
200 <xsl:otherwise></xsl:otherwise>
225 <xsl:otherwise></xsl:otherwise>
244 <xsl:otherwise></xsl:otherwise>
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl19 <xsl:otherwise>720</xsl:otherwise>
47 <xsl:otherwise>720</xsl:otherwise>
83 <xsl:otherwise>portrait</xsl:otherwise>
103 <xsl:otherwise>1</xsl:otherwise>
127 <xsl:otherwise>0cm</xsl:otherwise>
156 <xsl:otherwise></xsl:otherwise>
181 <xsl:otherwise></xsl:otherwise>
200 <xsl:otherwise></xsl:otherwise>
225 <xsl:otherwise></xsl:otherwise>
244 <xsl:otherwise></xsl:otherwise>
[all …]
/dports/finance/R-cran-urca/urca/man/
H A Dsumurca-class.Rd20 otherwise set to \code{NULL}.}
22 otherwise set to \code{NULL}.}
24 otherwise set to \code{NULL}.}
26 otherwise set to \code{NULL}.}
30 otherwise set to \code{NULL}.}
32 otherwise set to \code{NULL}.}
36 otherwise set to \code{NULL}.}
42 otherwise set to \code{NULL}.}
47 otherwise set to \code{NULL}.}
49 otherwise set to \code{NULL}.}
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-latin1-0.3.1/src/Text/
H A DAscii.hs220 | otherwise = Nothing function
265 | otherwise = c function
272 | otherwise = c function
299 | otherwise = Nothing function
328 | otherwise = Nothing function
356 | otherwise = Nothing function
439 | otherwise = Nothing function
475 | otherwise = Nothing function
529 | otherwise = w function
536 | otherwise = w function
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/xmldoc/
H A Ddate_time_fo_stylesheet.xsl22 <xsl:otherwise>0.65in</xsl:otherwise>
28 <xsl:otherwise>0.65in</xsl:otherwise>
82 <xsl:otherwise>100</xsl:otherwise>
87 <xsl:otherwise>
93 <xsl:otherwise>100</xsl:otherwise>
95 </xsl:otherwise>
103 <xsl:otherwise>
105 </xsl:otherwise>
129 <xsl:otherwise>
160 <xsl:otherwise>
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Darray-filter.tq19 const callbackfn = Cast<Callable>(callback) otherwise unreachable;
21 const numberK = Cast<Number>(initialK) otherwise unreachable;
22 const numberTo = Cast<Number>(initialTo) otherwise unreachable;
23 const numberLength = Cast<Number>(length) otherwise unreachable;
41 let numberK = Cast<Number>(initialK) otherwise unreachable;
42 let numberTo = Cast<Number>(initialTo) otherwise unreachable;
110 fastOW.Recheck() otherwise goto Bailout(k, to);
122 fastOutputW.Recheck() otherwise SlowStore;
124 fastOutputW.Push(value) otherwise SlowStore;
141 const o = Cast<FastJSArray>(receiver) otherwise Slow;
[all …]

12345678910>>...577