Searched full:grep (Results 1 – 25 of 103) sorted by relevance
12345
| /plugin/structtemplate/_vagrant/ |
| D | deprovision_dokuwiki_from_but_protect.sh | 47 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/ |
| D | helper.php | 61 $grep = preg_quote(auth_nameencode($usergroup, true), '/'); 62 $grep = '/^'.$grep.'\\t/'; 64 io_deleteFromFile($this->configfile, $grep, true);
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/ |
| D | Makefile | 14 | grep 'tests/Client/server.js' \ 15 | grep -v grep \
|
| /plugin/odtplus2dw/ |
| D | installLatestPandoc.sh | 3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep …
|
| /plugin/file2dw/docker/dokuwikiapp/ |
| D | installLatestPandoc.sh | 3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep …
|
| /plugin/bpmnio/test/ |
| H A D | run-tests.sh | 9 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 D | start-test-env.sh | 11 …if docker inspect --format='{{.State.Health.Status}}' dokuwiki-bpmnio-test 2>/dev/null | grep -q h…
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/languages/ |
| D | perl.min.js | 1 …grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumb…
|
| D | gradle.min.js | 1 …ile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject in…
|
| /plugin/serverinfos/serverinfos/lib/ |
| D | Elements.class.php | 211 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/ |
| D | getflags.sh | 3 grep -v '^#' "lang/flags.txt" | \
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/ |
| D | update_authors.sh | 3 git log --format='%aN' | grep -v abraidwood >> AUTHORS.tmp
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
| D | commands.pl | 34 @files = grep(!/^\.\.?$/,readdir(DIR)); 58 @files = grep(!/^\.\.?$/,readdir(DIR));
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/ |
| D | commands.pl | 34 @files = grep(!/^\.\.?$/,readdir(DIR)); 58 @files = grep(!/^\.\.?$/,readdir(DIR));
|
| /plugin/localization/locales/ro/ |
| D | conf.php | 5 …enting it, make sure that your server supports this locale (for example, run `locale -a | grep ro`)
|
| /plugin/localization/locales/ru/ |
| D | conf.php | 5 …enting it, make sure that your server supports this locale (for example, run `locale -a | grep ru`)
|
| /plugin/findologicxmlexport/vendor/twig/twig/ |
| D | .travis.yml | 31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | stubs.memory_get_usage.inc.php | 21 exec("ps -eo%mem,rss,pid | grep $pid", $output);
|
| /plugin/issuelinks/ |
| D | pre-commit.hook.sh | 5 STAGED_FILES_CMD=`git diff --cached --name-only --diff-filter=ACMR HEAD | grep \\\\.php`
|
| /plugin/pgn4web/pgn4web/ |
| D | release-pgn4web.sh | 11 pgn4webVer=$(grep "var pgn4web_version = " pgn4web.js | awk -F "'" '{print$2}')
|
| /plugin/tagfilter/script/select2/ |
| D | release.sh | 20 curbranch=`git branch | grep "*" | sed "s/* //"`
|
| /plugin/combo/.travis/ |
| H A D | .travis.yml | 38 # - set | grep TRAVIS # env variable
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushGroovy.js | 18 'findIndexOf grep inject max min reverseEach sort ' +
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | package.json | 42 …int raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | package.json | 23 …"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git'…
|
12345