Home
last modified time | relevance | path

Searched refs:Separator (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml2 test: Trailing Document Separator
21 test: Leading Document Separator
56 test: Red Herring Document Separator
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php655 * @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/
H A Dgetid3.lib.php470 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/
H A Ddemo.mp3header.php1064 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/
H A DREADME.md31 …- **Word Separator List** (*word_separators*) - A space separated list of characters that should b…
/plugin/diagramsnet/lib/resources/
H A Ddia_no.txt219 divider=Separator
/plugin/codemirror/dist/
H A Dscripts.min.js.map1Separator\n // % (ET): European Number Terminator\n // n (AN): Arabic Number\n // , (CS): Co…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Separator } from '../../../common/actions.js';\nimport * as DOM from '../../dom.js';\nimport * as …