Home
last modified time | relevance | path

Searched refs:LiteralPlaceHolder (Results 1 – 3 of 3) sorted by relevance

/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php488 var $LiteralPlaceHolder = '___YAML_Literal_Block___'; variable in Spyc
414 $line .= $this->LiteralPlaceHolder;
842 else if (substr($_, -1 * strlen ($this->LiteralPlaceHolder)) == $this->LiteralPlaceHolder)
/plugin/sketchcanvas/phplib/
Dspyc.php90 private $LiteralPlaceHolder = '___YAML_Literal_Block___'; variable in Spyc
428 $line .= $this->LiteralPlaceHolder;
865 else if (substr($_, -1 * strlen ($this->LiteralPlaceHolder)) == $this->LiteralPlaceHolder)
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php109 private $LiteralPlaceHolder = '___YAML_Literal_Block___'; variable in Spyc
527 $line .= ' '.$this->LiteralPlaceHolder;
994 else if (substr($_, -1 * strlen ($this->LiteralPlaceHolder)) == $this->LiteralPlaceHolder)