Home
last modified time | relevance | path

Searched refs:found (Results 76 – 100 of 1434) sorted by last modified time

12345678910>>...58

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js29130 if (start === -1 || end === -1) throw new Error('PEM section not found for: ' + label);
29237 if (!values) return this.reporter.error('string objid given, but no values map found');
29238 if (!values.hasOwnProperty(id)) return this.reporter.error('objid not found in values map');
39538 var found = true;
39542 found = false;
39547 if (found) return i;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7799 if(d.read_shift(1) !== 0x0D) throw new Error("DBF Terminator not found " + d.l + " " + d[d.l]);
11501 if(!(t=data.match(m[1]))) throw new Error(m[0] + ' not found in themeElements');
11517 if(!(t=data.match(themeltregex))) throw new Error('themeElements not found in theme');
21309 …if(idx == 0 && !!o.sheet && wb.SheetNames[0] != o.sheet) throw new Error("Sheet not found: " + o.s…
24001 throw "Expected ".concat(cnt, " cells, found ").concat(offsets.length);
24088 throw new Error("Expected merge type 6144, found ".concat(mtype));
25915 if(!wb.SheetNames[idx]) throw new Error("Sheet not found: " + o.sheet + " : " + (typeof o.sheet));
/plugin/gallery/
H A DREADME3 All documentation for this plugin can be found at
/plugin/dev/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DLangProcessor.php38 if (isset($found['js']) && isset($lang['js'])) {
39 $drop['js'] = array_diff_key($lang['js'], $found['js']);
126 $found = [];
134 $found = array_merge($found, $this->phpExtract($path));
136 if (!isset($found['js'])) $found['js'] = [];
137 $found['js'] = array_merge($found['js'], $this->jsExtract($path));
143 $found['men
[all...]
H A DREADME5 All documentation for this plugin can be found at
/plugin/dev/skel/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this @@PLUGIN_TYPE@@ can be found at
/plugin/authwordpress/
H A DREADME.md60 Source code and support for this plugin can be found at
/plugin/structtasks/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this plugin can be found at
/plugin/orphanswanted/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/button/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/bibtex4dw/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME.md47 All documentation for this plugin can (for the time being and in German) be found at:
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php732 * Parsing for a subset of LaTeX code that can be found more often in BibTeX entries
869 $found = 0;
874 $found++;
876 if (2 == $found) {
1147 $found = false;
1149 while (!$found && ($i <= strlen($word))) {
1160 $found = true;
1163 $found = true;
1164 } else { //Not yet found
/plugin/copycode/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this plugin can be found at
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php85 * Makes sure that all pages were found and not more
93 $found = false;
96 $found = true;
100 $this->assertTrue($found, $msg_prefix.'Page '.$id.' expected but not found in the result');
/plugin/tag/
H A DCOPYING296 the "copyright" line and a pointer to where the full notice is found.
/plugin/imapmarkers/
H A Djquery.imagemapster.js3519 found,
3655 found = false;
3668 if (!found && e[0] > rootx && e[1] > rooty) {
3670 found = true;
3678 if (!found) {
H A DREADME.md9 __*An interactive example can be found here*__: [http://insitu.w4f.eu/doku.php?id=imapmarkers:inter…
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php550 $found = array();
552 $found[] = $this->dom->nodes[$k];
557 return $found;
559 $idx = count($found) + $idx;
561 return (isset($found[$idx])) ? $found[$idx] : null;
/plugin/translation/
H A DREADME3 All documentation for this plugin can be found at
/plugin/bureaucracy/
H A DREADME3 All documentation for this plugin can be found at

12345678910>>...58