| /plugin/asciidocjs/node_modules/jake/test/integration/jakelib/ |
| D | rule.jake.js | 33 let data1 = fs.readFileSync('tmp_dep1.o'); 35 fs.writeFileSync('tmp', data1 + data2); 61 let data1 = fs.readFileSync('tmp_dep1.oo'); 63 fs.writeFileSync('tmp_p', data1 + data2 + ' pattern'); 82 let data1 = fs.readFileSync('tmpbin/tmp_dep1.oo'); 84 fs.writeFileSync('tmp_pf', data1 + data2 + ' pattern folder'); 118 let data1 = fs.readFileSync('tmpbin/dep1.oo'); 121 fs.writeFileSync('tmp_ns', data1 + data2 + data3 + ' pattern folder namespace'); 152 let data1 = fs.readFileSync('tmpbin/file1.pdf'); 154 fs.writeFileSync('tmp_cr', data1 + data2 + ' chainrule namespace');
|
| /plugin/struct/_test/action/ |
| H A D | MoveTest.php | 18 protected $data1 = [ variable in dokuwiki\\plugin\\struct\\test\\action\\MoveTest 57 $schemaData->saveData($this->data1); 75 $data = $this->data1; 96 $data = $this->data1; 120 $data = $this->data1;
|
| /plugin/statistics/ |
| D | StatisticsGraph.php | 254 $data1 = []; 260 $data1[] = (int) $row['pageviews']; 270 'data' => $data1, 291 $data1 = []; 297 $data1[] = (int) ($row['E'] ?? 0); 306 'data' => $data1,
|
| /plugin/avbarchart/ |
| D | syntax.php | 81 list($maxRange, $data1) = preg_split("/\|/", $match); 84 if ($maxRange > 0 && !empty($data1)) { 85 $values = preg_split("/,/", $data1);
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializer.php | 485 $data1 = $this->readInt(); 487 if ($data1 === 0xFFFF) { 488 $data1 = -1; 497 $lexerAction = $this->lexerActionFactory($actionType, $data1, $data2); 897 private function lexerActionFactory(int $type, int $data1, int $data2) : LexerAction argument 901 return new LexerChannelAction($data1); 904 return new LexerCustomAction($data1, $data2); 907 return new LexerModeAction($data1); 916 return new LexerPushModeAction($data1); 922 return new LexerTypeAction($data1);
|
| /plugin/freechat/phpfreechat/src/containers/ |
| D | file.class.php | 89 $data1 = time(); 90 file_put_contents($filename, $data1, LOCK_EX); 92 if ($data1 != $data2)
|
| /plugin/creole/helper/ |
| D | eventhandler.php | 194 public function writeCall($class, $state, $data1, $data2, $pos, $match, &$handler) { argument 195 $handler->addPluginCall($class, array($state, $data1, $data2), $state, $pos, $match);
|
| /plugin/asciidocjs/node_modules/jake/test/integration/ |
| D | jakefile.js | 204 let data1 = fs.readFileSync('foo/src1.txt'); 206 fs.writeFileSync('foo/concat.txt', data1 + data2);
|
| /plugin/c3chart/ |
| D | README.md | 34 ['data1', 30], 49 ['data1', 30], /* more comment */
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfcglobalconfig.class.php | 968 $data1 = time(); 969 file_put_contents($filename, $data1, LOCK_EX); 971 if ($data1 != $data2) {
|
| /plugin/combo/ComboStrap/ |
| H A D | FetcherMarkup.php | 448 $data1 = json_encode($jsonDecodeSnippets); 449 $snippetCache->storeCache($data1);
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aac.js | 734 this.prototype.applyChannelCoupling = function(element, couplingPoint, data1, data2) { 748 cce[applyCoupling](index, data1);
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 15266 var data1 = "", data2 = ""; 15269 data1 = data.slice(0, mtch.index); 15271 } else data1 = data2 = data; 15274 var sheetPr = data1.match(sheetprregex); 15276 …else if((sheetPr = data1.match(sheetprregex2))) parse_ws_xml_sheetpr2(sheetPr[0], sheetPr[1]||"", … 15279 var ridx = (data1.match(/<(?:\w*:)?dimension/)||{index:-1}).index; 15281 var ref = data1.slice(ridx,ridx+50).match(dimregex); 15286 var svs = data1.match(svsregex); 15293 var cols = data1.match(colregex);
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …data1 The first snap data set.\n * @param {SnappedInfo} data2 The second snap data set.\n * @r…
|