Home
last modified time | relevance | path

Searched refs:sKey (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DFiles.php22 * @param string $sKey
34 * @param string $sKey
46 * @param string $sKey
58 * @param string $sKey
62 public function GetFileName($oAccount, $sKey) argument
69 * @param string $sKey
73 public function Clear($oAccount, $sKey) argument
80 * @param string $sKey
84 public function FileSize($oAccount, $sKey) argument
91 * @param string $sKey
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DFiles.php22 * @param string $sKey
34 * @param string $sKey
46 * @param string $sKey
58 * @param string $sKey
62 public function GetFileName($oAccount, $sKey) argument
69 * @param string $sKey
73 public function Clear($oAccount, $sKey) argument
80 * @param string $sKey
84 public function FileSize($oAccount, $sKey) argument
91 * @param string $sKey
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Cache/
H A DCacheClient.php48 * @param string $sKey
59 * @param string $sKey
69 * @param string $sKey
73 public function SetLock($sKey) argument
79 * @param string $sKey
89 * @param string $sKey
93 public function GetLock($sKey) argument
99 * @param string $sKey
115 $this->Delete($sKey);
122 * @param string $sKey
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Cache/
H A DCacheClient.php48 * @param string $sKey
59 * @param string $sKey
69 * @param string $sKey
73 public function SetLock($sKey) argument
79 * @param string $sKey
89 * @param string $sKey
93 public function GetLock($sKey) argument
99 * @param string $sKey
115 $this->Delete($sKey);
122 * @param string $sKey
[all …]
/dports/sysutils/webjob/webjob-1.9.0/lib/perl/lib/WebJob/
H A DValidationRoutines.pm60 foreach my $sKey (@{$$phPArgs{'Keys'}})
62 if (!exists($$phPArgs{'Hash'}{$sKey}) || !defined($$phPArgs{'Hash'}{$sKey}))
64 push(@aKeys, $sKey);
88 my ($phKvps, $sKey, $sValueRegex, $sAnchorFlag) = @_;
97 if (!defined($phKvps) || !defined($sKey) || !defined($sValueRegex))
119 …return (exists($$phKvps{$sKey}) && defined($$phKvps{$sKey}) && $$phKvps{$sKey} =~ /$sValueRegex/) …
123 …return (exists($$phKvps{$sKey}) && defined($$phKvps{$sKey}) && $$phKvps{$sKey} =~ /^$sValueRegex/)…
127 …return (exists($$phKvps{$sKey}) && defined($$phKvps{$sKey}) && $$phKvps{$sKey} =~ /$sValueRegex$/)…
131 …return (exists($$phKvps{$sKey}) && defined($$phKvps{$sKey}) && $$phKvps{$sKey} =~ /^$sValueRegex$/…
H A DCgiRoutines.pm37 my ($phParameters, $sKey) = @_;
39 if (defined($sKey) && defined($$phParameters{$sKey}))
41 if (ref($$phParameters{$sKey}) eq "ARRAY")
43 return wantarray() ? @{$$phParameters{$sKey}} : @{$$phParameters{$sKey}}[0];
47 return wantarray() ? ($$phParameters{$sKey}) : $$phParameters{$sKey};
75 my ($sKey, $sValue) = split(/=/, $sKvp, 2);
76 next unless (defined($sKey));
78 $sKey = CgiUrlDecode($sKey);
82 push(@{$$phParameters{$sKey}}, $sValue);
86 $$phParameters{$sKey} = $sValue;
/dports/irc/znc/znc-1.8.2/modules/
H A Dnotes.cpp27 CString sKey(sLine.Token(1)); in AddNoteCommand() local
30 if (!GetNV(sKey).empty()) { in AddNoteCommand()
42 CString sKey(sLine.Token(1)); in ModCommand() local
45 if (AddNote(sKey, sValue)) { in ModCommand()
65 if (DelNote(sKey)) { in DelCommand()
107 CString sKey; in OnUserRaw() local
115 if (DelNote(sKey)) { in OnUserRaw()
130 if (!sKey.empty()) { in OnUserRaw()
149 bool DelNote(const CString& sKey) { return DelNV(sKey); } in DelNote() argument
152 if (sKey.empty()) { in AddNote()
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Files/
H A DIFiles.php9 * @param string $sKey
17 * @param string $sKey
26 * @param string $sKey
35 * @param string $sKey
44 * @param string $sKey
48 public function GetFileName($oAccount, $sKey); argument
52 * @param string $sKey
56 public function Clear($oAccount, $sKey); argument
60 * @param string $sKey
64 public function FileSize($oAccount, $sKey); argument
[all …]
H A DFileStorage.php30 * @param string $sKey
41 * @param string $sKey
63 * @param string $sKey
76 * @param string $sKey
102 * @param string $sKey
120 * @param string $sKey
124 public function Clear($oAccount, $sKey) argument
143 * @param string $sKey
161 * @param string $sKey
207 * @param string $sKey
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Files/
H A DIFiles.php9 * @param string $sKey
17 * @param string $sKey
26 * @param string $sKey
35 * @param string $sKey
44 * @param string $sKey
48 public function GetFileName($oAccount, $sKey); argument
52 * @param string $sKey
56 public function Clear($oAccount, $sKey); argument
60 * @param string $sKey
64 public function FileSize($oAccount, $sKey); argument
[all …]
H A DFileStorage.php30 * @param string $sKey
41 * @param string $sKey
63 * @param string $sKey
76 * @param string $sKey
102 * @param string $sKey
120 * @param string $sKey
124 public function Clear($oAccount, $sKey) argument
143 * @param string $sKey
161 * @param string $sKey
207 * @param string $sKey
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-mldbm-get-config-kvps/
H A Dwebjob-mldbm-get-config-kvps181 my $sKey = $$phProperties{'ClientId'};
194 if (exists($$phDb{$sClientId}{'Config'}{$sKey}))
196 …my $sValue = (defined($$phDb{$sClientId}{'Config'}{$sKey})) ? $$phDb{$sClientId}{'Config'}{$sKey} …
227 if (exists($$phDb{$sClientId}{'Config'}{$sKey}))
229 …my $sValue = (defined($$phDb{$sClientId}{'Config'}{$sKey})) ? $$phDb{$sClientId}{'Config'}{$sKey} …
271 …$$phDb{$$phProperties{'ClientId'}}{'Config'}{$sKey})) ? $$phDb{$$phProperties{'ClientId'}}{'Config…
274 print STDOUT $sKey, "\n";
282 print STDOUT join("=", $sKey, $sValue), "\n";
302 foreach my $sKey (@ARGV)
310 …$$phDb{$$phProperties{'ClientId'}}{'Config'}{$sKey})) ? $$phDb{$$phProperties{'ClientId'}}{'Config…
[all …]
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DCoreUriHandler.php49 public function set($sKey, $sVal) { argument
53 if(isset($this->aAliases[$sKey]))
54 $sKey = $this->aAliases[$sKey];
59 $this->aOpts[$sKey] = $sVal;
63 $_GET[$sKey] = $sVal;
68 public function get($sKey) { argument
70 if(isset($this->aAliases[$sKey]))
71 $sKey = $this->aAliases[$sKey];
74 return $this->aOpts[$sKey];
147 $sKey = $this->aAliases[$sKey];
[all …]
H A DCoreRequestHandler.php32 public function get($sKey) { argument
33 if(isset($this->aOpts[$sKey]))
34 return $this->aOpts[$sKey];
39 public function isLongerThan($sKey, $iLen) { argument
40 return strlen($this->aOpts[$sKey]) > $iLen;
43 public function match($sKey, $regex) { argument
44 if(!isset($this->aOpts[$sKey]))
49 if(is_array($this->aOpts[$sKey])) {
50 foreach($this->aOpts[$sKey] AS $val)
59 public function isSetAndNotEmpty($sKey) { argument
[all …]
/dports/security/helib/HElib-1.3.1/src/
H A DkeySwitching.cpp271 sKey.GenKeySWmatrix(1, i, keyID, keyID); in addAllMatrices()
357 sKey.setKSStrategy(i, HELIB_KSS_FULL); in add1Dmats4dim()
483 static void addSome1Dmats4dim(SecKey& sKey, in addSome1Dmats4dim() argument
514 sKey.setKSStrategy(i, HELIB_KSS_BSGS); in addSome1Dmats4dim()
536 add1Dmats4dim(sKey, i, keyID); in addSome1DMatrices()
550 addSome1DMatrices(sKey, 0, keyID); in addBSGS1DMatrices()
558 add1Dmats4dim(sKey, -1, keyID); in addSomeFrbMatrices()
572 addSomeFrbMatrices(sKey, 0, keyID); in addBSGSFrbMatrices()
600 sKey.setKSStrategy(i, HELIB_KSS_MIN); in addMinimal1Dmats4dim()
609 addMinimal1Dmats4dim(sKey, i, keyID); in addMinimal1DMatrices()
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-mldbm-get-job-kvps/
H A Dwebjob-mldbm-get-job-kvps200 my $sKey = $$phProperties{'ClientId'};
201 if ($sKey !~ /^$$phProperties{'CommonRegexes'}{'MldbmKeyName'}$/)
217 …$sClientId}{'Jobs'}{$$phProperties{'Job'}}{$sKey})) ? $$phDb{$sClientId}{'Jobs'}{$$phProperties{'J…
258 …$sClientId}{'Jobs'}{$$phProperties{'Job'}}{$sKey})) ? $$phDb{$sClientId}{'Jobs'}{$$phProperties{'J…
309 …$sClientId}{'Jobs'}{$$phProperties{'Job'}}{$sKey})) ? $$phDb{$sClientId}{'Jobs'}{$$phProperties{'J…
312 print STDOUT $sKey, "\n";
320 print STDOUT join("=", $sKey, $sValue), "\n";
348 foreach my $sKey (@ARGV)
356 …$sClientId}{'Jobs'}{$$phProperties{'Job'}}{$sKey})) ? $$phDb{$sClientId}{'Jobs'}{$$phProperties{'J…
359 print STDOUT $sKey, "\n";
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DImplicitlyCaTest.java74 testECDSA(sKey, vKey); in testBCAPI()
104 sKey = (ECPrivateKey)fact.generatePrivate(new ECPrivateKeySpec(sKey.getD(), null)); in testKeyFactory()
106 testECDSA(sKey, vKey); in testKeyFactory()
121 if (!sKey.equals(sKey2) || sKey.hashCode() != sKey2.hashCode()) in testKeyFactory()
160 testECDSA(sKey, vKey); in testJDKAPI()
196 testECDSA(sKey, vKey); in testBasicThreadLocal()
205 ECPrivateKey sKey, in testECDSA() argument
212 s.initSign(sKey); in testECDSA()
277 testECDSA(sKey, vKey); in testEncoding()
281 ECPrivateKey sKey, in testBCParamsAndQ() argument
[all …]
/dports/www/itop/web/core/
H A Dapc-emulation.php48 foreach($key as $sKey => $value)
66 foreach($key as $sKey)
68 $aResult[$sKey] = apcFile::FetchOneFile($sKey);
135 $sKey = basename($sEntry);
136 if (strpos($sKey, '-') === 0)
138 $sKey = substr($sKey, 1);
140 $aResult[] = array('info' => $sKey);
200 * @param string $sKey
207 if (empty($sKey))
212 @unlink(self::GetCacheFileName($sKey));
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-mldbm-set-job-kvps/
H A Dwebjob-mldbm-set-job-kvps167 my $sKey;
170 $sKey = $$phProperties{'ClientId'};
171 if ($sKey !~ /^$$phProperties{'CommonRegexes'}{'MldbmKeyName'}$/)
208 $sKey = $sTempKey;
209 if ($sKey !~ /^$$phProperties{'CommonRegexes'}{'MldbmKeyName'}$/)
222 my %hKeys = ( $sKey => $sValue );
237 $$phKeys{$sKey} = $sValue;
241 … if (!exists($$phKeys{$sKey}) || !defined($$phKeys{$sKey}) || length($$phKeys{$sKey}) < 1)
243 $$phKeys{$sKey} = 0; # Convert non-existent, undefined, and empty values to a zero.
245 if ($$phKeys{$sKey} !~ /^$$phProperties{'CommonRegexes'}{'Decimal32BitSigned'}$/o)
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DUtils.php71 $sKey = \md5($sKey);
93 $aString[] = $sKey;
114 $sKey = \md5($sKey);
145 * @param string $sKey
156 * @param string $sKey
167 * @param string $sKey
185 * @param string $sKey
261 $sKey = 'rltoken';
286 $sKey = 'rlsession';
303 $sKey = 'rltoken';
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DUtils.php71 $sKey = \md5($sKey);
93 $aString[] = $sKey;
114 $sKey = \md5($sKey);
145 * @param string $sKey
156 * @param string $sKey
167 * @param string $sKey
185 * @param string $sKey
261 $sKey = 'rltoken';
286 $sKey = 'rlsession';
303 $sKey = 'rltoken';
[all …]
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/helpers/
H A Drequestmanipulatorhelper.class.inc.php61 * @param string $sKey
65 public function HasParam($sKey) argument
67 if ($this->GetCurrentRequest()->query->has($sKey))
72 if ($this->GetCurrentRequest()->attributes->has($sKey))
77 if ($this->GetCurrentRequest()->request->has($sKey))
91 * @param string $sKey
99 public function ReadParam($sKey, $default = null, $iFilter = FILTER_SANITIZE_STRING) argument
101 if ($this->GetCurrentRequest()->query->has($sKey))
103 return $this->GetCurrentRequest()->query->filter($sKey, $default, $iFilter);
106 if ($this->GetCurrentRequest()->attributes->has($sKey))
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Cache/Drivers/
H A DAPC.php52 * @param string $sKey
57 public function Set($sKey, $sValue) argument
63 * @param string $sKey
67 public function Get($sKey) argument
69 $sValue = \apc_fetch($this->generateCachedKey($sKey));
74 * @param string $sKey
78 public function Delete($sKey) argument
80 \apc_delete($this->generateCachedKey($sKey));
99 * @param string $sKey
103 private function generateCachedKey($sKey) argument
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Cache/Drivers/
H A DAPC.php52 * @param string $sKey
57 public function Set($sKey, $sValue) argument
63 * @param string $sKey
67 public function Get($sKey) argument
69 $sValue = \apc_fetch($this->generateCachedKey($sKey));
74 * @param string $sKey
78 public function Delete($sKey) argument
80 \apc_delete($this->generateCachedKey($sKey));
99 * @param string $sKey
103 private function generateCachedKey($sKey) argument
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Storage/
H A DTemproryApcStorage.php10 * @param string $sKey
15 public function Put($oAccount, $iStorageType, $sKey, $sValue) argument
17 return !!@\apc_store($this->generateFileName($oAccount, $iStorageType, $sKey, true), $sValue);
23 * @param string $sKey
28 public function Get($oAccount, $iStorageType, $sKey, $mDefault = false) argument
31 $mValue = @\apc_fetch($this->generateFileName($oAccount, $iStorageType, $sKey), $bValue);
43 * @param string $sKey
47 public function Clear($oAccount, $iStorageType, $sKey) argument
49 @\apc_delete($this->generateFileName($oAccount, $iStorageType, $sKey));
67 * @param string $sKey
[all …]

12345678910>>...34