Home
last modified time | relevance | path

Searched refs:key (Results 401 – 425 of 2492) sorted by relevance

1...<<11121314151617181920>>...100

/plugin/googlemaps/syntax/
H A Dgooglemap.php74 foreach ($gmap as $key => $val) {
75 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
136 list($match,$key,$val) = $kvpair;
137 $key = strtolower($key);
138 if (isset($gmap[$key])) $gmap[$key] = strtolower($val);
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php66 list($text, $url, $title, $offset, $key) = $parts;
73 'refkey' => $key,
97 list($text, $url, $title, $offset, $key) = $parts;
105 'refkey' => $key,
148 $key = strtolower($text);
150 $key = strtolower($refMatches[2]);
157 $key,
209 protected function lookupReference($key) argument
211 $normalizedKey = preg_replace('/\s+/', ' ', $key);
212 if (isset($this->references[$key]) || isset($this->references[$key = $normalizedKey])) {
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php72 * @param string $key
77 public function setPreference($key, $value) argument
94 $this->preferences[$key] = $value;
100 * @param mixed $key
103 public function getPreference($key) argument
105 if (array_key_exists($key, $this->preferences)) {
106 return $this->preferences[$key];
146 foreach ($this->preferences as $key => $value) {
147 $content .= sprintf("user_pref(\"%s\", %s);\n", $key, $value);
202 foreach ($ns as $key
[all...]
/plugin/openid/Auth/
H A DOpenID.php254 * @param string $key
258 static function arrayGet($arr, $key, $fallback = null) argument
261 if (array_key_exists($key, $arr)) {
262 return $arr[$key];
267 trigger_error("Auth_OpenID::arrayGet (key = ".$key.") expected " .
297 list($key, $value) = $pair;
298 $new_parts[urldecode($key)] = urldecode($value);
318 foreach ($data as $key => $value) {
322 $pairs[] = urlencode($key)."=".urlencode($value);
358 foreach ($keys as $key) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DLabelDescriptor.php29 public $key; variable in Google\\Service\\Monitoring\\LabelDescriptor
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DLabelDescriptor.php29 public $key; variable in Google\\Service\\ServiceNetworking\\LabelDescriptor
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLabelDescriptor.php29 public $key; variable in Google\\Service\\Logging\\LabelDescriptor
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DLabelDescriptor.php29 public $key; variable in Google\\Service\\ServiceUsage\\LabelDescriptor
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserSshPublicKey.php33 public $key; variable in Google\\Service\\Directory\\UserSshPublicKey
66 public function setKey($key) argument
68 $this->key = $key;
75 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodeTaint.php29 public $key; variable in Google\\Service\\Container\\NodeTaint
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
H A DReservationAffinity.php30 public $key; variable in Google\\Service\\Container\\ReservationAffinity
53 public function setKey($key) argument
55 $this->key = $key;
62 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DLabelDescriptor.php29 public $key; variable in Google\\Service\\ServiceConsumerManagement\\LabelDescriptor
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DLabelDescriptor.php29 public $key; variable in Google\\Service\\ServiceManagement\\LabelDescriptor
52 public function setKey($key) argument
54 $this->key = $key;
61 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DKeyToPath.php25 public $key; variable in Google\\Service\\CloudRun\\KeyToPath
38 public function setKey($key) argument
40 $this->key = $key;
47 return $this->key;
/plugin/fckg/syntax/
H A Ddwplugin.php358 if($key === false) {
361 if($key === false) {
369 return $base_labels[$key];
421 if(isset($meta[$key]) && $meta[$key] == $datum) {
426 $meta [$key]=$datum;
483 $key = strtolower($key);
493 $key = strtr($key, $replace);
495 $key = str_replace(chr($a+1),chr($a),$key);
496 $key = strtoupper($key);
498 $this->our_keys[$key] = $key;
[all …]
/plugin/authfacebook/lib/PersistentData/
H A DFacebookSessionPersistentDataHandler.php60 public function get($key) argument
62 if (isset($_SESSION[$this->sessionPrefix . $key])) {
63 return $_SESSION[$this->sessionPrefix . $key];
72 public function set($key, $value) argument
74 $_SESSION[$this->sessionPrefix . $key] = $value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DReservationAffinity.php30 public $key; variable in Google\\Service\\Compute\\ReservationAffinity
53 public function setKey($key) argument
55 $this->key = $key;
62 return $this->key;
H A DSchedulingNodeAffinity.php26 public $key; variable in Google\\Service\\Compute\\SchedulingNodeAffinity
39 public function setKey($key) argument
41 $this->key = $key;
48 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DReservationAffinity.php30 public $key; variable in Google\\Service\\AIPlatformNotebooks\\ReservationAffinity
53 public function setKey($key) argument
55 $this->key = $key;
62 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DReservationAffinity.php30 public $key; variable in Google\\Service\\Dataproc\\ReservationAffinity
53 public function setKey($key) argument
55 $this->key = $key;
62 return $this->key;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DSchedulingNodeAffinity.php26 public $key; variable in Google\\Service\\VMMigrationService\\SchedulingNodeAffinity
39 public function setKey($key) argument
41 $this->key = $key;
48 return $this->key;
/plugin/farmsync/_test/
H A Dgeneral.test.php44 foreach($conf as $key => $value) {
45 …$this->assertTrue(array_key_exists($key, $meta), 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_…
48 foreach($meta as $key => $value) {
49 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/plugin/googlemaps3/
H A Dsyntax.php129 foreach ($map as $key => $val) {
130 …$jsOptions .= is_numeric($val) ? "$key : $val," : (is_bool($val) ? "$key : ".(int)$val."," : "$key
201 list($match, $key, $val) = $option;
202 if (isset($map[$key])) if ($key=='kml') $map[$key] = $val; else $map[$key] = strtolower($val);
203 if (isset($map[$key])) {
205 $map[$key] = $val;
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js108 if (!undefinedOnly || obj[key] === void 0) obj[key] = source[key];
212 var key; variable
218 if (key !== void 0 && key !== -1) return obj[key];
409 if (_.has(result, key)) result[key].push(value); else result[key] = [value];
422 if (_.has(result, key)) result[key]++; else result[key] = 1;
746 obj[key] = _.bind(obj[key], obj);
932 for (var key in obj) if (_.has(obj, key)) keys.push(key);
942 for (var key in obj) keys.push(key);
1018 if (predicate(obj[key], key, obj)) return key;
1088 if (attrs[key] !== obj[key] || !(key in obj)) return false;
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php42 * @param string $key
46 public function load($key) argument
48 $fileName = $this->getCacheFilename($key);
61 * @param string $key
64 public function cache($key, $value) argument
66 $fileName = $this->getCacheFilename($key);
75 $this->load($key);

1...<<11121314151617181920>>...100