/third_party/grpc/src/php/tests/interop/ |
D | stress_client.php | 84 $parts = explode(':', $raw_args['server_addresses']); 97 $test_case_strs = explode(',', $raw_args['test_cases']); 99 $parts = explode(':', $test_case_str);
|
D | xds_client.php | 130 $this->rpcs_to_send = explode(',', $rpcs_to_send); 144 if ($_all_metadata = explode(',', $metadata_to_send)) { 148 $metadata_value) = explode(':', $one_metadata_pair);
|
D | metrics_client.php | 21 $parts = explode(':', $args['metrics_server_address']);
|
/third_party/flutter/skia/third_party/externals/sdl/premake/util/ |
D | sdl_string.lua | 47 function explode(str, delim) function 48 return str:explode(delim) 54 string.explode = function(str, delim) function
|
D | sdl_depends.lua | 49 for k,main_search_path in ipairs(explode(main_search_paths, ";")) do
|
D | sdl_file.lua | 111 for i,p in ipairs(explode(path, path_delimiter)) do
|
D | sdl_projects.lua | 51 local checks = pattern:explode('|')
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBUtil.php | 308 $classname = implode('_', explode('.', $name)); 316 $parts = explode('.', $name); 371 $parts = array_map('ucwords', explode('.', $package)); 380 implode('\\', array_map('ucwords', explode('.', $package))). 537 $path_strings = explode(",", $paths_string); 540 $field_strings = explode(".", $path_string); 554 $fields = explode('.', $path); 557 $segments = explode('_', $field);
|
D | FieldDescriptor.php | 252 lcfirst(implode('', array_map('ucwords', explode('_', $proto->getName())))); 257 $json_name = implode('', array_map('ucwords', explode('_', $proto_name))); 264 $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
|
D | MessageBuilderContext.php | 59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
|
/third_party/protobuf/conformance/ |
D | autoload.php | 10 $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
/third_party/protobuf/benchmarks/php/ |
D | autoload.php | 12 … $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
D | PhpBenchmark.php | 20 foreach (explode(PATH_SEPARATOR, get_include_path()) as $one_include_path) {
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | make-preload.php | 8 $filenames = explode("\n", stream_get_contents($handle));
|
/third_party/grpc/src/php/lib/Grpc/ |
D | RpcServer.php | 96 $parts = explode("\\", $namespace);
|
/third_party/skia/site/docs/user/modules/ |
D | particles.md | 327 " bool explode = p.scale == 1;", 329 " p.lifetime = explode ? (2 + rand(p.seed) * 0.5) : 0.5;", 331 " float s = explode ? mix(90, 100, rand(p.seed)) : mix(5, 10, rand(p.seed));",
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/ |
D | README | 37 …tap the iPhone's screen, fireworks fly from the bottom of the screen and explode at the point that…
|
/third_party/ffmpeg/libavcodec/ |
D | h264dec.c | 393 int explode = avctx->err_recognition & AV_EF_EXPLODE; in h264_decode_init() local 394 av_log(avctx, explode ? AV_LOG_ERROR: AV_LOG_WARNING, in h264_decode_init() 396 if (explode) { in h264_decode_init()
|
/third_party/libxml2/doc/ |
D | search.php | 243 $list = explode (" ", $query);
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.9.rst | 82 shader compilation times explode when using more () pairs
|
/third_party/node/deps/npm/node_modules/uri-js/ |
D | yarn.lock | 162 babel-helper-explode-assignable-expression "^6.24.1" 184 babel-helper-explode-assignable-expression@^6.24.1: 186 …solved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-exp…
|
/third_party/ffmpeg/doc/ |
D | formats.texi | 133 @item explode
|
D | codecs.texi | 232 @item explode
|
/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | changelog | 251 -From depends.lua, moved indexOf and explode to sdl_string.lua. 341 -Changed the explode function in depends.lua to be part of the string
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | REGALLOC.rst | 367 variables such that complexity doesn't explode, and how to join the different
|