Home
last modified time | relevance | path

Searched refs:locked (Results 101 – 115 of 115) sorted by last modified time

12345

/plugin/subjectindex/plugins/
H A Dbible_verses.txt6592 …o out through the air hole, but he closed the doors of the roof chamber behind him and locked them.
6593 …nts came and began looking, and there the doors of the roof chamber were locked. So they said: "He…
8336 …veless coats.) So his waiter proceeded to lead her clear outside, and he locked the door behind he…
13453 In the darkness he has dug into houses;By day they must keep themselves locked in.They have not kno…
25046 added also this to all those [deeds]: he locked John up in prison.
25413 And that one from inside says in reply, 'Quit making me trouble. The door is already locked, and my…
25544 when once the householder has got up and locked the door, and YOU start to stand outside and to kno…
26887 Therefore, when it was late on that day, the first of the week, and, although the doors were locked
26894 …again indoors, and Thomas with them. Jesus came, although the doors were locked, and he stood in t…
27083 saying: "The jail we found locked with all security and the guards standing at the doors, but on op…
[all …]
/plugin/authdrupal7/
H A DREADME.md52 …counts that do not match a special group defined in the ACL controls are locked out. I added a new…
/plugin/subconfhelper/helper/
H A Dconfig.php22 var $locked = false; // configuration is considered locked if it can't be updated variable in helper_plugin_subconfhelper_config
54 $this->locked = $this->_is_locked();
/plugin/subconfhelper/
H A Dadmin.php141 if ($_config->locked)
/plugin/aceeditor/
H A DNEWS82 * Fixed editor in locked pages
103 * Fixed: editor in locked pages
/plugin/flowplayer/player/
H A DREADME.txt20 … fixes removing the player in fullscreen mode leaves Android locked in landscape orientation (#511)
210 - The player went to a locked state when resuming playback after a period that was long enought to …
/plugin/htvid/
H A DTODO3 * allow better handling of 1 OR 2 OR 3 video filetypes (right now locked to only 2,
/plugin/projects/lib/
H A Dmutex.php7 private $locked = false; variable in Mutex
27 $this->locked = true;
33 $this->locked = false;
39 if ($this->locked) @unlink($this->filename);
41 $this->locked = false;
/plugin/pagemove/lang/en/
H A Dpagemove.txt7 * The document and its' backlinks cannot be locked for editing.
/plugin/jsonrpc/
H A Djsonrpc.php650 $locked = array();
660 $locked[] = $id;
673 'locked' => $locked,
/plugin/farm/install/
H A Dpreload.php79 $locked = null; variable
83 if($m[1] == 'locked') $locked = ($m[2] != null && $m[2] != '0'); variable
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css60 background-image: url(images/locked.gif);
/plugin/txtconf/
H A Dadmin.php84 // don't go any further if the configuration is locked
200 if (!$this->_myconf->locked) {
H A Dtxtconfig.class.php56 $this->locked = $this->_is_locked();
H A Dconfig0.class.php18 var $locked = false; // configuration is considered locked if it can't be updated variable in configuration0
45 $this->locked = $this->_is_locked();
85 if ($this->locked) return false;

12345