Searched refs:newEntry (Results 1 – 11 of 11) sorted by relevance
| /plugin/struct/meta/ ! |
| H A D | SchemaBuilder.php | 173 $newEntry = $oldEntry; 179 $newEntry['config'] = $this->data['cols'][$column->getColref()]['config']; 180 $newEntry['label'] = $this->data['cols'][$column->getColref()]['label']; 181 $newEntry['ismulti'] = $this->data['cols'][$column->getColref()]['ismulti'] ?? 0; 182 $newEntry['class'] = $this->data['cols'][$column->getColref()]['class']; 187 if (array_diff_assoc($oldEntry, $newEntry)) { 188 $ok = $this->sqlite->saveRecord('types', $newEntry); 192 if ($oldEntry['ismulti'] == false && $newEntry['ismulti'] == '1') { 266 $newEntry = []; 267 $newEntry['config'] = $column['config'] ?? '{}'; [all …]
|
| /plugin/jstweak/ ! |
| H A D | action.php | 67 $newEntry = $overridePath . $pluginName . '/' . self::SCRIPT_NAME; 68 if (file_exists($newEntry)) { 70 $event->data[$key] = $newEntry; 71 Logger::debug("jstweak: new script.js for plugin $pluginName -> $newEntry");
|
| /plugin/publish/ ! |
| H A D | helper.php | 168 $newEntry = $approvals[$approvedId]; 169 if (count($newEntry) !== 3) { 172 $newEntry[] = intval($approvedId); // revision is the time of page edit 175 $approvals[$approvedId][$newEntry[0]] = $newEntry;
|
| /plugin/zotero/ ! |
| D | TextZoteroRepository.php | 77 foreach ($newEntries as $id => $newEntry) 79 $this->entries[$id] = $newEntry;
|
| /plugin/guestbook/ ! |
| D | syntax.php | 82 $renderer->doc .= $guestbook->newEntry($this);
|
| D | admin.php | 51 $form->newEntry($this, intval($_POST['oldID']));
|
| D | style.css | 75 #guestbook form.newEntry {
|
| D | basic.class.php | 285 function newEntry($parent, $admin=NULL) function in guestbook
|
| /plugin/sketchcanvas/script/ ! |
| D | SketchCanvas.js | 1469 var newEntry = !(name in origData); 1473 if(newEntry && ('onLocalChange' in this) && this.onLocalChange)
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ ! |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
| /plugin/sketchcanvas/bundle/ ! |
| D | SketchCanvas.js.map | 4 …newEntry = !(name in origData);\r\n\t\torigData[name] = jsyaml.dump(serialize(dobjs));\r\n\t\tloca… 6 …setSize", "sx", "sy", "choiceMenu", "choiceCBox", "choiceHBox", "str", "newEntry", "keys", "subcla…
|