Searched refs:Separator (Results 1 – 9 of 9) sorted by relevance
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | getid3.lib.php | 655 * @param string $Separator 660 public static function CreateDeepArray($ArrayPath, $Separator, $Value) { argument 667 $ArrayPath = ltrim($ArrayPath, $Separator); 668 if (($pos = strpos($ArrayPath, $Separator)) !== false) { 669 …tr($ArrayPath, 0, $pos)] = self::CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
|
| /plugin/jukebox/id3/ |
| D | getid3.lib.php | 470 function CreateDeepArray($ArrayPath, $Separator, $Value) { argument 477 while ($ArrayPath && ($ArrayPath{0} == $Separator)) { 480 if (($pos = strpos($ArrayPath, $Separator)) !== false) { 481 …rayPath, 0, $pos)] = getid3_lib::CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mp3header.php | 1064 function CreateDeepArray($ArrayPath, $Separator, $Value) { argument 1071 while ($ArrayPath[0] == $Separator) { 1074 if (($pos = strpos($ArrayPath, $Separator)) !== false) { 1075 …y[substr($ArrayPath, 0, $pos)] = CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
|
| /plugin/interwikiformatting/ |
| D | README.md | 31 …- **Word Separator List** (*word_separators*) - A space separated list of characters that should b…
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_no.txt | 219 divider=Separator
|
| /plugin/codemirror/dist/ |
| D | scripts.min.js.map | 1 …Separator\n // % (ET): European Number Terminator\n // n (AN): Arabic Number\n // , (CS): Co…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.cjs | 22457 $const_set($nesting[0], 'Separator', $const_set($nesting[0], 'SEPARATOR', "/")); 23426 $const_set($nesting[0], 'Separator', $const_set($nesting[0], 'SEPARATOR', "/")); 23806 if ($truthy(__path__.sep !== $$('Separator'))) {
|
| D | index.mjs | 22448 $const_set($nesting[0], 'Separator', $const_set($nesting[0], 'SEPARATOR', "/"));
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …Separator } from '../../../common/actions.js';\nimport * as DOM from '../../dom.js';\nimport * as …
|