Home
last modified time | relevance | path

Searched refs:info (Results 101 – 125 of 1857) sorted by last modified time

12345678910>>...75

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6 …hrow, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject…
6257 …hrow, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject…
7495 …hrow, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject…
7917 …hrow, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject…
23854 …hrow, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject…
74873 var info = record.arg;
74875 if (!info) {
74882 if (info.done) {
74885 …context[delegate.resultName] = info.value; // Resume execution at the desired location (see delega…
74900 return info;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8272 p.push(write_ws_cell_sylk(cell, ws, R, C, opts)); // TODO: pass date1904 info
22549 case 'data-pilot-display-info': // 9.6.13
22550 case 'data-pilot-sort-info': // 9.6.14
22551 case 'data-pilot-layout-info': // 9.6.15
/plugin/xlsx2dw/_test/
H A DGeneralTest.php24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
34 $this->assertEquals('xlsx2dw', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/gallery/action/
H A Dprosemirror.php140 $html = p_render('xhtml', p_get_instructions($syntax), $info);
/plugin/gallery/
H A Dsyntax.php
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/api/_test/
H A Drest.test.php30 $info = dokuwiki_plugin_api_util::$PLUGIN_INFO;
32 $this->assertArrayHasKey('base', $info);
35 $this->assertArrayHasKey('author', $info);
36 $this->assertArrayHasKey('name', $info);
37 $this->assertArrayHasKey('desc', $info);
39 $this->assertArrayHasKey('date', $info);
41 $this->assertTrue(false !== strtotime($info['date']));
44 $this->assertArrayHasKey('url', $info);
45 $this->assertRegExp('/^https?:\/\//', $info['url']);
47 $this->assertArrayHasKey('email', $info);
[all …]
/plugin/api/
H A Daction.php35 $info = confToHash(__DIR__ . '/plugin.info.txt');
58 "version" => $info['date']
64 $pluginApiVersion = $info['date'];
/plugin/dev/skel/_test/
H A DGeneralTest.php16 * Simple test to make sure the @@PLUGIN_TYPE@@.info.txt is in correct format
20 $file = __DIR__ . '/../@@PLUGIN_TYPE@@.info.txt';
23 $info = confToHash($file);
25 $this->assertArrayHasKey('base', $info);
26 $this->assertArrayHasKey('author', $info);
27 $this->assertArrayHasKey('email', $info);
28 $this->assertArrayHasKey('date', $info);
29 $this->assertArrayHasKey('name', $info);
30 $this->assertArrayHasKey('desc', $info);
31 $this->assertArrayHasKey('url', $info);
[all...]
/plugin/dev/
H A DLangProcessor.php164 foreach ($meta as $key => $info) {
167 if (isset($info['_choices'])) {
168 foreach ($info['_choices'] as $choice) {
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
H A Dcli.php250 $this->info($cmd);
270 // existing directory, initialize from info file
273 // new directory, ask for info
367 $this->info('No deleted files found');
468 $this->info("Running $cmd");
496 $this->info("Running $cmd");
526 $this->info("Running $cmd");
547 $this->info("Running $cmd");
/plugin/dev/skel/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/authwordpress/
H A Dauth.php160 foreach ($this->users as $user => $info) {
161 if ($this->applyFilter($user, $info)) {
163 $list[$user] = $info;
192 foreach ($this->users as $user => $info) {
193 $count += (int)$this->applyFilter($user, $info);
201 * Returns info about the given user.
271 * Convert a Wordpress DB User row to DokuWiki user info array
295 $info = array(
303 $this->users[$login] = $info;
304 return $info;
352 applyFilter(string $user, array $info) global() argument
[all...]
/plugin/structtasks/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/structtasks/_test/
H A DGeneralTest.php24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
34 $this->assertEquals('structtasks', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/orphanswanted/
H A DREADME.md15 See COPYING for license info.
H A Dsyntax.php90 $renderer->info['cache'] = false;
/plugin/bibtex4dw/
H A DREADME.md41 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/copycode/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/tag/
H A DREADME10 See COPYING for license info.
/plugin/imapmarkers/
H A DREADME.md169 …fer to [http://www.dokuwiki.org/extensions](http://www.dokuwiki.org/extensions) for additional info
/plugin/imapmarkers/_test/
H A DGeneralTest.php24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
34 $this->assertEquals('imapmarkers', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/recommend/
H A Daction.php112 foreach ($logins as $login => $info) {
114 'label' => $info['name'] . ' [' . $login . ']',
/plugin/translation/_test/
H A DGeneralTest.php17 * Simple test to make sure the plugin.info.txt is in correct format
21 $file = __DIR__ . '/../plugin.info.txt';
24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
[all...]

12345678910>>...75