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 D | Locked.php | 8 * 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 D | Edit.php | 83 //check if locked by anyone - if not lock for my self 86 throw new ActionAbort('locked');
|
| /dokuwiki/inc/ |
| H A D | indexer.php | 135 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 D | html.php | 13 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 D | io.php | 446 $locked = @mkdir($lockDir); 447 if ($locked) { 454 } while ($locked === false);
|
| H A D | common.php | 236 $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 D | template.php | 968 if ($INFO['locked']) { 972 $out .= '<bdi>' . editorinfo($INFO['locked']) . '</bdi>';
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Writer.php | 99 * Configuration is considered locked if there is no local settings filename 102 * @return bool true: locked, false: writable
|
| /dokuwiki/bin/ |
| H A D | dwpage.php | 180 $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 D | ApiCore.php | 581 * 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 D | LegacyApiCore.php | 521 $locked = $this->lockPages($set['lock']); 522 $lockfail = array_diff($set['lock'], $locked); 528 'locked' => $locked,
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 49 // 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 D | parasail.php | 64 'interface', 'is', 'lambda', 'locked',
|
| H A D | oxygene.php | 67 'empty', 'global', 'locked', 'sealed', 'reintroduce', 'implements', 'each',
|
| H A D | lscript.php | 65 'limiteregion', 'locked', 'luminous',
|
| H A D | progress.php | 231 'LIST-SET-ATTRS','LIST-widgetS','LOCKED', 347 'NUM-ITERATIONS','NUM-LINES','NUM-LOCKED-COLUMNS','NUM-LOG-FILES',
|
| H A D | wolfram.php | 493 'ListDeconvolve', 'ListDensityPlot', 'ListInterpolation', 'Locked',
|
| H A D | mathematica.php | 2612 'Locked',
|
| H A D | racket.php | 756 'list/c', 'listof', 'local', 'make-handle-get-preference-locked',
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 38 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 D | ActionTest.php | 40 array('Locked', AUTH_READ, array('exists' => true, 'ismanager' => false)),
|
| /dokuwiki/inc/Ui/ |
| H A D | Editor.php | 51 $wr = $INFO['writable'] && !$INFO['locked'];
|
| /dokuwiki/_test/tests/inc/ |
| H A D | common_pageinfo.test.php | 36 $info['locked'] = false;
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 1155 .ui-icon-locked { background-position: -192px -96px; }
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!… method
|