Home
last modified time | relevance | path

Searched defs:proposedValue (Results 1 – 11 of 11) sorted by relevance

/dports/www/itop/web/core/
H A Dattributedef.class.inc.php707 public function IsNull($proposedValue)
2500 public function IsNull($proposedValue)
2582 public function IsNull($proposedValue)
2747 public function IsNull($proposedValue)
3124 public function IsNull($proposedValue)
4170 public function IsNull($proposedValue)
6133 public function IsNull($proposedValue)
6780 public function IsNull($proposedValue)
8624 public function IsNull($proposedValue)
9093 public function IsNull($proposedValue)
[all …]
H A Dbulkchange.class.inc.php54 public function __construct($proposedValue, $sOql = '')
92 public function __construct($proposedValue, $previousValue = null)
114 public function __construct($proposedValue, $previousValue, $sReason)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DInputElement.cpp138 …ing replaceEOLAndLimitLength(const InputElement* inputElement, const String& proposedValue, int ma… in replaceEOLAndLimitLength()
159 …utElement::sanitizeValueForTextField(const InputElement* inputElement, const String& proposedValue) in sanitizeValueForTextField()
172 …ment::sanitizeUserInputValue(const InputElement* inputElement, const String& proposedValue, int ma… in sanitizeUserInputValue()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DNumberInputType.cpp245 bool NumberInputType::isAcceptableValue(const String& proposedValue) in isAcceptableValue()
250 String NumberInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
H A DTextFieldInputType.cpp122 String TextFieldInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
H A DRangeInputType.cpp259 String RangeInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
H A DHTMLTextAreaElement.cpp261 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) in sanitizeUserInputValue()
H A DInputType.cpp529 String InputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
/dports/devel/pear-phing/phing-2.6.1/tasks/system/
H A DPropertyPromptTask.php56 private $proposedValue; variable in PropertyPromptTask
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/
H A DPluginPathSetter.cpp268 QString proposedValue = p.second.directories.join(separator); in initialiseEnvironmentVariables() local
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSummarizingSubmissionResultHandler.java31 private String proposedValue; field in SummarizingSubmissionResultHandler.ItemInfo