Home
last modified time | relevance | path

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

12

/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$" \
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/
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/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/pgn4web/pgn4web/
Dzip-custom-package.sh31 pgn4webVer=$(grep "var pgn4web_version = " pgn4web.js | awk -F "'" '{print$2}')
Drelease-pgn4web.sh11 pgn4webVer=$(grep "var pgn4web_version = " pgn4web.js | awk -F "'" '{print$2}')
/plugin/issuelinks/
Dpre-commit.hook.sh5 STAGED_FILES_CMD=`git diff --cached --name-only --diff-filter=ACMR HEAD | grep \\\\.php`
/plugin/do/syntax/
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/
Drelease.sh20 curbranch=`git branch | grep "*" | sed "s/* //"`
/plugin/picasawebalbum/
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.js466 fingeredFrets = jQuery.grep(array, function (pair) {
478 fingeredFrets = jQuery.grep(fingeredFrets, function (n) {
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/
D58.58.js.map1 … 'gawk',\n 'gcc',\n 'get',\n 'git',\n 'grep',\n 'hg',\n …
/plugin/codemirror/dist/modes/
Dperl.min.js1 …,getservent:1,getsockname:1,getsockopt:1,given:1,glob:1,gmtime:1,"goto":1,grep:1,hex:1,"import":1,… property
Dshell.min.js.map1 …t\", \"diff\", \"echo\", \"find\", \"gawk\", \"gcc\", \"get\", \"git\", \"grep\", \"hg\", \"kill\"…
/plugin/jquery/
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…
Djquery-1.4.2.js642 grep: function( elems, callback, inv ) { method
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/
Djquery-1.6.min.js16grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a… method
/plugin/dokumicrobugtracker/js/
Djquery.js2grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a…
/plugin/tline/timeline_ajax/
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=[]; method
414 },animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;
/plugin/eventline/timeline_ajax/
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=[]; method
414 },animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;

12