Home
last modified time | relevance | path

Searched refs:name (Results 201 – 225 of 8094) sorted by last modified time

12345678910>>...324

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2327 name: name,
2342 name: name,
4082 name: name,
4251 name: name,
27935 this.name = name;
28143 state.name = name;
32397 this.name = name;
55099 this.name = name;
77687 name: name,
77718 name: name,
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1390 name = forceTrailingSlash(name);
1480 name = forceTrailingSlash(name);
1483 if (!this.files[name]) {
1489 return this.files[name];
1576 name = this.root + name;
1613 remove: function(name) { argument
1614 name = this.root + name;
1630 return file.name.slice(0, name.length) === name;
2259 this.name = name || "default";
4116 this.name = name;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1867 name: name,
1892 sector_list[o.start].name = o.name;
6799 if(name.length === 0) name = "Sheet1";
6954 var name = data.name || "Arial";
10752 case '<name/>': case '</name>': break;
11915 out.Types.push({ name: y.name });
11921 if (out.Types[j].name == y.name)
13438 if(name && name.slice(0,6) == "_xlfn." && !opts.xlfn) name = name.slice(6);
17012 return { name: name };
17556 if(flags & 0x20) name = "_xlnm." + name;
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js163 function fb(a){return a==null?null:a.name}
600 …];a['fnStack']=c;var d=arguments.callee.caller;while(d){var e=(Eb(),d.name||(d.name=Gb(d.toString(…
/plugin/xlsx2dw/
H A Dplugin.info.txt5 name xlsx2dw Plugin
H A Dscript.js24 let fileName = file.name;
/plugin/gallery/action/
H A Dprosemirror.php73 if ($event->data['name'] !== 'gallery_main') {
90 foreach ($attrs as $name => $value) {
91 $node->attr($name, $value);
/plugin/gallery/
H A Dplugin.info.txt5 name Gallery Plugin
H A Dscript.js
/plugin/gallery/script/
H A Dprosemirror.js38 name: 'namespace',
44 name: 'thumbnailsize',
52 name: 'imagesize',
60 name: 'cache',
67 name: 'filter',
73 name: 'showname',
80 name: 'showtitle',
87 name: 'crop',
94 name: 'direct',
101 name
[all...]
/plugin/api/
H A D.travis.yml12 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin…
13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
H A Dplugin.info.txt5 name Rest API
/plugin/dev/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A DSVGIcon.php49 * @param string $ident prefixed name of the icon
61 $save = $icon['name'] . '.svg';
93 * @param string $ident prefixed name of the icon
100 list($prefix, $name) = explode(':', $ident);
103 $name = $ident;
109 $url = sprintf(self::SOURCES[$prefix], $name);
113 'name' => $name,
204 $name = $attributes->item($i)->name;
[all...]
H A DSkeletor.php25 protected $name; variable in dokuwiki\\plugin\\dev\\Skeletor
41 * @param string $name
44 public function __construct($type, $base, $desc, $author, $email, $name = '', $url = '') argument
51 $this->name = $name ?: ucfirst($base . ' ' . $type);
268 * @param string $target File name in the final plugin/template, empty for same as skeleton
H A Dplugin.info.txt5 name dev plugin
/plugin/dev/skel/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dinfo.txt5 name @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
/plugin/authwordpress/
H A Dplugin.info.txt5 name WordPress authentication plugin
/plugin/structtasks/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name structtasks plugin
/plugin/structtasks/meta/
H A DUtilities.php63 foreach ($col_types as $name => $types) {
64 $col = $s->findColumn($name);
66 msg("structtasks schema '$schema' has no column '$name'.", -1);
71 … msg("Column '${name}' of structtasks schema '$schema' has invalid type ${coltype}", -1);
74 if ($accepts_multi[$name] xor $col->isMulti()) {
75 …msg("Column '${name}' of structtasks schema '$schema' must not accept multiple values; change the …
/plugin/orphanswanted/
H A DCOPYING293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
H A Dhelper.php43 foreach($relation_data as $name => $exists) {
44 $pages[$name]['exists'] = $exists;
45 … $pages[$name]['links'] = isset($pages[$name]['links']) ? $pages[$name]['links'] + 1 : 1;
H A Dplugin.info.txt5 name orphanswanted plugin

12345678910>>...324