Home
last modified time | relevance | path

Searched refs:validateEntry (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionConnectionsInstaller.R125 validateEntry <- function(entry) { function
138 if (all(sapply(entries, function(e) validateEntry(e))))
164 if (!validateEntry(entry)) {
209 all(sapply(entries, function(e) validateEntry(e)))
226 validateEntry <- function(entry) { function
238 if (all(sapply(entries, function(e) validateEntry(e))))
271 if (all(sapply(entries, function(e) validateEntry(e))))
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/tool/os/
H A Denv.go70 if err := validateEntry(name, v); err != nil {
128 if err := validateEntry(name, v); err != nil {
139 func validateEntry(name string, v cue.Value) error { func
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dwatchdelegatewidgets.cpp70 static State validateEntry(const QString &s, int base, bool signedV, bool bigInt);
102 return IntegerValidator::validateEntry(s, m_base, m_signed, m_bigInt); in validate()
105 QValidator::State IntegerValidator::validateEntry(const QString &s, int base, bool signedV, bool bi… in validateEntry() function in Debugger::Internal::IntegerValidator
149 return IntegerValidator::validateEntry(v, 16, false, true) == QValidator::Acceptable; in isUnsignedHexNumber()
/dports/devel/redasm/REDasm-2.1.1/dialogs/gotodialog/
H A Dgotodialog.cpp15 …connect(ui->leAddress, &QLineEdit::textChanged, this, [=](const QString) { this->validateEntry(); … in GotoDialog()
28 void GotoDialog::validateEntry() in validateEntry() function in GotoDialog
H A Dgotodialog.h23 void validateEntry();
/dports/sysutils/cdrkit/cdrkit-1.1.11/3rd-party/geteltorito/
H A Dgeteltorito.pl145 $validateEntry=substr($sector, 0, 32);
148 unpack( "CCvA24vCC", $validateEntry);
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/upload/
H A Dupload.inc.php171 $uploadedFilesArray["$file_counter"]["name"] = validateEntry($val);
182 $uploadedArchivesArray["$archive_counter"]["name"] = validateEntry($val);
/dports/sysutils/genisoimage/cdrkit-1.1.11/3rd-party/geteltorito/
H A Dgeteltorito.pl145 $validateEntry=substr($sector, 0, 32);
148 unpack( "CCvA24vCC", $validateEntry);
/dports/sysutils/geteltorito/geteltorito-0.6/
H A Dgeteltorito.pl156 $validateEntry=substr($sector, 0, 32);
159 unpack( "CCvA24vCC", $validateEntry);
/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/collection/
H A Dclass.ilLPCollection.php122 if ($this->validateEntry($row->item_id)) {
156 protected function validateEntry($a_item_id) function in ilLPCollection
H A Dclass.ilLPCollectionOfRepositoryObjects.php50 !$this->validateEntry($item_ref_id, $node['type'])) {
113 protected function validateEntry($a_item_ref_id, $a_item_type = null) function in ilLPCollectionOfRepositoryObjects
194 $this->validateEntry($row->item_id, $row->type)) {
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/collection/
H A Dclass.ilLPCollection.php122 if ($this->validateEntry($row->item_id)) {
156 protected function validateEntry($a_item_id) function in ilLPCollection
H A Dclass.ilLPCollectionOfRepositoryObjects.php50 !$this->validateEntry($item_ref_id, $node['type'])) {
116 protected function validateEntry($a_item_ref_id, $a_item_type = null) function in ilLPCollectionOfRepositoryObjects
197 $this->validateEntry($row->item_id, $row->type)) {
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/jupload/
H A Djupload.inc.php66 …$uploadedFilesArray["$file_counter"]["mime"] = validateEntry($_POST["mimetype".$file…
68 …$uploadedFilesArray["$file_counter"]["mtime"] = validateEntry($_POST["filemodificatio…
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Text/Atom/Feed/
H A DValidate.hs23 , validateEntry
79 validateEntry :: Element -> ValidatorResult
80 validateEntry e = function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/tests/Text/Atom/Validate/
H A DTests.hs36 assertEqual "" [] $ flattenT $ validateEntry entry
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/newdir/
H A Dnewdir.inc.php141 if (isset($_POST["newNames"]) == true) { $newNames = validateEntry($_POST["newNames"]); }
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/rename/
H A Drename.inc.php143 if (isset($_POST["newNames"]) == true) { $newNames = validateEntry($_POST["newNames"]); }
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/ipvs/
H A Dproxier.go1187 if valid := proxier.ipsetList[kubeLoopBackIPSet].validateEntry(entry); !valid {
1204 if valid := proxier.ipsetList[kubeClusterIPSet].validateEntry(entry); !valid {
1284 if valid := proxier.ipsetList[kubeExternalIPLocalSet].validateEntry(entry); !valid {
1291 if valid := proxier.ipsetList[kubeExternalIPSet].validateEntry(entry); !valid {
1335 if valid := proxier.ipsetList[kubeLoadBalancerSet].validateEntry(entry); !valid {
1342 if valid := proxier.ipsetList[kubeLoadBalancerLocalSet].validateEntry(entry); !valid {
1352 if valid := proxier.ipsetList[kubeLoadbalancerFWSet].validateEntry(entry); !valid {
1392 if valid := proxier.ipsetList[kubeLoadBalancerSourceIPSet].validateEntry(entry); !valid {
1524 if valid := nodePortSet.validateEntry(entry); !valid {
1553 if valid := nodePortLocalSet.validateEntry(entry); !valid {
[all …]
H A Dipset.go131 func (set *IPSet) validateEntry(entry *utilipset.Entry) bool { func
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-web/src/test/java/org/opengrok/web/
H A DDirectoryListingTest.java305 private void validateEntry(Element element) throws Exception { in validateEntry() method in DirectoryListingTest
362 validateEntry((Element) nl.item(i)); in directoryListing()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Tools/
H A Dmake_services.m47 static NSMutableArray *validateEntry(id svcs, NSString* path); function
173 validateEntry(svcs, file);
584 entry = validateEntry(obj, newPath);
623 entry = validateEntry(svcs, newPath);
727 entry = validateEntry(obj, newPath);
797 entry = validateEntry(svcs, infPath);
853 entry = validateEntry(svcs, newPath);
888 validateEntry(id svcs, NSString *path) function
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/includes/
H A Dregisterglobals.inc.php239 if (isset($_POST["entry"]) == true) { $net2ftp_globals["entry"] = validateEntry($_POST["entry"]…
240 elseif (isset($_GET["entry"]) == true) { $net2ftp_globals["entry"] = validateEntry($_GET["entry"])…
1038 function validateEntry($entry) { function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/operations/
H A DTestRegistryOperations.java51 validateEntry(resolved); in testPutGetServiceEntry()
252 validateEntry(resolved); in testPutGetContainerPersistenceServiceEntry()
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/login_small/
H A Dlogin_small.inc.php273 if (isset($_POST["newNames"]) == true) { $newNames = validateEntry($_POST["newNames"]); }

12