Home
last modified time | relevance | path

Searched refs:shouldUseInlineStrings (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/XLSX/
H A DWriter.php38 * @param bool $shouldUseInlineStrings Whether inline or shared strings should be used
42 public function setShouldUseInlineStrings($shouldUseInlineStrings) argument
46 … $this->optionsManager->setOption(Options::SHOULD_USE_INLINE_STRINGS, $shouldUseInlineStrings);
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/XLSX/
H A DWriter.php38 * @param bool $shouldUseInlineStrings Whether inline or shared strings should be used
42 public function setShouldUseInlineStrings($shouldUseInlineStrings) argument
46 … $this->optionsManager->setOption(Options::SHOULD_USE_INLINE_STRINGS, $shouldUseInlineStrings);
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/XLSX/
H A DWriter.php38 * @param bool $shouldUseInlineStrings Whether inline or shared strings should be used
42 public function setShouldUseInlineStrings($shouldUseInlineStrings) argument
46 … $this->optionsManager->setOption(Options::SHOULD_USE_INLINE_STRINGS, $shouldUseInlineStrings);
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/
H A DWorksheetManager.php42 protected $shouldUseInlineStrings; variable in Box\\Spout\\Writer\\XLSX\\Manager\\WorksheetManager
87 … $this->shouldUseInlineStrings = $optionsManager->getOption(Options::SHOULD_USE_INLINE_STRINGS);
249 if ($this->shouldUseInlineStrings) {
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/
H A DWorksheetManager.php42 protected $shouldUseInlineStrings; variable in Box\\Spout\\Writer\\XLSX\\Manager\\WorksheetManager
87 … $this->shouldUseInlineStrings = $optionsManager->getOption(Options::SHOULD_USE_INLINE_STRINGS);
249 if ($this->shouldUseInlineStrings) {
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/
H A DWorksheetManager.php42 protected $shouldUseInlineStrings; variable in Box\\Spout\\Writer\\XLSX\\Manager\\WorksheetManager
87 … $this->shouldUseInlineStrings = $optionsManager->getOption(Options::SHOULD_USE_INLINE_STRINGS);
252 if ($this->shouldUseInlineStrings) {