Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 25 of 57) sorted by path

123

/plugin/aichat/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/authgooglesheets/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/barcodes/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/bible/bible_douayRheims/
H A D2_Esdras.txt34 …ns of Asnaa built: they covered it, and set up the doors thereof, and the locks, and the bars. And…
35 …odia built the old gate: they covered it and set up the doors thereof, and the locks, and the bars.
42 …nhabitants of Zanoe: they built it, and set up the doors thereof, and the locks, and the bars, and…
43 … the street of Bethacharam: he built it, and set up the doors thereof, and the locks, and the bars.
44 …aspha: he built it, and covered it, and set up the doors thereof, and the locks, and the bars, and…
H A D2_Paralipomenon.txt157 …built Beth-horon the upper, and Beth-horon the nether, walled cities with gates and bars and locks.
H A DBaruch.txt158 …an carried to the grave, so do the priests secure the doors with bars and locks, lest they be stri…
H A DCanticles.txt62 …ister, my love, my dove, my undefiled: for my head is full of dew, and my locks of the drops of th…
71 5:11. His head is as the finest gold: his locks as branches of palm trees, black as a raven.
H A DJudges.txt453 …thou mayest be bound. And Samson answered her: If thou plattest the seven locks of my head with a …
459 …d lay his head in her bosom. And she called a barber and shaved his seven locks, and began to driv…
H A DJudith.txt324 …16:10. She anointed her face with ointment, and bound up her locks with a crown, she took a new ro…
/plugin/cacherevisionseraser/
H A DREADME.md62 * Fixed old locks directory searching
63 * Deleting files/directories will now show where they are being processed (cache, locks, meta or ol…
91 * Added Meta files & old lost page locks delection (suggestion from Kibi).
92 * �Old lost page locks (*.lock)� will delete expired locks that aren�t deleted by DokuWiki due of c…
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh20 mkdir -p ${ANIMAL}/{data/{attic,cache,index,locks,media,media_attic,media_meta,meta,pages,tmp},conf}
H A Daddanimal.sh26 mkdir -p ${ANIMAL}/{data/{attic,cache,index,locks,media,media_attic,media_meta,meta,pages,tmp},conf}
/plugin/ckgedit/scripts/
H A Dadd_v_animal.sh20 mkdir -p ${ANIMAL}/{data/{attic,cache,index,locks,media,media_attic,media_meta,meta,pages,tmp},conf}
H A Daddanimal.sh26 mkdir -p ${ANIMAL}/{data/{attic,cache,index,locks,media,media_attic,media_meta,meta,pages,tmp},conf}
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1locks mapjoin materialized minus msck no_drop nocompress not of offline on option or order out out…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64locks|xdmp:document-load|xdmp:document-insert|xdmp:document-get-quality|xdmp:document-get-properti…
/plugin/combo/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/commonmark/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php57 $locks = $this->getData();
59 foreach ($locks as $lock) {
96 $locks = $this->getData();
98 foreach ($locks as $k => $lock) {
103 unset($locks[$k]);
106 $locks[] = $lockInfo;
107 $this->putData($locks);
121 $locks = $this->getData();
122 foreach ($locks as $k => $lock) {
126 unset($locks[$k]);
[all …]
H A DPDO.php128 $locks = $this->getLocks($uri, false);
130 foreach ($locks as $lock) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php283 $locks = $this->getLocks($path);
289 foreach ($locks as $lock) {
320 $locks = $this->getLocks($path, $includeChildren = true);
321 foreach ($locks as $lock) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php30 public $locks; variable in Sabre\\DAV\\Xml\\Property\\LockDiscovery
45 * @param LockInfo[] $locks
47 function __construct($locks) { argument
49 $this->locks = $locks;
70 foreach ($this->locks as $lock) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php40 $this->assertEquals(1,count($locks));
64 $this->assertEquals(1,count($locks));
89 $this->assertEquals(0,count($locks));
107 $this->assertEquals(1,count($locks));
110 $this->assertEquals(0,count($locks));
113 $this->assertEquals(1,count($locks));
138 $this->assertEquals(1,count($locks));
161 $this->assertEquals(1,count($locks));
166 $this->assertEquals(0,count($locks));
186 $this->assertEquals(1,count($locks));
[all …]

123