Home
last modified time | relevance | path

Searched refs:dirs (Results 51 – 67 of 67) sorted by relevance

123

/plugin/geophp/vendor/composer/
H A DClassLoader.php514 // PSR-4 fallback dirs
532 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
534 foreach ($dirs as $dir) {
543 // PSR-0 fallback dirs
/plugin/git/lib/
H A DGit.php474 public function clean($dirs = false) { argument
475 return $this->run("clean".(($dirs) ? " -d" : ""));
/plugin/pagemove/
H A Dadmin.php877 $dirs = array();
887 $dirs[] = $dir.'/'.$file;
894 sort($dirs);
897 foreach($dirs as $dir) {
/plugin/gitbacked/lib/
H A DGit.php548 public function clean($dirs = false, $force = false) { argument
549 return $this->run("clean".(($force) ? " -f" : "").(($dirs) ? " -d" : ""));
/plugin/mellelexport/
H A Drenderer.php81 $dirs = glob('/var/www/kolchose.org/inge/wiki/data/pages/*');
85 foreach ($dirs as $dir) {
96 unset($dirs);
/plugin/captcha/
H A Dhelper.php
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php514 $dirs = explode('/',$path);
517 foreach($dirs as $dir) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php510 $dirs = explode('/',$path);
513 foreach($dirs as $dir) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php508 $dirs = explode('/',$path);
511 foreach($dirs as $dir) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst161 - Calling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the…
162 …contains annotations and that their base directory is located at the given $dirs or in the include…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13dirs:{left:"left",right:"right",up:"up",down:"down"},path:[],clear:function(){this.current_pos=nul… class in t.exports.e
H A Ddhtmlxgantt.js.map1dirs","down","path","point","get_lines","dots","line_to","get_path","line","_get_line","get_wrappe…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js22997 case drawer.dirs.left:
23000 case drawer.dirs.up:
23003 case drawer.dirs.down:
23055 case this.dirs.left:
23064 case this.dirs.right:
23073 case this.dirs.up:
23082 case this.dirs.down:
23104 case this.dirs.left:
23113 case this.dirs.up:
23114 case this.dirs.down:
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js3359 var dirs = ['automatic', 'leftToRight', 'rightToLeft'];
3364 for (var i = 0; i < dirs.length; i++)
3367 dirOption.setAttribute('value', dirs[i]);
3368 mxUtils.write(dirOption, mxResources.get(dirs[i]));
H A DGraph.js8448 var dirs = [mxConstants.DIRECTION_EAST, mxConstants.DIRECTION_SOUTH,
8453 dirs[mxUtils.mod(mxUtils.indexOf(dirs, dir) +
8454 ((backwards) ? -1 : 1), dirs.length)], [cell]);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md211 - Chmod 777 on dirs `ttfontdata`, `tmp`, `graph_cache` after composer install
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … dc dd ddrescue declare df ' +\n 'diff diff3 dig dir dircolors dirname dirs du echo egrep eject…

123