Home
last modified time | relevance | path

Searched refs:dirs (Results 26 – 50 of 67) sorted by last modified time

123

/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]));
/plugin/pdftools/
H A Dfunctions.php5 $dirs = array();
13 $dirs[] = $entry;
18 return $dirs;
H A Dsyntax.php40 $dirs = array();
48 $dirs[] = $entry;
53 return $dirs;
/plugin/deletehistory/
H A Dhelper.php12 protected $dirs = []; variable in helper_plugin_deletehistory
17 $this->dirs = [
28 foreach ($this->dirs as $dir => $attic) {
/plugin/webdav/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/mdpage/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/repo/
H A Dsyntax.php231 $dirs = explode('/', $path);
232 $n = count($dirs);
234 $base .= hsc($dirs[$i]).'/';
236 hsc($dirs[$i]).'/</a>';
239 $renderer->doc .= hsc($dirs[$n-1]);
/plugin/pglist/
H A Daction.php40 'insert' => '{{pglist>selected_namespace files dirs me nostart fsort dsort}}'
H A Dsyntax.php72 'dirs' => 0,
96 if(preg_match('/\bdirs\b/i',$params)) $conf['dirs'] = 1;
133 if($data['dirs']) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php40 $dirs = glob(dirname($pattern).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR|GLOB_NOSORT);
41 if ($dirs) {
42 foreach ($dirs as $dir) {
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php55 $dirs = [];
59 $dirs[] = $path;
67 $dirs = array_merge(
79 foreach ($dirs as $dir) {
H A DPhpExecutableFinder.php69 $dirs = [\PHP_BINDIR];
71 $dirs[] = 'C:\xampp\php\\';
74 return $this->executableFinder->find('php', false, $dirs);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php141 …$dirs = array_merge(glob($root.'/*', GLOB_ONLYDIR), glob($root.'/*/*', GLOB_ONLYDIR), glob($root.'…
144 if (count($dirs) < 1) {
145 $dirs = array($root);
147 return $dirs;
210 $dirs = self::getDirs($dir);
211 if ($dirs !== null) {
212 foreach ($dirs as $d) {
/plugin/jplayer/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/archiveupload/
H A Daction.php216 $dirs = array();
228 array_push($dirs, $dir.'/'.$fn_new);
275 natsort($dirs);
276 $dirs = array_reverse($dirs);
277 foreach($dirs as $dir) {
283 $dirs = array_reverse($tmp_dirs);
284 foreach($dirs as $dir) {
/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…
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php380 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
382 foreach ($dirs as $dir) {
/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/findologicxmlexport/vendor/composer/
H A DClassLoader.php410 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
412 foreach ($dirs as $dir) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php75 * @param string|array|null $dirs
81 public static function registerAutoloadNamespace(string $namespace, $dirs = null) : void argument
83 self::$autoloadNamespaces[$namespace] = $dirs;
144 foreach (self::$autoloadNamespaces AS $namespace => $dirs) {
148 if ($dirs === null) {
154 foreach((array) $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/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php12 private $dirs; variable in Metadata\\Driver\\FileLocator
15 * @param string[] $dirs
17 public function __construct(array $dirs) argument
19 $this->dirs = $dirs;
24 foreach ($this->dirs as $prefix => $dir) {
45 foreach ($this->dirs as $prefix => $dir) {
/plugin/farmsync/meta/
H A DTemplateUpdates.php68 $dirs = array();
85 $dirs[] = $dir . '/' . $file;
98 foreach ($dirs as $sdir) {

123