Home
last modified time | relevance | path

Searched refs:arrayFrom (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/
H A DInternet.php247 static $arrayFrom, $arrayTo;
249 if (empty($arrayFrom)) {
356 $arrayFrom = array_keys($transliterationTable);
360 return str_replace($arrayFrom, $arrayTo, $string);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m96 - (NSArray *) arrayFrom:(id) obj delimitedBy:(NSString *)delimiter withErrKey:(NSString *)key {
129 jvmInfoArgs = [self arrayFrom:jvmInfoArgs delimitedBy:@" " withErrKey:kArgumentsKey];
191 …[classpath addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kClassPathKey] delimitedBy:@"…
192 …[classpath addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kArchClassPathKey] delimitedB…
204 …[jvmOptions addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kVMOptionsKey] delimitedBy:@…
205 …[jvmOptions addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kArchVMOptionsKey] delimited…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m96 - (NSArray *) arrayFrom:(id) obj delimitedBy:(NSString *)delimiter withErrKey:(NSString *)key {
129 jvmInfoArgs = [self arrayFrom:jvmInfoArgs delimitedBy:@" " withErrKey:kArgumentsKey];
191 …[classpath addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kClassPathKey] delimitedBy:@"…
192 …[classpath addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kArchClassPathKey] delimitedB…
204 …[jvmOptions addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kVMOptionsKey] delimitedBy:@…
205 …[jvmOptions addObjectsFromArray:[self arrayFrom:[jvmInfo objectForKey:kArchVMOptionsKey] delimited…
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DCoinAbcHelperFunctions.cpp638 memcpy(array, arrayFrom, size * sizeof(double)); in CoinAbcMemcpyLong()
642 memcpy(array, arrayFrom, size * sizeof(int)); in CoinAbcMemcpyLong()
646 memcpy(array, arrayFrom, size * sizeof(unsigned char)); in CoinAbcMemcpyLong()
662 memmove(array, arrayFrom, size * sizeof(double)); in CoinAbcMemmove()
664 void CoinAbcMemmove(int *array, const int *arrayFrom, int size) in CoinAbcMemmove() argument
666 memmove(array, arrayFrom, size * sizeof(int)); in CoinAbcMemmove()
670 memmove(array, arrayFrom, size * sizeof(unsigned char)); in CoinAbcMemmove()
675 assert(arrayFrom - array >= 0); in CoinAbcMemmoveAndZero()
676 memmove(array, arrayFrom, size * sizeof(double)); in CoinAbcMemmoveAndZero()
678 double *endArrayFrom = arrayFrom + size; in CoinAbcMemmoveAndZero()
[all …]
H A DCoinAbcHelperFunctions.hpp791 void CoinAbcMemcpyLong(double *array, const double *arrayFrom, int size);
792 void CoinAbcMemcpyLong(int *array, const int *arrayFrom, int size);
793 void CoinAbcMemcpyLong(unsigned char *array, const unsigned char *arrayFrom, int size);
797 void CoinAbcMemmove(double *array, const double *arrayFrom, int size);
798 void CoinAbcMemmove(int *array, const int *arrayFrom, int size);
799 void CoinAbcMemmove(unsigned char *array, const unsigned char *arrayFrom, int size);
801 void CoinAbcMemmoveAndZero(double *array, double *arrayFrom, int size);
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/array-from/
H A DReadme.md50 var arrayFrom = require('array-from');
54 arrayFrom(arguments).map(require('1-liners/increment'))
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/array-from/
H A DReadme.md50 var arrayFrom = require('array-from');
54 arrayFrom(arguments).map(require('1-liners/increment'))
/dports/math/cvc4/CVC4-1.7/src/theory/arrays/
H A Dtheory_arrays.cpp569 void TheoryArrays::weakEquivAddSecondary(TNode index, TNode arrayFrom, TNode arrayTo, TNode reason)… in weakEquivAddSecondary() argument
580 while (arrayFrom != arrayTo) { in weakEquivAddSecondary()
581 index = d_infoMap.getWeakEquivIndex(arrayFrom); in weakEquivAddSecondary()
582 pointer = d_infoMap.getWeakEquivPointer(arrayFrom); in weakEquivAddSecondary()
585 … if (marked.find(indexRep) == marked.end() && weakEquivGetRepIndex(arrayFrom, index) != arrayTo) { in weakEquivAddSecondary()
586 weakEquivMakeRepIndex(arrayFrom); in weakEquivAddSecondary()
587 d_infoMap.setWeakEquivSecondary(arrayFrom, arrayTo); in weakEquivAddSecondary()
593 d_infoMap.setWeakEquivSecondaryReason(arrayFrom, current_reason); in weakEquivAddSecondary()
598 equivalence_trail = equivalence_trail.andNode(arrayFrom.eqNode(pointer)); in weakEquivAddSecondary()
600 arrayFrom = pointer; in weakEquivAddSecondary()
H A Dtheory_arrays.h270 void weakEquivAddSecondary(TNode index, TNode arrayFrom, TNode arrayTo, TNode reason);
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dinventorycomputerlib.class.php2265 function arrayDiffEmulation($arrayFrom, $arrayAgainst) { argument
2271 foreach ($arrayFrom as $key => $value) {
2273 unset($arrayFrom[$key]);
2276 return $arrayFrom;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-typescript.mjs22arrayFrom=S,e.assign=function(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];for(v…
/dports/security/vaultwarden/web-vault/app/
H A Dpolyfills.8e5494e39b48bad5e654.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getIntern…
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/js/
H A Dsettings.js.map1arrayFrom = require('../internals/array-from');\nvar codeAt = require('../internals/string-multiby…
/dports/www/nextcloud/nextcloud/apps-pkg/firstrunwizard/js/
H A Dfirstrunwizard-main.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getState"…
/dports/x11/ulauncher/ulauncher/data/preferences/dist/static/js/
H A Dapp.0dd3073b04e2c6559f28.js.map1arrayFrom } from './array';\nimport { hasWindowSupport, hasDocumentSupport, hasPassiveEventSupport…
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/assets/debugger/static/js/
H A D2.21828acd.chunk.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","URL","getInternalSearchParamsState","get…
/dports/emulators/ppsspp/ppsspp-1.12.3/assets/debugger/static/js/
H A D2.21828acd.chunk.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","URL","getInternalSearchParamsState","get…
/dports/www/py-flask-restx/flask-restx-0.5.1/flask_restx/static/
H A Dswagger-ui.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getIntern…
H A Dswagger-ui-es-bundle-core.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getIntern…
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/assets/debugger/static/js/
H A D2.21828acd.chunk.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","URL","getInternalSearchParamsState","get…
/dports/security/nextcloud-twofactor_u2f/twofactor_u2f/js/
H A Dsettings.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getState"…
H A Dlogin-setup.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getState"…
/dports/www/nextcloud/nextcloud/apps-pkg/recommendations/js/
H A Ddashboard.js.map1arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getState"…
/dports/net/keycloak/keycloak-15.1.1/themes/keycloak/common/resources/web_modules/@patternfly/
H A Dreact-core.js.map1arrayFrom(value);\n }\n\n if (Array.isArray(value)) {\n return value;\n }\n\n return arrayF…
/dports/mail/nextcloud-mail/mail/js/
H A Ddashboard.js.map1arrayFrom","toASCII","URLSearchParamsModule","getInternalURLState","getInternalSearchParamsState",…

123