Home
last modified time | relevance | path

Searched full:grep (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/structtemplate/_vagrant/
Ddeprovision_dokuwiki_from_but_protect.sh47 for file in $(find "${DW_PATH}" -type f -depth | grep -v "^${DW_PATH}/${PROTECTED_DIR}/") ; do
53 grep -v "^${DW_PATH}/${PROTECTED_DIR}$" | \
54 grep -v "^${DW_PATH}/${PROTECTED_DIR}/" | \
55 grep -v "^${DW_PATH}/lib/plugins$" | \
56 grep -v "^${DW_PATH}/lib$" \
/plugin/autologoff/
Dhelper.php61 $grep = preg_quote(auth_nameencode($usergroup, true), '/');
62 $grep = '/^'.$grep.'\\t/';
64 io_deleteFromFile($this->configfile, $grep, true);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DMakefile14 | grep 'tests/Client/server.js' \
15 | grep -v grep \
/plugin/odtplus2dw/
DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep
/plugin/file2dw/docker/dokuwikiapp/
DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep
/plugin/bpmnio/test/
H A Drun-tests.sh9 if ! docker ps --format '{{.Names}}' | grep -q "^${CONTAINER}$"; then
35 curl -sf "http://localhost:$PORT/doku.php?id=$page" | grep -q "bpmn\|dmn" \
H A Dstart-test-env.sh11 …if docker inspect --format='{{.State.Health.Status}}' dokuwiki-bpmnio-test 2>/dev/null | grep -q h…
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
Dperl.min.js1grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumb…
Dgradle.min.js1 …ile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject in…
/plugin/serverinfos/serverinfos/lib/
DElements.class.php211 exec("dpkg -l | grep 'ii mysql-server '", $installDns); exec("pidof named", $statusDns);
212 exec("dpkg -l | grep 'ii isc-dhcp-server '", $installDhcp); exec("pidof dhcpd", $statusDhcp);
213 exec("dpkg -l | grep 'ii samba '", $installSamba); exec("pidof smbd", $statusSamba);
214 exec("dpkg -l | grep 'ii openssh-server '", $installSsh); exec("pidof sshd", $statusSsh);
215 exec("dpkg -l | grep 'ii proftpd-basic '", $installFtp); exec("pidof ftpd", $statusFtp);
216 …exec("dpkg -l | grep 'ii freeradius '", $installRadius); exec("pidof freeradius", $statusRadius…
217 exec("dpkg -l | grep 'ii mysql-server '", $installMysql); exec("pidof mysqld", $statusMysql);
/plugin/translation/
Dgetflags.sh3 grep -v '^#' "lang/flags.txt" | \
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dupdate_authors.sh3 git log --format='%aN' | grep -v abraidwood >> AUTHORS.tmp
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dcommands.pl34 @files = grep(!/^\.\.?$/,readdir(DIR));
58 @files = grep(!/^\.\.?$/,readdir(DIR));
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dcommands.pl34 @files = grep(!/^\.\.?$/,readdir(DIR));
58 @files = grep(!/^\.\.?$/,readdir(DIR));
/plugin/localization/locales/ro/
Dconf.php5 …enting it, make sure that your server supports this locale (for example, run `locale -a | grep ro`)
/plugin/localization/locales/ru/
Dconf.php5 …enting it, make sure that your server supports this locale (for example, run `locale -a | grep ru`)
/plugin/findologicxmlexport/vendor/twig/twig/
D.travis.yml31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
/plugin/html2pdf/html2pdf/html2ps/
Dstubs.memory_get_usage.inc.php21 exec("ps -eo%mem,rss,pid | grep $pid", $output);
/plugin/issuelinks/
Dpre-commit.hook.sh5 STAGED_FILES_CMD=`git diff --cached --name-only --diff-filter=ACMR HEAD | grep \\\\.php`
/plugin/pgn4web/pgn4web/
Drelease-pgn4web.sh11 pgn4webVer=$(grep "var pgn4web_version = " pgn4web.js | awk -F "'" '{print$2}')
/plugin/tagfilter/script/select2/
Drelease.sh20 curbranch=`git branch | grep "*" | sed "s/* //"`
/plugin/combo/.travis/
H A D.travis.yml38 # - set | grep TRAVIS # env variable
/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushGroovy.js18 'findIndexOf grep inject max min reverseEach sort ' +
/plugin/asciidocjs/node_modules/asap/
Dpackage.json42 …int raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
/plugin/asciidocjs/node_modules/resolve/
Dpackage.json23 …"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git'…

12345