Home
last modified time | relevance | path

Searched refs:usr (Results 1 – 25 of 71) sorted by relevance

123

/plugin/issuetracker/
Dedit.php19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument
110 …1) $bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr);
116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); …
179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { argument
217 $bodyhtml = str_ireplace("%%resolver%%",$usr,$bodyhtml);
218 $bodyhtml = str_ireplace("%%mod_by%%",$usr,$bodyhtml);
319 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument
333 $mods[$mod_id]['user'] = $usr;
[all …]
/plugin/jmol2/jmol/
Djmol14 elif [ -f /usr/share/jmol/Jmol.jar ] ; then
15 jarpath=/usr/share/jmol/Jmol.jar
Djmol.sh21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
/plugin/snap/
Dserver.sh6 fp=/usr/share/fonts/X11/misc
7 html2imagePath=/usr/lib/html2image
/plugin/authnc/
Dauth.php260 $usr['user'] = (string)$user;
261 $usr['name'] = (string)$xml->data->displayname;
262 $usr['mail'] = (string)$xml->data->email;
267 $usr['grps'] = $groups;
268 $users[] = $usr;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-elasticsearch.sh60 --volume $ssl_cert:/usr/share/elasticsearch/config/certs/testnode.crt
61 --volume $ssl_key:/usr/share/elasticsearch/config/certs/testnode.key
62 --volume $ssl_ca:/usr/share/elasticsearch/config/certs/ca.crt
92 --volume $volume_name:/usr/share/elasticsearch/data${i}
DDockerfile4 WORKDIR /usr/src/app
25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=com…
Dpacker_cache.sh3 source /usr/local/bin/bash_standard_lib.sh
/plugin/docsearch/conf/
Dconverter.php.dist16 #pdf /usr/bin/pdftotext %in% %out%
17 #doc /usr/bin/antiword %in% > %out%
/plugin/golocal/src/setup/
Dlinux.go94 usr, err := user.Current()
99 location := fmt.Sprintf("%s/.local/share/applications/%s", usr.HomeDir, desktopFile())
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/docker/
DDockerfile5 WORKDIR /usr/src/app
/plugin/docsearch/lang/ko/
Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ja/
Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/asciidocjs/node_modules/jake/bin/
Dcli.js1 #!/usr/bin/env node
/plugin/docsearch/lang/ru/
Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/findologicxmlexport/vendor/sebastian/environment/
DREADME.md49 string(14) "'/usr/bin/php'"
67 string(42) "'/usr/local/src/hhvm/hphp/hhvm/hhvm' --php"
/plugin/dir/
Dmake_tgz.sh5 dokuwiki_root=/usr/local/www/dokuwiki
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
D003-open-basedir.phpt9 $reader = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');
/plugin/sphinxsearch-was/contrib/cron.daily/
H A Dsphinx-rotate-grimore14 /usr/bin/indexer -c sphinx.conf dk_main --rotate 2>&1 >/dev/null
/plugin/asciidocjs/node_modules/babylon/bin/
Dbabylon.js1 #!/usr/bin/env node
/plugin/snmplive/
DMakefile5 prefix := /usr/share/dokuwiki
/plugin/quickstats/
DHOW-TO42 GeoLiteCity.dat must be downloaded from Maxmind and stored in /usr/local/share/GeoIP/
47 Unpack this file and place it in either in /usr/local/share/GeoIP or quickstats/GEOIP.
48 The default directory for GeoLiteCity.dat is /usr/local/share/GeoIP which you will
119 …quickstats will look in this directory for GeoLiteCity.dat (it defaults to /usr/local/share/GeoIP/)
/plugin/gnuplot/
Dsyntax.php114 $retval = exec('/usr/bin/gnuplot '.$tmpfname);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DREADME.md24 #!/usr/bin/env node
51 #!/usr/bin/env node
67 #!/usr/bin/env node
96 #!/usr/bin/env node
118 #!/usr/bin/env node
159 #!/usr/bin/env node
188 #!/usr/bin/env node
210 #!/usr/bin/env node
227 #!/usr/bin/env node
246 #!/usr/bin/env node
[all …]
/plugin/sphinxsearch-was/contrib/etc/systemd/system/
H A Dsphinx-searchd-grimore.service10 ExecStart = /usr/bin/searchd -c /var/www/grimore.org/lib/plugins/sphinxsearch/sphinx.conf

123