Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 1419) sorted by last modified time

12345678910>>...57

/plugin/twofactor/
H A DManager.php177 $settings->delete('state');
H A DSettings.php105 public function delete($key) function in dokuwiki\\plugin\\twofactor\\Settings
/plugin/siteexport/
H A DREADME.md133 You can show what has been saved, view them, delete them and re-run them.
/plugin/struct/meta/
H A DSchema.php190 public function delete()
192 if (!$this->id) throw new StructException('can not delete unsaved schema');
189 public function delete() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
/plugin/struct/lang/en/
H A Ddelete_intro.txt1 **WARNING:** Deleting a schema will delete the schema definition and **all** data that has ever been saved for this schema. There is no going back!
/plugin/struct/admin/
H A Dschemas.php111 // delete
112 if ($table && $INPUT->bool('delete')) {
118 $schema->delete();
270 $form->addButton('delete', $this->getLang('btn_delete'));
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt404 * Bugfix: [#1540523] CleanUpCacheDirectory() does not delete
861 file, delete your old config and rename the default to
H A Dphpthumb.faq.txt281 Q: How can I purge cached files when I delete the source image?
283 take effect, or you can manually walk through your source images to delete and find
284 the matching cache files and delete them:
296 Q: Is it safe to delete cache files?
297 A: Yes, it is safe to delete any cache files and/or directories. phpThumb will
H A Dphpthumb.readme.txt153 settings to the new file (if upgrading), or delete your old config and rename
/plugin/photogallery/phpThumb/fonts/
H A Dreadme.txt3 You can safely delete or ignore this directory if you're not using
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default72 //$PHPTHUMB_CONFIG['cache_maxage'] = null; // never delete cached thumbnails based on la…
73 $PHPTHUMB_CONFIG['cache_maxage'] = 86400 * 30; // delete cached thumbnails that haven't been…
75 //$PHPTHUMB_CONFIG['cache_maxsize'] = null; // never delete cached thumbnails based on by…
76 $PHPTHUMB_CONFIG['cache_maxsize'] = 10 * 1024 * 1024; // delete least-recently-accessed cached thum…
78 //$PHPTHUMB_CONFIG['cache_maxfiles'] = null; // never delete cached thumbnails based on nu…
79 $PHPTHUMB_CONFIG['cache_maxfiles'] = 200; // delete least-recently-accessed cached thum…
/plugin/qna/
H A Daction.php129 $this->rewriter->delete($index);
143 $this->rewriter->delete($index);
174 $this->rewriter->delete($index);
226 public function delete($index) { function in qna_instruction_rewriter
333 $delete = false;
339 $delete = true;
354 if (!$delete) {
/plugin/columns/
H A Daction.php482 $correction[] = $column->delete();
606 public function delete() { function in columns_column
/plugin/bez/ctl/
H A Dtasks.php15 $this->model->taskFactory->delete($task);
H A Dthread.php84 $this->model->thread_commentFactory->delete($thread_comment);
135 $this->model->taskFactory->delete($task);
137 } elseif ($this->get_param('action') == 'delete') {
143 $this->model->threadFactory->delete($thread);
H A Dtypes.php35 $this->model->labelFactory->delete($label);
H A Dtask.php60 $this->model->task_commentFactory->delete($task_comment);
84 $this->model->taskFactory->delete($task);
H A Dtask_programs.php36 $this->model->task_programFactory->delete($task_program);
/plugin/bez/mdl/
H A DFactory.php318 public function delete(Entity $obj) { function in dokuwiki\\plugin\\bez\\mdl\\Factory
320 throw new PermissionDeniedException('cannot delete');
H A DTask_commentFactory.php89 public function delete(Entity $obj) { function in dokuwiki\\plugin\\bez\\mdl\\Task_commentFactory
92 throw new ConsistencyViolationException('delete comments of closed threads');
98 parent::delete($obj);
H A DThreadFactory.php299 public function delete(Entity $obj) { function in dokuwiki\\plugin\\bez\\mdl\\ThreadFactory
303 parent::delete($obj);
H A DThread_commentFactory.php90 public function delete(Entity $obj) { function in dokuwiki\\plugin\\bez\\mdl\\Thread_commentFactory
93 throw new ConsistencyViolationException('cannot delete when task are assigned');
99 parent::delete($obj);
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
H A Dclean.txt3 Here you can delete all invalid taggings (tags pointing to nonexistent pages). No valid taggings will be removed.

12345678910>>...57