Home
last modified time | relevance | path

Searched +full:locked -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 25) sorted by relevance

/dokuwiki/inc/Action/
H A DLocked.php8 * Class Locked
10 * Show a locked screen when a page is locked
14 class Locked extends AbstractAction class
30 * Display error on locked pages
48 echo p_locale_xhtml('locked');
52 editorinfo($INFO['locked']) . '</div></li>';
H A DEdit.php83 //check if locked by anyone - if not lock for my self
86 throw new ActionAbort('locked');
/dokuwiki/inc/
H A Dindexer.php135 if ($result === "locked") {
136 if ($verbose) echo "Indexer: locked" . DOKU_LF;
160 if ($result === "locked") {
161 if ($verbose) echo "Indexer: locked" . DOKU_LF;
195 if ($result === "locked") {
196 if ($verbose) echo "Indexer: locked" . DOKU_LF;
202 if ($result === "locked") {
203 if ($verbose) echo "Indexer: locked" . DOKU_LF;
H A Dhtml.php13 use dokuwiki\Action\Locked; alias
318 * Display error on locked pages
321 * @deprecated 2020-07-18 not called anymore, see inc/Action/Locked::tplContent()
325 dbg_deprecated(Locked::class . '::showBanner()');
326 (new Locked())->showBanner();
H A Dio.php446 $locked = @mkdir($lockDir);
447 if ($locked) {
454 } while ($locked === false);
H A Dcommon.php236 $info['locked'] = checklock($ID);
262 $info['editable'] = ($info['writable'] && empty($info['locked']));
882 * Checks if a given page is currently locked.
887 * @return bool page is locked?
943 * Unlock a page if it was locked by the user
H A Dtemplate.php968 if ($INFO['locked']) {
972 $out .= '<bdi>' . editorinfo($INFO['locked']) . '</bdi>';
/dokuwiki/lib/plugins/config/core/
H A DWriter.php99 * Configuration is considered locked if there is no local settings filename
102 * @return bool true: locked, false: writable
/dokuwiki/bin/
H A Ddwpage.php180 $this->success("$wiki_id locked");
288 $this->error("Page $wiki_id is already locked by another user");
312 $this->error("Page $wiki_id is locked by another user");
/dokuwiki/inc/Remote/
H A DApiCore.php581 * successfully locked. If a page could not be locked, eg. because a different user is
595 * @return string[] A list of pages that were successfully locked
599 $locked = [];
608 $locked[] = $id;
610 return $locked;
650 * You need write permissions for the given page and the page may not be locked by another user.
658 * @throws RemoteException no id, empty new page or locked
674 // Check, if page is locked
676 throw new RemoteException('The page is currently locked', 133);
H A DLegacyApiCore.php521 $locked = $this->lockPages($set['lock']);
522 $lockfail = array_diff($set['lock'], $locked);
528 'locked' => $locked,
/dokuwiki/lib/plugins/config/
H A Dadmin.php49 // don't go any further if the configuration is locked
88 echo '<div class="info">' . $this->getLang('locked') . '</div>';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dparasail.php64 'interface', 'is', 'lambda', 'locked',
H A Doxygene.php67 'empty', 'global', 'locked', 'sealed', 'reintroduce', 'implements', 'each',
H A Dlscript.php65 'limiteregion', 'locked', 'luminous',
H A Dprogress.php231 'LIST-SET-ATTRS','LIST-widgetS','LOCKED',
347 'NUM-ITERATIONS','NUM-LINES','NUM-LOCKED-COLUMNS','NUM-LOG-FILES',
H A Dwolfram.php493 'ListDeconvolve', 'ListDensityPlot', 'ListInterpolation', 'Locked',
H A Dmathematica.php2612 'Locked',
H A Dracket.php756 'list/c', 'listof', 'local', 'make-handle-get-preference-locked',
/dokuwiki/inc/Search/
H A DIndexer.php38 return "locked";
179 return "locked";
276 if (!$this->lock()) return 'locked';
322 if (!$this->lock()) return 'locked';
383 return "locked";
393 …age from the index without locking the index, only use this function if the index is already locked
570 * Only use this function when the index is already locked.
/dokuwiki/_test/tests/Action/
H A DActionTest.php40 array('Locked', AUTH_READ, array('exists' => true, 'ismanager' => false)),
/dokuwiki/inc/Ui/
H A DEditor.php51 $wr = $INFO['writable'] && !$INFO['locked'];
/dokuwiki/_test/tests/inc/
H A Dcommon_pageinfo.test.php36 $info['locked'] = false;
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1155 .ui-icon-locked { background-position: -192px -96px; }
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2 …:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!… method