Home
last modified time | relevance | path

Searched refs:placeholderValue (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/lib/list/
H A DPerformanceEvaluationLinkCell.php29 …$placeholderValue = is_array($this->dataObject) ? $this->dataObject[$getter] : $this->dataObject->…
30 $url = preg_replace("/\{{$placeholder}\}/", $placeholderValue, $url);
H A DManagePerformanceActionCell.php35 …$placeholderValue = is_array($this->dataObject) ? $this->dataObject[$getter] : $this->dataObject->…
36 $url = preg_replace("/\{{$placeholder}\}/", $placeholderValue, $url);
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dsimplepatternformatter.cpp451 const UnicodeString *placeholderValue = &values.get(placeholders[0].id); in formatAndAppend() local
452 if (placeholderValue != &appendTo) { in formatAndAppend()
453 appendTo.append(*placeholderValue); in formatAndAppend()
466 placeholderValue = &values.get(placeholders[i].id); in formatAndAppend()
467 if (placeholderValue != &appendTo) { in formatAndAppend()
468 appendTo.append(*placeholderValue); in formatAndAppend()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/component/
H A DLinkCell.php31 …$placeholderValue = ($this->getDataSourceType() == self::DATASOURCE_TYPE_ARRAY) ? $this->dataObjec…
32 $url = preg_replace("/\{{$placeholder}\}/", $placeholderValue, $url);
H A DCell.php198 $placeholderValue = $this->getDataObjectProperty($getter);
200 $replacements[] = $placeholderValue;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformanceTrackerPlugin/lib/list/
H A DPerformanceTrackerLogLinkCell.php44 …$placeholderValue = ($this->getDataSourceType() == self::DATASOURCE_TYPE_ARRAY) ? $this->dataObjec…
45 $url = preg_replace("/\{{$placeholder}\}/", $placeholderValue, $url);
/dports/www/grafana8/grafana-8.3.6/public/app/features/dimensions/
H A Dtypes.ts97 placeholderValue?: string; property
/dports/www/grafana8/grafana-8.3.6/public/app/features/dimensions/editors/
H A DResourceDimensionEditor.tsx83 } else if (item.settings?.placeholderValue) {
84 srcPath = getPublicOrAbsoluteUrl(item.settings.placeholderValue);
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/geomap/layers/data/
H A DStyleEditor.tsx120 placeholderValue: defaultStyleConfig.symbol.fixed,
207 placeholderValue: defaultStyleConfig.symbol.fixed,
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs177 , placeholderValue
495 placeholderValue :: Text -> FieldDescription t -> FieldDescription t
496 placeholderValue t fd = fd { fdDummy = Just t } function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs177 , placeholderValue
495 placeholderValue :: Text -> FieldDescription t -> FieldDescription t
496 placeholderValue t fd = fd { fdDummy = Just t } function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs177 , placeholderValue
495 placeholderValue :: Text -> FieldDescription t -> FieldDescription t
496 placeholderValue t fd = fd { fdDummy = Just t } function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs177 , placeholderValue
495 placeholderValue :: Text -> FieldDescription t -> FieldDescription t
496 placeholderValue t fd = fd { fdDummy = Just t } function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h129 @property(nonatomic, readonly) NSString* placeholderValue;
H A Dbrowser_accessibility_cocoa.mm800 {NSAccessibilityPlaceholderValueAttribute, @"placeholderValue"},
1535 - (NSString*)placeholderValue { method
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h169 @property(nonatomic, readonly) NSString* placeholderValue;
H A Dbrowser_accessibility_cocoa.mm849 {NSAccessibilityPlaceholderValueAttribute, @"placeholderValue"},
1612 - (NSString*)placeholderValue { method
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsTextEditorState.cpp2270 nsAutoString placeholderValue; in UpdatePlaceholderText() local
2273 content->GetAttr(kNameSpaceID_None, nsGkAtoms::placeholder, placeholderValue); in UpdatePlaceholderText()
2274 nsContentUtils::RemoveNewlines(placeholderValue); in UpdatePlaceholderText()
2276 mPlaceholderDiv->GetFirstChild()->SetText(placeholderValue, aNotify); in UpdatePlaceholderText()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h448 const AtomicString& placeholderValue() const;
H A DAccessibilityObject.cpp997 const AtomicString& AccessibilityObject::placeholderValue() const in placeholderValue() function in WebCore::AccessibilityObject
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/wancache/
H A DWANObjectCache.php1695 $placeholderValue = $this->resolveBusyValue( $busyValue );
1697 return [ $placeholderValue, $version, $curInfo[self::KEY_AS_OF] ];
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/wancache/
H A DWANObjectCache.php1688 $placeholderValue = $this->resolveBusyValue( $busyValue );
1690 return [ $placeholderValue, $version, $curInfo[self::KEY_AS_OF] ];
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D4017.0e38943fa459e872fe93.js.map1placeholderValue: defaultStyleConfig.symbol.fixed,\n showSourceRadio: false…
H A D7095.0e38943fa459e872fe93.js.map1placeholderValue) {\n srcPath = getPublicOrAbsoluteUrl(item.settings.placeholderValue);\n …
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1651831 (WebCore::WMLInputElement::placeholderValue):
51998 (WebCore::HTMLInputElement::placeholderValue): Ditto.

12