Home
last modified time | relevance | path

Searched refs:sPlaceholder (Results 1 – 10 of 10) sorted by relevance

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DProperty.php40 private $sPlaceholder; variable in RainLoop\\Plugins\\Property
50 $this->sPlaceholder = '';
88 * @param string $sPlaceholder
92 public function SetPlaceholder($sPlaceholder) argument
94 $this->sPlaceholder = $sPlaceholder;
187 return $this->sPlaceholder;
202 $this->sPlaceholder
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DProperty.php40 private $sPlaceholder; variable in RainLoop\\Plugins\\Property
50 $this->sPlaceholder = '';
88 * @param string $sPlaceholder
92 public function SetPlaceholder($sPlaceholder) argument
94 $this->sPlaceholder = $sPlaceholder;
187 return $this->sPlaceholder;
202 $this->sPlaceholder
/dports/www/itop/web/core/
H A Dtemplatestring.class.inc.php80 foreach($aMatches[1] as $sPlaceholder)
82 $oPlaceholder = new TemplateStringPlaceholder($sPlaceholder);
87 if (substr($sPlaceholder, 0, strlen($sParamPrefix)) == $sParamPrefix)
93 $sAttcode = substr($sPlaceholder, strlen($sParamPrefix));
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx865 OUString sPlaceholder( "%s" ); in onSave() local
871 aMsg = aMsg.replaceFirst( sPlaceholder, OUString::number( nFilters ) ); in onSave()
872 aMsg = aMsg.replaceFirst(sPlaceholder, aURL.GetLastName()); in onSave()
877 aMsg = aMsg.replaceFirst( sPlaceholder, (*aFilters.begin())->maFilterName ); in onSave()
878 aMsg = aMsg.replaceFirst(sPlaceholder, aURL.GetLastName()); in onSave()
925 OUString sPlaceholder( "%s" ); in onOpen() local
931 aMsg = aMsg.replaceFirst(sPlaceholder, aURLObj.GetLastName()); in onOpen()
936 aMsg = aMsg.replaceFirst( sPlaceholder, aFilterName ); in onOpen()
942 aMsg = aMsg.replaceFirst( sPlaceholder, OUString::number( nFilters ) ); in onOpen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx866 OUString sPlaceholder( "%s" ); in onSave() local
872 aMsg = aMsg.replaceFirst( sPlaceholder, OUString::number( nFilters ) ); in onSave()
873 aMsg = aMsg.replaceFirst(sPlaceholder, aURL.GetLastName()); in onSave()
878 aMsg = aMsg.replaceFirst( sPlaceholder, (*aFilters.begin())->maFilterName ); in onSave()
879 aMsg = aMsg.replaceFirst(sPlaceholder, aURL.GetLastName()); in onSave()
926 OUString sPlaceholder( "%s" ); in onOpen() local
932 aMsg = aMsg.replaceFirst(sPlaceholder, aURLObj.GetLastName()); in onOpen()
937 aMsg = aMsg.replaceFirst( sPlaceholder, aFilterName ); in onOpen()
943 aMsg = aMsg.replaceFirst( sPlaceholder, OUString::number( nFilters ) ); in onOpen()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterController.cxx389 const OUString sPlaceholder (sTemplate.copy(nStartIndex, nEndIndex-nStartIndex)); in UpdatePaneTitles() local
393 if (sPlaceholder == sCurrentSlideNumberPlaceholder) in UpdatePaneTitles()
395 else if (sPlaceholder == sCurrentSlideNamePlaceholder) in UpdatePaneTitles()
397 else if (sPlaceholder == sSlideCountPlaceholder) in UpdatePaneTitles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterController.cxx390 const OUString sPlaceholder (sTemplate.copy(nStartIndex, nEndIndex-nStartIndex)); in UpdatePaneTitles() local
394 if (sPlaceholder == sCurrentSlideNumberPlaceholder) in UpdatePaneTitles()
396 else if (sPlaceholder == sCurrentSlideNamePlaceholder) in UpdatePaneTitles()
398 else if (sPlaceholder == sSlideCountPlaceholder) in UpdatePaneTitles()
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/parsing/
H A DSymbol.hh70 sPlaceholder, // To be fixed up later. enumerator
202 return Symbol(sPlaceholder, n); in placeholder()
260 case Symbol::sPlaceholder: in fixup()
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/parsing/
H A DSymbol.hh70 sPlaceholder, // To be fixed up later. enumerator
202 return Symbol(sPlaceholder, n); in placeholder()
260 case Symbol::sPlaceholder: in fixup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/tiledrendering/
H A Dtiledrendering.cxx2750 …OString sPlaceholder = aTree.get_child("params").get_child("placeholderText").get_value<std::strin… in testDropDownFormFieldButton() local
2751 CPPUNIT_ASSERT_EQUAL(OString("No Item specified"), sPlaceholder); in testDropDownFormFieldButton()