Home
last modified time | relevance | path

Searched refs:key (Results 176 – 200 of 2492) sorted by relevance

12345678910>>...100

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DNoopCache.php23 * @param string $key
27 public function load($key) argument
35 * @param string $key
38 public function cache($key, $value) argument
43 array('className' => $key)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DAddPublicKeyRequest.php25 public $key; variable in Google\\Service\\CloudShell\\AddPublicKeyRequest
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
H A DAddPublicKeyResponse.php25 public $key; variable in Google\\Service\\CloudShell\\AddPublicKeyResponse
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
H A DRemovePublicKeyRequest.php25 public $key; variable in Google\\Service\\CloudShell\\RemovePublicKeyRequest
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DSplit.php25 public $key; variable in Google\\Service\\BigtableAdmin\\Split
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DPathSegment.php25 public $key; variable in Google\\Service\\TrafficDirectorService\\PathSegment
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2StorageMetadataLabel.php25 public $key; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2StorageMetadataLabel
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
H A DGooglePrivacyDlpV2UnwrappedCryptoKey.php25 public $key; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2UnwrappedCryptoKey
30 public function setKey($key) argument
32 $this->key = $key;
39 return $this->key;
/plugin/latexit/syntax/
H A Dconfig.php52 list($key, $val) = explode(' ', trim(substr($match, 10, -2)), 2);
53 $key = trim($key);
56 return array($key, $val);
70 list($key, $val) = $data;
71 $renderer->meta['plugin_latexit'][$key] = $val;
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js10 .reduce( (carry, [key, value]) => { return { ...carry, [key]: value};}, {} );
14 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
16 .map( ([key, value]) => key.padEnd(longestKey) + ' ' + value)
/plugin/commonmark/
H A Dscript.js8 key: "", property in toolbar
17 key: "",
23 key: "",
32 key: "",
41 key: "",
50 key: "",
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php212 * @param string $key
216 private function hmacsha1($key, $message) { argument
219 return hash_hmac('sha1', $message, $key, true);
223 if (strlen($key) > $blocksize) {
224 $key = pack('H*', sha1($key));
226 $key = str_pad($key, $blocksize, chr(0x00));
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/osm/
H A Dsyntax.php67 list($match, $key, $val) = $kvpair;
68 $key = strtolower($key);
69 switch ($key) {
77 … if ($val >= $this->constraints[$key]['min'] && $val <= $this->constraints[$key]['max'])
78 $opts[$key] = $val;
84 … if ($val >= $this->constraints[$key]['min'] && $val <= $this->constraints[$key]['max'])
85 $opts[$key] = $val;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php95 protected $key; variable in phpseclib3\\Crypt\\RC4
125 switch (strlen($this->key)) {
170 * @param string $key
172 public function setKey($key) argument
174 $length = strlen($key);
179 parent::setKey($key);
249 $key = $this->key;
250 $keyLength = strlen($key);
254 $j = ($j + $keyStream[$i] + ord($key[$i % $keyLength])) & 255;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php212 * @param string $key
216 private function hmacsha1($key, $message) { argument
219 return hash_hmac('sha1', $message, $key, true);
223 if (strlen($key) > $blocksize) {
224 $key = pack('H*', sha1($key));
226 $key = str_pad($key, $blocksize, chr(0x00));
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/fedauth/Auth/OpenID/
H A DMessage.php137 $this->set($key, $value);
194 function set($key, $value) argument
201 $this->keys[] = $key;
211 function get($key, $default = null) argument
248 function del($key) argument
452 foreach ($args as $key => $value) {
458 $parts = explode('.', $key, 2);
634 $args[$key] = $value;
877 function delArg($namespace, $key) argument
900 list($alias, $key) = $parts;
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php43 $key = $parser->readValue($token);
44 if ($key === false) {
49 if (!($key instanceof PdfName)) {
79 $entries[$key->value] = $value;
103 * Get a value by its key from a dictionary or a default value.
106 * @param string $key
111 public static function get($dictionary, $key, PdfType $default = null) argument
115 if (isset($dictionary->value[$key])) {
116 return $dictionary->value[$key];
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js14 .reduce( (carry, [key, value]) => { return { ...carry, [key]: value};}, {} );
18 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
20 .map( ([key, value]) => key.padEnd(longestKey) + ' ' + value)
/plugin/vcard/
H A Dvcard.php78 $key = "TEL";
79 if ($type!="") $key .= ";".$type;
80 $key.= ";ENCODING=UTF-8";
105 $key = "ADR";
106 if ($type!="") $key.= ";$type";
107 $key.= ";ENCODING=UTF-8";
142 $key = "URL";
143 if ($type!="") $key.= ";$type";
144 $this->properties[$key] = $url;
150 foreach($this->properties as $key => $value) {
[all …]
/plugin/bez/cron/
H A Dfunctions.php65 $key = $thread->coordinator;
66 if (!isset($msg[$key])) {
67 $msg[$key] = array(
73 $msg[$key]['issues'][] = $thread;
81 $key = $task->assignee;
82 if (!isset($msg[$key])) {
83 $msg[$key] = array(
91 $msg[$key]['coming_tasks'][] = $task;
93 $msg[$key]['outdated_tasks'][] = $task;
/plugin/authfacebook/lib/PersistentData/
H A DFacebookMemoryPersistentDataHandler.php41 public function get($key) argument
43 return isset($this->sessionData[$key]) ? $this->sessionData[$key] : null;
49 public function set($key, $value) argument
51 $this->sessionData[$key] = $value;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php11 private $key; variable in FINDOLOGIC\\Export\\Data\\Attribute
18 public function __construct($key, $values = []) argument
20 $this->key = DataHelper::checkForEmptyValue($key);
43 return $this->key;
54 $keyElem = XMLHelper::createElementWithText($document, 'key', $this->key);
76 $encoded .= sprintf('%s=%s&', urlencode($this->key), urlencode($value));
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php58 public function getParameter(string $key, $default = null) argument
60 return \array_key_exists($key, $this->parameters) ? $this->parameters[$key] : $default;
68 public function withParameter(string $key, $value) argument
71 $new->parameters[$key] = $value;
79 public function withoutParameter(string $key) argument
82 unset($new->parameters[$key]);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php182 public function setOption(string $key, $value): self
184 $this->validateOption($key);
186 $this->_options[$key] = $value;
195 foreach ($options as $key => $value) {
196 $this->setOption($key, $value);
212 public function addOption(string $key, $value): self
214 $this->validateOption($key);
216 $this->_options[$key][] = $value;
221 public function hasOption(string $key): bool
223 return isset($this->_options[$key]);
180 setOption(string $key, $value) global() argument
210 addOption(string $key, $value) global() argument
219 hasOption(string $key) global() argument
229 getOption(string $key) global() argument
433 validateOption(string $key) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DTagAttributes.php291 foreach ($componentAttributes as $key => $value) {
293 unset($this->componentAttributesCaseInsensitive[$key]);
296 if ($key === StyleAttribute::STYLE_ATTRIBUTE) {
297 unset($this->componentAttributesCaseInsensitive[$key]);
331 * @param array|null $callStackArray - an array of key value pair
651 foreach ($originalArray as $key => $value) {
659 if (isset($tempHtmlArray[$key])) {
664 if (in_array($key, self::HTML_ATTRIBUTES) || strpos($key, 'data-') === 0) {
665 $tempHtmlArray[$key]
769 addOutputAttributeValue($key, $value) global() argument
792 addOutputAttributeValueIfNotEmpty($key, $value) global() argument
1241 addBooleanOutputAttributeValue(string $key) global() argument
1471 hasComponentAttributeAndRemove(string $key) global() argument
[all...]

12345678910>>...100