Home
last modified time | relevance | path

Searched refs:keys (Results 151 – 175 of 576) sorted by path

12345678910>>...24

/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md72 * duplicate mapping keys throw a `ParseException`
73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
116 * Deprecated support for implicitly parsing non-string mapping keys as strings.
117 Mapping keys that are no strings will lead to a `ParseException` in Symfony
118 4.0. Use quotes to opt-in for keys to be parsed as strings.
168 * Support for silently ignoring duplicate mapping keys in YAML has been
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/condition/
H A Dbase_tester.php.orig.php53 $keys = array();
55 if(preg_match('`^test_(.+)$`', $m, $r)) $keys[] = $r[1];
57 return $keys;
/plugin/confightmlok/
H A DLICENSE110 “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php83 $keys = $INPUT->arr('keys');
88 if (count($keys) !== count($values) || count($newKey) !== count($newValue)) {
94 if (!empty($keys)) {
95 $lines = array_combine($keys, $values);
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/contactmodern/
H A DLICENSE311 procedures, authorization keys, or other information required to install
H A DREADME.textile38 * reCaptcha keys (optional)
40 p. You can receive the needed reCaptcha keys on http://www.google.com/recaptcha.
/plugin/credits/
H A Dsyntax.php14 var $keys; variable in syntax_plugin_credits
121 foreach($this->keys as $name) {
172 $this->keys = array_keys($this->plugins);
173 natcasesort($this->keys);
/plugin/data/Form/
H A DDropdownElement.php85 $keys = array_keys($options);
86 return (string)array_shift($keys);
91 $keys = array_keys($options);
92 return (string)array_shift($keys);
/plugin/dataplot/
H A DCOPYING311 procedures, authorization keys, or other information required to install
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datatemplate/syntax/
H A Dlist.php333 $keys = array();
335 $keys[$v] = $k;
344 $cols = array_keys($keys);
352 $idx = $keys[$col];
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js401 var keys;
403 if (Object.keys) {
404 keys = Object.keys;
406 keys = function (obj) {
1974 return keys(locales);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php365 $keys = array(
374 foreach($keys as $key=>$value) {
414 $keys = array(
420 foreach($keys as $key=>$value) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php60 $keys = array(
65 $props = $principal->getProperties($keys);
67 foreach($keys as $key) $this->assertArrayHasKey($key,$props);
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js9994 …norePatches=function(b){for(var e=!0,d=0;d<b.length&&e;d++)e=e&&0==Object.keys(b[d]).length;return…
10408 …his,function(){b.hideDialog();c({pageId:this.selectedPage,layerIds:Object.keys(this.selectedLayers…
10415 (g.className="geAspectDlgListItem",delete this.selectedLayers[b.id],0==Object.keys(this.selectedLay…
10722keys(c[f]).length&&delete c[f];0==Object.keys(c).length&&delete e.cells[b]}}),c(EditorUi.DIFF_INSE…
10723 delete b[EditorUi.DIFF_UPDATE][d]}0==Object.keys(b[EditorUi.DIFF_UPDATE]).length&&delete b[EditorUi…
11848 …push(m.id))}else k[m.id]=m.id}0<Object.keys(k).length?(e=d+": "+Object.keys(k).length+" Duplicates…
11849 …ked");var p={};null==g?mxLog.debug(d+": No root"):(c(g),Object.keys(p).length!=Object.keys(b).leng…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js11910 okFn({pageId: this.selectedPage, layerIds: Object.keys(this.selectedLayers)});
12056 if (Object.keys(this.selectedLayers).length == 0)
H A DDiffSync.js700 if (Object.keys(temp).length > 0)
707 if (Object.keys(view).length > 0)
727 if (Object.keys(pageDiff).length > 0)
745 if (Object.keys(diff).length > 0)
809 if (Object.keys(temp).length > 0)
849 if (Object.keys(diff).length > 0)

12345678910>>...24