Home
last modified time | relevance | path

Searched refs:keys (Results 51 – 75 of 576) sorted by relevance

12345678910>>...24

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dslice.test8 {{ [1, 2, 3, 4]|slice(1, 2)|keys|join('') }}
9 {{ [1, 2, 3, 4]|slice(1, 2, true)|keys|join('') }}
11 {{ {a: 1, b: 2, c: 3, d: 4}|slice(1, 2)|keys|join('') }}
H A Dmerge.test5 {{ items|merge({'bar': 'foo'})|keys|join }}
7 {{ {'bar': 'foo'}|merge(items)|keys|join }}
/plugin/linkbonus/
H A Dcommon.php163 @param keys the list of allowed keys
165 static public function parse_options ($data, &$options, $keys) { argument
166 $allow_all = ($keys === null);
172 if ($allow_all || in_array($key, $keys, true)) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php38 $keys = [];
51 $keys[(string) $kid] = $key;
55 if (0 === \count($keys)) {
59 return $keys;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php32 $keys = $INPUT->arr('keys');
34 if (count($keys) !== count($values)) {
38 if (empty($keys)) {
41 $lines = array_combine($keys, $values);
/plugin/issuelinks/classes/
H A DServiceProvider.php42 $keys = [];
46 $keys[$syntax] = $className;
49 return $keys;
/plugin/nspages/printers/
H A DprinterTree.php138 private function _fillTree($tree, $keys, $item, $parentId) { argument
139 if (empty($keys)){ // We've reach the end of the journey. We register the data of $item
146 $key = $keys[0];
152 array_shift($keys);
153 $this->_fillTree($tree->children[$key], $keys, $item, $currentId);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php98 $keys = array();
101 $keys[] = $this->openDelimiter . $key . $this->closeDelimiter;
104 return str_replace($keys, $this->values, $this->template);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeyboard.php8 * Send a sequence of keys.
10 * @param string $keys
13 public function sendKeys($keys); argument
/plugin/combo/ComboStrap/
H A DFetcherCache.php33 * @param String[] $keys - extra cache keys that are not in the url because they are retrieved from a database
37 public function __construct(IFetcher $fetcher, array $keys = []) argument
45 foreach ($keys as $key) {
54 * @param String[] $cacheKeys - extra cache keys that are not in the url because they are retrieved from a database
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackFilter.php81 $keys = [],
88 &$keys,
95 $keys[] = $key;
110 ->array(array_combine($keys, $values))
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php108 public function getItems(array $keys = []): iterable argument
113 foreach ($keys as $key) {
151 public function deleteItems(array $keys): bool argument
157 foreach ($keys as $key) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dkeys.test2 "for" tag can iterate over keys
4 {% for key in items|keys %}
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst62 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 1)))) %>
65 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 2)))) %>
85 <%= toFuncList(_.difference(mapping.aryMethod[1], _.keys(mapping.skipFixed))) %>
88 <%= toFuncList(_.difference(mapping.aryMethod[2], _.keys(mapping.skipFixed))) %>
91 <%= toFuncList(_.difference(mapping.aryMethod[3], _.keys(mapping.skipFixed))) %>
94 <%= toFuncList(_.difference(mapping.aryMethod[4], _.keys(mapping.skipFixed))) %>
127 <%= toFuncList(_.keys(mapping.methodSpread)) %>
130 <%= toFuncList(_.keys(mapping.skipRearg)) %>
133 <%= _.map(_.keys(mapping.methodRearg), methodName => {
147 <%= toFuncList(_.keys(mapping.remap)) %>
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php222 $keys = array_keys($argument);
223 sort($keys);
224 if ($keys !== [ 'name', 'type' ]) {
226 … 'Arguments can only have the "name" and "type" fields, found: ' . var_export($keys, true)
/plugin/publish/
H A Dsyntax.php102 $keys = array_keys($page[1]);
103 sort($keys);
104 $last = $keys[count($keys)-1];
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsampleposteddata.py62 for key in form.keys():
77 for key in os.environ.keys():
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js346 if (!Object.keys) {
347 Object.keys = (function () { function
437 var keys = Object.keys(properties);
440 for (var i = 0; i < keys.length; i++)
441 descs.push([keys[i], convertToDescriptor(properties[keys[i]])]);
/plugin/labeled/
H A Dhelper.php235 $keys = array_keys($labels);
236 $kc = count($keys);
238 if ($labels[$keys[$i]]['ordernr'] == ($i+1)) {
241 $labels[$keys[$i]]['ordernr'] = $i+1;
242 $db->query('UPDATE labels SET ordernr=? WHERE name=?', ($i+1), $keys[$i]);
/plugin/textinsert/
H A Dsyntax.php178 $keys = $inserts[1];
181 for($i=0; $i<count($keys); $i++) {
182 $insert = $this->macros[$keys[$i]];
183 if($translation ||strpos($keys[$i], 'LANG_') !== false) {
184 list($prefix,$trans) = explode('_',$keys[$i],2);
/plugin/keyboard/
H A Dsyntax.php68 $keys = explode($separator, $match);
69 $keys = array_map('trim', $keys);
71 $keys = array($match);
73 return array($state, $keys, $this->lastClass);
/plugin/linkbonus/syntax/
H A Dexternal.php105 $keys = array(
108 if ($this->getConf('link_favicons') == true) $keys[]= 'favicon';
111 DW_common_linkbonus::parse_options ($data, $link, $keys);
H A Dbase.php109 $keys = array(
112 if ($this->getConf('link_favicons') == true) $keys[]= 'favicon';
115 DW_common_linkbonus::parse_options ($data, $link, $keys);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php10 protected array $keys; variable in TableRoller\\Table\\BaseTable
13 return $this->keys[rand(0, $this->count - 1)];
41 $this->keys = array_keys($this->options);
/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php113 $keys = array_keys($serverAssociations);
114 sort($keys);
115 $lastKey = $serverAssociations[array_pop($keys)];

12345678910>>...24