Home
last modified time | relevance | path

Searched refs:grep (Results 1 – 25 of 46) sorted by relevance

12

/plugin/structtemplate/_vagrant/
H A 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$" \
H A Dprovision_dokuwiki.sh84 …contained_files=$(tar -tf "${dw_package}" | grep '^dokuwiki-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][…
/plugin/autologoff/
H A 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/
H A DMakefile14 | grep 'tests/Client/server.js' \
15 | grep -v grep \
/plugin/odtplus2dw/
H A DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep amd64.deb | cut -d '"' -f 4 | wget
/plugin/file2dw/docker/dokuwikiapp/
H A DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep
/plugin/translation/
H A Dgetflags.sh3 grep -v '^#' "lang/flags.txt" | \
/plugin/pgn4web/pgn4web/
H A Dzip-custom-package.sh31 pgn4webVer=$(grep "var pgn4web_version = " pgn4web.js | awk -F "'" '{print$2}')
H A Drelease-pgn4web.sh11 pgn4webVer=$(grep "var pgn4web_version = " pgn4web.js | awk -F "'" '{print$2}')
/plugin/issuelinks/
H A Dpre-commit.hook.sh5 STAGED_FILES_CMD=`git diff --cached --name-only --diff-filter=ACMR HEAD | grep \\\\.php`
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
/plugin/do/syntax/
H A Ddo.php80 if (preg_match('/\b(\d\d\d\d-\d\d-\d\d)\b/', $content, $grep)) {
81 $data['task']['date'] = $grep[1];
/plugin/tagfilter/script/select2/
H A Drelease.sh20 curbranch=`git branch | grep "*" | sed "s/* //"`
/plugin/combo/.travis/
H A D.travis.yml38 # - set | grep TRAVIS # env variable
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6 …this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){ret…
/plugin/chordsheets/js/
H A Djtab.min.js1grep(array,function(t){return 1!=t.length}).map(function(t){return parseInt(t[0])}).map(function(t…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D58.58.js.map1 … 'gawk',\n 'gcc',\n 'get',\n 'git',\n 'grep',\n 'hg',\n …
/plugin/codemirror/dist/modes/
H A Dperl.min.js1 …,getservent:1,getsockname:1,getsockopt:1,given:1,glob:1,gmtime:1,"goto":1,grep:1,hex:1,"import":1,… property in AnonymousFunction3829359c0200.a
H A Dshell.min.js.map1 …t\", \"diff\", \"echo\", \"find\", \"gawk\", \"gcc\", \"get\", \"git\", \"grep\", \"hg\", \"kill\"…
/plugin/jquery/
H A Dscript.js12grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nod…
19 …isibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T…
H A Djquery-1.4.2.js642 grep: function( elems, callback, inv ) {
3698 return jQuery.grep(elements, function( elem, i ) {
3703 return jQuery.grep(elements, function( elem, i ) {
3708 var filtered = jQuery.grep(elements, function( elem ) {
3719 return jQuery.grep(elements, function( elem, i ) {
5909 return jQuery.grep(jQuery.timers, function( fn ) {
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js79 },filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,fun…
202 …ssNames){if(elem.nodeType==1){elem.className=classNames!=undefined?jQuery.grep(elem.className.spli…
323 },grep:function(elems,callback,inv){var ret=[];
414 },animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js79 },filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,fun…
202 …ssNames){if(elem.nodeType==1){elem.className=classNames!=undefined?jQuery.grep(elem.className.spli…
323 },grep:function(elems,callback,inv){var ret=[];
414 },animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;

12