Home
last modified time | relevance | path

Searched refs:entries (Results 151 – 175 of 278) sorted by path

12345678910>>...12

/plugin/dokutexit/
H A DREADME.md20 * integration with [refnotes] for bibliography (only BibTeX entries)
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md417 - Index entries causing errors when repeat entries are used within page-break-inside:avoid, rotated tables etc.
533 - Automatically generated bookmarks and/or ToC entries from H1 - H6 tags
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php34 $entries = [];
51 // ignore all other entries and search for the closing brackets
79 $entries[$key->value] = $value;
83 $v->value = $entries;
91 * @param PdfType[] $entries The keys are the name entries of the dictionary.
94 public static function create(array $entries = []) argument
97 $v->value = $entries;
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist6 ; The format of these entries follows this format:
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js15 return Object.entries(options)
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel15 return Object.entries(options)
/plugin/edittable/lib/
H A Dhandsontable.full.js13733 new C().entries().next();
13833 var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
13835 var f = ctx(fn, that, entries ? 2 : 1);
13841 result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
13844 result = call(iterator, f, step.value, entries);
22752 entries: function entries(it) {
31073 module.exports = function (iterator, fn, value, entries) {
31075 return entries ? fn(anObject(value)[0], value[1]) : fn(value);
31115 } return function entries() { return new Constructor(this, kind); };
31124 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
[all …]
/plugin/epub/lang/en/
H A Dadmin_header.txt2 Using this tool, you can delete entries from the epub cache and, if you choose, you can also delete…
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt25 … September. In the first year of its existence, over 20,000 encyclopedia entries were created at a…
/plugin/extendpage/
H A DREADME.md17 Add or delete entries in the table to assign page(s)/namespace(s) to be extended
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example110 * Important is that this list contains no double entries fo a user. Each
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php93 if (($entries =& $this->getClaimedIdentities($providerId)) === false) return false;
97 foreach ($entries as $entry) {
153 if (($entries =& $this->getUserData()) === false) return false;
157 foreach ($entries as $entry) {
/plugin/fetchmedia/lib/
H A Dbundle.js1entries,ct=K.lastIndexOf,st=K.reduce,ft=K.reduceRight,at=K.join,lt=K.sort,ht=K.slice,pt=K.toString…
/plugin/fetchmedia/script/
H A Dmain.js5 yield* Object.entries(data).reduce((carry, [page, links]) => {
37 body: Object.entries({
66 … const query = Object.entries(body).map(([k, v]) => `${k}=${encodeURIComponent(v)}`).join('&');
78 const links = Object.entries(data);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md816 - Generate namespaced element on XmlList entries [\#301](https://github.com/schmittjoh/serializer/p…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md7 …de-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage r…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3entries=function(n){var t=[];for(var e in n)t.push({key:e,value:n[e]});return t},ao.merge=function… function
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml819 log entries. Adding an entry to the log is a
822 …s a single text value. The next stream is a log file - a sequence of log entries. Adding an entry …
1425 # entries, two with values.
/plugin/flowcharts/
H A Dmermaid.min.js1entries:function(){var t=[];for(var e in this)"$"===e[0]&&t.push({key:e.slice(1),value:this[e]});r… method in AnonymousFunction6e8e008512b00.n
/plugin/flowplayer/player/
H A DREADME.txt316 - Added copyright notices and other GPL required entries to the user interface
431 - context menu now correctly builds up from string entries in configuration
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js803 entries: Enumerable.toArray,
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php191 $entries = array();
194 $entries[] = $entry;
198 foreach ($entries as $e)
/plugin/gallery/script/
H A Dprosemirror.js228 newAttrs = Object.entries(this.node.type.attrs).reduce(
387 var defaultAttributes = Object.entries(schema.nodes.dwplugin_gallery.attrs)
/plugin/gcalendar/inc/
H A Dstandard.css152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */
/plugin/gcalendar/user/
H A Devents.css2 /* category-styles for date entries. ----------------------------------------------------------- */

12345678910>>...12