Home
last modified time | relevance | path

Searched refs:lock (Results 101 – 125 of 193) sorted by path

12345678

/plugin/dtable/
H A Daction.php256 lock($ID);
H A Dscript.js126 dtable.lock = function() function
166 dtable.lock_seeker = function(nolock, lock) argument
181 lock();
214 dtable.lock();
232 dtable.lock();
/plugin/emoji/script/
H A Djquery.textcomplete.js101 var lock = function (func) { function
324 _search: lock(function (free, strategy, term, match) {
/plugin/etherpadlite/
H A DREADME.md25 …iki) "edit"-Mode can create a PAD to edit and save the content. Users in "lock"-Mode can join this…
97 * Icons: http://openclipart.org/detail/22179/lock-by-nicubunu
H A Dstyle.css1 .pad-toggle, .pad-close, .pad-lock, .pad-security, .pad-saveable {
/plugin/etherpadlite/action/
H A Detherpadlite.php185 lock($ID);
/plugin/evesso/
H A DREADME.md39 * :warning: Do **not** change `singleService` (That will lock you out of the wiki)
54 This have the potential to permantly lock you out of the wiki.
69 This step can lock you out of the wiki. Make sure you're logged in on a EveSSO admin account and ha…
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example44 * the module which tables to lock. If you use any aliases for table names
/plugin/fetchmedia/action/
H A Dajax.php83 $lock = checklock($pageId);
84 if ($lock !== false) {
85 …return ['status' => 409, 'status_text' => sprintf($this->getLang('error: page is locked'), $lock)];
87 lock($pageId);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php310 public function lock($operation) function in Hoa\\File\\File
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DLockable.php86 public function lock($operation); function
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md108 * `Lockable`, to lock a stream, provides `lock` and several
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md22 - Composer.lock is out of date [\#55](https://github.com/schmittjoh/metadata/issues/55)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …ore{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e0…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(…
/plugin/freesync/
H A Dhelper.php322 lock($id);
331 $lock = $conf['lockdir'].'/_indexer.lock';
332 while(!@mkdir($lock,$conf['dmode'])){
334 if(time()-@filemtime($lock) > 60*5){
336 @rmdir($lock);
341 if($conf['dperm']) chmod($lock, $conf['dperm']);
350 @rmdir($lock);
/plugin/gdpr/action/
H A Ddelusers.php164 $pageid && lock($pageid);
/plugin/glossary/
H A Dglossary.class.php243 function readGlossary ($md5id, $status, $lock) { argument
247 $lock = LOCK_SH;
248 if ($lock != LOCK_SH) {
250 if (!flock ($fp, $lock)) {
/plugin/googleanalytics/
H A DREADME.md34 …edia.org/wiki/Cross-site_scripting) attacks if you're not careful. If you lock down who can edit y…
/plugin/googleanalytics/lang/en/
H A Dintro.txt28 …te_scripting|Cross-site Scripting]] attacks if you're not careful. If you lock down who can edit y…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,"goto":1,"if":1,implicit:1,"in":1,"int":1,"interface":1,internal:1,is:1,lock:1,"long":1,namespac… property in hljs.LANGUAGES.cs.dM.k
/plugin/hipchat/
H A Dcomposer.lock4 … "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
/plugin/html5video2/
H A Dstyle.css462 .vjs-lock-showing {
683 .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f0…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1lock::before{content:"\FD26"}.mdi-axis-lock::before{content:"\FD27"}.mdi-axis-x-arrow::before{cont…

12345678