=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== boinc-7.16.15+dfsg.is.7.16.11+dfsg/Makefile.am-82-dist-hook: boinc-7.16.15+dfsg.is.7.16.11+dfsg/Makefile.am:83: rm -rf `find $(distdir) -name .backup -prune -o -name '*~' -o -name CVS` boinc-7.16.15+dfsg.is.7.16.11+dfsg/Makefile.am-84-# cd $(distdir) && ./_autosetup ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-24- ## get current version of $1 boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup:25: desired=`echo $2 | awk -F. '{print $1*100+$2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-26- echo $ECHO_N "Checking version of '$1' >= $desired... $ECHO_C" boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-27- name=$1 boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup:28: fullpath=${3:-`command -v "$name"`}; boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-29- if [ -x "$fullpath" ]; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-38- cmdline="$fullpath --version"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup:39: if version=`($cmdline 2>/dev/null)` 2>/dev/null; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-40- echo >/dev/null ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-44- if [ -n "${version}" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup:45: version=`echo $version | awk '{ for (i=1;i<=NF;i++) { split($i,j,"."); m=j[1]*100+j[2] ; if ((m*1)>0) { print m ; break; } } }'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-46- if [ -z "$version" ]; then version=0; fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup:47: success=`echo "$version" "$desired" | awk '{ if ($1 >= $2) { print "yes";} else {print "no";}} '` boinc-7.16.15+dfsg.is.7.16.11+dfsg/_autosetup-48- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-12-APP_NAME="Gradle" boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:13:APP_BASE_NAME=`basename "$0"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-14- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-49-while [ -h "$PRG" ] ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:50: ls=`ls -ld "$PRG"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:51: link=`expr "$ls" : '.*-> \(.*\)$'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-52- if expr "$link" : '/.*' > /dev/null; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-54- else boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:55: PRG=`dirname "$PRG"`"/$link" boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-56- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-58-SAVED="`pwd`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:59:cd "`dirname \"$PRG\"`/" >/dev/null boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-60-APP_HOME="`pwd -P`" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-109-if $cygwin ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:110: APP_HOME=`cygpath --path --mixed "$APP_HOME"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:111: CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:112: JAVACMD=`cygpath --unix "$JAVACMD"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-113- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-128- for arg in "$@" ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:129: CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:130: CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-131- boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-132- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:133: eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-134- else boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew:135: eval `echo args$i`="\"$arg\"" boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/BOINC/gradlew-136- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrant.README.md-69-1. Add your SSH key to the ssh-agent. boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrant.README.md:70: 1. Start the ssh-agent in the background: `eval "$(ssh-agent -s)"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrant.README.md-71- 1. Add your SSH private key to the ssh-agent: `ssh-add ~/.ssh/id_rsa` ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrantfile-142- git clone https://github.com/BOINC/boinc.git $HOME/BOINC boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrantfile:143: export BUILD_TOOLS=`sed -n "s/.*buildToolsVersion\\s*\\"\\(.*\\)\\"/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrantfile:144: export COMPILE_SDK=`sed -n "s/.*compileSdkVersion\\s*\\(\\d*\\)/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle` boinc-7.16.15+dfsg.is.7.16.11+dfsg/android/Vagrantfile-145- yes | $HOME/Android/Sdk/tools/bin/sdkmanager "build-tools;${BUILD_TOOLS}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/api/boinc_api.cpp-1693- boinc-7.16.15+dfsg.is.7.16.11+dfsg/api/boinc_api.cpp:1694:void boinc_remote_desktop_addr(char* addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/api/boinc_api.cpp-1695- if (standalone) return; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/api/boinc_api.h-114-extern void boinc_web_graphics_url(char*); boinc-7.16.15+dfsg.is.7.16.11+dfsg/api/boinc_api.h:115:extern void boinc_remote_desktop_addr(char*); boinc-7.16.15+dfsg.is.7.16.11+dfsg/api/boinc_api.h-116- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-12-system("cd doc; ./build_po.php"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos:13:system("tools/compare_pot doc/BOINC-Web.pot $tdir/BOINC-Web.pot $emails"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-14- boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-15-system("cd html/ops; ./build_po_boinc.php"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos:16:system("tools/compare_pot html/ops/BOINC-Project-Generic.pot $tdir/BOINC-Project-Generic.pot $emails"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-17- boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-18-system("cd client; ./build_po"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos:19:system("tools/compare_pot client/BOINC-Client.pot $tdir/BOINC-Client.pot $emails"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-20- boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-21-system("cd clientgui; ./build_po"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos:22:system("tools/compare_pot clientgui/BOINC-Manager.pot $tdir/BOINC-Manager.pot $emails"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-23- boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-24-system("cd mac_installer; ./build_po"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos:25:system("tools/compare_pot mac_installer/BOINC-Setup.pot $tdir/BOINC-Setup.pot $emails"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-26- boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-27-//system("cd android; a2po export -v"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos:28://system("tools/compare_pot android/BOINC-Android.pot $tdir/BOINC-Android.pot $emails"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/build_pos-29- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/checkin_notes_2002-2561-David Dec 6 2002 boinc-7.16.15+dfsg.is.7.16.11+dfsg/checkin_notes_2002:2562: - fix bugs in get_local_ip_addr() boinc-7.16.15+dfsg.is.7.16.11+dfsg/checkin_notes_2002-2563- (need to figure out why they were happening) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/checkin_notes_2005-4927-David 9 April 2005 boinc-7.16.15+dfsg.is.7.16.11+dfsg/checkin_notes_2005:4928: - move NET_XFER::get_ip_addr() to lib/network.C, boinc-7.16.15+dfsg.is.7.16.11+dfsg/checkin_notes_2005-4929- and rename it resolve_hostname() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-227- #ifdef _M_IX86 boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp:228: __asm { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-229- mov ecx,index ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-237- // damn Microsoft for not having inline assembler in 64-bit code boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp:238: // so this is in an NASM compiled library boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-239- return asm_xgetbv(index); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-268- #ifdef _M_IX86 boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp:269: __asm { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-270- mov eax,type ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-279- // damn Microsoft for not having inline assembler in 64-bit code boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp:280: // so this is in an NASM compiled library boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/hostinfo_win.cpp-281- asm_cpuid(cpuinfo,type); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/http_curl.h-150- void init(PROJECT*); boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/http_curl.h:151: int get_ip_addr(int &ip_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/http_curl.h-152- void close_socket(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-85- boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-87- shift ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-89- boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-91- shift ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-151- then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:152: dst="$dst"/`basename $src` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-153- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-158-## this sed command emulates the dirname command boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-160- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-172-IFS='%' boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-174-IFS="${oIFS}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-206- then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:207: dstfile=`basename $dst` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-208- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-216- then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh:217: dstfile=`basename $dst` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/install-sh-218- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/mac_address.cpp-275- if (!strcmp((ifaptr)->ifa_name, item->ifr_name) && (((ifaptr)->ifa_addr)->sa_family == AF_LINK)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/mac_address.cpp:276: ptr = (unsigned char *)LLADDR((struct sockaddr_dl *)(ifaptr)->ifa_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/mac_address.cpp-277- hw_addr = (struct ether_addr *)ptr; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-82- # we aren't running under bash or zsh, check for ksh boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:83: if [ -z "`echo ${ENV} | grep ksh`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-84- # still might be ksh. One last shot. boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:85: if [ -z "`${PS} $$ | tail -1 | grep ksh`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-86- # as far as I can tell we aren't in an approved shell boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:87: TRIES=`expr $TRIES + 1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-88- # have we tried too many times? ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-93- for try in $SHELLS ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:94: ex=`which $try` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-95- if [ ! -z "${ex}" -a -x "${ex}" ] ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-197- function killproc() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:198: PID=`local_pidof $1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-199- [ $PID ] && kill $PID ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-257- # check whether we are using a deprecated name boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:258: if [ "x$NOWARNING" != "xyes" -a -z "`echo ${config_file} | grep boinc-client`" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:259: fn=`basename $config_file` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:260: dn=`dirname $config_file` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:261: newname=`echo $fn | sed 's/boinc/boinc-client/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-262- echo -n "The filename '${config_file}' is deprecated..." ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-298-# we can't rely on the existence of "whoami" or "logname", so we'll use ps. boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:299:USERNOW=`${PS} u $$ | tail -1 | awk '{print $1}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-300-if [ -z "$BOINCUSER" ] ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-304-## Check that BOINCUSER actually exists boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:305:if [ -z "`grep ^${BOINCUSER}: /etc/passwd`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:306: if [ -z "`ypcat passwd 2>/dev/null | grep ^${BOINCUSER}:`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:307: if [ -z "`nidump passwd / 2>/dev/null | grep ^${BOINCUSER}:`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-308- echo -n ERROR: user ${BOINCUSER} does not exist. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-332- cmd="if test -O ${BOINCDIR} ; then echo success ; fi" boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:333: if [ -z `$RUNUSER $BOINCUSER -c "$cmd"` ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-334- echo -n ERROR: $BOINCDIR is not owned by $BOINCUSER. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-345-if [ ! -x $BOINCEXE ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:346: BOINCEXE=`$WHICH $BOINCEXE_NAME 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-347- if [ ! -x "$BOINCEXE" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:348: BOINCEXE=`$WHICH boinc 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-349- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-360-if [ ! -x $BOINCCMD ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:361: BOINCCMD=`$WHICH $BOINCCMD_NAME 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-362- if [ ! -x "$BOINCCMD" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:363: BOINCCMD=`dirname $BOINCEXE 2>/dev/null`/${BOINCCMD_NAME} boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-364- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-380- cd $BOINCDIR boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:381: PID=`local_pidof $BOINCEXE_NAME` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-382- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-415- sleep 3 boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:416: PID=`local_pidof $BOINCEXE_NAME` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-417- if [ $PID ]; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-430- if [ -f $PIDFILE ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:431: PID=`cat $PIDFILE` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:432: if [ -n "`${PS} $PID | grep $PID`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:433: kill `cat $PIDFILE` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-434- sleep 5 boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-435- fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:436: if [ -z "`${PS} $PID | grep $PID`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-437- echo_success ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-465- status) boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:466: PID=`cat $PIDFILE 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-467- if [ "$PID" != "" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-468- # is it still running? boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:469: if [ -z "`${PS} $PID | grep $PID`" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-470- # not running. Try the other tests. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-474- if [ "$PID" == "" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:475: PID=`local_pidof $BOINCEXE_NAME` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-476- fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-477- if [ "$PID" == "" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in:478: PID=`local_pidof $BOINCEXE` boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/scripts/boinc-client.in-479- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp-214- if (!(buf[0] =='#' || buf[0] == ';') && strlen(buf) > 0 ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp:215: retval = resolve_hostname_or_ip_addr(buf, ip_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp-216- if (retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp-331- } else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp:332: addr.sin_addr.s_addr = inet_addr("127.0.0.1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp-333- if (log_flags.gui_rpc_debug) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp-433- while (remote_iter != allowed_remote_ip_addresses.end() ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp:434: if (same_ip_addr(peer_ip, *remote_iter)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/client/gui_rpc_server.cpp-435- return true; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/features/boinc_standard/boinc_standard.module-19- $default_theme_enabled = db_query("UPDATE {system} SET status = 1 boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/features/boinc_standard/boinc_standard.module:20: WHERE type = 'theme' and name = '%s'", $default_theme); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/features/boinc_standard/boinc_standard.module-21-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/features/discussion_forums/discussion_forums.module-47- // Delete the default forum access role boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/features/discussion_forums/discussion_forums.module:48: db_query("DELETE FROM {role} WHERE rid = '%d'", $old_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/features/discussion_forums/discussion_forums.module-49- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js-301-(function(){var a=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,d={checked:1,compact:1,declare:1,defer:1,disabled:1,ismap:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,selected:1};CKEDITOR.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(b){for(var c,f,h=0,k;c=this._.htmlPartsRegex.exec(b);){f=c.index;if(f>h)if(h=b.substring(h,f),k)k.push(h);else this.onText(h); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js:302:h=this._.htmlPartsRegex.lastIndex;if(f=c[1])if(f=f.toLowerCase(),k&&CKEDITOR.dtd.$cdata[f]&&(this.onCDATA(k.join("")),k=null),!k){this.onTagClose(f);continue}if(k)k.push(c[0]);else if(f=c[3]){if(f=f.toLowerCase(),!/="/.test(f)){var g={},l,v=c[4];c=!!c[5];if(v)for(;l=a.exec(v);){var e=l[1].toLowerCase();l=l[2]||l[3]||l[4]||"";g[e]=!l&&d[e]?e:CKEDITOR.tools.htmlDecodeAttr(l)}this.onTagOpen(f,g,c);!k&&CKEDITOR.dtd.$cdata[f]&&(k=[])}}else if(f=c[2])this.onComment(f)}if(b.length>h)this.onText(b.substring(h, boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js-303-b.length))}}})(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js-324-c.priority);"number"!=typeof f&&(f=10);"object"!=typeof c&&(c={});a.elementNames&&this.elementNameRules.addMany(a.elementNames,f,c);a.attributeNames&&this.attributeNameRules.addMany(a.attributeNames,f,c);a.elements&&d(this.elementsRules,a.elements,f,c);a.attributes&&d(this.attributesRules,a.attributes,f,c);a.text&&this.textRules.add(a.text,f,c);a.comment&&this.commentRules.add(a.comment,f,c);a.root&&this.rootRules.add(a.root,f,c)},applyTo:function(a){a.filter(this)},onElementName:function(a,c){return this.elementNameRules.execOnName(a, boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js:325:c)},onAttributeName:function(a,c){return this.attributeNameRules.execOnName(a,c)},onText:function(a,c,d){return this.textRules.exec(a,c,d)},onComment:function(a,c,d){return this.commentRules.exec(a,c,d)},onRoot:function(a,c){return this.rootRules.exec(a,c)},onElement:function(a,c){for(var d=[this.elementsRules["^"],this.elementsRules[c.name],this.elementsRules.$],h,k=0;3>k;k++)if(h=d[k]){h=h.exec(a,c,this);if(!1===h)return null;if(h&&h!=c)return this.onNode(a,h);if(c.parent&&!c.name)break}return c}, boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js-326-onNode:function(a,c){var d=c.type;return d==CKEDITOR.NODE_ELEMENT?this.onElement(a,c):d==CKEDITOR.NODE_TEXT?new CKEDITOR.htmlParser.text(this.onText(a,c.value,c)):d==CKEDITOR.NODE_COMMENT?new CKEDITOR.htmlParser.comment(this.onComment(a,c.value,c)):null},onAttribute:function(a,c,d,h){return(d=this.attributesRules[d])?d.exec(a,h,c,this):h}}});CKEDITOR.htmlParser.filterRulesGroup=a;a.prototype={add:function(a,c,d){this.rules.splice(this.findIndex(c),0,{value:a,priority:c,options:d})},addMany:function(a, ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js-908-arguments);this.requiredContent=["ul","ol"];f.on("key",function(g){var c=f.elementPath();if("wysiwyg"==f.mode&&g.data.keyCode==this.indentKey&&c){var m=this.getContext(c);!m||this.isIndent&&CKEDITOR.plugins.indentList.firstItemInPath(this.context,c,m)||(f.execCommand(this.relatedGlobal),g.cancel())}},this);this.jobs[this.isIndent?10:30]={refresh:this.isIndent?function(f,c){var g=this.getContext(c),b=CKEDITOR.plugins.indentList.firstItemInPath(this.context,c,g);return g&&this.isIndent&&!b?v:u}:function(f, boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js:909:c){return!this.getContext(c)||this.isIndent?u:v},exec:CKEDITOR.tools.bind(w,this)}}var k=CKEDITOR.plugins.indent;k.registerCommands(f,{indentlist:new g(f,"indentlist",!0),outdentlist:new g(f,"outdentlist")});CKEDITOR.tools.extend(g.prototype,k.specificDefinition.prototype,{context:{ol:1,ul:1}})}});CKEDITOR.plugins.indentList={};CKEDITOR.plugins.indentList.firstItemInPath=function(f,g,k){var q=g.contains(n);k||(k=g.contains(f));return k&&q&&q.equals(k.getFirst(n))}})();(function(){function g(a,b){var c=l.exec(a),d=l.exec(b);if(c){if(!c[2]&&"px"==d[2])return d[1];if("px"==c[2]&&!d[2])return d[1]+"px"}return b}var k=CKEDITOR.htmlParser.cssStyle,h=CKEDITOR.tools.cssLength,l=/^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i,m={elements:{$:function(a){var b=a.attributes;if((b=(b=(b=b&&b["data-cke-realelement"])&&new CKEDITOR.htmlParser.fragment.fromHtml(decodeURIComponent(b)))&&b.children[0])&&a.attributes["data-cke-resizable"]){var c=(new k(a)).rules;a=b.attributes;var d=c.width, boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/all/libraries/ckeditor/ckeditor.js-910-c=c.height;d&&(a.width=g(a.width,d));c&&(a.height=g(a.height,c))}return b}}};CKEDITOR.plugins.add("fakeobjects",{init:function(a){a.filter.allow("img[!data-cke-realelement,src,alt,title](*){*}","fakeobjects")},afterInit:function(a){(a=(a=a.dataProcessor)&&a.htmlFilter)&&a.addRules(m,{applyToAll:!0})}});CKEDITOR.editor.prototype.createFakeElement=function(a,b,c,d){var e=this.lang.fakeobjects,e=e[c]||e.unknown;b={"class":b,"data-cke-realelement":encodeURIComponent(a.getOuterHtml()),"data-cke-real-node-type":a.type, ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinccore/boinccore.module-759- // Add link to convert comment into a new topic boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinccore/boinccore.module:760: $reply_count = db_result(db_query(' SELECT COUNT(*) FROM comments WHERE pid = %d', $cid )); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinccore/boinccore.module-761- if ($reply_count == 0) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-202- // adapt from db_table_exists in database.pgsql.inc boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:203: $result = (bool) db_result(db_query("SELECT COUNT(*) FROM pg_class WHERE relname = '%s'", $table)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-204- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-717- // Check for an existing term in the vocabulary boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:718: $team_type_id = db_result(db_query("SELECT tid FROM {term_data} WHERE vid = '{$team_vid}' AND LOWER(name) = LOWER('%s')", trim($name))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-719- if ($team_type_id) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2107- // Hack to keep the topics in correct order boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:2108: $success = db_query('UPDATE {node_comment_statistics} SET last_comment_timestamp = %d WHERE nid = %d', $node->created, $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2109- if (!$success) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2241- JOIN %spost p ON p.thread = t.id boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:2242: WHERE f.parent_type = 0", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2243- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2247- JOIN %sforum f ON f.id = t.forum boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:2248: WHERE f.parent_type = 0", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2249- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2334- SELECT id, user, thread, timestamp, content, parent_post, hidden boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:2335: FROM %spost WHERE thread = %d ORDER BY id ASC', $pre, $boinc_topic->id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2336- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2779- JOIN %sforum f ON f.id = t.forum boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:2780: WHERE f.parent_type = 1', $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-2781- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3048- JOIN %spost p ON p.thread = t.id boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:3049: WHERE f.parent_type = 1", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3050- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3054- JOIN %sforum f ON f.id = t.forum boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:3055: WHERE f.parent_type = 1", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3056- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3881- // the maximum thread level. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:3882: $max = db_result(db_query('SELECT MAX(thread) FROM {comments} WHERE nid = %d', $edit['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3883- // Strip the "/" from the end of the thread. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3888- // value at the proper depth. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:3889: $parent = db_fetch_object(db_query('SELECT * FROM {comments} WHERE cid = %d', $edit['pid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3890- // Strip the "/" from the end of the parent thread. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3892- // Get the max value in _this_ thread. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module:3893: $max = db_result(db_query("SELECT MAX(thread) FROM {comments} WHERE thread LIKE '%s.%%' AND nid = %d", $parent->thread, $edit['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/boincimport.module-3894- if ($max == '') { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php-26- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php:27: $boincteam = db_fetch_object(db_query('SELECT * FROM team WHERE id=%d', array($team_id))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php:28: $boincteam_members = db_query('SELECT id FROM user WHERE teamid=%d', array($team_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php:29: $boincteam_admin = (int) db_result(db_query('SELECT userid FROM team_admin WHERE teamid=%d', array($team_id))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php-30- db_set_active('default'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php-31- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php:32: $team_exists = db_query('SELECT team_id FROM {boincteam} WHERE team_id = %d', $boincteam->id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php-33- // FIXME: $team_exists==FALSE should be handled as an error and return an error code! ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php-83- $team_members = db_query('SELECT uid FROM {boincuser} WHERE boinc_id IN(%s)', implode(',', $boincteam_member_ids)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php:84: $team_admin = (int) db_result(db_query('SELECT uid FROM {boincuser} WHERE boinc_id=%d', $boincteam_admin)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/includes/import_team.php-85- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/views/views_handler_argument_boincteam_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/views/views_handler_argument_boincteam_id.inc:17: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincimport/views/views_handler_argument_boincteam_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincstats/boincstats.admin.inc-12- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincstats/boincstats.admin.inc:13:function boincstats_admin_stats_system(&$form_state) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincstats/boincstats.admin.inc-14- $form = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/pData.class.php-717- $Expression = "\$return = '!'.(".str_replace("z",$i,$Formula).");"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/pData.class.php:718: if ( @eval($Expression) === FALSE ) { $return = VOID; } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/pData.class.php-719- if ( $return == "!" ) { $return = VOID; } else { $return = $this->right($return,strlen($return)-1); } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam.module-402-function boincteam_lookup_nid($boinc_id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam.module:403: $drupal_id = db_result(db_query("SELECT nid FROM {boincteam} WHERE team_id='%d'", $boinc_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam.module-404- return $drupal_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam.module-410-function boincteam_lookup_id($nid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam.module:411: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = '%d'", $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam.module-412- return $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-113- SELECT tfid FROM {boincteam_forum_node} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module:114: WHERE nid = %d", $node->nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-115- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-149- SELECT tfid FROM {boincteam_forum_node} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module:150: WHERE nid = %d", $node->nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-151- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-233- return db_result(db_query(" boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module:234: SELECT public FROM {boincteam_forum} WHERE tfid=%d", $tfid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-235- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-252- min_time_between_posts, min_total_credit_to_post, min_avg_credit_to_post boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module:253: FROM {boincteam_forum} WHERE nid=%d", $team_id boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-254- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-301- min_time_between_posts, min_total_credit_to_post, min_avg_credit_to_post boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module:302: FROM {boincteam_forum} WHERE tfid=%d", $tfid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-303- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-312- SELECT nid FROM {boincteam_forum} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module:313: WHERE tfid=%d", $tfid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/boincteam_forum.module-314- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/includes/views_handler_argument_boincteam_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/includes/views_handler_argument_boincteam_id.inc:17: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincteam/includes/views_handler_argument_boincteam_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.module-169- foreach ($nodehashtable as $lid => $hash) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.module:170: db_query('DELETE FROM {locales_source} WHERE lid = %d', $lid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.module:171: db_query('DELETE FROM {locales_target} WHERE lid = %d', $lid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.module-172- cache_clear_all('locale:', 'cache', TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-68- ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:69: db_query("UPDATE {languages} SET enabled = 1 WHERE language = '%s'", $rfc_code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-70- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-144- $disabled_languages[$langcode] = $langcode; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:145: db_query("UPDATE {languages} SET enabled = 0 WHERE language = '%s'", $langcode); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-146- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-898- // Check if we have the language already in the database. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:899: if (!db_fetch_object(db_query("SELECT language FROM {languages} WHERE language = '%s'", $langcode))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-900- drupal_set_message(t('The language selected for import is not supported.'), 'error'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1237- list($nplurals, $plural) = $p; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1238: db_query("UPDATE {languages} SET plurals = %d, formula = '%s' WHERE language = '%s'", $nplurals, $plural, $lang); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1239- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1294- if (in_array($textgroup, $uselocation)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1295: $resource = db_query("SELECT lid FROM {locales_source} WHERE location = '%s' AND source = '%s' AND textgroup = '%s'", $location, $source, $textgroup); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1296- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1297- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1298: $resource = db_query("SELECT lid FROM {locales_source} WHERE source = '%s' AND textgroup = '%s'", $source, $textgroup); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1299- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1325- // Check of if one or more translations exist for this lid in locales_target table. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1326: $exists = (bool) db_result(db_query("SELECT lid FROM {locales_target} WHERE lid = %d AND language = '%s'", $lid, $langcode)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1327- if (!$exists) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1333- // Translation exists, only overwrite if instructed. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1334: db_query("UPDATE {locales_target} SET translation = '%s', plid = %d, plural = %d WHERE language = '%s' AND lid = %d", $translation, $plid, $plural, $langcode, $lid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1335- $report['updates']++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1347- $lid = $row['lid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1348: $exists = (bool) db_result(db_query("SELECT lid FROM {locales_target} WHERE lid = %d AND language = '%s'", $lid, $langcode)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1349- if ($exists) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1350- // Empty translation, remove existing if instructed. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc:1351: db_query("DELETE FROM {locales_target} WHERE language = '%s' AND lid = %d AND plid = %d AND plural = %d", $langcode, $lid, $plid, $plural); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boinctranslate/includes/boinctranslate.helpers.inc-1352- $report['deletes']++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-467- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:468: db_query("UPDATE {user} SET show_hosts=0 WHERE id='%d'", $boinc_user->id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-469- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-631- // Delete entry in drupal boincuser table. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:632: $qrc2 = db_query("DELETE FROM {boincuser} WHERE uid=%d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-633- if (!$qrc2) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1434- INNER JOIN users users ON node.uid = users.uid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:1435: WHERE (node.type in ('forum', 'news', 'page', 'story')) AND (node.status = 1) AND (node.uid = {$account_id} ) boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1436- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1448- INNER JOIN users users_comments ON comments.uid = users_comments.uid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:1449: WHERE (node_comments.status = 1) AND (users_comments.uid = {$account_id} ) boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1450- ORDER BY node_revisions_timestamp DESC"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1721- // Validate input boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:1722: if (user_validate_mail($params['email_addr']) or !is_valid_email_addr($params['email_addr'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1723- xml_error(-205); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1736- // Check this email against previous email addresses. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:1737: $tmpuser = BoincUser::lookup_prev_email_addr($params['email_addr']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1738- if ($tmpuser) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1742- // Check this email on current email addresses. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:1743: $boinc_user = BoincUser::lookup_email_addr($params['email_addr']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-1744- if ($boinc_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-2178- // Get default image if nothing else works boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module:2179: $content_node_widget_settings = db_result(db_query("SELECT widget_settings FROM {content_node_field_instance} WHERE field_name = '%s'", ($avatar ? 'field_image' : 'field_profile_image'))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser.module-2180- $content_node_widget_settings = unserialize($content_node_widget_settings); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-101-function _boincuser_delete_node_reassign($account) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:102: db_query('UPDATE {node} SET uid = 0 WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:103: db_query('UPDATE {node_revisions} SET uid = 0 WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-104-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-112- // bug in comment module, remove user name from comments. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:113: db_query("UPDATE {comments} SET comments.name='' WHERE uid =%d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-114- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:115: db_query('UPDATE {comments} SET uid = 0 WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:116: db_query('UPDATE {node_comment_statistics} SET last_comment_uid = 0 WHERE last_comment_uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-117-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-125- // Load all mids of the messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:126: $result = db_query("SELECT mid FROM {pm_message} WHERE author = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-127- $mids = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-132- // Delete messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:133: db_query('DELETE FROM {pm_message} WHERE author = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-134- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-140- // Delete recipient entries of that user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:141: db_query('DELETE FROM {pm_index} WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-142-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-150- // remove any friend relationships if an account is removed boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:151: db_query("DELETE FROM {flag_friend} WHERE uid = %d OR friend_uid = %d", $account->uid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-152-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_quote/boincuser_quote.module-48- if ($cid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_quote/boincuser_quote.module:49: $comment = db_fetch_object(db_query('SELECT c.*, u.uid, u.name AS registered_name FROM {comments} c INNER JOIN {users} u ON c.uid = u.uid WHERE c.cid = %d AND c.status = 0', $cid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/boincuser_quote/boincuser_quote.module-50- if ($comment->uid) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-55- // Get the BOINC user and check credentials boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:56: $boinc_user = BoincUser::lookup_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-57- if (!$boinc_user) return false; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-114- $lower_email_addr = strtolower($form_state['values']['mail']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:115: $tmp_user = BoincUser::lookup_prev_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-116- if ($tmp_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-132- // will fail. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:133: $boinc_user = BoincUser::lookup_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-134- if ($boinc_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-356- SELECT threadid FROM {subscriptions} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:357: WHERE userid = %d', $account->boincuser_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-358- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-365- SELECT nid FROM {boincimport_temp_topic} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:366: WHERE topic_id = %d', $thread_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-367- // Flag this node for the user ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-386- require_boinc('boinc_db'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:387: $boinc_user = BoincUser::lookup_email_addr($account->mail); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-388- $changing_email = ($edit['mail'] AND $edit['mail'] != $account->mail) ? true : false; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-398- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:399: $boinc_user_already_exists = ( BoincUser::lookup_email_addr($edit['mail']) || BoincUser::lookup_prev_email_addr($edit['mail']) ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-400- if ($boinc_user_already_exists) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-469- require_boinc('boinc_db'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:470: $boinc_user = BoincUser::lookup_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-471- if ($boinc_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-501- ' <li>' . bts('Go to the BOINC data directory on your computer (see !boinc_wiki for help finding this).', array('!boinc_wiki' => l(bts('BOINC documentation', array(), NULL, 'boinc:authenticator-login-page'), 'http://boinc.berkeley.edu/wiki/BOINC_Data_directory')), NULL, 'boinc:authenticator-login-page') . '</li>' . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:502: ' <li>' . bts('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => "account_{$project_domain}.xml", '%url' => "http://{$project_domain}"), NULL, 'boinc:authenticator-login-page') . '</li>' . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-503- ' <li>' . bts("Open the file in a text editor like Notepad. You'll see something like:", array(), NULL, 'boinc:authenticator-login-page') . ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-869- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc:870: if (BoincUser::lookup_email_addr($boinc_user->previous_email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc-871- rules_invoke_event('boincuser_revert_email_error', $boinc_user->previous_email_addr, variable_get('boinc_admin_mailing_list_subject_tag', '')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-310- $unique_name = $cleaned_name; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc:311: while (db_result(db_query("SELECT uid FROM {users} WHERE name = '{$unique_name}' LIMIT 1"))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-312- $same_name_tally++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-424- foreach ($libraries as $library) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc:425: require_once("{$library}.inc"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-426- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-441- chdir("{$include_dir}/{$path}"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc:442: include($file); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-443- chdir($workingDir); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-545-function boincuser_lookup_uid($boinc_id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc:546: $drupal_id = db_result(db_query("SELECT uid FROM {boincuser} WHERE boinc_id='%d'", $boinc_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.helpers.inc-547- return $drupal_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/views/views_handler_argument_boincteam_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/views/views_handler_argument_boincteam_id.inc:17: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/views/views_handler_argument_boincteam_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/views/views_handler_argument_boincuser_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/views/views_handler_argument_boincuser_id.inc:17: $boinc_id = db_result(db_query("SELECT boinc_id FROM {boincuser} WHERE uid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincuser/views/views_handler_argument_boincuser_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/boincwork.module-975- header('Content-type: text/plain'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/boincwork.module:976: include($log); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/boincwork.module-977- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc-1993- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc:1994: db_query("UPDATE user SET send_email = '{$boincuser->send_email}', show_hosts = '{$boincuser->show_hosts}' WHERE id = '{$boincuser->id}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc-1995- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-875- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:876: $result = db_query("UPDATE user SET project_prefs = '{$boincuser->project_prefs}' WHERE id = '{$boincuser->id}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-877- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-882- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:883: $result = db_query("UPDATE user SET global_prefs = '{$boincuser->global_prefs}' WHERE id = '{$boincuser->id}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-884- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-918- if (is_numeric($iuid) && $iuid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:919: if (!db_result(db_query('SELECT COUNT(iuid) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $iuid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-920- db_query('INSERT INTO {ignore_user} (uid, iuid) VALUES (%d, %d)', $user->uid, $iuid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-923- if (module_exists('pm_block_user')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:924: if (!db_result(db_query('SELECT COUNT(recipient) FROM {pm_block_user} WHERE author = %d AND recipient = %d', $iuid, $user->uid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-925- db_query('INSERT INTO {pm_block_user} (author, recipient) VALUES (%d, %d)', $iuid, $user->uid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-946- if (is_numeric($iuid) && $iuid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:947: if (!db_result(db_query('SELECT COUNT(iuid) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $iuid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-948- db_query('INSERT INTO {ignore_user} (uid, iuid) VALUES (%d, %d)', $user->uid, $iuid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-951- if (module_exists('pm_block_user')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:952: if (!db_result(db_query('SELECT COUNT(recipient) FROM {pm_block_user} WHERE author = %d AND recipient = %d', $iuid, $user->uid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-953- db_query('INSERT INTO {pm_block_user} (author, recipient) VALUES (%d, %d)', $iuid, $user->uid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-978- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:979: db_query('DELETE FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $iuid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-980- if (module_exists('pm_block_user')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc:981: db_query('DELETE FROM {pm_block_user} WHERE author = %d AND recipient = %d', $iuid, $user->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc-982- }// endif module_exists ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/views/views_handler_argument_boincuser_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/views/views_handler_argument_boincuser_id.inc:17: $boinc_id = db_result(db_query("SELECT boinc_id FROM {boincuser} WHERE uid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/boincwork/views/views_handler_argument_boincuser_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/bbcode/bbcode-filter.inc-367- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/bbcode/bbcode-filter.inc:368: $link = '<script type="text/javascript">eval(unescape(\''.$js_encode.'\'))</script>'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/bbcode/bbcode-filter.inc-369- if (isset($matches[3])) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.install-516- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.install:517: db_query("UPDATE {content_node_field_instance} SET display_settings='%s' WHERE field_name='%s' AND type_name='%s'", serialize($new_settings), $type['field_name'], $type['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.install-518- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.install-598- $update_args[] = $row['vid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.install:599: db_query("UPDATE {" . $table . "} SET ". implode(', ', $update_query) ." WHERE vid = %d", $update_args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.install-600- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-572- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:573: db_query("UPDATE {". content_field_tablename() ."} SET active=0 WHERE module='%s'", $module); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:574: db_query("UPDATE {". content_instance_tablename() ."} SET widget_active=0 WHERE widget_module='%s'", $module); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-575- content_clear_type_cache(TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-595- watchdog('content', 'Updating field type %type with module %module.', array('%type' => $name, '%module' => $module)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:596: db_query("UPDATE {". content_field_tablename() ."} SET module = '%s', active = %d WHERE type = '%s'", $module, 1, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-597- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-602- watchdog('content', 'Updating widget type %type with module %module.', array('%type' => $name, '%module' => $module)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:603: db_query("UPDATE {". content_instance_tablename() ."} SET widget_module = '%s', widget_active = %d WHERE widget_type = '%s'", $module, 1, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-604- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-614- $columns = (array) module_invoke($field['module'], 'field_settings', 'database columns', $field); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:615: db_query("UPDATE {". content_field_tablename() ."} SET db_columns = '%s' WHERE field_name = '%s'", serialize($columns), $field['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-616- $fields_set[] = $field['field_name']; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1050- // how to handle that. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:1051: if (db_result(db_query("SELECT COUNT(*) FROM {". $table ."} WHERE vid = %d", $node->vid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1052- content_write_record($table, $record, array('vid')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1065- if ($op == 'update') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:1066: db_query('DELETE FROM {'. $db_info['table'] .'} WHERE vid = %d', $node->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1067- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1083- foreach ($type['tables'] as $table) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:1084: db_query('DELETE FROM {'. $table .'} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1085- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1089- foreach ($type['tables'] as $table) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:1090: db_query('DELETE FROM {'. $table .'} WHERE vid = %d', $node->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1091- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1693- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:1694: $result = eval($field['allowed_values_php']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-1695- if (is_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2126- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:2127: return (bool)db_result(db_query("SHOW INDEX FROM {". $table ."} WHERE key_name = '$name'")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2128- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2131- // the table name and suffixed by '_idx'. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:2132: return (bool)db_result(db_query("SELECT COUNT(indexname) FROM pg_indexes WHERE indexname = '{". $table ."}_{$name}_idx'")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2133- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2219- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:2220: $result = eval($field['widget']['default_value_php']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2221- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2644- if (!empty($type_name)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module:2645: $delta = db_result(db_query("SELECT MAX(delta) FROM {". $db_info['table'] ."} f LEFT JOIN {node} n ON f.vid = n.vid WHERE n.type = '%s'", $type_name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/content.module-2646- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1246- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc:1247: $return = eval($php); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1248- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1520- if ($new_table != $base_tablename && $new_field['multiple'] < $previous_field['multiple'] && $new_field['multiple'] != 1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc:1521: db_query("DELETE FROM {". $new_table ."} WHERE delta >= ". max(1, $new_field['multiple'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1522- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1569- if ($previous_field['multiple']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc:1570: $result = db_query("SELECT * FROM {". $previous_table ."} c JOIN {node} n ON c.nid = n.nid WHERE delta = 0 AND n.type = '%s'", $new_field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1571- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1572- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc:1573: $result = db_query("SELECT * FROM {". $previous_table ."} c JOIN {node} n ON c.nid = n.nid WHERE n.type = '%s'", $new_field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1574- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1594- if (db_result(db_query('SELECT COUNT(*) FROM {'. $new_table . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc:1595: '} WHERE vid = %d AND nid = %d', $data['vid'], $data['nid']))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.admin.inc-1596- $keys = $new_field['multiple'] ? array('vid', 'delta') : array('vid'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-488- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc:489: $where = $cond ? ' WHERE '. implode(' AND ', $cond) : ''; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-490- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-555- db_query("DELETE FROM {". content_instance_tablename() . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc:556: "} WHERE field_name = '%s' AND type_name = '%s'", $field['field_name'], $field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-557- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-560- if (sizeof($instances) < 1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc:561: db_query("DELETE FROM {". content_field_tablename() ."} WHERE field_name = '%s'", $field['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-562- content_alter_schema($field, array()); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-602- if (db_table_exists(content_instance_tablename())) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc:603: $results = db_query("SELECT field_name, type_name FROM {". content_instance_tablename() ."} WHERE widget_module = '%s'", $module); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-604- while ($field = db_fetch_array($results)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-636- // Rename the content type in all fields that use changed content type. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc:637: db_query("UPDATE {". content_instance_tablename() ."} SET type_name='%s' WHERE type_name='%s'", array($info->type, $info->old_type)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.crud.inc-638- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.rules.inc-311- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.rules.inc:312: $value = eval($settings['code']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/includes/content.rules.inc-313- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/content_copy/content_copy.module-346- // Use '@' to suppress errors about undefined constants in the macro. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/content_copy/content_copy.module:347: @eval($form_values['macro']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/content_copy/content_copy.module-348- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install-124- $settings['display'] = array('collapsible' => 0, 'collapsed' => 0, 'description' => ''); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install:125: $ret[] = update_sql("UPDATE {node_group} SET settings = '". db_escape_string(serialize($settings)) ."', description = '' WHERE group_name = '". $group['group_name'] ."'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install-126- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install-170- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install:171: $ret[] = update_sql("UPDATE {node_group} SET settings = '". db_escape_string(serialize($group['settings'])) ."' WHERE group_name = '". $group['group_name'] ."'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install-172- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install-296- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install:297: db_query("UPDATE {content_group} SET settings='%s' WHERE group_name='%s' AND type_name='%s'", serialize($new_settings), $type['group_name'], $type['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.install-298- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-96- case 'delete instance': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:97: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE field_name = '%s' AND type_name = '%s'", $field['field_name'], $field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-98- cache_clear_all('fieldgroup_data:', content_cache_tablename(), TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-292-function _fieldgroup_field_get_group($content_type, $field_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:293: return db_result(db_query("SELECT group_name FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND field_name = '%s'", $content_type, $field_name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-294-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-534- // seems to be fixed when emptying the cache. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:535: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND field_name = '%s'", $form_values['type_name'], $form_values['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-536-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-757- // update the tables boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:758: db_query("UPDATE {". fieldgroup_tablename() ."} SET type_name='%s' WHERE type_name='%s'", array($info->type, $info->old_type)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:759: db_query("UPDATE {". fieldgroup_fields_tablename() ."} SET type_name='%s' WHERE type_name='%s'", array($info->type, $info->old_type)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-760- cache_clear_all('fieldgroup_data:', content_cache_tablename(), TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-762- elseif ($op == 'delete') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:763: db_query("DELETE FROM {". fieldgroup_tablename() ."} WHERE type_name = '%s'", $info->type); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:764: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s'", $info->type); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-765- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-830- elseif ($form_values['group']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:831: db_query("UPDATE {". fieldgroup_fields_tablename() ."} SET group_name = '%s' WHERE type_name = '%s' AND field_name = '%s'", $form_values['group'], $form_values['type_name'], $form_values['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-832- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-833- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:834: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND field_name = '%s'", $form_values['type_name'], $form_values['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-835- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-840-function fieldgroup_delete($content_type, $group_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:841: db_query("DELETE FROM {". fieldgroup_tablename() ."} WHERE type_name = '%s' AND group_name = '%s'", $content_type, $group_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module:842: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND group_name = '%s'", $content_type, $group_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/fieldgroup/fieldgroup.module-843- cache_clear_all('fieldgroup_data:', content_cache_tablename(), TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module-257- if (!empty($missing_ids)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module:258: $where = array('n.nid in ('. db_placeholders($missing_ids) . ')'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module-259- if (!user_access('administer nodes')) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module-380- if (!isset($titles[$nid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module:381: $title = $known_title ? $known_title : db_result(db_query(db_rewrite_sql("SELECT n.title FROM {node} n WHERE n.nid=%d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module-382- $titles[$nid] = $title ? $title : ''; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module-568- $nid = $element['#default_value'][$field_key]; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module:569: $value = db_result(db_query(db_rewrite_sql('SELECT n.title FROM {node} n WHERE n.nid = %d'), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/nodereference/nodereference.module-570- $value .= ' [nid:'. $nid .']'; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/text/text.install-63- $new_widget_type = ($widget_settings['rows'] > 1) ? 'text_textarea' : 'text_textfield'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/text/text.install:64: $ret[] = update_sql("UPDATE {". content_instance_tablename() ."} SET widget_module = 'text', widget_type = '". $new_widget_type ."' WHERE field_name = '{$field_instance['field_name']}' AND type_name = '{$field_instance['type_name']}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/text/text.install-65- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.install-138- // array. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.install:139: db_query("UPDATE {". content_field_tablename() ."} SET global_settings = '%s' WHERE field_name = '%s'", serialize($global_settings), $userreference->field_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.install-140- $ret[] = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.module-453- if (!empty($element['#default_value'][$field_key])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.module:454: $value = db_result(db_query("SELECT name FROM {users} WHERE uid = '%d'", $element['#default_value'][$field_key])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.module-455- return array($field_key => $value); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.module-872- foreach ($columns as $column) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.module:873: $ids = db_query(db_rewrite_sql("SELECT DISTINCT(n.nid), n.title, n.type FROM {node} n LEFT JOIN {". $table ."} f ON n.vid = f.vid WHERE f.". $column ."=". $account->uid. " AND n.status = 1")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/userreference.module-874- while ($data = db_fetch_object($ids)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-534- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install:535: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-536- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-568- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install:569: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-570- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-591- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install:592: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-593- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-616- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install:617: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-618- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-623- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install:624: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.install-625- $ret[] = array('success' => $return !== FALSE, 'query' => "[!!] UPDATE PROFILE - {$name} - Custom toolbar cannot be converted, please set this toolbar manually in the CKEditor profile!"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.module-428- if ($path = file_create_path($file)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.module:429: $result = db_query("SELECT f.* FROM {files} f WHERE filepath = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.module-430- if (db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.module-1483- if (empty($_SESSION['cke_get_settings'][$_POST['id']])) echo json_encode(array()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.module:1484: echo json_encode($_SESSION['cke_get_settings'][$_POST['id']]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/ckeditor.module-1485- die(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-162- if ($changed === TRUE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:163: db_query("UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", serialize($p->settings), $p->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-164- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-1378- if (isset($edit['_profile'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:1379: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:1380: db_query("DELETE FROM {ckeditor_role} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-1381- drupal_set_message(t('Your CKEditor profile was updated.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-1851- if (isset($edit['_profile'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:1852: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:1853: db_query("DELETE FROM {ckeditor_role} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-1854- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-2015- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:2016: $result = db_query("SELECT * FROM {ckeditor_settings} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-2017- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-2048- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:2049: db_query("UPDATE {ckeditor_settings} SET settings='%s' WHERE name='%s'", serialize($settings), $data->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-2050- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-2133-function ckeditor_profile_delete($name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:2134: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc:2135: db_query("DELETE FROM {ckeditor_role} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.admin.inc-2136-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.drush.inc-66- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.drush.inc:67: if (drush_shell_exec('svn checkout http://svn.ckeditor.com/CKEditor/releases/stable/ ' . $path)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.drush.inc-68- drush_log(dt('CKEditor was downloaded to @path.', array('@path' => $path)), 'success'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc-102- // Restore the profile settings boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc:103: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc-104- db_query("INSERT INTO {ckeditor_settings} (name, settings) VALUES('%s', '%s')", $name, serialize($profile['settings'])); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc-108- if (in_array($role_name, (array) $profile['roles'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc:109: if (!db_result(db_query("SELECT rid FROM {ckeditor_role} WHERE rid = %d AND name = '%s'", $rid, $name))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc-110- db_query("INSERT INTO {ckeditor_role} (rid, name) VALUES(%d, '%s')", $rid, $name); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc-114- // Make sure they don't have access boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc:115: db_query("DELETE FROM {ckeditor_role} WHERE rid = %d AND name = '%s'", $rid, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.features.inc-116- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.lib.inc-641- $rs['settings']=serialize($rs['settings']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.lib.inc:642: db_query("UPDATE {ckeditor_settings} SET settings='%s' WHERE name = 'CKEditor Global Profile'", $rs['settings']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/ckeditor.lib.inc-643- $jsp=TRUE; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/jqueryUI/jquery-1.4.4.min.js-116-return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/jqueryUI/jquery-1.4.4.min.js:117:else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1></$2>");try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?this.each(function(f){var h=c(this);h.html(a.call(this,f,h.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d= boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ckeditor/includes/jqueryUI/jquery-1.4.4.min.js-118-c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){var e,f,h,l=a[0],k=[];if(!c.support.checkClone&&arguments.length===3&&typeof l==="string"&&Da.test(l))return this.each(function(){c(this).domManip(a, ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module-315- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module:316: $result = db_query("SELECT * FROM {node} WHERE (". implode(' OR ', $condition) .") AND uid = %d", $arguments); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module-317- while ($node = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module-355- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module:356: db_query('DELETE FROM {node} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module:357: db_query('DELETE FROM {node_revisions} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module-358- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module-392- //check whether the selected user has already a profile boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module:393: $uid = db_result(db_query("SELECT uid FROM {users} WHERE name = '%s'", $node->name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/content_profile/content_profile.module-394- if ($uid && content_profile_profile_exists($node, $uid)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-116- // Load setters boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install:117: $setter_result = db_query("SELECT * FROM {context_ui_setter} WHERE cid = %d", $context->cid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-118- while ($row = db_fetch_object($setter_result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-121- // Load getters boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install:122: $getter_result = db_query("SELECT * FROM {context_ui_getter} WHERE cid = %d", $context->cid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-123- while ($row = db_fetch_object($getter_result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-126- // Load blocks boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install:127: $block_result = db_query("SELECT module, delta, region, weight FROM {context_ui_block} WHERE cid = %d", $context->cid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-128- while ($block = db_fetch_object($block_result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-305- foreach ($contexts as $context) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install:306: if (!db_result(db_query("SELECT name FROM {context} WHERE name = '%s'", "{$context->namespace}-{$context->attribute}-{$context->value}"))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.install-307- $new = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.module-253- if (isset($context->name) && ($context->export_type & EXPORT_IN_DATABASE)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.module:254: db_query("DELETE FROM {context} WHERE name = '%s'", $context->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/context.module-255- context_invalidate_cache(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_condition_bookroot.inc-8- if ($this->condition_used() && !empty($node->book['bid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_condition_bookroot.inc:9: $type = db_result(db_query("SELECT type FROM {node} WHERE nid = %d", $node->book['bid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_condition_bookroot.inc-10- $book = new stdClass(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_block.inc-362- global $user, $theme_key; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_block.inc:363: $block->title = db_result(db_query("SELECT title FROM {blocks} WHERE module = '%s' AND delta = '%s' AND theme = '%s'", $block->module, $block->delta, $theme_key)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_block.inc-364- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_block.inc-443- $theme_key = variable_get('theme_default', 'garland'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_block.inc:444: $result = db_query("SELECT module,weight,delta,region,status FROM {blocks} WHERE theme = '%s' ORDER BY weight ASC", $theme_key); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_block.inc-445- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_breadcrumb.inc-13- foreach ($active_paths as $path) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_breadcrumb.inc:14: $result = db_query("SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM {menu_links} WHERE hidden = 0 AND link_path = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/context/plugins/context_reaction_breadcrumb.inc-15- while ($parents = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/ctools.module-106- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/ctools.module:107:function ctools_include($file, $module = 'ctools', $dir = 'includes') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/ctools.module-108- static $used = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/context-task-handler.inc-93- $item = menu_get_item(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/context-task-handler.inc:94: $mlink = db_fetch_object(db_query("SELECT * FROM {menu_links} WHERE link_path = '%s'", $item['href'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/context-task-handler.inc-95- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-68-function ctools_css_store($id, $css, $filter = TRUE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc:69: $filename = db_result(db_query("SELECT filename FROM {ctools_css_cache} WHERE cid = '%s'", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-70- if ($filename && file_exists($filename)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-73- // Remove any previous records. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc:74: db_query("DELETE FROM {ctools_css_cache} WHERE cid = '%s'", $id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-75- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-88-function ctools_css_retrieve($id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc:89: $cache = db_fetch_object(db_query("SELECT * FROM {ctools_css_cache} WHERE cid = '%s'", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-90- if (!$cache) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-96- if ($filename != $cache->filename) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc:97: db_query("UPDATE {ctools_css_cache} SET filename = '%s' WHERE cid = '%s'", $filename, $id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-98- $cache->filename = $filename; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-108-function ctools_css_clear($id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc:109: $cache = db_fetch_object(db_query("SELECT * FROM {ctools_css_cache} WHERE cid = '%s'", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-110- if (!$cache) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-120- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc:121: db_query("DELETE FROM {ctools_css_cache} WHERE cid = '%s'", $id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/css.inc-122-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/export.inc-187- $value = is_object($object) ? $object->{$export['key']} : $object; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/export.inc:188: db_query("DELETE FROM {" . $table . "} WHERE " . $export['key'] . " = '%s'", $value); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/export.inc-189- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/export.inc-246- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/export.inc:247: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/export.inc-248- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/math-expr.inc-332- if ($fnn == 'ln') $fnn = 'log'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/math-expr.inc:333: eval('$stack->push(' . $fnn . '($op1));'); // perfectly safe eval() boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/math-expr.inc-334- } elseif (array_key_exists($fnn, $this->f)) { // user function ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-152- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc:153: $parents = db_fetch_array(db_query("SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM {menu_links} WHERE menu_name = '%s' AND link_path IN (". $placeholders .")", $args)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-154- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-157- // TODO: Handle the case like a local task on a specific node in the menu. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc:158: $parents = db_fetch_array(db_query("SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM {menu_links} WHERE menu_name = '%s' AND link_path = '%s'", $menu_name, $item['tab_root'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-159- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-171- do { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc:172: $result = db_query("SELECT mlid FROM {menu_links} WHERE menu_name = '%s' AND expanded = 1 AND has_children = 1 AND plid IN (". $placeholders .') AND mlid NOT IN ('. $placeholders .')', array_merge(array($menu_name), $args, $args)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-173- $num_rows = FALSE; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-194- FROM {menu_links} ml LEFT JOIN {menu_router} m ON m.path = ml.router_path boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc:195: WHERE ml.menu_name = '%s' AND ml.plid IN (". $placeholders .") boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-196- ORDER BY p1 ASC, p2 ASC, p3 ASC, p4 ASC, p5 ASC, p6 ASC, p7 ASC, p8 ASC, p9 ASC", $args), $parents); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-291- // Get all tabs and the root page. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc:292: $result = db_query("SELECT * FROM {menu_router} WHERE tab_root = '%s' ORDER BY weight, title", $router_item['tab_root']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/menu.inc-293- $map = arg(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-36- if (!array_key_exists($key, $cache)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc:37: $data = db_fetch_object(db_query("SELECT * FROM {ctools_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-38- if ($data) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-77-function ctools_object_cache_clear($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc:78: db_query("DELETE FROM {ctools_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-79- // Ensure the static cache is emptied of this obj:name set. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-100-function ctools_object_cache_test($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc:101: return db_fetch_object(db_query("SELECT s.uid, c.updated FROM {ctools_object_cache} c INNER JOIN {sessions} s ON c.sid = s.sid WHERE s.sid != '%s' AND c.obj = '%s' AND c.name = '%s' ORDER BY c.updated ASC", session_id(), $obj, $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-102-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-121- $args = array_merge(array($obj), $names); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc:122: $result = db_query("SELECT c.name, s.uid, c.updated FROM {ctools_object_cache} c INNER JOIN {sessions} s ON c.sid = s.sid WHERE c.obj = '%s' AND c.name IN ($placeholders) ORDER BY c.updated ASC", $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-123- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-143-function ctools_object_cache_clear_all($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc:144: db_query("DELETE FROM {ctools_object_cache} WHERE obj = '%s' AND name = '%s'", $obj, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/object-cache.inc-145- // Ensure the static cache is emptied of this obj:name set. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/plugins.inc-126- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/plugins.inc:127:function ctools_plugin_api_include($owner, $api, $minimum_version, $current_version) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/includes/plugins.inc-128- static $already_done = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.admin.inc-1453- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.admin.inc:1454: eval($form_state['values']['object']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.admin.inc-1455- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.admin.inc-1604- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.admin.inc:1605: eval($export); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.admin.inc-1606- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.install-243- $page->conf = serialize($page->conf); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.install:244: db_query("UPDATE {page_manager_pages} SET conf = '%s', task = 'page' WHERE pid = %d", $page->conf, $page->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.install-245- db_query("INSERT INTO {page_manager_handlers} (name, task, subtask, handler, weight, conf) VALUES ('%s', '%s', '%s', '%s', %d, '%s')", $handler->name, $handler->task, $handler->subtask, $handler->handler, $handler->weight, $handler->conf); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-590- drupal_write_record('page_manager_handlers', $handler, $update); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module:591: db_query("DELETE FROM {page_manager_weights} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-592- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-607- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module:608: db_query("DELETE FROM {page_manager_handlers} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module:609: db_query("DELETE FROM {page_manager_weights} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-610-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-676-function page_manager_update_task_handler_weight($handler, $weight) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module:677: db_query("DELETE FROM {page_manager_weights} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-678- db_query("INSERT INTO {page_manager_weights} (name, weight) VALUES ('%s', %d)", $handler->name, $weight); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-1030- // Since we didn't already see an mlid, let's check the database for one. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module:1031: $mlid = db_result(db_query("SELECT mlid FROM {menu_links} WHERE router_path = '%s'", $item['parent_path'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/page_manager.module-1032- if ($mlid) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-542- $path = implode('/', $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:543: $result = db_query("SELECT * FROM {menu_router} WHERE path = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-544- while ($router = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-551- if (strpos($path, '%') === FALSE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:552: $result = db_query("SELECT src, dst FROM {url_alias} WHERE dst = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-553- if ($alias = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1298- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:1299: eval($form_state['values']['object']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1300- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1442- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:1443: eval($export); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1444- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.inc-457- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.inc:458: db_query("DELETE FROM {page_manager_pages} WHERE name = '%s'", $page->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/page_manager/plugins/tasks/page.inc-459- // Make sure that the cache is reset so that the menu rebuild does not ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/access/php.inc-53-function ctools_php_ctools_access_check($__conf, $contexts) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/access/php.inc:54: $access = eval($__conf['php']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/access/php.inc-55- return $access; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/access/term_parent.inc-72- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/access/term_parent.inc:73: $count = db_result(db_query('SELECT COUNT(*) FROM {term_hierarchy} th INNER JOIN {term_data} td ON th.parent = td.tid WHERE th.tid = %d AND td.vid = %d', $context->data->tid, $vid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/access/term_parent.inc-74- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/arguments/rid.inc-41- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/arguments/rid.inc:42: $nid = db_result(db_query("SELECT nid FROM {node_revisions} WHERE vid = %d", $arg)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/arguments/rid.inc-43- $node = node_load($nid, $arg); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc-100- // {block}.title is plain text, but this hook should return an HTML title. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc:101: $block->subject = check_plain(db_result(db_query("SELECT title FROM {blocks} WHERE module = '%s' AND delta = '%s'", 'block', $delta))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc-102- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc-132- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc:133: $result = db_query("SELECT title, pages, visibility FROM {blocks} WHERE module = '%s' AND delta = '%s'", $block->module, $block->delta); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc-134- $block_visibility = db_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc-151- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc:152: $page_match = drupal_eval($block_visibility->pages); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/block/block.inc-153- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/node/node.inc-213- if (is_numeric($nid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/node/node.inc:214: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid, n.status FROM {node} n WHERE n.nid = %d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/node/node.inc-215- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/node/node.inc-216- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/node/node.inc:217: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid, n.status FROM {node} n WHERE LOWER(n.title) = LOWER('%s')"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/node/node.inc-218- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/term_context/term_list.inc-40- case 'sibling': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/term_context/term_list.inc:41: $parent = db_result(db_query("SELECT parent FROM {term_hierarchy} WHERE tid = %d", $term->tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/term_context/term_list.inc-42- $terms = taxonomy_get_children($parent, $term->vid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc-52- $return = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc:53: $query = db_query('SELECT t.name, t.tid FROM {term_data} t INNER JOIN {term_hierarchy} h ON t.tid = h.tid WHERE t.vid = %d AND h.parent = %d ORDER BY t.weight ASC, t.name ASC', $vid, $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc-54- while ($result = db_fetch_object($query)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc-87- if (!empty($conf['nid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc:88: $info = db_fetch_object(db_query("SELECT * FROM {node} n WHERE n.nid = %d", $conf['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc-89- if ($info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc-134- if (is_numeric($nid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc:135: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE n.nid = %d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc-136- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc-137- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc:138: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE LOWER(n.title) = LOWER('%s')"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node.inc-139- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc-112- if (!empty($conf['nid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc:113: $info = db_fetch_object(db_query("SELECT * FROM {node} n WHERE n.nid = %d", $conf['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc-114- if ($info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc-159- if (is_numeric($nid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc:160: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE n.nid = %d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc-161- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc-162- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc:163: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE LOWER(n.title) = LOWER('%s')"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/node_edit_form.inc-164- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc-78- if (!empty($conf['tid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc:79: $info = db_fetch_object(db_query("SELECT * FROM {term_data} n WHERE n.tid = %d", $conf['tid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc-80- if ($info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc-137- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc:138: $term = db_fetch_object(db_query("SELECT t.tid FROM {term_data} t WHERE LOWER(t.name) = LOWER('%s') AND t.vid = %d", $form_values['taxonomy'][$vid], $vid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc-139- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc-149- if ($form_values['set_identifier']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc:150: $term = db_fetch_object(db_query("SELECT t.tid, t.name FROM {term_data} t WHERE LOWER(t.tid) = %d", $form_values['tid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/contexts/term.inc-151- $form_state['values']['context']['identifier'] = $term->name; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/relationships/term_parent.inc-31- if (isset($context->data)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/relationships/term_parent.inc:32: $result = db_fetch_array(db_query("SELECT t1.* FROM {term_hierarchy} t1 INNER JOIN {term_hierarchy} t2 ON t1.tid = t2.parent WHERE t2.tid = %d", $context->data->tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/relationships/term_parent.inc-33- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/relationships/term_parent.inc-41- while (!empty($result['parent'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/relationships/term_parent.inc:42: $result = db_fetch_array(db_query("SELECT * FROM {term_hierarchy} WHERE tid = %d", $result['parent'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/plugins/relationships/term_parent.inc-43- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc-65- if (!empty($info['file'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc:66: @include_once('./' . $info['path'] . '/' . $info['file']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc-67- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.ctools.inc-29- if (EC_DRUPAL_VERSION >= 7) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.ctools.inc:30: $object = db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = :name", array(':name' => $name))->fetch(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.ctools.inc-31- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.ctools.inc-32- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.ctools.inc:33: $object = db_fetch_object(db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.ctools.inc-34- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.install-131- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.install:132: db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", $min, 'elysia_cron'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.install-133- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-272- db_lock_table('variable'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:273: db_query("DELETE FROM {variable} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-274- db_query("INSERT INTO {variable} (name, value) VALUES ('%s', '%s')", $name, serialize($value)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-307- db_lock_table('variable'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:308: db_query("DELETE FROM {variable} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-309- db_unlock_tables(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-311- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:312: db_query("DELETE FROM {variable} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-313- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-365- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:366: if (db_result(db_query('SELECT 1 FROM {elysia_cron} WHERE name = "%s"', $name))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-367- $uquery = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-379- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:380: db_query("update {elysia_cron} set " . implode(', ', $uquery) . " where name = '%s'", $uvalues); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-381- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-423- if (EC_DRUPAL_VERSION >= 7) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:424: $elysia_cron_db_cache[$name] = db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = :name", array(':name' => $name))->fetchAssoc(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-425- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-426- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:427: $elysia_cron_db_cache[$name] = db_fetch_array(db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-428- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-1083- if (!empty($elysia_cron_settings[$job]['file'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:1084: include_once((!empty($elysia_cron_settings[$job]['file path']) ? $elysia_cron_settings[$job]['file path'] : drupal_get_path('module', $elysia_cron_settings[$job]['module'])) . DIRECTORY_SEPARATOR . $elysia_cron_settings[$job]['file']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-1085- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-1086- if (!empty($elysia_cron_settings[$job]['expression'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module:1087: eval($elysia_cron_settings[$job]['expression']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron.module-1088- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron_update.php-262- variable_del($v); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron_update.php:263: db_query("DELETE FROM {variable} WHERE name = '%s'", $v); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_cron_update.php-264- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php-115- return !$except_module ? db_result(db_query("select min(weight) from {system}")) : boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php:116: db_result(db_query("select min(weight) from {system} where name != '%s'", $except_module)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php-117-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php-119-function drupal_module_get_weight($name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php:120: return db_result(db_query("select weight from {system} where name = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php-121-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php-123-function drupal_module_set_weight($name, $weight) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php:124: db_query("update {system} set weight = %d where name = '%s'", $weight, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/elysia_cron/elysia_drupalconv.php-125-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-89- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt:90:2. Features converts the info file into an `$export` array which contains a list boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-91-of elements to be exported. Each component type is given a chance to add to the boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-92-export list as well as request that *other* components be given a second chance boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt:93:to add to the `$export` array. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-94- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt:95:3. If any additional components have been queued up in the `$pipe` we repeat boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-96-step 2 for each of the queued component types. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-97- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt:98:4. Once a full `$export` array is populated each component renders items from boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt:99:the `$export` array to PHP code as a exportable defaults hook. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/API.txt-100- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc-269- elseif ($file->name === "{$module_name}.features" && empty($code['features'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc:270: $code['features'] = "<?php\n\n// This file is deprecated and can be removed.\n// Please remove include_once('{$module_name}.features.inc') in {$module_name}.module as well.\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc-271- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc-275- else if (!empty($code['features'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc:276: $code['module'] = "<?php\n\ninclude_once('{$module_name}.features.inc');\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc-277- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc-599- $code = features_invoke($component, 'features_export_render', $module_name, $module->info['features'][$component], NULL); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc:600: $cache[$module_name][$component] = isset($code[$default_hook]) ? eval($code[$default_hook]) : FALSE; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.export.inc-601- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.install-51- if (($type_data['module'] == 'features') && db_result(db_query($sql, $type))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.install:52: $ret[] = update_sql("UPDATE {node_type} SET module = 'features' WHERE type = '$type'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.install-53- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-262- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module:263:function features_include($reset = FALSE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-264- static $once; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-284- if (!module_hook($module, 'features_api')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module:285: module_load_include('inc', 'features', "includes/features.$module"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-286- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-331- ctools_include('plugins'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module:332: ctools_plugin_api_include($info['module'], $info['api'], $info['current_version'], $info['current_version']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-333- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-337- foreach ($features as $feature) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module:338: module_load_include('inc', $feature->name, "{$feature->name}.features.{$component}"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/features.module-339- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.content.inc-160- if (empty($existing_instance['widget_active'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.content.inc:161: db_query("UPDATE {". content_instance_tablename() ."} SET widget_active = 1 WHERE field_name = '%s' AND type_name = '%s'", $field['field_name'], $field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.content.inc-162- // We need to clear the type cache again, unfortunately. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.ctools.inc-23- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.ctools.inc:24: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.ctools.inc-25-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.ctools.inc-296- $export = $schema['export']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.ctools.inc:297: db_query("DELETE FROM {{$table}} WHERE {$export['key']} = '%s'", $object->{$export['key']}); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.ctools.inc-298- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc-123- if (!isset($filters[$format]) || $reset) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc:124: $result = db_query("SELECT * FROM {filters} WHERE format = %d ORDER BY weight, module, delta", $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc:125: if (db_affected_rows($result) == 0 && !db_result(db_query("SELECT 1 FROM {filter_formats} WHERE format = %d", $format))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc-126- // The format has no filters and does not exist, use the default input ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc-149-function _filter_features_update($format) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc:150: $format_id = db_result(db_query("SELECT format FROM {filter_formats} WHERE name = '%s'", $format['name'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc-151- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc-187- if ($format['format']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc:188: db_query("DELETE FROM {filters} WHERE format = %d", $format['format']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.filter.inc-189- foreach ($format['filters'] as $filter) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc-88- foreach ($data as $menu_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc:89: $result = db_query("SELECT menu_name, title, description FROM {menu_custom} WHERE menu_name = '%s'", $menu_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc-90- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc-120- foreach ($defaults as $menu) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc:121: $existing = db_result(db_query("SELECT menu_name FROM {menu_custom} WHERE menu_name = '%s'", $menu['menu_name'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc-122- drupal_write_record('menu_custom', $menu, $existing ? array('menu_name') : array()); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc-340- list($menu_name, $link_path) = explode(':', $identifier, 2); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc:341: $result = db_query("SELECT menu_name, mlid, plid, link_path, router_path, link_title, options, module, hidden, external, has_children, expanded, weight FROM {menu_links} WHERE menu_name = '%s' AND link_path = '%s'", $menu_name, $link_path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.menu.inc-342- while ($link = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.node.inc-146- foreach($deleted_fields as $field_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.node.inc:147: db_query("UPDATE {". content_instance_tablename() ."} SET widget_active = 0 WHERE field_name = '%s' AND type_name = '%s'", $field_name, $type_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.node.inc-148- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.node.inc-155- // storage in the DB. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.node.inc:156: db_query("DELETE FROM {node_type} WHERE type = '%s'", $type_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.node.inc-157- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.taxonomy.inc-83- foreach ($vocabularies as $machine_name => $vocabulary) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.taxonomy.inc:84: if ($vid = db_result(db_query("SELECT vid FROM {vocabulary} WHERE module = '%s'", 'features_' . $machine_name))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.taxonomy.inc-85- $vocabulary['vid'] = $vid; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.taxonomy.inc-155- $name = 'features_' . $element['#value']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.taxonomy.inc:156: $vid = db_result(db_query("SELECT vid FROM {vocabulary} WHERE module = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.taxonomy.inc-157- if ($vid) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.user.inc-267- foreach ($roles as $role) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.user.inc:268: db_query("DELETE FROM {permission} WHERE rid = %d", $role['rid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/includes/features.user.inc-269- $role['perm'] = implode(', ', $role['perm']); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/tests/features.test-146- if (isset($format_id)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/tests/features.test:147: db_query("DELETE FROM {filters} WHERE module = 'filter' AND format = %d AND delta = %d", $format_id, 0); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/features/tests/features.test-148- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc-31- if (is_numeric($fid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc:32: $file = db_fetch_object(db_query('SELECT f.* FROM {files} f WHERE f.fid = %d', $fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc-33- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc-34- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc:35: $file = db_fetch_object(db_query("SELECT f.* FROM {files} f WHERE f.filepath = '%s'", $fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc-36- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc-269- if (file_delete($file->filepath)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc:270: db_query('DELETE FROM {files} WHERE fid = %d', $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/field_file.inc-271- _field_file_cache(NULL, $file); // delete the file from the cache ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-141- if ($updated) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install:142: db_query("UPDATE {content_node_field} SET global_settings = '%s' WHERE field_name = '%s'", serialize($field_settings), $field->field_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-143- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-312- if ($field['multiple']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install:313: $result = db_query_range("SELECT * FROM {{$context['sandbox']['table']}} WHERE (vid = %d AND delta > %d) OR vid > %d ORDER BY vid ASC, delta ASC", $context['sandbox']['current_node'], $context['sandbox']['current_delta'], $context['sandbox']['current_node'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-314- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-315- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install:316: $result = db_query_range("SELECT * FROM {{$context['sandbox']['table']}} WHERE vid >= %d ORDER BY vid ASC", $context['sandbox']['current_node'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-317- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-337- // ...serialize it and store it back to the db. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install:338: db_query("UPDATE {{$context['sandbox']['table']}} SET {$context['sandbox']['col_data']} = '%s' WHERE vid = %d", serialize($data), $row['vid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.install-339- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-121- $filepath = file_create_path($filepath); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module:122: $result = db_query("SELECT * FROM {files} WHERE filepath = '%s'", $filepath); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-123- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-158- FROM {". $table ."} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module:159: WHERE ". $fid_column ." = %d", $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-160- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-334- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module:335: module_load_include('inc', $field['widget']['module'], $field['widget']['module'] .'_widget'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-336- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-1021- FROM {'. $db_info['table'] .'} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module:1022: WHERE '. $db_info['columns']['fid']['column'] .' = %d', $file->fid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-1023- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-1032- FROM {'. $db_info['table'] .'} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module:1033: WHERE '. $db_info['columns']['fid']['column'] .' = %d AND nid = %d', $file->fid, $file->delete_nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield.module-1034- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_field.inc-237- $db_info = content_database_info($field); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_field.inc:238: $result = db_query('SELECT vid, f.* FROM {' . $db_info['table'] . '} t INNER JOIN {files} f ON t.' . $db_info['columns']['fid']['column'] . ' = f.fid WHERE nid = %d AND vid != %d', $node->nid, $node->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_field.inc-239- while ($item = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module-40- while ($file = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module:41: db_query('DELETE FROM {filefield_meta} WHERE fid = %d', $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module-42- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module-58-function filefield_meta_file_load(&$file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module:59: $result = db_query("SELECT * FROM {filefield_meta} WHERE fid = %d", $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module-60- $data = db_fetch_array($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module-96-function filefield_meta_file_delete($file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module:97: db_query('DELETE FROM {filefield_meta} WHERE fid = %d', $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/filefield/filefield_meta/filefield_meta.module-98-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-749- function _is_flagged($content_id, $uid, $sid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:750: return db_result(db_query("SELECT fcid FROM {flag_content} WHERE fid = %d AND uid = %d AND sid = %d AND content_id = %d", $this->fid, $uid, $sid, $content_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-751- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-783- function _unflag($content_id, $uid, $sid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:784: $fcid = db_result(db_query("SELECT fcid FROM {flag_content} WHERE fid = %d AND content_id = %d AND uid = %d AND sid = %d", $this->fid, $content_id, $uid, $sid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-785- if ($fcid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:786: db_query("DELETE FROM {flag_content} WHERE fcid = %d", $fcid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-787- $this->_decrease_count($content_id); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-803- $time = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:804: db_query("UPDATE {flag_counts} SET count = count + %d, last_updated = %d WHERE fid = %d AND content_id = %d", $number, $time, $this->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-805- if (!db_affected_rows()) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-821- $time = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:822: db_query("UPDATE {flag_counts} SET count = count - %d, last_updated = %d WHERE fid = %d AND content_id = %d", $number, $time, $this->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-823- // Delete rows with count 0, for data consistency and space-saving. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:824: db_query("DELETE FROM {flag_counts} WHERE fid = %d and content_id = %d AND count = %d", $this->fid, $content_id, 0); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-825- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-866- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:867: return db_result(db_query('SELECT COUNT(*) FROM {flag_content} WHERE fid = %d AND uid = %d AND sid = %d', $this->fid, $uid, $sid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-868- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-874- * You should always call this function and not get at the label directly. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:875: * E.g., do `print $flag->get_label('title')` instead of `print boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-876- * $flag->title`. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-927- * boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:928: * `$flag->get_title()` is shorthand for `$flag->get_label('title')`. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-929- */ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-1062- function update() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:1063: db_query("UPDATE {flags} SET name = '%s', title = '%s', global = %d, options = '%s' WHERE fid = %d", $this->name, $this->title, $this->global, $this->get_serialized_options(), $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:1064: db_query("DELETE FROM {flag_types} WHERE fid = %d", $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-1065- foreach ($this->types as $type) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-1096- function delete() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:1097: db_query('DELETE FROM {flags} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:1098: db_query('DELETE FROM {flag_content} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:1099: db_query('DELETE FROM {flag_types} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc:1100: db_query('DELETE FROM {flag_counts} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.inc-1101- module_invoke_all('flag_delete', $this); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install-418- if (db_table_exists($table)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install:419: $ret[] = _flag_update_sql("DELETE FROM {{$table}} WHERE aid = '%s'", $aid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install-420- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install-459- $options['unflag_message'] = $flag->unflag_message; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install:460: db_query("UPDATE {flags} SET options = '%s' WHERE fid = %d", serialize($options), $flag->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install-461- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install-543- ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install:544: db_query("UPDATE {flags} SET options = '%s' WHERE fid = %d", serialize($options), $flag->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.install-545- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-460- if (!$flag->i18n || empty($node->tnid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:461: db_query("DELETE FROM {flag_content} WHERE fid = %d AND content_id = %d", $flag->fid, $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:462: db_query("DELETE FROM {flag_counts} WHERE fid = %d AND content_id = %d", $flag->fid, $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-463- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-469- FROM {comments} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:470: WHERE nid = %d)", $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-471- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-480- if ($flag->i18n) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:481: db_query("UPDATE {flag_content} SET content_id = %d WHERE fid = %d AND content_id = %d", $content_id, $flag->fid, $node->translation_change['old_tnid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:482: db_query("UPDATE {flag_counts} SET content_id = %d WHERE fid = %d AND content_id = %d", $content_id, $flag->fid, $node->translation_change['old_tnid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-483- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-499- // they have already flagged as a logged-in user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:500: @db_query("UPDATE {flag_content} SET uid = %d, sid = 0 WHERE uid = 0 AND sid = %d", $account->uid, $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-501- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-504- // and so that other modules can clean up their tables if needed. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:505: $result = db_query("SELECT fcid, fid, content_id FROM {flag_content} WHERE uid = 0 AND sid = %d", $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-506- $anonymous_user = drupal_anonymous_user(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-517- // Remove flags by this user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:518: $result = db_query("SELECT fc.fid, fc.content_id, c.count FROM {flag_content} fc LEFT JOIN {flag_counts} c ON fc.content_id = c.content_id AND fc.content_type = c.content_type WHERE fc.uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-519- while ($flag_data = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-522- if ($flag_data->count > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:523: db_query("UPDATE {flag_counts} SET count = %d WHERE fid = %d AND content_id = %d", $flag_data->count, $flag_data->fid, $flag_data->content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-524- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-525- elseif ($flag_data->count == 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:526: db_query("DELETE FROM {flag_counts} WHERE fid = %d AND content_id = %d", $flag_data->fid, $flag_data->content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-527- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-528- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:529: db_query("DELETE FROM {flag_content} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-530- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-531- // Remove flags that have been done to this user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:532: db_query("DELETE FROM {flag_counts} WHERE content_type = 'user' AND content_id = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:533: db_query("DELETE FROM {flag_content} WHERE content_type = 'user' AND content_id = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-534- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-575- while ($row = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:576: db_query("DELETE FROM {flag_content} WHERE sid = %d", $row->sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-577- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-592- // Remove entry from flaggable content types. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:593: db_query("DELETE FROM {flag_types} WHERE type = '%s'", $info->type); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-594- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-904-function flag_trim_flag($flag, $account, $cutoff_size) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:905: $result = db_query("SELECT * FROM {flag_content} WHERE fid = %d AND (uid = %d OR uid = 0) ORDER BY timestamp DESC", $flag->fid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-906- $i = 1; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-923-function flag_reset_flag($flag, $content_id = NULL) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:924: $result = db_query("SELECT * FROM {flag_content} WHERE fid = %d" . ($content_id ? " AND content_id = %d" : ''), $flag->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-925- $rows = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-931- // Update the flag_counts table. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:932: db_query("DELETE FROM {flag_counts} WHERE fid = %d" . ($content_id ? " AND content_id = %d" : ''), $flag->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:933: db_query("DELETE FROM {flag_content} WHERE fid = %d" . ($content_id ? " AND content_id = %d" : ''), $flag->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-934- return db_affected_rows(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1228- $counts[$content_type][$content_id] = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1229: $result = db_query("SELECT f.name, fc.count FROM {flags} f LEFT JOIN {flag_counts} fc ON f.fid = fc.fid WHERE fc.content_type = '%s' AND fc.content_id = %d", $content_type, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1230- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1253- $flag = flag_get_flag($flag_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1254: $counts[$flag_name] = db_result(db_query("SELECT COUNT(*) FROM {flag_content} WHERE fid = %d", $flag->fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1255- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1463- $flag = flag_get_flag($flag_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1464: $result = db_query("SELECT * FROM {flag_content} WHERE fid = %d", $flag->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1465- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1477-function flag_get_content_id($fcid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1478: return db_result(db_query("SELECT content_id FROM {flag_content} WHERE fcid = %d", $fcid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1479-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1523- $flagged_content[$uid][$sid][$content_type][$content_id] = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1524: $result = db_query("SELECT * FROM {flag_content} WHERE content_type = '%s' AND content_id = %d AND (uid = %d OR uid = 0) AND sid = %d", $content_type, $content_id, $uid, $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1525- while ($flag_content = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1535- $flagged_content[$uid][$sid][$content_type]['all'] = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1536: $result = db_query("SELECT * FROM {flag_content} WHERE content_type = '%s' AND (uid = %d OR uid = 0) AND sid = %d", $content_type, $uid, $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1537- while ($flag_content = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1567- $flag_names = _flag_get_flag_names(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module:1568: $result = db_query("SELECT * FROM {flag_content} WHERE content_type = '%s' AND content_id = %d ORDER BY timestamp DESC", $content_type, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag.module-1569- while ($flag_content = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag_actions.module-158-function flag_actions_update_action($aid, $event, $threshold, $repeat_threshold, $parameters) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag_actions.module:159: return db_query("UPDATE {flag_actions} SET event = '%s', threshold = %d, repeat_threshold = %d, parameters = '%s' WHERE aid = %d", $event, $threshold, $repeat_threshold, serialize($parameters), $aid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag_actions.module-160-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag_actions.module-168-function flag_actions_delete_action($aid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag_actions.module:169: return db_query('DELETE FROM {flag_actions} WHERE aid = %d', $aid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/flag_actions.module-170-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.export.inc-89- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.export.inc:90: eval($form_state['values']['import']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.export.inc-91- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.views_bookmark.inc-105- ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.views_bookmark.inc:106: db_query("UPDATE {views_bookmarks} SET options = '%s' WHERE fid = %d", serialize($options), $bookmark->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.views_bookmark.inc-107- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.views_bookmark.inc-146- $name = substr(preg_replace('/[^a-z_]/', '', str_replace(' ', '_', drupal_strtolower(trim($row->title)))), 0, 32); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.views_bookmark.inc:147: $ret[] = update_sql("UPDATE {flags} SET name = '". $name ."' WHERE fid = ". $row->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag.views_bookmark.inc-148- drupal_set_message(t('The views bookmark %bookmark has been migrated to Flag. It was given the machine-name %name, which you may change on the <a href="!url">%bookmark configuration form</a>.', array('%bookmark' => $row->title, '%name' => $name, '!url' => url('admin/build/flags/edit/'. $name)))); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-269- $flattened_ids = implode(',', $ids); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc:270: return $this->_test_by_sql("SELECT content_id FROM {flag_counts} WHERE fid = %d AND content_id IN ($flattened_ids) AND count > 0", array($flag->fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-271- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-279- $flattened_ids = implode(',', $ids); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc:280: return $this->_test_by_sql("SELECT content_id FROM {flag_content} WHERE fid = %d AND content_id IN ($flattened_ids) AND uid = %d", array($flag->fid, $user->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-281- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-215- // update every existing node in this forum to use this acl. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:216: $result = db_query("SELECT nid FROM {term_node} WHERE tid = %d", $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-217- while ($node = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-363- if (!$is_container && isset($tid) && !node_access_needs_rebuild()) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:364: $count = db_result(db_query("SELECT COUNT(DISTINCT n.nid) FROM {node} n INNER JOIN {term_node} tn ON tn.vid = n.vid WHERE tn.tid = %d", $tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-365- $limit = 20; // from _node_access_rebuild_batch_operation() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-584- $tid = $form_state['values']['tid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:585: db_query("DELETE FROM {forum_access} WHERE tid = %d", $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-586- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-643- $limit = $access['update_limit']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:644: $count = db_result(db_query("SELECT COUNT(DISTINCT n.nid) FROM {node} n INNER JOIN {term_node} tn ON tn.vid = n.vid WHERE tn.tid = %d", $tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-645- $batch = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-675- // Process the next 20 nodes. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:676: $result = db_query_range("SELECT DISTINCT n.nid FROM {node} n INNER JOIN {term_node} tn ON tn.vid = n.vid WHERE n.nid > %d AND tn.tid = %d ORDER BY n.nid ASC", $context['sandbox']['current_node'], $tid, 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-677- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-748- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:749: $result = db_query("SELECT * FROM {forum_access} where tid = %d", $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-750- while ($access = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-807- $rid = $form_state['values']['rid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:808: db_query("DELETE FROM {forum_access} WHERE rid = %d", $rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:809: db_query("DELETE FROM {node_access} WHERE gid = %d AND realm = 'forum_access'", $rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-810- if ($rid === forum_access_query_moderator_rid()) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-914- $variables['%role'] = $role->name; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc:915: if (!db_result(db_query("SELECT COUNT(rid) FROM {role} WHERE name = '%s'", $role->name)) && boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.admin.inc-916- drupal_write_record('role', $role)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-148- if ($moderator_rid = variable_get('forum_access_moderator_rid', 0)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:149: db_query('DELETE FROM {role} WHERE rid = %d', $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:150: db_query('DELETE FROM {permission} WHERE rid = %d', $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:151: db_query('DELETE FROM {users_roles} WHERE rid = %d', $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-152- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-204- $forum_vid = variable_get('forum_nav_vocabulary', 0); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:205: $ret[] = update_sql("DELETE FROM {forum_access} WHERE tid NOT IN (SELECT tid FROM {term_data} WHERE vid = $forum_vid)"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-206- $ret[] = update_sql("DELETE FROM {forum_access} WHERE rid NOT IN (SELECT rid FROM {role})"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-207- if ($moderator_rid = variable_get('forum_access_moderator_rid', FALSE)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:208: $ret[] = update_sql("DELETE FROM {users_roles} WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:209: $ret[] = update_sql("UPDATE {permission} SET perm = 'administer comments, administer nodes' WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-210- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-230- if (isset($moderator_rid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:231: if (db_result(db_query("SELECT COUNT(*) FROM {permission} WHERE rid = %d", $moderator_rid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:232: $ret[] = update_sql("UPDATE {permission} SET perm = 'administer comments, administer nodes' WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-233- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-251- FROM {term_data} t boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:252: WHERE t.vid = $vid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-253- ) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-326- if ($moderator_rid = variable_get('forum_access_moderator_rid', 0)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:327: $result = db_query("SELECT p.rid, p.perm FROM {permission} p WHERE p.rid = %d", $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-328- if ($moderator = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-337- if ($new_perm != $perm) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install:338: $ret[] = update_sql("UPDATE {permission} SET perm = '$new_perm' WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.install-339- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-52- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:53: $result = db_query('SELECT * FROM {forum_access} WHERE tid = %d', $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-54- while ($grant = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-304- case 'presave': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:305: $old_tid = db_result(db_query('SELECT tid FROM {forum} WHERE nid = %d', $node->nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-306- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-316- _forum_access_changed_tid($node->tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:317: $result = db_query('SELECT cid FROM {node_comments} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-318- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-330- if (isset($old_tid) && module_exists('nodecomment')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:331: $result = db_query('SELECT cid FROM {node_comments} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-332- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-572- $roles = array_keys($account->roles); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:573: $result = db_result(db_query("SELECT tid FROM {forum_access} WHERE rid IN (". db_placeholders($roles) .") AND grant_". $type ." = 1 AND tid = %d", array_merge($roles, array($tid)))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-574- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-580- $acl_id = acl_get_id_by_number('forum_access', $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:581: $result = db_result(db_query("SELECT uid FROM {acl_user} WHERE acl_id = %d AND uid = %d", $acl_id, $account->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-582- if ($result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-690- if ($type = 'term' && $op == 'delete' && $array['vid'] == _forum_access_get_vid()) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module:691: db_query("DELETE FROM {forum_access} WHERE tid = %d", $array['tid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.module-692- variable_del('forum_access_rids'); // clear cache ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc-28- $roles = array_keys($user->roles); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc:29: $result = db_query("SELECT tid FROM {forum_access} WHERE rid IN (". db_placeholders($roles) .") AND grant_create = 1", $roles); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc-30- while ($obj = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc-34- // Also get all forums they happen to be able to moderate. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc:35: $result = db_query("SELECT a.number AS tid FROM {acl} a INNER JOIN {acl_user} u ON a.acl_id = u.acl_id WHERE a.module = 'forum_access' AND u.uid = %d", $user->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc-36- while ($obj = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc-178- if ($rid !== NULL) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc:179: if (db_result(db_query("SELECT COUNT(rid) FROM {role} WHERE rid = %d", $rid)) == 1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.node.inc-180- return $rid; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1176- if ((intval($this->testForumAccessCurrentForumId) > 0) && (intval($uid) > 0)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test:1177: $result = db_fetch_object(db_query("SELECT uid FROM {acl_user} WHERE uid = %d AND acl_id = (SELECT acl_id FROM {acl} WHERE module = 'forum_access' AND (name = '%s' OR number = %d))", $uid, $this->testForumAccessCurrentForumId, $this->testForumAccessCurrentForumId)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1178- if (isset($result->uid) && (intval($result->uid) > 0) && ($uid == $result->uid)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1308- $this->testForumAccessPermissionsAnonymous = $permissions; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test:1309: db_query("UPDATE {permission} SET perm = '%s' WHERE rid = %d", implode(', ', $permissions), DRUPAL_ANONYMOUS_RID); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1310- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1317- if ($this->checkPermissions($permissions)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test:1318: db_query("UPDATE {permission} SET perm = '%s' WHERE rid = %d", implode(', ', $permissions), DRUPAL_AUTHENTICATED_RID); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1319- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1326- if ($uid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test:1327: db_query("UPDATE {permission} SET perm = '' WHERE rid IN (SELECT rid FROM {users_roles} WHERE uid = %d)", $uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1328- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1350- $result_authenticated = db_fetch_object(db_query("SELECT perm FROM {permission} WHERE rid = %d", DRUPAL_AUTHENTICATED_RID)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test:1351: $result_user = db_fetch_object(db_query("SELECT p.perm as perm FROM {users_roles} u JOIN {permission} p ON u.rid = p.rid where u.uid = %d", $uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/forum_access/forum_access.test-1352- if ((!empty($result_authenticated->perm)) && (!empty($result_user->perm))) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php-181- { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php:182: return eval('return array(' . $contents . ');'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php-183- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/VarParser/Native.php-29- $var = null; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/VarParser/Native.php:30: $result = eval("\$var = $expr;"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/VarParser/Native.php-31- if ($result === false) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/i18nviews/includes/content_negotiation_filter_handler.inc-5- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/i18nviews/includes/content_negotiation_filter_handler.inc:6: $where = i18n_db_rewrite_where($this->table_alias, 'node'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/i18nviews/includes/content_negotiation_filter_handler.inc-7- if (!empty($where)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/jump/jump.install-46- if ($fixed_delta != $block->delta) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/jump/jump.install:47: $ret[] = update_sql("UPDATE {blocks} SET delta='$fixed_delta' WHERE bid=$block->bid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/jump/jump.install-48- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-449- $count++; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install:450: $ret[] = update_sql("UPDATE {panels_pane} SET pid = $count WHERE did = $pane->did AND panel = '$pane->panel' AND position = $pane->position"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-451- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-682- "contexts = '%s' " . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install:683: "WHERE pid = $page->pid", serialize($arguments), serialize($relationships), serialize(array()), $page->pid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-684- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-1380- $display_code = panels_export_display($d); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install:1381: eval($display_code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-1382- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-1627- // Check panels displays that only have empty storage types boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install:1628: $result = db_query("SELECT pd.did FROM {panels_display} pd WHERE pd.did IN (" . db_placeholders($dids, 'int') . ") AND storage_type = ''", $dids); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.install-1629- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-898- // are panes that need to be deleted. (i.e, aren't currently in our list of panes). boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module:899: $result = db_query("SELECT pid FROM {panels_pane} WHERE did = %d", $display->did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-900- while ($pane = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-936- // because it was needed to get the did. Chicken, egg, more chicken. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module:937: db_query("UPDATE {panels_display} SET title_pane = %d WHERE did = %d", $pane->pid, $display->did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-938- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-985- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module:986: db_query("DELETE FROM {panels_display} WHERE did = %d", $did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module:987: db_query("DELETE FROM {panels_pane} WHERE did = %d", $did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-988-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-1012- * The passed-in $display expressed as code, ready to be imported. Import by running boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module:1013: * eval($output) in the caller function; doing so will create a new $display variable boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-1014- * with all the exported values. Note that if you have already defined a $display variable in ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-1724- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module:1725:function panels_load_include($include, $path = 'includes/') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels.module-1726- static $loaded = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-119- // Delete all configured blocks. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install:120: db_query("DELETE FROM {blocks} WHERE module = 'panels_mini' AND delta = %d", $panel_mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-121- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-133- while ($mini = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install:134: db_query("UPDATE {blocks} SET delta = '%s' WHERE module = 'panels_mini' AND delta = %d", $mini->name, $mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-135- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-178- while ($mini = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install:179: db_query("UPDATE {panels_mini} SET admin_title = '%s' WHERE pid = %d", $mini->title, $mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install:180: db_query("UPDATE {panels_display} SET title = '%s' WHERE did = %d", $mini->title, $mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-181- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-219- JOIN {panels_mini} pm ON pm.did = pd.did boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install:220: WHERE pd.storage_type = '' AND pd.did > %d", $sandbox['current_did'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.install-221- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.module-222-function panels_mini_delete($mini) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.module:223: db_query("DELETE FROM {panels_mini} WHERE name = '%s'", $mini->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.module-224- if ($mini->type != t('Overridden')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.module:225: db_query("DELETE FROM {blocks} WHERE module = 'panels_mini' AND delta = '%s'", $mini->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/panels_mini.module-226- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.install-107- JOIN {panels_node} pn ON pn.did = pd.did boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.install:108: WHERE pd.storage_type = '' AND pd.did > %d", $sandbox['current_did'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.install-109- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-253- // not work. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module:254: $additions['panels_node'] = db_fetch_array(db_query("SELECT * FROM {panels_node} WHERE nid = %d", $node->nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-255- return $additions; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-270- // This works by overriding the $display set above boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module:271: eval($node->export_display); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-272- unset($node->export_display); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-286-function panels_node_delete(&$node) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module:287: db_query("DELETE FROM {panels_node} WHERE nid = %d", $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-288- if (!empty($node->panels_node['did'])) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-296-function panels_node_update($node) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module:297: db_query("UPDATE {panels_node} SET css_id = '%s', pipeline = '%s' WHERE nid = %d", $node->panels_node['css_id'], $node->panels_node['pipeline'], $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/panels_node/panels_node.module-298-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/page_wizards/landing_page.inc-182- // Check to see if something is already using the path boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/page_wizards/landing_page.inc:183: $result = db_query("SELECT * FROM {menu_router} WHERE path = '%s'", $form_state['values']['path']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/page_wizards/landing_page.inc-184- while ($router = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/page_wizards/landing_page.inc-189- // Ensure the path is not already an alias to something else. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/page_wizards/landing_page.inc:190: $result = db_query("SELECT src, dst FROM {url_alias} WHERE dst = '%s'", $form_state['values']['path']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/page_wizards/landing_page.inc-191- if ($alias = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/styles/corners/rounded_corners.inc-33- // 'panel' then just around the whole panel. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/styles/corners/rounded_corners.inc:34: $where = empty($settings['corner_location']) ? 'pane' : $settings['corner_location']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/styles/corners/rounded_corners.inc-35- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/task_handlers/panel_context.inc-351- $code = panels_export_display($old_display); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/task_handlers/panel_context.inc:352: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/panels/plugins/task_handlers/panel_context.inc-353- foreach (array('display', 'did', 'css_cache', 'temp_layout') as $item) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-453- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module:454: if (db_result(db_query('SELECT COUNT(recipient) FROM {pm_block_user} WHERE author = %d AND recipient = %d', $author->uid, $user->uid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-455- $form['block_action'] = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-492- case 'unblock_user': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module:493: db_query('DELETE FROM {pm_block_user} WHERE author = %d AND recipient = %d', $form_state['values']['author'], $form_state['values']['recipient']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-494- drupal_set_message(t('@author is now allowed to send you new messages.', array('@author' => $form_state['values']['author_name']))); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-526- $args = array_merge(array($author->uid), array_keys($recipients)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module:527: $result = db_query('SELECT recipient FROM {pm_block_user} WHERE author = %d AND recipient IN ('. db_placeholders($recipients) .') GROUP BY recipient', $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-528- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-563- // Delete blocking rules which involve this user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module:564: db_query("DELETE FROM {pm_block_user} WHERE author = %d OR recipient = %d", $account->uid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_block_user/pm_block_user.module-565- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-75- if ( !isset($notifications[$uid]) ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module:76: $mail_notification = db_result(db_query('SELECT email_notify_is_enabled FROM {pm_email_notify} WHERE user_id = %d', $uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-77- if ($mail_notification === FALSE) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-177- // Update database entry with user preference. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module:178: $exists = db_result(db_query("SELECT 1 FROM {pm_email_notify} WHERE user_id = %d", $account->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-179- if ($exists) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-180- // If there is an existing entry, update. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module:181: db_query("UPDATE {pm_email_notify} SET email_notify_is_enabled = %d WHERE user_id = %d", $pm_email_enabled, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-182- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-190- case 'delete': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module:191: db_query("DELETE FROM {pm_email_notify} WHERE user_id = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/pm_email_notify/pm_email_notify.module-192- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.api.php-408- $args = array_merge(array($author->uid), array_keys($recipients)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.api.php:409: $result = db_query('SELECT recipient FROM {pm_block_user} WHERE author = %d AND recipient IN ('. db_placeholders($recipients) .') GROUP BY recipient', $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.api.php-410- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.install-349- $temptable = 'temp_pm_thread_min'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.install:350: db_query_temporary('SELECT thread, min(mid) as mid FROM {temp_pm_index} WHERE thread_id = 0 GROUP BY thread', $temptable); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.install-351- db_query("create index t2 on $temptable (thread)"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-575- // Delete recipients of the message. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:576: db_query('DELETE FROM {pm_index} WHERE mid = %d', $row['mid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-577- // Delete message itself. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:578: db_query('DELETE FROM {pm_message} WHERE mid = %d', $row['mid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-579- $flushed++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1471- // Load all mids of the messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:1472: $result = db_query("SELECT mid FROM {pm_message} WHERE author = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1473- $mids = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1478- // Delete messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:1479: db_query('DELETE FROM {pm_message} WHERE author = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1480- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1486- // Delete recipient entries of that user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:1487: db_query('DELETE FROM {pm_index} WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1488- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1630- if ($account) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:1631: db_query('UPDATE {pm_index} SET deleted = %d WHERE mid = %d AND uid = %d', $delete_value, $pmid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1632- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1634- // Mark deleted for all users. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:1635: db_query('UPDATE {pm_index} SET deleted = %d WHERE mid = %d', $delete_value, $pmid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-1636- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2126- $INNER_JOIN = $fragments['inner_join']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:2127: $WHERE = $fragments['where']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2128- $GROUP_BY = $fragments['group_by']; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2135- if ($GLOBALS['db_type'] == 'pgsql') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:2136: $WHERE = str_replace('LIKE', 'ILIKE', $WHERE); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2137- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2166- if (!empty($WHERE)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:2167: $str_where = '('. implode(') AND (', $WHERE) .')'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2168- $query .= " WHERE {$str_where}"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2273- $params = array_merge(array($status, $account->uid), $threads); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module:2274: db_query('UPDATE {pm_index} SET is_new = %d WHERE uid = %d AND thread_id IN ('. db_placeholders($threads) .')', $params); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.module-2275- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.test-394- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.test:395: $admin_recipient_count = db_result(db_query("SELECT COUNT(*) FROM {pm_index} WHERE uid = %d AND thread_id = %d", $admin->uid, 1)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.test-396- $this->assertEqual($admin_recipient_count, 2, t('Admin is listed as recipient for every message once.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.test-409- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.test:410: $admin_recipient_count = db_result(db_query("SELECT COUNT(*) FROM {pm_index} WHERE uid = %d AND thread_id = %d", $admin->uid, 1)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg.test-411- $this->assertEqual($admin_recipient_count, 3, t('Admin is listed as recipient for every message once.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-75- if ($tag_id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:76: $tag = db_fetch_array(db_query('SELECT * from {pm_tags} pmt WHERE pmt.tag_id = %d', $tag_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-77- $form['tag_id'] = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-113- // We are editing an existing tag, exclude the current tag from the search. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:114: $exists = db_result(db_query("SELECT 1 FROM {pm_tags} WHERE tag = '%s' AND tag_id <> %d", $form_state['values']['tag'], $tag_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-115- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-116- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:117: $exists = db_result(db_query("SELECT 1 FROM {pm_tags} WHERE tag = '%s'", $form_state['values']['tag'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-118- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-129- // Tag already exists, update the existing tag. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:130: db_query("UPDATE {pm_tags} SET tag = '%s', public = %d WHERE tag_id = %d", $form_state['values']['tag'], $form_state['values']['public'], $form_state['values']['tag_id']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-131- drupal_set_message(t('Tag updated.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-165- if ($form_state['values']['confirm']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:166: db_query('DELETE FROM {pm_tags} WHERE tag_id = %d', $form_state['values']['tag_id']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:167: db_query('DELETE FROM {pm_tags_index} WHERE tag_id = %d', $form_state['values']['tag_id']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-168- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-190- // Check if the tag already exists and only create the tag if it does not. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:191: $tag_id = db_result(db_query("SELECT tag_id FROM {pm_tags} WHERE tag = '%s'", $tag)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-192- if (empty($tag_id) && privatemsg_user_access('create private message tags')) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-225- // only insert if there is no such tag yet. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:226: if (db_result(db_query('SELECT COUNT(*) FROM {pm_tags_index} WHERE tag_id = %d AND (uid = %d AND thread_id = %d)', $tag_id, $account->uid, $thread)) == 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-227- db_query('INSERT INTO {pm_tags_index} (tag_id, uid, thread_id) VALUES (%d, %d, %d)', $tag_id, $account->uid, $thread); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-251- foreach ($threads as $thread) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:252: db_query('DELETE FROM {pm_tags_index} WHERE uid = %d AND thread_id = %d', $account->uid, $thread); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-253- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-257- foreach ($threads as $thread) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:258: db_query('DELETE FROM {pm_tags_index} WHERE uid = %d AND thread_id = %d AND tag_id = %d', $account->uid, $thread, $tag_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-259- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-903- // Delete tag information of that user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:904: db_query("DELETE FROM {pm_tags_index} WHERE uid = %d", $account->uid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-905- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/tests/privatemsgapi.test-82- function getMessageFromSubject($subject) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/tests/privatemsgapi.test:83: $result = db_query("SELECT * FROM {pm_message} WHERE subject = '%s'", $subject); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/privatemsg/tests/privatemsgapi.test-84- return db_fetch_array($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc-140- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc:141: $where = "$this->table_alias.$this->real_field "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc-142- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc-145- if ($this->accept_null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc:146: $where = '(' . $where . " OR $this->table_alias.$this->real_field IS NULL)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc-147- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-13- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc:14: $where = "$this->table_alias.$this->real_field "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-15- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-18- if ($this->accept_null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc:19: $where = '(' . $where . " OR $this->table_alias.$this->real_field IS NULL)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-20- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_string.inc-261- if ($this->operator == 'word') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_string.inc:262: $where = '(' . implode(' OR ', $where) . ')'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_string.inc-263- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_string.inc-264- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_string.inc:265: $where = implode(' AND ', $where); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/handlers/views_handler_filter_string.inc-266- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/admin.inc-715-function views_ui_break_lock_confirm_submit(&$form, &$form_state) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/admin.inc:716: db_query("DELETE FROM {views_object_cache} WHERE obj = 'view' AND name = '%s'", $form_state['view']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/admin.inc-717- $form_state['redirect'] = 'admin/build/views/edit/' . $form_state['view']->name; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/admin.inc-781- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/admin.inc:782: eval($form_state['values']['view']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/admin.inc-783- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/cache.inc-238- if (!array_key_exists($key, $cache)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/cache.inc:239: $data = db_fetch_object(db_query("SELECT * FROM {views_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/cache.inc-240- if ($data) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/cache.inc-272-function views_object_cache_clear($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/cache.inc:273: db_query("DELETE FROM {views_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/cache.inc-274-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-329- $field['argoptions']['default_argument_type'] = 'php'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:330: $field['argoptions']['default_argument_php'] = '$args = eval(\''. str_replace("'", "\\'", $imported->view_args_php) .'\');'."\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-331- $field['argoptions']['default_argument_php'] .= 'if (isset($args['. $field['position'] .'])) {'."\n"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-435- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:436: $where = (is_numeric($arg) ? "v.vid = %d" : "v.name = '%s'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-437- $view = db_fetch_object(db_query("SELECT v.* FROM {view_view} v WHERE $where", $arg)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-445- // load the sorting criteria too. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:446: $result = db_query("SELECT * FROM {view_sort} vs WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-447- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-459- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:460: $result = db_query("SELECT * FROM {view_argument} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-461- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-467- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:468: $result = db_query("SELECT * FROM {view_tablefield} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-469- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-479- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:480: $result = db_query("SELECT * FROM {view_filter} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-481- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-511- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:512: $result = db_query("SELECT * FROM {view_exposed_filter} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-513- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-531- static $cache = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:532: $where = (is_numeric($arg) ? "v.vid = %d" : "v.name = '%s'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-533- $view = db_fetch_object(db_query("SELECT v.* FROM {view_view} v WHERE $where", $arg)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-540- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:541: $result = db_query("DELETE FROM {view_sort} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:542: $result = db_query("DELETE FROM {view_argument} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:543: $result = db_query("DELETE FROM {view_tablefield} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:544: $result = db_query("DELETE FROM {view_filter} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:545: $result = db_query("DELETE FROM {view_exposed_filter} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc:546: $result = db_query("DELETE FROM {view_view} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/convert.inc-547-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-869- $clauses = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc:870: foreach ($this->$where as $group => $info) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-871- $clause = implode(") " . $info['type'] . " (", $info['clauses']); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-925- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc:926: $joins = $fields = $where = $having = $orderby = $groupby = ''; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-927- // Add all the tables to the query via joins. We assume all LEFT joins. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-990- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc:991: $where = $this->condition_sql(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-992- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-1005- $args = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc:1006: foreach ($this->where as $group => $where) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/query.inc-1007- $args = array_merge($args, $where['args']); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1347- if (!array_key_exists($arg, $cache) || $reset) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1348: $where = (is_numeric($arg) ? "vid = %d" : "name = '%s'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1349- $data = db_fetch_object(db_query("SELECT * FROM {views_view} WHERE $where", $arg)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1359- $object_name = "views_$key"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1360: $result = db_query("SELECT * FROM {{$object_name}} WHERE vid = %d ORDER BY position", $view->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1361- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1455- foreach ($this->db_objects() as $key) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1456: db_query("DELETE from {views_" . $key . "} WHERE vid = %d", $this->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1457- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1491- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1492: db_query("DELETE FROM {views_view} WHERE vid = %d", $this->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1493- // Delete from all of our subtables as well. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1494- foreach ($this->db_objects() as $key) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1495: db_query("DELETE from {views_" . $key . "} WHERE vid = %d", $this->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1496- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1560- $code = $this->export(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1561: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1562- return $view; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1773- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc:1774: $query = "UPDATE {" . $this->db_table . "} SET " . $query . " WHERE $update = " . $this->$update; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/includes/view.inc-1775- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-12- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc:13: $title = db_result(db_query("SELECT u.name FROM {users} u WHERE u.uid = %d", $this->argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-14- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-37- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc:38: $this->query->add_where(0, "$this->table_alias.uid = %d OR ((SELECT COUNT(*) FROM {comments} c WHERE c.uid = %d AND c.nid = $this->table_alias.nid) > 0)", $this->argument, $this->argument); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-39- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_field_node_new_comments.inc-66- if ($nids) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_field_node_new_comments.inc:67: $result = db_query("SELECT n.nid, COUNT(c.cid) as num_comments FROM {node} n INNER JOIN {comments} c ON n.nid = c.nid LEFT JOIN {history} h ON h.nid = n.nid AND h.uid = %d WHERE n.nid IN (" . implode(', ', $nids) . ") AND c.timestamp > GREATEST(COALESCE(h.timestamp, %d), %d) AND c.status = %d GROUP BY n.nid ", $user->uid, NODE_NEW_LIMIT, NODE_NEW_LIMIT, COMMENT_PUBLISHED); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_field_node_new_comments.inc-68- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_filter_comment_user_uid.inc-18- $this->query->add_where($this->options['group'], "$this->table_alias.uid " . $condition . " OR boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_filter_comment_user_uid.inc:19: ((SELECT COUNT(*) FROM {comments} c WHERE c.uid " . $condition . " AND c.nid = $this->table_alias.nid) > 0)", boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/comment/views_handler_filter_comment_user_uid.inc-20- $args); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/system/views_handler_argument_file_fid.inc-9- function title() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/system/views_handler_argument_file_fid.inc:10: $title = db_result(db_query(db_rewrite_sql("SELECT f.filename FROM {files} f WHERE f.fid = %d", $this->argument))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/system/views_handler_argument_file_fid.inc-11- if (empty($title)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-101- $subquery = "\n SELECT tn.vid FROM {term_node} tn\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc:102: $where = " WHERE tn.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-103- $args = $tids; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-110- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.parent = th$count.tid\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc:111: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-112- $args = array_merge($args, $tids); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-118- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.tid = th$count.parent\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc:119: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-120- $args = array_merge($args, $tids); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_vocabulary_vid.inc-10- function title() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_vocabulary_vid.inc:11: $title = db_result(db_query("SELECT v.name FROM {vocabulary} v WHERE v.vid = %d", $this->argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_argument_vocabulary_vid.inc-12- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-117- if ($this->options['limit']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc:118: $result = db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t WHERE t.vid = %d ORDER BY t.weight, t.name", 't', 'tid'), $vocabulary->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-119- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-264- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc:265: $result = db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t WHERE t.name IN (" . implode(', ', $placeholders) . ") AND t.vid = %d", 't', 'tid', $args), $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-266- while ($term = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-63- $subquery = "\n SELECT tn.vid FROM {term_node} tn\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc:64: $where = " WHERE tn.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-65- $args = $this->value; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-72- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.parent = th$count.tid\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc:73: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-74- $args = array_merge($args, $this->value); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-80- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.tid = th$count.parent\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc:81: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-82- $args = array_merge($args, $this->value); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-64- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:65: $result = db_fetch_object(db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t WHERE t.tid = %d", 't', 'tid', array($argument)), $argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-66- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-130- if ($transform) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:131: $result = db_fetch_object(db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t LEFT JOIN {term_synonym} ts ON ts.tid = t.tid WHERE (replace(t.name, ' ', '-') = '%s' OR replace(ts.name, ' ', '-') = '%s')$and", 't', 'tid', array($argument, $argument)), $argument, $argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-132- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-133- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:134: $result = db_fetch_object(db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t LEFT JOIN {term_synonym} ts ON ts.tid = t.tid WHERE (t.name = '%s' OR ts.name = '%s')$and", 't', 'tid', array($argument, $argument)), $argument, $argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-135- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/upload/views_handler_filter_upload_fid.inc-13- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/upload/views_handler_filter_upload_fid.inc:14: $this->query->add_where($this->options['group'], "(SELECT COUNT(*) FROM {upload} u WHERE u.vid = $this->table_alias.$this->real_field) " . (empty($this->value) ? '=' : '<>') . " 0"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/upload/views_handler_filter_upload_fid.inc-15- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_handler_filter_user_current.inc-13- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_handler_filter_user_current.inc:14: $where = "$this->table_alias.$this->real_field "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_handler_filter_user_current.inc-15- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_handler_filter_user_current.inc-18- if ($this->accept_null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_handler_filter_user_current.inc:19: $where = '(' . $where . " OR $this->table_alias.$this->real_field IS NULL)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_handler_filter_user_current.inc-20- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_plugin_argument_validate_user.inc-102- $account->roles[] = $account->uid ? DRUPAL_AUTHENTICATED_RID : DRUPAL_ANONYMOUS_RID; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_plugin_argument_validate_user.inc:103: $result = db_query('SELECT rid FROM {users_roles} WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/modules/user/views_plugin_argument_validate_user.inc-104- while ($role = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_argument_default_php.inc-46- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_argument_default_php.inc:47: $result = eval($this->argument->options[$this->option_name]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_argument_default_php.inc-48- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_argument_validate_php.inc-41- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_argument_validate_php.inc:42: $result = eval($this->argument->options[$this->option_name]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_argument_validate_php.inc-43- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display.inc-1779- if (!array_key_exists($format, $formats)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display.inc:1780: $formats[$format] = db_result(db_query("SELECT name FROM {filter_formats} WHERE format = %d", $format)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display.inc-1781- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display_block.inc-187- function save_block_cache($delta, $cache_setting) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display_block.inc:188: if ($bid = db_fetch_object(db_query("SELECT bid, cache FROM {blocks} WHERE module = 'views' AND delta = '%s'", $delta))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display_block.inc:189: db_query("UPDATE {blocks} set cache = %d WHERE module = 'views' AND delta = '%s'", $cache_setting, $delta); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/plugins/views_plugin_display_block.inc-190- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install-272- $ret = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install:273: $result = db_query("SELECT * FROM {blocks} WHERE module = 'views' AND delta LIKE '\$exp%'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install-274- while ($block = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install-275- $new = strtr($block->delta, '$', '-'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install:276: $ret[] = update_sql("UPDATE {blocks} SET delta = '" . db_escape_string($new) . "' WHERE module = 'views' AND delta = '" . db_escape_string($block->delta) . "'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install-277- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install-283- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install:284: $ret[] = update_sql("UPDATE {blocks} SET delta = '$new' WHERE bid = $block->bid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.install-285- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.module-559- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.module:560:function views_include($file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.module-561- static $used = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.module-571- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.module:572:function views_module_include($file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views.module-573- foreach (views_get_module_apis() as $module => $info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views_ui.module-238- global $user; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views_ui.module:239: $view->locked = db_fetch_object(db_query("SELECT s.uid, v.updated FROM {views_object_cache} v INNER JOIN {sessions} s ON v.sid = s.sid WHERE s.sid != '%s' and v.name = '%s' and v.obj = 'view' ORDER BY v.updated ASC", session_id(), $view->name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/views/views_ui.module-240- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-20-+ // Determine if this is an update. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:21:+ if (!db_result(db_query("SELECT 1 FROM {wysiwyg} WHERE format = %d", $format))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-22-+ $update = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-32- // Insert new profile data. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:33:- db_query("UPDATE {wysiwyg} SET settings = '%s' WHERE format = %d", serialize($values), $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-34-+ drupal_write_record('wysiwyg', $wysiwyg, $update); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-149--function wysiwyg_profile_delete($format) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:150:- db_query("DELETE FROM {wysiwyg} WHERE format = %d", $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-151--} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-279- if (!isset($profiles) || !array_key_exists($format, $profiles)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:280:- $result = db_query('SELECT format, editor, settings FROM {wysiwyg} WHERE format = %d', $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-281-- while ($profile = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-356-+ } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:357:+ db_query("DELETE FROM {wysiwyg} WHERE format = %d", $wysiwyg->format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-358-+} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-363- * Implementation of hook_user(). boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:364:@@ -1014,3 +1067,39 @@ function _wysiwyg_process_include($module, $identifier, $path, $hook) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-365- * @} End of "defgroup wysiwyg_api". ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.admin.inc-334- // Determine if this is an update. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.admin.inc:335: if (!db_result(db_query("SELECT 1 FROM {wysiwyg} WHERE format = %d", $format))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.admin.inc-336- $update = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.admin.inc-530- foreach ($form_state['values']['formats'] as $format => $values) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.admin.inc:531: db_query("UPDATE {wysiwyg} SET editor = '%s' WHERE format = %d", $values['editor'], $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.admin.inc-532- if (!db_affected_rows()) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.install-162- // Fetch filters. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.install:163: $result2 = db_query("SELECT module, delta FROM {filters} WHERE format = %d", $format->format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.install-164- while ($filter = db_fetch_object($result2)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-682- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module:683: db_query("DELETE FROM {wysiwyg} WHERE format = %d", $wysiwyg->format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-684-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-716- if (isset($edit['wysiwyg_status'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module:717: db_query("DELETE FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-718- foreach ($edit['wysiwyg_status'] as $format => $status) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-739- $account->wysiwyg_status = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module:740: $result = db_query("SELECT format, status FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-741- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-906- include_once './' . $file->filename; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module:907: $result = _wysiwyg_process_include($module, $module . '_' . $file->name, dirname($file->filename), $hook); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-908- if (is_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-1046- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module:1047:function _wysiwyg_process_include($module, $identifier, $path, $hook) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module-1048- $function = $identifier . '_' . $hook; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-606- if (!isset($profiles) || !array_key_exists($format, $profiles)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old:607: $result = db_query('SELECT format, editor, settings FROM {wysiwyg} WHERE format = %d', $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-608- while ($profile = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-663- if (isset($edit['wysiwyg_status'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old:664: db_query("DELETE FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-665- foreach ($edit['wysiwyg_status'] as $format => $status) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-686- $account->wysiwyg_status = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old:687: $result = db_query("SELECT format, status FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-688- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-853- include_once './' . $file->filename; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old:854: $result = _wysiwyg_process_include($module, $module . '_' . $file->name, dirname($file->filename), $hook); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-855- if (is_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-993- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old:994:function _wysiwyg_process_include($module, $identifier, $path, $hook) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/contrib/wysiwyg/wysiwyg.module.old-995- $function = $identifier . '_' . $hook; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/flag_abuse_reason/flag_abuse_reason.module-59- // count the number of flags on this content boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/flag_abuse_reason/flag_abuse_reason.module:60: $count = db_result(db_query("SELECT COUNT(*) FROM {flag_content} WHERE content_id=%d AND fid=%d", $vars['content_id'], $vars['flag']->fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/flag_abuse_reason/flag_abuse_reason.module-61- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/flag_abuse_reason/flag_abuse_reason.module-126- // Clear and Lock all flags on this content. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/flag_abuse_reason/flag_abuse_reason.module:127: $dbresult = db_query("SELECT DISTINCT fid FROM {flag_content} WHERE content_id = %d", $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/modules/flag_abuse_reason/flag_abuse_reason.module-128- $rows = 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/template.php-902- if (!isset($ignored[$object->uid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/template.php:903: $ignored[$object->uid] = db_result(db_query('SELECT COUNT(*) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $object->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/template.php-904- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/template.php-918- if (!isset($ignored[$object->uid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/template.php:919: $ignored[$object->uid] = db_result(db_query('SELECT COUNT(*) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $object->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/template.php-920- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/templates/node-team_forum.tpl.php-85- $team_forum_id = db_result(db_query(" boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/templates/node-team_forum.tpl.php:86: SELECT tfid FROM {boincteam_forum_node} WHERE nid = %d", $node->nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/templates/node-team_forum.tpl.php-87- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/templates/user-profile.tpl.php-106- if (!isset($ignored[$account->uid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/templates/user-profile.tpl.php:107: $ignored[$account->uid] = db_result(db_query('SELECT COUNT(*) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $account->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/boinc/themes/boinc/templates/user-profile.tpl.php-108- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinccore/boinccore.module-759- // Add link to convert comment into a new topic boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinccore/boinccore.module:760: $reply_count = db_result(db_query(' SELECT COUNT(*) FROM comments WHERE pid = %d', $cid )); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinccore/boinccore.module-761- if ($reply_count == 0) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-202- // adapt from db_table_exists in database.pgsql.inc boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:203: $result = (bool) db_result(db_query("SELECT COUNT(*) FROM pg_class WHERE relname = '%s'", $table)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-204- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-717- // Check for an existing term in the vocabulary boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:718: $team_type_id = db_result(db_query("SELECT tid FROM {term_data} WHERE vid = '{$team_vid}' AND LOWER(name) = LOWER('%s')", trim($name))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-719- if ($team_type_id) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2107- // Hack to keep the topics in correct order boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:2108: $success = db_query('UPDATE {node_comment_statistics} SET last_comment_timestamp = %d WHERE nid = %d', $node->created, $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2109- if (!$success) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2241- JOIN %spost p ON p.thread = t.id boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:2242: WHERE f.parent_type = 0", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2243- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2247- JOIN %sforum f ON f.id = t.forum boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:2248: WHERE f.parent_type = 0", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2249- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2334- SELECT id, user, thread, timestamp, content, parent_post, hidden boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:2335: FROM %spost WHERE thread = %d ORDER BY id ASC', $pre, $boinc_topic->id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2336- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2779- JOIN %sforum f ON f.id = t.forum boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:2780: WHERE f.parent_type = 1', $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-2781- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3048- JOIN %spost p ON p.thread = t.id boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:3049: WHERE f.parent_type = 1", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3050- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3054- JOIN %sforum f ON f.id = t.forum boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:3055: WHERE f.parent_type = 1", $pre, $pre, $pre boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3056- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3881- // the maximum thread level. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:3882: $max = db_result(db_query('SELECT MAX(thread) FROM {comments} WHERE nid = %d', $edit['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3883- // Strip the "/" from the end of the thread. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3888- // value at the proper depth. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:3889: $parent = db_fetch_object(db_query('SELECT * FROM {comments} WHERE cid = %d', $edit['pid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3890- // Strip the "/" from the end of the parent thread. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3892- // Get the max value in _this_ thread. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module:3893: $max = db_result(db_query("SELECT MAX(thread) FROM {comments} WHERE thread LIKE '%s.%%' AND nid = %d", $parent->thread, $edit['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/boincimport.module-3894- if ($max == '') { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php-26- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php:27: $boincteam = db_fetch_object(db_query('SELECT * FROM team WHERE id=%d', array($team_id))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php:28: $boincteam_members = db_query('SELECT id FROM user WHERE teamid=%d', array($team_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php:29: $boincteam_admin = (int) db_result(db_query('SELECT userid FROM team_admin WHERE teamid=%d', array($team_id))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php-30- db_set_active('default'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php-31- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php:32: $team_exists = db_query('SELECT team_id FROM {boincteam} WHERE team_id = %d', $boincteam->id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php-33- // FIXME: $team_exists==FALSE should be handled as an error and return an error code! ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php-83- $team_members = db_query('SELECT uid FROM {boincuser} WHERE boinc_id IN(%s)', implode(',', $boincteam_member_ids)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php:84: $team_admin = (int) db_result(db_query('SELECT uid FROM {boincuser} WHERE boinc_id=%d', $boincteam_admin)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/includes/import_team.php-85- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/views/views_handler_argument_boincteam_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/views/views_handler_argument_boincteam_id.inc:17: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincimport/views/views_handler_argument_boincteam_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincstats/boincstats.admin.inc-12- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincstats/boincstats.admin.inc:13:function boincstats_admin_stats_system(&$form_state) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincstats/boincstats.admin.inc-14- $form = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincstats/includes/pchart/class/pData.class.php-717- $Expression = "\$return = '!'.(".str_replace("z",$i,$Formula).");"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincstats/includes/pchart/class/pData.class.php:718: if ( @eval($Expression) === FALSE ) { $return = VOID; } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincstats/includes/pchart/class/pData.class.php-719- if ( $return == "!" ) { $return = VOID; } else { $return = $this->right($return,strlen($return)-1); } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam.module-402-function boincteam_lookup_nid($boinc_id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam.module:403: $drupal_id = db_result(db_query("SELECT nid FROM {boincteam} WHERE team_id='%d'", $boinc_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam.module-404- return $drupal_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam.module-410-function boincteam_lookup_id($nid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam.module:411: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = '%d'", $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam.module-412- return $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-113- SELECT tfid FROM {boincteam_forum_node} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module:114: WHERE nid = %d", $node->nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-115- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-149- SELECT tfid FROM {boincteam_forum_node} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module:150: WHERE nid = %d", $node->nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-151- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-233- return db_result(db_query(" boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module:234: SELECT public FROM {boincteam_forum} WHERE tfid=%d", $tfid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-235- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-252- min_time_between_posts, min_total_credit_to_post, min_avg_credit_to_post boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module:253: FROM {boincteam_forum} WHERE nid=%d", $team_id boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-254- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-301- min_time_between_posts, min_total_credit_to_post, min_avg_credit_to_post boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module:302: FROM {boincteam_forum} WHERE tfid=%d", $tfid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-303- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-312- SELECT nid FROM {boincteam_forum} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module:313: WHERE tfid=%d", $tfid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/boincteam_forum.module-314- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/includes/views_handler_argument_boincteam_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/includes/views_handler_argument_boincteam_id.inc:17: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincteam/includes/views_handler_argument_boincteam_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/boinctranslate.module-169- foreach ($nodehashtable as $lid => $hash) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/boinctranslate.module:170: db_query('DELETE FROM {locales_source} WHERE lid = %d', $lid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/boinctranslate.module:171: db_query('DELETE FROM {locales_target} WHERE lid = %d', $lid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/boinctranslate.module-172- cache_clear_all('locale:', 'cache', TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-68- ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:69: db_query("UPDATE {languages} SET enabled = 1 WHERE language = '%s'", $rfc_code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-70- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-144- $disabled_languages[$langcode] = $langcode; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:145: db_query("UPDATE {languages} SET enabled = 0 WHERE language = '%s'", $langcode); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-146- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-898- // Check if we have the language already in the database. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:899: if (!db_fetch_object(db_query("SELECT language FROM {languages} WHERE language = '%s'", $langcode))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-900- drupal_set_message(t('The language selected for import is not supported.'), 'error'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1237- list($nplurals, $plural) = $p; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1238: db_query("UPDATE {languages} SET plurals = %d, formula = '%s' WHERE language = '%s'", $nplurals, $plural, $lang); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1239- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1294- if (in_array($textgroup, $uselocation)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1295: $resource = db_query("SELECT lid FROM {locales_source} WHERE location = '%s' AND source = '%s' AND textgroup = '%s'", $location, $source, $textgroup); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1296- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1297- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1298: $resource = db_query("SELECT lid FROM {locales_source} WHERE source = '%s' AND textgroup = '%s'", $source, $textgroup); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1299- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1325- // Check of if one or more translations exist for this lid in locales_target table. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1326: $exists = (bool) db_result(db_query("SELECT lid FROM {locales_target} WHERE lid = %d AND language = '%s'", $lid, $langcode)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1327- if (!$exists) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1333- // Translation exists, only overwrite if instructed. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1334: db_query("UPDATE {locales_target} SET translation = '%s', plid = %d, plural = %d WHERE language = '%s' AND lid = %d", $translation, $plid, $plural, $langcode, $lid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1335- $report['updates']++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1347- $lid = $row['lid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1348: $exists = (bool) db_result(db_query("SELECT lid FROM {locales_target} WHERE lid = %d AND language = '%s'", $lid, $langcode)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1349- if ($exists) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1350- // Empty translation, remove existing if instructed. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc:1351: db_query("DELETE FROM {locales_target} WHERE language = '%s' AND lid = %d AND plid = %d AND plural = %d", $langcode, $lid, $plid, $plural); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boinctranslate/includes/boinctranslate.helpers.inc-1352- $report['deletes']++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-467- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:468: db_query("UPDATE {user} SET show_hosts=0 WHERE id='%d'", $boinc_user->id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-469- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-631- // Delete entry in drupal boincuser table. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:632: $qrc2 = db_query("DELETE FROM {boincuser} WHERE uid=%d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-633- if (!$qrc2) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1434- INNER JOIN users users ON node.uid = users.uid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:1435: WHERE (node.type in ('forum', 'news', 'page', 'story')) AND (node.status = 1) AND (node.uid = {$account_id} ) boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1436- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1448- INNER JOIN users users_comments ON comments.uid = users_comments.uid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:1449: WHERE (node_comments.status = 1) AND (users_comments.uid = {$account_id} ) boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1450- ORDER BY node_revisions_timestamp DESC"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1721- // Validate input boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:1722: if (user_validate_mail($params['email_addr']) or !is_valid_email_addr($params['email_addr'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1723- xml_error(-205); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1736- // Check this email against previous email addresses. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:1737: $tmpuser = BoincUser::lookup_prev_email_addr($params['email_addr']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1738- if ($tmpuser) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1742- // Check this email on current email addresses. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:1743: $boinc_user = BoincUser::lookup_email_addr($params['email_addr']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-1744- if ($boinc_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-2178- // Get default image if nothing else works boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module:2179: $content_node_widget_settings = db_result(db_query("SELECT widget_settings FROM {content_node_field_instance} WHERE field_name = '%s'", ($avatar ? 'field_image' : 'field_profile_image'))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser.module-2180- $content_node_widget_settings = unserialize($content_node_widget_settings); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-101-function _boincuser_delete_node_reassign($account) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:102: db_query('UPDATE {node} SET uid = 0 WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:103: db_query('UPDATE {node_revisions} SET uid = 0 WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-104-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-112- // bug in comment module, remove user name from comments. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:113: db_query("UPDATE {comments} SET comments.name='' WHERE uid =%d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-114- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:115: db_query('UPDATE {comments} SET uid = 0 WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:116: db_query('UPDATE {node_comment_statistics} SET last_comment_uid = 0 WHERE last_comment_uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-117-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-125- // Load all mids of the messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:126: $result = db_query("SELECT mid FROM {pm_message} WHERE author = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-127- $mids = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-132- // Delete messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:133: db_query('DELETE FROM {pm_message} WHERE author = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-134- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-140- // Delete recipient entries of that user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:141: db_query('DELETE FROM {pm_index} WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-142-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-150- // remove any friend relationships if an account is removed boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc:151: db_query("DELETE FROM {flag_friend} WHERE uid = %d OR friend_uid = %d", $account->uid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_delete/includes/boincuser_delete.helpers.inc-152-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_quote/boincuser_quote.module-48- if ($cid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_quote/boincuser_quote.module:49: $comment = db_fetch_object(db_query('SELECT c.*, u.uid, u.name AS registered_name FROM {comments} c INNER JOIN {users} u ON c.uid = u.uid WHERE c.cid = %d AND c.status = 0', $cid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/boincuser_quote/boincuser_quote.module-50- if ($comment->uid) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-55- // Get the BOINC user and check credentials boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:56: $boinc_user = BoincUser::lookup_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-57- if (!$boinc_user) return false; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-114- $lower_email_addr = strtolower($form_state['values']['mail']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:115: $tmp_user = BoincUser::lookup_prev_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-116- if ($tmp_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-132- // will fail. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:133: $boinc_user = BoincUser::lookup_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-134- if ($boinc_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-356- SELECT threadid FROM {subscriptions} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:357: WHERE userid = %d', $account->boincuser_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-358- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-365- SELECT nid FROM {boincimport_temp_topic} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:366: WHERE topic_id = %d', $thread_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-367- // Flag this node for the user ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-386- require_boinc('boinc_db'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:387: $boinc_user = BoincUser::lookup_email_addr($account->mail); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-388- $changing_email = ($edit['mail'] AND $edit['mail'] != $account->mail) ? true : false; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-398- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:399: $boinc_user_already_exists = ( BoincUser::lookup_email_addr($edit['mail']) || BoincUser::lookup_prev_email_addr($edit['mail']) ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-400- if ($boinc_user_already_exists) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-469- require_boinc('boinc_db'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:470: $boinc_user = BoincUser::lookup_email_addr($lower_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-471- if ($boinc_user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-501- ' <li>' . bts('Go to the BOINC data directory on your computer (see !boinc_wiki for help finding this).', array('!boinc_wiki' => l(bts('BOINC documentation', array(), NULL, 'boinc:authenticator-login-page'), 'http://boinc.berkeley.edu/wiki/BOINC_Data_directory')), NULL, 'boinc:authenticator-login-page') . '</li>' . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:502: ' <li>' . bts('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => "account_{$project_domain}.xml", '%url' => "http://{$project_domain}"), NULL, 'boinc:authenticator-login-page') . '</li>' . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-503- ' <li>' . bts("Open the file in a text editor like Notepad. You'll see something like:", array(), NULL, 'boinc:authenticator-login-page') . ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-869- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc:870: if (BoincUser::lookup_email_addr($boinc_user->previous_email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.forms.inc-871- rules_invoke_event('boincuser_revert_email_error', $boinc_user->previous_email_addr, variable_get('boinc_admin_mailing_list_subject_tag', '')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-310- $unique_name = $cleaned_name; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc:311: while (db_result(db_query("SELECT uid FROM {users} WHERE name = '{$unique_name}' LIMIT 1"))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-312- $same_name_tally++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-424- foreach ($libraries as $library) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc:425: require_once("{$library}.inc"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-426- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-441- chdir("{$include_dir}/{$path}"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc:442: include($file); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-443- chdir($workingDir); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-545-function boincuser_lookup_uid($boinc_id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc:546: $drupal_id = db_result(db_query("SELECT uid FROM {boincuser} WHERE boinc_id='%d'", $boinc_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/includes/boincuser.helpers.inc-547- return $drupal_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/views/views_handler_argument_boincteam_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/views/views_handler_argument_boincteam_id.inc:17: $boinc_id = db_result(db_query("SELECT team_id FROM {boincteam} WHERE nid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/views/views_handler_argument_boincteam_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/views/views_handler_argument_boincuser_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/views/views_handler_argument_boincuser_id.inc:17: $boinc_id = db_result(db_query("SELECT boinc_id FROM {boincuser} WHERE uid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincuser/views/views_handler_argument_boincuser_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/boincwork.module-975- header('Content-type: text/plain'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/boincwork.module:976: include($log); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/boincwork.module-977- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.forms.inc-1993- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.forms.inc:1994: db_query("UPDATE user SET send_email = '{$boincuser->send_email}', show_hosts = '{$boincuser->show_hosts}' WHERE id = '{$boincuser->id}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.forms.inc-1995- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-875- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:876: $result = db_query("UPDATE user SET project_prefs = '{$boincuser->project_prefs}' WHERE id = '{$boincuser->id}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-877- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-882- db_set_active('boinc_rw'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:883: $result = db_query("UPDATE user SET global_prefs = '{$boincuser->global_prefs}' WHERE id = '{$boincuser->id}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-884- db_set_active('default'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-918- if (is_numeric($iuid) && $iuid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:919: if (!db_result(db_query('SELECT COUNT(iuid) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $iuid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-920- db_query('INSERT INTO {ignore_user} (uid, iuid) VALUES (%d, %d)', $user->uid, $iuid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-923- if (module_exists('pm_block_user')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:924: if (!db_result(db_query('SELECT COUNT(recipient) FROM {pm_block_user} WHERE author = %d AND recipient = %d', $iuid, $user->uid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-925- db_query('INSERT INTO {pm_block_user} (author, recipient) VALUES (%d, %d)', $iuid, $user->uid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-946- if (is_numeric($iuid) && $iuid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:947: if (!db_result(db_query('SELECT COUNT(iuid) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $iuid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-948- db_query('INSERT INTO {ignore_user} (uid, iuid) VALUES (%d, %d)', $user->uid, $iuid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-951- if (module_exists('pm_block_user')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:952: if (!db_result(db_query('SELECT COUNT(recipient) FROM {pm_block_user} WHERE author = %d AND recipient = %d', $iuid, $user->uid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-953- db_query('INSERT INTO {pm_block_user} (author, recipient) VALUES (%d, %d)', $iuid, $user->uid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-978- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:979: db_query('DELETE FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $iuid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-980- if (module_exists('pm_block_user')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc:981: db_query('DELETE FROM {pm_block_user} WHERE author = %d AND recipient = %d', $iuid, $user->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/includes/boincwork.helpers.inc-982- }// endif module_exists ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/views/views_handler_argument_boincuser_id.inc-16- $id = is_numeric($arg) ? $arg : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/views/views_handler_argument_boincuser_id.inc:17: $boinc_id = db_result(db_query("SELECT boinc_id FROM {boincuser} WHERE uid = %d", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/boincwork/views/views_handler_argument_boincuser_id.inc-18- $this->argument = $boinc_id; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/bbcode/bbcode-filter.inc-367- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/bbcode/bbcode-filter.inc:368: $link = '<script type="text/javascript">eval(unescape(\''.$js_encode.'\'))</script>'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/bbcode/bbcode-filter.inc-369- if (isset($matches[3])) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.install-516- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.install:517: db_query("UPDATE {content_node_field_instance} SET display_settings='%s' WHERE field_name='%s' AND type_name='%s'", serialize($new_settings), $type['field_name'], $type['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.install-518- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.install-598- $update_args[] = $row['vid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.install:599: db_query("UPDATE {" . $table . "} SET ". implode(', ', $update_query) ." WHERE vid = %d", $update_args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.install-600- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-572- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:573: db_query("UPDATE {". content_field_tablename() ."} SET active=0 WHERE module='%s'", $module); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:574: db_query("UPDATE {". content_instance_tablename() ."} SET widget_active=0 WHERE widget_module='%s'", $module); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-575- content_clear_type_cache(TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-595- watchdog('content', 'Updating field type %type with module %module.', array('%type' => $name, '%module' => $module)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:596: db_query("UPDATE {". content_field_tablename() ."} SET module = '%s', active = %d WHERE type = '%s'", $module, 1, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-597- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-602- watchdog('content', 'Updating widget type %type with module %module.', array('%type' => $name, '%module' => $module)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:603: db_query("UPDATE {". content_instance_tablename() ."} SET widget_module = '%s', widget_active = %d WHERE widget_type = '%s'", $module, 1, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-604- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-614- $columns = (array) module_invoke($field['module'], 'field_settings', 'database columns', $field); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:615: db_query("UPDATE {". content_field_tablename() ."} SET db_columns = '%s' WHERE field_name = '%s'", serialize($columns), $field['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-616- $fields_set[] = $field['field_name']; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1050- // how to handle that. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:1051: if (db_result(db_query("SELECT COUNT(*) FROM {". $table ."} WHERE vid = %d", $node->vid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1052- content_write_record($table, $record, array('vid')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1065- if ($op == 'update') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:1066: db_query('DELETE FROM {'. $db_info['table'] .'} WHERE vid = %d', $node->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1067- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1083- foreach ($type['tables'] as $table) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:1084: db_query('DELETE FROM {'. $table .'} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1085- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1089- foreach ($type['tables'] as $table) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:1090: db_query('DELETE FROM {'. $table .'} WHERE vid = %d', $node->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1091- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1693- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:1694: $result = eval($field['allowed_values_php']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-1695- if (is_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2126- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:2127: return (bool)db_result(db_query("SHOW INDEX FROM {". $table ."} WHERE key_name = '$name'")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2128- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2131- // the table name and suffixed by '_idx'. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:2132: return (bool)db_result(db_query("SELECT COUNT(indexname) FROM pg_indexes WHERE indexname = '{". $table ."}_{$name}_idx'")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2133- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2219- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:2220: $result = eval($field['widget']['default_value_php']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2221- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2644- if (!empty($type_name)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module:2645: $delta = db_result(db_query("SELECT MAX(delta) FROM {". $db_info['table'] ."} f LEFT JOIN {node} n ON f.vid = n.vid WHERE n.type = '%s'", $type_name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/content.module-2646- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1246- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc:1247: $return = eval($php); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1248- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1520- if ($new_table != $base_tablename && $new_field['multiple'] < $previous_field['multiple'] && $new_field['multiple'] != 1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc:1521: db_query("DELETE FROM {". $new_table ."} WHERE delta >= ". max(1, $new_field['multiple'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1522- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1569- if ($previous_field['multiple']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc:1570: $result = db_query("SELECT * FROM {". $previous_table ."} c JOIN {node} n ON c.nid = n.nid WHERE delta = 0 AND n.type = '%s'", $new_field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1571- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1572- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc:1573: $result = db_query("SELECT * FROM {". $previous_table ."} c JOIN {node} n ON c.nid = n.nid WHERE n.type = '%s'", $new_field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1574- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1594- if (db_result(db_query('SELECT COUNT(*) FROM {'. $new_table . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc:1595: '} WHERE vid = %d AND nid = %d', $data['vid'], $data['nid']))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.admin.inc-1596- $keys = $new_field['multiple'] ? array('vid', 'delta') : array('vid'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-488- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc:489: $where = $cond ? ' WHERE '. implode(' AND ', $cond) : ''; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-490- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-555- db_query("DELETE FROM {". content_instance_tablename() . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc:556: "} WHERE field_name = '%s' AND type_name = '%s'", $field['field_name'], $field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-557- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-560- if (sizeof($instances) < 1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc:561: db_query("DELETE FROM {". content_field_tablename() ."} WHERE field_name = '%s'", $field['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-562- content_alter_schema($field, array()); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-602- if (db_table_exists(content_instance_tablename())) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc:603: $results = db_query("SELECT field_name, type_name FROM {". content_instance_tablename() ."} WHERE widget_module = '%s'", $module); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-604- while ($field = db_fetch_array($results)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-636- // Rename the content type in all fields that use changed content type. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc:637: db_query("UPDATE {". content_instance_tablename() ."} SET type_name='%s' WHERE type_name='%s'", array($info->type, $info->old_type)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.crud.inc-638- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.rules.inc-311- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.rules.inc:312: $value = eval($settings['code']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/includes/content.rules.inc-313- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/content_copy/content_copy.module-346- // Use '@' to suppress errors about undefined constants in the macro. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/content_copy/content_copy.module:347: @eval($form_values['macro']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/content_copy/content_copy.module-348- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install-124- $settings['display'] = array('collapsible' => 0, 'collapsed' => 0, 'description' => ''); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install:125: $ret[] = update_sql("UPDATE {node_group} SET settings = '". db_escape_string(serialize($settings)) ."', description = '' WHERE group_name = '". $group['group_name'] ."'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install-126- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install-170- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install:171: $ret[] = update_sql("UPDATE {node_group} SET settings = '". db_escape_string(serialize($group['settings'])) ."' WHERE group_name = '". $group['group_name'] ."'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install-172- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install-296- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install:297: db_query("UPDATE {content_group} SET settings='%s' WHERE group_name='%s' AND type_name='%s'", serialize($new_settings), $type['group_name'], $type['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.install-298- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-96- case 'delete instance': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:97: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE field_name = '%s' AND type_name = '%s'", $field['field_name'], $field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-98- cache_clear_all('fieldgroup_data:', content_cache_tablename(), TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-292-function _fieldgroup_field_get_group($content_type, $field_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:293: return db_result(db_query("SELECT group_name FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND field_name = '%s'", $content_type, $field_name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-294-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-534- // seems to be fixed when emptying the cache. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:535: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND field_name = '%s'", $form_values['type_name'], $form_values['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-536-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-757- // update the tables boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:758: db_query("UPDATE {". fieldgroup_tablename() ."} SET type_name='%s' WHERE type_name='%s'", array($info->type, $info->old_type)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:759: db_query("UPDATE {". fieldgroup_fields_tablename() ."} SET type_name='%s' WHERE type_name='%s'", array($info->type, $info->old_type)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-760- cache_clear_all('fieldgroup_data:', content_cache_tablename(), TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-762- elseif ($op == 'delete') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:763: db_query("DELETE FROM {". fieldgroup_tablename() ."} WHERE type_name = '%s'", $info->type); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:764: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s'", $info->type); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-765- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-830- elseif ($form_values['group']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:831: db_query("UPDATE {". fieldgroup_fields_tablename() ."} SET group_name = '%s' WHERE type_name = '%s' AND field_name = '%s'", $form_values['group'], $form_values['type_name'], $form_values['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-832- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-833- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:834: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND field_name = '%s'", $form_values['type_name'], $form_values['field_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-835- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-840-function fieldgroup_delete($content_type, $group_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:841: db_query("DELETE FROM {". fieldgroup_tablename() ."} WHERE type_name = '%s' AND group_name = '%s'", $content_type, $group_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module:842: db_query("DELETE FROM {". fieldgroup_fields_tablename() ."} WHERE type_name = '%s' AND group_name = '%s'", $content_type, $group_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/fieldgroup/fieldgroup.module-843- cache_clear_all('fieldgroup_data:', content_cache_tablename(), TRUE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module-257- if (!empty($missing_ids)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module:258: $where = array('n.nid in ('. db_placeholders($missing_ids) . ')'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module-259- if (!user_access('administer nodes')) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module-380- if (!isset($titles[$nid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module:381: $title = $known_title ? $known_title : db_result(db_query(db_rewrite_sql("SELECT n.title FROM {node} n WHERE n.nid=%d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module-382- $titles[$nid] = $title ? $title : ''; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module-568- $nid = $element['#default_value'][$field_key]; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module:569: $value = db_result(db_query(db_rewrite_sql('SELECT n.title FROM {node} n WHERE n.nid = %d'), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/nodereference/nodereference.module-570- $value .= ' [nid:'. $nid .']'; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/text/text.install-63- $new_widget_type = ($widget_settings['rows'] > 1) ? 'text_textarea' : 'text_textfield'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/text/text.install:64: $ret[] = update_sql("UPDATE {". content_instance_tablename() ."} SET widget_module = 'text', widget_type = '". $new_widget_type ."' WHERE field_name = '{$field_instance['field_name']}' AND type_name = '{$field_instance['type_name']}'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/text/text.install-65- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.install-138- // array. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.install:139: db_query("UPDATE {". content_field_tablename() ."} SET global_settings = '%s' WHERE field_name = '%s'", serialize($global_settings), $userreference->field_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.install-140- $ret[] = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.module-453- if (!empty($element['#default_value'][$field_key])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.module:454: $value = db_result(db_query("SELECT name FROM {users} WHERE uid = '%d'", $element['#default_value'][$field_key])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.module-455- return array($field_key => $value); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.module-872- foreach ($columns as $column) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.module:873: $ids = db_query(db_rewrite_sql("SELECT DISTINCT(n.nid), n.title, n.type FROM {node} n LEFT JOIN {". $table ."} f ON n.vid = f.vid WHERE f.". $column ."=". $account->uid. " AND n.status = 1")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/cck/modules/userreference/userreference.module-874- while ($data = db_fetch_object($ids)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-534- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install:535: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-536- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-568- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install:569: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-570- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-591- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install:592: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-593- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-616- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install:617: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-618- $ret[] = array('success' => $return !== FALSE, 'query' => "UPDATE PROFILE - {$name}"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-623- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install:624: $return = db_query( "UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", $settings, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.install-625- $ret[] = array('success' => $return !== FALSE, 'query' => "[!!] UPDATE PROFILE - {$name} - Custom toolbar cannot be converted, please set this toolbar manually in the CKEditor profile!"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.module-428- if ($path = file_create_path($file)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.module:429: $result = db_query("SELECT f.* FROM {files} f WHERE filepath = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.module-430- if (db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.module-1483- if (empty($_SESSION['cke_get_settings'][$_POST['id']])) echo json_encode(array()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.module:1484: echo json_encode($_SESSION['cke_get_settings'][$_POST['id']]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/ckeditor.module-1485- die(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-162- if ($changed === TRUE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:163: db_query("UPDATE {ckeditor_settings} SET settings = '%s' WHERE name = '%s'", serialize($p->settings), $p->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-164- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-1378- if (isset($edit['_profile'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:1379: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:1380: db_query("DELETE FROM {ckeditor_role} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-1381- drupal_set_message(t('Your CKEditor profile was updated.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-1851- if (isset($edit['_profile'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:1852: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:1853: db_query("DELETE FROM {ckeditor_role} WHERE name = '%s'", $edit['_profile']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-1854- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-2015- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:2016: $result = db_query("SELECT * FROM {ckeditor_settings} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-2017- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-2048- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:2049: db_query("UPDATE {ckeditor_settings} SET settings='%s' WHERE name='%s'", serialize($settings), $data->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-2050- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-2133-function ckeditor_profile_delete($name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:2134: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc:2135: db_query("DELETE FROM {ckeditor_role} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.admin.inc-2136-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.drush.inc-66- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.drush.inc:67: if (drush_shell_exec('svn checkout http://svn.ckeditor.com/CKEditor/releases/stable/ ' . $path)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.drush.inc-68- drush_log(dt('CKEditor was downloaded to @path.', array('@path' => $path)), 'success'); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc-102- // Restore the profile settings boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc:103: db_query("DELETE FROM {ckeditor_settings} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc-104- db_query("INSERT INTO {ckeditor_settings} (name, settings) VALUES('%s', '%s')", $name, serialize($profile['settings'])); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc-108- if (in_array($role_name, (array) $profile['roles'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc:109: if (!db_result(db_query("SELECT rid FROM {ckeditor_role} WHERE rid = %d AND name = '%s'", $rid, $name))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc-110- db_query("INSERT INTO {ckeditor_role} (rid, name) VALUES(%d, '%s')", $rid, $name); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc-114- // Make sure they don't have access boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc:115: db_query("DELETE FROM {ckeditor_role} WHERE rid = %d AND name = '%s'", $rid, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.features.inc-116- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.lib.inc-641- $rs['settings']=serialize($rs['settings']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.lib.inc:642: db_query("UPDATE {ckeditor_settings} SET settings='%s' WHERE name = 'CKEditor Global Profile'", $rs['settings']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/ckeditor.lib.inc-643- $jsp=TRUE; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/jqueryUI/jquery-1.4.4.min.js-116-return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/jqueryUI/jquery-1.4.4.min.js:117:else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1></$2>");try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?this.each(function(f){var h=c(this);h.html(a.call(this,f,h.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d= boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ckeditor/includes/jqueryUI/jquery-1.4.4.min.js-118-c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){var e,f,h,l=a[0],k=[];if(!c.support.checkClone&&arguments.length===3&&typeof l==="string"&&Da.test(l))return this.each(function(){c(this).domManip(a, ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module-315- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module:316: $result = db_query("SELECT * FROM {node} WHERE (". implode(' OR ', $condition) .") AND uid = %d", $arguments); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module-317- while ($node = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module-355- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module:356: db_query('DELETE FROM {node} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module:357: db_query('DELETE FROM {node_revisions} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module-358- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module-392- //check whether the selected user has already a profile boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module:393: $uid = db_result(db_query("SELECT uid FROM {users} WHERE name = '%s'", $node->name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/content_profile/content_profile.module-394- if ($uid && content_profile_profile_exists($node, $uid)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-116- // Load setters boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install:117: $setter_result = db_query("SELECT * FROM {context_ui_setter} WHERE cid = %d", $context->cid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-118- while ($row = db_fetch_object($setter_result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-121- // Load getters boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install:122: $getter_result = db_query("SELECT * FROM {context_ui_getter} WHERE cid = %d", $context->cid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-123- while ($row = db_fetch_object($getter_result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-126- // Load blocks boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install:127: $block_result = db_query("SELECT module, delta, region, weight FROM {context_ui_block} WHERE cid = %d", $context->cid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-128- while ($block = db_fetch_object($block_result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-305- foreach ($contexts as $context) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install:306: if (!db_result(db_query("SELECT name FROM {context} WHERE name = '%s'", "{$context->namespace}-{$context->attribute}-{$context->value}"))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.install-307- $new = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.module-253- if (isset($context->name) && ($context->export_type & EXPORT_IN_DATABASE)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.module:254: db_query("DELETE FROM {context} WHERE name = '%s'", $context->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/context.module-255- context_invalidate_cache(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_condition_bookroot.inc-8- if ($this->condition_used() && !empty($node->book['bid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_condition_bookroot.inc:9: $type = db_result(db_query("SELECT type FROM {node} WHERE nid = %d", $node->book['bid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_condition_bookroot.inc-10- $book = new stdClass(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_block.inc-362- global $user, $theme_key; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_block.inc:363: $block->title = db_result(db_query("SELECT title FROM {blocks} WHERE module = '%s' AND delta = '%s' AND theme = '%s'", $block->module, $block->delta, $theme_key)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_block.inc-364- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_block.inc-443- $theme_key = variable_get('theme_default', 'garland'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_block.inc:444: $result = db_query("SELECT module,weight,delta,region,status FROM {blocks} WHERE theme = '%s' ORDER BY weight ASC", $theme_key); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_block.inc-445- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_breadcrumb.inc-13- foreach ($active_paths as $path) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_breadcrumb.inc:14: $result = db_query("SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM {menu_links} WHERE hidden = 0 AND link_path = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/context/plugins/context_reaction_breadcrumb.inc-15- while ($parents = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/ctools.module-106- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/ctools.module:107:function ctools_include($file, $module = 'ctools', $dir = 'includes') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/ctools.module-108- static $used = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/context-task-handler.inc-93- $item = menu_get_item(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/context-task-handler.inc:94: $mlink = db_fetch_object(db_query("SELECT * FROM {menu_links} WHERE link_path = '%s'", $item['href'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/context-task-handler.inc-95- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-68-function ctools_css_store($id, $css, $filter = TRUE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc:69: $filename = db_result(db_query("SELECT filename FROM {ctools_css_cache} WHERE cid = '%s'", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-70- if ($filename && file_exists($filename)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-73- // Remove any previous records. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc:74: db_query("DELETE FROM {ctools_css_cache} WHERE cid = '%s'", $id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-75- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-88-function ctools_css_retrieve($id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc:89: $cache = db_fetch_object(db_query("SELECT * FROM {ctools_css_cache} WHERE cid = '%s'", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-90- if (!$cache) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-96- if ($filename != $cache->filename) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc:97: db_query("UPDATE {ctools_css_cache} SET filename = '%s' WHERE cid = '%s'", $filename, $id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-98- $cache->filename = $filename; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-108-function ctools_css_clear($id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc:109: $cache = db_fetch_object(db_query("SELECT * FROM {ctools_css_cache} WHERE cid = '%s'", $id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-110- if (!$cache) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-120- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc:121: db_query("DELETE FROM {ctools_css_cache} WHERE cid = '%s'", $id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/css.inc-122-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/export.inc-187- $value = is_object($object) ? $object->{$export['key']} : $object; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/export.inc:188: db_query("DELETE FROM {" . $table . "} WHERE " . $export['key'] . " = '%s'", $value); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/export.inc-189- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/export.inc-246- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/export.inc:247: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/export.inc-248- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/math-expr.inc-332- if ($fnn == 'ln') $fnn = 'log'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/math-expr.inc:333: eval('$stack->push(' . $fnn . '($op1));'); // perfectly safe eval() boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/math-expr.inc-334- } elseif (array_key_exists($fnn, $this->f)) { // user function ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-152- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc:153: $parents = db_fetch_array(db_query("SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM {menu_links} WHERE menu_name = '%s' AND link_path IN (". $placeholders .")", $args)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-154- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-157- // TODO: Handle the case like a local task on a specific node in the menu. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc:158: $parents = db_fetch_array(db_query("SELECT p1, p2, p3, p4, p5, p6, p7, p8 FROM {menu_links} WHERE menu_name = '%s' AND link_path = '%s'", $menu_name, $item['tab_root'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-159- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-171- do { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc:172: $result = db_query("SELECT mlid FROM {menu_links} WHERE menu_name = '%s' AND expanded = 1 AND has_children = 1 AND plid IN (". $placeholders .') AND mlid NOT IN ('. $placeholders .')', array_merge(array($menu_name), $args, $args)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-173- $num_rows = FALSE; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-194- FROM {menu_links} ml LEFT JOIN {menu_router} m ON m.path = ml.router_path boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc:195: WHERE ml.menu_name = '%s' AND ml.plid IN (". $placeholders .") boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-196- ORDER BY p1 ASC, p2 ASC, p3 ASC, p4 ASC, p5 ASC, p6 ASC, p7 ASC, p8 ASC, p9 ASC", $args), $parents); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-291- // Get all tabs and the root page. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc:292: $result = db_query("SELECT * FROM {menu_router} WHERE tab_root = '%s' ORDER BY weight, title", $router_item['tab_root']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/menu.inc-293- $map = arg(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-36- if (!array_key_exists($key, $cache)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc:37: $data = db_fetch_object(db_query("SELECT * FROM {ctools_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-38- if ($data) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-77-function ctools_object_cache_clear($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc:78: db_query("DELETE FROM {ctools_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-79- // Ensure the static cache is emptied of this obj:name set. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-100-function ctools_object_cache_test($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc:101: return db_fetch_object(db_query("SELECT s.uid, c.updated FROM {ctools_object_cache} c INNER JOIN {sessions} s ON c.sid = s.sid WHERE s.sid != '%s' AND c.obj = '%s' AND c.name = '%s' ORDER BY c.updated ASC", session_id(), $obj, $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-102-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-121- $args = array_merge(array($obj), $names); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc:122: $result = db_query("SELECT c.name, s.uid, c.updated FROM {ctools_object_cache} c INNER JOIN {sessions} s ON c.sid = s.sid WHERE c.obj = '%s' AND c.name IN ($placeholders) ORDER BY c.updated ASC", $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-123- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-143-function ctools_object_cache_clear_all($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc:144: db_query("DELETE FROM {ctools_object_cache} WHERE obj = '%s' AND name = '%s'", $obj, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/object-cache.inc-145- // Ensure the static cache is emptied of this obj:name set. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/plugins.inc-126- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/plugins.inc:127:function ctools_plugin_api_include($owner, $api, $minimum_version, $current_version) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/includes/plugins.inc-128- static $already_done = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.admin.inc-1453- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.admin.inc:1454: eval($form_state['values']['object']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.admin.inc-1455- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.admin.inc-1604- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.admin.inc:1605: eval($export); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.admin.inc-1606- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.install-243- $page->conf = serialize($page->conf); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.install:244: db_query("UPDATE {page_manager_pages} SET conf = '%s', task = 'page' WHERE pid = %d", $page->conf, $page->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.install-245- db_query("INSERT INTO {page_manager_handlers} (name, task, subtask, handler, weight, conf) VALUES ('%s', '%s', '%s', '%s', %d, '%s')", $handler->name, $handler->task, $handler->subtask, $handler->handler, $handler->weight, $handler->conf); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-590- drupal_write_record('page_manager_handlers', $handler, $update); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module:591: db_query("DELETE FROM {page_manager_weights} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-592- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-607- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module:608: db_query("DELETE FROM {page_manager_handlers} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module:609: db_query("DELETE FROM {page_manager_weights} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-610-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-676-function page_manager_update_task_handler_weight($handler, $weight) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module:677: db_query("DELETE FROM {page_manager_weights} WHERE name = '%s'", $handler->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-678- db_query("INSERT INTO {page_manager_weights} (name, weight) VALUES ('%s', %d)", $handler->name, $weight); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-1030- // Since we didn't already see an mlid, let's check the database for one. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module:1031: $mlid = db_result(db_query("SELECT mlid FROM {menu_links} WHERE router_path = '%s'", $item['parent_path'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/page_manager.module-1032- if ($mlid) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-542- $path = implode('/', $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:543: $result = db_query("SELECT * FROM {menu_router} WHERE path = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-544- while ($router = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-551- if (strpos($path, '%') === FALSE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:552: $result = db_query("SELECT src, dst FROM {url_alias} WHERE dst = '%s'", $path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-553- if ($alias = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1298- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:1299: eval($form_state['values']['object']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1300- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1442- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc:1443: eval($export); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.admin.inc-1444- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.inc-457- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.inc:458: db_query("DELETE FROM {page_manager_pages} WHERE name = '%s'", $page->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/page_manager/plugins/tasks/page.inc-459- // Make sure that the cache is reset so that the menu rebuild does not ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/access/php.inc-53-function ctools_php_ctools_access_check($__conf, $contexts) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/access/php.inc:54: $access = eval($__conf['php']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/access/php.inc-55- return $access; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/access/term_parent.inc-72- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/access/term_parent.inc:73: $count = db_result(db_query('SELECT COUNT(*) FROM {term_hierarchy} th INNER JOIN {term_data} td ON th.parent = td.tid WHERE th.tid = %d AND td.vid = %d', $context->data->tid, $vid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/access/term_parent.inc-74- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/arguments/rid.inc-41- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/arguments/rid.inc:42: $nid = db_result(db_query("SELECT nid FROM {node_revisions} WHERE vid = %d", $arg)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/arguments/rid.inc-43- $node = node_load($nid, $arg); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc-100- // {block}.title is plain text, but this hook should return an HTML title. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc:101: $block->subject = check_plain(db_result(db_query("SELECT title FROM {blocks} WHERE module = '%s' AND delta = '%s'", 'block', $delta))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc-102- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc-132- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc:133: $result = db_query("SELECT title, pages, visibility FROM {blocks} WHERE module = '%s' AND delta = '%s'", $block->module, $block->delta); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc-134- $block_visibility = db_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc-151- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc:152: $page_match = drupal_eval($block_visibility->pages); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/block/block.inc-153- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/node/node.inc-213- if (is_numeric($nid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/node/node.inc:214: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid, n.status FROM {node} n WHERE n.nid = %d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/node/node.inc-215- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/node/node.inc-216- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/node/node.inc:217: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid, n.status FROM {node} n WHERE LOWER(n.title) = LOWER('%s')"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/node/node.inc-218- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/term_context/term_list.inc-40- case 'sibling': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/term_context/term_list.inc:41: $parent = db_result(db_query("SELECT parent FROM {term_hierarchy} WHERE tid = %d", $term->tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/term_context/term_list.inc-42- $terms = taxonomy_get_children($parent, $term->vid); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc-52- $return = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc:53: $query = db_query('SELECT t.name, t.tid FROM {term_data} t INNER JOIN {term_hierarchy} h ON t.tid = h.tid WHERE t.vid = %d AND h.parent = %d ORDER BY t.weight ASC, t.name ASC', $vid, $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc-54- while ($result = db_fetch_object($query)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc-87- if (!empty($conf['nid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc:88: $info = db_fetch_object(db_query("SELECT * FROM {node} n WHERE n.nid = %d", $conf['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc-89- if ($info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc-134- if (is_numeric($nid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc:135: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE n.nid = %d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc-136- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc-137- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc:138: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE LOWER(n.title) = LOWER('%s')"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node.inc-139- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc-112- if (!empty($conf['nid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc:113: $info = db_fetch_object(db_query("SELECT * FROM {node} n WHERE n.nid = %d", $conf['nid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc-114- if ($info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc-159- if (is_numeric($nid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc:160: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE n.nid = %d"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc-161- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc-162- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc:163: $node = db_fetch_object(db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE LOWER(n.title) = LOWER('%s')"), $nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/node_edit_form.inc-164- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc-78- if (!empty($conf['tid'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc:79: $info = db_fetch_object(db_query("SELECT * FROM {term_data} n WHERE n.tid = %d", $conf['tid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc-80- if ($info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc-137- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc:138: $term = db_fetch_object(db_query("SELECT t.tid FROM {term_data} t WHERE LOWER(t.name) = LOWER('%s') AND t.vid = %d", $form_values['taxonomy'][$vid], $vid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc-139- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc-149- if ($form_values['set_identifier']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc:150: $term = db_fetch_object(db_query("SELECT t.tid, t.name FROM {term_data} t WHERE LOWER(t.tid) = %d", $form_values['tid'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/contexts/term.inc-151- $form_state['values']['context']['identifier'] = $term->name; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/relationships/term_parent.inc-31- if (isset($context->data)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/relationships/term_parent.inc:32: $result = db_fetch_array(db_query("SELECT t1.* FROM {term_hierarchy} t1 INNER JOIN {term_hierarchy} t2 ON t1.tid = t2.parent WHERE t2.tid = %d", $context->data->tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/relationships/term_parent.inc-33- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/relationships/term_parent.inc-41- while (!empty($result['parent'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/relationships/term_parent.inc:42: $result = db_fetch_array(db_query("SELECT * FROM {term_hierarchy} WHERE tid = %d", $result['parent'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/plugins/relationships/term_parent.inc-43- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc-65- if (!empty($info['file'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc:66: @include_once('./' . $info['path'] . '/' . $info['file']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc-67- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.ctools.inc-29- if (EC_DRUPAL_VERSION >= 7) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.ctools.inc:30: $object = db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = :name", array(':name' => $name))->fetch(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.ctools.inc-31- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.ctools.inc-32- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.ctools.inc:33: $object = db_fetch_object(db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.ctools.inc-34- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.install-131- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.install:132: db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", $min, 'elysia_cron'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.install-133- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-272- db_lock_table('variable'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:273: db_query("DELETE FROM {variable} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-274- db_query("INSERT INTO {variable} (name, value) VALUES ('%s', '%s')", $name, serialize($value)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-307- db_lock_table('variable'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:308: db_query("DELETE FROM {variable} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-309- db_unlock_tables(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-311- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:312: db_query("DELETE FROM {variable} WHERE name = '%s'", $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-313- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-365- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:366: if (db_result(db_query('SELECT 1 FROM {elysia_cron} WHERE name = "%s"', $name))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-367- $uquery = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-379- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:380: db_query("update {elysia_cron} set " . implode(', ', $uquery) . " where name = '%s'", $uvalues); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-381- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-423- if (EC_DRUPAL_VERSION >= 7) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:424: $elysia_cron_db_cache[$name] = db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = :name", array(':name' => $name))->fetchAssoc(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-425- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-426- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:427: $elysia_cron_db_cache[$name] = db_fetch_array(db_query("select " . implode(", ", $GLOBALS['_ec_columns']) . " from {elysia_cron} where name = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-428- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-1083- if (!empty($elysia_cron_settings[$job]['file'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:1084: include_once((!empty($elysia_cron_settings[$job]['file path']) ? $elysia_cron_settings[$job]['file path'] : drupal_get_path('module', $elysia_cron_settings[$job]['module'])) . DIRECTORY_SEPARATOR . $elysia_cron_settings[$job]['file']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-1085- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-1086- if (!empty($elysia_cron_settings[$job]['expression'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module:1087: eval($elysia_cron_settings[$job]['expression']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron.module-1088- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron_update.php-262- variable_del($v); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron_update.php:263: db_query("DELETE FROM {variable} WHERE name = '%s'", $v); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_cron_update.php-264- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php-115- return !$except_module ? db_result(db_query("select min(weight) from {system}")) : boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php:116: db_result(db_query("select min(weight) from {system} where name != '%s'", $except_module)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php-117-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php-119-function drupal_module_get_weight($name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php:120: return db_result(db_query("select weight from {system} where name = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php-121-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php-123-function drupal_module_set_weight($name, $weight) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php:124: db_query("update {system} set weight = %d where name = '%s'", $weight, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/elysia_cron/elysia_drupalconv.php-125-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-89- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt:90:2. Features converts the info file into an `$export` array which contains a list boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-91-of elements to be exported. Each component type is given a chance to add to the boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-92-export list as well as request that *other* components be given a second chance boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt:93:to add to the `$export` array. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-94- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt:95:3. If any additional components have been queued up in the `$pipe` we repeat boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-96-step 2 for each of the queued component types. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-97- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt:98:4. Once a full `$export` array is populated each component renders items from boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt:99:the `$export` array to PHP code as a exportable defaults hook. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/API.txt-100- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc-269- elseif ($file->name === "{$module_name}.features" && empty($code['features'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc:270: $code['features'] = "<?php\n\n// This file is deprecated and can be removed.\n// Please remove include_once('{$module_name}.features.inc') in {$module_name}.module as well.\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc-271- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc-275- else if (!empty($code['features'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc:276: $code['module'] = "<?php\n\ninclude_once('{$module_name}.features.inc');\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc-277- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc-599- $code = features_invoke($component, 'features_export_render', $module_name, $module->info['features'][$component], NULL); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc:600: $cache[$module_name][$component] = isset($code[$default_hook]) ? eval($code[$default_hook]) : FALSE; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.export.inc-601- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.install-51- if (($type_data['module'] == 'features') && db_result(db_query($sql, $type))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.install:52: $ret[] = update_sql("UPDATE {node_type} SET module = 'features' WHERE type = '$type'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.install-53- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-262- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module:263:function features_include($reset = FALSE) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-264- static $once; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-284- if (!module_hook($module, 'features_api')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module:285: module_load_include('inc', 'features', "includes/features.$module"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-286- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-331- ctools_include('plugins'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module:332: ctools_plugin_api_include($info['module'], $info['api'], $info['current_version'], $info['current_version']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-333- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-337- foreach ($features as $feature) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module:338: module_load_include('inc', $feature->name, "{$feature->name}.features.{$component}"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/features.module-339- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.content.inc-160- if (empty($existing_instance['widget_active'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.content.inc:161: db_query("UPDATE {". content_instance_tablename() ."} SET widget_active = 1 WHERE field_name = '%s' AND type_name = '%s'", $field['field_name'], $field['type_name']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.content.inc-162- // We need to clear the type cache again, unfortunately. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.ctools.inc-23- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.ctools.inc:24: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.ctools.inc-25-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.ctools.inc-296- $export = $schema['export']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.ctools.inc:297: db_query("DELETE FROM {{$table}} WHERE {$export['key']} = '%s'", $object->{$export['key']}); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.ctools.inc-298- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc-123- if (!isset($filters[$format]) || $reset) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc:124: $result = db_query("SELECT * FROM {filters} WHERE format = %d ORDER BY weight, module, delta", $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc:125: if (db_affected_rows($result) == 0 && !db_result(db_query("SELECT 1 FROM {filter_formats} WHERE format = %d", $format))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc-126- // The format has no filters and does not exist, use the default input ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc-149-function _filter_features_update($format) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc:150: $format_id = db_result(db_query("SELECT format FROM {filter_formats} WHERE name = '%s'", $format['name'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc-151- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc-187- if ($format['format']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc:188: db_query("DELETE FROM {filters} WHERE format = %d", $format['format']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.filter.inc-189- foreach ($format['filters'] as $filter) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc-88- foreach ($data as $menu_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc:89: $result = db_query("SELECT menu_name, title, description FROM {menu_custom} WHERE menu_name = '%s'", $menu_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc-90- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc-120- foreach ($defaults as $menu) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc:121: $existing = db_result(db_query("SELECT menu_name FROM {menu_custom} WHERE menu_name = '%s'", $menu['menu_name'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc-122- drupal_write_record('menu_custom', $menu, $existing ? array('menu_name') : array()); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc-340- list($menu_name, $link_path) = explode(':', $identifier, 2); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc:341: $result = db_query("SELECT menu_name, mlid, plid, link_path, router_path, link_title, options, module, hidden, external, has_children, expanded, weight FROM {menu_links} WHERE menu_name = '%s' AND link_path = '%s'", $menu_name, $link_path); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.menu.inc-342- while ($link = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.node.inc-146- foreach($deleted_fields as $field_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.node.inc:147: db_query("UPDATE {". content_instance_tablename() ."} SET widget_active = 0 WHERE field_name = '%s' AND type_name = '%s'", $field_name, $type_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.node.inc-148- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.node.inc-155- // storage in the DB. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.node.inc:156: db_query("DELETE FROM {node_type} WHERE type = '%s'", $type_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.node.inc-157- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.taxonomy.inc-83- foreach ($vocabularies as $machine_name => $vocabulary) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.taxonomy.inc:84: if ($vid = db_result(db_query("SELECT vid FROM {vocabulary} WHERE module = '%s'", 'features_' . $machine_name))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.taxonomy.inc-85- $vocabulary['vid'] = $vid; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.taxonomy.inc-155- $name = 'features_' . $element['#value']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.taxonomy.inc:156: $vid = db_result(db_query("SELECT vid FROM {vocabulary} WHERE module = '%s'", $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.taxonomy.inc-157- if ($vid) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.user.inc-267- foreach ($roles as $role) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.user.inc:268: db_query("DELETE FROM {permission} WHERE rid = %d", $role['rid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/includes/features.user.inc-269- $role['perm'] = implode(', ', $role['perm']); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/tests/features.test-146- if (isset($format_id)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/tests/features.test:147: db_query("DELETE FROM {filters} WHERE module = 'filter' AND format = %d AND delta = %d", $format_id, 0); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/features/tests/features.test-148- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc-31- if (is_numeric($fid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc:32: $file = db_fetch_object(db_query('SELECT f.* FROM {files} f WHERE f.fid = %d', $fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc-33- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc-34- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc:35: $file = db_fetch_object(db_query("SELECT f.* FROM {files} f WHERE f.filepath = '%s'", $fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc-36- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc-269- if (file_delete($file->filepath)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc:270: db_query('DELETE FROM {files} WHERE fid = %d', $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/field_file.inc-271- _field_file_cache(NULL, $file); // delete the file from the cache ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-141- if ($updated) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install:142: db_query("UPDATE {content_node_field} SET global_settings = '%s' WHERE field_name = '%s'", serialize($field_settings), $field->field_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-143- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-312- if ($field['multiple']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install:313: $result = db_query_range("SELECT * FROM {{$context['sandbox']['table']}} WHERE (vid = %d AND delta > %d) OR vid > %d ORDER BY vid ASC, delta ASC", $context['sandbox']['current_node'], $context['sandbox']['current_delta'], $context['sandbox']['current_node'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-314- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-315- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install:316: $result = db_query_range("SELECT * FROM {{$context['sandbox']['table']}} WHERE vid >= %d ORDER BY vid ASC", $context['sandbox']['current_node'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-317- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-337- // ...serialize it and store it back to the db. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install:338: db_query("UPDATE {{$context['sandbox']['table']}} SET {$context['sandbox']['col_data']} = '%s' WHERE vid = %d", serialize($data), $row['vid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.install-339- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-121- $filepath = file_create_path($filepath); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module:122: $result = db_query("SELECT * FROM {files} WHERE filepath = '%s'", $filepath); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-123- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-158- FROM {". $table ."} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module:159: WHERE ". $fid_column ." = %d", $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-160- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-334- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module:335: module_load_include('inc', $field['widget']['module'], $field['widget']['module'] .'_widget'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-336- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-1021- FROM {'. $db_info['table'] .'} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module:1022: WHERE '. $db_info['columns']['fid']['column'] .' = %d', $file->fid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-1023- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-1032- FROM {'. $db_info['table'] .'} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module:1033: WHERE '. $db_info['columns']['fid']['column'] .' = %d AND nid = %d', $file->fid, $file->delete_nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield.module-1034- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_field.inc-237- $db_info = content_database_info($field); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_field.inc:238: $result = db_query('SELECT vid, f.* FROM {' . $db_info['table'] . '} t INNER JOIN {files} f ON t.' . $db_info['columns']['fid']['column'] . ' = f.fid WHERE nid = %d AND vid != %d', $node->nid, $node->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_field.inc-239- while ($item = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module-40- while ($file = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module:41: db_query('DELETE FROM {filefield_meta} WHERE fid = %d', $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module-42- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module-58-function filefield_meta_file_load(&$file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module:59: $result = db_query("SELECT * FROM {filefield_meta} WHERE fid = %d", $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module-60- $data = db_fetch_array($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module-96-function filefield_meta_file_delete($file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module:97: db_query('DELETE FROM {filefield_meta} WHERE fid = %d', $file->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/filefield/filefield_meta/filefield_meta.module-98-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-749- function _is_flagged($content_id, $uid, $sid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:750: return db_result(db_query("SELECT fcid FROM {flag_content} WHERE fid = %d AND uid = %d AND sid = %d AND content_id = %d", $this->fid, $uid, $sid, $content_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-751- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-783- function _unflag($content_id, $uid, $sid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:784: $fcid = db_result(db_query("SELECT fcid FROM {flag_content} WHERE fid = %d AND content_id = %d AND uid = %d AND sid = %d", $this->fid, $content_id, $uid, $sid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-785- if ($fcid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:786: db_query("DELETE FROM {flag_content} WHERE fcid = %d", $fcid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-787- $this->_decrease_count($content_id); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-803- $time = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:804: db_query("UPDATE {flag_counts} SET count = count + %d, last_updated = %d WHERE fid = %d AND content_id = %d", $number, $time, $this->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-805- if (!db_affected_rows()) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-821- $time = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:822: db_query("UPDATE {flag_counts} SET count = count - %d, last_updated = %d WHERE fid = %d AND content_id = %d", $number, $time, $this->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-823- // Delete rows with count 0, for data consistency and space-saving. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:824: db_query("DELETE FROM {flag_counts} WHERE fid = %d and content_id = %d AND count = %d", $this->fid, $content_id, 0); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-825- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-866- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:867: return db_result(db_query('SELECT COUNT(*) FROM {flag_content} WHERE fid = %d AND uid = %d AND sid = %d', $this->fid, $uid, $sid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-868- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-874- * You should always call this function and not get at the label directly. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:875: * E.g., do `print $flag->get_label('title')` instead of `print boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-876- * $flag->title`. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-927- * boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:928: * `$flag->get_title()` is shorthand for `$flag->get_label('title')`. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-929- */ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-1062- function update() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:1063: db_query("UPDATE {flags} SET name = '%s', title = '%s', global = %d, options = '%s' WHERE fid = %d", $this->name, $this->title, $this->global, $this->get_serialized_options(), $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:1064: db_query("DELETE FROM {flag_types} WHERE fid = %d", $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-1065- foreach ($this->types as $type) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-1096- function delete() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:1097: db_query('DELETE FROM {flags} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:1098: db_query('DELETE FROM {flag_content} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:1099: db_query('DELETE FROM {flag_types} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc:1100: db_query('DELETE FROM {flag_counts} WHERE fid = %d', $this->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.inc-1101- module_invoke_all('flag_delete', $this); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install-418- if (db_table_exists($table)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install:419: $ret[] = _flag_update_sql("DELETE FROM {{$table}} WHERE aid = '%s'", $aid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install-420- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install-459- $options['unflag_message'] = $flag->unflag_message; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install:460: db_query("UPDATE {flags} SET options = '%s' WHERE fid = %d", serialize($options), $flag->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install-461- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install-543- ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install:544: db_query("UPDATE {flags} SET options = '%s' WHERE fid = %d", serialize($options), $flag->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.install-545- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-460- if (!$flag->i18n || empty($node->tnid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:461: db_query("DELETE FROM {flag_content} WHERE fid = %d AND content_id = %d", $flag->fid, $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:462: db_query("DELETE FROM {flag_counts} WHERE fid = %d AND content_id = %d", $flag->fid, $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-463- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-469- FROM {comments} boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:470: WHERE nid = %d)", $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-471- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-480- if ($flag->i18n) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:481: db_query("UPDATE {flag_content} SET content_id = %d WHERE fid = %d AND content_id = %d", $content_id, $flag->fid, $node->translation_change['old_tnid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:482: db_query("UPDATE {flag_counts} SET content_id = %d WHERE fid = %d AND content_id = %d", $content_id, $flag->fid, $node->translation_change['old_tnid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-483- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-499- // they have already flagged as a logged-in user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:500: @db_query("UPDATE {flag_content} SET uid = %d, sid = 0 WHERE uid = 0 AND sid = %d", $account->uid, $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-501- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-504- // and so that other modules can clean up their tables if needed. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:505: $result = db_query("SELECT fcid, fid, content_id FROM {flag_content} WHERE uid = 0 AND sid = %d", $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-506- $anonymous_user = drupal_anonymous_user(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-517- // Remove flags by this user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:518: $result = db_query("SELECT fc.fid, fc.content_id, c.count FROM {flag_content} fc LEFT JOIN {flag_counts} c ON fc.content_id = c.content_id AND fc.content_type = c.content_type WHERE fc.uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-519- while ($flag_data = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-522- if ($flag_data->count > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:523: db_query("UPDATE {flag_counts} SET count = %d WHERE fid = %d AND content_id = %d", $flag_data->count, $flag_data->fid, $flag_data->content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-524- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-525- elseif ($flag_data->count == 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:526: db_query("DELETE FROM {flag_counts} WHERE fid = %d AND content_id = %d", $flag_data->fid, $flag_data->content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-527- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-528- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:529: db_query("DELETE FROM {flag_content} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-530- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-531- // Remove flags that have been done to this user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:532: db_query("DELETE FROM {flag_counts} WHERE content_type = 'user' AND content_id = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:533: db_query("DELETE FROM {flag_content} WHERE content_type = 'user' AND content_id = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-534- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-575- while ($row = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:576: db_query("DELETE FROM {flag_content} WHERE sid = %d", $row->sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-577- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-592- // Remove entry from flaggable content types. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:593: db_query("DELETE FROM {flag_types} WHERE type = '%s'", $info->type); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-594- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-904-function flag_trim_flag($flag, $account, $cutoff_size) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:905: $result = db_query("SELECT * FROM {flag_content} WHERE fid = %d AND (uid = %d OR uid = 0) ORDER BY timestamp DESC", $flag->fid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-906- $i = 1; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-923-function flag_reset_flag($flag, $content_id = NULL) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:924: $result = db_query("SELECT * FROM {flag_content} WHERE fid = %d" . ($content_id ? " AND content_id = %d" : ''), $flag->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-925- $rows = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-931- // Update the flag_counts table. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:932: db_query("DELETE FROM {flag_counts} WHERE fid = %d" . ($content_id ? " AND content_id = %d" : ''), $flag->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:933: db_query("DELETE FROM {flag_content} WHERE fid = %d" . ($content_id ? " AND content_id = %d" : ''), $flag->fid, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-934- return db_affected_rows(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1228- $counts[$content_type][$content_id] = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1229: $result = db_query("SELECT f.name, fc.count FROM {flags} f LEFT JOIN {flag_counts} fc ON f.fid = fc.fid WHERE fc.content_type = '%s' AND fc.content_id = %d", $content_type, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1230- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1253- $flag = flag_get_flag($flag_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1254: $counts[$flag_name] = db_result(db_query("SELECT COUNT(*) FROM {flag_content} WHERE fid = %d", $flag->fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1255- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1463- $flag = flag_get_flag($flag_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1464: $result = db_query("SELECT * FROM {flag_content} WHERE fid = %d", $flag->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1465- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1477-function flag_get_content_id($fcid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1478: return db_result(db_query("SELECT content_id FROM {flag_content} WHERE fcid = %d", $fcid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1479-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1523- $flagged_content[$uid][$sid][$content_type][$content_id] = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1524: $result = db_query("SELECT * FROM {flag_content} WHERE content_type = '%s' AND content_id = %d AND (uid = %d OR uid = 0) AND sid = %d", $content_type, $content_id, $uid, $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1525- while ($flag_content = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1535- $flagged_content[$uid][$sid][$content_type]['all'] = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1536: $result = db_query("SELECT * FROM {flag_content} WHERE content_type = '%s' AND (uid = %d OR uid = 0) AND sid = %d", $content_type, $uid, $sid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1537- while ($flag_content = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1567- $flag_names = _flag_get_flag_names(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module:1568: $result = db_query("SELECT * FROM {flag_content} WHERE content_type = '%s' AND content_id = %d ORDER BY timestamp DESC", $content_type, $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag.module-1569- while ($flag_content = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag_actions.module-158-function flag_actions_update_action($aid, $event, $threshold, $repeat_threshold, $parameters) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag_actions.module:159: return db_query("UPDATE {flag_actions} SET event = '%s', threshold = %d, repeat_threshold = %d, parameters = '%s' WHERE aid = %d", $event, $threshold, $repeat_threshold, serialize($parameters), $aid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag_actions.module-160-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag_actions.module-168-function flag_actions_delete_action($aid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag_actions.module:169: return db_query('DELETE FROM {flag_actions} WHERE aid = %d', $aid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/flag_actions.module-170-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.export.inc-89- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.export.inc:90: eval($form_state['values']['import']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.export.inc-91- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.views_bookmark.inc-105- ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.views_bookmark.inc:106: db_query("UPDATE {views_bookmarks} SET options = '%s' WHERE fid = %d", serialize($options), $bookmark->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.views_bookmark.inc-107- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.views_bookmark.inc-146- $name = substr(preg_replace('/[^a-z_]/', '', str_replace(' ', '_', drupal_strtolower(trim($row->title)))), 0, 32); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.views_bookmark.inc:147: $ret[] = update_sql("UPDATE {flags} SET name = '". $name ."' WHERE fid = ". $row->fid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag.views_bookmark.inc-148- drupal_set_message(t('The views bookmark %bookmark has been migrated to Flag. It was given the machine-name %name, which you may change on the <a href="!url">%bookmark configuration form</a>.', array('%bookmark' => $row->title, '%name' => $name, '!url' => url('admin/build/flags/edit/'. $name)))); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-269- $flattened_ids = implode(',', $ids); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc:270: return $this->_test_by_sql("SELECT content_id FROM {flag_counts} WHERE fid = %d AND content_id IN ($flattened_ids) AND count > 0", array($flag->fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-271- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-279- $flattened_ids = implode(',', $ids); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc:280: return $this->_test_by_sql("SELECT content_id FROM {flag_content} WHERE fid = %d AND content_id IN ($flattened_ids) AND uid = %d", array($flag->fid, $user->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/flag/includes/flag_plugin_argument_validate_flaggability.inc-281- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-215- // update every existing node in this forum to use this acl. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:216: $result = db_query("SELECT nid FROM {term_node} WHERE tid = %d", $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-217- while ($node = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-363- if (!$is_container && isset($tid) && !node_access_needs_rebuild()) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:364: $count = db_result(db_query("SELECT COUNT(DISTINCT n.nid) FROM {node} n INNER JOIN {term_node} tn ON tn.vid = n.vid WHERE tn.tid = %d", $tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-365- $limit = 20; // from _node_access_rebuild_batch_operation() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-584- $tid = $form_state['values']['tid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:585: db_query("DELETE FROM {forum_access} WHERE tid = %d", $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-586- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-643- $limit = $access['update_limit']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:644: $count = db_result(db_query("SELECT COUNT(DISTINCT n.nid) FROM {node} n INNER JOIN {term_node} tn ON tn.vid = n.vid WHERE tn.tid = %d", $tid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-645- $batch = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-675- // Process the next 20 nodes. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:676: $result = db_query_range("SELECT DISTINCT n.nid FROM {node} n INNER JOIN {term_node} tn ON tn.vid = n.vid WHERE n.nid > %d AND tn.tid = %d ORDER BY n.nid ASC", $context['sandbox']['current_node'], $tid, 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-677- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-748- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:749: $result = db_query("SELECT * FROM {forum_access} where tid = %d", $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-750- while ($access = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-807- $rid = $form_state['values']['rid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:808: db_query("DELETE FROM {forum_access} WHERE rid = %d", $rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:809: db_query("DELETE FROM {node_access} WHERE gid = %d AND realm = 'forum_access'", $rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-810- if ($rid === forum_access_query_moderator_rid()) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-914- $variables['%role'] = $role->name; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc:915: if (!db_result(db_query("SELECT COUNT(rid) FROM {role} WHERE name = '%s'", $role->name)) && boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.admin.inc-916- drupal_write_record('role', $role)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-148- if ($moderator_rid = variable_get('forum_access_moderator_rid', 0)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:149: db_query('DELETE FROM {role} WHERE rid = %d', $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:150: db_query('DELETE FROM {permission} WHERE rid = %d', $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:151: db_query('DELETE FROM {users_roles} WHERE rid = %d', $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-152- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-204- $forum_vid = variable_get('forum_nav_vocabulary', 0); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:205: $ret[] = update_sql("DELETE FROM {forum_access} WHERE tid NOT IN (SELECT tid FROM {term_data} WHERE vid = $forum_vid)"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-206- $ret[] = update_sql("DELETE FROM {forum_access} WHERE rid NOT IN (SELECT rid FROM {role})"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-207- if ($moderator_rid = variable_get('forum_access_moderator_rid', FALSE)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:208: $ret[] = update_sql("DELETE FROM {users_roles} WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:209: $ret[] = update_sql("UPDATE {permission} SET perm = 'administer comments, administer nodes' WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-210- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-230- if (isset($moderator_rid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:231: if (db_result(db_query("SELECT COUNT(*) FROM {permission} WHERE rid = %d", $moderator_rid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:232: $ret[] = update_sql("UPDATE {permission} SET perm = 'administer comments, administer nodes' WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-233- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-251- FROM {term_data} t boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:252: WHERE t.vid = $vid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-253- ) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-326- if ($moderator_rid = variable_get('forum_access_moderator_rid', 0)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:327: $result = db_query("SELECT p.rid, p.perm FROM {permission} p WHERE p.rid = %d", $moderator_rid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-328- if ($moderator = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-337- if ($new_perm != $perm) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install:338: $ret[] = update_sql("UPDATE {permission} SET perm = '$new_perm' WHERE rid = $moderator_rid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.install-339- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-52- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:53: $result = db_query('SELECT * FROM {forum_access} WHERE tid = %d', $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-54- while ($grant = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-304- case 'presave': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:305: $old_tid = db_result(db_query('SELECT tid FROM {forum} WHERE nid = %d', $node->nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-306- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-316- _forum_access_changed_tid($node->tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:317: $result = db_query('SELECT cid FROM {node_comments} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-318- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-330- if (isset($old_tid) && module_exists('nodecomment')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:331: $result = db_query('SELECT cid FROM {node_comments} WHERE nid = %d', $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-332- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-572- $roles = array_keys($account->roles); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:573: $result = db_result(db_query("SELECT tid FROM {forum_access} WHERE rid IN (". db_placeholders($roles) .") AND grant_". $type ." = 1 AND tid = %d", array_merge($roles, array($tid)))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-574- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-580- $acl_id = acl_get_id_by_number('forum_access', $tid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:581: $result = db_result(db_query("SELECT uid FROM {acl_user} WHERE acl_id = %d AND uid = %d", $acl_id, $account->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-582- if ($result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-690- if ($type = 'term' && $op == 'delete' && $array['vid'] == _forum_access_get_vid()) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module:691: db_query("DELETE FROM {forum_access} WHERE tid = %d", $array['tid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.module-692- variable_del('forum_access_rids'); // clear cache ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc-28- $roles = array_keys($user->roles); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc:29: $result = db_query("SELECT tid FROM {forum_access} WHERE rid IN (". db_placeholders($roles) .") AND grant_create = 1", $roles); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc-30- while ($obj = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc-34- // Also get all forums they happen to be able to moderate. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc:35: $result = db_query("SELECT a.number AS tid FROM {acl} a INNER JOIN {acl_user} u ON a.acl_id = u.acl_id WHERE a.module = 'forum_access' AND u.uid = %d", $user->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc-36- while ($obj = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc-178- if ($rid !== NULL) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc:179: if (db_result(db_query("SELECT COUNT(rid) FROM {role} WHERE rid = %d", $rid)) == 1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.node.inc-180- return $rid; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1176- if ((intval($this->testForumAccessCurrentForumId) > 0) && (intval($uid) > 0)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test:1177: $result = db_fetch_object(db_query("SELECT uid FROM {acl_user} WHERE uid = %d AND acl_id = (SELECT acl_id FROM {acl} WHERE module = 'forum_access' AND (name = '%s' OR number = %d))", $uid, $this->testForumAccessCurrentForumId, $this->testForumAccessCurrentForumId)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1178- if (isset($result->uid) && (intval($result->uid) > 0) && ($uid == $result->uid)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1308- $this->testForumAccessPermissionsAnonymous = $permissions; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test:1309: db_query("UPDATE {permission} SET perm = '%s' WHERE rid = %d", implode(', ', $permissions), DRUPAL_ANONYMOUS_RID); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1310- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1317- if ($this->checkPermissions($permissions)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test:1318: db_query("UPDATE {permission} SET perm = '%s' WHERE rid = %d", implode(', ', $permissions), DRUPAL_AUTHENTICATED_RID); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1319- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1326- if ($uid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test:1327: db_query("UPDATE {permission} SET perm = '' WHERE rid IN (SELECT rid FROM {users_roles} WHERE uid = %d)", $uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1328- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1350- $result_authenticated = db_fetch_object(db_query("SELECT perm FROM {permission} WHERE rid = %d", DRUPAL_AUTHENTICATED_RID)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test:1351: $result_user = db_fetch_object(db_query("SELECT p.perm as perm FROM {users_roles} u JOIN {permission} p ON u.rid = p.rid where u.uid = %d", $uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/forum_access/forum_access.test-1352- if ((!empty($result_authenticated->perm)) && (!empty($result_user->perm))) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php-181- { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php:182: return eval('return array(' . $contents . ');'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php-183- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/htmlpurifier/library/HTMLPurifier/VarParser/Native.php-29- $var = null; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/htmlpurifier/library/HTMLPurifier/VarParser/Native.php:30: $result = eval("\$var = $expr;"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/htmlpurifier/library/HTMLPurifier/VarParser/Native.php-31- if ($result === false) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/i18nviews/includes/content_negotiation_filter_handler.inc-5- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/i18nviews/includes/content_negotiation_filter_handler.inc:6: $where = i18n_db_rewrite_where($this->table_alias, 'node'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/i18nviews/includes/content_negotiation_filter_handler.inc-7- if (!empty($where)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/jump/jump.install-46- if ($fixed_delta != $block->delta) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/jump/jump.install:47: $ret[] = update_sql("UPDATE {blocks} SET delta='$fixed_delta' WHERE bid=$block->bid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/jump/jump.install-48- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-449- $count++; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install:450: $ret[] = update_sql("UPDATE {panels_pane} SET pid = $count WHERE did = $pane->did AND panel = '$pane->panel' AND position = $pane->position"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-451- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-682- "contexts = '%s' " . boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install:683: "WHERE pid = $page->pid", serialize($arguments), serialize($relationships), serialize(array()), $page->pid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-684- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-1380- $display_code = panels_export_display($d); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install:1381: eval($display_code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-1382- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-1627- // Check panels displays that only have empty storage types boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install:1628: $result = db_query("SELECT pd.did FROM {panels_display} pd WHERE pd.did IN (" . db_placeholders($dids, 'int') . ") AND storage_type = ''", $dids); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.install-1629- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-898- // are panes that need to be deleted. (i.e, aren't currently in our list of panes). boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module:899: $result = db_query("SELECT pid FROM {panels_pane} WHERE did = %d", $display->did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-900- while ($pane = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-936- // because it was needed to get the did. Chicken, egg, more chicken. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module:937: db_query("UPDATE {panels_display} SET title_pane = %d WHERE did = %d", $pane->pid, $display->did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-938- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-985- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module:986: db_query("DELETE FROM {panels_display} WHERE did = %d", $did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module:987: db_query("DELETE FROM {panels_pane} WHERE did = %d", $did); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-988-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-1012- * The passed-in $display expressed as code, ready to be imported. Import by running boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module:1013: * eval($output) in the caller function; doing so will create a new $display variable boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-1014- * with all the exported values. Note that if you have already defined a $display variable in ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-1724- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module:1725:function panels_load_include($include, $path = 'includes/') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels.module-1726- static $loaded = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-119- // Delete all configured blocks. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install:120: db_query("DELETE FROM {blocks} WHERE module = 'panels_mini' AND delta = %d", $panel_mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-121- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-133- while ($mini = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install:134: db_query("UPDATE {blocks} SET delta = '%s' WHERE module = 'panels_mini' AND delta = %d", $mini->name, $mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-135- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-178- while ($mini = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install:179: db_query("UPDATE {panels_mini} SET admin_title = '%s' WHERE pid = %d", $mini->title, $mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install:180: db_query("UPDATE {panels_display} SET title = '%s' WHERE did = %d", $mini->title, $mini->pid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-181- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-219- JOIN {panels_mini} pm ON pm.did = pd.did boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install:220: WHERE pd.storage_type = '' AND pd.did > %d", $sandbox['current_did'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.install-221- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.module-222-function panels_mini_delete($mini) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.module:223: db_query("DELETE FROM {panels_mini} WHERE name = '%s'", $mini->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.module-224- if ($mini->type != t('Overridden')) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.module:225: db_query("DELETE FROM {blocks} WHERE module = 'panels_mini' AND delta = '%s'", $mini->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_mini/panels_mini.module-226- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.install-107- JOIN {panels_node} pn ON pn.did = pd.did boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.install:108: WHERE pd.storage_type = '' AND pd.did > %d", $sandbox['current_did'], 0, $limit); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.install-109- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-253- // not work. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module:254: $additions['panels_node'] = db_fetch_array(db_query("SELECT * FROM {panels_node} WHERE nid = %d", $node->nid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-255- return $additions; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-270- // This works by overriding the $display set above boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module:271: eval($node->export_display); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-272- unset($node->export_display); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-286-function panels_node_delete(&$node) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module:287: db_query("DELETE FROM {panels_node} WHERE nid = %d", $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-288- if (!empty($node->panels_node['did'])) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-296-function panels_node_update($node) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module:297: db_query("UPDATE {panels_node} SET css_id = '%s', pipeline = '%s' WHERE nid = %d", $node->panels_node['css_id'], $node->panels_node['pipeline'], $node->nid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/panels_node/panels_node.module-298-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/page_wizards/landing_page.inc-182- // Check to see if something is already using the path boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/page_wizards/landing_page.inc:183: $result = db_query("SELECT * FROM {menu_router} WHERE path = '%s'", $form_state['values']['path']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/page_wizards/landing_page.inc-184- while ($router = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/page_wizards/landing_page.inc-189- // Ensure the path is not already an alias to something else. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/page_wizards/landing_page.inc:190: $result = db_query("SELECT src, dst FROM {url_alias} WHERE dst = '%s'", $form_state['values']['path']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/page_wizards/landing_page.inc-191- if ($alias = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/styles/corners/rounded_corners.inc-33- // 'panel' then just around the whole panel. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/styles/corners/rounded_corners.inc:34: $where = empty($settings['corner_location']) ? 'pane' : $settings['corner_location']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/styles/corners/rounded_corners.inc-35- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/task_handlers/panel_context.inc-351- $code = panels_export_display($old_display); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/task_handlers/panel_context.inc:352: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/panels/plugins/task_handlers/panel_context.inc-353- foreach (array('display', 'did', 'css_cache', 'temp_layout') as $item) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-453- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module:454: if (db_result(db_query('SELECT COUNT(recipient) FROM {pm_block_user} WHERE author = %d AND recipient = %d', $author->uid, $user->uid))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-455- $form['block_action'] = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-492- case 'unblock_user': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module:493: db_query('DELETE FROM {pm_block_user} WHERE author = %d AND recipient = %d', $form_state['values']['author'], $form_state['values']['recipient']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-494- drupal_set_message(t('@author is now allowed to send you new messages.', array('@author' => $form_state['values']['author_name']))); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-526- $args = array_merge(array($author->uid), array_keys($recipients)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module:527: $result = db_query('SELECT recipient FROM {pm_block_user} WHERE author = %d AND recipient IN ('. db_placeholders($recipients) .') GROUP BY recipient', $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-528- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-563- // Delete blocking rules which involve this user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module:564: db_query("DELETE FROM {pm_block_user} WHERE author = %d OR recipient = %d", $account->uid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_block_user/pm_block_user.module-565- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-75- if ( !isset($notifications[$uid]) ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module:76: $mail_notification = db_result(db_query('SELECT email_notify_is_enabled FROM {pm_email_notify} WHERE user_id = %d', $uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-77- if ($mail_notification === FALSE) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-177- // Update database entry with user preference. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module:178: $exists = db_result(db_query("SELECT 1 FROM {pm_email_notify} WHERE user_id = %d", $account->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-179- if ($exists) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-180- // If there is an existing entry, update. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module:181: db_query("UPDATE {pm_email_notify} SET email_notify_is_enabled = %d WHERE user_id = %d", $pm_email_enabled, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-182- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-190- case 'delete': boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module:191: db_query("DELETE FROM {pm_email_notify} WHERE user_id = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/pm_email_notify/pm_email_notify.module-192- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.api.php-408- $args = array_merge(array($author->uid), array_keys($recipients)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.api.php:409: $result = db_query('SELECT recipient FROM {pm_block_user} WHERE author = %d AND recipient IN ('. db_placeholders($recipients) .') GROUP BY recipient', $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.api.php-410- while ($row = db_fetch_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.install-349- $temptable = 'temp_pm_thread_min'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.install:350: db_query_temporary('SELECT thread, min(mid) as mid FROM {temp_pm_index} WHERE thread_id = 0 GROUP BY thread', $temptable); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.install-351- db_query("create index t2 on $temptable (thread)"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-575- // Delete recipients of the message. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:576: db_query('DELETE FROM {pm_index} WHERE mid = %d', $row['mid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-577- // Delete message itself. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:578: db_query('DELETE FROM {pm_message} WHERE mid = %d', $row['mid']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-579- $flushed++; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1471- // Load all mids of the messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:1472: $result = db_query("SELECT mid FROM {pm_message} WHERE author = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1473- $mids = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1478- // Delete messages the user wrote. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:1479: db_query('DELETE FROM {pm_message} WHERE author = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1480- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1486- // Delete recipient entries of that user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:1487: db_query('DELETE FROM {pm_index} WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1488- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1630- if ($account) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:1631: db_query('UPDATE {pm_index} SET deleted = %d WHERE mid = %d AND uid = %d', $delete_value, $pmid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1632- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1634- // Mark deleted for all users. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:1635: db_query('UPDATE {pm_index} SET deleted = %d WHERE mid = %d', $delete_value, $pmid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-1636- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2126- $INNER_JOIN = $fragments['inner_join']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:2127: $WHERE = $fragments['where']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2128- $GROUP_BY = $fragments['group_by']; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2135- if ($GLOBALS['db_type'] == 'pgsql') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:2136: $WHERE = str_replace('LIKE', 'ILIKE', $WHERE); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2137- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2166- if (!empty($WHERE)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:2167: $str_where = '('. implode(') AND (', $WHERE) .')'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2168- $query .= " WHERE {$str_where}"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2273- $params = array_merge(array($status, $account->uid), $threads); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module:2274: db_query('UPDATE {pm_index} SET is_new = %d WHERE uid = %d AND thread_id IN ('. db_placeholders($threads) .')', $params); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.module-2275- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.test-394- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.test:395: $admin_recipient_count = db_result(db_query("SELECT COUNT(*) FROM {pm_index} WHERE uid = %d AND thread_id = %d", $admin->uid, 1)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.test-396- $this->assertEqual($admin_recipient_count, 2, t('Admin is listed as recipient for every message once.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.test-409- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.test:410: $admin_recipient_count = db_result(db_query("SELECT COUNT(*) FROM {pm_index} WHERE uid = %d AND thread_id = %d", $admin->uid, 1)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg.test-411- $this->assertEqual($admin_recipient_count, 3, t('Admin is listed as recipient for every message once.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-75- if ($tag_id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:76: $tag = db_fetch_array(db_query('SELECT * from {pm_tags} pmt WHERE pmt.tag_id = %d', $tag_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-77- $form['tag_id'] = array( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-113- // We are editing an existing tag, exclude the current tag from the search. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:114: $exists = db_result(db_query("SELECT 1 FROM {pm_tags} WHERE tag = '%s' AND tag_id <> %d", $form_state['values']['tag'], $tag_id)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-115- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-116- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:117: $exists = db_result(db_query("SELECT 1 FROM {pm_tags} WHERE tag = '%s'", $form_state['values']['tag'])); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-118- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-129- // Tag already exists, update the existing tag. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:130: db_query("UPDATE {pm_tags} SET tag = '%s', public = %d WHERE tag_id = %d", $form_state['values']['tag'], $form_state['values']['public'], $form_state['values']['tag_id']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-131- drupal_set_message(t('Tag updated.')); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-165- if ($form_state['values']['confirm']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:166: db_query('DELETE FROM {pm_tags} WHERE tag_id = %d', $form_state['values']['tag_id']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc:167: db_query('DELETE FROM {pm_tags_index} WHERE tag_id = %d', $form_state['values']['tag_id']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.admin.inc-168- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-190- // Check if the tag already exists and only create the tag if it does not. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:191: $tag_id = db_result(db_query("SELECT tag_id FROM {pm_tags} WHERE tag = '%s'", $tag)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-192- if (empty($tag_id) && privatemsg_user_access('create private message tags')) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-225- // only insert if there is no such tag yet. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:226: if (db_result(db_query('SELECT COUNT(*) FROM {pm_tags_index} WHERE tag_id = %d AND (uid = %d AND thread_id = %d)', $tag_id, $account->uid, $thread)) == 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-227- db_query('INSERT INTO {pm_tags_index} (tag_id, uid, thread_id) VALUES (%d, %d, %d)', $tag_id, $account->uid, $thread); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-251- foreach ($threads as $thread) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:252: db_query('DELETE FROM {pm_tags_index} WHERE uid = %d AND thread_id = %d', $account->uid, $thread); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-253- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-257- foreach ($threads as $thread) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:258: db_query('DELETE FROM {pm_tags_index} WHERE uid = %d AND thread_id = %d AND tag_id = %d', $account->uid, $thread, $tag_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-259- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-903- // Delete tag information of that user. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module:904: db_query("DELETE FROM {pm_tags_index} WHERE uid = %d", $account->uid, $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/privatemsg_filter/privatemsg_filter.module-905- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/tests/privatemsgapi.test-82- function getMessageFromSubject($subject) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/tests/privatemsgapi.test:83: $result = db_query("SELECT * FROM {pm_message} WHERE subject = '%s'", $subject); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/privatemsg/tests/privatemsgapi.test-84- return db_fetch_array($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator.inc-140- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator.inc:141: $where = "$this->table_alias.$this->real_field "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator.inc-142- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator.inc-145- if ($this->accept_null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator.inc:146: $where = '(' . $where . " OR $this->table_alias.$this->real_field IS NULL)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator.inc-147- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-13- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc:14: $where = "$this->table_alias.$this->real_field "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-15- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-18- if ($this->accept_null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc:19: $where = '(' . $where . " OR $this->table_alias.$this->real_field IS NULL)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_boolean_operator_string.inc-20- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_string.inc-261- if ($this->operator == 'word') { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_string.inc:262: $where = '(' . implode(' OR ', $where) . ')'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_string.inc-263- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_string.inc-264- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_string.inc:265: $where = implode(' AND ', $where); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/handlers/views_handler_filter_string.inc-266- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/admin.inc-715-function views_ui_break_lock_confirm_submit(&$form, &$form_state) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/admin.inc:716: db_query("DELETE FROM {views_object_cache} WHERE obj = 'view' AND name = '%s'", $form_state['view']->name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/admin.inc-717- $form_state['redirect'] = 'admin/build/views/edit/' . $form_state['view']->name; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/admin.inc-781- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/admin.inc:782: eval($form_state['values']['view']); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/admin.inc-783- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/cache.inc-238- if (!array_key_exists($key, $cache)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/cache.inc:239: $data = db_fetch_object(db_query("SELECT * FROM {views_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/cache.inc-240- if ($data) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/cache.inc-272-function views_object_cache_clear($obj, $name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/cache.inc:273: db_query("DELETE FROM {views_object_cache} WHERE sid = '%s' AND obj = '%s' AND name = '%s'", session_id(), $obj, $name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/cache.inc-274-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-329- $field['argoptions']['default_argument_type'] = 'php'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:330: $field['argoptions']['default_argument_php'] = '$args = eval(\''. str_replace("'", "\\'", $imported->view_args_php) .'\');'."\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-331- $field['argoptions']['default_argument_php'] .= 'if (isset($args['. $field['position'] .'])) {'."\n"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-435- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:436: $where = (is_numeric($arg) ? "v.vid = %d" : "v.name = '%s'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-437- $view = db_fetch_object(db_query("SELECT v.* FROM {view_view} v WHERE $where", $arg)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-445- // load the sorting criteria too. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:446: $result = db_query("SELECT * FROM {view_sort} vs WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-447- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-459- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:460: $result = db_query("SELECT * FROM {view_argument} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-461- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-467- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:468: $result = db_query("SELECT * FROM {view_tablefield} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-469- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-479- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:480: $result = db_query("SELECT * FROM {view_filter} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-481- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-511- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:512: $result = db_query("SELECT * FROM {view_exposed_filter} WHERE vid = $view->vid ORDER BY position ASC"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-513- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-531- static $cache = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:532: $where = (is_numeric($arg) ? "v.vid = %d" : "v.name = '%s'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-533- $view = db_fetch_object(db_query("SELECT v.* FROM {view_view} v WHERE $where", $arg)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-540- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:541: $result = db_query("DELETE FROM {view_sort} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:542: $result = db_query("DELETE FROM {view_argument} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:543: $result = db_query("DELETE FROM {view_tablefield} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:544: $result = db_query("DELETE FROM {view_filter} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:545: $result = db_query("DELETE FROM {view_exposed_filter} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc:546: $result = db_query("DELETE FROM {view_view} WHERE vid = $view->vid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/convert.inc-547-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-869- $clauses = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc:870: foreach ($this->$where as $group => $info) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-871- $clause = implode(") " . $info['type'] . " (", $info['clauses']); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-925- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc:926: $joins = $fields = $where = $having = $orderby = $groupby = ''; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-927- // Add all the tables to the query via joins. We assume all LEFT joins. ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-990- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc:991: $where = $this->condition_sql(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-992- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-1005- $args = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc:1006: foreach ($this->where as $group => $where) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/query.inc-1007- $args = array_merge($args, $where['args']); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1347- if (!array_key_exists($arg, $cache) || $reset) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1348: $where = (is_numeric($arg) ? "vid = %d" : "name = '%s'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1349- $data = db_fetch_object(db_query("SELECT * FROM {views_view} WHERE $where", $arg)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1359- $object_name = "views_$key"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1360: $result = db_query("SELECT * FROM {{$object_name}} WHERE vid = %d ORDER BY position", $view->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1361- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1455- foreach ($this->db_objects() as $key) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1456: db_query("DELETE from {views_" . $key . "} WHERE vid = %d", $this->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1457- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1491- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1492: db_query("DELETE FROM {views_view} WHERE vid = %d", $this->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1493- // Delete from all of our subtables as well. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1494- foreach ($this->db_objects() as $key) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1495: db_query("DELETE from {views_" . $key . "} WHERE vid = %d", $this->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1496- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1560- $code = $this->export(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1561: eval($code); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1562- return $view; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1773- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc:1774: $query = "UPDATE {" . $this->db_table . "} SET " . $query . " WHERE $update = " . $this->$update; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/includes/view.inc-1775- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-12- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc:13: $title = db_result(db_query("SELECT u.name FROM {users} u WHERE u.uid = %d", $this->argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-14- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-37- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc:38: $this->query->add_where(0, "$this->table_alias.uid = %d OR ((SELECT COUNT(*) FROM {comments} c WHERE c.uid = %d AND c.nid = $this->table_alias.nid) > 0)", $this->argument, $this->argument); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_argument_comment_user_uid.inc-39- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_field_node_new_comments.inc-66- if ($nids) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_field_node_new_comments.inc:67: $result = db_query("SELECT n.nid, COUNT(c.cid) as num_comments FROM {node} n INNER JOIN {comments} c ON n.nid = c.nid LEFT JOIN {history} h ON h.nid = n.nid AND h.uid = %d WHERE n.nid IN (" . implode(', ', $nids) . ") AND c.timestamp > GREATEST(COALESCE(h.timestamp, %d), %d) AND c.status = %d GROUP BY n.nid ", $user->uid, NODE_NEW_LIMIT, NODE_NEW_LIMIT, COMMENT_PUBLISHED); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_field_node_new_comments.inc-68- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_filter_comment_user_uid.inc-18- $this->query->add_where($this->options['group'], "$this->table_alias.uid " . $condition . " OR boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_filter_comment_user_uid.inc:19: ((SELECT COUNT(*) FROM {comments} c WHERE c.uid " . $condition . " AND c.nid = $this->table_alias.nid) > 0)", boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/comment/views_handler_filter_comment_user_uid.inc-20- $args); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/system/views_handler_argument_file_fid.inc-9- function title() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/system/views_handler_argument_file_fid.inc:10: $title = db_result(db_query(db_rewrite_sql("SELECT f.filename FROM {files} f WHERE f.fid = %d", $this->argument))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/system/views_handler_argument_file_fid.inc-11- if (empty($title)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-101- $subquery = "\n SELECT tn.vid FROM {term_node} tn\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc:102: $where = " WHERE tn.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-103- $args = $tids; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-110- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.parent = th$count.tid\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc:111: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-112- $args = array_merge($args, $tids); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-118- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.tid = th$count.parent\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc:119: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_term_node_tid_depth.inc-120- $args = array_merge($args, $tids); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_vocabulary_vid.inc-10- function title() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_vocabulary_vid.inc:11: $title = db_result(db_query("SELECT v.name FROM {vocabulary} v WHERE v.vid = %d", $this->argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_argument_vocabulary_vid.inc-12- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-117- if ($this->options['limit']) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc:118: $result = db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t WHERE t.vid = %d ORDER BY t.weight, t.name", 't', 'tid'), $vocabulary->vid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-119- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-264- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc:265: $result = db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t WHERE t.name IN (" . implode(', ', $placeholders) . ") AND t.vid = %d", 't', 'tid', $args), $args); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid.inc-266- while ($term = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-63- $subquery = "\n SELECT tn.vid FROM {term_node} tn\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc:64: $where = " WHERE tn.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-65- $args = $this->value; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-72- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.parent = th$count.tid\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc:73: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-74- $args = array_merge($args, $this->value); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-80- $subquery .= " LEFT JOIN {term_hierarchy} th$count ON $last.tid = th$count.parent\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc:81: $where .= " OR th$count.tid $placeholder\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_handler_filter_term_node_tid_depth.inc-82- $args = array_merge($args, $this->value); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-64- boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:65: $result = db_fetch_object(db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t WHERE t.tid = %d", 't', 'tid', array($argument)), $argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-66- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-130- if ($transform) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:131: $result = db_fetch_object(db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t LEFT JOIN {term_synonym} ts ON ts.tid = t.tid WHERE (replace(t.name, ' ', '-') = '%s' OR replace(ts.name, ' ', '-') = '%s')$and", 't', 'tid', array($argument, $argument)), $argument, $argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-132- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-133- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:134: $result = db_fetch_object(db_query(db_rewrite_sql("SELECT t.* FROM {term_data} t LEFT JOIN {term_synonym} ts ON ts.tid = t.tid WHERE (t.name = '%s' OR ts.name = '%s')$and", 't', 'tid', array($argument, $argument)), $argument, $argument)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc-135- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/upload/views_handler_filter_upload_fid.inc-13- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/upload/views_handler_filter_upload_fid.inc:14: $this->query->add_where($this->options['group'], "(SELECT COUNT(*) FROM {upload} u WHERE u.vid = $this->table_alias.$this->real_field) " . (empty($this->value) ? '=' : '<>') . " 0"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/upload/views_handler_filter_upload_fid.inc-15- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_handler_filter_user_current.inc-13- $this->ensure_my_table(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_handler_filter_user_current.inc:14: $where = "$this->table_alias.$this->real_field "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_handler_filter_user_current.inc-15- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_handler_filter_user_current.inc-18- if ($this->accept_null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_handler_filter_user_current.inc:19: $where = '(' . $where . " OR $this->table_alias.$this->real_field IS NULL)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_handler_filter_user_current.inc-20- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_plugin_argument_validate_user.inc-102- $account->roles[] = $account->uid ? DRUPAL_AUTHENTICATED_RID : DRUPAL_ANONYMOUS_RID; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_plugin_argument_validate_user.inc:103: $result = db_query('SELECT rid FROM {users_roles} WHERE uid = %d', $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/modules/user/views_plugin_argument_validate_user.inc-104- while ($role = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_argument_default_php.inc-46- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_argument_default_php.inc:47: $result = eval($this->argument->options[$this->option_name]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_argument_default_php.inc-48- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_argument_validate_php.inc-41- ob_start(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_argument_validate_php.inc:42: $result = eval($this->argument->options[$this->option_name]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_argument_validate_php.inc-43- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display.inc-1779- if (!array_key_exists($format, $formats)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display.inc:1780: $formats[$format] = db_result(db_query("SELECT name FROM {filter_formats} WHERE format = %d", $format)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display.inc-1781- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display_block.inc-187- function save_block_cache($delta, $cache_setting) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display_block.inc:188: if ($bid = db_fetch_object(db_query("SELECT bid, cache FROM {blocks} WHERE module = 'views' AND delta = '%s'", $delta))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display_block.inc:189: db_query("UPDATE {blocks} set cache = %d WHERE module = 'views' AND delta = '%s'", $cache_setting, $delta); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/plugins/views_plugin_display_block.inc-190- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install-272- $ret = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install:273: $result = db_query("SELECT * FROM {blocks} WHERE module = 'views' AND delta LIKE '\$exp%'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install-274- while ($block = db_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install-275- $new = strtr($block->delta, '$', '-'); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install:276: $ret[] = update_sql("UPDATE {blocks} SET delta = '" . db_escape_string($new) . "' WHERE module = 'views' AND delta = '" . db_escape_string($block->delta) . "'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install-277- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install-283- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install:284: $ret[] = update_sql("UPDATE {blocks} SET delta = '$new' WHERE bid = $block->bid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.install-285- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.module-559- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.module:560:function views_include($file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.module-561- static $used = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.module-571- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.module:572:function views_module_include($file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views.module-573- foreach (views_get_module_apis() as $module => $info) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views_ui.module-238- global $user; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views_ui.module:239: $view->locked = db_fetch_object(db_query("SELECT s.uid, v.updated FROM {views_object_cache} v INNER JOIN {sessions} s ON v.sid = s.sid WHERE s.sid != '%s' and v.name = '%s' and v.obj = 'view' ORDER BY v.updated ASC", session_id(), $view->name)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/views/views_ui.module-240- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-20-+ // Determine if this is an update. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:21:+ if (!db_result(db_query("SELECT 1 FROM {wysiwyg} WHERE format = %d", $format))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-22-+ $update = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-32- // Insert new profile data. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:33:- db_query("UPDATE {wysiwyg} SET settings = '%s' WHERE format = %d", serialize($values), $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-34-+ drupal_write_record('wysiwyg', $wysiwyg, $update); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-149--function wysiwyg_profile_delete($format) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:150:- db_query("DELETE FROM {wysiwyg} WHERE format = %d", $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-151--} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-279- if (!isset($profiles) || !array_key_exists($format, $profiles)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:280:- $result = db_query('SELECT format, editor, settings FROM {wysiwyg} WHERE format = %d', $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-281-- while ($profile = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-356-+ } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:357:+ db_query("DELETE FROM {wysiwyg} WHERE format = %d", $wysiwyg->format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-358-+} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-363- * Implementation of hook_user(). boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch:364:@@ -1014,3 +1067,39 @@ function _wysiwyg_process_include($module, $identifier, $path, $hook) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg-exportables-and-features-support-for-6.x-1060846-31.patch-365- * @} End of "defgroup wysiwyg_api". ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.admin.inc-334- // Determine if this is an update. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.admin.inc:335: if (!db_result(db_query("SELECT 1 FROM {wysiwyg} WHERE format = %d", $format))) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.admin.inc-336- $update = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.admin.inc-530- foreach ($form_state['values']['formats'] as $format => $values) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.admin.inc:531: db_query("UPDATE {wysiwyg} SET editor = '%s' WHERE format = %d", $values['editor'], $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.admin.inc-532- if (!db_affected_rows()) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.install-162- // Fetch filters. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.install:163: $result2 = db_query("SELECT module, delta FROM {filters} WHERE format = %d", $format->format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.install-164- while ($filter = db_fetch_object($result2)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-682- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module:683: db_query("DELETE FROM {wysiwyg} WHERE format = %d", $wysiwyg->format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-684-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-716- if (isset($edit['wysiwyg_status'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module:717: db_query("DELETE FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-718- foreach ($edit['wysiwyg_status'] as $format => $status) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-739- $account->wysiwyg_status = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module:740: $result = db_query("SELECT format, status FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-741- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-906- include_once './' . $file->filename; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module:907: $result = _wysiwyg_process_include($module, $module . '_' . $file->name, dirname($file->filename), $hook); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-908- if (is_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-1046- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module:1047:function _wysiwyg_process_include($module, $identifier, $path, $hook) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module-1048- $function = $identifier . '_' . $hook; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-606- if (!isset($profiles) || !array_key_exists($format, $profiles)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old:607: $result = db_query('SELECT format, editor, settings FROM {wysiwyg} WHERE format = %d', $format); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-608- while ($profile = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-663- if (isset($edit['wysiwyg_status'])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old:664: db_query("DELETE FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-665- foreach ($edit['wysiwyg_status'] as $format => $status) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-686- $account->wysiwyg_status = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old:687: $result = db_query("SELECT format, status FROM {wysiwyg_user} WHERE uid = %d", $account->uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-688- while ($row = db_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-853- include_once './' . $file->filename; boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old:854: $result = _wysiwyg_process_include($module, $module . '_' . $file->name, dirname($file->filename), $hook); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-855- if (is_array($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-993- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old:994:function _wysiwyg_process_include($module, $identifier, $path, $hook) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/contrib/wysiwyg/wysiwyg.module.old-995- $function = $identifier . '_' . $hook; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/flag_abuse_reason/flag_abuse_reason.module-59- // count the number of flags on this content boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/flag_abuse_reason/flag_abuse_reason.module:60: $count = db_result(db_query("SELECT COUNT(*) FROM {flag_content} WHERE content_id=%d AND fid=%d", $vars['content_id'], $vars['flag']->fid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/flag_abuse_reason/flag_abuse_reason.module-61- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/flag_abuse_reason/flag_abuse_reason.module-126- // Clear and Lock all flags on this content. boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/flag_abuse_reason/flag_abuse_reason.module:127: $dbresult = db_query("SELECT DISTINCT fid FROM {flag_content} WHERE content_id = %d", $content_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/modules/boinc/flag_abuse_reason/flag_abuse_reason.module-128- $rows = 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/template.php-902- if (!isset($ignored[$object->uid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/template.php:903: $ignored[$object->uid] = db_result(db_query('SELECT COUNT(*) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $object->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/template.php-904- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/template.php-918- if (!isset($ignored[$object->uid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/template.php:919: $ignored[$object->uid] = db_result(db_query('SELECT COUNT(*) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $object->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/template.php-920- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/templates/node-team_forum.tpl.php-85- $team_forum_id = db_result(db_query(" boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/templates/node-team_forum.tpl.php:86: SELECT tfid FROM {boincteam_forum_node} WHERE nid = %d", $node->nid boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/templates/node-team_forum.tpl.php-87- )); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/templates/user-profile.tpl.php-106- if (!isset($ignored[$account->uid])) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/templates/user-profile.tpl.php:107: $ignored[$account->uid] = db_result(db_query('SELECT COUNT(*) FROM {ignore_user} WHERE uid = %d AND iuid = %d', $user->uid, $account->uid)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/drupal/sites/default/themes/boinc/boinc/templates/user-profile.tpl.php-108- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/Curl.php-60- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/Curl.php:61: public function exec($ch) boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/Curl.php-62- { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/Curl.php:63: return curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/Curl.php-64- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/CurlPost.php-82- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/CurlPost.php:83: $response = $this->curl->exec($handle); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/ReCaptcha/RequestMethod/CurlPost.php-84- $this->curl->close($handle); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-20- $d = dirname(__FILE__); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:21: require_once("$d/db_conn.inc"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:22: require_once("$d/util_basic.inc"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-23-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-181- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:182: static function lookup_email_addr($email_addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-183- $email_addr = strtolower(BoincDb::escape_string($email_addr)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-186- //This is to find email addresses that have changed in the past 7 days. boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:187: static function lookup_prev_email_addr($email_addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-188- $email_addr = strtolower(BoincDb::escape_string($email_addr)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-493- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:494: return $db->update_aux('profile', $clause.' where userid='.$this->userid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-495- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-614- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:615: return $db->delete_aux('host_app_version', "host_id in (select id from host where userid = $user_id)"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-616- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-866- $now = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc:867: $clause = "select id, host_cpid, $now from host where userid = $user->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/boinc_db.inc-868- $db = BoincDb::get(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bolt_db.inc-123- $db = BoltDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bolt_db.inc:124: $clause = "$clause where user_id=$this->user_id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bolt_db.inc-125- return $db->update_aux('bolt_user', $clause); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bolt_db.inc-169- $db = BoltDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bolt_db.inc:170: $db->update_aux('bolt_enrollment', "$clause where user_id=$this->user_id and course_id=$this->course_id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bolt_db.inc-171- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc-104- $db = BossaDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc:105: $clause = "$clause where user_id=$this->user_id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc-106- return $db->update_aux('bossa_user', $clause); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc-231- if ($app->calibration_frac && drand() < $app->calibration_frac) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc:232: $job = $db->lookup("bossa_job", "BossaJob", "app_id=$app->id and (select count(*) from ".$db->db_name.".bossa_job_inst where job_id=bossa_job.id and user_id=$user->id) = 0 and state=1 and calibration=1 order by priority_0 desc limit 1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc-233- if (!$job) return null; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc-243- // boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc:244: $job = $db->lookup("bossa_job", "BossaJob", "app_id=$app->id and (select count(*) from ".$db->db_name.".bossa_job_inst where job_id=bossa_job.id and user_id=$user->id) = 0 and state=1 and calibration=0 order by $prio desc limit 1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_db.inc-245- if (!$job) return null; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_impl.inc-23- $file = "../inc/$app->short_name.inc"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_impl.inc:24: require_once($file); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/bossa_impl.inc-25- job_issued($job, $inst, $user); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/countries.inc-503- $gi = geoip_open("../inc/GeoIP.dat",GEOIP_STANDARD); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/countries.inc:504: $geoip_country = geoip_country_name_by_addr($gi,$_SERVER["REMOTE_ADDR"]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/countries.inc-505- geoip_close($gi); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc-54- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc:55: function _mysql_query($q) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc-56- global $mysqli; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc-119- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc:120: function _mysql_query($q) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc:121: return mysql_query($q); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db.inc-122- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc-70- } else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc:71: $ret = mysql_query($q, $this->db_conn); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc-72- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc-174- function update($obj, $table, $clause) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc:175: $query = "update DBNAME.$table set $clause where id=$obj->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc-176- return $this->do_query($query); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc-186- function delete($obj, $table) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc:187: $query = "delete from DBNAME.$table where id=$obj->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/db_conn.inc-188- return $this->do_query($query); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc-136- $now = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:137: BoincWorkunit::update_aux("transition_time=$now where id=$res->workunitid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc-138-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc-183- if (!$db) die("no DB connection"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:184: $db->do_query("delete from credited_job where userid = $user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:185: $db->do_query("delete from donation_paypal where userid = $user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:186: $db->do_query("delete from banishment_vote where userid = $user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:187: $db->do_query("delete from post_ratings where post in ( select id from post where user = $user->id )"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:188: $db->do_query("delete from post_ratings where user = $user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:189: $db->do_query("delete from msg_from_host where hostid in (select id from host where userid = $user->id )"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:190: $db->do_query("delete from msg_to_host where hostid in (select id from host where userid = $user->id )"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc:191: $db->do_query("delete from sent_email where userid = $user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/delete_account.inc-192- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/email.inc-144-// boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/email.inc:145:function is_valid_email_addr($addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/email.inc-146- if (defined("USE_STOPFORUMSPAM") && USE_STOPFORUMSPAM && array_key_exists('REMOTE_ADDR', $_SERVER)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum.inc-173- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum.inc:174: $where = $is_helpdesk?tra("Questions and Answers"):tra("Message boards"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum.inc-175- $top_url = $is_helpdesk?"forum_help_desk.php":"forum_index.php"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-28-function current_tally($voteid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:29: $query="select sum(yes) as ayes,count(id)-sum(yes) as nays from banishment_votes where voteid=".$voteid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:30: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-31- $foobar = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-38- $now=time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:39: $query="select count(id) as count from banishment_vote where userid=".$userid." and end_time>".$now; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:40: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-41- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-63- $query="insert into banishment_vote (userid,modid,start_time,end_time) values (".$user->id.",".$logged_in_user->id.",".$now.",".$fin.")"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:64: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-65- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-71- $query="insert into banishment_votes (voteid,modid,time,yes) values (". $voteid .",". $logged_in_user->id .",". $now .",1)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:72: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-73- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-77- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:78: $query="update forum_preferences set banished_until=".$fin." where userid=".$user->id; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:79: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-80- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-93- // Find the voteid boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:94: $query="select id as voteid from banishment_vote where userid=".$user->id." and end_time>".$now; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:95: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-96- $foobar = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-102- // Check whether mod has voted already. boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:103: $query="select count(id) as count from banishment_votes where voteid=".$voteid." and modid=".$logged_in_user->id; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:104: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-105- $foobar = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-116- $query="insert into banishment_votes (voteid,modid,time,yes) values (" . $voteid .",". $logged_in_user->id .",". $now .",1)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:117: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-118- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-134- // Find the voteid boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:135: $query="select id as voteid from banishment_vote where userid=".$user->id." and end_time>".$now; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:136: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-137- $foobar = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-143- // Check whether mod has voted already. boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:144: $query="select count(id) as count from banishment_votes where voteid=".$voteid ." and modid=".$logged_in_user->id; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:145: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-146- $foobar = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-157- $query="insert into banishment_votes (voteid,modid,time,yes) values (" . $voteid .",". $logged_in_user->id .",". $now .",0)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc:158: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_banishment_vote.inc-159- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_db.inc-170- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_db.inc:171: $clause = "$clause where userid=$this->userid"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_db.inc-172- return $db->update_aux('forum_preferences', $clause); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_db.inc-270- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_db.inc:271: return $db->update_aux('friend', "$clause where user_src=$this->user_src and user_dest=$this->user_dest"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/forum_db.inc-272- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-343- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:344: return geoip_country_id_by_addr($gi, $addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-345-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-362- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:363:function geoip_country_id_by_addr($gi, $addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-364- $ipnum = ip2long($addr); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-367- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:368:function geoip_country_code_by_addr($gi, $addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:369: $country_id = geoip_country_id_by_addr($gi,$addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-370- if ($country_id !== false) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-375- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:376:function geoip_country_name_by_addr($gi, $addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:377: $country_id = geoip_country_id_by_addr($gi,$addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-378- if ($country_id !== false) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-437- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:438:function geoip_org_by_addr ($gi,$addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-439- if ($addr == NULL) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-476- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc:477:function geoip_region_by_addr ($gi,$addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/geoip.inc-478- if ($addr == NULL) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/host.inc-673- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/host.inc:674: $result = BoincResult::update_aux("hostid=$new_host->id where hostid=$old_host->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/host.inc-675- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-28- if(isset($x[1])){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:29: preg_match_all('`(?:^|-|\+)[^\-+]+?(?=-|\+|$)`', $x, $m, PREG_SET_ORDER); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-30- for($i=count($m); --$i>=0;){$m[$i] = $m[$i][0];} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-103-// main boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:104:$t = preg_replace_callback('`<(?:(?:\s|$)|(?:[^>]*(?:>|$)))|>`m', 'hl_tag', $t); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-105-$t = $C['balance'] ? hl_bal($t, $C['keep_bad'], $C['parent']) : $t; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-338-if(isset($c['*']) or !strcspn($p, '#?;') or (substr($p, 0, 7) == $d)){return "{$b}{$p}{$a}";} // All ok, frag, query, param boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:339:if(preg_match('`^([^:?[@!$()*,=/\'\]]+?)(:|&#(58|x3a);|%3a|\\\\0{0,4}3a).`i', $p, $m) && !isset($c[strtolower($m[1])])){ // Denied prot boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-340- return "{$b}{$d}{$p}{$a}"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-381-$s = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:382:$t = str_replace(array("\t", "\r", "\n", ' '), '', preg_replace_callback('/"(?>(`.|[^"])*)"/sm', create_function('$m', 'return substr(str_replace(array(";", "|", "~", " ", ",", "/", "(", ")", \'`"\'), array("\x01", "\x02", "\x03", "\x04", "\x05", "\x06", "\x07", "\x08", "\""), $m[0]), 1, -1);'), trim($t))); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-383-for($i = count(($t = explode(';', $t))); --$i>=0;){ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-482- if($w == 0){ // Parse errs, deal with space, " & ' boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:483: $a = preg_replace('`^(?:"[^"]*("|$)|\'[^\']*(\'|$)|\S)*\s*`', '', $a); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-484- $mode = 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-627- $a2 = ''; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:628: if(preg_match('`face\s*=\s*(\'|")([^=]+?)\\1`i', $a, $m) or preg_match('`face\s*=(\s*)(\S+)`i', $a, $m)){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-629- $a2 .= ' font-family: '. str_replace('"', '\'', trim($m[2])). ';'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-630- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:631: if(preg_match('`color\s*=\s*(\'|")?(.+?)(\\1|\s|$)`i', $a, $m)){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-632- $a2 .= ' color: '. trim($m[2]). ';'; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-633- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php:634: if(preg_match('`size\s*=\s*(\'|")?(.+?)(\\1|\s|$)`i', $a, $m) && isset($fs[($m = trim($m[2]))])){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/htmLawed.php-635- $a2 .= ' font-size: '. $fs[$m]. ';'; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit.inc-172-curl_setopt($ch, CURLOPT_POSTFIELDS, $post); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit.inc:173: $reply = curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit.inc-174- curl_close($ch); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc-53- $x = $db->get_double( boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc:54: "select sum(result.cpu_time) as total_cpu_time from workunit join result on workunit.id = result.workunitid where workunit.batch=$this->id", boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc-55- "total_cpu_time" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc-77- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc:78: return $db->update_aux('user_submit', "$clause where user_id=$this->user_id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc-79- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc-112- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc:113: return $db->update_aux('user_submit_app', "$clause where user_id=$this->user_id and app_id=$this->app_id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_db.inc-114- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_util.inc-160- BoincResult::update_aux( boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_util.inc:161: "server_state=5, outcome=5 where server_state=2 and workunitid=$wu->id" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/submit_util.inc-162- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc-206- if (file_exists($file_name)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc:207: require_once($file_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc-208- $text = $language_lookup_array[$language][$text]; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc-290- if (!in_array($language, $languages_in_use)){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc:291: require_once($file_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc-292- $languages_in_use[] = $language; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc-298- if (!in_array($language2, $languages_in_use)){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc:299: require_once($file_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/translation.inc-300- $languages_in_use[] = $language2; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user.inc-65- curl_setopt($ch, CURLOPT_TIMEOUT, 3); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user.inc:66: $rawxml = @curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user.inc-67- $xml_object = null; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-68- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc:69:function is_banned_email_addr($email_addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-70- global $banned_email_domains; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-108-) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc:109: if (!is_valid_email_addr($email_addr)) return null; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc:110: if (is_banned_email_addr($email_addr)) return null; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-111- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-232- $new_email_addr = strtolower(post_str("new_email_addr")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc:233: if (!is_valid_email_addr($new_email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-234- show_error(tra("Invalid email address: please enter a valid address of the form name@xxx.yyy")); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-235- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc:236: $user = BoincUser::lookup_email_addr($new_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-237- if ($user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-239- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc:240: $tmpuser = BoincUser::lookup_prev_email_addr($new_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/user_util.inc-241- if ($tmpuser) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_basic.inc-168- curl_setopt($ch, CURLOPT_MAXREDIRS, 5); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_basic.inc:169: $content = curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_basic.inc-170- curl_close($ch); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-241-function cancel_wus($wuid1, $wuid2) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc:242: $retval = BoincResult::update_aux("server_state=5, outcome=5 where server_state=2 and $wuid1<=workunitid and workunitid<=$wuid2"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-243- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-245- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc:246: $retval = BoincWorkunit::update_aux("error_mask=error_mask|16 where $wuid1<=id and id<=$wuid2"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-247- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-253- $now = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc:254: $retval = BoincWorkunit::update_aux("transition_time=$now where $wuid1<=id and id<=$wuid2"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-255- return 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-265- if (count($results)) continue; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc:266: $retval = BoincResult::update_aux("server_state=5, outcome=5 where workunitid=$wu->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-267- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-322- if ($bbu) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc:323: $bbu->update("reassign_time=$now where user_id=$item->id and badge_id=$badge->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-324- } else { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-329- if ($bbt) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc:330: $bbt->update("reassign_time=$now where team_id=$item->id and badge_id=$badge->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/util_ops.inc-331- } else { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/web_rpc_api.inc-32- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/web_rpc_api.inc:33: $x = curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/inc/web_rpc_api.inc-34- curl_close($ch); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/app_reset.php-37- $av->update("pfc_n=0, pfc_avg=0, pfc_scale=0, expavg_credit=0, expavg_time=0"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/app_reset.php:38: BoincHostAppVersion::update_aux("pfc_n=0, pfc_avg=0, et_n=0, et_avg=0, et_var=0, et_q=0 where app_version_id=$av->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/app_reset.php-39- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/autolock.php-36-if (!$db) die("can't open DB\n"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/autolock.php:37:$db->do_query("update ".$db->db_name.".thread, ".$db->db_name.".forum set ".$db->db_name.".thread.locked=1 where ".$db->db_name.".thread.forum=".$db->db_name.".forum.id and ".$db->db_name.".forum.parent_type=0 and ".$db->db_name.".thread.timestamp<$t and ".$db->db_name.".thread.locked=0 and ".$db->db_name.".thread.sticky=0"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/autolock.php-38-$n = $db->affected_rows(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/badge_assign_custom.php-109- if ($is_user) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/badge_assign_custom.php:110: $sub_total = BoincCreditUser::sum('total', "where userid=".$item->id." and ($where_clause)"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/badge_assign_custom.php-111- } else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/badge_assign_custom.php:112: $sub_total = BoincCreditTeam::sum('total', "where teamid=".$item->id." and ($where_clause)"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/badge_assign_custom.php-113- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php-31- if ($text != $post->content) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php:32: $query = "update post set content = '"._mysql_escape_string($text)."' where id=".$post->id; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php-33- //echo "$post->content\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php-34- //echo "$post->thread $query\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php:35: $retval = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php-36- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php-44- $start_id = 0; //Set this to something else if you like boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php:45: $posts = _mysql_query("select * from post where id>$start_id order by id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert.php-46- echo _mysql_error(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php-29- if ($text != $profile->response1) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php:30: $query = "update profile set response1 = '"._mysql_escape_string($text)."' where userid=".$profile->userid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php-31- //echo "$profile->response1\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php-32- //echo "$profile->thread $query\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php:33: $retval = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php-34- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php-42- $start_id = 0; //Set this to something else if you like boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php:43: $profiles = _mysql_query("select * from profile where userid>$start_id order by userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response1.php-44- echo _mysql_error(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php-29- if ($text != $profile->response2) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php:30: $query = "update profile set response2 = '"._mysql_escape_string($text)."' where userid=".$profile->userid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php-31- //echo "$profile->response2\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php-32- //echo "$profile->thread $query\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php:33: $retval = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php-34- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php-42- $start_id = 0; //Set this to something else if you like boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php:43: $profiles = _mysql_query("select * from profile where userid>$start_id order by userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_response2.php-44- echo _mysql_error(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php-29- if ($text != $forum_preferences->signature) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php:30: $query = "update forum_preferences set signature = '"._mysql_escape_string($text)."' where userid=".$forum_preferences->userid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php-31- //echo "$forum_preferences->signature\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php-32- //echo "$forum_preferences->thread $query\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php:33: $retval = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php-34- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php-42- $start_id = 0; //Set this to something else if you like boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php:43: $forum_preferencess = _mysql_query("select * from forum_preferences where userid>$start_id order by userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bbcode_convert_signature.php-44- echo _mysql_error(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/block_host.php-42-if($hostid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/block_host.php:43: $result = _mysql_query("UPDATE host SET max_results_day=1 WHERE id=".$hostid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/block_host.php-44-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_compare.php-216-$course = BoltCourse::lookup_id($course_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_compare.php:217:$top_unit = require_once($course->doc_file()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_compare.php-218- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php-73- global $course; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php:74: $top_unit = require_once($course->doc_file()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php-75- $select_unit = lookup_unit($top_unit, $select_name); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php-110- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php:111: $top_unit = require_once($course->doc_file()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php-112- for ($i=0; $i<$n; $i++) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php-191- $db = BoltDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php:192: $db->do_query("delete from ".$db->db_name.".bolt_view where course_id=$course->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php:193: $db->do_query("delete from ".$db->db_name.".bolt_result where course_id=$course->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php:194: $db->do_query("delete from ".$db->db_name.".bolt_xset_result where course_id=$course->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php:195: $db->do_query("delete from ".$db->db_name.".bolt_select_finished where course_id=$course->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_datagen.php-196-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_map.php-449-if (!$course) error_page("no course"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_map.php:450:$top_unit = require_once($course->doc_file()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bolt_map.php-451- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bossa_admin.php-33- $file = "../inc/$app->short_name.inc"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bossa_admin.php:34: require_once($file); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bossa_admin.php-35-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bossa_transitioner.php-51-$bs = "../inc/".$app_name.".inc"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bossa_transitioner.php:52:require_once($bs); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/bossa_transitioner.php-53-while (1) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/cancel_workunits.php-104- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/cancel_workunits.php:105: $query = "SELECT id, name FROM workunit WHERE canonical_resultid = 0 AND error_mask = 0 AND $qclause;"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/cancel_workunits.php-106- $db = BoincDb::get(true); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/clean_user_names.php-40- $x = trim($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/clean_user_names.php:41: $query = "update user set name='$x' where id=$user->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/clean_user_names.php:42: $retval = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/clean_user_names.php-43- echo $query; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_study.php-95- $results = array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_study.php:96: $r2 = _mysql_query("select * from result where workunitid=$wu->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_study.php-97- $found_zero = false; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_test.php-13- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_test.php:14:$query = "select result.id, result.workunitid, result.appid, result.hostid, result.claimed_credit, result.app_version_id, result.elapsed_time, result.flops_estimate, result.cpu_time, workunit.rsc_fpops_est from result, workunit where workunit.id = result.workunitid and result.validate_state=1 and claimed_credit > $min_claimed_credit and claimed_credit < $max_claimed_credit and app_version_id<>0"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_test.php-15- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_test.php-22- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_test.php:23:$r = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/credit_test.php-24-$f = fopen("credit_test_data", "w"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_action.php-127- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_action.php:128: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_action.php-129- $disk_info = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_action.php-157- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_action.php:158:$result = _mysql_query($main_query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_action.php-159-if ($result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php-36- $db_host = parse_config($config, "<db_host>"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php:37: system("mysql $db_name -h $db_host -e \"select workunitid, id from result \" | tail -n +2 | sort -n > dbc_res.dat"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php:38: system("mysql $db_name -h $db_host -e \"select id from workunit\" | tail -n +2 | sort -n > dbc_wu.dat"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php-39-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php-108- die("edit script to enable deletion\n"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php:109: //_mysql_query("delete from result where id=$resid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_cleanse.php-110- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_update.php-34- echo "Doing query:\n$query\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_update.php:35: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_update.php-36- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_update.php-49- $x = random_string(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_update.php:50: do_query("update user set cross_project_id='$x' where id=$user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/db_update.php-51- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/dbinfo.php-70- // Carl grabbed this from the mysql.com boards http://dev.mysql.com/doc/refman/5.0/en/show-table-status.html boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/dbinfo.php:71: $result = _mysql_query("SHOW TABLE STATUS FROM $db_name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/dbinfo.php-72- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/decay_credit_by_app.php-38- $c->update( boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/decay_credit_by_app.php:39: "expavg=$c->expavg, expavg_time=$c->expavg_time where userid=$c->userid and appid=$c->appid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/decay_credit_by_app.php-40- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/decay_credit_by_app.php-42- $c->update( boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/decay_credit_by_app.php:43: "expavg=$c->expavg, expavg_time=$c->expavg_time where teamid=$c->teamid and appid=$c->appid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/decay_credit_by_app.php-44- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/delete_job_files-41- $db = BoincDb::get(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/delete_job_files:42: $query = "select * from ".$db->db_name.".batch_file_assoc as bfa join ".$db->db_name.".batch where bfa.job_file_id=$file->id and bfa.batch_id=batch.id and batch.state<$comp"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/delete_job_files-43- $result = $db->do_query($query); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-28- // execute a database query which returns a single numerical result boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:29: $result = _mysql_query("$query"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-30- $x = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-35- // this use of explain is way off at least for low counts -EAM 28Sep2004 boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:36: //$result = _mysql_query("explain $query"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:37: $result = _mysql_query("$query"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-38- $x = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-55- // This needs to be set to work via ssh to other hosts boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:56: //$foo = exec("/usr/bin/ssh $host ps w $pid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:57: $foo = exec("ps w $pid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-58- if ($foo) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-212- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:213: $n = numerical_query("SELECT SUM(cpu_time * p_fpops) / $s_week AS total FROM result,host where outcome = '1' AND (received_time > $w_ago) AND (result.hostid = host.id )")/1000000000; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-214- printf("<tr><td>floating point speed from results<sup>3)</sup></td><td>%.1f TFLOPS</td></tr>", $n/1000); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-268- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php:269: $n = numerical_query("SELECT COUNT(id) AS total FROM result WHERE server_state=5 AND outcome=1 AND validate_state=1 AND ( received_time > $w_ago )"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/eah_server_status.php-270- echo " ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/errorwus.php-127- JOIN workunit ON workunit.id = workunitid boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/errorwus.php:128: WHERE canonical_resultid=0 AND $appid_filter boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/errorwus.php-129- GREATEST(download_errors, compute_errors, validate_errors) > min_quorum + $notification_level ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/export_credit_by_app.php-82- fclose($f); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/export_credit_by_app.php:83: system("gzip -f $filename"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/export_credit_by_app.php-84-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/failure_result_summary_by_host.php-64- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/failure_result_summary_by_host.php:65:$result = _mysql_query($main_query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/failure_result_summary_by_host.php-66- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/failure_result_summary_by_platform.php-59-$urlquery = $q->urlquery; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/failure_result_summary_by_platform.php:60:$result = _mysql_query($main_query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/failure_result_summary_by_platform.php-61- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php-33- foreach ($threads as $thread) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php:34: $q = "select max(timestamp) as foo from post where thread=$thread->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php:35: $r2 = _mysql_query($q); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php-36- $m = _mysql_fetch_object($r2); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php-40- if ($n) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php:41: $q = "update thread set timestamp=$n where id=$thread->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php:42: _mysql_query($q); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/forum_repair.php-43- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-45- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:46: _mysql_query($argstring); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-47- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-53- $ndone = 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:54: $query_r = _mysql_query("select * from result where granted_credit=0 and claimed_credit>0 and workunitid=$wuid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-55- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-60- $hostid = $result->hostid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:61: $query_h = _mysql_query("select * from host where id=$hostid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-62- $host = _mysql_fetch_object($query_h); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-64- $userid = $result->userid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:65: $query_u = _mysql_query("select * from user where id=$userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-66- $user = _mysql_fetch_object($query_u); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-84- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:85: testquery("update result set granted_credit=$credit where id=$result->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-86- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:87: testquery("update user set total_credit=$user->total_credit, expavg_credit=$user->expavg_credit, expavg_time=$user->expavg_time where id=$userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-88- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:89: testquery("update host set total_credit=$host->total_credit, expavg_credit=$host->expavg_credit, expavg_time=$host->expavg_time, avg_turnaround=$host->avg_turnaround where id=$hostid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-90- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-92- if ($teamid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:93: $query_t = _mysql_query("select * from team where id=$teamid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-94- $team = _mysql_fetch_object($query_t); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-96- update_average(time(0), $result->sent_time, $credit, $team->expavg_credit, $team->expavg_time); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php:97: testquery("update team set total_credit=$team->total_credit, expavg_credit=$team->expavg_credit, expavg_time=$team->expavg_time where id=$teamid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/grant_credit.php-98- _mysql_free_result($query_t); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/hrclass_summary.php-61-function get_mysql_count($hr_class) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/hrclass_summary.php:62: $result = _mysql_query("select count(id) as count from workunit where hr_class=" . $hr_class); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/hrclass_summary.php-63- $count = _mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/job_times.php-156- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/job_times.php:157: $query = "select id, server_state, outcome, elapsed_time, flops_estimate from result where server_state=5 and appid=$appid and outcome=1 and validate_state=1 $clause order by id desc limit $nresults"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/job_times.php:158: $r = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/job_times.php-159- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/list_new_users.php-51-$query="SELECT * FROM user ORDER BY create_time DESC LIMIT $limit"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/list_new_users.php:52:$result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/list_new_users.php-53-if (_mysql_num_rows($result) < 1) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/login_action.php-33-if ($email_addr && $passwd) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/login_action.php:34: $user = BoincUser::lookup_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/login_action.php-35- if (!$user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php-60-$query = "select id, email_addr,cross_project_id from user"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php:61:$result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php-62- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php-82- if (strcmp($email_addr, $new_email) || strcmp($newcpid,$cpid)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php:83: $update="update user set email_addr='$new_email', cross_project_id='$newcpid' where id='$id'"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php-84- if ($confirm != "yes") { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php-88- else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php:89: _mysql_query($update); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_emails_lowercase.php-90- echo "Doing $update<br/>\n"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_puser.php-89- "; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_puser.php:90: $retval = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/make_puser.php-91- if (!$retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_consent_types.php-57- $myname = $consent_type->shortname; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_consent_types.php:58: $consent_type->update("$field=$state where id=$ctid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_consent_types.php-59- echo "<h2>Consent Type ${myname} <em>$field</em> changed to <em>$action</em></h2>"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_special_users_action.php-37- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_special_users_action.php:38:$query = "UPDATE forum_preferences SET special_user='$bitset' WHERE userid='$userid'"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_special_users_action.php:39:_mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_special_users_action.php-40- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php-78- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php:79: $q = "UPDATE forum_preferences SET special_user=\"$bits\" WHERE userid=$user->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php:80: _mysql_query($q); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php-81-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php-97- $t = $dt>0 ? time()+$dt : 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php:98: $q = "UPDATE forum_preferences SET banished_until=$t WHERE userid=$user->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php:99: _mysql_query($q); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/manage_user.php-100- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email.php-59- $week_ago = time(0) - 7*86400; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email.php:60: $query = "select user.id,user.name,user.email_addr from user left join result on user.id=result.userid where send_email>0 and total_credit=0 and user.create_time<$week_ago and isnull(result.id)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email.php-61- break; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email.php-84- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email.php:85: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email.php-86- while ($user = _mysql_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php-150- $x = 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php:151: $result = _mysql_query("select rpc_time from host where userid=$user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php-152- while ($host = _mysql_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php-191- if ($globals->send) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php:192: if (is_valid_email_addr($user->email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php-193- send_email( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php-249- $result = _mysql_query( boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php:250: "select * from user where id=$thisid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/mass_email_script.php-251- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/notify.php-64- $t = time() - (86400 + 3600); // 1-hour slop factor boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/notify.php:65: $query = "select notify.* from ".$db->db_name.".notify, ".$db->db_name.".forum_preferences where forum_preferences.pm_notification=2 and notify.userid = forum_preferences.userid and notify.create_time > $t"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/notify.php-66- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/opsw.php-21-function getSingleQuery($query) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/opsw.php:22: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/opsw.php-23- if (!$result) return; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/problem_host.php-38- Average update time: ".time_str($host->expavg_time)." boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/problem_host.php:39: IP address: $host->last_ip_addr (same the last $host->nsame_ip_addr times) boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/problem_host.php-40- Domain name: " . $host->domain_name; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_action.php-33- case 1: boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_action.php:34: _mysql_query("update profile set verification=1 where userid=$userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_action.php-35- echo "<br>$userid is accepted"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_action.php-37- case -1: boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_action.php:38: _mysql_query("update profile set verification=-1 where userid=$userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_action.php-39- echo "<br>$userid is rejected"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_form.php-54-} boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_form.php:55:$result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/profile_screen_form.php-56- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php-42-function purge_user($id) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php:43: _mysql_query("delete from user where id=$id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php:44: _mysql_query("delete from profile where userid=$id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php:45: _mysql_query("delete from thread where owner=$id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php:46: _mysql_query("delete from post where user=$id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php-47-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php-59- echo "$q\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php:60: $r = _mysql_query($q); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_profile.php-61- while ($x = _mysql_fetch_object($r)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_trickles.php-37- $n = (int)$argv[2]; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_trickles.php:38: $db->do_query("delete from msg_from_host where handled = $n"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_trickles.php-39-} else if ($argv[1] == "msg_to_host") { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_trickles.php-40- $n = (int)$argv[2]; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_trickles.php:41: $db->do_query("delete from msg_to_host where handled = $n"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/purge_trickles.php-42-} else { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-124- $x = 0; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php:125: $result = _mysql_query("select rpc_time from host where userid=$user->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-126- while ($host = _mysql_fetch_object($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-228- $query = "insert into sent_email values($user->id, $now, $ntype)"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php:229: _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-230- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-238-function last_reminder_time($user) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php:239: $query = "select * from sent_email where userid=$user->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php:240: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-241- $t = 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-302- while ($host = _mysql_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php:303: $uresult = _mysql_query("select * from user where id = $host->userid;"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remind.php-304- $user = _mysql_fetch_object($uresult); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remote_server_status.php-49- curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remote_server_status.php:50: curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remote_server_status.php-51- $retcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remote_server_status.php-69- $cmd = "ssh $host 'ps $pid'"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remote_server_status.php:70: $out = exec($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/remote_server_status.php-71- if (strstr($out, $pid)) return true; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_21812.php-19- echo "Doing query:\n$query\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_21812.php:20: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_21812.php-21- if (!$result) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_profile_pictures.php-38- echo "$id $p->has_picture $has_pic $has_pic_sm\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_profile_pictures.php:39: BoincProfile::update_aux("has_picture=0 where userid=$id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_profile_pictures.php-40- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_profile_pictures.php-43- echo "$id $p->has_picture $has_pic $has_pic_sm\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_profile_pictures.php:44: BoincProfile::update_aux("has_picture=1 where userid=$id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_profile_pictures.php-45- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php-41-while ($wu = _mysql_fetch_object($result)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php:42: $r2 = _mysql_query("select count(*) from result where workunitid=$wu->id and outcome=1 limit 1000"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php-43- $x = _mysql_fetch_array($r2); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php-46- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php:47: $r2 = _mysql_query("select count(*) from result where workunitid=$wu->id and server_state=2"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php-48- $x = _mysql_fetch_array($r2); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php-53- echo "WU $wu->id has $nsuccess success, $nunsent unsent \n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php:54: _mysql_query("update workunit set need_validate=1 where id=$wu->id"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/repair_validator_problem.php-55- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/reset_hrclass.php-43-if ($hr_class != 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/reset_hrclass.php:44: $result = _mysql_query("UPDATE workunit SET hr_class=0 WHERE hr_class=".$hr_class); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/reset_hrclass.php-45-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/show_log.php-68-if ($s) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/show_log.php:69: passthru("cd $log_dir && ../bin/grep_logs -html -l $l '$s' $f 2>&1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/show_log.php-70-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php-41- $fpops_total = $db->sum( boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php:42: "workunit", "rsc_fpops_est*target_nresults", "where batch=$b->id" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php-43- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php-57- $cmd = "cd ../../bin; ./adjust_user_priority --user $user->id --flops $fpops_total --app $app->name"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php:58: system($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php-59- $us = BoincUserSubmit::lookup_userid("$user->id"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php-65- // boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php:66: $clause = "priority=$let where batch=$b->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/submit_init_priority.php-67- BoincResult::update_aux($clause); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/survey_get_addrs.php-10- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/survey_get_addrs.php:11:system("mysql -h $db_host $db_name -e \"$query\" > survey_tmp"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/survey_get_addrs.php-12-system("tail -n +2 survey_tmp > survey_tmp2"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/team_import.php-232- echo "Processing $t->name $t->user_email\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/team_import.php:233: $user = BoincUser::lookup_email_addr($t->user_email); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/team_import.php-234- $team = BoincTeam::lookup_name($t->name); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/test_job_file.php-70- curl_setopt($ch, CURLOPT_POSTFIELDS, $post); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/test_job_file.php:71: $reply = curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/test_job_file.php-72- if ($reply) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/update_translations.php-27- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/update_translations.php:28:system("rm -f $lang_language_dir/$lang_compiled_dir/*"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/update_translations.php-29- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/user_graph.php-72- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/user_graph.php:73: $result = _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/ops/user_graph.php-74- $yarr = array(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-133-if ($email_addr && $email_addr != $user->email_addr) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php:134: $tmpuser = BoincUser::lookup_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-135- if ($tmpuser) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-140- // boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php:141: $tmpuser = BoincUser::lookup_prev_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-142- if ($tmpuser) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-148- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php:149: if (!is_valid_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-150- xml_error(ERR_BAD_EMAIL_ADDR, "Invalid email address"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-151- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php:152: if (is_banned_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/am_set_info.php-153- xml_error(ERR_BAD_EMAIL_ADDR, "Invalid email address"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-207- srand($view_id); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php:208: require($item->filename); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-209- if (function_exists('bolt_divide')) bolt_divide(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-212- case BOLT_MODE_ANSWER: boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php:213: require($item->filename); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-214- if (function_exists('bolt_divide')) bolt_divide(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-219- } else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php:220: require_once($item->filename); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-221- if (function_exists('bolt_divide')) bolt_divide(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-271- $bolt_query_string = $item->query_string; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php:272: require_once($item->filename); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-273- if (function_exists('bolt_divide')) bolt_divide(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-368-$action = sanitize_tags(get_str('action', true)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php:369:$course_doc = require_once($course->doc_file()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-370- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-465- ob_start(); // buffer output to avoid showing exercise text boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php:466: require($item->filename); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bolt_sched.php-467- ob_end_clean(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bossa_job_finished.php-40-$file = "../inc/$app->short_name.inc"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bossa_job_finished.php:41:require_once($file); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/bossa_job_finished.php-42- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-66- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php:67:if (!is_valid_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-68- xml_error(ERR_BAD_EMAIL_ADDR); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-70- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php:71:if (is_banned_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-72- xml_error(ERR_BAD_EMAIL_ADDR); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-78- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php:79:$tmpuser = BoincUser::lookup_prev_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-80-if ($tmpuser) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-83- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php:84:$user = BoincUser::lookup_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_account.php-85-if ($user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php-255- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php:256: // echo "<br>Name: " . $_FILES['picture']['name']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php:257: // echo "<br>Type: " . $_FILES['picture']['type']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php:258: // echo "<br>Size: " . $_FILES['picture']['size']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php:259: // echo "<br>Temp name: " . $_FILES['picture']['tmp_name']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php-260- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php-277- ." verification = $profile->verification" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php:278: ." WHERE userid = $user->id"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/create_profile.php-279- $result = BoincProfile::update_aux($query); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donate.php-39-// Write user id to paypal table, so the return script knows it's expecting this payment boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donate.php:40:_mysql_query("INSERT INTO donation_paypal SET order_time = '".$order_time."', userid = '$userid', item_number=".$item_id.", order_amount = '".boinc_real_escape_string($amount)."'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donate.php-41- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php-59- $order_time = abs($item_array[1]); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php:60: $result = _mysql_query("SELECT * FROM donation_paypal WHERE order_time = '$order_time' AND id = '$payment_id' AND processed = '0'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php-61- $num_rows = _mysql_num_rows($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php-64- $userid = $row->userid; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php:65: _mysql_query("UPDATE donation_paypal SET processed = '1', payment_time = '".time()."', item_name = '$item_name', payment_status = '$payment_status', payment_amount = '$payment_amount', payment_fee = '$payment_fee', payment_currency = '$payment_currency', txn_id = '$txn_id', receiver_email = '$receiver_email', payer_email = '$payer_email', payer_name = '$payer_name' WHERE id = '$payment_id'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php-66- if ($userid > 0) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php:67: _mysql_query("UPDATE user SET donated = '1' WHERE id = '$userid'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donation_ipn.php-68- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donations.php-67- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donations.php:68: $query_amount = _mysql_query("SELECT SUM(payment_amount-payment_fee) AS amount FROM donation_paypal WHERE processed = 1 AND item_number = '".$row->id."'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/donations.php-69- $acquired = _mysql_fetch_object($query_amount)->amount; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php-38- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php:39:if (!is_valid_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php-40- echo tra("New email address '%1' is invalid.", $email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php:41:} else if (is_banned_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php-42- echo tra("New email address '%1' is invalid.", $email_addr); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php-47-} else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php:48: $existing = BoincUser::lookup_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_action.php-49- if ($existing) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_form.php-28-$email_text = ""; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_form.php:29:if (is_valid_email_addr($user->email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/edit_email_form.php-30- $email_text = $user->email_addr; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/get_output.php-111- if (is_file($path)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/get_output.php:112: system(" nice -9 zip -jq $zip_basename $path"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/get_output.php-113- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/get_output.php-188- if (is_file($path)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/get_output.php:189: system("nice -9 zip -jq $zip_basename $path"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/get_output.php-190- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/host_stats.php-81- 'StdClass', boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/host_stats.php:82: "select distinct(os_version) as v from host where os_name='Darwin' and expavg_credit>$min_credit" boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/host_stats.php-83- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lammps.php-35- $ppid=$pstatus['pid']; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lammps.php:36: $ret=`ps -o pid --no-heading --ppid $ppid`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lammps.php-37- //echo "parent pid is $ppid\nterninate it\n"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lammps.php-431- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lammps.php:432: system($cmd, $ret); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lammps.php-433- if ($ret === FALSE) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php-38-function login_with_email($email_addr, $passwd, $next_url, $perm) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php:39: $user = BoincUser::lookup_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php-40- if (!$user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php-133- $x = ldap_email_string($uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php:134: $user = BoincUser::lookup_email_addr($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php-135- if (!$user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php-184-if ($email_addr && $passwd) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php:185: if (LDAP_HOST && !is_valid_email_addr($email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/login_action.php-186- login_with_ldap($email_addr, $passwd, $next_url, $perm); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lookup_account.php-45- $x = ldap_email_string($ldap_uid); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lookup_account.php:46: $user = BoincUser::lookup_email_addr($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/lookup_account.php-47- if (!$user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/mail_passwd.php-47-} boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/mail_passwd.php:48:$user = BoincUser::lookup_email_addr($email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/mail_passwd.php-49- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid.php-171- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid.php:172: $response = curl_exec($curl); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid.php-173- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid_login.php-106- $new_email_addr = strtolower($new_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid_login.php:107: if (!is_valid_email_addr($new_email_addr)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid_login.php-108- show_error("Invalid email address: ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid_login.php-112- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid_login.php:113: $user = BoincUser::lookup_email_addr($new_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/openid_login.php-114- if (!$user) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/profile_rate.php-33- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/profile_rate.php:34:BoincProfile::update_aux("$vote=$vote+1 WHERE userid = $userid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/profile_rate.php-35- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/recover_email.php-48- if ($tmpuser) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/recover_email.php:49: $existing = BoincUser::lookup_email_addr($tmpuser->previous_email_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/recover_email.php-50- if ($existing) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_bootstrap.min.js-5- */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_bootstrap.min.js:6:if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){document===a.target||this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element&&e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);if(this.$element.trigger(g),!g.isDefaultPrevented())return f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=window.SVGElement&&c instanceof window.SVGElement,g=d?{top:0,left:0}:f?null:b.offset(),h={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},i=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,h,i,g)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_bootstrap.min.js-7-this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e<c&&"top";if("bottom"==this.affixed)return null!=c?!(e+this.unpin<=f.top)&&"bottom":!(e+g<=a-d)&&"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&e<=c?"top":null!=d&&i+j>=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_index.php-113- if (file_exists($pd)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_index.php:114: include($pd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_index.php-115- } else { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_jquery.min.js-1-/*! jQuery v3.1.1 | (c) jQuery Foundation | jquery.org/license */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_jquery.min.js:2:!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.1.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c<b?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:h,sort:c.sort,splice:c.splice},r.extend=r.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||r.isFunction(g)||(g={}),h===i&&(g=this,h--);h<i;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(r.isPlainObject(d)||(e=r.isArray(d)))?(e?(e=!1,f=c&&r.isArray(c)?c:[]):f=c&&r.isPlainObject(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===r.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=r.type(a);return("number"===b||"string"===b)&&!isNaN(a-parseFloat(a))},isPlainObject:function(a){var b,c;return!(!a||"[object Object]"!==k.call(a))&&(!(b=e(a))||(c=l.call(b,"constructor")&&b.constructor,"function"==typeof c&&m.call(c)===n))},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){return a.replace(t,"ms-").replace(u,v)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(w(a)){for(c=a.length;d<c;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(s,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(w(Object(a))?r.merge(c,"string"==typeof a?[a]:a):h.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:i.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;d<c;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;f<g;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,f=0,h=[];if(w(a))for(d=a.length;f<d;f++)e=b(a[f],f,c),null!=e&&h.push(e);else for(f in a)e=b(a[f],f,c),null!=e&&h.push(e);return g.apply([],h)},guid:1,proxy:function(a,b){var c,d,e;if("string"==typeof b&&(c=a[b],b=a,a=c),r.isFunction(a))return d=f.call(arguments,2),e=function(){return a.apply(b||this,d.concat(f.call(arguments)))},e.guid=a.guid=a.guid||r.guid++,e},now:Date.now,support:o}),"function"==typeof Symbol&&(r.fn[Symbol.iterator]=c[Symbol.iterator]),r.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){j["[object "+b+"]"]=b.toLowerCase()});function w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"function"!==c&&!r.isWindow(a)&&("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+K+"*("+L+")(?:"+K+"*([*^$|!~]?=)"+K+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+L+"))|)"+K+"*\\]",N=":("+L+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",O=new RegExp(K+"+","g"),P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c<b;c+=2)a.push(c);return a}),odd:pa(function(a,b){for(var c=1;c<b;c+=2)a.push(c);return a}),lt:pa(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFilters=new ra,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=Q.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=R.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(P," ")}),h=h.slice(c.length));for(g in d.filter)!(e=V[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function sa(a){for(var b=0,c=a.length,d="";b<c;b++)d+=a[b].value;return d}function ta(a,b,c){var d=b.dir,e=b.next,f=e||d,g=c&&"parentNode"===f,h=x++;return b.first?function(b,c,e){while(b=b[d])if(1===b.nodeType||g)return a(b,c,e);return!1}:function(b,c,i){var j,k,l,m=[w,h];if(i){while(b=b[d])if((1===b.nodeType||g)&&a(b,c,i))return!0}else while(b=b[d])if(1===b.nodeType||g)if(l=b[u]||(b[u]={}),k=l[b.uniqueID]||(l[b.uniqueID]={}),e&&e===b.nodeName.toLowerCase())b=b[d]||b;else{if((j=k[f])&&j[0]===w&&j[1]===h)return m[2]=j[2];if(k[f]=m,m[2]=a(b,c,i))return!0}return!1}}function ua(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d<e;d++)ga(a,b[d],c);return c}function wa(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;h<i;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function xa(a,b,c,d,e,f){return d&&!d[u]&&(d=xa(d)),e&&!e[u]&&(e=xa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||va(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:wa(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=wa(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i<f;i++)if(c=d.relative[a[i].type])m=[ta(ua(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;e<f;e++)if(d.relative[a[e].type])break;return xa(i>1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i<e&&ya(a.slice(i,e)),e<f&&ya(a=a.slice(e)),e<f&&sa(a))}m.push(c)}return ua(m)}function za(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext,B=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,C=/^.[^:#\[\.,]*$/;function D(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):C.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b<d;b++)if(r.contains(e[b],this))return!0}));for(c=this.pushStack([]),b=0;b<d;b++)r.find(a,e[b],c);return d>1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(D(this,a||[],!1))},not:function(a){return this.pushStack(D(this,a||[],!0))},is:function(a){return!!D(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var E,F=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,G=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||E,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:F.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),B.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};G.prototype=r.fn,E=r(d);var H=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a<c;a++)if(r.contains(this,b[a]))return!0})},closest:function(a,b){var c,d=0,e=this.length,f=[],g="string"!=typeof a&&r(a);if(!A.test(a))for(;d<e;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function J(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return J(a,"nextSibling")},prev:function(a){return J(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return a.contentDocument||r.merge([],a.childNodes)}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(I[a]||r.uniqueSort(e),H.test(a)&&e.reverse()),this.pushStack(e)}});var K=/[^\x20\t\r\n\f]+/g;function L(a){var b={};return r.each(a.match(K)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?L(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){r.each(b,function(b,c){r.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==r.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return r.each(arguments,function(a,b){var c;while((c=r.inArray(b,f,c))>-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function M(a){return a}function N(a){throw a}function O(a,b,c){var d;try{a&&r.isFunction(d=a.promise)?d.call(a).done(b).fail(c):a&&r.isFunction(d=a.then)?d.call(a,b,c):b.call(void 0,a)}catch(a){c.call(void 0,a)}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b<f)){if(a=d.apply(h,i),a===c.promise())throw new TypeError("Thenable self-resolution");j=a&&("object"==typeof a||"function"==typeof a)&&a.then,r.isFunction(j)?e?j.call(a,g(f,c,M,e),g(f,c,N,e)):(f++,j.call(a,g(f,c,M,e),g(f,c,N,e),g(f,c,M,c.notifyWith))):(d!==M&&(h=void 0,i=[a]),(e||c.resolveWith)(h,i))}},k=e?j:function(){try{j()}catch(a){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(a,k.stackTrace),b+1>=f&&(d!==N&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:M,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:M)),c[2][3].add(g(0,a,r.isFunction(d)?d:N))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(O(a,g.done(h(c)).resolve,g.reject),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)O(e[c],h(c),g.reject);return g.promise()}});var P=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&P.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var Q=r.Deferred();r.fn.ready=function(a){return Q.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,holdReady:function(a){a?r.readyWait++:r.ready(!0)},ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||Q.resolveWith(d,[r]))}}),r.ready.then=Q.then;function R(){d.removeEventListener("DOMContentLoaded",R), boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_jquery.min.js:3:a.removeEventListener("load",R),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",R),a.addEventListener("load",R));var S=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)S(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},T=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function U(){this.expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(b={},T(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[r.camelCase(b)]=c;else for(d in b)e[r.camelCase(d)]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][r.camelCase(b)]},access:function(a,b,c){return void 0===b||b&&"string"==typeof b&&void 0===c?this.get(a,b):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d=a[this.expando];if(void 0!==d){if(void 0!==b){r.isArray(b)?b=b.map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(K)||[]),c=b.length;while(c--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!r.isEmptyObject(b)}};var V=new U,W=new U,X=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Y=/[A-Z]/g;function Z(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?+a:X.test(a)?JSON.parse(a):a)}function $(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Y,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c=Z(c)}catch(e){}W.set(a,b,c)}else c=void 0;return c}r.extend({hasData:function(a){return W.hasData(a)||V.hasData(a)},data:function(a,b,c){return W.access(a,b,c)},removeData:function(a,b){W.remove(a,b)},_data:function(a,b,c){return V.access(a,b,c)},_removeData:function(a,b){V.remove(a,b)}}),r.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=W.get(f),1===f.nodeType&&!V.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=r.camelCase(d.slice(5)),$(f,d,e[d])));V.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){W.set(this,a)}):S(this,function(b){var c;if(f&&void 0===b){if(c=W.get(f,a),void 0!==c)return c;if(c=$(f,a),void 0!==c)return c}else this.each(function(){W.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){W.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=V.get(a,b),c&&(!d||r.isArray(c)?d=V.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return V.get(a,c)||V.access(a,c,{empty:r.Callbacks("once memory").add(function(){V.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?r.queue(this[0],a):void 0===b?this:this.each(function(){var c=r.queue(this,a,b);r._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&r.dequeue(this,a)})},dequeue:function(a){return this.each(function(){r.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=r.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=V.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var _=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,aa=new RegExp("^(?:([+-])=|)("+_+")([a-z%]*)$","i"),ba=["Top","Right","Bottom","Left"],ca=function(a,b){return a=b||a,"none"===a.style.display||""===a.style.display&&r.contains(a.ownerDocument,a)&&"none"===r.css(a,"display")},da=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};function ea(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return r.css(a,b,"")},i=h(),j=c&&c[3]||(r.cssNumber[b]?"":"px"),k=(r.cssNumber[b]||"px"!==j&&+i)&&aa.exec(r.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,r.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var fa={};function ga(a){var b,c=a.ownerDocument,d=a.nodeName,e=fa[d];return e?e:(b=c.body.appendChild(c.createElement(d)),e=r.css(b,"display"),b.parentNode.removeChild(b),"none"===e&&(e="block"),fa[d]=e,e)}function ha(a,b){for(var c,d,e=[],f=0,g=a.length;f<g;f++)d=a[f],d.style&&(c=d.style.display,b?("none"===c&&(e[f]=V.get(d,"display")||null,e[f]||(d.style.display="")),""===d.style.display&&ca(d)&&(e[f]=ga(d))):"none"!==c&&(e[f]="none",V.set(d,"display",c)));for(f=0;f<g;f++)null!=e[f]&&(a[f].style.display=e[f]);return a}r.fn.extend({show:function(){return ha(this,!0)},hide:function(){return ha(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){ca(this)?r(this).show():r(this).hide()})}});var ia=/^(?:checkbox|radio)$/i,ja=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,ka=/^$|\/(?:java|ecma)script/i,la={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};la.optgroup=la.option,la.tbody=la.tfoot=la.colgroup=la.caption=la.thead,la.th=la.td;function ma(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&r.nodeName(a,b)?r.merge([a],c):c}function na(a,b){for(var c=0,d=a.length;c<d;c++)V.set(a[c],"globalEval",!b||V.get(b[c],"globalEval"))}var oa=/<|&#?\w+;/;function pa(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],n=0,o=a.length;n<o;n++)if(f=a[n],f||0===f)if("object"===r.type(f))r.merge(m,f.nodeType?[f]:f);else if(oa.test(f)){g=g||l.appendChild(b.createElement("div")),h=(ja.exec(f)||["",""])[1].toLowerCase(),i=la[h]||la._default,g.innerHTML=i[1]+r.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;r.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",n=0;while(f=m[n++])if(d&&r.inArray(f,d)>-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=ma(l.appendChild(f),"script"),j&&na(g),c){k=0;while(f=g[k++])ka.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var qa=d.documentElement,ra=/^key/,sa=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ta=/^([^.]*)(?:\.(.+)|)/;function ua(){return!0}function va(){return!1}function wa(){try{return d.activeElement}catch(a){}}function xa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)xa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=va;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=V.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(qa,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(K)||[""],j=b.length;while(j--)h=ta.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=V.hasData(a)&&V.get(a);if(q&&(i=q.events)){b=(b||"").match(K)||[""],j=b.length;while(j--)if(h=ta.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&V.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(V.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c<arguments.length;c++)i[c]=arguments[c];if(b.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,b)!==!1){h=r.event.handlers.call(this,b,j),c=0;while((f=h[c++])&&!b.isPropagationStopped()){b.currentTarget=f.elem,d=0;while((g=f.handlers[d++])&&!b.isImmediatePropagationStopped())b.rnamespace&&!b.rnamespace.test(g.namespace)||(b.handleObj=g,b.data=g.data,e=((r.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(b.result=e)===!1&&(b.preventDefault(),b.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,b),b.result}},handlers:function(a,b){var c,d,e,f,g,h=[],i=b.delegateCount,j=a.target;if(i&&j.nodeType&&!("click"===a.type&&a.button>=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c<i;c++)d=b[c],e=d.selector+" ",void 0===g[e]&&(g[e]=d.needsContext?r(e,this).index(j)>-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i<b.length&&h.push({elem:j,handlers:b.slice(i)}),h},addProp:function(a,b){Object.defineProperty(r.Event.prototype,a,{enumerable:!0,configurable:!0,get:r.isFunction(b)?function(){if(this.originalEvent)return b(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[a]},set:function(b){Object.defineProperty(this,a,{enumerable:!0,configurable:!0,writable:!0,value:b})}})},fix:function(a){return a[r.expando]?a:new r.Event(a)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==wa()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===wa()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&r.nodeName(this,"input"))return this.click(),!1},_default:function(a){return r.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},r.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},r.Event=function(a,b){return this instanceof r.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ua:va,this.target=a.target&&3===a.target.nodeType?a.target.parentNode:a.target,this.currentTarget=a.currentTarget,this.relatedTarget=a.relatedTarget):this.type=a,b&&r.extend(this,b),this.timeStamp=a&&a.timeStamp||r.now(),void(this[r.expando]=!0)):new r.Event(a,b)},r.Event.prototype={constructor:r.Event,isDefaultPrevented:va,isPropagationStopped:va,isImmediatePropagationStopped:va,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ua,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ua,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ua,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},r.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(a){var b=a.button;return null==a.which&&ra.test(a.type)?null!=a.charCode?a.charCode:a.keyCode:!a.which&&void 0!==b&&sa.test(a.type)?1&b?1:2&b?3:4&b?2:0:a.which}},r.event.addProp),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){r.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||r.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),r.fn.extend({on:function(a,b,c,d){return xa(this,a,b,c,d)},one:function(a,b,c,d){return xa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,r(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=va),this.each(function(){r.event.remove(this,a,c,b)})}});var ya=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,za=/<script|<style|<link/i,Aa=/checked\s*(?:[^=]|=\s*.checked.)/i,Ba=/^true\/(.*)/,Ca=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Da(a,b){return r.nodeName(a,"table")&&r.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a:a}function Ea(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Fa(a){var b=Ba.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ga(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(V.hasData(a)&&(f=V.access(a),g=V.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c<d;c++)r.event.add(b,e,j[e][c])}W.hasData(a)&&(h=W.access(a),i=r.extend({},h),W.set(b,i))}}function Ha(a,b){var c=b.nodeName.toLowerCase();"input"===c&&ia.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function Ia(a,b,c,d){b=g.apply([],b);var e,f,h,i,j,k,l=0,m=a.length,n=m-1,q=b[0],s=r.isFunction(q);if(s||m>1&&"string"==typeof q&&!o.checkClone&&Aa.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ia(f,b,c,d)});if(m&&(e=pa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(ma(e,"script"),Ea),i=h.length;l<m;l++)j=e,l!==n&&(j=r.clone(j,!0,!0),i&&r.merge(h,ma(j,"script"))),c.call(a[l],j,l);if(i)for(k=h[h.length-1].ownerDocument,r.map(h,Fa),l=0;l<i;l++)j=h[l],ka.test(j.type||"")&&!V.access(j,"globalEval")&&r.contains(k,j)&&(j.src?r._evalUrl&&r._evalUrl(j.src):p(j.textContent.replace(Ca,""),k))}return a}function Ja(a,b,c){for(var d,e=b?r.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||r.cleanData(ma(d)),d.parentNode&&(c&&r.contains(d.ownerDocument,d)&&na(ma(d,"script")),d.parentNode.removeChild(d));return a}r.extend({htmlPrefilter:function(a){return a.replace(ya,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=ma(h),f=ma(a),d=0,e=f.length;d<e;d++)Ha(f[d],g[d]);if(b)if(c)for(f=f||ma(a),g=g||ma(h),d=0,e=f.length;d<e;d++)Ga(f[d],g[d]);else Ga(a,h);return g=ma(h,"script"),g.length>0&&na(g,!i&&ma(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(T(c)){if(b=c[V.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[V.expando]=void 0}c[W.expando]&&(c[W.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ja(this,a,!0)},remove:function(a){return Ja(this,a)},text:function(a){return S(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ia(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Da(this,a);b.appendChild(a)}})},prepend:function(){return Ia(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Da(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ia(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ia(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(ma(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return S(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!za.test(a)&&!la[(ja.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c<d;c++)b=this[c]||{},1===b.nodeType&&(r.cleanData(ma(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ia(this,arguments,function(b){var c=this.parentNode;r.inArray(this,a)<0&&(r.cleanData(ma(this)),c&&c.replaceChild(b,this))},a)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){r.fn[a]=function(a){for(var c,d=[],e=r(a),f=e.length-1,g=0;g<=f;g++)c=g===f?this:this.clone(!0),r(e[g])[b](c),h.apply(d,c.get());return this.pushStack(d)}});var Ka=/^margin/,La=new RegExp("^("+_+")(?!px)[a-z%]+$","i"),Ma=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)};!function(){function b(){if(i){i.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",i.innerHTML="",qa.appendChild(h);var b=a.getComputedStyle(i);c="1%"!==b.top,g="2px"===b.marginLeft,e="4px"===b.width,i.style.marginRight="50%",f="4px"===b.marginRight,qa.removeChild(h),i=null}}var c,e,f,g,h=d.createElement("div"),i=d.createElement("div");i.style&&(i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle="content-box"===i.style.backgroundClip,h.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",h.appendChild(i),r.extend(o,{pixelPosition:function(){return b(),c},boxSizingReliable:function(){return b(),e},pixelMarginRight:function(){return b(),f},reliableMarginLeft:function(){return b(),g}}))}();function Na(a,b,c){var d,e,f,g,h=a.style;return c=c||Ma(a),c&&(g=c.getPropertyValue(b)||c[b],""!==g||r.contains(a.ownerDocument,a)||(g=r.style(a,b)),!o.pixelMarginRight()&&La.test(g)&&Ka.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function Oa(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Pa=/^(none|table(?!-c[ea]).+)/,Qa={position:"absolute",visibility:"hidden",display:"block"},Ra={letterSpacing:"0",fontWeight:"400"},Sa=["Webkit","Moz","ms"],Ta=d.createElement("div").style;function Ua(a){if(a in Ta)return a;var b=a[0].toUpperCase()+a.slice(1),c=Sa.length;while(c--)if(a=Sa[c]+b,a in Ta)return a}function Va(a,b,c){var d=aa.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Wa(a,b,c,d,e){var f,g=0;for(f=c===(d?"border":"content")?4:"width"===b?1:0;f<4;f+=2)"margin"===c&&(g+=r.css(a,c+ba[f],!0,e)),d?("content"===c&&(g-=r.css(a,"padding"+ba[f],!0,e)),"margin"!==c&&(g-=r.css(a,"border"+ba[f]+"Width",!0,e))):(g+=r.css(a,"padding"+ba[f],!0,e),"padding"!==c&&(g+=r.css(a,"border"+ba[f]+"Width",!0,e)));return g}function Xa(a,b,c){var d,e=!0,f=Ma(a),g="border-box"===r.css(a,"boxSizing",!1,f);if(a.getClientRects().length&&(d=a.getBoundingClientRect()[b]),d<=0||null==d){if(d=Na(a,b,f),(d<0||null==d)&&(d=a.style[b]),La.test(d))return d;e=g&&(o.boxSizingReliable()||d===a.style[b]),d=parseFloat(d)||0}return d+Wa(a,b,c||(g?"border":"content"),e,f)+"px"}r.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Na(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=r.camelCase(b),i=a.style;return b=r.cssProps[h]||(r.cssProps[h]=Ua(h)||h),g=r.cssHooks[b]||r.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=aa.exec(c))&&e[1]&&(c=ea(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(r.cssNumber[h]?"":"px")),o.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=r.camelCase(b);return b=r.cssProps[h]||(r.cssProps[h]=Ua(h)||h),g=r.cssHooks[b]||r.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Na(a,b,d)),"normal"===e&&b in Ra&&(e=Ra[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),r.each(["height","width"],function(a,b){r.cssHooks[b]={get:function(a,c,d){if(c)return!Pa.test(r.css(a,"display"))||a.getClientRects().length&&a.getBoundingClientRect().width?Xa(a,b,d):da(a,Qa,function(){return Xa(a,b,d)})},set:function(a,c,d){var e,f=d&&Ma(a),g=d&&Wa(a,b,d,"border-box"===r.css(a,"boxSizing",!1,f),f);return g&&(e=aa.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=r.css(a,b)),Va(a,c,g)}}}),r.cssHooks.marginLeft=Oa(o.reliableMarginLeft,function(a,b){if(b)return(parseFloat(Na(a,"marginLeft"))||a.getBoundingClientRect().left-da(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(a,b){r.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];d<4;d++)e[a+ba[d]+b]=f[d]||f[d-2]||f[0];return e}},Ka.test(a)||(r.cssHooks[a+b].set=Va)}),r.fn.extend({css:function(a,b){return S(this,function(a,b,c){var d,e,f={},g=0;if(r.isArray(b)){for(d=Ma(a),e=b.length;g<e;g++)f[b[g]]=r.css(a,b[g],!1,d);return f}return void 0!==c?r.style(a,b,c):r.css(a,b)},a,b,arguments.length>1)}});function Ya(a,b,c,d,e){return new Ya.prototype.init(a,b,c,d,e)}r.Tween=Ya,Ya.prototype={constructor:Ya,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=Ya.propHooks[this.prop];return a&&a.get?a.get(this):Ya.propHooks._default.get(this)},run:function(a){var b,c=Ya.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ya.propHooks._default.set(this),this}},Ya.prototype.init.prototype=Ya.prototype,Ya.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},Ya.propHooks.scrollTop=Ya.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=Ya.prototype.init,r.fx.step={};var Za,$a,_a=/^(?:toggle|show|hide)$/,ab=/queueHooks$/;function bb(){$a&&(a.requestAnimationFrame(bb),r.fx.tick())}function cb(){return a.setTimeout(function(){Za=void 0}),Za=r.now()}function db(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ba[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function eb(a,b,c){for(var d,e=(hb.tweeners[b]||[]).concat(hb.tweeners["*"]),f=0,g=e.length;f<g;f++)if(d=e[f].call(c,b,a))return d}function fb(a,b,c){var d,e,f,g,h,i,j,k,l="width"in b||"height"in b,m=this,n={},o=a.style,p=a.nodeType&&ca(a),q=V.get(a,"fxshow");c.queue||(g=r._queueHooks(a,"fx"),null==g.unqueued&&(g.unqueued=0,h=g.empty.fire,g.empty.fire=function(){g.unqueued||h()}),g.unqueued++,m.always(function(){m.always(function(){g.unqueued--,r.queue(a,"fx").length||g.empty.fire()})}));for(d in b)if(e=b[d],_a.test(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}n[d]=q&&q[d]||r.style(a,d)}if(i=!r.isEmptyObject(b),i||!r.isEmptyObject(n)){l&&1===a.nodeType&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=q&&q.display,null==j&&(j=V.get(a,"display")),k=r.css(a,"display"),"none"===k&&(j?k=j:(ha([a],!0),j=a.style.display||j,k=r.css(a,"display"),ha([a]))),("inline"===k||"inline-block"===k&&null!=j)&&"none"===r.css(a,"float")&&(i||(m.done(function(){o.display=j}),null==j&&(k=o.display,j="none"===k?"":k)),o.display="inline-block")),c.overflow&&(o.overflow="hidden",m.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]})),i=!1;for(d in n)i||(q?"hidden"in q&&(p=q.hidden):q=V.access(a,"fxshow",{display:j}),f&&(q.hidden=!p),p&&ha([a],!0),m.done(function(){p||ha([a]),V.remove(a,"fxshow");for(d in n)r.style(a,d,n[d])})),i=eb(p?q[d]:0,d,m),d in q||(q[d]=i.start,p&&(i.end=i.start,i.start=0))}}function gb(a,b){var c,d,e,f,g;for(c in a)if(d=r.camelCase(c),e=b[d],f=a[c],r.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=r.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function hb(a,b,c){var d,e,f=0,g=hb.prefilters.length,h=r.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Za||cb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;g<i;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),f<1&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:r.extend({},b),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},c),originalProperties:b,originalOptions:c,startTime:Za||cb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=r.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;c<d;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(gb(k,j.opts.specialEasing);f<g;f++)if(d=hb.prefilters[f].call(j,a,k,j.opts))return r.isFunction(d.stop)&&(r._queueHooks(j.elem,j.opts.queue).stop=r.proxy(d.stop,d)),d;return r.map(k,eb,j),r.isFunction(j.opts.start)&&j.opts.start.call(a,j),r.fx.timer(r.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}r.Animation=r.extend(hb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return ea(c.elem,a,aa.exec(b),c),c}]},tweener:function(a,b){r.isFunction(a)?(b=a,a=["*"]):a=a.match(K);for(var c,d=0,e=a.length;d<e;d++)c=a[d],hb.tweeners[c]=hb.tweeners[c]||[],hb.tweeners[c].unshift(b)},prefilters:[fb],prefilter:function(a,b){b?hb.prefilters.unshift(a):hb.prefilters.push(a)}}),r.speed=function(a,b,c){var e=a&&"object"==typeof a?r.extend({},a):{complete:c||!c&&b||r.isFunction(a)&&a,duration:a,easing:c&&b||b&&!r.isFunction(b)&&b};return r.fx.off||d.hidden?e.duration=0:"number"!=typeof e.duration&&(e.duration in r.fx.speeds?e.duration=r.fx.speeds[e.duration]:e.duration=r.fx.speeds._default),null!=e.queue&&e.queue!==!0||(e.queue="fx"),e.old=e.complete,e.complete=function(){r.isFunction(e.old)&&e.old.call(this),e.queue&&r.dequeue(this,e.queue)},e},r.fn.extend({fadeTo:function(a,b,c,d){return this.filter(ca).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=r.isEmptyObject(a),f=r.speed(b,c,d),g=function(){var b=hb(this,r.extend({},a),f);(e||V.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=r.timers,g=V.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&ab.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||r.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=V.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=r.timers,g=d?d.length:0;for(c.finish=!0,r.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;b<g;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),r.each(["toggle","show","hide"],function(a,b){var c=r.fn[b];r.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(db(b,!0),a,d,e)}}),r.each({slideDown:db("show"),slideUp:db("hide"),slideToggle:db("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){r.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),r.timers=[],r.fx.tick=function(){var a,b=0,c=r.timers;for(Za=r.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||r.fx.stop(),Za=void 0},r.fx.timer=function(a){r.timers.push(a),a()?r.fx.start():r.timers.pop()},r.fx.interval=13,r.fx.start=function(){$a||($a=a.requestAnimationFrame?a.requestAnimationFrame(bb):a.setInterval(r.fx.tick,r.fx.interval))},r.fx.stop=function(){a.cancelAnimationFrame?a.cancelAnimationFrame($a):a.clearInterval($a),$a=null},r.fx.speeds={slow:600,fast:200,_default:400},r.fn.delay=function(b,c){return b=r.fx?r.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",o.checkOn=""!==a.value,o.optSelected=c.selected,a=d.createElement("input"),a.value="t",a.type="radio",o.radioValue="t"===a.value}();var ib,jb=r.expr.attrHandle;r.fn.extend({attr:function(a,b){return S(this,r.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?ib:void 0)), boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/sample_jquery.min.js:4:void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&r.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(K);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),ib={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=jb[b]||r.find.attr;jb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=jb[g],jb[g]=e,e=null!=c(a,b,d)?g:null,jb[g]=f),e}});var kb=/^(?:input|select|textarea|button)$/i,lb=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return S(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):kb.test(a.nodeName)||lb.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function mb(a){var b=a.match(K)||[];return b.join(" ")}function nb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,nb(this)))});if("string"==typeof a&&a){b=a.match(K)||[];while(c=this[i++])if(e=nb(c),d=1===c.nodeType&&" "+mb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=mb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,nb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(K)||[];while(c=this[i++])if(e=nb(c),d=1===c.nodeType&&" "+mb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=mb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,nb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(K)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=nb(this),b&&V.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":V.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+mb(nb(c))+" ").indexOf(b)>-1)return!0;return!1}});var ob=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":r.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(ob,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:mb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d<i;d++)if(c=e[d],(c.selected||d===f)&&!c.disabled&&(!c.parentNode.disabled||!r.nodeName(c.parentNode,"optgroup"))){if(b=r(c).val(),g)return b;h.push(b)}return h},set:function(a,b){var c,d,e=a.options,f=r.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=r.inArray(r.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(r.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var pb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!pb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,pb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(V.get(h,"events")||{})[b.type]&&V.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&T(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!T(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=V.access(d,b);e||d.addEventListener(a,c,!0),V.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=V.access(d,b)-1;e?V.access(d,b,e):(d.removeEventListener(a,c,!0),V.remove(d,b))}}});var qb=a.location,rb=r.now(),sb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var tb=/\[\]$/,ub=/\r?\n/g,vb=/^(?:submit|button|image|reset|file)$/i,wb=/^(?:input|select|textarea|keygen)/i;function xb(a,b,c,d){var e;if(r.isArray(b))r.each(b,function(b,e){c||tb.test(a)?d(a,e):xb(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)xb(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(r.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)xb(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&wb.test(this.nodeName)&&!vb.test(a)&&(this.checked||!ia.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:r.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(ub,"\r\n")}}):{name:b.name,value:c.replace(ub,"\r\n")}}).get()}});var yb=/%20/g,zb=/#.*$/,Ab=/([?&])_=[^&]*/,Bb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Cb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Db=/^(?:GET|HEAD)$/,Eb=/^\/\//,Fb={},Gb={},Hb="*/".concat("*"),Ib=d.createElement("a");Ib.href=qb.href;function Jb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(K)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Kb(a,b,c,d){var e={},f=a===Gb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Lb(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Mb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Nb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:qb.href,type:"GET",isLocal:Cb.test(qb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Hb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Lb(Lb(a,r.ajaxSettings),b):Lb(r.ajaxSettings,a)},ajaxPrefilter:Jb(Fb),ajaxTransport:Jb(Gb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Bb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||qb.href)+"").replace(Eb,qb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(K)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Ib.protocol+"//"+Ib.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Kb(Fb,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Db.test(o.type),f=o.url.replace(zb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(yb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(sb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Ab,"$1"),n=(sb.test(f)?"&":"?")+"_="+rb++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Hb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Kb(Gb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Mb(o,y,d)),v=Nb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Ob={0:200,1223:204},Pb=r.ajaxSettings.xhr();o.cors=!!Pb&&"withCredentials"in Pb,o.ajax=Pb=!!Pb,r.ajaxTransport(function(b){var c,d;if(o.cors||Pb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Ob[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Qb=[],Rb=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Qb.pop()||r.expando+"_"+rb++;return this[a]=!0,a}}),r.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Rb.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Rb.test(b.data)&&"data");if(h||"jsonp"===b.dataTypes[0])return e=b.jsonpCallback=r.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Rb,"$1"+e):b.jsonp!==!1&&(b.url+=(sb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||r.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?r(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Qb.push(e)),g&&r.isFunction(f)&&f(g[0]),g=f=void 0}),"script"}),o.createHTMLDocument=function(){var a=d.implementation.createHTMLDocument("").body;return a.innerHTML="<form></form><form></form>",2===a.childNodes.length}(),r.parseHTML=function(a,b,c){if("string"!=typeof a)return[];"boolean"==typeof b&&(c=b,b=!1);var e,f,g;return b||(o.createHTMLDocument?(b=d.implementation.createHTMLDocument(""),e=b.createElement("base"),e.href=d.location.href,b.head.appendChild(e)):b=d),f=B.exec(a),g=!c&&[],f?[b.createElement(f[1])]:(f=pa([a],b,g),g&&g.length&&r(g).remove(),r.merge([],f.childNodes))},r.fn.load=function(a,b,c){var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=mb(a.slice(h)),a=a.slice(0,h)),r.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&r.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?r("<div>").append(r.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){r.fn[b]=function(a){return this.on(b,a)}}),r.expr.pseudos.animated=function(a){return r.grep(r.timers,function(b){return a===b.elem}).length};function Sb(a){return r.isWindow(a)?a:9===a.nodeType&&a.defaultView}r.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=r.css(a,"position"),l=r(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=r.css(a,"top"),i=r.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),r.isFunction(b)&&(b=b.call(a,c,r.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},r.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){r.offset.setOffset(this,a,b)});var b,c,d,e,f=this[0];if(f)return f.getClientRects().length?(d=f.getBoundingClientRect(),d.width||d.height?(e=f.ownerDocument,c=Sb(e),b=e.documentElement,{top:d.top+c.pageYOffset-b.clientTop,left:d.left+c.pageXOffset-b.clientLeft}):d):{top:0,left:0}},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===r.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),r.nodeName(a[0],"html")||(d=a.offset()),d={top:d.top+r.css(a[0],"borderTopWidth",!0),left:d.left+r.css(a[0],"borderLeftWidth",!0)}),{top:b.top-d.top-r.css(c,"marginTop",!0),left:b.left-d.left-r.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===r.css(a,"position"))a=a.offsetParent;return a||qa})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;r.fn[a]=function(d){return S(this,function(a,d,e){var f=Sb(a);return void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),r.each(["top","left"],function(a,b){r.cssHooks[b]=Oa(o.pixelPosition,function(a,c){if(c)return c=Na(a,b),La.test(c)?r(a).position()[b]+"px":c})}),r.each({Height:"height",Width:"width"},function(a,b){r.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){r.fn[d]=function(e,f){var g=arguments.length&&(c||"boolean"!=typeof e),h=c||(e===!0||f===!0?"margin":"border");return S(this,function(b,c,e){var f;return r.isWindow(b)?0===d.indexOf("outer")?b["inner"+a]:b.document.documentElement["client"+a]:9===b.nodeType?(f=b.documentElement,Math.max(b.body["scroll"+a],f["scroll"+a],b.body["offset"+a],f["offset"+a],f["client"+a])):void 0===e?r.css(b,c,h):r.style(b,c,e,h)},b,g?e:void 0,g)}})}),r.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),r.parseJSON=JSON.parse,"function"==typeof define&&define.amd&&define("jquery",[],function(){return r});var Tb=a.jQuery,Ub=a.$;return r.noConflict=function(b){return a.$===r&&(a.$=Ub),b&&a.jQuery===r&&(a.jQuery=Tb),r},b||(a.jQuery=a.$=r),r}); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/server_status.php-278- $out = Array(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/server_status.php:279: exec("ps -ww $pid", $out); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/server_status.php-280- foreach ($out as $y) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php-117- if (!$user_submit->max_jobs_in_progress) return; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php:118: $query = "select count(*) as total from DBNAME.result, DBNAME.batch where batch.user_id=$userid and result.batch = batch.id and result.server_state<".RESULT_SERVER_STATE_OVER; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php-119- $db = BoincDb::get(); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php-295- $cmd .= " --stdin >$errfile 2>&1"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php:296: $h = popen($cmd, "w"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php-297- if ($h === false) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php-434- $cmd = "cd " . project_dir() . "/bin; ./adjust_user_priority --user $user->id --flops $total_flops --app $app->name"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php:435: $x = exec($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/submit_rpc_handler.php-436- if (!is_numeric($x) || (double)$x == 0) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-76- fwrite($log, "$timestamp\t$cmd\n"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php:77: system($cmd, $ret); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-78- if ($ret != 0) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-114- $cmd = "cd $dir; unzip -q $path"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php:115: system($cmd, $ret); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-116- if ($ret != 0) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-119- $cmd = "cp $dir/Aln/* $outdir"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php:120: system($cmd, $ret); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-121- if ($ret != 0) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-124- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php:125: system("rm -rf $dir"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-126- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-128- $cmd = "zip -r -q $outdir $outdir"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php:129: system($cmd, $ret); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-130- if ($ret != $ret) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-136- @symlink("/tmp/$fname", "../../download/$treeThreader_dir/$fname"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php:137: system("rm -fr $outdir"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/tree_threader.php-138- $config = simplexml_load_string(file_get_contents("../../config.xml")); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_permissions.php-95- boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_permissions.php:96: $query = "UPDATE forum_preferences SET special_user='$bitset' WHERE userid=$userid"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_permissions.php:97: _mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_permissions.php-98- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_search.php-90- $s = escape_pattern($s); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_search.php:91: $where .= " and name like '$s%'"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_search.php-92- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_search.php-95- $s = BoincDb::escape_string($country); boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_search.php:96: $where .= " and country='$s'"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/html/user/user_search.php-97- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/Makefile.mingw-158-ZIP_VCPROJ_FLAGS = -DWIN32 -D_LIB -DDLL -D_CRT_SECURE_NO_WARNINGS -DNO_MKTEMP -DUSE_ZIPMAIN -DNO_CRYPT \ boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/Makefile.mingw:159: -DIZ_PWLEN=80 -DNO_ASM -DNO_UNICODE_SUPPORT -DNO_MBCS boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/Makefile.mingw-160-ZIP_BOINC_RENAMES = \ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.h-672- ~RPC_CLIENT(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.h:673: int get_ip_addr(const char* host, int port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.h-674- int init(const char* host, int port=0); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp-121- boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp:122:bool same_ip_addr(sockaddr_storage& s1, sockaddr_storage& s2) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp-123-#ifdef _WIN32 ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp-189- boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp:190:int resolve_hostname_or_ip_addr( boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp-191- const char* hostname, sockaddr_storage &ip_addr ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp-193-#ifdef _WIN32 // inet_pton() only on Vista or later!! boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp:194: int x = inet_addr(hostname); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.cpp-195- if (x != -1) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.h-47-extern bool is_localhost(sockaddr_storage& s); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.h:48:extern bool same_ip_addr(sockaddr_storage& s1, sockaddr_storage& s2); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.h-49-extern int resolve_hostname(const char* hostname, sockaddr_storage& ip_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.h:50:extern int resolve_hostname_or_ip_addr(const char* hostname, sockaddr_storage& ip_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/network.h-51-extern int boinc_socket(int& sock, int protocol=AF_INET); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_imports.h-270- boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_imports.h:271:// SymFromAddr() boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_imports.h-272-typedef BOOL (__stdcall *tSFA)( ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-67-static tSGSP pSGSP = NULL; // SymGetSearchPath() boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp:68:static tSFA pSFA = NULL; // SymFromAddr() boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-69-static tSI pSI = NULL; // SymInitialize() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-831- { boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp:832: // show procedure info (SymFromAddr()) boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-833- undName[0] = 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-841- sizeof(szMsgSymFromAddr), boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp:842: "SymFromAddr(): GetLastError = '%lu'", boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-843- gle ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-852- boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp:853: // show line number info (SymGetLineFromAddr()) boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-854- offsetFromLine = 0; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-861- sizeof(szMsgSymGetLineFromAddr), boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp:862: "SymGetLineFromAddr(): GetLastError = '%lu'", boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/stackwalker_win.cpp-863- gle ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-92- boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp:93:int RPC_CLIENT::get_ip_addr(const char* host, int port) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-94- memset(&addr, 0, sizeof(addr)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-97- if (host) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp:98: retval = resolve_hostname_or_ip_addr(host, addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-99- if (retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-126-int RPC_CLIENT::init(const char* host, int port) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp:127: int retval = get_ip_addr(host, port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-128- if (retval) return retval; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-166- boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp:167: retval = get_ip_addr(host, port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/lib/gui_rpc_client.cpp-168- if (retval) return retval; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/pl/BOINC-Web.po-746-"detection would provide evidence of extraterrestrial technology." boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/pl/BOINC-Web.po:747:msgstr "SETI (poszukiwania inteligencji pozaziemskiej) jest zbiorem projektów naukowych, których celem jest wykrycie inteligentnego życia poza Ziemią. Jeden z nich, znany jako radio SETI, wykorzystuje radioteleskopy do nasłuchiwania wąskich pasm sygnałów radiowych z kosmosu. Takie sygnały nie występują naturalnie, tak więc wykrycie ich dostarczy dowodu istnienia pozaziemskich technologii." boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/pl/BOINC-Web.po-748- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh-33-for template_name in "${templates[@]}"; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh:34: for file in `find -name "${template_name}.po"`; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh:35: dir=`dirname $file` boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh:36: locale=`basename $dir` boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh-37- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh-51-for file in `find -name "BOINC-Manager.po"`; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh:52: dir=`dirname $file` boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh:53: locale=`basename $dir` boinc-7.16.15+dfsg.is.7.16.11+dfsg/locale/update_translations.sh-54- echo $file >> BOINC-Manager-pofilter.txt ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_gl.m4-56- if test X$ax_compiler_ms = Xyes; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_gl.m4:57: ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_gl.m4-58- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_glu.m4-17- if test X$ax_compiler_ms = Xyes; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_glu.m4:18: ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_glu.m4-19- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_glut.m4-39- if test X$ax_compiler_ms = Xyes; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_glut.m4:40: ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/ax_check_glut.m4-41- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-3- AC_MSG_CHECKING([if wxWidgets uses GTK]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4:4: loc_uses_gtk="`echo $WX_LIBS | grep gtk`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-5- if test "x${loc_uses_gtk}" = "x" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-10- AC_MSG_CHECKING([if gtk uses pkg-config]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4:11: gtk_module="`$PKGCONFIG --list-all | egrep '^gtk\+?-' | head -1 | awk '{print $[]1}'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-12- if test "x${gtk_module}" != x; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-23- gtk_config_flags="--libs" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4:24: GTK_DYNLIBS="`$GTK_CONFIG ${gtk_config_flags}`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-25- if test "x${enable_client_release}" = "xyes" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-28- AC_MSG_CHECKING([GTK libraries]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4:29: GTK_LIBS=`$GTK_CONFIG ${gtk_config_flags}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_gtk.m4-30- if test "x$GTK_LIBS" = "x" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_platform.m4-13- if test -z "${boinc_platform}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_platform.m4:14: boinc_platform=`echo $target | $SED -e 's/amd64/x86_64/' -e 's/portbld/pc/' -e 's/redhat/pc/' -e 's/x86_64-unknown/x86_64-pc/' -e 's/[[0-9]]$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_platform.m4-15- case "${boinc_platform}" in ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_platform.m4-17- if test "$COMPILER_MODEL_BITS" = "64" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_platform.m4:18: boinc_platform=`echo $boinc_platform | $SED 's/sparc/sparc64/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_platform.m4-19- if test -z "$boinc_alt_platform" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-26-dnl Find the default wxWidgets options. boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4:27: wx_default_config="`$WX_CONFIG --selected-config`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-28- AC_MSG_CHECKING(for default wxWidgets config) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-31- ac_cv_wxwidgets_options="" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4:32: wx_default_config="`$WX_CONFIG ${ac_cv_wxwidgets_options} --selected-config`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-33- if test "x${enable_unicode}" = x ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4:34: isuc="`echo ${wx_default_config} | grep unicode`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-35- if test "x${isuc}" = x ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-65- ]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4:66: wx_default_config="`$WX_CONFIG ${ac_cv_wxwidgets_options} --selected-config`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-67- AC_MSG_CHECKING([wxWidgets config to use]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-85- esac boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4:86: GTK_CFLAGS="`pkg-config --cflags $gtkver`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4:87: GTK_LIBS="`pkg-config --libs $gtkver`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/boinc_wxwidgets.m4-88- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-20-if test "x${PKGCONFIG}" != "x" -a "x${check_ssl_dir}" = "x" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4:21: SSLDIR="`${PKGCONFIG} openssl --cflags-only-I | sed -e 's/-I//' -e 's/\/include\/openssl//' -e 's/\/include//' | grep '[a-z]' 2>/dev/null`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-22- if test "x${SSLDIR}" = "x" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-27- if test "x${enable_client_release}" = "xyes" -o "x${disable_static_linkage}" = "xno" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4:28: SSL_LIBS="`${PKGCONFIG} openssl --libs --static 2>/dev/null`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-29- fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-30- if test "x${SSL_LIBS}" = "x" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4:31: SSL_LIBS="`${PKGCONFIG} openssl --libs 2>/dev/null`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-32- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-34- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4:35: SSL_CFLAGS="`${PKGCONFIG} openssl --cflags 2>/dev/null`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/check_ssl.m4-36- SSL_CXXFLAGS="${SSL_CFLAGS}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/gtk-2.0.m4-58- if test x"$no_gtk" = x ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/gtk-2.0.m4:59: GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/gtk-2.0.m4:60: GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/gtk-2.0.m4-61- gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-16- AC_MSG_CHECKING(mysql libraries) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4:17: MYSQL_LIBS=`${MYSQL_CONFIG} --libs` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-18- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-23- powerpc-apple-darwin7*) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4:24: MYSQL_LIBS=`echo $MYSQL_LIBS | sed -e 's|-arch i386||g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-25- ;; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-28- AC_MSG_CHECKING(mysql includes) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4:29: MYSQL_CFLAGS=`${MYSQL_CONFIG} --cflags` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-30- # Same bug... ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-32- powerpc-apple-darwin7*) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4:33: MYSQL_CFLAGS=`echo $MYSQL_CFLAGS | sed -e 's|-arch i386||g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/kc_mysql.m4-34- ;; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-76- [libcurl_cv_lib_curl_version], boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:77: [libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $[]2}'`]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-78- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:79: _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:80: _libcurl_wanted=`echo ifelse([$2],,[0],[$2]) | $_libcurl_version_parse` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-81- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-95- if test x"$LIBCURL_CPPFLAGS" = "x" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:96: LIBCURL_CPPFLAGS=`$_libcurl_config --cflags` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-97- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-101- if $_libcurl_config --static-libs 2>&1 > /dev/null ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:102: LIBCURL="`$_libcurl_config --static-libs`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-103- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-107- if test x"$LIBCURL" = "x" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:108: LIBCURL="`$_libcurl_config --libs`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-109- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:110: if test "x`echo \""$LIBCURL"\" | grep ssl`" = x ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-111- LIBCURL="${LIBCURL} ${SSL_LIBS}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-114- # fix cannot find -lssl boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:115: if test "x`echo \""$SSL_LIBS"\" | grep '\-L/'`" != 'x' ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-116- LIBCURL="${LIBCURL} ${SSL_LIBS}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-123- powerpc-apple-darwin7*) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:124: LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-125- ;; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-129- # All curl-config scripts support --feature boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:130: _libcurl_features=`$_libcurl_config --feature` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-131- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-133- if test $_libcurl_version -ge 461828 ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:134: _libcurl_protocols=`$_libcurl_config --protocols` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-135- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-144- if test "x${_libldap_with}" = "x" -a \ boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:145: "x`echo $_libcurl_protocols | grep LDAP`" != x; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-146- _libldap_with=yes ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-153- # so lets add -lber after -lldap. boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:154: if test "x`echo $LIBCURL | grep ldap`" != "x" -a \ boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:155: "x`echo $LIBCURL | grep lber`" != "x" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-156- AC_CHECK_LIB([lber],[ber_scanf], boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:157: LIBCURL="`echo $LIBCURL | sed -e 's/ldap /ldap -llber /'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-158- ) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-166- if test "${_lib_with}" = yes ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:167: LIBCURL="`echo $LIBCURL | sed -e 's/-lgssapi_krb5 / /g'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-168- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-171- if test "${_lib_with}" = yes ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:172: LIBCURL="`echo $LIBCURL | sed -e 's/-lgssglue / /g'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-173- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-239- if test x$libcurl_feature_SSL = xyes ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4:240: LIBCURL_CABUNDLE=`$_libcurl_config --ca 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/libcurl.m4-241- AC_DEFINE_UNQUOTED(LIBCURL_CABUNDLE,"${LIBCURL_CABUNDLE}",[Define to the name of libcurl's certification file]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-6- lib_is_static="no" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:7: tmp_pattern=`echo s/x${slib}// | sed 's/\*/.*/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:8: if test -z "`echo x${alib} | sed ${tmp_pattern}`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-9- then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-136-STATIC_LIB_LIST="${STATIC_LIB_LIST} $1" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:137:varname=`echo sah_cv_static_lib_$1_$2 | $as_tr_sh` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:138:var2=`echo sah_cv_static_lib_$1_fopen | $as_tr_sh` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-139-if test "$2" != "fopen" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-164- SAH_FIND_STATIC_LIB(${libname}) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:165:dnl if test -z "`echo $tmp_lib_name | grep \\.la$`" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-166- if test -n "${tmp_lib_name}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-202-# save the result for use by the caller boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:203:sah_static_lib_last="`eval echo '${'$varname'}'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-204-# ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-228-DYNAMIC_LIB_LIST="${DYNAMIC_LIB_LIST} $1" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:229:varname=`echo sah_cv_dynamic_lib_$1_$2 | $as_tr_sh` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:230:var2=`echo sah_cv_dynamic_lib_$1_fopen | $as_tr_sh` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-231-if test "$2" != "fopen" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-304-# save the result for use by the caller boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:305:sah_dynamic_lib_last="`eval echo '${'$varname'}'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-306-# ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-358-strip_pattern="s/sparcv9//g; s/lib64/lib/g; s/lib\/64/lib/g" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:359:tmp_libpath=`eval echo '${'$shlibpath_var'}' | sed "${strip_pattern}"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-360- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-364-then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:365: tmp_libpath=`echo ${PATH} | sed 's/\/bin/\/lib/g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-366- tmp_libpath="${tmp_libpath}:${PATH}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-370- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:371:gcc_version=`${CC} -v 2>&1 | grep "gcc version" | $AWK '{print $[]3}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-372- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-373- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:374:for gcc_host in `${CC} -v 2>&1 | grep host` --host=${ac_cv_target} boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-375-do boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:376: if test -n "`echo x$gcc_host | grep x--host=`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-377- then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:378: gcc_host="`echo $gcc_host | sed 's/--host=//'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-379- break ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-382- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:383:for dirs in `${CC} -v 2>&1 | grep prefix` --prefix=/usr/local boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-384-do boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:385: if test -n "`echo x$dirs | grep x--prefix=`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-386- then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:387: gcc_prefix="`echo $dirs | sed 's/--prefix=//'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:388: gcc_specs=`${CC} -v 2>&1 | grep specs | $AWK '{print $[]4}' | sed 's/\/specs//'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-389- tmp_libpath="${gcc_specs}:${gcc_prefix}/lib:${gcc_prefix}/lib/gcc-lib/${gcc_host}/${gcc_version}:${tmp_libpath}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-396- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:397:for dirs in `${CC} -print-search-dirs 2>&1 | grep libraries | sed -e 's/:/ /g' -e 's/=/ /g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-398-do ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-414-# now lets add any directories in LIBS or LDFLAGS boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:415:tmp_more_dirs=`echo $LIBS $LDFLAGS | $AWK '{for (i=1;i<(NF+1);i++) { printf("x%s\n",$[]i); }}' | grep x-L | sed 's/x-L//' | $AWK '{printf("%s:",$[]1);}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-416-tmp_libpath="${tmp_more_dirs}${tmp_libpath}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-429- tmp_pattern_b="s/${COMPILER_MODEL_BITS}${COMPILER_MODEL_BITS}/${COMPILER_MODEL_BITS}/g" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:430: abcd_q=`echo ${tmp_libpath} | sed ${tmp_pattern} | sed ${tmp_pattern_b} ` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-431- case ${COMPILER_MODEL_BITS} in boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-432- 32) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:433: gcc_host_dirs=`echo ${gcc_prefix}/lib/gcc*/i[3456]86*linux*/${gcc_version}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-434- ;; boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-435- 64) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:436: gcc_host_dirs=`echo ${gcc_prefix}/lib/gcc-lib/x86_64*linux*/${gcc_version}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-437- ;; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-450- tmp_pattern_b="s/${COMPILER_MODEL_BITS}\/${COMPILER_MODEL_BITS}/${COMPILER_MODEL_BITS}/g" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:451: abcd_q=`echo ${tmp_libpath} | sed ${tmp_pattern} | sed ${tmp_pattern_b}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-452- case ${COMPILER_MODEL_BITS} in ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-460- abcd_r= boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:461: for tmp_dir in `echo ${tmp_libpath} | sed 's/\:/ /g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-462- do ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-473- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:474:if test -n "`echo x$1 | grep x-l`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-475-then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-492- ## add library-paths from LDFLAGS to beginning of lib-path boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:493: ldflags_path=`echo $LDFLAGS | sed 's/-l[[^ ]]*//g' | sed 's/-L\([[^ ]]*\)/:\1/g' | sed 's/[[ ]]*//g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-494- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4:495: tmp_dir_list=`echo ${ldflags_path}:${tmp_libpath}:/lib:/usr/lib:/usr/ucb/lib:/usr/local/lib:/opt/misc/lib:${tmp_dir_list} | $AWK -F: '{for (i=1;i<(NF+1);i++) { print $[]i; }}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_check_lib.m4-496- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4-6- AC_PATH_PROG(XLSFONTS,[xlsfonts],[/usr/X11/bin:/usr/X11R6/bin:/usr/X11R5/bin:/usr/X11R4/bin:$PATH]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4:7: sah_xpath=`echo $XLSFONTS | sed 's/bin\/xlsfonts//' ` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4:8: LIBS=`echo $LIBS "-L$sah_xpath"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4-9- AC_CHECK_LIB([X11], [XCreateGC], [ GRXLIBS="-L$sah_xpath/lib -lX11" ; AC_DEFINE([HAVE_X11],1,[Define to 1 if you have X11 libraries])]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4-26- AC_PATH_PROG(XLSFONTS,[xlsfonts],[/usr/X11/bin:/usr/X11R6/bin:/usr/X11R5/bin:/usr/X11R4/bin:$PATH]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4:27: sah_xpath=`echo $XLSFONTS | sed 's/bin\/xlsfonts//' ` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4:28: CFLAGS=`echo $CFLAGS "-I$sah_xpath/include"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_grx.m4-29- AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_largefile_breaks_cxx.m4-20- tmp_res="yes" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_largefile_breaks_cxx.m4:21: sah_cxx_includes=`echo "#include \"${ac_aux_dir}/lib/std_fixes.h\"" ; echo $sah_cxx_includes` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_largefile_breaks_cxx.m4-22- ] ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_libext.m4-7- AC_MSG_CHECKING(library extension) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_libext.m4:8: if test -n `echo $AR | grep ar` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_libext.m4-9- then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-42-AC_DEFUN([SAH_LC_TO_DEFN],[ boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4:43: $1=`echo $2 | $AWK '{split($[]1,a,"(");print a[[ 1 ]]}' | $as_tr_cpp` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-44-]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-46-AC_DEFUN([SAH_NS_TO_DEFN],[ boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4:47: $1=`echo $2 | $as_tr_cpp` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-48-]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-78- SAH_LC_TO_DEFN(ac_namespace_upper,[$t_ns]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4:79: ac_uc_defn=`echo HAVE_"$ac_namespace_upper"_$ac_func_upper` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-80- AC_CACHE_CHECK([for $func_name in namespace $t_ns], ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-97- ]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4:98: if test "`eval echo '${'sah_cv_func_$2_$ac_func_upper'}'`" = "yes" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_namespace.m4-99- AC_DEFINE_UNQUOTED([$ac_uc_defn], [1], ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4-8- if test -f conftest.${OBJEXT} ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4:9: if test -n "`objdump --file-headers conftest.${OBJEXT} | grep 'file format' | grep 64`" -o -n "`file conftest.${OBJEXT} | grep -i 64-bit`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4-10- then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4-12-# else boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4:13:# if test -n "`objdump --file-headers conftest.${OBJEXT} | grep 'file format' | grep 16`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4-14-# then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4-33- if test -f conftest.${OBJEXT} ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4:34: if test -n "`file conftest.${OBJEXT} | grep -i $1-bit`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_select_bitness.m4-35- then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-2- STATIC_LIB_LIST="${STATIC_LIB_LIST} $3" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4:3: liblist=`echo $1 | $AWK '{for (i=1;i<(NF+1);i++) {print $[]i;}}' | grep -v "Wl,[sd]" ` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-4- ssl_sah_save_libs="${LIBS}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-8- # look for the -l to find the libraries boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4:9: alib=`echo x${somelib} | grep x-l | sed 's/x-l//'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-10- if test -n "${alib}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-14- lib_is_static="no" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4:15: tmp_pattern=`echo s/x${slib}// | sed 's/\*/.*/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4:16: if test -z "`echo x${alib} | sed ${tmp_pattern}`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-17- then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-28- tmp_pattern_b="s/x${ld_static_option}//" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4:29: if test -n "`echo x${somelib} | sed ${tmp_pattern_a}`" -a \ boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4:30: -n "`echo x${somelib} | sed ${tmp_pattern_b}`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/sah_staticize_ldflags.m4-31- then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-220- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:221: WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-222- wx_config_major_version=`echo $WX_VERSION | \ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-242- if test -n "$6"; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:243: WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4 --optional-libs $6` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-244- else boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:245: WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-246- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-253- if test -n "$6"; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:254: WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 --optional-libs $6 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-255- else boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:256: WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-257- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-296- else boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:297: WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-298- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-301- dnl no choice but to define all flags like CFLAGS boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:302: WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-303- WX_CPPFLAGS=$WX_CFLAGS ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-309- dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:310: WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags $4` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:311: WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags $4` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:312: WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-313- boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:314: WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:315: WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-316- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-461- if test -n "$wx_ver_ok"; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4:462: WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc` boinc-7.16.15+dfsg.is.7.16.11+dfsg/m4/wxWidgets.m4-463- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh-13-rm -rf `find BOINC -name ".CVS" -o -name ".svn"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh:14:for file in `find ${srcdir} -name 'BOINC-Manager.mo'` ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh:15: dir=`dirname $file` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh:16: locale=`basename $dir` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh-17- mkdir BOINC/locale/${locale} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh-19-done boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh:20:for file in `find ${srcdir} -name 'BOINC-Client.mo'` ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh:21: dir=`dirname $file` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh:22: locale=`basename $dir` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/generic/sea/make-tar.sh-23- mkdir BOINC/locale/${locale} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/boinc-client.conf-14-# Under Solaris 8-9 we will run in /var/opt/csw/boinc boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/boinc-client.conf:15:MAJOR=`uname -r | gawk -F. '{print $1}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/boinc-client.conf:16:MINOR=`uname -r | gawk -F. '{print $2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/boinc-client.conf-17-# find our run directory ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-13-BOINCUSER=boinc boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:14:BOINCGROUP="`( groups ${BOINCUSER} 2>/dev/null || echo boinc ) | gawk '{print $1}'`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-15- boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:16:MAJOR=`uname -r | gawk -F. '{print $1}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:17:MINOR=`uname -r | gawk -F. '{print $2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-18-# find our run directory ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-28-# find out if the group $BOINCGROUP exists boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:29:GROUPENT=`getent group $BOINCGROUP` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-30- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-35- try=2316 boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:36: while [ ! -z "`grep \^$try /tmp/$$.grp`" ] ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:37: try=`expr $try + 1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-38- done ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-44-else boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:45: GROUPNUM=`echo $GROUPENT | gawk -F: '{print $3}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-46-fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-48-# Now find out if the user ${BOINCUSER} exists. boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:49:USERENT=`getent passwd $BOINCUSER` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-50- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-55- try="${GROUPNUM}" boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:56: while [ ! -z "`grep \^$try /tmp/$$.user`" ] ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:57: try=`expr $try + 1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-58- done ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-65-# Does our user entry point to the correct directory? boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:66:if [ -z "`echo $USERENT | grep $BOINCDIR`" ] ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-67- # No. We need to correct it. boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:68: USERENT=`echo $USERENT | gawk -F: '{print $1":"$2":"$3":"$4":"$5":'$BOINCDIR':"$7}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-69- grep -v \^${BOINCUSER}: $PKG_INSTALL_ROOT/etc/passwd > /tmp/passwd.$$ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-77-# check for our shadow entry boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall:78:shadent="`grep \^$BOINCUSER: $PKG_INSTALL_ROOT/etc/shadow`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/packages/solaris/CSW/boincclient/preinstall-79-if [ -z "$shadent" ] ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/sleeper/Makefile-22-libstdc++.a: boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/sleeper/Makefile:23: ln -s `$(CXX) -print-file-name=libstdc++.a` boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/sleeper/Makefile-24- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/vboxmonitor/vboxmonitor.cpp-36-void guestlog(int c) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/vboxmonitor/vboxmonitor.cpp:37: asm volatile ("out %%al,%%dx\n" : : "a"(c), "d"(0x504)); boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/vboxmonitor/vboxmonitor.cpp-38-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/vboxwrapper/vboxwrapper.cpp-302- vboxlog_msg("Detected: Remote Desktop Enabled (%s)", buf); boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/vboxwrapper/vboxwrapper.cpp:303: boinc_remote_desktop_addr(buf); boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/vboxwrapper/vboxwrapper.cpp-304- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/wrapper/Makefile-25-libstdc++.a: boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/wrapper/Makefile:26: ln -s `$(CXX) -print-file-name=libstdc++.a` boinc-7.16.15+dfsg.is.7.16.11+dfsg/samples/wrapper/Makefile-27- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/assimilator.py-296-#if __name__ == '__main__': boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/assimilator.py:297:# asm = YourAssimilator() boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/assimilator.py-298-# asm.run() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-65- boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp:66:inline static const char* get_remote_addr() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-67- char* p = getenv("REMOTE_ADDR"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-91- "Returning error to client %s: %s (%s)\n", boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp:92: get_remote_addr(), buf, boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-93- transient?"transient":"permanent" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-428- name, boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp:429: get_remote_addr(), boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-430- offset, nbytes ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-437- log_messages.printf(MSG_NORMAL, boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp:438: "accepted empty file %s from %s\n", name, get_remote_addr() boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-439- ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-450- name, boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp:451: get_remote_addr(), boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-452- retval ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-627- "%sIP=%s caught signal %d [%s]\n", boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp:628: buffer, get_remote_addr(), boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/file_upload_handler.cpp-629- signal_num, strsignal(signal_num) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-517- boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp:518:inline static const char* get_remote_addr() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-519- // Server is behind a load balancer or proxy ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-619- boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp:620: const char* p = get_remote_addr(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-621- if (p) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-1125- "Request: [USER#%lu] [HOST#%lu] [IP %s] client %d.%d.%d\n", boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp:1126: g_reply->user.id, g_reply->host.id, get_remote_addr(), boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-1127- g_request->core_client_major_version, ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-1481- used_get?"(used GET method - probably a browser) ":"", boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp:1482: get_remote_addr(), g_request->authenticator, g_request->platform.name, boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/handle_request.cpp-1483- g_request->core_client_major_version, g_request->core_client_minor_version, ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/pshelper-1-#!/bin/sh boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/pshelper:2:pid=`cat "$1"` && boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/pshelper-3-ps ww $pid | grep "^ *\($pid\) " || echo false ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/sched_main.cpp-356- boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/sched_main.cpp:357:inline static const char* get_remote_addr() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/sched_main.cpp-358- const char * r = getenv("REMOTE_ADDR"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/sched_main.cpp-580- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/sched_main.cpp:581: fprintf(fout, "PID: %d Client IP: %s\n", g_pid, get_remote_addr()); boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/sched_main.cpp-582- fclose(fout); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/testasm.py-39-if __name__ == '__main__': boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/testasm.py:40: asm = TestAssimilator() boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/testasm.py-41- asm.run() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/pymw_assimilator.py-117-if __name__ == '__main__': boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/pymw_assimilator.py:118: asm = PymwAssimilator() boinc-7.16.15+dfsg.is.7.16.11+dfsg/sched/pymw_assimilator.py-119- asm.run() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/db_count-6- boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/db_count:7:set COUNT = `echo "use $DBNAME; select count(*) from $1" | mysql | tail -1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/db_count-8- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/db_query-10- boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/db_query:11:set COUNT = `echo "use $DBNAME;$1" | mysql | tail -1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/db_query-12- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/dir_size-2- boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/dir_size:3:set SIZE = `du -sk $1 | awk '{print $1*1024}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/dir_size-4- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/get_load-2- boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/get_load:3:set UPTIME = `/usr/bin/uptime | awk '{print $10}' | sed s/,//` boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/get_load-4-if ($UPTIME == "average:") then boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/get_load:5: set UPTIME = `/usr/bin/uptime | awk '{print $11}' | sed s/,//` boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/samples/get_load-6-endif ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-211- $numlines = $opt_l; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart:212: @stripdata = `$tailexe -$numlines $infile` or die "cannot open file: $infile"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-213- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-214-else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart:215: @stripdata = `$catexe $infile` or die "cannot open file: $infile"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-216- $numlines = @stripdata; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-272-if ($opt_B) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart:273: @tmpdata = `$catexe $gnudata`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-274- open (GNUDATA,">$gnudata") or die "cannot write temp data file: $gnudata"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-424- boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart:425:if ($opt_o) { `$gnuplot/gnuplot $ticdata $gnuscript > $opt_o` } boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-426-else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart:427: `$gnuplot/gnuplot $ticdata $gnuscript > $outfile`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-428- open (OUTFILE,"$outfile"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-430- close (OUTFILE); boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart:431: if ($opt_O) { `$gnuplot/gnuplot $ticdata $gnuscript > $opt_O` } boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart-432- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-58-# Read in list of datafiles: boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi:59:@datafiles = `$grepexe -v '^#' $datafilelist`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-60- boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-61-# Read in list of queries: boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi:62:@querylist = `$grepexe -v '^#' $queryfilelist`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-63- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-127- print "Pragma: nocache\nCache-Control: no-cache\nContent-type: image/gif\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi:128: `$stripchartexe $flags > $outfile`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-129- open (OUTFILE,"$outfile"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-144- if ($query->param("delq") eq "y") { boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi:145: @querylist = `$grepexe -v '^$sqname:' $queryfilelist`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/stripchart/stripchart.cgi-146- open (QUERYLIST,">$queryfilelist"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-8-function clear_db() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:9: PassThru("cd ../db; init_db"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-10-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-109- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:110: PassThru("rm -f $BOINC_DOWNLOAD_DIR/*"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:111: PassThru("rm -f $BOINC_UPLOAD_DIR/*"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-112- if ($clear_key_dir) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:113: PassThru("rm -f $BOINC_KEY_DIR/*"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-114- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-117-function clear_client_dirs() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:118: PassThru("rm -rf projects/*" ); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-119-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-123- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:124: PassThru("rm -f client_state.xml"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:125: PassThru("rm -rf ".PROJECTS); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:126: PassThru("rm -rf slots"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:127: PassThru("cp $prefs_file prefs.xml"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:128: PassThru("sed -e s/BOINC_MASTER_URL/$BOINC_MASTER_URL/ $account_file > account_foo.xml"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-129-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-133- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:134: PassThru("cp $f $BOINC_DOWNLOAD_DIR"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-135-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-142- if ($global_prefs_file) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:143: PassThru("sed -e s/BOINC_MASTER_URL/$BOINC_MASTER_URL/ $global_prefs_file > prefs_temp.xml"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-144- $cmd = $cmd." -global_prefs_file prefs_temp.xml"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-145- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:146: PassThru($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-147-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-149-function add_project($short_name,$long_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:150: PassThru("../tools/add project -project_short_name '$short_name' -project_long_name '$long_name'"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-151-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-156- if( $platform ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:157: PassThru("../tools/add platform -platform_name $platform"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-158- } else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:159: PassThru("../tools/add platform -platform_name $BOINC_PLATFORM"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-160- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-173- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:174: PassThru("../tools/add app -app_name core_client -version ".VERSION); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-175- $cmd = "../tools/add app_version -app_name core_client -platform_name $plat -version ".VERSION." -download_dir $BOINC_DOWNLOAD_DIR -download_url $BOINC_DOWNLOAD_URL -message '$message' -message_priority '$priority' -code_sign_keyfile $BOINC_KEY_DIR/code_sign_private -exec_dir ../client -exec_files ".CORE_CLIENT; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-176- //echo "$cmd\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:177: PassThru($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:178: PassThru("cp ../client/".CORE_CLIENT." $BOINC_DOWNLOAD_DIR"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-179-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-185-function add_app($name, $platform, $exec_name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:186: PassThru("../tools/add app -app_name $name -version ".VERSION); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-187- add_app_version( $name, $platform, $exec_name ); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-206- //echo "$cmd\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:207: PassThru($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:208: PassThru("cp ../apps/$exec_name $BOINC_DOWNLOAD_DIR"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-209-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-212- global $BOINC_KEY_DIR; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:213: PassThru("../tools/create_work -keyfile $BOINC_KEY_DIR/upload_private $x"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-214-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-217- global $BOINC_KEY_DIR; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:218: PassThru("../lib/crypt_prog -genkey 1024 $BOINC_KEY_DIR/upload_private $BOINC_KEY_DIR/upload_public"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:219: PassThru("../lib/crypt_prog -genkey 1024 $BOINC_KEY_DIR/code_sign_private $BOINC_KEY_DIR/code_sign_public"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-220-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-222-function run_client($args) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:223: PassThru("../client/".CORE_CLIENT." $args"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-224-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-226-function start_feeder() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:227: PassThru("cd ../sched; feeder -asynch > feeder_out"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-228-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-238- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:239: PassThru("diff $BOINC_UPLOAD_DIR/$out $correct", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-240- if ($retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-262-function compare_files($out, $correct) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:263: PassThru("diff $out $correct", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-264- if ($retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-271-function run_api_test() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:272: PassThru("../api/api_test"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-273-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-275-function clean_api() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:276: PassThru("rm -f counter app_to_core.xml core_to_app.xml foobar"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-277-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-282- fscanf($time_file, "%f", $app_time); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:283: PassThru("rm -f ".$file_name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-284- return $app_time; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-306- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc:307: PassThru("rm -f client_time app_time"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/init.inc-308-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/shrm-3-set NAME=`whoami` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/shrm:4:set NUM=`ipcs | grep $NAME | awk '{print $2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/shrm-5-ipcrm -m $NUM ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-95- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:96:function XPassThru($cmd, $failok=0) boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-97-{ boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:98: PassThru($cmd, $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-99- if (!$failok && $retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-104- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:105:function verbose_XPassThru($cmd, $failok=0) boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-106-{ boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-107- verbose_echo(2," $cmd"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:108: return XPassThru($cmd, $failok); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-109-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-152- // echo $x; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:153: XPassThru($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-154-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-160- //echo $x; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:161: XPassThru($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-162-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-166-function make_executable($name) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:167: XPassThru("chmod uog+x $name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-168-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-198-function db_query($query) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:199: if (!mysql_query($query)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-200- echo "mysql_query failed: $query\n"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-206-function run_tool($cmd) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:207: verbose_XPassThru(SRC_DIR."/tools/".$cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-208-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-212- $lib_dir = SRC_DIR."/lib"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:213: XPassThru("$lib_dir/crypt_prog -genkey 1024 $key_dir/upload_private $key_dir/upload_public"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:214: XPassThru("$lib_dir/crypt_prog -genkey 1024 $key_dir/code_sign_private $key_dir/code_sign_public"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-215-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-358- { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:359: XPassThru("cp -f $this->source_dir/$source $this->project_dir/$dest >> /dev/null 2>&1", $failok); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-360- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-373- verbose_echo(1, "Deleting previous test runs"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:374: XPassThru("rm -rf $this->project_dir"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-375- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-385- $this->mkdir("html_user"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:386: XPassThru("ln -s $this->project_dir/download $this->project_dir/html_user/download"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-387- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-391- $this->key_dir = KEY_DIR; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:392: XPassThru("cp $this->key_dir/* $this->project_dir/keys"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-393- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-546- fclose($f); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:547: XPassThru("cp $this->project_dir/html_user/.htconfig.xml $this->project_dir/html_ops"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-548- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-553- $x = "sed -e s/FILE_NAME/$scheduler_file/ $this->project_dir/html_user/index.php > temp; mv temp $this->project_dir/html_user/index.php"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:554: XPassThru($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-555- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-562- $html_url = HTML_URL; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:563: XPassThru("rm -f $cgi_dir/$this->short_name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:564: XPassThru("ln -s $this->project_dir/cgi $cgi_dir/$this->short_name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:565: XPassThru("rm -f $html_dir/$this->short_name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:566: XPassThru("ln -s $this->project_dir/html_user $html_dir/$this->short_name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-567- $x = "ln -s $this->project_dir/html_ops ".$html_dir."/".$this->short_name."_admin"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:568: XPassThru($x); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-569- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-586- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:587: XPassThru("htpasswd -bc $this->project_dir/html_ops/.htpasswd $user $password"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-588- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-593- function delete_masterindex() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:594: XPassThru("mv $this->project_dir/html_user/index.php $this->project_dir/html_user/temp"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-595- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-600- function reestablish_masterindex() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:601: XPassThru("mv $this->project_dir/html_user/temp $this->project_dir/html_user/index.php"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-602- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-608- function delete_scheduler($cgi_num = null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:609: XPassThru("rm $this->project_dir/cgi/cgi$cgi_num"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-610- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-615- function reinstall_scheduler($cgi_num=null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:616: XPassThru("cp $this->source_dir/sched/cgi $this->project_dir/cgi/cgi$cgi_num"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-617- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-622- function delete_downloaddir($download_dir_num = null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:623: XPassThru("mv $this->project_dir/download$download_dir_num $this->project_dir/download_moved$download_dir_num"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-624- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-630- function reinstall_downloaddir($download_dir_num = null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:631: XPassThru("mv $this->project_dir/download_moved$download_dir_num $this->project_dir/download$download_dir_num"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-632- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-634- function remove_file_upload_handler($handler_num = null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:635: XPassThru("rm $this->project_dir/cgi/file_upload_handler$handler_num"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-636- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-638- function reinstall_file_upload_handler($handler_num = null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:639: XPassThru("cp $this->source_dir/sched/file_upload_handler $this->project_dir/cgi/file_upload_handler$handler_num"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-640- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-642- function start_servers() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:643: XPassThru("cd $this->project_dir/cgi; ./start_servers >> start_servers.out 2>&1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-644- verbose_sleep("Starting servers for project $this->short_name", 1); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-682- verbose_echo(1, "Validating $app->name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:683: XPassThru("cd $this->project_dir/cgi; ./validate_test -d 3 -one_pass -app $app->name -quorum $quorum >> validate.out 2>&1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-684- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-693- function file_delete() { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:694: XPassThru("cd $this->project_dir/cgi; ./file_deleter -d 3 -one_pass >> file_deleter.out 2>&1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-695- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-709- verbose_echo(1, "Assimilating $app->name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:710: XPassThru("cd $this->project_dir/cgi; ./assimilator -one_pass -d 3 -app $app->name >> assimilator.out 2>&1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-711- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-717- $source_dir = $this->source_dir; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:718: XPassThru("cp $source_dir/stripchart/stripchart.cgi $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:719: XPassThru("cp $source_dir/stripchart/stripchart $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:720: XPassThru("cp $source_dir/stripchart/stripchart.cnf $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:721: XPassThru("cp $source_dir/stripchart/samples/looper $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:722: XPassThru("cp $source_dir/stripchart/samples/db_looper $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:723: XPassThru("cp $source_dir/stripchart/samples/datafiles $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:724: XPassThru("cp $source_dir/stripchart/samples/get_load $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:725: XPassThru("cp $source_dir/stripchart/samples/dir_size $this->project_dir/cgi/"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-726- macro_substitute("BOINC_DB_NAME", $this->db_name, "$source_dir/stripchart/samples/db_count", "$this->project_dir/cgi/db_count"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-727- make_executable("$this->project_dir/cgi/db_count"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:728: XPassThru("cd $this->project_dir/cgi; looper get_load 1 > get_load_out &"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:729: XPassThru("cd $this->project_dir/cgi; db_looper 'result' 1 > count_results_out &"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:730: XPassThru("cd $this->project_dir/cgi; db_looper 'workunit where assimilate_state=2' 1 > assimilated_wus_out &"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:731: XPassThru("cd $this->project_dir/cgi; looper 'dir_size ../download' 1 > download_size_out &"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:732: XPassThru("cd $this->project_dir/cgi; looper 'dir_size ../upload' 1 > upload_size_out &"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-733- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-833- function compare_file($result, $correct) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:834: PassThru("diff $this->project_dir/upload/$result $correct", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-835- if ($retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-893- $this->host_dir = $base_dir."/".$this->name; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:894: XPassThru("rm -rf $this->host_dir"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:895: XPassThru("mkdir $this->host_dir"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-896- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-916- if ($this->log_flags != null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:917: XPassThru("cp $this->log_flags $this->host_dir/log_flags.xml"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-918- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-922- if ($this->global_prefs != null) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:923: XPassThru("cp $this->global_prefs.xml $this->host_dir/global_prefs.xml"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-924- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-928- if ($boinc_pid) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:929: XPassThru("kill -9 $boinc_pid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-930- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-951- assert($this->host_dir && 1); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:952: verbose_XPassThru("cd $this->host_dir; $source_dir/client/$exec_name $args > client.out"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-953- exit(0); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-976- assert($this->host_dir && 1); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:977: verbose_XPassThru("cd $this->host_dir; $source_dir/client/$exec_name $args > client.out", $ret); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-978- assert ($ret == 0); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1033- $x = $this->input_files[$i]; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:1034: XPassThru("cp $x $project->project_dir/download"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1035- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1049- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:1050: XPassThru("ln -s $project->project_dir/download $project->project_dir/download$append"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1051- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1070- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:1071: XPassThru("cp $source_dir/sched/file_upload_handler $project->project_dir/cgi/file_upload_handler$append"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1072- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1090- verbose_echo(1, "Starting proxy server"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc:1091: verbose_XPassThru("./testproxy 8080 localhost:80 '$code' 2>testproxy.log &"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test.inc-1092-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-5- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php:6: passthru("./test_1sec.php", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-7- if($retval) printf("./test_1sec.php did not run correctly\n"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-9- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php:10: PassThru("./test_backend.php", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-11- if($retval) printf("./test_backend.php did not run correctly\n"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-13- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php:14: PassThru("./test_concat.php", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-15- if($retval) printf("./test_concat.php did not run correctly\n"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-17- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php:18: PassThru("./test_rsc.php", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-19- if($retval) printf("./test_rsc.php did not run correctly\n"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-21- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php:22: PassThru("./test_sticky.php", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-23- if($retval) printf("./test_sticky.php did not run correctly\n"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-25- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php:26: passthru("./test_uc.php", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_suite.php-27- if($retval) printf("./test_uc.php did not run correctly\n"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_water.php-17- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_water.php:18: PassThru("rm -f tw_results"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/test_water.php-19-?> ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/testproxy-107- my($port,$iaddr) = sockaddr_in($paddr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/testproxy:108: my $name = gethostbyaddr($iaddr,AF_INET); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tests/old/testproxy-109- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/todo-99- - timezone on all platforms boinc-7.16.15+dfsg.is.7.16.11+dfsg/todo:100: - make get_local_ip_addr() work in all cases boinc-7.16.15+dfsg.is.7.16.11+dfsg/todo-101- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/boinc_submit-383- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/boinc_submit:384: system($cmd, $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/boinc_submit-385- if ($retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/boinc_submit-487- $now = time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/boinc_submit:488: BoincResult::update_aux("server_state=5, outcome=5 where server_state=2 and workunitid=$wuid"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/boinc_submit-489- $wu->update("error_mask=$x, transition_time=$now"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit-45- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit:46:system("cp $fname `bin/dir_hier_path $fname`"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit-47- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit-48-$wu_name = $appname."_".$fname."_".(string)time(); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit:49:system("bin/create_work --appname $appname --wu_name $wu_name --wu_template $in_template --result_template $out_template $fname"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit-50- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit-52- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit:53:system("bin/demo_query $wu_name"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/demo_submit-54-?> ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/ict_job-34- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/ict_job:35: $reply = curl_exec($ch); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/ict_job-36- if (!$reply) return array(null, "HTTP error"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh-21-# create correct filename, directory name, path, etc. boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh:22: export oneword=`echo $currmin | sed 's/ /_/'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh-23- export filename=${oneword}.txt boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh:24: export dirname=`echo $filename | cut -b 1-13` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh-25- export dirpath=../html/user/sched_logs/${dirname} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh-50- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh:51: export cgilog0time=`ls --time-style=+%s -l ../log_*/scheduler.log.0 | awk '{print $6}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh-52- export cgilogtime=$cgilog0time boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh:53: export cgilogtime=`ls --time-style=+%s -l ../log_*/scheduler.log | awk '{print $6}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/makelog.sh-54- export deltatime=$(($cgilogtime-$cgilog0time)) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/stage_file-111- if (!file_exists($dl_gzip_path)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/stage_file:112: $output = system("gzip -c $dl_path > $dl_gzip_path", $retval); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/stage_file-113- if ($retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/tree_threader_splitter-33- $cmd = "cp $path $dir"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/tree_threader_splitter:34: system($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/tree_threader_splitter-35-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/tree_threader_splitter-45- $cmd = "zip -r $dirpath $dirpath"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/tree_threader_splitter:46: system($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/tree_threader_splitter-47- $f = "$dir.zip"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-176- echo 'mkdir -p '.$download_dir.'/'.$subdirs.PHP_EOL; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:177: system('mkdir -p '.$download_dir.'/'.$subdirs); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-178- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-179- echo("cp $path $dl_path\n"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:180: system("cp $path $dl_path"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-181- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-188- $tmp = "$dl_path.tmp"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:189: system("cp $dl_path $tmp"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:190: system("gzip $dl_path"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:191: system("mv $tmp $dl_path"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-192- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-202- $path = "apps/$a/$v/$p/$fd->physical_name"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:203: $handle = popen("strings $path | egrep --max-count=1 '^API_VERSION_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$'", "r"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-204- $x = fread($handle, 8192); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-262- confirm_sig_gen($name); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions:263: $handle = popen("bin/sign_executable $path $keypath", "r"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/update_versions-264- $fd->signature = fread($handle, 8192); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-1-#! /bin/sh boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:2:cd `dirname $0` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-3- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:4:MOD_EMAIL_ADDRESS=`grep POST_REPORT_EMAILS ../html/project/project.inc | awk -F\" '{print $(NF-1);}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-5- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-10-msgfile=`mktemp -p /tmp setimods.XXXXXX` || exit 1 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:11:sec_from_hour=`expr $now % 3600` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-12- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:13:dbhost=`grep db_host ../config.xml | tr '[\<\>]' '[ ]' | head -1 | awk '{print $2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:14:dbuser=`grep db_user ../config.xml | tr '[\<\>]' '[ ]' | head -1 | awk '{print $2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:15:dbname=`grep db_name ../config.xml | tr '[\<\>]' '[ ]' | head -1 | awk '{print $2}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-16-MYSQL="mysql -D $dbname -h $dbhost -u $dbuser -N -B" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-17- boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:18:nmods=`$MYSQL --execute="select count(userid) from forum_preferences where special_user like '1%'"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:19:major=`expr $nmods / 2` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-20- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-22-if test $sec_from_hour -lt 300 ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:23: voteids=`$MYSQL --execute="select id from banishment_vote where end_time>"$now` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-24- if test -n "$voteids" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-30- echo Vote: $voteid >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:31: ayes=`$MYSQL --execute="select sum(yes) from banishment_votes where voteid=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:32: nays=`$MYSQL --execute="select count(id)-sum(yes) from banishment_votes where voteid=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:33: userid=`$MYSQL --execute="select userid from banishment_vote where id=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:34: EMAIL=`$MYSQL --execute="select email_addr from user where id=$userid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:35: $MYSQL --execute="select name,' - ',userid from user,banishment_vote where banishment_vote.id=$voteid and user.id=userid" >> $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:36: $MYSQL --execute="select 'Ayes: ',sum(yes),' Nays: ',count(id)-sum(yes) from banishment_votes where voteid=$voteid" >> $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:37: $MYSQL --execute="select name,' - ',userid from user,banishment_vote where banishment_vote.id=$voteid and user.id=userid" >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:38: $MYSQL --execute="select 'Ayes: ',sum(yes),' Nays: ',count(id)-sum(yes) from banishment_votes where voteid=$voteid" >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-39- if test $nays -ge $major ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-41- mail -s "Vote failed. You have not been banished" $EMAIL < $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:42: $MYSQL --execute="update forum_preferences set banished_until=0 where userid=$userid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:43: $MYSQL --execute="update banishment_vote set end_time=start_time where id=$voteid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:44: elif `test $ayes -gt $major` ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-45- echo Vote succeeded. >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-46- mail -s "Vote succeeded. You have been banished" $EMAIL < $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:47: start_time=`$MYSQL --execute="select start_time from banishment_vote where id=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:48: $MYSQL --execute="update forum_preferences set banished_until=$start_time +1209600 where userid= $userid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:49: $MYSQL --execute="update banishment_vote set end_time=start_time where id=$voteid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-50- else boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:51: $MYSQL --execute="select 'Ends in ',(end_time-$now)/3600,' hours' from banishment_vote where id=$voteid" >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-52- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-61-msgfile=`mktemp -p /tmp setimods.XXXXXX` || exit 1 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:62:voteids=`$MYSQL --execute="select id from banishment_vote where end_time<"$now" and end_time+300>"$now` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-63-if test -n "$voteids" ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-69- echo Vote: $voteid >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:70: ayes=`$MYSQL --execute="select sum(yes) from banishment_votes where voteid=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:71: nays=`$MYSQL --execute="select count(id)-sum(yes) from banishment_votes where voteid=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:72: userid=`$MYSQL --execute="select userid from banishment_vote where id=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:73: EMAIL=`$MYSQL --execute="select email_addr from user where id=$userid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:74: $MYSQL --execute="select name,' - ',userid from user,banishment_vote where banishment_vote.id=$voteid and user.id=userid" >> $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:75: $MYSQL --execute="select 'Ayes: ',sum(yes),' Nays: ',count(id)-sum(yes) from banishment_votes where voteid=$voteid" >> $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:76: $MYSQL --execute="select name,' - ',userid from user,banishment_vote where banishment_vote.id=$voteid and user.id=userid" >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:77: $MYSQL --execute="select 'Ayes: ',sum(yes),' Nays: ',count(id)-sum(yes) from banishment_votes where voteid=$voteid" >> $msgfile boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:78: nays=`expr $nays + 1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-79- if test $ayes -gt $nays ; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-81- mail -s "Vote succeeded. You have been banished" $EMAIL < $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:82: start_time=`$MYSQL --execute="select start_time from banishment_vote where id=$voteid"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:83: $MYSQL --execute="update forum_preferences set banished_until=$start_time +1209600 where userid= $userid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:84: $MYSQL --execute="update banishment_vote set end_time=start_time where id=$voteid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-85- else ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-87- mail -s "Vote failed. You have not been banished" $EMAIL < $msgfile2 boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:88: $MYSQL --execute="update forum_preferences set banished_until=0 where userid=$userid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor:89: $MYSQL --execute="update banishment_vote set end_time=start_time where id=$voteid" boinc-7.16.15+dfsg.is.7.16.11+dfsg/tools/vote_monitor-90- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/vda/ssim.php-82- echo "$cmd\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/vda/ssim.php:83: system($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/vda/ssim.php-84-} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/vda/ssim.php-109- echo "$cmd\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/vda/ssim.php:110: system($cmd); boinc-7.16.15+dfsg.is.7.16.11+dfsg/vda/ssim.php-111- list($ft, $du, $ub, $db) = parse_output_file("summary.txt"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-38-guess=`../config.guess` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:39:export BUILD_HOST=`../config.sub ${guess}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-40-export PATH="/usr/${TARGET_HOST}/bin:${XCOMPILE_ROOT}/bin:${PATH}" boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-41- boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:42:export CC=`which ${TARGET_HOST}-gcc` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:43:export CXX=`which ${TARGET_HOST}-g++` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:44:export AR=`which ${TARGET_HOST}-ar` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:45:export LD=`which ${TARGET_HOST}-ld` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:46:export RANLIB=`which ${TARGET_HOST}-ranlib` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:47:export WINDRES=`which ${TARGET_HOST}-windres` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-48-export CPPFLAGS="-D_WIN32_WINDOWS=0x0410 -DMINGW_WIN32 -I${XCOMPILE_ROOT}/include" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-54-pkgsearchpath="dummy" boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:55:for dir in `find /usr/${TARGET_HOST} -name pkgconfig` ; do boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-56- pkgsearchpath="${pkgsearchpath}:${dir}" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-63-done boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:64:export PKG_CONFIG_PATH=`echo ${pkgsearchpath} | sed 's/dummy://'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-65- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-145- obj=`ar t nvapi.lib | head -1` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh:146: objdir=`dirname $obj` boinc-7.16.15+dfsg.is.7.16.11+dfsg/xcompile/xcompile.MinGW32_on_cygwin.sh-147- mkdir -p $objdir ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/unzip/win32/w32cfg.h-385- boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/unzip/win32/w32cfg.h:386:/* Get asm routines to link properly without using "__cdecl": */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/unzip/win32/w32cfg.h-387-# ifndef USE_ZLIB ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c-265-#if defined(ASMV) && !defined(RISCOS) boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c:266: void match_init OF((void)); /* asm code initialization */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c-267-#endif ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c-358-#if defined(ASMV) && !defined(RISCOS) boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c:359: match_init(); /* initialize the asm code */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c-360-#endif ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c-411-#ifndef ASMV boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c:412:/* For 80x86 and 680x0 and ARM, an optimized version is in match.asm or boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/deflate.c-413- * match.S. The code is functionally equivalent, so you can use the C version ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/win32/osdep.h-589- boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/win32/osdep.h:590:/* Get asm routines to link properly without using "__cdecl": */ boinc-7.16.15+dfsg.is.7.16.11+dfsg/zip/zip/win32/osdep.h-591-# ifdef __386__ ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-80- will be suppressed" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:81: BOINC_OPTS=`echo "$BOINC_OPTS" | sed 's/--daemon//g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-82-fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-85-DESC="BOINC core client" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:86:NAME=`basename $BOINC_CLIENT` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-87-BOINC_OPTS="--check_all_logins --redirectio --dir $BOINC_DIR $BOINC_OPTS" ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-92- if [ -r $PIDFILE ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:93: pid=`cat $PIDFILE` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-94- if [ -e /proc/$pid ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:95: procname=`/bin/ps h -p $pid` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-96- [ -n "$procname" ] && retval=0 ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-190- boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:191: children=`ps --ppid $pid -o pid= | tr '\n' ' '` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-192- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-227- log_success_msg "$STATUS running" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:228: children=`ps --ppid $pid -o pid= | tr '\n' ' '` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-229- if [ -x "`which chrt 2>/dev/null`" ]; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-265- # Display $BOINC_USER's cpu_share: boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:266: uid=`id -u $BOINC_USER` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-267- cpu_share_file="/sys/kernel/uids/$uid/cpu_share" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-268- if [ -f "$cpu_share_file" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init:269: log_success_msg "cpu_share: `cat "$cpu_share_file"`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.init-270- fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.preinst-16- if [ -e "$CONFFILE" ]; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.preinst:17: cur_md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.preinst:18: old_md5sum="`dpkg-query -W -f='${Conffiles}' boinc-client | sed -n -e \"\\\\' $CONFFILE's/.* //p\"`" boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/boinc-client.preinst-19- if [ "$cur_md5sum" != "$old_md5sum" ]; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/fetch_example_applications.sh-190-do boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/fetch_example_applications.sh:191: appname=`echo $f|cut -d / -f3` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/fetch_example_applications.sh-192- for arch in ${!deb2boinc[@]} ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-67- if ($count == false) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch:68:- $result = mysql_query("select count(*) as count from " . $query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-69-- $count = mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-83- if ($value == false) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch:84:- $result = mysql_query($query); boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-85-- $row = mysql_fetch_object($result); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-98-- $sql = "SELECT * FROM app WHERE deprecated != 1"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch:99:- $result = mysql_query($sql); boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-100-- while($row = mysql_fetch_assoc($result)) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-197- echo "<tr><td>$uf_name</td> boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch:198:- <td>" . number_format(get_mysql_count("result where server_state = 2 and appid = $appid")) . "</td> boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch:199:- <td>" . number_format(get_mysql_count("result where server_state = 4 and appid = $appid")) . "</td> boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/db_interface_use.patch-200-+ <td>" . number_format(get_mysql_count("result","server_state = 2 and appid = $appid")) . "</td> ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/static_scientific_apps.patch-93-- ln -s `g++ -print-file-name=libstdc++.a` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/static_scientific_apps.patch:94:+ ln -s `$(CXX) -print-file-name=libstdc++.a` boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/patches/static_scientific_apps.patch-95- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/scripts/Boinc/Application.pm-541- my $row = $db->selectrow_arrayref("SELECT COUNT(*) FROM szdg_masterapp " . boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/scripts/Boinc/Application.pm:542: "WHERE name = ? AND instance = ?", {}, $master->{'name'}, $instance); boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/scripts/Boinc/Application.pm-543- die("Master application " . $master->{'name'} . " (instance: '$instance') " . ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/scripts/Boinc/Application.pm-631- my $row = $db->selectrow_arrayref("SELECT COUNT(*) FROM szdg_masterapp " . boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/scripts/Boinc/Application.pm:632: "WHERE name = ? AND instance = ?", {}, $name, $instance); boinc-7.16.15+dfsg.is.7.16.11+dfsg/debian/scripts/Boinc/Application.pm-633- die("Master application $name (instance: '$instance') is not installed\n") ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-211- $numlines = $opt_l; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart:212: @stripdata = `$tailexe -$numlines $infile` or die "cannot open file: $infile"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-213- } boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-214-else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart:215: @stripdata = `$catexe $infile` or die "cannot open file: $infile"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-216- $numlines = @stripdata; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-272-if ($opt_B) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart:273: @tmpdata = `$catexe $gnudata`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-274- open (GNUDATA,">$gnudata") or die "cannot write temp data file: $gnudata"; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-424- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart:425:if ($opt_o) { `$gnuplot/gnuplot $ticdata $gnuscript > $opt_o` } boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-426-else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart:427: `$gnuplot/gnuplot $ticdata $gnuscript > $outfile`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-428- open (OUTFILE,"$outfile"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-430- close (OUTFILE); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart:431: if ($opt_O) { `$gnuplot/gnuplot $ticdata $gnuscript > $opt_O` } boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart-432- } ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-58-# Read in list of datafiles: boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi:59:@datafiles = `$grepexe -v '^#' $datafilelist`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-60- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-61-# Read in list of queries: boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi:62:@querylist = `$grepexe -v '^#' $queryfilelist`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-63- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-127- print "Pragma: nocache\nCache-Control: no-cache\nContent-type: image/gif\n\n"; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi:128: `$stripchartexe $flags > $outfile`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-129- open (OUTFILE,"$outfile"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-144- if ($query->param("delq") eq "y") { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi:145: @querylist = `$grepexe -v '^$sqname:' $queryfilelist`; boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/stripchart_debian.patch/stripchart/stripchart.cgi-146- open (QUERYLIST,">$queryfilelist"); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/add-ldflags.patch/samples/wrapper/Makefile-25-libstdc++.a: boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/add-ldflags.patch/samples/wrapper/Makefile:26: ln -s `$(CXX) -print-file-name=libstdc++.a` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/add-ldflags.patch/samples/wrapper/Makefile-27- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_svn_version.patch/generate_svn_version.sh-15- BRANCH=`git branch | sed -n 's/^\* *//p'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_svn_version.patch/generate_svn_version.sh:16: remote=`git config --get branch.$BRANCH.remote 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_svn_version.patch/generate_svn_version.sh-17- if [ "$?" != "0" ]; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_svn_version.patch/generate_svn_version.sh-19- fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_svn_version.patch/generate_svn_version.sh:20: URL=`git config --get remote.$remote.url` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_svn_version.patch/generate_svn_version.sh-21- DATE=`git log -n1 --pretty="format:%ct"` ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-10-AC_CONFIG_MACRO_DIR([m4]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:11:LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-12-AC_SUBST([LIBBOINC_VERSION]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-35-AC_REVISION([$Revision$]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:36:REV=`echo '$Revision$' | awk "{print $2}"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-37-RDATE=`date '+%Y.%m.%d'` ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-476- CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:477: CURL_LIB_PATHS=`echo $LIBCURL | sed 's/[^[a-zA-Z]]*-l[^ ]*//g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-478- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-548- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:549:AC_DEFINE_UNQUOTED(BOINC_PREFIX,"`eval echo ${prefix}`",[Directory tree where BOINC will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:550:AC_DEFINE_UNQUOTED(BOINC_EXECPREFIX,"`eval echo ${bindir}`",[Directory where BOINC executables will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:551:AC_DEFINE_UNQUOTED(BOINC_LIBDIR,"`eval echo ${libdir}`",[Directory where BOINC libraries will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-552- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-705-AC_MSG_CHECKING(if assembler supports xgetbv) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:706:AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[asm ("xgetbv");])], boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-707- AC_DEFINE([ASM_SUPPORTS_XGETBV],1,[Define to 1 if the xgetbv instruction can be used in inline assember]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-1275-dnl Some info about the person compiling used for making some packages. boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:1276:LOGNAME=`${WHOAMI}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:1277:FULLNAME=`grep ^${LOGNAME}: /etc/passwd | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-1278-if test -z "${FULLNAME}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:1279: FULLNAME=`ypcat passwd 2>/dev/null | grep ^${LOGNAME}: | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-1280-fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-1281-if test -z "${FULLNAME}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac:1282: FULLNAME=`nidump passwd / 2>/dev/null | grep ^${LOGNAME}: | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/disable_silent_rules.patch/configure.ac-1283-fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/samples/wrapper/Makefile-25-libstdc++.a: boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/samples/wrapper/Makefile:26: ln -s `$(CXX) -print-file-name=libstdc++.a` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/samples/wrapper/Makefile-27- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-10-AC_CONFIG_MACRO_DIR([m4]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:11:LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-12-AC_SUBST([LIBBOINC_VERSION]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-35-AC_REVISION([$Revision$]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:36:REV=`echo '$Revision$' | awk "{print $2}"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-37-RDATE=`date '+%Y.%m.%d'` ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-476- CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:477: CURL_LIB_PATHS=`echo $LIBCURL | sed 's/[^[a-zA-Z]]*-l[^ ]*//g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-478- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-548- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:549:AC_DEFINE_UNQUOTED(BOINC_PREFIX,"`eval echo ${prefix}`",[Directory tree where BOINC will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:550:AC_DEFINE_UNQUOTED(BOINC_EXECPREFIX,"`eval echo ${bindir}`",[Directory where BOINC executables will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:551:AC_DEFINE_UNQUOTED(BOINC_LIBDIR,"`eval echo ${libdir}`",[Directory where BOINC libraries will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-552- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-705-AC_MSG_CHECKING(if assembler supports xgetbv) boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:706:AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[asm ("xgetbv");])], boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-707- AC_DEFINE([ASM_SUPPORTS_XGETBV],1,[Define to 1 if the xgetbv instruction can be used in inline assember]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-1275-dnl Some info about the person compiling used for making some packages. boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:1276:LOGNAME=`${WHOAMI}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:1277:FULLNAME=`grep ^${LOGNAME}: /etc/passwd | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-1278-if test -z "${FULLNAME}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:1279: FULLNAME=`ypcat passwd 2>/dev/null | grep ^${LOGNAME}: | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-1280-fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-1281-if test -z "${FULLNAME}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac:1282: FULLNAME=`nidump passwd / 2>/dev/null | grep ^${LOGNAME}: | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/static_scientific_apps.patch/configure.ac-1283-fi ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/python3install.patch/sched/pymw_assimilator.py-117-if __name__ == '__main__': boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/python3install.patch/sched/pymw_assimilator.py:118: asm = PymwAssimilator() boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/python3install.patch/sched/pymw_assimilator.py-119- asm.run() ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp-215- if (!(buf[0] =='#' || buf[0] == ';') && strlen(buf) > 0 ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp:216: retval = resolve_hostname_or_ip_addr(buf, ip_addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp-217- if (retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp-332- } else { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp:333: addr.sin_addr.s_addr = inet_addr("127.0.0.1"); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp-334- if (log_flags.gui_rpc_debug) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp-434- while (remote_iter != allowed_remote_ip_addresses.end() ) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp:435: if (same_ip_addr(peer_ip, *remote_iter)) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/client/gui_rpc_server.cpp-436- return true; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-92- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp:93:int RPC_CLIENT::get_ip_addr(const char* host, int port) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-94- memset(&addr, 0, sizeof(addr)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-97- if (host) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp:98: retval = resolve_hostname_or_ip_addr(host, addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-99- if (retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-126-int RPC_CLIENT::init(const char* host, int port) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp:127: int retval = get_ip_addr(host, port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-128- if (retval) return retval; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-166- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp:167: retval = get_ip_addr(host, port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/allow_empty_passwords.patch/lib/gui_rpc_client.cpp-168- if (retval) return retval; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-92- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp:93:int RPC_CLIENT::get_ip_addr(const char* host, int port) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-94- memset(&addr, 0, sizeof(addr)); ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-97- if (host) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp:98: retval = resolve_hostname_or_ip_addr(host, addr); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-99- if (retval) { ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-126-int RPC_CLIENT::init(const char* host, int port) { boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp:127: int retval = get_ip_addr(host, port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-128- if (retval) return retval; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-166- boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp:167: retval = get_ip_addr(host, port); boinc-7.16.15+dfsg.is.7.16.11+dfsg/.pc/boinc-client-password.patch/lib/gui_rpc_client.cpp-168- if (retval) return retval; ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/generate_svn_version.sh-17- BRANCH=`git branch | sed -n 's/^\* *//p'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/generate_svn_version.sh:18: remote=`git config --get branch.$BRANCH.remote 2>/dev/null` boinc-7.16.15+dfsg.is.7.16.11+dfsg/generate_svn_version.sh-19- if [ "$?" != "0" ]; then ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/generate_svn_version.sh-21- fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/generate_svn_version.sh:22: URL=`git config --get remote.$remote.url` boinc-7.16.15+dfsg.is.7.16.11+dfsg/generate_svn_version.sh-23- DATE=`git log -n1 --pretty="format:%ct"` ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-10-AC_CONFIG_MACRO_DIR([m4]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:11:LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-12-AC_SUBST([LIBBOINC_VERSION]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-35-AC_REVISION([$Revision$]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:36:REV=`echo '$Revision$' | awk "{print $2}"` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-37-RDATE=`date '+%Y.%m.%d'` ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-482- CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:483: CURL_LIB_PATHS=`echo $LIBCURL | sed 's/[^[a-zA-Z]]*-l[^ ]*//g'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-484- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-554- boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:555:AC_DEFINE_UNQUOTED(BOINC_PREFIX,"`eval echo ${prefix}`",[Directory tree where BOINC will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:556:AC_DEFINE_UNQUOTED(BOINC_EXECPREFIX,"`eval echo ${bindir}`",[Directory where BOINC executables will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:557:AC_DEFINE_UNQUOTED(BOINC_LIBDIR,"`eval echo ${libdir}`",[Directory where BOINC libraries will be installed]) boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-558- ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-711-AC_MSG_CHECKING(if assembler supports xgetbv) boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:712:AC_COMPILE_IFELSE([AC_LANG_PROGRAM(,[asm ("xgetbv");])], boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-713- AC_DEFINE([ASM_SUPPORTS_XGETBV],1,[Define to 1 if the xgetbv instruction can be used in inline assember]) ############################################## boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-1281-dnl Some info about the person compiling used for making some packages. boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:1282:LOGNAME=`${WHOAMI}` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:1283:FULLNAME=`grep ^${LOGNAME}: /etc/passwd | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-1284-if test -z "${FULLNAME}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:1285: FULLNAME=`ypcat passwd 2>/dev/null | grep ^${LOGNAME}: | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-1286-fi boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-1287-if test -z "${FULLNAME}" ; then boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac:1288: FULLNAME=`nidump passwd / 2>/dev/null | grep ^${LOGNAME}: | head -n 1 | awk -F: '{print $5}'` boinc-7.16.15+dfsg.is.7.16.11+dfsg/configure.ac-1289-fi