Searched refs:Using (Results 1 – 25 of 1839) sorted by relevance
12345678910>>...74
3 // Using Es6 array18 // Using ES6 collection25 // Using ES6 iterable29 // Using ES6 function36 // Using ES6 math40 // Using ES6 object59 // Using Es6 proxy67 // Using ES6 reflect70 // Using Es6 regexp78 // Using ES6 string[all …]
3 // Using Es6 array25 // Using ES6 collection37 // Using ES6 iterable44 // Using ES6 function53 // Using ES6 math61 // Using ES6 object90 // Using Es6 proxy102 // Using ES6 reflect110 // Using Es6 regexp122 // Using ES6 string[all …]
2 // Using Es6 array24 // Using ES6 collection36 // Using ES6 iterable43 // Using ES6 function52 // Using ES6 math60 // Using ES6 object89 // Using Es6 proxy101 // Using ES6 reflect109 // Using Es6 regexp121 // Using ES6 string[all …]
2 // Using Es6 array24 // Using ES6 collection36 // Using ES6 iterable43 // Using ES6 function52 // Using ES6 generator97 // Using ES6 math105 // Using ES6 object134 // Using ES6 promise166 // Using Es6 proxy178 // Using ES6 reflect[all …]
2 // Using Es6 array19 // Using ES6 collection29 // Using ES6 iterable35 // Using ES6 function44 // Using ES6 math50 // Using ES6 object75 // Using Es6 proxy84 // Using ES6 reflect90 // Using Es6 regexp100 // Using ES6 string[all …]
2 // Using Es6 array19 // Using ES6 collection29 // Using ES6 iterable35 // Using ES6 function44 // Using ES6 generator79 // Using ES6 math85 // Using ES6 object110 // Using ES6 promise133 // Using Es6 proxy142 // Using ES6 reflect[all …]
17 // Using Es6 array26 // Using ES6 collection31 // Using ES6 iterable34 // Using ES6 function40 // Using ES6 math45 // Using ES6 object58 // Using Es6 proxy64 // Using ES6 reflect69 // Using Es6 regexp75 // Using ES6 string[all …]
18 >() => { var field = this.field; console.log(field); // Using field here shouldnt be …26 console.log(field); // Using field here shouldnt be error39 >() => { var field = Test.field; console.log(field); // Using field here shouldnt be …47 console.log(field); // Using field here shouldnt be error
1 …e/statements/for-ofStatements/ES3For-ofTypeCheck1.ts(1,15): error TS2494: Using a string in a 'for…7 !!! error TS2494: Using a string in a 'for...of' statement is only supported in ECMAScript 5 and hi…
31 .Using mp_list_c49 .Using mp_size with mp_list55 .Using mp_size with std::pair61 .Using mp_size with std::tuple73 .Using mp_empty with std::tuple88 .Using mp_assign with mp_list and std::tuple96 .Using mp_assign with mp_list and std::pair110 .Using mp_clear with std::tuple122 .Using mp_front with std::pair128 .Using mp_front with std::tuple[all …]
27 .Using mp_identity as a type trait33 .Using mp_identity to protect qualifiers and references66 .Using mp_if_c to select between two alternatives73 .Using mp_if_c to fail substitution when a condition is not met88 .Using mp_if to select between two alternatives95 .Using mp_if to fail substitution when a condition is not met113 .Using mp_eval_if_c to select the first pack element, or void126 .Using mp_eval_if to select the first list element, or void158 .Using mp_valid to write a metafunction that checks for the existence of a nested type178 .Using mp_eval_or to select the first pack element, or void[all …]
72 # Using Unix Makefiles:76 # Using Ninja:81 # Using the Xcode IDE:85 # Using Ninja:90 # Using the Xcode IDE:94 # Using Ninja:99 # Using the Visual Studio 2019 IDE:103 # Using Ninja with Visual Studio 2019 command-line tools:110 # Using the Visual Studio 2019 IDE:114 # Using Ninja with Visual Studio 2019 command-line tools:[all …]
83 [[pdf][Using the relation: pdf = e[super -(x-u)/s] / (s*(1+e[super -(x-u)/s])[super 2])]]84 [[cdf][Using the relation: p = 1/(1+e[super -(x-u)/s])]]85 [[cdf complement][Using the relation: q = 1/(1+e[super (x-u)/s])]]86 [[quantile][Using the relation: x = u - s*log(1/p-1)]]87 [[quantile from the complement][Using the relation: x = u + s*log(p/1-p)]]
83 [[pdf][Using the relation: pdf = e[super -[lambda]] [lambda][super k] \/ k! ]]84 [[cdf][Using the relation: p = [Gamma](k+1, [lambda]) \/ k! = __gamma_q(k+1, [lambda])]]85 [[cdf complement][Using the relation: q = __gamma_p(k+1, [lambda]) ]]86 [[quantile][Using the relation: k = __gamma_q_inva([lambda], p) - 1]]87 [[quantile from the complement][Using the relation: k = __gamma_p_inva([lambda], q) - 1]]
73 [[pdf][Using the relation: pdf = [lambda] * exp(-[lambda] * x) ]]74 [[cdf][Using the relation: p = 1 - exp(-x * [lambda]) = -expm1(-x * [lambda]) ]]75 [[cdf complement][Using the relation: q = exp(-x * [lambda]) ]]76 [[quantile][Using the relation: x = -log(1-p) / [lambda] = -log1p(-p) / [lambda]]]77 [[quantile from the complement][Using the relation: x = -log(q) / [lambda]]]
99 [[pdf][Using the relation: pdf = e[super -(x-m)[super 2]\/(2s[super 2])] \/ (s * sqrt(2*pi)) ]]100 [[cdf][Using the relation: p = 0.5 * __erfc(-(x-m)/(s*sqrt(2))) ]]101 [[cdf complement][Using the relation: q = 0.5 * __erfc((x-m)/(s*sqrt(2))) ]]102 [[quantile][Using the relation: x = m - s * sqrt(2) * __erfc_inv(2*p)]]103 [[quantile from the complement][Using the relation: x = m + s * sqrt(2) * __erfc_inv(2*p)]]
98 [[pdf][Using the relation: pdf = exp((a-x)/b) * exp(-exp((a-x)/b)) / b ]]99 [[cdf][Using the relation: p = exp(-exp((a-x)/b)) ]]100 [[cdf complement][Using the relation: q = -expm1(-exp((a-x)/b)) ]]101 [[quantile][Using the relation: a - log(-log(p)) * b]]102 [[quantile from the complement][Using the relation: a - log(-log1p(-q)) * b]]
3 # Using Audio Effects with Oboe19 3. You can get lower latency when you use your own effects. Using Android AudioEffects prevents you…21 ## Using Android AudioEffects40 ## Using Third Party Affects Processing
106 …message(STATUS "Using SDK: ${CMAKE_OSX_SYSROOT} for platform: ${PLATFORM_INT} when checking compat…108 message(STATUS "Using SDK: ${CMAKE_OSX_SYSROOT_INT} for platform: ${PLATFORM_INT}")118 message(STATUS "Using the default min-version since DEPLOYMENT_TARGET not provided!")142 …message(STATUS "Using NON-strict compiler checks by default. ENABLE_STRICT_TRY_COMPILE not provide…166 message(STATUS "Using C compiler: ${CMAKE_C_COMPILER}")173 message(STATUS "Using CXX compiler: ${CMAKE_CXX_COMPILER}")179 message(STATUS "Using libtool: ${BUILD_LIBTOOL}")193 message(STATUS "Using install_name_tool: ${CMAKE_INSTALL_NAME_TOOL}")223 message(STATUS "Using strict compiler checks (default in CMake).")250 message(STATUS "Using a data_ptr size of 8")[all …]
152 * Using a simpler check.154 * Using the newest tape!181 * Using "is" instead of "is-extended".186 * Using "foreach" instead of my own shim.204 * Using explicit end instead of plan.206 * Using is-extended.210 * Using strict mode.
63 * :ref:`Using asyncio.gather() to run things in parallel66 * :ref:`Using asyncio.wait_for() to enforce a timeout71 * :ref:`Using asyncio.sleep() <asyncio_example_sleep>`.99 * :ref:`Using asyncio.Queue to distribute workload between several192 * :ref:`Using asyncio.Event <asyncio_example_sync_event>`.