Home
last modified time | relevance | path

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

123

/plugin/issuetracker/
H A Dedit.php19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument
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;
360 $usr = $_POST['usr']; variable
382 _log_mods($project, $issues[$id_issue], $usr, $field, $old_value, $value);
386 _emailForIssueMod($currentID, $project, $issues[$id_issue], $old_value, $field, $value, $usr);
[all …]
/plugin/jmol2/jmol/
H A Djmol14 elif [ -f /usr/share/jmol/Jmol.jar ] ; then
15 jarpath=/usr/share/jmol/Jmol.jar
H A Djmol.sh21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
/plugin/snap/
H A Dserver.sh6 fp=/usr/share/fonts/X11/misc
7 html2imagePath=/usr/lib/html2image
/plugin/authnc/
H A 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/
H A Drun-elasticsearch.sh1 #!/usr/bin/env bash
60 --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
66 cert_validation_flags="--insecure --cacert /usr/share/elasticsearch/config/certs/ca.crt --resolve ${es_node_name}:443:127.0.0.1"
92 --volume $volume_name:/usr/share/elasticsearch/data${i}
H A DDockerfile4 WORKDIR /usr/src/app
25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
H A Dpacker_cache.sh1 #!/usr/bin/env bash
3 source /usr/local/bin/bash_standard_lib.sh
H A Drun-repository.sh1 #!/usr/bin/env bash
37 --workdir="/usr/src/app" \
38 --volume=${repo}/tests:/usr/src/app/tests \
/plugin/docsearch/conf/
H A Dconverter.php.dist16 #pdf /usr/bin/pdftotext %in% %out%
17 #doc /usr/bin/antiword %in% > %out%
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml22 - "nginx_html:/usr/share/nginx/html"
39 - "nginx_html:/usr/share/nginx/html"
43 …entrypoint: /usr/local/bin/docker-gen -notify-sighup nginx-proxy -watch -wait 2s:5s /etc/docker-ge…
58 - "nginx_html:/usr/share/nginx/html"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/docker/
H A DDockerfile5 WORKDIR /usr/src/app
/plugin/docsearch/lang/ja/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ko/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ru/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/dir/
H A Dmake_tgz.sh5 dokuwiki_root=/usr/local/www/dokuwiki
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A 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/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md49 string(14) "'/usr/bin/php'"
67 string(42) "'/usr/local/src/hhvm/hphp/hhvm/hhvm' --php"
/plugin/snmplive/
H A DMakefile5 prefix := /usr/share/dokuwiki
/plugin/gnuplot/
H A Dsyntax.php114 $retval = exec('/usr/bin/gnuplot '.$tmpfname);
/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
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js1 #!/usr/bin/env node
/plugin/quickstats/
H A 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/file2dw/docker/dokuwikiapp/
H A DDockerfile13 RUN echo "www-data ALL=(root)NOPASSWD:/usr/bin/soffice" >> /etc/sudoers.d/soffice && \

123