Home
last modified time | relevance | path

Searched +full:deleted -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 35) sorted by last modified time

12

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php67 // can Users be deleted?
345 * @return int number of users deleted
509 * @return bool true when the user was deleted
/dokuwiki/inc/parser/
H A Dxhtml.php426 * Start deleted (strike-through) formatting
434 * Stop deleted (strike-through) formatting
H A Dmetadata.php29 /** @var array persistent meta data, will be kept until explicitly deleted */
H A Drenderer.php342 * Start deleted (strike-through) formatting
349 * Stop deleted (strike-through) formatting
/dokuwiki/inc/
H A Dparserutils.php609 'strong', 'emphasis', 'underline', 'monospace', 'subscript', 'superscript', 'deleted'
H A Dio.php22 * @param string $id - a pageid, the namespace of that id will be tried to deleted
24 * @return bool - true if at least one namespace was deleted
45 $delone = true; // we deleted at least one dir
H A Dauth.php1160 $deleted = [];
1161 $deleted[] = $INPUT->server->str('REMOTE_USER');
1162 if ($auth->triggerUserMod('delete', [$deleted])) {
H A Dchangelog.php155 * RECENTS_SKIP_DELETED - don't include deleted pages
258 * RECENTS_SKIP_DELETED - don't include deleted pages
H A Dmedia.php287 addMediaLogEntry(time(), $id, DOKU_CHANGE_TYPE_DELETE, $lang['deleted'], '', null, $sizechange);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvisualfoxpro.php293 'Delete','DeleteColumn','Deleted','Destroy','DoCmd','Dock',
H A Dprogress.php375 'SHOW-IN-TASKBAR','SIDE-LABEL-HANDLE','SIDE-LABELS','SKIP-DELETED-RECORD',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php588 // a deleted item (which also makes it an invalid rss item).
589 if (isset($entry['properties']['deleted'][0])) {
/dokuwiki/inc/Search/
H A DIndexer.php293 $pages[$new_id] = 'deleted:' . time() . random_int(0, 9999);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php266 * @throws ArchiveCorruptedException when the file changes while reading it, the archive will be corrupt and should be deleted
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1302 $definitionfile = $extensiondir . 'deleted.files';
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php45 'deleted' => [
/dokuwiki/inc/Remote/
H A DApiCore.php688 // autoset summary on deleted pages
690 $summary = $lang['deleted'];
967 * @throws RemoteException file in use or not deleted
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt16 You can mark something as <del>deleted</del> as well.
18 You can mark something as <del>deleted</del> as well.
/dokuwiki/inc/Ui/
H A DPageDiff.php440 // externally deleted or older file restored
H A DRecent.php166 // the page or media file was externally deleted, updated info because the link is already red
/dokuwiki/inc/Action/
H A DRevert.php41 $sum = $lang['deleted'];
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1297 // 1. a file was deleted and changed to a directory behind phpseclib's back
2049 // the following will do a soft delete, which would be useful if you deleted a file
2050 // and then tried to do a stat on the deleted file. the above, in contrast, does
/dokuwiki/conf/
H A Ddokuwiki.php141 $conf['rss_show_deleted'] = 1; //Show deleted items 0|1
/dokuwiki/lib/plugins/authplain/
H A Dauth.php234 * @param array $users array of users to be deleted
235 * @return int the number of users deleted
245 $deleted = [];
252 if (isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
255 if ($deleted === []) return 0;
257 $pattern = '/^(' . implode('|', $deleted) . '):/';

12