GRAYBYTE WORDPRESS FILE MANAGER2696

Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/home/tawsifschoice/borkaa.tawsifschoice.com/
1902120114081995

GRAYBYTE WORDPRESS FILE MANAGER8057

Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/usr/share/vim/vim80/autoload/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/share/vim/vim80/autoload//netrw_gitignore.vim
" netrw_gitignore#Hide: gitignore-based hiding
"  Function returns a string of comma separated patterns convenient for
"  assignment to `g:netrw_list_hide` option.
"  Function can take additional filenames as arguments, example:
"  netrw_gitignore#Hide('custom_gitignore1', 'custom_gitignore2')
"
" Usage examples:
"  let g:netrw_list_hide = netrw_gitignore#Hide()
"  let g:netrw_list_hide = netrw_gitignore#Hide() . 'more,hide,patterns'
"
" Copyright:    Copyright (C) 2013 Bruno Sutic {{{1
"               Permission is hereby granted to use and distribute this code,
"               with or without modifications, provided that this copyright
"               notice is copied with it. Like anything else that's free,
"               netrw_gitignore.vim is provided *as is* and comes with no
"               warranty of any kind, either expressed or implied. By using
"               this plugin, you agree that in no event will the copyright
"               holder be liable for any damages resulting from the use
"               of this software.
function! netrw_gitignore#Hide(...)
  let additional_files = a:000

  let default_files = ['.gitignore', '.git/info/exclude']

  " get existing global/system gitignore files
  let global_gitignore = expand(substitute(system("git config --global core.excludesfile"), '\n', '', 'g'))
  if global_gitignore !=# ''
    let default_files = add(default_files, global_gitignore)
  endif
  let system_gitignore = expand(substitute(system("git config --system core.excludesfile"), '\n', '', 'g'))
  if system_gitignore !=# ''
    let default_files = add(default_files, system_gitignore)
  endif

  " append additional files if given as function arguments
  if additional_files !=# []
    let files = extend(default_files, additional_files)
  else
    let files = default_files
  endif

  " keep only existing/readable files
  let gitignore_files = []
  for file in files
    if filereadable(file)
      let gitignore_files = add(gitignore_files, file)
    endif
  endfor

  " get contents of gitignore patterns from those files
  let gitignore_lines = []
  for file in gitignore_files
    for line in readfile(file)
      " filter empty lines and comments
      if line !~# '^#' && line !~# '^$'
        let gitignore_lines = add(gitignore_lines, line)
      endif
    endfor
  endfor

  " convert gitignore patterns to Netrw/Vim regex patterns
  let escaped_lines = []
  for line in gitignore_lines
    let escaped = line
    let escaped = substitute(escaped, '\*\*', '*', 'g')
    let escaped = substitute(escaped, '\.', '\\.', 'g')
    let escaped = substitute(escaped, '\$', '\\$', 'g')
    let escaped = substitute(escaped, '*', '.*', 'g')
    " correction: dot, dollar and asterisks chars shouldn't be escaped when
    " within regex matching groups.
    let escaped = substitute(escaped, '\(\[[^]]*\)\zs\\\.', '\.', 'g')
    let escaped = substitute(escaped, '\(\[[^]]*\)\zs\\\$', '\$', 'g')
    let escaped = substitute(escaped, '\(\[[^]]*\)\zs\.\*', '*', 'g')
    let escaped_lines = add(escaped_lines, escaped)
  endfor

  return join(escaped_lines, ',')
endfunction

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
October 13 2025 20:57:20
root / root
0755
dist
--
October 13 2025 20:57:19
root / root
0755
xml
--
October 13 2025 20:57:19
root / root
0755
README.txt
0.755 KB
October 12 2025 00:23:12
root / root
0644
ada.vim
22.038 KB
October 12 2025 00:23:12
root / root
0644
adacomplete.vim
3.583 KB
October 12 2025 00:23:12
root / root
0644
ccomplete.vim
16.629 KB
October 12 2025 00:23:12
root / root
0644
clojurecomplete.vim
7.841 KB
October 12 2025 00:23:12
root / root
0644
context.vim
5.334 KB
October 12 2025 00:23:12
root / root
0644
contextcomplete.vim
0.641 KB
October 12 2025 00:23:12
root / root
0644
csscomplete.vim
42.181 KB
October 12 2025 00:23:12
root / root
0644
decada.vim
2.928 KB
October 12 2025 00:23:12
root / root
0644
getscript.vim
24.282 KB
October 12 2025 00:23:12
root / root
0644
gnat.vim
5.206 KB
October 12 2025 00:23:12
root / root
0644
gzip.vim
6.263 KB
October 12 2025 00:23:12
root / root
0644
htmlcomplete.vim
24.854 KB
October 12 2025 00:23:12
root / root
0644
javascriptcomplete.vim
26.395 KB
October 12 2025 00:23:12
root / root
0644
netrw.vim
519.7 KB
October 12 2025 00:23:12
root / root
0644
netrwFileHandlers.vim
9.905 KB
October 12 2025 00:23:12
root / root
0644
netrwSettings.vim
9.964 KB
October 12 2025 00:23:12
root / root
0644
netrw_gitignore.vim
3.046 KB
October 12 2025 00:23:12
root / root
0644
paste.vim
1.181 KB
October 12 2025 00:23:12
root / root
0644
phpcomplete.vim
344.094 KB
October 12 2025 00:23:12
root / root
0644
python3complete.vim
21.065 KB
October 12 2025 00:23:12
root / root
0644
pythoncomplete.vim
21.53 KB
October 12 2025 00:23:12
root / root
0644
rubycomplete.vim
23.79 KB
October 12 2025 00:23:12
root / root
0644
rust.vim
10.218 KB
October 12 2025 00:23:12
root / root
0644
rustfmt.vim
2.92 KB
October 12 2025 00:23:12
root / root
0644
spellfile.vim
6.071 KB
October 12 2025 00:23:12
root / root
0644
sqlcomplete.vim
38.27 KB
October 12 2025 00:23:12
root / root
0644
syntaxcomplete.vim
30.537 KB
October 12 2025 00:23:12
root / root
0644
tar.vim
21.661 KB
October 12 2025 00:23:12
root / root
0644
tohtml.vim
31.325 KB
October 12 2025 00:23:12
root / root
0644
vimball.vim
23.761 KB
October 12 2025 00:23:12
root / root
0644
xmlcomplete.vim
14.589 KB
October 12 2025 00:23:12
root / root
0644
zip.vim
14.66 KB
October 12 2025 00:23:12
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF