Home
last modified time | relevance | path

Searched refs:keys (Results 101 – 125 of 576) sorted by relevance

12345678910>>...24

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php69 $keys = array_keys($value);
70 foreach ($keys as $key) {
170 $keys = array_keys($value);
171 $firstElement = array_shift($keys);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5keys(r),a=(o||r).length,c=n>0?0:a-1;return arguments.length<3&&(u=r[o?o[c]:c],c+=n),t(r,e,u,o,c,a)… function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5keys(r),a=(o||r).length,c=n>0?0:a-1;return arguments.length<3&&(u=r[o?o[c]:c],c+=n),t(r,e,u,o,c,a)… function
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js257 'keys': util.keys,
272 keys = helpers.keys,
277 var aryMethodKeys = keys(mapping.aryMethod);
309 each(keys(source), function(key) {
617 each(keys(_), function(key) {
640 each(keys(_), function(key) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php85 $keys = \explode('.', $setting);
86 foreach ($keys as $key) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md165 // Public and private keys are expected to be Base64 encoded. The last
166 // non-empty line is used so that keys can be generated with
167 // sodium_crypto_sign_keypair(). The secret keys generated by other tools may
197 // Set of keys. The "keys" key is required. For example, the JSON response to
199 $jwks = ['keys' => []];
216 $decoded = JWT::decode($payload, $keys);
287 `$keys` argument in `JWT::decode()`. Thanks to [@aztech-dev](https://github.com/aztech-dev)!
292 asymmetric keys are used together.
310 New Lines in private keys
/plugin/tiledblog/
H A Dsyntax.php85 $keys = array_keys ($entries);
86 $rand = array_rand ($keys);
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
/plugin/wst/syntax/
H A Dtemplate.php113 $keys = array_keys($args);
114 foreach ($keys as $key) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php125 $keys = array_keys(
132 foreach ($keys as $key) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc11 Array keys correspond to the method name, for example `retries` key corresponds
29 purposes, and may have keys unrelated to the {es} client), you can set
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php114 $keys = array_keys($parts);
115 if (array_intersect($keys, $required_parts) != $required_parts) {
119 if (array_intersect($keys, $forbidden_parts) != array()) {
/plugin/fedauth/Auth/
H A DOpenID.php339 $keys = array_keys($args);
340 sort($keys);
342 foreach ($keys as $key) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php214 * @see WebDriverKeys for special keys like CONTROL, ALT, etc.
232 * @see WebDriverKeys for special keys like CONTROL, ALT, etc.
247 * Send keys by keyboard.
250 * @see WebDriverKeys for special keys like CONTROL, ALT, etc.
252 * @param string $keys
255 public function sendKeys(WebDriverElement $element = null, $keys = null) argument
262 $keys
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php114 $keys = array_keys($parts);
115 if (array_intersect($keys, $required_parts) != $required_parts) {
119 if (array_intersect($keys, $forbidden_parts) != []) {
/plugin/openid/Auth/
H A DOpenID.php355 $keys = array_keys($args);
356 sort($keys);
358 foreach ($keys as $key) {
/plugin/openlayersmap/lang/en/
H A Dhelp.txt14 * **moving** using the arrow keys you can move the map
16 * **zooming in and out** using the + and - buttons in the top left of the map or by using the + and - keys you can obtain more or less detail in the map
18 * **retrieving information** the map may contain elements that contain more information, using the i key you can activate a cursor that may be moved using the arrow keys, pressing the enter will execute an information retrieval. press the i or the escape key to return to navigation mode
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php76 $keys = ['modulus', 'exponent', 'p', 'q', 'dp', 'dq', 'inverseq', 'd'];
77 foreach ($keys as $key) {
/plugin/upgrade/
H A Dadmin.php146 $keys = array_keys($_REQUEST['step']);
147 $step = array_shift($keys);
/plugin/datatemplate/syntax/
H A Dlist.php333 $keys = array();
335 $keys[$v] = $k;
344 $cols = array_keys($keys);
352 $idx = $keys[$col];
/plugin/publish/
H A Dhelper.php157 $keys = array_keys($approvals[$approvedId]);
159 if (is_array($approvals[$approvedId][$keys[0]])) {
239 $keys = array_keys($approvals);
240 return $approvals[$keys[$this->getConf('number_of_approved') -1]][3];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php370 $keys = explode('.', $field);
372 $lastKey = end($keys);
373 foreach ($keys as $key) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php254 $keys = array_keys($this->access[$name]);
255 if(!$keys){
261 $value = array_shift($keys);
/plugin/imapmarkers/
H A Djquery.imagemapster.js838 keys = [];
844 keys = keys.concat(e.keys);
932 var keys;
945 keys = '';
2621 var keys = [];
2623 if ($.inArray(e.keys[0], keys) < 0) {
2624 keys.push(e.keys[0]);
2627 return keys;
2920 keys, variable
2987 keys = mapArea.keys; // converted to an array by mapArea
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst134 on keys by using the ``keys`` filter:
140 {% for key in users|keys %}
148 You can also access both keys and values:
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js1116 for (var j = 0; j < keys.length; j++)
1118 graph.setCellStyles(keys[j], values[j], [cell]);
1126 'styleChanged', 'keys', keys,
1199 for (var i = 0; i < keys.length; i++)
1201 graph.setCellStyles(keys[i], values[i], cells);
1204 if (keys[i] == mxConstants.STYLE_ALIGN)
1214 if (keys[i] == mxConstants.STYLE_FONTFAMILY ||
1215 keys[i] == 'fontSource')
1238 'keys', keys, 'values', values, 'cells', cells));
1432 for (var i = 0; i < keys.length; i++)
[all …]

12345678910>>...24