Skip to content

Instantly share code, notes, and snippets.

nextplease.getLink = function (curWindow, phraseMap, imageMap, phraseRegEx, searchType) {
var text;
var isInt = /^\s*\[?\s*(\d+)\s*\]?\s*$/;
var useFrames = true;
var tmpPageNumLink = null;
var firstPageNumLink = null;
var firstPageNum;
var lastPageNumLink = null;
var nextPageNumLink = null;
// $Id: nextpleaseOverlay.js,v 1.4 2010/02/07 Alexey Romanov $
Components.utils.import("resource://nextplease/nextpleaseGlobals.js");
nextplease.DEBUG = false;
nextplease.DEBUG_WITH_ALERTS = false;
nextplease.useSubmit = false;
nextplease.useNumberShortcuts = true;
nextplease.useContextMenu = true;
nextplease.useSmartNext = false;
nextplease.MAX_LINK_NUM = 700;
<?xml version="1.0" encoding="UTF-8"?>
<!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
For the purpose of easier reading the script
is divided into following sections:
- initialization
- compilation
package scalaz
import scala.collection.IndexedSeq
import reflect.ClassManifest
import collection.{IndexedSeqLike, IndexedSeqOptimized}
import scala.collection.generic._
import collection.mutable.{ArrayBuffer, ArrayBuilder, Builder}
/**
* An immutable wrapper for arrays
*
package scalaz
import reflect.ClassManifest
import collection.{IndexedSeq, IndexedSeqOptimized}
import scala.collection.generic._
import collection.mutable.{ArrayBuffer, ArrayBuilder, Builder}
/**
* An immutable wrapper for arrays
*
* @tparam A type of the elements of the array
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && ERL_TOP=/home/aromanov/otp_src make generate depend)
make[1]: Entering directory `/home/aromanov/otp_src/erts/emulator'
make -f arm-none-linux-gnueabi/Makefile generate
make[2]: Entering directory `/home/aromanov/otp_src/erts/emulator'
LANG=C /usr/bin/perl utils/beam_makeops -outdir arm-none-linux-gnueabi/opt/plain \
-emulator /home/aromanov/otp_src/lib/compiler/src/genop.tab beam/ops.tab
LANG=C /usr/bin/perl utils/make_tables -src arm-none-linux-gnueabi -include arm-none-linux-gnueabi beam/atom.names beam/bif.tab
LANG=C /usr/bin/perl utils/make_version -o arm-none-linux-gnueabi/erl_version.h R13B04 5.7.5 arm-none-linux-gnueabi
LANG=C /usr/bin/perl utils/make_driver_tab -o arm-none-linux-gnueabi/opt/plain/driver_tab.c obj/arm-none-linux-gnueabi/opt/plain/efile_drv.o obj/arm-none-linux-gnueabi/opt/plain/inet_drv.o obj/arm-none-linux-gnueabi/opt/plain/zlib_drv.o obj/arm-none-linux-gnueabi/opt/plain/ram_file_drv.o obj/arm-none-linux-gnueabi/opt/plain/
./otp_build configure --host=arm-none-linux-gnueabi --build=i686-pc-linux-gnu --prefix=/opt/erlang erl_xcomp_sysroot=~/sbctools/arm-2007q3 --disable-hipe --disable-threads --disable-smp --disable-megaco-flex-scanner-lineno --disable-megaco-reentrant-flex-scanner --disable-dynamic-ssl-lib --without-termcap --without-javac --without-ssl
./otp_build boot
=erl_crash_dump:0.1
Thu Jan 1 17:30:40 1970
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})
System version: Erlang R13B04 (erts-5.7.5) [source] [rq:1] [async-threads:0] [kernel-poll:false]
Compiled: Tue Sep 14 09:22:03 2010
Taints:
Atoms: 3925
=memory
total: 2207848
processes: 219820
-define(APPEND_IF_BIT_SET(BitMap, Bit, Binary, Continuation),
case byteset:contains(BitMap, Bit) of
true -> <<Binary/binary, Continuation>>;
false -> Binary
end).
-define(PREPEND_IF_BIT_SET(BitMap, Bit,
PatternInBinary, PatternInList,
OldRestVar, NewRestVar,
OldAccVar, NewAccVar),
%%%-------------------------------------------------------------------
%%% File : sqlite3_lib.erl
%%% @author Tee Teoh
%%% @copyright 21 Jun 2008 by Tee Teoh
%%% @version 1.0.0
%%% @doc Library module for sqlite3
%%% @end
%%%-------------------------------------------------------------------
-module(sqlite3_lib).
-include("sqlite3.hrl").