code stringlengths 1 2.08M | language stringclasses 1 value |
|---|---|
window.onresize = function() {
try {
//resizeBox();
} catch (ex) { }
};
window.onload = function() {
moveMenu();
}
function resizeBox() {
try {
alert("aaa");
var box = document.getElementById("dBody");
var sizeW = utils.windowSize();
var boxT = (sizeW[1]) / 2;
boxT = (boxT > 0 ? boxT : 0);
box.style.marginTop = boxT + 'px';
}
catch (ex) { }
}
function moveMenu() {//Animation menu
$(function() {
$('#ulMenu > li').hover(
function() {
var d = $('a', $(this)).css("margin-top");
if (d == "25px") {
} else {
$('a', $(this)).stop().animate({
'marginTop': '24.97px'
}, 150);
}
},
function() {
var f = $('a', $(this)).css("margin-top");
if (f == "25px") { }
else {
$('a', $(this)).stop().animate({
'marginTop': '0px'
}, 150);
}
}
);
});
}
$(function() {//animate Social
$("div#dSocial ul#ulSocial li img").bubbleup({ tooltip: false, scale: 62 });
}); | JavaScript |
$(document).ready(function() {
startTopSlider();
startBotSlider();
});
var imgPos = 1;
var t;
function startTopSlider() {
initSlideHTML(1);
$(".iPreviewLine").click(function() {
clearTimeout(t);
$("#dTopSlide_Rewrite div:nth-child(2) span").stop(true, true);
$("#dTopSlide_Rewrite div:nth-child(2) span").css({ "margin": "0px 0px 0px 0px", "opacity": "1" });
initSlideHTML(imgPos - 1 <= 0 ? $("#dTopSlide_Img img").length : imgPos - 1);
});
$(".iNextLine").click(function() {
clearTimeout(t);
$("#dTopSlide_Rewrite div:nth-child(2) span").stop(true, true);
$("#dTopSlide_Rewrite div:nth-child(2) span").css({ "margin": "0px 0px 0px 0px", "opacity": "1" });
initSlideHTML(imgPos < $("#dTopSlide_Img img").length ? imgPos + 1 : 1);
});
$(".ulCircle a:eq(0)").click(function() { changeSlide(1); });
$(".ulCircle a:eq(1)").click(function() { changeSlide(2); });
$(".ulCircle a:eq(2)").click(function() { changeSlide(3); });
$(".ulCircle a:eq(3)").click(function() { changeSlide(4); });
$(".ulCircle a:eq(4)").click(function() { changeSlide(5); });
}
function changeSlide(pos) {
if (imgPos != pos) {
$(".ulCircle a:eq(" + (imgPos - 1) + ")").removeClass("aCirlce_focus");
$(".ulCircle a:eq(" + (pos - 1) + ")").addClass("aCirlce_focus");
clearTimeout(t);
$("#dTopSlide_Rewrite div:nth-child(2) span").stop(true, true);
$("#dTopSlide_Rewrite div:nth-child(2) span").css({ "margin": "0px 0px 0px 0px", "opacity": "1" });
initSlideHTML(pos);
}
}
function initSlideHTML(pos) {
var slideHTML = "";
var imgSrc = $("#dTopSlide_Img img:nth-child(" + pos + ")").attr("src");
if (pos != 1 || $('#dTopSlide_Rewrite').html().length != 0) {
var randomStruc = Math.ceil(Math.random() * 8);
$(".ulCircle a:eq(" + (imgPos - 1) + ")").removeClass("aCirlce_focus");
imgPos = pos;
$(".ulCircle a:eq(" + (pos - 1) + ")").addClass("aCirlce_focus");
switch (randomStruc) {
case 1:
slideHTML += "<div class='scanFadeIn_effect'>";
var jumpPos = -112;
for (var i = 0; i < 10; i++) {
slideHTML += "<p><span style='background:url(" + imgSrc + ") " + (i * jumpPos) + "px 0;'></span></p>";
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 1);
break;
case 2:
slideHTML += "<div class='marginTop80_effect'>";
var jumpPos = -14;
for (var i = 0; i < 80; i++) {
if (i % 2 == 0) {
slideHTML += "<p><span style='background:url(" + imgSrc + ") " + (i * jumpPos) + "px 0;margin-top:300px;'></span></p>";
}
else {
slideHTML += "<p><span style='background:url(" + imgSrc + ") " + (i * jumpPos) + "px 0;margin-top:-300px;'></span></p>";
}
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 2);
break;
case 3:
slideHTML += "<div class='marginLeft80_effect'>";
var jumpPos = -14;
for (var i = 0; i < 80; i++) {
if (i % 2 == 0) {
slideHTML += "<p><span style='background:url(" + imgSrc + ") " + (i * jumpPos) + "px 0;margin-left:14px;'></span></p>";
}
else {
slideHTML += "<p><span style='background:url(" + imgSrc + ") " + (i * jumpPos) + "px 0;margin-left:-14px;'></span></p>";
}
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 2);
break;
case 4:
slideHTML += "<div class='marginLeft30_effect'>";
var jumpPos = -10;
var randomMargin = Math.ceil(Math.random() * 2);
for (var i = 0; i < 30; i++) {
if (i % 2 == 0) { slideHTML += "<p><span style='background:url(" + imgSrc + ") 0 " + (i * jumpPos) + "px;margin-left:1120px;'></span></p>"; }
else { slideHTML += "<p><span style='background:url(" + imgSrc + ") 0 " + (i * jumpPos) + "px;margin-left:-1120px;'></span></p>"; }
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 2);
break;
case 5:
slideHTML += "<div class='marginTop30_effect'>";
var jumpPos = -10;
var randomMargin = Math.ceil(Math.random() * 2);
for (var i = 0; i < 30; i++) {
if (i % 2 == 0) {
slideHTML += "<p><span style='background:url(" + imgSrc + ") 0 " + (i * jumpPos) + "px;margin-top:10px;'></span></p>";
}
else {
slideHTML += "<p><span style='background:url(" + imgSrc + ") 0 " + (i * jumpPos) + "px;margin-top:-10px;'></span></p>";
}
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 2);
break;
case 6:
slideHTML += "<div class='blockFade_effect'>";
var jumpPos = -80;
var linePos = 0;
var blockNo = 0;
for (var i = 0; i < 70; i++) {
if (i % 14 == 0) {
linePos = (i / 14) * -60;
blockNo = 0;
}
slideHTML += "<p><span style='background:url(" + imgSrc + ")" + (blockNo * jumpPos) + "px " + linePos + "px;'></span></p>";
blockNo++;
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 4);
break;
case 7:
slideHTML += "<div class='block_effect'>";
var jumpPos = -112;
var linePos = 0;
var blockNo = 0;
for (var i = 0; i < 30; i++) {
if (i % 10 == 0) {
linePos = (i / 10) * -100;
blockNo = 0;
}
slideHTML += "<p><span style='background:url(" + imgSrc + ")" + (blockNo * jumpPos) + "px " + linePos + "px;'></span></p>";
blockNo++;
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 3);
break;
case 8:
slideHTML += "<div class='blockDrop_effect'>";
var jumpPos = -80;
var linePos = 0;
var blockNo = 0;
for (var i = 0; i < 70; i++) {
if (i % 14 == 0) {
linePos = (i / 14) * -60;
blockNo = 0;
}
slideHTML += "<p><span style='background:url(" + imgSrc + ")" + (blockNo * jumpPos) + "px " + linePos + "px;margin-top:" + (linePos - 60) + "px'></span></p>";
blockNo++;
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
effectIn(pos, 4);
break;
}
}
else {
slideHTML += "<div class='scanFadeIn_effect'>";
var jumpPos = -112;
for (var i = 0; i < 10; i++) {
slideHTML += "<p><span style='background:url(" + imgSrc + ") " + (i * jumpPos) + "px 0;opacity:1;'></span></p>";
}
slideHTML += "</div>";
$('#dTopSlide_Rewrite').append(slideHTML);
t = setTimeout(function() { initSlideHTML(pos + 1); }, 2000);
}
}
function effectIn(pos, type) {
if ($("#dTopSlide_Rewrite div").length >= 3) {
$("#dTopSlide_Rewrite div:nth-child(1)").remove();
}
var delayTime = 0;
var orderArr = generateArr($("#dTopSlide_Rewrite div:nth-child(2) span").length);
switch (type) {
case 1:
var time = 1000;
for (var i = 0; i <= orderArr.length; i++) {
$("#dTopSlide_Rewrite div:nth-child(2) span:eq(" + orderArr[i] + ")").delay(((time / 30) * i)).animate({ "opacity": "1" }, time);
}
delayTime = (time / 30) * i + time;
break;
case 2:
var time = 500;
for (var i = 0; i <= orderArr.length; i++) {
$("#dTopSlide_Rewrite div:nth-child(2) span:eq(" + orderArr[i] + ")").delay(((time / 50) * i)).animate({ "marginTop": "0px", "marginLeft": "0px" }, time);
}
delayTime = (time / 50) * i + time;
break;
case 3:
var time = 500;
//var arr1 = generateArr($("#dBanner_slide div:nth-child(2) span").length).sort(randomSort);
for (var i = 0; i <= orderArr.length / 3; i++) {
$("#dTopSlide_Rewrite div:nth-child(2) span:eq(" + orderArr[i] + ")").delay(time / 10 * i).animate({ "width": "112px", "height": "100px", "opacity": "1" }, time);
$("#dTopSlide_Rewrite div:nth-child(2) span:eq(" + orderArr[i + 10] + ")").delay((time / 10 * i) + 50).animate({ "width": "112px", "height": "100px", "opacity": "1" }, time);
$("#dTopSlide_Rewrite div:nth-child(2) span:eq(" + orderArr[i + 20] + ")").delay((time / 10 * i) + 100).animate({ "width": "112px", "height": "100px", "opacity": "1" }, time);
}
delayTime = time / 10 * i + 100 + time;
break;
case 4:
var time = 150;
var arr1 = generateArr($("#dTopSlide_Rewrite div:nth-child(2) span").length).sort(randomSort);
for (var i = 0; i <= arr1.length; i++) {
$("#dTopSlide_Rewrite div:nth-child(2) span:eq(" + arr1[i] + ")").delay(time / 10 * i).animate({ "marginTop": "0px", "opacity": "1" }, time);
}
delayTime = time / 10 * i + time;
break;
}
t = setTimeout(function() { initSlideHTML(pos < $("#dTopSlide_Img img").length ? pos + 1 : 1); }, delayTime + 2000);
}
function generateArr(length) {
var resultArr = new Array();
var typeArr = Math.ceil(Math.random() * 2);
for (var i = 0; i < length; i++) {
resultArr[i] = i;
}
return typeArr == 2 ? resultArr.reverse() : resultArr;
}
function randomSort(a, b) {
return (parseInt(Math.random() * 30));
}
var botPos = 0;
var r;
function startBotSlider() {
r = setTimeout("autoBotSlider()", 3500);
$('.aPreviewProject').click(function() {
changeSlideBot("pre");
});
$('.aNextProject').click(function() {
changeSlideBot("next");
});
}
function autoBotSlider() {
botPos = botPos < $('#ulBotSlide li').length - 1 ? botPos + 1 : 0;
$('#ulBotSlide').animate({ "marginLeft": botPos * -586 + "px" }, 1000);
r = setTimeout("autoBotSlider()", 3500);
}
function changeSlideBot(nav) {
clearTimeout(r);
$('#ulBotSlide').stop();
switch (nav) {
case "pre":
botPos = botPos > 0 ? botPos - 1 : $('#ulBotSlide li').length - 1;
$('#ulBotSlide').animate({ "marginLeft": botPos * -586 + "px" }, 1000);
break;
case "next":
botPos = botPos < $('#ulBotSlide li').length - 1 ? botPos + 1 : 0;
$('#ulBotSlide').animate({ "marginLeft": botPos * -586 + "px" }, 1000);
break;
}
r = setTimeout("autoBotSlider()", 3500);
} | JavaScript |
var utils = {
windowSize: function() {
var iMyWidth = 0, iMyHeight = 0;
if (typeof (window.innerWidth) == 'number') {
//Non-IE
iMyWidth = window.innerWidth;
iMyHeight = window.innerHeight;
} else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
//IE 6+ in 'standards compliant mode'
iMyWidth = document.documentElement.clientWidth;
iMyHeight = document.documentElement.clientHeight;
} else if (document.body && (document.body.clientWidth || document.body.clientHeight)) {
//IE 4 compatible
iMyWidth = document.body.clientWidth;
iMyHeight = document.body.clientHeight;
}
return [iMyWidth, iMyHeight];
}
} | JavaScript |
window.onload = function() {
document.getElementById("formEmail");
$(function() {
$("#formEmail").validate({
rules: {
name: {
required: true,
minlength: 3
},
company: {
required: true
},
phone: {
required: true,
number: true,
minlength: 6
},
email: {
required: true,
email: true
},
message: {
required: true
}
},
messages: {
name: {
required: '',
minlength: ''
},
company: {
required: ''
},
phone: {
required: '',
number: '',
minlength: ''
},
email: '',
message: {
required: ''
}
},
success: function(label) {
label.html('OK').removeClass('error').addClass('ok');
setTimeout(function() {
label.fadeOut(500);
}, 2000)
}
});
});
}
| JavaScript |
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
//alert(jQuery.easing.default);
return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
},
easeInQuad: function (x, t, b, c, d) {
return c*(t/=d)*t + b;
},
easeOutQuad: function (x, t, b, c, d) {
return -c *(t/=d)*(t-2) + b;
},
easeInOutQuad: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t + b;
return -c/2 * ((--t)*(t-2) - 1) + b;
},
easeInCubic: function (x, t, b, c, d) {
return c*(t/=d)*t*t + b;
},
easeOutCubic: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t + 1) + b;
},
easeInOutCubic: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
},
easeInQuart: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t + b;
},
easeOutQuart: function (x, t, b, c, d) {
return -c * ((t=t/d-1)*t*t*t - 1) + b;
},
easeInOutQuart: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
return -c/2 * ((t-=2)*t*t*t - 2) + b;
},
easeInQuint: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t*t + b;
},
easeOutQuint: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t*t*t + 1) + b;
},
easeInOutQuint: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
return c/2*((t-=2)*t*t*t*t + 2) + b;
},
easeInSine: function (x, t, b, c, d) {
return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
},
easeOutSine: function (x, t, b, c, d) {
return c * Math.sin(t/d * (Math.PI/2)) + b;
},
easeInOutSine: function (x, t, b, c, d) {
return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
},
easeInExpo: function (x, t, b, c, d) {
return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
},
easeOutExpo: function (x, t, b, c, d) {
return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
},
easeInOutExpo: function (x, t, b, c, d) {
if (t==0) return b;
if (t==d) return b+c;
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
},
easeInCirc: function (x, t, b, c, d) {
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
},
easeOutCirc: function (x, t, b, c, d) {
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
},
easeInOutCirc: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
},
easeInElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
easeOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
easeInOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
easeInBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
easeOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
easeInOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
easeInBounce: function (x, t, b, c, d) {
return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
},
easeOutBounce: function (x, t, b, c, d) {
if ((t/=d) < (1/2.75)) {
return c*(7.5625*t*t) + b;
} else if (t < (2/2.75)) {
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t < (2.5/2.75)) {
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
easeInOutBounce: function (x, t, b, c, d) {
if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
}
});
/*
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/ | JavaScript |
/**
* @license Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* This file was added automatically by CKEditor builder.
* You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again.
*
* NOTE:
* This file is not used by CKEditor, you may remove it.
* Changing this file will not change your CKEditor configuration.
*/
var CKBUILDER_CONFIG = {
skin: 'moono',
preset: 'standard',
ignore: [
'dev',
'.gitignore',
'.gitattributes',
'README.md',
'.mailmap'
],
plugins : {
'about' : 1,
'a11yhelp' : 1,
'basicstyles' : 1,
'blockquote' : 1,
'clipboard' : 1,
'contextmenu' : 1,
'resize' : 1,
'toolbar' : 1,
'elementspath' : 1,
'enterkey' : 1,
'entities' : 1,
'filebrowser' : 1,
'floatingspace' : 1,
'format' : 1,
'htmlwriter' : 1,
'horizontalrule' : 1,
'wysiwygarea' : 1,
'image' : 1,
'indent' : 1,
'link' : 1,
'list' : 1,
'magicline' : 1,
'maximize' : 1,
'pastetext' : 1,
'pastefromword' : 1,
'removeformat' : 1,
'sourcearea' : 1,
'specialchar' : 1,
'stylescombo' : 1,
'tab' : 1,
'table' : 1,
'tabletools' : 1,
'undo' : 1,
'dialog' : 1,
'dialogui' : 1,
'menu' : 1,
'floatpanel' : 1,
'panel' : 1,
'button' : 1,
'popup' : 1,
'richcombo' : 1,
'listblock' : 1,
'fakeobjects' : 1,
'templates' : 1
},
languages : {
'en' : 1,
}
}; | JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
| JavaScript |
/**
* @license Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For the complete reference:
// http://docs.ckeditor.com/#!/api/CKEDITOR.config
// The toolbar groups arrangement, optimized for two toolbar rows.
config.toolbarGroups = [
{ name: 'undo' },
{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
{ name: 'links' },
{ name: 'insert' },
{ name: 'forms' },
{ name: 'others' },
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align' ] },
{ name: 'styles' },
{ name: 'colors' },
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'tools' }
];
config.fullPage = true;
config.height = '550px';
// Remove some buttons, provided by the standard plugins, which we don't
// need to have in the Standard(s) toolbar.
config.removeButtons = 'Underline,Subscript,Superscript';
};
| JavaScript |
/**
* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
// This file contains style definitions that can be used by CKEditor plugins.
//
// The most common use for it is the "stylescombo" plugin, which shows a combo
// in the editor toolbar, containing all styles. Other plugins instead, like
// the div plugin, use a subset of the styles on their feature.
//
// If you don't have plugins that depend on this file, you can simply ignore it.
// Otherwise it is strongly recommended to customize this file to match your
// website requirements and design properly.
CKEDITOR.stylesSet.add( 'default', [
/* Block Styles */
// These styles are already available in the "Format" combo ("format" plugin),
// so they are not needed here by default. You may enable them to avoid
// placing the "Format" combo in the toolbar, maintaining the same features.
/*
{ name: 'Paragraph', element: 'p' },
{ name: 'Heading 1', element: 'h1' },
{ name: 'Heading 2', element: 'h2' },
{ name: 'Heading 3', element: 'h3' },
{ name: 'Heading 4', element: 'h4' },
{ name: 'Heading 5', element: 'h5' },
{ name: 'Heading 6', element: 'h6' },
{ name: 'Preformatted Text',element: 'pre' },
{ name: 'Address', element: 'address' },
*/
{ name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
{ name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } },
{
name: 'Special Container',
element: 'div',
styles: {
padding: '5px 10px',
background: '#eee',
border: '1px solid #ccc'
}
},
/* Inline Styles */
// These are core styles available as toolbar buttons. You may opt enabling
// some of them in the Styles combo, removing them from the toolbar.
// (This requires the "stylescombo" plugin)
/*
{ name: 'Strong', element: 'strong', overrides: 'b' },
{ name: 'Emphasis', element: 'em' , overrides: 'i' },
{ name: 'Underline', element: 'u' },
{ name: 'Strikethrough', element: 'strike' },
{ name: 'Subscript', element: 'sub' },
{ name: 'Superscript', element: 'sup' },
*/
{ name: 'Marker: Yellow', element: 'span', styles: { 'background-color': 'Yellow' } },
{ name: 'Marker: Green', element: 'span', styles: { 'background-color': 'Lime' } },
{ name: 'Big', element: 'big' },
{ name: 'Small', element: 'small' },
{ name: 'Typewriter', element: 'tt' },
{ name: 'Computer Code', element: 'code' },
{ name: 'Keyboard Phrase', element: 'kbd' },
{ name: 'Sample Text', element: 'samp' },
{ name: 'Variable', element: 'var' },
{ name: 'Deleted Text', element: 'del' },
{ name: 'Inserted Text', element: 'ins' },
{ name: 'Cited Work', element: 'cite' },
{ name: 'Inline Quotation', element: 'q' },
{ name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } },
{ name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } },
/* Object Styles */
{
name: 'Styled image (left)',
element: 'img',
attributes: { 'class': 'left' }
},
{
name: 'Styled image (right)',
element: 'img',
attributes: { 'class': 'right' }
},
{
name: 'Compact table',
element: 'table',
attributes: {
cellpadding: '5',
cellspacing: '0',
border: '1',
bordercolor: '#ccc'
},
styles: {
'border-collapse': 'collapse'
}
},
{ name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
{ name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } }
]);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Suggestions plugin allows to easily specify the list of suggestion items that the
* Autocomplete plugin would present to the user.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtSuggestions
*/
function TextExtSuggestions() {};
$.fn.textext.TextExtSuggestions = TextExtSuggestions;
$.fn.textext.addPlugin('suggestions', TextExtSuggestions);
var p = TextExtSuggestions.prototype,
/**
* Suggestions plugin only has one option and that is to set suggestion items. It could be
* changed when passed to the `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'suggestions',
* suggestions: [ "item1", "item2" ]
* })
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtSuggestions.options
*/
/**
* List of items that Autocomplete plugin would display in the dropdown.
*
* @name suggestions
* @default null
* @author agorbatchev
* @date 2011/08/18
* @id TextExtSuggestions.options.suggestions
*/
OPT_SUGGESTIONS = 'suggestions',
/**
* Suggestions plugin dispatches or reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtSuggestions.events
*/
/**
* Suggestions plugin reacts to the `getSuggestions` event and returns `suggestions` items
* from the options.
*
* @name getSuggestions
* @author agorbatchev
* @date 2011/08/19
* @id TextExtSuggestions.events.getSuggestions
*/
/**
* Suggestions plugin triggers the `setSuggestions` event to pass its own list of `Suggestions`
* to the Autocomplete plugin.
*
* @name setSuggestions
* @author agorbatchev
* @date 2011/08/19
* @id TextExtSuggestions.events.setSuggestions
*/
/**
* Suggestions plugin reacts to the `postInit` event to pass its list of `suggestions` to the
* Autocomplete right away.
*
* @name postInit
* @author agorbatchev
* @date 2011/08/19
* @id TextExtSuggestions.events.postInit
*/
DEFAULT_OPTS = {
suggestions : null
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtSuggestions.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtSuggestions.init
*/
p.init = function(core)
{
var self = this;
self.baseInit(core, DEFAULT_OPTS);
self.on({
getSuggestions : self.onGetSuggestions,
postInit : self.onPostInit
});
};
/**
* Triggers `setSuggestions` and passes supplied suggestions to the Autocomplete plugin.
*
* @signature TextExtSuggestions.setSuggestions(suggestions, showHideDropdown)
*
* @param suggestions {Array} List of suggestions. With the default `ItemManager` it should
* be a list of strings.
* @param showHideDropdown {Boolean} If it's undesirable to show the dropdown right after
* suggestions are set, `false` should be passed for this argument.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtSuggestions.setSuggestions
*/
p.setSuggestions = function(suggestions, showHideDropdown)
{
this.trigger('setSuggestions', { result : suggestions, showHideDropdown : showHideDropdown != false });
};
/**
* Reacts to the `postInit` event and triggers `setSuggestions` event to set suggestions list
* right after initialization.
*
* @signature TextExtSuggestions.onPostInit(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtSuggestions.onPostInit
*/
p.onPostInit = function(e)
{
var self = this;
self.setSuggestions(self.opts(OPT_SUGGESTIONS), false);
};
/**
* Reacts to the `getSuggestions` event and triggers `setSuggestions` event with the list
* of `suggestions` specified in the options.
*
* @signature TextExtSuggestions.onGetSuggestions(e, data)
*
* @param e {Object} jQuery event.
* @param data {Object} Payload from the `getSuggestions` event with the user query, eg `{ query: {String} }`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtSuggestions.onGetSuggestions
*/
p.onGetSuggestions = function(e, data)
{
var self = this,
suggestions = self.opts(OPT_SUGGESTIONS)
;
suggestions.sort();
self.setSuggestions(self.itemManager().filter(suggestions, data.query));
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Prompt plugin displays a visual user propmpt in the text input area. If user focuses
* on the input, the propt is hidden and only shown again when user focuses on another
* element and text input doesn't have a value.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt
*/
function TextExtPrompt() {};
$.fn.textext.TextExtPrompt = TextExtPrompt;
$.fn.textext.addPlugin('prompt', TextExtPrompt);
var p = TextExtPrompt.prototype,
CSS_HIDE_PROMPT = 'text-hide-prompt',
/**
* Prompt plugin has options to change the prompt label and its HTML template. The options
* could be changed when passed to the `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'prompt',
* prompt: 'Your email address'
* })
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.options
*/
/**
* Prompt message that is displayed to the user whenever there's no value in the input.
*
* @name prompt
* @default 'Awaiting input...'
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.options.prompt
*/
OPT_PROMPT = 'prompt',
/**
* HTML source that is used to generate markup required for the prompt effect.
*
* @name html.prompt
* @default '<div class="text-prompt"/>'
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.options.html.prompt
*/
OPT_HTML_PROMPT = 'html.prompt',
/**
* Prompt plugin dispatches or reacts to the following events.
* @id TextExtPrompt.events
*/
/**
* Prompt plugin reacts to the `focus` event and hides the markup generated from
* the `html.prompt` option.
*
* @name focus
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.events.focus
*/
/**
* Prompt plugin reacts to the `blur` event and shows the prompt back if user
* hasn't entered any value.
*
* @name blur
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.events.blur
*/
DEFAULT_OPTS = {
prompt : 'Awaiting input...',
html : {
prompt : '<div class="text-prompt"/>'
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtPrompt.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.init
*/
p.init = function(core)
{
var self = this,
placeholderKey = 'placeholder',
container,
prompt
;
self.baseInit(core, DEFAULT_OPTS);
container = $(self.opts(OPT_HTML_PROMPT));
$(self).data('container', container);
self.core().wrapElement().append(container);
self.setPrompt(self.opts(OPT_PROMPT));
prompt = core.input().attr(placeholderKey);
if(!prompt)
prompt = self.opts(OPT_PROMPT);
// clear placeholder attribute if set
core.input().attr(placeholderKey, '');
if(prompt)
self.setPrompt(prompt);
if($.trim(self.val()).length > 0)
self.hidePrompt();
self.on({
blur : self.onBlur,
focus : self.onFocus,
postInvalidate : self.onPostInvalidate,
postInit : self.onPostInit
});
};
//--------------------------------------------------------------------------------
// Event handlers
/**
* Reacts to the `postInit` and configures the plugin for initial display.
*
* @signature TextExtPrompt.onPostInit(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/24
* @id TextExtPrompt.onPostInit
*/
p.onPostInit = function(e)
{
this.invalidateBounds();
};
/**
* Reacts to the `postInvalidate` and insures that prompt display remains correct.
*
* @signature TextExtPrompt.onPostInvalidate(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/24
* @id TextExtPrompt.onPostInvalidate
*/
p.onPostInvalidate = function(e)
{
this.invalidateBounds();
};
/**
* Repositions the prompt to make sure it's always at the same place as in the text input carret.
*
* @signature TextExtPrompt.invalidateBounds()
*
* @author agorbatchev
* @date 2011/08/24
* @id TextExtPrompt.invalidateBounds
*/
p.invalidateBounds = function()
{
var self = this,
input = self.input()
;
self.containerElement().css({
paddingLeft : input.css('paddingLeft'),
paddingTop : input.css('paddingTop')
});
};
/**
* Reacts to the `blur` event and shows the prompt effect with a slight delay which
* allows quick refocusing without effect blinking in and out.
*
* The prompt is restored if the text box has no value.
*
* @signature TextExtPrompt.onBlur(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtPrompt.onBlur
*/
p.onBlur = function(e)
{
var self = this;
self.startTimer('prompt', 0.1, function()
{
self.showPrompt();
});
};
/**
* Shows prompt HTML element.
*
* @signature TextExtPrompt.showPrompt()
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtPrompt.showPrompt
*/
p.showPrompt = function()
{
var self = this,
input = self.input()
;
if($.trim(self.val()).length === 0 && !input.is(':focus'))
self.containerElement().removeClass(CSS_HIDE_PROMPT);
};
/**
* Hides prompt HTML element.
*
* @signature TextExtPrompt.hidePrompt()
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtPrompt.hidePrompt
*/
p.hidePrompt = function()
{
this.stopTimer('prompt');
this.containerElement().addClass(CSS_HIDE_PROMPT);
};
/**
* Reacts to the `focus` event and hides the prompt effect.
*
* @signature TextExtPrompt.onFocus
*
* @param e {Object} jQuery event.
* @author agorbatchev
* @date 2011/08/08
* @id TextExtPrompt.onFocus
*/
p.onFocus = function(e)
{
this.hidePrompt();
};
//--------------------------------------------------------------------------------
// Core functionality
/**
* Sets the prompt display to the specified string.
*
* @signature TextExtPrompt.setPrompt(str)
*
* @oaram str {String} String that will be displayed in the prompt.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtPrompt.setPrompt
*/
p.setPrompt = function(str)
{
this.containerElement().text(str);
};
/**
* Returns prompt effect HTML element.
*
* @signature TextExtPrompt.containerElement()
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtPrompt.containerElement
*/
p.containerElement = function()
{
return $(this).data('container');
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* The Filter plugin introduces ability to limit input that the text field
* will accept. If the Tags plugin is used, Filter plugin will limit which
* tags it's possible to add.
*
* The list of allowed items can be either specified through the
* options, can come from the Suggestions plugin or be loaded by the Ajax
* plugin. All these plugins have one thing in common -- they
* trigger `setSuggestions` event which the Filter plugin is expecting.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter
*/
function TextExtFilter() {};
$.fn.textext.TextExtFilter = TextExtFilter;
$.fn.textext.addPlugin('filter', TextExtFilter);
var p = TextExtFilter.prototype,
/**
* Filter plugin options are grouped under `filter` when passed to the
* `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'filter',
* filter: {
* items: [ "item1", "item2" ]
* }
* })
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.options
*/
/**
* This is a toggle switch to enable or disable the Filter plugin. The value is checked
* each time at the top level which allows you to toggle this setting on the fly.
*
* @name filter.enabled
* @default true
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.options.enabled
*/
OPT_ENABLED = 'filter.enabled',
/**
* Arra of items that the Filter plugin will allow the Tag plugin to add to the list of
* its resut tags. Each item by default is expected to be a string which default `ItemManager`
* can work with. You can change the item type by supplying custom `ItemManager`.
*
* @name filter.items
* @default null
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.options.items
*/
OPT_ITEMS = 'filter.items',
/**
* Filter plugin dispatches and reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.events
*/
/**
* Filter plugin reacts to the `isTagAllowed` event triggered by the Tags plugin before
* adding a new tag to the list. If the new tag is among the `items` specified in options,
* then the new tag will be allowed.
*
* @name isTagAllowed
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.events.isTagAllowed
*/
/**
* Filter plugin reacts to the `setSuggestions` event triggered by other plugins like
* Suggestions and Ajax.
*
* However, event if this event is handled and items are passed with it and stored, if `items`
* option was supplied, it will always take precedense.
*
* @name setSuggestions
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.events.setSuggestions
*/
DEFAULT_OPTS = {
filter : {
enabled : true,
items : null
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtFilter.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.init
*/
p.init = function(core)
{
var self = this;
self.baseInit(core, DEFAULT_OPTS);
self.on({
getFormData : self.onGetFormData,
isTagAllowed : self.onIsTagAllowed,
setSuggestions : self.onSetSuggestions
});
self._suggestions = null;
};
//--------------------------------------------------------------------------------
// Core functionality
/**
* Reacts to the [`getFormData`][1] event triggered by the core. Returns data with the
* weight of 200 to be *greater than the Autocomplete plugins* data weights.
* The weights system is covered in greater detail in the [`getFormData`][1] event
* documentation.
*
* This method does nothing if Tags tag is also present.
*
* [1]: /manual/textext.html#getformdata
*
* @signature TextExtFilter.onGetFormData(e, data, keyCode)
*
* @param e {Object} jQuery event.
* @param data {Object} Data object to be populated.
* @param keyCode {Number} Key code that triggered the original update request.
*
* @author agorbatchev
* @date 2011/12/28
* @id TextExtFilter.onGetFormData
* @version 1.1
*/
p.onGetFormData = function(e, data, keyCode)
{
var self = this,
val = self.val(),
inputValue = val,
formValue = ''
;
if(!self.core().hasPlugin('tags'))
{
if(self.isValueAllowed(inputValue))
formValue = val;
data[300] = self.formDataObject(inputValue, formValue);
}
};
/**
* Checks given value if it's present in `filterItems` or was loaded for the Autocomplete
* or by the Suggestions plugins. `value` is compared to each item using `ItemManager.compareItems`
* method which is currently attached to the core. Returns `true` if value is known or
* Filter plugin is disabled.
*
* @signature TextExtFilter.isValueAllowed(value)
*
* @param value {Object} Value to check.
*
* @author agorbatchev
* @date 2011/12/28
* @id TextExtFilter.isValueAllowed
* @version 1.1
*/
p.isValueAllowed = function(value)
{
var self = this,
list = self.opts('filterItems') || self._suggestions || [],
itemManager = self.itemManager(),
result = !self.opts(OPT_ENABLED), // if disabled, should just return true
i
;
for(i = 0; i < list.length && !result; i++)
if(itemManager.compareItems(value, list[i]))
result = true;
return result;
};
/**
* Handles `isTagAllowed` event dispatched by the Tags plugin. If supplied tag is not
* in the `items` list, method sets `result` on the `data` argument to `false`.
*
* @signature TextExtFilter.onIsTagAllowed(e, data)
*
* @param e {Object} jQuery event.
* @param data {Object} Payload in the following format : `{ tag : {Object}, result : {Boolean} }`.
* @author agorbatchev
* @date 2011/08/04
* @id TextExtFilter.onIsTagAllowed
*/
p.onIsTagAllowed = function(e, data)
{
data.result = this.isValueAllowed(data.tag);
};
/**
* Reacts to the `setSuggestions` events and stores supplied suggestions for future use.
*
* @signature TextExtFilter.onSetSuggestions(e, data)
*
* @param e {Object} jQuery event.
* @param data {Object} Payload in the following format : `{ result : {Array} } }`.
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFilter.onSetSuggestions
*/
p.onSetSuggestions = function(e, data)
{
this._suggestions = data.result;
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Tags plugin brings in the traditional tag functionality where user can assemble and
* edit list of tags. Tags plugin works especially well together with Autocomplete, Filter,
* Suggestions and Ajax plugins to provide full spectrum of features. It can also work on
* its own and just do one thing -- tags.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags
*/
function TextExtTags() {};
$.fn.textext.TextExtTags = TextExtTags;
$.fn.textext.addPlugin('tags', TextExtTags);
var p = TextExtTags.prototype,
CSS_DOT = '.',
CSS_TAGS_ON_TOP = 'text-tags-on-top',
CSS_DOT_TAGS_ON_TOP = CSS_DOT + CSS_TAGS_ON_TOP,
CSS_TAG = 'text-tag',
CSS_DOT_TAG = CSS_DOT + CSS_TAG,
CSS_TAGS = 'text-tags',
CSS_DOT_TAGS = CSS_DOT + CSS_TAGS,
CSS_LABEL = 'text-label',
CSS_DOT_LABEL = CSS_DOT + CSS_LABEL,
CSS_REMOVE = 'text-remove',
CSS_DOT_REMOVE = CSS_DOT + CSS_REMOVE,
/**
* Tags plugin options are grouped under `tags` when passed to the
* `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'tags',
* tags: {
* items: [ "tag1", "tag2" ]
* }
* })
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.options
*/
/**
* This is a toggle switch to enable or disable the Tags plugin. The value is checked
* each time at the top level which allows you to toggle this setting on the fly.
*
* @name tags.enabled
* @default true
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.options.tags.enabled
*/
OPT_ENABLED = 'tags.enabled',
/**
* Allows to specify tags which will be added to the input by default upon initialization.
* Each item in the array must be of the type that current `ItemManager` can understand.
* Default type is `String`.
*
* @name tags.items
* @default null
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.options.tags.items
*/
OPT_ITEMS = 'tags.items',
/**
* HTML source that is used to generate a single tag.
*
* @name html.tag
* @default '<div class="text-tags"/>'
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.options.html.tag
*/
OPT_HTML_TAG = 'html.tag',
/**
* HTML source that is used to generate container for the tags.
*
* @name html.tags
* @default '<div class="text-tag"><div class="text-button"><span class="text-label"/><a class="text-remove"/></div></div>'
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.options.html.tags
*/
OPT_HTML_TAGS = 'html.tags',
/**
* Tags plugin dispatches or reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtTags.events
*/
/**
* Tags plugin triggers the `isTagAllowed` event before adding each tag to the tag list. Other plugins have
* an opportunity to interrupt this by setting `result` of the second argument to `false`. For example:
*
* $('textarea').textext({...}).bind('isTagAllowed', function(e, data)
* {
* if(data.tag === 'foo')
* data.result = false;
* })
*
* The second argument `data` has the following format: `{ tag : {Object}, result : {Boolean} }`. `tag`
* property is in the format that the current `ItemManager` can understand.
*
* @name isTagAllowed
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.events.isTagAllowed
*/
EVENT_IS_TAG_ALLOWED = 'isTagAllowed',
/**
* Tags plugin triggers the `tagClick` event when user clicks on one of the tags. This allows to process
* the click and potentially change the value of the tag (for example in case of user feedback).
*
* $('textarea').textext({...}).bind('tagClick', function(e, tag, value, callback)
* {
* var newValue = window.prompt('New value', value);
* if(newValue)
* callback(newValue, true);
* })
*
* Callback argument has the following signature:
*
* function(newValue, refocus)
* {
* ...
* }
*
* Please check out [example](/manual/examples/tags-changing.html).
*
* @name tagClick
* @version 1.3.0
* @author s.stok
* @date 2011/01/23
* @id TextExtTags.events.tagClick
*/
EVENT_TAG_CLICK = 'tagClick',
DEFAULT_OPTS = {
tags : {
enabled : true,
items : null
},
html : {
tags : '<div class="text-tags"/>',
tag : '<div class="text-tag"><div class="text-button"><span class="text-label"/><a class="text-remove"/></div></div>'
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtTags.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.init
*/
p.init = function(core)
{
this.baseInit(core, DEFAULT_OPTS);
var self = this,
input = self.input(),
container
;
if(self.opts(OPT_ENABLED))
{
container = $(self.opts(OPT_HTML_TAGS));
input.after(container);
$(self).data('container', container);
self.on({
enterKeyPress : self.onEnterKeyPress,
backspaceKeyDown : self.onBackspaceKeyDown,
preInvalidate : self.onPreInvalidate,
postInit : self.onPostInit,
getFormData : self.onGetFormData
});
self.on(container, {
click : self.onClick,
mousemove : self.onContainerMouseMove
});
self.on(input, {
mousemove : self.onInputMouseMove
});
}
self._originalPadding = {
left : parseInt(input.css('paddingLeft') || 0),
top : parseInt(input.css('paddingTop') || 0)
};
self._paddingBox = {
left : 0,
top : 0
};
self.updateFormCache();
};
/**
* Returns HTML element in which all tag HTML elements are residing.
*
* @signature TextExtTags.containerElement()
*
* @author agorbatchev
* @date 2011/08/15
* @id TextExtTags.containerElement
*/
p.containerElement = function()
{
return $(this).data('container');
};
//--------------------------------------------------------------------------------
// Event handlers
/**
* Reacts to the `postInit` event triggered by the core and sets default tags
* if any were specified.
*
* @signature TextExtTags.onPostInit(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/09
* @id TextExtTags.onPostInit
*/
p.onPostInit = function(e)
{
var self = this;
self.addTags(self.opts(OPT_ITEMS));
};
/**
* Reacts to the [`getFormData`][1] event triggered by the core. Returns data with the
* weight of 200 to be *greater than the Autocomplete plugin* data weight. The weights
* system is covered in greater detail in the [`getFormData`][1] event documentation.
*
* [1]: /manual/textext.html#getformdata
*
* @signature TextExtTags.onGetFormData(e, data, keyCode)
*
* @param e {Object} jQuery event.
* @param data {Object} Data object to be populated.
* @param keyCode {Number} Key code that triggered the original update request.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtTags.onGetFormData
*/
p.onGetFormData = function(e, data, keyCode)
{
var self = this,
inputValue = keyCode === 13 ? '' : self.val(),
formValue = self._formData
;
data[200] = self.formDataObject(inputValue, formValue);
};
/**
* Returns initialization priority of the Tags plugin which is expected to be
* *less than the Autocomplete plugin* because of the dependencies. The value is
* 100.
*
* @signature TextExtTags.initPriority()
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtTags.initPriority
*/
p.initPriority = function()
{
return 100;
};
/**
* Reacts to user moving mouse over the text area when cursor is over the text
* and not over the tags. Whenever mouse cursor is over the area covered by
* tags, the tags container is flipped to be on top of the text area which
* makes all tags functional with the mouse.
*
* @signature TextExtTags.onInputMouseMove(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtTags.onInputMouseMove
*/
p.onInputMouseMove = function(e)
{
this.toggleZIndex(e);
};
/**
* Reacts to user moving mouse over the tags. Whenever the cursor moves out
* of the tags and back into where the text input is happening visually,
* the tags container is sent back under the text area which allows user
* to interact with the text using mouse cursor as expected.
*
* @signature TextExtTags.onContainerMouseMove(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtTags.onContainerMouseMove
*/
p.onContainerMouseMove = function(e)
{
this.toggleZIndex(e);
};
/**
* Reacts to the `backspaceKeyDown` event. When backspace key is pressed in an empty text field,
* deletes last tag from the list.
*
* @signature TextExtTags.onBackspaceKeyDown(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/02
* @id TextExtTags.onBackspaceKeyDown
*/
p.onBackspaceKeyDown = function(e)
{
var self = this,
lastTag = self.tagElements().last()
;
if(self.val().length == 0)
self.removeTag(lastTag);
};
/**
* Reacts to the `preInvalidate` event and updates the input box to look like the tags are
* positioned inside it.
*
* @signature TextExtTags.onPreInvalidate(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.onPreInvalidate
*/
p.onPreInvalidate = function(e)
{
var self = this,
lastTag = self.tagElements().last(),
pos = lastTag.position()
;
if(lastTag.length > 0)
pos.left += lastTag.innerWidth();
else
pos = self._originalPadding;
self._paddingBox = pos;
self.input().css({
paddingLeft : pos.left,
paddingTop : pos.top
});
};
/**
* Reacts to the mouse `click` event.
*
* @signature TextExtTags.onClick(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.onClick
*/
p.onClick = function(e)
{
var self = this,
core = self.core(),
source = $(e.target),
focus = 0,
tag
;
if(source.is(CSS_DOT_TAGS))
{
focus = 1;
}
else if(source.is(CSS_DOT_REMOVE))
{
self.removeTag(source.parents(CSS_DOT_TAG + ':first'));
focus = 1;
}
else if(source.is(CSS_DOT_LABEL))
{
tag = source.parents(CSS_DOT_TAG + ':first');
self.trigger(EVENT_TAG_CLICK, tag, tag.data(CSS_TAG), tagClickCallback);
}
function tagClickCallback(newValue, refocus)
{
tag.data(CSS_TAG, newValue);
tag.find(CSS_DOT_LABEL).text(self.itemManager().itemToString(newValue));
self.updateFormCache();
core.getFormData();
core.invalidateBounds();
if(refocus)
core.focusInput();
}
if(focus)
core.focusInput();
};
/**
* Reacts to the `enterKeyPress` event and adds whatever is currently in the text input
* as a new tag. Triggers `isTagAllowed` to check if the tag could be added first.
*
* @signature TextExtTags.onEnterKeyPress(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.onEnterKeyPress
*/
p.onEnterKeyPress = function(e)
{
var self = this,
val = self.val(),
tag = self.itemManager().stringToItem(val)
;
if(self.isTagAllowed(tag))
{
self.addTags([ tag ]);
// refocus the textarea just in case it lost the focus
self.core().focusInput();
}
};
//--------------------------------------------------------------------------------
// Core functionality
/**
* Creates a cache object with all the tags currently added which will be returned
* in the `onGetFormData` handler.
*
* @signature TextExtTags.updateFormCache()
*
* @author agorbatchev
* @date 2011/08/09
* @id TextExtTags.updateFormCache
*/
p.updateFormCache = function()
{
var self = this,
result = []
;
self.tagElements().each(function()
{
result.push($(this).data(CSS_TAG));
});
// cache the results to be used in the onGetFormData
self._formData = result;
};
/**
* Toggles tag container to be on top of the text area or under based on where
* the mouse cursor is located. When cursor is above the text input and out of
* any of the tags, the tags container is sent under the text area. If cursor
* is over any of the tags, the tag container is brought to be over the text
* area.
*
* @signature TextExtTags.toggleZIndex(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtTags.toggleZIndex
*/
p.toggleZIndex = function(e)
{
var self = this,
offset = self.input().offset(),
mouseX = e.clientX - offset.left,
mouseY = e.clientY - offset.top,
box = self._paddingBox,
container = self.containerElement(),
isOnTop = container.is(CSS_DOT_TAGS_ON_TOP),
isMouseOverText = mouseX > box.left && mouseY > box.top
;
if(!isOnTop && !isMouseOverText || isOnTop && isMouseOverText)
container[(!isOnTop ? 'add' : 'remove') + 'Class'](CSS_TAGS_ON_TOP);
};
/**
* Returns all tag HTML elements.
*
* @signature TextExtTags.tagElements()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.tagElements
*/
p.tagElements = function()
{
return this.containerElement().find(CSS_DOT_TAG);
};
/**
* Wrapper around the `isTagAllowed` event which triggers it and returns `true`
* if `result` property of the second argument remains `true`.
*
* @signature TextExtTags.isTagAllowed(tag)
*
* @param tag {Object} Tag object that the current `ItemManager` can understand.
* Default is `String`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.isTagAllowed
*/
p.isTagAllowed = function(tag)
{
var opts = { tag : tag, result : true };
this.trigger(EVENT_IS_TAG_ALLOWED, opts);
return opts.result === true;
};
/**
* Adds specified tags to the tag list. Triggers `isTagAllowed` event for each tag
* to insure that it could be added. Calls `TextExt.getFormData()` to refresh the data.
*
* @signature TextExtTags.addTags(tags)
*
* @param tags {Array} List of tags that current `ItemManager` can understand. Default
* is `String`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.addTags
*/
p.addTags = function(tags)
{
if(!tags || tags.length == 0)
return;
var self = this,
core = self.core(),
container = self.containerElement(),
i, tag
;
for(i = 0; i < tags.length; i++)
{
tag = tags[i];
if(tag && self.isTagAllowed(tag))
container.append(self.renderTag(tag));
}
self.updateFormCache();
core.getFormData();
core.invalidateBounds();
};
/**
* Returns HTML element for the specified tag.
*
* @signature TextExtTags.getTagElement(tag)
*
* @param tag {Object} Tag object in the format that current `ItemManager` can understand.
* Default is `String`.
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.getTagElement
*/
p.getTagElement = function(tag)
{
var self = this,
list = self.tagElements(),
i, item
;
for(i = 0; i < list.length; i++) {
item = $(list[i]);
if(self.itemManager().compareItems(item.data(CSS_TAG), tag))
return item;
}
return null;
};
/**
* Removes specified tag from the list. Calls `TextExt.getFormData()` to refresh the data.
*
* @signature TextExtTags.removeTag(tag)
*
* @param tag {Object} Tag object in the format that current `ItemManager` can understand.
* Default is `String`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.removeTag
*/
p.removeTag = function(tag)
{
var self = this,
core = self.core(),
element
;
if(tag instanceof $)
{
element = tag;
tag = tag.data(CSS_TAG);
}
else
{
element = self.getTagElement(tag);
if (element === null) {
//Tag does not exist
return;
}
}
element.remove();
self.updateFormCache();
core.getFormData();
core.invalidateBounds();
};
/**
* Creates and returns new HTML element from the source code specified in the `html.tag` option.
*
* @signature TextExtTags.renderTag(tag)
*
* @param tag {Object} Tag object in the format that current `ItemManager` can understand.
* Default is `String`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtTags.renderTag
*/
p.renderTag = function(tag)
{
var self = this,
node = $(self.opts(OPT_HTML_TAG))
;
node.find('.text-label').text(self.itemManager().itemToString(tag));
node.data(CSS_TAG, tag);
return node;
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Focus plugin displays a visual effect whenever user sets focus
* into the text area.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFocus
*/
function TextExtFocus() {};
$.fn.textext.TextExtFocus = TextExtFocus;
$.fn.textext.addPlugin('focus', TextExtFocus);
var p = TextExtFocus.prototype,
/**
* Focus plugin only has one option and that is its HTML template. It could be
* changed when passed to the `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'focus',
* html: {
* focus: "<span/>"
* }
* })
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFocus.options
*/
/**
* HTML source that is used to generate markup required for the focus effect.
*
* @name html.focus
* @default '<div class="text-focus"/>'
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFocus.options.html.focus
*/
OPT_HTML_FOCUS = 'html.focus',
/**
* Focus plugin dispatches or reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtFocus.events
*/
/**
* Focus plugin reacts to the `focus` event and shows the markup generated from
* the `html.focus` option.
*
* @name focus
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFocus.events.focus
*/
/**
* Focus plugin reacts to the `blur` event and hides the effect.
*
* @name blur
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFocus.events.blur
*/
DEFAULT_OPTS = {
html : {
focus : '<div class="text-focus"/>'
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtFocus.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/18
* @id TextExtFocus.init
*/
p.init = function(core)
{
var self = this;
self.baseInit(core, DEFAULT_OPTS);
self.core().wrapElement().append(self.opts(OPT_HTML_FOCUS));
self.on({
blur : self.onBlur,
focus : self.onFocus
});
self._timeoutId = 0;
};
//--------------------------------------------------------------------------------
// Event handlers
/**
* Reacts to the `blur` event and hides the focus effect with a slight delay which
* allows quick refocusing without effect blinking in and out.
*
* @signature TextExtFocus.onBlur(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtFocus.onBlur
*/
p.onBlur = function(e)
{
var self = this;
clearTimeout(self._timeoutId);
self._timeoutId = setTimeout(function()
{
self.getFocus().hide();
},
100);
};
/**
* Reacts to the `focus` event and shows the focus effect.
*
* @signature TextExtFocus.onFocus
*
* @param e {Object} jQuery event.
* @author agorbatchev
* @date 2011/08/08
* @id TextExtFocus.onFocus
*/
p.onFocus = function(e)
{
var self = this;
clearTimeout(self._timeoutId);
self.getFocus().show();
};
//--------------------------------------------------------------------------------
// Core functionality
/**
* Returns focus effect HTML element.
*
* @signature TextExtFocus.getFocus()
*
* @author agorbatchev
* @date 2011/08/08
* @id TextExtFocus.getFocus
*/
p.getFocus = function()
{
return this.core().wrapElement().find('.text-focus');
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($, undefined)
{
/**
* TextExt is the main core class which by itself doesn't provide any functionality
* that is user facing, however it has the underlying mechanics to bring all the
* plugins together under one roof and make them work with each other or on their
* own.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt
*/
function TextExt() {};
/**
* ItemManager is used to seamlessly convert between string that come from the user input to whatever
* the format the item data is being passed around in. It's used by all plugins that in one way or
* another operate with items, such as Tags, Filter, Autocomplete and Suggestions. Default implementation
* works with `String` type.
*
* Each instance of `TextExt` creates a new instance of default implementation of `ItemManager`
* unless `itemManager` option was set to another implementation.
*
* To satisfy requirements of managing items of type other than a `String`, different implementation
* if `ItemManager` should be supplied.
*
* If you wish to bring your own implementation, you need to create a new class and implement all the
* methods that `ItemManager` has. After, you need to supply your pass via the `itemManager` option during
* initialization like so:
*
* $('#input').textext({
* itemManager : CustomItemManager
* })
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager
*/
function ItemManager() {};
/**
* TextExtPlugin is a base class for all plugins. It provides common methods which are reused
* by majority of plugins.
*
* All plugins must register themselves by calling the `$.fn.textext.addPlugin(name, constructor)`
* function while providing plugin name and constructor. The plugin name is the same name that user
* will identify the plugin in the `plugins` option when initializing TextExt component and constructor
* function will create a new instance of the plugin. *Without registering, the core won't
* be able to see the plugin.*
*
* <span class="new label version">new in 1.2.0</span> You can get instance of each plugin from the core
* via associated function with the same name as the plugin. For example:
*
* $('#input').textext()[0].tags()
* $('#input').textext()[0].autocomplete()
* ...
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin
*/
function TextExtPlugin() {};
var stringify = (JSON || {}).stringify,
slice = Array.prototype.slice,
p,
UNDEFINED = 'undefined',
/**
* TextExt provides a way to pass in the options to configure the core as well as
* each plugin that is being currently used. The jQuery exposed plugin `$().textext()`
* function takes a hash object with key/value set of options. For example:
*
* $('textarea').textext({
* enabled: true
* })
*
* There are multiple ways of passing in the options:
*
* 1. Options could be nested multiple levels deep and accessed using all lowercased, dot
* separated style, eg `foo.bar.world`. The manual is using this style for clarity and
* consistency. For example:
*
* {
* item: {
* manager: ...
* },
*
* html: {
* wrap: ...
* },
*
* autocomplete: {
* enabled: ...,
* dropdown: {
* position: ...
* }
* }
* }
*
* 2. Options could be specified using camel cased names in a flat key/value fashion like so:
*
* {
* itemManager: ...,
* htmlWrap: ...,
* autocompleteEnabled: ...,
* autocompleteDropdownPosition: ...
* }
*
* 3. Finally, options could be specified in mixed style. It's important to understand that
* for each dot separated name, its alternative in camel case is also checked for, eg for
* `foo.bar.world` it's alternatives could be `fooBarWorld`, `foo.barWorld` or `fooBar.world`,
* which translates to `{ foo: { bar: { world: ... } } }`, `{ fooBarWorld: ... }`,
* `{ foo : { barWorld : ... } }` or `{ fooBar: { world: ... } }` respectively. For example:
*
* {
* itemManager : ...,
* htmlWrap: ...,
* autocomplete: {
* enabled: ...,
* dropdownPosition: ...
* }
* }
*
* Mixed case is used through out the code, wherever it seems appropriate. However in the code, all option
* names are specified in the dot notation because it works both ways where as camel case is not
* being converted to its alternative dot notation.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExt.options
*/
/**
* Default instance of `ItemManager` which takes `String` type as default for tags.
*
* @name item.manager
* @default ItemManager
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.options.item.manager
*/
OPT_ITEM_MANAGER = 'item.manager',
/**
* List of plugins that should be used with the current instance of TextExt. The list could be
* specified as array of strings or as comma or space separated string.
*
* @name plugins
* @default []
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.options.plugins
*/
OPT_PLUGINS = 'plugins',
/**
* TextExt allows for overriding of virtually any method that the core or any of its plugins
* use. This could be accomplished through the use of the `ext` option.
*
* It's possible to specifically target the core or any plugin, as well as overwrite all the
* desired methods everywhere.
*
* 1. Targeting the core:
*
* ext: {
* core: {
* trigger: function()
* {
* console.log('TextExt.trigger', arguments);
* $.fn.textext.TextExt.prototype.trigger.apply(this, arguments);
* }
* }
* }
*
* 2. Targeting individual plugins:
*
* ext: {
* tags: {
* addTags: function(tags)
* {
* console.log('TextExtTags.addTags', tags);
* $.fn.textext.TextExtTags.prototype.addTags.apply(this, arguments);
* }
* }
* }
*
* 3. Targeting `ItemManager` instance:
*
* ext: {
* itemManager: {
* stringToItem: function(str)
* {
* console.log('ItemManager.stringToItem', str);
* return $.fn.textext.ItemManager.prototype.stringToItem.apply(this, arguments);
* }
* }
* }
*
* 4. And finally, in edge cases you can extend everything at once:
*
* ext: {
* '*': {
* fooBar: function() {}
* }
* }
*
* @name ext
* @default {}
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.options.ext
*/
OPT_EXT = 'ext',
/**
* HTML source that is used to generate elements necessary for the core and all other
* plugins to function.
*
* @name html.wrap
* @default '<div class="text-core"><div class="text-wrap"/></div>'
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.options.html.wrap
*/
OPT_HTML_WRAP = 'html.wrap',
/**
* HTML source that is used to generate hidden input value of which will be submitted
* with the HTML form.
*
* @name html.hidden
* @default '<input type="hidden" />'
* @author agorbatchev
* @date 2011/08/20
* @id TextExt.options.html.hidden
*/
OPT_HTML_HIDDEN = 'html.hidden',
/**
* Hash table of key codes and key names for which special events will be created
* by the core. For each entry a `[name]KeyDown`, `[name]KeyUp` and `[name]KeyPress` events
* will be triggered along side with `anyKeyUp` and `anyKeyDown` events for every
* key stroke.
*
* Here's a list of default keys:
*
* {
* 8 : 'backspace',
* 9 : 'tab',
* 13 : 'enter!',
* 27 : 'escape!',
* 37 : 'left',
* 38 : 'up!',
* 39 : 'right',
* 40 : 'down!',
* 46 : 'delete',
* 108 : 'numpadEnter'
* }
*
* Please note the `!` at the end of some keys. This tells the core that by default
* this keypress will be trapped and not passed on to the text input.
*
* @name keys
* @default { ... }
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.options.keys
*/
OPT_KEYS = 'keys',
/**
* The core triggers or reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExt.events
*/
/**
* Core triggers `preInvalidate` event before the dimensions of padding on the text input
* are set.
*
* @name preInvalidate
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.preInvalidate
*/
EVENT_PRE_INVALIDATE = 'preInvalidate',
/**
* Core triggers `postInvalidate` event after the dimensions of padding on the text input
* are set.
*
* @name postInvalidate
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.postInvalidate
*/
EVENT_POST_INVALIDATE = 'postInvalidate',
/**
* Core triggers `getFormData` on every key press to collect data that will be populated
* into the hidden input that will be submitted with the HTML form and data that will
* be displayed in the input field that user is currently interacting with.
*
* All plugins that wish to affect how the data is presented or sent must react to
* `getFormData` and populate the data in the following format:
*
* {
* input : {String},
* form : {Object}
* }
*
* The data key must be a numeric weight which will be used to determine which data
* ends up being used. Data with the highest numerical weight gets the priority. This
* allows plugins to set the final data regardless of their initialization order, which
* otherwise would be impossible.
*
* For example, the Tags and Autocomplete plugins have to work side by side and Tags
* plugin must get priority on setting the data. Therefore the Tags plugin sets data
* with the weight 200 where as the Autocomplete plugin sets data with the weight 100.
*
* Here's an example of a typical `getFormData` handler:
*
* TextExtPlugin.prototype.onGetFormData = function(e, data, keyCode)
* {
* data[100] = self.formDataObject('input value', 'form value');
* };
*
* Core also reacts to the `getFormData` and updates hidden input with data which will be
* submitted with the HTML form.
*
* @name getFormData
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.getFormData
*/
EVENT_GET_FORM_DATA = 'getFormData',
/**
* Core triggers and reacts to the `setFormData` event to update the actual value in the
* hidden input that will be submitted with the HTML form. Second argument can be value
* of any type and by default it will be JSON serialized with `TextExt.serializeData()`
* function.
*
* @name setFormData
* @author agorbatchev
* @date 2011/08/22
* @id TextExt.events.setFormData
*/
EVENT_SET_FORM_DATA = 'setFormData',
/**
* Core triggers and reacts to the `setInputData` event to update the actual value in the
* text input that user is interacting with. Second argument must be of a `String` type
* the value of which will be set into the text input.
*
* @name setInputData
* @author agorbatchev
* @date 2011/08/22
* @id TextExt.events.setInputData
*/
EVENT_SET_INPUT_DATA = 'setInputData',
/**
* Core triggers `postInit` event to let plugins run code after all plugins have been
* created and initialized. This is a good place to set some kind of global values before
* somebody gets to use them. This is not the right place to expect all plugins to finish
* their initialization.
*
* @name postInit
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.postInit
*/
EVENT_POST_INIT = 'postInit',
/**
* Core triggers `ready` event after all global configuration and prepearation has been
* done and the TextExt component is ready for use. Event handlers should expect all
* values to be set and the plugins to be in the final state.
*
* @name ready
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.ready
*/
EVENT_READY = 'ready',
/**
* Core triggers `anyKeyUp` event for every key up event triggered within the component.
*
* @name anyKeyUp
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.anyKeyUp
*/
/**
* Core triggers `anyKeyDown` event for every key down event triggered within the component.
*
* @name anyKeyDown
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.anyKeyDown
*/
/**
* Core triggers `[name]KeyUp` event for every key specifid in the `keys` option that is
* triggered within the component.
*
* @name [name]KeyUp
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.[name]KeyUp
*/
/**
* Core triggers `[name]KeyDown` event for every key specified in the `keys` option that is
* triggered within the component.
*
* @name [name]KeyDown
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.[name]KeyDown
*/
/**
* Core triggers `[name]KeyPress` event for every key specified in the `keys` option that is
* triggered within the component.
*
* @name [name]KeyPress
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.events.[name]KeyPress
*/
DEFAULT_OPTS = {
itemManager : ItemManager,
plugins : [],
ext : {},
html : {
wrap : '<div class="text-core"><div class="text-wrap"/></div>',
hidden : '<input type="hidden" />'
},
keys : {
8 : 'backspace',
9 : 'tab',
13 : 'enter!',
27 : 'escape!',
37 : 'left',
38 : 'up!',
39 : 'right',
40 : 'down!',
46 : 'delete',
108 : 'numpadEnter'
}
}
;
// Freak out if there's no JSON.stringify function found
if(!stringify)
throw new Error('JSON.stringify() not found');
/**
* Returns object property by name where name is dot-separated and object is multiple levels deep.
* @param target Object Source object.
* @param name String Dot separated property name, ie `foo.bar.world`
* @id core.getProperty
*/
function getProperty(source, name)
{
if(typeof(name) === 'string')
name = name.split('.');
var fullCamelCaseName = name.join('.').replace(/\.(\w)/g, function(match, letter) { return letter.toUpperCase() }),
nestedName = name.shift(),
result
;
if(typeof(result = source[fullCamelCaseName]) != UNDEFINED)
result = result;
else if(typeof(result = source[nestedName]) != UNDEFINED && name.length > 0)
result = getProperty(result, name);
// name.length here should be zero
return result;
};
/**
* Hooks up specified events in the scope of the current object.
* @author agorbatchev
* @date 2011/08/09
*/
function hookupEvents()
{
var args = slice.apply(arguments),
self = this,
target = args.length === 1 ? self : args.shift(),
event
;
args = args[0] || {};
function bind(event, handler)
{
target.bind(event, function()
{
// apply handler to our PLUGIN object, not the target
return handler.apply(self, arguments);
});
}
for(event in args)
bind(event, args[event]);
};
function formDataObject(input, form)
{
return { 'input' : input, 'form' : form };
};
//--------------------------------------------------------------------------------
// ItemManager core component
p = ItemManager.prototype;
/**
* Initialization method called by the core during instantiation.
*
* @signature ItemManager.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager.init
*/
p.init = function(core)
{
};
/**
* Filters out items from the list that don't match the query and returns remaining items. Default
* implementation checks if the item starts with the query.
*
* @signature ItemManager.filter(list, query)
*
* @param list {Array} List of items. Default implementation works with strings.
* @param query {String} Query string.
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager.filter
*/
p.filter = function(list, query)
{
var result = [],
i, item
;
for(i = 0; i < list.length; i++)
{
item = list[i];
if(this.itemContains(item, query))
result.push(item);
}
return result;
};
/**
* Returns `true` if specified item contains another string, `false` otherwise. In the default implementation
* `String.indexOf()` is used to check if item string begins with the needle string.
*
* @signature ItemManager.itemContains(item, needle)
*
* @param item {Object} Item to check. Default implementation works with strings.
* @param needle {String} Search string to be found within the item.
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager.itemContains
*/
p.itemContains = function(item, needle)
{
return this.itemToString(item).toLowerCase().indexOf(needle.toLowerCase()) == 0;
};
/**
* Converts specified string to item. Because default implemenation works with string, input string
* is simply returned back. To use custom objects, different implementation of this method could
* return something like `{ name : {String} }`.
*
* @signature ItemManager.stringToItem(str)
*
* @param str {String} Input string.
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager.stringToItem
*/
p.stringToItem = function(str)
{
return str;
};
/**
* Converts specified item to string. Because default implemenation works with string, input string
* is simply returned back. To use custom objects, different implementation of this method could
* for example return `name` field of `{ name : {String} }`.
*
* @signature ItemManager.itemToString(item)
*
* @param item {Object} Input item to be converted to string.
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager.itemToString
*/
p.itemToString = function(item)
{
return item;
};
/**
* Returns `true` if both items are equal, `false` otherwise. Because default implemenation works with
* string, input items are compared as strings. To use custom objects, different implementation of this
* method could for example compare `name` fields of `{ name : {String} }` type object.
*
* @signature ItemManager.compareItems(item1, item2)
*
* @param item1 {Object} First item.
* @param item2 {Object} Second item.
*
* @author agorbatchev
* @date 2011/08/19
* @id ItemManager.compareItems
*/
p.compareItems = function(item1, item2)
{
return item1 == item2;
};
//--------------------------------------------------------------------------------
// TextExt core component
p = TextExt.prototype;
/**
* Initializes current component instance with work with the supplied text input and options.
*
* @signature TextExt.init(input, opts)
*
* @param input {HTMLElement} Text input.
* @param opts {Object} Options.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.init
*/
p.init = function(input, opts)
{
var self = this,
hiddenInput,
itemManager,
container
;
self._defaults = $.extend({}, DEFAULT_OPTS);
self._opts = opts || {};
self._plugins = {};
self._itemManager = itemManager = new (self.opts(OPT_ITEM_MANAGER))();
input = $(input);
container = $(self.opts(OPT_HTML_WRAP));
hiddenInput = $(self.opts(OPT_HTML_HIDDEN));
input
.wrap(container)
.keydown(function(e) { return self.onKeyDown(e) })
.keyup(function(e) { return self.onKeyUp(e) })
.data('textext', self)
;
// keep references to html elements using jQuery.data() to avoid circular references
$(self).data({
'hiddenInput' : hiddenInput,
'wrapElement' : input.parents('.text-wrap').first(),
'input' : input
});
// set the name of the hidden input to the text input's name
hiddenInput.attr('name', input.attr('name'));
// remove name attribute from the text input
input.attr('name', null);
// add hidden input to the DOM
hiddenInput.insertAfter(input);
$.extend(true, itemManager, self.opts(OPT_EXT + '.item.manager'));
$.extend(true, self, self.opts(OPT_EXT + '.*'), self.opts(OPT_EXT + '.core'));
self.originalWidth = input.outerWidth();
self.invalidateBounds();
itemManager.init(self);
self.initPatches();
self.initPlugins(self.opts(OPT_PLUGINS), $.fn.textext.plugins);
self.on({
setFormData : self.onSetFormData,
getFormData : self.onGetFormData,
setInputData : self.onSetInputData,
anyKeyUp : self.onAnyKeyUp
});
self.trigger(EVENT_POST_INIT);
self.trigger(EVENT_READY);
self.getFormData(0);
};
/**
* Initialized all installed patches against current instance. The patches are initialized based on their
* initialization priority which is returned by each patch's `initPriority()` method. Priority
* is a `Number` where patches with higher value gets their `init()` method called before patches
* with lower priority value.
*
* This facilitates initializing of patches in certain order to insure proper dependencies
* regardless of which order they are loaded.
*
* By default all patches have the same priority - zero, which means they will be initialized
* in rorder they are loaded, that is unless `initPriority()` is overriden.
*
* @signature TextExt.initPatches()
*
* @author agorbatchev
* @date 2011/10/11
* @id TextExt.initPatches
*/
p.initPatches = function()
{
var list = [],
source = $.fn.textext.patches,
name
;
for(name in source)
list.push(name);
this.initPlugins(list, source);
};
/**
* Creates and initializes all specified plugins. The plugins are initialized based on their
* initialization priority which is returned by each plugin's `initPriority()` method. Priority
* is a `Number` where plugins with higher value gets their `init()` method called before plugins
* with lower priority value.
*
* This facilitates initializing of plugins in certain order to insure proper dependencies
* regardless of which order user enters them in the `plugins` option field.
*
* By default all plugins have the same priority - zero, which means they will be initialized
* in the same order as entered by the user.
*
* @signature TextExt.initPlugins(plugins)
*
* @param plugins {Array} List of plugin names to initialize.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.initPlugins
*/
p.initPlugins = function(plugins, source)
{
var self = this,
ext, name, plugin, initList = [], i
;
if(typeof(plugins) == 'string')
plugins = plugins.split(/\s*,\s*|\s+/g);
for(i = 0; i < plugins.length; i++)
{
name = plugins[i];
plugin = source[name];
if(plugin)
{
self._plugins[name] = plugin = new plugin();
self[name] = (function(plugin) {
return function(){ return plugin; }
})(plugin);
initList.push(plugin);
$.extend(true, plugin, self.opts(OPT_EXT + '.*'), self.opts(OPT_EXT + '.' + name));
}
}
// sort plugins based on their priority values
initList.sort(function(p1, p2)
{
p1 = p1.initPriority();
p2 = p2.initPriority();
return p1 === p2
? 0
: p1 < p2 ? 1 : -1
;
});
for(i = 0; i < initList.length; i++)
initList[i].init(self);
};
/**
* Returns true if specified plugin is was instantiated for the current instance of core.
*
* @signature TextExt.hasPlugin(name)
*
* @param name {String} Name of the plugin to check.
*
* @author agorbatchev
* @date 2011/12/28
* @id TextExt.hasPlugin
* @version 1.1
*/
p.hasPlugin = function(name)
{
return !!this._plugins[name];
};
/**
* Allows to add multiple event handlers which will be execued in the scope of the current object.
*
* @signature TextExt.on([target], handlers)
*
* @param target {Object} **Optional**. Target object which has traditional `bind(event, handler)` method.
* Handler function will still be executed in the current object's scope.
* @param handlers {Object} Key/value pairs of event names and handlers, eg `{ event: handler }`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.on
*/
p.on = hookupEvents;
/**
* Binds an event handler to the input box that user interacts with.
*
* @signature TextExt.bind(event, handler)
*
* @param event {String} Event name.
* @param handler {Function} Event handler.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.bind
*/
p.bind = function(event, handler)
{
this.input().bind(event, handler);
};
/**
* Triggers an event on the input box that user interacts with. All core events are originated here.
*
* @signature TextExt.trigger(event, ...args)
*
* @param event {String} Name of the event to trigger.
* @param ...args All remaining arguments will be passed to the event handler.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.trigger
*/
p.trigger = function()
{
var args = arguments;
this.input().trigger(args[0], slice.call(args, 1));
};
/**
* Returns instance of `itemManager` that is used by the component.
*
* @signature TextExt.itemManager()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.itemManager
*/
p.itemManager = function()
{
return this._itemManager;
};
/**
* Returns jQuery input element with which user is interacting with.
*
* @signature TextExt.input()
*
* @author agorbatchev
* @date 2011/08/10
* @id TextExt.input
*/
p.input = function()
{
return $(this).data('input');
};
/**
* Returns option value for the specified option by name. If the value isn't found in the user
* provided options, it will try looking for default value.
*
* @signature TextExt.opts(name)
*
* @param name {String} Option name as described in the options.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.opts
*/
p.opts = function(name)
{
var result = getProperty(this._opts, name);
return typeof(result) == 'undefined' ? getProperty(this._defaults, name) : result;
};
/**
* Returns HTML element that was created from the `html.wrap` option. This is the top level HTML
* container for the text input with which user is interacting with.
*
* @signature TextExt.wrapElement()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.wrapElement
*/
p.wrapElement = function()
{
return $(this).data('wrapElement');
};
/**
* Updates container to match dimensions of the text input. Triggers `preInvalidate` and `postInvalidate`
* events.
*
* @signature TextExt.invalidateBounds()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.invalidateBounds
*/
p.invalidateBounds = function()
{
var self = this,
input = self.input(),
wrap = self.wrapElement(),
container = wrap.parent(),
width = self.originalWidth + 'px',
height
;
self.trigger(EVENT_PRE_INVALIDATE);
height = input.outerHeight() + 'px';
// using css() method instead of width() and height() here because they don't seem to do the right thing in jQuery 1.8.x
// https://github.com/alexgorbatchev/jquery-textext/issues/74
input.css({ 'width' : width });
wrap.css({ 'width' : width, 'height' : height });
container.css({ 'height' : height });
self.trigger(EVENT_POST_INVALIDATE);
};
/**
* Focuses user input on the text box.
*
* @signature TextExt.focusInput()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.focusInput
*/
p.focusInput = function()
{
this.input()[0].focus();
};
/**
* Serializes data for to be set into the hidden input field and which will be submitted
* with the HTML form.
*
* By default simple JSON serialization is used. It's expected that `JSON.stringify`
* method would be available either through built in class in most modern browsers
* or through JSON2 library.
*
* @signature TextExt.serializeData(data)
*
* @param data {Object} Data to serialize.
*
* @author agorbatchev
* @date 2011/08/09
* @id TextExt.serializeData
*/
p.serializeData = stringify;
/**
* Returns the hidden input HTML element which will be submitted with the HTML form.
*
* @signature TextExt.hiddenInput()
*
* @author agorbatchev
* @date 2011/08/09
* @id TextExt.hiddenInput
*/
p.hiddenInput = function(value)
{
return $(this).data('hiddenInput');
};
/**
* Abstracted functionality to trigger an event and get the data with maximum weight set by all
* the event handlers. This functionality is used for the `getFormData` event.
*
* @signature TextExt.getWeightedEventResponse(event, args)
*
* @param event {String} Event name.
* @param args {Object} Argument to be passed with the event.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExt.getWeightedEventResponse
*/
p.getWeightedEventResponse = function(event, args)
{
var self = this,
data = {},
maxWeight = 0
;
self.trigger(event, data, args);
for(var weight in data)
maxWeight = Math.max(maxWeight, weight);
return data[maxWeight];
};
/**
* Triggers the `getFormData` event to get all the plugins to return their data.
*
* After the data is returned, triggers `setFormData` and `setInputData` to update appopriate values.
*
* @signature TextExt.getFormData(keyCode)
*
* @param keyCode {Number} Key code number which has triggered this update. It's impotant to pass
* this value to the plugins because they might return different values based on the key that was
* pressed. For example, the Tags plugin returns an empty string for the `input` value if the enter
* key was pressed, otherwise it returns whatever is currently in the text input.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExt.getFormData
*/
p.getFormData = function(keyCode)
{
var self = this,
data = self.getWeightedEventResponse(EVENT_GET_FORM_DATA, keyCode || 0)
;
self.trigger(EVENT_SET_FORM_DATA , data['form']);
self.trigger(EVENT_SET_INPUT_DATA , data['input']);
};
//--------------------------------------------------------------------------------
// Event handlers
/**
* Reacts to the `anyKeyUp` event and triggers the `getFormData` to change data that will be submitted
* with the form. Default behaviour is that everything that is typed in will be JSON serialized, so
* the end result will be a JSON string.
*
* @signature TextExt.onAnyKeyUp(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.onAnyKeyUp
*/
p.onAnyKeyUp = function(e, keyCode)
{
this.getFormData(keyCode);
};
/**
* Reacts to the `setInputData` event and populates the input text field that user is currently
* interacting with.
*
* @signature TextExt.onSetInputData(e, data)
*
* @param e {Event} jQuery event.
* @param data {String} Value to be set.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExt.onSetInputData
*/
p.onSetInputData = function(e, data)
{
this.input().val(data);
};
/**
* Reacts to the `setFormData` event and populates the hidden input with will be submitted with
* the HTML form. The value will be serialized with `serializeData()` method.
*
* @signature TextExt.onSetFormData(e, data)
*
* @param e {Event} jQuery event.
* @param data {Object} Data that will be set.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExt.onSetFormData
*/
p.onSetFormData = function(e, data)
{
var self = this;
self.hiddenInput().val(self.serializeData(data));
};
/**
* Reacts to `getFormData` event triggered by the core. At the bare minimum the core will tell
* itself to use the current value in the text input as the data to be submitted with the HTML
* form.
*
* @signature TextExt.onGetFormData(e, data)
*
* @param e {Event} jQuery event.
*
* @author agorbatchev
* @date 2011/08/09
* @id TextExt.onGetFormData
*/
p.onGetFormData = function(e, data)
{
var val = this.input().val();
data[0] = formDataObject(val, val);
};
//--------------------------------------------------------------------------------
// User mouse/keyboard input
/**
* Triggers `[name]KeyUp` and `[name]KeyPress` for every keystroke as described in the events.
*
* @signature TextExt.onKeyUp(e)
*
* @param e {Object} jQuery event.
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.onKeyUp
*/
/**
* Triggers `[name]KeyDown` for every keystroke as described in the events.
*
* @signature TextExt.onKeyDown(e)
*
* @param e {Object} jQuery event.
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.onKeyDown
*/
$(['Down', 'Up']).each(function()
{
var type = this.toString();
p['onKey' + type] = function(e)
{
var self = this,
keyName = self.opts(OPT_KEYS)[e.keyCode],
defaultResult = true
;
if(keyName)
{
defaultResult = keyName.substr(-1) != '!';
keyName = keyName.replace('!', '');
self.trigger(keyName + 'Key' + type);
// manual *KeyPress event fimplementation for the function keys like Enter, Backspace, etc.
if(type == 'Up' && self._lastKeyDown == e.keyCode)
{
self._lastKeyDown = null;
self.trigger(keyName + 'KeyPress');
}
if(type == 'Down')
self._lastKeyDown = e.keyCode;
}
self.trigger('anyKey' + type, e.keyCode);
return defaultResult;
};
});
//--------------------------------------------------------------------------------
// Plugin Base
p = TextExtPlugin.prototype;
/**
* Allows to add multiple event handlers which will be execued in the scope of the current object.
*
* @signature TextExt.on([target], handlers)
*
* @param target {Object} **Optional**. Target object which has traditional `bind(event, handler)` method.
* Handler function will still be executed in the current object's scope.
* @param handlers {Object} Key/value pairs of event names and handlers, eg `{ event: handler }`.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.on
*/
p.on = hookupEvents;
/**
* Returns the hash object that `getFormData` triggered by the core expects.
*
* @signature TextExtPlugin.formDataObject(input, form)
*
* @param input {String} Value that will go into the text input that user is interacting with.
* @param form {Object} Value that will be serialized and put into the hidden that will be submitted
* with the HTML form.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtPlugin.formDataObject
*/
p.formDataObject = formDataObject;
/**
* Initialization method called by the core during plugin instantiation. This method must be implemented
* by each plugin individually.
*
* @signature TextExtPlugin.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.init
*/
p.init = function(core) { throw new Error('Not implemented') };
/**
* Initialization method wich should be called by the plugin during the `init()` call.
*
* @signature TextExtPlugin.baseInit(core, defaults)
*
* @param core {TextExt} Instance of the TextExt core class.
* @param defaults {Object} Default plugin options. These will be checked if desired value wasn't
* found in the options supplied by the user.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.baseInit
*/
p.baseInit = function(core, defaults)
{
var self = this;
core._defaults = $.extend(true, core._defaults, defaults);
self._core = core;
self._timers = {};
};
/**
* Allows starting of multiple timeout calls. Each time this method is called with the same
* timer name, the timer is reset. This functionality is useful in cases where an action needs
* to occur only after a certain period of inactivity. For example, making an AJAX call after
* user stoped typing for 1 second.
*
* @signature TextExtPlugin.startTimer(name, delay, callback)
*
* @param name {String} Timer name.
* @param delay {Number} Delay in seconds.
* @param callback {Function} Callback function.
*
* @author agorbatchev
* @date 2011/08/25
* @id TextExtPlugin.startTimer
*/
p.startTimer = function(name, delay, callback)
{
var self = this;
self.stopTimer(name);
self._timers[name] = setTimeout(
function()
{
delete self._timers[name];
callback.apply(self);
},
delay * 1000
);
};
/**
* Stops the timer by name without resetting it.
*
* @signature TextExtPlugin.stopTimer(name)
*
* @param name {String} Timer name.
*
* @author agorbatchev
* @date 2011/08/25
* @id TextExtPlugin.stopTimer
*/
p.stopTimer = function(name)
{
clearTimeout(this._timers[name]);
};
/**
* Returns instance of the `TextExt` to which current instance of the plugin is attached to.
*
* @signature TextExtPlugin.core()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.core
*/
p.core = function()
{
return this._core;
};
/**
* Shortcut to the core's `opts()` method. Returns option value.
*
* @signature TextExtPlugin.opts(name)
*
* @param name {String} Option name as described in the options.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.opts
*/
p.opts = function(name)
{
return this.core().opts(name);
};
/**
* Shortcut to the core's `itemManager()` method. Returns instance of the `ItemManger` that is
* currently in use.
*
* @signature TextExtPlugin.itemManager()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.itemManager
*/
p.itemManager = function()
{
return this.core().itemManager();
};
/**
* Shortcut to the core's `input()` method. Returns instance of the HTML element that represents
* current text input.
*
* @signature TextExtPlugin.input()
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.input
*/
p.input = function()
{
return this.core().input();
};
/**
* Shortcut to the commonly used `this.input().val()` call to get or set value of the text input.
*
* @signature TextExtPlugin.val(value)
*
* @param value {String} Optional value. If specified, the value will be set, otherwise it will be
* returned.
*
* @author agorbatchev
* @date 2011/08/20
* @id TextExtPlugin.val
*/
p.val = function(value)
{
var input = this.input();
if(typeof(value) === UNDEFINED)
return input.val();
else
input.val(value);
};
/**
* Shortcut to the core's `trigger()` method. Triggers specified event with arguments on the
* component core.
*
* @signature TextExtPlugin.trigger(event, ...args)
*
* @param event {String} Name of the event to trigger.
* @param ...args All remaining arguments will be passed to the event handler.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExtPlugin.trigger
*/
p.trigger = function()
{
var core = this.core();
core.trigger.apply(core, arguments);
};
/**
* Shortcut to the core's `bind()` method. Binds specified handler to the event.
*
* @signature TextExtPlugin.bind(event, handler)
*
* @param event {String} Event name.
* @param handler {Function} Event handler.
*
* @author agorbatchev
* @date 2011/08/20
* @id TextExtPlugin.bind
*/
p.bind = function(event, handler)
{
this.core().bind(event, handler);
};
/**
* Returns initialization priority for this plugin. If current plugin depends upon some other plugin
* to be initialized before or after, priority needs to be adjusted accordingly. Plugins with higher
* priority initialize before plugins with lower priority.
*
* Default initialization priority is `0`.
*
* @signature TextExtPlugin.initPriority()
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtPlugin.initPriority
*/
p.initPriority = function()
{
return 0;
};
//--------------------------------------------------------------------------------
// jQuery Integration
/**
* TextExt integrates as a jQuery plugin available through the `$(selector).textext(opts)` call. If
* `opts` argument is passed, then a new instance of `TextExt` will be created for all the inputs
* that match the `selector`. If `opts` wasn't passed and TextExt was already intantiated for
* inputs that match the `selector`, array of `TextExt` instances will be returned instead.
*
* // will create a new instance of `TextExt` for all elements that match `.sample`
* $('.sample').textext({ ... });
*
* // will return array of all `TextExt` instances
* var list = $('.sample').textext();
*
* The following properties are also exposed through the jQuery `$.fn.textext`:
*
* * `TextExt` -- `TextExt` class.
* * `TextExtPlugin` -- `TextExtPlugin` class.
* * `ItemManager` -- `ItemManager` class.
* * `plugins` -- Key/value table of all registered plugins.
* * `addPlugin(name, constructor)` -- All plugins should register themselves using this function.
*
* @author agorbatchev
* @date 2011/08/19
* @id TextExt.jquery
*/
var cssInjected = false;
var textext = $.fn.textext = function(opts)
{
var css;
if(!cssInjected && (css = $.fn.textext.css) != null)
{
$('head').append('<style>' + css + '</style>');
cssInjected = true;
}
return this.map(function()
{
var self = $(this);
if(opts == null)
return self.data('textext');
var instance = new TextExt();
instance.init(self, opts);
self.data('textext', instance);
return instance.input()[0];
});
};
/**
* This static function registers a new plugin which makes it available through the `plugins` option
* to the end user. The name specified here is the name the end user would put in the `plugins` option
* to add this plugin to a new instance of TextExt.
*
* @signature $.fn.textext.addPlugin(name, constructor)
*
* @param name {String} Name of the plugin.
* @param constructor {Function} Plugin constructor.
*
* @author agorbatchev
* @date 2011/10/11
* @id TextExt.addPlugin
*/
textext.addPlugin = function(name, constructor)
{
textext.plugins[name] = constructor;
constructor.prototype = new textext.TextExtPlugin();
};
/**
* This static function registers a new patch which is added to each instance of TextExt. If you are
* adding a new patch, make sure to call this method.
*
* @signature $.fn.textext.addPatch(name, constructor)
*
* @param name {String} Name of the patch.
* @param constructor {Function} Patch constructor.
*
* @author agorbatchev
* @date 2011/10/11
* @id TextExt.addPatch
*/
textext.addPatch = function(name, constructor)
{
textext.patches[name] = constructor;
constructor.prototype = new textext.TextExtPlugin();
};
textext.TextExt = TextExt;
textext.TextExtPlugin = TextExtPlugin;
textext.ItemManager = ItemManager;
textext.plugins = {};
textext.patches = {};
})(jQuery);
(function($)
{
function TextExtIE9Patches() {};
$.fn.textext.TextExtIE9Patches = TextExtIE9Patches;
$.fn.textext.addPatch('ie9',TextExtIE9Patches);
var p = TextExtIE9Patches.prototype;
p.init = function(core)
{
if(navigator.userAgent.indexOf('MSIE 9') == -1)
return;
var self = this;
core.on({ postInvalidate : self.onPostInvalidate });
};
p.onPostInvalidate = function()
{
var self = this,
input = self.input(),
val = input.val()
;
// agorbatchev :: IE9 doesn't seem to update the padding if box-sizing is on until the
// text box value changes, so forcing this change seems to do the trick of updating
// IE's padding visually.
input.val(Math.random());
input.val(val);
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* AJAX plugin is very useful if you want to load list of items from a data point and pass it
* to the Autocomplete or Filter plugins.
*
* Because it meant to be as a helper method for either Autocomplete or Filter plugin, without
* either of these two present AJAX plugin won't do anything.
*
* @author agorbatchev
* @date 2011/08/16
* @id TextExtAjax
*/
function TextExtAjax() {};
$.fn.textext.TextExtAjax = TextExtAjax;
$.fn.textext.addPlugin('ajax', TextExtAjax);
var p = TextExtAjax.prototype,
/**
* AJAX plugin options are grouped under `ajax` when passed to the `$().textext()` function. Be
* mindful that the whole `ajax` object is also passed to jQuery `$.ajax` call which means that
* you can change all jQuery options as well. Please refer to the jQuery documentation on how
* to set url and all other parameters. For example:
*
* $('textarea').textext({
* plugins: 'ajax',
* ajax: {
* url: 'http://...'
* }
* })
*
* **Important**: Because it's necessary to pass options to `jQuery.ajax()` in a single object,
* all jQuery related AJAX options like `url`, `dataType`, etc **must** be within the `ajax` object.
* This is the exception to general rule that TextExt options can be specified in dot or camel case
* notation.
*
* @author agorbatchev
* @date 2011/08/16
* @id TextExtAjax.options
*/
/**
* By default, when user starts typing into the text input, AJAX plugin will start making requests
* to the `url` that you have specified and will pass whatever user has typed so far as a parameter
* named `q`, eg `?q=foo`.
*
* If you wish to change this behaviour, you can pass a function as a value for this option which
* takes one argument (the user input) and should return a key/value object that will be converted
* to the request parameters. For example:
*
* 'dataCallback' : function(query)
* {
* return { 'search' : query };
* }
*
* @name ajax.data.callback
* @default null
* @author agorbatchev
* @date 2011/08/16
* @id TextExtAjax.options.data.callback
*/
OPT_DATA_CALLBACK = 'ajax.data.callback',
/**
* By default, the server end point is constantly being reloaded whenever user changes the value
* in the text input. If you'd rather have the client do result filtering, you can return all
* possible results from the server and cache them on the client by setting this option to `true`.
*
* In such a case, only one call to the server will be made and filtering will be performed on
* the client side using `ItemManager` attached to the core.
*
* @name ajax.data.results
* @default false
* @author agorbatchev
* @date 2011/08/16
* @id TextExtAjax.options.cache.results
*/
OPT_CACHE_RESULTS = 'ajax.cache.results',
/**
* The loading message delay is set in seconds and will specify how long it would take before
* user sees the message. If you don't want user to ever see this message, set the option value
* to `Number.MAX_VALUE`.
*
* @name ajax.loading.delay
* @default 0.5
* @author agorbatchev
* @date 2011/08/16
* @id TextExtAjax.options.loading.delay
*/
OPT_LOADING_DELAY = 'ajax.loading.delay',
/**
* Whenever an AJAX request is made and the server takes more than the number of seconds specified
* in `ajax.loading.delay` to respond, the message specified in this option will appear in the drop
* down.
*
* @name ajax.loading.message
* @default "Loading..."
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.options.loading.message
*/
OPT_LOADING_MESSAGE = 'ajax.loading.message',
/**
* When user is typing in or otherwise changing the value of the text input, it's undesirable to make
* an AJAX request for every keystroke. Instead it's more conservative to send a request every number
* of seconds while user is typing the value. This number of seconds is specified by the `ajax.type.delay`
* option.
*
* @name ajax.type.delay
* @default 0.5
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.options.type.delay
*/
OPT_TYPE_DELAY = 'ajax.type.delay',
/**
* AJAX plugin dispatches or reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.events
*/
/**
* AJAX plugin reacts to the `getSuggestions` event dispatched by the Autocomplete plugin.
*
* @name getSuggestions
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.events.getSuggestions
*/
/**
* In the event of successful AJAX request, the AJAX coponent dispatches the `setSuggestions`
* event meant to be recieved by the Autocomplete plugin.
*
* @name setSuggestions
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.events.setSuggestions
*/
EVENT_SET_SUGGESTION = 'setSuggestions',
/**
* AJAX plugin dispatches the `showDropdown` event which Autocomplete plugin is expecting.
* This is used to temporarily show the loading message if the AJAX request is taking longer
* than expected.
*
* @name showDropdown
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.events.showDropdown
*/
EVENT_SHOW_DROPDOWN = 'showDropdown',
TIMER_LOADING = 'loading',
DEFAULT_OPTS = {
ajax : {
typeDelay : 0.5,
loadingMessage : 'Loading...',
loadingDelay : 0.5,
cacheResults : false,
dataCallback : null
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtAjax.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAjax.init
*/
p.init = function(core)
{
var self = this;
self.baseInit(core, DEFAULT_OPTS);
self.on({
getSuggestions : self.onGetSuggestions
});
self._suggestions = null;
};
/**
* Performas an async AJAX with specified options.
*
* @signature TextExtAjax.load(query)
*
* @param query {String} Value that user has typed into the text area which is
* presumably the query.
*
* @author agorbatchev
* @date 2011/08/14
* @id TextExtAjax.load
*/
p.load = function(query)
{
var self = this,
dataCallback = self.opts(OPT_DATA_CALLBACK) || function(query) { return { q : query } },
opts
;
opts = $.extend(true,
{
data : dataCallback(query),
success : function(data) { self.onComplete(data, query) },
error : function(jqXHR, message) { console.error(message, query) }
},
self.opts('ajax')
);
$.ajax(opts);
};
/**
* Successful call AJAX handler. Takes the data that came back from AJAX and the
* original query that was used to make the call.
*
* @signature TextExtAjax.onComplete(data, query)
*
* @param data {Object} Data loaded from the server, should be an Array of strings
* by default or whatever data structure your custom `ItemManager` implements.
*
* @param query {String} Query string, ie whatever user has typed in.
*
* @author agorbatchev
* @date 2011/08/14
* @id TextExtAjax.onComplete
*/
p.onComplete = function(data, query)
{
var self = this,
result = data
;
self.dontShowLoading();
// If results are expected to be cached, then we store the original
// data set and return the filtered one based on the original query.
// That means we do filtering on the client side, instead of the
// server side.
if(self.opts(OPT_CACHE_RESULTS) == true)
{
self._suggestions = data;
result = self.itemManager().filter(data, query);
}
self.trigger(EVENT_SET_SUGGESTION, { result : result });
};
/**
* If show loading message timer was started, calling this function disables it,
* otherwise nothing else happens.
*
* @signature TextExtAjax.dontShowLoading()
*
* @author agorbatchev
* @date 2011/08/16
* @id TextExtAjax.dontShowLoading
*/
p.dontShowLoading = function()
{
this.stopTimer(TIMER_LOADING);
};
/**
* Shows message specified in `ajax.loading.message` if loading data takes more than
* number of seconds specified in `ajax.loading.delay`.
*
* @signature TextExtAjax.showLoading()
*
* @author agorbatchev
* @date 2011/08/15
* @id TextExtAjax.showLoading
*/
p.showLoading = function()
{
var self = this;
self.dontShowLoading();
self.startTimer(
TIMER_LOADING,
self.opts(OPT_LOADING_DELAY),
function()
{
self.trigger(EVENT_SHOW_DROPDOWN, function(autocomplete)
{
autocomplete.clearItems();
var node = autocomplete.addDropdownItem(self.opts(OPT_LOADING_MESSAGE));
node.addClass('text-loading');
});
}
);
};
/**
* Reacts to the `getSuggestions` event and begin loading suggestions. If
* `ajax.cache.results` is specified, all calls after the first one will use
* cached data and filter it with the `core.itemManager.filter()`.
*
* @signature TextExtAjax.onGetSuggestions(e, data)
*
* @param e {Object} jQuery event.
* @param data {Object} Data structure passed with the `getSuggestions` event
* which contains the user query, eg `{ query : "..." }`.
*
* @author agorbatchev
* @date 2011/08/15
* @id TextExtAjax.onGetSuggestions
*/
p.onGetSuggestions = function(e, data)
{
var self = this,
suggestions = self._suggestions,
query = (data || {}).query || ''
;
if(suggestions && self.opts(OPT_CACHE_RESULTS) === true)
return self.onComplete(suggestions, query);
self.startTimer(
'ajax',
self.opts(OPT_TYPE_DELAY),
function()
{
self.showLoading();
self.load(query);
}
);
};
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Displays a dropdown style arrow button. The `TextExtArrow` works together with the
* `TextExtAutocomplete` plugin and whenever clicked tells the autocomplete plugin to
* display its suggestions.
*
* @author agorbatchev
* @date 2011/12/27
* @id TextExtArrow
*/
function TextExtArrow() {};
$.fn.textext.TextExtArrow = TextExtArrow;
$.fn.textext.addPlugin('arrow', TextExtArrow);
var p = TextExtArrow.prototype,
/**
* Arrow plugin only has one option and that is its HTML template. It could be
* changed when passed to the `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'arrow',
* html: {
* arrow: "<span/>"
* }
* })
*
* @author agorbatchev
* @date 2011/12/27
* @id TextExtArrow.options
*/
/**
* HTML source that is used to generate markup required for the arrow.
*
* @name html.arrow
* @default '<div class="text-arrow"/>'
* @author agorbatchev
* @date 2011/12/27
* @id TextExtArrow.options.html.arrow
*/
OPT_HTML_ARROW = 'html.arrow',
DEFAULT_OPTS = {
html : {
arrow : '<div class="text-arrow"/>'
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtArrow.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/12/27
* @id TextExtArrow.init
*/
p.init = function(core)
{
var self = this,
arrow
;
self.baseInit(core, DEFAULT_OPTS);
self._arrow = arrow = $(self.opts(OPT_HTML_ARROW));
self.core().wrapElement().append(arrow);
arrow.bind('click', function(e) { self.onArrowClick(e); });
};
//--------------------------------------------------------------------------------
// Event handlers
/**
* Reacts to the `click` event whenever user clicks the arrow.
*
* @signature TextExtArrow.onArrowClick(e)
*
* @param e {Object} jQuery event.
* @author agorbatchev
* @date 2011/12/27
* @id TextExtArrow.onArrowClick
*/
p.onArrowClick = function(e)
{
this.trigger('toggleDropdown');
this.core().focusInput();
};
//--------------------------------------------------------------------------------
// Core functionality
})(jQuery);
| JavaScript |
/**
* jQuery TextExt Plugin
* http://alexgorbatchev.com/textext
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Displays a clear search button.
*
* @author mreinstein
* @date 2012/02/19
* @id TextExtClear
*/
function TextExtClear() {};
$.fn.textext.TextExtClear = TextExtClear;
$.fn.textext.addPlugin('clear', TextExtClear);
var p = TextExtClear.prototype,
/**
* Clear plugin only has one option and that is its HTML template. It could be
* changed when passed to the `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'clear',
* html: {
* clear: "<span/>"
* }
* })
*
* @author mreinstein
* @date 2012/02/19
* @id TextExtClear.options
*/
/**
* HTML source that is used to generate markup required for the clear.
*
* @name html.clear
* @default '<div class="text-clear"/>'
* @author mreinstein
* @date 2012/02/19
* @id TextExtClear.options.html.clear
*/
OPT_HTML_CLEAR = 'html.clear',
DEFAULT_OPTS = {
html : {
clear : '<div class="text-clear"/>'
}
};
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtClear.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/12/27
* @id TextExtClear.init
*/
p.init = function(core)
{
var self = this,
clear
;
self.baseInit(core, DEFAULT_OPTS);
self._clear = clear = $(self.opts(OPT_HTML_CLEAR));
self.core().wrapElement().append(clear);
clear.bind('click', function(e) { self.onClearClick(e); });
};
//--------------------------------------------------------------------------------
// Event handlers
/**
* Reacts to the `click` event whenever user clicks the clear.
*
* @signature TextExtClear.onClearClick(e)
*
* @param e {Object} jQuery event.
* @author agorbatchev
* @date 2011/12/27
* @id TextExtClear.onClearClick
*/
p.onClearClick = function(e)
{
var self = this;
// check if the tags plugin is present
if(typeof self.core()._plugins.tags != 'undefined')
{
// it is! remove all tags
var elems = self.core()._plugins.tags.tagElements();
for(var i =0; i < elems.length;i++)
{
self.core()._plugins.tags.removeTag($(elems[i]));
}
}
// clear the text from the search area
self.val('');
self.core().getFormData();
};
//--------------------------------------------------------------------------------
// Core functionality
})(jQuery); | JavaScript |
/**
* jQuery TextExt Plugin
* http://textextjs.com
*
* @version 1.3.1
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
* @license MIT License
*/
(function($)
{
/**
* Autocomplete plugin brings the classic autocomplete functionality to the TextExt ecosystem.
* The gist of functionality is when user starts typing in, for example a term or a tag, a
* dropdown would be presented with possible suggestions to complete the input quicker.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete
*/
function TextExtAutocomplete() {};
$.fn.textext.TextExtAutocomplete = TextExtAutocomplete;
$.fn.textext.addPlugin('autocomplete', TextExtAutocomplete);
var p = TextExtAutocomplete.prototype,
CSS_DOT = '.',
CSS_SELECTED = 'text-selected',
CSS_DOT_SELECTED = CSS_DOT + CSS_SELECTED,
CSS_SUGGESTION = 'text-suggestion',
CSS_DOT_SUGGESTION = CSS_DOT + CSS_SUGGESTION,
CSS_LABEL = 'text-label',
CSS_DOT_LABEL = CSS_DOT + CSS_LABEL,
/**
* Autocomplete plugin options are grouped under `autocomplete` when passed to the
* `$().textext()` function. For example:
*
* $('textarea').textext({
* plugins: 'autocomplete',
* autocomplete: {
* dropdownPosition: 'above'
* }
* })
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.options
*/
/**
* This is a toggle switch to enable or disable the Autucomplete plugin. The value is checked
* each time at the top level which allows you to toggle this setting on the fly.
*
* @name autocomplete.enabled
* @default true
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.options.autocomplete.enabled
*/
OPT_ENABLED = 'autocomplete.enabled',
/**
* This option allows to specify position of the dropdown. The two possible values
* are `above` and `below`.
*
* @name autocomplete.dropdown.position
* @default "below"
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.options.autocomplete.dropdown.position
*/
OPT_POSITION = 'autocomplete.dropdown.position',
/**
* This option allows to specify maximum height of the dropdown. Value is taken directly, so
* if desired height is 200 pixels, value must be `200px`.
*
* @name autocomplete.dropdown.maxHeight
* @default "100px"
* @author agorbatchev
* @date 2011/12/29
* @id TextExtAutocomplete.options.autocomplete.dropdown.maxHeight
* @version 1.1
*/
OPT_MAX_HEIGHT = 'autocomplete.dropdown.maxHeight',
/**
* This option allows to override how a suggestion item is rendered. The value should be
* a function, the first argument of which is suggestion to be rendered and `this` context
* is the current instance of `TextExtAutocomplete`.
*
* [Click here](/manual/examples/autocomplete-with-custom-render.html) to see a demo.
*
* For example:
*
* $('textarea').textext({
* plugins: 'autocomplete',
* autocomplete: {
* render: function(suggestion)
* {
* return '<b>' + suggestion + '</b>';
* }
* }
* })
*
* @name autocomplete.render
* @default null
* @author agorbatchev
* @date 2011/12/23
* @id TextExtAutocomplete.options.autocomplete.render
* @version 1.1
*/
OPT_RENDER = 'autocomplete.render',
/**
* HTML source that is used to generate the dropdown.
*
* @name html.dropdown
* @default '<div class="text-dropdown"><div class="text-list"/></div>'
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.options.html.dropdown
*/
OPT_HTML_DROPDOWN = 'html.dropdown',
/**
* HTML source that is used to generate each suggestion.
*
* @name html.suggestion
* @default '<div class="text-suggestion"><span class="text-label"/></div>'
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.options.html.suggestion
*/
OPT_HTML_SUGGESTION = 'html.suggestion',
/**
* Autocomplete plugin triggers or reacts to the following events.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.events
*/
/**
* Autocomplete plugin triggers and reacts to the `hideDropdown` to hide the dropdown if it's
* already visible.
*
* @name hideDropdown
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.events.hideDropdown
*/
EVENT_HIDE_DROPDOWN = 'hideDropdown',
/**
* Autocomplete plugin triggers and reacts to the `showDropdown` to show the dropdown if it's
* not already visible.
*
* It's possible to pass a render callback function which will be called instead of the
* default `TextExtAutocomplete.renderSuggestions()`.
*
* Here's how another plugin should trigger this event with the optional render callback:
*
* this.trigger('showDropdown', function(autocomplete)
* {
* autocomplete.clearItems();
* var node = autocomplete.addDropdownItem('<b>Item</b>');
* node.addClass('new-look');
* });
*
* @name showDropdown
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.events.showDropdown
*/
EVENT_SHOW_DROPDOWN = 'showDropdown',
/**
* Autocomplete plugin reacts to the `setSuggestions` event triggered by other plugins which
* wish to populate the suggestion items. Suggestions should be passed as event argument in the
* following format: `{ data : [ ... ] }`.
*
* Here's how another plugin should trigger this event:
*
* this.trigger('setSuggestions', { data : [ "item1", "item2" ] });
*
* @name setSuggestions
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.events.setSuggestions
*/
/**
* Autocomplete plugin triggers the `getSuggestions` event and expects to get results by listening for
* the `setSuggestions` event.
*
* @name getSuggestions
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.events.getSuggestions
*/
EVENT_GET_SUGGESTIONS = 'getSuggestions',
/**
* Autocomplete plugin triggers `getFormData` event with the current suggestion so that the the core
* will be updated with serialized data to be submitted with the HTML form.
*
* @name getFormData
* @author agorbatchev
* @date 2011/08/18
* @id TextExtAutocomplete.events.getFormData
*/
EVENT_GET_FORM_DATA = 'getFormData',
/**
* Autocomplete plugin reacts to `toggleDropdown` event and either shows or hides the dropdown
* depending if it's currently hidden or visible.
*
* @name toggleDropdown
* @author agorbatchev
* @date 2011/12/27
* @id TextExtAutocomplete.events.toggleDropdown
* @version 1.1
*/
EVENT_TOGGLE_DROPDOWN = 'toggleDropdown',
POSITION_ABOVE = 'above',
POSITION_BELOW = 'below',
DATA_MOUSEDOWN_ON_AUTOCOMPLETE = 'mousedownOnAutocomplete',
DEFAULT_OPTS = {
autocomplete : {
enabled : true,
dropdown : {
position : POSITION_BELOW,
maxHeight : '100px'
}
},
html : {
dropdown : '<div class="text-dropdown"><div class="text-list"/></div>',
suggestion : '<div class="text-suggestion"><span class="text-label"/></div>'
}
}
;
/**
* Initialization method called by the core during plugin instantiation.
*
* @signature TextExtAutocomplete.init(core)
*
* @param core {TextExt} Instance of the TextExt core class.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.init
*/
p.init = function(core)
{
var self = this;
self.baseInit(core, DEFAULT_OPTS);
var input = self.input(),
container
;
if(self.opts(OPT_ENABLED) === true)
{
self.on({
blur : self.onBlur,
anyKeyUp : self.onAnyKeyUp,
deleteKeyUp : self.onAnyKeyUp,
backspaceKeyPress : self.onBackspaceKeyPress,
enterKeyPress : self.onEnterKeyPress,
escapeKeyPress : self.onEscapeKeyPress,
setSuggestions : self.onSetSuggestions,
showDropdown : self.onShowDropdown,
hideDropdown : self.onHideDropdown,
toggleDropdown : self.onToggleDropdown,
postInvalidate : self.positionDropdown,
getFormData : self.onGetFormData,
// using keyDown for up/down keys so that repeat events are
// captured and user can scroll up/down by holding the keys
downKeyDown : self.onDownKeyDown,
upKeyDown : self.onUpKeyDown
});
container = $(self.opts(OPT_HTML_DROPDOWN));
container.insertAfter(input);
self.on(container, {
mouseover : self.onMouseOver,
mousedown : self.onMouseDown,
click : self.onClick
});
container
.css('maxHeight', self.opts(OPT_MAX_HEIGHT))
.addClass('text-position-' + self.opts(OPT_POSITION))
;
$(self).data('container', container);
$(document.body).click(function(e)
{
if (self.isDropdownVisible() && !self.withinWrapElement(e.target))
self.trigger(EVENT_HIDE_DROPDOWN);
});
self.positionDropdown();
}
};
/**
* Returns top level dropdown container HTML element.
*
* @signature TextExtAutocomplete.containerElement()
*
* @author agorbatchev
* @date 2011/08/15
* @id TextExtAutocomplete.containerElement
*/
p.containerElement = function()
{
return $(this).data('container');
};
//--------------------------------------------------------------------------------
// User mouse/keyboard input
/**
* Reacts to the `mouseOver` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onMouseOver(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onMouseOver
*/
p.onMouseOver = function(e)
{
var self = this,
target = $(e.target)
;
if(target.is(CSS_DOT_SUGGESTION))
{
self.clearSelected();
target.addClass(CSS_SELECTED);
}
};
/**
* Reacts to the `mouseDown` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onMouseDown(e)
*
* @param e {Object} jQuery event.
*
* @author adamayres
* @date 2012/01/13
* @id TextExtAutocomplete.onMouseDown
*/
p.onMouseDown = function(e)
{
this.containerElement().data(DATA_MOUSEDOWN_ON_AUTOCOMPLETE, true);
};
/**
* Reacts to the `click` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onClick(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onClick
*/
p.onClick = function(e)
{
var self = this,
target = $(e.target)
;
if(target.is(CSS_DOT_SUGGESTION) || target.is(CSS_DOT_LABEL))
self.trigger('enterKeyPress');
if (self.core().hasPlugin('tags'))
self.val('');
};
/**
* Reacts to the `blur` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onBlur(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onBlur
*/
p.onBlur = function(e)
{
var self = this,
container = self.containerElement(),
isBlurByMousedown = container.data(DATA_MOUSEDOWN_ON_AUTOCOMPLETE) === true
;
// only trigger a close event if the blur event was
// not triggered by a mousedown event on the autocomplete
// otherwise set focus back back on the input
if(self.isDropdownVisible())
isBlurByMousedown ? self.core().focusInput() : self.trigger(EVENT_HIDE_DROPDOWN);
container.removeData(DATA_MOUSEDOWN_ON_AUTOCOMPLETE);
};
/**
* Reacts to the `backspaceKeyPress` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onBackspaceKeyPress(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onBackspaceKeyPress
*/
p.onBackspaceKeyPress = function(e)
{
var self = this,
isEmpty = self.val().length > 0
;
if(isEmpty || self.isDropdownVisible())
self.getSuggestions();
};
/**
* Reacts to the `anyKeyUp` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onAnyKeyUp(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onAnyKeyUp
*/
p.onAnyKeyUp = function(e, keyCode)
{
var self = this,
isFunctionKey = self.opts('keys.' + keyCode) != null
;
if(self.val().length > 0 && !isFunctionKey)
self.getSuggestions();
};
/**
* Reacts to the `downKeyDown` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onDownKeyDown(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onDownKeyDown
*/
p.onDownKeyDown = function(e)
{
var self = this;
self.isDropdownVisible()
? self.toggleNextSuggestion()
: self.getSuggestions()
;
};
/**
* Reacts to the `upKeyDown` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onUpKeyDown(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onUpKeyDown
*/
p.onUpKeyDown = function(e)
{
this.togglePreviousSuggestion();
};
/**
* Reacts to the `enterKeyPress` event triggered by the TextExt core.
*
* @signature TextExtAutocomplete.onEnterKeyPress(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onEnterKeyPress
*/
p.onEnterKeyPress = function(e)
{
var self = this;
if(self.isDropdownVisible())
self.selectFromDropdown();
};
/**
* Reacts to the `escapeKeyPress` event triggered by the TextExt core. Hides the dropdown
* if it's currently visible.
*
* @signature TextExtAutocomplete.onEscapeKeyPress(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onEscapeKeyPress
*/
p.onEscapeKeyPress = function(e)
{
var self = this;
if(self.isDropdownVisible())
self.trigger(EVENT_HIDE_DROPDOWN);
};
//--------------------------------------------------------------------------------
// Core functionality
/**
* Positions dropdown either below or above the input based on the `autocomplete.dropdown.position`
* option specified, which could be either `above` or `below`.
*
* @signature TextExtAutocomplete.positionDropdown()
*
* @author agorbatchev
* @date 2011/08/15
* @id TextExtAutocomplete.positionDropdown
*/
p.positionDropdown = function()
{
var self = this,
container = self.containerElement(),
direction = self.opts(OPT_POSITION),
height = self.core().wrapElement().outerHeight(),
css = {}
;
css[direction === POSITION_ABOVE ? 'bottom' : 'top'] = height + 'px';
container.css(css);
};
/**
* Returns list of all the suggestion HTML elements in the dropdown.
*
* @signature TextExtAutocomplete.suggestionElements()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.suggestionElements
*/
p.suggestionElements = function()
{
return this.containerElement().find(CSS_DOT_SUGGESTION);
};
/**
* Highlights specified suggestion as selected in the dropdown.
*
* @signature TextExtAutocomplete.setSelectedSuggestion(suggestion)
*
* @param suggestion {Object} Suggestion object. With the default `ItemManager` this
* is expected to be a string, anything else with custom implementations.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.setSelectedSuggestion
*/
p.setSelectedSuggestion = function(suggestion)
{
if(!suggestion)
return;
var self = this,
all = self.suggestionElements(),
target = all.first(),
item, i
;
self.clearSelected();
for(i = 0; i < all.length; i++)
{
item = $(all[i]);
if(self.itemManager().compareItems(item.data(CSS_SUGGESTION), suggestion))
{
target = item.addClass(CSS_SELECTED);
break;
}
}
target.addClass(CSS_SELECTED);
self.scrollSuggestionIntoView(target);
};
/**
* Returns the first suggestion HTML element from the dropdown that is highlighted as selected.
*
* @signature TextExtAutocomplete.selectedSuggestionElement()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.selectedSuggestionElement
*/
p.selectedSuggestionElement = function()
{
return this.suggestionElements().filter(CSS_DOT_SELECTED).first();
};
/**
* Returns `true` if dropdown is currently visible, `false` otherwise.
*
* @signature TextExtAutocomplete.isDropdownVisible()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.isDropdownVisible
*/
p.isDropdownVisible = function()
{
return this.containerElement().is(':visible') === true;
};
/**
* Reacts to the `getFormData` event triggered by the core. Returns data with the
* weight of 100 to be *less than the Tags plugin* data weight. The weights system is
* covered in greater detail in the [`getFormData`][1] event documentation.
*
* [1]: /manual/textext.html#getformdata
*
* @signature TextExtAutocomplete.onGetFormData(e, data, keyCode)
*
* @param e {Object} jQuery event.
* @param data {Object} Data object to be populated.
* @param keyCode {Number} Key code that triggered the original update request.
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtAutocomplete.onGetFormData
*/
p.onGetFormData = function(e, data, keyCode)
{
var self = this,
val = self.val(),
inputValue = val,
formValue = val
;
data[100] = self.formDataObject(inputValue, formValue);
};
/**
* Returns initialization priority of the Autocomplete plugin which is expected to be
* *greater than the Tags plugin* because of the dependencies. The value is 200.
*
* @signature TextExtAutocomplete.initPriority()
*
* @author agorbatchev
* @date 2011/08/22
* @id TextExtAutocomplete.initPriority
*/
p.initPriority = function()
{
return 200;
};
/**
* Reacts to the `hideDropdown` event and hides the dropdown if it's already visible.
*
* @signature TextExtAutocomplete.onHideDropdown(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onHideDropdown
*/
p.onHideDropdown = function(e)
{
this.hideDropdown();
};
/**
* Reacts to the 'toggleDropdown` event and shows or hides the dropdown depending if
* it's currently hidden or visible.
*
* @signature TextExtAutocomplete.onToggleDropdown(e)
*
* @param e {Object} jQuery event.
*
* @author agorbatchev
* @date 2011/12/27
* @id TextExtAutocomplete.onToggleDropdown
* @version 1.1.0
*/
p.onToggleDropdown = function(e)
{
var self = this;
self.trigger(self.containerElement().is(':visible') ? EVENT_HIDE_DROPDOWN : EVENT_SHOW_DROPDOWN);
};
/**
* Reacts to the `showDropdown` event and shows the dropdown if it's not already visible.
* It's possible to pass a render callback function which will be called instead of the
* default `TextExtAutocomplete.renderSuggestions()`.
*
* If no suggestion were previously loaded, it will fire `getSuggestions` event and exit.
*
* Here's how another plugin should trigger this event with the optional render callback:
*
* this.trigger('showDropdown', function(autocomplete)
* {
* autocomplete.clearItems();
* var node = autocomplete.addDropdownItem('<b>Item</b>');
* node.addClass('new-look');
* });
*
* @signature TextExtAutocomplete.onShowDropdown(e, renderCallback)
*
* @param e {Object} jQuery event.
* @param renderCallback {Function} Optional callback function which would be used to
* render dropdown items. As a first argument, reference to the current instance of
* Autocomplete plugin will be supplied. It's assumed, that if this callback is provided
* rendering will be handled completely manually.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onShowDropdown
*/
p.onShowDropdown = function(e, renderCallback)
{
var self = this,
current = self.selectedSuggestionElement().data(CSS_SUGGESTION),
suggestions = self._suggestions
;
if(!suggestions)
return self.trigger(EVENT_GET_SUGGESTIONS);
if($.isFunction(renderCallback))
{
renderCallback(self);
}
else
{
self.renderSuggestions(self._suggestions);
self.toggleNextSuggestion();
}
self.showDropdown(self.containerElement());
self.setSelectedSuggestion(current);
};
/**
* Reacts to the `setSuggestions` event. Expects to recieve the payload as the second argument
* in the following structure:
*
* {
* result : [ "item1", "item2" ],
* showHideDropdown : false
* }
*
* Notice the optional `showHideDropdown` option. By default, ie without the `showHideDropdown`
* value the method will trigger either `showDropdown` or `hideDropdown` depending if there are
* suggestions. If set to `false`, no event is triggered.
*
* @signature TextExtAutocomplete.onSetSuggestions(e, data)
*
* @param data {Object} Data payload.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.onSetSuggestions
*/
p.onSetSuggestions = function(e, data)
{
var self = this,
suggestions = self._suggestions = data.result
;
if(data.showHideDropdown !== false)
self.trigger(suggestions === null || suggestions.length === 0 ? EVENT_HIDE_DROPDOWN : EVENT_SHOW_DROPDOWN);
};
/**
* Prepears for and triggers the `getSuggestions` event with the `{ query : {String} }` as second
* argument.
*
* @signature TextExtAutocomplete.getSuggestions()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.getSuggestions
*/
p.getSuggestions = function()
{
var self = this,
val = self.val()
;
if(self._previousInputValue == val)
return;
// if user clears input, then we want to select first suggestion
// instead of the last one
if(val == '')
current = null;
self._previousInputValue = val;
self.trigger(EVENT_GET_SUGGESTIONS, { query : val });
};
/**
* Removes all HTML suggestion items from the dropdown.
*
* @signature TextExtAutocomplete.clearItems()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.clearItems
*/
p.clearItems = function()
{
this.containerElement().find('.text-list').children().remove();
};
/**
* Clears all and renders passed suggestions.
*
* @signature TextExtAutocomplete.renderSuggestions(suggestions)
*
* @param suggestions {Array} List of suggestions to render.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.renderSuggestions
*/
p.renderSuggestions = function(suggestions)
{
var self = this;
self.clearItems();
$.each(suggestions || [], function(index, item)
{
self.addSuggestion(item);
});
};
/**
* Shows the dropdown.
*
* @signature TextExtAutocomplete.showDropdown()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.showDropdown
*/
p.showDropdown = function()
{
this.containerElement().show();
};
/**
* Hides the dropdown.
*
* @signature TextExtAutocomplete.hideDropdown()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.hideDropdown
*/
p.hideDropdown = function()
{
var self = this,
dropdown = self.containerElement()
;
self._previousInputValue = null;
dropdown.hide();
};
/**
* Adds single suggestion to the bottom of the dropdown. Uses `ItemManager.itemToString()` to
* serialize provided suggestion to string.
*
* @signature TextExtAutocomplete.addSuggestion(suggestion)
*
* @param suggestion {Object} Suggestion item. By default expected to be a string.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.addSuggestion
*/
p.addSuggestion = function(suggestion)
{
var self = this,
renderer = self.opts(OPT_RENDER),
node = self.addDropdownItem(renderer ? renderer.call(self, suggestion) : self.itemManager().itemToString(suggestion))
;
node.data(CSS_SUGGESTION, suggestion);
};
/**
* Adds and returns HTML node to the bottom of the dropdown.
*
* @signature TextExtAutocomplete.addDropdownItem(html)
*
* @param html {String} HTML to be inserted into the item.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.addDropdownItem
*/
p.addDropdownItem = function(html)
{
var self = this,
container = self.containerElement().find('.text-list'),
node = $(self.opts(OPT_HTML_SUGGESTION))
;
node.find('.text-label').html(html);
container.append(node);
return node;
};
/**
* Removes selection highlight from all suggestion elements.
*
* @signature TextExtAutocomplete.clearSelected()
*
* @author agorbatchev
* @date 2011/08/02
* @id TextExtAutocomplete.clearSelected
*/
p.clearSelected = function()
{
this.suggestionElements().removeClass(CSS_SELECTED);
};
/**
* Selects next suggestion relative to the current one. If there's no
* currently selected suggestion, it will select the first one. Selected
* suggestion will always be scrolled into view.
*
* @signature TextExtAutocomplete.toggleNextSuggestion()
*
* @author agorbatchev
* @date 2011/08/02
* @id TextExtAutocomplete.toggleNextSuggestion
*/
p.toggleNextSuggestion = function()
{
var self = this,
selected = self.selectedSuggestionElement(),
next
;
if(selected.length > 0)
{
next = selected.next();
if(next.length > 0)
selected.removeClass(CSS_SELECTED);
}
else
{
next = self.suggestionElements().first();
}
next.addClass(CSS_SELECTED);
self.scrollSuggestionIntoView(next);
};
/**
* Selects previous suggestion relative to the current one. Selected
* suggestion will always be scrolled into view.
*
* @signature TextExtAutocomplete.togglePreviousSuggestion()
*
* @author agorbatchev
* @date 2011/08/02
* @id TextExtAutocomplete.togglePreviousSuggestion
*/
p.togglePreviousSuggestion = function()
{
var self = this,
selected = self.selectedSuggestionElement(),
prev = selected.prev()
;
if(prev.length == 0)
return;
self.clearSelected();
prev.addClass(CSS_SELECTED);
self.scrollSuggestionIntoView(prev);
};
/**
* Scrolls specified HTML suggestion element into the view.
*
* @signature TextExtAutocomplete.scrollSuggestionIntoView(item)
*
* @param item {HTMLElement} jQuery HTML suggestion element which needs to
* scrolled into view.
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.scrollSuggestionIntoView
*/
p.scrollSuggestionIntoView = function(item)
{
var itemHeight = item.outerHeight(),
dropdown = this.containerElement(),
dropdownHeight = dropdown.innerHeight(),
scrollPos = dropdown.scrollTop(),
itemTop = (item.position() || {}).top,
scrollTo = null,
paddingTop = parseInt(dropdown.css('paddingTop'))
;
if(itemTop == null)
return;
// if scrolling down and item is below the bottom fold
if(itemTop + itemHeight > dropdownHeight)
scrollTo = itemTop + scrollPos + itemHeight - dropdownHeight + paddingTop;
// if scrolling up and item is above the top fold
if(itemTop < 0)
scrollTo = itemTop + scrollPos - paddingTop;
if(scrollTo != null)
dropdown.scrollTop(scrollTo);
};
/**
* Uses the value from the text input to finish autocomplete action. Currently selected
* suggestion from the dropdown will be used to complete the action. Triggers `hideDropdown`
* event.
*
* @signature TextExtAutocomplete.selectFromDropdown()
*
* @author agorbatchev
* @date 2011/08/17
* @id TextExtAutocomplete.selectFromDropdown
*/
p.selectFromDropdown = function()
{
var self = this,
suggestion = self.selectedSuggestionElement().data(CSS_SUGGESTION)
;
if(suggestion)
{
self.val(self.itemManager().itemToString(suggestion));
self.core().getFormData();
}
self.trigger(EVENT_HIDE_DROPDOWN);
};
/**
* Determines if the specified HTML element is within the TextExt core wrap HTML element.
*
* @signature TextExtAutocomplete.withinWrapElement(element)
*
* @param element {HTMLElement} element to check if contained by wrap element
*
* @author adamayres
* @version 1.3.0
* @date 2012/01/15
* @id TextExtAutocomplete.withinWrapElement
*/
p.withinWrapElement = function(element)
{
return this.core().wrapElement().find(element).size() > 0;
}
})(jQuery);
| JavaScript |
$(document).ready(function() {
// Support for AJAX loaded modal window.
// Focuses on first input textbox after it loads the window.
$('[data-toggle="modal"]').bind('click',function(e) {
e.preventDefault();
var url = $(this).attr('href');
if (url.indexOf('#') == 0) {
$('#response_modal').modal('open');
} else {
$.get(url, function(data) {
$('#response_modal').modal();
$('#response_modal').html(data);
}).success(function() { $('input:text:visible:first').focus(); });
}
});
$.ajaxSetup ({
// Disable caching of AJAX responses
cache: false
});
//Ajax loaded content
$('.ajax').live("click", function(e){
e.preventDefault();
$(".message-sidebar ul.messages li").removeClass('active');
$(this).parent().addClass('active');
$('#ajax_content').fadeOut('fast', function () { $(".loader").show(); });
//$("html, body").animate({ scrollTop: 0 }, 600);
var url = $(this).attr('href');
if (url.indexOf('#') == 0) {
} else {
$.get(url, function(data) {
$('#ajax_content').html(data);
$(".message_content:gt(1)").hide();
$(".loader").hide();
$('#ajax_content').fadeIn('fast');
}).success(function() { $(".message_content:gt(1)").fadeIn('slow'); });
}
});
//Ajax background load
$('.ajax-silent').live("click", function(e){
e.preventDefault();
var url = $(this).attr('href');
if (url.indexOf('#') == 0) {
} else {
$.get(url, function(data) {
}).success(function() { $('#message-trigger').click(); });
}
});
//Ajax reply form submit
$(".ajaxform #send").live("click", function(e){
var url = $(this).closest('form').attr('action');
$(".icon-loader-black").show();
$.ajax({
type: "POST",
url: url,
data: $(this).closest('form').serialize(),
success: function(data)
{
$('ul.messages li.active a').click();
$(".resetvalue").val('');
$(".icon-loader-black").fadeOut('fast');
}
});
return false;
});
$('.to_modal').click(function(e) {
e.preventDefault();
var href = $(e.target).attr('href');
if (href.indexOf('#') == 0) {
$(href).modal('open');
} else {
$.get(href, function(data) {
$('<div class="modal fade" >' + data + '</div>').modal();
});
}
});
$(".btn-loader").live("click", function(e){
$(this).html('<i class="icon-loader"></i>');
});
// message list ajax
$('.message-list').live("click", function(e){
e.preventDefault();
$(".message-sidebar ul.messages li").removeClass('active');
$(this).parent().addClass('active');
$('#message-list li').fadeOut('fast');
//$("html, body").animate({ scrollTop: 0 }, 600);
var url = $(this).attr('href');
if (url.indexOf('#') == 0) {
} else {
$.get(url, function(data) {
$('#message-list').html(data);
$('#message-list li').hide();
$('#message-list li').fadeIn('slow');
}).success(function() { $('ul.messages li a').first().click(); });
}
});
$('#message-trigger').click();
//message reply
$("#reply").live("click", function(e){
$("#reply").animate({'height': '240px'}, {queue: false, complete: function(){
$('#reply').wysihtml5({"size": 'small'});
$('.reply #send').fadeIn('slow');
} });
});
//Clickable rows
$("table#projects td, table#clients td, table#invoices td, table#cprojects td, table#cinvoices td, table#quotations td, table#messages td, table#cmessages td, table#subscriptions td, table#csubscriptions td, table#tickets td, table#ctickets td").live("click", function(){
var id = $(this).parent().attr("id");
if(id){
var site = $(this).closest('table').attr("rel")+$(this).closest('table').attr("id");
if(!$(this).hasClass('option')){window.location = site+"/view/"+id;}
}
});
$("table#media td").live("click", function(){
var id = $(this).parent().attr("id");
if(id){
var site = $(this).closest('table').attr("rel");
if(!$(this).hasClass('option')){window.location = site+"/view/"+id;}
}
});
//Validation
$("form").validate({
submitHandler: function(form) {
form.submit();
}
});
//Mobile Menu
$('#openmenu').click(function(e){
$('#menu').toggleClass('hidden-phone hidden-tablet');
});
//Tooltip
$('.tt').tooltip();
// Nav Tabs
$('.nav-tabs').button();
//$('.nav-tabs .active').button('toggle');
//Popover
$('.po').popover({ html : true });
$('.po-delete').live("click", function(e){$('.po').popover('hide'); $('tr#'+$('input.id').val()).remove(); });
$('.po-close').live("click", function(e){$('.po').popover('hide'); });
//Notification
$('.notification').animate({'bottom' : '10px'}, 500).delay('4000').animate({'margin-bottom' : '-300px'}, 1500);
// WYSIWYG
$('.wysiwyg').wysihtml5({"size": 'small'});
//add class to last ui li
$("ul.todo li:last-child, ul.user-list li:last-child").addClass("last-item");
//Custom Selectmenu
$("select").select2();
//Task Check
$('.task-check').click(function(e){
$(this).parent().toggleClass("done");
});
//details no bottom border on last li
$('ul.details > li:last-child').css('border-bottom','0px');
//file upload
$('#fileselectbutton').click(function(e){
$("#file").trigger('click');
});
$('#file').change(function(e){
var val = $(this).val();
var file = val.split(/[\\/]/);
$('#filename').val(file[file.length-1]);
});
$('#fileselectbutton2').click(function(e){
$("#file2").trigger('click');
});
$('#file2').change(function(e){
var val = $(this).val();
var file = val.split(/[\\/]/);
$('#filename2').val(file[file.length-1]);
});
//submenu slider
/*$("ul.nav li.dropdown").hover(function() {
//Following events are applied to the subnav itself (moving subnav up and down)
$("ul.dropdown-custom").slideDown('fast').show(); //Drop down the subnav on click
$(this).parent().hover(function() {
}, function(){
$(this).parent().find("ul.dropdown-custom").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up
});
//Following events are applied to the trigger (Hover events for the trigger)
}).hover(function() {
$(this).addClass("subhover"); //On hover over, add class "subhover"
}, function(){ //On Hover Out
$(this).removeClass("subhover"); //On hover out, remove class "subhover"
});
*/
$('.backlink').click(function(){
parent.history.back();
return false;
});
}); | JavaScript |
!function ($) {
"use strict";
$.fn['switch'] = function (method) {
var methods = {
init:function () {
this.each(function () {
var $element = $(this)
, $div
, $switchLeft
, $switchRight
, $label
, myClasses = ""
, classes = $element.attr('class')
, color
, moving
, onLabel = "ON"
, offLabel = "OFF";
$.each(['switch-mini', 'switch-small', 'switch-large'], function (i, el) {
if (classes.indexOf(el) >= 0)
myClasses = el;
});
if ($element.data('on') !== undefined)
color = "switch-" + $element.data('on');
if ($element.data('on-label') !== undefined)
onLabel = $element.data('on-label');
if ($element.data('off-label') !== undefined)
offLabel = $element.data('off-label');
$switchLeft = $('<span>')
.addClass("switch-left")
.addClass(myClasses)
.addClass(color)
.html(onLabel);
if ($element.data('off') !== undefined)
color = "switch-" + $element.data('off');
$switchRight = $('<span>')
.addClass("switch-right")
.addClass(myClasses)
.addClass(color)
.html(offLabel);
$label = $('<label>')
.html(" ")
.addClass(myClasses)
.attr('for', $element.find('input').attr('id'));
$div = $element.find(':checkbox').wrap($('<div>')).parent().data('animated', false);
if ($element.data('animated') !== false)
$div.addClass('switch-animate').data('animated', true);
$div.append($switchLeft);
$div.append($label);
$div.append($switchRight);
$element.find('>div').addClass(
$element.find('input').is(':checked') ? 'switch-on' : 'switch-off'
);
if ($element.find('input').is(':disabled'))
$(this).addClass('deactivate');
var changeStatus = function ($this) {
$this.siblings('label').trigger('mousedown').trigger('mouseup').trigger('click');
};
$switchLeft.on('click', function (e) {
changeStatus($(this));
});
$switchRight.on('click', function (e) {
changeStatus($(this));
});
$element.find('input').on('change', function (e) {
var $element = $(this).parent();
e.preventDefault();
e.stopImmediatePropagation();
$element.css('left', '');
if ($(this).is(':checked'))
$element.removeClass('switch-off').addClass('switch-on');
else $element.removeClass('switch-on').addClass('switch-off');
if ($element.data('animated') !== false)
$element.addClass("switch-animate");
$element.parent().trigger('switch-change', {'el':$(this), 'value':$(this).is(':checked')})
});
$element.find('label').on('mousedown touchstart', function (e) {
var $this = $(this);
moving = false;
e.preventDefault();
e.stopImmediatePropagation();
$this.closest('div').removeClass('switch-animate');
if ($this.closest('.switch').is('.deactivate'))
$this.unbind('click');
else {
$this.on('mousemove touchmove', function (e) {
var $element = $(this).closest('.switch')
, relativeX = (e.pageX || e.originalEvent.targetTouches[0].pageX) - $element.offset().left
, percent = (relativeX / $element.width()) * 100
, left = 25
, right = 75;
moving = true;
if (percent < left)
percent = left;
else if (percent > right)
percent = right;
$element.find('>div').css('left', (percent - right) + "%")
});
$this.on('click touchend', function (e) {
var $this = $(this)
, $target = $(e.target)
, $myCheckBox = $target.siblings('input');
e.stopImmediatePropagation();
e.preventDefault();
$this.unbind('mouseleave');
if (moving)
$myCheckBox.prop('checked', !(parseInt($this.parent().css('left')) < -25));
else $myCheckBox.prop("checked", !$myCheckBox.is(":checked"));
moving = false;
$myCheckBox.trigger('change');
});
$this.on('mouseleave', function (e) {
var $this = $(this)
, $myCheckBox = $this.siblings('input');
e.preventDefault();
e.stopImmediatePropagation();
$this.unbind('mouseleave');
$this.trigger('mouseup');
$myCheckBox.prop('checked', !(parseInt($this.parent().css('left')) < -25)).trigger('change');
});
$this.on('mouseup', function (e) {
e.stopImmediatePropagation();
e.preventDefault();
$(this).unbind('mousemove');
});
}
});
}
);
},
toggleActivation:function () {
$(this).toggleClass('deactivate');
},
toggleState:function (skipOnChange) {
var $input = $(this).find('input:checkbox');
$input.prop('checked', !$input.is(':checked')).trigger('change', skipOnChange);
},
setState:function (value, skipOnChange) {
$(this).find('input:checkbox').prop('checked', value).trigger('change', skipOnChange);
},
status:function () {
return $(this).find('input:checkbox').is(':checked');
},
destroy:function () {
var $div = $(this).find('div')
, $checkbox;
$div.find(':not(input:checkbox)').remove();
$checkbox = $div.children();
$checkbox.unwrap().unwrap();
$checkbox.unbind('change');
return $checkbox;
}
};
if (methods[method])
return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
else if (typeof method === 'object' || !method)
return methods.init.apply(this, arguments);
else
$.error('Method ' + method + ' does not exist!');
};
}(jQuery);
$(function () {
$('.switch')['switch']();
});
| JavaScript |
/* jquery.masterblaster v.0.1.0
* A nice and tidy tag manager.
* by aef
*/
( function( $, window, document, undefined ) {
var pluginName = "masterblaster",
name = "plugin_masterblaster",
defaults = {
animate: true,
triggerKeys: [ 9, 13 ], //keycode when entered adds the tag
showAddButton: true,
helpText: "Hit Tab or Enter to add",
validateOnChange: false,
tagRules: {
unique: false,
minLength: null,
maxLength: null,
regexp: null
},
},
methods = [ "push", "pop", "remove", "destroy" ],
methodsWithReturn = [ "getTags" ];
function MasterBlaster( $element, options ) {
this.options = $.extend( {}, defaults, options );
this.$container = $( '<div class="mb-container"></div>' );
this.$tagList = $( '<ul class="mb-taglist"></ul>' );
this.$meta = $( '<div class="mb-meta"></div>' );
this.$element = $element;
this.$oldInput = $element;
this.$input = $element.clone( );
if( this.options.showAddButton )
this.$addButton = $( "<button class='btn mb-add-button'><i class='icon-plus'></i>Add</button>" );
this.tag = [ '<li style="opacity:1" data-tag="" class="mb-tag"><div class="mb-tag-content">',
'<span class="mb-tag-text"></span>',
'<a class="mb-tag-remove"></a>',
'</div></li>' ].join( "" );
this.tags = [ ];
this.setup( );
}
MasterBlaster.prototype.addElem = function( $tag ) {
if( this.options.animate ) {
$tag.css( "opacity", 0 );
$tag.insertBefore( this.$meta );
var width = $tag.css( "width" );
$tag.css( "width", 0 );
$tag.animate( {
width: width
}, "fast", function( ) {
$tag.css( "width", "" );
$tag.animate( { opacity: 1 } );
} );
}
else
$tag.insertBefore( this.$meta );
};
MasterBlaster.prototype.buildTag = function( tagName ) {
var $tag = $( this.tag );
$tag.find( ".mb-tag-text" ).text( tagName );
$tag.attr( "data-tag", tagName );
return $tag;
};
MasterBlaster.prototype.removeEvents = function( ) {
this.$input.on( "keyup", $.proxy( this.onRemove, this ) );
if( this.options.showAddButton )
this.$addButton.on( "click", $.proxy( this.onRemove, this ) );
};
MasterBlaster.prototype.addEvents = function( ) {
this.$input.on( "keyup", $.proxy( this.onAdd, this ) );
if( this.options.showAddButton )
this.$addButton.on( "click", $.proxy( this.onAdd, this ) );
};
MasterBlaster.prototype.onAdd = function( e ) {
var isBeingSaved = false, tagName = this.cleanTag( this.$input.val( ) );
if( e.type === "click" || ~this.options.triggerKeys.indexOf( e.keyCode || e.which ) ) {
e.preventDefault( );
isBeingSaved = true;
}
if( this.isValid( tagName, isBeingSaved ) ) {
this.$container.removeClass( "mb-error" );
if( isBeingSaved ) {
this.push( tagName );
this.$input.val( "" );
}
} else if( isBeingSaved || this.options.validateOnChange ) {
this.$container.addClass( "mb-error" );
this.$element.trigger( "mb:error", tagName, this.error );
}
};
MasterBlaster.prototype.cleanTag = function( tagName ) {
return tagName;
};
MasterBlaster.prototype.isValid = function( tagName, isBeingSaved ) {
if( this.options.tagRules.unique && this.hasTag( tagName ) ) {
this.error = tagName + " already exists.";
return false;
} else if( this.options.tagRules.minLength && tagName.length < this.options.tagRules.minLength ) {
this.error = tagName + " must be greater than " + this.options.tagRules.minLength + " characters.";
return false;
} else if( this.options.tagRules.maxLength && tagName.length > this.options.tagRules.maxLength ) {
this.error = tagName + " must have fewer than " + this.options.tagRules.maxLength + " characters.";
return false;
} else if( this.options.tagRules.regexp && !this.options.tagRules.regexp.test( tagName ) ) {
this.error = tagName + " is not in the valid format.";
return false;
}
return true;
};
MasterBlaster.prototype.refreshTagEvents = function( ) {
this.$tagList.find( ".mb-tag-remove" ).off( "click" );
this.$tagList.find( ".mb-tag-remove" ).on( "click", $.proxy( this.onRemove, this ) );
};
MasterBlaster.prototype.onRemove = function( e ) {
e.preventDefault( );
this.remove( $( e.target ).parents( ".mb-tag" ).attr( "data-tag" ) );
};
MasterBlaster.prototype.removeElem = function( tagName ) {
var $tag = this.$tagList.find( "[data-tag='"+tagName+"']" );
if( this.options.animate ) {
$tag.animate( { opacity: 0.01 }, "fast", function( ) {
$tag.animate( { width: 0, margin: 0 }, "fast", function( ) {
$tag.remove( );
} );
} );
}
else
$tag.remove( );
};
MasterBlaster.prototype.hasTag = function( tagName ) {
return ~( this.tags.indexOf( tagName ) );
};
MasterBlaster.prototype.push = function( tagName ) {
this.tags.push( tagName );
this.addElem( this.buildTag( tagName ) );
this.refreshTagEvents( );
this.$element.trigger( "mb:add", tagName );
};
MasterBlaster.prototype.pop = function( ) {
var tagName = this.tags[ this.tags.length - 1 ];
this.remove( tagName );
};
MasterBlaster.prototype.removeFromTagsArray = function( tagName ) {
var index = this.tags.indexOf( tagName );
if( !~index ) return false;
this.tags.splice( index, 1 );
return true;
};
MasterBlaster.prototype.remove = function( tagName ) {
this.removeElem( tagName );
while( this.removeFromTagsArray( tagName ) );
this.$element.trigger( "mb:remove", tagName );
};
MasterBlaster.prototype.destroy = function( ) {
this.$oldInput.show( );
this.removeEvents( );
this.$container.remove( );
this.$element.removeData( name );
};
MasterBlaster.prototype.getTags = function( ) {
return $.merge( [ ], this.tags );
};
MasterBlaster.prototype.setup = function( ) {
this.$container.insertAfter( this.$oldInput );
this.$oldInput.hide( );
this.$input.attr( "id", "" ).addClass( "mb-input" );
this.$container.append( this.$tagList.append( this.$meta ) );
this.$meta.append( this.$input );
if( this.options.showAddButton )
this.$input.after( this.$addButton );
if( this.options.helpText )
this.$meta.append( "<span class='mb-help-text'><small>"+this.options.helpText+"</small></span>" );
this.addEvents( );
};
$.fn[ pluginName ] = function( optionsOrMethod ) {
var $this,
_arguments = Array.prototype.slice.call( arguments ),
optionsOrMethod = optionsOrMethod || { },
results = [ ], returningData = false, selectors;
selectors = this.each(function ( ) {
$this = $( this );
if( !$this.data( name ) && ( typeof optionsOrMethod ).toLowerCase( ) === "object" )
$this.data( name, new MasterBlaster( $this, optionsOrMethod ) );
else if( ( typeof optionsOrMethod ).toLowerCase( ) === "string" ) {
if( ~$.inArray( optionsOrMethod, methods ) )
$this.data( name )[ optionsOrMethod ].apply( $this.data( name ), _arguments.slice( 1, _arguments.length ) );
else if( ~$.inArray( optionsOrMethod, methodsWithReturn ) ) {
returningData = true;
results.push( $this.data( name )[ optionsOrMethod ].apply( $this.data( name ), _arguments.slice( 1, _arguments.length ) ) );
}
else
throw new Error( "Method " + optionsOrMethod + " does not exist. Did you instantiate masterblaster?" );
}
} );
return returningData ? results : selectors;
};
} )( jQuery, window, document );
| JavaScript |
function locdau(str){
str= str.toLowerCase();
str= str.replace(/à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ/g,"a");
str= str.replace(/è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ/g,"e");
str= str.replace(/ì|í|ị|ỉ|ĩ/g,"i");
str= str.replace(/ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ/g,"o");
str= str.replace(/ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ/g,"u");
str= str.replace(/ỳ|ý|ỵ|ỷ|ỹ/g,"y");
str= str.replace(/đ/g,"d");
str= str.replace(/!|@|\$|%|\^|\*|\(|\)|\+|\=|\<|\>|\?|\/|,|\.|\:|\'| |\"|\&|\#|\[|\]|~/g,"-");
str= str.replace(/-+-/g,"-"); //thay thế 2- thành 1-
str= str.replace(/^\-+|\-+$/g,"");//cắt bỏ ký tự - ở đầu và cuối chuỗi
return str;
}
$("#txtCodeTitle").keyup(function() {
title = $("#txtCodeTitle").val();
seo_code = $("#txtCodeName");
seo_code1 = locdau(title);
if($("#check_autocomplete").is (':checked'))
seo_code.val(seo_code1);
}); | JavaScript |
$(function (){
if ($('.playercontainer').size()> 0){
setTimeout(function (){
$('body').animate({
scrollTop:$('.playercontainer').offset().top
}, 800);
}, 1000);
}
}); | JavaScript |
/**
* Amazing Slider Version 1.6
* Copyright 2013 Magic Hills Pty Ltd
* http://amazingslider.com
*/
(function ($) {
$.fn.html5lightbox = function (k) {
var l = this;
l.options = jQuery.extend({
autoplay : true,
html5player : true,
overlaybgcolor : "#000000",
overlayopacity : 0.9,
bgcolor : "#ffffff",
bordersize : 8,
barheight : 36,
loadingwidth : 64,
loadingheight : 64,
resizespeed : 400,
fadespeed : 400,
skinfolder : "skins/",
loadingimage : "lightbox-loading.gif",
nextimage : "lightbox-next.png",
previmage : "lightbox-prev.png",
closeimage : "lightbox-close.png",
playvideoimage : "lightbox-playvideo.png",
titlecss : "{color:#333333; font-size:16px; font-family:Armata,sans-serif,Arial; overflow:hidden; white-space:nowrap;}",
errorwidth : 280,
errorheight : 48,
errorcss : "{text-align:center; color:#ff0000; font-size:14px; font-family:Arial, sans-serif;}",
supportesckey : true,
supportarrowkeys : true,
version : "1.8",
stamp : false,
/*freemark : "html5box.com",
freelink : "http://html5box.com/",*/
watermark : "",
watermarklink : ""
}, k);
if ((typeof html5lightbox_options != 'undefined') && html5lightbox_options)
jQuery.extend(l.options, html5lightbox_options);
l.options.htmlfolder = window.location.href.substr(0, window.location.href.lastIndexOf("/") + 1);
if ((l.options.skinfolder.charAt(0) != "/") && (l.options.skinfolder.substring(0, 5) != "http:") && (l.options.skinfolder.substring(0, 6) != "https:"))
l.options.skinfolder = l.options.jsfolder + l.options.skinfolder;
l.options.types = ["IMAGE", "FLASH", "VIDEO", "YOUTUBE", "VIMEO", "PDF", "MP3", "WEB"];
l.elemArray = new Array();
l.options.curElem = -1;
l.options.flashInstalled = false;
try {
if (new ActiveXObject('ShockwaveFlash.ShockwaveFlash'))
l.options.flashInstalled = true
} catch (e) {
if (navigator.mimeTypes["application/x-shockwave-flash"])
l.options.flashInstalled = true
}
l.options.html5VideoSupported = (!!document.createElement('video').canPlayType);
l.options.isChrome = (navigator.userAgent.match(/Chrome/i) != null);
l.options.isFirefox = (navigator.userAgent.match(/Firefox/i) != null);
l.options.isOpera = (navigator.userAgent.match(/Opera/i) != null);
l.options.isSafari = (navigator.userAgent.match(/Safari/i) != null);
l.options.isIE = (navigator.userAgent.match(/MSIE/i) != null) && !l.options.isOpera;
l.options.isIE9 = l.options.isIE && l.options.html5VideoSupported;
l.options.isIE678 = l.options.isIE && !l.options.isIE9;
l.options.isIE6 = (navigator.userAgent.match(/MSIE 6/i) != null) && !l.options.isOpera;
l.options.isAndroid = (navigator.userAgent.match(/Android/i) != null);
l.options.isIPad = (navigator.userAgent.match(/iPad/i) != null);
l.options.isIPhone = ((navigator.userAgent.match(/iPod/i) != null) || (navigator.userAgent.match(/iPhone/i) != null));
l.options.isMobile = (l.options.isAndroid || l.options.isIPad || l.options.isIPhone);
l.options.isIOSLess5 = l.options.isIPad && l.options.isIPhone && ((navigator.userAgent.match(/OS 4/i) != null) || (navigator.userAgent.match(/OS 3/i) != null));
l.options.supportCSSPositionFixed = !l.options.isIE6 && !l.options.isIOSLess5;
l.options.resizeTimeout = -1;
var l = this;
l.init = function () {
l.showing = false;
l.readData();
l.createMarkup();
l.supportKeyboard()
};
var m = 0,
ELEM_HREF = 1,
ELEM_TITLE = 2,
ELEM_GROUP = 3,
ELEM_WIDTH = 4,
ELEM_HEIGHT = 5,
ELEM_HREF_WEBM = 6,
ELEM_HREF_OGG = 7;
l.readData = function () {
l.each(function () {
if (this.nodeName.toLowerCase() != 'a')
return;
var a = $(this);
var b = l.checkType(a.attr('href'));
if (b < 0)
return;
l.elemArray.push(new Array(b, a.attr('href'), a.attr('title'), a.data('group'), a.data('width'), a.data('height'), a.data('webm'), a.data('ogg')))
})
};
l.createMarkup = function () {
var a = ('https:' == document.location.protocol ? 'https' : 'http') + "://fonts.googleapis.com/css?family=Armata";
var b = document.createElement("link");
b.setAttribute("rel", "stylesheet");
b.setAttribute("type", "text/css");
b.setAttribute("href", a);
document.getElementsByTagName("head")[0].appendChild(b);
var c = "#html5-text " + l.options.titlecss;
c += ".html5-error " + l.options.errorcss;
$("head").append("<style type='text/css'>" + c + "</style>");
l.$lightbox = jQuery("<div id='html5-lightbox' style='display:none;top:0px;left:0px;width:100%;height:100%;z-index:9999999;'>" + "<div id='html5-lightbox-overlay' style='display:block;position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:" + l.options.overlaybgcolor + ";opacity:" + l.options.overlayopacity + ";filter:alpha(opacity=" + Math.round(l.options.overlayopacity * 100) + ");'></div>" + "<div id='html5-lightbox-box' style='display:block;position:relative;margin:0px auto;overflow:hidden;'>" + "<div id='html5-elem-box' style='display:block;position:relative;margin:0px auto;text-align:center;'>" + "<div id='html5-elem-wrap' style='display:block;position:relative;margin:0px auto;text-align:center;background-color:" + l.options.bgcolor + ";'>" + "<div id='html5-loading' style='display:none;position:absolute;top:0px;left:0px;text-align:center;width:100%;height:100%;background:url(\"" + l.options.skinfolder + l.options.loadingimage + "\") no-repeat center center;'></div>" + "<div id='html5-error' class='html5-error' style='display:none;position:absolute;padding:" + l.options.bordersize + "px;text-align:center;width:" + l.options.errorwidth + "px;height:" + l.options.errorheight + "px;'>" + "The requested content cannot be loaded.<br />Please try again later." + "</div>" + "<div id='html5-image' style='display:none;position:absolute;top:0px;left:0px;padding:" + l.options.bordersize + "px;text-align:center;'></div>" + "</div>" + "<div id='html5-next' style='display:none;cursor:pointer;position:absolute;right:" + l.options.bordersize + "px;top:40%;'><img src='" + l.options.skinfolder + l.options.nextimage + "'></div>" + "<div id='html5-prev' style='display:none;cursor:pointer;position:absolute;left:" + l.options.bordersize + "px;top:40%;'><img src='" + l.options.skinfolder + l.options.previmage + "'></div>" + "</div>" + "<div id='html5-elem-data-box' style='display:none;position:relative;width:100%;margin:0px auto;height:" + l.options.barheight + "px;background-color:" + l.options.bgcolor + ";'>" + "<div id='html5-text' style='display:block;float:left;overflow:hidden;margin-left:" + l.options.bordersize + "px;'></div>" + "<div id='html5-close' style='display:block;cursor:pointer;float:right;margin-right:" + l.options.bordersize + "px;'><img src='" + l.options.skinfolder + l.options.closeimage + "'></div>" + "</div>" + "<div id='html5-watermark' style='display:none;position:absolute;left:" + String(l.options.bordersize + 2) + "px;top:" + String(l.options.bordersize + 2) + "px;'></div>" + "</div>" + "</div>");
l.$lightbox.css({
position : (l.options.supportCSSPositionFixed ? 'fixed' : 'absolute')
});
l.$lightbox.appendTo("body");
l.$lightboxBox = $("#html5-lightbox-box", l.$lightbox);
l.$elem = $("#html5-elem-box", l.$lightbox);
l.$elemWrap = $("#html5-elem-wrap", l.$lightbox);
l.$loading = $("#html5-loading", l.$lightbox);
l.$error = $("#html5-error", l.$lightbox);
l.$image = $("#html5-image", l.$lightbox);
l.$elemData = $("#html5-elem-data-box", l.$lightbox);
l.$text = $("#html5-text", l.$lightbox);
l.$next = $("#html5-next", l.$lightbox);
l.$prev = $("#html5-prev", l.$lightbox);
l.$close = $("#html5-close", l.$lightbox);
l.$watermark = $("#html5-watermark", l.$lightbox);
if (l.options.stamp) {
l.$watermark.html("<a href='" + l.options.freelink + "' style='text-decoration:none;'><div style='display:block;width:120px;height:20px;text-align:center;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;filter:alpha(opacity=60);opacity:0.6;background-color:#333333;color:#ffffff;font:12px Armata,sans-serif,Arial;'><div style='line-height:20px;'>" + l.options.freemark + "</div></div></a>")
} else if (l.options.watermark) {
var d = "<img src='" + l.options.watermark + "' style='border:none;' />";
if (l.options.watermarklink)
d = "<a href='" + l.options.watermarklink + "' target='_blank'>" + d + "</a>";
l.$watermark.html(d)
}
$("#html5-lightbox-overlay", l.$lightbox).click(l.finish);
l.$close.click(l.finish);
l.$next.click(function () {
l.gotoSlide(-1)
});
l.$prev.click(function () {
l.gotoSlide(-2)
});
$(window).resize(function () {
if (!l.options.isMobile) {
clearTimeout(l.options.resizeTimeout);
l.options.resizeTimeout = setTimeout(function () {
l.resizeWindow()
}, 500)
}
});
$(window).scroll(function () {
l.scrollBox()
});
$(window).bind('orientationchange', function (e) {
if (l.options.isMobile)
l.resizeWindow()
})
};
l.calcNextPrevElem = function () {
l.options.nextElem = -1;
l.options.prevElem = -1;
var j,
curGroup = l.elemArray[l.options.curElem][ELEM_GROUP];
if ((curGroup != undefined) && (curGroup != null)) {
for (j = l.options.curElem + 1; j < l.elemArray.length; j++) {
if (l.elemArray[j][ELEM_GROUP] == curGroup) {
l.options.nextElem = j;
break
}
}
if (l.options.nextElem < 0) {
for (j = 0; j < l.options.curElem; j++) {
if (l.elemArray[j][ELEM_GROUP] == curGroup) {
l.options.nextElem = j;
break
}
}
}
if (l.options.nextElem >= 0) {
for (j = l.options.curElem - 1; j >= 0; j--) {
if (l.elemArray[j][ELEM_GROUP] == curGroup) {
l.options.prevElem = j;
break
}
}
if (l.options.prevElem < 0) {
for (j = l.elemArray.length - 1; j > l.options.curElem; j--) {
if (l.elemArray[j][ELEM_GROUP] == curGroup) {
l.options.prevElem = j;
break
}
}
}
}
}
};
l.clickHandler = function () {
if (l.elemArray.length <= 0)
return true;
var a = $(this);
l.hideObjects();
for (var i = 0; i < l.elemArray.length; i++) {
if (l.elemArray[i][ELEM_HREF] == a.attr("href"))
break
}
if (i == l.elemArray.length)
return true;
l.options.curElem = i;
l.options.nextElem = -1;
l.options.prevElem = -1;
l.calcNextPrevElem();
l.$next.hide();
l.$prev.hide();
l.reset();
l.$lightbox.show();
if (!l.options.supportCSSPositionFixed)
l.$lightbox.css("top", $(window).scrollTop());
var b = l.options.loadingwidth + 2 * l.options.bordersize;
var c = l.options.loadingheight + 2 * l.options.bordersize;
var d = Math.round($(window).height() / 2 - (c + l.options.barheight) / 2);
l.$lightboxBox.css({
"margin-top" : d,
"width" : b,
"height" : c
});
l.$elemWrap.css({
"width" : b,
"height" : c
});
l.loadCurElem();
return false
};
l.loadElem = function (a) {
l.showing = true;
l.$elem.unbind("mouseenter").unbind("mouseleave").unbind("mousemove");
l.$next.hide();
l.$prev.hide();
l.$loading.show();
switch (a[m]) {
case 0:
var b = new Image();
$(b).load(function () {
l.showImage(a, b.width, b.height)
});
$(b).error(function () {
l.showError()
});
b.src = a[ELEM_HREF];
break;
case 1:
l.showSWF(a);
break;
case 2:
l.showVideo(a);
break;
case 3:
case 4:
l.showYoutubeVimeo(a);
break;
case 5:
l.showPDF(a);
break;
case 6:
l.showMP3(a);
break;
case 7:
l.showWeb(a);
break
}
};
l.loadCurElem = function () {
l.loadElem(l.elemArray[l.options.curElem])
};
l.showError = function () {
l.$loading.hide();
l.resizeLightbox(l.options.errorwidth, l.options.errorheight, true, function () {
l.$error.show();
l.$elem.fadeIn(l.options.fadespeed, function () {
l.showData()
})
})
};
l.calcTextWidth = function (a) {
var b = a - 36;
if ((l.options.prevElem > 0) || (l.options.nextElem > 0))
b -= 36;
return b
};
l.showImage = function (a, b, c) {
var d,
elemH;
if (a[ELEM_WIDTH]) {
d = a[ELEM_WIDTH]
} else {
d = b;
a[ELEM_WIDTH] = b
}
if (a[ELEM_HEIGHT]) {
elemH = a[ELEM_HEIGHT]
} else {
elemH = c;
a[ELEM_HEIGHT] = c
}
var e = l.calcElemSize({
w : d,
h : elemH
});
l.resizeLightbox(e.w, e.h, true, function () {
l.$text.css({
width : l.calcTextWidth(e.w)
});
l.$text.html(a[ELEM_TITLE]);
l.$image.show().css({
width : e.w,
height : e.h
});
l.$image.html("<img src='" + a[ELEM_HREF] + "' width='" + e.w + "' height='" + e.h + "' />");
l.$elem.fadeIn(l.options.fadespeed, function () {
l.showData()
})
})
};
l.showSWF = function (a) {
var b = (a[ELEM_WIDTH]) ? a[ELEM_WIDTH] : 480;
var c = (a[ELEM_HEIGHT]) ? a[ELEM_HEIGHT] : 270;
var d = l.calcElemSize({
w : b,
h : c
});
b = d.w;
c = d.h;
l.resizeLightbox(b, c, true, function () {
l.$text.css({
width : l.calcTextWidth(b)
});
l.$text.html(a[ELEM_TITLE]);
l.$image.html("<div id='html5lightbox-swf' style='display:block;width:" + b + "px;height:" + c + "px;'></div>").show();
l.embedFlash($("#html5lightbox-swf"), b, c, a[ELEM_HREF], 'window', {
width : b,
height : c
});
l.$elem.show();
l.showData()
})
};
l.showVideo = function (d) {
var e = (d[ELEM_WIDTH]) ? d[ELEM_WIDTH] : 480;
var f = (d[ELEM_HEIGHT]) ? d[ELEM_HEIGHT] : 270;
var g = l.calcElemSize({
w : e,
h : f
});
e = g.w;
f = g.h;
l.resizeLightbox(e, f, true, function () {
l.$text.css({
width : l.calcTextWidth(e)
});
l.$text.html(d[ELEM_TITLE]);
l.$image.html("<div id='html5lightbox-video' style='display:block;width:" + e + "px;height:" + f + "px;'></div>").show();
var a = false;
if (l.options.isMobile) {
a = true
} else if ((l.options.html5player || !l.options.flashInstalled) && l.options.html5VideoSupported) {
if ((!l.options.isFirefox) || (l.options.isFirefox && (d[ELEM_HREF_OGG] || d[ELEM_HREF_WEBM])))
a = true
}
if (a) {
var b = d[ELEM_HREF];
if (l.options.isFirefox || !b)
b = d[ELEM_HREF_WEBM] ? d[ELEM_HREF_WEBM] : d[ELEM_HREF_OGG];
l.embedHTML5Video($("#html5lightbox-video"), e, f, b, l.options.autoplay)
} else {
var c = d[ELEM_HREF];
if ((c.charAt(0) != "/") && (c.substring(0, 5) != "http:") && (c.substring(0, 6) != "https:"))
c = l.options.htmlfolder + c;
l.embedFlash($("#html5lightbox-video"), e, f, l.options.jsfolder + "html5boxplayer.swf", 'transparent', {
width : e,
height : f,
videofile : c,
autoplay : (l.options.autoplay ? "1" : "0"),
errorcss : ".html5box-error" + l.options.errorcss,
id : 0
})
}
l.$elem.show();
l.showData()
})
};
l.prepareYoutubeHref = function (a) {
var b = '';
var c = /^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\??v?=?))([^#\&\?]*).*/;
var d = a.match(c);
if (d && d[7] && (d[7].length == 11))
b = d[7];
return 'http://www.youtube.com/embed/' + b
};
l.showYoutubeVimeo = function (b) {
var c = (b[ELEM_WIDTH]) ? b[ELEM_WIDTH] : 480;
var d = (b[ELEM_HEIGHT]) ? b[ELEM_HEIGHT] : 270;
var e = l.calcElemSize({
w : c,
h : d
});
c = e.w;
d = e.h;
l.resizeLightbox(c, d, true, function () {
l.$text.css({
width : l.calcTextWidth(c)
});
l.$text.html(b[ELEM_TITLE]);
l.$image.html("<div id='html5lightbox-video' style='display:block;width:" + c + "px;height:" + d + "px;'></div>").show();
var a = b[ELEM_HREF];
if (b[m] == 3)
a = l.prepareYoutubeHref(a);
if (l.options.autoplay) {
if (a.indexOf("?") < 0)
a += "?autoplay=1";
else
a += "&autoplay=1"
}
if (b[m] == 3) {
if (a.indexOf('?') < 0)
a += '?wmode=transparent&rel=0';
else
a += '&wmode=transparent&rel=0'
}
$("#html5lightbox-video").html("<iframe width='" + c + "' height='" + d + "' src='" + a + "' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>");
l.$elem.show();
l.showData()
})
};
l.showPDF = function (a) {};
l.showMP3 = function (a) {};
l.showWeb = function (a) {
var b = (a[ELEM_WIDTH]) ? a[ELEM_WIDTH] : $(window).width();
var c = (a[ELEM_HEIGHT]) ? a[ELEM_HEIGHT] : $(window).height();
var d = l.calcElemSize({
w : b,
h : c
});
b = d.w;
c = d.h;
l.resizeLightbox(b, c, true, function () {
l.$text.css({
width : l.calcTextWidth(b)
});
l.$text.html(a[ELEM_TITLE]);
l.$image.html("<div id='html5lightbox-web' style='display:block;width:" + b + "px;height:" + c + "px;'></div>").show();
$("#html5lightbox-web").html("<iframe width='" + b + "' height='" + c + "' src='" + a[ELEM_HREF] + "' frameborder='0'></iframe>");
l.$elem.show();
l.showData()
})
};
l.scrollBox = function () {
if (!l.options.supportCSSPositionFixed)
l.$lightbox.css("top", $(window).scrollTop())
};
l.resizeWindow = function () {
var a = Math.round($(window).height() / 2 - (l.$lightboxBox.height() + l.options.barheight) / 2);
l.$lightboxBox.animate({
"margin-top" : a
}, l.options.resizespeed)
};
l.calcElemSize = function (a) {
var b = $(window).height() - l.options.barheight - 2 * l.options.bordersize;
if (a.h > b) {
a.w = Math.round(a.w * b / a.h);
a.h = b
}
var c = $(window).width() - 2 * l.options.bordersize;
if (a.w > c) {
a.h = Math.round(a.h * c / a.w);
a.w = c
}
return a
};
l.showData = function () {
l.$elemData.show();
l.$lightboxBox.animate({
height : l.$lightboxBox.height() + l.options.barheight
}, {
queue : true,
duration : l.options.resizespeed
})
};
l.resizeLightbox = function (a, b, c, d) {
var e = (c) ? l.options.resizespeed : 0;
var f = a + 2 * l.options.bordersize;
var g = b + 2 * l.options.bordersize;
var h = Math.round($(window).height() / 2 - (g + l.options.barheight) / 2);
if ((f == l.$elemWrap.width()) && (g == l.$elemWrap.height()))
e = 0;
l.$loading.hide();
l.$watermark.hide();
l.$lightboxBox.animate({
"margin-top" : h
}, e, function () {
l.$lightboxBox.css({
"width" : f,
"height" : g
});
l.$elemWrap.animate({
width : f
}, e).animate({
height : g
}, e, function () {
l.$loading.show();
l.$watermark.show();
l.$elem.bind("mouseenter mousemove", function () {
if ((l.options.prevElem >= 0) || (l.options.nextElem >= 0)) {
l.$next.fadeIn();
l.$prev.fadeIn()
}
});
l.$elem.bind("mouseleave", function () {
l.$next.fadeOut();
l.$prev.fadeOut()
});
d()
})
})
};
l.reset = function () {
if (l.options.stamp)
l.$watermark.hide();
l.showing = false;
l.$image.empty();
l.$text.empty();
l.$error.hide();
l.$loading.hide();
l.$image.hide();
l.$elemData.hide()
};
l.finish = function () {
l.reset();
l.$lightbox.hide();
l.showObjects()
};
l.pauseSlide = function () {};
l.playSlide = function () {};
l.gotoSlide = function (a) {
if (a == -1) {
if (l.options.nextElem < 0)
return;
l.options.curElem = l.options.nextElem
} else if (a == -2) {
if (l.options.prevElem < 0)
return;
l.options.curElem = l.options.prevElem
}
l.calcNextPrevElem();
l.reset();
l.loadCurElem()
};
l.supportKeyboard = function () {
$(document).keyup(function (e) {
if (!l.showing)
return;
if (l.options.supportesckey && e.keyCode == 27) {
l.finish()
} else if (l.options.supportarrowkeys) {
if (e.keyCode == 39)
l.gotoSlide(-1);
else if (e.keyCode == 37)
l.gotoSlide(-2)
}
})
};
l.enableSwipe = function () {};
l.hideObjects = function () {
$('select, embed, object').css({
'visibility' : 'hidden'
})
};
l.showObjects = function () {
$('select, embed, object').css({
'visibility' : 'visible'
})
};
l.embedHTML5Video = function (a, w, h, b, c) {
a.html("<div style='position:absolute;display:block;width:" + w + "px;height:" + h + "px;'><video width=" + w + " height=" + h + ((c) ? " autoplay" : "") + " controls='controls' src='" + b + "'></div>");
if (l.options.isAndroid) {
var d = $("<div style='position:absolute;display:block;cursor:pointer;width:" + w + "px;height:" + h + "px;background:url(\"" + l.options.skinfolder + l.options.playvideoimage + "\") no-repeat center center;'></div>").appendTo(a);
d.unbind('click').click(function () {
$("video", $(this).parent())[0].play()
})
}
};
l.embedFlash = function (a, w, h, b, c, d) {
if (l.options.flashInstalled) {
var e = {
pluginspage : "http://www.adobe.com/go/getflashplayer",
quality : "high",
allowFullScreen : "true",
allowScriptAccess : "always",
type : "application/x-shockwave-flash"
};
e.width = w;
e.height = h;
e.src = b;
e.flashVars = $.param(d);
e.wmode = c;
var f = "";
for (var g in e)
f += g + "=" + e[g] + " ";
a.html("<embed " + f + "/>")
} else {
a.html("<div class='html5lightbox-flash-error' style='display:block; position:relative;text-align:center; width:" + w + "px; left:0px; top:" + Math.round(h / 2 - 10) + "px;'><div class='html5-error'><div>The required Adobe Flash Player plugin is not installed</div><br /><div style='display:block;position:relative;text-align:center;width:112px;height:33px;margin:0px auto;'><a href='http://www.adobe.com/go/getflashplayer'><img src='http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' width='112' height='33'></img></a></div></div>")
}
};
l.checkType = function (a) {
if (!a)
return -1;
if (a.match(/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i))
return 0;
if (a.match(/[^\.]\.(swf)\s*$/i))
return 1;
if (a.match(/\.(flv|mp4|m4v|ogv|ogg|webm)(.*)?$/i))
return 2;
if ((a.match(/\:\/\/.*(youtube\.com)/i)) || (a.match(/\:\/\/.*(youtu\.be)/i)))
return 3;
if (a.match(/\:\/\/.*(vimeo\.com)/i))
return 4;
if (a.match(/[^\.]\.(pdf)\s*$/i))
return 5;
if (a.match(/[^\.]\.(mp3)\s*$/i))
return 6;
return 7
};
l.showLightbox = function (a, b, c, d, e, f, g) {
l.$next.hide();
l.$prev.hide();
l.reset();
l.$lightbox.show();
if (!l.options.supportCSSPositionFixed)
l.$lightbox.css("top", $(window).scrollTop());
var h = l.options.loadingwidth + 2 * l.options.bordersize;
var i = l.options.loadingheight + 2 * l.options.bordersize;
var j = Math.round($(window).height() / 2 - (i + l.options.barheight) / 2);
l.$lightboxBox.css({
"margin-top" : j,
"width" : h,
"height" : i
});
l.$elemWrap.css({
"width" : h,
"height" : i
});
l.loadElem(new Array(a, b, c, null, d, e, f, g))
};
l.addItem = function (a, b, c, d, e, f, g) {
type = l.checkType(a);
l.elemArray.push(new Array(type, a, b, c, d, e, f, g))
};
l.showItem = function (a) {
if (l.elemArray.length <= 0)
return true;
l.hideObjects();
for (var i = 0; i < l.elemArray.length; i++) {
if (l.elemArray[i][ELEM_HREF] == a)
break
}
if (i == l.elemArray.length)
return true;
l.options.curElem = i;
l.options.nextElem = -1;
l.options.prevElem = -1;
l.calcNextPrevElem();
l.$next.hide();
l.$prev.hide();
l.reset();
l.$lightbox.show();
if (!l.options.supportCSSPositionFixed)
l.$lightbox.css("top", $(window).scrollTop());
var b = l.options.loadingwidth + 2 * l.options.bordersize;
var c = l.options.loadingheight + 2 * l.options.bordersize;
var d = Math.round($(window).height() / 2 - (c + l.options.barheight) / 2);
l.$lightboxBox.css({
"margin-top" : d,
"width" : b,
"height" : c
});
l.$elemWrap.css({
"width" : b,
"height" : c
});
l.loadCurElem();
return false
};
l.init();
return l.unbind('click').click(l.clickHandler)
}
})(jQuery);
function ASTimer(a, b, c) {
var d = 50;
var e = null;
var f = 0;
var g = false;
var h = false;
this.pause = function () {
if (h) {
g = true;
clearInterval(e)
}
};
this.resume = function () {
if (h && g) {
g = false;
e = setInterval(function () {
f += d;
if (f > a) {
clearInterval(e);
if (b)
b()
}
if (c)
c(f / a)
}, d)
}
};
this.stop = function () {
clearInterval(e);
if (c)
c(-1);
f = 0;
g = false;
h = false
};
this.start = function () {
f = 0;
g = false;
h = true;
e = setInterval(function () {
f += d;
if (f > a) {
clearInterval(e);
if (b)
b()
}
if (c)
c(f / a)
}, d)
}
}
var ASPlatforms = {
flashInstalled : function () {
var a = false;
try {
if (new ActiveXObject('ShockwaveFlash.ShockwaveFlash'))
a = true
} catch (e) {
if (navigator.mimeTypes["application/x-shockwave-flash"])
a = true
}
return a
},
html5VideoSupported : function () {
return (!!document.createElement('video').canPlayType)
},
isChrome : function () {
return (navigator.userAgent.match(/Chrome/i) != null)
},
isFirefox : function () {
return (navigator.userAgent.match(/Firefox/i) != null)
},
isOpera : function () {
return (navigator.userAgent.match(/Opera/i) != null)
},
isSafari : function () {
return (navigator.userAgent.match(/Safari/i) != null)
},
isAndroid : function () {
return (navigator.userAgent.match(/Android/i) != null)
},
isIPad : function () {
return (navigator.userAgent.match(/iPad/i) != null)
},
isIPhone : function () {
return ((navigator.userAgent.match(/iPod/i) != null) || (navigator.userAgent.match(/iPhone/i) != null))
},
isIOS : function () {
return this.isIPad() || this.isIPhone()
},
isIE9 : function () {
return (navigator.userAgent.match(/MSIE/i) != null) && this.html5VideoSupported() && !this.isOpera()
},
isIE8 : function () {
return (navigator.userAgent.match(/MSIE 8/i) != null) && !this.isOpera()
},
isIE7 : function () {
return (navigator.userAgent.match(/MSIE 7/i) != null) && !this.isOpera()
},
isIE6 : function () {
return (navigator.userAgent.match(/MSIE 6/i) != null) && !this.isOpera()
},
isIE678 : function () {
return this.isIE6() || this.isIE7() || this.isIE8()
},
css33dTransformSupported : function () {
return !this.isIE6() && !this.isIE7() && !this.isIE8() && !this.isIE9() && !this.isOpera()
},
applyBrowserStyles : function (a, b) {
var c = {};
for (var d in a) {
c[d] = a[d];
c['-webkit-' + d] = (b) ? '-webkit-' + a[d] : a[d];
c['-moz-' + d] = (b) ? '-moz-' + a[d] : a[d];
c['-ms-' + d] = (b) ? '-ms-' + a[d] : a[d];
c['-o-' + d] = (b) ? '-o-' + a[d] : a[d]
}
return c
}
};
(function ($) {
$.fn.amazingslider = function (G) {
var H = 0,
ELEM_SRC = 1,
ELEM_TITLE = 2,
ELEM_DESCRIPTION = 3,
ELEM_LINK = 4,
ELEM_TARGET = 5,
ELEM_VIDEO = 6,
ELEM_THUMBNAIL = 7,
ELEM_LIGHTBOX = 8,
ELEM_LIGHTBOXWIDTH = 9,
ELEM_LIGHTBOXHEIGHT = 10;
var I = 1,
TYPE_SWF = 2,
TYPE_MP3 = 3,
TYPE_PDF = 4,
TYPE_VIDEO_FLASH = 5,
TYPE_VIDEO_MP4 = 6,
TYPE_VIDEO_OGG = 7,
TYPE_VIDEO_WEBM = 8,
TYPE_VIDEO_YOUTUBE = 9,
TYPE_VIDEO_VIMEO = 10;
var J = function (a, b, c) {
this.container = a;
this.options = b;
this.id = c;
this.transitionTimeout = null;
this.arrowTimeout = null;
this.lightboxArray = [];
this.elemArray = [];
this.container.children().hide();
this.container.css({
"display" : "block",
"position" : "relative"
});
this.initData(this.init)
};
J.prototype = {
initData : function (a) {
this.readTags();
a(this)
},
readTags : function () {
var m = this;
$('.amazingslider-slides', this.container).find('li').each(function () {
var a = $('img', $(this));
if (a.length > 0) {
var b = (a.data("src") && (a.data("src").length > 0)) ? a.data("src") : '';
var c = (a.attr("src") && (a.attr("src").length > 0)) ? a.attr("src") : b;
var d = (a.attr("alt") && (a.attr("alt").length > 0)) ? a.attr("alt") : '';
var e = (a.data("description") && (a.data("description").length > 0)) ? a.data("description") : '';
var f = (a.parent() && a.parent().is("a")) ? a.parent().attr("href") : '';
var g = (a.parent() && a.parent().is("a")) ? a.parent().attr("target") : '';
var h = (a.parent() && a.parent().is("a")) ? a.parent().hasClass("html5lightbox") : false;
var i = (a.parent() && h) ? a.parent().data("width") : 0;
var j = (a.parent() && h) ? a.parent().data("height") : 0;
var k = [];
if ($('video', $(this)).length > 0) {
$('video', $(this)).each(function () {
k.push({
href : $(this).attr('src'),
type : m.checkVideoType($(this).attr('src'))
})
})
}
var l = new Array(m.elemArray.length, c, d, e, f, g, k, "", h, i, j);
m.elemArray.push(l);
if (h)
m.lightboxArray.push(l)
}
});
$('.amazingslider-thumbnails', this.container).find('li').each(function (a) {
var b = $('img', $(this));
if ((b.length > 0) && (m.elemArray.length > a)) {
var c = (b.data("src") && (b.data("src").length > 0)) ? b.data("src") : '';
var d = (b.attr("src") && (b.attr("src").length > 0)) ? b.attr("src") : c;
m.elemArray[a][ELEM_THUMBNAIL] = d
}
});
if (this.options.shownumbering) {
for (var i = 0; i < this.elemArray.length; i++) {
var n = this.options.numberingformat.replace("%NUM", i + 1).replace("%TOTAL", this.elemArray.length);
this.elemArray[i][ELEM_TITLE] = n + this.elemArray[i][ELEM_TITLE]
}
}
},
init : function (a) {
if (a.elemArray.length <= 0)
return;
a.isAnimating = false;
a.isPaused = !a.options.autoplay;
a.tempPaused = false;
a.initVideoApi();
a.createMarkup();
a.createStyle();
a.createNav();
a.createArrows();
a.createBottomShadow();
a.createBackgroundImage();
a.createText();
a.createSliderTimeout();
a.createWatermark();
a.createRibbon();
a.createGoogleFonts();
a.initHtml5Lightbox();
a.curElem = -1;
a.prevElem = -1;
a.nextElem = -1;
a.firstslide = true;
a.loopCount = 0;
a.pauseCarousel = false;
var b = 0;
var c = a.getParams();
var d = parseInt(c["firstslideid"]);
if (!isNaN(d) && (d >= 1) && (d <= a.elemArray.length))
b = d - 1;
else if (a.options.randomplay)
b = Math.floor(Math.random() * a.elemArray.length);
a.slideRun(b)
},
getParams : function () {
var a = {};
var b = window.location.search.substring(1).split("&");
for (var i = 0; i < b.length; i++) {
var c = b[i].split("=");
if (c && (c.length == 2))
a[c[0].toLowerCase()] = unescape(c[1])
}
return a
},
initHtml5Lightbox : function () {
var i;
if (this.lightboxArray.length > 0) {
var a = (this.options.skinsfoldername.length > 0) ? (this.options.skinsfoldername + '/') : '';
this.html5Lightbox = $([]).html5lightbox({
jsfolder : this.options.jsfolder,
skinfolder : a
});
for (i = 0; i < this.lightboxArray.length; i++) {
this.html5Lightbox.addItem(this.lightboxArray[i][ELEM_LINK], this.lightboxArray[i][ELEM_TITLE], 'amazingslider' + this.id, this.lightboxArray[i][ELEM_LIGHTBOXWIDTH], this.lightboxArray[i][ELEM_LIGHTBOXHEIGHT], null, null)
}
}
},
createGoogleFonts : function () {
if (this.options.previewmode)
return;
if (this.options.addgooglefonts && this.options.googlefonts && this.options.googlefonts.length > 0) {
var a = ('https:' == document.location.protocol ? 'https' : 'http') + "://fonts.googleapis.com/css?family=" + this.options.googlefonts;
var b = document.createElement("link");
b.setAttribute("rel", "stylesheet");
b.setAttribute("type", "text/css");
b.setAttribute("href", a);
document.getElementsByTagName("head")[0].appendChild(b)
}
},
createRibbon : function () {
if (!this.options.showribbon || (this.options.ribbonimage.length <= 0))
return;
$(".amazingslider-ribbon-" + this.id, this.container).html("<img src='" + this.options.skinsfolder + this.options.ribbonimage + "' style='border:none;' />")
},
createWatermark : function () {
if (!this.options.showwatermark)
return;
if ((this.options.watermarkstyle == 'text') && (this.options.watermarktext.length <= 0))
return;
if ((this.options.watermarkstyle == 'image') && (this.options.watermarkimage.length <= 0))
return;
var a = '';
if (this.options.watermarklink) {
a += "<a href='" + this.options.watermarklink + "' style='" + this.options.watermarklinkcss + "'";
if (this.options.watermarktarget)
a += " target='" + this.options.watermarktarget + "'";
a += ">"
}
if (this.options.watermarkstyle == 'text') {
a += this.options.watermarktext
} else if (this.options.watermarkstyle == 'image') {
a += "<img src='" + this.options.skinsfolder + this.options.watermarkimage + "' style='border:none;' />"
}
if (this.options.watermarklink)
a += "</a>";
$(".amazingslider-watermark-" + this.id, this.container).html(a)
},
initVideoApi : function () {
var i,
j,
videos;
var a = false,
initVimeo = false;
for (i = 0; i < this.elemArray.length; i++) {
videos = this.elemArray[i][ELEM_VIDEO];
for (j = 0; j < videos.length; j++) {
if (videos[j].type == TYPE_VIDEO_YOUTUBE)
a = true;
else if (videos[j].type == TYPE_VIDEO_VIMEO)
initVimeo = true
}
}
if (a) {
var b = document.createElement('script');
b.src = ('https:' == document.location.protocol ? 'https' : 'http') + "://www.youtube.com/iframe_api";
var c = document.getElementsByTagName('script')[0];
c.parentNode.insertBefore(b, c)
}
if (initVimeo) {
var b = document.createElement('script');
b.src = this.options.jsfolder + "froogaloop2.min.js";
var c = document.getElementsByTagName('script')[0];
c.parentNode.insertBefore(b, c)
}
},
createSliderTimeout : function () {
var b = this;
this.sliderTimeout = new ASTimer(this.options.slideinterval, function () {
b.slideRun(-1)
}, ((this.options.showtimer) ? (function (a) {
b.updateTimer(a)
}) : null));
if (b.options.pauseonmouseover) {
$(".amazingslider-slider-" + this.id, this.container).hover(function () {
if (!b.isPaused)
b.sliderTimeout.pause()
}, function () {
if (!b.isPaused)
b.sliderTimeout.resume()
})
}
if (b.options.showtimer)
$(".amazingslider-timer-" + b.id, b.container).css({
display : 'block',
position : 'absolute',
left : '0px',
top : ((b.options.timerposition == 'bottom') ? '' : '0px'),
bottom : ((b.options.timerposition == 'bottom') ? '0px' : ''),
width : '0%',
height : b.options.timerheight + 'px',
'background-color' : b.options.timercolor,
opacity : b.options.timeropacity,
filter : 'alpha(opacity=' + Math.round(100 * b.options.timeropacity) + ')'
})
},
updateTimer : function (a) {
w = Math.round(a * 100) + 1;
if (w > 100)
w = 100;
if (w < 0)
w = 0;
$(".amazingslider-timer-" + this.id, this.container).css({
width : w + '%'
})
},
createMarkup : function () {
this.$wrapper = jQuery("" + "<div class='amazingslider-wrapper-" + this.id + "'>" + "<div class='amazingslider-background-image-" + this.id + "'></div>" + "<div class='amazingslider-bottom-shadow-" + this.id + "'></div>" + "<div class='amazingslider-slider-" + this.id + "'>" + "<div class='amazingslider-box-" + this.id + "'>" + "<div class='amazingslider-swipe-box-" + this.id + "'>" + "<div class='amazingslider-space-" + this.id + "'></div>" + "<div class='amazingslider-img-box-" + this.id + "'></div>" + "</div>" + "</div>" + "<div class='amazingslider-text-wrapper-" + this.id + "'></div>" + "<div class='amazingslider-play-" + this.id + "'></div>" + "<div class='amazingslider-video-wrapper-" + this.id + "'></div>" + "<div class='amazingslider-ribbon-" + this.id + "'></div>" + "<div class='amazingslider-arrow-left-" + this.id + "'></div>" + "<div class='amazingslider-arrow-right-" + this.id + "'></div>" + "<div class='amazingslider-timer-" + this.id + "'></div>" + "</div>" + "<div class='amazingslider-nav-" + this.id + "'><div class='amazingslider-nav-container-" + this.id + "'></div></div>" + "</div>");
this.$wrapper.appendTo(this.container);
var a = this;
if (this.options.enabletouchswipe) {
$(".amazingslider-swipe-box-" + this.id, this.container).touchSwipe({
swipeLeft : function () {
a.slideRun(-1)
},
swipeRight : function () {
a.slideRun(-2)
}
})
}
$(".amazingslider-play-" + this.id, this.container).click(function () {
a.playVideo(true)
})
},
playVideo : function (a) {
var b = this.elemArray[this.curElem][ELEM_VIDEO];
if (b.length <= 0)
return;
this.sliderTimeout.stop();
this.tempPaused = true;
var c = b[0].href;
var d = b[0].type;
if (d == TYPE_VIDEO_YOUTUBE)
this.playYoutubeVideo(c, a);
else if (d == TYPE_VIDEO_VIMEO)
this.playVimeoVideo(c, a)
},
playVimeoVideo : function (b, c) {
var d = $(".amazingslider-video-wrapper-" + this.id, this.container);
d.css({
display : 'block',
width : '100%',
height : '100%'
});
if (this.options.previewmode) {
d.html("<div class='amazingslider-error-" + this.id + "'>To view Vimeo video, publish the slider then open it in your web browser</div>");
return
} else {
var e = b + ((b.indexOf("?") < 0) ? '?' : '&') + 'autoplay=' + (c ? '1' : '0') + '&api=1&player_id=amazingslider_vimeo_' + this.id;
d.html("<iframe id='amazingslider_vimeo_" + this.id + "' width='" + this.options.width + "' height='" + this.options.height + "' src='" + e + "' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>");
var f = $('#amazingslider_vimeo_' + this.id)[0];
var g = $f(f);
var h = this;
g.addEvent('ready', function () {
g.addEvent('finish', function (a) {
h.tempPaused = false;
if (!h.isPaused)
h.slideRun(-1)
})
})
}
},
playYoutubeVideo : function (b, c) {
var d = $(".amazingslider-video-wrapper-" + this.id, this.container);
d.css({
display : 'block',
width : '100%',
height : '100%'
});
if (this.options.previewmode) {
d.html("<div class='amazingslider-error-" + this.id + "'>To view YouTube video, publish the slider then open it in your web browser</div>");
return
}
var e = this;
if (!ASYouTubeIframeAPIReady) {
ASYouTubeTimeout += 100;
if (ASYouTubeTimeout < 3000) {
setTimeout(function () {
e.playYoutubeVideo(b, c)
}, 100);
return
}
}
if (ASYouTubeIframeAPIReady && !ASPlatforms.isIE6() && !ASPlatforms.isIE7() && !ASPlatforms.isIOS()) {
d.html("<div id='amazingslider-video-" + this.id + "' style='display:block;'></div>");
var f = b.match(/(\?v=|\/\d\/|\/embed\/|\/v\/|\.be\/)([a-zA-Z0-9\-\_]+)/)[2];
new YT.Player('amazingslider-video-' + this.id, {
width : e.options.width,
height : e.options.height,
videoId : f,
playerVars : {
'autoplay' : 1,
'rel' : 0,
'autohide' : 1,
'wmode' : 'transparent'
},
events : {
'onReady' : function (a) {
a.target.playVideo()
},
'onStateChange' : function (a) {
if (a.data == YT.PlayerState.ENDED) {
e.tempPaused = false;
if (!e.isPaused)
e.slideRun(-1)
}
}
}
})
} else {
var g = b + ((b.indexOf("?") < 0) ? '?' : '&') + "autoplay=1&wmode=transparent&rel=0&autohide=1";
d.html("<iframe width='" + e.options.width + "' height='" + e.options.height + "' src='" + g + "' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>")
}
},
checkVideoType : function (a) {
if (!a)
return -1;
if (a.match(/\.(flv)(.*)?$/i))
return TYPE_VIDEO_FLASH;
if (a.match(/\.(mp4|m4v)(.*)?$/i))
return TYPE_VIDEO_MP4;
if (a.match(/\.(ogv|ogg)(.*)?$/i))
return TYPE_VIDEO_OGG;
if (a.match(/\.(webm)(.*)?$/i))
return TYPE_VIDEO_WEBM;
if ((a.match(/\:\/\/.*(youtube\.com)/i)) || (a.match(/\:\/\/.*(youtu\.be)/i)))
return TYPE_VIDEO_YOUTUBE;
if (a.match(/\:\/\/.*(vimeo\.com)/i))
return TYPE_VIDEO_VIMEO;
return 0
},
createText : function () {
if (this.options.textstyle == 'none')
return;
var m = this;
var n = $(".amazingslider-text-wrapper-" + this.id, this.container);
if (this.options.textstyle == 'static') {
n.html("<div class='amazingslider-text-" + this.id + "'>" + "<div class='amazingslider-text-bg-" + this.id + "'></div>" + "<div class='amazingslider-title-" + this.id + "'></div>" + "<div class='amazingslider-description-" + this.id + "'></div>" + "</div>");
n.css({
display : ((this.options.textautohide) ? 'none' : 'block'),
overflow : 'hidden',
width : '100%',
height : 'auto',
position : 'absolute'
});
if (this.options.textautohide) {
$(".amazingslider-slider-" + this.id, this.container).hover(function () {
$(".amazingslider-text-wrapper-" + m.id, m.container).fadeIn()
}, function () {
$(".amazingslider-text-wrapper-" + m.id, m.container).fadeOut()
})
}
switch (this.options.textpositionstatic) {
case 'top':
n.css({
left : '0px',
top : '0px',
'margin-top' : this.options.textpositionmarginstatic + 'px'
});
break;
case 'bottom':
n.css({
left : '0px',
bottom : '0px',
'margin-bottom' : this.options.textpositionmarginstatic + 'px'
});
break;
case 'topoutside':
n.css({
left : '0px',
bottom : '100%',
'margin-bottom' : this.options.textpositionmarginstatic + 'px'
});
break;
case 'bottomoutside':
n.css({
left : '0px',
top : '100%',
'margin-top' : this.options.textpositionmarginstatic + 'px'
});
break
}
} else {
n.html("<div class='amazingslider-text-holding-" + this.id + "' style='visibility:hidden;" + this.options.textcss + "'>" + "<div class='amazingslider-text-bg-" + this.id + "'></div>" + "<div class='amazingslider-title-" + this.id + "'></div>" + "<div class='amazingslider-description-" + this.id + "'></div>" + "</div>" + "<div class='amazingslider-text-" + this.id + "' style='position:absolute;top:0%;left:0%;" + (ASPlatforms.isIE678() ? "opacity:inherit;filter:inherit;" : "") + "'>" + "<div class='amazingslider-text-bg-" + this.id + "'></div>" + "<div class='amazingslider-title-" + this.id + "'></div>" + "<div class='amazingslider-description-" + this.id + "'></div>" + "</div>");
n.css({
display : 'none',
overflow : 'hidden',
position : 'absolute'
})
}
$("head").append("<style type='text/css'>" + ".amazingslider-text-" + this.id + " {" + this.options.textcss + "} " + ".amazingslider-text-bg-" + this.id + " {" + this.options.textbgcss + "} " + ".amazingslider-title-" + this.id + " {" + this.options.titlecss + "} " + ".amazingslider-description-" + this.id + " {" + this.options.descriptioncss + "} " + "</style>");
this.container.bind('amazingslider.switchtext', function (f, g, h) {
var i = $(".amazingslider-text-wrapper-" + m.id, m.container);
var j = $(".amazingslider-text-bg-" + m.id, m.container);
var k = $(".amazingslider-title-" + m.id, m.container);
var l = $(".amazingslider-description-" + m.id, m.container);
if (m.options.textstyle == 'static') {
k.html(m.elemArray[h][ELEM_TITLE]);
l.html(m.elemArray[h][ELEM_DESCRIPTION]);
if (!m.elemArray[h][ELEM_TITLE] && !m.elemArray[h][ELEM_DESCRIPTION])
j.hide();
else
j.show()
} else if (m.options.textstyle == 'dynamic') {
if (!m.elemArray[h][ELEM_TITLE] && !m.elemArray[h][ELEM_DESCRIPTION])
i.fadeOut();
else {
i.fadeOut(function () {
var a = 'bottomleft';
var b = m.options.textpositiondynamic;
if (b) {
b = b.split(",");
a = b[Math.floor(Math.random() * b.length)];
a = $.trim(a.toLowerCase())
}
switch (a) {
case 'topleft':
i.css({
left : '0px',
right : '',
top : '0px',
bottom : ''
});
i.css({
margin : m.options.textpositionmargintop + 'px ' + m.options.textpositionmarginleft + 'px'
});
break;
case 'topright':
i.css({
left : '',
right : '0px',
top : '0px',
bottom : ''
});
i.css({
margin : m.options.textpositionmargintop + 'px ' + m.options.textpositionmarginright + 'px'
});
break;
case 'bottomleft':
i.css({
left : '0px',
right : '',
top : '',
bottom : '0px'
});
i.css({
margin : m.options.textpositionmarginbottom + 'px ' + m.options.textpositionmarginleft + 'px'
});
break;
case 'bottomright':
i.css({
left : '',
right : '0px',
top : '',
bottom : '0px'
});
i.css({
margin : m.options.textpositionmarginbottom + 'px ' + m.options.textpositionmarginright + 'px'
});
break
}
k.html(m.elemArray[h][ELEM_TITLE]);
l.html(m.elemArray[h][ELEM_DESCRIPTION]);
var c = null;
var d = m.options.texteffect;
if (d) {
d = d.split(",");
c = d[Math.floor(Math.random() * d.length)];
c = $.trim(c.toLowerCase())
}
var e = $(".amazingslider-text-" + m.id, m.container);
switch (c) {
case 'fade':
e.hide();
i.show();
e.delay(500).fadeIn(m.options.texteffectduration);
break;
case 'slide':
e.css({
left : '-100%',
opacity : 0,
display : 'block'
});
i.show();
e.delay(500).animate({
left : '0%',
opacity : 1
}, m.options.texteffectduration, m.options.texteffecteasing);
break;
default:
e.delay(500).show()
}
})
}
}
})
},
createStyle : function () {
$(".amazingslider-space-" + this.id, this.container).html("<img style='width:100%;max-width:100%;' src='" + this.elemArray[0][ELEM_SRC] + "' />");
if (this.options.isresponsive)
this.container.css({
"max-width" : this.options.width,
"max-height" : this.options.height
});
else
this.container.css({
"width" : this.options.width,
"height" : this.options.height
});
var a = ".amazingslider-wrapper-" + this.id + " {display:block;position:relative;width:100%;height:auto;}";
a += ".amazingslider-slider-" + this.id + " {display:block;position:relative;left:0px;top:0px;width:100%;height:auto;";
if (this.options.border > 0)
a += "margin-left:-" + this.options.border + "px;border-width:" + this.options.border + "px;border-style:solid;border-color:" + this.options.bordercolor + ";";
if (this.options.borderradius > 0)
a += "border-radius:" + this.options.borderradius + "px;-moz-border-radius:" + this.options.borderradius + "px;-webkit-border-radius:" + this.options.borderradius + "px;";
if (this.options.showshadow) {
var b = "0px 0px " + this.options.shadowsize + "px " + this.options.shadowcolor;
a += "box-shadow:" + b + ";-moz-box-shadow:" + b + ";-webkit-box-shadow:" + b + ";";
if (ASPlatforms.isIE678() || ASPlatforms.isIE9) {
a += "filter:progid:DXImageTransform.Microsoft.Shadow(color=" + this.options.shadowcolor + ",direction=135,strength=" + this.options.shadowsize + ");"
}
}
a += "}";
a += ".amazingslider-box-" + this.id + " {display:block;position:relative;left:0px;top:0px;width:100%;height:auto;}";
a += ".amazingslider-swipe-box-" + this.id + " {display:block;position:relative;left:0px;top:0px;width:100%;height:auto;}";
a += ".amazingslider-space-" + this.id + " {display:block;position:relative;left:0px;top:0px;width:100%;height:auto;visibility:hidden;line-height:0px;font-size:0px;}";
a += ".amazingslider-img-box-" + this.id + " {display:block;position:absolute;left:0px;top:0px;width:100%;height:100%;}";
a += ".amazingslider-play-" + this.id + " {display:none;position:absolute;left:50%;top:50%;cursor:pointer;width:" + this.options.playvideoimagewidth + "px;height:" + this.options.playvideoimageheight + "px;margin-top:" + "-" + Math.round(this.options.playvideoimageheight / 2) + "px;margin-left:" + '-' + Math.round(this.options.playvideoimagewidth / 2) + "px; background:url('" + this.options.skinsfolder + this.options.playvideoimage + "') no-repeat left top;}";
a += ".amazingslider-video-wrapper-" + this.id + " {display:none;position:absolute;left:0px;top:0px;background-color:#000;text-align:center;}";
a += ".amazingslider-error-" + this.id + " {display:block;position:relative;margin:0 auto;width:80%;top:50%;color:#fff;font:16px Arial,Tahoma,Helvetica,sans-serif;}";
if (this.options.showwatermark) {
if (((this.options.watermarkstyle == 'text') && (this.options.watermarktext.length > 0)) || ((this.options.watermarkstyle == 'image') && (this.options.watermarkimage.length > 0))) {
a += ".amazingslider-watermark-" + this.id + " {" + this.options.watermarkpositioncss;
if ((this.options.watermarkstyle == 'text') && (this.options.watermarktext.length > 0))
a += this.options.watermarktextcss;
if (this.options.watermarklink)
a += "cursor:pointer;";
a += "}"
}
}
if (this.options.showribbon) {
a += ".amazingslider-ribbon-" + this.id + " {display:block;position:absolute;";
switch (this.options.ribbonposition) {
case 'topleft':
a += "left:" + this.options.ribbonimagex + "px;top:" + this.options.ribbonimagey + "px;";
break;
case 'topright':
a += "right:" + this.options.ribbonimagex + "px;top:" + this.options.ribbonimagey + "px;";
break;
case 'bottomleft':
a += "left:" + this.options.ribbonimagex + "px;bottom:" + this.options.ribbonimagey + "px;";
break;
case 'bottomright':
a += "right:" + this.options.ribbonimagex + "px;bottom:" + this.options.ribbonimagey + "px;";
break;
case 'top':
a += "width:100%;height:auto;margin:0 auto;top:" + this.options.ribbonimagey + "px;";
case 'bottom':
a += "width:100%;height:auto;text-align:center;bottom:" + this.options.ribbonimagey + "px;"
}
a += "}"
}
a += ".amazingslider-video-wrapper-" + this.id + " video {max-width:100%;height:auto;}";
a += ".amazingslider-video-wrapper-" + this.id + " iframe, " + ".amazingslider-video-wrapper-" + this.id + " object, " + ".amazingslider-video-wrapper-" + this.id + " embed {position:absolute;top:0;left:0;width:100%;height:100%;}";
if ((this.options.navstyle == "thumbnails") && (this.options.navthumbstyle != 'imageonly')) {
a += ".amazingslider-nav-thumbnail-tite-" + this.id + " {" + this.options.navthumbtitlecss + "}";
a += ".amazingslider-nav-thumbnail-tite-" + this.id + ":hover {" + this.options.navthumbtitlehovercss + "}";
if (this.options.navthumbstyle == 'imageandtitledescription')
a += ".amazingslider-nav-thumbnail-description-" + this.id + " {" + this.options.navthumbdescriptioncss + "}"
}
$("head").append("<style type='text/css'>" + a + "</style>")
},
createBottomShadow : function () {
if (!this.options.showbottomshadow)
return;
var a = $(".amazingslider-bottom-shadow-" + this.id, this.container);
var l = (100 - this.options.bottomshadowimagewidth) / 2;
a.css({
display : 'block',
position : 'absolute',
left : l + '%',
top : this.options.bottomshadowimagetop + '%',
width : this.options.bottomshadowimagewidth + '%',
height : 'auto'
});
a.html("<img src='" + this.options.skinsfolder + this.options.bottomshadowimage + "' style='display:block;position:relative;width:100%;height:auto;' />")
},
createBackgroundImage : function () {
if (!this.options.showbackgroundimage || !this.options.backgroundimage)
return;
var a = $(".amazingslider-background-image-" + this.id, this.container);
var l = (100 - this.options.backgroundimagewidth) / 2;
a.css({
display : 'block',
position : 'absolute',
left : l + '%',
top : this.options.backgroundimagetop + '%',
width : this.options.backgroundimagewidth + '%',
height : 'auto'
});
a.html("<img src='" + this.options.skinsfolder + this.options.backgroundimage + "' style='display:block;position:relative;width:100%;height:auto;' />")
},
createArrows : function () {
if (this.options.arrowstyle == 'none')
return;
var a = this;
var b = $(".amazingslider-arrow-left-" + this.id, this.container);
var c = $(".amazingslider-arrow-right-" + this.id, this.container);
b.css({
overflow : 'hidden',
position : 'absolute',
cursor : 'pointer',
width : this.options.arrowwidth + 'px',
height : this.options.arrowheight + 'px',
left : this.options.arrowmargin + 'px',
top : this.options.arrowtop + '%',
'margin-top' : '-' + this.options.arrowheight / 2 + 'px',
background : "url('" + this.options.skinsfolder + this.options.arrowimage + "') no-repeat left top"
});
if (ASPlatforms.isIE678())
b.css({
opacity : 'inherit',
filter : 'inherit'
});
b.hover(function () {
$(this).css({
'background-position' : 'left bottom'
})
}, function () {
$(this).css({
'background-position' : 'left top'
})
});
b.click(function () {
a.slideRun(-2)
});
c.css({
overflow : 'hidden',
position : 'absolute',
cursor : 'pointer',
width : this.options.arrowwidth + 'px',
height : this.options.arrowheight + 'px',
right : this.options.arrowmargin + 'px',
top : this.options.arrowtop + '%',
'margin-top' : '-' + this.options.arrowheight / 2 + 'px',
background : "url('" + this.options.skinsfolder + this.options.arrowimage + "') no-repeat right top"
});
if (ASPlatforms.isIE678())
c.css({
opacity : 'inherit',
filter : 'inherit'
});
c.hover(function () {
$(this).css({
'background-position' : 'right bottom'
})
}, function () {
$(this).css({
'background-position' : 'right top'
})
});
c.click(function () {
a.slideRun(-1)
});
if (this.options.arrowstyle == 'always') {
b.css({
display : 'block'
});
c.css({
display : 'block'
})
} else {
b.css({
display : 'none'
});
c.css({
display : 'none'
});
$(".amazingslider-slider-" + this.id, this.container).hover(function () {
clearTimeout(a.arrowTimeout);
if (ASPlatforms.isIE678()) {
$(".amazingslider-arrow-left-" + a.id, a.container).show();
$(".amazingslider-arrow-right-" + a.id, a.container).show()
} else {
$(".amazingslider-arrow-left-" + a.id, a.container).fadeIn();
$(".amazingslider-arrow-right-" + a.id, a.container).fadeIn()
}
}, function () {
a.arrowTimeout = setTimeout(function () {
if (ASPlatforms.isIE678()) {
$(".amazingslider-arrow-left-" + a.id, a.container).hide();
$(".amazingslider-arrow-right-" + a.id, a.container).hide()
} else {
$(".amazingslider-arrow-left-" + a.id, a.container).fadeOut();
$(".amazingslider-arrow-right-" + a.id, a.container).fadeOut()
}
}, a.options.arrowhideonmouseleave)
})
}
},
carMoveLeft : function () {
var a = $(".amazingslider-nav-container-" + this.id, this.container);
var b = $(".amazingslider-bullet-wrapper-" + this.id, this.container);
if (a.width() >= b.width())
return;
if (this.options.navshowpreview)
$(".amazingslider-nav-preview-" + this.id, this.container).hide();
var c = a.width() + this.options.navspacing;
var l = (isNaN(parseInt(b.css("margin-left"))) ? 0 : parseInt(b.css("margin-left"))) - c;
if (l <= (a.width() - b.width()))
l = (a.width() - b.width());
if (l >= 0)
l = 0;
b.animate({
"margin-left" : l
}, {
queue : false,
duration : 500,
easing : "easeOutCirc"
});
if (this.options.navthumbnavigationstyle != 'auto')
this.updateCarouselLeftRightArrow(l)
},
carMoveRight : function () {
var a = $(".amazingslider-nav-container-" + this.id, this.container);
var b = $(".amazingslider-bullet-wrapper-" + this.id, this.container);
if (a.width() >= b.width())
return;
if (this.options.navshowpreview)
$(".amazingslider-nav-preview-" + this.id, this.container).hide();
var c = a.width() + this.options.navspacing;
var l = (isNaN(parseInt(b.css("margin-left"))) ? 0 : parseInt(b.css("margin-left"))) + c;
if (l <= (a.width() - b.width()))
l = (a.width() - b.width());
if (l >= 0)
l = 0;
b.animate({
"margin-left" : l
}, {
queue : false,
duration : 500,
easing : "easeOutCirc"
});
if (this.options.navthumbnavigationstyle != 'auto')
this.updateCarouselLeftRightArrow(l)
},
carMoveBottom : function () {
var a = $(".amazingslider-nav-container-" + this.id, this.container);
var b = $(".amazingslider-bullet-wrapper-" + this.id, this.container);
if (a.height() >= b.height())
return;
if (this.options.navshowpreview)
$(".amazingslider-nav-preview-" + this.id, this.container).hide();
var c = a.height() + this.options.navspacing;
var l = (isNaN(parseInt(b.css("margin-top"))) ? 0 : parseInt(b.css("margin-top"))) + c;
if (l <= (a.height() - b.height()))
l = (a.height() - b.height());
if (l >= 0)
l = 0;
b.animate({
"margin-top" : l
}, {
queue : false,
duration : 500,
easing : "easeOutCirc"
});
if (this.options.navthumbnavigationstyle != 'auto')
this.updateCarouselLeftRightArrow(l)
},
carMoveTop : function () {
var a = $(".amazingslider-nav-container-" + this.id, this.container);
var b = $(".amazingslider-bullet-wrapper-" + this.id, this.container);
if (a.height() >= b.height())
return;
if (this.options.navshowpreview)
$(".amazingslider-nav-preview-" + this.id, this.container).hide();
var c = a.height() + this.options.navspacing;
var l = (isNaN(parseInt(b.css("margin-top"))) ? 0 : parseInt(b.css("margin-top"))) - c;
if (l <= (a.height() - b.height()))
l = (a.height() - b.height());
if (l >= 0)
l = 0;
b.animate({
"margin-top" : l
}, {
queue : false,
duration : 500,
easing : "easeOutCirc"
});
if (this.options.navthumbnavigationstyle != 'auto')
this.updateCarouselLeftRightArrow(l)
},
updateCarouselLeftRightArrow : function (l) {
var a = $(".amazingslider-nav-container-" + this.id, this.container);
var b = $(".amazingslider-bullet-wrapper-" + this.id, this.container);
if (this.options.navdirection == 'vertical') {
if (l == 0) {
$(".amazingslider-car-left-arrow-" + this.id, this.container).css({
'background-position' : 'left bottom',
cursor : ''
});
$(".amazingslider-car-left-arrow-" + this.id, this.container).data('disabled', true)
} else {
$(".amazingslider-car-left-arrow-" + this.id, this.container).css({
'background-position' : 'left top',
cursor : 'pointer'
});
$(".amazingslider-car-left-arrow-" + this.id, this.container).data('disabled', false)
}
if ((l == (a.height() - b.height()))) {
$(".amazingslider-car-right-arrow-" + this.id, this.container).css({
'background-position' : 'right bottom',
cursor : ''
});
$(".amazingslider-car-right-arrow-" + this.id, this.container).data('disabled', true)
} else {
$(".amazingslider-car-right-arrow-" + this.id, this.container).css({
'background-position' : 'right top',
cursor : 'pointer'
});
$(".amazingslider-car-right-arrow-" + this.id, this.container).data('disabled', false)
}
} else {
if (l == 0) {
$(".amazingslider-car-left-arrow-" + this.id, this.container).css({
'background-position' : 'left bottom',
cursor : ''
});
$(".amazingslider-car-left-arrow-" + this.id, this.container).data('disabled', true)
} else {
$(".amazingslider-car-left-arrow-" + this.id, this.container).css({
'background-position' : 'left top',
cursor : 'pointer'
});
$(".amazingslider-car-left-arrow-" + this.id, this.container).data('disabled', false)
}
if ((l == (a.width() - b.width()))) {
$(".amazingslider-car-right-arrow-" + this.id, this.container).css({
'background-position' : 'right bottom',
cursor : ''
});
$(".amazingslider-car-right-arrow-" + this.id, this.container).data('disabled', true)
} else {
$(".amazingslider-car-right-arrow-" + this.id, this.container).css({
'background-position' : 'right top',
cursor : 'pointer'
});
$(".amazingslider-car-right-arrow-" + this.id, this.container).data('disabled', false)
}
}
},
createNav : function () {
if ((this.options.navstyle == 'none') && (!this.options.navshowbuttons))
return;
var f = this;
var i;
var g = $(".amazingslider-nav-" + this.id, this.container);
var h = $(".amazingslider-nav-container-" + this.id, this.container);
var j = $("<div class='amazingslider-bullet-wrapper-" + this.id + "' style='display:block;position:relative;'></div>");
if (this.options.navstyle == 'thumbnails') {
this.options.navimagewidth = this.options.navwidth - this.options.navborder * 2;
this.options.navimageheight = this.options.navheight - this.options.navborder * 2;
if (this.options.navthumbstyle == 'imageandtitle')
this.options.navheight += this.options.navthumbtitleheight;
else if (this.options.navthumbstyle == 'imageandtitledescription')
this.options.navwidth += this.options.navthumbtitlewidth
}
if (this.options.navdirection == 'vertical') {
var k = (this.options.navstyle == 'none') ? 0 : this.elemArray.length * this.options.navheight + (this.elemArray.length - 1) * this.options.navspacing;
if (this.options.navshowbuttons) {
if (this.options.navshowarrow) {
k += (k > 0) ? this.options.navspacing : 0;
k += 2 * this.options.navheight + this.options.navspacing
}
if (this.options.navshowplaypause && !this.options.navshowplaypausestandalone) {
k += (k > 0) ? this.options.navspacing : 0;
k += this.options.navheight
}
}
j.css({
height : k + "px",
width : "auto"
})
} else {
var k = (this.options.navstyle == 'none') ? 0 : this.elemArray.length * this.options.navwidth + (this.elemArray.length - 1) * this.options.navspacing;
if (this.options.navshowbuttons) {
if (this.options.navshowarrow) {
k += (k > 0) ? this.options.navspacing : 0;
k += 2 * this.options.navwidth + this.options.navspacing
}
if (this.options.navshowplaypause && !this.options.navshowplaypausestandalone) {
k += (k > 0) ? this.options.navspacing : 0;
k += this.options.navwidth
}
}
j.css({
width : k + "px",
height : "auto"
})
}
h.append(j);
var o = 0;
var q = (this.options.navdirection == 'vertical') ? this.options.navwidth : this.options.navheight;
if ((this.options.navstyle == 'thumbnails') && this.options.navshowfeaturedarrow) {
q += (this.options.navdirection == 'vertical') ? this.options.navfeaturedarrowimagewidth : this.options.navfeaturedarrowimageheight;
o = (this.options.navdirection == 'vertical') ? this.options.navfeaturedarrowimagewidth : this.options.navfeaturedarrowimageheight
}
var s = ('navmarginx' in this.options) ? this.options.navmarginx : this.options.navmargin;
var t = ('navmarginy' in this.options) ? this.options.navmarginy : this.options.navmargin;
g.css({
display : 'block',
position : 'absolute',
height : 'auto'
});
switch (this.options.navposition) {
case 'top':
j.css({
"margin-left" : 'auto',
"margin-right" : 'auto',
'height' : q + 'px'
});
g.css({
overflow : 'hidden',
'width' : '100%',
top : '0%',
left : '0px',
'margin-top' : t + 'px'
});
break;
case 'topleft':
j.css({
'height' : q + 'px'
});
g.css({
overflow : 'hidden',
'max-width' : '100%',
top : '0px',
left : '0px',
'margin-top' : t + 'px',
'margin-left' : s + 'px'
});
break;
case 'topright':
j.css({
'height' : q + 'px'
});
g.css({
overflow : 'hidden',
'max-width' : '100%',
top : '0px',
right : '0px',
'margin-top' : t + 'px',
'margin-right' : s + 'px'
});
break;
case 'bottom':
j.css({
"margin-left" : 'auto',
"margin-right" : 'auto',
'margin-top' : o + 'px'
});
g.css({
overflow : 'hidden',
'width' : '100%',
top : '100%',
left : '0px',
'margin-top' : String(t - o) + 'px'
});
break;
case 'bottomleft':
j.css({
'margin-top' : o + 'px'
});
g.css({
overflow : 'hidden',
'max-width' : '100%',
bottom : '0px',
left : '0px',
'margin-bottom' : t + 'px',
'margin-top' : String(t - o) + 'px',
'margin-left' : s + 'px'
});
break;
case 'bottomright':
j.css({
'margin-top' : o + 'px'
});
g.css({
overflow : 'hidden',
'max-width' : '100%',
bottom : '0px',
right : '0px',
'margin-bottom' : t + 'px',
'margin-top' : String(t - o) + 'px',
'margin-right' : s + 'px'
});
break;
case 'left':
j.css({
'width' : q + 'px'
});
g.css({
overflow : 'hidden',
'height' : '100%',
width : q + 'px',
top : '0%',
left : '0%',
'margin-left' : s + 'px'
});
h.css({
display : 'block',
position : 'absolute',
top : '0px',
bottom : '0px',
left : '0px',
right : '0px',
height : 'auto'
});
break;
case 'right':
j.css({
'margin-left' : o + 'px'
});
g.css({
overflow : 'hidden',
'height' : '100%',
width : q + 'px',
top : '0%',
left : '100%',
'margin-left' : String(s - o) + 'px'
});
h.css({
display : 'block',
position : 'absolute',
top : '0px',
bottom : '0px',
left : '0px',
right : '0px',
height : 'auto'
});
break
}
if (this.options.navstyle != 'none') {
var u;
for (i = 0; i < this.elemArray.length; i++) {
u = this.createNavBullet(i);
j.append(u)
}
g.mouseenter(function () {
f.pauseCarousel = true
});
g.mouseleave(function () {
f.pauseCarousel = false
});
if (f.options.navthumbnavigationstyle == 'auto') {
g.mousemove(function (e) {
if (f.options.navdirection == 'vertical') {
if (g.height() >= j.height())
return;
var d = e.pageY - g.offset().top;
if (d < 10)
d = 0;
if (d > g.height() - 10)
d = g.height();
var r = d / g.height();
var l = (g.height() - j.height()) * r;
j.animate({
"margin-top" : l
}, {
queue : false,
duration : 20,
easing : "easeOutCubic"
})
} else {
if (g.width() >= j.width())
return;
var d = e.pageX - g.offset().left;
if (d < 10)
d = 0;
if (d > g.width() - 10)
d = g.width();
var r = d / g.width();
var l = (g.width() - j.width()) * r;
j.animate({
"margin-left" : l
}, {
queue : false,
duration : 20,
easing : "easeOutCubic"
})
}
})
} else {
if (((f.options.navdirection == 'vertical') && (j.height() > h.height())) || ((f.options.navdirection == 'horizontal') && (j.width() > h.width()))) {
var m = f.options.navthumbnavigationarrowimagewidth + f.options.navspacing;
if (f.options.navdirection == "horizontal") {
var n = Math.floor(((g.width() - 2 * m) + f.options.navspacing) / (f.options.navwidth + f.options.navspacing));
m = Math.floor((g.width() - n * f.options.navwidth - (n - 1) * f.options.navspacing) / 2)
}
if (f.options.navdirection == 'vertical')
h.css({
'margin-top' : m + 'px',
'margin-bottom' : m + 'px',
overflow : 'hidden'
});
else
h.css({
'margin-left' : m + 'px',
'margin-right' : m + 'px',
overflow : 'hidden'
});
var v = $("<div class='amazingslider-car-left-arrow-" + f.id + "' style='display:none;'></div>");
var w = $("<div class='amazingslider-car-right-arrow-" + f.id + "' style='display:none;'></div>");
g.append(v);
g.append(w);
v.css({
overflow : 'hidden',
position : 'absolute',
cursor : 'pointer',
width : f.options.navthumbnavigationarrowimagewidth + 'px',
height : f.options.navthumbnavigationarrowimageheight + 'px',
background : "url('" + f.options.skinsfolder + f.options.navthumbnavigationarrowimage + "') no-repeat left top"
});
w.css({
overflow : 'hidden',
position : 'absolute',
cursor : 'pointer',
width : f.options.navthumbnavigationarrowimagewidth + 'px',
height : f.options.navthumbnavigationarrowimageheight + 'px',
background : "url('" + f.options.skinsfolder + f.options.navthumbnavigationarrowimage + "') no-repeat right top"
});
var p = (f.options.navdirection == 'vertical') ? (f.options.navwidth / 2 - f.options.navthumbnavigationarrowimagewidth / 2) : (f.options.navheight / 2 - f.options.navthumbnavigationarrowimageheight / 2);
if ((f.options.navposition == 'bottomleft') || (f.options.navposition == 'bottomright') || (f.options.navposition == 'bottom') || (f.options.navposition == 'right'))
p += o;
if (f.options.navdirection == 'vertical') {
v.css({
top : '0px',
left : '0px',
'margin-left' : p + 'px'
});
w.css({
bottom : '0px',
left : '0px',
'margin-left' : p + 'px'
})
} else {
v.css({
left : '0px',
top : '0px',
'margin-top' : p + 'px'
});
w.css({
right : '0px',
top : '0px',
'margin-top' : p + 'px'
})
}
if (ASPlatforms.isIE678())
v.css({
opacity : 'inherit',
filter : 'inherit'
});
v.hover(function () {
if (!$(this).data('disabled'))
$(this).css({
'background-position' : 'left center'
})
}, function () {
if (!$(this).data('disabled'))
$(this).css({
'background-position' : 'left top'
})
});
v.click(function () {
if (f.options.navdirection == 'vertical')
f.carMoveBottom();
else
f.carMoveRight()
});
if (ASPlatforms.isIE678())
w.css({
opacity : 'inherit',
filter : 'inherit'
});
w.hover(function () {
if (!$(this).data('disabled'))
$(this).css({
'background-position' : 'right center'
})
}, function () {
if (!$(this).data('disabled'))
$(this).css({
'background-position' : 'right top'
})
});
w.click(function () {
if (f.options.navdirection == 'vertical')
f.carMoveTop();
else
f.carMoveLeft()
});
v.css({
display : 'block',
'background-position' : 'left bottom',
cursor : ''
});
v.data('disabled', true);
w.css({
display : 'block'
})
}
}
if (f.options.navdirection == 'vertical') {
g.touchSwipe({
swipeTop : function (a) {
f.carMoveTop()
},
swipeBottom : function () {
f.carMoveBottom()
}
})
} else {
g.touchSwipe({
swipeLeft : function (a) {
f.carMoveLeft()
},
swipeRight : function () {
f.carMoveRight()
}
})
}
this.container.bind('amazingslider.switch', function (a, b, c) {
$(".amazingslider-bullet-" + f.id + "-" + b, f.container)["bulletNormal" + f.id]();
$(".amazingslider-bullet-" + f.id + "-" + c, f.container)["bulletSelected" + f.id]()
});
if (this.options.navshowpreview) {
var x = $("<div class='amazingslider-nav-preview-" + this.id + "' style='display:none;position:absolute;width:" + this.options.navpreviewwidth + "px;height:" + this.options.navpreviewheight + "px;background-color:" + this.options.navpreviewbordercolor + ";padding:" + f.options.navpreviewborder + "px;'></div>");
var y = $("<div class='amazingslider-nav-preview-arrow-" + this.id + "' style='display:block;position:absolute;width:" + this.options.navpreviewarrowwidth + "px;height:" + this.options.navpreviewarrowheight + "px;" + "background:url(\"" + this.options.skinsfolder + this.options.navpreviewarrowimage + "\") no-repeat center center;' ></div>");
switch (this.options.navpreviewposition) {
case 'bottom':
y.css({
left : '50%',
bottom : '100%',
'margin-left' : '-' + Math.round(this.options.navpreviewarrowwidth / 2) + 'px'
});
break;
case 'top':
y.css({
left : '50%',
top : '100%',
'margin-left' : '-' + Math.round(this.options.navpreviewarrowwidth / 2) + 'px'
});
break;
case 'left':
y.css({
top : '50%',
left : '100%',
'margin-top' : '-' + Math.round(this.options.navpreviewarrowheight / 2) + 'px'
});
break;
case 'right':
y.css({
top : '50%',
right : '100%',
'margin-top' : '-' + Math.round(this.options.navpreviewarrowheight / 2) + 'px'
});
break
}
var z = $("<div class='amazingslider-nav-preview-images-" + this.id + "' style='display:block;position:relative;width:100%;height:100%;overflow:hidden;' />");
x.append(y);
x.append(z);
if (this.options.navshowplayvideo) {
var A = $("<div class='amazingslider-nav-preview-play-" + this.id + "' style='display:none;position:absolute;left:0;top:0;width:100%;height:100%;" + "background:url(\"" + this.options.skinsfolder + this.options.navplayvideoimage + "\") no-repeat center center;" + "' ></div>");
x.append(A)
}
$(".amazingslider-wrapper-" + this.id, this.container).append(x)
}
if (this.options.navshowfeaturedarrow) {
j.append("<div class='amazingslider-nav-featuredarrow-" + this.id + "' style='display:none;position:absolute;width:" + this.options.navfeaturedarrowimagewidth + "px;" + "height:" + this.options.navfeaturedarrowimageheight + "px;" + "background:url(\"" + this.options.skinsfolder + this.options.navfeaturedarrowimage + "\") no-repeat center center;'></div>")
}
}
if (this.options.navshowbuttons) {
var B = (this.options.navdirection == 'vertical') ? 'top' : 'left';
var C = (this.options.navstyle == 'none') ? 0 : this.options.navspacing;
if (this.options.navshowarrow) {
var D = $("<div class='amazingslider-nav-left-" + this.id + "' style='position:relative;float:" + B + ";margin-" + B + ":" + C + "px;width:" + this.options.navwidth + "px;height:" + this.options.navheight + "px;cursor:pointer;'></div>");
j.append(D);
if (this.options.navbuttonradius)
D.css(ASPlatforms.applyBrowserStyles({
'border-radius' : this.options.navbuttonradius + 'px'
}));
if (this.options.navbuttoncolor)
D.css({
'background-color' : this.options.navbuttoncolor
});
if (this.options.navarrowimage)
D.css({
'background-image' : "url('" + this.options.skinsfolder + this.options.navarrowimage + "')",
'background-repeat' : 'no-repeat',
'background-position' : 'left top'
});
D.hover(function () {
if (f.options.navbuttonhighlightcolor)
$(this).css({
'background-color' : f.options.navbuttonhighlightcolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'left bottom'
})
}, function () {
if (f.options.navbuttoncolor)
$(this).css({
'background-color' : f.options.navbuttoncolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'left top'
})
});
D.click(function () {
f.slideRun(-2)
});
C = this.options.navspacing
}
if (this.options.navshowplaypause) {
var E,
$navPause;
if (this.options.navshowplaypausestandalone) {
E = $("<div class='amazingslider-nav-play-" + this.id + "' style='position:absolute;width:" + this.options.navshowplaypausestandalonewidth + "px;height:" + this.options.navshowplaypausestandaloneheight + "px;'></div>");
this.$wrapper.append(E);
$navPause = $("<div class='amazingslider-nav-pause-" + this.id + "' style='position:absolute;width:" + this.options.navshowplaypausestandalonewidth + "px;height:" + this.options.navshowplaypausestandaloneheight + "px;'></div>");
this.$wrapper.append($navPause);
switch (this.options.navshowplaypausestandaloneposition) {
case 'topleft':
E.css({
top : 0,
left : 0,
'margin-left' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-top' : this.options.navshowplaypausestandalonemarginy + 'px'
});
$navPause.css({
top : 0,
left : 0,
'margin-left' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-top' : this.options.navshowplaypausestandalonemarginy + 'px'
});
break;
case 'topright':
E.css({
top : 0,
right : 0,
'margin-right' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-top' : this.options.navshowplaypausestandalonemarginy + 'px'
});
$navPause.css({
top : 0,
right : 0,
'margin-right' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-top' : this.options.navshowplaypausestandalonemarginy + 'px'
});
break;
case 'bottomleft':
E.css({
bottom : 0,
left : 0,
'margin-left' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-bottom' : this.options.navshowplaypausestandalonemarginy + 'px'
});
$navPause.css({
bottom : 0,
left : 0,
'margin-left' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-bottom' : this.options.navshowplaypausestandalonemarginy + 'px'
});
break;
case 'bottomright':
E.css({
bottom : 0,
right : 0,
'margin-right' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-bottom' : this.options.navshowplaypausestandalonemarginy + 'px'
});
$navPause.css({
bottom : 0,
right : 0,
'margin-right' : this.options.navshowplaypausestandalonemarginx + 'px',
'margin-bottom' : this.options.navshowplaypausestandalonemarginy + 'px'
});
break;
case 'center':
E.css({
top : '50%',
left : '50%',
'margin-left' : '-' + Math.round(this.options.navshowplaypausestandalonewidth / 2) + 'px',
'margin-top' : '-' + Math.round(this.options.navshowplaypausestandaloneheight / 2) + 'px'
});
$navPause.css({
top : '50%',
left : '50%',
'margin-left' : '-' + Math.round(this.options.navshowplaypausestandalonewidth / 2) + 'px',
'margin-top' : '-' + Math.round(this.options.navshowplaypausestandaloneheight / 2) + 'px'
});
break
}
} else {
E = $("<div class='amazingslider-nav-play-" + this.id + "' style='position:relative;float:" + B + ";margin-" + B + ":" + C + "px;width:" + this.options.navwidth + "px;height:" + this.options.navheight + "px;cursor:pointer;'></div>");
j.append(E);
$navPause = $("<div class='amazingslider-nav-pause-" + this.id + "' style='position:relative;float:" + B + ";margin-" + B + ":" + C + "px;width:" + this.options.navwidth + "px;height:" + this.options.navheight + "px;cursor:pointer;'></div>");
j.append($navPause)
}
if (this.options.navbuttonradius)
E.css(ASPlatforms.applyBrowserStyles({
'border-radius' : this.options.navbuttonradius + 'px'
}));
if (this.options.navbuttoncolor)
E.css({
'background-color' : this.options.navbuttoncolor
});
if (this.options.navarrowimage)
E.css({
'background-image' : "url('" + this.options.skinsfolder + this.options.navplaypauseimage + "')",
'background-repeat' : 'no-repeat',
'background-position' : 'left top'
});
E.hover(function () {
if (f.options.navbuttonhighlightcolor)
$(this).css({
'background-color' : f.options.navbuttonhighlightcolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'left bottom'
})
}, function () {
if (f.options.navbuttoncolor)
$(this).css({
'background-color' : f.options.navbuttoncolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'left top'
})
});
E.click(function () {
f.isPaused = false;
f.loopCount = 0;
if (!f.tempPaused)
f.sliderTimeout.start();
$(this).css({
display : 'none'
});
$(".amazingslider-nav-pause-" + f.id, f.container).css({
display : 'block'
})
});
if (this.options.navbuttonradius)
$navPause.css(ASPlatforms.applyBrowserStyles({
'border-radius' : this.options.navbuttonradius + 'px'
}));
if (this.options.navbuttoncolor)
$navPause.css({
'background-color' : this.options.navbuttoncolor
});
if (this.options.navarrowimage)
$navPause.css({
'background-image' : "url('" + this.options.skinsfolder + this.options.navplaypauseimage + "')",
'background-repeat' : 'no-repeat',
'background-position' : 'right top'
});
$navPause.hover(function () {
if (f.options.navbuttonhighlightcolor)
$(this).css({
'background-color' : f.options.navbuttonhighlightcolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'right bottom'
})
}, function () {
if (f.options.navbuttoncolor)
$(this).css({
'background-color' : f.options.navbuttoncolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'right top'
})
});
$navPause.click(function () {
f.isPaused = true;
f.sliderTimeout.stop();
$(this).css({
display : 'none'
});
$(".amazingslider-nav-play-" + f.id, f.container).css({
display : 'block'
})
});
if (this.options.navshowplaypausestandalone && this.options.navshowplaypausestandaloneautohide) {
E.css({
display : 'none'
});
$navPause.css({
display : 'none'
});
this.$wrapper.hover(function () {
if (f.isPaused) {
E.fadeIn();
$navPause.css({
display : 'none'
})
} else {
E.css({
display : 'none'
});
$navPause.fadeIn()
}
}, function () {
E.fadeOut();
$navPause.fadeOut()
})
} else {
E.css({
display : ((f.isPaused) ? 'block' : 'none')
});
$navPause.css({
display : ((f.isPaused) ? 'none' : 'block')
})
}
}
if (this.options.navshowarrow) {
var F = $("<div class='amazingslider-nav-right-" + this.id + "' style='position:relative;float:" + B + ";margin-" + B + ":" + C + "px;width:" + this.options.navwidth + "px;height:" + this.options.navheight + "px;cursor:pointer;'></div>");
j.append(F);
if (this.options.navbuttonradius)
F.css(ASPlatforms.applyBrowserStyles({
'border-radius' : this.options.navbuttonradius + 'px'
}));
if (this.options.navbuttoncolor)
F.css({
'background-color' : this.options.navbuttoncolor
});
if (this.options.navarrowimage)
F.css({
'background-image' : "url('" + this.options.skinsfolder + this.options.navarrowimage + "')",
'background-repeat' : 'no-repeat',
'background-position' : 'right top'
});
F.hover(function () {
if (f.options.navbuttonhighlightcolor)
$(this).css({
'background-color' : f.options.navbuttonhighlightcolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'right bottom'
})
}, function () {
if (f.options.navbuttoncolor)
$(this).css({
'background-color' : f.options.navbuttoncolor
});
if (f.options.navarrowimage)
$(this).css({
'background-position' : 'right top'
})
});
F.click(function () {
f.slideRun(-1)
})
}
}
},
createNavBullet : function (r) {
var s = this;
var f = (this.options.navdirection == 'vertical') ? 'top' : 'left';
var u = (this.options.navdirection == 'vertical') ? 'bottom' : 'right';
var v = (r == this.elemArray.length - 1) ? 0 : this.options.navspacing;
var w = (this.options.navstyle == 'thumbnails') ? this.options.navwidth - this.options.navborder * 2 : this.options.navwidth;
var h = (this.options.navstyle == 'thumbnails') ? this.options.navheight - this.options.navborder * 2 : this.options.navheight;
var x = $("<div class='amazingslider-bullet-" + this.id + "-" + r + "' style='position:relative;float:" + f + ";margin-" + u + ":" + v + "px;width:" + w + "px;height:" + h + "px;cursor:pointer;'></div>");
x.data('index', r);
x.hover(function () {
if ($(this).data('index') != s.curElem)
$(this)["bulletHighlight" + s.id]();
var d = $(this).data('index');
if (s.options.navswitchonmouseover) {
if (d != s.curElem)
s.slideRun(d)
}
if (s.options.navshowpreview) {
var e = $(".amazingslider-nav-preview-" + s.id, s.container);
var f = $(".amazingslider-nav-preview-images-" + s.id, e);
if (s.options.navshowplayvideo) {
var g = $(".amazingslider-nav-preview-play-" + s.id, e);
if (s.elemArray[d][ELEM_VIDEO].length > 0)
g.show();
else
g.hide()
}
var h = $(".amazingslider-nav-" + s.id, s.container);
var i = $(".amazingslider-bullet-wrapper-" + s.id, s.container);
var j = $(this).position();
var k = h.position();
var m = i.position();
j.left += k.left + m.left;
j.left += (isNaN(parseInt(i.css('margin-left'))) ? 0 : parseInt(i.css('margin-left')));
j.left += (isNaN(parseInt(h.css('margin-left'))) ? 0 : parseInt(h.css('margin-left')));
j.top += k.top + m.top;
j.top += (isNaN(parseInt(i.css('margin-top'))) ? 0 : parseInt(i.css('margin-top')));
j.top += (isNaN(parseInt(h.css('margin-top'))) ? 0 : parseInt(h.css('margin-top')));
if (s.options.navdirection == 'vertical') {
var n = $(".amazingslider-nav-container-" + s.id, s.container);
j.top += (isNaN(parseInt(n.css('margin-top'))) ? 0 : parseInt(n.css('margin-top')))
}
var t,
l = j.left + s.options.navwidth / 2 - s.options.navpreviewwidth / 2 - s.options.navpreviewborder;
var o,
tv = j.top + s.options.navheight / 2 - s.options.navpreviewheight / 2 - s.options.navpreviewborder;
var p = {};
switch (s.options.navpreviewposition) {
case 'bottom':
t = j.top + s.options.navheight + s.options.navpreviewarrowheight;
p = {
left : l + 'px',
top : t + 'px'
};
break;
case 'top':
t = j.top - s.options.navpreviewheight - 2 * s.options.navpreviewborder - s.options.navpreviewarrowheight;
p = {
left : l + 'px',
top : t + 'px'
};
break;
case 'left':
o = j.left - s.options.navpreviewwidth - 2 * s.options.navpreviewborder - s.options.navpreviewarrowwidth;
p = {
left : o + 'px',
top : tv + 'px'
};
break;
case 'right':
o = j.left + s.options.navwidth + s.options.navpreviewarrowwidth;
p = {
left : o + 'px',
top : tv + 'px'
};
break
}
var q = new Image();
$(q).load(function () {
var a;
if (this.width / this.height <= s.options.navpreviewwidth / s.options.navpreviewheight)
a = "width:" + s.options.navpreviewwidth + "px;height:auto;margin-top:-" + Math.floor((this.height / this.width) * s.options.navpreviewwidth / 2 - s.options.navpreviewheight / 2) + "px";
else
a = "width:auto;height:" + s.options.navpreviewheight + "px;margin-left:-" + Math.floor((this.width / this.height) * s.options.navpreviewheight / 2 - s.options.navpreviewwidth / 2) + "px";
var b = $(".amazingslider-nav-preview-img-" + s.id, f);
if (s.options.navdirection == 'vertical') {
var c = $("<div class='amazingslider-nav-preview-img-" + s.id + "' style='display:block;position:absolute;overflow:hidden;width:" + s.options.navpreviewwidth + "px;height:" + s.options.navpreviewheight + "px;left:0px;top:" + s.options.navpreviewheight + "px;'><img src='" + s.elemArray[d][ELEM_THUMBNAIL] + "' style='display:block;position:absolute;left:0px;top:0px;" + a + "' /></div>");
f.append(c);
if (b.length > 0) {
b.animate({
top : '-' + s.options.navpreviewheight + 'px'
}, function () {
b.remove()
})
}
if (e.is(":visible")) {
c.animate({
top : '0px'
});
e.stop(true, true).animate(p)
} else {
c.css({
top : '0px'
});
e.stop(true, true).css(p).fadeIn()
}
} else {
var c = $("<div class='amazingslider-nav-preview-img-" + s.id + "' style='display:block;position:absolute;overflow:hidden;width:" + s.options.navpreviewwidth + "px;height:" + s.options.navpreviewheight + "px;left:" + s.options.navpreviewheight + "px;top:0px;'><img src='" + s.elemArray[d][ELEM_THUMBNAIL] + "' style='display:block;position:absolute;left:0px;top:0px;" + a + "' /></div>");
f.append(c);
if (b.length > 0) {
b.animate({
left : '-' + s.options.navpreviewwidth + 'px'
}, function () {
b.remove()
})
}
if (e.is(":visible")) {
c.animate({
left : '0px'
});
e.stop(true, true).animate(p)
} else {
c.css({
left : '0px'
});
e.stop(true, true).css(p).fadeIn()
}
}
});
q.src = s.elemArray[d][ELEM_THUMBNAIL]
}
}, function () {
if ($(this).data('index') != s.curElem)
$(this)["bulletNormal" + s.id]();
if (s.options.navshowpreview) {
var a = $(".amazingslider-nav-preview-" + s.id, s.container);
a.delay(500).fadeOut()
}
});
x.click(function () {
s.slideRun($(this).data('index'))
});
if (this.options.navstyle == 'bullets') {
x.css({
background : "url('" + this.options.skinsfolder + this.options.navimage + "') no-repeat left top"
});
$.fn["bulletNormal" + this.id] = function () {
$(this).css({
'background-position' : 'left top'
})
};
$.fn["bulletHighlight" + this.id] = $.fn["bulletSelected" + this.id] = function () {
$(this).css({
'background-position' : 'left bottom'
})
}
} else if (this.options.navstyle == 'numbering') {
x.text(r + 1);
x.css({
'background-color' : this.options.navcolor,
color : this.options.navfontcolor,
'font-size' : this.options.navfontsize,
'font-family' : this.options.navfont,
'text-align' : 'center',
'line-height' : this.options.navheight + 'px'
});
x.css(ASPlatforms.applyBrowserStyles({
'border-radius' : this.options.navradius + 'px'
}));
if (this.options.navbuttonshowbgimage && this.options.navbuttonbgimage) {
x.css({
background : "url('" + this.options.skinsfolder + this.options.navbuttonbgimage + "') no-repeat center top"
})
}
$.fn["bulletNormal" + this.id] = function () {
$(this).css({
'background-color' : s.options.navcolor,
'color' : s.options.navfontcolor
});
if (s.options.navbuttonshowbgimage && s.options.navbuttonbgimage)
$(this).css({
'background-position' : 'center top'
})
};
$.fn["bulletHighlight" + this.id] = $.fn["bulletSelected" + this.id] = function () {
$(this).css({
'background-color' : s.options.navhighlightcolor,
'color' : s.options.navfonthighlightcolor
});
if (s.options.navbuttonshowbgimage && s.options.navbuttonbgimage)
$(this).css({
'background-position' : 'center bottom'
})
}
} else if (this.options.navstyle == 'thumbnails') {
x.css({
padding : this.options.navborder + 'px',
'background-color' : this.options.navbordercolor
});
x.css({
opacity : this.options.navopacity,
filter : "alpha(opacity=" + Math.round(100 * this.options.navopacity) + ")"
});
var y = new Image();
var s = this;
$(y).load(function () {
var a;
if (this.width / this.height <= s.options.navimagewidth / s.options.navimageheight)
a = "max-width:none !important;width:100%;height:auto;margin-top:-" + Math.floor((this.height / this.width) * s.options.navimagewidth / 2 - s.options.navimageheight / 2) + "px";
else
a = "max-width:none !important;width:auto;height:100%;margin-left:-" + Math.floor((this.width / this.height) * s.options.navimageheight / 2 - s.options.navimagewidth / 2) + "px";
x.append("<div style='display:block;position:absolute;width:" + s.options.navimagewidth + "px;height:" + s.options.navimageheight + "px;overflow:hidden;'><img src='" + s.elemArray[r][ELEM_THUMBNAIL] + "' style='" + a + "' /></div>");
if ((s.options.navshowplayvideo) && (s.elemArray[r][ELEM_VIDEO].length > 0)) {
x.append("<div style='display:block;position:absolute;margin-left:0;margin-top:0;width:" + s.options.navimagewidth + "px;height:" + s.options.navimageheight + "px;" + "background:url(\"" + s.options.skinsfolder + s.options.navplayvideoimage + "\") no-repeat center center;" + "' ></div>")
}
if (s.options.navthumbstyle != 'imageonly') {
var b = "<div style='display:block;position:absolute;overflow:hidden;";
if (s.options.navthumbstyle == 'imageandtitle')
b += "margin-left:0px;margin-top:" + s.options.navimageheight + "px;width:" + s.options.navimagewidth + "px;height:" + s.options.navthumbtitleheight + "px;";
else if (s.options.navthumbstyle == 'imageandtitledescription')
b += "margin-left:" + s.options.navimagewidth + "px;margin-top:0px;width:" + s.options.navthumbtitlewidth + "px;height:" + s.options.navimageheight + "px;";
b += "'><div class='amazingslider-nav-thumbnail-tite-" + s.id + "'>" + s.elemArray[r][ELEM_TITLE] + "</div>";
if (s.options.navthumbstyle == 'imageandtitledescription')
b += "<div class='amazingslider-nav-thumbnail-description-" + s.id + "'>" + s.elemArray[r][ELEM_DESCRIPTION] + "</div>";
b += "</div>";
x.append(b)
}
});
y.src = this.elemArray[r][ELEM_THUMBNAIL];
$.fn["bulletNormal" + this.id] = function () {
$(this).css({
opacity : s.options.navopacity,
filter : "alpha(opacity=" + Math.round(100 * s.options.navopacity) + ")"
})
};
$.fn["bulletHighlight" + this.id] = function () {
$(this).css({
opacity : 1,
filter : "alpha(opacity=100)"
})
};
$.fn["bulletSelected" + this.id] = function () {
$(this).css({
opacity : 1,
filter : "alpha(opacity=100)"
});
if (s.options.navshowfeaturedarrow) {
var a = $(".amazingslider-nav-featuredarrow-" + s.id, s.container);
var b = $(this).position();
var c = $(".amazingslider-nav-container-" + s.id, s.container);
var d = $(".amazingslider-bullet-wrapper-" + s.id, s.container);
if (s.options.navdirection == 'horizontal') {
var t,
l = b.left + s.options.navwidth / 2 - s.options.navfeaturedarrowimagewidth / 2;
if ((s.options.navposition == 'top') || (s.options.navposition == 'topleft') || (s.options.navposition == 'topright'))
t = b.top + s.options.navheight;
else
t = b.top - s.options.navfeaturedarrowimageheight;
a.css({
top : t + 'px'
});
if (a.is(":visible")) {
a.stop(true, true).animate({
left : l + 'px'
})
} else {
a.css({
display : 'block',
left : l + 'px'
})
}
if ((c.width() < d.width()) && !s.pauseCarousel) {
var m = Math.abs(isNaN(parseInt(d.css("margin-left"))) ? 0 : parseInt(d.css("margin-left")));
if ((b.left < m) || ((b.left + s.options.navwidth) > m + c.width())) {
var e = -b.left;
if (e <= (c.width() - d.width()))
e = (c.width() - d.width());
if (e >= 0)
e = 0;
d.animate({
"margin-left" : e + 'px'
}, {
queue : false,
duration : 500,
easing : "easeOutCirc"
});
s.updateCarouselLeftRightArrow(e)
}
}
} else {
var l,
t = b.top + s.options.navheight / 2 - s.options.navfeaturedarrowimageheight / 2;
if (s.options.navposition == 'left')
l = b.left + s.options.navwidth;
else
l = b.left - s.options.navfeaturedarrowimagewidth;
a.css({
left : l + 'px'
});
if (a.is(":visible")) {
a.stop(true, true).animate({
top : t + 'px'
})
} else {
a.css({
display : 'block',
top : t + 'px'
})
}
if ((c.height() < d.height()) && !s.pauseCarousel) {
var m = Math.abs(isNaN(parseInt(d.css("margin-top"))) ? 0 : parseInt(d.css("margin-top")));
if ((b.top < m) || ((b.top + s.options.navheight) > m + c.height())) {
var e = -b.top;
if (e <= (c.height() - d.height()))
e = (c.height() - d.height());
if (e >= 0)
e = 0;
d.animate({
"margin-top" : e + 'px'
}, {
queue : false,
duration : 500,
easing : "easeOutCirc"
});
s.updateCarouselLeftRightArrow(e)
}
}
}
}
}
}
return x
},
slideRun : function (a) {
savedCur = this.curElem;
this.calcIndex(a);
if (savedCur == this.curElem)
return;
if (this.isAnimating) {
if (this.transitionTimeout)
clearTimeout(this.transitionTimeout);
$(".amazingslider-img-box-" + this.id, this.container).unbind('transitionFinished').html("<div class='amazingslider-img-" + this.id + " ' style='display:block;position:absolute;left:0px;top:0px;width:100%;height:auto;'><img style='position:absolute;max-width:100%;height:auto;left:0%;top:0%;' src='" + this.elemArray[savedCur][ELEM_SRC] + "' /></div>");
this.isAnimating = false
}
this.sliderTimeout.stop();
this.tempPaused = false;
this.container.trigger('amazingslider.switch', [savedCur, this.curElem]);
$(".amazingslider-video-wrapper-" + this.id, this.container).find("iframe").each(function () {
$(this).attr('src', '')
});
if (this.options.autoplayvideo && (this.elemArray[this.curElem][ELEM_VIDEO].length > 0)) {
this.playVideo(true)
} else {
$(".amazingslider-video-wrapper-" + this.id, this.container).css({
display : 'none'
}).empty();
this.container.trigger('amazingslider.switchtext', [savedCur, this.curElem]);
var b = true;
if (a == -2)
b = false;
else if (a == 1)
b = true;
else if (a >= 0)
b = (this.curElem > savedCur) ? true : false;
this.showImage(b)
}
(new Image()).src = this.elemArray[this.prevElem][ELEM_SRC];
(new Image()).src = this.elemArray[this.nextElem][ELEM_SRC];
if (!this.options.randomplay && (this.options.loop > 0)) {
if (this.curElem == this.elemArray.length - 1) {
this.loopCount++;
if (this.options.loop <= this.loopCount)
this.isPaused = true
}
}
if ((!this.isPaused) && (!this.tempPaused) && (this.elemArray.length > 1)) {
this.sliderTimeout.start()
}
},
showImage : function (g) {
var h = this;
var i = new Image();
$(i).load(function () {
var b = 100;
var c = $(".amazingslider-img-box-" + h.id, h.container);
var d = $(".amazingslider-img-" + h.id, h.container);
var e = $("<div class='amazingslider-img-" + h.id + " ' style='display:block;position:absolute;left:0px;top:0px;width:100%;height:236px;background-image:url("+ h.elemArray[h.curElem][ELEM_SRC] + ")'><img style='position:absolute;" + (ASPlatforms.isIE678() ? "opacity:inherit;filter:inherit;" : "") + "max-width:" + b + "%;height:auto;left:" + (100 - b) / 2 + "%;top:0%;' src='" + h.elemArray[h.curElem][ELEM_SRC] + "' /></div>");
if (d.length > 0)
d.before(e);
else
c.append(e);
var f = (h.firstslide && !h.options.transitiononfirstslide) ? '' : h.options.transition;
h.firstslide = false;
h.isAnimating = true;
c.amazingsliderTransition(h.id, d, e, {
effect : f,
direction : g,
duration : h.options.transitionduration,
easing : h.options.transitioneasing,
crossfade : h.options.crossfade,
fade : h.options.fade,
slide : h.options.slide,
slice : h.options.slice,
blinds : h.options.blinds,
threed : h.options.threed,
threedhorizontal : h.options.threedhorizontal,
blocks : h.options.blocks,
shuffle : h.options.shuffle
}, function () {
h.isAnimating = false
}, function (a) {
h.transitionTimeout = a
});
if (h.elemArray[h.curElem][ELEM_LINK]) {
c.css({
cursor : 'pointer'
});
c.unbind('click').bind('click', function () {
if (h.elemArray[h.curElem][ELEM_LIGHTBOX]) {
h.html5Lightbox.showItem(h.elemArray[h.curElem][ELEM_LINK])
} else {
var a = (h.elemArray[h.curElem][ELEM_TARGET]) ? h.elemArray[h.curElem][ELEM_TARGET] : '_self';
window.open(h.elemArray[h.curElem][ELEM_LINK], a)
}
})
} else {
c.css({
cursor : ''
});
c.unbind('click')
}
$(".amazingslider-play-" + h.id, h.container).css({
display : ((h.elemArray[h.curElem][ELEM_VIDEO].length > 0) ? 'block' : 'none')
})
});
i.src = this.elemArray[this.curElem][ELEM_SRC]
},
calcIndex : function (a) {
var r;
if (a == -2) {
this.nextElem = this.curElem;
this.curElem = this.prevElem;
this.prevElem = ((this.curElem - 1) < 0) ? (this.elemArray.length - 1) : (this.curElem - 1);
if (this.options.randomplay) {
r = Math.floor(Math.random() * this.elemArray.length);
if (r != this.curElem)
this.prevElem = r
}
} else if (a == -1) {
this.prevElem = this.curElem;
this.curElem = this.nextElem;
this.nextElem = ((this.curElem + 1) >= this.elemArray.length) ? 0 : (this.curElem + 1);
if (this.options.randomplay) {
r = Math.floor(Math.random() * this.elemArray.length);
if (r != this.curElem)
this.nextElem = r
}
} else if (a >= 0) {
this.curElem = a;
this.prevElem = ((this.curElem - 1) < 0) ? (this.elemArray.length - 1) : (this.curElem - 1);
this.nextElem = ((this.curElem + 1) >= this.elemArray.length) ? 0 : (this.curElem + 1);
if (this.options.randomplay) {
r = Math.floor(Math.random() * this.elemArray.length);
if (r != this.curElem)
this.prevElem = r;
r = Math.floor(Math.random() * this.elemArray.length);
if (r != this.curElem)
this.nextElem = r
}
}
}
};
G = G || {};
for (var K in G) {
if (K.toLowerCase() !== K) {
G[K.toLowerCase()] = G[K];
delete G[K]
}
}
this.each(function () {
this.options = $.extend({}, G);
var c = this;
$.each($(this).data(), function (a, b) {
c.options[a.toLowerCase()] = b
});
var d = {};
var e = window.location.search.substring(1).split("&");
for (var i = 0; i < e.length; i++) {
var f = e[i].split("=");
if (f && (f.length == 2)) {
var g = f[0].toLowerCase();
var h = unescape(f[1]).toLowerCase();
if (h == "true")
d[g] = true;
else if (h == "false")
d[g] = false;
else
d[g] = h
}
}
this.options = $.extend(this.options, d);
var j = {
previewmode : false,
isresponsive : true,
autoplay : false,
pauseonmouseover : true,
slideinterval : 5000,
randomplay : false,
loop : 0,
skinsfoldername : 'skins',
showtimer : true,
timerposition : 'bottom',
timercolor : '#ffffff',
timeropacity : 0.6,
timerheight : 2,
autoplayvideo : false,
playvideoimage : 'play-video.png',
playvideoimagewidth : 64,
playvideoimageheight : 64,
enabletouchswipe : true,
border : 6,
bordercolor : '#ffffff',
borderradius : 0,
showshadow : true,
shadowsize : 5,
shadowcolor : '#aaaaaa',
showbottomshadow : false,
bottomshadowimage : 'bottom-shadow.png',
bottomshadowimagewidth : 140,
bottomshadowimagetop : 90,
showbackgroundimage : false,
backgroundimage : 'background.png',
backgroundimagewidth : 120,
backgroundimagetop : -10,
arrowstyle : 'mouseover',
arrowimage : 'arrows.png',
arrowwidth : 32,
arrowheight : 32,
arrowmargin : 0,
arrowhideonmouseleave : 1000,
arrowtop : 50,
showribbon : false,
ribbonimage : 'ribbon_topleft-0.png',
ribbonposition : 'topleft',
ribbonimagex : -11,
ribbonimagey : -11,
textstyle : 'static',
textpositionstatic : 'bottom',
textautohide : false,
textpositionmarginstatic : 0,
textpositiondynamic : 'topleft,topright,bottomleft,bottomright',
textpositionmarginleft : 24,
textpositionmarginright : 24,
textpositionmargintop : 24,
textpositionmarginbottom : 24,
texteffect : 'slide',
texteffecteasing : 'easeOutCubic',
texteffectduration : 600,
addgooglefonts : true,
googlefonts : "Inder",
textcss : 'display:block; padding:12px; text-align:left;',
textbgcss : 'display:block; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#333333; opacity:0.6; filter:alpha(opacity=60);',
titlecss : 'display:block; position:relative; font:bold 14px Inder,Arial,Tahoma,Helvetica,sans-serif; color:#fff;',
descriptioncss : 'display:block; position:relative; font:12px Anaheim,Arial,Tahoma,Helvetica,sans-serif; color:#fff;',
shownumbering : false,
numberingformat : "%NUM/%TOTAL ",
navstyle : 'thumbnails',
navswitchonmouseover : false,
navdirection : 'horizontal',
navposition : 'bottom',
navmargin : 24,
navwidth : 64,
navheight : 60,
navspacing : 8,
navshowpreview : true,
navpreviewposition : 'top',
navpreviewarrowimage : 'preview-arrow.png',
navpreviewarrowwidth : 20,
navpreviewarrowheight : 10,
navpreviewwidth : 120,
navpreviewheight : 60,
navpreviewborder : 8,
navpreviewbordercolor : '#ffff00',
navimage : 'bullets.png',
navradius : 0,
navcolor : '',
navhighlightcolor : '',
navfont : 'Lucida Console, Arial',
navfontcolor : '#666666',
navfonthighlightcolor : '#666666',
navfontsize : 12,
navbuttonshowbgimage : true,
navbuttonbgimage : 'navbuttonbgimage.png',
navshowbuttons : false,
navbuttonradius : 2,
navbuttoncolor : '#999999',
navbuttonhighlightcolor : '#333333',
navshowplaypause : true,
navshowarrow : true,
navplaypauseimage : 'nav-play-pause.png',
navarrowimage : 'nav-arrows.png',
navshowplaypausestandalone : false,
navshowplaypausestandaloneautohide : false,
navshowplaypausestandaloneposition : 'bottomright',
navshowplaypausestandalonemarginx : 24,
navshowplaypausestandalonemarginy : 24,
navshowplaypausestandalonewidth : 32,
navshowplaypausestandaloneheight : 32,
navopacity : 0.8,
navborder : 2,
navbordercolor : '#ffffff',
navshowfeaturedarrow : true,
navfeaturedarrowimage : 'featured-arrow.png',
navfeaturedarrowimagewidth : 20,
navfeaturedarrowimageheight : 10,
navthumbstyle : 'imageonly',
navthumbtitleheight : 20,
navthumbtitlewidth : 120,
navthumbtitlecss : 'display:block;position:relative;padding:2px 4px;text-align:left;font:bold 14px Arial,Helvetica,sans-serif;color:#333;',
navthumbtitlehovercss : 'text-decoration:underline;',
navthumbdescriptioncss : 'display:block;position:relative;padding:2px 4px;text-align:left;font:normal 12px Arial,Helvetica,sans-serif;color:#333;',
navthumbnavigationstyle : 'arrow',
navthumbnavigationarrowimage : 'carousel-arrows-32-32-0.png',
navthumbnavigationarrowimagewidth : 32,
navthumbnavigationarrowimageheight : 32,
navshowplayvideo : true,
navplayvideoimage : 'play-32-32-0.png',
transitiononfirstslide : false,
transition : 'slide',
transitionduration : 1000,
transitioneasing : 'easeOutQuad',
fade : {
duration : 1000,
easing : 'easeOutQuad'
},
crossfade : {
duration : 1000,
easing : 'easeOutQuad'
},
slide : {
duration : 1000,
easing : 'easeOutElastic'
},
slice : {
duration : 1500,
easing : 'easeOutQuad',
effects : "up,down,updown",
slicecount : 8
},
blinds : {
duration : 1500,
easing : 'easeOutQuad',
slicecount : 4
},
threed : {
duration : 1500,
easing : 'easeOutQuad',
slicecount : 4,
fallback : 'slice',
bgcolor : '#222222',
perspective : 1000,
perspectiveorigin : 'right',
scatter : 5
},
threedhorizontal : {
duration : 1500,
easing : 'easeOutQuad',
slicecount : 3,
fallback : 'slice',
bgcolor : '#222222',
perspective : 1000,
perspectiveorigin : 'bottom',
scatter : 5
},
blocks : {
duration : 1500,
easing : 'easeOutQuad',
effects : 'topleft, bottomright, top, bottom, random',
rowcount : 4,
columncount : 3
},
shuffle : {
duration : 1500,
easing : 'easeOutQuad',
rowcount : 4,
columncount : 3
},
versionmark : 'AMFree',
showwatermarkdefault : true,
watermarkstyledefault : 'text',
watermarktextdefault : 'amazingslider.com',
watermarkimagedefault : '',
watermarklinkdefault : 'http://amazingslider.com?source=watermark',
watermarktargetdefault : '_blank',
watermarkpositioncssdefault : 'display:block;position:absolute;bottom:6px;right:6px;',
watermarktextcssdefault : 'font:12px Arial,Tahoma,Helvetica,sans-serif;color:#666;padding:2px 4px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;opacity:0.9;filter:alpha(opacity=90);',
watermarklinkcssdefault : 'text-decoration:none;font:12px Arial,Tahoma,Helvetica,sans-serif;color:#333;'
};
this.options = $.extend(j, this.options);
if (this.options.versionmark != ('AMC' + 'om')) {
this.options.showwatermark = (window.location.href.indexOf('://' + 'amazin' + 'gslide' + 'r.com') >= 0) ? false : this.options.showwatermarkdefault;
this.options.watermarkstyle = this.options.watermarkstyledefault;
this.options.watermarktext = this.options.watermarktextdefault;
this.options.watermarkimage = this.options.watermarkimagedefault;
this.options.watermarklink = this.options.watermarklinkdefault;
this.options.watermarktarget = this.options.watermarktargetdefault;
this.options.watermarkpositioncss = this.options.watermarkpositioncssdefault;
this.options.watermarktextcss = this.options.watermarktextcssdefault;
this.options.watermarklinkcss = this.options.watermarklinkcssdefault
}
if (typeof amazingslider_previewmode != 'undefined')
this.options.previewmode = amazingslider_previewmode;
this.options.htmlfolder = window.location.href.substr(0, window.location.href.lastIndexOf("/") + 1);
if (this.options.skinsfoldername.length > 0)
this.options.skinsfolder = this.options.jsfolder + this.options.skinsfoldername + '/';
else
this.options.skinsfolder = this.options.jsfolder;
new J($(this), this.options, amazingsliderId++)
})
}
})(jQuery);
(function ($) {
$.fn.amazingsliderTransition = function (a, b, c, d, e, f) {
var g = this;
var h = d.effect;
var i = d.duration;
var j = d.easing;
var k = d.direction;
var l = null;
if (h) {
h = h.split(",");
l = h[Math.floor(Math.random() * h.length)];
l = $.trim(l.toLowerCase())
}
if (((l == 'threed') || (l == 'threedhorizontal')) && (!ASPlatforms.css33dTransformSupported())) {
l = d[l].fallback
}
if (l && d[l]) {
if (d[l].duration)
i = d[l].duration;
if (d[l].easing)
j = d[l].easing
}
if (l == "fade") {
g.css({
overflow : 'hidden'
});
c.show();
b.fadeOut(i, j, function () {
b.remove();
e()
})
} else if (l == "crossfade") {
g.css({
overflow : 'hidden'
});
c.hide();
b.fadeOut(i / 2, j, function () {
c.fadeIn(i / 2, j, function () {
b.remove();
e()
})
})
} else if (l == 'slide') {
g.css({
overflow : 'hidden'
});
if (k) {
c.css({
left : '100%'
});
c.animate({
left : '0%'
}, i, j);
b.animate({
left : '-100%'
}, i, j, function () {
b.remove();
e()
})
} else {
c.css({
left : '-100%'
});
c.animate({
left : '0%'
}, i, j);
b.animate({
left : '100%'
}, i, j, function () {
b.remove();
e()
})
}
} else if (l == 'slice') {
g.css({
overflow : 'hidden'
});
g.sliceTransition(a, b, c, $.extend({
duration : i,
easing : j,
direction : k
}, d['slice']), e, f)
} else if (l == 'blinds') {
g.css({
overflow : 'hidden'
});
g.blindsTransition(a, b, c, $.extend({
duration : i,
easing : j,
direction : k
}, d['blinds']), e, f)
} else if (l == 'threed') {
g.css({
overflow : 'visible'
});
g.threedTransition(a, b, c, $.extend({
duration : i,
easing : j,
direction : k
}, d['threed']), e, f)
} else if (l == 'threedhorizontal') {
g.css({
overflow : 'visible'
});
g.threedHorizontalTransition(a, b, c, $.extend({
duration : i,
easing : j,
direction : k
}, d['threedhorizontal']), e, f)
} else if (l == 'blocks') {
g.css({
overflow : 'hidden'
});
g.blocksTransition(a, b, c, $.extend({
duration : i,
easing : j,
direction : k
}, d['blocks']), e, f)
} else if (l == 'shuffle') {
g.css({
overflow : 'visible'
});
g.shuffleTransition(a, b, c, $.extend({
duration : i,
easing : j,
direction : k
}, d['shuffle']), e, f)
} else {
c.show();
b.remove();
e()
}
};
$.fn.sliceTransition = function (b, c, d, e, f, g) {
var i,
index;
var h = this;
var w = h.width();
var j = Math.ceil(w / e.slicecount);
d.hide();
for (i = 0; i < e.slicecount; i++) {
var k = $("<div class='amazingslider-img-slice-" + b + " ' style='display:block;position:absolute;left:" + i * j + "px;top:0%;width:" + j + "px;height:100%;overflow:hidden;'></div>");
var l = $('img', d).clone().css({
'max-width' : '',
left : '-' + j * i + 'px'
});
l.attr('style', l.attr('style') + '; ' + 'max-width:' + w + 'px !important;');
k.append(l);
h.append(k)
}
var m = $('.amazingslider-img-slice-' + b, h);
if (!e.direction)
m = $($.makeArray(m).reverse());
var n = e.effects.split(",");
var o = n[Math.floor(Math.random() * n.length)];
o = $.trim(o.toLowerCase());
h.unbind('transitionFinished').bind('transitionFinished', function () {
h.unbind('transitionFinished');
c.remove();
d.show();
m.remove();
f()
});
var p = e.duration / 2;
var q = e.duration / 2 / e.slicecount;
index = 0;
m.each(function () {
var a = $(this);
switch (o) {
case 'up':
a.css({
top : '',
bottom : '0%',
height : '0%'
});
break;
case 'down':
a.css({
top : '0%',
height : '0%'
});
break;
case 'updown':
if (index % 2 == 0)
a.css({
top : '0%',
height : '0%'
});
else
a.css({
top : '',
bottom : '0%',
height : '0%'
});
break
}
setTimeout(function () {
a.animate({
height : '100%'
}, p, e.easing)
}, q * index);
index++
});
var r = setTimeout(function () {
h.trigger('transitionFinished')
}, e.duration);
g(r)
};
$.fn.blindsTransition = function (c, d, e, f, g, h) {
var i,
index;
var j = this;
var w = j.width();
var k = Math.ceil(w / f.slicecount);
e.hide();
for (i = 0; i < f.slicecount; i++) {
var l = $("<div class='amazingslider-img-slice-wrapper-" + c + " ' style='display:block;position:absolute;left:" + i * k + "px;top:0%;width:" + k + "px;height:100%;overflow:hidden;'></div>");
var m = $("<div class='amazingslider-img-slice-" + c + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;'></div>");
var n = $('img', e).clone().css({
'max-width' : '',
left : '-' + k * i + 'px'
});
n.attr('style', n.attr('style') + '; ' + 'max-width:' + w + 'px !important;');
m.append(n);
l.append(m);
j.append(l)
}
var o = $('.amazingslider-img-slice-' + c, j);
if (!f.direction)
o = $($.makeArray(o).reverse());
j.unbind('transitionFinished').bind('transitionFinished', function () {
j.unbind('transitionFinished');
d.remove();
e.show();
$('.amazingslider-img-slice-wrapper-' + c, j).remove();
g()
});
index = 0;
o.each(function () {
var a = $(this);
var b;
if (!f.direction) {
a.css({
left : '',
right : '-100%'
});
b = {
right : '0%'
}
} else {
a.css({
left : '-100%'
});
b = {
left : '0%'
}
}
a.animate(b, f.duration * (index + 1) / f.slicecount, f.easing);
index++
});
var p = setTimeout(function () {
j.trigger('transitionFinished')
}, f.duration);
h(p)
};
$.fn.threedTransition = function (d, e, f, g, j, k) {
var i,
index;
var l = this;
var w = l.width(),
h = l.height(),
dist = h / 2;
var m = Math.ceil(w / g.slicecount);
var n = $("<div class='amazingslider-img-cube-wrapper-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;'></div>");
l.append(n);
n.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'perspective' : g.perspective,
'perspective-origin' : g.perspectiveorigin + ' center'
}));
f.hide();
for (i = 0; i < g.slicecount; i++) {
var o = $('img', f).clone().css({
'max-width' : '',
left : '-' + m * i + 'px'
});
o.attr('style', o.attr('style') + '; ' + 'max-width:' + w + 'px !important;');
var p = $("<div class='amazingslider-img-slice-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;outline:1px solid transparent;background-color:" + g.bgcolor + ";'></div>");
p.append(o);
var q = $('img', e).clone().css({
'max-width' : '',
left : '-' + m * i + 'px'
});
q.attr('style', q.attr('style') + '; ' + 'max-width:' + w + 'px !important;');
var r = $("<div class='amazingslider-img-slice-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;outline:1px solid transparent;background-color:" + g.bgcolor + ";'></div>");
r.append(q);
var s = $("<div class='amazingslider-img-slice-left-" + d + " ' style='display:block;position:absolute;left:2px;top:2px;width:" + (h - 1) + "px;height:" + (h - 1) + "px;overflow:hidden;outline:2px solid transparent;background-color:" + g.bgcolor + ";'></div>");
var t = $("<div class='amazingslider-img-slice-right-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:" + (h - 1) + "px;height:" + (h - 1) + "px;overflow:hidden;outline:2px solid transparent;background-color:" + g.bgcolor + ";'></div>");
var u = $("<div class='amazingslider-img-cube-" + d + " ' style='display:block;position:absolute;left:" + i * m + "px;top:0%;width:" + m + "px;height:100%;'></div>");
u.append(s);
u.append(t);
u.append(p);
u.append(r);
n.append(u);
s.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'rotateY(-90deg) translateZ(' + dist + 'px' + ')'
}));
t.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'rotateY(90deg) translateZ(' + (m - dist) + 'px' + ')'
}));
r.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'translateZ(' + dist + 'px' + ')'
}));
p.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'rotateX(' + ((g.direction) ? '90' : '-90') + 'deg) translateZ(' + dist + 'px' + ')'
}))
}
var v = $('.amazingslider-img-cube-' + d, l);
l.unbind('transitionFinished').bind('transitionFinished', function () {
l.unbind('transitionFinished');
e.remove();
f.show();
setTimeout(function () {
n.remove()
}, 100);
j()
});
var x = g.duration / 2 / g.slicecount;
var y = g.duration / 2;
v.each(function () {
$(this).css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden'
}));
$(this).css(ASPlatforms.applyBrowserStyles({
'transition-property' : 'transform'
}, true));
$(this).css(ASPlatforms.applyBrowserStyles({
'transform' : 'translateZ(-' + dist + 'px' + ')'
}))
});
e.hide();
index = 0;
v.each(function () {
var a = $(this);
var b = (g.slicecount - 1) / 2;
var c = Math.round((index - b) * g.scatter * w / 100);
setTimeout(function () {
a.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden'
}));
a.css(ASPlatforms.applyBrowserStyles({
'transition-property' : 'transform'
}, true));
a.css(ASPlatforms.applyBrowserStyles({
'transition-duration' : y + 'ms',
'transform' : 'translateZ(-' + dist + 'px' + ') rotateX(' + ((g.direction) ? '-89.99' : '89.99') + 'deg)'
}));
a.animate({
left : '+=' + c + 'px'
}, y / 2 - 50, function () {
a.animate({
left : '-=' + c + 'px'
}, y / 2 - 50)
})
}, x * index + 100);
index++
});
var z = setTimeout(function () {
l.trigger('transitionFinished')
}, g.duration);
k(z)
};
$.fn.threedHorizontalTransition = function (d, e, f, g, j, k) {
var i,
index;
var l = this;
var w = l.width(),
h = l.height(),
dist = w / 2;
var m = Math.ceil(h / g.slicecount);
var n = $("<div class='amazingslider-img-cube-wrapper-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;'></div>");
l.append(n);
n.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'perspective' : g.perspective,
'perspective-origin' : 'center ' + g.perspectiveorigin
}));
f.hide();
for (i = 0; i < g.slicecount; i++) {
var o = $('img', f).clone().css({
'max-height' : '',
top : '-' + m * i + 'px'
});
o.attr('style', o.attr('style') + '; ' + 'max-height:' + h + 'px !important;');
var p = $("<div class='amazingslider-img-slice-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;outline:1px solid transparent;background-color:" + g.bgcolor + ";'></div>");
p.append(o);
var q = $('img', e).clone().css({
'max-height' : '',
top : '-' + m * i + 'px'
});
q.attr('style', q.attr('style') + '; ' + 'max-height:' + h + 'px !important;');
var r = $("<div class='amazingslider-img-slice-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;outline:1px solid transparent;background-color:" + g.bgcolor + ";'></div>");
r.append(q);
var s = $("<div class='amazingslider-img-slice-left-" + d + " ' style='display:block;position:absolute;left:2px;top:2px;width:" + (w - 1) + "px;height:" + (w - 1) + "px;overflow:hidden;outline:2px solid transparent;background-color:" + g.bgcolor + ";'></div>");
var t = $("<div class='amazingslider-img-slice-right-" + d + " ' style='display:block;position:absolute;left:0%;top:0%;width:" + (w - 1) + "px;height:" + (w - 1) + "px;overflow:hidden;outline:2px solid transparent;background-color:" + g.bgcolor + ";'></div>");
var u = $("<div class='amazingslider-img-cube-" + d + " ' style='display:block;position:absolute;left:0%;top:" + i * m + "px;width:100%;height:" + m + "px;'></div>");
u.append(s);
u.append(t);
u.append(p);
u.append(r);
n.append(u);
s.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'rotateX(90deg) translateZ(' + dist + 'px' + ')'
}));
t.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'rotateX(-90deg) translateZ(' + (m - dist) + 'px' + ')'
}));
r.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'translateZ(' + dist + 'px' + ')'
}));
p.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden',
'transform' : 'rotateY(' + ((g.direction) ? '-90' : '90') + 'deg) translateZ(' + dist + 'px' + ')'
}))
}
var v = $('.amazingslider-img-cube-' + d, l);
l.unbind('transitionFinished').bind('transitionFinished', function () {
l.unbind('transitionFinished');
e.remove();
f.show();
setTimeout(function () {
n.remove()
}, 100);
j()
});
var x = g.duration / 2 / g.slicecount;
var y = g.duration / 2;
v.each(function () {
$(this).css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden'
}));
$(this).css(ASPlatforms.applyBrowserStyles({
'transition-property' : 'transform'
}, true));
$(this).css(ASPlatforms.applyBrowserStyles({
'transform' : 'translateZ(-' + dist + 'px' + ')'
}))
});
e.hide();
index = 0;
v.each(function () {
var a = $(this);
var b = (g.slicecount - 1) / 2;
var c = Math.round((index - b) * g.scatter * h / 100);
setTimeout(function () {
a.css(ASPlatforms.applyBrowserStyles({
'transform-style' : 'preserve-3d',
'backface-visibility' : 'hidden'
}));
a.css(ASPlatforms.applyBrowserStyles({
'transition-property' : 'transform'
}, true));
a.css(ASPlatforms.applyBrowserStyles({
'transition-duration' : y + 'ms',
'transform' : 'translateZ(-' + dist + 'px' + ') rotateY(' + ((g.direction) ? '89.99' : '-89.99') + 'deg)'
}));
a.animate({
top : '+=' + c + 'px'
}, y / 2 - 50, function () {
a.animate({
top : '-=' + c + 'px'
}, y / 2 - 50)
})
}, x * index + 100);
index++
});
var z = setTimeout(function () {
l.trigger('transitionFinished')
}, g.duration);
k(z)
};
$.fn.blocksTransition = function (c, d, e, f, g, k) {
var i,
j,
index;
var l = this;
var w = l.width(),
h = l.height();
var m = Math.ceil(w / f.columncount);
var n = Math.ceil(h / f.rowcount);
var o = f.effects.split(",");
var p = o[Math.floor(Math.random() * o.length)];
p = $.trim(p.toLowerCase());
e.hide();
for (i = 0; i < f.rowcount; i++) {
for (j = 0; j < f.columncount; j++) {
var q = $("<div class='amazingslider-img-block-wrapper-" + c + " ' style='display:block;position:absolute;left:" + j * m + "px;top:" + i * n + "px;width:" + m + "px;height:" + n + "px;overflow:hidden;'></div>");
var r = $("<div class='amazingslider-img-block-" + c + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;'></div>");
var s = $('img', e).clone().css({
'max-width' : '',
'max-height' : '',
left : '-' + m * j + 'px',
top : '-' + n * i + 'px'
});
s.attr('style', s.attr('style') + '; ' + 'max-width:' + w + 'px !important;max-height:' + h + 'px !important;');
r.append(s);
q.append(r);
l.append(q)
}
}
var t = $('.amazingslider-img-block-' + c, l);
l.unbind('transitionFinished').bind('transitionFinished', function () {
l.unbind('transitionFinished');
d.remove();
e.show();
$('.amazingslider-img-block-wrapper-' + c, l).remove();
g()
});
if ((p == 'bottomright') || (p == 'bottom'))
t = $($.makeArray(t).reverse());
else if (p == 'random')
t = $($.makeArray(t).sort(function () {
return 0.5 - Math.random()
}));
index = 0;
t.each(function () {
var a = $(this);
var b,
col;
b = Math.floor(index / f.columncount);
col = index % f.columncount;
a.hide();
switch (p) {
case 'topleft':
case 'bottomright':
a.delay(f.duration * (b + col) / (f.rowcount + f.columncount)).fadeIn();
break;
case 'top':
case 'bottom':
case 'random':
a.delay(f.duration * index / (f.rowcount * f.columncount)).fadeIn();
break
}
index++
});
var u = setTimeout(function () {
l.trigger('transitionFinished')
}, f.duration);
k(u)
};
$.fn.shuffleTransition = function (f, g, k, l, m, n) {
var i,
j,
index;
var o = this;
var w = o.width(),
h = o.height();
var p = Math.ceil(w / l.columncount);
var q = Math.ceil(h / l.rowcount);
for (i = 0; i < l.rowcount; i++) {
for (j = 0; j < l.columncount; j++) {
var r = $("<div class='amazingslider-img-block-wrapper-next-" + f + " ' style='display:block;position:absolute;left:" + j * p + "px;top:" + i * q + "px;width:" + p + "px;height:" + q + "px;overflow:hidden;'></div>");
var s = $("<div class='amazingslider-img-block-next-" + f + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;'></div>");
var t = $('img', k).clone().css({
'max-width' : '',
'max-height' : '',
left : '-' + p * j + 'px',
top : '-' + q * i + 'px'
});
t.attr('style', t.attr('style') + '; ' + 'max-width:' + w + 'px !important;max-height:' + h + 'px !important;');
s.append(t);
r.append(s);
o.append(r);
var u = $("<div class='amazingslider-img-block-wrapper-prev-" + f + " ' style='display:block;position:absolute;left:" + j * p + "px;top:" + i * q + "px;width:" + p + "px;height:" + q + "px;overflow:hidden;'></div>");
var v = $("<div class='amazingslider-img-block-prev-" + f + " ' style='display:block;position:absolute;left:0%;top:0%;width:100%;height:100%;overflow:hidden;'></div>");
var x = $('img', g).clone().css({
'max-width' : '',
'max-height' : '',
left : '-' + p * j + 'px',
top : '-' + q * i + 'px'
});
x.attr('style', x.attr('style') + '; ' + 'max-width:' + w + 'px !important;max-height:' + h + 'px !important;');
v.append(x);
u.append(v);
o.append(u)
}
}
k.hide();
g.hide();
var y = $('.amazingslider-img-block-wrapper-next-' + f, o);
var z = $('.amazingslider-img-block-wrapper-prev-' + f, o);
o.unbind('transitionFinished').bind('transitionFinished', function () {
o.unbind('transitionFinished');
g.remove();
k.show();
$('.amazingslider-img-block-wrapper-next-' + f, o).remove();
$('.amazingslider-img-block-wrapper-prev-' + f, o).remove();
m()
});
var A = o.offset();
var B = -A.left;
var C = $(window).width() - A.left - o.width() / l.columncount;
var D = -A.top * 100 / o.height();
var E = $(window).height() - A.top - o.height() / l.rowcount;
index = 0;
z.each(function () {
var a = $(this);
var b = Math.random() * (C - B) + B;
var c = Math.random() * (E - D) + D;
a.animate({
left : b + 'px',
top : c + 'px',
opacity : 0
}, l.duration, l.easing);
index++
});
index = 0;
y.each(function () {
var a = $(this);
var b = Math.floor(index / l.columncount);
var c = index % l.columncount;
var d = Math.random() * (C - B) + B;
var e = Math.random() * (E - D) + D;
a.css({
left : d + 'px',
top : e + 'px',
opacity : 0
}, l.duration, l.easing);
a.animate({
left : c * p + 'px',
top : b * q + 'px',
opacity : 1
}, l.duration, l.easing);
index++
});
var F = setTimeout(function () {
o.trigger('transitionFinished')
}, l.duration);
n(F)
}
})(jQuery);
(function ($) {
$.fn.touchSwipe = function (d) {
var f = {
swipeLeft : null,
swipeRight : null,
swipeTop : null,
swipeBottom : null
};
if (d)
$.extend(f, d);
return this.each(function () {
var b = -1,
startY = -1;
var c = -1,
curY = -1;
function touchStart(a) {
var e = a.originalEvent;
if (e.targetTouches.length >= 1) {
b = e.targetTouches[0].pageX;
startY = e.targetTouches[0].pageY
} else {
touchCancel(a)
}
};
function touchMove(a) {
var e = a.originalEvent;
if (e.targetTouches.length >= 1) {
c = e.targetTouches[0].pageX;
curY = e.targetTouches[0].pageY
} else {
touchCancel(a)
}
};
function touchEnd(a) {
if ((c > 0) || (curY > 0)) {
triggerHandler();
touchCancel(a)
} else {
touchCancel(a)
}
};
function touchCancel(a) {
b = -1;
startY = -1;
c = -1;
curY = -1
};
function triggerHandler() {
if (c > b) {
if (f.swipeRight)
f.swipeRight.call()
} else {
if (f.swipeLeft)
f.swipeLeft.call()
}
if (curY > startY) {
if (f.swipeBottom)
f.swipeBottom.call()
} else {
if (f.swipeTop)
f.swipeTop.call()
}
};
try {
$(this).bind('touchstart', touchStart);
$(this).bind('touchmove', touchMove);
$(this).bind('touchend', touchEnd);
$(this).bind('touchcancel', touchCancel)
} catch (e) {}
})
}
})(jQuery);
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend(jQuery.easing, {
def : 'easeOutQuad',
swing : function (x, t, b, c, d) {
return jQuery.easing[jQuery.easing.def](x, t, b, c, d)
},
easeInQuad : function (x, t, b, c, d) {
return c * (t /= d) * t + b
},
easeOutQuad : function (x, t, b, c, d) {
return -c * (t /= d) * (t - 2) + b
},
easeInOutQuad : function (x, t, b, c, d) {
if ((t /= d / 2) < 1)
return c / 2 * t * t + b;
return -c / 2 * ((--t) * (t - 2) - 1) + b
},
easeInCubic : function (x, t, b, c, d) {
return c * (t /= d) * t * t + b
},
easeOutCubic : function (x, t, b, c, d) {
return c * ((t = t / d - 1) * t * t + 1) + b
},
easeInOutCubic : function (x, t, b, c, d) {
if ((t /= d / 2) < 1)
return c / 2 * t * t * t + b;
return c / 2 * ((t -= 2) * t * t + 2) + b
},
easeInQuart : function (x, t, b, c, d) {
return c * (t /= d) * t * t * t + b
},
easeOutQuart : function (x, t, b, c, d) {
return -c * ((t = t / d - 1) * t * t * t - 1) + b
},
easeInOutQuart : function (x, t, b, c, d) {
if ((t /= d / 2) < 1)
return c / 2 * t * t * t * t + b;
return -c / 2 * ((t -= 2) * t * t * t - 2) + b
},
easeInQuint : function (x, t, b, c, d) {
return c * (t /= d) * t * t * t * t + b
},
easeOutQuint : function (x, t, b, c, d) {
return c * ((t = t / d - 1) * t * t * t * t + 1) + b
},
easeInOutQuint : function (x, t, b, c, d) {
if ((t /= d / 2) < 1)
return c / 2 * t * t * t * t * t + b;
return c / 2 * ((t -= 2) * t * t * t * t + 2) + b
},
easeInSine : function (x, t, b, c, d) {
return -c * Math.cos(t / d * (Math.PI / 2)) + c + b
},
easeOutSine : function (x, t, b, c, d) {
return c * Math.sin(t / d * (Math.PI / 2)) + b
},
easeInOutSine : function (x, t, b, c, d) {
return -c / 2 * (Math.cos(Math.PI * t / d) - 1) + b
},
easeInExpo : function (x, t, b, c, d) {
return (t == 0) ? b : c * Math.pow(2, 10 * (t / d - 1)) + b
},
easeOutExpo : function (x, t, b, c, d) {
return (t == d) ? b + c : c * (-Math.pow(2, -10 * t / d) + 1) + b
},
easeInOutExpo : function (x, t, b, c, d) {
if (t == 0)
return b;
if (t == d)
return b + c;
if ((t /= d / 2) < 1)
return c / 2 * Math.pow(2, 10 * (t - 1)) + b;
return c / 2 * (-Math.pow(2, -10 * --t) + 2) + b
},
easeInCirc : function (x, t, b, c, d) {
return -c * (Math.sqrt(1 - (t /= d) * t) - 1) + b
},
easeOutCirc : function (x, t, b, c, d) {
return c * Math.sqrt(1 - (t = t / d - 1) * t) + b
},
easeInOutCirc : function (x, t, b, c, d) {
if ((t /= d / 2) < 1)
return -c / 2 * (Math.sqrt(1 - t * t) - 1) + b;
return c / 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + b
},
easeInElastic : function (x, t, b, c, d) {
var s = 1.70158;
var p = 0;
var a = c;
if (t == 0)
return b;
if ((t /= d) == 1)
return b + c;
if (!p)
p = d * .3;
if (a < Math.abs(c)) {
a = c;
var s = p / 4
} else
var s = p / (2 * Math.PI) * Math.asin(c / a);
return - (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b
},
easeOutElastic : function (x, t, b, c, d) {
var s = 1.70158;
var p = 0;
var a = c;
if (t == 0)
return b;
if ((t /= d) == 1)
return b + c;
if (!p)
p = d * .3;
if (a < Math.abs(c)) {
a = c;
var s = p / 4
} else
var s = p / (2 * Math.PI) * Math.asin(c / a);
return a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) / p) + c + b
},
easeInOutElastic : function (x, t, b, c, d) {
var s = 1.70158;
var p = 0;
var a = c;
if (t == 0)
return b;
if ((t /= d / 2) == 2)
return b + c;
if (!p)
p = d * (.3 * 1.5);
if (a < Math.abs(c)) {
a = c;
var s = p / 4
} else
var s = p / (2 * Math.PI) * Math.asin(c / a);
if (t < 1)
return - .5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
return a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p) * .5 + c + b
},
easeInBack : function (x, t, b, c, d, s) {
if (s == undefined)
s = 1.70158;
return c * (t /= d) * t * ((s + 1) * t - s) + b
},
easeOutBack : function (x, t, b, c, d, s) {
if (s == undefined)
s = 1.70158;
return c * ((t = t / d - 1) * t * ((s + 1) * t + s) + 1) + b
},
easeInOutBack : function (x, t, b, c, d, s) {
if (s == undefined)
s = 1.70158;
if ((t /= d / 2) < 1)
return c / 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;
return c / 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b
},
easeInBounce : function (x, t, b, c, d) {
return c - jQuery.easing.easeOutBounce(x, d - t, 0, c, d) + b
},
easeOutBounce : function (x, t, b, c, d) {
if ((t /= d) < (1 / 2.75)) {
return c * (7.5625 * t * t) + b
} else if (t < (2 / 2.75)) {
return c * (7.5625 * (t -= (1.5 / 2.75)) * t + .75) + b
} else if (t < (2.5 / 2.75)) {
return c * (7.5625 * (t -= (2.25 / 2.75)) * t + .9375) + b
} else {
return c * (7.5625 * (t -= (2.625 / 2.75)) * t + .984375) + b
}
},
easeInOutBounce : function (x, t, b, c, d) {
if (t < d / 2)
return jQuery.easing.easeInBounce(x, t * 2, 0, c, d) * .5 + b;
return jQuery.easing.easeOutBounce(x, t * 2 - d, 0, c, d) * .5 + c * .5 + b
}
});
if (typeof ASYouTubeIframeAPIReady === 'undefined') {
var ASYouTubeIframeAPIReady = false;
var ASYouTubeTimeout = 0;
function onYouTubeIframeAPIReady() {
ASYouTubeIframeAPIReady = true
}
}
if (typeof amazingsliderId === 'undefined') {
var amazingsliderId = 0
}
| JavaScript |
$(document).ready(function(){
var slider_element = document.getElementById("amazingslider");
if (!slider_element) {}
else {
var scripts = document.getElementsByTagName("script");
var jsFolder = "";
for (var i= 0; i< scripts.length; i++)
{
if( scripts[i].src && scripts[i].src.match(/initslider-1\.js/i))
jsFolder = scripts[i].src.substr(0, scripts[i].src.lastIndexOf("/") + 1);
}
jQuery("#amazingslider").amazingslider({
jsfolder:jsFolder,
width:690,
height:300,
skinsfoldername:"",
loadimageondemand:false,
isresponsive:false,
autoplayvideo:false,
pauseonmouseover:false,
addmargin:true,
randomplay:false,
slideinterval:300000,
enabletouchswipe:true,
transitiononfirstslide:false,
loop:0,
autoplay:true,
navplayvideoimage:"template/theme1/css/sliderengine/play-32-32-0.png",
navpreviewheight:60,
timerheight:2,
shownumbering:false,
skin:"Lightbox",
textautohide:false,
addgooglefonts:true,
navshowplaypause:true,
navshowplayvideo:false,
navshowplaypausestandalonemarginx:8,
navshowplaypausestandalonemarginy:8,
navbuttonradius:0,
navthumbnavigationarrowimageheight:32,
navpreviewarrowheight:8,
showshadow:false,
navfeaturedarrowimagewidth:16,
navpreviewwidth:120,
googlefonts:"Inder",
textpositionmarginright:0,
bordercolor:"#ffffff",
navthumbnavigationarrowimagewidth:32,
navthumbtitlehovercss:"text-decoration:underline;",
arrowwidth:32,
texteffecteasing:"easeOutCubic",
texteffect:"slide",
navspacing:8,
navarrowimage:"template/theme1/css/sliderengine/navarrows-28-28-0.png",
ribbonimage:"template/theme1/css/sliderengine/ribbon_topleft-0.png",
navwidth:16,
showribbon:false,
arrowtop:50,
timeropacity:0.6,
navthumbnavigationarrowimage:"template/theme1/css/sliderengine/carouselarrows-32-32-0.png",
navshowplaypausestandalone:false,
navpreviewbordercolor:"#ffffff",
ribbonposition:"topleft",
navthumbdescriptioncss:"display:block;position:relative;padding:2px 4px;text-align:left;font:normal 12px Arial,Helvetica,sans-serif;color:#333;",
navborder:4,
navthumbtitleheight:20,
textpositionmargintop:24,
navswitchonmouseover:false,
playvideoimage:"template/theme1/css/sliderengine/playvideo-64-64-0.png",
arrowimage:"template/theme1/css/sliderengine/arrows-32-32-3.png",
textstyle:"dynamic",
playvideoimageheight:64,
navfonthighlightcolor:"#666666",
showbackgroundimage:false,
navpreviewborder:4,
navopacity:0.8,
shadowcolor:"#aaaaaa",
navbuttonshowbgimage:true,
navbuttonbgimage:"template/theme1/css/sliderengine/navbuttonbgimage-28-28-0.png",
textbgcss:"display:block; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#fff; opacity:0.7; filter:alpha(opacity=70);",
playvideoimagewidth:64,
bottomshadowimagewidth:110,
showtimer:true,
navradius:0,
navshowpreview:true,
navmarginy:-32,
navmarginx:-32,
navfeaturedarrowimage:"template/theme1/css/sliderengine/featuredarrow-16-8-0.png",
navfeaturedarrowimageheight:8,
navstyle:"bullets",
textpositionmarginleft:0,
descriptioncss:"display:block; position:relative; font:14px Inder,Arial,Tahoma,Helvetica,sans-serif; color:#333;",
navplaypauseimage:"template/theme1/css/sliderengine/navplaypause-28-28-0.png",
backgroundimagetop:-10,
arrowstyle:"always",
timercolor:"#ffffff",
numberingformat:"%NUM/%TOTAL ",
navfontsize:12,
navhighlightcolor:"#333333",
navimage:"template/theme1/css/sliderengine/bullet-16-16-1.png",
navheight:16,
navshowplaypausestandaloneautohide:false,
navbuttoncolor:"#999999",
navshowarrow:true,
navshowfeaturedarrow:false,
titlecss:"display:block; position:relative; font: 16px Inder,Arial,Tahoma,Helvetica,sans-serif; color:#000;",
ribbonimagey:0,
ribbonimagex:0,
navshowplaypausestandaloneposition:"bottomright",
shadowsize:5,
arrowhideonmouseleave:1000,
navshowplaypausestandalonewidth:28,
navshowplaypausestandaloneheight:28,
backgroundimagewidth:120,
navcolor:"#999999",
navthumbtitlewidth:120,
navpreviewposition:"top",
arrowheight:32,
arrowmargin:0,
texteffectduration:1000,
bottomshadowimage:"template/theme1/css/sliderengine/bottomshadow-110-95-1.png",
border:6,
timerposition:"bottom",
navfontcolor:"#333333",
navthumbnavigationstyle:"arrow",
borderradius:0,
navbuttonhighlightcolor:"#333333",
textpositionstatic:"bottom",
navthumbstyle:"imageonly",
textcss:"display:block; padding:8px 16px; text-align:left; ",
navbordercolor:"#ffffff",
navpreviewarrowimage:"template/theme1/css/sliderengine/previewarrow-16-8-0.png",
showbottomshadow:true,
navdirection:"horizontal",
textpositionmarginstatic:0,
backgroundimage:"",
navposition:"bottom",
navpreviewarrowwidth:16,
bottomshadowimagetop:95,
textpositiondynamic:"bottomleft",
navshowbuttons:false,
navthumbtitlecss:"display:block;position:relative;padding:2px 4px;text-align:left;font:bold 14px Arial,Helvetica,sans-serif;color:#333;",
textpositionmarginbottom:24,
slice: {
duration:500,
easing:"easeOutCubic",
checked:true,
effects:"up,down,updown",
slicecount:10
},
transition:"slice",
watermark: false,
});
}
}); | JavaScript |
jQuery(document).ready(function(){
// Box Equal Height
jQuery('.col1 .post.fl').each(function(){
h_left = jQuery(this).children('.box-post-content').height();
h_right = jQuery(this).next('.fr').children('.box-post-content').height();
if(h_left >= h_right)
{
jQuery(this).next('.fr').children('.box-post-content').height(h_left);
}
if (h_left < h_right)
{
jQuery(this).children('.box-post-content').height(h_right);
}
})
}) | JavaScript |
/******************************************
Auto-readmore link script, version 2.0 (for blogspot)
(C)2008 by Anhvo
visit http://en.vietwebguide.com to get more cool hacks
********************************************/
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+' [...]';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
| JavaScript |
jQuery(document).ready(function(){
// UL = .wooTabs
// Tab contents = .inside
var tag_cloud_class = '#tagcloud';
//Fix for tag clouds - unexpected height before .hide()
var tag_cloud_height = jQuery('#tagcloud').height();
jQuery('.inside ul li:last-child').css('border-bottom','0px') // remove last border-bottom from list in tab conten
jQuery('.wooTabs').each(function(){
jQuery(this).children('li').children('a:first').addClass('selected'); // Add .selected class to first tab on load
});
jQuery('.inside > *').hide();
jQuery('.inside > *:first-child').show();
jQuery('.wooTabs li a').click(function(evt){ // Init Click funtion on Tabs
var clicked_tab_ref = jQuery(this).attr('href'); // Strore Href value
jQuery(this).parent().parent().children('li').children('a').removeClass('selected'); //Remove selected from all tabs
jQuery(this).addClass('selected');
jQuery(this).parent().parent().parent().children('.inside').children('*').hide();
/*
if(clicked_tab_ref === tag_cloud_class) // Initiate tab fix (+20 for padding fix)
{
clicked_tab_ref_height = tag_cloud_height + 20;
}
else // Other height calculations
{
clicked_tab_ref_height = jQuery('.inside ' + clicked_tab_ref).height();
}
*/
//jQuery('.inside').stop().animate({
// height: clicked_tab_ref_height
// },400,"linear",function(){
//Callback after new tab content's height animation
jQuery('.inside ' + clicked_tab_ref).fadeIn(500);
// })
evt.preventDefault();
})
}) | JavaScript |
/*
* Superfish v1.4.8 - jQuery menu widget
* Copyright (c) 2008 Joel Birch
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
*/
;(function($){
$.fn.superfish = function(op){
var sf = $.fn.superfish,
c = sf.c,
$arrow = $(['<span class="',c.arrowClass,'"> »</span>'].join('')),
over = function(){
var $$ = $(this), menu = getMenu($$);
clearTimeout(menu.sfTimer);
$$.showSuperfishUl().siblings().hideSuperfishUl();
},
out = function(){
var $$ = $(this), menu = getMenu($$), o = sf.op;
clearTimeout(menu.sfTimer);
menu.sfTimer=setTimeout(function(){
o.retainPath=($.inArray($$[0],o.$path)>-1);
$$.hideSuperfishUl();
if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
},o.delay);
},
getMenu = function($menu){
var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
sf.op = sf.o[menu.serial];
return menu;
},
addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
return this.each(function() {
var s = this.serial = sf.o.length;
var o = $.extend({},sf.defaults,op);
o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
$(this).addClass([o.hoverClass,c.bcClass].join(' '))
.filter('li:has(ul)').removeClass(o.pathClass);
});
sf.o[s] = sf.op = o;
$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
if (o.autoArrows) addArrow( $('>a:first-child',this) );
})
.not('.'+c.bcClass)
.hideSuperfishUl();
var $a = $('a',this);
$a.each(function(i){
var $li = $a.eq(i).parents('li');
$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
});
o.onInit.call(this);
}).each(function() {
var menuClasses = [c.menuClass];
if (sf.op.dropShadows && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
$(this).addClass(menuClasses.join(' '));
});
};
var sf = $.fn.superfish;
sf.o = [];
sf.op = {};
sf.IE7fix = function(){
var o = sf.op;
if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
this.toggleClass(sf.c.shadowClass+'-off');
};
sf.c = {
bcClass : 'sf-breadcrumb',
menuClass : 'sf-js-enabled',
anchorClass : 'sf-with-ul',
arrowClass : 'sf-sub-indicator',
shadowClass : 'sf-shadow'
};
sf.defaults = {
hoverClass : 'sfHover',
pathClass : 'overideThisToUse',
pathLevels : 1,
delay : 800,
animation : {opacity:'show'},
speed : 'normal',
autoArrows : true,
dropShadows : true,
disableHI : false, // true disables hoverIntent detection
onInit : function(){}, // callback functions
onBeforeShow: function(){},
onShow : function(){},
onHide : function(){}
};
$.fn.extend({
hideSuperfishUl : function(){
var o = sf.op,
not = (o.retainPath===true) ? o.$path : '';
o.retainPath = false;
var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
.find('>ul').hide().css('visibility','hidden');
o.onHide.call($ul);
return this;
},
showSuperfishUl : function(){
var o = sf.op,
sh = sf.c.shadowClass+'-off',
$ul = this.addClass(o.hoverClass)
.find('>ul:hidden').css('visibility','visible');
sf.IE7fix.call($ul);
o.onBeforeShow.call($ul);
$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
return this;
}
});
})(jQuery);
jQuery(document).ready(function() {
jQuery('ul#nav1').superfish();
jQuery('ul#nav2').superfish();
});
| JavaScript |
jQuery(document).ready(function(){
// You can edit the Sldier animation her
var slide_fade = false;
var content_fade = false;
var padding_offset = 20; // Adjust for slider content -popup
// --- CORE ---
var counter = 0;
var amount_of_slides = jQuery('#slider-holder .slide').length;
var rel_left = amount_of_slides;
var slider_tracker = 1;
var rel_right = 2;
var slider_height = jQuery('#slider-holder').height();
var slider_width = jQuery('#slider-holder').width();
jQuery('#slider-nav .slider-left').attr('rel',rel_left); //Setup
jQuery('#slider-nav .slider-right').attr('rel',rel_right);
// jQuery('#slider-holder .slide-1').css('opacity',1);
// --- CORE END ---
if(amount_of_slides == 1)
{
jQuery('#slider-holder .slider-shelf').add('#slider-holder #slider-nav').add('#slider-holder .shelf-content').add('#slider-holder .clicker').hide();
}
else
{
var shelf_height = jQuery('#slider-holder .shelf-content').height();
shelf_height = shelf_height + 8
jQuery('#slider-holder .slider-shelf').css('opacity',0.9);
jQuery('#slider-holder .clicker').css('opacity',0.9);
jQuery('#slider-holder .shelf-content img').css('opacity',0.3);
jQuery('#slider-holder .slider-shelf').css('height',shelf_height);
var shelf = jQuery('#slider-holder .slider-shelf').add('#slider-holder .shelf-content');
shelf.css('top',shelf_height * -1);
var flip = 1;
jQuery('#slider-holder .clicker').click(function(){
flip++;
if(flip%2 == 0)
{
shelf.animate({top:0},300);
jQuery(this).animate({top:shelf_height},300);
jQuery('#slider-nav .slider-right').add('#slider-nav .slider-left').fadeOut(100);
}
else
{
shelf.animate({top:shelf_height * -1 },300);
jQuery(this).animate({top:0},300);
jQuery('#slider-nav .slider-right').add('#slider-nav .slider-left').fadeIn(400).attr('style','');
}
});
jQuery('#slider-holder .shelf-content img').hover(function(){
jQuery(this).stop().animate({ opacity:1});
var title = jQuery(this).parent('span').attr('title');
jQuery('#slider-holder .shelf-title').html(title);
},function(){
jQuery(this).stop().animate({ opacity:0.3})
jQuery('#slider-holder .shelf-title').html('');
});
jQuery('#slider-holder .shelf-content span').click(function(){
var shelf_rel = jQuery(this).attr('class');
});
jQuery('#slider-holder .shelf-content img').click(function(){
var shelf_click = jQuery(this).parent('span').attr('class');
var i = 0;
var dif = shelf_click - slider_tracker;
if (dif > 0){
while(i < dif) {
jQuery('#slider-nav .slider-right').click();
i++;
}
}
if (dif < 0){
while(i > dif) {
jQuery('#slider-nav .slider-left').click();
i--;
}
}
})
}
// --- CORE ---
jQuery('#slider-holder .slide-content-1').css('opacity','0').show(); // Crappy hack
var content_height = jQuery('#slider-holder .slide-content-height-1').height();
jQuery('#slider-holder .slide-content-1').hide().attr('style',''); //Crappy hack
var cut_from_top = (slider_height - padding_offset) - content_height;
if(content_fade == false) {
jQuery('#slider-holder .slide-content-1').show().css({'opacity' : '0', 'top' : slider_height + 'px'}); //Set initial slider content
jQuery('#slider-holder .slide-content-1').animate({ 'top':cut_from_top,opacity:0.8},1000);
} else {
jQuery('#slider-holder .slide-content-1').show().css({'opacity' : '0', 'top' : cut_from_top + 'px'}); //Set initial slider content
jQuery('#slider-holder .slide-content-1').animate({opacity:0.8},1000);
}
jQuery('#slider-holder .slider-left')
.add('#slider-holder .slider-right')
.css('opacity',0.6);// Navigation Animation LEFT & RIGHT
jQuery('#slider-holder .slider-left')
.add('#slider-holder .slider-right')
.hover(function(){ jQuery(this).animate({ opacity:1} , 200)},
function(){ jQuery(this).animate({ opacity:0.6 }, 400); });
if(amount_of_slides > 1){
//Amount of slide check
var t;
var timeout = 6000;
function click_do(){
t = setTimeout(function(){
jQuery('#slider-nav .slider-right').click();
click_do();
},timeout);
}
click_do();
// CLICK FUNCTION - FORWARD
jQuery('#slider-nav .slider-right').click(function(evt){
clearTimeout(t);
counter = counter + 2;
var target_slide = jQuery(this).attr('rel'); // Lock in on what slide is next
var content_height = jQuery('#slider-holder .slide-content-height-' + target_slide).height(); //Slider Content Animation
var cut_from_top = (slider_height - padding_offset) - content_height;
if(content_fade == false) {
jQuery('#slider-holder .slide-content-' + target_slide)
.css({'z-index' : counter, 'opacity' : '0', 'top' : slider_height + 'px'}); //Prep Slider Content
} else {
jQuery('#slider-holder .slide-content-' + target_slide)
.css({'z-index' : counter, 'opacity' : '0', 'top' : cut_from_top + 'px'}); //Prep Slider Content
}
if(slide_fade == false){
jQuery('#slider-holder .slide-' + target_slide)
.css({'opacity' : '0', 'z-index' : counter, 'left' : slider_width + 'px'})
.animate({ 'left' : '0px', opacity:1 },500,"linear", content_stuff ); //Prep , animate and call callback for slider_content
} else {
jQuery('#slider-holder .slide-' + target_slide)
.css({'opacity' : '0', 'z-index' : counter})
.animate({ opacity:1 },500,"linear", content_stuff ); //Prep , animate and call callback for slider_content
}
function content_stuff(){
jQuery('#slider-holder .slide-' + target_slide).attr('style','').css({'z-index' : counter, 'left' : '0px'})
if(content_fade == false){
jQuery('#slider-holder .slide-content-' + target_slide).animate({ 'top':cut_from_top,opacity:0.8},1000);
} else {
jQuery('#slider-holder .slide-content-' + target_slide).animate({opacity:0.8},1000);
}
}
slider_tracker++; rel_left++; rel_right++; // Clocks
if(rel_left > amount_of_slides){rel_left = 1;} // Clock Statements
if(rel_right > amount_of_slides){rel_right = 1;}
if(slider_tracker > amount_of_slides){slider_tracker = 1;}
jQuery('#slider-nav .slider-left').attr('rel',rel_left); //Assign Values, Save action
jQuery('#slider-nav .slider-right').attr('rel',rel_right);
evt.preventDefault(); //Prevent Click Default Action
// ----- CORE END ------------
//Daily Edition Dots Tracking
jQuery('.slider-dots span').fadeTo(200, 0.2);
jQuery('.slider-dots span.dot-' + slider_tracker).fadeTo(200, 1);
});
// CLICK FUNCTIONS - REVERSE------------------------------
jQuery('#slider-nav .slider-left').click(function(evt){
clearTimeout(t);
counter = counter + 2;
var target_slide = jQuery(this).attr('rel'); // Lock in on what slide is next
var content_height = jQuery('#slider-holder .slide-content-height-' + target_slide).height(); //Slider Content Animation
var cut_from_top = (slider_height - padding_offset) - content_height;
jQuery('#slider-holder .slide-content-' + rel_left).css({'top' : slider_height + 'px','left' : '0px', 'opacity' : 0});
jQuery('#slider-holder .slide-' + target_slide).attr('style','').css({'z-index' : counter-1, 'left' : '0px'})
if(content_fade == false) {
jQuery('#slider-holder .slide-content-' + slider_tracker)
.css({'z-index' : counter, 'opacity' : 0, 'top' : slider_height + 'px'}); //Prep Slider Content
} else {
jQuery('#slider-holder .slide-content-' + target_slide)
.css({'z-index' : counter, 'opacity' : 0, 'top' : cut_from_top + 'px'}); //Prep Slider Content
}
if(slide_fade == false){
jQuery('#slider-holder .slide-' + slider_tracker)
.css({'opacity' : 1, 'z-index' : counter, 'left' : '0px'})
.animate({ 'left': slider_width + 'px', opacity:0 }, 500,"linear", content_stuff_alt ); //Prep , animate and call callback for slider_content
} else {
jQuery('#slider-holder .slide-' + target_slide)
.css({'opacity' : '0', 'z-index' : counter})
.animate({ opacity:1 },500,"linear", content_stuff_alt ); //Prep , animate and call callback for slider_content
}
function content_stuff_alt(){
if(content_fade == false){
//jQuery('#slider-holder .slide-' + target_slide).attr('style','').css({'z-index' : counter, 'left' : '0px'})
jQuery('#slider-holder .slide-content-' + target_slide).animate({ 'top':cut_from_top,opacity:0.8},1000);
} else {
jQuery('#slider-holder .slide-content-' + target_slide).animate({opacity:0.8},1000);
}
}
slider_tracker--; rel_left--; rel_right--; // Clocks
if(rel_left < 1){rel_left = amount_of_slides;} // Clock Statements
if(rel_right < 1){rel_right = amount_of_slides;}
if(slider_tracker < 1){slider_tracker = amount_of_slides;}
jQuery('#slider-nav .slider-left').attr('rel',rel_left); //Assign Values, Save action
jQuery('#slider-nav .slider-right').attr('rel',rel_right);
evt.preventDefault(); //Prevent Click Default Action
//Daily Edition Dots Tracking
jQuery('.slider-dots span').fadeTo(200, 0.2);
jQuery('.slider-dots span.dot-' + slider_tracker).fadeTo(200, 1);
});
}// End amount of slide check
}) | JavaScript |
/*!
* jQuery Form Plugin
* version: 2.47 (04-SEP-2010)
* @requires jQuery v1.3.2 or later
*
* Examples and documentation at: http://malsup.com/jquery/form/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
;(function($) {
/*
Usage Note:
-----------
Do not use both ajaxSubmit and ajaxForm on the same form. These
functions are intended to be exclusive. Use ajaxSubmit if you want
to bind your own submit handler to the form. For example,
$(document).ready(function() {
$('#myForm').bind('submit', function() {
$(this).ajaxSubmit({
target: '#output'
});
return false; // <-- important!
});
});
Use ajaxForm when you want the plugin to manage all the event binding
for you. For example,
$(document).ready(function() {
$('#myForm').ajaxForm({
target: '#output'
});
});
When using ajaxForm, the ajaxSubmit function will be invoked for you
at the appropriate time.
*/
/**
* ajaxSubmit() provides a mechanism for immediately submitting
* an HTML form using AJAX.
*/
$.fn.ajaxSubmit = function(options) {
// fast fail if nothing selected (http://dev.jquery.com/ticket/2752)
if (!this.length) {
log('ajaxSubmit: skipping submit process - no element selected');
return this;
}
if (typeof options == 'function') {
options = { success: options };
}
var url = $.trim(this.attr('action'));
if (url) {
// clean url (don't include hash vaue)
url = (url.match(/^([^#]+)/)||[])[1];
}
url = url || window.location.href || '';
options = $.extend(true, {
url: url,
type: this.attr('method') || 'GET',
iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank'
}, options);
// hook for manipulating the form data before it is extracted;
// convenient for use with rich editors like tinyMCE or FCKEditor
var veto = {};
this.trigger('form-pre-serialize', [this, options, veto]);
if (veto.veto) {
log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');
return this;
}
// provide opportunity to alter form data before it is serialized
if (options.beforeSerialize && options.beforeSerialize(this, options) === false) {
log('ajaxSubmit: submit aborted via beforeSerialize callback');
return this;
}
var n,v,a = this.formToArray(options.semantic);
if (options.data) {
options.extraData = options.data;
for (n in options.data) {
if(options.data[n] instanceof Array) {
for (var k in options.data[n]) {
a.push( { name: n, value: options.data[n][k] } );
}
}
else {
v = options.data[n];
v = $.isFunction(v) ? v() : v; // if value is fn, invoke it
a.push( { name: n, value: v } );
}
}
}
// give pre-submit callback an opportunity to abort the submit
if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
log('ajaxSubmit: submit aborted via beforeSubmit callback');
return this;
}
// fire vetoable 'validate' event
this.trigger('form-submit-validate', [a, this, options, veto]);
if (veto.veto) {
log('ajaxSubmit: submit vetoed via form-submit-validate trigger');
return this;
}
var q = $.param(a);
if (options.type.toUpperCase() == 'GET') {
options.url += (options.url.indexOf('?') >= 0 ? '&' : '?') + q;
options.data = null; // data is null for 'get'
}
else {
options.data = q; // data is the query string for 'post'
}
var $form = this, callbacks = [];
if (options.resetForm) {
callbacks.push(function() { $form.resetForm(); });
}
if (options.clearForm) {
callbacks.push(function() { $form.clearForm(); });
}
// perform a load on the target only if dataType is not provided
if (!options.dataType && options.target) {
var oldSuccess = options.success || function(){};
callbacks.push(function(data) {
var fn = options.replaceTarget ? 'replaceWith' : 'html';
$(options.target)[fn](data).each(oldSuccess, arguments);
});
}
else if (options.success) {
callbacks.push(options.success);
}
options.success = function(data, status, xhr) { // jQuery 1.4+ passes xhr as 3rd arg
var context = options.context || options; // jQuery 1.4+ supports scope context
for (var i=0, max=callbacks.length; i < max; i++) {
callbacks[i].apply(context, [data, status, xhr || $form, $form]);
}
};
// are there files to upload?
var fileInputs = $('input:file', this).length > 0;
var mp = 'multipart/form-data';
var multipart = ($form.attr('enctype') == mp || $form.attr('encoding') == mp);
// options.iframe allows user to force iframe mode
// 06-NOV-09: now defaulting to iframe mode if file input is detected
if (options.iframe !== false && (fileInputs || options.iframe || multipart)) {
// hack to fix Safari hang (thanks to Tim Molendijk for this)
// see: http://groups.google.com/group/jquery-dev/browse_thread/thread/36395b7ab510dd5d
if (options.closeKeepAlive) {
$.get(options.closeKeepAlive, fileUpload);
}
else {
fileUpload();
}
}
else {
$.ajax(options);
}
// fire 'notify' event
this.trigger('form-submit-notify', [this, options]);
return this;
// private function for handling file uploads (hat tip to YAHOO!)
function fileUpload() {
var form = $form[0];
if ($(':input[name=submit],:input[id=submit]', form).length) {
// if there is an input with a name or id of 'submit' then we won't be
// able to invoke the submit fn on the form (at least not x-browser)
alert('Error: Form elements must not have name or id of "submit".');
return;
}
var s = $.extend(true, {}, $.ajaxSettings, options);
s.context = s.context || s;
var id = 'jqFormIO' + (new Date().getTime()), fn = '_'+id;
window[fn] = function() {
var f = $io.data('form-plugin-onload');
if (f) {
f();
window[fn] = undefined;
try { delete window[fn]; } catch(e){}
}
}
var $io = $('<iframe id="' + id + '" name="' + id + '" src="'+ s.iframeSrc +'" onload="window[\'_\'+this.id]()" />');
var io = $io[0];
$io.css({ position: 'absolute', top: '-1000px', left: '-1000px' });
var xhr = { // mock object
aborted: 0,
responseText: null,
responseXML: null,
status: 0,
statusText: 'n/a',
getAllResponseHeaders: function() {},
getResponseHeader: function() {},
setRequestHeader: function() {},
abort: function() {
this.aborted = 1;
$io.attr('src', s.iframeSrc); // abort op in progress
}
};
var g = s.global;
// trigger ajax global events so that activity/block indicators work like normal
if (g && ! $.active++) {
$.event.trigger("ajaxStart");
}
if (g) {
$.event.trigger("ajaxSend", [xhr, s]);
}
if (s.beforeSend && s.beforeSend.call(s.context, xhr, s) === false) {
if (s.global) {
$.active--;
}
return;
}
if (xhr.aborted) {
return;
}
var cbInvoked = false;
var timedOut = 0;
// add submitting element to data if we know it
var sub = form.clk;
if (sub) {
var n = sub.name;
if (n && !sub.disabled) {
s.extraData = s.extraData || {};
s.extraData[n] = sub.value;
if (sub.type == "image") {
s.extraData[n+'.x'] = form.clk_x;
s.extraData[n+'.y'] = form.clk_y;
}
}
}
// take a breath so that pending repaints get some cpu time before the upload starts
function doSubmit() {
// make sure form attrs are set
var t = $form.attr('target'), a = $form.attr('action');
// update form attrs in IE friendly way
form.setAttribute('target',id);
if (form.getAttribute('method') != 'POST') {
form.setAttribute('method', 'POST');
}
if (form.getAttribute('action') != s.url) {
form.setAttribute('action', s.url);
}
// ie borks in some cases when setting encoding
if (! s.skipEncodingOverride) {
$form.attr({
encoding: 'multipart/form-data',
enctype: 'multipart/form-data'
});
}
// support timout
if (s.timeout) {
setTimeout(function() { timedOut = true; cb(); }, s.timeout);
}
// add "extra" data to form if provided in options
var extraInputs = [];
try {
if (s.extraData) {
for (var n in s.extraData) {
extraInputs.push(
$('<input type="hidden" name="'+n+'" value="'+s.extraData[n]+'" />')
.appendTo(form)[0]);
}
}
// add iframe to doc and submit the form
$io.appendTo('body');
$io.data('form-plugin-onload', cb);
form.submit();
}
finally {
// reset attrs and remove "extra" input elements
form.setAttribute('action',a);
if(t) {
form.setAttribute('target', t);
} else {
$form.removeAttr('target');
}
$(extraInputs).remove();
}
}
if (s.forceSync) {
doSubmit();
}
else {
setTimeout(doSubmit, 10); // this lets dom updates render
}
var data, doc, domCheckCount = 50;
function cb() {
if (cbInvoked) {
return;
}
$io.removeData('form-plugin-onload');
var ok = true;
try {
if (timedOut) {
throw 'timeout';
}
// extract the server response from the iframe
doc = io.contentWindow ? io.contentWindow.document : io.contentDocument ? io.contentDocument : io.document;
var isXml = s.dataType == 'xml' || doc.XMLDocument || $.isXMLDoc(doc);
log('isXml='+isXml);
if (!isXml && window.opera && (doc.body == null || doc.body.innerHTML == '')) {
if (--domCheckCount) {
// in some browsers (Opera) the iframe DOM is not always traversable when
// the onload callback fires, so we loop a bit to accommodate
log('requeing onLoad callback, DOM not available');
setTimeout(cb, 250);
return;
}
// let this fall through because server response could be an empty document
//log('Could not access iframe DOM after mutiple tries.');
//throw 'DOMException: not available';
}
//log('response detected');
cbInvoked = true;
xhr.responseText = doc.documentElement ? doc.documentElement.innerHTML : null;
xhr.responseXML = doc.XMLDocument ? doc.XMLDocument : doc;
xhr.getResponseHeader = function(header){
var headers = {'content-type': s.dataType};
return headers[header];
};
var scr = /(json|script)/.test(s.dataType);
if (scr || s.textarea) {
// see if user embedded response in textarea
var ta = doc.getElementsByTagName('textarea')[0];
if (ta) {
xhr.responseText = ta.value;
}
else if (scr) {
// account for browsers injecting pre around json response
var pre = doc.getElementsByTagName('pre')[0];
if (pre) {
xhr.responseText = pre.innerHTML;
}
}
}
else if (s.dataType == 'xml' && !xhr.responseXML && xhr.responseText != null) {
xhr.responseXML = toXml(xhr.responseText);
}
data = $.httpData(xhr, s.dataType);
}
catch(e){
log('error caught:',e);
ok = false;
xhr.error = e;
$.handleError(s, xhr, 'error', e);
}
// ordering of these callbacks/triggers is odd, but that's how $.ajax does it
if (ok) {
s.success.call(s.context, data, 'success', xhr);
if (g) {
$.event.trigger("ajaxSuccess", [xhr, s]);
}
}
if (g) {
$.event.trigger("ajaxComplete", [xhr, s]);
}
if (g && ! --$.active) {
$.event.trigger("ajaxStop");
}
if (s.complete) {
s.complete.call(s.context, xhr, ok ? 'success' : 'error');
}
// clean up
setTimeout(function() {
$io.removeData('form-plugin-onload');
$io.remove();
xhr.responseXML = null;
}, 100);
}
function toXml(s, doc) {
if (window.ActiveXObject) {
doc = new ActiveXObject('Microsoft.XMLDOM');
doc.async = 'false';
doc.loadXML(s);
}
else {
doc = (new DOMParser()).parseFromString(s, 'text/xml');
}
return (doc && doc.documentElement && doc.documentElement.tagName != 'parsererror') ? doc : null;
}
}
};
/**
* ajaxForm() provides a mechanism for fully automating form submission.
*
* The advantages of using this method instead of ajaxSubmit() are:
*
* 1: This method will include coordinates for <input type="image" /> elements (if the element
* is used to submit the form).
* 2. This method will include the submit element's name/value data (for the element that was
* used to submit the form).
* 3. This method binds the submit() method to the form for you.
*
* The options argument for ajaxForm works exactly as it does for ajaxSubmit. ajaxForm merely
* passes the options argument along after properly binding events for submit elements and
* the form itself.
*/
$.fn.ajaxForm = function(options) {
// in jQuery 1.3+ we can fix mistakes with the ready state
if (this.length === 0) {
var o = { s: this.selector, c: this.context };
if (!$.isReady && o.s) {
log('DOM not ready, queuing ajaxForm');
$(function() {
$(o.s,o.c).ajaxForm(options);
});
return this;
}
// is your DOM ready? http://docs.jquery.com/Tutorials:Introducing_$(document).ready()
log('terminating; zero elements found by selector' + ($.isReady ? '' : ' (DOM not ready)'));
return this;
}
return this.ajaxFormUnbind().bind('submit.form-plugin', function(e) {
if (!e.isDefaultPrevented()) { // if event has been canceled, don't proceed
e.preventDefault();
$(this).ajaxSubmit(options);
}
}).bind('click.form-plugin', function(e) {
var target = e.target;
var $el = $(target);
if (!($el.is(":submit,input:image"))) {
// is this a child element of the submit el? (ex: a span within a button)
var t = $el.closest(':submit');
if (t.length == 0) {
return;
}
target = t[0];
}
var form = this;
form.clk = target;
if (target.type == 'image') {
if (e.offsetX != undefined) {
form.clk_x = e.offsetX;
form.clk_y = e.offsetY;
} else if (typeof $.fn.offset == 'function') { // try to use dimensions plugin
var offset = $el.offset();
form.clk_x = e.pageX - offset.left;
form.clk_y = e.pageY - offset.top;
} else {
form.clk_x = e.pageX - target.offsetLeft;
form.clk_y = e.pageY - target.offsetTop;
}
}
// clear form vars
setTimeout(function() { form.clk = form.clk_x = form.clk_y = null; }, 100);
});
};
// ajaxFormUnbind unbinds the event handlers that were bound by ajaxForm
$.fn.ajaxFormUnbind = function() {
return this.unbind('submit.form-plugin click.form-plugin');
};
/**
* formToArray() gathers form element data into an array of objects that can
* be passed to any of the following ajax functions: $.get, $.post, or load.
* Each object in the array has both a 'name' and 'value' property. An example of
* an array for a simple login form might be:
*
* [ { name: 'username', value: 'jresig' }, { name: 'password', value: 'secret' } ]
*
* It is this array that is passed to pre-submit callback functions provided to the
* ajaxSubmit() and ajaxForm() methods.
*/
$.fn.formToArray = function(semantic) {
var a = [];
if (this.length === 0) {
return a;
}
var form = this[0];
var els = semantic ? form.getElementsByTagName('*') : form.elements;
if (!els) {
return a;
}
var i,j,n,v,el;
for(i=0, max=els.length; i < max; i++) {
el = els[i];
n = el.name;
if (!n) {
continue;
}
if (semantic && form.clk && el.type == "image") {
// handle image inputs on the fly when semantic == true
if(!el.disabled && form.clk == el) {
a.push({name: n, value: $(el).val()});
a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
}
continue;
}
v = $.fieldValue(el, true);
if (v && v.constructor == Array) {
for(j=0, jmax=v.length; j < jmax; j++) {
a.push({name: n, value: v[j]});
}
}
else if (v !== null && typeof v != 'undefined') {
a.push({name: n, value: v});
}
}
if (!semantic && form.clk) {
// input type=='image' are not found in elements array! handle it here
var $input = $(form.clk), input = $input[0];
n = input.name;
if (n && !input.disabled && input.type == 'image') {
a.push({name: n, value: $input.val()});
a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y});
}
}
return a;
};
/**
* Serializes form data into a 'submittable' string. This method will return a string
* in the format: name1=value1&name2=value2
*/
$.fn.formSerialize = function(semantic) {
//hand off to jQuery.param for proper encoding
return $.param(this.formToArray(semantic));
};
/**
* Serializes all field elements in the jQuery object into a query string.
* This method will return a string in the format: name1=value1&name2=value2
*/
$.fn.fieldSerialize = function(successful) {
var a = [];
this.each(function() {
var n = this.name;
if (!n) {
return;
}
var v = $.fieldValue(this, successful);
if (v && v.constructor == Array) {
for (var i=0,max=v.length; i < max; i++) {
a.push({name: n, value: v[i]});
}
}
else if (v !== null && typeof v != 'undefined') {
a.push({name: this.name, value: v});
}
});
//hand off to jQuery.param for proper encoding
return $.param(a);
};
/**
* Returns the value(s) of the element in the matched set. For example, consider the following form:
*
* <form><fieldset>
* <input name="A" type="text" />
* <input name="A" type="text" />
* <input name="B" type="checkbox" value="B1" />
* <input name="B" type="checkbox" value="B2"/>
* <input name="C" type="radio" value="C1" />
* <input name="C" type="radio" value="C2" />
* </fieldset></form>
*
* var v = $(':text').fieldValue();
* // if no values are entered into the text inputs
* v == ['','']
* // if values entered into the text inputs are 'foo' and 'bar'
* v == ['foo','bar']
*
* var v = $(':checkbox').fieldValue();
* // if neither checkbox is checked
* v === undefined
* // if both checkboxes are checked
* v == ['B1', 'B2']
*
* var v = $(':radio').fieldValue();
* // if neither radio is checked
* v === undefined
* // if first radio is checked
* v == ['C1']
*
* The successful argument controls whether or not the field element must be 'successful'
* (per http://www.w3.org/TR/html4/interact/forms.html#successful-controls).
* The default value of the successful argument is true. If this value is false the value(s)
* for each element is returned.
*
* Note: This method *always* returns an array. If no valid value can be determined the
* array will be empty, otherwise it will contain one or more values.
*/
$.fn.fieldValue = function(successful) {
for (var val=[], i=0, max=this.length; i < max; i++) {
var el = this[i];
var v = $.fieldValue(el, successful);
if (v === null || typeof v == 'undefined' || (v.constructor == Array && !v.length)) {
continue;
}
v.constructor == Array ? $.merge(val, v) : val.push(v);
}
return val;
};
/**
* Returns the value of the field element.
*/
$.fieldValue = function(el, successful) {
var n = el.name, t = el.type, tag = el.tagName.toLowerCase();
if (successful === undefined) {
successful = true;
}
if (successful && (!n || el.disabled || t == 'reset' || t == 'button' ||
(t == 'checkbox' || t == 'radio') && !el.checked ||
(t == 'submit' || t == 'image') && el.form && el.form.clk != el ||
tag == 'select' && el.selectedIndex == -1)) {
return null;
}
if (tag == 'select') {
var index = el.selectedIndex;
if (index < 0) {
return null;
}
var a = [], ops = el.options;
var one = (t == 'select-one');
var max = (one ? index+1 : ops.length);
for(var i=(one ? index : 0); i < max; i++) {
var op = ops[i];
if (op.selected) {
var v = op.value;
if (!v) { // extra pain for IE...
v = (op.attributes && op.attributes['value'] && !(op.attributes['value'].specified)) ? op.text : op.value;
}
if (one) {
return v;
}
a.push(v);
}
}
return a;
}
return $(el).val();
};
/**
* Clears the form data. Takes the following actions on the form's input fields:
* - input text fields will have their 'value' property set to the empty string
* - select elements will have their 'selectedIndex' property set to -1
* - checkbox and radio inputs will have their 'checked' property set to false
* - inputs of type submit, button, reset, and hidden will *not* be effected
* - button elements will *not* be effected
*/
$.fn.clearForm = function() {
return this.each(function() {
$('input,select,textarea', this).clearFields();
});
};
/**
* Clears the selected form elements.
*/
$.fn.clearFields = $.fn.clearInputs = function() {
return this.each(function() {
var t = this.type, tag = this.tagName.toLowerCase();
if (t == 'text' || t == 'password' || tag == 'textarea') {
this.value = '';
}
else if (t == 'checkbox' || t == 'radio') {
this.checked = false;
}
else if (tag == 'select') {
this.selectedIndex = -1;
}
});
};
/**
* Resets the form data. Causes all form elements to be reset to their original value.
*/
$.fn.resetForm = function() {
return this.each(function() {
// guard against an input with the name of 'reset'
// note that IE reports the reset function as an 'object'
if (typeof this.reset == 'function' || (typeof this.reset == 'object' && !this.reset.nodeType)) {
this.reset();
}
});
};
/**
* Enables or disables any matching elements.
*/
$.fn.enable = function(b) {
if (b === undefined) {
b = true;
}
return this.each(function() {
this.disabled = !b;
});
};
/**
* Checks/unchecks any matching checkboxes or radio buttons and
* selects/deselects and matching option elements.
*/
$.fn.selected = function(select) {
if (select === undefined) {
select = true;
}
return this.each(function() {
var t = this.type;
if (t == 'checkbox' || t == 'radio') {
this.checked = select;
}
else if (this.tagName.toLowerCase() == 'option') {
var $sel = $(this).parent('select');
if (select && $sel[0] && $sel[0].type == 'select-one') {
// deselect all other options
$sel.find('option').selected(false);
}
this.selected = select;
}
});
};
// helper fn for console logging
// set $.fn.ajaxSubmit.debug to true to enable debug logging
function log() {
if ($.fn.ajaxSubmit.debug) {
var msg = '[jquery.form] ' + Array.prototype.join.call(arguments,'');
if (window.console && window.console.log) {
window.console.log(msg);
}
else if (window.opera && window.opera.postError) {
window.opera.postError(msg);
}
}
};
})(jQuery);
| JavaScript |
/*
* ContextMenu - jQuery plugin for right-click context menus
*
* Author: Chris Domigan
* Contributors: Dan G. Switzer, II
* Parts of this plugin are inspired by Joern Zaefferer's Tooltip plugin
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Version: r2
* Date: 16 July 2007
*
* For documentation visit http://www.trendskitchens.co.nz/jquery/contextmenu/
*
*/
(function($) {
var menu, shadow, trigger, content, hash, currentTarget;
var defaults = {
menuStyle: {
listStyle: 'none',
padding: '1px',
margin: '0px',
backgroundColor: '#fff',
border: '1px solid #999',
width: '100px'
},
itemStyle: {
margin: '0px',
color: '#000',
display: 'block',
cursor: 'default',
padding: '3px',
border: '1px solid #fff',
backgroundColor: 'transparent'
},
itemHoverStyle: {
border: '1px solid #0a246a',
backgroundColor: '#b6bdd2'
},
eventPosX: 'pageX',
eventPosY: 'pageY',
shadow : true,
onContextMenu: null,
onShowMenu: null
};
$.fn.contextMenu = function(id, options) {
if (!menu) { // Create singleton menu
menu = $('<div id="jqContextMenu"></div>')
.hide()
.css({position:'absolute', zIndex:'500'})
.appendTo('body')
.bind('click', function(e) {
e.stopPropagation();
});
}
if (!shadow) {
shadow = $('<div></div>')
.css({backgroundColor:'#000',position:'absolute',opacity:0.2,zIndex:499})
.appendTo('body')
.hide();
}
hash = hash || [];
hash.push({
id : id,
menuStyle: $.extend({}, defaults.menuStyle, options.menuStyle || {}),
itemStyle: $.extend({}, defaults.itemStyle, options.itemStyle || {}),
itemHoverStyle: $.extend({}, defaults.itemHoverStyle, options.itemHoverStyle || {}),
bindings: options.bindings || {},
shadow: options.shadow || options.shadow === false ? options.shadow : defaults.shadow,
onContextMenu: options.onContextMenu || defaults.onContextMenu,
onShowMenu: options.onShowMenu || defaults.onShowMenu,
eventPosX: options.eventPosX || defaults.eventPosX,
eventPosY: options.eventPosY || defaults.eventPosY
});
var index = hash.length - 1;
$(this).bind('contextmenu', function(e) {
// Check if onContextMenu() defined
var bShowContext = (!!hash[index].onContextMenu) ? hash[index].onContextMenu(e) : true;
if (bShowContext) display(index, this, e, options);
return false;
});
return this;
};
function display(index, trigger, e, options) {
var cur = hash[index];
content = $('#'+cur.id).find('ul:first').clone(true);
content.css(cur.menuStyle).find('li').css(cur.itemStyle).hover(
function() {
$(this).css(cur.itemHoverStyle);
},
function(){
$(this).css(cur.itemStyle);
}
).find('img').css({verticalAlign:'middle',paddingRight:'2px'});
// Send the content to the menu
menu.html(content);
// if there's an onShowMenu, run it now -- must run after content has been added
// if you try to alter the content variable before the menu.html(), IE6 has issues
// updating the content
if (!!cur.onShowMenu) menu = cur.onShowMenu(e, menu);
$.each(cur.bindings, function(id, func) {
$('#'+id, menu).bind('click', function(e) {
hide();
func(trigger, currentTarget);
});
});
menu.css({'left':e[cur.eventPosX],'top':e[cur.eventPosY]}).show();
if (cur.shadow) shadow.css({width:menu.width(),height:menu.height(),left:e.pageX+2,top:e.pageY+2}).show();
$(document).one('click', hide);
}
function hide() {
menu.hide();
shadow.hide();
}
// Apply defaults
$.contextMenu = {
defaults : function(userDefaults) {
$.each(userDefaults, function(i, val) {
if (typeof val == 'object' && defaults[i]) {
$.extend(defaults[i], val);
}
else defaults[i] = val;
});
}
};
})(jQuery);
$(function() {
$('div.contextMenu').hide();
}); | JavaScript |
/**
* TableDnD plug-in for JQuery, allows you to drag and drop table rows
* You can set up various options to control how the system will work
* Copyright (c) Denis Howlett <denish@isocra.com>
* Licensed like jQuery, see http://docs.jquery.com/License.
*
* Configuration options:
*
* onDragStyle
* This is the style that is assigned to the row during drag. There are limitations to the styles that can be
* associated with a row (such as you can't assign a border--well you can, but it won't be
* displayed). (So instead consider using onDragClass.) The CSS style to apply is specified as
* a map (as used in the jQuery css(...) function).
* onDropStyle
* This is the style that is assigned to the row when it is dropped. As for onDragStyle, there are limitations
* to what you can do. Also this replaces the original style, so again consider using onDragClass which
* is simply added and then removed on drop.
* onDragClass
* This class is added for the duration of the drag and then removed when the row is dropped. It is more
* flexible than using onDragStyle since it can be inherited by the row cells and other content. The default
* is class is tDnD_whileDrag. So to use the default, simply customise this CSS class in your
* stylesheet.
* onDrop
* Pass a function that will be called when the row is dropped. The function takes 2 parameters: the table
* and the row that was dropped. You can work out the new order of the rows by using
* table.rows.
* onDragStart
* Pass a function that will be called when the user starts dragging. The function takes 2 parameters: the
* table and the row which the user has started to drag.
* onAllowDrop
* Pass a function that will be called as a row is over another row. If the function returns true, allow
* dropping on that row, otherwise not. The function takes 2 parameters: the dragged row and the row under
* the cursor. It returns a boolean: true allows the drop, false doesn't allow it.
* scrollAmount
* This is the number of pixels to scroll if the user moves the mouse cursor to the top or bottom of the
* window. The page should automatically scroll up or down as appropriate (tested in IE6, IE7, Safari, FF2,
* FF3 beta
* dragHandle
* This is the name of a class that you assign to one or more cells in each row that is draggable. If you
* specify this class, then you are responsible for setting cursor: move in the CSS and only these cells
* will have the drag behaviour. If you do not specify a dragHandle, then you get the old behaviour where
* the whole row is draggable.
*
* Other ways to control behaviour:
*
* Add class="nodrop" to any rows for which you don't want to allow dropping, and class="nodrag" to any rows
* that you don't want to be draggable.
*
* Inside the onDrop method you can also call $.tableDnD.serialize() this returns a string of the form
* <tableID>[]=<rowID1>&<tableID>[]=<rowID2> so that you can send this back to the server. The table must have
* an ID as must all the rows.
*
* Other methods:
*
* $("...").tableDnDUpdate()
* Will update all the matching tables, that is it will reapply the mousedown method to the rows (or handle cells).
* This is useful if you have updated the table rows using Ajax and you want to make the table draggable again.
* The table maintains the original configuration (so you don't have to specify it again).
*
* $("...").tableDnDSerialize()
* Will serialize and return the serialized string as above, but for each of the matching tables--so it can be
* called from anywhere and isn't dependent on the currentTable being set up correctly before calling
*
* Known problems:
* - Auto-scoll has some problems with IE7 (it scrolls even when it shouldn't), work-around: set scrollAmount to 0
*
* Version 0.2: 2008-02-20 First public version
* Version 0.3: 2008-02-07 Added onDragStart option
* Made the scroll amount configurable (default is 5 as before)
* Version 0.4: 2008-03-15 Changed the noDrag/noDrop attributes to nodrag/nodrop classes
* Added onAllowDrop to control dropping
* Fixed a bug which meant that you couldn't set the scroll amount in both directions
* Added serialize method
* Version 0.5: 2008-05-16 Changed so that if you specify a dragHandle class it doesn't make the whole row
* draggable
* Improved the serialize method to use a default (and settable) regular expression.
* Added tableDnDupate() and tableDnDSerialize() to be called when you are outside the table
*/
jQuery.tableDnD = {
/** Keep hold of the current table being dragged */
currentTable : null,
/** Keep hold of the current drag object if any */
dragObject: null,
/** The current mouse offset */
mouseOffset: null,
/** Remember the old value of Y so that we don't do too much processing */
oldY: 0,
/** Actually build the structure */
build: function(options) {
// Set up the defaults if any
this.each(function() {
// This is bound to each matching table, set up the defaults and override with user options
this.tableDnDConfig = jQuery.extend({
onDragStyle: null,
onDropStyle: null,
// Add in the default class for whileDragging
onDragClass: "tDnD_whileDrag",
onDrop: null,
onDragStart: null,
scrollAmount: 5,
serializeRegexp: /[^\-]*$/, // The regular expression to use to trim row IDs
serializeParamName: null, // If you want to specify another parameter name instead of the table ID
dragHandle: null // If you give the name of a class here, then only Cells with this class will be draggable
}, options || {});
// Now make the rows draggable
jQuery.tableDnD.makeDraggable(this);
});
// Now we need to capture the mouse up and mouse move event
// We can use bind so that we don't interfere with other event handlers
jQuery(document)
.bind('mousemove', jQuery.tableDnD.mousemove)
.bind('mouseup', jQuery.tableDnD.mouseup);
// Don't break the chain
return this;
},
/** This function makes all the rows on the table draggable apart from those marked as "NoDrag" */
makeDraggable: function(table) {
var config = table.tableDnDConfig;
if (table.tableDnDConfig.dragHandle) {
// We only need to add the event to the specified cells
var cells = jQuery("td."+table.tableDnDConfig.dragHandle, table);
cells.each(function() {
// The cell is bound to "this"
jQuery(this).mousedown(function(ev) {
jQuery.tableDnD.dragObject = this.parentNode;
jQuery.tableDnD.currentTable = table;
jQuery.tableDnD.mouseOffset = jQuery.tableDnD.getMouseOffset(this, ev);
if (config.onDragStart) {
// Call the onDrop method if there is one
config.onDragStart(table, this);
}
return false;
});
})
} else {
// For backwards compatibility, we add the event to the whole row
var rows = jQuery("tr", table); // get all the rows as a wrapped set
rows.each(function() {
// Iterate through each row, the row is bound to "this"
var row = jQuery(this);
if (! row.hasClass("nodrag")) {
row.mousedown(function(ev) {
if (ev.target.tagName == "TD") {
jQuery.tableDnD.dragObject = this;
jQuery.tableDnD.currentTable = table;
jQuery.tableDnD.mouseOffset = jQuery.tableDnD.getMouseOffset(this, ev);
if (config.onDragStart) {
// Call the onDrop method if there is one
config.onDragStart(table, this);
}
return false;
}
}).css("cursor", "move"); // Store the tableDnD object
}
});
}
},
updateTables: function() {
this.each(function() {
// this is now bound to each matching table
if (this.tableDnDConfig) {
jQuery.tableDnD.makeDraggable(this);
}
})
},
/** Get the mouse coordinates from the event (allowing for browser differences) */
mouseCoords: function(ev){
if(ev.pageX || ev.pageY){
return {x:ev.pageX, y:ev.pageY};
}
return {
x:ev.clientX + document.body.scrollLeft - document.body.clientLeft,
y:ev.clientY + document.body.scrollTop - document.body.clientTop
};
},
/** Given a target element and a mouse event, get the mouse offset from that element.
To do this we need the element's position and the mouse position */
getMouseOffset: function(target, ev) {
ev = ev || window.event;
var docPos = this.getPosition(target);
var mousePos = this.mouseCoords(ev);
return {x:mousePos.x - docPos.x, y:mousePos.y - docPos.y};
},
/** Get the position of an element by going up the DOM tree and adding up all the offsets */
getPosition: function(e){
var left = 0;
var top = 0;
/** Safari fix -- thanks to Luis Chato for this! */
if (e.offsetHeight == 0) {
/** Safari 2 doesn't correctly grab the offsetTop of a table row
this is detailed here:
http://jacob.peargrove.com/blog/2006/technical/table-row-offsettop-bug-in-safari/
the solution is likewise noted there, grab the offset of a table cell in the row - the firstChild.
note that firefox will return a text node as a first child, so designing a more thorough
solution may need to take that into account, for now this seems to work in firefox, safari, ie */
e = e.firstChild; // a table cell
}
if (e && e.offsetParent) {
while (e.offsetParent){
left += e.offsetLeft;
top += e.offsetTop;
e = e.offsetParent;
}
left += e.offsetLeft;
top += e.offsetTop;
}
return {x:left, y:top};
},
mousemove: function(ev) {
if (jQuery.tableDnD.dragObject == null) {
return;
}
var dragObj = jQuery(jQuery.tableDnD.dragObject);
var config = jQuery.tableDnD.currentTable.tableDnDConfig;
var mousePos = jQuery.tableDnD.mouseCoords(ev);
var y = mousePos.y - jQuery.tableDnD.mouseOffset.y;
//auto scroll the window
var yOffset = window.pageYOffset;
if (document.all) {
// Windows version
//yOffset=document.body.scrollTop;
if (typeof document.compatMode != 'undefined' &&
document.compatMode != 'BackCompat') {
yOffset = document.documentElement.scrollTop;
}
else if (typeof document.body != 'undefined') {
yOffset=document.body.scrollTop;
}
}
if (mousePos.y-yOffset < config.scrollAmount) {
window.scrollBy(0, -config.scrollAmount);
} else {
var windowHeight = window.innerHeight ? window.innerHeight
: document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight;
if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
window.scrollBy(0, config.scrollAmount);
}
}
if (y != jQuery.tableDnD.oldY) {
// work out if we're going up or down...
var movingDown = y > jQuery.tableDnD.oldY;
// update the old value
jQuery.tableDnD.oldY = y;
// update the style to show we're dragging
if (config.onDragClass) {
dragObj.addClass(config.onDragClass);
} else {
dragObj.css(config.onDragStyle);
}
// If we're over a row then move the dragged row to there so that the user sees the
// effect dynamically
var currentRow = jQuery.tableDnD.findDropTargetRow(dragObj, y);
if (currentRow) {
// TODO worry about what happens when there are multiple TBODIES
if (movingDown && jQuery.tableDnD.dragObject != currentRow) {
jQuery.tableDnD.dragObject.parentNode.insertBefore(jQuery.tableDnD.dragObject, currentRow.nextSibling);
} else if (! movingDown && jQuery.tableDnD.dragObject != currentRow) {
jQuery.tableDnD.dragObject.parentNode.insertBefore(jQuery.tableDnD.dragObject, currentRow);
}
}
}
return false;
},
/** We're only worried about the y position really, because we can only move rows up and down */
findDropTargetRow: function(draggedRow, y) {
var rows = jQuery.tableDnD.currentTable.rows;
for (var i=0; i<rows.length; i++) {
var row = rows[i];
var rowY = this.getPosition(row).y;
var rowHeight = parseInt(row.offsetHeight)/2;
if (row.offsetHeight == 0) {
rowY = this.getPosition(row.firstChild).y;
rowHeight = parseInt(row.firstChild.offsetHeight)/2;
}
// Because we always have to insert before, we need to offset the height a bit
if ((y > rowY - rowHeight) && (y < (rowY + rowHeight))) {
// that's the row we're over
// If it's the same as the current row, ignore it
if (row == draggedRow) {return null;}
var config = jQuery.tableDnD.currentTable.tableDnDConfig;
if (config.onAllowDrop) {
if (config.onAllowDrop(draggedRow, row)) {
return row;
} else {
return null;
}
} else {
// If a row has nodrop class, then don't allow dropping (inspired by John Tarr and Famic)
var nodrop = jQuery(row).hasClass("nodrop");
if (! nodrop) {
return row;
} else {
return null;
}
}
return row;
}
}
return null;
},
mouseup: function(e) {
if (jQuery.tableDnD.currentTable && jQuery.tableDnD.dragObject) {
var droppedRow = jQuery.tableDnD.dragObject;
var config = jQuery.tableDnD.currentTable.tableDnDConfig;
// If we have a dragObject, then we need to release it,
// The row will already have been moved to the right place so we just reset stuff
if (config.onDragClass) {
jQuery(droppedRow).removeClass(config.onDragClass);
} else {
jQuery(droppedRow).css(config.onDropStyle);
}
jQuery.tableDnD.dragObject = null;
if (config.onDrop) {
// Call the onDrop method if there is one
config.onDrop(jQuery.tableDnD.currentTable, droppedRow);
}
jQuery.tableDnD.currentTable = null; // let go of the table too
}
},
serialize: function() {
if (jQuery.tableDnD.currentTable) {
return jQuery.tableDnD.serializeTable(jQuery.tableDnD.currentTable);
} else {
return "Error: No Table id set, you need to set an id on your table and every row";
}
},
serializeTable: function(table) {
var result = "";
var tableId = table.id;
var rows = table.rows;
for (var i=0; i<rows.length; i++) {
if (result.length > 0) result += "&";
var rowId = rows[i].id;
if (rowId && rowId && table.tableDnDConfig && table.tableDnDConfig.serializeRegexp) {
rowId = rowId.match(table.tableDnDConfig.serializeRegexp)[0];
}
result += tableId + '[]=' + rowId;
}
return result;
},
serializeTables: function() {
var result = "";
this.each(function() {
// this is now bound to each matching table
result += jQuery.tableDnD.serializeTable(this);
});
return result;
}
}
jQuery.fn.extend(
{
tableDnD : jQuery.tableDnD.build,
tableDnDUpdate : jQuery.tableDnD.updateTables,
tableDnDSerialize: jQuery.tableDnD.serializeTables
}
); | JavaScript |
/*
* jQuery UI Multiselect
*
* Authors:
* Michael Aufreiter (quasipartikel.at)
* Yanick Rochon (yanick.rochon[at]gmail[dot]com)
*
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* http://www.quasipartikel.at/multiselect/
*
*
* Depends:
* ui.core.js
* ui.sortable.js
*
* Optional:
* localization (http://plugins.jquery.com/project/localisation)
* scrollTo (http://plugins.jquery.com/project/ScrollTo)
*
* Todo:
* Make batch actions faster
* Implement dynamic insertion through remote calls
*/
(function($) {
$.widget("ui.multiselect", {
_init: function() {
this.element.hide();
this.id = this.element.attr("id");
this.container = $('<div class="ui-multiselect ui-helper-clearfix ui-widget"></div>').insertAfter(this.element);
this.count = 0; // number of currently selected options
this.selectedContainer = $('<div class="selected"></div>').appendTo(this.container);
this.availableContainer = $('<div class="available"></div>').appendTo(this.container);
this.selectedActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><span class="count">0 '+$.ui.multiselect.locale.itemsCount+'</span><a href="#" class="remove-all">'+$.ui.multiselect.locale.removeAll+'</a></div>').appendTo(this.selectedContainer);
this.availableActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><input type="text" class="search empty ui-widget-content ui-corner-all"/><a href="#" class="add-all">'+$.ui.multiselect.locale.addAll+'</a></div>').appendTo(this.availableContainer);
this.selectedList = $('<ul class="selected connected-list"><li class="ui-helper-hidden-accessible"></li></ul>').bind('selectstart', function(){return false;}).appendTo(this.selectedContainer);
this.availableList = $('<ul class="available connected-list"><li class="ui-helper-hidden-accessible"></li></ul>').bind('selectstart', function(){return false;}).appendTo(this.availableContainer);
var that = this;
// set dimensions
this.container.width(this.element.width()+1);
this.selectedContainer.width(Math.floor(this.element.width()*this.options.dividerLocation));
this.availableContainer.width(Math.floor(this.element.width()*(1-this.options.dividerLocation)));
// fix list height to match <option> depending on their individual header's heights
this.selectedList.height(Math.max(this.element.height()-this.selectedActions.height(),1));
this.availableList.height(Math.max(this.element.height()-this.availableActions.height(),1));
if ( !this.options.animated ) {
this.options.show = 'show';
this.options.hide = 'hide';
}
// init lists
this._populateLists(this.element.find('option'));
// make selection sortable
if (this.options.sortable) {
$("ul.selected").sortable({
placeholder: 'ui-state-highlight',
axis: 'y',
update: function(event, ui) {
// apply the new sort order to the original selectbox
that.selectedList.find('li').each(function() {
if ($(this).data('optionLink'))
$(this).data('optionLink').remove().appendTo(that.element);
});
},
receive: function(event, ui) {
ui.item.data('optionLink').attr('selected', true);
// increment count
that.count += 1;
that._updateCount();
// workaround, because there's no way to reference
// the new element, see http://dev.jqueryui.com/ticket/4303
that.selectedList.children('.ui-draggable').each(function() {
$(this).removeClass('ui-draggable');
$(this).data('optionLink', ui.item.data('optionLink'));
$(this).data('idx', ui.item.data('idx'));
that._applyItemState($(this), true);
});
// workaround according to http://dev.jqueryui.com/ticket/4088
setTimeout(function() { ui.item.remove(); }, 1);
}
});
}
// set up livesearch
if (this.options.searchable) {
this._registerSearchEvents(this.availableContainer.find('input.search'));
} else {
$('.search').hide();
}
// batch actions
$(".remove-all").click(function() {
that._populateLists(that.element.find('option').removeAttr('selected'));
return false;
});
$(".add-all").click(function() {
that._populateLists(that.element.find('option').attr('selected', 'selected'));
return false;
});
},
destroy: function() {
this.element.show();
this.container.remove();
$.widget.prototype.destroy.apply(this, arguments);
},
_populateLists: function(options) {
this.selectedList.children('.ui-element').remove();
this.availableList.children('.ui-element').remove();
this.count = 0;
var that = this;
var items = $(options.map(function(i) {
var item = that._getOptionNode(this).appendTo(this.selected ? that.selectedList : that.availableList).show();
if (this.selected) that.count += 1;
that._applyItemState(item, this.selected);
item.data('idx', i);
return item[0];
}));
// update count
this._updateCount();
},
_updateCount: function() {
this.selectedContainer.find('span.count').text(this.count+" "+$.ui.multiselect.locale.itemsCount);
},
_getOptionNode: function(option) {
option = $(option);
var node = $('<li class="ui-state-default ui-element" title="'+option.text()+'"><span class="ui-icon"/>'+option.text()+'<a href="#" class="action"><span class="ui-corner-all ui-icon"/></a></li>').hide();
node.data('optionLink', option);
return node;
},
// clones an item with associated data
// didn't find a smarter away around this
_cloneWithData: function(clonee) {
var clone = clonee.clone();
clone.data('optionLink', clonee.data('optionLink'));
clone.data('idx', clonee.data('idx'));
return clone;
},
_setSelected: function(item, selected) {
item.data('optionLink').attr('selected', selected);
if (selected) {
var selectedItem = this._cloneWithData(item);
item[this.options.hide](this.options.animated, function() { $(this).remove(); });
selectedItem.appendTo(this.selectedList).hide()[this.options.show](this.options.animated);
this._applyItemState(selectedItem, true);
return selectedItem;
} else {
// look for successor based on initial option index
var items = this.availableList.find('li'), comparator = this.options.nodeComparator;
var succ = null, i = item.data('idx'), direction = comparator(item, $(items[i]));
// TODO: test needed for dynamic list populating
if ( direction ) {
while (i>=0 && i<items.length) {
direction > 0 ? i++ : i--;
if ( direction != comparator(item, $(items[i])) ) {
// going up, go back one item down, otherwise leave as is
succ = items[direction > 0 ? i : i+1];
break;
}
}
} else {
succ = items[i];
}
var availableItem = this._cloneWithData(item);
succ ? availableItem.insertBefore($(succ)) : availableItem.appendTo(this.availableList);
item[this.options.hide](this.options.animated, function() { $(this).remove(); });
availableItem.hide()[this.options.show](this.options.animated);
this._applyItemState(availableItem, false);
return availableItem;
}
},
_applyItemState: function(item, selected) {
if (selected) {
if (this.options.sortable)
item.children('span').addClass('ui-icon-arrowthick-2-n-s').removeClass('ui-helper-hidden').addClass('ui-icon');
else
item.children('span').removeClass('ui-icon-arrowthick-2-n-s').addClass('ui-helper-hidden').removeClass('ui-icon');
item.find('a.action span').addClass('ui-icon-minus').removeClass('ui-icon-plus');
this._registerRemoveEvents(item.find('a.action'));
} else {
item.children('span').removeClass('ui-icon-arrowthick-2-n-s').addClass('ui-helper-hidden').removeClass('ui-icon');
item.find('a.action span').addClass('ui-icon-plus').removeClass('ui-icon-minus');
this._registerAddEvents(item.find('a.action'));
}
this._registerHoverEvents(item);
},
// taken from John Resig's liveUpdate script
_filter: function(list) {
var input = $(this);
var rows = list.children('li'),
cache = rows.map(function(){
return $(this).text().toLowerCase();
});
var term = $.trim(input.val().toLowerCase()), scores = [];
if (!term) {
rows.show();
} else {
rows.hide();
cache.each(function(i) {
if (this.indexOf(term)>-1) { scores.push(i); }
});
$.each(scores, function() {
$(rows[this]).show();
});
}
},
_registerHoverEvents: function(elements) {
elements.removeClass('ui-state-hover');
elements.mouseover(function() {
$(this).addClass('ui-state-hover');
});
elements.mouseout(function() {
$(this).removeClass('ui-state-hover');
});
},
_registerAddEvents: function(elements) {
var that = this;
elements.click(function() {
var item = that._setSelected($(this).parent(), true);
that.count += 1;
that._updateCount();
return false;
})
// make draggable
.each(function() {
$(this).parent().draggable({
connectToSortable: 'ul.selected',
helper: function() {
var selectedItem = that._cloneWithData($(this)).width($(this).width() - 50);
selectedItem.width($(this).width());
return selectedItem;
},
appendTo: '.ui-multiselect',
containment: '.ui-multiselect',
revert: 'invalid'
});
});
},
_registerRemoveEvents: function(elements) {
var that = this;
elements.click(function() {
that._setSelected($(this).parent(), false);
that.count -= 1;
that._updateCount();
return false;
});
},
_registerSearchEvents: function(input) {
var that = this;
input.focus(function() {
$(this).addClass('ui-state-active');
})
.blur(function() {
$(this).removeClass('ui-state-active');
})
.keypress(function(e) {
if (e.keyCode == 13)
return false;
})
.keyup(function() {
that._filter.apply(this, [that.availableList]);
});
}
});
$.extend($.ui.multiselect, {
defaults: {
sortable: true,
searchable: true,
animated: 'fast',
show: 'slideDown',
hide: 'slideUp',
dividerLocation: 0.6,
nodeComparator: function(node1,node2) {
var text1 = node1.text(),
text2 = node2.text();
return text1 == text2 ? 0 : (text1 < text2 ? -1 : 1);
}
},
locale: {
addAll:'Add all',
removeAll:'Remove all',
itemsCount:'items selected'
}
});
})(jQuery);
| JavaScript |
//打开迷你播放器
function openMiniPlayer(info)
{
var url = "player.html#" + info.selectionText;
if (localStorage["showSelectionContext_Type"] == 2)
{
chrome.windows.create({url: url, width: 285, height:83 ,type: 'popup'});
}
else
{
var notification = webkitNotifications.createHTMLNotification(url);
/*this.notification.addEventListener('close', function(){
notification = null;
});*/
notification.show();
}
}
//右键打开亦歌播放器
function openPlayerTag()
{
var mainUrl = chrome.extension.getURL('main.html'); //打开地址
//判断是否已经打开
chrome.tabs.getAllInWindow(undefined, function(tabs) {
for (var i = 0, tab; tab = tabs[i]; i++) {
if (tab.url && tab.url == mainUrl) {
chrome.tabs.update(tab.id, {selected: true});
return;
}
}
chrome.tabs.create({url: mainUrl});
});
}
//创建右键菜单函数
function createContextMenus()
{
if (JSON.parse(localStorage["showPageContext"]))
localStorage["showPageContext_id"] = chrome.contextMenus.create({title: "打开亦歌播放器", contexts:["page"], onclick: openPlayerTag});
if (JSON.parse(localStorage["showSelectionContext"]))
localStorage["showSelectionContext_id"] = chrome.contextMenus.create({title: "在亦歌中播放", contexts:["selection"], onclick: openMiniPlayer});
} | JavaScript |
(function() {
var e = document.getElementsByTagName("script"), e = e[e.length - 1].src, d = e.substr(0, e.lastIndexOf("/") + 1);
if("undefined" == typeof jQuery || 1.6 > parseFloat(/^\d\.\d+/i.exec(jQuery.fn.jquery))) {
var a = 0, s = d + "jquery.js", e = ("https:" == document.location.protocol ? "https" : "http") + "://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js", t = document.getElementsByTagName("head")[0], h = document.createElement("script");
h.setAttribute("type", "text/javascript");
h.setAttribute("src", e);
t.appendChild(h);
var l = function() {
if("undefined" == typeof jQuery || 1.6 > parseFloat(/^\d\.\d+/i.exec(jQuery.fn.jquery))) {
if(5E3 <= a) {
a = 0;
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", s);
h.parentNode.replaceChild(e, h)
}
a += 100;
setTimeout(l, 100)
}else {
loadHtml5LightBox(d)
}
};
l()
}else {
loadHtml5LightBox(d)
}
})();
function loadHtml5LightBox(e) {
var d = jQuery;
d.fn.html5lightbox = function(a) {
function s() {
a.nextElem = -1;
a.prevElem = -1;
var b, c = a.elemArray[a.curElem][3];
if(void 0 != c && null != c) {
for(b = a.curElem + 1;b < a.elemArray.length;b++) {
if(a.elemArray[b][3] == c) {
a.nextElem = b;
break
}
}
if(0 > a.nextElem) {
for(b = 0;b < a.curElem;b++) {
if(a.elemArray[b][3] == c) {
a.nextElem = b;
break
}
}
}
if(0 <= a.nextElem) {
for(b = a.curElem - 1;0 <= b;b--) {
if(a.elemArray[b][3] == c) {
a.prevElem = b;
break
}
}
if(0 > a.prevElem) {
for(b = a.elemArray.length - 1;b > a.curElem;b--) {
if(a.elemArray[b][3] == c) {
a.prevElem = b;
break
}
}
}
}
}
}
function t() {
b.$elem.unbind("mouseenter").unbind("mouseleave").unbind("mousemove");
b.$next.hide();
b.$prev.hide();
b.$loading.show();
switch(a.elemArray[a.curElem][0]) {
case 0:
var i = new Image;
d(i).load(function() {
var c = i.width, d = i.height, e;
a.elemArray[a.curElem][4] ? e = a.elemArray[a.curElem][4] : (e = c, a.elemArray[a.curElem][4] = c);
a.elemArray[a.curElem][5] ? c = a.elemArray[a.curElem][5] : (c = d, a.elemArray[a.curElem][5] = d);
var f = r({w:e, h:c});
n(f.w, f.h, !0, function() {
b.$text.css({width:h(f.w)});
b.$text.html(a.elemArray[a.curElem][2]);
b.$image.show().css({width:f.w, height:f.h});
b.$image.html("<img src='" + a.elemArray[a.curElem][1] + "' width='" + f.w + "' height='" + f.h + "' />");
b.$elem.fadeIn(a.fadespeed, function() {
p()
})
})
});
d(i).error(function() {
b.$loading.hide();
n(a.errorwidth, a.errorheight, !0, function() {
b.$error.show();
b.$elem.fadeIn(a.fadespeed, function() {
p()
})
})
});
i.src = a.elemArray[a.curElem][1];
break;
case 1:
var c = a.elemArray[a.curElem][4] ? a.elemArray[a.curElem][4] : 480, e = a.elemArray[a.curElem][5] ? a.elemArray[a.curElem][5] : 270, m = r({w:c, h:e}), c = m.w, e = m.h;
n(c, e, !0, function() {
b.$text.css({width:h(c)});
b.$text.html(a.elemArray[a.curElem][2]);
b.$image.html("<div id='html5lightbox-swf' style='display:block;width:" + c + "px;height:" + e + "px;'></div>").show();
w(d("#html5lightbox-swf"), c, e, a.elemArray[a.curElem][1], "window", {width:c, height:e});
b.$elem.show();
p()
});
break;
case 2:
var j = a.elemArray[a.curElem][4] ? a.elemArray[a.curElem][4] : 480, k = a.elemArray[a.curElem][5] ? a.elemArray[a.curElem][5] : 270, m = r({w:j, h:k}), j = m.w, k = m.h;
n(j, k, !0, function() {
b.$text.css({width:h(j)});
b.$text.html(a.elemArray[a.curElem][2]);
b.$image.html("<div id='html5lightbox-video' style='display:block;width:" + j + "px;height:" + k + "px;'></div>").show();
var c = a.isMobile;
if(!a.isMobile && !a.flashInstalled && a.html5VideoSupported && (a.isIE9 || a.isSafari || a.isChrome || a.Opera)) {
c = !0
}
if(c) {
var c = d("#html5lightbox-video"), i = j, f = k;
c.html("<div style='position:absolute;display:block;width:" + i + "px;height:" + f + "px;'><video width=" + i + " height=" + f + " controls='controls' src='" + a.elemArray[a.curElem][1] + "'></div>");
a.isAndroid && d("<div style='position:absolute;display:block;cursor:pointer;width:" + i + "px;height:" + f + 'px;background:url("' + a.skinfolder + "playvideo_64.png\") no-repeat center center;'></div>").appendTo(c).unbind("click").click(function() {
d("video", d(this).parent())[0].play()
})
}else {
c = a.elemArray[a.curElem][1], "/" != c.charAt(0) && ("http:" != c.substring(0, 5) && "https:" != c.substring(0, 6)) && (c = a.htmlfolder + c), w(d("#html5lightbox-video"), j, k, a.jsfolder + "html5boxplayer.swf", "transparent", {width:j, height:k, videofile:c, autoplay:"0", errorcss:".html5box-error" + a.errorcss, id:0})
}
b.$elem.show();
p()
});
break;
case 3:
;
case 4:
var f = a.elemArray[a.curElem][4] ? a.elemArray[a.curElem][4] : 480, g = a.elemArray[a.curElem][5] ? a.elemArray[a.curElem][5] : 270, m = r({w:f, h:g}), f = m.w, g = m.h;
n(f, g, !0, function() {
b.$text.css({width:h(f)});
b.$text.html(a.elemArray[a.curElem][2]);
b.$image.html("<div id='html5lightbox-video' style='display:block;width:" + f + "px;height:" + g + "px;'></div>").show();
var c = a.elemArray[a.curElem][1];
3 == a.elemArray[a.curElem][0] && (c = 0 > c.indexOf("?") ? c + "?wmode=transparent" : c + "&wmode=transparent");
d("#html5lightbox-video").html("<iframe width='" + f + "' height='" + g + "' src='" + c + "' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>");
b.$elem.show();
p()
});
break;
case 7:
var q = a.elemArray[a.curElem][4] ? a.elemArray[a.curElem][4] : d(window).width(), l = a.elemArray[a.curElem][5] ? a.elemArray[a.curElem][5] : d(window).height(), m = r({w:q, h:l}), q = m.w, l = m.h;
n(q, l, !0, function() {
b.$text.css({width:h(q)});
b.$text.html(a.elemArray[a.curElem][2]);
b.$image.html("<div id='html5lightbox-web' style='display:block;width:" + q + "px;height:" + l + "px;'></div>").show();
d("#html5lightbox-web").html("<iframe width='" + q + "' height='" + l + "' src='" + a.elemArray[a.curElem][1] + "' frameborder='0'></iframe>");
b.$elem.show();
p()
})
}
}
function h(b) {
b -= 36;
if(0 < a.prevElem || 0 < a.nextElem) {
b -= 36
}
return b
}
function l() {
var i = Math.round(d(window).height() / 2 - (b.$lightboxBox.height() + a.barheight) / 2);
b.$lightboxBox.animate({"margin-top":i}, a.resizespeed)
}
function r(b) {
var c = d(window).height() - a.barheight - 2 * a.bordersize;
b.h > c && (b.w = Math.round(b.w * c / b.h), b.h = c);
c = d(window).width() - 2 * a.bordersize;
b.w > c && (b.h = Math.round(b.h * c / b.w), b.w = c);
return b
}
function p() {
b.$elemData.show();
b.$lightboxBox.animate({height:b.$lightboxBox.height() + a.barheight}, {queue:!0, duration:a.resizespeed})
}
function n(i, c, e, g) {
var j = e ? a.resizespeed : 0, k = i + 2 * a.bordersize, f = c + 2 * a.bordersize, i = Math.round(d(window).height() / 2 - (f + a.barheight) / 2);
k == b.$elemWrap.width() && f == b.$elemWrap.height() && (j = 0);
b.$loading.hide();
b.$watermark.hide();
b.$lightboxBox.animate({"margin-top":i}, j, function() {
b.$lightboxBox.css({width:k, height:f});
b.$elemWrap.animate({width:k}, j).animate({height:f}, j, function() {
b.$loading.show();
b.$watermark.show();
b.$elem.bind("mouseenter mousemove", function() {
if(0 <= a.prevElem || 0 <= a.nextElem) {
b.$next.fadeIn(), b.$prev.fadeIn()
}
});
b.$elem.bind("mouseleave", function() {
b.$next.fadeOut();
b.$prev.fadeOut()
});
g()
})
})
}
function v() {
a.stamp && b.$watermark.hide();
b.$image.empty();
b.$text.empty();
b.$error.hide();
b.$loading.hide();
b.$image.hide();
b.$elemData.hide()
}
function x() {
v();
b.$lightbox.hide();
d("select, embed, object").css({visibility:"visible"})
}
function y(b) {
if(-1 == b) {
if(0 > a.nextElem) {
return
}
a.curElem = a.nextElem
}else {
if(-2 == b) {
if(0 > a.prevElem) {
return
}
a.curElem = a.prevElem
}
}
s();
v();
t()
}
function w(b, c, e, g, j, k) {
if(a.flashInstalled) {
var f = {pluginspage:"http://www.adobe.com/go/getflashplayer", quality:"high", allowFullScreen:"true", allowScriptAccess:"always", type:"application/x-shockwave-flash"};
f.width = c;
f.height = e;
f.src = g;
f.flashVars = d.param(k);
f.wmode = j;
var c = "", h;
for(h in f) {
c += h + "=" + f[h] + " "
}
b.html("<embed " + c + "/>")
}else {
b.html("<div class='html5lightbox-flash-error' style='display:block; position:relative;text-align:center; width:" + c + "px; left:0px; top:" + Math.round(e / 2 - 10) + "px;'><div class='html5-error'><div>The required Adobe Flash Player plugin is not installed</div><br /><div style='display:block;position:relative;text-align:center;width:112px;height:33px;margin:0px auto;'><a href='http://www.adobe.com/go/getflashplayer'><img src='http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' width='112' height='33'></img></a></div></div>")
}
}
a = jQuery.extend({overlaybgcolor:"#000000", overlayopacity:0.9, bgcolor:"#ffffff", bordersize:8, barheight:36, loadingwidth:64, loadingheight:64, resizespeed:400, fadespeed:400, skinfolder:"skins/default/", titlecss:"{color:#333333; font-size:16px; font-family:Armata,sans-serif,Arial; overflow:hidden; white-space:nowrap;}", errorwidth:280, errorheight:48, errorcss:"{text-align:center; color:#ff0000; font-size:14px; font-family:Arial, sans-serif;}", version:"1.4", stamp:!1, freemark:"html5box.com",
freelink:"http://html5box.com/", watermark:"", watermarklink:""}, a);
"undefined" != typeof html5lightbox_options && html5lightbox_options && jQuery.extend(a, html5lightbox_options);
a.htmlfolder = window.location.href.substr(0, window.location.href.lastIndexOf("/") + 1);
a.jsfolder = e;
"/" != a.skinfolder.charAt(0) && ("http:" != a.skinfolder.substring(0, 5) && "https:" != a.skinfolder.substring(0, 6)) && (a.skinfolder = e + a.skinfolder);
a.htmlfolder = encodeURI(a.htmlfolder);
a.jsfolder = encodeURI(a.jsfolder);
a.skinfolder = encodeURI(a.skinfolder);
a.types = "IMAGE FLASH VIDEO YOUTUBE VIMEO PDF MP3 WEB".split(" ");
a.elemArray = [];
a.curElem = -1;
a.flashInstalled = !1;
try {
new ActiveXObject("ShockwaveFlash.ShockwaveFlash") && (a.flashInstalled = !0)
}catch(z) {
navigator.mimeTypes["application/x-shockwave-flash"] && (a.flashInstalled = !0)
}
a.html5VideoSupported = !!document.createElement("video").canPlayType;
a.isChrome = null != navigator.userAgent.match(/Chrome/i);
a.isFirefox = null != navigator.userAgent.match(/Firefox/i);
a.isOpera = null != navigator.userAgent.match(/Opera/i);
a.isSafari = null != navigator.userAgent.match(/Safari/i);
a.isIE9 = d.browser.msie && a.html5VideoSupported;
a.isIE678 = d.browser.msie && !a.isIE9;
a.isAndroid = null != navigator.userAgent.match(/Android/i);
a.isIPad = null != navigator.userAgent.match(/iPad/i);
a.isIPhone = null != navigator.userAgent.match(/iPod/i) || null != navigator.userAgent.match(/iPhone/i);
a.isMobile = a.isAndroid || a.isIPad || a.isIPhone;
a.resizeTimeout = -1;
var b = this;
b.each(function() {
if("a" == this.nodeName.toLowerCase()) {
var b = d(this), c;
c = b.attr("href");
c = !c ? -1 : c.match(/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i) ? 0 : c.match(/[^\.]\.(swf)\s*$/i) ? 1 : c.match(/\.(flv|mp4|m4v|ogv|ogg|webm)(.*)?$/i) ? 2 : c.match(/\:\/\/.*(youtube\.com)/i) || c.match(/\:\/\/.*(youtu\.be)/i) ? 3 : c.match(/\:\/\/.*(vimeo\.com)/i) ? 4 : c.match(/[^\.]\.(pdf)\s*$/i) ? 5 : c.match(/[^\.]\.(mp3)\s*$/i) ? 6 : 7;
0 > c || a.elemArray.push([c, b.attr("href"), b.attr("title"), b.data("group"), b.data("width"), b.data("height")])
}
});
var g = ("https:" == document.location.protocol ? "https" : "http") + "://fonts.googleapis.com/css?family=Armata", u = document.createElement("link");
u.setAttribute("rel", "stylesheet");
u.setAttribute("type", "text/css");
u.setAttribute("href", g);
document.getElementsByTagName("head")[0].appendChild(u);
g = "#html5-text " + a.titlecss;
g += ".html5-error " + a.errorcss;
d("head").append("<style type='text/css'>" + g + "</style>");
b.$lightbox = jQuery("<div id='html5-lightbox' style='display:none;position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:999;'><div id='html5-lightbox-overlay' style='display:block;position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:" + a.overlaybgcolor + ";opacity:" + a.overlayopacity + ";filter:alpha(opacity=" + Math.round(100 * a.overlayopacity) + ");'></div><div id='html5-lightbox-box' style='display:block;position:relative;margin:0px auto;overflow:hidden;'><div id='html5-elem-box' style='display:block;position:relative;margin:0px auto;text-align:center;'><div id='html5-elem-wrap' style='display:block;position:relative;margin:0px auto;text-align:center;background-color:" +
a.bgcolor + ";'><div id='html5-loading' style='display:none;position:absolute;text-align:center;width:100%;height:100%;background:url(\"" + a.skinfolder + "loading.gif\") no-repeat center center;'></div><div id='html5-error' class='html5-error' style='display:none;position:absolute;padding:" + a.bordersize + "px;text-align:center;width:" + a.errorwidth + "px;height:" + a.errorheight + "px;'>The requested content cannot be loaded.<br />Please try again later.</div><div id='html5-image' style='display:none;position:absolute;padding:" +
a.bordersize + "px;text-align:center;'></div></div><div id='html5-next' style='display:none;cursor:pointer;position:absolute;right:" + a.bordersize + "px;top:40%;'><img src='" + a.skinfolder + "next.png'></div><div id='html5-prev' style='display:none;cursor:pointer;position:absolute;left:" + a.bordersize + "px;top:40%;'><img src='" + a.skinfolder + "prev.png'></div></div><div id='html5-elem-data-box' style='display:none;position:relative;width:100%;margin:0px auto;height:" + a.barheight + "px;background-color:" +
a.bgcolor + ";'><div id='html5-text' style='display:block;float:left;overflow:hidden;margin-left:" + a.bordersize + "px;'></div><div id='html5-close' style='display:block;cursor:pointer;float:right;margin-right:" + a.bordersize + "px;'><img src='" + a.skinfolder + "close.png'></div></div><div id='html5-watermark' style='display:none;position:absolute;left:" + String(a.bordersize + 2) + "px;top:" + String(a.bordersize + 2) + "px;'></div></div></div>");
b.$lightbox.appendTo("body");
b.$lightboxBox = d("#html5-lightbox-box", b.$lightbox);
b.$elem = d("#html5-elem-box", b.$lightbox);
b.$elemWrap = d("#html5-elem-wrap", b.$lightbox);
b.$loading = d("#html5-loading", b.$lightbox);
b.$error = d("#html5-error", b.$lightbox);
b.$image = d("#html5-image", b.$lightbox);
b.$elemData = d("#html5-elem-data-box", b.$lightbox);
b.$text = d("#html5-text", b.$lightbox);
b.$next = d("#html5-next", b.$lightbox);
b.$prev = d("#html5-prev", b.$lightbox);
b.$close = d("#html5-close", b.$lightbox);
b.$watermark = d("#html5-watermark", b.$lightbox);
a.stamp ? b.$watermark.html("<a href='" + a.freelink + "' style='text-decoration:none;'><div style='display:block;width:120px;height:20px;text-align:center;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;filter:alpha(opacity=60);opacity:0.6;background-color:#333333;color:#ffffff;font:12px Armata,sans-serif,Arial;'><div style='line-height:20px;'>" + a.freemark + "</div></div></a>") : a.watermark && (g = "<img src='" + a.watermark + "' style='border:none;' />", a.watermarklink &&
(g = "<a href='" + a.watermarklink + "' target='_blank'>" + g + "</a>"), b.$watermark.html(g));
d("#html5-lightbox-overlay", b.$lightbox).click(x);
b.$close.click(x);
b.$next.click(function() {
y(-1)
});
b.$prev.click(function() {
y(-2)
});
d(window).resize(function() {
a.isMobile || (clearTimeout(a.resizeTimeout), a.resizeTimeout = setTimeout(function() {
l()
}, 500))
});
d(window).scroll(function() {
b.$lightbox.css("top", d(window).scrollTop())
});
d(window).bind("orientationchange", function() {
a.isMobile && l()
});
return b.unbind("click").click(function() {
if(0 >= a.elemArray.length) {
return!0
}
var e = d(this);
d("select, embed, object").css({visibility:"hidden"});
for(var c = 0;c < a.elemArray.length && a.elemArray[c][1] != e.attr("href");c++) {
}
if(c == a.elemArray.length) {
return!0
}
a.curElem = c;
a.nextElem = -1;
a.prevElem = -1;
s();
b.$next.hide();
b.$prev.hide();
v();
b.$lightbox.show();
b.$lightbox.css("top", d(window).scrollTop());
var e = a.loadingwidth + 2 * a.bordersize, c = a.loadingheight + 2 * a.bordersize, g = Math.round(d(window).height() / 2 - (c + a.barheight) / 2);
b.$lightboxBox.css({"margin-top":g, width:e, height:c});
b.$elemWrap.css({width:e, height:c});
t();
return!1
})
};
jQuery(document).ready(function() {
$(".html5lightbox").html5lightbox()
})
}
; | JavaScript |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var kDefaultURL = 'compressed.tracemonkey-pldi-09.pdf';
var kDefaultScale = 1.5;
var kDefaultScaleDelta = 1.1;
var kCacheSize = 20;
var kCssUnits = 96.0 / 72.0;
var kScrollbarPadding = 40;
var kMinScale = 0.25;
var kMaxScale = 4.0;
var Cache = function cacheCache(size) {
var data = [];
this.push = function cachePush(view) {
var i = data.indexOf(view);
if (i >= 0)
data.splice(i);
data.push(view);
if (data.length > size)
data.shift().update();
};
};
var cache = new Cache(kCacheSize);
var currentPageNumber = 1;
var PDFView = {
pages: [],
thumbnails: [],
currentScale: kDefaultScale,
initialBookmark: document.location.hash.substring(1),
setScale: function pdfViewSetScale(val, resetAutoSettings) {
var pages = this.pages;
for (var i = 0; i < pages.length; i++)
pages[i].update(val * kCssUnits);
if (this.currentScale != val)
this.pages[this.page - 1].scrollIntoView();
this.currentScale = val;
var event = document.createEvent('UIEvents');
event.initUIEvent('scalechange', false, false, window, 0);
event.scale = val;
event.resetAutoSettings = resetAutoSettings;
window.dispatchEvent(event);
},
parseScale: function pdfViewParseScale(value, resetAutoSettings) {
if ('custom' == value)
return;
var scale = parseFloat(value);
if (scale) {
this.setScale(scale, true);
return;
}
var currentPage = this.pages[this.page - 1];
var pageWidthScale = (window.innerWidth - kScrollbarPadding) /
currentPage.width / kCssUnits;
var pageHeightScale = (window.innerHeight - kScrollbarPadding) /
currentPage.height / kCssUnits;
if ('page-width' == value)
this.setScale(pageWidthScale, resetAutoSettings);
if ('page-height' == value)
this.setScale(pageHeightScale, resetAutoSettings);
if ('page-fit' == value) {
this.setScale(
Math.min(pageWidthScale, pageHeightScale), resetAutoSettings);
}
},
zoomIn: function pdfViewZoomIn() {
var newScale = Math.min(kMaxScale, this.currentScale * kDefaultScaleDelta);
this.setScale(newScale, true);
},
zoomOut: function pdfViewZoomOut() {
var newScale = Math.max(kMinScale, this.currentScale / kDefaultScaleDelta);
this.setScale(newScale, true);
},
set page(val) {
var pages = this.pages;
var input = document.getElementById('pageNumber');
if (!(0 < val && val <= pages.length)) {
var event = document.createEvent('UIEvents');
event.initUIEvent('pagechange', false, false, window, 0);
event.pageNumber = this.page;
window.dispatchEvent(event);
return;
}
currentPageNumber = val;
var event = document.createEvent('UIEvents');
event.initUIEvent('pagechange', false, false, window, 0);
event.pageNumber = val;
window.dispatchEvent(event);
// checking if the this.page was called from the updateViewarea function:
// avoiding the creation of two "set page" method (internal and public)
if (updateViewarea.inProgress)
return;
// Avoid scrolling the first page during loading
if (this.loading && val == 1)
return;
pages[val - 1].scrollIntoView();
},
get page() {
return currentPageNumber;
},
open: function pdfViewOpen(url, scale) {
document.title = this.url = url;
var self = this;
PDFJS.getPdf(
{
url: url,
progress: function getPdfProgress(evt) {
if (evt.lengthComputable)
self.progress(evt.loaded / evt.total);
},
error: self.error
},
function getPdfLoad(data) {
self.loading = true;
self.load(data, scale);
self.loading = false;
});
},
download: function pdfViewDownload() {
window.open(this.url + '#pdfjs.action=download', '_parent');
},
navigateTo: function pdfViewNavigateTo(dest) {
if (typeof dest === 'string')
dest = this.destinations[dest];
if (!(dest instanceof Array))
return; // invalid destination
// dest array looks like that: <page-ref> </XYZ|FitXXX> <args..>
var destRef = dest[0];
var pageNumber = destRef instanceof Object ?
this.pagesRefMap[destRef.num + ' ' + destRef.gen + ' R'] : (destRef + 1);
if (pageNumber) {
this.page = pageNumber;
var currentPage = this.pages[pageNumber - 1];
currentPage.scrollIntoView(dest);
}
},
getDestinationHash: function pdfViewGetDestinationHash(dest) {
if (typeof dest === 'string')
return '#' + escape(dest);
if (dest instanceof Array) {
var destRef = dest[0]; // see navigateTo method for dest format
var pageNumber = destRef instanceof Object ?
this.pagesRefMap[destRef.num + ' ' + destRef.gen + ' R'] :
(destRef + 1);
if (pageNumber) {
var pdfOpenParams = '#page=' + pageNumber;
if (isName(dest[1], 'XYZ')) {
var scale = (dest[4] || this.currentScale);
pdfOpenParams += '&zoom=' + (scale * 100);
if (dest[2] || dest[3]) {
pdfOpenParams += ',' + (dest[2] || 0) + ',' + (dest[3] || 0);
}
}
return pdfOpenParams;
}
}
return '';
},
error: function pdfViewError() {
var loadingIndicator = document.getElementById('loading');
loadingIndicator.innerHTML = 'Error';
},
progress: function pdfViewProgress(level) {
var percent = Math.round(level * 100);
var loadingIndicator = document.getElementById('loading');
loadingIndicator.innerHTML = 'Loading... ' + percent + '%';
},
load: function pdfViewLoad(data, scale) {
function bindOnAfterDraw(pageView, thumbnailView) {
// when page is painted, using the image as thumbnail base
pageView.onAfterDraw = function pdfViewLoadOnAfterDraw() {
thumbnailView.setImage(pageView.canvas);
};
}
var loadingIndicator = document.getElementById('loading');
loadingIndicator.setAttribute('hidden', 'true');
var sidebar = document.getElementById('sidebarView');
sidebar.parentNode.scrollTop = 0;
while (sidebar.hasChildNodes())
sidebar.removeChild(sidebar.lastChild);
if ('_loadingInterval' in sidebar)
clearInterval(sidebar._loadingInterval);
var container = document.getElementById('viewer');
while (container.hasChildNodes())
container.removeChild(container.lastChild);
var pdf = new PDFJS.PDFDoc(data);
var pagesCount = pdf.numPages;
document.getElementById('numPages').innerHTML = pagesCount;
document.getElementById('pageNumber').max = pagesCount;
var pages = this.pages = [];
var pagesRefMap = {};
var thumbnails = this.thumbnails = [];
for (var i = 1; i <= pagesCount; i++) {
var page = pdf.getPage(i);
var pageView = new PageView(container, page, i, page.width, page.height,
page.stats, this.navigateTo.bind(this));
var thumbnailView = new ThumbnailView(sidebar, page, i,
page.width / page.height);
bindOnAfterDraw(pageView, thumbnailView);
pages.push(pageView);
thumbnails.push(thumbnailView);
var pageRef = page.ref;
pagesRefMap[pageRef.num + ' ' + pageRef.gen + ' R'] = i;
}
this.setScale(scale || kDefaultScale, true);
this.pagesRefMap = pagesRefMap;
this.destinations = pdf.catalog.destinations;
if (pdf.catalog.documentOutline) {
this.outline = new DocumentOutlineView(pdf.catalog.documentOutline);
var outlineSwitchButton = document.getElementById('outlineSwitch');
outlineSwitchButton.removeAttribute('disabled');
this.switchSidebarView('outline');
}
if (this.initialBookmark) {
this.setHash(this.initialBookmark);
this.initialBookmark = null;
}
else
this.page = 1;
},
setHash: function pdfViewSetHash(hash) {
if (!hash)
return;
if (hash.indexOf('=') >= 0) {
// parsing query string
var paramsPairs = hash.split('&');
var params = {};
for (var i = 0; i < paramsPairs.length; ++i) {
var paramPair = paramsPairs[i].split('=');
params[paramPair[0]] = paramPair[1];
}
// borrowing syntax from "Parameters for Opening PDF Files"
if ('nameddest' in params) {
PDFView.navigateTo(params.nameddest);
return;
}
if ('page' in params) {
var pageNumber = (params.page | 0) || 1;
this.page = pageNumber;
if ('zoom' in params) {
var zoomArgs = params.zoom.split(','); // scale,left,top
// building destination array
var dest = [null, new Name('XYZ'), (zoomArgs[1] | 0),
(zoomArgs[2] | 0), (zoomArgs[0] | 0) / 100];
var currentPage = this.pages[pageNumber - 1];
currentPage.scrollIntoView(dest);
} else
this.page = params.page; // simple page
return;
}
} else if (/^\d+$/.test(hash)) // page number
this.page = hash;
else // named destination
PDFView.navigateTo(unescape(hash));
},
switchSidebarView: function pdfViewSwitchSidebarView(view) {
var thumbsScrollView = document.getElementById('sidebarScrollView');
var outlineScrollView = document.getElementById('outlineScrollView');
var thumbsSwitchButton = document.getElementById('thumbsSwitch');
var outlineSwitchButton = document.getElementById('outlineSwitch');
switch (view) {
case 'thumbs':
thumbsScrollView.removeAttribute('hidden');
outlineScrollView.setAttribute('hidden', 'true');
thumbsSwitchButton.setAttribute('data-selected', true);
outlineSwitchButton.removeAttribute('data-selected');
break;
case 'outline':
thumbsScrollView.setAttribute('hidden', 'true');
outlineScrollView.removeAttribute('hidden');
thumbsSwitchButton.removeAttribute('data-selected');
outlineSwitchButton.setAttribute('data-selected', true);
break;
}
},
getVisiblePages: function pdfViewGetVisiblePages() {
var pages = this.pages;
var kBottomMargin = 10;
var visiblePages = [];
var currentHeight = kBottomMargin;
var windowTop = window.pageYOffset;
for (var i = 1; i <= pages.length; ++i) {
var page = pages[i - 1];
var pageHeight = page.height * page.scale + kBottomMargin;
if (currentHeight + pageHeight > windowTop)
break;
currentHeight += pageHeight;
}
var windowBottom = window.pageYOffset + window.innerHeight;
for (; i <= pages.length && currentHeight < windowBottom; ++i) {
var singlePage = pages[i - 1];
visiblePages.push({ id: singlePage.id, y: currentHeight,
view: singlePage });
currentHeight += singlePage.height * singlePage.scale + kBottomMargin;
}
return visiblePages;
}
};
var PageView = function pageView(container, content, id, pageWidth, pageHeight,
stats, navigateTo) {
this.id = id;
this.content = content;
var view = this.content.view;
this.x = view.x;
this.y = view.y;
this.width = view.width;
this.height = view.height;
var anchor = document.createElement('a');
anchor.name = '' + this.id;
var div = document.createElement('div');
div.id = 'pageContainer' + this.id;
div.className = 'page';
container.appendChild(anchor);
container.appendChild(div);
this.update = function pageViewUpdate(scale) {
this.scale = scale || this.scale;
div.style.width = (this.width * this.scale) + 'px';
div.style.height = (this.height * this.scale) + 'px';
while (div.hasChildNodes())
div.removeChild(div.lastChild);
div.removeAttribute('data-loaded');
delete this.canvas;
};
function setupLinks(content, scale) {
function bindLink(link, dest) {
link.href = PDFView.getDestinationHash(dest);
link.onclick = function pageViewSetupLinksOnclick() {
if (dest)
PDFView.navigateTo(dest);
return false;
};
}
var links = content.getLinks();
for (var i = 0; i < links.length; i++) {
var link = document.createElement('a');
link.style.left = (Math.floor(links[i].x - view.x) * scale) + 'px';
link.style.top = (Math.floor(links[i].y - view.y) * scale) + 'px';
link.style.width = Math.ceil(links[i].width * scale) + 'px';
link.style.height = Math.ceil(links[i].height * scale) + 'px';
link.href = links[i].url || '';
if (!links[i].url)
bindLink(link, ('dest' in links[i]) ? links[i].dest : null);
div.appendChild(link);
}
}
this.getPagePoint = function pageViewGetPagePoint(x, y) {
var scale = PDFView.currentScale;
return this.content.rotatePoint(x / scale, y / scale);
};
this.scrollIntoView = function pageViewScrollIntoView(dest) {
if (!dest) {
div.scrollIntoView(true);
return;
}
var x = 0, y = 0;
var width = 0, height = 0, widthScale, heightScale;
var scale = 0;
switch (dest[1].name) {
case 'XYZ':
x = dest[2];
y = dest[3];
scale = dest[4];
break;
case 'Fit':
case 'FitB':
scale = 'page-fit';
break;
case 'FitH':
case 'FitBH':
y = dest[2];
scale = 'page-width';
break;
case 'FitV':
case 'FitBV':
x = dest[2];
scale = 'page-height';
break;
case 'FitR':
x = dest[2];
y = dest[3];
width = dest[4] - x;
height = dest[5] - y;
widthScale = (window.innerWidth - kScrollbarPadding) /
width / kCssUnits;
heightScale = (window.innerHeight - kScrollbarPadding) /
height / kCssUnits;
scale = Math.min(widthScale, heightScale);
break;
default:
return;
}
var boundingRect = [
this.content.rotatePoint(x, y),
this.content.rotatePoint(x + width, y + height)
];
if (scale && scale !== PDFView.currentScale)
PDFView.setScale(scale, true);
setTimeout(function pageViewScrollIntoViewRelayout() {
// letting page to re-layout before scrolling
var scale = PDFView.currentScale;
var x = Math.min(boundingRect[0].x, boundingRect[1].x);
var y = Math.min(boundingRect[0].y, boundingRect[1].y);
var width = Math.abs(boundingRect[0].x - boundingRect[1].x);
var height = Math.abs(boundingRect[0].y - boundingRect[1].y);
// using temporary div to scroll it into view
var tempDiv = document.createElement('div');
tempDiv.style.position = 'absolute';
tempDiv.style.left = Math.floor(x * scale) + 'px';
tempDiv.style.top = Math.floor(y * scale) + 'px';
tempDiv.style.width = Math.ceil(width * scale) + 'px';
tempDiv.style.height = Math.ceil(height * scale) + 'px';
div.appendChild(tempDiv);
tempDiv.scrollIntoView(true);
div.removeChild(tempDiv);
}, 0);
};
this.draw = function pageviewDraw() {
if (div.hasChildNodes()) {
this.updateStats();
return false;
}
var canvas = document.createElement('canvas');
canvas.id = 'page' + this.id;
canvas.mozOpaque = true;
div.appendChild(canvas);
this.canvas = canvas;
var scale = this.scale;
canvas.width = pageWidth * scale;
canvas.height = pageHeight * scale;
var ctx = canvas.getContext('2d');
ctx.save();
ctx.fillStyle = 'rgb(255, 255, 255)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.restore();
ctx.translate(-this.x * scale, -this.y * scale);
stats.begin = Date.now();
this.content.startRendering(ctx, (function pageViewDrawCallback() {
this.updateStats();
if (this.onAfterDraw)
this.onAfterDraw();
}).bind(this));
setupLinks(this.content, this.scale);
div.setAttribute('data-loaded', true);
return true;
};
this.updateStats = function pageViewUpdateStats() {
var t1 = stats.compile, t2 = stats.fonts, t3 = stats.render;
var str = 'Time to compile/fonts/render: ' +
(t1 - stats.begin) + '/' + (t2 - t1) + '/' + (t3 - t2) + ' ms';
document.getElementById('info').innerHTML = str;
};
};
var ThumbnailView = function thumbnailView(container, page, id, pageRatio) {
var anchor = document.createElement('a');
anchor.href = '#' + id;
anchor.onclick = function stopNivigation() {
PDFView.page = id;
return false;
};
var div = document.createElement('div');
div.id = 'thumbnailContainer' + id;
div.className = 'thumbnail';
anchor.appendChild(div);
container.appendChild(anchor);
this.hasImage = false;
function getPageDrawContext() {
var canvas = document.createElement('canvas');
canvas.id = 'thumbnail' + id;
canvas.mozOpaque = true;
var maxThumbSize = 134;
canvas.width = pageRatio >= 1 ? maxThumbSize :
maxThumbSize * pageRatio;
canvas.height = pageRatio <= 1 ? maxThumbSize :
maxThumbSize / pageRatio;
div.setAttribute('data-loaded', true);
div.appendChild(canvas);
var ctx = canvas.getContext('2d');
ctx.save();
ctx.fillStyle = 'rgb(255, 255, 255)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.restore();
var view = page.view;
var scaleX = (canvas.width / page.width);
var scaleY = (canvas.height / page.height);
ctx.translate(-view.x * scaleX, -view.y * scaleY);
div.style.width = (view.width * scaleX) + 'px';
div.style.height = (view.height * scaleY) + 'px';
div.style.lineHeight = (view.height * scaleY) + 'px';
return ctx;
}
this.draw = function thumbnailViewDraw() {
if (this.hasImage)
return;
var ctx = getPageDrawContext();
page.startRendering(ctx, function thumbnailViewDrawStartRendering() {});
this.hasImage = true;
};
this.setImage = function thumbnailViewSetImage(img) {
if (this.hasImage)
return;
var ctx = getPageDrawContext();
ctx.drawImage(img, 0, 0, img.width, img.height,
0, 0, ctx.canvas.width, ctx.canvas.height);
this.hasImage = true;
};
};
var DocumentOutlineView = function documentOutlineView(outline) {
var outlineView = document.getElementById('outlineView');
function bindItemLink(domObj, item) {
domObj.href = PDFView.getDestinationHash(item.dest);
domObj.onclick = function documentOutlineViewOnclick(e) {
PDFView.navigateTo(item.dest);
return false;
};
}
var queue = [{parent: outlineView, items: outline}];
while (queue.length > 0) {
var levelData = queue.shift();
var i, n = levelData.items.length;
for (i = 0; i < n; i++) {
var item = levelData.items[i];
var div = document.createElement('div');
div.className = 'outlineItem';
var a = document.createElement('a');
bindItemLink(a, item);
a.textContent = item.title;
div.appendChild(a);
if (item.items.length > 0) {
var itemsDiv = document.createElement('div');
itemsDiv.className = 'outlineItems';
div.appendChild(itemsDiv);
queue.push({parent: itemsDiv, items: item.items});
}
levelData.parent.appendChild(div);
}
}
};
window.addEventListener('load', function webViewerLoad(evt) {
var params = document.location.search.substring(1).split('&');
for (var i = 0; i < params.length; i++) {
var param = params[i].split('=');
params[unescape(param[0])] = unescape(param[1]);
}
var scale = ('scale' in params) ? params.scale : kDefaultScale;
PDFView.open(params.file || kDefaultURL, parseFloat(scale));
if (!window.File || !window.FileReader || !window.FileList || !window.Blob)
document.getElementById('fileInput').setAttribute('hidden', 'true');
else
document.getElementById('fileInput').value = null;
}, true);
window.addEventListener('unload', function webViewerUnload(evt) {
window.scrollTo(0, 0);
}, true);
function updateViewarea() {
var visiblePages = PDFView.getVisiblePages();
for (var i = 0; i < visiblePages.length; i++) {
var page = visiblePages[i];
if (PDFView.pages[page.id - 1].draw())
cache.push(page.view);
}
if (!visiblePages.length)
return;
updateViewarea.inProgress = true; // used in "set page"
var currentId = PDFView.page;
var firstPage = visiblePages[0];
PDFView.page = firstPage.id;
updateViewarea.inProgress = false;
var kViewerTopMargin = 52;
var pageNumber = firstPage.id;
var pdfOpenParams = '#page=' + pageNumber;
pdfOpenParams += '&zoom=' + Math.round(PDFView.currentScale * 100);
var currentPage = PDFView.pages[pageNumber - 1];
var topLeft = currentPage.getPagePoint(window.pageXOffset,
window.pageYOffset - firstPage.y - kViewerTopMargin);
pdfOpenParams += ',' + Math.round(topLeft.x) + ',' + Math.round(topLeft.y);
document.getElementById('viewBookmark').href = pdfOpenParams;
}
window.addEventListener('scroll', function webViewerScroll(evt) {
updateViewarea();
}, true);
window.addEventListener('resize', function webViewerResize(evt) {
if (document.getElementById('pageWidthOption').selected ||
document.getElementById('pageFitOption').selected)
PDFView.parseScale(document.getElementById('scaleSelect').value);
updateViewarea();
});
window.addEventListener('hashchange', function webViewerHashchange(evt) {
PDFView.setHash(document.location.hash.substring(1));
});
window.addEventListener('change', function webViewerChange(evt) {
var files = evt.target.files;
if (!files || files.length == 0)
return;
// Read the local file into a Uint8Array.
var fileReader = new FileReader();
fileReader.onload = function webViewerChangeFileReaderOnload(evt) {
var data = evt.target.result;
var buffer = new ArrayBuffer(data.length);
var uint8Array = new Uint8Array(buffer);
for (var i = 0; i < data.length; i++)
uint8Array[i] = data.charCodeAt(i);
PDFView.load(uint8Array);
};
// Read as a binary string since "readAsArrayBuffer" is not yet
// implemented in Firefox.
var file = files[0];
fileReader.readAsBinaryString(file);
document.title = file.name;
// URL does not reflect proper document location - hiding some icons.
document.getElementById('viewBookmark').setAttribute('hidden', 'true');
document.getElementById('download').setAttribute('hidden', 'true');
}, true);
window.addEventListener('transitionend', function webViewerTransitionend(evt) {
var pageIndex = 0;
var pagesCount = PDFView.pages.length;
var container = document.getElementById('sidebarView');
container._interval = window.setInterval(function interval() {
// skipping the thumbnails with set images
while (pageIndex < pagesCount && PDFView.thumbnails[pageIndex].hasImage)
pageIndex++;
if (pageIndex >= pagesCount) {
window.clearInterval(container._interval);
return;
}
PDFView.thumbnails[pageIndex++].draw();
}, 500);
}, true);
window.addEventListener('scalechange', function scalechange(evt) {
var customScaleOption = document.getElementById('customScaleOption');
customScaleOption.selected = false;
if (!evt.resetAutoSettings &&
(document.getElementById('pageWidthOption').selected ||
document.getElementById('pageFitOption').selected)) {
updateViewarea();
return;
}
var options = document.getElementById('scaleSelect').options;
var predefinedValueFound = false;
var value = '' + evt.scale;
for (var i = 0; i < options.length; i++) {
var option = options[i];
if (option.value != value) {
option.selected = false;
continue;
}
option.selected = true;
predefinedValueFound = true;
}
if (!predefinedValueFound) {
customScaleOption.textContent = Math.round(evt.scale * 10000) / 100 + '%';
customScaleOption.selected = true;
}
updateViewarea();
}, true);
window.addEventListener('pagechange', function pagechange(evt) {
var page = evt.pageNumber;
if (document.getElementById('pageNumber').value != page)
document.getElementById('pageNumber').value = page;
document.getElementById('previous').disabled = (page <= 1);
document.getElementById('next').disabled = (page >= PDFView.pages.length);
}, true);
window.addEventListener('keydown', function keydown(evt) {
var curElement = document.activeElement;
var controlsElement = document.getElementById('controls');
while (curElement) {
if (curElement === controlsElement)
return; // ignoring if the 'controls' element is focused
curElement = curElement.parentNode;
}
switch (evt.keyCode) {
case 61: // FF/Mac '='
case 107: // FF '+' and '='
case 187: // Chrome '+'
PDFView.zoomIn();
break;
case 109: // FF '-'
case 189: // Chrome '-'
PDFView.zoomOut();
break;
case 48: // '0'
PDFView.setScale(kDefaultScale, true);
break;
}
});
| JavaScript |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
// Checking if the typed arrays are supported
(function checkTypedArrayCompatibility() {
if (typeof Uint8Array !== 'undefined')
return;
function subarray(start, end) {
return this.slice(start, end);
}
function setArrayOffset(array, offset) {
if (arguments.length < 2)
offset = 0;
for (var i = 0, n = array.length; i < n; ++i, ++offset)
this[offset] = array[i] & 0xFF;
}
function TypedArray(arg1) {
var result;
if (typeof arg1 === 'number') {
result = [];
for (var i = 0; i < arg1; ++i)
result[i] = 0;
} else
result = arg1.slice(0);
result.subarray = subarray;
result.buffer = result;
result.byteLength = result.length;
result.set = setArrayOffset;
if (typeof arg1 === 'object' && arg1.buffer)
result.buffer = arg1.buffer;
return result;
}
window.Uint8Array = TypedArray;
// we don't need support for set, byteLength for 32-bit array
// so we can use the TypedArray as well
window.Uint32Array = TypedArray;
window.Int32Array = TypedArray;
window.Uint16Array = TypedArray;
})();
// Object.create() ?
(function checkObjectCreateCompatibility() {
if (typeof Object.create !== 'undefined')
return;
Object.create = function objectCreate(proto) {
var constructor = function objectCreateConstructor() {};
constructor.prototype = proto;
return new constructor();
};
})();
// Object.defineProperty() ?
(function checkObjectDefinePropertyCompatibility() {
if (typeof Object.defineProperty !== 'undefined')
return;
Object.defineProperty = function objectDefineProperty(obj, name, def) {
delete obj[name];
if ('get' in def)
obj.__defineGetter__(name, def['get']);
if ('set' in def)
obj.__defineSetter__(name, def['set']);
if ('value' in def) {
obj.__defineSetter__(name, function objectDefinePropertySetter(value) {
this.__defineGetter__(name, function objectDefinePropertyGetter() {
return value;
});
return value;
});
obj[name] = def.value;
}
};
})();
// Object.keys() ?
(function checkObjectKeysCompatibility() {
if (typeof Object.keys !== 'undefined')
return;
Object.keys = function objectKeys(obj) {
var result = [];
for (var i in obj) {
if (obj.hasOwnProperty(i))
result.push(i);
}
return result;
};
})();
// No XMLHttpRequest.response ?
(function checkXMLHttpRequestResponseCompatibility() {
var xhrPrototype = XMLHttpRequest.prototype;
if ('response' in xhrPrototype ||
'mozResponseArrayBuffer' in xhrPrototype ||
'mozResponse' in xhrPrototype ||
'responseArrayBuffer' in xhrPrototype)
return;
// IE ?
if (typeof VBArray !== 'undefined') {
Object.defineProperty(xhrPrototype, 'response', {
get: function xmlHttpRequestResponseGet() {
return new Uint8Array(new VBArray(this.responseBody).toArray());
}
});
return;
}
// other browsers
function responseTypeSetter() {
// will be only called to set "arraybuffer"
this.overrideMimeType('text/plain; charset=x-user-defined');
}
if (typeof xhrPrototype.overrideMimeType === 'function') {
Object.defineProperty(xhrPrototype, 'responseType',
{ set: responseTypeSetter });
}
function responseGetter() {
var text = this.responseText;
var i, n = text.length;
var result = new Uint8Array(n);
for (i = 0; i < n; ++i)
result[i] = text.charCodeAt(i) & 0xFF;
return result;
}
Object.defineProperty(xhrPrototype, 'response', { get: responseGetter });
})();
// window.btoa (base64 encode function) ?
(function checkWindowBtoaCompatibility() {
if ('btoa' in window)
return;
var digits =
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
window.btoa = function windowBtoa(chars) {
var buffer = '';
var i, n;
for (i = 0, n = chars.length; i < n; i += 3) {
var b1 = chars.charCodeAt(i) & 0xFF;
var b2 = chars.charCodeAt(i + 1) & 0xFF;
var b3 = chars.charCodeAt(i + 2) & 0xFF;
var d1 = b1 >> 2, d2 = ((b1 & 3) << 4) | (b2 >> 4);
var d3 = i + 1 < n ? ((b2 & 0xF) << 2) | (b3 >> 6) : 64;
var d4 = i + 2 < n ? (b3 & 0x3F) : 64;
buffer += (digits.charAt(d1) + digits.charAt(d2) +
digits.charAt(d3) + digits.charAt(d4));
}
return buffer;
};
})();
// Function.prototype.bind ?
(function checkFunctionPrototypeBindCompatibility() {
if (typeof Function.prototype.bind !== 'undefined')
return;
Function.prototype.bind = function functionPrototypeBind(obj) {
var fn = this, headArgs = Array.prototype.slice.call(arguments, 1);
var bound = function functionPrototypeBindBound() {
var args = Array.prototype.concat.apply(headArgs, arguments);
return fn.apply(obj, args);
};
return bound;
};
})();
// IE9 text/html data URI
(function checkDocumentDocumentModeCompatibility() {
if (!('documentMode' in document) || document.documentMode !== 9)
return;
// overriding the src property
var originalSrcDescriptor = Object.getOwnPropertyDescriptor(
HTMLIFrameElement.prototype, 'src');
Object.defineProperty(HTMLIFrameElement.prototype, 'src', {
get: function htmlIFrameElementPrototypeSrcGet() { return this.$src; },
set: function htmlIFrameElementPrototypeSrcSet(src) {
this.$src = src;
if (src.substr(0, 14) != 'data:text/html') {
originalSrcDescriptor.set.call(this, src);
return;
}
// for text/html, using blank document and then
// document's open, write, and close operations
originalSrcDescriptor.set.call(this, 'about:blank');
setTimeout((function htmlIFrameElementPrototypeSrcOpenWriteClose() {
var doc = this.contentDocument;
doc.open('text/html');
doc.write(src.substr(src.indexOf(',') + 1));
doc.close();
}).bind(this), 0);
},
enumerable: true
});
})();
| JavaScript |
jQuery.extend({
createUploadIframe: function(id, uri)
{
//create frame
var frameId = 'jUploadFrame' + id;
var iframeHtml = '<iframe id="' + frameId + '" name="' + frameId + '" style="position:absolute; top:-9999px; left:-9999px"';
if(window.ActiveXObject)
{
if(typeof uri== 'boolean'){
iframeHtml += ' src="' + 'javascript:false' + '"';
}
else if(typeof uri== 'string'){
iframeHtml += ' src="' + uri + '"';
}
}
iframeHtml += ' />';
jQuery(iframeHtml).appendTo(document.body);
return jQuery('#' + frameId).get(0);
},
createUploadForm: function(id, fileElementId, data)
{
//create form
var formId = 'jUploadForm' + id;
var fileId = 'jUploadFile' + id;
var form = jQuery('<form action="" method="POST" name="' + formId + '" id="' + formId + '" enctype="multipart/form-data"></form>');
if(data)
{
for(var i in data)
{
jQuery('<input type="hidden" name="' + i + '" value="' + data[i] + '" />').appendTo(form);
}
}
var oldElement = jQuery('#' + fileElementId);
var newElement = jQuery(oldElement).clone();
jQuery(oldElement).attr('id', fileId);
jQuery(oldElement).before(newElement);
jQuery(oldElement).appendTo(form);
//set attributes
jQuery(form).css('position', 'absolute');
jQuery(form).css('top', '-1200px');
jQuery(form).css('left', '-1200px');
jQuery(form).appendTo('body');
return form;
},
ajaxFileUpload: function(s) {
// TODO introduce global settings, allowing the client to modify them for all requests, not only timeout
s = jQuery.extend({}, jQuery.ajaxSettings, s);
var id = new Date().getTime()
var form = jQuery.createUploadForm(id, s.fileElementId, (typeof(s.data)=='undefined'?false:s.data));
var io = jQuery.createUploadIframe(id, s.secureuri);
var frameId = 'jUploadFrame' + id;
var formId = 'jUploadForm' + id;
// Watch for a new set of requests
if ( s.global && ! jQuery.active++ )
{
jQuery.event.trigger( "ajaxStart" );
}
var requestDone = false;
// Create the request object
var xml = {}
if ( s.global )
jQuery.event.trigger("ajaxSend", [xml, s]);
// Wait for a response to come back
var uploadCallback = function(isTimeout)
{
var io = document.getElementById(frameId);
try
{
if(io.contentWindow)
{
xml.responseText = io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:null;
xml.responseXML = io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;
}else if(io.contentDocument)
{
xml.responseText = io.contentDocument.document.body?io.contentDocument.document.body.innerHTML:null;
xml.responseXML = io.contentDocument.document.XMLDocument?io.contentDocument.document.XMLDocument:io.contentDocument.document;
}
}catch(e)
{
jQuery.handleError(s, xml, null, e);
}
if ( xml || isTimeout == "timeout")
{
requestDone = true;
var status;
try {
status = isTimeout != "timeout" ? "success" : "error";
// Make sure that the request was successful or notmodified
if ( status != "error" )
{
// process the data (runs the xml through httpData regardless of callback)
var data = jQuery.uploadHttpData( xml, s.dataType );
// If a local callback was specified, fire it and pass it the data
if ( s.success )
s.success( data, status );
// Fire the global callback
if( s.global )
jQuery.event.trigger( "ajaxSuccess", [xml, s] );
} else
jQuery.handleError(s, xml, status);
} catch(e)
{
status = "error";
jQuery.handleError(s, xml, status, e);
}
// The request was completed
if( s.global )
jQuery.event.trigger( "ajaxComplete", [xml, s] );
// Handle the global AJAX counter
if ( s.global && ! --jQuery.active )
jQuery.event.trigger( "ajaxStop" );
// Process result
if ( s.complete )
s.complete(xml, status);
jQuery(io).unbind()
setTimeout(function()
{ try
{
jQuery(io).remove();
jQuery(form).remove();
} catch(e)
{
jQuery.handleError(s, xml, null, e);
}
}, 100)
xml = null
}
}
// Timeout checker
if ( s.timeout > 0 )
{
setTimeout(function(){
// Check to see if the request is still happening
if( !requestDone ) uploadCallback( "timeout" );
}, s.timeout);
}
try
{
var form = jQuery('#' + formId);
jQuery(form).attr('action', s.url);
jQuery(form).attr('method', 'POST');
jQuery(form).attr('target', frameId);
if(form.encoding)
{
jQuery(form).attr('encoding', 'multipart/form-data');
}
else
{
jQuery(form).attr('enctype', 'multipart/form-data');
}
jQuery(form).submit();
} catch(e)
{
jQuery.handleError(s, xml, null, e);
}
jQuery('#' + frameId).load(uploadCallback );
return {abort: function () {}};
},
uploadHttpData: function( r, type ) {
var data = !type;
data = type == "xml" || data ? r.responseXML : r.responseText;
// If the type is "script", eval it in global context
if ( type == "script" )
jQuery.globalEval( data );
// Get the JavaScript object, if JSON is used.
if ( type == "json" )
eval( "data = " + data );
// evaluate scripts within html
if ( type == "html" )
jQuery("<div>").html(data).evalScripts();
return data;
}
})
| JavaScript |
var elements=[];
var curElement="";
$(document).ready(function(e) {
init();
$('.layer-before-canvas').click(addElement);
$("#pointer").click(clickMouse);
$("#addText").click(clickText);
$("#addImage").click(clickImage);
$("#eraser").click(clickEraser);
$("#exportPdf").click(exportPdf);
$("#format-bold").click(setFontBold);
$("#format-italic").click(setFontItalic);
$("#format-underline").click(setFontUnderline);
$("#format-strikethrough").click(setFontStrike);
});
function setFontBold(){
var index = getElementIndex(curElement);
if (elements[index]["type"] != 1)
return;
var value = elements[index]["fontBold"];
if (value == 0)
value = 1;
else
value = 0;
elements[index]["fontBold"] = value;
setElementStyle(curElement);
}
function setFontItalic(){
var index = getElementIndex(curElement);
if (elements[index]["type"] != 1)
return;
var value = elements[index]["fontItalic"];
if (value == 0)
value = 1;
else
value = 0;
elements[index]["fontItalic"] = value;
setElementStyle(curElement);
}
function setFontUnderline(){
var index = getElementIndex(curElement);
if (elements[index]["type"] != 1)
return;
var value = elements[index]["fontUnderline"];
if (value == 0)
value = 1;
else
value = 0;
elements[index]["fontUnderline"] = value;
setElementStyle(curElement);
}
function setFontStrike(){
var index = getElementIndex(curElement);
if (elements[index]["type"] != 1)
return;
var value = elements[index]["fontStrike"];
if (value == 0)
value = 1;
else
value = 0;
elements[index]["fontStrike"] = value;
setElementStyle(curElement);
}
function exportPdf() {
var seri;
for (var i = 0; i < elements.length; i++) {
var object = elements[i];
for (property in object) {
var value = object[property];
seri += property + "=" + value + "&";
}
}
alert(seri);
$.ajax({
type: 'post',
cache: false,
url: 'export.php?code=' + $("#code").val(),
data: seri,
success: function(d){
alert(d);
}
});
//$.download('export.php?code=' + $("#code").val() ,seri);
//blockUIForDownload();
}
jQuery.download = function(url, data, method){
if( url && data ){
data = typeof data == 'string' ? data : jQuery.param(data);
var inputs = '';
jQuery.each(data.split('&'), function(){
var pair = this.split('=');
inputs+='<input type="hidden" name="'+ pair[0] +'" value="'+ pair[1] +'" />';
});
jQuery('<form action="'+ url +'" method="'+ (method||'post') +'">'+inputs+'</form>')
.appendTo('body').submit().remove();
};
};
var fileDownloadCheckTimer;
function blockUIForDownload() {
var token = new Date().getTime();
$('#download_token_value_id').val(token);
$.blockUI();
fileDownloadCheckTimer = window.setInterval(function () {
var cookieValue = $.cookie('fileDownloadToken');
if (cookieValue == token)
finishDownload();
}, 1000);
}
function finishDownload() {
window.clearInterval(fileDownloadCheckTimer);
$.cookie('fileDownloadToken', null);
$.unblockUI();
}
////////////////////////////////////////////////////////////////////////////////
///////////////////////ELEMENTS
////////////////////////////////////////////////////////////////////////////////
/**
* Loại đối tượng:
* 0: không thêm đối tượng.
* 1: thêm đối tượng văn bản.
* 2: thêm đối tượng hình ảnh.
* 3: thêm đối tượng tẩy xóa (cho dữ liệu cũ đã có trên pdf).
*/
var elementType=0;
var countElements = 0; //Đếm số đối tượng đã thêm (văn bản+hình ảnh+tẩy xóa).
var countTextElements = 0; //Đếm số đối tượng văn bản đã thêm.
var countImageElements = 0; //Đếm số đối tượng hình ảnh đã thêm.
var countEraseElements = 0; //Đếm số đối tượng tẩy xóa đã thêm.
function init() {
alert("Nội dung pdf đã được tải thành công." + $('#canvas-0').serialize());
}
function addElement(e) {
//Add element id to selector with id "objects".
var posLeft = Math.round(e.pageX - $(this).offset().left);
var posTop = Math.round(e.pageY - $(this).offset().top);
var element;
var idLayer = e.target.id;
var parts = idLayer.split("-");
var page = parts[3];
switch (elementType) {
case 0:
focusOn(e.target.id);
break;
case 1:
element = document.createElement("div");
element.id="text"+countTextElements++ + "-" + page;
var place = this;
$("#inputDialog").dialog({
height: 230,
width: 350,
modal: true,
open: function() {
$("#inputText").val("v\u0103n bản mặc định");
},
buttons: {
"Thêm": function() {
element.innerHTML = $("#inputText").val();
element.className = "textElement";
element.setAttribute("style", "position:absolute;left:"+posLeft+"px;top:"+posTop+"px;z-index:"+countElements++ + ";");
$(element).draggable({
containment:'parent',
cursor: 'move'
});
$(element).resizable();
place.appendChild(element);
addObjectToList(element.id, 1);
$(this).dialog("close");
}
}
});
break;
case 2:
element = new Image();
element.id="image"+countImageElements++ + "-" + page;
element.className = "imageElement";
$("#uploadDialog").dialog({
height: 220,
width: 420,
modal: true,
open: function() {
$("#fileToUpload").val("");
},
buttons: {
"Tải lên": function() {
$("#loading").ajaxStart(function() {
$(this).show();
}).ajaxComplete(function(){
$(this).hide();
});
$.ajaxFileUpload({
url:'uploadimage.php',
secureuri:false,
fileElementId:'fileToUpload',
dataType: 'json',
data:{
name:'logan',
id:'id'
},
success: function (data, status) {
if(typeof(data.error) != 'undefined') {
if(data.error != '') {
alert(data.error);
} else {
$("#uploadDialog").dialog("close");
alert(data.msg);
element.src = data.imageUrl;
}
}
},
error: function (data, status, e) {
$("#uploadDialog").dialog("close");
alert(e);
}
})
return false;
}
}
});
element.setAttribute("style", "position:absolute;left:"+posLeft+"px;top:"+posTop+"px;z-index:"+countElements++ + ";");
this.appendChild(element);
$(element).resizable().parent().draggable({
containment:'parent',
cursor: 'move'
});
var draggable = $(element).resizable().parent().draggable( "option", "disabled" );
var resizable = $(element).resizable( "option", "disabled" );
addObjectToList(element.id, 2);
break;
case 3:
element = document.createElement("div");
element.id="erase"+countEraseElements++ + "-" + page;
element.className = "eraseElement";
element.setAttribute("style", "position:absolute;left:"+posLeft+"px;top:"+posTop+"px;width: 200px; height: 100px; background: white;z-index:"+ countElements++ + ";");
$(element).draggable({
containment:'parent',
cursor: 'move'
});
$(element).resizable();
this.appendChild(element);
var drag = $(element).draggable( "option", "disabled" );
var resize = $(element).resizable( "option", "disabled" );
addObjectToList(element.id, 3);
break;
}
clickMouse();
}
function focusOn(id) {
var eId = "#"+id;
$("*").removeClass("focusOn");
curElement="";
if ($(eId).attr("class") != "layer-before-canvas") {
$(eId).addClass("focusOn");
curElement=$(eId).attr("id");
}
$("*").removeClass("li_focus");
$("#li_"+ id).attr("class", "li_focus");
}
function clickMouse() {
elementType=0;
$('.layer-before-canvas').css('cursor', 'default');
}
function clickText() {
elementType=1;
$('.layer-before-canvas').css('cursor', 'url("./style/icons/draw-text-2.png"),auto');
}
function clickImage() {
elementType=2;
$('.layer-before-canvas').css('cursor', 'url("./style/icons/kgpg_photo.png"),auto');
}
function clickEraser() {
elementType=3;
$('.layer-before-canvas').css('cursor', 'url("./style/icons/draw-rectangle-2.png"),auto');
}
function addObjectToList(id, type) {
$("#objectlist").append("<li id='li_"+ id +"' onclick='focusOn(\""+id+"\");'>"
+"<a class='name' href='#"+id+"'>" + id + "</a>"
+"<div class='remove' onclick='removeId(\"" + id + "\");'></div></li>");
elements.push(id);
var theLastElementIndex = elements.length-1;
elements[theLastElementIndex] = new Array(12);
elements[theLastElementIndex]['id'] = id;
elements[theLastElementIndex]['type'] = type;
if (type == 1) {
elements[theLastElementIndex]['text'] = $("#"+id).val();
} else if (type==2) {
elements[theLastElementIndex]['text'] = $("#"+id).attr("src");
} else
elements[theLastElementIndex]['text'] = "";
elements[theLastElementIndex]['fontName'] = $("#"+id).css("font-family");
elements[theLastElementIndex]['fontSize'] = $("#"+id).css("font-size");
elements[theLastElementIndex]['fontBold'] = 0;
elements[theLastElementIndex]['fontItalic'] = 0;
elements[theLastElementIndex]['fontUnderline'] = 0;
elements[theLastElementIndex]['fontStrike'] = 0;
elements[theLastElementIndex]['height'] = $("#"+id).css("height");
elements[theLastElementIndex]['width'] = $("#"+id).css("width");
elements[theLastElementIndex]['color'] = $("#"+id).css("color");
}
function removeId(id) {
$("#"+id).remove();
$("#li_"+id).remove();
}
function getElementIndex(id) {
for (i=0;i< elements.length;i++)
if (elements[i]['id'] == id)
return i;
return -1;
}
function setElementStyle(id) {
var index = getElementIndex(id);
var elementId = "#"+id;
$(elementId).css("font-family", elements[index]['fontName']);
$(elementId).css("font-size", elements[index]['fontSize']);
if (elements[index]['fontBold'] == 0)
$(elementId).css("font-weight", "normal");
else if (elements[index]['fontBold'] == 1)
$(elementId).css("font-weight", "bold");
if (elements[index]['fontItalic'] == 0)
$(elementId).css("font-style", "normal");
else if (elements[index]['fontItalic'] == 1)
$(elementId).css("font-style", "italic");
var decoration = "";
if (elements[index]['fontUnderline'] == 1)
decoration += " underline ";
if (elements[index]['fontUnderline'] == 1)
decoration += " line-through ";
if (decoration == "")
decoration = "normal";
$(elementId).css("text-decoration", decoration);
updateElementHeightWidth(elementId);
$(elementId).css("height", elements[index]['height']);
$(elementId).css("width", elements[index]['width']);
$(elementId).css("color", elements[index]['color']);
}
function updateElementHeightWidth(id) {
var index = getElementIndex(id);
elements[index]['height'] = $(id).css("height");
elements[index]['width'] = $(id).css("width");
} | JavaScript |
var Field = {
"xPos" : -1,
"yPos" : -1,
"placeId" : "",
"count" :0,
"_init": function (event) {
var place = "";
if (Field.placeId != "")
place = document.getElementById(Field.placeId);
else
place = document.getElementsByTagName("body")[0];
Field.xPos = event.offsetX ? (event.offsetX) : event.pageX - place.offsetLeft;
Field.yPos = event.offsetY ? (event.offsetY) : event.pageY - place.offsetTop;
},
"add":function(event) {
Field._init(event);
var pos_x = Field.xPos-25;
var pos_y = Field.yPos-15;
document.getElementById("info").setAttribute("value", pos_x);
var element = document.createElement("input");
element.setAttribute("name","input_click");
element.setAttribute("id","input_click_"+ Field.count++);
element.setAttribute("class","dragable");
//element.setAttribute("oncontextmenu","Field.remove(event, this);return false;");
element.setAttribute("style", "background-color:#fff;-moz-opacity:0.5;width:50px;height:30px;border:2px solid #000;position:absolute;opacity: 0.5;left:"+pos_x+"px;top:"+pos_y+"px;");
document.body.appendChild(element);
},
"remove":function (event) {
//$(obj).remove();
//document.getElementById(obj).value="ABC";
alert("Thank for removing me!");
}
};
| JavaScript |
var ratio=1.34;
var filename = './files/example.pdf';
PDFJS.workerSrc = "libs/pdf.js";
PDFJS.getPdf(filename, function getPdfFile(data) {
var pdf = new PDFJS.PDFDoc(data);
var pageNum = pdf.numPages;
var pages=[];
var scale = ratio;
var i;
//Tải các trang pdf vào mảng pages
//trang pdf được tính từ 1, nhưng mảng pages bắt đầu tính từ 0.
for (i=1;i<=pageNum;i++) {
pages.push(pdf.getPage(i));
}
var ul = document.createElement("ul");
for (i=0;i<pageNum;i++) {
var div_page = document.createElement("div");
div_page.id = "page-" + i;
var anchor = document.createElement("a");
anchor.id = "page-a-" + i;
var canvas = document.createElement("canvas");
canvas.id = 'canvas-' + i;
canvas.innerHTML = "Trình duy\u1ec7t của bạn không hỗ trợ CANVAS.";
var context = canvas.getContext('2d');
pages[i].startRendering(context);
canvas.height = pages[i].height * scale;
canvas.width = pages[i].width * scale;
var l = "left:5px;";
var t = "top:" + (canvas.height * i + 10 * (i+1)) + "px;";
canvas.setAttribute("style", l+t + "z-index:0;");
var layerBeforeCanvas = document.createElement("div");
layerBeforeCanvas.id = "layer-for-canvas-" + i;
layerBeforeCanvas.className = "layer-before-canvas";
var h = "height:"+ canvas.height + "px;";
var w = "width:"+ canvas.width + "px;";
layerBeforeCanvas.setAttribute("style", h+w+l+t + "z-index:1;");
div_page.appendChild(anchor);
div_page.appendChild(canvas);
div_page.appendChild(layerBeforeCanvas);
if (i == (pageNum-1)) {
/*
* Canvas cuối cùng để trang cuối có khoảng cách so với thanh status của trình duyệt (trông đẹp hơn).
* Không sử dụng div thay canvas được. Chưa biết tại sao.
*/
var lastElement = document.createElement("canvas");
lastElement.height = "1";
lastElement.width = canvas.width;
lastElementTop = "top:" + (canvas.height * (i+1) + 10 * (i+2)) + "px;";
lastElement.setAttribute("style", l+lastElementTop + "background-color:#e0dfe4;");
div_page.appendChild(lastElement);
}
document.getElementById("viewer").appendChild(div_page);
var li = document.createElement("li");
var goTo = document.createElement("a");
goTo.setAttribute("href", "#layer-for-canvas-" + i);
goTo.className = "scroll";
goTo.innerHTML="Trang "+ (i+1);
li.appendChild(goTo);
ul.appendChild(li);
}
document.getElementById("go_to_page").appendChild(ul);
}); | JavaScript |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
var PDFJS = {};
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
'use strict';
PDFJS.build = 'f007455';
// Files are inserted below - see Makefile
/* PDFJSSCRIPT_INCLUDE_ALL */
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var globalScope = (typeof window === 'undefined') ? this : window;
var isWorker = (typeof window == 'undefined');
var ERRORS = 0, WARNINGS = 1, TODOS = 5;
var verbosity = WARNINGS;
// The global PDFJS object exposes the API
// In production, it will be declared outside a global wrapper
// In development, it will be declared here
if (!globalScope.PDFJS) {
globalScope.PDFJS = {};
}
// getPdf()
// Convenience function to perform binary Ajax GET
// Usage: getPdf('http://...', callback)
// getPdf({
// url:String ,
// [,progress:Function, error:Function]
// },
// callback)
function getPdf(arg, callback) {
var params = arg;
if (typeof arg === 'string')
params = { url: arg };
var xhr = new XMLHttpRequest();
xhr.open('GET', params.url);
xhr.mozResponseType = xhr.responseType = 'arraybuffer';
xhr.expected = (params.url.indexOf('file:') === 0) ? 0 : 200;
if ('progress' in params)
xhr.onprogress = params.progress || undefined;
if ('error' in params)
xhr.onerror = params.error || undefined;
xhr.onreadystatechange = function getPdfOnreadystatechange(e) {
if (xhr.readyState === 4) {
if (xhr.status === xhr.expected) {
var data = (xhr.mozResponseArrayBuffer || xhr.mozResponse ||
xhr.responseArrayBuffer || xhr.response);
callback(data);
} else if (params.error) {
params.error(e);
}
}
};
xhr.send(null);
}
globalScope.PDFJS.getPdf = getPdf;
var Page = (function PageClosure() {
function Page(xref, pageNumber, pageDict, ref) {
this.pageNumber = pageNumber;
this.pageDict = pageDict;
this.stats = {
create: Date.now(),
compile: 0.0,
fonts: 0.0,
images: 0.0,
render: 0.0
};
this.xref = xref;
this.ref = ref;
this.ctx = null;
this.callback = null;
}
Page.prototype = {
getPageProp: function pageGetPageProp(key) {
return this.xref.fetchIfRef(this.pageDict.get(key));
},
inheritPageProp: function pageInheritPageProp(key) {
var dict = this.pageDict;
var obj = dict.get(key);
while (obj === undefined) {
dict = this.xref.fetchIfRef(dict.get('Parent'));
if (!dict)
break;
obj = dict.get(key);
}
return obj;
},
get content() {
return shadow(this, 'content', this.getPageProp('Contents'));
},
get resources() {
return shadow(this, 'resources', this.inheritPageProp('Resources'));
},
get mediaBox() {
var obj = this.inheritPageProp('MediaBox');
// Reset invalid media box to letter size.
if (!isArray(obj) || obj.length !== 4)
obj = [0, 0, 612, 792];
return shadow(this, 'mediaBox', obj);
},
get view() {
var obj = this.inheritPageProp('CropBox');
var view = {
x: 0,
y: 0,
width: this.width,
height: this.height
};
if (isArray(obj) && obj.length == 4) {
var tl = this.rotatePoint(obj[0], obj[1]);
var br = this.rotatePoint(obj[2], obj[3]);
view.x = Math.min(tl.x, br.x);
view.y = Math.min(tl.y, br.y);
view.width = Math.abs(tl.x - br.x);
view.height = Math.abs(tl.y - br.y);
}
return shadow(this, 'cropBox', view);
},
get annotations() {
return shadow(this, 'annotations', this.inheritPageProp('Annots'));
},
get width() {
var mediaBox = this.mediaBox;
var rotate = this.rotate;
var width;
if (rotate == 0 || rotate == 180) {
width = (mediaBox[2] - mediaBox[0]);
} else {
width = (mediaBox[3] - mediaBox[1]);
}
return shadow(this, 'width', width);
},
get height() {
var mediaBox = this.mediaBox;
var rotate = this.rotate;
var height;
if (rotate == 0 || rotate == 180) {
height = (mediaBox[3] - mediaBox[1]);
} else {
height = (mediaBox[2] - mediaBox[0]);
}
return shadow(this, 'height', height);
},
get rotate() {
var rotate = this.inheritPageProp('Rotate') || 0;
// Normalize rotation so it's a multiple of 90 and between 0 and 270
if (rotate % 90 != 0) {
rotate = 0;
} else if (rotate >= 360) {
rotate = rotate % 360;
} else if (rotate < 0) {
// The spec doesn't cover negatives, assume its counterclockwise
// rotation. The following is the other implementation of modulo.
rotate = ((rotate % 360) + 360) % 360;
}
return shadow(this, 'rotate', rotate);
},
startRenderingFromIRQueue: function pageStartRenderingFromIRQueue(
IRQueue, fonts) {
var self = this;
this.IRQueue = IRQueue;
var gfx = new CanvasGraphics(this.ctx, this.objs, this.textLayer);
var displayContinuation = function pageDisplayContinuation() {
// Always defer call to display() to work around bug in
// Firefox error reporting from XHR callbacks.
setTimeout(function pageSetTimeout() {
try {
self.display(gfx, self.callback);
} catch (e) {
if (self.callback)
self.callback(e);
else
throw e;
}
});
};
this.ensureFonts(fonts,
function pageStartRenderingFromIRQueueEnsureFonts() {
displayContinuation();
});
},
getIRQueue: function pageGetIRQueue(handler, dependency) {
if (this.IRQueue) {
// content was compiled
return this.IRQueue;
}
var xref = this.xref;
var content = xref.fetchIfRef(this.content);
var resources = xref.fetchIfRef(this.resources);
if (isArray(content)) {
// fetching items
var i, n = content.length;
for (i = 0; i < n; ++i)
content[i] = xref.fetchIfRef(content[i]);
content = new StreamsSequenceStream(content);
}
var pe = this.pe = new PartialEvaluator(
xref, handler, 'p' + this.pageNumber + '_');
var IRQueue = {};
return (this.IRQueue = pe.getIRQueue(content, resources, IRQueue,
dependency));
},
ensureFonts: function pageEnsureFonts(fonts, callback) {
// Convert the font names to the corresponding font obj.
for (var i = 0, ii = fonts.length; i < ii; i++) {
fonts[i] = this.objs.objs[fonts[i]].data;
}
// Load all the fonts
var fontObjs = FontLoader.bind(
fonts,
function pageEnsureFontsFontObjs(fontObjs) {
this.stats.fonts = Date.now();
callback.call(this);
}.bind(this),
this.objs
);
},
display: function pageDisplay(gfx, callback) {
var xref = this.xref;
var resources = xref.fetchIfRef(this.resources);
var mediaBox = xref.fetchIfRef(this.mediaBox);
assertWellFormed(isDict(resources), 'invalid page resources');
gfx.xref = xref;
gfx.res = resources;
gfx.beginDrawing({ x: mediaBox[0], y: mediaBox[1],
width: this.width,
height: this.height,
rotate: this.rotate });
var startIdx = 0;
var length = this.IRQueue.fnArray.length;
var IRQueue = this.IRQueue;
var self = this;
function next() {
startIdx = gfx.executeIRQueue(IRQueue, startIdx, next);
if (startIdx == length) {
self.stats.render = Date.now();
gfx.endDrawing();
if (callback) callback();
}
}
next();
},
rotatePoint: function pageRotatePoint(x, y, reverse) {
var rotate = reverse ? (360 - this.rotate) : this.rotate;
switch (rotate) {
case 180:
return {x: this.width - x, y: y};
case 90:
return {x: this.width - y, y: this.height - x};
case 270:
return {x: y, y: x};
case 360:
case 0:
default:
return {x: x, y: this.height - y};
}
},
getLinks: function pageGetLinks() {
var xref = this.xref;
var annotations = xref.fetchIfRef(this.annotations) || [];
var i, n = annotations.length;
var links = [];
for (i = 0; i < n; ++i) {
var annotation = xref.fetch(annotations[i]);
if (!isDict(annotation))
continue;
var subtype = annotation.get('Subtype');
if (!isName(subtype) || subtype.name != 'Link')
continue;
var rect = annotation.get('Rect');
var topLeftCorner = this.rotatePoint(rect[0], rect[1]);
var bottomRightCorner = this.rotatePoint(rect[2], rect[3]);
var link = {};
link.x = Math.min(topLeftCorner.x, bottomRightCorner.x);
link.y = Math.min(topLeftCorner.y, bottomRightCorner.y);
link.width = Math.abs(topLeftCorner.x - bottomRightCorner.x);
link.height = Math.abs(topLeftCorner.y - bottomRightCorner.y);
var a = this.xref.fetchIfRef(annotation.get('A'));
if (a) {
switch (a.get('S').name) {
case 'URI':
link.url = a.get('URI');
break;
case 'GoTo':
link.dest = a.get('D');
break;
default:
TODO('other link types');
}
} else if (annotation.has('Dest')) {
// simple destination link
var dest = annotation.get('Dest');
link.dest = isName(dest) ? dest.name : dest;
}
links.push(link);
}
return links;
},
startRendering: function pageStartRendering(ctx, callback, textLayer) {
this.ctx = ctx;
this.callback = callback;
this.textLayer = textLayer;
this.startRenderingTime = Date.now();
this.pdf.startRendering(this);
}
};
return Page;
})();
/**
* The `PDFDocModel` holds all the data of the PDF file. Compared to the
* `PDFDoc`, this one doesn't have any job management code.
* Right now there exists one PDFDocModel on the main thread + one object
* for each worker. If there is no worker support enabled, there are two
* `PDFDocModel` objects on the main thread created.
* TODO: Refactor the internal object structure, such that there is no
* need for the `PDFDocModel` anymore and there is only one object on the
* main thread and not one entire copy on each worker instance.
*/
var PDFDocModel = (function PDFDocModelClosure() {
function PDFDocModel(arg, callback) {
if (isStream(arg))
init.call(this, arg);
else if (isArrayBuffer(arg))
init.call(this, new Stream(arg));
else
error('PDFDocModel: Unknown argument type');
}
function init(stream) {
assertWellFormed(stream.length > 0, 'stream must have data');
this.stream = stream;
this.setup();
}
function find(stream, needle, limit, backwards) {
var pos = stream.pos;
var end = stream.end;
var str = '';
if (pos + limit > end)
limit = end - pos;
for (var n = 0; n < limit; ++n)
str += stream.getChar();
stream.pos = pos;
var index = backwards ? str.lastIndexOf(needle) : str.indexOf(needle);
if (index == -1)
return false; /* not found */
stream.pos += index;
return true; /* found */
}
PDFDocModel.prototype = {
get linearization() {
var length = this.stream.length;
var linearization = false;
if (length) {
linearization = new Linearization(this.stream);
if (linearization.length != length)
linearization = false;
}
// shadow the prototype getter with a data property
return shadow(this, 'linearization', linearization);
},
get startXRef() {
var stream = this.stream;
var startXRef = 0;
var linearization = this.linearization;
if (linearization) {
// Find end of first obj.
stream.reset();
if (find(stream, 'endobj', 1024))
startXRef = stream.pos + 6;
} else {
// Find startxref by jumping backward from the end of the file.
var step = 1024;
var found = false, pos = stream.end;
while (!found && pos > 0) {
pos -= step - 'startxref'.length;
if (pos < 0)
pos = 0;
stream.pos = pos;
found = find(stream, 'startxref', step, true);
}
if (found) {
stream.skip(9);
var ch;
do {
ch = stream.getChar();
} while (Lexer.isSpace(ch));
var str = '';
while ((ch - '0') <= 9) {
str += ch;
ch = stream.getChar();
}
startXRef = parseInt(str, 10);
if (isNaN(startXRef))
startXRef = 0;
}
}
// shadow the prototype getter with a data property
return shadow(this, 'startXRef', startXRef);
},
get mainXRefEntriesOffset() {
var mainXRefEntriesOffset = 0;
var linearization = this.linearization;
if (linearization)
mainXRefEntriesOffset = linearization.mainXRefEntriesOffset;
// shadow the prototype getter with a data property
return shadow(this, 'mainXRefEntriesOffset', mainXRefEntriesOffset);
},
// Find the header, remove leading garbage and setup the stream
// starting from the header.
checkHeader: function pdfDocCheckHeader() {
var stream = this.stream;
stream.reset();
if (find(stream, '%PDF-', 1024)) {
// Found the header, trim off any garbage before it.
stream.moveStart();
return;
}
// May not be a PDF file, continue anyway.
},
setup: function pdfDocSetup(ownerPassword, userPassword) {
this.checkHeader();
this.xref = new XRef(this.stream,
this.startXRef,
this.mainXRefEntriesOffset);
this.catalog = new Catalog(this.xref);
},
get numPages() {
var linearization = this.linearization;
var num = linearization ? linearization.numPages : this.catalog.numPages;
// shadow the prototype getter
return shadow(this, 'numPages', num);
},
getPage: function pdfDocGetPage(n) {
return this.catalog.getPage(n);
}
};
return PDFDocModel;
})();
var PDFDoc = (function PDFDocClosure() {
function PDFDoc(arg, callback) {
var stream = null;
var data = null;
if (isStream(arg)) {
stream = arg;
data = arg.bytes;
} else if (isArrayBuffer(arg)) {
stream = new Stream(arg);
data = arg;
} else {
error('PDFDoc: Unknown argument type');
}
this.data = data;
this.stream = stream;
this.pdf = new PDFDocModel(stream);
this.catalog = this.pdf.catalog;
this.objs = new PDFObjects();
this.pageCache = [];
this.fontsLoading = {};
this.workerReadyPromise = new Promise('workerReady');
// If worker support isn't disabled explicit and the browser has worker
// support, create a new web worker and test if it/the browser fullfills
// all requirements to run parts of pdf.js in a web worker.
// Right now, the requirement is, that an Uint8Array is still an Uint8Array
// as it arrives on the worker. Chrome added this with version 15.
if (!globalScope.PDFJS.disableWorker && typeof Worker !== 'undefined') {
var workerSrc = PDFJS.workerSrc;
if (typeof workerSrc === 'undefined') {
throw 'No PDFJS.workerSrc specified';
}
var worker;
try {
worker = new Worker(workerSrc);
} catch (e) {
// Some versions of FF can't create a worker on localhost, see:
// https://bugzilla.mozilla.org/show_bug.cgi?id=683280
globalScope.PDFJS.disableWorker = true;
this.setupFakeWorker();
return;
}
var messageHandler = new MessageHandler('main', worker);
// Tell the worker the file it was created from.
messageHandler.send('workerSrc', workerSrc);
messageHandler.on('test', function pdfDocTest(supportTypedArray) {
if (supportTypedArray) {
this.worker = worker;
this.setupMessageHandler(messageHandler);
} else {
this.setupFakeWorker();
}
}.bind(this));
var testObj = new Uint8Array(1);
messageHandler.send('test', testObj);
} else {
this.setupFakeWorker();
}
}
PDFDoc.prototype = {
setupFakeWorker: function() {
// If we don't use a worker, just post/sendMessage to the main thread.
var fakeWorker = {
postMessage: function pdfDocPostMessage(obj) {
fakeWorker.onmessage({data: obj});
},
terminate: function pdfDocTerminate() {}
};
var messageHandler = new MessageHandler('main', fakeWorker);
this.setupMessageHandler(messageHandler);
// If the main thread is our worker, setup the handling for the messages
// the main thread sends to it self.
WorkerMessageHandler.setup(messageHandler);
},
setupMessageHandler: function(messageHandler) {
this.messageHandler = messageHandler;
messageHandler.on('page', function pdfDocPage(data) {
var pageNum = data.pageNum;
var page = this.pageCache[pageNum];
var depFonts = data.depFonts;
page.startRenderingFromIRQueue(data.IRQueue, depFonts);
}, this);
messageHandler.on('obj', function pdfDocObj(data) {
var id = data[0];
var type = data[1];
switch (type) {
case 'JpegStream':
var imageData = data[2];
loadJpegStream(id, imageData, this.objs);
break;
case 'Image':
var imageData = data[2];
this.objs.resolve(id, imageData);
break;
case 'Font':
var name = data[2];
var file = data[3];
var properties = data[4];
if (file) {
// Rewrap the ArrayBuffer in a stream.
var fontFileDict = new Dict();
file = new Stream(file, 0, file.length, fontFileDict);
}
// For now, resolve the font object here direclty. The real font
// object is then created in FontLoader.bind().
this.objs.resolve(id, {
name: name,
file: file,
properties: properties
});
break;
default:
throw 'Got unkown object type ' + type;
}
}, this);
messageHandler.on('font_ready', function pdfDocFontReady(data) {
var id = data[0];
var font = new FontShape(data[1]);
// If there is no string, then there is nothing to attach to the DOM.
if (!font.str) {
this.objs.resolve(id, font);
} else {
this.objs.setData(id, font);
}
}.bind(this));
messageHandler.on('page_error', function pdfDocError(data) {
var page = this.pageCache[data.pageNum];
if (page.callback)
page.callback(data.error);
else
throw data.error;
}, this);
messageHandler.on('jpeg_decode', function(data, promise) {
var imageData = data[0];
var components = data[1];
if (components != 3 && components != 1)
error('Only 3 component or 1 component can be returned');
var img = new Image();
img.onload = (function jpegImageLoaderOnload() {
var width = img.width;
var height = img.height;
var size = width * height;
var rgbaLength = size * 4;
var buf = new Uint8Array(size * components);
var tmpCanvas = new ScratchCanvas(width, height);
var tmpCtx = tmpCanvas.getContext('2d');
tmpCtx.drawImage(img, 0, 0);
var data = tmpCtx.getImageData(0, 0, width, height).data;
if (components == 3) {
for (var i = 0, j = 0; i < rgbaLength; i += 4, j += 3) {
buf[j] = data[i];
buf[j + 1] = data[i + 1];
buf[j + 2] = data[i + 2];
}
} else if (components == 1) {
for (var i = 0, j = 0; i < rgbaLength; i += 4, j++) {
buf[j] = data[i];
}
}
promise.resolve({ data: buf, width: width, height: height});
}).bind(this);
var src = 'data:image/jpeg;base64,' + window.btoa(imageData);
img.src = src;
});
setTimeout(function pdfDocFontReadySetTimeout() {
messageHandler.send('doc', this.data);
this.workerReadyPromise.resolve(true);
}.bind(this));
},
get numPages() {
return this.pdf.numPages;
},
startRendering: function pdfDocStartRendering(page) {
// The worker might not be ready to receive the page request yet.
this.workerReadyPromise.then(function pdfDocStartRenderingThen() {
this.messageHandler.send('page_request', page.pageNumber + 1);
}.bind(this));
},
getPage: function pdfDocGetPage(n) {
if (this.pageCache[n])
return this.pageCache[n];
var page = this.pdf.getPage(n);
// Add a reference to the objects such that Page can forward the reference
// to the CanvasGraphics and so on.
page.objs = this.objs;
page.pdf = this;
return (this.pageCache[n] = page);
},
destroy: function pdfDocDestroy() {
if (this.worker)
this.worker.terminate();
if (this.fontWorker)
this.fontWorker.terminate();
for (var n in this.pageCache)
delete this.pageCache[n];
delete this.data;
delete this.stream;
delete this.pdf;
delete this.catalog;
}
};
return PDFDoc;
})();
globalScope.PDFJS.PDFDoc = PDFDoc;
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
function log(msg) {
if (console && console.log)
console.log(msg);
else if (print)
print(msg);
}
function warn(msg) {
if (verbosity >= WARNINGS)
log('Warning: ' + msg);
}
function backtrace() {
try {
throw new Error();
} catch (e) {
return e.stack ? e.stack.split('\n').slice(2).join('\n') : '';
}
}
function error(msg) {
log('Error: ' + msg);
log(backtrace());
throw new Error(msg);
}
function TODO(what) {
if (verbosity >= TODOS)
log('TODO: ' + what);
}
function malformed(msg) {
error('Malformed PDF: ' + msg);
}
function assert(cond, msg) {
if (!cond)
error(msg);
}
// In a well-formed PDF, |cond| holds. If it doesn't, subsequent
// behavior is undefined.
function assertWellFormed(cond, msg) {
if (!cond)
malformed(msg);
}
function shadow(obj, prop, value) {
Object.defineProperty(obj, prop, { value: value,
enumerable: true,
configurable: true,
writable: false });
return value;
}
function bytesToString(bytes) {
var str = '';
var length = bytes.length;
for (var n = 0; n < length; ++n)
str += String.fromCharCode(bytes[n]);
return str;
}
function stringToBytes(str) {
var length = str.length;
var bytes = new Uint8Array(length);
for (var n = 0; n < length; ++n)
bytes[n] = str.charCodeAt(n) & 0xFF;
return bytes;
}
var IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
var Util = (function UtilClosure() {
function Util() {}
Util.makeCssRgb = function makergb(r, g, b) {
var ri = (255 * r) | 0, gi = (255 * g) | 0, bi = (255 * b) | 0;
return 'rgb(' + ri + ',' + gi + ',' + bi + ')';
};
Util.makeCssCmyk = function makecmyk(c, m, y, k) {
c = (new DeviceCmykCS()).getRgb([c, m, y, k]);
var ri = (255 * c[0]) | 0, gi = (255 * c[1]) | 0, bi = (255 * c[2]) | 0;
return 'rgb(' + ri + ',' + gi + ',' + bi + ')';
};
Util.applyTransform = function apply(p, m) {
var xt = p[0] * m[0] + p[1] * m[2] + m[4];
var yt = p[0] * m[1] + p[1] * m[3] + m[5];
return [xt, yt];
};
return Util;
})();
var PDFStringTranslateTable = [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0x2D8, 0x2C7, 0x2C6, 0x2D9, 0x2DD, 0x2DB, 0x2DA, 0x2DC, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x2022, 0x2020, 0x2021, 0x2026, 0x2014,
0x2013, 0x192, 0x2044, 0x2039, 0x203A, 0x2212, 0x2030, 0x201E, 0x201C,
0x201D, 0x2018, 0x2019, 0x201A, 0x2122, 0xFB01, 0xFB02, 0x141, 0x152, 0x160,
0x178, 0x17D, 0x131, 0x142, 0x153, 0x161, 0x17E, 0, 0x20AC
];
function stringToPDFString(str) {
var i, n = str.length, str2 = '';
if (str[0] === '\xFE' && str[1] === '\xFF') {
// UTF16BE BOM
for (i = 2; i < n; i += 2)
str2 += String.fromCharCode(
(str.charCodeAt(i) << 8) | str.charCodeAt(i + 1));
} else {
for (i = 0; i < n; ++i) {
var code = PDFStringTranslateTable[str.charCodeAt(i)];
str2 += code ? String.fromCharCode(code) : str.charAt(i);
}
}
return str2;
}
function isBool(v) {
return typeof v == 'boolean';
}
function isInt(v) {
return typeof v == 'number' && ((v | 0) == v);
}
function isNum(v) {
return typeof v == 'number';
}
function isString(v) {
return typeof v == 'string';
}
function isNull(v) {
return v === null;
}
function isName(v) {
return v instanceof Name;
}
function isCmd(v, cmd) {
return v instanceof Cmd && (!cmd || v.cmd == cmd);
}
function isDict(v, type) {
return v instanceof Dict && (!type || v.get('Type').name == type);
}
function isArray(v) {
return v instanceof Array;
}
function isStream(v) {
return typeof v == 'object' && v != null && ('getChar' in v);
}
function isArrayBuffer(v) {
return typeof v == 'object' && v != null && ('byteLength' in v);
}
function isRef(v) {
return v instanceof Ref;
}
function isPDFFunction(v) {
var fnDict;
if (typeof v != 'object')
return false;
else if (isDict(v))
fnDict = v;
else if (isStream(v))
fnDict = v.dict;
else
return false;
return fnDict.has('FunctionType');
}
/**
* 'Promise' object.
* Each object that is stored in PDFObjects is based on a Promise object that
* contains the status of the object and the data. There migth be situations,
* where a function want to use the value of an object, but it isn't ready at
* that time. To get a notification, once the object is ready to be used, s.o.
* can add a callback using the `then` method on the promise that then calls
* the callback once the object gets resolved.
* A promise can get resolved only once and only once the data of the promise
* can be set. If any of these happens twice or the data is required before
* it was set, an exception is throw.
*/
var Promise = (function PromiseClosure() {
var EMPTY_PROMISE = {};
/**
* If `data` is passed in this constructor, the promise is created resolved.
* If there isn't data, it isn't resolved at the beginning.
*/
function Promise(name, data) {
this.name = name;
// If you build a promise and pass in some data it's already resolved.
if (data != null) {
this.isResolved = true;
this._data = data;
this.hasData = true;
} else {
this.isResolved = false;
this._data = EMPTY_PROMISE;
}
this.callbacks = [];
};
/**
* Builds a promise that is resolved when all the passed in promises are
* resolved.
* @param {Promise[]} promises Array of promises to wait for.
* @return {Promise} New dependant promise.
*/
Promise.all = function(promises) {
var deferred = new Promise();
var unresolved = promises.length;
var results = [];
if (unresolved === 0) {
deferred.resolve(results);
return deferred;
}
for (var i = 0; i < unresolved; ++i) {
var promise = promises[i];
promise.then((function(i) {
return function(value) {
results[i] = value;
unresolved--;
if (unresolved === 0)
deferred.resolve(results);
};
})(i));
}
return deferred;
};
Promise.prototype = {
hasData: false,
set data(value) {
if (value === undefined) {
return;
}
if (this._data !== EMPTY_PROMISE) {
throw 'Promise ' + this.name +
': Cannot set the data of a promise twice';
}
this._data = value;
this.hasData = true;
if (this.onDataCallback) {
this.onDataCallback(value);
}
},
get data() {
if (this._data === EMPTY_PROMISE) {
throw 'Promise ' + this.name + ': Cannot get data that isn\'t set';
}
return this._data;
},
onData: function promiseOnData(callback) {
if (this._data !== EMPTY_PROMISE) {
callback(this._data);
} else {
this.onDataCallback = callback;
}
},
resolve: function promiseResolve(data) {
if (this.isResolved) {
throw 'A Promise can be resolved only once ' + this.name;
}
this.isResolved = true;
this.data = data;
var callbacks = this.callbacks;
for (var i = 0, ii = callbacks.length; i < ii; i++) {
callbacks[i].call(null, data);
}
},
then: function promiseThen(callback) {
if (!callback) {
throw 'Requiring callback' + this.name;
}
// If the promise is already resolved, call the callback directly.
if (this.isResolved) {
var data = this.data;
callback.call(null, data);
} else {
this.callbacks.push(callback);
}
}
};
return Promise;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
// <canvas> contexts store most of the state we need natively.
// However, PDF needs a bit more state, which we store here.
var TextRenderingMode = {
FILL: 0,
STROKE: 1,
FILL_STROKE: 2,
INVISIBLE: 3,
FILL_ADD_TO_PATH: 4,
STROKE_ADD_TO_PATH: 5,
FILL_STROKE_ADD_TO_PATH: 6,
ADD_TO_PATH: 7
};
var CanvasExtraState = (function CanvasExtraStateClosure() {
function CanvasExtraState(old) {
// Are soft masks and alpha values shapes or opacities?
this.alphaIsShape = false;
this.fontSize = 0;
this.textMatrix = IDENTITY_MATRIX;
this.leading = 0;
// Current point (in user coordinates)
this.x = 0;
this.y = 0;
// Start of text line (in text coordinates)
this.lineX = 0;
this.lineY = 0;
// Character and word spacing
this.charSpacing = 0;
this.wordSpacing = 0;
this.textHScale = 1;
this.textRenderingMode = TextRenderingMode.FILL;
// Color spaces
this.fillColorSpace = new DeviceGrayCS();
this.fillColorSpaceObj = null;
this.strokeColorSpace = new DeviceGrayCS();
this.strokeColorSpaceObj = null;
this.fillColorObj = null;
this.strokeColorObj = null;
// Default fore and background colors
this.fillColor = '#000000';
this.strokeColor = '#000000';
// Note: fill alpha applies to all non-stroking operations
this.fillAlpha = 1;
this.strokeAlpha = 1;
this.old = old;
}
CanvasExtraState.prototype = {
clone: function canvasextra_clone() {
return Object.create(this);
},
setCurrentPoint: function canvasextra_setCurrentPoint(x, y) {
this.x = x;
this.y = y;
}
};
return CanvasExtraState;
})();
function ScratchCanvas(width, height) {
var canvas = document.createElement('canvas');
canvas.width = width;
canvas.height = height;
return canvas;
}
function addContextCurrentTransform(ctx) {
// If the context doesn't expose a `mozCurrentTransform`, add a JS based on.
if (!ctx.mozCurrentTransform) {
// Store the original context
ctx._originalSave = ctx.save;
ctx._originalRestore = ctx.restore;
ctx._originalRotate = ctx.rotate;
ctx._originalScale = ctx.scale;
ctx._originalTranslate = ctx.translate;
ctx._originalTransform = ctx.transform;
ctx._transformMatrix = [1, 0, 0, 1, 0, 0];
ctx._transformStack = [];
Object.defineProperty(ctx, 'mozCurrentTransform', {
get: function getCurrentTransform() {
return this._transformMatrix;
}
});
Object.defineProperty(ctx, 'mozCurrentTransformInverse', {
get: function getCurrentTransformInverse() {
// Calculation done using WolframAlpha:
// http://www.wolframalpha.com/input/?
// i=Inverse+{{a%2C+c%2C+e}%2C+{b%2C+d%2C+f}%2C+{0%2C+0%2C+1}}
var m = this._transformMatrix;
var a = m[0], b = m[1], c = m[2], d = m[3], e = m[4], f = m[5];
var ad_bc = a * d - b * c;
var bc_ad = b * c - a * d;
return [
d / ad_bc,
b / bc_ad,
c / bc_ad,
a / ad_bc,
(d * e - c * f) / bc_ad,
(b * e - a * f) / ad_bc
];
}
});
ctx.save = function ctxSave() {
var old = this._transformMatrix;
this._transformStack.push(old);
this._transformMatrix = old.slice(0, 6);
this._originalSave();
};
ctx.restore = function ctxRestore() {
var prev = this._transformStack.pop();
if (prev) {
this._transformMatrix = prev;
this._originalRestore();
}
};
ctx.translate = function ctxTranslate(x, y) {
var m = this._transformMatrix;
m[4] = m[0] * x + m[2] * y + m[4];
m[5] = m[1] * x + m[3] * y + m[5];
this._originalTranslate(x, y);
};
ctx.scale = function ctxScale(x, y) {
var m = this._transformMatrix;
m[0] = m[0] * x;
m[1] = m[1] * x;
m[2] = m[2] * y;
m[3] = m[3] * y;
this._originalScale(x, y);
};
ctx.transform = function ctxTransform(a, b, c, d, e, f) {
var m = this._transformMatrix;
this._transformMatrix = [
m[0] * a + m[2] * b,
m[1] * a + m[3] * b,
m[0] * c + m[2] * d,
m[1] * c + m[3] * d,
m[0] * e + m[2] * f + m[4],
m[1] * e + m[3] * f + m[5]
];
ctx._originalTransform(a, b, c, d, e, f);
};
ctx.rotate = function ctxRotate(angle) {
var cosValue = Math.cos(angle);
var sinValue = Math.sin(angle);
var m = this._transformMatrix;
this._transformMatrix = [
m[0] * cosValue + m[2] * sinValue,
m[1] * cosValue + m[3] * sinValue,
m[0] * (-sinValue) + m[2] * cosValue,
m[1] * (-sinValue) + m[3] * cosValue,
m[4],
m[5]
];
this._originalRotate(angle);
};
}
}
var CanvasGraphics = (function CanvasGraphicsClosure() {
// Defines the time the executeIRQueue is going to be executing
// before it stops and shedules a continue of execution.
var kExecutionTime = 50;
function CanvasGraphics(canvasCtx, objs, textLayer) {
this.ctx = canvasCtx;
this.current = new CanvasExtraState();
this.stateStack = [];
this.pendingClip = null;
this.res = null;
this.xobjs = null;
this.ScratchCanvas = ScratchCanvas;
this.objs = objs;
this.textLayer = textLayer;
if (canvasCtx) {
addContextCurrentTransform(canvasCtx);
}
}
var LINE_CAP_STYLES = ['butt', 'round', 'square'];
var LINE_JOIN_STYLES = ['miter', 'round', 'bevel'];
var NORMAL_CLIP = {};
var EO_CLIP = {};
CanvasGraphics.prototype = {
slowCommands: {
'stroke': true,
'closeStroke': true,
'fill': true,
'eoFill': true,
'fillStroke': true,
'eoFillStroke': true,
'closeFillStroke': true,
'closeEOFillStroke': true,
'showText': true,
'showSpacedText': true,
'setStrokeColorSpace': true,
'setFillColorSpace': true,
'setStrokeColor': true,
'setStrokeColorN': true,
'setFillColor': true,
'setFillColorN_IR': true,
'setStrokeGray': true,
'setFillGray': true,
'setStrokeRGBColor': true,
'setFillRGBColor': true,
'setStrokeCMYKColor': true,
'setFillCMYKColor': true,
'paintJpegXObject': true,
'paintImageXObject': true,
'paintImageMaskXObject': true,
'shadingFill': true
},
beginDrawing: function canvasGraphicsBeginDrawing(mediaBox) {
var cw = this.ctx.canvas.width, ch = this.ctx.canvas.height;
this.ctx.save();
switch (mediaBox.rotate) {
case 0:
this.ctx.transform(1, 0, 0, -1, 0, ch);
break;
case 90:
this.ctx.transform(0, 1, 1, 0, 0, 0);
break;
case 180:
this.ctx.transform(-1, 0, 0, 1, cw, 0);
break;
case 270:
this.ctx.transform(0, -1, -1, 0, cw, ch);
break;
}
// Scale so that canvas units are the same as PDF user space units
this.ctx.scale(cw / mediaBox.width, ch / mediaBox.height);
this.textDivs = [];
this.textLayerQueue = [];
},
executeIRQueue: function canvasGraphicsExecuteIRQueue(codeIR,
executionStartIdx, continueCallback) {
var argsArray = codeIR.argsArray;
var fnArray = codeIR.fnArray;
var i = executionStartIdx || 0;
var argsArrayLen = argsArray.length;
// Sometimes the IRQueue to execute is empty.
if (argsArrayLen == i) {
return i;
}
var executionEndIdx;
var endTime = Date.now() + kExecutionTime;
var objs = this.objs;
var fnName;
var slowCommands = this.slowCommands;
while (true) {
fnName = fnArray[i];
if (fnName !== 'dependency') {
this[fnName].apply(this, argsArray[i]);
} else {
var deps = argsArray[i];
for (var n = 0, nn = deps.length; n < nn; n++) {
var depObjId = deps[n];
// If the promise isn't resolved yet, add the continueCallback
// to the promise and bail out.
if (!objs.isResolved(depObjId)) {
objs.get(depObjId, continueCallback);
return i;
}
}
}
i++;
// If the entire IRQueue was executed, stop as were done.
if (i == argsArrayLen) {
return i;
}
// If the execution took longer then a certain amount of time, shedule
// to continue exeution after a short delay.
// However, this is only possible if a 'continueCallback' is passed in.
if (continueCallback && slowCommands[fnName] && Date.now() > endTime) {
setTimeout(continueCallback, 0);
return i;
}
// If the IRQueue isn't executed completly yet OR the execution time
// was short enough, do another execution round.
}
},
endDrawing: function canvasGraphicsEndDrawing() {
this.ctx.restore();
var textLayer = this.textLayer;
if (!textLayer)
return;
var self = this;
var textDivs = this.textDivs;
this.textLayerTimer = setInterval(function renderTextLayer() {
if (textDivs.length === 0) {
clearInterval(self.textLayerTimer);
return;
}
var textDiv = textDivs.shift();
if (textDiv.dataset.textLength > 1) { // avoid div by zero
textLayer.appendChild(textDiv);
// Adjust div width (via letterSpacing) to match canvas text
// Due to the .offsetWidth calls, this is slow
textDiv.style.letterSpacing =
((textDiv.dataset.canvasWidth - textDiv.offsetWidth) /
(textDiv.dataset.textLength - 1)) + 'px';
}
}, 0);
},
// Graphics state
setLineWidth: function canvasGraphicsSetLineWidth(width) {
this.ctx.lineWidth = width;
},
setLineCap: function canvasGraphicsSetLineCap(style) {
this.ctx.lineCap = LINE_CAP_STYLES[style];
},
setLineJoin: function canvasGraphicsSetLineJoin(style) {
this.ctx.lineJoin = LINE_JOIN_STYLES[style];
},
setMiterLimit: function canvasGraphicsSetMiterLimit(limit) {
this.ctx.miterLimit = limit;
},
setDash: function canvasGraphicsSetDash(dashArray, dashPhase) {
this.ctx.mozDash = dashArray;
this.ctx.mozDashOffset = dashPhase;
},
setRenderingIntent: function canvasGraphicsSetRenderingIntent(intent) {
TODO('set rendering intent: ' + intent);
},
setFlatness: function canvasGraphicsSetFlatness(flatness) {
TODO('set flatness: ' + flatness);
},
setGState: function canvasGraphicsSetGState(states) {
for (var i = 0, ii = states.length; i < ii; i++) {
var state = states[i];
var key = state[0];
var value = state[1];
switch (key) {
case 'LW':
this.setLineWidth(value);
break;
case 'LC':
this.setLineCap(value);
break;
case 'LJ':
this.setLineJoin(value);
break;
case 'ML':
this.setMiterLimit(value);
break;
case 'D':
this.setDash(value[0], value[1]);
break;
case 'RI':
this.setRenderingIntent(value);
break;
case 'FL':
this.setFlatness(value);
break;
case 'Font':
this.setFont(state[1], state[2]);
break;
case 'CA':
this.current.strokeAlpha = state[1];
break;
case 'ca':
this.current.fillAlpha = state[1];
this.ctx.globalAlpha = state[1];
break;
}
}
},
save: function canvasGraphicsSave() {
this.ctx.save();
var old = this.current;
this.stateStack.push(old);
this.current = old.clone();
},
restore: function canvasGraphicsRestore() {
var prev = this.stateStack.pop();
if (prev) {
this.current = prev;
this.ctx.restore();
}
},
transform: function canvasGraphicsTransform(a, b, c, d, e, f) {
this.ctx.transform(a, b, c, d, e, f);
},
// Path
moveTo: function canvasGraphicsMoveTo(x, y) {
this.ctx.moveTo(x, y);
this.current.setCurrentPoint(x, y);
},
lineTo: function canvasGraphicsLineTo(x, y) {
this.ctx.lineTo(x, y);
this.current.setCurrentPoint(x, y);
},
curveTo: function canvasGraphicsCurveTo(x1, y1, x2, y2, x3, y3) {
this.ctx.bezierCurveTo(x1, y1, x2, y2, x3, y3);
this.current.setCurrentPoint(x3, y3);
},
curveTo2: function canvasGraphicsCurveTo2(x2, y2, x3, y3) {
var current = this.current;
this.ctx.bezierCurveTo(current.x, current.y, x2, y2, x3, y3);
current.setCurrentPoint(x3, y3);
},
curveTo3: function canvasGraphicsCurveTo3(x1, y1, x3, y3) {
this.curveTo(x1, y1, x3, y3, x3, y3);
this.current.setCurrentPoint(x3, y3);
},
closePath: function canvasGraphicsClosePath() {
this.ctx.closePath();
},
rectangle: function canvasGraphicsRectangle(x, y, width, height) {
this.ctx.rect(x, y, width, height);
},
stroke: function canvasGraphicsStroke(consumePath) {
consumePath = typeof consumePath !== 'undefined' ? consumePath : true;
var ctx = this.ctx;
var strokeColor = this.current.strokeColor;
// For stroke we want to temporarily change the global alpha to the
// stroking alpha.
ctx.globalAlpha = this.current.strokeAlpha;
if (strokeColor && strokeColor.hasOwnProperty('type') &&
strokeColor.type === 'Pattern') {
// for patterns, we transform to pattern space, calculate
// the pattern, call stroke, and restore to user space
ctx.save();
ctx.strokeStyle = strokeColor.getPattern(ctx);
ctx.stroke();
ctx.restore();
} else {
ctx.stroke();
}
if (consumePath)
this.consumePath();
// Restore the global alpha to the fill alpha
ctx.globalAlpha = this.current.fillAlpha;
},
closeStroke: function canvasGraphicsCloseStroke() {
this.closePath();
this.stroke();
},
fill: function canvasGraphicsFill(consumePath) {
consumePath = typeof consumePath !== 'undefined' ? consumePath : true;
var ctx = this.ctx;
var fillColor = this.current.fillColor;
if (fillColor && fillColor.hasOwnProperty('type') &&
fillColor.type === 'Pattern') {
ctx.save();
ctx.fillStyle = fillColor.getPattern(ctx);
ctx.fill();
ctx.restore();
} else {
ctx.fill();
}
if (consumePath)
this.consumePath();
},
eoFill: function canvasGraphicsEoFill() {
var savedFillRule = this.setEOFillRule();
this.fill();
this.restoreFillRule(savedFillRule);
},
fillStroke: function canvasGraphicsFillStroke() {
this.fill(false);
this.stroke(false);
this.consumePath();
},
eoFillStroke: function canvasGraphicsEoFillStroke() {
var savedFillRule = this.setEOFillRule();
this.fillStroke();
this.restoreFillRule(savedFillRule);
},
closeFillStroke: function canvasGraphicsCloseFillStroke() {
this.closePath();
this.fillStroke();
},
closeEOFillStroke: function canvasGraphicsCloseEOFillStroke() {
var savedFillRule = this.setEOFillRule();
this.closePath();
this.fillStroke();
this.restoreFillRule(savedFillRule);
},
endPath: function canvasGraphicsEndPath() {
this.consumePath();
},
// Clipping
clip: function canvasGraphicsClip() {
this.pendingClip = NORMAL_CLIP;
},
eoClip: function canvasGraphicsEoClip() {
this.pendingClip = EO_CLIP;
},
// Text
beginText: function canvasGraphicsBeginText() {
this.current.textMatrix = IDENTITY_MATRIX;
this.current.x = this.current.lineX = 0;
this.current.y = this.current.lineY = 0;
},
endText: function canvasGraphicsEndText() {
},
setCharSpacing: function canvasGraphicsSetCharSpacing(spacing) {
this.current.charSpacing = spacing;
},
setWordSpacing: function canvasGraphicsSetWordSpacing(spacing) {
this.current.wordSpacing = spacing;
},
setHScale: function canvasGraphicsSetHScale(scale) {
this.current.textHScale = scale / 100;
},
setLeading: function canvasGraphicsSetLeading(leading) {
this.current.leading = -leading;
},
setFont: function canvasGraphicsSetFont(fontRefName, size) {
var fontObj = this.objs.get(fontRefName).fontObj;
if (!fontObj) {
throw 'Can\'t find font for ' + fontRefName;
}
var name = fontObj.loadedName || 'sans-serif';
this.current.font = fontObj;
this.current.fontSize = size;
var name = fontObj.loadedName || 'sans-serif';
var bold = fontObj.black ? (fontObj.bold ? 'bolder' : 'bold') :
(fontObj.bold ? 'bold' : 'normal');
var italic = fontObj.italic ? 'italic' : 'normal';
var serif = fontObj.serif ? 'serif' : 'sans-serif';
var typeface = '"' + name + '", ' + serif;
var rule = italic + ' ' + bold + ' ' + size + 'px ' + typeface;
this.ctx.font = rule;
},
setTextRenderingMode: function canvasGraphicsSetTextRenderingMode(mode) {
if (mode >= TextRenderingMode.FILL_ADD_TO_PATH)
TODO('unsupported text rendering mode: ' + mode);
this.current.textRenderingMode = mode;
},
setTextRise: function canvasGraphicsSetTextRise(rise) {
TODO('text rise: ' + rise);
},
moveText: function canvasGraphicsMoveText(x, y) {
this.current.x = this.current.lineX += x;
this.current.y = this.current.lineY += y;
},
setLeadingMoveText: function canvasGraphicsSetLeadingMoveText(x, y) {
this.setLeading(-y);
this.moveText(x, y);
},
setTextMatrix: function canvasGraphicsSetTextMatrix(a, b, c, d, e, f) {
this.current.textMatrix = [a, b, c, d, e, f];
this.current.x = this.current.lineX = 0;
this.current.y = this.current.lineY = 0;
},
nextLine: function canvasGraphicsNextLine() {
this.moveText(0, this.current.leading);
},
applyTextTransforms: function canvasApplyTransforms() {
var ctx = this.ctx;
var current = this.current;
var textHScale = current.textHScale;
var fontMatrix = current.font.fontMatrix || IDENTITY_MATRIX;
ctx.transform.apply(ctx, current.textMatrix);
ctx.scale(1, -1);
ctx.translate(current.x, -1 * current.y);
ctx.transform.apply(ctx, fontMatrix);
ctx.scale(textHScale, 1);
},
getTextGeometry: function canvasGetTextGeometry() {
var geometry = {};
var ctx = this.ctx;
var font = this.current.font;
var ctxMatrix = ctx.mozCurrentTransform;
if (ctxMatrix) {
var bl = Util.applyTransform([0, 0], ctxMatrix);
var tr = Util.applyTransform([1, 1], ctxMatrix);
geometry.x = bl[0];
geometry.y = bl[1];
geometry.hScale = tr[0] - bl[0];
geometry.vScale = tr[1] - bl[1];
}
geometry.spaceWidth = font.spaceWidth;
return geometry;
},
pushTextDivs: function canvasGraphicsPushTextDivs(text) {
var div = document.createElement('div');
var fontSize = this.current.fontSize;
// vScale and hScale already contain the scaling to pixel units
// as mozCurrentTransform reflects ctx.scale() changes
// (see beginDrawing())
var fontHeight = fontSize * text.geom.vScale;
div.dataset.canvasWidth = text.canvasWidth * text.geom.hScale;
div.style.fontSize = fontHeight + 'px';
div.style.fontFamily = this.current.font.loadedName || 'sans-serif';
div.style.left = text.geom.x + 'px';
div.style.top = (text.geom.y - fontHeight) + 'px';
div.innerHTML = text.str;
div.dataset.textLength = text.length;
this.textDivs.push(div);
},
showText: function canvasGraphicsShowText(str, skipTextSelection) {
var ctx = this.ctx;
var current = this.current;
var font = current.font;
var glyphs = font.charsToGlyphs(str);
var fontSize = current.fontSize;
var charSpacing = current.charSpacing;
var wordSpacing = current.wordSpacing;
var textHScale = current.textHScale;
var fontMatrix = font.fontMatrix || IDENTITY_MATRIX;
var textHScale2 = textHScale * fontMatrix[0];
var glyphsLength = glyphs.length;
var textLayer = this.textLayer;
var text = {str: '', length: 0, canvasWidth: 0, geom: {}};
var textSelection = textLayer && !skipTextSelection ? true : false;
var textRenderingMode = current.textRenderingMode;
// Type3 fonts - each glyph is a "mini-PDF"
if (font.coded) {
ctx.save();
ctx.transform.apply(ctx, current.textMatrix);
ctx.translate(current.x, current.y);
ctx.scale(textHScale, 1);
if (textSelection) {
this.save();
ctx.scale(1, -1);
text.geom = this.getTextGeometry();
this.restore();
}
for (var i = 0; i < glyphsLength; ++i) {
var glyph = glyphs[i];
if (glyph === null) {
// word break
this.ctx.translate(wordSpacing, 0);
continue;
}
this.save();
ctx.scale(fontSize, fontSize);
ctx.transform.apply(ctx, fontMatrix);
this.executeIRQueue(glyph.codeIRQueue);
this.restore();
var transformed = Util.applyTransform([glyph.width, 0], fontMatrix);
var width = transformed[0] * fontSize + charSpacing;
ctx.translate(width, 0);
current.x += width * textHScale;
text.str += glyph.unicode;
text.length++;
text.canvasWidth += width;
}
ctx.restore();
} else {
ctx.save();
this.applyTextTransforms();
if (textSelection)
text.geom = this.getTextGeometry();
var width = 0;
for (var i = 0; i < glyphsLength; ++i) {
var glyph = glyphs[i];
if (glyph === null) {
// word break
width += wordSpacing;
continue;
}
var char = glyph.fontChar;
var charWidth = glyph.width * fontSize * 0.001 + charSpacing;
switch (textRenderingMode) {
default: // other unsupported rendering modes
case TextRenderingMode.FILL:
case TextRenderingMode.FILL_ADD_TO_PATH:
ctx.fillText(char, width, 0);
break;
case TextRenderingMode.STROKE:
case TextRenderingMode.STROKE_ADD_TO_PATH:
ctx.strokeText(char, width, 0);
break;
case TextRenderingMode.FILL_STROKE:
case TextRenderingMode.FILL_STROKE_ADD_TO_PATH:
ctx.fillText(char, width, 0);
ctx.strokeText(char, width, 0);
break;
case TextRenderingMode.INVISIBLE:
break;
}
width += charWidth;
text.str += glyph.unicode === ' ' ? ' ' : glyph.unicode;
text.length++;
text.canvasWidth += charWidth;
}
current.x += width * textHScale2;
ctx.restore();
}
if (textSelection)
this.pushTextDivs(text);
return text;
},
showSpacedText: function canvasGraphicsShowSpacedText(arr) {
var ctx = this.ctx;
var current = this.current;
var font = current.font;
var fontSize = current.fontSize;
var textHScale = current.textHScale;
if (!font.coded)
textHScale *= (font.fontMatrix || IDENTITY_MATRIX)[0];
var arrLength = arr.length;
var textLayer = this.textLayer;
var text = {str: '', length: 0, canvasWidth: 0, geom: {}};
var textSelection = textLayer ? true : false;
if (textSelection) {
ctx.save();
// Type3 fonts - each glyph is a "mini-PDF" (see also showText)
if (font.coded) {
ctx.transform.apply(ctx, current.textMatrix);
ctx.scale(1, -1);
ctx.translate(current.x, -1 * current.y);
ctx.scale(textHScale, 1);
} else
this.applyTextTransforms();
text.geom = this.getTextGeometry();
ctx.restore();
}
for (var i = 0; i < arrLength; ++i) {
var e = arr[i];
if (isNum(e)) {
var spacingLength = -e * 0.001 * fontSize * textHScale;
current.x += spacingLength;
if (textSelection) {
// Emulate precise spacing via HTML spaces
text.canvasWidth += spacingLength;
if (e < 0 && text.geom.spaceWidth > 0) { // avoid div by zero
var numFakeSpaces = Math.round(-e / text.geom.spaceWidth);
if (numFakeSpaces > 0) {
text.str += ' ';
text.length++;
}
}
}
} else if (isString(e)) {
var shownText = this.showText(e, true);
if (textSelection) {
if (shownText.str === ' ') {
text.str += ' ';
} else {
text.str += shownText.str;
}
text.canvasWidth += shownText.canvasWidth;
text.length += e.length;
}
} else {
malformed('TJ array element ' + e + ' is not string or num');
}
}
if (textSelection)
this.pushTextDivs(text);
},
nextLineShowText: function canvasGraphicsNextLineShowText(text) {
this.nextLine();
this.showText(text);
},
nextLineSetSpacingShowText:
function canvasGraphicsNextLineSetSpacingShowText(wordSpacing,
charSpacing,
text) {
this.setWordSpacing(wordSpacing);
this.setCharSpacing(charSpacing);
this.nextLineShowText(text);
},
// Type3 fonts
setCharWidth: function canvasGraphicsSetCharWidth(xWidth, yWidth) {
// We can safely ignore this since the width should be the same
// as the width in the Widths array.
},
setCharWidthAndBounds: function canvasGraphicsSetCharWidthAndBounds(xWidth,
yWidth,
llx,
lly,
urx,
ury) {
// TODO According to the spec we're also suppose to ignore any operators
// that set color or include images while processing this type3 font.
this.rectangle(llx, lly, urx - llx, ury - lly);
this.clip();
this.endPath();
},
// Color
setStrokeColorSpace: function canvasGraphicsSetStrokeColorSpace(raw) {
this.current.strokeColorSpace = ColorSpace.fromIR(raw);
},
setFillColorSpace: function canvasGraphicsSetFillColorSpace(raw) {
this.current.fillColorSpace = ColorSpace.fromIR(raw);
},
setStrokeColor: function canvasGraphicsSetStrokeColor(/*...*/) {
var cs = this.current.strokeColorSpace;
var color = cs.getRgb(arguments);
var color = Util.makeCssRgb.apply(null, cs.getRgb(arguments));
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
getColorN_IR_Pattern: function canvasGraphicsGetColorN_IR_Pattern(IR, cs) {
if (IR[0] == 'TilingPattern') {
var args = IR[1];
var base = cs.base;
var color;
if (base) {
var baseComps = base.numComps;
color = [];
for (var i = 0; i < baseComps; ++i)
color.push(args[i]);
color = base.getRgb(color);
}
var pattern = new TilingPattern(IR, color, this.ctx, this.objs);
} else if (IR[0] == 'RadialAxial' || IR[0] == 'Dummy') {
var pattern = Pattern.shadingFromIR(this.ctx, IR);
} else {
throw 'Unkown IR type';
}
return pattern;
},
setStrokeColorN_IR: function canvasGraphicsSetStrokeColorN(/*...*/) {
var cs = this.current.strokeColorSpace;
if (cs.name == 'Pattern') {
this.current.strokeColor = this.getColorN_IR_Pattern(arguments, cs);
} else {
this.setStrokeColor.apply(this, arguments);
}
},
setFillColor: function canvasGraphicsSetFillColor(/*...*/) {
var cs = this.current.fillColorSpace;
var color = Util.makeCssRgb.apply(null, cs.getRgb(arguments));
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
setFillColorN_IR: function canvasGraphicsSetFillColorN(/*...*/) {
var cs = this.current.fillColorSpace;
if (cs.name == 'Pattern') {
this.current.fillColor = this.getColorN_IR_Pattern(arguments, cs);
} else {
this.setFillColor.apply(this, arguments);
}
},
setStrokeGray: function canvasGraphicsSetStrokeGray(gray) {
if (!(this.current.strokeColorSpace instanceof DeviceGrayCS))
this.current.strokeColorSpace = new DeviceGrayCS();
var color = Util.makeCssRgb(gray, gray, gray);
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
setFillGray: function canvasGraphicsSetFillGray(gray) {
if (!(this.current.fillColorSpace instanceof DeviceGrayCS))
this.current.fillColorSpace = new DeviceGrayCS();
var color = Util.makeCssRgb(gray, gray, gray);
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
setStrokeRGBColor: function canvasGraphicsSetStrokeRGBColor(r, g, b) {
if (!(this.current.strokeColorSpace instanceof DeviceRgbCS))
this.current.strokeColorSpace = new DeviceRgbCS();
var color = Util.makeCssRgb(r, g, b);
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
setFillRGBColor: function canvasGraphicsSetFillRGBColor(r, g, b) {
if (!(this.current.fillColorSpace instanceof DeviceRgbCS))
this.current.fillColorSpace = new DeviceRgbCS();
var color = Util.makeCssRgb(r, g, b);
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
setStrokeCMYKColor: function canvasGraphicsSetStrokeCMYKColor(c, m, y, k) {
if (!(this.current.strokeColorSpace instanceof DeviceCmykCS))
this.current.strokeColorSpace = new DeviceCmykCS();
var color = Util.makeCssCmyk(c, m, y, k);
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
setFillCMYKColor: function canvasGraphicsSetFillCMYKColor(c, m, y, k) {
if (!(this.current.fillColorSpace instanceof DeviceCmykCS))
this.current.fillColorSpace = new DeviceCmykCS();
var color = Util.makeCssCmyk(c, m, y, k);
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
shadingFill: function canvasGraphicsShadingFill(patternIR) {
var ctx = this.ctx;
this.save();
ctx.fillStyle = Pattern.shadingFromIR(ctx, patternIR);
var inv = ctx.mozCurrentTransformInverse;
if (inv) {
var canvas = ctx.canvas;
var width = canvas.width;
var height = canvas.height;
var bl = Util.applyTransform([0, 0], inv);
var br = Util.applyTransform([0, height], inv);
var ul = Util.applyTransform([width, 0], inv);
var ur = Util.applyTransform([width, height], inv);
var x0 = Math.min(bl[0], br[0], ul[0], ur[0]);
var y0 = Math.min(bl[1], br[1], ul[1], ur[1]);
var x1 = Math.max(bl[0], br[0], ul[0], ur[0]);
var y1 = Math.max(bl[1], br[1], ul[1], ur[1]);
this.ctx.fillRect(x0, y0, x1 - x0, y1 - y0);
} else {
// HACK to draw the gradient onto an infinite rectangle.
// PDF gradients are drawn across the entire image while
// Canvas only allows gradients to be drawn in a rectangle
// The following bug should allow us to remove this.
// https://bugzilla.mozilla.org/show_bug.cgi?id=664884
this.ctx.fillRect(-1e10, -1e10, 2e10, 2e10);
}
this.restore();
},
// Images
beginInlineImage: function canvasGraphicsBeginInlineImage() {
error('Should not call beginInlineImage');
},
beginImageData: function canvasGraphicsBeginImageData() {
error('Should not call beginImageData');
},
paintFormXObjectBegin: function canvasGraphicsPaintFormXObjectBegin(matrix,
bbox) {
this.save();
if (matrix && isArray(matrix) && 6 == matrix.length)
this.transform.apply(this, matrix);
if (bbox && isArray(bbox) && 4 == bbox.length) {
var width = bbox[2] - bbox[0];
var height = bbox[3] - bbox[1];
this.rectangle(bbox[0], bbox[1], width, height);
this.clip();
this.endPath();
}
},
paintFormXObjectEnd: function canvasGraphicsPaintFormXObjectEnd() {
this.restore();
},
paintJpegXObject: function canvasGraphicsPaintJpegXObject(objId, w, h) {
var domImage = this.objs.get(objId);
if (!domImage) {
error('Dependent image isn\'t ready yet');
}
this.save();
var ctx = this.ctx;
// scale the image to the unit square
ctx.scale(1 / w, -1 / h);
ctx.drawImage(domImage, 0, 0, domImage.width, domImage.height,
0, -h, w, h);
this.restore();
},
paintImageMaskXObject: function canvasGraphicsPaintImageMaskXObject(
imgArray, inverseDecode, width, height) {
function applyStencilMask(buffer, inverseDecode) {
var imgArrayPos = 0;
var i, j, mask, buf;
// removing making non-masked pixels transparent
var bufferPos = 3; // alpha component offset
for (i = 0; i < height; i++) {
mask = 0;
for (j = 0; j < width; j++) {
if (!mask) {
buf = imgArray[imgArrayPos++];
mask = 128;
}
if (!(buf & mask) == inverseDecode) {
buffer[bufferPos] = 0;
}
bufferPos += 4;
mask >>= 1;
}
}
}
this.save();
var ctx = this.ctx;
var w = width, h = height;
// scale the image to the unit square
ctx.scale(1 / w, -1 / h);
var tmpCanvas = new this.ScratchCanvas(w, h);
var tmpCtx = tmpCanvas.getContext('2d');
var fillColor = this.current.fillColor;
tmpCtx.fillStyle = (fillColor && fillColor.hasOwnProperty('type') &&
fillColor.type === 'Pattern') ?
fillColor.getPattern(tmpCtx) : fillColor;
tmpCtx.fillRect(0, 0, w, h);
var imgData = tmpCtx.getImageData(0, 0, w, h);
var pixels = imgData.data;
applyStencilMask(pixels, inverseDecode);
tmpCtx.putImageData(imgData, 0, 0);
ctx.drawImage(tmpCanvas, 0, -h);
this.restore();
},
paintImageXObject: function canvasGraphicsPaintImageXObject(objId) {
var imgData = this.objs.get(objId);
if (!imgData)
error('Dependent image isn\'t ready yet');
this.save();
var ctx = this.ctx;
var w = imgData.width;
var h = imgData.height;
// scale the image to the unit square
ctx.scale(1 / w, -1 / h);
var tmpCanvas = new this.ScratchCanvas(w, h);
var tmpCtx = tmpCanvas.getContext('2d');
this.putBinaryImageData(tmpCtx, imgData, w, h);
ctx.drawImage(tmpCanvas, 0, -h);
this.restore();
},
putBinaryImageData: function canvasPutBinaryImageData() {
//
},
// Marked content
markPoint: function canvasGraphicsMarkPoint(tag) {
TODO('Marked content');
},
markPointProps: function canvasGraphicsMarkPointProps(tag, properties) {
TODO('Marked content');
},
beginMarkedContent: function canvasGraphicsBeginMarkedContent(tag) {
TODO('Marked content');
},
beginMarkedContentProps:
function canvasGraphicsBeginMarkedContentProps(tag, properties) {
TODO('Marked content');
},
endMarkedContent: function canvasGraphicsEndMarkedContent() {
TODO('Marked content');
},
// Compatibility
beginCompat: function canvasGraphicsBeginCompat() {
TODO('ignore undefined operators (should we do that anyway?)');
},
endCompat: function canvasGraphicsEndCompat() {
TODO('stop ignoring undefined operators');
},
// Helper functions
consumePath: function canvasGraphicsConsumePath() {
if (this.pendingClip) {
var savedFillRule = null;
if (this.pendingClip == EO_CLIP)
savedFillRule = this.setEOFillRule();
this.ctx.clip();
this.pendingClip = null;
if (savedFillRule !== null)
this.restoreFillRule(savedFillRule);
}
this.ctx.beginPath();
},
// We generally keep the canvas context set for
// nonzero-winding, and just set evenodd for the operations
// that need them.
setEOFillRule: function canvasGraphicsSetEOFillRule() {
var savedFillRule = this.ctx.mozFillRule;
this.ctx.mozFillRule = 'evenodd';
return savedFillRule;
},
restoreFillRule: function canvasGraphicsRestoreFillRule(rule) {
this.ctx.mozFillRule = rule;
}
};
return CanvasGraphics;
})();
if (!isWorker) {
// Feature detection if the browser can use an Uint8Array directly as imgData.
var canvas = document.createElement('canvas');
canvas.width = 1;
canvas.height = 1;
var ctx = canvas.getContext('2d');
try {
ctx.putImageData({
width: 1,
height: 1,
data: new Uint8Array(4)
}, 0, 0);
CanvasGraphics.prototype.putBinaryImageData =
function CanvasGraphicsPutBinaryImageDataNative(ctx, imgData) {
ctx.putImageData(imgData, 0, 0);
};
} catch (e) {
CanvasGraphics.prototype.putBinaryImageData =
function CanvasGraphicsPutBinaryImageDataShim(ctx, imgData, w, h) {
var tmpImgData = ctx.getImageData(0, 0, w, h);
// Copy over the imageData pixel by pixel.
var tmpImgDataPixels = tmpImgData.data;
var len = tmpImgDataPixels.length;
while (len--) {
tmpImgDataPixels[len] = imgData.data[len];
}
ctx.putImageData(tmpImgData, 0, 0);
};
}
}
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Name = (function NameClosure() {
function Name(name) {
this.name = name;
}
Name.prototype = {
};
return Name;
})();
var Cmd = (function CmdClosure() {
function Cmd(cmd) {
this.cmd = cmd;
}
Cmd.prototype = {
};
var cmdCache = {};
Cmd.get = function cmdGet(cmd) {
var cmdValue = cmdCache[cmd];
if (cmdValue)
return cmdValue;
return cmdCache[cmd] = new Cmd(cmd);
};
return Cmd;
})();
var Dict = (function DictClosure() {
function Dict() {
this.map = Object.create(null);
}
Dict.prototype = {
get: function dictGet(key1, key2, key3) {
var value;
if (typeof (value = this.map[key1]) != 'undefined' || key1 in this.map ||
typeof key2 == 'undefined') {
return value;
}
if (typeof (value = this.map[key2]) != 'undefined' || key2 in this.map ||
typeof key3 == 'undefined') {
return value;
}
return this.map[key3] || null;
},
set: function dictSet(key, value) {
this.map[key] = value;
},
has: function dictHas(key) {
return key in this.map;
},
forEach: function dictForEach(callback) {
for (var key in this.map) {
callback(key, this.map[key]);
}
}
};
return Dict;
})();
var Ref = (function RefClosure() {
function Ref(num, gen) {
this.num = num;
this.gen = gen;
}
Ref.prototype = {
};
return Ref;
})();
// The reference is identified by number and generation,
// this structure stores only one instance of the reference.
var RefSet = (function RefSetClosure() {
function RefSet() {
this.dict = {};
}
RefSet.prototype = {
has: function refSetHas(ref) {
return !!this.dict['R' + ref.num + '.' + ref.gen];
},
put: function refSetPut(ref) {
this.dict['R' + ref.num + '.' + ref.gen] = ref;
}
};
return RefSet;
})();
var Catalog = (function CatalogClosure() {
function Catalog(xref) {
this.xref = xref;
var obj = xref.getCatalogObj();
assertWellFormed(isDict(obj), 'catalog object is not a dictionary');
this.catDict = obj;
}
Catalog.prototype = {
get toplevelPagesDict() {
var pagesObj = this.catDict.get('Pages');
assertWellFormed(isRef(pagesObj), 'invalid top-level pages reference');
var xrefObj = this.xref.fetch(pagesObj);
assertWellFormed(isDict(xrefObj), 'invalid top-level pages dictionary');
// shadow the prototype getter
return shadow(this, 'toplevelPagesDict', xrefObj);
},
get documentOutline() {
var obj = this.catDict.get('Outlines');
var xref = this.xref;
var root = { items: [] };
if (isRef(obj)) {
obj = xref.fetch(obj).get('First');
var processed = new RefSet();
if (isRef(obj)) {
var queue = [{obj: obj, parent: root}];
// to avoid recursion keeping track of the items
// in the processed dictionary
processed.put(obj);
while (queue.length > 0) {
var i = queue.shift();
var outlineDict = xref.fetch(i.obj);
if (!outlineDict.has('Title'))
error('Invalid outline item');
var dest = outlineDict.get('A');
if (dest)
dest = xref.fetchIfRef(dest).get('D');
else if (outlineDict.has('Dest')) {
dest = outlineDict.get('Dest');
if (isName(dest))
dest = dest.name;
}
var title = xref.fetchIfRef(outlineDict.get('Title'));
var outlineItem = {
dest: dest,
title: stringToPDFString(title),
color: outlineDict.get('C') || [0, 0, 0],
count: outlineDict.get('Count'),
bold: !!(outlineDict.get('F') & 2),
italic: !!(outlineDict.get('F') & 1),
items: []
};
i.parent.items.push(outlineItem);
obj = outlineDict.get('First');
if (isRef(obj) && !processed.has(obj)) {
queue.push({obj: obj, parent: outlineItem});
processed.put(obj);
}
obj = outlineDict.get('Next');
if (isRef(obj) && !processed.has(obj)) {
queue.push({obj: obj, parent: i.parent});
processed.put(obj);
}
}
}
}
obj = root.items.length > 0 ? root.items : null;
return shadow(this, 'documentOutline', obj);
},
get numPages() {
var obj = this.toplevelPagesDict.get('Count');
assertWellFormed(
isInt(obj),
'page count in top level pages object is not an integer'
);
// shadow the prototype getter
return shadow(this, 'num', obj);
},
traverseKids: function catalogTraverseKids(pagesDict) {
var pageCache = this.pageCache;
var kids = pagesDict.get('Kids');
assertWellFormed(isArray(kids),
'page dictionary kids object is not an array');
for (var i = 0, ii = kids.length; i < ii; ++i) {
var kid = kids[i];
assertWellFormed(isRef(kid),
'page dictionary kid is not a reference');
var obj = this.xref.fetch(kid);
if (isDict(obj, 'Page') || (isDict(obj) && !obj.has('Kids'))) {
pageCache.push(new Page(this.xref, pageCache.length, obj, kid));
} else { // must be a child page dictionary
assertWellFormed(
isDict(obj),
'page dictionary kid reference points to wrong type of object'
);
this.traverseKids(obj);
}
}
},
get destinations() {
function fetchDestination(xref, ref) {
var dest = xref.fetchIfRef(ref);
return isDict(dest) ? dest.get('D') : dest;
}
var xref = this.xref;
var dests = {}, nameTreeRef, nameDictionaryRef;
var obj = this.catDict.get('Names');
if (obj)
nameTreeRef = xref.fetchIfRef(obj).get('Dests');
else if (this.catDict.has('Dests'))
nameDictionaryRef = this.catDict.get('Dests');
if (nameDictionaryRef) {
// reading simple destination dictionary
obj = xref.fetchIfRef(nameDictionaryRef);
obj.forEach(function catalogForEach(key, value) {
if (!value) return;
dests[key] = fetchDestination(xref, value);
});
}
if (nameTreeRef) {
// reading name tree
var processed = new RefSet();
processed.put(nameTreeRef);
var queue = [nameTreeRef];
while (queue.length > 0) {
var i, n;
obj = xref.fetch(queue.shift());
if (obj.has('Kids')) {
var kids = obj.get('Kids');
for (i = 0, n = kids.length; i < n; i++) {
var kid = kids[i];
if (processed.has(kid))
error('invalid destinations');
queue.push(kid);
processed.put(kid);
}
continue;
}
var names = obj.get('Names');
for (i = 0, n = names.length; i < n; i += 2) {
dests[names[i]] = fetchDestination(xref, names[i + 1]);
}
}
}
return shadow(this, 'destinations', dests);
},
getPage: function catalogGetPage(n) {
var pageCache = this.pageCache;
if (!pageCache) {
pageCache = this.pageCache = [];
this.traverseKids(this.toplevelPagesDict);
}
return this.pageCache[n - 1];
}
};
return Catalog;
})();
var XRef = (function XRefClosure() {
function XRef(stream, startXRef, mainXRefEntriesOffset) {
this.stream = stream;
this.entries = [];
this.xrefstms = {};
var trailerDict = this.readXRef(startXRef);
// prepare the XRef cache
this.cache = [];
var encrypt = trailerDict.get('Encrypt');
if (encrypt) {
var fileId = trailerDict.get('ID');
this.encrypt = new CipherTransformFactory(this.fetch(encrypt),
fileId[0] /*, password */);
}
// get the root dictionary (catalog) object
if (!isRef(this.root = trailerDict.get('Root')))
error('Invalid root reference');
}
XRef.prototype = {
readXRefTable: function readXRefTable(parser) {
var obj;
while (true) {
if (isCmd(obj = parser.getObj(), 'trailer'))
break;
if (!isInt(obj))
error('Invalid XRef table');
var first = obj;
if (!isInt(obj = parser.getObj()))
error('Invalid XRef table');
var n = obj;
if (first < 0 || n < 0 || (first + n) != ((first + n) | 0))
error('Invalid XRef table: ' + first + ', ' + n);
for (var i = first; i < first + n; ++i) {
var entry = {};
if (!isInt(obj = parser.getObj()))
error('Invalid XRef table: ' + first + ', ' + n);
entry.offset = obj;
if (!isInt(obj = parser.getObj()))
error('Invalid XRef table: ' + first + ', ' + n);
entry.gen = obj;
obj = parser.getObj();
if (isCmd(obj, 'n')) {
entry.uncompressed = true;
} else if (isCmd(obj, 'f')) {
entry.free = true;
} else {
error('Invalid XRef table: ' + first + ', ' + n);
}
if (!this.entries[i]) {
// In some buggy PDF files the xref table claims to start at 1
// instead of 0.
if (i == 1 && first == 1 &&
entry.offset == 0 && entry.gen == 65535 && entry.free) {
i = first = 0;
}
this.entries[i] = entry;
}
}
}
// read the trailer dictionary
var dict;
if (!isDict(dict = parser.getObj()))
error('Invalid XRef table');
// get the 'Prev' pointer
var prev;
obj = dict.get('Prev');
if (isInt(obj)) {
prev = obj;
} else if (isRef(obj)) {
// certain buggy PDF generators generate "/Prev NNN 0 R" instead
// of "/Prev NNN"
prev = obj.num;
}
if (prev) {
this.readXRef(prev);
}
// check for 'XRefStm' key
if (isInt(obj = dict.get('XRefStm'))) {
var pos = obj;
// ignore previously loaded xref streams (possible infinite recursion)
if (!(pos in this.xrefstms)) {
this.xrefstms[pos] = 1;
this.readXRef(pos);
}
}
return dict;
},
readXRefStream: function readXRefStream(stream) {
var streamParameters = stream.parameters;
var byteWidths = streamParameters.get('W');
var range = streamParameters.get('Index');
if (!range)
range = [0, streamParameters.get('Size')];
var i, j;
while (range.length > 0) {
var first = range[0], n = range[1];
if (!isInt(first) || !isInt(n))
error('Invalid XRef range fields: ' + first + ', ' + n);
var typeFieldWidth = byteWidths[0];
var offsetFieldWidth = byteWidths[1];
var generationFieldWidth = byteWidths[2];
if (!isInt(typeFieldWidth) || !isInt(offsetFieldWidth) ||
!isInt(generationFieldWidth)) {
error('Invalid XRef entry fields length: ' + first + ', ' + n);
}
for (i = 0; i < n; ++i) {
var type = 0, offset = 0, generation = 0;
for (j = 0; j < typeFieldWidth; ++j)
type = (type << 8) | stream.getByte();
// if type field is absent, its default value = 1
if (typeFieldWidth == 0)
type = 1;
for (j = 0; j < offsetFieldWidth; ++j)
offset = (offset << 8) | stream.getByte();
for (j = 0; j < generationFieldWidth; ++j)
generation = (generation << 8) | stream.getByte();
var entry = {};
entry.offset = offset;
entry.gen = generation;
switch (type) {
case 0:
entry.free = true;
break;
case 1:
entry.uncompressed = true;
break;
case 2:
break;
default:
error('Invalid XRef entry type: ' + type);
}
if (!this.entries[first + i])
this.entries[first + i] = entry;
}
range.splice(0, 2);
}
var prev = streamParameters.get('Prev');
if (isInt(prev))
this.readXRef(prev);
return streamParameters;
},
indexObjects: function indexObjects() {
// Simple scan through the PDF content to find objects,
// trailers and XRef streams.
function readToken(data, offset) {
var token = '', ch = data[offset];
while (ch !== 13 && ch !== 10) {
if (++offset >= data.length)
break;
token += String.fromCharCode(ch);
ch = data[offset];
}
return token;
}
function skipUntil(data, offset, what) {
var length = what.length, dataLength = data.length;
var skipped = 0;
// finding byte sequence
while (offset < dataLength) {
var i = 0;
while (i < length && data[offset + i] == what[i])
++i;
if (i >= length)
break; // sequence found
offset++;
skipped++;
}
return skipped;
}
var trailerBytes = new Uint8Array([116, 114, 97, 105, 108, 101, 114]);
var startxrefBytes = new Uint8Array([115, 116, 97, 114, 116, 120, 114,
101, 102]);
var endobjBytes = new Uint8Array([101, 110, 100, 111, 98, 106]);
var xrefBytes = new Uint8Array([47, 88, 82, 101, 102]);
var stream = this.stream;
stream.pos = 0;
var buffer = stream.getBytes();
var position = stream.start, length = buffer.length;
var trailers = [], xrefStms = [];
var state = 0;
var currentToken;
while (position < length) {
var ch = buffer[position];
if (ch === 32 || ch === 9 || ch === 13 || ch === 10) {
++position;
continue;
}
if (ch === 37) { // %-comment
do {
++position;
ch = buffer[position];
} while (ch !== 13 && ch !== 10);
continue;
}
var token = readToken(buffer, position);
var m;
if (token === 'xref') {
position += skipUntil(buffer, position, trailerBytes);
trailers.push(position);
position += skipUntil(buffer, position, startxrefBytes);
} else if ((m = /^(\d+)\s+(\d+)\s+obj\b/.exec(token))) {
this.entries[m[1]] = {
offset: position,
gen: m[2] | 0,
uncompressed: true
};
var contentLength = skipUntil(buffer, position, endobjBytes) + 7;
var content = buffer.subarray(position, position + contentLength);
// checking XRef stream suspect
// (it shall have '/XRef' and next char is not a letter)
var xrefTagOffset = skipUntil(content, 0, xrefBytes);
if (xrefTagOffset < contentLength &&
content[xrefTagOffset + 5] < 64) {
xrefStms.push(position);
this.xrefstms[position] = 1; // don't read it recursively
}
position += contentLength;
} else
position += token.length + 1;
}
// reading XRef streams
for (var i = 0, ii = xrefStms.length; i < ii; ++i) {
this.readXRef(xrefStms[i]);
}
// finding main trailer
var dict;
for (var i = 0, ii = trailers.length; i < ii; ++i) {
stream.pos = trailers[i];
var parser = new Parser(new Lexer(stream), true);
var obj = parser.getObj();
if (!isCmd(obj, 'trailer'))
continue;
// read the trailer dictionary
if (!isDict(dict = parser.getObj()))
continue;
// taking the first one with 'ID'
if (dict.has('ID'))
return dict;
}
// no tailer with 'ID', taking last one (if exists)
if (dict)
return dict;
// nothing helps
error('Invalid PDF structure');
return null;
},
readXRef: function readXref(startXRef) {
var stream = this.stream;
stream.pos = startXRef;
try {
var parser = new Parser(new Lexer(stream), true);
var obj = parser.getObj();
// parse an old-style xref table
if (isCmd(obj, 'xref'))
return this.readXRefTable(parser);
// parse an xref stream
if (isInt(obj)) {
if (!isInt(parser.getObj()) ||
!isCmd(parser.getObj(), 'obj') ||
!isStream(obj = parser.getObj())) {
error('Invalid XRef stream');
}
return this.readXRefStream(obj);
}
} catch (e) {
log('Reading of the xref table/stream failed: ' + e);
}
warn('Indexing all PDF objects');
return this.indexObjects();
},
getEntry: function xRefGetEntry(i) {
var e = this.entries[i];
if (e.free)
error('reading an XRef stream not implemented yet');
return e;
},
fetchIfRef: function xRefFetchIfRef(obj) {
if (!isRef(obj))
return obj;
return this.fetch(obj);
},
fetch: function xRefFetch(ref, suppressEncryption) {
var num = ref.num;
var e = this.cache[num];
if (e)
return e;
e = this.getEntry(num);
var gen = ref.gen;
var stream, parser;
if (e.uncompressed) {
if (e.gen != gen)
throw ('inconsistent generation in XRef');
stream = this.stream.makeSubStream(e.offset);
parser = new Parser(new Lexer(stream), true, this);
var obj1 = parser.getObj();
var obj2 = parser.getObj();
var obj3 = parser.getObj();
if (!isInt(obj1) || obj1 != num ||
!isInt(obj2) || obj2 != gen ||
!isCmd(obj3)) {
error('bad XRef entry');
}
if (!isCmd(obj3, 'obj')) {
// some bad pdfs use "obj1234" and really mean 1234
if (obj3.cmd.indexOf('obj') == 0) {
num = parseInt(obj3.cmd.substring(3), 10);
if (!isNaN(num))
return num;
}
error('bad XRef entry');
}
if (this.encrypt && !suppressEncryption) {
try {
e = parser.getObj(this.encrypt.createCipherTransform(num, gen));
} catch (ex) {
// almost all streams must be encrypted, but sometimes
// they are not probably due to some broken generators
// re-trying without encryption
return this.fetch(ref, true);
}
} else {
e = parser.getObj();
}
// Don't cache streams since they are mutable (except images).
if (!isStream(e) || e instanceof JpegStream)
this.cache[num] = e;
return e;
}
// compressed entry
stream = this.fetch(new Ref(e.offset, 0));
if (!isStream(stream))
error('bad ObjStm stream');
var first = stream.parameters.get('First');
var n = stream.parameters.get('N');
if (!isInt(first) || !isInt(n)) {
error('invalid first and n parameters for ObjStm stream');
}
parser = new Parser(new Lexer(stream), false);
var i, entries = [], nums = [];
// read the object numbers to populate cache
for (i = 0; i < n; ++i) {
num = parser.getObj();
if (!isInt(num)) {
error('invalid object number in the ObjStm stream: ' + num);
}
nums.push(num);
var offset = parser.getObj();
if (!isInt(offset)) {
error('invalid object offset in the ObjStm stream: ' + offset);
}
}
// read stream objects for cache
for (i = 0; i < n; ++i) {
entries.push(parser.getObj());
this.cache[nums[i]] = entries[i];
}
e = entries[e.gen];
if (!e) {
error('bad XRef entry for compressed object');
}
return e;
},
getCatalogObj: function xRefGetCatalogObj() {
return this.fetch(this.root);
}
};
return XRef;
})();
/**
* A PDF document and page is built of many objects. E.g. there are objects
* for fonts, images, rendering code and such. These objects might get processed
* inside of a worker. The `PDFObjects` implements some basic functions to
* manage these objects.
*/
var PDFObjects = (function PDFObjectsClosure() {
function PDFObjects() {
this.objs = {};
}
PDFObjects.prototype = {
objs: null,
/**
* Internal function.
* Ensures there is an object defined for `objId`. Stores `data` on the
* object *if* it is created.
*/
ensureObj: function pdfObjectsEnsureObj(objId, data) {
if (this.objs[objId])
return this.objs[objId];
return this.objs[objId] = new Promise(objId, data);
},
/**
* If called *without* callback, this returns the data of `objId` but the
* object needs to be resolved. If it isn't, this function throws.
*
* If called *with* a callback, the callback is called with the data of the
* object once the object is resolved. That means, if you call this
* function and the object is already resolved, the callback gets called
* right away.
*/
get: function pdfObjectsGet(objId, callback) {
// If there is a callback, then the get can be async and the object is
// not required to be resolved right now
if (callback) {
this.ensureObj(objId).then(callback);
return null;
}
// If there isn't a callback, the user expects to get the resolved data
// directly.
var obj = this.objs[objId];
// If there isn't an object yet or the object isn't resolved, then the
// data isn't ready yet!
if (!obj || !obj.isResolved) {
throw 'Requesting object that isn\'t resolved yet ' + objId;
return null;
} else {
return obj.data;
}
},
/**
* Resolves the object `objId` with optional `data`.
*/
resolve: function pdfObjectsResolve(objId, data) {
var objs = this.objs;
// In case there is a promise already on this object, just resolve it.
if (objs[objId]) {
objs[objId].resolve(data);
} else {
this.ensureObj(objId, data);
}
},
onData: function pdfObjectsOnData(objId, callback) {
this.ensureObj(objId).onData(callback);
},
isResolved: function pdfObjectsIsResolved(objId) {
var objs = this.objs;
if (!objs[objId]) {
return false;
} else {
return objs[objId].isResolved;
}
},
hasData: function pdfObjectsHasData(objId) {
var objs = this.objs;
if (!objs[objId]) {
return false;
} else {
return objs[objId].hasData;
}
},
/**
* Sets the data of an object but *doesn't* resolve it.
*/
setData: function pdfObjectsSetData(objId, data) {
// Watchout! If you call `this.ensureObj(objId, data)` you're going to
// create a *resolved* promise which shouldn't be the case!
this.ensureObj(objId).data = data;
}
};
return PDFObjects;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PDFFunction = (function PDFFunctionClosure() {
var CONSTRUCT_SAMPLED = 0;
var CONSTRUCT_INTERPOLATED = 2;
var CONSTRUCT_STICHED = 3;
var CONSTRUCT_POSTSCRIPT = 4;
return {
getSampleArray: function pdfFunctionGetSampleArray(size, outputSize, bps,
str) {
var length = 1;
for (var i = 0, ii = size.length; i < ii; i++)
length *= size[i];
length *= outputSize;
var array = [];
var codeSize = 0;
var codeBuf = 0;
// 32 is a valid bps so shifting won't work
var sampleMul = 1.0 / (Math.pow(2.0, bps) - 1);
var strBytes = str.getBytes((length * bps + 7) / 8);
var strIdx = 0;
for (var i = 0; i < length; i++) {
while (codeSize < bps) {
codeBuf <<= 8;
codeBuf |= strBytes[strIdx++];
codeSize += 8;
}
codeSize -= bps;
array.push((codeBuf >> codeSize) * sampleMul);
codeBuf &= (1 << codeSize) - 1;
}
return array;
},
getIR: function pdfFunctionGetIR(xref, fn) {
var dict = fn.dict;
if (!dict)
dict = fn;
var types = [this.constructSampled,
null,
this.constructInterpolated,
this.constructStiched,
this.constructPostScript];
var typeNum = dict.get('FunctionType');
var typeFn = types[typeNum];
if (!typeFn)
error('Unknown type of function');
return typeFn.call(this, fn, dict, xref);
},
fromIR: function pdfFunctionFromIR(IR) {
var type = IR[0];
switch (type) {
case CONSTRUCT_SAMPLED:
return this.constructSampledFromIR(IR);
case CONSTRUCT_INTERPOLATED:
return this.constructInterpolatedFromIR(IR);
case CONSTRUCT_STICHED:
return this.constructStichedFromIR(IR);
case CONSTRUCT_POSTSCRIPT:
default:
return this.constructPostScriptFromIR(IR);
}
},
parse: function pdfFunctionParse(xref, fn) {
var IR = this.getIR(xref, fn);
return this.fromIR(IR);
},
constructSampled: function pdfFunctionConstructSampled(str, dict) {
function toMultiArray(arr) {
var inputLength = arr.length;
var outputLength = arr.length / 2;
var out = new Array(outputLength);
var index = 0;
for (var i = 0; i < inputLength; i += 2) {
out[index] = [arr[i], arr[i + 1]];
++index;
}
return out;
}
var domain = dict.get('Domain');
var range = dict.get('Range');
if (!domain || !range)
error('No domain or range');
var inputSize = domain.length / 2;
var outputSize = range.length / 2;
domain = toMultiArray(domain);
range = toMultiArray(range);
var size = dict.get('Size');
var bps = dict.get('BitsPerSample');
var order = dict.get('Order');
if (!order)
order = 1;
if (order !== 1)
error('No support for cubic spline interpolation: ' + order);
var encode = dict.get('Encode');
if (!encode) {
encode = [];
for (var i = 0; i < inputSize; ++i) {
encode.push(0);
encode.push(size[i] - 1);
}
}
encode = toMultiArray(encode);
var decode = dict.get('Decode');
if (!decode)
decode = range;
else
decode = toMultiArray(decode);
// Precalc the multipliers
var inputMul = new Float64Array(inputSize);
for (var i = 0; i < inputSize; ++i) {
inputMul[i] = (encode[i][1] - encode[i][0]) /
(domain[i][1] - domain[i][0]);
}
var idxMul = new Int32Array(inputSize);
idxMul[0] = outputSize;
for (i = 1; i < inputSize; ++i) {
idxMul[i] = idxMul[i - 1] * size[i - 1];
}
var nSamples = outputSize;
for (i = 0; i < inputSize; ++i)
nSamples *= size[i];
var samples = this.getSampleArray(size, outputSize, bps, str);
return [
CONSTRUCT_SAMPLED, inputSize, domain, encode, decode, samples, size,
outputSize, bps, range, inputMul, idxMul, nSamples
];
},
constructSampledFromIR: function pdfFunctionConstructSampledFromIR(IR) {
var inputSize = IR[1];
var domain = IR[2];
var encode = IR[3];
var decode = IR[4];
var samples = IR[5];
var size = IR[6];
var outputSize = IR[7];
var bps = IR[8];
var range = IR[9];
var inputMul = IR[10];
var idxMul = IR[11];
var nSamples = IR[12];
return function constructSampledFromIRResult(args) {
if (inputSize != args.length)
error('Incorrect number of arguments: ' + inputSize + ' != ' +
args.length);
// Most of the below is a port of Poppler's implementation.
// TODO: There's a few other ways to do multilinear interpolation such
// as piecewise, which is much faster but an approximation.
var out = new Float64Array(outputSize);
var x;
var e = new Array(inputSize);
var efrac0 = new Float64Array(inputSize);
var efrac1 = new Float64Array(inputSize);
var sBuf = new Float64Array(1 << inputSize);
var i, j, k, idx, t;
// map input values into sample array
for (i = 0; i < inputSize; ++i) {
x = (args[i] - domain[i][0]) * inputMul[i] + encode[i][0];
if (x < 0) {
x = 0;
} else if (x > size[i] - 1) {
x = size[i] - 1;
}
e[i] = [Math.floor(x), 0];
if ((e[i][1] = e[i][0] + 1) >= size[i]) {
// this happens if in[i] = domain[i][1]
e[i][1] = e[i][0];
}
efrac1[i] = x - e[i][0];
efrac0[i] = 1 - efrac1[i];
}
// for each output, do m-linear interpolation
for (i = 0; i < outputSize; ++i) {
// pull 2^m values out of the sample array
for (j = 0; j < (1 << inputSize); ++j) {
idx = i;
for (k = 0, t = j; k < inputSize; ++k, t >>= 1) {
idx += idxMul[k] * (e[k][t & 1]);
}
if (idx >= 0 && idx < nSamples) {
sBuf[j] = samples[idx];
} else {
sBuf[j] = 0; // TODO Investigate if this is what Adobe does
}
}
// do m sets of interpolations
for (j = 0, t = (1 << inputSize); j < inputSize; ++j, t >>= 1) {
for (k = 0; k < t; k += 2) {
sBuf[k >> 1] = efrac0[j] * sBuf[k] + efrac1[j] * sBuf[k + 1];
}
}
// map output value to range
out[i] = (sBuf[0] * (decode[i][1] - decode[i][0]) + decode[i][0]);
if (out[i] < range[i][0]) {
out[i] = range[i][0];
} else if (out[i] > range[i][1]) {
out[i] = range[i][1];
}
}
return out;
}
},
constructInterpolated:
function pdfFunctionConstructInterpolated(str, dict) {
var c0 = dict.get('C0') || [0];
var c1 = dict.get('C1') || [1];
var n = dict.get('N');
if (!isArray(c0) || !isArray(c1))
error('Illegal dictionary for interpolated function');
var length = c0.length;
var diff = [];
for (var i = 0; i < length; ++i)
diff.push(c1[i] - c0[i]);
return [CONSTRUCT_INTERPOLATED, c0, diff, n];
},
constructInterpolatedFromIR:
function pdfFunctionconstructInterpolatedFromIR(IR) {
var c0 = IR[1];
var diff = IR[2];
var n = IR[3];
var length = diff.length;
return function constructInterpolatedFromIRResult(args) {
var x = n == 1 ? args[0] : Math.pow(args[0], n);
var out = [];
for (var j = 0; j < length; ++j)
out.push(c0[j] + (x * diff[j]));
return out;
}
},
constructStiched: function pdfFunctionConstructStiched(fn, dict, xref) {
var domain = dict.get('Domain');
var range = dict.get('Range');
if (!domain)
error('No domain');
var inputSize = domain.length / 2;
if (inputSize != 1)
error('Bad domain for stiched function');
var fnRefs = dict.get('Functions');
var fns = [];
for (var i = 0, ii = fnRefs.length; i < ii; ++i)
fns.push(PDFFunction.getIR(xref, xref.fetchIfRef(fnRefs[i])));
var bounds = dict.get('Bounds');
var encode = dict.get('Encode');
return [CONSTRUCT_STICHED, domain, bounds, encode, fns];
},
constructStichedFromIR: function pdfFunctionConstructStichedFromIR(IR) {
var domain = IR[1];
var bounds = IR[2];
var encode = IR[3];
var fnsIR = IR[4];
var fns = [];
for (var i = 0, ii = fnsIR.length; i < ii; i++) {
fns.push(PDFFunction.fromIR(fnsIR[i]));
}
return function constructStichedFromIRResult(args) {
var clip = function constructStichedFromIRClip(v, min, max) {
if (v > max)
v = max;
else if (v < min)
v = min;
return v;
};
// clip to domain
var v = clip(args[0], domain[0], domain[1]);
// calulate which bound the value is in
for (var i = 0, ii = bounds.length; i < ii; ++i) {
if (v < bounds[i])
break;
}
// encode value into domain of function
var dmin = domain[0];
if (i > 0)
dmin = bounds[i - 1];
var dmax = domain[1];
if (i < bounds.length)
dmax = bounds[i];
var rmin = encode[2 * i];
var rmax = encode[2 * i + 1];
var v2 = rmin + (v - dmin) * (rmax - rmin) / (dmax - dmin);
// call the appropropriate function
return fns[i]([v2]);
};
},
constructPostScript: function pdfFunctionConstructPostScript() {
return [CONSTRUCT_POSTSCRIPT];
},
constructPostScriptFromIR: function pdfFunctionConstructPostScriptFromIR() {
TODO('unhandled type of function');
return function constructPostScriptFromIRResult() {
return [255, 105, 180];
};
}
};
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var ISOAdobeCharset = [
'.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar',
'percent', 'ampersand', 'quoteright', 'parenleft', 'parenright',
'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash', 'zero',
'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', 'exclamdown', 'cent',
'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
'guilsinglright', 'fi', 'fl', 'endash', 'dagger', 'daggerdbl',
'periodcentered', 'paragraph', 'bullet', 'quotesinglbase',
'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis',
'perthousand', 'questiondown', 'grave', 'acute', 'circumflex', 'tilde',
'macron', 'breve', 'dotaccent', 'dieresis', 'ring', 'cedilla',
'hungarumlaut', 'ogonek', 'caron', 'emdash', 'AE', 'ordfeminine',
'Lslash', 'Oslash', 'OE', 'ordmasculine', 'ae', 'dotlessi', 'lslash',
'oslash', 'oe', 'germandbls', 'onesuperior', 'logicalnot', 'mu',
'trademark', 'Eth', 'onehalf', 'plusminus', 'Thorn', 'onequarter',
'divide', 'brokenbar', 'degree', 'thorn', 'threequarters', 'twosuperior',
'registered', 'minus', 'eth', 'multiply', 'threesuperior', 'copyright',
'Aacute', 'Acircumflex', 'Adieresis', 'Agrave', 'Aring', 'Atilde',
'Ccedilla', 'Eacute', 'Ecircumflex', 'Edieresis', 'Egrave', 'Iacute',
'Icircumflex', 'Idieresis', 'Igrave', 'Ntilde', 'Oacute', 'Ocircumflex',
'Odieresis', 'Ograve', 'Otilde', 'Scaron', 'Uacute', 'Ucircumflex',
'Udieresis', 'Ugrave', 'Yacute', 'Ydieresis', 'Zcaron', 'aacute',
'acircumflex', 'adieresis', 'agrave', 'aring', 'atilde', 'ccedilla',
'eacute', 'ecircumflex', 'edieresis', 'egrave', 'iacute', 'icircumflex',
'idieresis', 'igrave', 'ntilde', 'oacute', 'ocircumflex', 'odieresis',
'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex', 'udieresis',
'ugrave', 'yacute', 'ydieresis', 'zcaron'
];
var ExpertCharset = [
'.notdef', 'space', 'exclamsmall', 'Hungarumlautsmall', 'dollaroldstyle',
'dollarsuperior', 'ampersandsmall', 'Acutesmall', 'parenleftsuperior',
'parenrightsuperior', 'twodotenleader', 'onedotenleader', 'comma',
'hyphen', 'period', 'fraction', 'zerooldstyle', 'oneoldstyle',
'twooldstyle', 'threeoldstyle', 'fouroldstyle', 'fiveoldstyle',
'sixoldstyle', 'sevenoldstyle', 'eightoldstyle', 'nineoldstyle',
'colon', 'semicolon', 'commasuperior', 'threequartersemdash',
'periodsuperior', 'questionsmall', 'asuperior', 'bsuperior',
'centsuperior', 'dsuperior', 'esuperior', 'isuperior', 'lsuperior',
'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
'tsuperior', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior',
'parenrightinferior', 'Circumflexsmall', 'hyphensuperior', 'Gravesmall',
'Asmall', 'Bsmall', 'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall',
'Hsmall', 'Ismall', 'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall',
'Osmall', 'Psmall', 'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall',
'Vsmall', 'Wsmall', 'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary',
'onefitted', 'rupiah', 'Tildesmall', 'exclamdownsmall', 'centoldstyle',
'Lslashsmall', 'Scaronsmall', 'Zcaronsmall', 'Dieresissmall',
'Brevesmall', 'Caronsmall', 'Dotaccentsmall', 'Macronsmall',
'figuredash', 'hypheninferior', 'Ogoneksmall', 'Ringsmall',
'Cedillasmall', 'onequarter', 'onehalf', 'threequarters',
'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds', 'zerosuperior', 'onesuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior',
'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior',
'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior',
'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior',
'periodinferior', 'commainferior', 'Agravesmall', 'Aacutesmall',
'Acircumflexsmall', 'Atildesmall', 'Adieresissmall', 'Aringsmall',
'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall',
'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall',
'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall', 'Uacutesmall',
'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall', 'Thornsmall',
'Ydieresissmall'
];
var ExpertSubsetCharset = [
'.notdef', 'space', 'dollaroldstyle', 'dollarsuperior',
'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
'onedotenleader', 'comma', 'hyphen', 'period', 'fraction',
'zerooldstyle', 'oneoldstyle', 'twooldstyle', 'threeoldstyle',
'fouroldstyle', 'fiveoldstyle', 'sixoldstyle', 'sevenoldstyle',
'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon', 'commasuperior',
'threequartersemdash', 'periodsuperior', 'asuperior', 'bsuperior',
'centsuperior', 'dsuperior', 'esuperior', 'isuperior', 'lsuperior',
'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
'tsuperior', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior',
'parenrightinferior', 'hyphensuperior', 'colonmonetary', 'onefitted',
'rupiah', 'centoldstyle', 'figuredash', 'hypheninferior', 'onequarter',
'onehalf', 'threequarters', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds', 'zerosuperior', 'onesuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior',
'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior',
'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior',
'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior',
'periodinferior', 'commainferior'
];
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var CIDToUnicodeMaps = {
'Adobe-Japan1': [[32, 160], {f: 12, c: 33}, [45, 8209], {f: 46, c: 46}, 165,
{f: 2, c: 93}, [95, 818], [96, 768], {f: 27, c: 97}, 166, 125, [732, 771],
[700, 8217], 92, [699, 8216], 124, [126, 8764], {f: 3, c: 161}, 8260, 402,
0, 164, 8220, 171, {f: 2, c: 8249}, {f: 2, c: 64257}, [8210, 8211], 0, 0,
[183, 8729], 0, 8226, 8218, 8222, 8221, 187, 0, 0, 191, {f: 2, c: 769},
[175, 772], {f: 3, c: 774}, 778, [184, 807], 779, 808, 780, [822, 8212],
198, 170, 321, 216, 338, 186, 230, 305, 322, 248, 339, 223, 173, 169, 172,
174, 0, 0, {f: 2, c: 178}, 181, 185, {f: 3, c: 188}, {f: 6, c: 192},
{f: 16, c: 199}, 0, {f: 6, c: 217}, {f: 6, c: 224}, {f: 16, c: 231}, 0,
{f: 7, c: 249}, 352, 376, 381, [773, 8254], 353, 8482, 382, 0, 8194,
{s: 91}, 65512, {s: 3}, {f: 63, c: 65377}, {s: 243}, [8195, 12288],
{f: 2, c: 12289}, 65292, 65294, 12539, {f: 2, c: 65306}, 65311, 65281,
{f: 2, c: 12443}, 180, 65344, 168, 65342, 65507, 65343, {f: 2, c: 12541},
{f: 2, c: 12445}, 12291, 20189, {f: 3, c: 12293}, 12540, 8213, 8208, 65295,
65340, [12316, 65374], 8214, 65372, 8230, 8229, {s: 4}, {f: 2, c: 65288},
{f: 2, c: 12308}, 65339, 65341, 65371, 65373, {f: 10, c: 12296}, 65291,
[8722, 65293], 177, 215, 247, 65309, 8800, 65308, 65310, {f: 2, c: 8806},
8734, 8756, 9794, 9792, 176, {f: 2, c: 8242}, 8451, 65509, 65284,
{f: 2, c: 65504}, 65285, 65283, 65286, 65290, 65312, 167, 9734, 9733, 9675,
9679, 9678, 9671, 9670, 9633, 9632, 9651, 9650, 9661, 9660, 8251, 12306,
8594, {f: 2, c: 8592}, 8595, 12307, 8712, 8715, {f: 2, c: 8838},
{f: 2, c: 8834}, 8746, 8745, {f: 2, c: 8743}, 65506, 8658, 8660, 8704,
8707, 8736, 8869, 8978, 8706, 8711, 8801, 8786, {f: 2, c: 8810}, 8730,
8765, 8733, 8757, {f: 2, c: 8747}, 8491, 8240, 9839, 9837, 9834,
{f: 2, c: 8224}, 182, 9711, {f: 10, c: 65296}, {f: 26, c: 65313},
{f: 26, c: 65345}, {f: 83, c: 12353}, {f: 86, c: 12449}, {f: 17, c: 913},
{f: 7, c: 931}, {f: 17, c: 945}, {f: 7, c: 963}, {f: 6, c: 1040}, 1025,
{f: 32, c: 1046}, 1105, {f: 26, c: 1078}, 20124, 21782, 23043, 38463,
21696, 24859, 25384, 23030, 36898, 33909, 33564, 31312, 24746, 25569,
28197, 26093, 33894, 33446, 39925, 26771, 22311, 26017, 25201, 23451,
22992, 34427, 39156, 32098, 32190, 39822, 25110, 31903, 34999, 23433,
24245, 25353, 26263, 26696, 38343, 38797, 26447, 20197, 20234, 20301,
20381, 20553, 22258, 22839, 22996, 23041, 23561, 24799, 24847, 24944,
26131, 26885, 28858, 30031, 30064, 31227, 32173, 32239, 32963, 33806,
[12176, 34915], 35586, 36949, 36986, 21307, 20117, 20133, 22495, 32946,
37057, 30959, [12032, 19968], 22769, 28322, 36920, 31282, 33576, 33419,
39983, 20801, 21360, 21693, 21729, 22240, 23035, 24341, 39154, 28139,
32996, 34093, 38498, 38512, 38560, 38907, 21515, 21491, 23431, 28879,
[12155, 32701], 36802, [12204, 38632], 21359, 40284, 31418, 19985, 30867,
[12165, 33276], 28198, 22040, 21764, 27421, 34074, 39995, 23013, 21417,
28006, [12128, 29916], 38287, 22082, 20113, 36939, 38642, 33615, 39180,
21473, 21942, 23344, 24433, 26144, 26355, 26628, 27704, 27891, 27945,
29787, 30408, 31310, 38964, 33521, 34907, 35424, 37613, 28082, 30123,
30410, 39365, 24742, 35585, 36234, 38322, 27022, 21421, 20870, 22290,
22576, 22852, 23476, 24310, 24616, 25513, 25588, 27839, 28436, 28814,
28948, 29017, 29141, 29503, 32257, 33398, 33489, 34199, 36960, 37467,
40219, 22633, 26044, 27738, 29989, 20985, 22830, 22885, 24448, 24540,
25276, 26106, 27178, 27431, 27572, 29579, 32705, 35158, 40236, 40206,
[12009, 40644], 23713, 27798, 33659, 20740, 23627, 25014, 33222, 26742,
29281, [12036, 20057], 20474, 21368, 24681, 28201, 31311, [12211, 38899],
19979, 21270, 20206, 20309, 20285, 20385, 20339, 21152, 21487, 22025,
22799, 23233, 23478, 23521, 31185, 26247, 26524, 26550, 27468, 27827,
[12117, 28779], 29634, 31117, [12146, 31166], 31292, 31623, 33457, 33499,
33540, 33655, 33775, 33747, 34662, 35506, 22057, 36008, 36838, 36942,
38686, 34442, 20420, 23784, 25105, [12123, 29273], 30011, 33253, 33469,
34558, 36032, 38597, 39187, 39381, 20171, 20250, 35299, 22238, 22602,
22730, 24315, 24555, 24618, 24724, 24674, 25040, 25106, 25296, 25913,
39745, 26214, 26800, 28023, 28784, 30028, 30342, 32117, 33445, 34809,
38283, 38542, [12185, 35997], 20977, 21182, 22806, 21683, 23475, 23830,
24936, 27010, 28079, 30861, 33995, 34903, 35442, 37799, 39608, 28012,
39336, 34521, 22435, 26623, 34510, 37390, 21123, 22151, 21508, 24275,
25313, 25785, 26684, 26680, 27579, 29554, 30906, 31339, 35226,
[12179, 35282], 36203, 36611, 37101, 38307, 38548, [12208, 38761], 23398,
23731, 27005, {f: 2, c: 38989}, 25499, 31520, 27179, 27263, 26806, 39949,
28511, 21106, 21917, 24688, 25324, 27963, 28167, 28369, 33883, 35088,
36676, 19988, 39993, 21494, 26907, 27194, 38788, 26666, 20828, 31427,
33970, 37340, 37772, 22107, 40232, 26658, 33541, 33841, 31909, 21000,
33477, [12129, 29926], 20094, 20355, 20896, 23506, 21002, 21208, 21223,
24059, 21914, 22570, 23014, 23436, 23448, 23515, [12082, 24178], 24185,
24739, 24863, 24931, 25022, 25563, 25954, 26577, 26707, 26874, 27454,
27475, 27735, 28450, 28567, 28485, 29872, [12130, 29976], 30435, 30475,
31487, 31649, 31777, 32233, [12152, 32566], 32752, 32925, 33382, 33694,
35251, 35532, 36011, 36996, 37969, 38291, 38289, 38306, 38501, 38867,
39208, 33304, 20024, 21547, 23736, 24012, 29609, 30284, 30524, 23721,
32747, 36107, 38593, 38929, 38996, 39000, 20225, 20238, 21361, 21916,
22120, 22522, 22855, 23305, 23492, 23696, 24076, 24190, 24524, 25582,
26426, 26071, 26082, 26399, 26827, 26820, 27231, 24112, 27589, 27671,
27773, 30079, 31048, 23395, 31232, 32000, 24509, 35215, 35352, 36020,
36215, 36556, 36637, 39138, 39438, [12004, 12225, 39740], [12018, 20096],
20605, 20736, 22931, 23452, 25135, 25216, 25836, 27450, 29344, 30097,
31047, 32681, 34811, 35516, 35696, 25516, 33738, 38816, 21513, 21507,
21931, 26708, 27224, 35440, 30759, 26485, [12233, 40653], 21364, 23458,
33050, 34384, 36870, 19992, 20037, 20167, 20241, 21450, 21560, 23470,
[12088, 24339], 24613, 25937, 26429, 27714, 27762, 27875, 28792, 29699,
31350, 31406, 31496, 32026, 31998, 32102, 26087, [12124, 29275], 21435,
23621, 24040, 25298, 25312, 25369, 28192, 34394, 35377, 36317, 37624,
28417, 31142, [12226, 39770], 20136, {f: 2, c: 20139}, 20379, 20384, 20689,
20807, 31478, 20849, 20982, 21332, 21281, 21375, 21483, 21932, 22659,
23777, 24375, 24394, 24623, 24656, 24685, 25375, 25945, 27211, 27841,
29378, 29421, 30703, 33016, 33029, 33288, 34126, 37111, 37857, 38911,
39255, 39514, 20208, 20957, 23597, 26241, 26989, 23616, 26354, 26997,
[12127, 29577], 26704, 31873, 20677, 21220, 22343, [12081, 24062], 37670,
[12100, 26020], 27427, 27453, 29748, 31105, 31165, 31563, 32202, 33465,
33740, 34943, 35167, 35641, 36817, [12198, 37329], 21535, 37504, 20061,
20534, 21477, 21306, 29399, 29590, 30697, 33510, 36527, 39366, 39368,
39378, 20855, 24858, 34398, 21936, 31354, 20598, 23507, 36935, 38533,
20018, 27355, 37351, 23633, 23624, 25496, 31391, 27795, 38772, 36705,
31402, 29066, 38536, 31874, 26647, 32368, 26705, 37740, 21234, 21531,
34219, 35347, 32676, 36557, 37089, 21350, 34952, 31041, 20418, 20670,
21009, 20804, 21843, 22317, 29674, 22411, 22865, 24418, 24452, 24693,
24950, 24935, 25001, 25522, 25658, 25964, 26223, 26690, 28179, 30054,
31293, 31995, 32076, 32153, 32331, 32619, 33550, 33610, 34509, 35336,
35427, 35686, 36605, 38938, 40335, 33464, 36814, 39912, 21127, 25119,
25731, 28608, 38553, 26689, 20625, [12107, 27424], 27770, 28500,
[12147, 31348], 32080, [12174, 34880], 35363, [12105, 26376], 20214, 20537,
20518, 20581, 20860, 21048, 21091, 21927, 22287, 22533, 23244, 24314,
25010, 25080, 25331, 25458, 26908, 27177, 29309, [12125, 29356], 29486,
30740, 30831, 32121, 30476, 32937, [12178, 35211], 35609, 36066, 36562,
36963, 37749, 38522, 38997, 39443, 40568, 20803, 21407, 21427, 24187,
24358, 28187, 28304, [12126, 29572], 29694, 32067, 33335, [12180, 35328],
35578, 38480, 20046, 20491, 21476, 21628, 22266, 22993, 23396,
[12080, 24049], 24235, 24359, [12094, 25144], 25925, 26543, 28246, 29392,
31946, 34996, 32929, 32993, 33776, [11969, 34382], 35463, 36328, 37431,
38599, 39015, [12238, 40723], 20116, 20114, 20237, 21320, 21577, 21566,
23087, 24460, 24481, 24735, 26791, 27278, 29786, 30849, 35486, 35492,
35703, 37264, 20062, 39881, 20132, 20348, 20399, 20505, 20502, 20809,
20844, 21151, 21177, 21246, 21402, [12061, 21475], 21521, 21518, 21897,
22353, 22434, 22909, 23380, 23389, 23439, [12079, 24037], 24039, 24055,
24184, 24195, 24218, 24247, 24344, 24658, 24908, 25239, 25304, 25511,
25915, 26114, 26179, 26356, 26477, 26657, 26775, 27083, 27743, 27946,
28009, 28207, 28317, 30002, 30343, 30828, 31295, 31968, 32005, 32024,
32094, 32177, 32789, 32771, 32943, 32945, 33108, 33167, 33322, 33618,
[12175, 34892], 34913, 35611, 36002, 36092, 37066, 37237, 37489, 30783,
37628, 38308, 38477, 38917, [12217, 39321], [12220, 39640], 40251, 21083,
21163, 21495, 21512, 22741, 25335, 28640, 35946, 36703, 40633, 20811,
21051, 21578, 22269, 31296, 37239, 40288, [12234, 40658], 29508, 28425,
33136, 29969, 24573, 24794, [12219, 39592], 29403, 36796, 27492, 38915,
20170, 22256, 22372, 22718, 23130, 24680, 25031, 26127, 26118, 26681,
26801, 28151, 30165, 32058, [12169, 33390], 39746, 20123, 20304, 21449,
21766, 23919, 24038, 24046, 26619, 27801, 29811, 30722, 35408, 37782,
35039, 22352, 24231, 25387, 20661, 20652, 20877, 26368, 21705, 22622,
22971, 23472, 24425, 25165, 25505, 26685, 27507, 28168, 28797, 37319,
29312, 30741, 30758, 31085, 25998, 32048, 33756, 35009, 36617, 38555,
21092, 22312, 26448, 32618, 36001, 20916, 22338, 38442, 22586, 27018,
32948, 21682, 23822, 22524, 30869, 40442, 20316, 21066, 21643, 25662,
26152, 26388, 26613, 31364, 31574, 32034, 37679, 26716, 39853, 31545,
21273, 20874, 21047, 23519, 25334, 25774, 25830, 26413, 27578, 34217,
38609, 30352, 39894, 25420, 37638, 39851, [12139, 30399], 26194, 19977,
20632, 21442, [12077, 23665], 24808, 25746, 25955, 26719, 29158, 29642,
29987, 31639, 32386, 34453, 35715, 36059, 37240, 39184, 26028, 26283,
27531, 20181, 20180, 20282, 20351, 21050, 21496, 21490, 21987, 22235,
[12064, 22763], 22987, 22985, 23039, [12070, 23376], 23629, 24066, 24107,
24535, 24605, 25351, [12096, 25903], 23388, 26031, 26045, 26088, 26525,
[12108, 27490], 27515, [12114, 27663], 29509, 31049, 31169, [12151, 31992],
32025, 32043, 32930, 33026, [12164, 33267], 35222, 35422, 35433, 35430,
35468, 35566, 36039, 36060, 38604, 39164, [12013, 27503], 20107, 20284,
20365, 20816, 23383, 23546, 24904, 25345, 26178, 27425, 28363, 27835,
29246, 29885, 30164, 30913, [12144, 31034], [12157, 32780], [12159, 32819],
[12163, 33258], 33940, 36766, 27728, [12229, 40575], 24335, 35672, 40235,
31482, 36600, 23437, 38635, 19971, 21489, 22519, 22833, 23241, 23460,
24713, 28287, 28422, 30142, 36074, 23455, 34048, 31712, 20594, 26612,
33437, 23649, 34122, 32286, 33294, 20889, 23556, 25448, 36198, 26012,
29038, 31038, 32023, 32773, 35613, [12190, 36554], 36974, 34503, 37034,
20511, 21242, 23610, 26451, 28796, 29237, 37196, 37320, 37675, 33509,
23490, 24369, 24825, 20027, 21462, 23432, [12095, 25163], 26417, 27530,
29417, 29664, 31278, 33131, 36259, 37202, [12216, 39318], 20754, 21463,
21610, 23551, 25480, 27193, 32172, 38656, 22234, 21454, 21608, 23447,
23601, 24030, 20462, 24833, 25342, 27954, 31168, 31179, 32066, 32333,
32722, 33261, [12168, 33311], 33936, 34886, 35186, 35728, 36468, 36655,
36913, 37195, 37228, 38598, 37276, 20160, 20303, 20805, [12055, 21313],
24467, 25102, 26580, 27713, 28171, 29539, 32294, 37325, 37507, 21460,
22809, 23487, 28113, 31069, 32302, 31899, 22654, 29087, 20986, 34899,
36848, 20426, 23803, 26149, 30636, 31459, 33308, 39423, 20934, 24490,
26092, 26991, 27529, 28147, 28310, 28516, 30462, 32020, 24033, 36981,
37255, 38918, 20966, 21021, 25152, 26257, 26329, 28186, 24246, 32210,
32626, 26360, 34223, 34295, 35576, 21161, 21465, [12069, 22899], 24207,
24464, 24661, 37604, 38500, 20663, 20767, 21213, 21280, 21319, 21484,
21736, 21830, 21809, 22039, 22888, 22974, 23100, 23477, 23558,
[12073, 23567], 23569, 23578, 24196, 24202, 24288, 24432, 25215, 25220,
25307, 25484, 25463, 26119, 26124, 26157, 26230, 26494, 26786, 27167,
27189, 27836, 28040, 28169, 28248, 28988, 28966, 29031, 30151, 30465,
30813, 30977, 31077, 31216, 31456, 31505, 31911, 32057, 32918, 33750,
33931, 34121, 34909, 35059, 35359, 35388, 35412, 35443, 35937, 36062,
37284, 37478, 37758, 37912, 38556, 38808, 19978, 19976, 19998, 20055,
20887, 21104, 22478, 22580, 22732, 23330, 24120, 24773, 25854, 26465,
26454, 27972, 29366, 30067, 31331, 33976, 35698, 37304, 37664, 22065,
22516, 39166, 25325, 26893, 27542, 29165, 32340, 32887, [12170, 33394],
35302, [12215, 39135], 34645, 36785, 23611, 20280, 20449, 20405, 21767,
23072, 23517, 23529, [12092, 24515], 24910, 25391, 26032, 26187, 26862,
27035, 28024, 28145, 30003, 30137, 30495, 31070, 31206, 32051,
[12162, 33251], 33455, 34218, 35242, 35386, [12189, 36523], [12191, 36763],
36914, 37341, 38663, [12040, 20154], 20161, 20995, 22645, 22764, 23563,
29978, 23613, 33102, 35338, 36805, 38499, 38765, 31525, 35535, 38920,
37218, 22259, 21416, 36887, 21561, 22402, 24101, 25512, [12116, 27700],
28810, 30561, 31883, 32736, 34928, 36930, 37204, 37648, 37656, 38543,
29790, 39620, 23815, 23913, 25968, 26530, 36264, 38619, 25454, 26441,
26905, 33733, 38935, 38592, 35070, 28548, 25722, [12072, 23544], 19990,
28716, 30045, 26159, 20932, 21046, 21218, 22995, 24449, 24615, 25104,
25919, 25972, 26143, 26228, 26866, 26646, 27491, 28165, 29298,
[12131, 29983], 30427, 31934, 32854, 22768, 35069, [11972, 35199], 35488,
35475, 35531, 36893, 37266, [11992, 38738], 38745, [12011, 25993], 31246,
33030, 38587, 24109, 24796, 25114, 26021, 26132, 26512, [12143, 30707],
31309, 31821, 32318, 33034, 36012, [12186, 36196], 36321, 36447, 30889,
20999, 25305, 25509, 25666, 25240, 35373, 31363, 31680, 35500, 38634,
32118, [12166, 33292], 34633, 20185, 20808, 21315, 21344, 23459, 23554,
23574, 24029, 25126, 25159, 25776, 26643, 26676, 27849, 27973, 27927,
26579, 28508, 29006, 29053, 26059, 31359, 31661, 32218, 32330, 32680,
33146, [12167, 33307], 33337, 34214, 35438, 36046, 36341, 36984, 36983,
37549, 37521, 38275, 39854, 21069, 21892, 28472, 28982, 20840, 31109,
32341, 33203, 31950, 22092, 22609, 23720, 25514, 26366, 26365, 26970,
29401, 30095, 30094, 30990, 31062, 31199, 31895, 32032, 32068, 34311,
35380, 38459, 36961, [12239, 40736], 20711, 21109, 21452, 21474, 20489,
21930, 22766, 22863, 29245, 23435, 23652, 21277, 24803, 24819, 25436,
25475, 25407, 25531, 25805, 26089, 26361, 24035, 27085, 27133, 28437,
29157, 20105, 30185, 30456, 31379, 31967, 32207, 32156, 32865, 33609,
33624, 33900, 33980, 34299, 35013, [12187, 36208], 36865, 36973, 37783,
38684, 39442, 20687, 22679, 24974, 33235, 34101, 36104, 36896, 20419,
20596, 21063, 21363, 24687, 25417, 26463, 28204, [12188, 36275], 36895,
20439, 23646, 36042, 26063, 32154, 21330, 34966, 20854, 25539, 23384,
23403, 23562, 25613, 26449, 36956, 20182, 22810, 22826, 27760, 35409,
21822, 22549, 22949, 24816, 25171, 26561, 33333, 26965, 38464, 39364,
39464, 20307, 22534, 23550, 32784, 23729, 24111, 24453, 24608, 24907,
25140, 26367, 27888, 28382, 32974, 33151, 33492, 34955, 36024, 36864,
36910, 38538, 40667, 39899, 20195, 21488, [12068, 22823], 31532, 37261,
38988, 40441, 28381, 28711, 21331, 21828, 23429, 25176, 25246, 25299,
27810, 28655, 29730, 35351, 37944, 28609, 35582, 33592, 20967, 34552,
21482, 21481, 20294, 36948, [12192, 36784], 22890, 33073, 24061, 31466,
36799, 26842, [12181, 35895], 29432, 40008, 27197, 35504, 20025, 21336,
22022, 22374, 25285, 25506, 26086, 27470, 28129, 28251, 28845, 30701,
31471, 31658, 32187, 32829, 32966, 34507, 35477, 37723, 22243, 22727,
24382, 26029, 26262, 27264, 27573, 30007, 35527, 20516, 30693, 22320,
24347, 24677, 26234, 27744, 30196, 31258, 32622, 33268, 34584, 36933,
39347, 31689, 30044, [12149, 31481], 31569, 33988, 36880, 31209, 31378,
33590, 23265, 30528, 20013, 20210, 23449, 24544, 25277, 26172, 26609,
27880, [12173, 34411], 34935, 35387, 37198, 37619, 39376, 27159, 28710,
29482, 33511, 33879, 36015, 19969, 20806, 20939, 21899, 23541, 24086,
24115, 24193, 24340, 24373, 24427, 24500, 25074, 25361, 26274, 26397,
28526, 29266, 30010, 30522, 32884, 33081, 33144, 34678, 35519, 35548,
36229, 36339, 37530, [11985, 12199, 38263], 38914, [12227, 40165], 21189,
25431, 30452, 26389, 27784, 29645, 36035, 37806, 38515, 27941, 22684,
26894, 27084, 36861, 37786, 30171, 36890, 22618, 26626, 25524, 27131,
20291, 28460, 26584, 36795, 34086, 32180, 37716, 26943, 28528, 22378,
22775, 23340, 32044, [12118, 29226], 21514, 37347, 40372, 20141, 20302,
20572, 20597, 21059, 35998, 21576, 22564, 23450, 24093, 24213, 24237,
24311, 24351, 24716, 25269, 25402, 25552, 26799, 27712, 30855, 31118,
31243, 32224, 33351, 35330, 35558, 36420, 36883, 37048, 37165, 37336,
[12237, 40718], 27877, 25688, 25826, 25973, 28404, 30340, 31515, 36969,
37841, 28346, 21746, 24505, 25764, 36685, 36845, 37444, 20856, 22635,
22825, 23637, 24215, 28155, 32399, 29980, 36028, 36578, 39003, 28857,
20253, 27583, 28593, [12133, 30000], 38651, 20814, 21520, 22581, 22615,
22956, 23648, 24466, [12099, 26007], 26460, 28193, 30331, 33759, 36077,
36884, 37117, 37709, 30757, 30778, 21162, 24230, [12063, 22303], 22900,
24594, 20498, 20826, 20908, 20941, [12049, 20992], 21776, 22612, 22616,
22871, 23445, 23798, 23947, 24764, 25237, 25645, 26481, 26691, 26812,
26847, 30423, 28120, 28271, 28059, 28783, 29128, 24403, 30168, 31095,
31561, 31572, 31570, 31958, 32113, 21040, 33891, 34153, 34276, 35342,
35588, [12182, 35910], 36367, 36867, 36879, 37913, 38518, 38957, 39472,
38360, 20685, 21205, 21516, 22530, 23566, 24999, 25758, 27934, 30643,
31461, 33012, 33796, 36947, 37509, 23776, 40199, 21311, 24471, 24499,
28060, 29305, 30563, 31167, 31716, 27602, 29420, 35501, 26627, 27233,
20984, 31361, 26932, 23626, 40182, 33515, 23493, [12195, 37193], 28702,
22136, 23663, 24775, 25958, 27788, 35930, 36929, 38931, 21585, 26311,
37389, 22856, 37027, 20869, 20045, 20970, 34201, 35598, 28760, 25466,
37707, 26978, 39348, 32260, 30071, 21335, 26976, 36575, 38627, 27741,
[12038, 20108], 23612, 24336, 36841, 21250, 36049, [12161, 32905], 34425,
24319, [12103, 26085], 20083, [12042, 20837], 22914, 23615, 38894, 20219,
22922, 24525, 35469, 28641, 31152, 31074, 23527, 33905, 29483, 29105,
24180, 24565, 25467, 25754, 29123, 31896, 20035, 24316, 20043, 22492,
22178, 24745, 28611, 32013, 33021, 33075, 33215, 36786, 35223, 34468,
24052, 25226, 25773, 35207, 26487, 27874, 27966, 29750, 30772, 23110,
32629, 33453, [12218, 39340], 20467, 24259, 25309, 25490, 25943, 26479,
30403, 29260, 32972, 32954, 36649, 37197, 20493, 22521, 23186, 26757,
26995, 29028, 29437, 36023, 22770, 36064, 38506, 36889, 34687, 31204,
30695, 33833, 20271, 21093, 21338, 25293, 26575, 27850, [12137, 30333],
31636, 31893, 33334, 34180, 36843, 26333, 28448, 29190, 32283, 33707,
39361, [12008, 40614], 20989, 31665, 30834, 31672, 32903, 31560, 27368,
24161, 32908, 30033, 30048, [12043, 20843], 37474, 28300, 30330, 37271,
39658, 20240, 32624, 25244, 31567, 38309, 40169, 22138, 22617, 34532,
38588, 20276, 21028, 21322, 21453, 21467, 24070, 25644, 26001, 26495,
27710, 27726, 29256, 29359, 29677, 30036, 32321, 33324, 34281, 36009,
31684, [12196, 37318], 29033, 38930, 39151, 25405, 26217, 30058, 30436,
30928, 34115, 34542, 21290, 21329, 21542, 22915, 24199, 24444, 24754,
25161, 25209, 25259, 26000, [12112, 27604], 27852, 30130, [12138, 30382],
30865, 31192, 32203, 32631, 32933, 34987, 35513, 36027, 36991,
[12206, 38750], [12214, 39131], 27147, 31800, 20633, 23614, 24494, 26503,
27608, 29749, 30473, 32654, [12240, 40763], 26570, 31255, 21305,
[12134, 30091], 39661, 24422, 33181, 33777, 32920, 24380, 24517, 30050,
31558, 36924, 26727, 23019, 23195, 32016, 30334, 35628, 20469, 24426,
27161, 27703, 28418, 29922, 31080, 34920, 35413, 35961, 24287, 25551,
30149, 31186, 33495, 37672, 37618, 33948, 34541, 39981, 21697, 24428,
25996, 27996, 28693, 36007, 36051, 38971, 25935, 29942, 19981, 20184,
22496, 22827, 23142, 23500, 20904, 24067, 24220, 24598, 25206, 25975,
26023, 26222, 28014, [12119, 29238], 31526, 33104, 33178, 33433, 35676,
36000, 36070, 36212, [12201, 38428], 38468, 20398, 25771, 27494, 33310,
33889, 34154, 37096, 23553, 26963, [12213, 39080], 33914, 34135, 20239,
21103, 24489, 24133, 26381, 31119, 33145, 35079, 35206, 28149, 24343,
25173, 27832, 20175, 29289, 39826, 20998, 21563, 22132, 22707, 24996,
25198, 28954, 22894, 31881, 31966, 32027, 38640, [12098, 25991], 32862,
19993, 20341, 20853, 22592, 24163, 24179, 24330, 26564, 20006, 34109,
38281, 38491, [12150, 31859], [12212, 38913], 20731, 22721, 30294, 30887,
21029, 30629, 34065, 31622, 20559, 22793, [12122, 29255], 31687, 32232,
36794, 36820, 36941, 20415, 21193, 23081, 24321, 38829, 20445, 33303,
37610, 22275, 25429, 27497, 29995, 35036, 36628, 31298, 21215, 22675,
24917, 25098, 26286, [11935, 27597], 31807, 33769, 20515, 20472, 21253,
21574, 22577, 22857, 23453, 23792, 23791, 23849, 24214, 25265, 25447,
25918, [12101, 26041], 26379, 27861, 27873, 28921, 30770, 32299, 32990,
33459, 33804, 34028, 34562, 35090, 35370, 35914, 37030, 37586, 39165,
40179, 40300, 20047, 20129, 20621, 21078, 22346, 22952, 24125,
{f: 2, c: 24536}, 25151, 26292, 26395, 26576, 26834, 20882, 32033, 32938,
33192, 35584, 35980, 36031, 37502, 38450, 21536, 38956, 21271, 20693,
[12056, 21340], 22696, 25778, 26420, 29287, 30566, 31302, 37350, 21187,
27809, 27526, 22528, 24140, 22868, 26412, 32763, 20961, 30406, 25705,
30952, 39764, [12231, 40635], 22475, 22969, 26151, 26522, 27598, 21737,
27097, 24149, 33180, 26517, 39850, 26622, 40018, 26717, 20134, 20451,
[12060, 21448], 25273, 26411, 27819, 36804, 20397, 32365, 40639, 19975,
24930, 28288, 28459, 34067, 21619, 26410, 39749, [11922, 24051], 31637,
23724, 23494, 34588, 28234, 34001, 31252, 33032, 22937, 31885,
[11936, 27665], 30496, 21209, 22818, 28961, 29279, [12141, 30683], 38695,
40289, 26891, 23167, 23064, 20901, 21517, 21629, 26126, 30431, 36855,
37528, 40180, 23018, 29277, 28357, 20813, 26825, 32191, 32236,
[12207, 38754], 40634, 25720, 27169, 33538, 22916, 23391, [12113, 27611],
29467, 30450, 32178, 32791, 33945, 20786, [12106, 26408], 40665,
[12140, 30446], 26466, 21247, 39173, 23588, 25147, 31870, 36016, 21839,
24758, 32011, [12200, 38272], 21249, 20063, 20918, 22812, 29242, 32822,
37326, 24357, [12142, 30690], 21380, 24441, 32004, 34220, 35379, 36493,
38742, 26611, 34222, 37971, 24841, 24840, 27833, 30290, 35565, 36664,
21807, 20305, 20778, 21191, 21451, 23461, 24189, 24736, 24962, 25558,
26377, 26586, 28263, 28044, {f: 2, c: 29494}, 30001, 31056, 35029, 35480,
36938, [12194, 37009], 37109, 38596, 34701, [12067, 22805], 20104, 20313,
19982, 35465, 36671, 38928, 20653, 24188, 22934, 23481, 24248, 25562,
25594, 25793, 26332, 26954, 27096, 27915, 28342, 29076, [12132, 29992],
31407, [12154, 32650], 32768, 33865, 33993, 35201, 35617, 36362, 36965,
38525, 39178, 24958, 25233, 27442, 27779, 28020, 32716, 32764, 28096,
32645, 34746, 35064, 26469, 33713, 38972, 38647, 27931, 32097, 33853,
37226, 20081, 21365, 23888, 27396, 28651, 34253, 34349, 35239, 21033,
21519, 23653, 26446, 26792, 29702, 29827, 30178, 35023, 35041,
[12197, 37324], 38626, 38520, 24459, 29575, [12148, 31435], 33870, 25504,
30053, 21129, 27969, 28316, 29705, 30041, 30827, 31890, 38534,
[12015, 31452], [12243, 40845], 20406, 24942, 26053, 34396, 20102, 20142,
20698, 20001, 20940, 23534, 26009, 26753, 28092, 29471, 30274, 30637,
31260, 31975, 33391, 35538, 36988, 37327, 38517, 38936, [12050, 21147],
32209, 20523, 21400, 26519, 28107, 29136, 29747, 33256, 36650, 38563,
40023, 40607, 29792, 22593, 28057, 32047, 39006, 20196, 20278, 20363,
20919, 21169, 23994, 24604, 29618, 31036, 33491, 37428, 38583, 38646,
38666, 40599, 40802, 26278, 27508, 21015, 21155, 28872, 35010, 24265,
24651, 24976, 28451, 29001, 31806, 32244, 32879, 34030, 36899, 37676,
21570, 39791, 27347, 28809, 36034, 36335, 38706, 21172, 23105, 24266,
24324, 26391, 27004, 27028, 28010, 28431, 29282, 29436, 31725,
[12156, 32769], 32894, 34635, 37070, 20845, 40595, 31108, 32907, 37682,
35542, 20525, 21644, 35441, 27498, 36036, 33031, 24785, 26528, 40434,
20121, 20120, 39952, 35435, 34241, 34152, 26880, 28286, 30871, 33109,
24332, 19984, 19989, 20010, 20017, [12034, 20022], 20028, [12035, 20031],
20034, 20054, 20056, 20098, [12037, 20101], 35947, 20106, 33298, 24333,
20110, {f: 2, c: 20126}, [12039, 20128], 20130, 20144, 20147, 20150, 20174,
20173, 20164, 20166, 20162, 20183, 20190, 20205, 20191, 20215, 20233,
20314, 20272, 20315, 20317, 20311, 20295, 20342, 20360, 20367, 20376,
20347, 20329, 20336, 20369, 20335, 20358, 20374, 20760, 20436, 20447,
20430, 20440, 20443, 20433, 20442, 20432, {f: 2, c: 20452}, 20506, 20520,
20500, 20522, 20517, 20485, 20252, 20470, 20513, 20521, 20524, 20478,
20463, 20497, 20486, 20547, 20551, 26371, 20565, 20560, 20552, 20570,
20566, 20588, 20600, 20608, 20634, 20613, 20660, 20658, {f: 2, c: 20681},
20659, 20674, 20694, 20702, 20709, 20717, 20707, 20718, 20729, 20725,
20745, {f: 2, c: 20737}, 20758, 20757, 20756, 20762, 20769, 20794, 20791,
20796, 20795, [12041, 20799], [11918, 20800], 20818, 20812, 20820, 20834,
31480, {f: 2, c: 20841}, 20846, 20864, [12044, 20866], 22232, 20876, 20873,
20879, 20881, 20883, 20885, [12045, 20886], 20900, 20902, 20898,
{f: 2, c: 20905}, [12046, 20907], 20915, {f: 2, c: 20913}, 20912, 20917,
20925, 20933, 20937, 20955, [12047, 20960], 34389, 20969, 20973, 20976,
[12048, 20981], 20990, 20996, 21003, 21012, 21006, 21031, 21034, 21038,
21043, 21049, 21071, 21060, {f: 2, c: 21067}, 21086, 21076, 21098, 21108,
21097, 21107, 21119, 21117, 21133, 21140, 21138, 21105, 21128, 21137,
36776, 36775, {f: 2, c: 21164}, 21180, 21173, 21185, 21197, 21207, 21214,
21219, 21222, 39149, 21216, 21235, 21237, 21240, [12051, 21241], 21254,
21256, 30008, 21261, 21264, 21263, [12052, 21269], [12053, 21274], 21283,
21295, 21297, 21299, [12054, 21304], 21312, 21318, 21317, 19991, 21321,
21325, 20950, 21342, [12057, 21353], 21358, 22808, 21371, 21367,
[12058, 21378], 21398, 21408, 21414, 21413, 21422, 21424, [12059, 21430],
21443, 31762, 38617, 21471, 26364, 29166, 21486, 21480, 21485, 21498,
21505, 21565, 21568, {f: 2, c: 21548}, 21564, 21550, 21558, 21545, 21533,
21582, 21647, 21621, 21646, 21599, 21617, 21623, 21616, 21650, 21627,
21632, 21622, 21636, 21648, 21638, 21703, 21666, 21688, 21669, 21676,
21700, 21704, 21672, 21675, 21698, 21668, 21694, 21692, 21720,
{f: 2, c: 21733}, 21775, 21780, 21757, 21742, 21741, 21754, 21730, 21817,
21824, 21859, 21836, 21806, 21852, 21829, {f: 2, c: 21846}, 21816, 21811,
21853, 21913, 21888, 21679, 21898, 21919, 21883, 21886, 21912, 21918,
21934, 21884, 21891, 21929, 21895, 21928, 21978, 21957, 21983, 21956,
21980, 21988, 21972, 22036, 22007, 22038, 22014, 22013, 22043, 22009,
22094, 22096, 29151, 22068, 22070, 22066, 22072, 22123, 22116, 22063,
22124, 22122, 22150, 22144, 22154, 22176, 22164, 22159, 22181, 22190,
22198, 22196, 22210, 22204, 22209, 22211, 22208, 22216, 22222, 22225,
22227, [12062, 22231], 22254, 22265, 22272, 22271, 22276, 22281, 22280,
22283, 22285, 22291, 22296, 22294, 21959, 22300, 22310, {f: 2, c: 22327},
22350, 22331, 22336, 22351, 22377, 22464, 22408, 22369, 22399, 22409,
22419, 22432, 22451, 22436, 22442, 22448, 22467, 22470, 22484,
{f: 2, c: 22482}, 22538, 22486, 22499, 22539, 22553, 22557, 22642, 22561,
22626, 22603, 22640, 27584, 22610, 22589, 22649, 22661, 22713, 22687,
22699, 22714, 22750, 22715, 22712, 22702, 22725, 22739, 22737, 22743,
22745, 22744, 22757, 22748, 22756, 22751, 22767, 22778, 22777,
{f: 3, c: 22779}, [12065, 22786], [12066, 22794], 22800, 22811, 26790,
22821, {f: 2, c: 22828}, 22834, 22840, 22846, 31442, 22869, 22864, 22862,
22874, 22872, 22882, 22880, 22887, 22892, 22889, 22904, 22913, 22941,
20318, 20395, 22947, 22962, 22982, 23016, 23004, 22925, {f: 2, c: 23001},
23077, 23071, 23057, 23068, 23049, 23066, 23104, 23148, 23113,
{f: 2, c: 23093}, 23138, 23146, 23194, 23228, 23230, 23243, 23234, 23229,
23267, 23255, 23270, 23273, 23254, {f: 2, c: 23290}, 23308, 23307, 23318,
23346, 23248, 23338, 23350, 23358, 23363, 23365, 23360, 23377, 23381,
{f: 2, c: 23386}, 23397, 23401, 23408, 23411, 23413, 23416, 25992, 23418,
[12071, 23424], 23427, 23462, 23480, 23491, 23495, 23497, 23508, 23504,
23524, 23526, 23522, 23518, 23525, 23531, 23536, 23542, 23539, 23557,
{f: 2, c: 23559}, 23565, 23571, 23584, [11920, 12074, 23586], 23592,
[12075, 23608], 23609, 23617, 23622, 23630, 23635, 23632, 23631, 23409,
23660, [12076, 23662], 20066, 23670, 23673, 23692, 23697, 23700, 22939,
23723, 23739, 23734, 23740, 23735, 23749, 23742, 23751, 23769, 23785,
23805, 23802, 23789, 23948, 23786, 23819, 23829, 23831, 23900, 23839,
23835, 23825, 23828, 23842, 23834, 23833, 23832, 23884, 23890, 23886,
23883, 23916, 23923, 23926, 23943, 23940, 23938, 23970, 23965, 23980,
23982, 23997, 23952, 23991, 23996, 24009, 24013, 24019, 24018, 24022,
[12078, 24027], 24043, 24050, 24053, 24075, 24090, 24089, 24081, 24091,
{f: 2, c: 24118}, 24132, 24131, 24128, 24142, 24151, 24148, 24159, 24162,
24164, 24135, {f: 2, c: 24181}, [11923, 12083, 24186], 40636,
[12084, 24191], 24224, {f: 2, c: 24257}, 24264, 24272, 24271, 24278, 24291,
24285, {f: 2, c: 24282}, 24290, 24289, {f: 2, c: 24296}, 24300, 24305,
24307, 24304, [12085, 24308], 24312, [12086, 24318], 24323, 24329, 24413,
24412, [12087, 24331], 24337, 24342, 24361, 24365, 24376, 24385, 24392,
24396, 24398, 24367, [11924, 24401], {f: 2, c: 24406}, 24409,
[12090, 24417], 24429, [12091, 24435], 24439, 24451, 24450, 24447, 24458,
24456, 24465, 24455, 24478, 24473, 24472, 24480, 24488, 24493, 24508,
24534, 24571, 24548, 24568, 24561, 24541, 24755, 24575, 24609, 24672,
24601, 24592, 24617, 24590, 24625, 24603, 24597, 24619, 24614, 24591,
24634, 24666, 24641, 24682, 24695, 24671, 24650, 24646, 24653, 24675,
24643, 24676, 24642, 24684, 24683, 24665, 24705, 24717, 24807, 24707,
24730, 24708, 24731, {f: 2, c: 24726}, 24722, 24743, 24715, 24801, 24760,
24800, 24787, 24756, 24560, 24765, 24774, 24757, 24792, 24909, 24853,
24838, {f: 2, c: 24822}, 24832, 24820, 24826, 24835, 24865, 24827, 24817,
{f: 2, c: 24845}, 24903, 24894, 24872, 24871, 24906, 24895, 24892, 24876,
24884, 24893, 24898, 24900, 24947, 24951, {f: 3, c: 24920}, 24939, 24948,
24943, 24933, 24945, 24927, 24925, 24915, 24949, 24985, 24982, 24967,
25004, 24980, 24986, 24970, 24977, 25003, 25006, 25036, 25034, 25033,
25079, 25032, 25027, 25030, 25018, 25035, 32633, 25037, 25062, 25059,
25078, 25082, 25076, 25087, 25085, 25084, 25086, 25088, [12093, 25096],
25097, 25101, 25100, 25108, 25115, 25118, 25121, 25130, 25134, 25136,
{f: 2, c: 25138}, 25153, 25166, 25182, 25187, 25179, 25184, 25192, 25212,
25218, 25225, 25214, {f: 2, c: 25234}, 25238, 25300, 25219, 25236, 25303,
25297, 25275, 25295, 25343, 25286, 25812, 25288, 25308, 25292, 25290,
25282, 25287, 25243, 25289, 25356, 25326, 25329, 25383, 25346, 25352,
25327, 25333, 25424, 25406, 25421, 25628, 25423, 25494, 25486, 25472,
25515, 25462, 25507, 25487, 25481, 25503, 25525, 25451, 25449, 25534,
25577, 25536, 25542, 25571, 25545, 25554, 25590, 25540, 25622, 25652,
25606, 25619, 25638, 25654, 25885, 25623, 25640, 25615, 25703, 25711,
25718, 25678, 25898, 25749, 25747, 25765, 25769, 25736, 25788, 25818,
25810, 25797, 25799, 25787, 25816, 25794, 25841, 25831, 33289,
{f: 2, c: 25824}, 25260, 25827, 25839, 25900, 25846, 25844, 25842, 25850,
25856, 25853, 25880, 25884, 25861, 25892, 25891, 25899, [12097, 25908],
[11929, 25909], 25911, 25910, 25912, 30027, 25928, 25942, 25941, 25933,
25944, 25950, 25949, 25970, 25976, {f: 2, c: 25986}, 35722, 26011, 26015,
26027, 26039, 26051, 26054, 26049, 26052, 26060, 26066, 26075, 26073,
[12102, 26080], [11931, 26081], 26097, 26482, 26122, 26115, 26107, 26483,
{f: 2, c: 26165}, 26164, 26140, 26191, 26180, 26185, 26177, 26206, 26205,
26212, {f: 2, c: 26215}, 26207, 26210, 26224, 26243, 26248, 26254, 26249,
26244, 26264, 26269, 26305, 26297, 26313, 26302, 26300, 26308, 26296,
26326, 26330, 26336, 26175, 26342, 26345, [12104, 26352], 26357, 26359,
26383, 26390, 26398, {f: 2, c: 26406}, 38712, 26414, 26431, 26422, 26433,
26424, 26423, 26438, 26462, 26464, 26457, {f: 2, c: 26467}, 26505, 26480,
26537, 26492, 26474, 26508, 26507, 26534, 26529, 26501, 26551, 26607,
26548, 26604, 26547, 26601, 26552, 26596, 26590, 26589, 26594, 26606,
26553, 26574, 26566, 26599, 27292, 26654, 26694, 26665, 26688, 26701,
26674, 26702, 26803, 26667, 26713, 26723, 26743, 26751, 26783, 26767,
26797, 26772, 26781, 26779, 26755, 27310, 26809, 26740, 26805, 26784,
26810, 26895, 26765, 26750, 26881, 26826, 26888, 26840, 26914, 26918,
26849, 26892, 26829, 26836, 26855, 26837, 26934, 26898, 26884, 26839,
26851, 26917, 26873, 26848, 26863, 26920, 26922, 26906, 26915, 26913,
26822, 27001, 26999, 26972, 27000, 26987, 26964, 27006, 26990, 26937,
26996, 26941, 26969, 26928, 26977, 26974, 26973, 27009, 26986, 27058,
27054, 27088, 27071, 27073, 27091, 27070, 27086, 23528, 27082, 27101,
27067, 27075, 27047, 27182, 27025, 27040, 27036, 27029, 27060, 27102,
27112, 27138, 27163, 27135, 27402, 27129, 27122, 27111, 27141, 27057,
27166, 27117, 27156, 27115, 27146, 27154, 27329, 27171, 27155, 27204,
27148, 27250, 27190, 27256, 27207, 27234, 27225, 27238, 27208, 27192,
27170, 27280, 27277, 27296, 27268, {f: 2, c: 27298}, 27287, 34327, 27323,
27331, 27330, 27320, 27315, 27308, 27358, 27345, 27359, 27306, 27354,
27370, 27387, 27397, 34326, 27386, 27410, 27414, 39729, 27423, 27448,
27447, 30428, 27449, 39150, 27463, 27459, 27465, 27472, 27481, 27476,
27483, 27487, 27489, 27512, [12109, 27513], {f: 2, c: 27519}, 27524, 27523,
27533, 27544, 27541, 27550, 27556, {f: 2, c: 27562}, 27567, 27570, 27569,
[12110, 27571], 27575, 27580, 27590, [12111, 27595], 27603, 27615, 27628,
27627, 27635, 27631, 40638, 27656, 27667, [12115, 27668], 27675, 27684,
27683, 27742, 27733, 27746, 27754, 27778, 27789, 27802, 27777, 27803,
27774, 27752, 27763, 27794, 27792, 27844, 27889, 27859, 27837, 27863,
27845, 27869, 27822, 27825, 27838, 27834, 27867, 27887, 27865, 27882,
27935, 34893, 27958, 27947, 27965, 27960, 27929, 27957, 27955, 27922,
27916, 28003, 28051, 28004, 27994, 28025, 27993, 28046, 28053, 28644,
28037, 28153, 28181, 28170, 28085, 28103, 28134, 28088, 28102, 28140,
28126, 28108, 28136, 28114, 28101, 28154, 28121, 28132, 28117, 28138,
28142, 28205, 28270, 28206, 28185, 28274, 28255, 28222, 28195, 28267,
28203, 28278, 28237, 28191, 28227, 28218, 28238, 28196, 28415, 28189,
28216, 28290, 28330, 28312, 28361, 28343, 28371, 28349, 28335, 28356,
28338, {f: 2, c: 28372}, 28303, 28325, 28354, 28319, 28481, 28433, 28748,
28396, 28408, 28414, 28479, 28402, 28465, 28399, 28466, 28364, 28478,
28435, 28407, 28550, 28538, 28536, 28545, 28544, 28527, 28507, 28659,
28525, 28546, 28540, 28504, 28558, 28561, 28610, 28518, 28595, 28579,
28577, 28580, 28601, 28614, 28586, 28639, 28629, 28652, 28628, 28632,
28657, 28654, 28635, 28681, 28683, 28666, 28689, 28673, 28687, 28670,
28699, 28698, 28532, 28701, 28696, 28703, 28720, 28734, 28722, 28753,
28771, 28825, 28818, 28847, 28913, 28844, 28856, 28851, 28846, 28895,
28875, 28893, 28889, 28937, 28925, 28956, 28953, 29029, 29013, 29064,
29030, 29026, 29004, 29014, 29036, 29071, 29179, 29060, 29077, 29096,
29100, 29143, 29113, 29118, 29138, 29129, 29140, 29134, 29152, 29164,
29159, 29173, 29180, 29177, 29183, 29197, 29200, 29211, 29224, 29229,
29228, 29232, 29234, [12120, 29243], 29244, [12121, 29247], 29248, 29254,
29259, 29272, 29300, 29310, 29314, 29313, 29319, 29330, 29334, 29346,
29351, 29369, 29362, 29379, 29382, 29380, 29390, 29394, 29410,
{f: 2, c: 29408}, 29433, 29431, 20495, 29463, 29450, 29468, 29462, 29469,
29492, 29487, 29481, 29477, 29502, {f: 2, c: 29518}, 40664, 29527, 29546,
29544, 29552, 29560, 29557, 29563, 29562, 29640, 29619, 29646, 29627,
29632, 29669, 29678, 29662, 29858, 29701, 29807, 29733, 29688, 29746,
29754, 29781, 29759, 29791, 29785, 29761, 29788, 29801, 29808, 29795,
29802, 29814, 29822, 29835, 29854, 29863, 29898, 29903, 29908, 29681,
29920, 29923, 29927, 29929, 29934, 29938, {f: 2, c: 29936}, 29944, 29943,
29956, 29955, 29957, 29964, 29966, 29965, 29973, 29971, 29982, 29990,
29996, 30012, 30020, 30029, 30026, 30025, 30043, 30022, 30042, 30057,
30052, 30055, 30059, 30061, 30072, 30070, {f: 2, c: 30086}, 30068, 30090,
30089, 30082, 30100, 30106, 30109, 30117, 30115, 30146, 30131, 30147,
30133, 30141, 30136, 30140, 30129, 30157, 30154, 30162, 30169, 30179,
30174, {f: 2, c: 30206}, 30204, 30209, 30192, 30202, {f: 2, c: 30194},
30219, 30221, 30217, 30239, 30247, {f: 3, c: 30240}, 30244, 30260, 30256,
30267, {f: 2, c: 30279}, 30278, 30300, 30296, {f: 2, c: 30305},
{f: 3, c: 30312}, 30311, 30316, 30320, 30322, [12136, 30326], 30328, 30332,
30336, 30339, 30344, 30347, 30350, 30358, 30355, {f: 2, c: 30361}, 30384,
30388, {f: 3, c: 30392}, 30402, 30413, 30422, 30418, 30430, 30433, 30437,
30439, 30442, 34351, 30459, 30472, 30471, 30468, 30505, 30500, 30494,
{f: 2, c: 30501}, 30491, {f: 2, c: 30519}, 30535, 30554, 30568, 30571,
30555, 30565, 30591, 30590, 30585, 30606, 30603, 30609, 30624, 30622,
30640, 30646, 30649, 30655, {f: 2, c: 30652}, 30651, 30663, 30669, 30679,
30682, 30684, 30691, 30702, 30716, 30732, 30738, 31014, 30752, 31018,
30789, 30862, 30836, 30854, 30844, 30874, 30860, 30883, 30901, 30890,
30895, 30929, 30918, 30923, 30932, 30910, 30908, 30917, 30922, 30956,
30951, 30938, 30973, 30964, 30983, 30994, 30993, 31001, 31020, 31019,
31040, 31072, 31063, 31071, 31066, 31061, 31059, 31098, 31103, 31114,
31133, 31143, 40779, 31146, 31150, 31155, {f: 2, c: 31161}, 31177, 31189,
31207, 31212, 31201, 31203, 31240, 31245, {f: 2, c: 31256}, 31264, 31263,
31104, 31281, 31291, 31294, 31287, 31299, 31319, 31305, {f: 2, c: 31329},
31337, 40861, 31344, 31353, 31357, 31368, 31383, 31381, 31384, 31382,
31401, 31432, 31408, 31414, 31429, 31428, 31423, 36995, 31431, 31434,
31437, 31439, 31445, 31443, {f: 2, c: 31449}, 31453, {f: 2, c: 31457},
31462, 31469, 31472, 31490, 31503, 31498, 31494, 31539, {f: 2, c: 31512},
31518, 31541, 31528, 31542, 31568, 31610, 31492, 31565, 31499, 31564,
31557, 31605, 31589, 31604, 31591, {f: 2, c: 31600}, 31596, 31598, 31645,
31640, 31647, 31629, 31644, 31642, 31627, 31634, 31631, 31581, 31641,
31691, 31681, 31692, 31695, 31668, 31686, 31709, 31721, 31761, 31764,
31718, 31717, 31840, 31744, 31751, 31763, 31731, 31735, 31767, 31757,
31734, 31779, 31783, 31786, 31775, 31799, 31787, 31805, 31820, 31811,
31828, 31823, 31808, 31824, 31832, 31839, 31844, 31830, 31845, 31852,
31861, 31875, 31888, 31908, 31917, 31906, 31915, 31905, 31912, 31923,
31922, 31921, 31918, 31929, 31933, 31936, 31941, 31938, 31960, 31954,
31964, 31970, 39739, 31983, 31986, 31988, 31990, 31994, 32006, 32002,
32028, 32021, 32010, 32069, 32075, 32046, 32050, 32063, 32053, 32070,
32115, 32086, 32078, 32114, 32104, 32110, 32079, 32099, 32147, 32137,
32091, 32143, 32125, 32155, 32186, 32174, 32163, 32181, 32199, 32189,
32171, 32317, 32162, 32175, 32220, 32184, 32159, 32176, 32216, 32221,
32228, 32222, 32251, 32242, 32225, 32261, 32266, 32291, 32289, 32274,
32305, 32287, 32265, 32267, 32290, 32326, 32358, 32315, 32309, 32313,
32323, 32311, 32306, 32314, 32359, 32349, 32342, 32350, {f: 2, c: 32345},
32377, 32362, 32361, 32380, 32379, 32387, 32213, 32381, 36782, 32383,
{f: 2, c: 32392}, 32396, 32402, 32400, {f: 2, c: 32403}, 32406, 32398,
{f: 2, c: 32411}, 32568, 32570, 32581, {f: 3, c: 32588}, 32592,
[12153, 32593], 32597, 32596, 32600, {f: 2, c: 32607}, {f: 2, c: 32616},
32615, 32632, 32642, 32646, 32643, 32648, 32647, 32652, 32660, 32670,
32669, 32666, 32675, 32687, 32690, 32697, 32686, 32694, 32696, 35697,
{f: 2, c: 32709}, 32714, 32725, 32724, 32737, 32742, 32745, 32755, 32761,
39132, 32774, 32772, 32779, [12158, 32786], {f: 2, c: 32792}, 32796, 32801,
32808, 32831, 32827, 32842, 32838, 32850, 32856, 32858, 32863, 32866,
32872, 32883, 32882, 32880, 32886, 32889, 32893, [12160, 32895], 32900,
32902, 32901, 32923, 32915, 32922, 32941, 20880, 32940, 32987, 32997,
32985, 32989, 32964, 32986, 32982, 33033, 33007, 33009, 33051, 33065,
33059, 33071, 33099, 38539, 33094, 33086, 33107, 33105, 33020, 33137,
33134, {f: 2, c: 33125}, 33140, 33155, 33160, 33162, 33152, 33154, 33184,
33173, 33188, 33187, 33119, 33171, 33193, 33200, 33205, 33214, 33208,
33213, 33216, 33218, 33210, 33225, 33229, 33233, 33241, 33240, 33224,
33242, {f: 2, c: 33247}, 33255, {f: 2, c: 33274}, 33278, {f: 2, c: 33281},
33285, 33287, 33290, 33293, 33296, 33302, 33321, 33323, 33336, 33331,
33344, 33369, 33368, 33373, 33370, 33375, 33380, 33378, 33384,
{f: 2, c: 33386}, 33326, 33393, 33399, [12171, 33400], 33406, 33421, 33426,
33451, 33439, 33467, 33452, 33505, 33507, 33503, 33490, 33524, 33523,
33530, 33683, 33539, 33531, 33529, 33502, 33542, 33500, 33545, 33497,
33589, 33588, 33558, 33586, 33585, 33600, 33593, 33616, 33605, 33583,
33579, {f: 2, c: 33559}, 33669, 33690, 33706, 33695, 33698, 33686, 33571,
33678, 33671, 33674, 33660, 33717, 33651, 33653, 33696, 33673, 33704,
33780, 33811, 33771, 33742, 33789, 33795, 33752, 33803, 33729, 33783,
33799, 33760, 33778, 33805, 33826, 33824, 33725, 33848, 34054, 33787,
33901, 33834, 33852, 34138, 33924, 33911, 33899, 33965, 33902, 33922,
33897, 33862, 33836, 33903, 33913, 33845, 33994, 33890, 33977, 33983,
33951, 34009, 33997, 33979, 34010, 34000, 33985, 33990, 34006, 33953,
34081, 34047, 34036, {f: 2, c: 34071}, 34092, 34079, 34069, 34068, 34044,
34112, 34147, 34136, 34120, 34113, 34306, 34123, 34133, 34176, 34212,
34184, 34193, 34186, 34216, 34157, 34196, 34203, 34282, 34183, 34204,
34167, 34174, 34192, 34249, 34234, 34255, 34233, 34256, 34261, 34269,
34277, 34268, 34297, 34314, 34323, 34315, 34302, 34298, 34310, 34338,
34330, 34352, 34367, [12172, 34381], 20053, 34388, 34399, 34407, 34417,
34451, 34467, {f: 2, c: 34473}, {f: 2, c: 34443}, 34486, 34479, 34500,
34502, 34480, 34505, 34851, 34475, 34516, 34526, 34537, 34540, 34527,
34523, 34543, 34578, 34566, 34568, 34560, 34563, 34555, 34577, 34569,
34573, 34553, 34570, 34612, 34623, 34615, 34619, 34597, 34601, 34586,
34656, 34655, 34680, 34636, 34638, 34676, 34647, 34664, 34670, 34649,
34643, 34659, 34666, 34821, 34722, 34719, 34690, 34735, 34763, 34749,
34752, 34768, 38614, 34731, 34756, 34739, 34759, 34758, 34747, 34799,
34802, 34784, 34831, 34829, 34814, {f: 2, c: 34806}, 34830, 34770, 34833,
34838, 34837, 34850, 34849, 34865, 34870, 34873, 34855, 34875, 34884,
34882, 34898, 34905, 34910, 34914, 34923, 34945, 34942, 34974, 34933,
34941, 34997, 34930, 34946, 34967, 34962, 34990, 34969, 34978, 34957,
34980, 34992, 35007, 34993, {f: 2, c: 35011}, 35028, {f: 2, c: 35032},
35037, 35065, 35074, 35068, 35060, 35048, 35058, 35076, 35084, 35082,
35091, 35139, 35102, 35109, {f: 2, c: 35114}, 35137, 35140, 35131, 35126,
35128, 35148, 35101, 35168, 35166, 35174, 35172, 35181, 35178, 35183,
35188, 35191, [12177, 35198], 35203, 35208, 35210, 35219, 35224, 35233,
35241, 35238, 35244, 35247, 35250, 35258, 35261, {f: 2, c: 35263}, 35290,
{f: 2, c: 35292}, 35303, 35316, 35320, 35331, 35350, 35344, 35340, 35355,
35357, 35365, 35382, 35393, 35419, 35410, 35398, 35400, 35452, 35437,
35436, 35426, 35461, 35458, 35460, 35496, 35489, 35473, {f: 2, c: 35493},
35482, 35491, 35524, 35533, 35522, 35546, 35563, 35571, 35559, 35556,
35569, 35604, 35552, 35554, 35575, 35550, 35547, 35596, 35591, 35610,
35553, 35606, 35600, 35607, 35616, 35635, 38827, 35622, 35627, 35646,
35624, 35649, 35660, 35663, 35662, 35657, 35670, 35675, 35674, 35691,
35679, 35692, 35695, 35700, 35709, 35712, 35724, 35726, {f: 2, c: 35730},
35734, {f: 2, c: 35737}, 35898, 35905, 35903, 35912, 35916, 35918, 35920,
[12183, 35925], 35938, 35948, [12184, 35960], 35962, 35970, 35977, 35973,
35978, {f: 2, c: 35981}, 35988, 35964, 35992, 25117, 36013, 36010, 36029,
{f: 2, c: 36018}, 36014, 36022, 36040, 36033, 36068, 36067, 36058, 36093,
{f: 2, c: 36090}, {f: 2, c: 36100}, 36106, 36103, 36111, 36109, 36112,
40782, 36115, 36045, 36116, 36118, 36199, 36205, 36209, 36211, 36225,
36249, 36290, 36286, 36282, 36303, 36314, 36310, 36300, 36315, 36299,
{f: 2, c: 36330}, 36319, 36323, 36348, {f: 2, c: 36360}, 36351,
{f: 2, c: 36381}, 36368, 36383, 36418, 36405, 36400, 36404, 36426, 36423,
36425, 36428, 36432, 36424, 36441, 36452, 36448, 36394, 36451, 36437,
36470, 36466, 36476, 36481, 36487, 36485, 36484, 36491, 36490, 36499,
36497, 36500, 36505, 36522, 36513, 36524, 36528, 36550, 36529, 36542,
36549, 36552, 36555, 36571, 36579, 36604, 36603, 36587, 36606, 36618,
36613, 36629, 36626, 36633, 36627, 36636, 36639, 36635, 36620, 36646,
36659, 36667, 36665, 36677, 36674, 36670, 36684, 36681, 36678, 36686,
36695, 36700, {f: 3, c: 36706}, 36764, 36767, 36771, 36781, 36783, 36791,
36826, 36837, 36834, 36842, 36847, 36999, 36852, 36869, {f: 2, c: 36857},
36881, 36885, 36897, 36877, 36894, 36886, 36875, 36903, 36918, 36917,
36921, 36856, {f: 4, c: 36943}, 36878, 36937, 36926, 36950, 36952, 36958,
36968, 36975, 36982, 38568, 36978, 36994, 36989, 36993, 36992, 37002,
37001, 37007, 37032, 37039, 37041, 37045, 37090, 37092, 25160, 37083,
37122, 37138, 37145, 37170, 37168, 37194, 37206, 37208, 37219, 37221,
37225, 37235, 37234, 37259, 37257, 37250, 37282, 37291, 37295, 37290,
37301, 37300, 37306, {f: 2, c: 37312}, 37321, 37323, 37328, 37334, 37343,
37345, 37339, 37372, {f: 2, c: 37365}, 37406, 37375, 37396, 37420, 37397,
37393, 37470, 37463, 37445, 37449, 37476, 37448, 37525, 37439, 37451,
37456, 37532, 37526, 37523, 37531, 37466, 37583, 37561, 37559, 37609,
37647, 37626, 37700, 37678, 37657, 37666, 37658, 37667, 37690, 37685,
37691, 37724, 37728, 37756, 37742, 37718, 37808, {f: 2, c: 37804}, 37780,
37817, {f: 2, c: 37846}, 37864, 37861, 37848, 37827, 37853, 37840, 37832,
37860, 37914, 37908, 37907, 37891, 37895, 37904, 37942, 37931, 37941,
37921, 37946, 37953, 37970, 37956, 37979, 37984, 37986, 37982, 37994,
37417, 38000, 38005, 38007, 38013, 37978, 38012, 38014, 38017, 38015,
38274, 38279, 38282, 38292, 38294, {f: 2, c: 38296}, 38304, 38312, 38311,
38317, 38332, 38331, 38329, 38334, 38346, 28662, 38339, 38349, 38348,
38357, 38356, 38358, 38364, 38369, 38373, 38370, 38433, 38440,
{f: 2, c: 38446}, 38466, 38476, 38479, 38475, 38519, 38492, 38494, 38493,
38495, 38502, 38514, 38508, 38541, 38552, 38549, 38551, 38570, 38567,
{f: 2, c: 38577}, 38576, 38580, [12202, 38582], 38584, [12203, 38585],
38606, 38603, 38601, 38605, 35149, 38620, 38669, 38613, 38649, 38660,
38662, 38664, 38675, 38670, 38673, 38671, 38678, 38681, 38692, 38698,
38704, 38713, {f: 2, c: 38717}, 38724, 38726, 38728, 38722, 38729, 38748,
38752, 38756, 38758, 38760, 21202, 38763, 38769, 38777, 38789, 38780,
38785, 38778, 38790, 38795, {f: 2, c: 38799}, 38812, 38824, 38822, 38819,
{f: 2, c: 38835}, 38851, 38854, 38856, [12209, 38859], 38876,
[12210, 38893], 40783, 38898, 31455, 38902, 38901, 38927, 38924, 38968,
38948, 38945, 38967, 38973, 38982, 38991, 38987, 39019, {f: 3, c: 39023},
39028, 39027, 39082, 39087, 39089, 39094, 39108, 39107, 39110, 39145,
39147, 39171, 39177, 39186, 39188, 39192, 39201, {f: 2, c: 39197}, 39204,
39200, 39212, 39214, {f: 2, c: 39229}, 39234, 39241, 39237, 39248, 39243,
{f: 2, c: 39249}, 39244, 39253, {f: 2, c: 39319}, 39333, {f: 2, c: 39341},
39356, 39391, 39387, 39389, 39384, 39377, {f: 2, c: 39405},
{f: 2, c: 39409}, 39419, 39416, 39425, 39439, 39429, 39394, 39449, 39467,
39479, 39493, 39490, 39488, 39491, 39486, 39509, 39501, 39515, 39511,
39519, 39522, 39525, 39524, 39529, 39531, 39530, 39597, 39600, 39612,
39616, 39631, 39633, {f: 2, c: 39635}, 39646, [12221, 39647],
{f: 2, c: 39650}, 39654, 39663, 39659, 39662, 39668, 39665, 39671, 39675,
39686, 39704, 39706, 39711, {f: 2, c: 39714}, [12222, 39717],
{f: 4, c: 39719}, 39726, [12223, 39727], [12224, 39730], 39748, 39747,
39759, {f: 2, c: 39757}, 39761, 39768, 39796, 39827, 39811, 39825,
{f: 2, c: 39830}, {f: 2, c: 39839}, 39848, 39860, 39872, 39882, 39865,
39878, 39887, {f: 2, c: 39889}, 39907, 39906, 39908, 39892, 39905, 39994,
39922, 39921, 39920, 39957, 39956, 39945, 39955, 39948, 39942, 39944,
39954, 39946, 39940, 39982, 39963, 39973, 39972, 39969, 39984, 40007,
39986, 40006, 39998, 40026, 40032, 40039, 40054, 40056, 40167, 40172,
40176, 40201, 40200, 40171, 40195, 40198, 40234, 40230, 40367, 40227,
40223, 40260, 40213, 40210, 40257, 40255, 40254, 40262, 40264,
{f: 2, c: 40285}, 40292, 40273, 40272, 40281, 40306, 40329, 40327, 40363,
40303, 40314, 40346, 40356, 40361, 40370, 40388, 40385, 40379, 40376,
40378, 40390, 40399, 40386, 40409, 40403, 40440, 40422, 40429, 40431,
40445, {f: 2, c: 40474}, 40478, [12228, 40565], 40569, 40573, 40577, 40584,
{f: 2, c: 40587}, 40594, 40597, 40593, 40605, [12230, 40613], 40617, 40632,
40618, 40621, 38753, 40652, {f: 3, c: 40654}, 40660, 40668, 40670, 40669,
40672, 40677, 40680, 40687, 40692, {f: 2, c: 40694}, [12235, 40697],
{f: 2, c: 40699}, [12236, 40701], {f: 2, c: 40711}, 30391, 40725, 40737,
40748, 40766, [12241, 40778], [12242, 40786], 40788, 40803,
{f: 3, c: 40799}, {f: 2, c: 40806}, 40812, 40810, 40823, 40818, 40822,
40853, [12244, 40860], [12245, 40864], 22575, 27079, 36953, 29796, 0,
{f: 76, c: 9472}, {f: 20, c: 9312}, {f: 10, c: 8544}, 13129, 13076, 0,
13133, 0, 13095, 0, 13110, 13137, 0, 13069, 13094, 0, 13099, 13130, 0,
{f: 3, c: 13212}, {f: 2, c: 13198}, 13252, 13217, 12317, 12319, 8470,
13261, 0, {f: 5, c: 12964}, {f: 2, c: 12849}, 12857, 13182, 13181, 13180,
8750, 8721, {s: 3}, 8735, 8895, 0, 0, 21854, {s: 7}, 167133, 0, 0, 28976,
0, 40407, {s: 4}, 64054, 0, 0, 22169, 15694, {s: 4}, 20448, 0, 0, 36544, 0,
194797, {s: 4}, 153716, 32363, 33606, 167670, {s: 3}, 40572, 0, 0, 26171,
0, 40628, {s: 4}, 26629, {s: 5}, 23650, 0, 194780, 0, 32353, 0, 0, 64070,
{s: 5}, 34083, 37292, {s: 7}, 34796, {s: 8}, 25620, 0, 0, 39506, {s: 4},
64074, 0, 194692, {s: 4}, 31774, {s: 6}, 64016, 25681, 0, 0, 63980, 22625,
39002, 0, 194679, {s: 3}, 31153, 0, 28678, {s: 9}, 22218, {s: 3}, 21085, 0,
28497, 37297, {s: 10}, 64106, {s: 6}, 38960, 0, 40629, {s: 9}, 33802,
63939, {f: 2, c: 63890}, 63897, 0, 34847, 194575, 0, 194771, 194584,
{s: 7}, 137754, 23643, {s: 4}, 25890, 0, 0, 26618, 0, 26766, 0, 148432,
194848, {s: 21}, 34110, {s: 15}, 30562, {s: 12}, 65075, 0,
{f: 2, c: 65073}, {s: 4}, 65072, {f: 2, c: 65077}, {f: 2, c: 65081}, 0, 0,
{f: 2, c: 65079}, {f: 2, c: 65087}, {f: 2, c: 65085}, {f: 4, c: 65089},
{f: 2, c: 65083}, {s: 41}, {f: 3, c: 12436}, 0, 0, 22099, {s: 41}, 65508,
65287, 65282, 0, 9665, 9655, 8681, 8679, 8678, 8680, 9634, 9831, 9825,
9828, 9826, 13216, 13218, {f: 2, c: 13220}, 13207, 8467, 13208, 13235,
13234, 13233, 13232, {f: 3, c: 13189}, 13259, 13200, 13268, 13206, 13090,
13078, 13080, 13077, 13059, 13091, 13143, 13122, 13113, 13115, 13056,
13105, 13127, 13086, 13098, 0, 13183, 8481, 9742, 12342, 12320, {s: 3},
{f: 9, c: 9352}, {f: 20, c: 9332}, 12881, {f: 10, c: 8560},
{f: 10, c: 12882}, {f: 26, c: 9372}, 12867, 12861, 12863, 12852, 12856,
12851, 12860, 12866, 12862, 12854, 12853, 12859, 12864, 12858, 12976,
12973, 12969, 12975, 12948, 12970, 12952, 12971, 12946, 12945, 12947,
12972, 12974, 12950, {s: 8}, {f: 3, c: 9131}, 0, {f: 3, c: 9127}, 0, 13260,
13061, 0, 0, 13215, 13219, 13222, 0, 0, 12958, {f: 2, c: 13192}, 13256,
8749, 0, 12848, {f: 6, c: 12842}, 12855, 12865, 10145, {s: 3}, 9673, 9824,
9829, 9827, 9830, {f: 4, c: 9728}, 9758, {f: 2, c: 9756}, 9759, 12953,
9450, {f: 2, c: 8554}, {s: 3}, {f: 8, c: 9601}, 9615, 9614, 9613, 9612,
9611, 9610, 9609, {f: 2, c: 9620}, {f: 2, c: 9581}, 9584, 9583, 9552, 9566,
9578, 9569, {f: 2, c: 9698}, 9701, 9700, 0, 0, {f: 3, c: 9585}, {s: 20},
20956, 29081, {f: 9, c: 10102}, {s: 3}, {f: 2, c: 8570}, {s: 3}, 8575,
8458, 8457, 0, 0, 12292, 8646, {f: 2, c: 8644}, 0, {f: 4, c: 12535}, 0, 0,
12957, {s: 3}, 13179, {s: 3}, 13107, 13134, {s: 30}, 32394, 35100, 37704,
37512, 34012, 20425, 28859, 26161, 26824, 37625, 26363, 24389,
[12033, 20008], 20193, 20220, 20224, 20227, 20281, 20310, 20370, 20362,
20378, 20372, 20429, 20544, 20514, 20479, 20510, 20550, 20592, 20546,
20628, 20724, 20696, 20810, 20836, 20893, 20926, 20972, 21013, 21148,
21158, 21184, 21211, 21248, 0, 21284, 21362, 21395, 21426, 21469, 64014,
21660, 21642, 21673, 21759, 21894, 22361, 22373, 22444, 22472, 22471,
64015, 0, 22686, 22706, 22795, 22867, 22875, 22877, 22883, 22948, 22970,
23382, 23488, 29999, 23512, 0, 23582, 23718, 23738, 23797, 23847, 23891, 0,
23874, 23917, {f: 2, c: 23992}, 24016, 24353, 24372, 24423, 24503, 24542,
24669, 24709, 24714, 24798, 24789, 24864, 24818, 24849, 24887, 24880,
24984, 25107, 25254, 25589, 25696, 25757, 25806, 25934, 26112, 26133,
26121, 26158, 0, 26148, 26213, 26199, 26201, 64018, 26227, 26265, 26272,
26290, 26303, 26362, 26382, 0, 26470, 26555, 26706, 26560, 0, 26692, 26831,
64019, 26984, 64020, 27032, 27106, 27184, 27243, 27206, 27251, 27262,
27362, 27364, 27606, 27711, 27740, 27782, 27759, 27866, 27908, 28039,
28015, 28054, 28076, 28111, 28152, 28146, 28156, 28217, 28252, 28199,
28220, 28351, 28552, 28597, 28661, 28677, 28679, 28712, 28805, 28843,
28943, 28932, 29020, {f: 2, c: 28998}, 0, 29121, 29182, 29361, 29374,
29476, 64022, 29559, 29629, 29641, 29654, 29667, 29650, 29703, 29685,
29734, 29738, 29737, 29742, 0, 29833, 29855, 29953, 30063, 30338, 30364,
30366, 30363, 30374, 64023, 30534, 21167, 30753, 30798, 30820, 30842,
31024, {f: 3, c: 64024}, 31124, 64027, 31131, 31441, 31463, 64028, 31467,
31646, 64029, 32072, 0, 32183, 32160, 32214, 32338, 32583, 32673, 64030,
33537, 33634, 33663, 33735, 33782, 33864, 33972, 34131, 34137, 34155,
64031, 34224, {f: 2, c: 64032}, 34823, 35061, 35346, 35383, 35449, 35495,
35518, 35551, 64034, 35574, 35667, 35711, 36080, 36084, 36114, 36214,
64035, 36559, 0, 64037, 36967, 37086, 64038, 37141, 37159, 37338, 37335,
37342, {f: 2, c: 37357}, {f: 2, c: 37348}, 37382, 37392, 37386, 37434,
37440, 37436, 37454, 37465, 37457, 37433, 37479, 37543, {f: 2, c: 37495},
37607, 37591, 37593, 37584, 64039, 37589, 37600, 37587, 37669, 37665,
37627, 64040, 37662, 37631, 37661, 37634, 37744, 37719, 37796, 37830,
37854, 37880, 37937, 37957, 37960, 38290, 0, 64041, 38557, 38575, 38707,
38715, 38723, 38733, 38735, [12205, 38737], 0, 38999, 39013,
{f: 2, c: 64042}, 39207, 64044, 39326, 39502, 39641, 39644, 39797, 39794,
39823, 39857, 39867, 39936, 40304, 40299, 64045, 40473, 40657, {s: 636},
8364, 8486, 0, 0, 64256, {f: 2, c: 64259}, 257, 299, 363, 275, 333, 256,
298, 362, 274, 332, {f: 4, c: 8539}, {f: 2, c: 8531}, 8304,
{f: 6, c: 8308}, {f: 10, c: 8320}, 461, 282, 0, 7868, 463, 0, 296, 465, 0,
467, 366, 360, 462, 283, 0, 7869, 464, 0, 297, 466, 0, 468, 367, 361, 593,
8049, 8048, 509, 0, 596, 0, 0, 601, 0, 0, 602, 0, 0, 603, 8051, 8050, 0,
331, 629, 652, 0, 0, 658, 643, 720, {s: 682}, {f: 10, c: 12832}, {s: 108},
{f: 4, c: 12892}, {f: 15, c: 12977}, {s: 50}, {f: 26, c: 9424},
{f: 26, c: 9398}, {s: 48}, {f: 47, c: 13008}, 0, {f: 10, c: 12928}, 12944,
{f: 6, c: 12938}, 0, 12959, {s: 6}, {f: 2, c: 12960}, 12955, 12954, 12963,
12962, 12951, 0, 12956, 12949, {s: 6}, 9676, {s: 11}, 10111,
{f: 10, c: 9451}, {s: 510}, 8414, {s: 815}, 13274, {s: 3}, 8448, 13250, 0,
0, 8453, 0, 13169, 0, 0, 13197, 13211, {s: 3}, {f: 2, c: 13271}, {s: 3},
{f: 2, c: 13057}, 13060, 13062, 0, 13064, 0, 13063, 13066, 0, 13065, 0,
13067, 0, 13068, {f: 6, c: 13070}, 0, 13079, 0, 13081, 0, {f: 4, c: 13082},
{f: 3, c: 13087}, 13092, 0, 13093, 0, 0, {f: 2, c: 13096}, 0, 13101, 0, 0,
{f: 3, c: 13102}, 13106, 0, 0, {f: 2, c: 13108}, 13116, {s: 3}, 13111, 0,
13112, 13114, 13117, 13121, {f: 3, c: 13118}, {f: 4, c: 13123}, 13128,
{f: 2, c: 13131}, {f: 2, c: 13135}, 0, 0, 13138, 13140, 0, 0, 13139,
{f: 2, c: 13141}, {s: 132}, 8501, 976, 8714, 8463, 0, 981, 987, 977, 0,
{f: 2, c: 9832}, 9836, {s: 5}, 12347, 0, {f: 3, c: 12339}, 8252, 8265,
{s: 5}, 8723, 0, 8771, {f: 2, c: 8818}, {s: 6}, {f: 2, c: 12312},
{f: 2, c: 65375}, {s: 10}, 9115, {f: 2, c: 9117}, 9120, {s: 4}, 9121,
{f: 2, c: 9123}, 9126, {s: 12}, [9116, 9119, 9122, 9125, 9130], {s: 8},
9986, 0, 0, 12349, 0, 12447, 0, 0, 8709, 8864, 8854, 8856, 8853, 8855,
{s: 4}, 9664, 9654, {s: 4}, 8656, 8596, {f: 2, c: 8600}, {f: 2, c: 8598},
8652, 8651, {s: 10}, 12336, 8967, {s: 8}, 10048, 10047, {s: 7}, 9643, 0,
9642, 0, 10010, {s: 12}, 9702, {s: 4}, 10070, {s: 379}, {f: 2, c: 65093},
{s: 679}, 64103, 64098, 32227, [12232, 40643], 28331, 64082, 64061, 64069,
64062, 27114, 28212, 64096, 64071, 64056, 64066, 64078, 34395, 64105,
64052, 64099, 25581, 25802, 30799, 64084, 63856, 64077, 64097, 64072,
64076, {f: 2, c: 64091}, 64081, 64067, 64090, 28041, 29376, 0, 194885,
64086, 64080, 64049, 64059, 24034, 64063, 64101, 21373, 64055, 64095,
24501, 64064, 0, 64083, 0, 64085, 64104, 64068, 64089, 26202, 64053, 64075,
64100, 64065, 64048, 0, 64057, 64051, 27493, 64058, 27599, 64050, 25150,
64079, 63773, 63964, 63798, 28122, 63952, 26310, 27511, 64087, 37706, 0,
37636, {s: 120}, 133390, {s: 120}, 35999, 11991, [11965, 158033], {s: 5},
37555, 38321, 0, 0, 194812, {s: 13}, 194965, {s: 8}, 194794, 0, 26478,
11974, 0, 194594, {s: 13}, 13314, 0, 0, 26083, {s: 4}, 134071, {s: 10},
171339, 0, 194611, 24378, {s: 8}, 11945, 0, 20465, {s: 7}, 63753, {s: 7},
11964, 0, 0, 194732, 26435, {s: 3}, 133732, 35329, 25142, 0, 0, 21555,
23067, {s: 3}, 25221, 0, 0, 194819, {s: 6}, 21567, {s: 9}, 27506, {s: 4},
29986, 19256, 0, 0, 24063, {s: 6}, 194827, 29626, 134047, {s: 3}, 194600,
0, 194849, {s: 5}, 194623, {s: 16}, 194675, {f: 2, c: 11916}, 23577,
{s: 3}, 131083, 23426, 194642, {s: 5}, 11997, [11999, 39136],
[11998, 169599], 14221, 0, [11927, 14586], 0, 194887, 0, [11909, 20155],
131490, {s: 7}, 13599, 0, 194738, 0, 0, [11971, 35200], {s: 4}, 31237,
{s: 4}, 35498, 0, 32085, 0, 28568, {s: 7}, 25591, 30246, {s: 4},
[11978, 163767], {s: 5}, 146686, {s: 5}, 13351, 0, 0, 33067, 0, 0, 194842,
{s: 5}, 11950, {s: 5}, 194714, {s: 3}, 194831, {s: 19}, 22305, 135741,
194586, 0, 64003, {s: 7}, 21534, 15240, 20839, {s: 4}, 63839, {s: 9},
20023, {s: 13}, [11946, 150804], 24421, 23020, 194658, 0, 24217, {s: 46},
13416, {s: 8}, 21200, {s: 9}, 26625, 0, 195024, 195039, {s: 5}, 153215, 0,
0, 11959, {s: 4}, 36534, 63775, {s: 3}, 63875, {s: 5}, 31867, 63906, 0,
63898, 0, [11961, 32770], 157360, {s: 4}, [11911, 132648], 0, 0, 131210,
194604, [11915, 13630], {s: 4}, 21589, 0, 22841, 0, 0, 23414, 194669,
23572, 14306, 23782, 0, 20040, 0, 0, 194742, {s: 4}, 158105, 25371, 0, 0,
26211, 0, 194779, 0, 0, 27126, 27014, {s: 3}, 27596, 0, 28183, 0, 0, 27818,
{s: 3}, [11942, 20012], 0, 0, 29935, 30069, 30188, 30286, 16305, 30570,
30633, {s: 6}, 31571, 0, 0, 16996, {s: 3}, 194924, 0, 0, 32328, {s: 5},
11955, {s: 4}, 33089, 17491, 0, [11966, 33401], [11967, 64094],
[11968, 64093], 0, 20857, 33626, {s: 3}, 17701, 0, 34292, 131248, {s: 4},
34429, 0, 13358, 35014, {s: 6}, 18406, {s: 8}, 36808, {s: 19}, 166279, 0,
0, 167447, 0, 0, 38969, {s: 6}, 39432, {s: 4}, 39903, {s: 10}, 148206,
{s: 5}, 21385, 0, 64017, 194785, 0, 146622, 132625, 0, {f: 2, c: 19972},
19999, 20011, {f: 2, c: 20015}, {f: 2, c: 20032}, 20036, [11907, 20058],
20095, 20109, 20118, 20153, 20176, 20192, 20221, 20223, 20235, 20245,
20320, 20283, 20297, 20308, 20346, {f: 2, c: 20349}, 20375, 20414, 20431,
20477, {f: 2, c: 20480}, 20496, 20507, 20519, 20526, 20567, 20582, 20586,
20539, 20623, 20630, 20636, 20684, 20710, 20713, 20719, 20744, 20747,
20752, 20763, 20766, 20831, 20897, 20924, 0, 20974, 20980, 20993,
[11913, 20994], 21011, 21065, 21089, 21094, 21139, 21192, 21232,
{f: 2, c: 21258}, 21310, 21324, 21323, 21345, 21356, 21419, 21466, 21478,
21493, 21543, 21581, 21606, 21611, 21620, 21645, 21654, 21665, 21677,
21689, 21695, 21702, 21709, 21774, 21803, 21813, 21834, 21856, 0, 21896,
21902, 22024, {f: 2, c: 22030}, 22071, 22079, 22089, 22091, 22095, 22118,
22121, 22127, {f: 2, c: 22129}, 22165, 22170, {f: 2, c: 22188}, 22193,
22217, 22237, 22244, 22282, 22293, 22307, 22319, {f: 2, c: 22323}, 22348,
22384, 22412, 22428, 22456, 22502, 22509, {f: 2, c: 22517}, 22527, 22537,
22560, 22578, 22652, 22656, 22697, 22734, 22736, 22740, 22746, 22761,
22796, 22820, 22831, 22881, 22893, 22986, 22994, 23005, {f: 2, c: 23011},
23044, 23052, 23075, 23111, 23125, 23139, 23149, 23166, 23198, 23207,
23212, 23219, 23264, 23296, 23321, 23333, 23341, 23361, 23420,
{f: 2, c: 23422}, 23434, [11919, 23587], 23595, 23600, 23651, 23657, 23676,
23755, 23762, 23796, 23844, 23846, 23875, 23878, 23882, 23954, 23956,
23961, 23968, 24024, 24032, 24056, 24064, 24082, {f: 2, c: 24084}, 24088,
24110, 24152, {f: 2, c: 24171}, 24232, 24234, {f: 2, c: 24254}, 0, 24274,
24327, 24334, {f: 2, c: 24348}, 24354, 24360, 24374, 24379, 24384,
[12089, 24400], 24408, 24420, 24457, 24476, 24487, 24484, 24495, 24504,
[11926, 24516], 24521, 24545, 24553, 24557, 24572, 24599, 24602, 24627,
24673, 24703, 24734, 24740, 24752, 24779, 24795, 24824, {f: 3, c: 24850},
24860, 24956, 24973, 24991, 25000, 25026, 25055, 25109, 25129, 25155,
25158, [11928, 25164], 25169, 25174, 25284, 25340, 25354, 25357, 25368,
25401, {f: 2, c: 25410}, 25445, 25460, 25469, 25476, 25479, 25488, 25502,
25553, 25564, 25609, 25616, 25634, 25684, 25691, 25709, 25723,
{f: 2, c: 25790}, 25829, 25847, 25851, 25860, 25878, 25881, 25927, 25959,
25985, 25989, 26050, 26096, 26098, 26156, 26188, {f: 2, c: 26203}, 26209,
26219, 0, 26276, 26312, 26348, 26373, 26387, 26419, 26440, 26444, 26486,
26491, 26544, 26546, 26617, 26583, 26585, 26608, 26668, {f: 2, c: 26672},
26715, 26738, 26741, 26746, 26756, 26789, 26802, 26832, 26838, 26856,
26861, {f: 2, c: 26864}, 26876, 26897, 26899, 26933, 26939, 26967, 26979,
26994, {f: 2, c: 27007}, 27046, 27053, 27063, {f: 2, c: 27094}, 27137,
27151, 27157, 27176, 27188, 27198, 27205, {f: 2, c: 27216}, 27222, 27227,
27267, 27273, 27281, {f: 3, c: 27293}, 27356, 27367, 27372, 27422, 27428,
27445, 27462, 27478, 27488, 27522, 27582, 27617, 27633, 27664, 27699,
[11937, 27701], 11938, 27737, 27766, 27771, 27781, 27797, 27804, 27856,
27860, 27862, 27872, {f: 2, c: 27883}, 27886, 27914, 27918, 27921, 27950,
27991, 27998, 28005, 28034, 28095, 28100, 28106, 28118, 28137, 28194,
28241, 28359, 28362, 28366, 28413, 28442, 28458, 28463, 28467, 28506,
28510, 28514, 28541, 28555, 28557, 28562, 28564, 28570, {f: 2, c: 28583},
28598, 28634, 28638, 0, 28729, 28732, 0, 28756, {f: 2, c: 28765}, 28772,
[11939, 28780], 28798, 28801, 28821, 28855, {f: 2, c: 28883}, 28888, 28892,
28935, 28960, 28977, 29002, 29010, 29024, 29049, 29074, 0, 29131, 29139,
29142, 29184, 29213, 29227, 29240, 29249, 29267, {f: 2, c: 29269}, 29276,
29325, [11944, 29357], 29364, 29383, 29435, {f: 2, c: 29444}, 29480, 29489,
29507, 29548, 29564, 29571, {f: 2, c: 29573}, 29589, {f: 3, c: 29598},
29606, 29611, 29621, 29623, 29628, 29647, 29657, 29673, 29684, 29693,
29700, 29706, {f: 2, c: 29722}, 29732, 29736, 29740, {f: 3, c: 29743},
29753, 29764, 29767, 29771, 29773, 29777, 29783, 29798, 29803, 29809,
29824, {f: 3, c: 29829}, 29840, 29848, 29852, 29856, 29859, 29864, 29867,
29877, 29887, 29896, 29914, 29918, 30030, 30073, 30081, 30096,
[12135, 30098], 30099, 30132, 30180, 30201, 30208, 30218, {f: 2, c: 30229},
30233, 30238, 30253, 30261, 30275, 30283, 30309, 30317, 30319, 30321,
30324, {f: 2, c: 30372}, 30405, 30412, 30444, 30460, 30516, 30518, 30556,
{f: 2, c: 30559}, 30578, 30589, 30613, 30634, 30694, 30704, 30708, 30726,
30754, {f: 2, c: 30765}, 30768, 30773, 30824, 30878, 30920, 30924, 30926,
30948, {f: 2, c: 30944}, 30962, 30967, 30971, 31025, 0, [11949, 31035],
31037, 31045, {f: 2, c: 31067}, 31115, 31126, 31128, [12145, 31160], 31163,
31178, 31194, 31235, 31241, 31249, 31262, 31277, 31289, 31301, 31308,
31325, 0, 31341, 31352, 31392, 31395, 31411, {f: 2, c: 31419}, 31430,
31495, 31508, 31527, 31537, 31559, 31566, 31584, 31593, 31597, 31602,
31633, 31663, 31703, 31705, 31755, 31759, 31776, 31782, 31793, 31798,
31825, 31833, 31847, 31854, 31856, 31932, 31935, {f: 2, c: 31944}, 31959,
31961, 31965, 31979, {f: 3, c: 32007}, 32019, 32029, 32035, 32065, 32083,
32089, 32093, 32122, 32134, {f: 2, c: 32139}, 32204, 32235, 32241, 32249,
32264, 32273, 32277, 32288, 32327, 32354, 32366, 32371, 32397, 32401,
32408, 32580, 32591, [11947, 11954, 32594], [11953, 32595], 32609, 32657,
32703, 32718, 32735, 32741, 32748, {f: 2, c: 32750}, 32762, 32782, 32785,
32788, 32804, 32806, 32826, 32828, 32864, 32881, 32885, 32926, 32934,
32939, {f: 2, c: 32983}, 33046, 33048, 33082, 33098, 33100, 33153, 33156,
33204, 33231, 33273, 33283, 33313, 33330, 33332, 33350, 33355, 33359,
33422, 33454, 33463, 33470, 33478, 33534, 33603, 33617, 33621, 33670,
33677, 33682, 33688, 33705, {f: 2, c: 33727}, 33770, 33807, 33809, 33866,
33910, 33960, 33967, 33984, 33986, 34032, 34045, 34060, 34100, 34142,
34191, 34231, 34254, 34221, 34322, 34345, 34386, 34403, 34412, 34415,
34426, 34445, 34449, 34456, {f: 2, c: 34471}, 34554, 34557, 34571, 34579,
34585, 34590, 34600, 34622, 34673, 34696, 34713, {f: 2, c: 34732}, 34741,
34774, 34795, 34797, 34817, 0, 34822, 34827, 34836, 34844, 34902, 34911,
[11970, 34916], 34968, 34986, {f: 2, c: 35005}, 35018, 35026, 35035,
{f: 2, c: 35056}, 35078, {f: 3, c: 35096}, 35111, 35120, 35134, 35195,
35284, 35286, 35301, 35313, 35335, 35343, 35349, 35362, 35406, 35455,
35572, 35615, 35639, {f: 2, c: 35651}, 35668, 35740, 35742, 35911, 35924,
35955, 36004, 36057, 36065, 36088, 36094, 36123, 36201, 36204, 36228,
36237, 36245, 36262, 36294, 36302, 36324, 36332, 36384, 36427, 36460,
36464, 36474, 36498, 36526, 36531, 36561, 36564, 36601, 36631, 36662,
36774, [12193, 36789], [11981, 36790], 0, 36832, 36836, 36854, 36866,
36908, 36932, 37000, 37013, 37017, 37019, 37026, 37044, 37079, 37085,
37108, 37143, 37148, 37169, 37178, 37181, 37192, 37211, 37217, 37220,
37262, 37278, 37288, {f: 2, c: 37293}, 37298, 37308, 37360, 37367, 37371,
37383, 37416, 37427, 37432, 37443, 37447, 37455, 37472, 37570,
{f: 2, c: 37579}, 37599, 37645, 37653, 37663, 37671, 37703, 37714, 0,
37738, 37741, 37787, 37818, 37801, 37825, 37834, 37858, 37882, 37885,
37903, 37940, 37951, 37973, 37995, 38002, [11986, 38264], 38310, 38313, 0,
38324, 38333, 38362, [11983, 11990, 38429], 38465, 38488, 38532, 38564,
38569, 38610, 195060, 38622, 38633, 38641, 38658, 38665, 38746, 38755,
38766, 38771, 38810, 38818, {f: 2, c: 38837}, 38873, 38878, 38900, 38922,
38926, 38942, 38947, 38955, 38974, {f: 2, c: 38994}, 39001, 39020, 39096,
39098, 39103, 39112, 39141, {f: 2, c: 39218}, 39232, 39245, 39260, 39263,
39345, {f: 2, c: 39353}, 39369, 39426, 39446, 39460, 39463,
{f: 2, c: 39469}, 39478, 39480, 39498, 39510, {f: 2, c: 39605}, 39673,
39683, 39712, {f: 2, c: 39731}, 39795, 39801, 39847, 39873, 39879, 39895,
39911, 39915, 39927, 39930, 39933, 39947, 39975, 39978, 39990, 40001,
40019, 40035, 40048, 40055, 40194, 40258, 40263, 40291, 40297, 40316,
40318, 40333, 40369, 40387, 40391, 40406, 40415, 40427, 40436, 40469,
40477, 40612, 40616, 40620, 40679, 40686, 40720, 40722, 40727, 40729,
40751, 40759, 40761, 40769, 40773, 40791, 40808, 40817, 40821, 40848,
40852, 40866, 0, 13317, 194564, 22048, 24267, 11925, 0, 144954, 0, 28665,
28390, 29107, [11940, 64073], {s: 4}, [11980, 64102], 0, 23986, 0, 20435,
20697, 20720, 20931, 22134, 27220, 27905, 28112, 28226, 28377, 29668,
29729, 30060, 30801, 34805, 144382, 29608, 15091, 13531, 17420, 16010, 0,
0, 19432, 0, 16090, 15138, 0, 17786, 16531, 0, 18021, 16643, 17043, 18094,
13448, 140809, {f: 3, c: 63584}, 63610, 63615, {s: 23}, {f: 2, c: 8836},
{f: 2, c: 8842}, 8713, 0, {f: 2, c: 8965}, {s: 9}, {f: 2, c: 8741},
{s: 14}, 8802, 0, 8773, 8776, {f: 2, c: 8822}, {s: 4}, 8487, {s: 209},
{f: 2, c: 8922}, 8533, 8984, {f: 2, c: 7742}, {f: 2, c: 504}, 470, 472,
474, 476, 260, 728, 317, 346, 350, 356, 377, 379, 261, 731, 318, 347, 711,
351, 357, 378, 733, 380, 340, 258, 313, 262, 268, 280, 270, 323, 327, 336,
344, 368, 354, 341, 259, 314, 263, 269, 281, 271, 273, 324, 328, 337, 345,
369, 355, 729, 264, 284, 292, 308, 348, 364, 265, 285, 293, 309, 349, 365,
625, 651, 638, 620, 622, 633, 648, 598, 627, 637, 642, 656, 635, 621, 607,
626, 669, 654, 609, 624, 641, 295, 661, 660, 614, 664, 450, 595, 599, 644,
608, 403, 616, 649, 600, 604, 606, 592, 623, 650, 612, 594, 653, 613, 674,
673, 597, 657, 634, 615, 865, 712, 716, 721, 8255, 783, {f: 5, c: 741}, 0,
0, 805, 812, 825, 796, {f: 2, c: 799}, 829, 809, 815, 734, 804, 816, 828,
820, {f: 2, c: 797}, {f: 2, c: 792}, 810, {f: 2, c: 826}, 794, {s: 3},
{f: 2, c: 610}, 618, 628, 630, 632, 640, 655, 665, 668, 671, 688, 690, 695,
704, {f: 2, c: 736}, {s: 6}, 8862, {s: 287}, 12348, 12543, 0,
{f: 2, c: 12310}, 9838, 9835, {f: 2, c: 10548}, 10687, 0, 12448, 0,
{f: 2, c: 10746}, {s: 13}, 962, {f: 10, c: 9461}, {f: 2, c: 9750}, 9649,
{f: 10, c: 12784}, 0, {f: 6, c: 12794}, {f: 15, c: 9150}, 0, 0, 10003, 0,
9251, 9166, {f: 4, c: 9680}, {f: 2, c: 8263}, 0, 8273, 8258,
{f: 16, c: 12688}, {s: 13}, {f: 2, c: 9136}, {f: 12, c: 9842},
{f: 2, c: 12441}, 8413, {s: 450}, 20296, 20319, 20330, 20332, 20494, 20504,
20545, 20722, 20688, 20742, 20739, 20789, 20821, 20823, 13493, 20938,
20962, 21079, 21196, 21206, 21243, 21276, 21347, 21405, 21522, 21631,
21640, 21840, 21889, 21933, 21966, 22075, 22174, 22185, 22195, 22391,
22396, 135963, 22479, 22500, 22628, 22665, 136302, 22738, 22752, 34369,
22923, 22930, 22979, 23059, 23143, 23159, 23172, 23236, 137405, 23421,
23443, 23570, 64060, 136884, 23674, 23695, 23711, 23715, 23722, 23760,
138804, 23821, 23879, 23937, 23972, 23975, 24011, 24158, 24313, 24320,
24322, 24355, 24381, 24404, 24445, 24589, 24596, 24600, 24629, 24647,
24733, 24788, 24797, 24875, 25020, 25017, 25122, 25178, 25199, 25302,
25468, 25573, 25721, 25796, 25808, 25897, 26013, 26170, 26146, 26155,
26160, 26163, 26184, 143812, {f: 2, c: 26231}, 26253, 26299, 26331, 26344,
26439, 26497, 26515, 26520, 26523, 26620, 26653, 26787, 26890, 26953,
144836, 26946, 26980, 27045, 27087, 15286, 15299, 27113, 27125, 145215,
27195, 145251, 27284, 27301, 15375, 27419, 27436, 27495, 27561, 27565,
27607, 27647, 27653, 27764, 27800, 27899, 27846, 27953, 27961, 27967,
27992, 28052, 28074, 28123, 28125, 28228, 28254, 28337, 28353, 28432,
28505, 28513, 28542, 28556, 28576, 28604, 28615, 28618, 28656, 28750,
28789, 28836, 28900, 28971, 28958, 28974, 29009, 29032, 29061, 29063,
29114, 29124, 29205, 15935, 29339, 149489, 29479, 29520, 29542, 29602,
29739, 29766, 29794, 29805, 29862, 29865, 29897, 29951, 29975, 16242,
30158, 30210, 30216, 30308, 30337, 30365, 30378, 30390, 30414, 30420,
30438, 30449, 30474, 30489, {f: 2, c: 30541}, 30586, 30592, 30612, 30688,
152718, 30787, 30830, 30896, 152846, 30893, 30976, 31004, 31022, 31028,
31046, 31097, 31176, 153457, 31188, 31198, 31211, 31213, 31365, 154052,
31438, 31485, 31506, 31533, 31547, 31599, 31745, 31795, 155041, 31853,
31865, 31887, 31892, 31904, 31957, 32049, 32092, 32131, 32166, 32194,
32296, 32663, 32731, 32821, 32823, 32970, 32992, 33011, 33120,
{f: 2, c: 33127}, 33133, 33211, 33226, 33239, 17499, 33376, 33396, 158463,
33441, {f: 2, c: 33443}, 33449, 33471, 33493, 33533, 33536, 33570, 33581,
33594, 33607, 33661, 33703, 33743, 33745, 33761, 33793, 33798, 33887,
33904, 33907, 33925, 33950, 33978, 159296, 34098, 34078, 34095, 34148,
34170, 34188, 34210, 34251, 34285, 34303, {f: 2, c: 34308}, 34320, 159988,
34328, 34360, 34391, 34402, 17821, 34421, 34488, 34556, 34695, 17898,
34826, 34832, 35022, 161412, 35122, 35129, 35136, 35220, 35318, 35399,
35421, 35425, 35445, 35536, 35654, 35673, 35689, 35741, 35913, 35944,
36271, 36305, 36311, 36387, 36413, 36475, 164471, 18500, 36602, 36638,
36653, 36692, 164813, 36840, 36846, 36872, 36909, 37015, 37043, 37054,
{f: 2, c: 37060}, 37063, 37103, 37140, 37142, {f: 2, c: 37154}, 37167,
37172, 37251, 37361, 37705, {f: 2, c: 37732}, 37795, 37855, 37892, 37939,
37962, 37987, 38001, 38286, 38303, 38316, 38326, 38347, 38352, 38355,
18864, 38366, 38565, 38639, 38734, 38805, 38830, 38842, 38849, 38857,
38875, 38998, 39143, 39256, 39427, 39617, 39619, 39630, 39638, 39682,
39688, 19479, 39725, 39774, 39782, 39812, 39818, 39838, 39886, 39909,
39928, 39971, {f: 2, c: 40015}, 40037, {f: 2, c: 40221}, 40259, 40274,
40330, 40342, 40384, 40364, 40380, 172432, 40423, 40455, 40606, 40623,
40855, 131209, 19970, 19983, 19986, 20009, 20014, 20039, 131234, 20049,
13318, 131236, 20073, 20125, 13356, 20156, 20163, 20168, 20203, 20186,
20209, 20213, 20246, 20324, 20279, 20286, 20312, 131603, {f: 2, c: 20343},
20354, 20357, 20454, 20402, 20421, 20427, 20434, 13418, 20466, 20499,
20508, 20558, 20563, 20579, 20643, 20616, {f: 2, c: 20626}, 20629, 20650,
131883, 20657, {f: 2, c: 20666}, 20676, 20679, 20723, 131969, 20686,
131953, 20692, 20705, 13458, 132089, 20759, 132170, 20832, 132361, 20851,
20867, 20875, 13500, 20888, 20899, 20909, 13511, 132566, 20979, 21010,
21014, 132943, 21077, 21084, 21100, 21111, 21124, 21122, 133127, 21144,
133178, 21156, {f: 2, c: 21178}, 21194, 21201, 133305, 21239, 21301, 21314,
133500, 133533, 21351, 21370, 21412, 21428, 133843, 21431, 21440, 133917,
{f: 2, c: 13661}, 21461, 13667, 21492, 21540, 21544, 13678, 21571, 21602,
21612, 21653, 21664, 21670, 21678, 21687, 21690, 21699, 134469, 21740,
21743, 21745, 21747, {f: 2, c: 21760}, 21769, 21820, 21825, 13734, 21831,
13736, 21860, 134625, 21885, 21890, 21905, 13765, 21970, 134805, 134765,
21951, 21961, 21964, 21969, 21981, 13786, 21986, 134756, 21993, 22056,
135007, 22023, 22032, 22064, 13812, 22077, 22080, 22087, 22110, 22112,
22125, 13829, 22152, 22156, 22173, 22184, 22194, 22213, 22221, 22239,
22248, {f: 2, c: 22262}, 135681, 135765, 22313, 135803, {f: 2, c: 22341},
22349, 135796, 22376, 22383, {f: 3, c: 22387}, 22395, 135908, 135895,
22426, {f: 2, c: 22429}, 22440, 22487, 135933, 22476, 135990, 136004,
22494, 22512, 13898, 22520, 22523, 22525, 22532, 22558, 22567, 22585,
136132, 22601, 22604, 22631, {f: 2, c: 22666}, 22669, {f: 2, c: 22671},
22676, 22685, 22698, 22705, 136301, 22723, 22733, 22754, {f: 2, c: 22771},
{f: 2, c: 22789}, 22797, 22804, 136663, 13969, 22845, 13977, 22854, 13974,
158761, 22879, 136775, {f: 2, c: 22901}, 22908, 22943, 22958, 22972, 22984,
22989, 23006, 23015, 23022, 136966, 137026, 14031, 23053, 23063, 23079,
23085, 23141, 23162, 23179, 23196, {f: 2, c: 23199}, 23202, 23217, 23221,
23226, 23231, 23258, 23260, 23269, 23280, 23278, 23285, 23304, 23319,
23348, 23372, 23378, 23400, 23407, 23425, 23428, 137667, 23446, 23468,
{f: 2, c: 14177}, 23502, 23510, 14188, 14187, 23537, 23549, 14197, 23555,
23593, 138326, 23647, {f: 2, c: 23655}, 23664, 138541, 138565, 138616,
138594, 23688, 23690, 14273, 138657, 138652, 23712, 23714, 23719, 138642,
23725, 23733, 138679, 23753, 138720, 138803, 23814, 23824, 23851, 23837,
23840, 23857, 23865, 14312, 23905, 23914, 14324, 23920, 139038, 14333,
23944, 14336, 23959, 23984, 23988, 139126, 24017, 24023, 139258, 24036,
24041, 14383, 14390, 14400, 24095, 24126, 24137, 14428, 24150, 14433,
{f: 2, c: 24173}, 139643, 24229, 24236, 24249, 24262, 24281, 140062, 24317,
24328, 140205, 24350, 24391, 24419, 24434, 24446, 24463, 24482, 24519,
24523, {f: 3, c: 24530}, 24546, {f: 2, c: 24558}, 24563, 14615, 24610,
24612, 14618, 24652, 24725, 24744, 141043, 24753, 24766, 24776, 24793,
24814, 24821, 24848, 24857, 24862, 24890, 14703, 24897, 24902, 24928,
141403, {f: 2, c: 24978}, 24983, 24997, 25005, 141483, 25045, 25053, 25077,
141711, 25123, 25170, 25185, 25188, 25211, 25197, 25203, 25241, 25301,
142008, 25341, 25347, 25360, {f: 2, c: 142159}, 25394, 25397,
{f: 2, c: 25403}, 25409, 25412, 25422, 142150, 25433, 142365, 142246,
25452, 25497, 142372, 25492, 25533, {f: 2, c: 25556}, 25568,
{f: 2, c: 25579}, 25586, 25630, 25637, 25641, 25647, 25690, 25693, 25715,
25725, 25735, 25745, 25759, {f: 2, c: 25803}, 25813, 25815, 142817, 25828,
25855, 14958, 25871, 25876, 14963, 25886, 25906, 25924, 25940, 25963,
25978, 25988, 25994, 26034, 26037, 26040, 26047, 26057, 26068, 15062,
26105, 26108, 26116, 26120, 26145, 26154, 26181, 26193, 26190, 15082,
143811, 143861, 143798, 26218, {f: 2, c: 26220}, 26235, 26240, 26256,
26258, 15118, 26285, 26289, 26293, 15130, 15132, 15063, 26369, 26386,
144242, 26393, 144339, 144338, 26445, 26452, 26461, 144336, 144356, 144341,
26484, 144346, 26514, 144351, 33635, 26640, 26563, 26568, 26578, 26587,
26615, 144458, 144465, 144459, 26648, 26655, 26669, 144485, 26675, 26683,
26686, 26693, 26697, 26700, 26709, 26711, 15223, 26731, 26734, 26748,
26754, 26768, 26774, 15213, {f: 3, c: 26776}, 26780, {f: 2, c: 26794},
26804, 26811, 26875, 144612, 144730, 26819, 26821, 26828, 26841,
{f: 2, c: 26852}, 26860, 26871, 26883, 26887, 15239, 144788, 15245, 26950,
26985, 26988, 27002, 27026, 15268, 27030, 27056, 27066, 27068, 27072,
27089, 144953, 144967, 144952, 27107, {f: 2, c: 27118}, 27123, 15309,
27124, 27134, 27153, 27162, 27165, 145180, {f: 2, c: 27186}, 27199, 27209,
27258, 27214, 27218, 27236, 145164, 27275, 15344, 27297, 145252, 27307,
27325, 27334, 27348, 27344, 27357, 145407, 145383, {f: 3, c: 27377}, 27389,
145444, 27403, {f: 3, c: 27407}, 145469, 27415, 15398, 27439, 27466, 27480,
27500, 27509, [11934, 27514], 27521, 27547, 27566, 146072, 27581,
{f: 3, c: 27591}, 27610, {f: 2, c: 27622}, 27630, 27650, 27658, 27662,
27702, 146559, 27725, 27739, 27757, 27780, 27785, 15555, 27796, 27799,
27821, 27842, 15570, 27868, 27881, 27885, 146688, 27904, 27940,
{f: 2, c: 27942}, 27751, 27951, 27964, 27995, 28000, 28016,
{f: 2, c: 28032}, 28042, 28045, 28049, 28056, 146752, 146938, 146937,
146899, 28075, 28078, 28084, 28098, 27956, 28104, 28110, 28127, 28150,
28214, 28190, 15633, 28210, {f: 2, c: 28232}, {f: 2, c: 28235}, 28239,
{f: 2, c: 28243}, 28247, 28259, 15646, 28307, 28327, 28340, 28355, 28469,
28395, 28409, 28411, 28426, 28428, 28440, 28453, 28470, 28476, 147326,
28498, 28503, 28512, 28520, 28560, 28566, 28606, 28575, 28581, 28591,
15716, {f: 2, c: 28616}, 28649, 147606, 28668, 28672, 28682, 28707, 147715,
28730, 28739, 28743, 28747, 15770, 28773, 28777, 28782, 28790, 28806,
28823, 147910, 28831, 28849, 147966, 28908, 28874, 28881, 28931, 28934,
28936, 28940, 15808, 28975, 29008, 29011, 29022, 15828, 29078, 29056,
29083, 29088, 29090, {f: 2, c: 29102}, 148412, 29145, 29148, 29191, 15877,
29236, 29241, 29250, 29271, 29283, 149033, {f: 2, c: 29294}, 29304, 29311,
29326, 149157, 29358, 29360, 29377, 15968, 29388, 15974, 15976, 29427,
29434, 29447, 29458, {f: 2, c: 29464}, 16003, 29497, 29484, 29491, 29501,
29522, 16020, 29547, 149654, {f: 2, c: 29550}, 29553, 29569, 29578, 29588,
29592, 29596, 29605, 29625, 29631, 29637, 29643, 29665, 29671, 29689,
29715, 29690, 29697, 29779, 29760, 29763, 29778, 29789, 29825, 29832,
150093, 29842, 29847, 29849, 29857, 29861, 29866, 29881, 29883, 29882,
29910, 29912, 29931, 150358, 29946, 150383, 29984, 29988, 29994, 16215,
150550, {f: 2, c: 30013}, 30016, 30024, 30032, 30034, 30066, 30065, 30074,
{f: 2, c: 30077}, 30092, 16245, 30114, 16247, 30128, 30135,
{f: 2, c: 30143}, 30150, 30159, 30163, 30173, {f: 2, c: 30175}, 30183,
30190, 30193, 30211, 30232, 30215, 30223, 16302, 151054, 30227,
{f: 2, c: 30235}, 151095, 30245, 30248, 30268, 30259, 151146, 16329, 30273,
151179, 30281, 30293, 16343, 30318, 30357, 30369, 30368, {f: 2, c: 30375},
30383, 151626, 30409, 151637, 30440, 151842, 30487, 30490, 30509, 30517,
151977, 16441, 152037, 152013, 30552, 152094, 30588, 152140, 16472, 30618,
30623, 30626, 30628, {f: 2, c: 30686}, 30692, 30698, 30700, 30715, 152622,
30725, 30729, 30733, 30745, 30764, 30791, 30826, 152793, 30858, 30868,
30884, 30877, 30879, 30907, 30933, 30950, {f: 2, c: 30969}, 30974, 152999,
30992, 31003, 31013, 31050, 31064, 16645, 31079, 31090, 31125, 31137,
31145, 31156, 31170, 31175, {f: 2, c: 31180}, 31190, 16712, 153513, 153524,
16719, 31242, 31253, 31259, 16739, 31288, 31303, 31318, 31321, 31324,
31327, 31335, 31338, 31349, 31362, 31370, 31376, 31404, 154068, 16820,
31417, 31422, 16831, 31436, 31464, 31476, 154340, 154339, 154353, 31549,
31530, {f: 2, c: 31534}, 16870, 16883, 31615, 31553, 16878, 31573, 31609,
31588, 31590, 31603, 154546, 16903, 31632, 31643, 16910, 31669, 31676,
31685, 31690, 154699, 154724, 31700, 31702, 31706, 31722, 31728, 31747,
31758, 31813, 31818, 31831, 31838, 31841, 31849, 31855, 155182, 155222,
155237, 31910, 155234, {f: 2, c: 31926}, 155352, 31940, 155330, 31949,
155368, 155427, 31974, 155484, 31989, 32003, 17094, 32018, 32030, 155616,
155604, {f: 2, c: 32061}, 32064, 32071, 155660, 155643, 17110, 32090,
32106, 32112, 17117, 32127, 155671, 32136, 32151, 155744, 32157, 32167,
32170, 32182, 32192, 32215, 32217, 32230, 17154, 155885, 64088, 32272,
32279, 32285, 32295, 32300, 32325, 32373, 32382, {f: 2, c: 32390}, 17195,
32410, 17219, 32572, 32571, 32574, 32579, 13505, 156272, 156294,
{f: 2, c: 32611}, 32621, {f: 2, c: 32637}, 32656, 20859, 146702, 32662,
32668, 32685, 156674, 32707, 32719, 32739, 32754, 32778, 32776, 32790,
32812, 32816, 32835, 32870, 32891, 32921, 32924, 32932, 32935, 32952,
157310, 32965, 32981, 32998, 33037, 33013, 33019, 17390, 33077, 33054,
17392, 33060, 33063, 33068, 157469, 33085, 17416, 33129, 17431, 17436,
33157, 17442, 33176, 33202, 33217, 33219, 33238, 33243, 157917, 33252,
157930, 33260, 33277, 33279, 158063, 33284, 158173, 33305, 33314, 158238,
33340, 33353, 33349, 158296, 17526, 17530, 33367, 158348, 33372, 33379,
158391, 17553, 33405, 33407, 33411, 33418, 33427, {f: 2, c: 33447}, 33458,
33460, 33466, 33468, 33506, 33512, 33527, {f: 2, c: 33543}, 33548, 33620,
33563, 33565, 33584, 33596, 33604, 33623, 17598, 17620, 17587,
{f: 2, c: 33684}, 33691, 33693, 33737, 33744, 33748, 33757, 33765, 33785,
33813, 158835, 33815, 33849, 33871, {f: 2, c: 33873}, {f: 2, c: 33881},
33884, 158941, 33893, 33912, 33916, 33921, 17677, 33943, 33958, 33982,
17672, {f: 2, c: 33998}, 34003, 159333, 34023, 34026, 34031, 34033, 34042,
34075, {f: 2, c: 34084}, 34091, 34127, 34159, 17731, 34129,
{f: 2, c: 34145}, 159636, 34171, 34173, 34175, 34177, 34182, 34195, 34205,
34207, 159736, {f: 2, c: 159734}, 34236, 34247, 34250, {f: 2, c: 34264},
34271, 34273, 34278, 34294, 34304, 34321, 34334, 34337, 34340, 34343,
160013, 34361, 34364, 160057, 34368, 34387, 34390, 34423, 34439, 34441,
{f: 2, c: 34460}, 34481, 34483, 34497, 34499, 34513, 34517, 34519, 34531,
34534, 17848, 34565, 34567, 34574, 34576, 34591, 34593, 34595, 34609,
34618, 34624, 34627, 34641, 34648, {f: 2, c: 34660}, 34674, 34684, 160731,
160730, 34727, 34697, 34699, 34707, 34720, 160766, 17893, 34750, 160784,
34753, 34766, 34783, 160841, 34787, {f: 2, c: 34789}, 34794, 34835, 34856,
34862, 34866, 34876, 17935, 34890, 34904, 161301, 161300, 34921, 161329,
34927, 34976, 35004, 35008, 161427, 35025, 35027, 17985, 35073, 161550,
35127, 161571, 35138, 35141, 35145, 161618, 35170, 35209, 35216, 35231,
35248, 35255, 35288, 35307, 18081, 35315, 35325, 35327, 18095, 35345,
35348, 162181, 35361, 35381, 35390, 35397, 35405, 35416, 35502, 35472,
35511, 35543, 35580, 162436, 35594, 35589, 35597, 35612, 35629, 18188,
35665, 35678, 35702, 35713, 35723, {f: 2, c: 35732}, 35897, 162739, 35901,
162750, 162759, 35909, 35919, 35927, 35945, 35949, 163000, 35987, 35986,
35993, 18276, 35995, 36054, 36053, 163232, 36081, 163344, 36105, 36110,
36296, 36313, 36364, 18429, 36349, 36358, 163978, 36372, 36374,
{f: 2, c: 36385}, 36391, 164027, 18454, 36406, 36409, 36436, 36450, 36461,
36463, 36504, 36510, 36533, 36539, 164482, 18510, 164595, 36608, 36616,
36651, 36672, 36682, 36696, 164876, 36772, 36788, 164949, 36801, 36806,
64036, 36810, 36813, 36819, 36821, 36849, 36853, 36859, 36876, 36919,
165227, 36931, 36957, {f: 2, c: 165320}, 36997, 37004, 37008, 37025, 18613,
37040, 37046, 37059, 37064, 165591, 37084, 37087, 165626, 37110, 37106,
37120, 37099, {f: 2, c: 37118}, 37124, 37126, 37144, 37150, 37175, 37177,
{f: 2, c: 37190}, 37207, 37209, 37236, 37241, 37253, 37299, 37302,
{f: 2, c: 37315}, 166217, 166214, 37356, 37377, {f: 2, c: 37398}, 166251,
37442, 37450, 37462, 37473, 37477, 37480, 166280, {f: 2, c: 37500}, 37503,
37513, 37517, 37527, 37529, 37535, 37547, {f: 2, c: 166330}, 37554,
{f: 2, c: 37567}, 37574, 37582, 37605, 37649, 166430, 166441, 37623, 37673,
166513, 166467, 37713, 37722, 37739, 37745, 37747, 37793, 166553, 166605,
37768, 37771, 37775, 37790, 37877, 166628, 166621, 37873, 37831, 37852,
37863, 37897, {f: 2, c: 37910}, 37883, 37938, 37947, 166849, 166895, 37997,
37999, 38265, 38278, {f: 2, c: 38284}, 167184, 167281, 38344, 167419,
167455, 38444, {f: 2, c: 38451}, 167478, 38460, 38497, 167561, 38530,
167659, 38554, 167730, 18919, 38579, 38586, 38589, 18938, 167928, 38616,
38618, 38621, 18948, 38676, 38691, 18985, 38710, 38721, 38727, 38743,
38747, 38762, 168608, 168625, 38806, 38814, {f: 2, c: 38833}, 38846, 38860,
38865, 38868, 38872, 38881, 38897, 38916, 38925, 38932, 38934, 19132,
169104, {f: 2, c: 38962}, 38949, 38983, 39014, 39083, 39085, 39088, 169423,
39095, {f: 2, c: 39099}, 39106, 39111, 39115, 39137, 39139, 39146,
{f: 2, c: 39152}, 39155, 39176, 19259, 169712, {f: 2, c: 39190}, 169753,
{f: 3, c: 39194}, 169808, 39217, {f: 3, c: 39226}, 39233, 39238, 39246,
39264, 39331, 39334, 39357, 39359, 39363, 39380, 39385, 39390, 170182,
39408, 39417, 39420, 39434, 39441, 39450, 39456, 39473, 39492, 39500,
39512, 19394, 39599, 19402, 39607, 19410, 39609, 170610, 39622, 39632,
39634, 39637, 39648, 39653, 39657, 39692, 39696, 39698, 39702, 39708,
39723, 39741, 19488, 39755, 39779, 39781, {f: 2, c: 39787},
{f: 2, c: 39798}, 39846, 39852, 171483, 39858, 39864, 39870, 39923, 39896,
39901, 39914, 39919, 39918, 171541, 171658, 171593, 39958,
{f: 3, c: 39960}, 39965, 39970, 39977, 171716, 39985, 39991, 40005, 40028,
171753, {f: 2, c: 40009}, 171739, 40020, 40024, 40027, 40029, 40031,
{f: 3, c: 40041}, {f: 2, c: 40045}, 40050, 40053, 40058, 40166, 40178,
40203, [171982, 171991], 40209, {f: 2, c: 40215}, 172079, 19652, 172058,
40242, 19665, 40266, 40287, 40290, 172281, 172162, 40307, {f: 2, c: 40310},
40324, 40345, 40353, 40383, 40373, 40377, 40381, 40393, 40410, 40416,
40419, 19719, 40458, 40450, 40461, 40476, 40571, 139800, 40576, 40581,
40603, 172940, 40637, 173111, 40671, 40703, 40706, 19831, 40707, 40762,
40765, 40774, 40787, 40789, 40792, 173553, 40797, 173570, 40809, 40813,
40816, 173746, 11948, 13844, 14509, 15820, 16348, 17854, 17936, 19326,
19512, 19681, 19980, {f: 2, c: 20003}, 20089, 20211, 20236, 20249, 20267,
20270, 20273, 20356, 20382, 20407, 20484, 20492, 20556, 20575, 20578,
20599, 20622, 20638, 20642, 20675, 20712, 20721, 20734, 20743,
{f: 3, c: 20748}, 20787, 20792, 20852, 20868, 20920, 20922, 20936, 20943,
20945, {f: 2, c: 20947}, 20952, 20959, 20997, 21030, 21032, 21035,
{f: 2, c: 21041}, 21045, 21052, 21082, 21088, 21102, {f: 2, c: 21112},
21130, 21132, 21217, 21225, 21233, 21251, 21265, 21279, 21293, 21298,
21309, 21349, 21357, 21369, 21374, 21396, 21401, 21418, 21423, 21434,
21441, {f: 2, c: 21444}, 21472, 21523, 21546, 21553, {f: 2, c: 21556},
21580, 21671, 21674, 21681, 21691, 21710, 21738, 21756, 21765, 21768,
21781, 21799, 21802, 21814, 21841, 21862, 21903, 21906, 21908, 21924,
21938, 21955, 21958, 21971, 21979, 21996, 21998, 22001, 22006, 22008,
22021, 22029, {f: 2, c: 22033}, 22060, 22069, 22073, 22093, 22100, 22149,
22175, 22182, 22199, 22220, 22223, 22233, 22241, 22251, 22253, 22257,
22279, 22284, {f: 2, c: 22298}, 22301, 22316, 22318, {f: 2, c: 22333},
22367, 22379, 22381, 22394, 22403, 22423, 22446, 22485, 22503, 22541,
22566, 22605, 22607, 22623, 22637, 22655, 22657, 22680, 22716, 22815,
22819, 22873, 22905, 22935, 22959, 22963, 23007, 23025, 23032, 23218,
23224, 23274, 23286, 23323, 23325, 23329, 23352, 23479, 23511, 23520,
23583, 23594, 23596, 23606, 23641, 23644, 23661, 23773, 23809, 23860,
23869, 23897, 23934, 23939, 24007, 24057, 24104, 24114, 24117, 24155,
24168, 24170, 24183, 24192, 24203, 24243, 24253, 24273, {f: 2, c: 24276},
24397, 24492, 24554, 24583, 24649, 24660, 24679, 24763, 24772, 24829,
24842, 24854, 24874, 24886, 24926, 24932, 24955, 24957, 24959, 24989,
25016, 25052, 25058, 25061, 25064, 25092, 25095, 25137, 25145, 25149,
25210, 25232, 25256, 25306, 25332, 25366, 25386, 25398, 25414, 25419,
25427, 25457, 25461, 25471, 25474, 25482, {f: 2, c: 25518}, 25578,
{f: 2, c: 25592}, 25618, 25624, 25632, 25636, 25642, 25653, 25661, 25663,
25682, 25695, 25716, 25744, {f: 2, c: 25752}, 25772, 25779, 25837, 25840,
25883, 25887, 25902, 25929, 25952, 26002, 26005, 26036, 26046, 26056,
26062, 26064, 26079, 26238, {f: 2, c: 26251}, 26291, 26304, 26319, 26405,
26421, 26453, 26496, 26511, 26513, 26532, 26545, 26549, 26558, 26664,
26758, 26859, 26869, 26903, 26931, 26936, 26971, 26981, 27048, 27051,
27055, 27109, 27121, 27210, 27221, 27239, 27249, 27311, {f: 2, c: 27336},
27395, 27451, 27455, {f: 2, c: 27517}, 27568, 27639, 27641, 27652, 27657,
27661, 27692, 27722, 27730, 27732, 27769, 27820, 27828, 27858, 28001,
28028, 28089, 28144, 28229, 28275, 28283, 28285, 28297, 28348,
{f: 2, c: 28378}, 28454, 28457, 28464, 28551, 28573, 28590, 28599, 28685,
28704, 28745, 28824, 28848, {f: 2, c: 28885}, 28997, 29106, 29172, 29207,
29215, 29251, {f: 2, c: 29263}, 29274, 29280, 29288, 29303, 29316, 29385,
29413, 29428, 29442, 29451, 29470, 29474, {f: 2, c: 29498}, 29517, 29528,
29543, 29810, 29871, 29919, 29924, 29940, 29947, 29974, 29985, 30015,
30046, 30105, 30116, 30145, 30148, 30156, 30167, 30172, 30177, 30191,
30212, 30220, 30237, 30258, 30264, 30277, 30282, 30303, 30381, 30397,
30425, 30443, 30448, 30457, 30464, 30478, 30498, 30504, 30511, 30521,
30526, 30533, 30538, 30543, 30558, 30564, 30567, 30572, 30596,
{f: 2, c: 30604}, 30614, 30631, 30639, 30647, 30654, 30665, 30673, 30681,
30705, 30775, 30812, 30846, 30872, 30881, 30897, 30899, 30921, 30931,
30988, 31007, {f: 2, c: 31015}, 31039, 31042, 31060, 31083, 31100, 31147,
31172, 31210, 31234, 31244, 31280, 31290, 31300, 31360, 31366, 31380,
31413, 31421, 31486, 31531, 31607, 31648, 31660, 31664, 31720, 31730,
31736, 31740, 31742, 31753, 31784, 31791, 31810, {f: 2, c: 31826},
{f: 3, c: 31835}, 31858, 31869, 31879, 31902, 31930, 31943, 31955, 31962,
32060, 32077, 32130, 32133, 32141, 32145, 32158, 32179, 32185, 32208,
32229, {f: 2, c: 32245}, 32303, 32310, 32324, 32367, 32376, 32385, 32573,
32603, 32605, 32613, 32625, {f: 2, c: 32639}, 32651, 32674,
{f: 3, c: 32765}, 32775, 32781, 32798, 32825, 32904, 32910, 32975, 32980,
33005, 33008, 33015, 33018, 33022, 33027, 33047, 33072, 33111, 33135,
33139, 33163, 33168, 33179, 33182, 33227, 33237, {f: 2, c: 33245}, 33249,
33263, 33270, 33280, 33291, {f: 2, c: 33299}, 33306, 33338, 33348, 33389,
33412, 33417, 33425, 33450, 33456, 33488, 33514, 33519, 33526, 33622,
33656, 33784, 33788, 33880, 33939, 33969, 33981, 34043, 34118, 34134,
34141, 34181, 34200, 34370, 34374, 34496, 34580, 34594, 34606, 34617,
34653, 34683, 34700, 34702, {f: 2, c: 34711}, 34718, 34723, 34734, 34751,
34761, 34778, 34840, 34843, 34861, 34874, 34885, 34891, 34894, 34901,
34906, 34926, {f: 3, c: 34970}, 35021, 35040, 35055, {f: 2, c: 35086},
35110, 35125, 35162, 35164, 35179, 35184, 35196, 35237, 35253, 35260,
35285, 35401, 35415, 35431, 35454, 35462, 35478, 35510, 35529, 35537,
35549, 35564, 35573, 35590, 35599, 35601, 35653, 35666, 35693, 35704,
35708, 35710, 35717, 35743, 35915, 35923, 35963, 36026, 36037, 36041,
36050, 36076, 36085, 36087, 36097, 36099, 36119, 36124, 36206, 36241,
36255, 36267, 36274, 36309, 36327, {f: 2, c: 36337}, 36340, 36353, 36363,
36390, 36401, {f: 2, c: 36416}, 36429, 36431, 36444, 36449, 36457, 36465,
36469, 36471, 36489, 36496, 36501, 36506, 36519, 36521, 36525, 36584,
36592, 36615, 36632, 36645, 36647, 36652, 36661, 36666, 36675, 36679,
36689, 36693, {f: 3, c: 36768}, 36773, 36868, 36891, 36911, 36940, 36955,
36976, 36980, 36985, 37003, 37016, 37024, 37042, 37053, 37065, 37104,
37125, 37157, 37210, 37223, 37242, 37258, 37265, 37269, 37296, 37307,
37309, 37314, 37317, 37376, 37385, 37411, 37494, 37518, 37551,
{f: 2, c: 37563}, 37569, 37571, 37573, 37576, 37652, 37683, 37686, 37720,
37759, 37762, 37770, 37819, 37836, 37862, 37881, 37890, {f: 2, c: 37901},
37934, 37964, 38280, 38305, 38335, 38342, 38345, {f: 2, c: 38353}, 38368,
38372, 38374, 38436, 38449, 38456, 38461, 38484, 38516, 38523, 38527,
38529, 38531, 38537, 38550, 38574, 38659, 38683, {f: 2, c: 38689}, 38696,
38705, 38759, 38774, 38781, 38783, 38809, 38815, 38828, 38841, 38861,
38880, 38895, 38919, 38950, 38958, {f: 2, c: 39010}, 39092, 39109, 39170,
39185, 39189, 39221, 39240, 39252, 39262, 39393, 39436, 39440, 39459,
39489, 39505, {f: 2, c: 39613}, 39681, 39689, 39691, {f: 2, c: 39693},
39705, 39733, 39752, 39765, 39784, 39808, 39814, 39824, 39837, 39856,
39871, 39880, 39935, 39938, 39964, 39989, 40004, 40022, 40033, 40040,
40240, 40253, 40298, 40315, 40421, 40425, 40435, 40570, {f: 3, c: 40578},
40624, 40676, 40688, 40690, 40713, 40719, 40724, 40731, 40738, 40742,
{f: 2, c: 40746}, 40756, 40794, 40815, 40862, 40869, 131317, 151044,
151538, 163187, 194581, 194630, 194713, 194726, 194789, 195038, 13790,
{s: 4}, 172722, 0, 0, 131416, {s: 4}, 132529, 0, 0, 132844, {s: 6}, 134488,
{s: 21}, 154060, {s: 9}, 14756, 14776, 142914, 0, 0, 14940, 0, 0, 143339,
0, 0, 162228, 0, 15044, 15051, {s: 5}, 14981, {s: 8}, 15347, 27384, {s: 5},
15665, {s: 9}, 147531, 0, 15936, 14497, {s: 34}, 158878, {s: 12}, 18207,
162876, {s: 4}, 18462, {s: 71}, 39709, 39724, 20482, 20958, 21255, 23532,
63784, 26142, 63785, 28746, 64021, 21857, 27706, 31328, 156492, 34819,
38315, 38741, 171581, 173594],
'Adobe-Korea1': [{f: 95, c: 32}, 8361, 8208, 169, 0, 0, [12288, 12644],
{f: 2, c: 12289}, 12539, 8229, [8230, 8943], 168, 12291, {f: 2, c: 8211},
8214, 65340, 65374, {f: 2, c: 8216}, {f: 2, c: 8220}, {f: 2, c: 12308},
{f: 10, c: 12296}, 177, 215, 247, 8800, {f: 2, c: 8804}, 8734, 8756, 176,
{f: 2, c: 8242}, 8451, 8491, {f: 2, c: 65504}, 65509, 9794, 9792, 8736,
8869, 8978, 8706, 8711, 8801, 8786, 167, 8251, 9734, 9733, 9675, 9679,
9678, 9671, 9670, 9633, 9632, 9651, 9650, 9661, 9660, 8594,
{f: 2, c: 8592}, {f: 2, c: 8595}, 12307, 171, 187, 8730, 8765, 8733, 8757,
{f: 2, c: 8747}, 8712, 8715, {f: 2, c: 8838}, {f: 2, c: 8834}, 8746, 8745,
{f: 2, c: 8743}, 65506, 8658, 8660, 8704, 8707, 180, 732, 711, 728, 733,
730, 729, 184, 731, 161, 191, 8758, 8750, 8721, 8719, 164, 8457, 8240,
9665, 9664, 9655, 9654, 9828, {f: 2, c: 9824}, 9829, 9831, 9827, 9673,
9672, 9635, {f: 2, c: 9680}, 9618, {f: 2, c: 9636}, 9640, 9639, 9638, 9641,
9832, 9743, 9742, 9756, 9758, 182, {f: 2, c: 8224}, 8597, 8599, 8601, 8598,
8600, 9837, {f: 2, c: 9833}, 9836, 12927, 12828, 8470, 13255, 8482, 13250,
13272, 8481, {f: 59, c: 65281}, 65510, {f: 33, c: 65341}, 65507,
{f: 51, c: 12593}, {f: 42, c: 12645}, {f: 10, c: 8560}, {f: 10, c: 8544},
{f: 17, c: 913}, {f: 7, c: 931}, {f: 17, c: 945}, {f: 7, c: 963}, 9472,
9474, 9484, 9488, 9496, 9492, 9500, 9516, 9508, 9524, 9532, 9473, 9475,
9487, 9491, 9499, 9495, 9507, 9523, 9515, 9531, 9547, 9504, 9519, 9512,
9527, 9535, 9501, 9520, 9509, 9528, 9538, 9490, 9489, 9498, 9497, 9494,
9493, 9486, 9485, {f: 2, c: 9502}, {f: 2, c: 9505}, {f: 2, c: 9510},
{f: 2, c: 9513}, {f: 2, c: 9517}, {f: 2, c: 9521}, {f: 2, c: 9525},
{f: 2, c: 9529}, {f: 2, c: 9533}, {f: 2, c: 9536}, {f: 8, c: 9539},
{f: 3, c: 13205}, 8467, 13208, 13252, {f: 4, c: 13219}, {f: 10, c: 13209},
13258, {f: 3, c: 13197}, 13263, {f: 2, c: 13192}, 13256, {f: 2, c: 13223},
{f: 10, c: 13232}, {f: 5, c: 13184}, {f: 6, c: 13242}, {f: 5, c: 13200},
8486, {f: 2, c: 13248}, {f: 3, c: 13194}, 13270, 13253, {f: 3, c: 13229},
13275, {f: 4, c: 13225}, 13277, 13264, 13267, 13251, 13257, 13276, 13254,
198, 208, 170, 294, 306, 319, 321, 216, 338, 186, 222, 358, 330,
{f: 28, c: 12896}, {f: 26, c: 9424}, {f: 15, c: 9312}, 189,
{f: 2, c: 8531}, 188, 190, {f: 4, c: 8539}, 230, 273, 240, 295, 305, 307,
312, 320, 322, 248, 339, 223, 254, 359, 331, 329, {f: 28, c: 12800},
{f: 26, c: 9372}, {f: 15, c: 9332}, 185, {f: 2, c: 178}, 8308, 8319,
{f: 4, c: 8321}, {f: 83, c: 12353}, {f: 86, c: 12449}, {f: 6, c: 1040},
1025, {f: 32, c: 1046}, 1105, {f: 26, c: 1078}, {f: 2, c: 44032}, 44036,
{f: 4, c: 44039}, {f: 8, c: 44048}, {f: 5, c: 44057}, 44064, 44068,
{f: 2, c: 44076}, {f: 3, c: 44079}, {f: 2, c: 44088}, 44092, 44096, 44107,
44109, 44116, 44120, 44124, {f: 2, c: 44144}, 44148, {f: 2, c: 44151},
44154, {f: 2, c: 44160}, {f: 4, c: 44163}, {f: 4, c: 44169}, 44176, 44180,
{f: 2, c: 44188}, {f: 3, c: 44191}, {f: 3, c: 44200}, 44204,
{f: 2, c: 44207}, {f: 2, c: 44216}, {f: 3, c: 44219}, 44225, 44228, 44232,
44236, 44245, 44247, {f: 2, c: 44256}, 44260, {f: 2, c: 44263}, 44266,
44268, {f: 3, c: 44271}, 44275, {f: 2, c: 44277}, {f: 2, c: 44284}, 44288,
44292, 44294, {f: 2, c: 44300}, 44303, 44305, 44312, 44316, 44320, 44329,
{f: 2, c: 44332}, {f: 2, c: 44340}, 44344, 44348, {f: 2, c: 44356}, 44359,
44361, 44368, 44372, 44376, 44385, 44387, {f: 2, c: 44396}, 44400,
{f: 4, c: 44403}, {f: 3, c: 44411}, 44415, {f: 2, c: 44417},
{f: 2, c: 44424}, 44428, 44432, {f: 2, c: 44444}, 44452, 44471,
{f: 2, c: 44480}, 44484, 44488, {f: 2, c: 44496}, 44499, 44508, 44512,
44516, {f: 2, c: 44536}, 44540, {f: 3, c: 44543}, {f: 2, c: 44552}, 44555,
44557, 44564, {f: 2, c: 44592}, 44596, {f: 2, c: 44599}, 44602,
{f: 2, c: 44608}, 44611, {f: 2, c: 44613}, 44618, {f: 3, c: 44620}, 44624,
44628, 44630, {f: 2, c: 44636}, {f: 3, c: 44639}, 44645, {f: 2, c: 44648},
44652, 44656, {f: 2, c: 44664}, {f: 3, c: 44667}, {f: 2, c: 44676}, 44684,
{f: 3, c: 44732}, 44736, 44740, {f: 2, c: 44748}, {f: 3, c: 44751},
{f: 2, c: 44760}, 44764, 44776, 44779, 44781, 44788, 44792, 44796,
{f: 2, c: 44807}, 44813, 44816, {f: 2, c: 44844}, 44848, 44850, 44852,
{f: 2, c: 44860}, 44863, {f: 3, c: 44865}, {f: 2, c: 44872}, 44880,
{f: 2, c: 44892}, {f: 2, c: 44900}, 44921, 44928, 44932, 44936,
{f: 2, c: 44944}, 44949, 44956, {f: 2, c: 44984}, 44988, 44992,
{f: 3, c: 44999}, 45003, {f: 2, c: 45005}, 45012, 45020, {f: 2, c: 45032},
{f: 2, c: 45040}, 45044, 45048, {f: 2, c: 45056}, 45060, 45068, 45072,
45076, {f: 2, c: 45084}, 45096, {f: 2, c: 45124}, 45128, 45130, 45132,
45134, {f: 3, c: 45139}, 45143, 45145, 45149, {f: 2, c: 45180}, 45184,
45188, {f: 2, c: 45196}, 45199, 45201, {f: 3, c: 45208}, 45212,
{f: 4, c: 45215}, {f: 2, c: 45224}, {f: 5, c: 45227}, 45233,
{f: 3, c: 45235}, 45240, 45244, {f: 2, c: 45252}, {f: 3, c: 45255},
{f: 2, c: 45264}, 45268, 45272, 45280, 45285, {f: 2, c: 45320},
{f: 2, c: 45323}, 45328, {f: 2, c: 45330}, {f: 2, c: 45336},
{f: 3, c: 45339}, {f: 3, c: 45347}, 45352, 45356, {f: 2, c: 45364},
{f: 3, c: 45367}, {f: 2, c: 45376}, 45380, 45384, {f: 2, c: 45392},
{f: 2, c: 45396}, 45400, 45404, 45408, {f: 2, c: 45432}, 45436, 45440,
45442, {f: 2, c: 45448}, 45451, 45453, {f: 3, c: 45458}, 45464, 45468,
45480, 45516, 45520, 45524, {f: 2, c: 45532}, 45535, {f: 2, c: 45544},
45548, 45552, 45561, 45563, 45565, {f: 2, c: 45572}, 45576,
{f: 2, c: 45579}, {f: 2, c: 45588}, 45591, 45593, 45600, 45620, 45628,
45656, 45660, 45664, {f: 2, c: 45672}, {f: 2, c: 45684}, 45692,
{f: 2, c: 45700}, 45705, {f: 2, c: 45712}, 45716, {f: 3, c: 45720},
{f: 2, c: 45728}, 45731, {f: 2, c: 45733}, 45738, 45740, 45744, 45748,
{f: 2, c: 45768}, 45772, 45776, 45778, {f: 2, c: 45784}, 45787, 45789,
45794, {f: 3, c: 45796}, 45800, {f: 5, c: 45803}, {f: 3, c: 45811},
{f: 5, c: 45815}, {f: 3, c: 45823}, 45828, 45832, {f: 2, c: 45840},
{f: 3, c: 45843}, 45852, {f: 3, c: 45908}, 45912, {f: 2, c: 45915},
{f: 2, c: 45918}, {f: 2, c: 45924}, 45927, 45929, 45931, 45934,
{f: 2, c: 45936}, 45940, 45944, {f: 2, c: 45952}, {f: 3, c: 45955}, 45964,
45968, 45972, {f: 2, c: 45984}, 45992, 45996, {f: 2, c: 46020}, 46024,
{f: 2, c: 46027}, 46030, 46032, {f: 2, c: 46036}, 46039, 46041, 46043,
46045, 46048, 46052, 46056, 46076, 46096, 46104, 46108, 46112,
{f: 2, c: 46120}, 46123, 46132, {f: 2, c: 46160}, 46164, 46168,
{f: 2, c: 46176}, 46179, 46181, 46188, 46208, 46216, 46237, 46244, 46248,
46252, 46261, 46263, 46265, 46272, 46276, 46280, 46288, 46293,
{f: 2, c: 46300}, 46304, {f: 2, c: 46307}, 46310, {f: 2, c: 46316}, 46319,
46321, 46328, {f: 2, c: 46356}, 46360, {f: 2, c: 46363}, {f: 2, c: 46372},
{f: 4, c: 46375}, {f: 2, c: 46384}, 46388, 46392, {f: 2, c: 46400},
{f: 3, c: 46403}, {f: 3, c: 46411}, 46416, 46420, {f: 2, c: 46428},
{f: 3, c: 46431}, {f: 2, c: 46496}, 46500, 46504, {f: 2, c: 46506},
{f: 2, c: 46512}, {f: 3, c: 46515}, {f: 3, c: 46523}, 46528, 46532,
{f: 2, c: 46540}, {f: 3, c: 46543}, 46552, 46572, {f: 2, c: 46608}, 46612,
46616, 46629, 46636, 46644, 46664, 46692, 46696, {f: 2, c: 46748}, 46752,
46756, {f: 2, c: 46763}, 46769, 46804, 46832, 46836, 46840,
{f: 2, c: 46848}, 46853, {f: 2, c: 46888}, 46892, {f: 2, c: 46895},
{f: 2, c: 46904}, 46907, 46916, 46920, 46924, {f: 2, c: 46932}, 46944,
46948, 46952, {f: 2, c: 46960}, 46963, 46965, {f: 2, c: 46972}, 46976,
46980, {f: 2, c: 46988}, {f: 4, c: 46991}, {f: 4, c: 46998}, 47004, 47008,
{f: 2, c: 47016}, {f: 3, c: 47019}, {f: 2, c: 47028}, 47032, 47047, 47049,
{f: 2, c: 47084}, 47088, 47092, {f: 2, c: 47100}, {f: 3, c: 47103},
{f: 3, c: 47111}, 47116, 47120, {f: 2, c: 47128}, 47131, 47133,
{f: 2, c: 47140}, 47144, 47148, {f: 2, c: 47156}, {f: 3, c: 47159}, 47168,
47172, 47185, 47187, {f: 2, c: 47196}, 47200, 47204, {f: 2, c: 47212},
47215, 47217, 47224, 47228, 47245, 47272, 47280, 47284, 47288,
{f: 2, c: 47296}, 47299, 47301, 47308, 47312, 47316, 47325, 47327, 47329,
{f: 2, c: 47336}, 47340, 47344, {f: 2, c: 47352}, 47355, 47357, 47364,
47384, 47392, {f: 2, c: 47420}, 47424, 47428, 47436, 47439, 47441,
{f: 2, c: 47448}, 47452, 47456, {f: 2, c: 47464}, 47467, 47469,
{f: 2, c: 47476}, 47480, 47484, {f: 2, c: 47492}, 47495, {f: 2, c: 47497},
{f: 2, c: 47501}, {f: 2, c: 47532}, 47536, 47540, {f: 2, c: 47548}, 47551,
47553, {f: 2, c: 47560}, 47564, {f: 5, c: 47566}, {f: 2, c: 47576}, 47579,
{f: 2, c: 47581}, 47585, {f: 3, c: 47587}, 47592, 47596, {f: 2, c: 47604},
{f: 4, c: 47607}, {f: 2, c: 47616}, 47624, 47637, {f: 2, c: 47672}, 47676,
47680, 47682, {f: 2, c: 47688}, 47691, {f: 2, c: 47693}, {f: 3, c: 47699},
47704, 47708, {f: 2, c: 47716}, {f: 3, c: 47719}, {f: 2, c: 47728}, 47732,
47736, {f: 3, c: 47747}, 47751, 47756, {f: 2, c: 47784}, {f: 2, c: 47787},
47792, 47794, {f: 2, c: 47800}, 47803, 47805, 47812, 47816,
{f: 2, c: 47832}, 47868, 47872, 47876, 47885, 47887, 47889, 47896, 47900,
47904, 47913, 47915, {f: 3, c: 47924}, 47928, {f: 4, c: 47931},
{f: 2, c: 47940}, 47943, 47945, 47949, {f: 2, c: 47951}, 47956, 47960,
47969, 47971, 47980, 48008, 48012, 48016, 48036, 48040, 48044, 48052,
48055, 48064, 48068, 48072, 48080, 48083, {f: 2, c: 48120}, 48124,
{f: 2, c: 48127}, 48130, {f: 2, c: 48136}, {f: 3, c: 48139}, 48143, 48145,
{f: 5, c: 48148}, {f: 5, c: 48155}, {f: 2, c: 48164}, 48167, 48169, 48173,
{f: 2, c: 48176}, 48180, 48184, {f: 2, c: 48192}, {f: 3, c: 48195}, 48201,
{f: 2, c: 48204}, 48208, 48221, {f: 2, c: 48260}, 48264, {f: 2, c: 48267},
48270, {f: 2, c: 48276}, 48279, {f: 2, c: 48281}, {f: 2, c: 48288}, 48292,
{f: 2, c: 48295}, {f: 2, c: 48304}, {f: 3, c: 48307}, {f: 2, c: 48316},
48320, 48324, 48333, {f: 3, c: 48335}, 48341, 48344, 48348,
{f: 3, c: 48372}, 48376, 48380, {f: 2, c: 48388}, 48391, 48393, 48400,
48404, 48420, 48428, 48448, {f: 2, c: 48456}, 48460, 48464,
{f: 2, c: 48472}, 48484, 48488, {f: 2, c: 48512}, 48516, {f: 4, c: 48519},
{f: 2, c: 48528}, 48531, 48533, {f: 2, c: 48537}, 48540, 48548, 48560,
48568, {f: 2, c: 48596}, 48600, 48604, 48617, 48624, 48628, 48632, 48640,
48643, 48645, {f: 2, c: 48652}, 48656, 48660, {f: 2, c: 48668}, 48671,
{f: 2, c: 48708}, 48712, 48716, 48718, {f: 2, c: 48724}, 48727,
{f: 3, c: 48729}, {f: 2, c: 48736}, 48740, 48744, 48746, {f: 2, c: 48752},
{f: 3, c: 48755}, {f: 3, c: 48763}, 48768, 48772, {f: 2, c: 48780},
{f: 3, c: 48783}, {f: 2, c: 48792}, 48808, {f: 2, c: 48848}, 48852,
{f: 2, c: 48855}, 48864, {f: 3, c: 48867}, 48876, 48897, {f: 2, c: 48904},
{f: 2, c: 48920}, {f: 3, c: 48923}, {f: 2, c: 48960}, 48964, 48968,
{f: 2, c: 48976}, 48981, 49044, 49072, 49093, {f: 2, c: 49100}, 49104,
49108, 49116, 49119, 49121, 49212, 49233, 49240, 49244, 49248,
{f: 2, c: 49256}, {f: 2, c: 49296}, 49300, 49304, {f: 2, c: 49312}, 49315,
49317, {f: 2, c: 49324}, {f: 2, c: 49327}, {f: 4, c: 49331},
{f: 2, c: 49340}, {f: 3, c: 49343}, 49349, {f: 2, c: 49352}, 49356, 49360,
{f: 2, c: 49368}, {f: 3, c: 49371}, {f: 2, c: 49380}, 49384, 49388,
{f: 2, c: 49396}, 49399, 49401, 49408, 49412, 49416, 49424, 49429,
{f: 5, c: 49436}, {f: 2, c: 49443}, {f: 2, c: 49446}, {f: 2, c: 49452},
{f: 3, c: 49455}, 49462, {f: 2, c: 49464}, 49468, 49472, {f: 2, c: 49480},
{f: 3, c: 49483}, {f: 2, c: 49492}, 49496, 49500, {f: 2, c: 49508},
{f: 3, c: 49511}, 49520, 49524, 49528, 49541, {f: 3, c: 49548}, 49552,
49556, 49558, {f: 2, c: 49564}, 49567, 49569, 49573, {f: 2, c: 49576},
49580, 49584, 49597, 49604, 49608, 49612, 49620, {f: 2, c: 49623}, 49632,
49636, 49640, {f: 2, c: 49648}, 49651, {f: 2, c: 49660}, 49664, 49668,
{f: 2, c: 49676}, 49679, 49681, {f: 2, c: 49688}, 49692, {f: 2, c: 49695},
{f: 2, c: 49704}, 49707, 49709, 49711, {f: 2, c: 49713}, 49716, 49736,
{f: 2, c: 49744}, 49748, 49752, 49760, 49765, {f: 2, c: 49772}, 49776,
49780, {f: 2, c: 49788}, 49791, 49793, {f: 2, c: 49800}, 49808, 49816,
49819, 49821, {f: 2, c: 49828}, 49832, {f: 2, c: 49836}, {f: 2, c: 49844},
49847, 49849, {f: 2, c: 49884}, 49888, {f: 2, c: 49891}, {f: 3, c: 49899},
49903, 49905, 49910, {f: 2, c: 49912}, {f: 2, c: 49915}, 49920,
{f: 2, c: 49928}, {f: 2, c: 49932}, {f: 3, c: 49939}, 49944, 49948,
{f: 2, c: 49956}, {f: 2, c: 49960}, 49989, {f: 2, c: 50024}, 50028, 50032,
50034, {f: 2, c: 50040}, {f: 2, c: 50044}, 50052, 50056, 50060, 50112,
{f: 2, c: 50136}, 50140, {f: 2, c: 50143}, 50146, {f: 2, c: 50152}, 50157,
{f: 2, c: 50164}, 50168, 50184, 50192, 50212, 50220, 50224, 50228,
{f: 2, c: 50236}, 50248, {f: 2, c: 50276}, 50280, 50284, {f: 2, c: 50292},
50297, 50304, 50324, 50332, 50360, 50364, 50409, {f: 2, c: 50416}, 50420,
50424, 50426, {f: 3, c: 50431}, 50444, 50448, 50452, 50460,
{f: 2, c: 50472}, 50476, 50480, {f: 2, c: 50488}, 50491, 50493,
{f: 2, c: 50500}, {f: 3, c: 50504}, {f: 3, c: 50508}, {f: 3, c: 50515},
{f: 3, c: 50519}, {f: 2, c: 50525}, {f: 2, c: 50528}, 50532, 50536,
{f: 2, c: 50544}, {f: 3, c: 50547}, {f: 2, c: 50556}, 50560, 50564, 50567,
{f: 2, c: 50572}, 50575, 50577, 50581, {f: 2, c: 50583}, 50588, 50592,
50601, {f: 2, c: 50612}, {f: 2, c: 50616}, {f: 4, c: 50619},
{f: 7, c: 50628}, 50636, 50638, {f: 2, c: 50640}, 50644, 50648,
{f: 2, c: 50656}, 50659, 50661, {f: 3, c: 50668}, 50672, 50676,
{f: 2, c: 50678}, {f: 6, c: 50684}, {f: 4, c: 50693}, 50700, 50704,
{f: 2, c: 50712}, {f: 2, c: 50715}, {f: 2, c: 50724}, 50728,
{f: 3, c: 50732}, 50736, {f: 3, c: 50739}, 50743, 50745, 50747,
{f: 2, c: 50752}, 50756, 50760, {f: 2, c: 50768}, {f: 3, c: 50771},
{f: 2, c: 50780}, 50784, 50796, 50799, 50801, {f: 2, c: 50808}, 50812,
50816, {f: 2, c: 50824}, 50827, 50829, {f: 2, c: 50836}, 50840, 50844,
{f: 2, c: 50852}, 50855, 50857, {f: 2, c: 50864}, 50868, {f: 3, c: 50872},
{f: 2, c: 50880}, 50883, 50885, {f: 2, c: 50892}, 50896, 50900,
{f: 2, c: 50908}, {f: 2, c: 50912}, {f: 2, c: 50920}, 50924, 50928,
{f: 2, c: 50936}, 50941, {f: 2, c: 50948}, 50952, 50956, {f: 2, c: 50964},
50967, 50969, {f: 2, c: 50976}, 50980, 50984, {f: 2, c: 50992}, 50995,
50997, 50999, {f: 2, c: 51004}, 51008, 51012, 51018, {f: 2, c: 51020},
51023, {f: 8, c: 51025}, 51036, 51040, 51048, 51051, {f: 2, c: 51060},
51064, {f: 3, c: 51068}, {f: 3, c: 51075}, {f: 4, c: 51079}, 51086,
{f: 2, c: 51088}, 51092, {f: 3, c: 51094}, 51098, {f: 2, c: 51104},
{f: 4, c: 51107}, {f: 2, c: 51116}, 51120, 51124, {f: 2, c: 51132},
{f: 3, c: 51135}, {f: 2, c: 51144}, 51148, 51150, 51152, 51160, 51165,
51172, 51176, 51180, {f: 2, c: 51200}, 51204, 51208, 51210,
{f: 2, c: 51216}, 51219, {f: 2, c: 51221}, {f: 2, c: 51228}, 51232, 51236,
{f: 2, c: 51244}, 51247, 51249, 51256, 51260, 51264, {f: 2, c: 51272},
{f: 2, c: 51276}, 51284, {f: 2, c: 51312}, 51316, 51320, 51322,
{f: 2, c: 51328}, 51331, {f: 3, c: 51333}, {f: 3, c: 51339}, 51348, 51357,
51359, 51361, 51368, {f: 2, c: 51388}, 51396, 51400, 51404,
{f: 2, c: 51412}, 51415, 51417, {f: 2, c: 51424}, 51428, 51445,
{f: 2, c: 51452}, 51456, {f: 3, c: 51460}, {f: 2, c: 51468}, 51471, 51473,
51480, 51500, 51508, {f: 2, c: 51536}, 51540, 51544, {f: 2, c: 51552},
51555, 51564, 51568, 51572, 51580, {f: 2, c: 51592}, 51596, 51600,
{f: 2, c: 51608}, 51611, 51613, {f: 2, c: 51648}, 51652, {f: 2, c: 51655},
51658, {f: 2, c: 51664}, 51667, {f: 2, c: 51669}, {f: 2, c: 51673},
{f: 2, c: 51676}, 51680, 51682, 51684, 51687, {f: 2, c: 51692},
{f: 3, c: 51695}, {f: 2, c: 51704}, 51708, 51712, {f: 2, c: 51720},
{f: 3, c: 51723}, 51732, 51736, 51753, {f: 2, c: 51788}, 51792, 51796,
{f: 2, c: 51804}, {f: 3, c: 51807}, 51816, 51837, 51844, 51864,
{f: 2, c: 51900}, 51904, 51908, {f: 2, c: 51916}, 51919, 51921, 51923,
{f: 2, c: 51928}, 51936, 51948, 51956, 51976, 51984, 51988, 51992,
{f: 2, c: 52000}, 52033, {f: 2, c: 52040}, 52044, 52048, {f: 2, c: 52056},
52061, 52068, {f: 2, c: 52088}, 52124, 52152, 52180, 52196, 52199, 52201,
{f: 2, c: 52236}, 52240, 52244, {f: 2, c: 52252}, {f: 2, c: 52257},
{f: 3, c: 52263}, 52268, 52270, 52272, {f: 2, c: 52280}, {f: 4, c: 52283},
{f: 2, c: 52292}, 52296, 52300, {f: 2, c: 52308}, {f: 3, c: 52311}, 52320,
52324, 52326, 52328, 52336, 52341, {f: 2, c: 52376}, 52380, 52384,
{f: 2, c: 52392}, {f: 3, c: 52395}, {f: 2, c: 52404}, 52408, 52412,
{f: 2, c: 52420}, 52423, 52425, 52432, 52436, 52452, 52460, 52464, 52481,
{f: 2, c: 52488}, 52492, 52496, {f: 2, c: 52504}, 52507, 52509, 52516,
52520, 52524, 52537, 52572, 52576, 52580, {f: 2, c: 52588}, 52591, 52593,
52600, 52616, {f: 2, c: 52628}, 52632, 52636, {f: 2, c: 52644}, 52647,
52649, 52656, 52676, 52684, 52688, 52712, 52716, 52720, {f: 2, c: 52728},
52731, 52733, 52740, 52744, 52748, 52756, 52761, {f: 2, c: 52768}, 52772,
52776, {f: 2, c: 52784}, 52787, 52789, {f: 2, c: 52824}, 52828,
{f: 3, c: 52831}, {f: 2, c: 52840}, 52843, 52845, {f: 2, c: 52852}, 52856,
52860, {f: 2, c: 52868}, 52871, 52873, {f: 2, c: 52880}, 52884, 52888,
{f: 2, c: 52896}, {f: 3, c: 52899}, {f: 2, c: 52908}, 52929,
{f: 2, c: 52964}, 52968, {f: 2, c: 52971}, {f: 2, c: 52980},
{f: 3, c: 52983}, {f: 2, c: 52992}, 52996, 53000, {f: 2, c: 53008}, 53011,
53013, 53020, 53024, 53028, {f: 2, c: 53036}, {f: 3, c: 53039}, 53048,
{f: 2, c: 53076}, 53080, 53084, {f: 2, c: 53092}, 53095, 53097,
{f: 2, c: 53104}, 53108, 53112, 53120, 53125, 53132, 53153, 53160, 53168,
53188, {f: 2, c: 53216}, 53220, 53224, {f: 2, c: 53232}, 53235, 53237,
53244, 53248, 53252, 53265, 53272, 53293, {f: 2, c: 53300}, 53304, 53308,
{f: 2, c: 53316}, 53319, 53321, 53328, 53332, 53336, 53344,
{f: 2, c: 53356}, 53360, 53364, {f: 2, c: 53372}, 53377, {f: 2, c: 53412},
53416, 53420, {f: 2, c: 53428}, 53431, 53433, {f: 2, c: 53440}, 53444,
{f: 2, c: 53448}, {f: 2, c: 53456}, {f: 3, c: 53459}, {f: 2, c: 53468},
53472, 53476, {f: 2, c: 53484}, {f: 3, c: 53487}, 53496, 53517,
{f: 2, c: 53552}, 53556, 53560, 53562, {f: 2, c: 53568}, {f: 3, c: 53571},
{f: 2, c: 53580}, 53584, 53588, {f: 2, c: 53596}, 53599, 53601, 53608,
53612, 53628, 53636, 53640, {f: 2, c: 53664}, 53668, 53672,
{f: 2, c: 53680}, 53683, 53685, 53690, 53692, 53696, 53720, 53748, 53752,
53767, 53769, 53776, {f: 2, c: 53804}, 53808, 53812, {f: 2, c: 53820},
53823, 53825, 53832, 53852, 53860, {f: 2, c: 53888}, 53892, 53896,
{f: 2, c: 53904}, 53909, 53916, 53920, 53924, 53932, 53937,
{f: 2, c: 53944}, 53948, {f: 2, c: 53951}, 53954, {f: 2, c: 53960}, 53963,
53972, 53976, 53980, {f: 2, c: 53988}, {f: 2, c: 54000}, 54004, 54008,
{f: 2, c: 54016}, 54019, 54021, {f: 3, c: 54028}, 54032, 54036, 54038,
{f: 2, c: 54044}, {f: 3, c: 54047}, 54053, {f: 2, c: 54056}, 54060, 54064,
{f: 2, c: 54072}, {f: 3, c: 54075}, {f: 2, c: 54084}, {f: 2, c: 54140},
54144, 54148, {f: 2, c: 54156}, {f: 3, c: 54159}, {f: 2, c: 54168}, 54172,
54176, {f: 2, c: 54184}, 54187, 54189, 54196, 54200, 54204,
{f: 2, c: 54212}, {f: 2, c: 54216}, 54224, 54232, 54241, 54243,
{f: 2, c: 54252}, 54256, 54260, {f: 2, c: 54268}, 54271, 54273, 54280,
54301, 54336, 54340, 54364, 54368, 54372, 54381, 54383, {f: 2, c: 54392},
54396, {f: 2, c: 54399}, 54402, {f: 2, c: 54408}, 54411, 54413, 54420,
54441, 54476, 54480, 54484, 54492, 54495, 54504, 54508, 54512, 54520,
54523, 54525, 54532, 54536, 54540, {f: 2, c: 54548}, 54551,
{f: 2, c: 54588}, 54592, 54596, {f: 2, c: 54604}, 54607, 54609,
{f: 2, c: 54616}, 54620, 54624, 54629, {f: 2, c: 54632}, 54635, 54637,
{f: 2, c: 54644}, 54648, 54652, {f: 2, c: 54660}, {f: 3, c: 54663}, 54672,
54693, {f: 2, c: 54728}, 54732, 54736, 54738, {f: 2, c: 54744}, 54747,
54749, {f: 2, c: 54756}, 54760, 54764, {f: 2, c: 54772}, 54775, 54777,
{f: 2, c: 54784}, 54788, 54792, {f: 2, c: 54800}, {f: 3, c: 54803}, 54812,
54816, 54820, 54829, {f: 2, c: 54840}, 54844, 54848, 54853,
{f: 2, c: 54856}, 54859, 54861, 54865, {f: 2, c: 54868}, 54872, 54876,
54887, 54889, {f: 2, c: 54896}, 54900, 54915, 54917, {f: 2, c: 54924},
54928, 54932, 54941, 54943, 54945, 54952, 54956, 54960, 54969, 54971,
{f: 2, c: 54980}, 54984, 54988, 54993, 54996, 54999, 55001, 55008, 55012,
55016, 55024, 55029, {f: 2, c: 55036}, 55040, 55044, 55057,
{f: 2, c: 55064}, 55068, 55072, {f: 2, c: 55080}, 55083, 55085,
{f: 2, c: 55092}, 55096, 55100, 55108, 55111, 55113, {f: 2, c: 55120},
55124, {f: 4, c: 55126}, {f: 2, c: 55136}, 55139, 55141, 55145, 55148,
55152, 55156, {f: 2, c: 55164}, 55169, {f: 2, c: 55176}, 55180, 55184,
{f: 2, c: 55192}, 55195, 55197, 20285, 20339, 20551, 20729, 21152, 21487,
21621, 21733, 22025, 23233, 23478, 26247, {f: 2, c: 26550}, 26607, 27468,
29634, 30146, 31292, 33499, 33540, 34903, 34952, 35382, [36040, 63747],
36303, 36603, 36838, 39381, 21051, 21364, 21508, 24682, 24932, 27580,
29647, 33050, 35258, [12179, 35282], 38307, 20355, 21002, 22718, 22904,
23014, [12082, 24178], 24185, 25031, 25536, 26438, 26604, 26751, 28567,
30286, 30475, 30965, 31240, 31487, 31777, 32925, [12169, 33390], 33393,
35563, 38291, 20075, 21917, 26359, 28212, 30883, 31469, 33883, 35088,
34638, 38824, 21208, 22350, 22570, 23884, 24863, 25022, 25121, 25954,
26577, 27204, 28187, [12130, 29976], 30131, 30435, 30640, 32058, 37039,
{f: 2, c: 37969}, 40853, 21283, 23724, 30002, 32987, 37440, 38296, 21083,
22536, 23004, 23713, 23831, 24247, 24378, 24394, 24951, 27743, 30074,
30086, 31968, 32115, 32177, 32652, 33108, 33313, 34193, 35137, 35611,
37628, [38477, 64009], 40007, 20171, 20215, 20491, 20977, 22607, 24887,
24894, 24936, 25913, 27114, 28433, 30117, 30342, 30422, 31623, 33445,
33995, 37799, 38283, 21888, 23458, 22353, 31923, 32697, 37301, 20520,
21435, 23621, 24040, 25298, 25454, 25818, 25831, 28192, 28844, 31067,
36317, 36382, 36989, 37445, 37624, 20094, 20214, 20581, [12081, 24062],
24314, 24838, 26967, 33137, 34388, 36423, 37749, 39467, 20062, 20625,
26480, 26688, 20745, 21133, 21138, 27298, 30652, 37392, 40660, 21163,
24623, 36850, 20552, 25001, 25581, 25802, 26684, 27268, 28608, 33160,
35233, 38548, 22533, 29309, [12125, 29356], 29956, 32121, 32365, 32937,
[12178, 35211, 64010], 35700, 36963, 40273, 25225, 27770, 28500, 32080,
32570, 35363, 20860, 24906, 31645, 35609, 37463, 37772, 20140, 20435,
20510, 20670, 20742, 21185, 21197, 21375, 22384, 22659, 24218, 24465,
24950, 25004, 25806, 25964, 26223, 26299, [26356, 63745], 26775, 28039,
28805, 28913, 29855, 29861, 29898, 30169, 30828, 30956, 31455, 31478,
32069, 32147, 32789, 32831, 33051, 33686, 35686, 36629, 36885, 37857,
38915, 38968, 39514, 39912, 20418, 21843, 22586, [22865, 63753], 23395,
23622, 24760, 25106, 26690, 26800, 26856, 28330, 30028, 30328, 30926,
31293, 31995, 32363, 32380, 35336, 35489, 35903, 38542, 40388, 21476,
21481, 21578, 21617, 22266, 22993, 23396, 23611, 24235, 25335, 25911,
25925, 25970, 26272, 26543, 27073, 27837, 30204, 30352, 30590, 31295,
32660, 32771, 32929, 33167, 33510, 33533, 33776, 34241, 34865, 34996,
35493, 36764, 37678, 38599, 39015, [12220, 39640], [12238, 40723], 21741,
26011, 26354, 26767, 31296, [12181, 35895], 40288, 22256, 22372, 23825,
26118, 26801, 26829, 28414, 29736, 34974, 39908, 27752, [12219, 39592],
20379, 20844, 20849, 21151, 23380, [12079, 24037], 24656, 24685, 25329,
25511, 25915, 29657, 31354, 34467, 36002, 38799, [20018, 63749], 23521,
[12093, 25096], 26524, [12128, 29916], 31185, 33747, 35463, 35506, 36328,
36942, 37707, 38982, [24275, 64011], 27112, 34303, 37101, 20896, 23448,
23532, 24931, 26874, 27454, 28748, 29743, 29912, 31649, 32592, 33733,
35264, 36011, 38364, 39208, 21038, 24669, 25324, 36866, 20362, 20809,
21281, 22745, 24291, 26336, 27960, 28826, 29378, 29654, 31568, 33009,
37979, 21350, 25499, 32619, 20054, 20608, 22602, 22750, 24618, 24871,
25296, 27088, 39745, 23439, 32024, 32945, 36703, 20132, 20689, 21676,
21932, 23308, 23968, 24039, 25898, 25934, 26657, 27211, 29409, 30350,
30703, 32094, 32761, 33184, 34126, 34527, 36611, 36686, 37066, 39171,
39509, 39851, 19992, 20037, 20061, 20167, 20465, 20855, 21246, 21312,
[12061, 21475], [21477, 63750], 21646, 22036, 22389, 22434, 23495, 23943,
24272, 25084, 25304, 25937, 26552, 26601, 27083, 27472, 27590, 27628,
27714, 28317, 28792, 29399, 29590, 29699, 30655, 30697, 31350, 32127,
32777, [12165, 33276], 33285, 33290, 33503, 34914, 35635, 36092, 36544,
36881, 37041, 37476, 37558, 39378, 39493, 40169, 40407,
[12244, 40860, 63751, 63752], 22283, 23616, 33738, 38816, 38827, 40628,
21531, 31384, 32676, 35033, 36557, 37089, 22528, 23624, 25496, 31391,
23470, [12088, 24339], 31353, 31406, 33422, 36524, 20518, 21048, 21240,
21367, 22280, 25331, 25458, 27402, 28099, 30519, 21413, 29527, 34152,
36470, 38357, 26426, 27331, 28528, 35437, 36556, 39243, 26231, 27512,
36020, [12225, 39740], 21483, 22317, 22862, 25542, 27131, 29674, 30789,
31418, 31429, 31998, 33909, 35215, 36211, 36917, 38312, 21243, 22343,
30023, 31584, 33740, 37406, 27224, 20811, 21067, 21127, 25119, 26840,
26997, 38553, 20677, 21156, 21220, 25027, [12100, 26020], 26681, 27135,
29822, 31563, 33465, 33771, 35250, 35641, 36817, 39241, 20170, 22935,
25810, 26129, 27278, 29748, 31105, 31165, 33449, {f: 2, c: 34942}, 35167,
37670, 20235, 21450, 24613, 25201, 27762, 32026, 32102, 20120, 20834,
30684, 32943, 20225, 20238, 20854, 20864, 21980, 22120, 22331, 22522,
22524, 22804, 22855, 22931, 23492, 23696, 23822, [12080, 24049], 24190,
24524, 25216, 26071, 26083, {f: 2, c: 26398}, 26462, 26827, 26820, 27231,
27450, 27683, 27773, 27778, 28103, 29592, 29734, 29738, 29826, 29859,
30072, 30079, 30849, 30959, 31041, {f: 2, c: 31047}, 31098, 31637, 32000,
32186, 32648, 32774, 32813, 32908, 35352, 35663, [35912, 63744], 36215,
37665, 37668, 39138, 39249, {f: 2, c: 39438}, 39525, 40594, 32202, 20342,
21513, 25326, 26708, [12198, 37329, 63754], 21931, 20794, 23068, 25062,
[25295, 63835], 25343, 37027, [35582, 63837], 26262, 29014, 38627, 25423,
25466, 21335, 26511, 26976, 28275, 30007, 32013, 34930, 22218, 23064,
20035, 20839, [22856, 63756], 26608, 32784, [12069, 22899, 63873],
[24180, 63886], [25754, 63889], [31178, 63893], [24565, 63907], 24684,
25288, [25467, 63908], [23527, 63839, 63914], 23511, 21162, 22900, 24361,
[24594, 63840], 29785, 39377, 28611, 33215, 36786, 24817, 33126,
[23615, 63933], 23273, 35365, [26491, 63944], [32016, 63951], 33021, 23612,
[27877, 63971], [21311, 63979], [28346, 63980], 22810, [33590, 63998],
[20025, 63838], 20150, 20294, 21934, 22296, 22727, 24406, 26039, 26086,
27264, 27573, 28237, 30701, 31471, 31774, 32222, 34507, 34962, 37170,
37723, 25787, 28606, 29562, 30136, 36948, 21846, 22349, 25018, 25812,
26311, 28129, 28251, 28525, 28601, 30192, 32835, 33213, 34113, 35203,
35527, 35674, 37663, 27795, 30035, 31572, 36367, 36957, 21776, 22530,
22616, 24162, 25095, 25758, 26848, 30070, [31958, 64003], 34739, 40680,
20195, 22408, 22382, [12068, 22823], 23565, 23729, 24118, 24453, 25140,
25825, 29619, 33274, 34955, 36024, 38538, 40667, [23429, 64004], 24503,
24755, 20498, [12049, 20992], 21040, 22294, 22581, 22615, 23566, 23648,
23798, 23947, [24230, 64001], 24466, 24764, 25361, 25481, 25623, 26691,
26873, 27330, 28120, 28193, 28372, 28644, 29182, 30428, 30585, 31153,
31291, 33796, 35241, 36077, 36339, 36424, 36867, 36884, 36947, 37117,
37709, 38518, 38876, 27602, 28678, 29272, 29346, 29544, 30563, 31167,
31716, 32411, [35712, 63834], 22697, 24775, 25958, 26109, 26302, 27788,
28958, 29129, 35930, 38931, 20077, 31361, 20189, 20908, 20941, 21205,
21516, 24999, 26481, 26704, 26847, [27934, 64005], 28540, 30140, 30643,
31461, 33012, 33891, 37509, 20828, [12099, 26007], 26460, 26515, 30168,
31431, 33651, [12182, 35910], 36887, 38957, 23663, 33216, 33434, 36929,
36975, 37389, 24471, 23965, 27225, 29128, 30331, 31561, 34276, 35588,
37159, 39472, [21895, 63755], [25078, 63757], [30313, 63758],
[32645, 63759], [34367, 63760], [34746, 63761], [35064, 63762],
[37007, 63763], [27931, 63765], [28889, 63766], [29662, 63767], 32097,
[33853, 63768], [37226, 63769], [39409, 63770], [20098, 63771],
[21365, 63772], [27396, 63773], 27410, 28734, [29211, 63774],
[34349, 63775], [40478, 63776], 21068, 36771, [23888, 63777], 25829, 25900,
27414, [28651, 63778], 31811, 32412, [34253, 63779], [35172, 63780], 35261,
[25289, 63781], [33240, 63782], [34847, 63783], [24266, 63784],
[26391, 63785], [28010, 63786], [29436, 63787], 29701, 29807, 34690,
[37086, 63788], [20358, 63789], 23821, 24480, 33802, [20919, 63790],
[25504, 63861], [30053, 63862], [20142, 63863], 20486, [20841, 63864],
[20937, 63865], [26753, 63866], 27153, 31918, 31921, [31975, 63867],
[33391, 63868], [35538, 63869], 36635, [37327, 63870], 20406, 20791,
[21237, 63871], [21570, 63872], [24300, 63874], 24942, 25150,
[26053, 63875], 27354, [28670, 63876], [31018, 63877], 34268, 34851,
[38317, 63878], 39522, [39530, 63879], [40599, 63880], [40654, 63881],
[12050, 21147, 63882], [26310, 63883], [27511, 63884], 28701, 31019,
[36706, 63885], 38722, [24976, 63887], [25088, 63888], 25891,
[28451, 63890], [29001, 63891], [29833, 63892], [32244, 63894],
[32879, 63895], [34030, 63897], [36646, 63896], [36899, 63898],
[37706, 63899], 20925, [21015, 63900], [21155, 63901], 27916,
[28872, 63903], [35010, 63904], [24265, 63906], 25986, [27566, 63909],
28610, [31806, 63910], [29557, 63911], [20196, 63912], 20278,
[22265, 63913], 23738, [23994, 63915], [24604, 63916], [29618, 63917],
31533, [32666, 63919], 32718, [32838, 63920], 36894, [37428, 63921],
[38646, 63922], [38728, 63923], [38936, 63924], 40801, [20363, 63925],
28583, [31150, 63926], [37300, 63927], [38583, 63928], [21214, 63791],
25736, [25796, 63792], [27347, 63793], 28510, 28696, [29200, 63794],
[30439, 63795], [12156, 32769, 63796], [34310, 63797], [34396, 63798],
[36335, 63799], 36613, [38706, 63800], [39791, 63801], [40442, 63802],
[12228, 40565], [30860, 63803], [31103, 63804], [32160, 63805],
[33737, 63806], [37636, 63807], [12229, 40575, 63808], 40595,
[35542, 63809], [22751, 63810], [24324, 63811], 26407, 28711, 29903,
[31840, 63812], [32894, 63813], 20769, 28712, [29282, 63814],
[30922, 63815], [36034, 63816], 36058, 36084, [38647, 63817],
[20102, 63930], [20698, 63931], [23534, 63932], 24278, [26009, 63934],
[29134, 63936], [30274, 63937], 30637, 32842, [34044, 63938],
[36988, 63939], 39719, [12243, 40845, 63940], [22744, 63818], 23105,
[23650, 63819], [27155, 63820], [28122, 63821], [28431, 63822], 30267,
[32047, 63823], [32311, 63824], 34078, 35128, 37860, [38475, 63825],
[21129, 63943], 26066, [26611, 63945], 27060, [27969, 63946],
[28316, 63947], 28687, [29705, 63948], 29792, [30041, 63949], 30244,
[30827, 63950], 35628, [39006, 63952], [20845, 63953], [25134, 63954],
[38520, 63955], 20374, [20523, 63956], [23833, 63957], [28138, 63958],
32184, [36650, 63959], [24459, 63960], [24900, 63961], [26647, 63962],
[38534, 63964], [21202, 63826], [32907, 63827], [20956, 63828],
[20940, 63829], 26974, [31260, 63830], [32190, 63831], [33777, 63832],
[38517, 63833], 20442, [21033, 63965], 21400, [21519, 63966], 21774,
[23653, 63967], 24743, [26446, 63969], [26792, 63970], 28012, 29313, 29432,
[29702, 63972], 29827, [30178, 63973], 31852, [32633, 63974], 32696, 33673,
[35023, 63975], [35041, 63976], [12197, 37324, 63977], 37328,
[38626, 63978], 39881, [21533, 63981], 28542, [29136, 63982],
[29848, 63983], [34298, 63984], 36522, [38563, 63985], [40023, 63986],
[40607, 63987], [26519, 63988], [28107, 63989], 29747, [33256, 63990],
38678, 30764, [12148, 31435, 63991], [31520, 63992], [31890, 63993], 25705,
29802, 30194, 30908, 30952, [12218, 39340], 39764, [12231, 40635], 23518,
24149, 28448, 33180, 33707, 37000, 19975, 21325, 23081, 24018, 24398,
24930, 25405, 26217, 26364, 28415, 28459, 28771, 30622, 33836, 34067,
34875, 36627, 39237, 39995, 21788, 25273, 26411, 27819, 33545, 35178,
38778, 20129, 22916, {f: 2, c: 24536}, 26395, 32178, 32596, 33426, 33579,
33725, 36638, 37017, 22475, 22969, 23186, 23504, 26151, 26522, 26757,
27599, 29028, 32629, 36023, 36067, 36993, 39749, 33032, 35978, 38476,
39488, [12230, 40613], 23391, 27667, 29467, 30450, 30431, 33804, 20906,
35219, 20813, 20885, 21193, 26825, 27796, 30468, 30496, 32191, 32236,
[12207, 38754], 40629, 28357, 34065, 20901, 21517, 21629, 26126, 26269,
26919, 28319, [12139, 30399], 30609, 33559, 33986, 34719, 37225, 37528,
40180, 34946, 20398, 20882, 21215, 22982, 24125, 24917, {f: 2, c: 25720},
26286, 26576, 27169, 27597, [12113, 27611], 29279, 29281, 29761, 30520,
[12141, 30683], 32791, 33468, 33541, 35584, 35624, 35980, [12106, 26408],
27792, 29287, [12140, 30446], 30566, 31302, 40361, 27519, 27794, 22818,
26406, 33945, 21359, 22675, 22937, 24287, 25551, 26164, 26483, 28218,
29483, 31447, 33495, 37672, 21209, 24043, 25006, 25035, 25098, 25287,
25771, [12102, 26080], 26969, 27494, [12111, 27595], 28961, 29687, 30045,
32326, 33310, 33538, 34154, 35491, 36031, 38695, 40289, 22696, 40664,
20497, 21006, 21563, 21839, [12098, 25991], 27766, {f: 2, c: 32010}, 32862,
34442, [12200, 38272], 38639, 21247, 27797, 29289, 21619, 23194, 23614,
23883, 24396, 24494, 26410, 26806, 26979, 28220, 28228, 30473,
[12150, 31859], 32654, 34183, 35598, 36855, 38753, 40692, 23735, 24758,
24845, 25003, 25935, {f: 2, c: 26107}, 27665, 27887, 29599, 29641, 32225,
38292, 23494, 34588, 35600, 21085, 21338, 25293, 25615, 25778, 26420,
27192, 27850, 29632, 29854, 31636, 31893, 32283, 33162, 33334, 34180,
36843, 38649, 39361, 20276, 21322, 21453, 21467, 25292, 25644, 25856,
26001, 27075, 27886, 28504, 29677, 30036, 30242, 30436, 30460, 30928,
[30971, 63844], 31020, 32070, 33324, 34784, 36820, 38930, 39151, 21187,
25300, 25765, 28196, 28497, 30332, 36299, 37297, 37474, 39662, 39747,
20515, 20621, 22346, 22952, 23592, 24135, 24439, 25151, 25918,
[12101, 26041], 26049, 26121, 26507, 27036, 28354, 30917, 32033, 32938,
33152, 33323, 33459, 33953, 34444, 35370, 35607, 37030, 38450, 40848,
20493, 20467, 22521, 24472, 25308, 25490, 26479, 28227, 28953, 30403,
32972, 32986, {f: 2, c: 35060}, 35097, 36064, 36649, 37197, 38506, 20271,
20336, 24091, 26575, 26658, [12137, 30333], 30334, 39748, 24161, 27146,
29033, 29140, 30058, 32321, 34115, 34281, 39132, 20240, 31567, 32624,
38309, 20961, 24070, 26805, 27710, 27726, 27867, 29359, 31684, 33539,
27861, 29754, 20731, 21128, 22721, 25816, 27287, 29863, 30294, 30887,
34327, 38370, 38713, 21342, 24321, 35722, 36776, 36783, 37002, 21029,
30629, 40009, 40712, 19993, 20482, 20853, 23643, 24183, 26142, 26170,
26564, 26821, 28851, 29953, 30149, 31177, 31453, 36647, 39200, 39432,
20445, 22561, 22577, 23542, 26222, 27493, 27921, 28282, 28541, 29668,
29995, 33769, 35036, 35091, 35676, 36628, 20239, 20693, 21264,
[12056, 21340], 23443, [24489, 63846], 26381, 31119, 33145, 33583, 34068,
35079, 35206, 36665, [36667, 64007], 39333, 39954, 26412, 20086, 20472,
22857, 23553, {f: 2, c: 23791}, 25447, 26834, 28925, 29090, 29739, 32299,
34028, 34562, 36898, 37586, 40179, [19981, 63847], 20184, 20463, 20613,
21078, 21103, 21542, 21648, 22496, 22827, 23142, 23386, 23413, 23500,
24220, 25206, 25975, 26023, 28014, 28325, [12119, 29238], 31526, 31807,
[12152, 32566], {f: 2, c: 33104}, 33178, 33344, 33433, 33705, 35331, 36000,
36070, 36091, 36212, 36282, 37096, 37340, [12201, 38428], 38468, 39385,
40167, [21271, 63843], 20998, 21545, 22132, 22707, 22868, 22894, 24575,
24996, 25198, 26128, 27774, 28954, 30406, 31881, 31966, 32027, 33452,
36033, 38640, 20315, 24343, 24447, 25282, 23849, 26379, 26842, 30844,
32323, 40300, 19989, 20633, [12052, 21269], 21290, 21329, 22915, 23138,
24199, 24754, 24970, 25161, 25209, 26000, 26503, 27047, [12112, 27604],
{f: 3, c: 27606}, 27832, 29749, 30202, 30738, 30865, 31189, 31192, 31875,
32203, 32737, 32933, 33086, 33218, 33778, 34586, 35048, 35513, 35692,
36027, 37145, [12206, 38750], [12214, 39131], [12240, 40763], 22188, 23338,
24428, 25996, 27315, 27567, 27996, 28657, 28693, 29277, 29613, 36007,
36051, 38971, 24977, 27703, 32856, 39425, 20045, 20107, 20123, 20181,
20282, 20284, 20351, 20447, 20735, 21490, 21496, 21766, 21987, 22235,
[12064, 22763], 22882, 23057, 23531, 23546, 23556, 24051, 24107, 24473,
24605, 25448, 26012, 26031, 26614, 26619, 26797, 27515, 27801, 27863,
28195, 28681, 29509, 30722, 31038, 31040, 31072, 31169, 31721, 32023,
32114, 32902, 33293, 33678, 34001, 34503, 35039, 35408, 35422, 35613,
36060, 36198, 36781, 37034, 39164, 39391, 40605, 21066, 26388, 20632,
21034, [12077, 23665], 25955, 27733, 29642, 29987, 30109, 31639, 33948,
37240, 38704, 20087, 25746, [27578, 63856], 29022, 34217, 19977, 26441,
26862, 28183, 33439, 34072, 34923, 25591, 28545, 37394, 39087, 19978,
20663, 20687, 20767, 21830, 21930, 22039, 23360, 23577, 23776, 24120,
24202, 24224, 24258, 24819, 26705, 27233, 28248, 29245, 29248,
[29376, 63994], 30456, 31077, 31665, 32724, 35059, 35316, 35443, 35937,
36062, 38684, [22622, 63852], 29885, 36093, 21959, 31329, [32034, 63850],
[12170, 33394], 29298, [12131, 29983], 29989, 31513, 22661, 22779, 23996,
24207, 24246, 24464, 24661, 25234, 25471, 25933, 26257, 26329, 26360,
26646, 26866, 29312, 29790, 31598, 32110, 32214, 32626, 32997, 33298,
34223, 35199, 35475, 36893, 37604, [12233, 40653], [12239, 40736],
[12067, 22805], 22893, 24109, 24796, 26132, 26227, 26512, 27728, 28101,
28511, [12143, 30707], 30889, 33990, 37323, 37675, 20185, 20682, 20808,
21892, 23307, 23459, 25159, 25982, 26059, 28210, 29053, 29697, 29764,
29831, 29887, 30316, 31146, 32218, 32341, 32680, 33146, 33203, 33337,
34330, 34796, 35445, 36323, 36984, 37521, 37925, 39245, 39854, 21352,
23633, 26964, 27844, 27945, 28203, [12166, 33292], 34203, 35131, 35373,
[35498, 63855, 63905], 38634, 40807, 21089, 26297, 27570, 32406, 34814,
36109, 38275, 38493, 25885, 28041, 29166, 22478, 22995, 23468, 24615,
24826, 25104, 26143, 26207, 29481, 29689, 30427, [30465, 63853], 31596,
32854, 32882, 33125, 35488, 37266, 19990, 21218, 27506, 27927, 31237,
31545, 32048, 36016, 21484, 22063, 22609, 23477, [12073, 23567], 23569,
24034, 25152, 25475, 25620, 26157, 26803, 27836, 28040, 28335, 28703,
28836, 29138, 29990, 30095, 30094, 30233, 31505, 31712, 31787, 32032,
32057, 34092, 34157, 34311, 35380, 36877, 36961, 37045, 37559, 38902,
39479, 20439, 23660, 26463, 28049, 31903, 32396, 35606, 36118, 36895,
23403, 24061, 25613, 33984, 36956, 39137, [29575, 63841, 63963], 23435,
24730, 26494, 28126, 35359, 35494, 36865, 38924, 21047, 28753, 30862,
37782, 34928, 37335, 20462, 21463, 22013, 22234, 22402, 22781, 23234,
23432, 23723, 23744, 24101, 24833, 25101, [12095, 25163], 25480, 25628,
25910, [25976, 63849], 27193, 27530, [12116, 27700], 27929, 28465, 29159,
29417, 29560, 29703, 29874, 30246, 30561, 31168, 31319, 31466, 31929,
32143, 32172, 32353, 32670, 33065, 33585, 33936, 34010, 34282, 34966,
35504, 35728, 36664, 36930, 36995, 37228, 37526, 37561, 38539,
{f: 2, c: 38567}, 38614, 38656, 38920, [12216, 39318], 39635, 39706, 21460,
22654, 22809, 23408, 23487, 28113, 28506, 29087, 29729, 29881, 32901,
33789, 24033, 24455, 24490, 24642, 26092, 26642, 26991, 27219, 27529,
27957, 28147, 29667, 30462, 30636, 31565, 32020, 33059, 33308, 33600,
34036, 34147, 35426, 35524, 37255, 37662, 38918, 39348, 25100, 34899,
36848, 37477, 23815, 23847, 23913, 29791, 33181, 34664, 28629,
[25342, 63859], 32722, 35126, 35186, 19998, 20056, 20711, 21213, 21319,
25215, 26119, 32361, 34821, 38494, 20365, 21273, 22070, 22987, 23204,
[12075, 23608], 23630, 23629, 24066, 24337, 24643, 26045, 26159, 26178,
26558, 26612, 29468, [12142, 30690], [12144, 31034], 32709, 33940, 33997,
35222, 35430, 35433, 35553, [12183, 35925], 35962, 22516, 23508, 24335,
24687, 25325, 26893, 27542, 28252, 29060, 31698, 34645, [35672, 63996],
36606, [12215, 39135], 39166, 20280, 20353, 20449, 21627, 23072, 23480,
24892, 26032, 26216, 29180, 30003, 31070, 32051, 33102, [12162, 33251],
33688, 34218, 34254, 34563, 35338, [12189, 36523], [12191, 36763], 36805,
22833, 23460, 23526, 24713, 23529, 23563, [12092, 24515], 27777, 28145,
28683, 29978, 33455, 35574, [20160, 63997], [12055, 21313], 38617,
[12114, 27663], 20126, 20420, 20818, 21854, 23077, 23784, 25105,
[12123, 29273], 33469, 33706, 34558, 34905, 35357, 38463, 38597, 39187,
40201, 40285, 22538, 23731, 23997, 24132, [24801, 63929], 24853, 25569,
[27138, 63764, 63836, 63935], 28197, 37122, 37716, 38990, 39952, 40823,
23433, 23736, 25353, 26191, 26696, 30524, 38593, 38797, 38996, 39839,
26017, 35585, 36555, 38332, 21813, 23721, 24022, 24245, 26263, 30284,
33780, 38343, 22739, 25276, 29390, 40232, 20208, 22830, 24591, 26171,
27523, 31207, 40230, 21395, 21696, 22467, 23830, 24859, 26326, 28079,
30861, 33406, 38552, 38724, 21380, 25212, 25494, 28082, 32266, 33099,
38989, 27387, 32588, 40367, 40474, 20063, 20539, 20918, 22812, 24825,
25590, 26928, 29242, 32822, 37326, 24369, 32004, [33509, 63860], 33903,
33979, 34277, 36493, 20335, 22756, 23363, 24665, 25562, 25880, 25965,
26264, 26954, 27171, 27915, 28673, 29036, 30162, 30221, 31155, 31344,
[12154, 32650], 35140, 35731, 37312, 38525, 39178, 22276, 24481, 26044,
28417, 30208, 31142, 35486, 39341, [12226, 39770], 40812, 20740, 25014,
25233, 27277, 33222, 20547, 22576, 24422, 28937, [12180, 35328], 35578,
23420, 34326, 20474, 20796, 22196, 22852, 25513, 28153, 23978, 26989,
20870, 20104, 20313, 22914, 27487, 27741, 29877, 30998, 33287, 33349,
33593, 36671, 36701, 39192, 20134, 22495, 24441, [26131, 63968], 30123,
32377, 35695, 36870, 39515, 22181, 22567, 23032, 23071, 23476, 24310,
25424, 25403, 26941, 27783, 27839, 28046, 28051, 28149, 28436, 28895,
28982, 29017, 29123, 29141, 30799, 30831, 31605, 32227, 32303, 34893,
36575, 37467, 40182, 24709, 28037, 29105, 38321, 21421, 26579, 28814,
28976, 29744, 33398, 33490, 38331, 39653, 40573, 26308, 29121,
[33865, 63854], 22603, 23992, 24433, 26144, 26254, 27001, 27054, 27704,
27891, 28214, 28481, 28634, 28699, 28719, 29008, 29151, 29552, 29787,
29908, 30408, 31310, 32403, 33521, 35424, 36814, 37704, 38681, 20034,
20522, 21000, 21473, 26355, 27757, 28618, 29450, 30591, 31330, 33454,
34269, 34306, 35028, 35427, 35709, 35947, 37555, 38675, 38928, 20116,
20237, 20425, 20658, 21320, 21566, 21555, 21978, 22626, 22714, 22887,
23067, 23524, 24735, 25034, 25942, 26111, 26212, 26791, 27738, 28595,
28879, 29100, 29522, 31613, 34568, 35492, 39986, 40711, 23627, 27779,
29508, [12127, 29577], 37434, 28331, 29797, 30239, 31337, 32277, 34314,
20800, 22725, 25793, 29934, 29973, 30320, 32705, 37013, 38605, 39252,
28198, [12129, 29926], {f: 2, c: 31401}, 33253, 34521, 34680, 35355, 23113,
23436, 23451, 26785, 26880, 28003, 29609, 29715, 29740, 30871, 32233,
32747, 33048, 33109, 33694, 35916, [38446, 63942], 38929, [12104, 26352],
24448, 26106, 26505, 27754, 29579, 20525, 23043, 27498, 30702, 22806,
23916, 24013, 29477, 30031, 20709, 20985, 22575, 22829, 22934, 23002,
23525, 23970, 25303, 25622, 25747, 25854, 26332, 27208, 29183, 29796,
31368, 31407, 32327, 32350, 32768, 33136, 34799, 35201, 35616, 36953,
36992, 39250, 24958, 27442, 28020, 32287, 35109, 36785, 20433, 20653,
20887, 21191, 22471, 22665, 23481, 24248, 24898, 27029, 28044, 28263,
28342, 29076, 29794, [12132, 29992], 29996, 32883, 33592, 33993, 36362,
37780, 37854, 20110, 20305, 20598, 20778, [12060, 21448], 21451, 21491,
23431, 23507, 23588, 24858, 24962, 26100, [12124, 29275], 29591, 29760,
30402, 31056, 31121, 31161, 32006, [12155, 32701], 33419, 34261, 34398,
36802, 36935, 37109, 37354, 38533, [12204, 38632], 38633, 21206, 24423,
26093, 26161, 26671, 29020, 31286, 37057, 38922, 20113, 27218, 27550,
28560, 29065, 32792, 33464, 34131, 36939, 38549, 38642, 38907, 34074,
39729, 20112, 29066, 38596, 20803, 21407, 21729, 22291, 22290, 22435,
23195, 23236, 23491, 24616, 24895, 25588, 27781, 27961, 28274, 28304,
29232, 29503, 29783, 33489, 34945, 36677, 36960, 38498, 39000, 40219,
[12105, 26376], 36234, 37470, 20301, 20553, 20702, 21361, 22285, 22996,
23041, 23561, 24944, 26256, 28205, 29234, 29771, 32239, 32963, 33806,
33894, 34111, 34655, 34907, 35096, 35586, 36949, [12209, 38859], 39759,
20083, 20369, 20754, 20842, 21807, 21929, 23418, 23461, {f: 2, c: 24188},
24254, 24736, 24799, {f: 2, c: 24840}, 25540, 25912, 26377, 26580, 26586,
{f: 2, c: 26977}, 27833, 27943, 28216, 28641, {f: 2, c: 29494}, 29788,
30001, 30290, 32173, 33278, 33848, 35029, 35480, 35547, 35565, 36400,
36418, 36938, 36926, 36986, [12195, 37193], 37321, 37742, 22537, 27603,
[12161, 32905], 32946, 20801, 22891, 23609, 28516, 29607, 32996, 36103,
37399, 38287, [12160, 32895], 25102, 28700, 32104, 34701, 22432, 24681,
24903, 27575, 35518, 37504, 38577, [12036, 20057], 21535, 28139, 34093,
38512, [12211, 38899], 39150, 25558, 27875, [12194, 37009], 20957, 25033,
33210, 40441, 20381, 20506, 20736, 23452, 24847, 25087, 25836, 26885,
27589, 30097, 30691, 32681, 33380, 34191, 34811, [12176, 34915], 35516,
35696, 37291, [12038, 20108], 20197, 20234, 22839, 23016, 24050, 24347,
24411, 24609, 29246, 29669, [30064, 63842], 30157, 31227, [12157, 32780],
[12159, 32819], 32900, 33505, 33617, 36029, 36019, 36999, 39156, 39180,
28727, 30410, 32714, 32716, 32764, 35610, [12040, 20154], 20161, 20995,
21360, [21693, 63902], 22240, 23035, 23493, 24341, 24525, 28270, 32106,
33589, 34451, 35469, 38765, 38775, [12032, 19968], 20314, 20350, 22777,
[12103, 26085], 28322, 36920, 37808, 39353, 20219, 22764, 22922, 23001,
24641, 31252, 33615, 36035, [12042, 20837], 21316, 20173, 21097, 23381,
33471, 20180, [21050, 63999], 21672, 22985, 23039, [12070, 23376], 23383,
23388, 24675, 24904, 28363, [28825, 63995], 29038, 29574, 29943, 30133,
30913, 32043, 32773, [12163, 33258], 33576, 34071, 34249, 35566, 36039,
38604, 20316, 21242, 22204, 26027, 26152, 28796, 28856, 29237, 32189,
33421, 37196, 38592, 40306, 23409, 26855, 27544, 28538, 30430, 23697,
26283, 28507, 31668, 31786, 34870, 38620, 19976, 20183, 21280, 22580,
22715, 22767, 22892, 23559, 24115, 24196, 24373, 25484, 26290, 26454,
27167, 27299, 27404, 28479, 29254, 29520, 29835, 31456, 31911, 33144,
33247, 33255, 33674, 33900, 34083, 34196, 34255, 35037, 36115, 37292,
[12199, 38263], 38556, 20877, 21705, 22312, 23472, 25165, 26448, 26685,
26771, 28221, 28371, 28797, 32289, 35009, 36001, 36617, 40779, 40782,
29229, 31631, 35533, 37658, 20295, 20302, 20786, 21632, 22992, 24213,
25269, 26485, 26990, 27159, 27822, 28186, 29401, 29482, 30141, 31672,
32053, 33511, 33785, 33879, 34295, 35419, 36015, 36487, 36889, 37048,
38606, 40799, 21219, 21514, 23265, 23490, 25688, 25973, 28404, 29380,
30340, 31309, 31515, 31821, 32318, 32735, 33659, 35627, 36042,
[12186, 36196], 36321, 36447, 36842, 36857, 36969, 37841, 20291, 20346,
20659, 20840, 20856, 21069, 21098, 22625, 22652, 22880, 23560, 23637,
24283, 24731, 25136, 26643, 27583, 27656, 28593, 29006, 29728,
[12133, 30000], 30008, 30033, 30322, 31564, 31627, 31661, 31686, 32399,
35438, 36670, 36681, 37439, 37523, 37666, 37931, 38651, 39002, 39019,
39198, [20999, 64000], 25130, 25240, 27993, 30308, 31434, 31680, 32118,
21344, 23742, 24215, 28472, 28857, 31896, 38673, 39822, 40670, 25509,
25722, 34678, 19969, 20117, 20141, 20572, 20597, 21576, 22979, 23450,
24128, 24237, 24311, 24449, 24773, 25402, 25919, 25972, 26060, 26230,
26232, 26622, 26984, 27273, 27491, 27712, 28096, 28136, 28191, 28254,
28702, 28833, 29582, 29693, 30010, 30555, 30855, 31118, 31243, 31357,
31934, 32142, 33351, 35330, 35562, 35998, 37165, 37194, 37336, 37478,
37580, 37664, 38662, 38742, 38748, 38914, [12237, 40718], 21046, 21137,
21884, 22564, 24093, 24351, 24716, 25552, 26799, 28639, 31085, 31532,
33229, 34234, 35069, 35576, 36420, 37261, 38500, 38555, 38717, 38988,
[12241, 40778], 20430, 20806, 20939, 21161, 22066, 24340, 24427, 25514,
25805, 26089, 26177, 26362, 26361, 26397, 26781, 26839, 27133, 28437,
28526, 29031, 29157, [12118, 29226], 29866, 30522, 31062, 31066, 31199,
31264, 31381, 31895, 31967, 32068, 32368, 32903, 34299, 34468, 35412,
35519, 36249, 36481, 36896, 36973, 37347, 38459, 38613, [12227, 40165],
26063, 31751, [12188, 36275], 37827, 23384, 23562, 21330, 25305, 29469,
20519, 23447, 24478, 24752, 24939, 26837, 28121, 29742, 31278, 32066,
32156, 32305, 33131, 36394, 36405, 37758, 37912, 20304, 22352, 24038,
24231, 25387, 32618, 20027, 20303, 20367, 20570, 23005, 32964, 21610,
21608, 22014, 22863, 23449, 24030, 24282, 26205, 26417, 26609, 26666,
27880, 27954, 28234, 28557, 28855, 29664, 30087, 31820, 32002, 32044,
32162, [12168, 33311], 34523, 35387, 35461, [12187, 36208], 36490, 36659,
36913, 37198, 37202, 37956, 39376, [12149, 31481], 31909, 20426, 20737,
20934, 22472, 23535, 23803, 26201, 27197, 27994, 28310, 28652, 28940,
30063, 31459, 34850, 36897, 36981, 38603, 39423, 33537, 20013, 20210,
34886, 37325, 21373, 27355, 26987, 27713, 33914, 22686, 24974, 26366,
25327, 28893, 29969, 30151, 32338, 33976, 35657, 36104, 20043, 21482,
21675, 22320, 22336, 24535, 25345, 25351, 25711, [12096, 25903], 26088,
26234, 26525, 26547, [12108, 27490], 27744, 27802, 28460, 30693, 30757,
31049, 31063, 32025, 32930, 33026, [12164, 33267], 33437, 33463, 34584,
35468, 36100, 36286, 36978, 30452, 31257, 31287, 32340, 32887, 21767,
21972, 22645, 25391, 25634, 26185, 26187, 26733, 27035, 27524, 27941,
28337, 29645, 29800, 29857, 30043, 30137, 30433, 30494, 30603, 31206,
32265, 32285, 33275, 34095, 34967, 35386, 36049, 36587,
[12192, 36784, 63857], 36914, 37805, 38499, 38515, 38663, 20356, 21489,
23018, 23241, 24089, 26702, 29894, 30142, 31209, 31378, 33187, 34541,
36074, 36300, 36845, 26015, 26389, 22519, 28503, 32221, 36655, 37878,
38598, 24501, 25074, 28548, 19988, 20376, 20511, 21449, 21983, 23919,
24046, 27425, 27492, 30923, 31642, 36425, [12190, 36554, 63746], 36974,
25417, 25662, 30528, 31364, 37679, 38015, 40810, 25776, 28591, 29158,
29864, 29914, 31428, 31762, 32386, 31922, 32408, 35738, 36106, 38013,
39184, 39244, 21049, 23519, 25830, 26413, 32046, 20717, [21443, 63851],
22649, {f: 2, c: 24920}, 25082, 26028, 31449, 35730, 35734, 20489, 20513,
21109, 21809, 23100, 24288, 24432, 24884, 25950, 26124, 26166, 26274,
27085, 28356, 28466, 29462, 30241, 31379, 33081, 33369, 33750, 33980,
20661, 22512, 23488, 23528, 24425, 25505, 30758, 32181, 33756, 34081,
37319, 37365, 20874, 26613, 31574, 36012, 20932, 22971, 24765, 34389,
20508, 21076, 23610, 24957, 25114, [25299, 64002], 25842, 26021, 28364,
30240, 33034, 36448, 38495, 38587, 20191, 21315, 21912, 22825, 24029,
25797, 27849, 28154, 29588, 31359, [12167, 33307], 34214, 36068, 36368,
36983, 37351, 38369, 38433, 38854, 20984, 21746, 21894, 24505, 25764,
28552, 32180, 36639, 36685, 37941, 20681, 23574, 27838, 28155, 29979,
30651, 31805, 31844, 35449, 35522, 22558, 22974, 24086, 25463, 29266,
30090, 30571, 35548, 36028, 36626, 24307, 26228, 28152, 32893, 33729,
35531, [12205, 38737], 39894, 21059, 26367, 28053, 28399, 32224, 35558,
36910, 36958, 39636, 21021, 21119, 21736, 24980, 25220, 25307, 26786,
26898, 26970, 27189, 28818, 28966, 30813, 30977, 30990, 31186, 31245,
32918, [12171, 33400], 33493, 33609, 34121, 35970, 36229, 37218, 37259,
37294, 20419, 22225, 29165, 30679, 34560, 35320, [12072, 23544], 24534,
26449, 37032, 21474, 22618, 23541, 24740, 24961, 25696, 32317, 32880,
34085, 37507, 25774, 20652, 23828, 26368, 22684, 25277, 25512, 26894,
27000, 27166, 28267, 30394, 31179, 33467, 33833, 35535, 36264, 36861,
37138, 37195, 37276, 37648, 37656, 37786, 38619, 39478, 39949, 19985,
30044, 31069, 31482, 31569, 31689, 32302, 33988, 36441, 36468, 36600,
36880, 26149, 26943, 29763, 20986, 26414, 40668, 20805, 24544, 27798,
34802, 34909, 34935, 24756, 33205, 33795, 36101, 21462, 21561, 22068,
23094, 23601, 28810, 32736, 32858, 33030, 33261, 36259, 37257, 39519,
40434, 20596, 20164, 21408, 24827, 28204, 23652, 20360, 20516, 21988,
23769, 24159, 24677, 26772, 27835, 28100, 29118, 30164, 30196, 30305,
31258, 31305, 32199, 32251, 32622, 33268, 34473, 36636, 38601, 39347,
[12242, 40786], 21063, 21189, 39149, 35242, 19971, 26578, 28422, 20405,
23522, 26517, [27784, 63858], 28024, 29723, 30759, 37341, 37756, 34756,
31204, 31281, 24555, 20182, 21668, 21822, 22702, 22949, 24816, 25171,
25302, 26422, 26965, 33333, 38464, 39345, 39389, 20524, 21331, 21828,
22396, 25176, 25826, 26219, 26589, 28609, 28655, 29730, 29752, 35351,
37944, 21585, 22022, 22374, 24392, 24986, 27470, 28760, 28845, 32187,
35477, 22890, 33067, 25506, 30472, 32829, 36010, 22612, 25645, 27067,
23445, 24081, 28271, 34153, 20812, 21488, 22826, 24608, 24907, 27526,
27760, 27888, 31518, 32974, 33492, 36294, 37040, 39089, 25799, 28580,
25745, 25860, 20814, 21520, [12063, 22303], 35342, 24927, 26742, 30171,
31570, 32113, 36890, 22534, 27084, 33151, 35114, 36864, 38969, 20600,
22871, 22956, 25237, 36879, 39722, 24925, 29305, 38358, 22369, 23110,
24052, 25226, 25773, 25850, 26487, 27874, 27966, 29228, 29750, 30772,
32631, 33453, 36315, 38935, 21028, 22338, 26495, 29256, 29923, 36009,
36774, 37393, 38442, [12043, 20843], 21485, 25420, 20329, 21764, 24726,
25943, 27803, 28031, 29260, 29437, 31255, 35207, [12185, 35997], 24429,
28558, 28921, 33192, 24846, [20415, 63845], 20559, 25153, [12122, 29255],
31687, 32232, 32745, 36941, 38829, 39449, 36022, 22378, 24179, 26544,
33805, 35413, 21536, 23318, 24163, 24290, 24330, 25987, 32954, 34109,
38281, 38491, 20296, 21253, 21261, 21263, 21638, 21754, 22275, 24067,
24598, 25243, 25265, 25429, 27873, 28006, 30129, 30770, 32990, 33071,
33502, 33889, 33970, 34957, 35090, 36875, 37610, 39165, 39825, 24133,
[26292, 64006], 26333, 28689, 29190, 20469, 21117, 24426, 24915, 26451,
27161, 28418, 29922, 31080, 34920, 35961, 39111, 39108, 39491, 21697,
31263, 26963, 35575, 35914, [12213, 39080], 39342, 24444, 25259, 30130,
[12138, 30382], 34987, 36991, 38466, 21305, 24380, 24517, [27852, 63848],
29644, 30050, [12134, 30091], 31558, 33534, 39325, 20047, 36924, 19979,
20309, 21414, 22799, 24264, 26160, 27827, 29781, 33655, 34662, 36032,
36944, 38686, 39957, 22737, 23416, 34384, 35604, 40372, 23506, 24680,
24717, 26097, 27735, 28450, 28579, 28698, 32597, 32752, {f: 2, c: 38289},
38480, 38867, 21106, 36676, 20989, 21547, 21688, 21859, 21898, 27323,
28085, 32216, 33382, 37532, 38519, 40569, 21512, 21704, 30418, 34532,
38308, 38356, 38492, 20130, 20233, 23022, 23270, 24055, 24658, 25239,
26477, 26689, 27782, 28207, 32568, 32923, 33322, 38917, 20133, 20565,
21683, 22419, 22874, 23401, 23475, 25032, 26999, 28023, 28707, 34809,
35299, 35442, 35559, 36994, 39405, 39608, 21182, 26680, 20502, 24184,
26447, 33607, [12175, 34892, 64008], 20139, 21521, 22190, 29670, 37141,
38911, 39177, 39255, [12217, 39321], 22099, 22687, 34395, 35377, 25010,
27382, 29563, 36562, 27463, 38570, 39511, 22869, 29184, 36203,
[12208, 38761], 20436, 23796, 24358, 25080, 26203, 27883, 28843,
[12126, 29572], 29625, 29694, 30505, 30541, 32067, 32098, 32291, 33335,
34898, 36066, 37449, 39023, 23377, [12147, 31348], [12174, 34880],
[12212, 38913], 23244, 20448, 21332, 22846, 23805, 25406, 28025, 29433,
33029, 33031, 33698, 37583, 38960, 20136, 20804, 21009, 22411, 24418,
27842, 28366, 28677, 28752, 28847, 29074, 29673, [29801, 63918], 33610,
34722, 34913, 36872, 37026, 37795, 39336, 20846, 24407, 24800, 24935,
26291, 34137, 36426, 37295, 38795, 20046, 20114, 21628, 22741, 22778,
22909, 23733, 24359, [12094, 25142], 25160, 26122, 26215, 27627, 28009,
28111, 28246, 28408, 28564, 28640, 28649, 28765, 29392, 29733, 29786,
29920, 30355, 31068, 31946, 32286, 32993, 33446, 33899, 33983, 34382,
34399, 34676, 35703, 35946, 37804, 38912, 39013, 24785, 25110, 37239,
23130, 26127, 28151, 28222, 29759, 39746, 24573, 24794, 31503, 21700,
24344, 27742, 27859, 27946, 28888, 32005, 34425, 35340, 40251, 21270,
21644, 23301, 27194, [12117, 28779], 30069, 31117, [12146, 31166], 33457,
33775, 35441, 35649, 36008, 38772, 25844, 25899, {f: 2, c: 30906}, 31339,
20024, 21914, 22864, 23462, 24187, 24739, 25563, 27489, 26213, 26707,
28185, 29029, 29872, 32008, 36996, 39529, 39973, 27963, [28369, 63748],
29502, 35905, 38346, 20976, 24140, 24488, 24653, 24822, 24880, 24908,
{f: 2, c: 26179}, 27045, 27841, 28255, 28361, 28514, 29004, 29852, 30343,
31681, 31783, 33618, 34647, 36945, 38541, [12232, 40643], 21295, 22238,
24315, 24458, 24674, 24724, 25079, 26214, 26371, 27292, 28142, 28590,
28784, 29546, 32362, 33214, 33588, 34516, 35496, 36036, 21123, 29554,
23446, 27243, 37892, 21742, 22150, 23389, 25928, 25989, 26313, 26783,
28045, 28102, [12120, 29243], 32948, 37237, 39501, 20399, 20505, 21402,
21518, 21564, 21897, 21957, 24127, 24460, 26429, 29030, 29661, 36869,
21211, 21235, 22628, 22734, 28932, 29071, 29179, 34224, 35347,
[26248, 63941], 34216, 21927, 26244, 29002, 33841, 21321, 21913, 27585,
24409, 24509, 25582, 26249, 28999, 35569, 36637, 40638, 20241, 25658,
28875, 30054, 34407, 24676, 35662, 40440, 20807, 20982, 21256, 27958,
33016, [12234, 40657], 26133, 27427, 28824, 30165, 21507, 23673, 32007,
35350, [12107, 27424], 27453, 27462, 21560, 24688, 27965, 32725, 33288,
20694, 20958, 21916, 22123, 22221, 23020, 23305, 24076, 24985, 24984,
25137, 26206, 26342, 29081, {f: 2, c: 29113}, 29351, 31143, 31232, 32690,
35440, {s: 163}, {f: 4, c: 12310}, {s: 14}, 8223, 8219, {f: 2, c: 8314},
{s: 7}, 8316, 0, {f: 2, c: 8317}, {s: 23}, 700, {s: 44}, 8942, 8759,
{s: 20}, {f: 10, c: 10122}, {s: 36}, {f: 26, c: 9398}, {s: 61},
{f: 2, c: 8826}, {f: 2, c: 8910}, {f: 2, c: 8832}, {f: 4, c: 8816}, 0,
8842, 0, 8843, {f: 2, c: 8822}, 8825, {f: 2, c: 8922}, {s: 5}, 8773, 8771,
8776, 0, 8868, {s: 78}, 8244, {s: 11}, 9839, {s: 4}, 8258, {s: 4}, 10045,
0, 0, 8226, {s: 4}, {f: 2, c: 8249}, {s: 16}, 10010, 10006, 0, 9711,
{s: 3}, 10070, 0, 9676, {s: 24}, 9775, {s: 6}, 12320, 0, {f: 10, c: 10102},
{s: 17}, 12306, 12342, {s: 13}, 8710, 0, 8735, 0, {f: 2, c: 8741}, 0, 8787,
8785, {f: 2, c: 8806}, 8723, {f: 3, c: 8853}, 0, 8980, 0, 0, 8802, 0, 9649,
0, 8738, 8784, 0, 0, 8867, 0, 0, {f: 2, c: 8814}, 8837, 8836, 8713, 8716,
{f: 2, c: 8891}, 8794, 8966, {s: 6}, 12958, 0, 8252, {s: 11}, 9702, {s: 3},
9663, 9653, 9657, 9667, {s: 4}, 9674, 12849, 12857, 13259, {f: 5, c: 9327},
{s: 18}, 8656, 8655, 8653, {s: 37}, 8657, 8659, {s: 8}, 8626, 8625, 0,
8628, 8624, 8627, {s: 14}, 8636, 8640, {s: 10}, {f: 2, c: 8644}, {s: 144},
{f: 5, c: 9347}, {s: 33}, 12948, {s: 15}, 12965, {s: 93}, 8672, 8674, 8673,
8675, {s: 4}, 8678, 8680, 8679, 8681, {s: 20}, 9757, 9759, {s: 76}, 12944,
{f: 6, c: 12938}, {s: 15}, {f: 2, c: 12318}, 8246, 0, 8245, {s: 3}, 12540,
0, 0, {f: 2, c: 44034}, {f: 2, c: 44037}, {f: 5, c: 44043}, 44056,
{f: 2, c: 44062}, {f: 3, c: 44065}, {f: 7, c: 44069}, 44078,
{f: 6, c: 44082}, {f: 2, c: 44090}, {f: 3, c: 44093}, {f: 10, c: 44097},
44108, {f: 6, c: 44110}, {f: 3, c: 44117}, {f: 3, c: 44121},
{f: 19, c: 44125}, {f: 2, c: 44146}, {f: 2, c: 44149}, 44153,
{f: 5, c: 44155}, 44162, {f: 2, c: 44167}, {f: 3, c: 44173},
{f: 3, c: 44177}, {f: 7, c: 44181}, 44190, {f: 6, c: 44194}, 44203,
{f: 2, c: 44205}, {f: 7, c: 44209}, 44218, {f: 3, c: 44222},
{f: 2, c: 44226}, {f: 3, c: 44229}, {f: 3, c: 44233}, {f: 8, c: 44237},
44246, {f: 8, c: 44248}, {f: 2, c: 44258}, {f: 2, c: 44261}, 44265, 44267,
{f: 2, c: 44269}, 44274, 44276, {f: 5, c: 44279}, {f: 2, c: 44286},
{f: 3, c: 44289}, 44293, {f: 5, c: 44295}, 44302, 44304, {f: 6, c: 44306},
{f: 3, c: 44313}, {f: 3, c: 44317}, {f: 8, c: 44321}, {f: 2, c: 44330},
{f: 6, c: 44334}, {f: 2, c: 44342}, {f: 3, c: 44345}, {f: 7, c: 44349},
44358, 44360, {f: 6, c: 44362}, {f: 3, c: 44369}, {f: 3, c: 44373},
{f: 8, c: 44377}, 44386, {f: 8, c: 44388}, {f: 2, c: 44398},
{f: 2, c: 44401}, {f: 4, c: 44407}, 44414, 44416, {f: 5, c: 44419},
{f: 2, c: 44426}, {f: 3, c: 44429}, {f: 11, c: 44433}, {f: 6, c: 44446},
{f: 18, c: 44453}, {f: 8, c: 44472}, {f: 2, c: 44482}, {f: 3, c: 44485},
{f: 7, c: 44489}, 44498, {f: 8, c: 44500}, {f: 3, c: 44509},
{f: 3, c: 44513}, {f: 19, c: 44517}, {f: 2, c: 44538}, {f: 2, c: 44541},
{f: 6, c: 44546}, 44554, 44556, {f: 6, c: 44558}, {f: 27, c: 44565},
{f: 2, c: 44594}, {f: 2, c: 44597}, 44601, {f: 5, c: 44603}, 44610, 44612,
{f: 3, c: 44615}, 44619, 44623, {f: 3, c: 44625}, 44629, {f: 5, c: 44631},
44638, {f: 3, c: 44642}, {f: 2, c: 44646}, {f: 2, c: 44650},
{f: 3, c: 44653}, {f: 7, c: 44657}, 44666, {f: 6, c: 44670},
{f: 6, c: 44678}, {f: 47, c: 44685}, 44735, {f: 3, c: 44737},
{f: 7, c: 44741}, 44750, {f: 6, c: 44754}, {f: 2, c: 44762},
{f: 11, c: 44765}, {f: 2, c: 44777}, 44780, {f: 6, c: 44782},
{f: 3, c: 44789}, {f: 3, c: 44793}, {f: 10, c: 44797}, {f: 4, c: 44809},
{f: 2, c: 44814}, {f: 27, c: 44817}, {f: 2, c: 44846}, 44849, 44851,
{f: 7, c: 44853}, 44862, 44864, {f: 4, c: 44868}, {f: 6, c: 44874},
{f: 11, c: 44881}, {f: 6, c: 44894}, {f: 19, c: 44902}, {f: 6, c: 44922},
{f: 3, c: 44929}, {f: 3, c: 44933}, {f: 7, c: 44937}, {f: 3, c: 44946},
{f: 6, c: 44950}, {f: 27, c: 44957}, {f: 2, c: 44986}, {f: 3, c: 44989},
{f: 6, c: 44993}, 45002, 45004, {f: 5, c: 45007}, {f: 7, c: 45013},
{f: 11, c: 45021}, {f: 6, c: 45034}, {f: 2, c: 45042}, {f: 3, c: 45045},
{f: 7, c: 45049}, {f: 2, c: 45058}, {f: 7, c: 45061}, {f: 3, c: 45069},
{f: 3, c: 45073}, {f: 7, c: 45077}, {f: 10, c: 45086}, {f: 27, c: 45097},
{f: 2, c: 45126}, 45129, 45131, 45133, {f: 4, c: 45135}, 45142, 45144,
{f: 3, c: 45146}, {f: 30, c: 45150}, {f: 2, c: 45182}, {f: 3, c: 45185},
{f: 7, c: 45189}, 45198, 45200, {f: 6, c: 45202}, 45211, {f: 2, c: 45213},
{f: 5, c: 45219}, 45226, 45232, 45234, {f: 2, c: 45238}, {f: 3, c: 45241},
{f: 7, c: 45245}, 45254, {f: 6, c: 45258}, {f: 2, c: 45266},
{f: 3, c: 45269}, {f: 7, c: 45273}, {f: 4, c: 45281}, {f: 34, c: 45286},
45322, {f: 3, c: 45325}, 45329, {f: 4, c: 45332}, 45338, {f: 5, c: 45342},
{f: 2, c: 45350}, {f: 3, c: 45353}, {f: 7, c: 45357}, 45366,
{f: 6, c: 45370}, {f: 2, c: 45378}, {f: 3, c: 45381}, {f: 7, c: 45385},
{f: 2, c: 45394}, {f: 2, c: 45398}, {f: 3, c: 45401}, {f: 3, c: 45405},
{f: 23, c: 45409}, {f: 2, c: 45434}, {f: 3, c: 45437}, 45441,
{f: 5, c: 45443}, 45450, 45452, {f: 4, c: 45454}, {f: 3, c: 45461},
{f: 3, c: 45465}, {f: 11, c: 45469}, {f: 35, c: 45481}, {f: 3, c: 45517},
{f: 3, c: 45521}, {f: 7, c: 45525}, 45534, {f: 8, c: 45536},
{f: 2, c: 45546}, {f: 3, c: 45549}, {f: 8, c: 45553}, 45562, 45564,
{f: 6, c: 45566}, {f: 2, c: 45574}, {f: 2, c: 45577}, {f: 7, c: 45581},
45590, 45592, {f: 6, c: 45594}, {f: 19, c: 45601}, {f: 7, c: 45621},
{f: 27, c: 45629}, {f: 3, c: 45657}, {f: 3, c: 45661}, {f: 7, c: 45665},
{f: 10, c: 45674}, {f: 6, c: 45686}, {f: 7, c: 45693}, {f: 3, c: 45702},
{f: 6, c: 45706}, {f: 2, c: 45714}, {f: 3, c: 45717}, {f: 5, c: 45723},
45730, 45732, {f: 3, c: 45735}, 45739, {f: 3, c: 45741}, {f: 3, c: 45745},
{f: 19, c: 45749}, {f: 2, c: 45770}, {f: 3, c: 45773}, 45777,
{f: 5, c: 45779}, 45786, 45788, {f: 4, c: 45790}, 45795, 45799,
{f: 2, c: 45801}, {f: 3, c: 45808}, 45814, {f: 3, c: 45820},
{f: 2, c: 45826}, {f: 3, c: 45829}, {f: 7, c: 45833}, 45842,
{f: 6, c: 45846}, {f: 55, c: 45853}, 45911, {f: 2, c: 45913}, 45917,
{f: 4, c: 45920}, 45926, 45928, 45930, {f: 2, c: 45932}, 45935,
{f: 2, c: 45938}, {f: 3, c: 45941}, {f: 7, c: 45945}, 45954,
{f: 6, c: 45958}, {f: 3, c: 45965}, {f: 3, c: 45969}, {f: 11, c: 45973},
{f: 6, c: 45986}, {f: 3, c: 45993}, {f: 23, c: 45997}, {f: 2, c: 46022},
{f: 2, c: 46025}, 46029, 46031, {f: 3, c: 46033}, 46038, 46040, 46042,
46044, {f: 2, c: 46046}, {f: 3, c: 46049}, {f: 3, c: 46053},
{f: 19, c: 46057}, {f: 19, c: 46077}, {f: 7, c: 46097}, {f: 3, c: 46105},
{f: 3, c: 46109}, {f: 7, c: 46113}, 46122, {f: 8, c: 46124},
{f: 27, c: 46133}, {f: 2, c: 46162}, {f: 3, c: 46165}, {f: 7, c: 46169},
46178, 46180, {f: 6, c: 46182}, {f: 19, c: 46189}, {f: 7, c: 46209},
{f: 20, c: 46217}, {f: 6, c: 46238}, {f: 3, c: 46245}, {f: 3, c: 46249},
{f: 8, c: 46253}, 46262, 46264, {f: 6, c: 46266}, {f: 3, c: 46273},
{f: 3, c: 46277}, {f: 7, c: 46281}, {f: 4, c: 46289}, {f: 6, c: 46294},
{f: 2, c: 46302}, {f: 2, c: 46305}, 46309, {f: 5, c: 46311}, 46318, 46320,
{f: 6, c: 46322}, {f: 27, c: 46329}, {f: 2, c: 46358}, {f: 2, c: 46361},
{f: 7, c: 46365}, 46374, {f: 5, c: 46379}, {f: 2, c: 46386},
{f: 3, c: 46389}, {f: 7, c: 46393}, 46402, {f: 5, c: 46406},
{f: 2, c: 46414}, {f: 3, c: 46417}, {f: 7, c: 46421}, 46430,
{f: 62, c: 46434}, {f: 2, c: 46498}, {f: 3, c: 46501}, 46505,
{f: 4, c: 46508}, 46514, {f: 5, c: 46518}, {f: 2, c: 46526},
{f: 3, c: 46529}, {f: 7, c: 46533}, 46542, {f: 6, c: 46546},
{f: 19, c: 46553}, {f: 35, c: 46573}, {f: 2, c: 46610}, {f: 3, c: 46613},
{f: 12, c: 46617}, {f: 6, c: 46630}, {f: 7, c: 46637}, {f: 19, c: 46645},
{f: 27, c: 46665}, {f: 3, c: 46693}, {f: 51, c: 46697}, {f: 2, c: 46750},
{f: 3, c: 46753}, {f: 6, c: 46757}, {f: 4, c: 46765}, {f: 34, c: 46770},
{f: 27, c: 46805}, {f: 3, c: 46833}, {f: 3, c: 46837}, {f: 7, c: 46841},
{f: 3, c: 46850}, {f: 34, c: 46854}, {f: 2, c: 46890}, {f: 2, c: 46893},
{f: 7, c: 46897}, 46906, {f: 8, c: 46908}, {f: 3, c: 46917},
{f: 3, c: 46921}, {f: 7, c: 46925}, {f: 10, c: 46934}, {f: 3, c: 46945},
{f: 3, c: 46949}, {f: 7, c: 46953}, 46962, 46964, {f: 6, c: 46966},
{f: 2, c: 46974}, {f: 3, c: 46977}, {f: 7, c: 46981}, 46990,
{f: 3, c: 46995}, {f: 2, c: 47002}, {f: 3, c: 47005}, {f: 7, c: 47009},
47018, {f: 6, c: 47022}, {f: 2, c: 47030}, {f: 14, c: 47033}, 47048,
{f: 34, c: 47050}, {f: 2, c: 47086}, {f: 3, c: 47089}, {f: 7, c: 47093},
47102, {f: 5, c: 47106}, {f: 2, c: 47114}, {f: 3, c: 47117},
{f: 7, c: 47121}, 47130, 47132, {f: 6, c: 47134}, {f: 2, c: 47142},
{f: 3, c: 47145}, {f: 7, c: 47149}, 47158, {f: 6, c: 47162},
{f: 3, c: 47169}, {f: 12, c: 47173}, 47186, {f: 8, c: 47188},
{f: 2, c: 47198}, {f: 3, c: 47201}, {f: 7, c: 47205}, 47214, 47216,
{f: 6, c: 47218}, {f: 3, c: 47225}, {f: 16, c: 47229}, {f: 26, c: 47246},
{f: 7, c: 47273}, {f: 3, c: 47281}, {f: 3, c: 47285}, {f: 7, c: 47289},
47298, 47300, {f: 6, c: 47302}, {f: 3, c: 47309}, {f: 3, c: 47313},
{f: 8, c: 47317}, 47326, 47328, {f: 6, c: 47330}, {f: 2, c: 47338},
{f: 3, c: 47341}, {f: 7, c: 47345}, 47354, 47356, {f: 6, c: 47358},
{f: 19, c: 47365}, {f: 7, c: 47385}, {f: 27, c: 47393}, {f: 2, c: 47422},
{f: 3, c: 47425}, {f: 7, c: 47429}, {f: 2, c: 47437}, 47440,
{f: 6, c: 47442}, {f: 2, c: 47450}, {f: 3, c: 47453}, {f: 7, c: 47457},
47466, 47468, {f: 6, c: 47470}, {f: 2, c: 47478}, {f: 3, c: 47481},
{f: 7, c: 47485}, 47494, 47496, {f: 2, c: 47499}, {f: 29, c: 47503},
{f: 2, c: 47534}, {f: 3, c: 47537}, {f: 7, c: 47541}, 47550, 47552,
{f: 6, c: 47554}, {f: 2, c: 47562}, 47565, {f: 5, c: 47571}, 47578, 47580,
{f: 2, c: 47583}, 47586, {f: 2, c: 47590}, {f: 3, c: 47593},
{f: 7, c: 47597}, 47606, {f: 5, c: 47611}, {f: 6, c: 47618},
{f: 12, c: 47625}, {f: 34, c: 47638}, {f: 2, c: 47674}, {f: 3, c: 47677},
47681, {f: 5, c: 47683}, 47690, 47692, {f: 4, c: 47695}, {f: 2, c: 47702},
{f: 3, c: 47705}, {f: 7, c: 47709}, 47718, {f: 6, c: 47722},
{f: 2, c: 47730}, {f: 3, c: 47733}, {f: 10, c: 47737}, 47750,
{f: 4, c: 47752}, {f: 27, c: 47757}, 47786, {f: 3, c: 47789}, 47793,
{f: 5, c: 47795}, 47802, 47804, {f: 6, c: 47806}, {f: 3, c: 47813},
{f: 15, c: 47817}, {f: 34, c: 47834}, {f: 3, c: 47869}, {f: 3, c: 47873},
{f: 8, c: 47877}, 47886, 47888, {f: 6, c: 47890}, {f: 3, c: 47897},
{f: 3, c: 47901}, {f: 8, c: 47905}, 47914, {f: 8, c: 47916}, 47927,
{f: 2, c: 47929}, {f: 5, c: 47935}, 47942, 47944, {f: 3, c: 47946}, 47950,
{f: 3, c: 47953}, {f: 3, c: 47957}, {f: 8, c: 47961}, 47970,
{f: 8, c: 47972}, {f: 27, c: 47981}, {f: 3, c: 48009}, {f: 3, c: 48013},
{f: 19, c: 48017}, {f: 3, c: 48037}, {f: 3, c: 48041}, {f: 7, c: 48045},
{f: 2, c: 48053}, {f: 8, c: 48056}, {f: 3, c: 48065}, {f: 3, c: 48069},
{f: 7, c: 48073}, {f: 2, c: 48081}, {f: 36, c: 48084}, {f: 2, c: 48122},
{f: 2, c: 48125}, 48129, {f: 5, c: 48131}, 48138, 48142, 48144,
{f: 2, c: 48146}, {f: 2, c: 48153}, {f: 4, c: 48160}, 48166, 48168,
{f: 3, c: 48170}, {f: 2, c: 48174}, {f: 2, c: 48178}, {f: 3, c: 48181},
{f: 7, c: 48185}, 48194, {f: 3, c: 48198}, {f: 2, c: 48202},
{f: 2, c: 48206}, {f: 12, c: 48209}, {f: 38, c: 48222}, {f: 2, c: 48262},
{f: 2, c: 48265}, 48269, {f: 5, c: 48271}, 48278, 48280, {f: 5, c: 48283},
{f: 2, c: 48290}, {f: 2, c: 48293}, {f: 7, c: 48297}, 48306,
{f: 6, c: 48310}, {f: 2, c: 48318}, {f: 3, c: 48321}, {f: 8, c: 48325},
48334, {f: 3, c: 48338}, {f: 2, c: 48342}, {f: 3, c: 48345},
{f: 23, c: 48349}, 48375, {f: 3, c: 48377}, {f: 7, c: 48381}, 48390, 48392,
{f: 6, c: 48394}, {f: 3, c: 48401}, {f: 15, c: 48405}, {f: 7, c: 48421},
{f: 19, c: 48429}, {f: 7, c: 48449}, {f: 2, c: 48458}, {f: 3, c: 48461},
{f: 7, c: 48465}, {f: 10, c: 48474}, {f: 3, c: 48485}, {f: 23, c: 48489},
{f: 2, c: 48514}, {f: 2, c: 48517}, {f: 5, c: 48523}, 48530, 48532,
{f: 3, c: 48534}, 48539, {f: 7, c: 48541}, {f: 11, c: 48549},
{f: 7, c: 48561}, {f: 27, c: 48569}, {f: 2, c: 48598}, {f: 3, c: 48601},
{f: 12, c: 48605}, {f: 6, c: 48618}, {f: 3, c: 48625}, {f: 3, c: 48629},
{f: 7, c: 48633}, {f: 2, c: 48641}, 48644, {f: 6, c: 48646},
{f: 2, c: 48654}, {f: 3, c: 48657}, {f: 7, c: 48661}, 48670,
{f: 36, c: 48672}, {f: 2, c: 48710}, {f: 3, c: 48713}, 48717,
{f: 5, c: 48719}, 48726, 48728, {f: 4, c: 48732}, {f: 2, c: 48738},
{f: 3, c: 48741}, 48745, {f: 5, c: 48747}, 48754, {f: 5, c: 48758},
{f: 2, c: 48766}, {f: 3, c: 48769}, {f: 7, c: 48773}, 48782,
{f: 6, c: 48786}, {f: 14, c: 48794}, {f: 39, c: 48809}, {f: 2, c: 48850},
{f: 2, c: 48853}, {f: 7, c: 48857}, {f: 2, c: 48865}, {f: 6, c: 48870},
{f: 20, c: 48877}, {f: 6, c: 48898}, {f: 14, c: 48906}, 48922,
{f: 34, c: 48926}, {f: 2, c: 48962}, {f: 3, c: 48965}, {f: 7, c: 48969},
{f: 3, c: 48978}, {f: 62, c: 48982}, {f: 27, c: 49045}, {f: 20, c: 49073},
{f: 6, c: 49094}, {f: 2, c: 49102}, {f: 3, c: 49105}, {f: 7, c: 49109},
{f: 2, c: 49117}, 49120, {f: 90, c: 49122}, {f: 20, c: 49213},
{f: 6, c: 49234}, {f: 3, c: 49241}, {f: 3, c: 49245}, {f: 7, c: 49249},
{f: 38, c: 49258}, {f: 2, c: 49298}, {f: 3, c: 49301}, {f: 7, c: 49305},
49314, 49316, {f: 6, c: 49318}, 49326, {f: 2, c: 49329}, {f: 5, c: 49335},
49342, {f: 3, c: 49346}, {f: 2, c: 49350}, {f: 2, c: 49354},
{f: 3, c: 49357}, {f: 7, c: 49361}, 49370, {f: 6, c: 49374},
{f: 2, c: 49382}, {f: 3, c: 49385}, {f: 7, c: 49389}, 49398, 49400,
{f: 6, c: 49402}, {f: 3, c: 49409}, {f: 3, c: 49413}, {f: 7, c: 49417},
{f: 4, c: 49425}, {f: 6, c: 49430}, {f: 2, c: 49441}, 49445,
{f: 4, c: 49448}, 49454, {f: 4, c: 49458}, 49463, {f: 2, c: 49466},
{f: 3, c: 49469}, {f: 7, c: 49473}, 49482, {f: 6, c: 49486},
{f: 2, c: 49494}, {f: 3, c: 49497}, {f: 7, c: 49501}, 49510,
{f: 6, c: 49514}, {f: 3, c: 49521}, {f: 3, c: 49525}, {f: 12, c: 49529},
{f: 6, c: 49542}, 49551, {f: 3, c: 49553}, 49557, {f: 5, c: 49559}, 49566,
49568, {f: 3, c: 49570}, {f: 2, c: 49574}, {f: 2, c: 49578},
{f: 3, c: 49581}, {f: 12, c: 49585}, {f: 6, c: 49598}, {f: 3, c: 49605},
{f: 3, c: 49609}, {f: 7, c: 49613}, {f: 2, c: 49621}, {f: 7, c: 49625},
{f: 3, c: 49633}, {f: 3, c: 49637}, {f: 7, c: 49641}, 49650,
{f: 8, c: 49652}, {f: 2, c: 49662}, {f: 3, c: 49665}, {f: 7, c: 49669},
49678, 49680, {f: 6, c: 49682}, {f: 2, c: 49690}, {f: 2, c: 49693},
{f: 7, c: 49697}, 49706, 49708, 49710, 49712, 49715, {f: 19, c: 49717},
{f: 7, c: 49737}, {f: 2, c: 49746}, {f: 3, c: 49749}, {f: 7, c: 49753},
{f: 4, c: 49761}, {f: 6, c: 49766}, {f: 2, c: 49774}, {f: 3, c: 49777},
{f: 7, c: 49781}, 49790, 49792, {f: 6, c: 49794}, {f: 6, c: 49802},
{f: 7, c: 49809}, {f: 2, c: 49817}, 49820, {f: 6, c: 49822},
{f: 2, c: 49830}, {f: 3, c: 49833}, {f: 6, c: 49838}, 49846, 49848,
{f: 34, c: 49850}, {f: 2, c: 49886}, {f: 2, c: 49889}, {f: 6, c: 49893},
49902, 49904, {f: 4, c: 49906}, 49911, 49914, {f: 3, c: 49917},
{f: 7, c: 49921}, {f: 2, c: 49930}, {f: 5, c: 49934}, {f: 2, c: 49942},
{f: 3, c: 49945}, {f: 7, c: 49949}, {f: 2, c: 49958}, {f: 27, c: 49962},
{f: 34, c: 49990}, {f: 2, c: 50026}, {f: 3, c: 50029}, 50033,
{f: 5, c: 50035}, {f: 2, c: 50042}, {f: 6, c: 50046}, {f: 3, c: 50053},
{f: 3, c: 50057}, {f: 51, c: 50061}, {f: 23, c: 50113}, {f: 2, c: 50138},
{f: 2, c: 50141}, 50145, {f: 5, c: 50147}, {f: 3, c: 50154},
{f: 6, c: 50158}, {f: 2, c: 50166}, {f: 15, c: 50169}, {f: 7, c: 50185},
{f: 19, c: 50193}, {f: 7, c: 50213}, {f: 3, c: 50221}, {f: 3, c: 50225},
{f: 7, c: 50229}, {f: 10, c: 50238}, {f: 27, c: 50249}, {f: 2, c: 50278},
{f: 3, c: 50281}, {f: 7, c: 50285}, {f: 3, c: 50294}, {f: 6, c: 50298},
{f: 19, c: 50305}, {f: 7, c: 50325}, {f: 27, c: 50333}, {f: 3, c: 50361},
{f: 44, c: 50365}, {f: 6, c: 50410}, {f: 2, c: 50418}, {f: 3, c: 50421},
50425, {f: 4, c: 50427}, {f: 10, c: 50434}, {f: 3, c: 50445},
{f: 3, c: 50449}, {f: 7, c: 50453}, {f: 11, c: 50461}, {f: 2, c: 50474},
{f: 3, c: 50477}, {f: 7, c: 50481}, 50490, 50492, {f: 6, c: 50494},
{f: 2, c: 50502}, 50507, {f: 4, c: 50511}, 50518, {f: 3, c: 50522}, 50527,
{f: 2, c: 50530}, {f: 3, c: 50533}, {f: 7, c: 50537}, 50546,
{f: 6, c: 50550}, {f: 2, c: 50558}, {f: 3, c: 50561}, {f: 2, c: 50565},
{f: 4, c: 50568}, 50574, 50576, {f: 3, c: 50578}, 50582, {f: 3, c: 50585},
{f: 3, c: 50589}, {f: 8, c: 50593}, {f: 10, c: 50602}, {f: 2, c: 50614},
50618, {f: 5, c: 50623}, 50635, 50637, 50639, {f: 2, c: 50642},
{f: 3, c: 50645}, {f: 7, c: 50649}, 50658, 50660, {f: 6, c: 50662}, 50671,
{f: 3, c: 50673}, 50677, {f: 4, c: 50680}, {f: 3, c: 50690},
{f: 3, c: 50697}, {f: 3, c: 50701}, {f: 7, c: 50705}, 50714,
{f: 7, c: 50717}, {f: 2, c: 50726}, {f: 3, c: 50729}, 50735,
{f: 2, c: 50737}, 50742, 50744, 50746, {f: 4, c: 50748}, {f: 2, c: 50754},
{f: 3, c: 50757}, {f: 7, c: 50761}, 50770, {f: 6, c: 50774},
{f: 2, c: 50782}, {f: 11, c: 50785}, {f: 2, c: 50797}, 50800,
{f: 6, c: 50802}, {f: 2, c: 50810}, {f: 3, c: 50813}, {f: 7, c: 50817},
50826, 50828, {f: 6, c: 50830}, {f: 2, c: 50838}, {f: 3, c: 50841},
{f: 7, c: 50845}, 50854, 50856, {f: 6, c: 50858}, {f: 2, c: 50866},
{f: 3, c: 50869}, {f: 5, c: 50875}, 50882, 50884, {f: 6, c: 50886},
{f: 2, c: 50894}, {f: 3, c: 50897}, {f: 7, c: 50901}, {f: 2, c: 50910},
{f: 6, c: 50914}, {f: 2, c: 50922}, {f: 3, c: 50925}, {f: 7, c: 50929},
{f: 3, c: 50938}, {f: 6, c: 50942}, {f: 2, c: 50950}, {f: 3, c: 50953},
{f: 7, c: 50957}, 50966, 50968, {f: 6, c: 50970}, {f: 2, c: 50978},
{f: 3, c: 50981}, {f: 7, c: 50985}, 50994, 50996, 50998, {f: 4, c: 51000},
{f: 2, c: 51006}, {f: 3, c: 51009}, {f: 5, c: 51013}, 51019, 51022, 51024,
{f: 3, c: 51033}, {f: 3, c: 51037}, {f: 7, c: 51041}, {f: 2, c: 51049},
{f: 8, c: 51052}, {f: 2, c: 51062}, {f: 3, c: 51065}, {f: 4, c: 51071},
51078, {f: 3, c: 51083}, 51087, {f: 2, c: 51090}, 51093, 51097,
{f: 5, c: 51099}, 51106, {f: 5, c: 51111}, {f: 2, c: 51118},
{f: 3, c: 51121}, {f: 7, c: 51125}, 51134, {f: 6, c: 51138},
{f: 2, c: 51146}, 51149, 51151, {f: 7, c: 51153}, {f: 4, c: 51161},
{f: 6, c: 51166}, {f: 3, c: 51173}, {f: 3, c: 51177}, {f: 19, c: 51181},
{f: 2, c: 51202}, {f: 3, c: 51205}, 51209, {f: 5, c: 51211}, 51218, 51220,
{f: 5, c: 51223}, {f: 2, c: 51230}, {f: 3, c: 51233}, {f: 7, c: 51237},
51246, 51248, {f: 6, c: 51250}, {f: 3, c: 51257}, {f: 3, c: 51261},
{f: 7, c: 51265}, {f: 2, c: 51274}, {f: 6, c: 51278}, {f: 27, c: 51285},
{f: 2, c: 51314}, {f: 3, c: 51317}, 51321, {f: 5, c: 51323}, 51330, 51332,
{f: 3, c: 51336}, {f: 6, c: 51342}, {f: 8, c: 51349}, 51358, 51360,
{f: 6, c: 51362}, {f: 19, c: 51369}, {f: 6, c: 51390}, {f: 3, c: 51397},
{f: 3, c: 51401}, {f: 7, c: 51405}, 51414, 51416, {f: 6, c: 51418},
{f: 2, c: 51426}, {f: 16, c: 51429}, {f: 6, c: 51446}, {f: 2, c: 51454},
{f: 3, c: 51457}, {f: 5, c: 51463}, 51470, 51472, {f: 6, c: 51474},
{f: 19, c: 51481}, {f: 7, c: 51501}, {f: 27, c: 51509}, {f: 2, c: 51538},
{f: 3, c: 51541}, {f: 7, c: 51545}, 51554, {f: 8, c: 51556},
{f: 3, c: 51565}, {f: 3, c: 51569}, {f: 7, c: 51573}, {f: 11, c: 51581},
{f: 2, c: 51594}, {f: 3, c: 51597}, {f: 7, c: 51601}, 51610, 51612,
{f: 34, c: 51614}, {f: 2, c: 51650}, {f: 2, c: 51653}, 51657,
{f: 5, c: 51659}, 51666, 51668, {f: 2, c: 51671}, 51675, {f: 2, c: 51678},
51681, 51683, {f: 2, c: 51685}, {f: 4, c: 51688}, 51694, {f: 6, c: 51698},
{f: 2, c: 51706}, {f: 3, c: 51709}, {f: 7, c: 51713}, 51722,
{f: 6, c: 51726}, {f: 3, c: 51733}, {f: 16, c: 51737}, {f: 34, c: 51754},
{f: 2, c: 51790}, {f: 3, c: 51793}, {f: 7, c: 51797}, 51806,
{f: 6, c: 51810}, {f: 20, c: 51817}, {f: 6, c: 51838}, {f: 19, c: 51845},
{f: 35, c: 51865}, {f: 2, c: 51902}, {f: 3, c: 51905}, {f: 7, c: 51909},
51918, 51920, 51922, {f: 4, c: 51924}, {f: 6, c: 51930}, {f: 11, c: 51937},
{f: 7, c: 51949}, {f: 19, c: 51957}, {f: 7, c: 51977}, {f: 3, c: 51985},
{f: 3, c: 51989}, {f: 7, c: 51993}, {f: 31, c: 52002}, {f: 6, c: 52034},
{f: 2, c: 52042}, {f: 3, c: 52045}, {f: 7, c: 52049}, {f: 3, c: 52058},
{f: 6, c: 52062}, {f: 19, c: 52069}, {f: 34, c: 52090}, {f: 27, c: 52125},
{f: 27, c: 52153}, {f: 15, c: 52181}, {f: 2, c: 52197}, 52200,
{f: 34, c: 52202}, {f: 2, c: 52238}, {f: 3, c: 52241}, {f: 7, c: 52245},
{f: 3, c: 52254}, {f: 4, c: 52259}, {f: 2, c: 52266}, 52269, 52271,
{f: 7, c: 52273}, 52282, {f: 5, c: 52287}, {f: 2, c: 52294},
{f: 3, c: 52297}, {f: 7, c: 52301}, 52310, {f: 6, c: 52314},
{f: 3, c: 52321}, 52325, 52327, {f: 7, c: 52329}, {f: 4, c: 52337},
{f: 34, c: 52342}, {f: 2, c: 52378}, {f: 3, c: 52381}, {f: 7, c: 52385},
52394, {f: 6, c: 52398}, {f: 2, c: 52406}, {f: 3, c: 52409},
{f: 7, c: 52413}, 52422, 52424, {f: 6, c: 52426}, {f: 3, c: 52433},
{f: 15, c: 52437}, {f: 7, c: 52453}, {f: 3, c: 52461}, {f: 16, c: 52465},
{f: 6, c: 52482}, {f: 2, c: 52490}, {f: 3, c: 52493}, {f: 7, c: 52497},
52506, 52508, {f: 6, c: 52510}, {f: 3, c: 52517}, {f: 3, c: 52521},
{f: 12, c: 52525}, {f: 34, c: 52538}, {f: 3, c: 52573}, {f: 3, c: 52577},
{f: 7, c: 52581}, 52590, 52592, {f: 6, c: 52594}, {f: 15, c: 52601},
{f: 11, c: 52617}, {f: 2, c: 52630}, {f: 3, c: 52633}, {f: 7, c: 52637},
52646, 52648, {f: 6, c: 52650}, {f: 19, c: 52657}, {f: 7, c: 52677},
{f: 3, c: 52685}, {f: 23, c: 52689}, {f: 3, c: 52713}, {f: 3, c: 52717},
{f: 7, c: 52721}, 52730, 52732, {f: 6, c: 52734}, {f: 3, c: 52741},
{f: 3, c: 52745}, {f: 7, c: 52749}, {f: 4, c: 52757}, {f: 6, c: 52762},
{f: 2, c: 52770}, {f: 3, c: 52773}, {f: 7, c: 52777}, 52786, 52788,
{f: 34, c: 52790}, {f: 2, c: 52826}, {f: 2, c: 52829}, {f: 6, c: 52834},
52842, 52844, {f: 6, c: 52846}, {f: 2, c: 52854}, {f: 3, c: 52857},
{f: 7, c: 52861}, 52870, 52872, {f: 6, c: 52874}, {f: 2, c: 52882},
{f: 3, c: 52885}, {f: 7, c: 52889}, 52898, {f: 6, c: 52902},
{f: 19, c: 52910}, {f: 34, c: 52930}, {f: 2, c: 52966}, {f: 2, c: 52969},
{f: 7, c: 52973}, 52982, {f: 6, c: 52986}, {f: 2, c: 52994},
{f: 3, c: 52997}, {f: 7, c: 53001}, 53010, 53012, {f: 6, c: 53014},
{f: 3, c: 53021}, {f: 3, c: 53025}, {f: 7, c: 53029}, 53038,
{f: 6, c: 53042}, {f: 27, c: 53049}, {f: 2, c: 53078}, {f: 3, c: 53081},
{f: 7, c: 53085}, 53094, 53096, {f: 6, c: 53098}, {f: 2, c: 53106},
{f: 3, c: 53109}, {f: 7, c: 53113}, {f: 4, c: 53121}, {f: 6, c: 53126},
{f: 20, c: 53133}, {f: 6, c: 53154}, {f: 7, c: 53161}, {f: 19, c: 53169},
{f: 27, c: 53189}, {f: 2, c: 53218}, {f: 3, c: 53221}, {f: 7, c: 53225},
53234, 53236, {f: 6, c: 53238}, {f: 3, c: 53245}, {f: 3, c: 53249},
{f: 12, c: 53253}, {f: 6, c: 53266}, {f: 20, c: 53273}, {f: 6, c: 53294},
{f: 2, c: 53302}, {f: 3, c: 53305}, {f: 7, c: 53309}, 53318, 53320,
{f: 6, c: 53322}, {f: 3, c: 53329}, {f: 3, c: 53333}, {f: 7, c: 53337},
{f: 11, c: 53345}, {f: 2, c: 53358}, {f: 3, c: 53361}, {f: 7, c: 53365},
{f: 3, c: 53374}, {f: 34, c: 53378}, {f: 2, c: 53414}, {f: 3, c: 53417},
{f: 7, c: 53421}, 53430, 53432, {f: 6, c: 53434}, {f: 2, c: 53442},
{f: 3, c: 53445}, {f: 6, c: 53450}, 53458, {f: 6, c: 53462},
{f: 2, c: 53470}, {f: 3, c: 53473}, {f: 7, c: 53477}, 53486,
{f: 6, c: 53490}, {f: 20, c: 53497}, {f: 34, c: 53518}, {f: 2, c: 53554},
{f: 3, c: 53557}, 53561, {f: 5, c: 53563}, 53570, {f: 6, c: 53574},
{f: 2, c: 53582}, {f: 3, c: 53585}, {f: 7, c: 53589}, 53598, 53600,
{f: 6, c: 53602}, {f: 3, c: 53609}, {f: 15, c: 53613}, {f: 7, c: 53629},
{f: 3, c: 53637}, {f: 23, c: 53641}, {f: 2, c: 53666}, {f: 3, c: 53669},
{f: 7, c: 53673}, 53682, 53684, {f: 4, c: 53686}, 53691, {f: 3, c: 53693},
{f: 23, c: 53697}, {f: 27, c: 53721}, {f: 3, c: 53749}, {f: 14, c: 53753},
53768, {f: 6, c: 53770}, {f: 27, c: 53777}, {f: 2, c: 53806},
{f: 3, c: 53809}, {f: 7, c: 53813}, 53822, 53824, {f: 6, c: 53826},
{f: 19, c: 53833}, {f: 7, c: 53853}, {f: 27, c: 53861}, {f: 2, c: 53890},
{f: 3, c: 53893}, {f: 7, c: 53897}, {f: 3, c: 53906}, {f: 6, c: 53910},
{f: 3, c: 53917}, {f: 3, c: 53921}, {f: 7, c: 53925}, {f: 4, c: 53933},
{f: 6, c: 53938}, {f: 2, c: 53946}, {f: 2, c: 53949}, 53953,
{f: 5, c: 53955}, 53962, {f: 8, c: 53964}, {f: 3, c: 53973},
{f: 3, c: 53977}, {f: 7, c: 53981}, {f: 10, c: 53990}, {f: 2, c: 54002},
{f: 3, c: 54005}, {f: 7, c: 54009}, 54018, 54020, {f: 6, c: 54022}, 54031,
{f: 3, c: 54033}, 54037, {f: 5, c: 54039}, 54046, {f: 3, c: 54050},
{f: 2, c: 54054}, {f: 2, c: 54058}, {f: 3, c: 54061}, {f: 7, c: 54065},
54074, {f: 6, c: 54078}, {f: 54, c: 54086}, {f: 2, c: 54142},
{f: 3, c: 54145}, {f: 7, c: 54149}, 54158, {f: 6, c: 54162},
{f: 2, c: 54170}, {f: 3, c: 54173}, {f: 7, c: 54177}, 54186, 54188,
{f: 6, c: 54190}, {f: 3, c: 54197}, {f: 3, c: 54201}, {f: 7, c: 54205},
{f: 2, c: 54214}, {f: 6, c: 54218}, {f: 7, c: 54225}, {f: 8, c: 54233},
54242, {f: 8, c: 54244}, {f: 2, c: 54254}, {f: 3, c: 54257},
{f: 7, c: 54261}, 54270, 54272, {f: 6, c: 54274}, {f: 20, c: 54281},
{f: 34, c: 54302}, {f: 3, c: 54337}, {f: 23, c: 54341}, {f: 3, c: 54365},
{f: 3, c: 54369}, {f: 8, c: 54373}, 54382, {f: 8, c: 54384},
{f: 2, c: 54394}, {f: 2, c: 54397}, 54401, {f: 5, c: 54403}, 54410, 54412,
{f: 6, c: 54414}, {f: 20, c: 54421}, {f: 34, c: 54442}, {f: 3, c: 54477},
{f: 3, c: 54481}, {f: 7, c: 54485}, {f: 2, c: 54493}, {f: 8, c: 54496},
{f: 3, c: 54505}, {f: 3, c: 54509}, {f: 7, c: 54513}, {f: 2, c: 54521},
54524, {f: 6, c: 54526}, {f: 3, c: 54533}, {f: 3, c: 54537},
{f: 7, c: 54541}, 54550, {f: 36, c: 54552}, {f: 2, c: 54590},
{f: 3, c: 54593}, {f: 7, c: 54597}, 54606, 54608, {f: 6, c: 54610},
{f: 2, c: 54618}, {f: 3, c: 54621}, {f: 4, c: 54625}, {f: 2, c: 54630},
54634, 54636, {f: 6, c: 54638}, {f: 2, c: 54646}, {f: 3, c: 54649},
{f: 7, c: 54653}, 54662, {f: 6, c: 54666}, {f: 20, c: 54673},
{f: 34, c: 54694}, {f: 2, c: 54730}, {f: 3, c: 54733}, 54737,
{f: 5, c: 54739}, 54746, 54748, {f: 6, c: 54750}, {f: 2, c: 54758},
{f: 3, c: 54761}, {f: 7, c: 54765}, 54774, 54776, {f: 6, c: 54778},
{f: 2, c: 54786}, {f: 3, c: 54789}, {f: 7, c: 54793}, 54802,
{f: 6, c: 54806}, {f: 3, c: 54813}, {f: 3, c: 54817}, {f: 8, c: 54821},
{f: 10, c: 54830}, {f: 2, c: 54842}, {f: 3, c: 54845}, {f: 4, c: 54849},
{f: 2, c: 54854}, 54858, 54860, {f: 3, c: 54862}, {f: 2, c: 54866},
{f: 2, c: 54870}, {f: 3, c: 54873}, {f: 10, c: 54877}, 54888,
{f: 6, c: 54890}, {f: 2, c: 54898}, {f: 14, c: 54901}, 54916,
{f: 6, c: 54918}, {f: 2, c: 54926}, {f: 3, c: 54929}, {f: 8, c: 54933},
54942, 54944, {f: 6, c: 54946}, {f: 3, c: 54953}, {f: 3, c: 54957},
{f: 8, c: 54961}, 54970, {f: 8, c: 54972}, {f: 2, c: 54982},
{f: 3, c: 54985}, {f: 4, c: 54989}, {f: 2, c: 54994}, {f: 2, c: 54997},
55000, {f: 6, c: 55002}, {f: 3, c: 55009}, {f: 3, c: 55013},
{f: 7, c: 55017}, {f: 4, c: 55025}, {f: 6, c: 55030}, {f: 2, c: 55038},
{f: 3, c: 55041}, {f: 12, c: 55045}, {f: 6, c: 55058}, {f: 2, c: 55066},
{f: 3, c: 55069}, {f: 7, c: 55073}, 55082, 55084, {f: 6, c: 55086},
{f: 2, c: 55094}, {f: 3, c: 55097}, {f: 7, c: 55101}, {f: 2, c: 55109},
55112, {f: 6, c: 55114}, {f: 2, c: 55122}, 55125, {f: 6, c: 55130}, 55138,
55140, {f: 3, c: 55142}, {f: 2, c: 55146}, {f: 3, c: 55149},
{f: 3, c: 55153}, {f: 7, c: 55157}, {f: 3, c: 55166}, {f: 6, c: 55170},
{f: 2, c: 55178}, {f: 3, c: 55181}, {f: 7, c: 55185}, 55194, 55196,
{f: 6, c: 55198}],
'Adobe-CNS1': [{f: 95, c: 32}, {s: 3}, 12288, 65292, {f: 2, c: 12289}, 65294,
8226, 65307, 65306, 65311, 65281, 65072, 8230, 8229, 65104, 65380, 65106,
183, {f: 4, c: 65108}, 65372, 8211, 65073, 8212, {s: 4}, {f: 2, c: 65288},
{f: 2, c: 65077}, 65371, 65373, {f: 2, c: 65079}, {f: 2, c: 12308},
{f: 2, c: 65081}, {f: 2, c: 12304}, {f: 2, c: 65083}, {f: 2, c: 12298},
{f: 2, c: 65085}, {f: 2, c: 12296}, {f: 2, c: 65087}, {f: 2, c: 12300},
{f: 2, c: 65089}, {f: 2, c: 12302}, {f: 2, c: 65091}, {f: 6, c: 65113},
{f: 2, c: 8216}, {f: 2, c: 8220}, {f: 2, c: 12317}, 8245, 8242, 65283,
65286, 65290, 8251, 167, 12291, 9675, 9679, 9651, 9650, 9678, 9734, 9733,
9671, 9670, 9633, 9632, 9661, 9660, 12963, 8453, 8254, 0, 65343, 0,
{f: 2, c: 65097}, {f: 2, c: 65101}, {f: 2, c: 65099}, {f: 3, c: 65119},
65291, 65293, 215, 247, 177, 8730, 65308, 65310, 65309, {f: 2, c: 8806},
8800, 8734, 8786, 8801, {f: 5, c: 65122}, 8764, {f: 2, c: 8745}, 8869,
8736, 8735, 8895, 13266, 13265, 8747, 8750, 8757, 8756, 9792, 9794, 9793,
9737, 8593, 8595, 8594, 8592, {f: 2, c: 8598}, 8601, 8600, 8741, 8739, 0,
0, 65295, 65340, 65284, 165, 12306, {f: 2, c: 162}, 65285, 65312, 8451,
8457, {f: 3, c: 65129}, 13269, {f: 3, c: 13212}, 13262, 13217,
{f: 2, c: 13198}, 13252, 176, [20825, 58834], [20827, 58835],
[20830, 58837], [20829, 58836], 20833, 20835, 21991, [29929, 58044],
[31950, 58191], {f: 8, c: 9601}, 9615, 9614, 9613, 9612, 9611, 9610, 9609,
9532, 9524, 9516, 9508, 9500, 9620, 9472, 9474, 9621, 9484, 9488, 9492,
9496, {f: 2, c: 9581}, 9584, 9583, 9552, 9566, 9578, 9569, {f: 2, c: 9698},
9701, 9700, {f: 3, c: 9585}, {f: 10, c: 65296}, {f: 10, c: 8544},
{f: 9, c: 12321}, 0, [21316, 57443], 0, {f: 26, c: 65313},
{f: 26, c: 65345}, {f: 17, c: 913}, {f: 7, c: 931}, {f: 17, c: 945},
{f: 7, c: 963}, {f: 37, c: 12549}, 729, 714, 711, 715, [9312, 63153],
[9313, 63154], [9314, 63155], [9315, 63156], [9316, 63157], [9317, 63158],
[9318, 63159], [9319, 63160], [9320, 63161], [9321, 63162], [9332, 63163],
[9333, 63164], [9334, 63165], [9335, 63166], [9336, 63167], [9337, 63168],
[9338, 63169], [9339, 63170], [9340, 63171], [9341, 63172], [8560, 63173],
[8561, 63174], [8562, 63175], [8563, 63176], [8564, 63177], [8565, 63178],
[8566, 63179], [8567, 63180], [8568, 63181], [8569, 63182], [12033, 20008],
[12034, 20022, 63183], [12035, 20031, 63184], [12037, 20101, 63185],
[12039, 20128, 63186], [12044, 20866, 63187], [12045, 20886, 63188],
[12046, 20907, 63189], [12051, 21241, 63190], [12054, 21304, 63191],
[12057, 21353, 63192], [12059, 21430, 63193],
[12065, 12066, 22786, 22794, 63194], [12071, 23424, 63195],
[12078, 24027, 63196], [12083, 24186, 63197], [12084, 24191, 63198],
[12085, 24308], [12089, 24400, 63200], [12090, 24417, 63201],
[12097, 25908, 63202], [12102, 26080], [12135, 30098, 63204],
[12136, 30326], [12193, 36789, 63206], [12202, 38582], {f: 32, c: 9216},
9249, [12032, 19968], [12036, 20057], 19969, 19971, 20035, 20061, 20102,
[12038, 20108], [12040, 20154], [12041, 20799], [12042, 20837],
[12043, 20843], [12047, 20960], [12049, 20992], 20993, [12050, 21147],
[12052, 21269], [12055, 21313], [12056, 21340], [12060, 21448], 19977,
19979, 19976, 19978, 20011, 20024, 20961, 20037, 20040, 20063, 20062,
20110, 20129, [20800, 64012], 20995, 21242, 21315, 21449, [12061, 21475],
[12063, 22303], [12064, 22763], [12067, 22805], [12068, 22823],
[12069, 22899], [12070, 23376], 23377, 23379, [12072, 23544],
[12073, 23567], [12074, 23586], [12075, 23608], [12077, 23665], 24029,
[12079, 24037], [12080, 24049], {f: 2, c: 24050}, [12081, 24062],
[12082, 24178], [12086, 24318], [12087, 24331], [12088, 24339], 25165,
19985, 19984, 19981, 20013, 20016, 20025, 20043, 23609, 20104, 20113,
20117, 20114, 20116, 20130, 20161, 20160, 20163, {f: 2, c: 20166}, 20173,
{f: 2, c: 20170}, 20164, 20803, 20801, 20839, {f: 2, c: 20845}, 20844,
20887, 20982, {f: 3, c: 20998}, 21243, {f: 2, c: 21246}, 21270, 21305,
21320, 21319, 21317, 21342, 21380, 21451, 21450, 21453, 22764, 22825,
22827, 22826, 22829, 23380, 23569, 23588, 23610, 23663, 24052, 24187,
24319, {f: 2, c: 24340}, [12092, 24515], [12093, 25096], [12094, 25142],
[12095, 25163], 25166, [12096, 25903], [12098, 25991], [12099, 26007],
[12100, 26020], [12101, 26041], [12103, 26085], [12104, 26352],
[12105, 26376], [12106, 26408], [12107, 27424], [12108, 27490],
[12109, 27513], [12111, 27595], [12112, 27604], [12113, 27611],
[12114, 27663], [12116, 27700], [12117, 28779], [12118, 29226],
[12119, 29238], [12120, 29243], [12122, 29255], [12123, 29273],
[12124, 29275], [12125, 29356], 29579, 19993, 19990, 19989, 19988, 19992,
20027, 20045, 20047, 20046, 20197, 20184, {f: 4, c: 20180},
{f: 2, c: 20195}, 20185, 20190, 20805, 20804, {f: 2, c: 20873}, 20908,
{f: 2, c: 20985}, 20984, 21002, 21152, 21151, [21253, 57435], 21254, 21271,
21277, 20191, 21322, 21321, 21345, 21344, 21359, 21358, 21435, 21487,
21476, 21491, 21484, 21486, 21481, 21480, 21500, 21496, 21493, 21483,
21478, 21482, 21490, 21489, 21488, 21477, 21485, 21499, 22235, 22234,
22806, 22830, 22833, 22900, 22902, 23381, 23427, 23612, 24040, 24039,
24038, {f: 2, c: 24066}, 24179, 24188, 24321, 24344, 24343, 24517, 25098,
{f: 2, c: 25171}, 25170, 25169, 26021, 26086, 26414, 26412,
{f: 2, c: 26410}, 26413, 27491, 27597, 27665, 27664, 27704, 27713, 27712,
27710, 29359, [12126, 29572], [12127, 29577], [12128, 29916],
[12129, 29926], [12130, 29976], [12131, 29983], [12132, 29992], 29993,
[12133, 30000], {f: 3, c: 30001}, [12134, 30091], [12137, 30333],
[12138, 30382], [12139, 30399], [12140, 30446], [12141, 30683],
[12142, 30690], [12143, 30707], [12144, 31034], [12146, 31166],
[12147, 31348], [12148, 31435], {f: 2, c: 19998}, {f: 2, c: 20050}, 20073,
20121, 20132, 20134, 20133, 20223, 20233, 20249, 20234, 20245, 20237,
{f: 2, c: 20240}, 20239, 20210, 20214, 20219, 20208, 20211, 20221, 20225,
20235, 20809, 20807, 20806, 20808, 20840, 20849, 20877, 20912, 21015,
{f: 2, c: 21009}, 21006, 21014, 21155, 21256, 21281, 21280,
{f: 2, c: 21360}, 21513, 21519, 21516, 21514, 21520, 21505, 21515, 21508,
21521, 21517, 21512, 21507, 21518, 21510, 21522, 22240, 22238, 22237,
22323, 22320, 22312, 22317, 22316, 22319, 22313, {f: 2, c: 22809},
{f: 2, c: 22839}, 22916, 22904, 22915, 22909, 22905, 22914, 22913,
{f: 2, c: 23383}, {f: 2, c: 23431}, 23429, 23433, 23546, 23574, 23673,
24030, 24070, 24182, 24180, 24335, 24347, 24537, 24534, 25102,
{f: 2, c: 25100}, 25104, 25187, 25179, 25176, 25910, 26089, 26088,
{f: 2, c: 26092}, {f: 2, c: 26354}, 26377, 26429, 26420, 26417, 26421,
27425, 27492, 27515, 27670, 27741, 27735, 27737, {f: 2, c: 27743}, 27728,
27733, 27745, 27739, {f: 2, c: 27725}, 28784, 29279, 29277, 30334,
[12149, 31481], [12150, 31859], [12151, 31992], [12152, 32566],
[12154, 32650], [12155, 32701], [12156, 32769], 32771, [12157, 32780],
[12158, 32786], [12159, 32819], [12160, 32895], [12161, 32905],
{f: 2, c: 32907}, [12162, 33251], [12163, 33258], [12164, 33267],
[12165, 33276], [12166, 33292], [12167, 33307], [12168, 33311],
[12169, 33390], [12170, 33394], 33406, [12173, 34411], [12174, 34880],
[12175, 34892], [12176, 34915], 35199, 38433, 20018, 20136, 20301, 20303,
20295, 20311, 20318, 20276, 20315, 20309, 20272, {f: 2, c: 20304}, 20285,
20282, 20280, 20291, 20308, 20284, 20294, 20323, 20316, 20320, 20271,
20302, 20278, 20313, 20317, 20296, 20314, 20812, 20811, 20813, 20853,
{f: 2, c: 20918}, 21029, 21028, {f: 2, c: 21033}, 21032, 21163,
{f: 2, c: 21161}, 21164, 21283, 21363, 21365, 21533, 21549, 21534, 21566,
21542, 21582, 21543, 21574, 21571, 21555, 21576, 21570, 21531, 21545,
21578, 21561, 21563, 21560, 21550, {f: 2, c: 21557}, 21536, 21564, 21568,
21553, 21547, 21535, 21548, 22250, 22256, 22244, 22251, 22346, 22353,
22336, 22349, 22343, 22350, 22334, 22352, 22351, 22331, 22767, 22846,
22941, 22930, 22952, 22942, 22947, 22937, 22934, 22925, 22948, 22931,
22922, 22949, 23389, 23388, {f: 2, c: 23386}, 23436, 23435, 23439, 23596,
{f: 2, c: 23616}, 23615, 23614, {f: 2, c: 23696}, 23700, 23692, 24043,
24076, 24207, 24199, 24202, 24311, 24324, 24351, 24420, 24418, 24439,
24441, 24536, 24524, 24535, 24525, 24561, 24555, 24568, 24554, 25106,
25105, 25220, 25239, 25238, 25216, 25206, 25225, 25197, 25226, 25212,
25214, 25209, 25203, 25234, 25199, 25240, 25198, 25237, 25235, 25233,
25222, 25913, 25915, 25912, 26097, 26356, 26463, {f: 4, c: 26446}, 26460,
26454, [26462, 57801], 26441, 26438, 26464, 26451, 26455, 27493, 27599,
27714, 27742, 27801, 27777, {f: 2, c: 27784}, 27781, 27803, 27754, 27770,
27792, 27760, 27788, 27752, 27798, 27794, 27773, 27779, 27762, 27774,
27764, 27782, 27766, 27789, 27796, 27800, 27778, 28790, {f: 2, c: 28796},
28792, 29282, 29281, 29280, 29380, 29378, 29590, 29996, 29995,
{f: 2, c: 30007}, 30338, 30447, 30691, 31169, 31168, 31167, 31350, 31995,
32597, 32918, 32915, 32925, 32920, 32923, 32922, 32946, 33391, 33426,
33419, 33421, [12178, 35211], [12179, 35282], [12180, 35328],
[12181, 35895], [12182, 35910], [12183, 35925], [12185, 35997],
[12186, 36196], [12187, 36208], [12188, 36275], [12189, 36523],
[12190, 36554], [12191, 36763], [12192, 36784], 36802, 36806, 36805, 36804,
24033, [12194, 37009], 37026, 37034, 37030, 37027, [12195, 37193],
[12196, 37318], [12197, 37324], 38450, 38446, 38449, 38442, 38444, 20006,
20054, 20083, 20107, 20123, 20126, {f: 2, c: 20139}, 20335, 20381, 20365,
20339, 20351, 20332, 20379, 20363, 20358, 20355, 20336, 20341, 20360,
20329, 20347, 20374, 20350, 20367, 20369, 20346, 20820, 20818, 20821,
20841, 20855, 20854, 20856, 20925, 20989, 21051, 21048, 21047, 21050,
21040, 21038, 21046, 21057, 21182, 21179, 21330, 21332, 21331, 21329,
21350, {f: 3, c: 21367}, 21462, 21460, 21463, 21619, 21621, 21654, 21624,
21653, 21632, 21627, 21623, 21636, 21650, 21638, 21628, 21648, 21617,
21622, 21644, 21658, 21602, 21608, 21643, 21629, 21646, 22266, 22403,
22391, 22378, 22377, 22369, 22374, 22372, 22396, 22812, 22857,
{f: 2, c: 22855}, 22852, 22868, 22974, 22971, 22996, 22969, 22958, 22993,
22982, 22992, 22989, 22987, 22995, 22986, 22959, 22963, 22994, 22981,
23391, 23396, 23395, 23447, 23450, 23448, 23452, 23449, 23451, 23578,
23624, {f: 2, c: 23621}, 23735, 23713, 23736, 23721, 23723, 23729, 23731,
24088, 24090, 24086, 24085, 24091, 24081, 24184, 24218, 24215, 24220,
{f: 2, c: 24213}, 24310, {f: 2, c: 24358}, 24361, {f: 2, c: 24448}, 24447,
24444, 24541, 24544, 24573, 24565, 24575, 24591, 24596, 24623, 24629,
24598, 24618, 24597, 24609, 24615, 24617, 24619, 24603, 25110, 25109,
25151, 25150, 25152, 25215, 25289, 25292, 25284, 25279, 25282, 25273,
25298, 25307, 25259, {f: 2, c: 25299}, 25291, 25288, 25256, 25277, 25276,
[25296, 60582], 25305, 25287, 25293, 25269, 25306, 25265, 25304,
{f: 2, c: 25302}, 25286, 25260, [25294, 61010], 25918, 26023, 26044, 26106,
26132, 26131, 26124, 26118, 26114, 26126, 26112, 26127, 26133, 26122,
26119, 26381, 26379, 26477, 26507, 26517, 26481, 26524, 26483, 26487,
26503, 26525, 26519, {f: 2, c: 26479}, 26495, 26505, 26494, 26512, 26485,
26522, 26515, 26492, 26474, 26482, 27427, {f: 2, c: 27494}, 27519, 27667,
27675, 27875, 27880, 27891, 27825, 27852, 27877, 27827, {f: 2, c: 27837},
27836, 27874, 27819, 27861, 27859, 27832, 27844, 27833, 27841, 27822,
27863, 27845, 27889, 27839, 27835, 27873, 27867, 27850, 27820, 27887,
27868, 27862, 27872, 28821, 28814, 28818, 28810, 28825, {f: 2, c: 29228},
29240, 29256, 29287, 29289, 29376, 29390, 29401, 29399, 29392, 29609,
29608, 29599, 29611, 29605, 30013, 30109, {f: 2, c: 30105}, 30340, 30402,
30450, 30452, 30693, 30717, 31038, {f: 2, c: 31040}, 31177, 31176, 31354,
31353, 31482, 31998, 32596, 32652, 32651, [32773, 58236], 32954, 32933,
32930, 32945, 32929, 32939, 32937, 32948, 32938, 32943, 33253, 33278,
33293, 33459, 33437, 33433, 33453, 33469, 33439, 33465, 33457, 33452,
33445, 33455, 33464, 33443, 33456, 33470, 33463, 34382, 34417, 21021,
34920, 36555, 36814, 36820, 36817, 37045, 37048, 37041, 37046, 37319,
[12198, 37329], [12199, 38263], [12200, 38272], [12201, 38428], 38464,
38463, 38459, 38468, 38466, [12203, 38585], [12204, 38632], 38738,
[12206, 38750], 20127, {f: 2, c: 20141}, 20449, 20405, 20399, 20415, 20448,
20433, 20431, 20445, 20419, 20406, 20440, 20447, 20426, 20439, 20398,
20432, 20420, 20418, 20442, 20430, 20446, 20407, 20823, 20882, 20881,
20896, 21070, 21059, 21066, 21069, 21068, 21067, 21063, 21191, 21193,
21187, 21185, 21261, 21335, 21371, 21402, 21467, 21676, 21696, 21672,
21710, 21705, 21688, 21670, 21683, 21703, 21698, 21693, 21674, 21697,
21700, 21704, 21679, 21675, 21681, 21691, 21673, 21671, 21695, 22271,
22402, 22411, 22432, 22435, 22434, 22478, 22446, 22419, 22869, 22865,
22863, 22862, 22864, 23004, 23000, 23039, 23011, 23016, 23043, 23013,
23018, 23002, 23014, 23041, 23035, 23401, 23459, 23462, 23460, 23458,
23461, 23553, {f: 2, c: 23630}, 23629, 23627, 23769, 23762, 24055, 24093,
24101, 24095, 24189, 24224, 24230, 24314, 24328, 24365, 24421, 24456,
24453, {f: 2, c: 24458}, 24455, 24460, 24457, 24594, 24605, 24608, 24613,
24590, 24616, 24653, 24688, 24680, [24674, 60712], 24646, 24643, 24684,
24683, 24682, 24676, 25153, 25308, 25366, 25353, 25340, 25325, 25345,
25326, 25341, 25351, 25329, 25335, 25327, 25324, 25342, 25332, 25361,
25346, 25919, 25925, 26027, 26045, 26082, 26149, 26157, 26144, 26151,
26159, 26143, 26152, 26161, 26148, 26359, 26623, 26579, 26609, 26580,
26576, 26604, 26550, 26543, 26613, 26601, 26607, 26564, 26577, 26548,
26586, 26597, 26552, 26575, 26590, 26611, 26544, 26585, 26594, 26589,
26578, 27498, 27523, 27526, 27573, 27602, 27607, 27679, 27849, 27915,
27954, 27946, 27969, 27941, 27916, 27953, 27934, 27927, 27963,
{f: 2, c: 27965}, 27958, 27931, 27893, 27961, 27943, 27960, 27945, 27950,
27957, 27918, 27947, 28843, 28858, 28851, 28844, 28847, 28845, 28856,
28846, 28836, 29232, 29298, 29295, 29300, 29417, {f: 2, c: 29408}, 29623,
29642, 29627, 29618, 29645, 29632, 29619, 29978, 29997, 30031, 30028,
30030, 30027, 30123, {f: 2, c: 30116}, {f: 2, c: 30114}, 30328,
{f: 3, c: 30342}, 30408, 30406, 30403, 30405, 30465, 30457, 30456, 30473,
30475, 30462, 30460, 30471, 30684, 30722, 30740, {f: 2, c: 30732}, 31046,
31049, 31048, 31047, {f: 2, c: 31161}, {f: 2, c: 31185}, 31179, 31359,
31361, 31487, 31485, 31869, 32002, 32005, 32000, 32009, 32007, 32004,
32006, 32568, 32654, 32703, 32784, 32781, 32785, 32822, 32982, 32997,
32986, {f: 2, c: 32963}, 32972, 32993, 32987, 32974, 32990, 32996, 32989,
33268, 33314, 33511, 33539, 33541, 33507, 33499, 33510, 33540, 33509,
33538, 33545, 33490, 33495, 33521, 33537, 33500, 33492, 33489, 33502,
33491, 33503, 33519, 33542, 34384, 34425, 34427, 34426, 34893, 34923,
35201, 35284, 35336, {f: 2, c: 35330}, 35998, 36000, 36212, 36211, 36276,
36557, 36556, 36848, 36838, 36834, 36842, 36837, 36845, 36843, 36836,
36840, 37066, 37070, 37057, 37059, 37195, 37194, 37325, 38274, 38480,
{f: 3, c: 38475}, [12207, 38754], [12208, 38761], [12209, 38859],
[12210, 38893], [12211, 38899], [12212, 38913], [12213, 39080],
[12214, 39131], [12215, 39135], [12216, 39318], [12217, 39321], 20056,
20147, {f: 2, c: 20492}, 20515, 20463, 20518, 20517, 20472, [20521, 57375],
20502, 20486, 20540, 20511, 20506, 20498, 20497, 20474, 20480, 20500,
20520, 20465, 20513, 20491, 20505, 20504, 20467, 20462, 20525, 20522,
20478, 20523, 20489, 20860, {f: 2, c: 20900}, 20898, 20941, 20940, 20934,
20939, 21078, 21084, 21076, 21083, 21085, 21290, [21375, 57459], 21407,
21405, 21471, 21736, 21776, 21761, 21815, 21756, 21733, 21746, 21766,
21754, 21780, 21737, 21741, 21729, 21769, 21742, 21738, 21734, 21799,
21767, 21757, 21775, {f: 2, c: 22275}, 22466, 22484, 22475, 22467, 22537,
22799, {f: 2, c: 22871}, 22874, 23057, 23064, 23068, 23071, 23067, 23059,
23020, 23072, 23075, 23081, 23077, 23052, 23049, 23403, 23640, 23472,
23475, 23478, 23476, 23470, 23477, 23481, 23480, 23556, 23633, 23637,
23632, 23789, 23805, 23803, 23786, 23784, 23792, 23798, 23809, 23796,
24046, 24109, 24107, 24235, 24237, 24231, 24369, 24466, 24465, 24464,
24665, 24675, 24677, 24656, 24661, 24685, 24681, 24687, 24708, 24735,
24730, 24717, 24724, 24716, 24709, 24726, 25159, 25331, 25352, 25343,
25422, 25406, 25391, 25429, 25410, 25414, 25423, 25417, 25402, 25424,
25405, {f: 2, c: 25386}, 25384, 25421, 25420, {f: 2, c: 25928}, 26009,
26049, 26053, 26178, 26185, 26191, 26179, 26194, 26188, 26181, 26177,
26360, {f: 2, c: 26388}, 26391, 26657, 26680, 26696, 26694, 26707, 26681,
26690, 26708, 26665, 26803, 26647, 26700, 26705, 26685, 26612, 26704,
26688, 26684, 26691, 26666, 26693, 26643, 26648, 26689, 27530, 27529,
27575, 27683, {f: 2, c: 27687}, 27686, 27684, 27888, 28010, 28053, 28040,
28039, 28006, 28024, 28023, 27993, 28051, 28012, 28041, 28014, 27994,
28020, 28009, 28044, 28042, 28025, 28037, 28005, 28052, 28874, 28888,
28900, 28889, 28872, 28879, 29241, 29305, 29436, 29433, 29437, 29432,
29431, 29574, 29677, 29705, 29678, 29664, 29674, 29662, 30036, 30045,
30044, 30042, 30041, 30142, 30149, 30151, {f: 2, c: 30130}, 30141, 30140,
30137, 30146, 30136, 30347, 30384, 30410, {f: 2, c: 30413}, 30505,
{f: 2, c: 30495}, 30504, 30697, 30768, 30759, 30776, 30749, 30772, 30775,
30757, 30765, 30752, 30751, 30770, 31061, 31056, 31072, 31071, 31062,
31070, 31069, 31063, 31066, 31204, [31203, 60418], 31207, 31199, 31206,
31209, 31192, 31364, 31368, 31449, 31494, 31505, 31881, 32033, 32023,
32011, 32010, 32032, 32034, 32020, 32016, 32021, 32026, 32028, 32013,
32025, 32027, 32570, 32607, 32660, 32709, 32705, 32774, 32772, 32792,
32789, 32793, 32791, 32829, 32831, 33009, 33026, 33008, 33029, 33005,
33012, 33030, 33016, 33011, 33032, 33021, 33034, 33020, 33007, 33261,
33260, 33280, 33296, {f: 2, c: 33322}, 33320, 33324, 33467, 33579, 33618,
33620, 33610, 33592, 33616, 33609, 33589, 33588, 33615, 33586, 33593,
33590, 33559, 33600, 33585, 33576, 33603, 34388, 34442, 34474, 34451,
34468, 34473, 34444, 34467, 34460, 34928, 34935, {f: 2, c: 34945}, 34941,
34937, 35352, 35344, 35342, 35340, 35349, 35338, 35351, 35347, 35350,
35343, 35345, 35912, 35962, 35961, {f: 2, c: 36001}, [36215, 58442], 36524,
36562, 36564, 36559, 36785, 36865, 36870, 36855, 36864, 36858, 36852,
36867, 36861, 36869, 36856, 37013, 37089, 37085, 37090, 37202, 37197,
37196, 37336, 37341, 37335, 37340, 37337, 38275, {f: 2, c: 38498}, 38497,
38491, 38493, 38500, 38488, 38494, 38587, 39138, [12218, 39340],
[12219, 39592], [12220, 39640], [12222, 39717], [12224, 39730],
[12225, 39740], 20094, 20602, [20605, 57382], 20572, 20551, 20547, 20556,
20570, 20553, 20581, 20598, 20558, 20565, 20597, 20596, 20599, 20559,
20495, 20591, 20589, 20828, 20885, 20976, 21098, 21103, 21202, 21209,
21208, 21205, 21264, 21263, 21273, {f: 2, c: 21311}, 21310, 21443, 26364,
21830, 21866, 21862, 21828, 21854, 21857, 21827, 21834, 21809, 21846,
21839, 21845, 21807, 21860, 21816, 21806, 21852, 21804, 21859, 21811,
21825, 21847, 22280, 22283, 22281, 22495, 22533, 22538, 22534, 22496,
22500, 22522, 22530, 22581, 22519, 22521, 22816, 22882, 23094, 23105,
23113, 23142, 23146, 23104, 23100, 23138, 23130, 23110, 23114, 23408,
23495, 23493, 23492, 23490, 23487, 23494, 23561, 23560, 23559, 23648,
{f: 2, c: 23644}, 23815, 23814, 23822, 23835, 23830, 23842, 23825, 23849,
23828, 23833, 23844, 23847, 23831, 24034, 24120, 24118, 24115, 24119,
{f: 2, c: 24247}, 24246, 24245, 24254, 24373, 24375, 24407, 24428, 24425,
24427, 24471, 24473, 24478, 24472, 24481, 24480, 24476, 24703, 24739,
24713, 24736, 24744, 24779, 24756, 24806, 24765, 24773, 24763, 24757,
24796, 24764, 24792, 24789, 24774, 24799, 24760, 24794, 24775,
{f: 2, c: 25114}, 25160, 25504, 25511, 25458, 25494, 25506, 25509, 25463,
25447, 25496, 25514, 25457, 25513, 25481, 25475, 25499, 25451, 25512,
25476, 25480, 25497, 25505, 25516, 25490, 25487, 25472, 25467, 25449,
25448, 25466, 25949, 25942, 25937, 25945, 25943, 21855, 25935, 25944,
25941, 25940, 26012, 26011, 26028, 26063, {f: 2, c: 26059}, 26062, 26205,
26202, 26212, 26216, 26214, 26206, 26361, 21207, 26395, 26753, 26799,
26786, 26771, 26805, 26751, 26742, 26801, 26791, 26775, 26800, 26755,
26820, 26797, 26758, 26757, 26772, 26781, 26792, 26783, 26785, 26754,
27442, 27578, {f: 2, c: 27627}, 27691, 28046, 28092, 28147, 28121, 28082,
28129, 28108, 28132, 28155, 28154, 28165, 28103, 28107, 28079, 28113,
28078, 28126, 28153, 28088, 28151, 28149, 28101, 28114, 28186, 28085,
28122, 28139, 28120, 28138, 28145, 28142, 28136, 28102, 28100, 28074,
28140, 28095, 28134, 28921, {f: 2, c: 28937}, 28925, 28911, 29245, 29309,
29313, 29468, 29467, 29462, 29459, 29465, 29575, 29701, 29706, 29699,
29702, 29694, 29709, 29920, {f: 2, c: 29942}, 29980, 29986,
{f: 2, c: 30053}, 30050, 30064, 30095, {f: 2, c: 30164}, 30133, 30154,
30157, 30350, 30420, 30418, 30427, 30519, 30526, 30524, 30518, 30520,
30522, 30827, 30787, 30798, 31077, 31080, 31085, 31227, 31378, 31381,
31520, 31528, 31515, 31532, 31526, 31513, 31518, 31534, 31890, 31895,
31893, 32070, 32067, 32113, 32046, 32057, 32060, 32064, 32048, 32051,
32068, 32047, 32066, 32050, 32049, 32573, 32670, 32666, 32716, 32718,
32722, 32796, 32842, 32838, 33071, 33046, 33059, 33067, 33065, 33072,
33060, 33282, 33333, 33335, 33334, 33337, 33678, 33694, 33688, 33656,
33698, 33686, 33725, 33707, 33682, 33674, 33683, 33673, 33696, 33655,
{f: 2, c: 33659}, 33670, 33703, 34389, 24426, 34503, 34496, 34486, 34500,
34485, 34502, 34507, 34481, 34479, 34505, 34899, 34974, 34952, 34987,
34962, 34966, 34957, 34955, 35219, 35215, 35370, 35357, 35363, 35365,
35377, 35373, 35359, 35355, 35362, 35913, 35930, 36009, 36012, 36011,
36008, 36010, 36007, 36199, 36198, 36286, 36282, 36571, 36575, 36889,
36877, 36890, 36887, 36899, 36895, 36893, 36880, 36885, 36894, 36896,
36879, 36898, 36886, 36891, 36884, 37096, 37101, [37117, 58488], 37207,
37326, 37365, 37350, 37347, 37351, 37357, 37353, 38281, 38506, 38517,
38515, 38520, 38512, 38516, {f: 2, c: 38518}, 38508, 38592, 38634, 38633,
31456, 31455, {f: 2, c: 38914}, [12226, 39770], [12227, 40165],
[12228, 40565], [12229, 40575], [12230, 40613], [12231, 40635], 20642,
20621, 20613, 20633, 20625, 20608, 20630, 20632, 20634, 26368, 20977,
21106, {f: 2, c: 21108}, 21097, 21214, 21213, 21211, 21338, 21413, 21883,
21888, 21927, 21884, 21898, 21917, 21912, 21890, 21916, 21930, 21908,
21895, 21899, 21891, 21939, 21934, 21919, 21822, 21938, 21914, 21947,
21932, 21937, 21886, 21897, 21931, 21913, 22285, 22575, 22570, 22580,
22564, {f: 2, c: 22576}, 22561, 22557, 22560, {f: 2, c: 22777}, 22880,
[23159, 57587], 23194, 23167, 23186, 23195, 23207, 23411, 23409, 23506,
23500, 23507, 23504, {f: 2, c: 23562}, 23601, 23884, 23888, 23860, 23879,
24061, 24133, 24125, 24128, 24131, 24190, 24266, {f: 2, c: 24257}, 24260,
24380, 24429, {f: 2, c: 24489}, 24488, 24785, 24801, 24754, 24758, 24800,
24860, 24867, 24826, 24853, 24816, 24827, 24820, 24936, 24817, 24846,
24822, 24841, 24832, 24850, 25119, 25161, 25507, 25484, 25551, 25536,
25577, 25545, 25542, 25549, 25554, 25571, 25552, 25569, 25558,
{f: 2, c: 25581}, 25462, 25588, 25578, 25563, 25682, 25562, 25593, 25950,
25958, {f: 2, c: 25954}, 26001, 26000, 26031, 26222, 26224, [26228, 57786],
26230, 26223, 26257, 26234, 26238, 26231, {f: 2, c: 26366}, 26399, 26397,
26874, 26837, 26848, 26840, 26839, 26885, 26847, 26869, 26862, 26855,
26873, 26834, 26866, 26851, 26827, 26829, 26893, 26898, 26894, 26825,
26842, 26990, 26875, 27454, 27450, 27453, 27544, 27542, 27580, 27631,
{f: 2, c: 27694}, 27692, [28207, 57904], 28216, 28244, 28193, 28210, 28263,
28234, 28192, 28197, 28195, 28187, 28251, 28248, 28196, 28246, 28270,
28205, 28198, 28271, 28212, 28237, 28218, 28204, 28227, [28189, 57901],
28222, 28363, 28297, 28185, 28238, 28259, 28228, 28274, 28265, 28255,
{f: 2, c: 28953}, 28966, 28976, 28961, 28982, [29038, 57958], 28956, 29260,
29316, 29312, 29494, 29477, 29492, 29481, 29754, 29738, 29747, 29730,
29733, {f: 2, c: 29749}, 29748, 29743, 29723, 29734, 29736,
{f: 2, c: 29989}, 30059, 30058, 30178, 30171, 30179, 30169, 30168, 30174,
30176, {f: 2, c: 30331}, 30358, 30355, 30388, 30428, 30543, 30701, 30813,
30828, 30831, 31245, 31240, 31243, 31237, 31232, 31384, 31383, 31382,
31461, 31459, 31561, 31574, 31558, 31568, 31570, 31572, 31565, 31563,
31567, [31569, 60510], 31903, 31909, 32094, 32080, 32104, 32085, 32043,
32110, 32114, 32097, 32102, 32098, 32112, 32115, 21892, {f: 2, c: 32724},
32779, 32850, 32901, 33109, 33108, 33099, 33105, 33102, 33081, 33094,
33086, 33100, 33107, 33140, 33298, 33308, 33769, 33795, 33784, 33805,
33760, 33733, 33803, [33729, 58309], 33775, 33777, 33780, 33879, 33802,
33776, 33804, 33740, 33789, 33778, 33738, 33848, 33806, 33796, 33756,
33799, 33748, 33759, 34395, 34527, 34521, 34541, 34516, 34523, 34532,
34512, 34526, 34903, {f: 2, c: 35009}, 34993, 35203, 35222, 35387, 35424,
35413, 35422, 35388, 35393, 35412, 35419, 35408, 35398, 35380, 35386,
35382, 35414, 35937, 35970, 36015, 36028, 36019, 36029, 36033, 36027,
36032, 36020, 36023, 36022, 36031, 36024, 36234, 36229, 36225, 36302,
36317, 36299, 36314, 36305, 36300, 36315, 36294, 36603, 36600, 36604,
36764, 36910, 36917, 36913, 36920, 36914, 36918, 37122, 37109, 37129,
37118, 37219, 37221, 37327, {f: 2, c: 37396}, 37411, 37385, 37406, 37389,
37392, 37383, 37393, 38292, 38287, 38283, 38289, 38291, 38290, 38286,
38538, 38542, 38539, 38525, {f: 2, c: 38533}, 38541, 38514, 38532, 38593,
38597, 38596, {f: 2, c: 38598}, 38639, 38642, 38860, {f: 2, c: 38917},
38920, 39143, 39146, 39151, 39145, 39154, 39149, 39342, 39341,
[12232, 40643], [12233, 40653], [12234, 40657], 20098, 20653, 20661,
{f: 2, c: 20658}, 20677, 20670, 20652, 20663, 20667, 20655, 20679, 21119,
21111, 21117, 21215, 21222, 21220, {f: 2, c: 21218}, 21295, 21983, 21992,
21971, 21990, 21966, 21980, 21959, 21969, {f: 2, c: 21987}, 21999, 21978,
21985, {f: 2, c: 21957}, 21989, 21961, {f: 2, c: 22290}, 22622, 22609,
22616, 22615, 22618, 22612, 22635, 22604, 22637, 22602, 22626, 22610,
22603, 22887, 23233, 23241, 23244, 23230, 23229, 23228, 23219, 23234,
23218, 23913, 23919, 24140, 24185, 24265, 24264, 24338, 24409, 24492,
24494, 24858, 24847, 24904, 24863, 24819, 24859, 24825, 24833, 24840,
24910, 24908, 24900, 24909, 24894, 24884, 24871, 24845, 24838, 24887,
{f: 2, c: 25121}, 25619, 25662, 25630, 25642, 25645, 25661, 25644, 25615,
25628, 25620, 25613, 25654, {f: 2, c: 25622}, 25606, 25964, 26015, 26032,
26263, 26249, {f: 2, c: 26247}, 26262, 26244, 26264, 26253, 26371, 27028,
26989, 26970, 26999, 26976, 26964, 26997, 26928, 27010, 26954, 26984,
26987, 26974, 26963, 27001, 27014, 26973, 26979, 26971, 27463, 27506,
27584, 27583, 27603, 27645, 28322, 28335, 28371, 28342, 28354, 28304,
28317, 28359, 28357, 28325, 28312, 28348, 28346, 28331, 28369, 28310,
28316, 28356, 28372, 28330, 28327, 28340, 29006, 29017, 29033, 29028,
29001, 29031, 29020, 29036, 29030, 29004, 29029, 29022, 28998, 29032,
29014, 29242, 29266, 29495, 29509, 29503, 29502, 29807, 29786, 29781,
29791, 29790, 29761, 29759, 29785, 29787, [29788, 58019], 30070, 30072,
30208, 30192, 30209, 30194, 30193, 30202, 30207, 30196, 30195,
{f: 2, c: 30430}, 30555, 30571, 30566, 30558, 30563, 30585, 30570, 30572,
30556, 30565, 30568, 30562, 30702, 30862, 30896, {f: 2, c: 30871}, 30860,
30857, 30844, 30865, 30867, 30847, 31098, 31103, 31105, 33836, 31165,
31260, 31258, 31264, 31252, 31263, 31262, {f: 2, c: 31391}, 31607, 31680,
31584, 31598, 31591, 31921, 31923, 31925, 32147, 32121, 32145, 32129,
32143, 32091, 32622, {f: 2, c: 32617}, 32626, 32681, 32680, 32676, 32854,
32856, 32902, 32900, 33137, 33136, 33144, 33125, 33134, 33139, 33131,
{f: 2, c: 33145}, 33126, 33285, 33351, 33922, 33911, 33853, 33841, 33909,
33894, 33899, 33865, 33900, 33883, 33852, 33845, 33889, 33891, 33897,
33901, 33862, 34398, 34396, 34399, 34553, 34579, 34568, 34567, 34560,
34558, 34555, {f: 2, c: 34562}, 34566, 34570, 34905, 35039, 35028, 35033,
35036, 35032, 35037, 35041, 35018, 35029, 35026, 35228, 35299, 35435,
{f: 2, c: 35442}, 35430, 35433, 35440, 35463, 35452, 35427, 35488, 35441,
35461, 35437, 35426, 35438, 35436, 35449, 35451, 35390, 35432, 35938,
35978, 35977, 36042, {f: 2, c: 36039}, 36036, 36018, 36035, 36034, 36037,
36321, 36319, 36328, 36335, 36339, 36346, 36330, 36324, 36326, 36530,
36611, 36617, 36606, 36618, 36767, 36786, 36939, 36938, 36947, 36930,
36948, 36924, 36949, 36944, 36935, 36943, 36942, 36941, 36945, 36926,
36929, 37138, 37143, 37228, 37226, 37225, 37321, 37431, 37463, 37432,
37437, 37440, 37438, 37467, 37451, 37476, 37457, 37428, 37449, 37453,
37445, 37433, 37439, 37466, 38296, 38552, {f: 2, c: 38548}, 38605, 38603,
{f: 2, c: 38601}, 38647, 38651, 38649, 38646, 38742, 38772, 38774,
{f: 2, c: 38928}, 38931, 38922, 38930, 38924, 39164, 39156,
{f: 2, c: 39165}, 39347, 39345, 39348, 39649, 40169, 40578, [12237, 40718],
[12238, 40723], [12239, 40736], 20711, 20718, 20709, 20694, [20717, 60903],
20698, 20693, 20687, 20689, 20721, 20686, 20713, 20834, 20979, 21123,
21122, 21297, 21421, 22014, 22016, 22043, 22039, 22013, 22036, 22022,
22025, {f: 2, c: 22029}, 22007, 22038, 22047, 22024, 22032, 22006, 22296,
22294, 22645, 22654, 22659, 22675, 22666, 22649, 22661, 22653, 22781,
22821, 22818, 22820, 22890, 22889, 23265, 23270, 23273, 23255, 23254,
23256, 23267, 23413, 23518, 23527, 23521, {f: 2, c: 23525}, 23528, 23522,
23524, 23519, 23565, 23650, 23940, 23943, 24155, 24163, 24149, 24151,
24148, 24275, 24278, 24330, 24390, 24432, 24505, 24903, 24895, 24907,
24951, {f: 2, c: 24930}, 24927, 24922, 24920, 24949, 25130, 25735, 25688,
25684, 25764, 25720, 25695, 25722, 25681, 25703, 25652, 25709, 25723,
25970, 26017, 26071, 26070, 26274, 26280, 26269, 27036, 27048, 27029,
27073, 27054, 27091, 27083, 27035, 27063, 27067, 27051, 27060, 27088,
27085, 27053, 27084, 27046, 27075, 27043, 27465, 27468, 27699, 28467,
28436, 28414, 28435, 28404, 28457, 28478, 28448, 28460, 28431, 28418,
28450, 28415, 28399, 28422, 28465, 28472, 28466, 28451, 28437, 28459,
28463, 28552, 28458, 28396, 28417, 28402, 28364, 28407, 29076, 29081,
29053, 29066, 29060, 29074, 29246, 29330, 29334, 29508, 29520, 29796,
29795, 29802, 29808, 29805, 29956, 30097, 30247, 30221, 30219, 30217,
30227, 30433, 30435, 30596, 30589, 30591, 30561, 30913, 30879, 30887,
30899, 30889, 30883, {f: 2, c: 31118}, 31117, 31278, 31281, 31402, 31401,
31469, 31471, 31649, 31637, 31627, 31605, 31639, 31645, 31636, 31631,
[31672, 58170], 31623, 31620, 31929, {f: 2, c: 31933}, 32187, 32176, 32156,
{f: 2, c: 32189}, 32160, 32202, 32180, 32178, 32177, 32186, 32162, 32191,
32181, 32184, 32173, [32210, 58202], 32199, 32172, 32624, {f: 2, c: 32736},
32735, 32862, 32858, 32903, 33104, 33152, 33167, 33160, 33162, 33151,
33154, 33255, 33274, 33287, 33300, 33310, 33355, 33993, 33983, 33990,
33988, 33945, 33950, 33970, 33948, 33995, 33976, 33984, 34003, 33936,
33980, 34001, 33994, 34623, 34588, 34619, 34594, 34597, 34612, 34584,
34645, 34615, 34601, 35059, 35074, 35060, 35065, 35064, 35069, 35048,
35098, 35055, 35494, 35468, 35486, 35491, 35469, 35489, 35475, 35492,
35498, 35493, 35496, 35480, 35473, 35482, 35495, 35946, 35981, 35980,
36051, {f: 2, c: 36049}, 36203, 36249, 36245, 36348, 36628, 36626, 36629,
36627, 36771, 36960, 36952, 36956, 36963, 36953, 36958, 36962, 36957,
36955, 37145, 37144, 37150, 37237, 37240, 37239, 37236, 37496, 37548,
37504, 37509, 37528, 37526, 37499, 37523, 37532, 37544, 37500, 37521,
38305, {f: 2, c: 38312}, 38307, 38309, 38308, 38553, 38556, 38555, 38604,
38610, 38656, 38780, 38789, 38902, {f: 2, c: 38935}, 39087, 39089, 39171,
39173, 39180, 39177, 39361, {f: 2, c: 39599}, 39654, {f: 2, c: 39745},
40180, 40182, 40179, 40636, [12240, 40763], [12241, 40778], 20740, 20736,
20731, 20725, 20729, 20738, {f: 2, c: 20744}, 20741, 20956,
{f: 3, c: 21127}, 21133, 21130, 21232, 21426, 22062, 22075, 22073, 22066,
22079, 22068, 22057, 22099, 22094, 22103, 22132, 22070, {f: 2, c: 22063},
22656, 22687, 22686, 22707, 22684, 22702, 22697, 22694, 22893, 23305,
23291, 23307, 23285, 23308, 23304, 23534, 23532, 23529, 23531,
{f: 2, c: 23652}, 23965, 23956, 24162, 24159, 24161, 24290, 24282, 24287,
24285, 24291, 24288, 24392, 24433, 24503, 24501, 24950, 24935, 24942,
24925, 24917, 24962, 24956, 24944, 24939, 24958, 24999, 24976, 25003,
24974, 25004, 24986, 24996, 24980, 25006, 25134, 25705, 25711, 25721,
25758, 25778, 25736, [25744, 57745], 25776, 25765, 25747, 25749, 25769,
25746, 25774, 25773, 25771, 25754, 25772, 25753, 25762, 25779, 25973,
{f: 2, c: 25975}, 26286, 26283, 26292, 26289, 27171, 27167, 27112, 27137,
27166, 27161, 27133, 27169, 27155, 27146, 27123, 27138, 27141, 27117,
27153, 27472, 27470, 27556, {f: 2, c: 27589}, 28479, 28540, 28548, 28497,
28518, 28500, 28550, 28525, 28507, 28536, 28526, 28558, 28538, 28528,
28516, 28567, 28504, 28373, 28527, 28512, 28511, 29087, 29100, 29105,
29096, 29270, 29339, 29518, 29527, 29801, 29835, 29827, 29822, 29824,
30079, 30240, 30249, 30239, 30244, 30246, {f: 2, c: 30241}, 30362, 30394,
30436, 30606, 30599, 30604, 30609, 30603, 30923, 30917, 30906, 30922,
30910, 30933, 30908, 30928, 31295, 31292, 31296, 31293, 31287, 31291,
31407, 31406, 31661, 31665, 31684, 31668, {f: 2, c: 31686}, 31681, 31648,
31692, 31946, 32224, 32244, 32239, 32251, 32216, 32236, 32221, 32232,
32227, 32218, 32222, 32233, 32158, 32217, 32242, 32249, 32629, 32631,
32687, 32745, 32806, {f: 3, c: 33179}, 33184, 33178, 33176, 34071, 34109,
34074, 34030, {f: 2, c: 34092}, 34067, 34065, 34083, 34081, 34068, 34028,
34085, 34047, 34054, 34690, 34676, 34678, 34656, 34662, 34680, 34664,
34649, 34647, 34636, 34643, 34907, 34909, 35088, 35079, {f: 2, c: 35090},
35093, 35082, 35516, 35538, 35527, 35524, 35477, 35531, 35576, 35506,
35529, 35522, 35519, 35504, 35542, 35533, 35510, 35513, 35547, 35916,
35918, 35948, 36064, 36062, 36070, 36068, {f: 2, c: 36076},
{f: 2, c: 36066}, 36060, 36074, 36065, 36205, 36255, 36259, 36395, 36368,
36381, 36386, 36367, 36393, 36383, 36385, 36382, 36538, 36637, 36635,
36639, 36649, 36646, 36650, 36636, 36638, 36645, 36969, 36974, 36968,
36973, 36983, 37168, 37165, 37159, 37169, 37255, 37257, 37259, 37251,
37573, 37563, 37559, 37610, 37604, 37569, 37555, 37564, 37586, 37575,
37616, 37554, 38317, 38321, 38660, {f: 2, c: 38662}, 38665, 38752, 38797,
38795, 38799, 38945, 38955, 38940, 39091, 39178, 39187, 39186, 39192,
39389, 39376, 39391, 39387, 39377, 39381, 39378, 39385, 39607,
{f: 2, c: 39662}, 39719, 39749, 39748, 39799, 39791, 40198, 40201, 40195,
40617, 40638, 40654, 22696, [12242, 40786], 20754, 20760, 20756, 20752,
20757, 20864, 20906, 20957, 21137, 21139, 21235, 22105, 22123, 22137,
22121, 22116, 22136, 22122, 22120, 22117, 22129, 22127, 22124, 22114,
22134, 22721, 22718, 22727, 22725, 22894, 23325, 23348, 23416, 23536,
23566, 24394, 25010, 24977, 25001, 24970, 25037, 25014, 25022, 25034,
25032, 25136, 25797, 25793, 25803, {f: 2, c: 25787}, 25818, 25796, 25799,
25794, 25805, 25791, 25810, 25812, 25790, 25972, 26310, 26313, 26297,
26308, 26311, 26296, 27197, 27192, 27194, 27225, 27243, 27224, 27193,
27204, 27234, 27233, 27211, 27207, 27189, 27231, 27208, 27481, 27511,
27653, 28610, 28593, 28577, 28611, 28580, 28609, 28583, 28595, 28608,
28601, [28598, 60318], 28582, 28576, 28596, 29118, 29129, 29136, 29138,
29128, 29141, 29113, 29134, 29145, 29148, {f: 2, c: 29123}, 29544, 29852,
29859, 29848, 29855, 29854, 29922, {f: 2, c: 29964}, 30260, 30264, 30266,
30439, 30437, 30624, {f: 2, c: 30622}, 30629, 30952, 30938, 30956, 30951,
31142, {f: 2, c: 31309}, 31302, 31308, 31307, 31418, 31705, 31761, 31689,
31716, 31707, 31713, 31721, 31718, {f: 2, c: 31957}, 32266, 32273, 32264,
32283, 32291, 32286, [32285, 58211], 32265, 32272, 32633, 32690,
{f: 2, c: 32752}, 32750, [32808, 58239], 33203, 33193, 33192, 33275, 33288,
{f: 2, c: 33368}, 34122, 34137, 34120, {f: 2, c: 34152}, 34115, 34121,
34157, 34154, 34142, 34691, 34719, 34718, 34722, 34701, 34913, 35114,
35122, 35109, 35115, 35105, 35242, [35238, 58391], 35558, 35578, 35563,
35569, 35584, 35548, 35559, 35566, 35582, {f: 2, c: 35585}, 35575, 35565,
35571, 35574, 35580, 35947, 35949, 35987, 36084, 36420, 36401, 36404,
36418, 36409, 36405, 36667, 36655, 36664, 36659, 36776, 36774, 36981,
36980, 36984, 36978, 36988, 36986, 37172, 37266, 37664, 37686, 37624,
37683, 37679, 37666, 37628, 37675, 37636, 37658, 37648, 37670, 37665,
37653, 37678, 37657, 38331, {f: 2, c: 38567}, 38570, 38613, 38670, 38673,
38678, 38669, 38675, 38671, 38747, [38748, 58565], 38758, 38808, 38960,
38968, 38971, 38967, 38957, 38969, 38948, 39184, 39208, 39198, 39195,
39201, 39194, 39405, 39394, 39409, 39608, 39612, 39675, 39661, 39720,
39825, 40213, 40227, 40230, 40232, 40210, 40219, 40664, 40660,
[12243, 40845], [12244, 40860], 20778, 20767, 20769, 20786, 21237, 22158,
22144, 22160, 22149, 22151, 22159, 22741, 22739, 22737, 22734, 23344,
23338, 23332, 23418, 23607, 23656, 23996, 23994, 23997, 23992, 24171,
24396, 24509, 25033, 25026, 25031, 25062, 25035, 25138, 25140, 25806,
25802, 25816, 25824, 25840, 25830, 25836, 25841, 25826, 25837,
{f: 2, c: 25986}, 26329, 26326, 27264, 27284, 27268, 27298, 27292, 27355,
27299, 27262, 27287, 27280, 27296, 27484, 27566, 27610, 27656, 28632,
28657, {f: 2, c: 28639}, 28635, 28644, 28651, 28655, 28544, 28652, 28641,
28649, 28629, 28654, 28656, 29159, [29151, 60361], 29166, 29158, 29157,
29165, 29164, 29172, 29152, 29237, 29254, 29552, 29554, 29865, 29872,
29862, 29864, 30278, 30274, 30284, 30442, 30643, 30634, 30640, 30636,
30631, 30637, 30703, 30967, 30970, 30964, 30959, 30977, 31143, 31146,
31319, 31423, 31751, 31757, 31742, 31735, 31756, 31712, 31968, 31964,
31966, 31970, 31967, 31961, 31965, 32302, 32318, 32326, 32311, 32306,
32323, 32299, 32317, 32305, 32325, 32321, 32308, 32313, 32328, 32309,
32319, 32303, 32580, 32755, 32764, {f: 2, c: 32881}, 32880, 32879, 32883,
33222, 33219, 33210, 33218, 33216, 33215, 33213, 33225, 33214, 33256,
33289, 33393, 34218, 34180, 34174, 34204, 34193, 34196, 34223, 34203,
34183, 34216, 34186, 34214, 34407, 34752, 34769, 34739, 34770, 34758,
34731, 34747, 34746, 34760, 34763, 35131, 35126, 35140, 35128, 35133,
35244, 35598, 35607, 35609, 35611, 35594, 35616, 35613, 35588, 35600,
35905, 35903, 35955, 36090, 36093, 36092, 36088, 36091, 36264, 36425,
36427, 36424, 36426, 36676, 36670, 36674, 36677, 36671, 36991, 36989,
36996, {f: 2, c: 36993}, 36992, 37177, 37283, 37278, 37276, 37709, 37762,
37672, 37749, 37706, 37733, 37707, 37656, 37758, 37740, 37723, 37744,
37722, 37716, {f: 3, c: 38346}, 38344, 38342, 38577, 38584, 38614, 38684,
38686, 38816, 38867, 38982, 39094, 39221, 39425, 39423, 39854, 39851,
39850, 39853, 40251, 40255, 40587, 40655, 40670, {f: 2, c: 40668}, 40667,
40766, 40779, 21474, 22165, 22190, 22745, 22744, 23352, 24413, 25059,
25139, 25844, 25842, 25854, 25862, {f: 2, c: 25850}, 25847, 26039, 26332,
26406, 27315, 27308, 27331, 27323, 27320, 27330, {f: 2, c: 27310}, 27487,
27512, 27567, 28681, 28683, 28670, 28678, 28666, 28689, 28687,
{f: 2, c: 29179}, 29182, 29176, 29559, 29557, 29863, 29887, 29973, 30294,
30296, 30290, 30653, 30655, {f: 2, c: 30651}, 30990, 31150,
{f: 2, c: 31329}, 31328, {f: 2, c: 31428}, 31787, 31783, 31786, 31774,
31779, 31777, 31975, {f: 2, c: 32340}, 32350, 32346, 32353, 32338, 32345,
32584, 32761, 32763, 32887, 32886, 33229, 33231, 33290, 34255, 34217,
34253, 34256, 34249, 34224, 34234, 34233, 34799, 34796, 34802, 34784,
35206, 35250, 35316, 35624, 35641, 35628, 35627, 35920, 36101, 36441,
36451, 36454, 36452, 36447, 36437, 36544, 36681, 36685, 36999, 36995,
37000, {f: 2, c: 37291}, 37328, 37780, 37770, 37782, 37794, 37811, 37806,
37804, 37808, 37784, 37786, 37783, 38356, 38358, 38352, 38357, 38626,
38620, 38617, 38619, 38622, 38692, 38819, 38822, 38829, 38905, 38989,
38991, 38988, 38990, 38995, 39098, {f: 2, c: 39230}, 39229, 39214, 39333,
39438, 39617, 39683, 39686, 39759, 39758, 39757, 39882, 39881, 39933,
39880, 39872, 40273, 40285, 40288, 40672, 40725, 40748, 20787, 22181,
22184, {f: 2, c: 22750}, 22754, 23541, 40848, 24300, 25074, 25079, 25078,
25077, 25856, 25871, 26336, 26333, 27365, 27357, 27354, 27347, 28699,
28703, 28712, 28698, 28701, 28693, 28696, 29190, 29197, 29272, 29346,
29560, 29562, 29885, 29898, 29923, 30087, 30086, 30303, 30305, 30663,
31001, 31153, 31339, 31337, {f: 2, c: 31806}, 31800, 31805, 31799, 31808,
32363, 32365, 32377, {f: 2, c: 32361}, 32371, 32645, 32694, 32697, 32696,
33240, 34281, 34269, 34282, 34261, {f: 2, c: 34276}, 34295, 34811, 34821,
34829, 34809, 34814, 35168, 35167, 35158, 35166, 35649, 35676, 35672,
35657, 35674, {f: 2, c: 35662}, 35654, 35673, 36104, 36106, 36476, 36466,
36487, 36470, 36460, 36474, 36468, 36692, 36686, 36781, {f: 2, c: 37002},
37297, 37294, 37857, 37841, 37855, 37827, 37832, {f: 2, c: 37852}, 37846,
37858, 37837, 37848, 37860, 37847, 37864, 38364, 38580, 38627, 38698,
38695, 38753, 38876, 38907, 39006, 39000, 39003, 39100, 39237, 39241,
39446, 39449, 39693, 39912, 39911, 39894, 39899, 40329, 40289, 40306,
40298, 40300, 40594, 40599, 40595, 40628, 21240, 22199, 22198, 22196,
22204, 22756, 23360, 23363, 23421, 23542, 24009, 25080, 25082, 25880,
25876, 25881, 26342, 26407, 27372, 28734, 28720, 28722, 29200, 29563,
29903, 30306, 30309, 31014, 31018, 31020, 31019, 31431, 31478, 31820,
31811, 31821, {f: 2, c: 31983}, 36782, 32381, 32380, 32386, 32588, 32768,
33242, 33382, 34299, 34297, 34321, 34298, 34310, 34315, 34311, 34314,
{f: 2, c: 34836}, 35172, 35258, 35320, 35696, 35692, 35686, 35695, 35679,
35691, 36111, 36109, 36489, 36481, 36485, 36482, 37300, 37323, 37912,
37891, 37885, 38369, 38704, 39108, 39250, 39249, 39336, 39467, 39472,
39479, 39477, 39955, 39949, 40569, 40629, 40680, 40751, 40799, 40803,
40801, {f: 2, c: 20791}, 22209, 22208, 22210, 22804, 23660, 24013, 25084,
25086, 25885, 25884, 26005, 26345, 27387, 27396, 27386, 27570, 28748,
29211, 29351, 29910, 29908, 30313, 30675, 31824, 32399, 32396, 32700,
34327, 34349, 34330, 34851, 34850, 34849, 34847, 35178, 35180, 35261,
35700, 35703, 35709, 36115, 36490, 36493, 36491, 36703, 36783, 37306,
37934, 37939, 37941, 37946, 37944, 37938, 37931, 38370, {f: 2, c: 38712},
38706, [38911, 58586], 39015, 39013, 39255, 39493, 39491, 39488, 39486,
39631, 39764, 39761, 39981, 39973, 40367, 40372, 40386, 40376, 40605,
40687, 40729, 40796, {f: 2, c: 40806}, 20796, 20795, 22216, 22218, 22217,
23423, 24020, 24018, 24398, 25087, 25892, 27402, 27489, 28753, 28760,
29568, 29924, 30090, 30318, 30316, 31155, 31840, 31839, 32894, 32893,
33247, 35186, 35183, 35324, 35712, {f: 2, c: 36118}, 36497, 36499, 36705,
37192, 37956, {f: 2, c: 37969}, {f: 2, c: 38717}, 38851, 38849, 39019,
39253, 39509, 39501, 39634, 39706, 40009, 39985, 39998, 39995, 40403,
40407, 40756, 40812, 40810, 40852, 22220, 24022, 25088, 25891, 25899,
25898, 26348, 27408, 29914, 31434, 31844, 31843, 31845, 32403, 32406,
32404, 33250, 34360, 34367, 34865, 35722, 37008, 37007, 37987, 37984,
37988, 38760, 39023, 39260, {f: 2, c: 39514}, 39511, {f: 2, c: 39635},
39633, 40020, 40023, 40022, 40421, 40607, 40692, 22225, 22761, 25900,
28766, {f: 2, c: 30321}, [30679, 60226], 32592, 32648, 34870, 34873, 34914,
35731, 35730, 35734, 33399, 36123, 37312, 37994, 38722, 38728, 38724,
38854, 39024, 39519, 39714, 39768, 40031, {f: 2, c: 40441},
{f: 2, c: 40572}, 40711, 40823, 40818, 24307, 27414, 28771, 31852, 31854,
34875, 35264, 36513, 37313, 38002, 38000, 39025, 39262, 39638, 39715,
40652, 28772, 30682, 35738, 38007, 38857, 39522, 39525, 32412, 35740,
36522, 37317, {f: 2, c: 38013}, 38012, {f: 2, c: 40055}, 40695, 35924,
38015, 40474, 29224, 39530, 39729, 40475, 40478, 31858, 20034, 20060,
[12048, 20981], [12053, 21274], [12058, 21378], 19975, 19980, 20039, 20109,
[12062, 22231], [12076, 23662], [12091, 24435], 19983, 20871, 19982, 20014,
20115, 20162, 20169, 20168, 20888, 21244, 21356, 21433, 22304, 22787,
22828, [23568, 60417], 24063, 26081, [12110, 27571], 27596, [12115, 27668],
[12121, 29247], 20017, 20028, 20200, 20188, 20201, 20193, 20189, 20186,
21004, 21001, 21276, 21324, {f: 2, c: 22306}, 22807, 22831, 23425, 23428,
23570, 23611, 23668, 23667, 24068, 24192, 24194, 24521, 25097, 25168,
27669, 27702, 27715, 27711, 27707, 29358, 29360, 29578, [12145, 31160],
32906, 38430, 20238, 20248, 20268, 20213, 20244, 20209, 20224, 20215,
20232, 20253, 20226, 20229, 20258, 20243, 20228, 20212, 20242, 20913,
21011, 21008, 21158, 21282, 21279, 21325, 21386, 21511, 22241, 22239,
22318, 22314, 22324, 22844, 22912, 22908, 22917, 22907, 22910, 22903,
22911, 23382, 23573, 23589, 23676, {f: 2, c: 23674}, 23678, 24031,
[24181, 57646], 24196, 24322, 24346, 24436, 24533, 24532, 24527, 25180,
25182, 25188, 25185, 25190, 25186, 25177, 25184, 25178, 25189, 25911,
26095, 26094, 26430, 26425, 26424, 26427, 26426, 26431, 26428, 26419,
27672, 27718, 27730, 27740, 27727, [27722, 60796], 27732, {f: 2, c: 27723},
28785, 29278, {f: 2, c: 29364}, 29582, 29994, 30335, 31349, [12153, 32593],
[12171, 33400], 33404, 33408, 33405, 33407, [12172, 34381], [12177, 35198],
37017, [37015, 59347], 37016, 37019, 37012, 38434, 38436, 38432, 38435,
20310, 20283, 20322, 20297, 20307, 20324, 20286, 20327, 20306, 20319,
20289, 20312, 20269, 20275, 20287, 20321, 20879, 20921, 21020, 21022,
21025, {f: 2, c: 21165}, 21257, 21347, 21362, {f: 2, c: 21390}, 21552,
21559, 21546, 21588, 21573, 21529, 21532, 21541, 21528, 21565, 21583,
21569, 21544, 21540, 21575, 22254, 22247, 22245, 22337, 22341, 22348,
22345, 22347, 22354, 22790, 22848, 22950, 22936, 22944, 22935, 22926,
22946, 22928, 22927, 22951, 22945, 23438, 23442, 23592, 23594, 23693,
23695, 23688, 23691, 23689, 23698, 23690, 23686, 23699, 23701, 24032,
24074, 24078, 24203, 24201, 24204, 24200, 24205, 24325, 24349, 24440,
24438, 24530, 24529, 24528, 24557, 24552, 24558, 24563, 24545, 24548,
24547, 24570, 24559, 24567, 24571, 24576, 24564, 25146, 25219, 25228,
{f: 2, c: 25230}, 25236, 25223, 25201, 25211, 25210, 25200, 25217, 25224,
25207, 25213, 25202, 25204, 26096, 26100, 26099, 26098, 26101, 26437,
26439, 26457, 26453, 26444, 26440, 26461, 26445, 26458, 26443, 27600,
{f: 2, c: 27673}, 27768, 27751, 27755, 27780, 27787, 27791, 27761, 27759,
27753, 27802, 27757, 27783, 27797, [27804, 57900], 27750, 27763, 27749,
27771, 27790, 28788, 28794, 29283, 29375, 29373, 29379, 29382, 29377,
29370, 29381, 29589, 29591, {f: 2, c: 29587}, 29586, 30010, 30009,
{f: 2, c: 30100}, 30337, 31037, 32820, 32917, 32921, 32912, 32914, 32924,
33424, 33423, 33413, 33422, 33425, 33427, 33418, {f: 2, c: 33411},
[12184, 35960], 36809, 36799, 37023, 37025, 37029, 37022, 37031, 37024,
38448, 38440, 38447, 38445, 20019, 20376, 20348, 20357, 20349, 20352,
20359, 20342, 20340, 20361, 20356, 20343, 20300, 20375, 20330, 20378,
20345, 20353, 20344, 20368, 20380, 20372, 20382, 20370, 20354, 20373,
20331, 20334, 20894, 20924, 20926, 21045, {f: 2, c: 21042}, 21062, 21041,
21180, {f: 2, c: 21258}, 21308, 21394, 21396, 21639, 21631, 21633, 21649,
21634, 21640, 21611, 21626, 21630, 21605, 21612, 21620, 21606, 21645,
21615, 21601, 21600, 21656, 21603, 21607, 21604, 22263, 22265, 22383,
22386, 22381, 22379, 22385, 22384, 22390, 22400, 22389, 22395,
{f: 2, c: 22387}, 22370, 22376, 22397, 22796, 22853, 22965, 22970, 22991,
22990, 22962, 22988, 22977, 22966, 22972, 22979, 22998, 22961, 22973,
22976, 22984, 22964, 22983, 23394, 23397, 23443, 23445, 23620, 23623,
23726, 23716, 23712, 23733, 23727, 23720, 23724, 23711, 23715, 23725,
23714, 23722, 23719, 23709, 23717, 23734, 23728, 23718, 24087, 24084,
24089, 24360, {f: 3, c: 24354}, 24404, 24450, 24446, 24445, 24542, 24549,
24621, 24614, 24601, 24626, 24587, 24628, 24586, 24599, 24627, 24602,
24606, 24620, 24610, 24589, 24592, 24622, 24595, 24593, 24588, 24585,
24604, 25108, 25149, 25261, 25268, 25297, 25278, 25258, 25270, 25290,
25262, 25267, 25263, 25275, 25257, 25264, 25272, 25917, 26024, 26043,
26121, 26108, 26116, 26130, 26120, 26107, 26115, 26123, 26125, 26117,
26109, 26129, 26128, 26358, 26378, 26501, 26476, 26510, 26514, 26486,
26491, 26520, 26502, 26500, 26484, 26509, 26508, 26490, 26527, 26513,
26521, 26499, 26493, 26497, {f: 2, c: 26488}, 26516, 27429, 27520, 27518,
27614, 27677, 27795, 27884, 27883, 27886, 27865, 27830, 27860, 27821,
27879, 27831, 27856, 27842, 27834, 27843, 27846, 27885, 27890, 27858,
27869, 27828, 27786, 27805, 27776, 27870, 27840, 27952, 27853, 27847,
27824, 27897, 27855, 27881, 27857, 28820, 28824, 28805, 28819, 28806,
28804, 28817, 28822, 28802, 28826, 28803, 29290, 29398, 29387, 29400,
29385, 29404, 29394, 29396, 29402, 29388, 29393, 29604, 29601, 29613,
29606, 29602, 29600, 29612, 29597, 29917, 29928, {f: 2, c: 30015}, 30014,
30092, 30104, 30383, 30451, 30449, 30448, 30453, 30712, 30716, 30713,
30715, 30714, 30711, 31042, 31039, 31173, 31352, 31355, 31483, 31861,
31997, 32821, 32911, 32942, 32931, 32952, 32949, 32941, 33312, 33440,
33472, 33451, 33434, 33432, 33435, 33461, 33447, 33454, 33468, 33438,
33466, 33460, 33448, 33441, 33449, 33474, 33444, 33475, 33462, 33442,
34416, 34415, {f: 2, c: 34413}, 35926, 36818, 36811, 36819, 36813, 36822,
36821, 36823, 37042, 37044, 37039, 37043, 37040, 38457, 38461, 38460,
38458, 38467, 20429, 20421, 20435, 20402, 20425, 20427, 20417, 20436,
20444, 20441, [20411, 60346], 20403, 20443, 20423, 20438, 20410, 20416,
20409, 20460, 21060, 21065, 21184, 21186, 21309, 21372, 21399, 21398,
21401, 21400, 21690, 21665, 21677, 21669, 21711, 21699, 33549, 21687,
21678, 21718, 21686, {f: 2, c: 21701}, 21664, 21616, 21692, 21666, 21694,
21618, 21726, 21680, 22453, {f: 2, c: 22430}, 22436, 22412, 22423, 22429,
22427, 22420, 22424, 22415, 22425, 22437, 22426, 22421, 22772, 22797,
22867, 23009, 23006, 23022, 23040, 23025, 23005, 23034, 23037, 23036,
23030, 23012, 23026, 23031, 23003, 23017, 23027, 23029, 23008, 23038,
23028, 23021, 23464, 23628, 23760, 23768, 23756, 23767, 23755, 23771,
23774, 23770, 23753, 23751, 23754, 23766, {f: 2, c: 23763}, 23759, 23752,
23750, 23758, 23775, 23800, 24057, {f: 3, c: 24097}, 24096, 24100, 24240,
24228, 24226, 24219, 24227, 24229, 24327, 24366, 24406, 24454, 24631,
24633, 24660, 24690, 24670, 24645, 24659, 24647, 24649, 24667, 24652,
24640, 24642, 24671, 24612, 24644, 24664, 24678, 24686, {f: 2, c: 25154},
25295, 25357, 25355, 25333, 25358, 25347, 25323, 25337, 25359, 25356,
25336, 25334, 25344, {f: 2, c: 25363}, 25338, 25365, 25339, 25328, 25921,
25923, 26026, 26047, 26166, 26145, 26162, 26165, 26140, 26150, 26146,
26163, 26155, 26170, 26141, 26164, 26169, 26158, {f: 2, c: 26383}, 26561,
26610, 26568, 26554, 26588, 26555, 26616, 26584, 26560, 26551, 26565,
26603, 26596, 26591, 26549, 26573, 26547, 26615, 26614, 26606, 26595,
26562, 26553, 26574, 26599, 26608, 26546, 26620, 26566, 26605, 26572,
26542, 26598, 26587, 26618, {f: 2, c: 26569}, 26563, 26602, 26571, 27432,
27522, 27524, 27574, 27606, 27608, 27616, {f: 2, c: 27680}, 27944, 27956,
27949, 27935, 27964, 27967, 27922, 27914, 27866, 27955, 27908, 27929,
27962, 27930, 27921, 27904, 27933, 27970, 27905, 27928, 27959, 27907,
27919, 27968, 27911, 27936, 27948, 27912, 27938, 27913, 27920, 28855,
28831, 28862, 28849, 28848, 28833, {f: 2, c: 28852}, 28841, 29249,
{f: 2, c: 29257}, 29292, 29296, 29299, 29294, 29386, 29412, 29416, 29419,
29407, 29418, 29414, 29411, 29573, 29644, 29634, 29640, 29637, 29625,
29622, 29621, 29620, 29675, 29631, 29639, 29630, 29635, 29638, 29624,
29643, 29932, 29934, 29998, {f: 2, c: 30023}, 30119, 30122, 30329, 30404,
30472, {f: 3, c: 30467}, 30474, 30455, 30459, 30458, {f: 2, c: 30695},
30726, {f: 2, c: 30737}, 30725, 30736, 30735, 30734, [30729, 58095], 30723,
30739, 31050, 31052, 31051, 31045, 31044, 31189, 31181, 31183, 31190,
31182, 31360, 31358, 31441, {f: 2, c: 31488}, 31866, {f: 2, c: 31864},
{f: 3, c: 31871}, 32003, 32008, 32001, 32600, 32657, 32653, 32702, 32775,
{f: 2, c: 32782}, 32788, 32823, 32984, 32967, 32992, 32977, 32968, 32962,
32976, 32965, 32995, 32985, 32988, 32970, 32981, 32969, 32975, 32983,
32998, 32973, 33279, 33313, 33428, 33497, 33534, 33529, 33543, 33512,
33536, 33493, 33594, 33515, 33494, 33524, 33516, 33505, 33522, 33525,
33548, 33531, 33526, 33520, 33514, 33508, 33504, 33530, 33523, 33517,
34423, 34420, 34428, 34419, 34881, 34894, 34919, 34922, 34921, 35283,
35332, 35335, 36210, 36835, 36833, 36846, 36832, 37105, 37053, 37055,
37077, 37061, 37054, 37063, 37067, 37064, [37332, 60294], 37331, 38484,
38479, 38481, 38483, 38474, 38478, 20510, 20485, 20487, 20499, 20514,
20528, 20507, 20469, 20468, 20531, 20535, 20524, {f: 2, c: 20470}, 20503,
20508, 20512, 20519, 20533, 20527, 20529, 20494, 20826, 20884, 20883,
20938, {f: 2, c: 20932}, 20936, 20942, 21089, 21082, 21074,
{f: 2, c: 21086}, 21077, 21090, 21197, 21262, 21406, 21798, 21730, 21783,
21778, 21735, 21747, 21732, 21786, 21759, 21764, 21768, 21739, 21777,
21765, 21745, 21770, 21755, {f: 2, c: 21751}, 21728, 21774, 21763, 21771,
{f: 2, c: 22273}, 22476, 22578, 22485, 22482, 22458, 22470, 22461, 22460,
22456, 22454, 22463, 22471, 22480, 22457, 22465, 22798, 22858, 23065,
23062, {f: 2, c: 23085}, 23061, 23055, 23063, 23050, 23070, 23091, 23404,
23463, 23469, 23468, 23555, 23638, 23636, 23788, 23807, 23790, 23793,
23799, 23808, 23801, 24105, 24104, 24232, 24238, 24234, 24236, 24371,
24368, 24423, 24669, 24666, 24679, 24641, 24738, 24712, 24704, 24722,
24705, 24733, 24707, 24725, 24731, 24727, 24711, 24732, 24718, 25113,
25158, 25330, 25360, 25430, 25388, {f: 2, c: 25412}, 25398, 25411, 25572,
25401, 25419, 25418, 25404, 25385, 25409, 25396, 25432, 25428, 25433,
25389, 25415, 25395, 25434, 25425, 25400, 25431, 25408, 25416, 25930,
25926, 26054, {f: 2, c: 26051}, 26050, 26186, 26207, 26183, 26193,
{f: 2, c: 26386}, 26655, 26650, 26697, {f: 2, c: 26674}, 26683, 26699,
26703, 26646, 26673, 26652, 26677, 26667, 26669, 26671, 26702, 26692,
26676, 26653, 26642, 26644, 26662, 26664, 26670, 26701, 26682, 26661,
26656, 27436, 27439, 27437, 27441, 27444, 27501, 32898, 27528, 27622,
27620, 27624, 27619, 27618, 27623, 27685, 28026, {f: 2, c: 28003}, 28022,
27917, 28001, 28050, 27992, 28002, 28013, 28015, 28049, 28045, 28143,
28031, 28038, 27998, [28007, 59078], 28000, 28055, 28016, 28028, 27999,
28034, 28056, 27951, 28008, 28043, 28030, 28032, 28036, 27926, 28035,
28027, 28029, 28021, 28048, 28892, 28883, 28881, 28893, 28875, 32569,
28898, 28887, 28882, 28894, 28896, 28884, 28877, {f: 3, c: 28869}, 28890,
28878, 28897, 29250, 29304, 29303, 29302, 29440, 29434, 29428, 29438,
29430, 29427, 29435, 29441, 29651, 29657, 29669, 29654, 29628, 29671,
29667, 29673, 29660, 29650, 29659, 29652, 29661, 29658, {f: 2, c: 29655},
29672, {f: 2, c: 29918}, {f: 2, c: 29940}, 29985, 30043, 30047, 30128,
30145, 30139, 30148, 30144, 30143, 30134, 30138, 30346, 30409, 30493,
30491, 30480, 30483, 30482, 30499, 30481, 30485, {f: 2, c: 30489}, 30498,
30503, 30755, 30764, 30754, 30773, 30767, 30760, 30766, 30763, 30753,
30761, 30771, 30762, 30769, 31060, 31067, 31055, 31068, 31059, 31058,
31057, {f: 2, c: 31211}, 31200, 31214, 31213, 31210, 31196, 31198, 31197,
31366, 31369, 31365, {f: 2, c: 31371}, 31370, 31367, 31448, 31504, 31492,
31507, 31493, 31503, 31496, 31498, 31502, 31497, 31506, 31876, 31889,
31882, 31884, 31880, 31885, 31877, 32030, 32029, 32017, 32014, 32024,
32022, 32019, 32031, 32018, 32015, 32012, 32604, 32609, 32606, 32608,
32605, 32603, 32662, 32658, 32707, 32706, 32704, 32790, 32830, 32825,
33018, 33010, 33017, 33013, 33025, 33019, 33024, 33281, 33327, 33317,
33587, 33581, 33604, 33561, 33617, 33573, 33622, 33599, 33601, 33574,
33564, 33570, 33602, 33614, 33563, 33578, 33544, 33596, 33613, 33558,
33572, 33568, 33591, 33583, 33577, 33607, 33605, 33612, 33619, 33566,
33580, 33611, 33575, 33608, 34387, 34386, 34466, 34472, 34454, 34445,
34449, 34462, 34439, 34455, 34438, 34443, 34458, 34437, 34469, 34457,
34465, 34471, 34453, 34456, 34446, 34461, 34448, 34452, {f: 2, c: 34883},
34925, {f: 2, c: 34933}, 34930, 34944, 34929, 34943, 34927, 34947, 34942,
34932, 34940, 35346, 35911, 35927, 35963, 36004, 36003, 36214, 36216,
36277, 36279, 36278, 36561, 36563, 36862, 36853, 36866, 36863, 36859,
36868, 36860, 36854, 37078, 37088, {f: 2, c: 37081}, 37091, 37087, 37093,
37080, 37083, 37079, 37084, 37092, 37200, {f: 2, c: 37198}, 37333, 37346,
37338, 38492, 38495, 38588, 39139, [12221, 39647], [12223, 39727], 20095,
20592, 20586, 20577, 20574, 20576, 20563, 20555, 20573, 20594, 20552,
20557, 20545, 20571, 20554, 20578, 20501, 20549, 20575, 20585, 20587,
{f: 2, c: 20579}, 20550, 20544, 20590, 20595, 20567, 20561, 20944, 21099,
21101, 21100, 21102, 21206, 21203, 21293, 21404, {f: 2, c: 21877}, 21820,
21837, 21840, 21812, 21802, 21841, 21858, 21814, 21813, 21808, 21842,
21829, 21772, 21810, 21861, 21838, 21817, 21832, 21805, 21819, 21824,
21835, 22282, 22279, 22523, 22548, 22498, 22518, 22492, 22516, 22528,
22509, 22525, 22536, 22520, 22539, 22515, 22479, 22535, 22510, 22499,
22514, 22501, 22508, 22497, 22542, 22524, 22544, 22503, 22529, 22540,
22513, 22505, 22512, 22541, 22532, 22876, 23136, 23128, 23125,
[23143, 60437], 23134, 23096, 23093, 23149, 23120, 23135, 23141, 23148,
23123, 23140, 23127, 23107, 23133, 23122, 23108, 23131, 23112, 23182,
23102, 23117, 23097, 23116, 23152, 23145, 23111, 23121, 23126, 23106,
23132, 23410, 23406, 23489, 23488, 23641, 23838, 23819, 23837, 23834,
23840, 23820, 23848, 23821, 23846, 23845, 23823, 23856, 23826, 23843,
23839, 23854, 24126, 24116, 24241, 24244, 24249, {f: 2, c: 24242}, 24374,
24376, 24475, 24470, 24479, 24714, 24720, 24710, 24766, 24752, 24762,
{f: 2, c: 24787}, 24783, 24804, 24793, 24797, 24776, 24753, 24795, 24759,
24778, 24767, 24771, 24781, 24768, 25394, 25445, 25482, 25474, 25469,
25533, 25502, 25517, 25501, 25495, 25515, 25486, 25455, 25479, 25488,
25454, 25519, 25461, 25500, 25453, 25518, 25468, 25508, 25403, 25503,
25464, 25477, 25473, 25489, 25485, 25456, 25939, 26061, 26213, 26209,
26203, 26201, 26204, 26210, 26392, 26745, 26759, 26768, 26780,
{f: 2, c: 26733}, 26798, 26795, 26966, 26735, 26787, 26796, 26793, 26741,
26740, 26802, 26767, 26743, 26770, 26748, 26731, 26738, 26794, 26752,
26737, 26750, 26779, 26774, 26763, 26784, 26761, 26788, 26744, 26747,
26769, 26764, 26762, 26749, 27446, 27443, {f: 2, c: 27447}, 27537, 27535,
{f: 2, c: 27533}, 27532, 27690, 28096, 28075, 28084, 28083, 28276, 28076,
28137, 28130, 28087, 28150, 28116, 28160, 28104, 28128, 28127, 28118,
28094, 28133, {f: 2, c: 28124}, 28123, 28148, 28106, 28093, 28141, 28144,
28090, 28117, 28098, 28111, 28105, 28112, 28146, 28115, 28157, 28119,
28109, 28131, 28091, 28922, 28941, 28919, 28951, 28916, 28940, 28912,
28932, 28915, 28944, 28924, 28927, 28934, 28947, 28928, 28920, 28918,
28939, 28930, 28942, 29310, {f: 2, c: 29307}, 29311, 29469, 29463, 29447,
29457, 29464, 29450, 29448, 29439, 29455, 29470, 29576, 29686, 29688,
29685, 29700, 29697, 29693, 29703, 29696, 29690, 29692, 29695, 29708,
29707, 29684, 29704, 30052, 30051, 30158, 30162, 30159, {f: 2, c: 30155},
30161, 30160, 30351, 30345, 30419, 30521, 30511, 30509, {f: 2, c: 30513},
30516, 30515, 30525, 30501, 30523, 30517, 30792, 30802, 30793, 30797,
30794, 30796, 30758, 30789, 30800, 31076, 31079, {f: 2, c: 31081}, 31075,
31083, 31073, 31163, 31226, 31224, {f: 2, c: 31222}, 31375, 31380, 31376,
31541, 31547, 31540, 31525, 31536, 31522, 31524, 31539, 31512, 31530,
31517, 31537, 31531, 31533, 31535, 31538, 31544, 31514, 31523, 31892,
31896, 31894, 31907, 32053, 32061, 32056, 32054, 32058, 32069, 32044,
32041, 32065, 32071, {f: 2, c: 32062}, 32074, 32059, 32040, 32611, 32661,
{f: 2, c: 32668}, 32667, {f: 2, c: 32714}, 32717, {f: 2, c: 32720}, 32711,
32719, 32713, 32799, 32798, 32795, 32839, 32835, 32840, 33048, 33061,
33049, 33051, 33069, 33055, 33068, 33054, 33057, 33045, 33063, 33053,
33058, 33297, 33336, 33331, 33338, 33332, 33330, 33396, 33680, 33699,
33704, 33677, 33658, 33651, 33700, 33652, 33679, 33665, 33685, 33689,
33653, 33684, 33705, 33661, 33667, 33676, 33693, 33691, 33706, 33675,
33662, 33701, 33711, 33672, 33687, 33712, 33663, 33702, 33671, 33710,
33654, 34393, 34390, 34495, 34487, 34498, 34497, 34501, 34490, 34480,
34504, 34489, 34483, 34488, 34508, 34484, {f: 2, c: 34491}, 34499,
{f: 2, c: 34493}, 34898, 34953, 34965, 34984, 34978, 34986, 34970, 34961,
34977, 34975, 34968, 34983, 34969, 34971, 34967, 34980, 34988, 34956,
34963, 34958, 35202, 35286, 35289, 35285, 35376, 35367, 35372, 35358,
35897, 35899, {f: 2, c: 35932}, 35965, 36005, 36221, 36219, 36217, 36284,
36290, 36281, 36287, 36289, 36568, 36574, 36573, 36572, 36567,
{f: 2, c: 36576}, 36900, 36875, 36881, 36892, 36876, 36897, 37103, 37098,
37104, 37108, {f: 2, c: 37106}, 37076, {f: 2, c: 37099}, 37097, 37206,
37208, 37210, 37203, 37205, 37356, 37364, 37361, 37363, 37368, 37348,
37369, {f: 2, c: 37354}, 37367, 37352, 37358, 38266, 38278, 38280, 38524,
38509, 38507, 38513, 38511, 38591, 38762, 38916, 39141, 39319, 20635,
20629, 20628, 20638, 20619, 20643, 20611, 20620, 20622, 20637, 20584,
20636, 20626, 20610, 20615, 20831, 20948, 21266, 21265, 21412, 21415,
21905, 21928, 21925, 21933, 21879, 22085, 21922, 21907, 21896, 21903,
21941, 21889, 21923, 21906, 21924, 21885, 21900, 21926, 21887, 21909,
21921, 21902, 22284, 22569, 22583, 22553, 22558, 22567, 22563, 22568,
22517, 22600, 22565, 22556, 22555, 22579, 22591, 22582, 22574, 22585,
22584, 22573, 22572, 22587, 22881, 23215, 23188, 23199, 23162, 23202,
23198, 23160, 23206, 23164, 23205, 23212, 23189, 23214, 23095, 23172,
23178, 23191, 23171, 23179, 23209, 23163, 23165, 23180, 23196, 23183,
23187, 23197, 23530, 23501, 23499, 23508, 23505, 23498, 23502, 23564,
23600, 23863, 23875, 23915, 23873, 23883, 23871, 23861, 23889, 23886,
23893, 23859, 23866, 23890, 23869, 23857, 23897, 23874, 23865, 23881,
23864, 23868, 23858, 23862, 23872, 23877, 24132, 24129, [24408, 57673],
24486, 24485, 24491, 24777, 24761, 24780, 24802, 24782, 24772, 24852,
24818, 24842, 24854, 24837, 24821, 24851, 24824, 24828, 24830, 24769,
24835, 24856, 24861, 24848, 24831, 24836, 24843, 25162, 25492, 25521,
25520, 25550, 25573, 25576, 25583, 25539, 25757, 25587, 25546, 25568,
25590, 25557, 25586, 25589, 25697, 25567, 25534, 25565, 25564, 25540,
25560, 25555, 25538, 25543, 25548, 25547, 25544, 25584, 25559, 25561,
25906, 25959, 25962, 25956, 25948, 25960, 25957, 25996, {f: 2, c: 26013},
26030, 26064, 26066, 26236, 26220, 26235, 26240, 26225, 26233, 26218,
26226, 26369, 26892, 26835, 26884, 26844, 26922, 26860, 26858, 26865,
26895, 26838, 26871, 26859, 26852, 26870, 26899, 26896, 26867, 26849,
26887, 26828, 26888, 26992, 26804, 26897, 26863, 26822, 26900, 26872,
26832, 26877, 26876, 26856, 26891, 26890, 26903, 26830, 26824,
{f: 2, c: 26845}, 26854, 26868, 26833, 26886, 26836, 26857, 26901, 26917,
26823, 27449, 27451, 27455, 27452, 27540, 27543, 27545, 27541, 27581,
27632, {f: 2, c: 27634}, 27696, 28156, {f: 2, c: 28230}, 28191, 28233,
28296, {f: 2, c: 28220}, 28229, 28258, 28203, 28223, 28225, 28253, 28275,
28188, 28211, 28235, 28224, 28241, 28219, 28163, 28206, 28254, 28264,
28252, 28257, 28209, 28200, 28256, 28273, 28267, 28217, 28194, 28208,
28243, 28261, 28199, 28280, 28260, 28279, 28245, 28281, 28242, 28262,
{f: 2, c: 28213}, 28250, 28960, 28958, 28975, 28923, 28974, 28977, 28963,
28965, 28962, 28978, 28959, 28968, 28986, 28955, 29259, 29274,
{f: 2, c: 29320}, 29318, 29317, 29323, 29458, 29451, 29488, 29474, 29489,
29491, 29479, 29490, 29485, 29478, 29475, 29493, 29452, 29742, 29740,
29744, 29739, 29718, 29722, 29729, 29741, 29745, 29732, 29731, 29725,
29737, 29728, 29746, 29947, 29999, 30063, 30060, 30183, 30170, 30177,
30182, 30173, 30175, 30180, 30167, 30357, 30354, 30426, {f: 2, c: 30534},
30532, 30541, 30533, 30538, 30542, {f: 2, c: 30539}, 30686, 30700, 30816,
{f: 2, c: 30820}, 30812, 30829, 30833, 30826, 30830, 30832, 30825, 30824,
30814, 30818, 31092, 31091, 31090, 31088, 31234, 31242, 31235, 31244,
31236, 31385, 31462, 31460, 31562, 31559, 31556, 31560, 31564, 31566,
31552, 31576, 31557, 31906, 31902, 31912, 31905, 32088, 32111, 32099,
32083, 32086, 32103, 32106, 32079, 32109, 32092, 32107, 32082, 32084,
32105, 32081, 32095, 32078, {f: 2, c: 32574}, {f: 2, c: 32613}, 32674,
{f: 2, c: 32672}, 32727, 32849, {f: 2, c: 32847}, 33022, 32980, 33091,
33098, 33106, 33103, 33095, 33085, 33101, 33082, 33254, 33262,
{f: 3, c: 33271}, 33284, {f: 2, c: 33340}, 33343, 33397, 33595,
[33743, 60382], 33785, 33827, 33728, 33768, 33810, 33767, 33764, 33788,
33782, 33808, 33734, 33736, 33771, 33763, 33727, 33793, 33757, 33765,
33752, 33791, 33761, 33739, 33742, 33750, 33781, 33737, 33801,
[33807, 58332], 33758, 33809, 33798, 33730, 33779, 33749, 33786, 33735,
33745, 33770, 33811, 33690, 33731, 33772, 33774, 33732, 33787, 33751,
33762, 33819, 33755, 33790, 34520, 34530, 34534, 34515, 34531, 34522,
34538, 34525, 34539, 34524, 34540, 34537, 34519, 34536, 34513, 34888,
34902, 34901, 35002, 35031, 35001, 35000, 35008, 35006, 34998, 35004,
34999, 35005, 34994, 35073, 35017, 35221, 35224, 35223, 35293,
{f: 2, c: 35290}, 35406, 35405, 35385, 35417, 35392, {f: 2, c: 35415},
{f: 2, c: 35396}, 35410, 35400, 35409, 35402, 35404, 35407, 35935, 35969,
35968, 36026, 36030, 36016, 36025, 36021, 36228, 36224, 36233, 36312,
36307, 36301, 36295, 36310, 36316, 36303, 36309, 36313, 36296, 36311,
36293, 36591, 36599, 36602, 36601, 36582, 36590, 36581, 36597,
{f: 2, c: 36583}, 36598, 36587, 36593, 36588, 36596, 36585, 36909, 36916,
36911, 37126, 37164, [37124, 60367], 37119, 37116, 37128, 37113, 37115,
37121, 37120, 37127, 37125, 37123, 37217, 37220, 37215, 37218, 37216,
37377, 37386, 37413, 37379, 37402, 37414, 37391, 37388, 37376, 37394,
37375, 37373, 37382, 37380, 37415, 37378, 37404, 37412, 37401, 37399,
37381, 37398, 38267, 38285, 38284, 38288, 38535, 38526, {f: 2, c: 38536},
38531, 38528, 38594, 38600, 38595, 38641, 38640, 38764, 38768, 38766,
38919, 39081, 39147, 40166, [12235, 40697], {f: 2, c: 20099}, 20150, 20669,
20671, 20678, 20654, 20676, 20682, 20660, 20680, 20674, 20656, 20673,
20666, 20657, 20683, 20681, 20662, 20664, 20951, 21114, 21112,
{f: 2, c: 21115}, 21955, 21979, 21964, 21968, 21963, 21962, 21981,
[21952, 64013], 21972, 21956, 21993, 21951, 21970, 21901, 21967, 21973,
21986, 21974, 21960, 22002, 21965, 21977, 21954, 22292, 22611, 22632,
22628, 22607, 22605, 22601, 22639, 22613, 22606, 22621, 22617, 22629,
22619, 22589, 22627, 22641, 22780, 23239, 23236, 23243, 23226, 23224,
23217, 23221, 23216, 23231, 23240, 23227, 23238, 23223, 23232, 23242,
23220, 23222, 23245, 23225, 23184, 23510, {f: 2, c: 23512}, 23583, 23603,
23921, 23907, 23882, 23909, 23922, 23916, 23902, 23912, 23911, 23906,
24048, 24143, 24142, 24138, 24141, 24139, 24261, 24268, 24262, 24267,
24263, 24384, 24495, 24493, 24823, {f: 2, c: 24905}, 24875, 24901, 24886,
24882, 24878, 24902, 24879, 24911, 24873, 24896, 25120, 37224, 25123,
25125, 25124, 25541, 25585, 25579, 25616, 25618, 25609, 25632, 25636,
25651, 25667, 25631, 25621, 25624, 25657, 25655, {f: 2, c: 25634}, 25612,
25638, 25648, 25640, 25665, 25653, 25647, 25610, 25626, 25664, 25637,
25639, 25611, 25575, 25627, 25646, 25633, 25614, 25967, 26002, 26067,
26246, 26252, 26261, 26256, 26251, 26250, 26265, 26260, 26232, 26400,
26982, 26975, 26936, 26958, 26978, 26993, 26943, 26949, 26986, 26937,
26946, 26967, 26969, 27002, {f: 2, c: 26952}, 26933, 26988, 26931, 26941,
26981, 26864, 27000, 26932, 26985, 26944, 26991, 26948, 26998, 26968,
26945, 26996, 26956, 26939, 26955, 26935, 26972, 26959, 26961, 26930,
26962, 26927, 27003, 26940, 27462, 27461, 27459, 27458, 27464, 27457,
27547, {f: 2, c: 27643}, 27641, {f: 2, c: 27639}, 28315, 28374, 28360,
28303, 28352, 28319, {f: 2, c: 28307}, 28320, 28337, 28345, 28358, 28370,
28349, 28353, 28318, 28361, 28343, 28336, 28365, 28326, 28367, 28338,
28350, 28355, 28380, 28376, 28313, 28306, 28302, 28301, 28324, 28321,
28351, 28339, 28368, 28362, 28311, 28334, 28323, 28999, 29012, 29010,
29027, 29024, 28993, 29021, [29026, 61080], 29042, 29048, 29034, 29025,
28994, 29016, 28995, 29003, 29040, 29023, 29008, 29011, 28996, 29005,
29018, 29263, 29325, 29324, 29329, 29328, 29326, 29500, 29506, 29499,
29498, 29504, 29514, 29513, 29764, {f: 2, c: 29770}, 29778, 29777, 29783,
29760, {f: 2, c: 29775}, 29774, 29762, 29766, 29773, 29780, 29921, 29951,
29950, 29949, 29981, 30073, 30071, 27011, 30191, 30223, 30211, 30199,
30206, 30204, [30201, 60782], 30200, 30224, 30203, 30198, 30189, 30197,
30205, 30361, 30389, 30429, 30549, {f: 2, c: 30559}, 30546, 30550, 30554,
30569, 30567, 30548, 30553, 30573, 30688, 30855, 30874, 30868, 30863,
30852, 30869, {f: 2, c: 30853}, 30881, 30851, 30841, 30873, 30848, 30870,
30843, 31100, 31106, 31101, 31097, 31249, {f: 2, c: 31256}, 31250, 31255,
31253, 31266, 31251, 31259, 31248, 31395, 31394, 31390, 31467, 31590,
31588, 31597, 31604, 31593, 31602, 31589, 31603, 31601, 31600, 31585,
31608, 31606, 31587, 31922, 31924, 31919, 32136, 32134, 32128, 32141,
32127, 32133, 32122, 32142, 32123, 32131, 32124, 32140, 32148, 32132,
32125, 32146, 32621, 32619, {f: 2, c: 32615}, 32620, 32678, 32677, 32679,
{f: 2, c: 32731}, 32801, 33124, 33120, 33143, 33116, 33129, 33115, 33122,
33138, 26401, 33118, 33142, 33127, 33135, 33092, 33121, 33309, 33353,
33348, 33344, 33346, 33349, 34033, 33855, 33878, 33910, 33913, 33935,
33933, 33893, 33873, 33856, 33926, 33895, 33840, 33869, 33917, 33882,
33881, 33908, 33907, 33885, 34055, 33886, 33847, 33850, 33844, 33914,
33859, 33912, 33842, 33861, 33833, 33753, 33867, 33839, 33858, 33837,
33887, 33904, 33849, 33870, 33868, 33874, 33903, 33989, 33934, 33851,
33863, 33846, 33843, 33896, 33918, 33860, 33835, 33888, 33876, 33902,
33872, 34571, 34564, 34551, 34572, 34554, 34518, 34549, 34637, 34552,
34574, 34569, 34561, 34550, 34573, 34565, 35030, 35019, {f: 2, c: 35021},
35038, 35035, 35034, 35020, 35024, 35205, 35227, 35295, 35301, 35300,
35297, 35296, 35298, 35292, 35302, 35446, 35462, 35455, 35425, 35391,
35447, 35458, 35460, 35445, 35459, 35457, 35444, 35450, 35900, 35915,
35914, 35941, 35940, 35942, 35974, {f: 2, c: 35972}, 36044,
{f: 2, c: 36200}, 36241, 36236, {f: 2, c: 36238}, 36237, {f: 2, c: 36243},
36240, 36242, 36336, 36320, 36332, 36337, 36334, 36304, 36329, 36323,
36322, 36327, 36338, 36331, 36340, 36614, 36607, 36609, 36608, 36613,
{f: 2, c: 36615}, 36610, [36619, 60507], 36946, 36927, 36932, 36937, 36925,
37136, 37133, 37135, 37137, 37142, 37140, 37131, 37134, {f: 2, c: 37230},
37448, 37458, 37424, 37434, 37478, 37427, 37477, 37470, 37507, 37422,
37450, 37446, 37485, 37484, 37455, 37472, 37479, 37487, 37430, 37473,
37488, 37425, 37460, 37475, 37456, 37490, 37454, 37459, 37452, 37462,
37426, 38303, 38300, 38302, 38299, {f: 2, c: 38546}, 38545, 38551, 38606,
38650, 38653, 38648, 38645, 38771, {f: 2, c: 38775}, 38770, 38927,
{f: 2, c: 38925}, 39084, 39158, 39161, 39343, 39346, 39344, 39349, 39597,
39595, 39771, 40170, 40173, 40167, 40576, [12236, 40701], 20710, 20692,
20695, 20712, 20723, 20699, 20714, 20701, 20708, 20691, 20716, 20720,
20719, 20707, 20704, 20952, {f: 2, c: 21120}, 21225, 21227, 21296, 21420,
22055, 22037, 22028, 22034, 22012, 22031, 22044, 22017, 22035, 22018,
22010, 22045, 22020, 22015, 22009, 22665, 22652, 22672, 22680, 22662,
22657, 22655, 22644, 22667, 22650, 22663, 22673, 22670, 22646, 22658,
22664, 22651, 22676, 22671, 22782, 22891, 23260, 23278, 23269, 23253,
23274, 23258, 23277, 23275, 23283, 23266, 23264, 23259, 23276, 23262,
23261, 23257, 23272, 23263, 23415, 23520, 23523, 23651, 23938, 23936,
23933, 23942, 23930, 23937, 23927, 23946, 23945, 23944, 23934, 23932,
23949, 23929, 23935, {f: 2, c: 24152}, 24147, 24280, 24273, 24279, 24270,
24284, 24277, 24281, 24274, 24276, 24388, 24387, 24431, 24502, 24876,
24872, 24897, 24926, 24945, 24947, {f: 2, c: 24914}, 24946, 24940, 24960,
24948, 24916, 24954, 24923, 24933, 24891, 24938, 24929, 24918, 25129,
25127, 25131, 25643, 25677, 25691, 25693, 25716, 25718, {f: 2, c: 25714},
25725, 25717, 25702, 25766, 25678, 25730, 25694, 25692, 25675, 25683,
25696, 25680, 25727, 25663, 25708, 25707, 25689, 25701, 25719, 25971,
26016, 26273, 26272, 26271, 26373, 26372, 26402, 27057, 27062, 27081,
27040, 27086, 27030, 27056, 27052, 27068, 27025, 27033, 27022, 27047,
27021, 27049, 27070, 27055, 27071, 27076, 27069, 27044, 27092, 27065,
27082, 27034, 27087, 27059, 27027, 27050, 27041, 27038, 27097, 27031,
27024, 27074, 27061, 27045, 27078, 27466, 27469, 27467, {f: 3, c: 27550},
{f: 2, c: 27587}, 27646, 28366, 28405, 28401, 28419, 28453, 28408, 28471,
28411, 28462, 28425, 28494, {f: 2, c: 28441}, 28455, 28440, 28475, 28434,
28397, 28426, 28470, 28531, 28409, 28398, 28461, 28480, 28464, 28476,
28469, 28395, 28423, 28430, 28483, 28421, 28413, 28406, 28473, 28444,
28412, 28474, 28447, 28429, 28446, 28424, 28449, 29063, 29072, 29065,
29056, 29061, 29058, 29071, 29051, 29062, 29057, 29079, 29252, 29267,
29335, 29333, 29331, 29507, 29517, 29521, 29516, 29794, 29811, 29809,
29813, 29810, 29799, 29806, 29952, {f: 2, c: 29954}, 30077, 30096, 30230,
30216, 30220, 30229, 30225, 30218, 30228, 30392, 30593, 30588, 30597,
30594, 30574, 30592, 30575, 30590, 30595, 30898, 30890, 30900, 30893,
30888, 30846, 30891, 30878, 30885, 30880, 30892, 30882, 30884, 31128,
{f: 2, c: 31114}, 31126, 31125, 31124, 31123, 31127, 31112, 31122, 31120,
31275, 31306, 31280, 31279, 31272, 31270, 31400, {f: 2, c: 31403}, 31470,
31624, 31644, 31626, 31633, 31632, 31638, 31629, 31628, 31643, 31630,
31621, 31640, 21124, 31641, 31652, 31618, 31931, 31935, 31932, 31930,
32167, 32183, 32194, 32163, 32170, 32193, 32192, 32197, 32157, 32206,
32196, 32198, {f: 2, c: 32203}, 32175, 32185, 32150, 32188, 32159, 32166,
32174, 32169, 32161, 32201, 32627, {f: 2, c: 32738}, 32741, 32734, 32804,
32861, 32860, 33161, 33158, 33155, 33159, 33165, 33164, 33163, 33301,
33943, 33956, 33953, 33951, 33978, 33998, 33986, 33964, 33966, 33963,
33977, 33972, 33985, 33997, 33962, 33946, 33969, 34000, 33949, 33959,
33979, 33954, 33940, 33991, 33996, 33947, 33961, 33967, [33960, 58327],
34006, 33944, 33974, 33999, 33952, 34007, 34004, 34002, 34011, 33968,
33937, 34401, 34611, 34595, 34600, 34667, 34624, 34606, 34590, 34593,
34585, 34587, 34627, 34604, 34625, 34622, 34630, 34592, 34610, 34602,
34605, 34620, 34578, 34618, 34609, 34613, 34626, {f: 2, c: 34598}, 34616,
34596, 34586, 34608, 34577, 35063, 35047, {f: 2, c: 35057}, 35066, 35070,
35054, 35068, 35062, 35067, 35056, 35052, 35051, 35229, 35233, 35231,
35230, 35305, 35307, 35304, 35499, 35481, 35467, 35474, 35471, 35478,
35901, {f: 2, c: 35944}, 36053, 36047, 36055, 36246, 36361, 36354, 36351,
36365, 36349, 36362, 36355, 36359, 36358, 36357, 36350, 36352, 36356,
{f: 2, c: 36624}, 36622, 36621, 37155, 37148, 37152, 37154, 37151, 37149,
37146, 37156, 37153, 37147, 37242, 37234, 37241, 37235, 37541, 37540,
37494, 37531, 37498, 37536, 37524, 37546, 37517, 37542, 37530, 37547,
37497, 37527, 37503, 37539, 37614, 37518, 37506, 37525, 37538, 37501,
37512, 37537, 37514, 37510, 37516, 37529, 37543, 37502, 37511, 37545,
37533, 37515, 37421, 38558, 38561, 38655, 38744, 38781, 38778, 38782,
38787, 38784, 38786, 38779, 38788, 38785, 38783, 38862, 38861, 38934,
{f: 2, c: 39085}, 39170, 39168, 39175, 39325, 39324, 39363, 39353, 39355,
39354, 39362, 39357, 39367, 39601, 39651, 39655, {f: 2, c: 39742},
{f: 2, c: 39776}, 39775, {f: 2, c: 40177}, 40181, 40615, 20735, 20739,
20784, 20728, {f: 2, c: 20742}, 20726, 20734, {f: 2, c: 20747}, 20733,
20746, {f: 2, c: 21131}, 21233, 21231, 22088, 22082, 22092, 22069, 22081,
22090, 22089, 22086, 22104, 22106, 22080, 22067, 22077, 22060, 22078,
22072, 22058, 22074, 22298, 22699, 22685, 22705, 22688, 22691, 22703,
22700, 22693, 22689, 22783, 23295, 23284, 23293, 23287, 23286, 23299,
23288, 23298, 23289, 23297, 23303, 23301, 23311, 23655, 23961, 23959,
23967, 23954, 23970, 23955, 23957, 23968, 23964, 23969, 23962, 23966,
24169, 24157, 24160, 24156, 32243, 24283, 24286, 24289, 24393, 24498,
24971, 24963, 24953, 25009, 25008, 24994, 24969, 24987, 24979, 25007,
25005, 24991, 24978, 25002, 24993, 24973, 24934, 25011, 25133, 25710,
25712, 25750, 25760, 25733, 25751, 25756, 25743, 25739, 25738, 25740,
25763, 25759, 25704, 25777, 25752, 25974, 25978, 25977, 25979,
{f: 2, c: 26034}, 26293, 26288, 26281, 26290, 26295, 26282, 26287, 27136,
27142, 27159, 27109, 27128, 27157, 27121, 27108, 27168, 27135, 27116,
27106, 27163, 27165, 27134, 27175, 27122, 27118, 27156, 27127, 27111,
27200, 27144, 27110, 27131, 27149, 27132, 27115, 27145, 27140, 27160,
27173, 27151, 27126, 27174, 27143, 27124, 27158, 27473, 27557, 27555,
27554, 27558, 27649, 27648, 27647, 27650, 28481, 28454, 28542, 28551,
28614, 28562, 28557, 28553, 28556, 28514, 28495, 28549, 28506, 28566,
28534, 28524, 28546, 28501, 28530, 28498, 28496, 28503, 28564, 28563,
28509, 28416, 28513, 28523, 28541, 28519, 28560, 28499, 28555, 28521,
28543, 28565, 28515, 28535, 28522, 28539, 29106, 29103, 29083, 29104,
29088, 29082, 29097, 29109, 29085, 29093, 29086, 29092, 29089, 29098,
29084, 29095, 29107, 29336, 29338, 29528, 29522, {f: 3, c: 29534}, 29533,
29531, 29537, 29530, 29529, 29538, 29831, {f: 2, c: 29833}, 29830, 29825,
29821, 29829, 29832, 29820, [29817, 58868], 29960, 29959, 30078, 30245,
30238, 30233, 30237, 30236, 30243, 30234, 30248, 30235, {f: 3, c: 30364},
30363, 30605, 30607, 30601, 30600, 30925, 30907, 30927, 30924, 30929,
30926, 30932, 30920, {f: 2, c: 30915}, 30921, 31130, 31137, 31136, 31132,
31138, [31131, 59175], 27510, 31289, 31410, 31412, 31411, 31671, 31691,
31678, 31660, 31694, 31663, 31673, 31690, 31669, 31941, 31944, 31948,
31947, 32247, 32219, 32234, 32231, 32215, 32225, 32259, 32250, 32230,
32246, 32241, 32240, 32238, 32223, 32630, 32684, 32688, 32685, 32749,
32747, 32746, 32748, 32742, 32744, 32868, 32871, 33187, 33183, 33182,
33173, 33186, 33177, 33175, 33302, 33359, 33363, 33362, 33360, 33358,
33361, 34084, 34107, 34063, 34048, 34089, 34062, 34057, 34061, 34079,
34058, 34087, 34076, 34043, 34091, 34042, 34056, 34060, 34036, 34090,
34034, 34069, 34039, 34027, 34035, 34044, 34066, 34026, 34025, 34070,
34046, 34088, 34077, 34094, 34050, 34045, 34078, 34038, 34097, 34086,
{f: 2, c: 34023}, 34032, 34031, 34041, 34072, 34080, 34096, 34059, 34073,
34095, 34402, 34646, {f: 2, c: 34659}, 34679, 34785, 34675, 34648, 34644,
34651, 34642, 34657, 34650, 34641, 34654, 34669, 34666, 34640, 34638,
34655, 34653, 34671, 34668, 34682, 34670, 34652, 34661, 34639, 34683,
34677, 34658, 34663, 34665, 34906, 35077, 35084, 35092, 35083,
{f: 3, c: 35095}, 35078, 35094, 35089, 35086, 35081, 35234, 35236, 35235,
35309, 35312, 35308, 35535, 35526, 35512, 35539, 35537, {f: 2, c: 35540},
35515, 35543, 35518, 35520, 35525, 35544, 35523, 35514, 35517, 35545,
35902, 35917, 35983, 36069, 36063, 36057, 36072, 36058, 36061, 36071,
36256, 36252, 36257, 36251, 36384, 36387, 36389, 36388, 36398, 36373,
36379, 36374, 36369, 36377, {f: 2, c: 36390}, 36372, 36370, 36376, 36371,
36380, 36375, 36378, 36652, 36644, 36632, 36634, 36640, 36643,
{f: 2, c: 36630}, 36979, 36976, 36975, 36967, 36971, 37167, 37163,
{f: 2, c: 37161}, 37170, 37158, 37166, {f: 2, c: 37253}, 37258,
{f: 2, c: 37249}, 37252, 37248, 37584, {f: 2, c: 37571}, 37568, 37593,
37558, 37583, 37617, 37599, 37592, 37609, 37591, 37597, 37580, 37615,
37570, 37608, 37578, 37576, 37582, 37606, 37581, 37589, 37577, 37600,
37598, 37607, 37585, 37587, 37557, 37601, 37669, 37574, 37556, 38268,
38316, 38315, 38318, 38320, 38564, 38562, 38611, 38661, 38664, 38658,
38746, 38794, 38798, 38792, 38864, 38863, 38942, 38941, 38950, 38953,
38952, 38944, 38939, 38951, 39090, 39176, 39162, 39185, 39188,
{f: 2, c: 39190}, 39189, 39388, 39373, 39375, {f: 2, c: 39379}, 39374,
39369, [39382, 60270], 39384, 39371, 39383, 39372, 39603, 39660, 39659,
39667, 39666, 39665, 39750, 39747, 39783, 39796, 39793, 39782, 39798,
39797, 39792, 39784, 39780, 39788, 40188, 40186, 40189, 40191, 40183,
40199, 40192, 40185, 40187, 40200, 40197, 40196, 40579, 40659,
{f: 2, c: 40719}, 20764, 20755, 20759, 20762, 20753, 20958, 21300, 21473,
22128, 22112, 22126, 22131, 22118, 22115, 22125, 22130, 22110, 22135,
22300, 22299, 22728, 22717, 22729, 22719, 22714, 22722, 22716, 22726,
23319, 23321, 23323, 23329, 23316, 23315, 23312, 23318, [23336, 59539],
23322, 23328, 23326, 23535, 23980, 23985, 23977, 23975, 23989, 23984,
23982, 23978, 23976, 23986, 23981, 23983, 23988, {f: 2, c: 24167}, 24166,
24175, 24297, 24295, 24294, 24296, 24293, 24395, 24508, 24507, 24989,
25000, 24982, 25029, 25012, 25030, 25025, 25036, 25018, 25023, 25016,
24972, 25815, 25814, 25808, 25807, 25801, 25789, 25737, 25795, 25819,
25843, 25817, 25907, 25983, 25980, 26018, 26312, 26302, 26304,
{f: 2, c: 26314}, 26319, 26301, 26299, 26298, 26316, 26403, 27188, 27238,
27209, 27239, 27186, 27240, 27198, 27229, 27245, 27254, 27227, 27217,
27176, 27226, 27195, 27199, 27201, 27242, 27236, 27216, 27215, 27220,
27247, 27241, 27232, 27196, 27230, 27222, 27221, {f: 2, c: 27213}, 27206,
27477, 27476, 27478, 27559, {f: 2, c: 27562}, 27592, 27591, 27652, 27651,
27654, 28589, 28619, 28579, 28615, 28604, 28622, 28616, 28510, 28612,
28605, 28574, 28618, 28584, 28676, 28581, 28590, 28602, 28588, 28586,
28623, 28607, 28600, 28578, 28617, 28587, 28621, 28591, 28594, 28592,
29125, 29122, 29119, 29112, 29142, {f: 2, c: 29120}, 29131, 29140, 29130,
29127, 29135, 29117, 29144, 29116, 29126, {f: 2, c: 29146},
{f: 2, c: 29341}, 29545, {f: 2, c: 29542}, 29548, 29541, 29547, 29546,
29823, 29850, 29856, 29844, 29842, 29845, 29857, 29963, 30080, 30255,
30253, 30257, 30269, 30259, 30268, 30261, 30258, 30256, 30395, 30438,
30618, 30621, 30625, 30620, 30619, {f: 2, c: 30626}, 30613, 30617, 30615,
30941, 30953, 30949, 30954, 30942, 30947, 30939, {f: 2, c: 30945}, 30957,
{f: 2, c: 30943}, 31140, 31300, 31304, 31303, 31414, 31416, 31413, 31409,
31415, 31710, 31715, 31719, 31709, 31701, 31717, 31706, 31720, 31737,
31700, 31722, 31714, 31708, 31723, 31704, 31711, 31954, 31956, 31959,
{f: 2, c: 31952}, 32274, 32289, 32279, 32268, {f: 2, c: 32287}, 32275,
32270, 32284, 32277, 32282, 32290, 32267, 32271, 32278, 32269, 32276,
32293, 32292, 32579, {f: 2, c: 32635}, 32634, 32689, 32751, 32810, 32809,
32876, 33201, 33190, 33198, 33209, 33205, 33195, 33200, 33196, 33204,
33202, 33207, 33191, 33266, {f: 3, c: 33365}, 34134, 34117, 34155, 34125,
34131, 34145, 34136, 34112, 34118, 34148, 34113, 34146, 34116, 34129,
34119, 34147, 34110, 34139, 34161, 34126, 34158, 34165, 34133, 34151,
34144, 34188, 34150, 34141, 34132, 34149, 34156, 34403, 34405, 34404,
34724, 34715, 34703, 34711, 34707, 34706, 34696, 34689, 34710, 34712,
34681, 34695, 34723, 34693, {f: 2, c: 34704}, 34717, 34692, 34708, 34716,
34714, 34697, 35102, 35110, 35120, {f: 2, c: 35117}, 35111, 35121, 35106,
35113, 35107, 35119, 35116, 35103, 35313, 35552, 35554, 35570,
{f: 2, c: 35572}, 35549, 35604, 35556, 35551, 35568, 35528, 35550, 35553,
35560, 35583, 35567, 35579, {f: 2, c: 35985}, 35984, 36085, 36078, 36081,
36080, 36083, 36204, 36206, 36261, 36263, 36403, 36414, 36408, 36416,
36421, 36406, {f: 2, c: 36412}, 36417, 36400, 36415, 36541, [36662, 60329],
36654, 36661, 36658, 36665, 36663, 36660, 36982, 36985, 36987, 36998,
37114, 37171, {f: 2, c: 37173}, 37267, {f: 2, c: 37264}, 37261, 37263,
37671, 37662, 37640, 37663, 37638, 37647, 37754, 37688, 37692, 37659,
37667, 37650, 37633, 37702, 37677, 37646, 37645, 37579, 37661, 37626,
37651, 37625, 37623, 37684, 37634, 37668, 37631, 37673, 37689, 37685,
37674, 37652, 37644, 37643, 37630, 37641, 37632, 37627, 37654, 38332,
38349, 38334, {f: 2, c: 38329}, 38326, 38335, 38325, 38333, 38569, 38612,
38667, 38674, 38672, 38809, 38807, 38804, 38896, 38904, 38965, 38959,
38962, 39204, 39199, 39207, 39209, 39326, 39406, 39404, 39397, 39396,
39408, 39395, 39402, 39401, 39399, 39609, 39615, 39604, 39611, 39670,
39674, 39673, 39671, 39731, 39808, 39813, 39815, 39804, 39806, 39803,
39810, 39827, 39826, 39824, 39802, 39829, 39805, 39816, 40229, 40215,
40224, 40222, 40212, 40233, 40221, 40216, 40226, 40208, 40217, 40223,
40584, {f: 2, c: 40582}, 40622, 40621, {f: 2, c: 40661}, 40698, 40722,
40765, 20774, 20773, 20770, 20772, 20768, 20777, 21236, 22163,
{f: 2, c: 22156}, 22150, 22148, 22147, 22142, 22146, 22143, 22145, 22742,
22740, 22735, 22738, 23341, 23333, 23346, 23331, 23340, 23335, 23334,
23343, 23342, 23419, {f: 2, c: 23537}, 23991, 24172, 24170, 24510, 25027,
25013, 25020, 25063, 25056, 25061, 25060, 25064, 25054, 25839, 25833,
25827, 25835, 25828, 25832, 25985, 25984, 26038, 26074, 26322, 27277,
27286, 27265, 27301, 27273, 27295, 27291, 27297, 27294, 27271, 27283,
27278, 27285, 27267, 27304, 27300, 27281, 27263, 27302, 27290, 27269,
27276, 27282, 27483, 27565, 27657, 28620, 28585, 28660, 28628, 28643,
28636, 28653, 28647, 28646, 28638, 28658, 28637, 28642, 28648, 29153,
29169, 29160, 29170, 29156, 29168, 29154, 29555, {f: 2, c: 29550}, 29847,
29874, 29867, 29840, 29866, 29869, 29873, 29861, 29871, {f: 3, c: 29968},
29967, 30084, 30275, {f: 2, c: 30280}, 30279, 30372, 30441, 30645, 30635,
30642, 30647, 30646, 30644, 30641, 30632, 30704, 30963, 30973, 30978,
{f: 2, c: 30971}, 30975, 30962, 30981, 30969, 30974, 30980, 31147, 31144,
31324, 31323, 31318, 31320, 31316, 31322, 31422, {f: 2, c: 31424}, 31749,
31759, 31730, 31744, 31743, 31739, 31758, 31732, 31755, 31731, 31746,
31753, 31747, 31745, 31736, 31741, [31750, 58176], {f: 2, c: 31728}, 31760,
31754, 31976, 32301, 32316, 32322, 32307, 38984, 32312, 32298, 32329,
32320, 32327, 32297, 32332, 32304, 32315, 32310, 32324, 32314, 32581,
32639, 32638, 32637, 32756, 32754, 32812, 33211, 33220, 33228, 33226,
33221, 33223, 33212, 33257, 33371, 33370, 33372, 34179, 34176, 34191,
34215, 34197, 34208, 34187, 34211, 34171, 34212, 34202, 34206, 34167,
34172, 34185, 34209, 34170, 34168, 34135, 34190, 34198, 34182, 34189,
34201, 34205, 34177, 34210, 34178, 34184, 34181, 34169, 34166, 34200,
34192, 34207, 34408, 34750, 34730, 34733, 34757, 34736, 34732, 34745,
34741, 34748, 34734, 34761, 34755, 34754, 34764, 34743, 34735, 34756,
34762, 34740, 34742, 34751, 34744, 34749, 34782, 34738, 35125, 35123,
35132, 35134, 35137, 35154, 35127, 35138, 35245, 35247, 35246,
{f: 2, c: 35314}, 35614, 35608, 35606, 35601, 35589, 35595, 35618, 35599,
35602, 35605, 35591, 35597, 35592, 35590, 35612, 35603, 35610, 35919,
35952, 35954, 35953, 35951, 35989, 35988, 36089, 36207, 36430, 36429,
36435, 36432, 36428, 36423, 36675, 36672, 36997, 36990, 37176, 37274,
37282, 37275, 37273, 37279, 37281, 37277, 37280, 37793, 37763, 37807,
37732, 37718, 37703, 37756, 37720, 37724, 37750, 37705, {f: 2, c: 37712},
37728, 37741, 37775, 37708, 37738, 37753, 37719, 37717, 37714, 37711,
37745, 37751, 37755, 37729, 37726, 37731, 37735, 37710, 37721, 38343,
38336, 38345, 38339, 38341, 38327, 38574, 38576, 38572, 38688, 38687,
38680, 38685, 38681, 38810, 38817, 38812, 38814, 38813, 38869, 38868,
38897, 38977, 38980, 38986, 38985, 38981, 38979, 39205, {f: 2, c: 39211},
39210, 39219, 39218, 39215, 39213, 39217, 39216, 39320, 39331, 39329,
39426, 39418, 39412, 39415, 39417, 39416, 39414, 39419, {f: 2, c: 39421},
39420, 39427, 39614, 39678, 39677, 39681, 39676, 39752, 39834, 39848,
39838, 39835, 39846, 39841, 39845, 39844, 39814, 39842, 39840, 39855,
40243, 40257, 40295, 40246, {f: 2, c: 40238}, 40241, 40248, 40240, 40261,
{f: 2, c: 40258}, 40254, 40247, 40256, 40253, 32757, 40237, 40586, 40585,
40589, 40624, 40648, 40666, 40699, 40703, 40740, 40739, 40738, 40788,
[12245, 40864], 20785, {f: 2, c: 20781}, 22168, 22172, 22167, 22170, 22173,
22169, 22896, 23356, {f: 2, c: 23657}, 24000, {f: 2, c: 24173}, 25048,
25055, {f: 2, c: 25069}, 25073, 25066, 25072, 25067, 25046, 25065, 25855,
25860, 25853, 25848, 25857, 25859, 25852, 26004, 26075, {f: 2, c: 26330},
26328, 27333, 27321, 27325, 27361, 27334, 27322, {f: 2, c: 27318}, 27335,
27316, 27309, 27486, 27593, 27659, 28679, {f: 2, c: 28684}, 28673, 28677,
28692, 28686, {f: 2, c: 28671}, 28667, 28710, 28668, 28663, 28682,
[29185, 60224], 29183, 29177, 29187, 29181, 29558, 29880, 29888, 29877,
29889, 29886, 29878, 29883, 29890, 29972, 29971, 30300, 30308, 30297,
30288, 30291, 30295, 30298, 30374, 30397, 30444, 30658, 30650, 30988,
{f: 2, c: 30995}, 30985, 30992, 30994, 30993, 31149, 31148, 31327, 31772,
31785, 31769, 31776, 31775, 31789, 31773, 31782, 31784, 31778, 31781,
31792, 32348, 32336, 32342, 32355, 32344, 32354, 32351, 32337, 32352,
32343, 32339, 32693, 32691, {f: 2, c: 32759}, 32885, {f: 2, c: 33233},
33232, 33375, 33374, 34228, 34246, 34240, 34243, 34242, 34227, 34229,
34237, 34247, 34244, 34239, 34251, 34254, 34248, 34245, 34225, 34230,
34258, 34340, 34232, 34231, 34238, 34409, 34791, 34790, 34786, 34779,
34795, 34794, 34789, 34783, 34803, 34788, 34772, 34780, 34771, 34797,
34776, 34787, 34775, 34777, 34817, 34804, 34792, 34781, 35155, 35147,
35151, 35148, 35142, {f: 2, c: 35152}, 35145, 35626, 35623, 35619, 35635,
35632, 35637, 35655, 35631, 35644, 35646, 35633, 35621, 35639, 35622,
35638, 35630, 35620, 35643, 35645, 35642, 35906, 35957, 35993, 35992,
35991, 36094, 36100, 36098, 36096, 36444, 36450, 36448, 36439, 36438,
36446, 36453, 36455, 36443, 36442, 36449, 36445, 36457, 36436,
{f: 3, c: 36678}, 36683, 37160, {f: 2, c: 37178}, 37182, 37288, 37285,
37287, 37295, 37290, 37813, 37772, 37778, 37815, 37787, 37789, 37769,
37799, 37774, 37802, 37790, 37798, 37781, 37768, 37785, 37791, 37760,
37773, 37809, 37777, 37810, 37796, 37800, 37812, 37795, {f: 2, c: 38354},
38353, 38579, 38615, 38618, 24002, 38623, 38616, 38621, 38691, 38690,
38693, 38828, 38830, 38824, 38827, 38820, 38826, 38818, 38821, 38871,
38873, 38870, 38872, 38906, {f: 3, c: 38992}, 39096, 39233, 39228, 39226,
39439, 39435, 39433, 39437, 39428, 39441, 39434, 39429, 39431, 39430,
39616, 39644, 39688, {f: 2, c: 39684}, 39721, 39733, 39754, 39756, 39755,
39879, 39878, 39875, 39871, 39873, 39861, 39864, 39891, 39862, 39876,
39865, 39869, 40284, 40275, 40271, 40266, 40283, 40267, 40281, 40278,
40268, 40279, 40274, 40276, 40287, 40280, 40282, 40590, 40588, 40671,
40705, 40704, [40726, 58693], 40741, 40747, 40746, 40745, 40744, 40780,
40789, {f: 2, c: 20788}, 21142, 21239, 21428, 22187, 22189,
{f: 2, c: 22182}, 22186, 22188, 22746, 22749, 22747, 22802,
{f: 3, c: 23357}, 24003, 24176, 24511, 25083, 25863, 25872, 25869, 25865,
25868, 25870, 25988, 26078, 26077, 26334, 27367, 27360, 27340, 27345,
27353, 27339, 27359, 27356, 27344, 27371, 27343, 27341, 27358, 27488,
27568, 27660, 28697, 28711, 28704, 28694, 28715, {f: 3, c: 28705}, 28713,
28695, 28708, 28700, 29196, 29194, 29191, 29186, 29189, {f: 2, c: 29349},
29348, 29347, 29345, 29899, 29893, 29879, 29891, 29974, 30304,
{f: 2, c: 30665}, 30660, 30705, 31005, 31003, 31009, 31004, 30999, 31006,
31152, {f: 2, c: 31335}, 31795, 31804, 31801, 31788, 31803, 31980, 31978,
32374, 32373, 32376, 32368, 32375, 32367, 32378, 32370, 32372, 32360,
32587, 32586, 32643, 32646, 32695, {f: 2, c: 32765}, 32888, 33239, 33237,
33291, 33380, 33377, 33379, 34283, 34289, 34285, 34265, 34273, 34280,
34266, 34263, 34284, 34290, 34296, 34264, 34271, 34275, 34268, 34257,
34288, 34278, 34287, 34270, 34274, 34816, 34810, 34819, {f: 2, c: 34806},
34825, 34828, 34827, 34822, 34812, 34824, 34815, 34826, 34818, 35170,
{f: 2, c: 35162}, 35159, 35169, 35164, 35160, 35165, 35161, 35208, 35255,
35254, 35318, 35664, 35656, 35658, 35648, 35667, 35670, 35668, 35659,
35669, 35665, 35650, 35666, 35671, 35907, 35959, 35958, 35994,
{f: 2, c: 36102}, 36105, 36268, 36266, 36269, 36267, 36461, 36472, 36467,
36458, 36463, 36475, 36546, 36690, 36689, {f: 2, c: 36687}, 36691, 36788,
37184, 37183, 37296, 37293, 37854, 37831, 37839, 37826, 37850, 37840,
37881, 37868, 37836, 37849, 37801, 37862, 37834, 37844, 37870, 37859,
37845, 37828, 37838, 37824, 37842, 37797, 37863, 38269, {f: 2, c: 38362},
38625, 38697, {f: 2, c: 38699}, 38696, 38694, 38835, 38839, 38838,
{f: 3, c: 38877}, 39004, 39001, 39005, 38999, 39103, 39101, 39099, 39102,
39240, 39239, 39235, {f: 2, c: 39334}, 39450, 39445, 39461, 39453, 39460,
39451, 39458, 39456, 39463, 39459, 39454, 39452, 39444, 39618, 39691,
39690, 39694, 39692, 39735, {f: 2, c: 39914}, 39904, 39902, 39908, 39910,
39906, 39920, 39892, 39895, 39916, 39900, 39897, 39909, 39893, 39905,
39898, 40311, 40321, 40330, 40324, 40328, 40305, 40320, 40312, 40326,
{f: 2, c: 40331}, 40317, 40299, {f: 2, c: 40308}, 40304, 40297, 40325,
40307, 40315, 40322, 40303, 40313, 40319, 40327, 40296, 40596, 40593,
40640, 40700, 40749, {f: 2, c: 40768}, 40781, {f: 3, c: 40790}, 21303,
22194, 22197, 22195, 22755, 23365, {f: 2, c: 24006}, {f: 2, c: 24302},
{f: 2, c: 24512}, 25081, 25879, 25878, 25877, 25875, 26079, 26344,
{f: 2, c: 26339}, 27379, 27376, 27370, 27368, 27385, 27377,
{f: 2, c: 27374}, 28732, 28725, 28719, 28727, 28724, 28721, 28738, 28728,
28735, 28730, 28729, 28714, 28736, 28731, 28723, 28737, {f: 2, c: 29203},
29352, 29565, 29564, 29882, 30379, 30378, 30398, 30445, 30668,
{f: 2, c: 30670}, 30669, 30706, 31013, 31011, {f: 2, c: 31015}, 31012,
31017, 31154, 31342, {f: 2, c: 31340}, 31479, 31817, 31816, 31818, 31815,
31813, 31982, 32379, 32382, 32385, 32384, 32698, 32767, 32889, 33243,
33241, {f: 2, c: 33384}, 34338, 34303, 34305, 34302, 34331, 34304, 34294,
34308, 34313, 34309, 34316, 34301, 34841, {f: 2, c: 34832}, 34839, 34835,
34838, 35171, 35174, 35257, 35319, 35680, 35690, 35677, 35688, 35683,
35685, 35687, 35693, 36270, 36486, 36488, 36484, 36697, {f: 2, c: 36694},
36693, 36696, 36698, 37005, 37187, 37185, 37303, 37301, {f: 2, c: 37298},
37899, 37907, 37883, 37920, 37903, 37908, 37886, 37909, 37904, 37928,
37913, 37901, 37877, 37888, 37879, 37895, 37902, 37910, 37906, 37882,
37897, 37880, 37948, 37898, 37887, 37884, 37900, 37878, 37905, 37894,
38366, 38368, 38367, {f: 2, c: 38702}, 38841, 38843, {f: 2, c: 38909},
39008, {f: 2, c: 39010}, 39007, {f: 2, c: 39105}, 39248, 39246, 39257,
39244, 39243, 39251, 39474, 39476, 39473, 39468, 39466, 39478, 39465,
39470, 39480, 39469, 39623, 39626, 39622, 39696, 39698, 39697, 39947,
39944, 39927, 39941, 39954, 39928, 40000, 39943, 39950, 39942, 39959,
39956, 39945, 40351, 40345, 40356, 40349, 40338, 40344, 40336, 40347,
40352, 40340, 40348, 40362, 40343, 40353, 40346, 40354, 40360, 40350,
40355, 40383, 40361, 40342, {f: 2, c: 40358}, 40601, 40603, 40602, 40677,
40676, 40679, 40678, 40752, 40750, 40795, 40800, 40798, 40797, 40793,
40849, 20794, 20793, 21144, 21143, 22211, {f: 2, c: 22205}, 23368, 23367,
24011, 24015, 24305, 25085, 25883, 27394, 27388, 27395, 27384, 27392,
{f: 2, c: 28739}, 28746, {f: 2, c: 28744}, {f: 2, c: 28741}, 29213, 29210,
29209, 29566, 29975, 30314, 30672, 31021, 31025, 31023, 31828, 31827,
31986, 32394, [32391, 60229], 32392, 32395, 32390, 32397, 32589, 32699,
32816, 33245, 34328, 34346, 34342, 34335, 34339, 34332, 34329, 34343,
34350, 34337, 34336, 34345, 34334, 34341, 34857, 34845, 34843, 34848,
34852, 34844, 34859, 34890, 35181, 35177, 35182, 35179, 35322, 35705,
35704, 35653, {f: 2, c: 35706}, 36112, 36116, 36271, 36494, 36492, 36702,
36699, 36701, 37190, {f: 2, c: 37188}, 37305, 37951, 37947, 37942, 37929,
37949, 37936, 37945, 37930, 37943, 37932, 37952, 37937, 38373, 38372,
38371, 38709, 38714, 38847, 38881, 39012, 39113, 39110, 39104, 39256,
39254, 39481, 39485, 39494, 39492, 39490, 39489, 39482, 39487, 39629,
39701, {f: 2, c: 39703}, 39702, 39738, 39762, 39979, 39965, 39964, 39980,
39971, {f: 2, c: 39976}, 39972, 39969, 40375, 40374, 40380, 40385, 40391,
40394, 40399, 40382, 40389, 40387, 40379, 40373, 40398, {f: 2, c: 40377},
40364, 40392, 40369, 40365, 40396, 40371, 40397, 40370, 40570, 40604,
40683, 40686, 40685, 40731, 40728, 40730, 40753, 40782, 40805, 40804,
40850, 20153, 22214, 22213, 22219, 22897, {f: 2, c: 23371}, 24021, 24017,
24306, 25889, 25888, 25894, 25890, 27403, {f: 2, c: 27400}, 27661,
{f: 3, c: 28757}, 28754, {f: 2, c: 29214}, 29353, 29567, 29912, 29909,
29913, 29911, 30317, 30381, 31029, 31156, {f: 2, c: 31344}, 31831, 31836,
31833, 31835, 31834, 31988, 31985, 32401, 32591, 32647, 33246, 33387,
{f: 2, c: 34356}, 34355, 34348, 34354, 34358, 34860, 34856, 34854, 34858,
34853, 35185, 35263, 35262, 35323, 35710, 35716, 35714, 35718, 35717,
35711, 36117, 36501, 36500, 36506, 36498, 36496, {f: 2, c: 36502}, 36704,
36706, 37191, 37964, 37968, {f: 2, c: 37962}, 37967, 37959, 37957,
{f: 2, c: 37960}, 37958, 38719, 38883, 39018, 39017, 39115, 39252, 39259,
39502, {f: 2, c: 39507}, 39500, 39503, 39496, 39498, 39497, 39506, 39504,
39632, 39705, 39723, 39739, 39766, 39765, 40006, 40008, 39999, 40004,
39993, 39987, 40001, 39996, 39991, 39988, 39986, 39997, 39990, 40411,
40402, 40414, 40410, 40395, 40400, 40412, 40401, 40415, 40425, 40409,
40408, 40406, 40437, 40405, 40413, 40630, 40688, 40757, 40755, 40754,
40770, 40811, 40853, 40866, 20797, 21145, 22760, 22759, 22898, 23373,
24024, 34863, 24399, 25089, {f: 2, c: 25091}, 25897, 25893, 26006, 26347,
{f: 2, c: 27409}, 27407, 27594, 28763, 28762, 29218, 29570, 29569, 29571,
30320, 30676, 31847, 31846, 32405, 33388, 34362, 34368, 34361, 34364,
34353, 34363, 34366, 34864, 34866, 34862, 34867, 35190, 35188, 35187,
35326, 35724, 35726, 35723, 35720, 35909, 36121, 36504, 36708, 36707,
37308, 37986, 37973, 37981, 37975, 37982, {f: 2, c: 38852}, 38912, 39510,
39513, {f: 3, c: 39710}, 40018, 40024, 40016, 40010, 40013, 40011, 40021,
40025, 40012, 40014, 40443, 40439, 40431, 40419, 40427, 40440, 40420,
40438, 40417, 40430, 40422, 40434, [40432, 60370], 40418, 40428, 40436,
40435, 40424, 40429, 40642, 40656, {f: 2, c: 40690}, 40710, 40732, 40760,
40759, 40758, 40771, 40783, 40817, 40816, {f: 2, c: 40814}, 22227, 22221,
23374, 23661, 25901, {f: 2, c: 26349}, 27411, 28767, 28769, 28765, 28768,
29219, 29915, 29925, 30677, 31032, 31159, 31158, 31850, 32407, 32649,
33389, 34371, 34872, 34871, 34869, 34891, {f: 2, c: 35732},
{f: 3, c: 36510}, 36509, 37310, 37309, 37314, 37995, {f: 2, c: 37992},
38629, 38726, 38723, 38727, 38855, 38885, 39518, 39637, 39769, 40035,
40039, 40038, 40034, 40030, 40032, 40450, 40446, 40455, 40451, 40454,
40453, {f: 2, c: 40448}, 40457, 40447, 40445, 40452, 40608, 40734, 40774,
{f: 3, c: 40820}, 22228, 25902, 26040, {f: 2, c: 27416}, 27415, 27418,
28770, 29222, 29354, {f: 2, c: 30680}, 31033, 31849, 31851, 31990, 32410,
32408, 32411, 32409, {f: 2, c: 33248}, {f: 3, c: 34374}, {f: 2, c: 35193},
35196, 35195, 35327, {f: 2, c: 35736}, 36517, 36516, 36515, 37998, 37997,
37999, 38001, 38003, 38729, 39026, 39263, 40040, 40046, 40045, 40459,
40461, 40464, 40463, 40466, 40465, 40609, 40693, 40713, 40775, 40824,
40827, 40826, 40825, 22302, 28774, 31855, 34876, 36274, 36518, 37315,
38004, 38008, 38006, 38005, 39520, [39726, 60830], 40052, 40051, 40049,
40053, 40468, 40467, 40694, 40714, 40868, 28776, 28773, 31991, 34410,
34878, 34877, 34879, 35742, 35996, 36521, 36553, 38731, {f: 2, c: 39027},
39116, 39265, 39339, 39524, {f: 2, c: 39526}, 39716, 40469, 40471, 40776,
25095, 27422, 29223, 34380, 36520, 38018, {f: 2, c: 38016}, 39529, 39528,
40473, 34379, 35743, 38019, 40057, 40631, 30325, 39531, 40058, 40477,
{f: 2, c: 28777}, 29225, 40612, 40830, 40777, 40856, {s: 97}, 65075, 0,
65076, 65103, [168, 776, 63208], [710, 63209, 65342], [12541, 63210],
[12542, 63211], [12445, 63212], [12446, 63213], 0, [12293, 63216],
[12294, 63217], [12295, 63218], [12540, 63219], [63220, 65339],
[63221, 65341], [10045, 63222], [12353, 63223], [12354, 63224],
[12355, 63225], [12356, 63226], [12357, 63227], [12358, 63228],
[12359, 63229], [12360, 63230], [12361, 63231], [12362, 63232],
[12363, 63233], [12364, 63234], [12365, 63235], [12366, 63236],
[12367, 63237], [12368, 63238], [12369, 63239], [12370, 63240],
[12371, 63241], [12372, 63242], [12373, 63243], [12374, 63244],
[12375, 63245], [12376, 63246], [12377, 63247], [12378, 63248],
[12379, 63249], [12380, 63250], [12381, 63251], [12382, 63252],
[12383, 63253], [12384, 63254], [12385, 63255], [12386, 63256],
[12387, 63257], [12388, 63258], [12389, 63259], [12390, 63260],
[12391, 63261], [12392, 63262], [12393, 63263], [12394, 63264],
[12395, 63265], [12396, 63266], [12397, 63267], [12398, 63268],
[12399, 63269], [12400, 63270], [12401, 63271], [12402, 63272],
[12403, 63273], [12404, 63274], [12405, 63275], [12406, 63276],
[12407, 63277], [12408, 63278], [12409, 63279], [12410, 63280],
[12411, 63281], [12412, 63282], [12413, 63283], [12414, 63284],
[12415, 63285], [12416, 63286], [12417, 63287], [12418, 63288],
[12419, 63289], [12420, 63290], [12421, 63291], [12422, 63292],
[12423, 63293], [12424, 63294], [12425, 63295], [12426, 63296],
[12427, 63297], [12428, 63298], [12429, 63299], [12430, 63300],
[12431, 63301], [12432, 63302], [12433, 63303], [12434, 63304],
[12435, 63305], [12449, 63306], [12450, 63307], [12451, 63308],
[12452, 63309], [12453, 63310], [12454, 63311], [12455, 63312],
[12456, 63313], [12457, 63314], [12458, 63315], [12459, 63316],
[12460, 63317], [12461, 63318], [12462, 63319], [12463, 63320],
[12464, 63321], [12465, 63322], [12466, 63323], [12467, 63324],
[12468, 63325], [12469, 63326], [12470, 63327], [12471, 63328],
[12472, 63329], [12473, 63330], [12474, 63331], [12475, 63332],
[12476, 63333], [12477, 63334], [12478, 63335], [12479, 63336],
[12480, 63337], [12481, 63338], [12482, 63339], [12483, 63340],
[12484, 63341], [12485, 63342], [12486, 63343], [12487, 63344],
[12488, 63345], [12489, 63346], [12490, 63347], [12491, 63348],
[12492, 63349], [12493, 63350], [12494, 63351], [12495, 63352],
[12496, 63353], [12497, 63354], [12498, 63355], [12499, 63356],
[12500, 63357], [12501, 63358], [12502, 63359], [12503, 63360],
[12504, 63361], [12505, 63362], [12506, 63363], [12507, 63364],
[12508, 63365], [12509, 63366], [12510, 63367], [12511, 63368],
[12512, 63369], [12513, 63370], [12514, 63371], [12515, 63372],
[12516, 63373], [12517, 63374], [12518, 63375], [12519, 63376],
[12520, 63377], [12521, 63378], [12522, 63379], [12523, 63380],
[12524, 63381], [12525, 63382], [12526, 63383], [12527, 63384],
[12528, 63385], [12529, 63386], [12530, 63387], [12531, 63388],
[12532, 63389], [12533, 63390], [12534, 63391], [1040, 63392],
[1041, 63393], [1042, 63394], [1043, 63395], [1044, 63396], [1045, 63397],
[1025, 63398], [1046, 63399], [1047, 63400], [1048, 63401], [1049, 63402],
[1050, 63403], [1051, 63404], [1052, 63405], [1053, 63406], [1054, 63407],
[1055, 63408], [1056, 63409], [1057, 63410], [1058, 63411], [1059, 63412],
[1060, 63413], [1061, 63414], [1062, 63415], [1063, 63416], [1064, 63417],
[1065, 63418], [1066, 63419], [1067, 63420], [1068, 63421], [1069, 63422],
[1070, 63423], [1071, 63424], [1072, 63425], [1073, 63426], [1074, 63427],
[1075, 63428], [1076, 63429], [1077, 63430], [1105, 63431], [1078, 63432],
[1079, 63433], [1080, 63434], [1081, 63435], [1082, 63436], [1083, 63437],
[1084, 63438], [1085, 63439], [1086, 63440], [1087, 63441], [1088, 63442],
[1089, 63443], [1090, 63444], [1091, 63445], [1092, 63446], [1093, 63447],
[1094, 63448], [1095, 63449], [1096, 63450], [1097, 63451], [1098, 63452],
[1099, 63453], [1100, 63454], [1101, 63455], [1102, 63456], [1103, 63457],
[8679, 63458], [8632, 63459], [8633, 63460], [20033, 63461],
[63462, 131276], [20058, 63463], [63464, 131210], [20994, 63465],
[17553, 63466], 63467, [20872, 63468], [13853, 63469], [63470, 161287],
{s: 40}, [172, 63511, 65506], [63512, 65508], [63513, 65287],
[63514, 65282], [12849, 63515], [8470, 63516], [8481, 63517], 30849,
[37561, 58501], 35023, 22715, 24658, 31911, 23290, 9556, 9574, 9559, 9568,
9580, 9571, 9562, 9577, 9565, 9554, 9572, 9557, {s: 3}, 9560, 9575, 9563,
9555, 9573, 9558, 9567, 9579, 9570, 9561, 9576, 9564, 9553, {s: 5}, 9619,
{s: 26}, [58129, 147159], [22462, 58130], [58131, 159443], [28990, 58132],
[58133, 153568], [27042, 58135], [58136, 166889], [23412, 58137],
[31305, 58138], [58139, 153825], [58140, 169177], [31333, 58141],
[31357, 58142], [58143, 154028], [31419, 58144], [31408, 58145],
[31426, 58146], [31427, 58147], [29137, 58148], [58149, 156813],
[16842, 58150], [31450, 58151], [31453, 58152], [31466, 58153],
[16879, 58154], [21682, 58155], [58156, 154625], [31499, 58157],
[31573, 58158], [31529, 58159], [58160, 152334], [58161, 154878],
[31650, 58162], [31599, 58163], [33692, 58164], [58165, 154548],
[58166, 158847], [31696, 58167], [33825, 58168], [31634, 58169], 0,
[58171, 154912], 0, [33938, 58174], [31738, 58175], 0, [31797, 58177],
[58178, 154817], [31812, 58179], [31875, 58180], [58181, 149634],
[31910, 58182], [58184, 148856], [31945, 58185], [31943, 58186],
[31974, 58187], 0, [31987, 58189], [31989, 58190], [32359, 58192],
[17693, 58193], [58194, 159300], [32093, 58195], [58196, 159446],
[32137, 58198], [32171, 58199], [28981, 58200], [32179, 58201], 32214,
[58203, 147543], [58204, 155689], [32228, 58205], [15635, 58206],
[32245, 58207], [58208, 137209], [32229, 58209], [58210, 164717], 0,
[58212, 155937], [58213, 155994], [32366, 58214], 0, [17195, 58216],
[37996, 58217], [32295, 58218], [32576, 58219], [32577, 58220],
[32583, 58221], [31030, 58222], [58223, 156368], [39393, 58224],
[32663, 58225], [58226, 156497], [32675, 58227], [58228, 136801],
[58229, 131176], [17756, 58230], [58231, 145254], [58233, 164666],
[32762, 58234], [58235, 156809], 0, [32776, 58237], [32797, 58238], 0,
[32815, 58240], [58241, 172167], [58242, 158915], [32827, 58243],
[32828, 58244], [32865, 58245], [58246, 141076], [18825, 58247],
[58248, 157222], [58249, 146915], [58250, 157416], [26405, 58251],
[32935, 58252], [58253, 166472], [33031, 58254], [33050, 58255],
[22704, 58256], [58257, 141046], [27775, 58258], [58259, 156824],
[25831, 58261], [58262, 136330], [33304, 58263], [58264, 137310],
[27219, 58265], [58266, 150117], [58267, 150165], [17530, 58268],
[33321, 58269], [58271, 158290], [58272, 146814], [20473, 58273],
[58274, 136445], [34018, 58275], [33634, 58276], 0, [58278, 149927],
[58279, 144688], [58280, 137075], [58281, 146936], [33450, 58282],
[26907, 58283], [58284, 194964], [16859, 58285], [34123, 58286],
[33488, 58287], [33562, 58288], [58289, 134678], [58290, 137140],
[14017, 58291], [58292, 143741], [58293, 144730], [33403, 58294],
[33506, 58295], [33560, 58296], [58297, 147083], [58298, 159139],
[58299, 158469], [58300, 158615], [58301, 144846], [15807, 58302],
[33565, 58303], [21996, 58304], [33669, 58305], [17675, 58306],
[58307, 159141], [33708, 58308], 0, [33747, 58310], [58312, 159444],
[27223, 58313], [34138, 58314], [13462, 58315], [58316, 159298],
[33880, 58318], [58319, 154596], [33905, 58320], [15827, 58321],
[17636, 58322], [27303, 58323], [33866, 58324], [31064, 58326], 0,
[58328, 158614], [58329, 159351], [58330, 159299], [34014, 58331], 0,
[33681, 58333], [17568, 58334], [33939, 58335], [34020, 58336],
[58337, 154769], [16960, 58338], [58339, 154816], [17731, 58340],
[34100, 58341], [23282, 58342], 0, [17703, 58344], [34163, 58345],
[17686, 58346], [26559, 58347], [34326, 58348], [58349, 165413],
[58350, 165435], [34241, 58351], [58352, 159880], [34306, 58353],
[58354, 136578], [58355, 159949], [58356, 194994], [17770, 58357],
[34344, 58358], [13896, 58359], [58360, 137378], [21495, 58361],
[58362, 160666], [34430, 58363], 0, [58365, 172280], [34798, 58366],
[58367, 142375], [34737, 58368], [34778, 58369], [34831, 58370, 60990],
[22113, 58371], [34412, 58372], [26710, 58373], [17935, 58374],
[34885, 58375], [34886, 58376], [58377, 161248], [58378, 146873],
[58379, 161252], [34910, 58380], [34972, 58381], [18011, 58382],
[34996, 58383], [34997, 58384], [35013, 58386], [58388, 161551],
[35207, 58389], {s: 3}, [35239, 58393], [35260, 58394], [58395, 166437],
[35303, 58396], [58397, 162084], [58398, 162493], [35484, 58399],
[30611, 58400], [37374, 58401], [35472, 58402], [58403, 162393],
[31465, 58404], [58405, 162618], [18195, 58407], [58408, 162616],
[29052, 58409], [35596, 58410], [35615, 58411], [58412, 152624],
[58413, 152933], [35647, 58414], 0, [35661, 58416], [35497, 58417],
[58418, 150138], [35728, 58419], [35739, 58420], [35503, 58421],
[58422, 136927], [17941, 58423], [34895, 58424], [35995, 58425],
[58426, 163156], [58427, 163215], [58428, 195028], [14117, 58429],
[58430, 163155], [36054, 58431], [58432, 163224], [58433, 163261],
[36114, 58434], [36099, 58435], [58436, 137488], [36059, 58437],
[28764, 58438], [36113, 58439], [16080, 58441], 0, [36265, 58443],
[58444, 163842], [58445, 135188], [58446, 149898], [15228, 58447],
[58448, 164284], [58449, 160012], [31463, 58450], [36525, 58451],
[36534, 58452], [36547, 58453], [37588, 58454], [36633, 58455],
[36653, 58456], [58457, 164709], [58458, 164882], [36773, 58459],
[37635, 58460], [58461, 172703], [58462, 133712], [36787, 58463], 0,
[58465, 166366], [58466, 165181], [58467, 146875], [24312, 58468],
[58469, 143970], [36857, 58470], 0, [58474, 140069], [14720, 58475],
[58476, 159447], [36919, 58477], [58478, 165180], [58479, 162494],
[36961, 58480], [58481, 165228], [58482, 165387], [37032, 58483],
[58484, 165651], [37060, 58485], [58486, 165606], [37038, 58487], 0,
[37223, 58489], [37289, 58491], [37316, 58492], [31916, 58493],
[58494, 166195], [58495, 138889], [37390, 58496], [27807, 58497],
[37441, 58498], [37474, 58499], [58500, 153017], [58502, 166598],
[58503, 146587], [58504, 166668], [58505, 153051], [58506, 134449],
[37676, 58507], [37739, 58508], [58509, 166625], [58510, 166891],
[23235, 58512], [58513, 166626], [58514, 166629], [18789, 58515],
[37444, 58516], [58517, 166892], [58518, 166969], [58519, 166911],
[37747, 58520], [37979, 58521], [36540, 58522], [38277, 58523],
[38310, 58524], [37926, 58525], [38304, 58526], [28662, 58527],
[17081, 58528], [58530, 165592], [58531, 135804], [58532, 146990],
[18911, 58533], [27676, 58534], [38523, 58535], [38550, 58536],
[16748, 58537], [38563, 58538], [58539, 159445], [25050, 58540], 58541,
[30965, 58542], [58543, 166624], [38589, 58544], [21452, 58545],
[18849, 58546], [58547, 158904], [58548, 131700], [58549, 156688],
[58550, 168111], [58551, 168165], [58552, 150225], [58553, 137493],
[58554, 144138], [38705, 58555], [34370, 58556], [38710, 58557],
[18959, 58558], [17725, 58559], [17797, 58560], [58561, 150249],
[28789, 58562], [23361, 58563], [38683, 58564], 0, [58566, 168405],
[38743, 58567], [23370, 58568], [58569, 168427], [38751, 58570],
[37925, 58571], [20688, 58572], [58573, 143543], [58574, 143548],
[38793, 58575], [38815, 58576], [38833, 58577], [38846, 58578],
[38848, 58579], [38866, 58580], [38880, 58581], [58582, 152684],
[38894, 58583], [29724, 58584], [58585, 169011], 0, [38901, 58587],
[58588, 168989], [58589, 162170], [19153, 58590], [38964, 58591],
[38963, 58592], [38987, 58593], [39014, 58594], [15118, 58595],
[58596, 160117], [15697, 58597], [58598, 132656], [58599, 147804],
[58600, 153350], [39114, 58601], [39095, 58602], [39112, 58603],
[39111, 58604], [19199, 58605], [58606, 159015], [58607, 136915],
[21936, 58608], [39137, 58609], [39142, 58610], [39148, 58611],
[37752, 58612], [39225, 58613], [58614, 150057], [19314, 58615],
[58616, 170071], [58617, 170245], [39413, 58618], [39436, 58619],
[39483, 58620], [39440, 58621], [39512, 58622], [58623, 153381],
[14020, 58624], [58625, 168113], [58626, 170965], [39648, 58627],
[39650, 58628], [58629, 170757], [39668, 58630], [19470, 58631],
[39700, 58632], [39725, 58633], [58634, 165376], [20532, 58635],
[39732, 58636], [14531, 58638], [58639, 143485], [39760, 58640],
[39744, 58641], [58642, 171326], [23109, 58643], [58644, 137315],
[39822, 58645], [39938, 58647], [39935, 58648], [39948, 58649],
[58650, 171624], [40404, 58651], [58652, 171959], [58653, 172434],
[58654, 172459], [58655, 172257], [58656, 172323], [58657, 172511],
[40318, 58658], [40323, 58659], [58660, 172340], [40462, 58661],
[40388, 58663], [58665, 172435], [58666, 172576], [58667, 137531],
[58668, 172595], [40249, 58669], [58670, 172217], [58671, 172724],
[40592, 58672], [40597, 58673], [40606, 58674], [40610, 58675],
[19764, 58676], [40618, 58677], [40623, 58678], [58679, 148324],
[40641, 58680], [15200, 58681], [14821, 58682], [15645, 58683],
[20274, 58684], [14270, 58685], [58686, 166955], [40706, 58687],
[40712, 58688], [19350, 58689], [37924, 58690], [58691, 159138],
[40727, 58692, 60836], 0, [40761, 58694], [22175, 58695], [22154, 58696],
[40773, 58697], [39352, 58698], [58699, 168075], [38898, 58700],
[33919, 58701], 0, [40809, 58703], [31452, 58704], [40846, 58705],
[29206, 58706], [19390, 58707], [58708, 149877], [58709, 149947],
[29047, 58710], [58711, 150008], [58712, 148296], [58713, 150097],
[29598, 58714], [58715, 166874], [58716, 137466], [31135, 58717],
[58718, 166270], [58719, 167478], [37737, 58720], [37875, 58721],
[58722, 166468], [37612, 58723], [37761, 58724], [37835, 58725],
[58726, 166252], [58727, 148665], [29207, 58728], [16107, 58729],
[30578, 58730], [31299, 58731], [28880, 58732], [58733, 148595],
[58734, 148472], [29054, 58735], [58736, 137199], [28835, 58737],
[58738, 137406], [58739, 144793], [16071, 58740], [58741, 137349],
[58742, 152623], [58743, 137208], [14114, 58744], [58745, 136955],
[58746, 137273], [14049, 58747], [58748, 137076], [58749, 137425],
[58750, 155467], [14115, 58751], [58752, 136896], [22363, 58753],
[58754, 150053], [58755, 136190], [58756, 135848], [58757, 136134],
[58758, 136374], [34051, 58759, 58761], [58760, 145062], 0, [33877, 58762],
[58763, 149908], [58764, 160101], [58765, 146993], [58766, 152924],
[58767, 147195], [58768, 159826], [17652, 58769], [58770, 145134],
[58771, 170397], [58772, 159526], [26617, 58773], [14131, 58774],
[15381, 58775], [15847, 58776], [22636, 58777], [58778, 137506],
[26640, 58779], [16471, 58780], [58781, 145215], [58782, 147681],
[58783, 147595], [58784, 147727], [58785, 158753], [21707, 58786],
[22174, 58787], [58788, 157361], [22162, 58789], [58790, 135135],
[58791, 134056], [58792, 134669], 0, [58794, 166675], [37788, 58795],
[20216, 58796], [20779, 58797], [14361, 58798], [58799, 148534],
[20156, 58800], [58801, 132197], 0, [20299, 58803], [20362, 58804],
[58805, 153169], [23144, 58806], [58807, 131499], [58808, 132043],
[14745, 58809], [58810, 131850], [58811, 132116], [13365, 58812],
[20265, 58813], [58814, 131776], [58815, 167603], [58816, 131701],
[35546, 58817], [58818, 131596], [20120, 58819], [20685, 58820],
[20749, 58821], [20386, 58822], [20227, 58823], [58824, 150030],
[58825, 147082], [20290, 58826], [20526, 58827], [20588, 58828],
[20609, 58829], [20428, 58830], [20453, 58831], [20568, 58832],
[20732, 58833], [28278, 58838], [58839, 144789], [58840, 147001],
[58841, 147135], [28018, 58842], [58843, 137348], [58844, 147081],
[20904, 58845], [20931, 58846], [58847, 132576], [17629, 58848],
[58849, 132259], [58850, 132242], [58851, 132241], [36218, 58852],
[58853, 166556], [58854, 132878], [21081, 58855], [21156, 58856],
[58857, 133235], [21217, 58858], 0, [18042, 58860], [29068, 58861],
[58862, 148364], [58863, 134176], [58864, 149932], [58865, 135396],
[27089, 58866], [58867, 134685], 0, [16094, 58869], [29849, 58870],
[29716, 58871], [29782, 58872], [29592, 58873], [19342, 58874],
[58875, 150204], [58876, 147597], [21456, 58877], [13700, 58878],
[29199, 58879], [58880, 147657], [21940, 58881], [58882, 131909],
[21709, 58883], [58884, 134086], [22301, 58885], [37469, 58886],
[38644, 58887], [22493, 58889], [22413, 58890], [22399, 58891],
[13886, 58892], [22731, 58893], [23193, 58894], [58895, 166470],
[58896, 136954], [58897, 137071], [58898, 136976], [23084, 58899],
[22968, 58900], [23166, 58902], [23247, 58903], [23058, 58904],
[58905, 153926], [58906, 137715], [58907, 137313], [58908, 148117],
[14069, 58909], [27909, 58910], [29763, 58911], [23073, 58912],
[58913, 155267], [23169, 58914], [58915, 166871], [58916, 132115],
[37856, 58917], [29836, 58918], [58919, 135939], [28933, 58920],
[18802, 58921], [37896, 58922], [58923, 166395], [37821, 58924],
[14240, 58925], [23582, 58926], [23710, 58927], [24158, 58928],
[24136, 58929], [58930, 137622], [58931, 137596], [58932, 146158],
[24269, 58933], [23375, 58934], [58935, 137475], [58936, 137476],
[14081, 58937], [58938, 137376], [14045, 58939], [58940, 136958],
[14035, 58941], [33066, 58942], [58943, 166471], [58944, 138682],
[58945, 144498], [58946, 166312], [24332, 58947, 60916], [24334, 58948],
[58949, 137511], [58950, 137131], [23147, 58951], [58952, 137019],
[23364, 58953], [58955, 161277], [34912, 58956], [24702, 58957],
[58958, 141408], [58959, 140843], [24539, 58960], [16056, 58961],
[58962, 140719], [58963, 140734], [58964, 168072], [58965, 159603],
[25024, 58966], [58967, 131134], [58968, 131142], [58969, 140827],
[24985, 58970], [24984, 58971], [24693, 58972], [58973, 142491],
[58974, 142599], [58975, 149204], [58976, 168269], [25713, 58977],
[58978, 149093], [58979, 142186], [14889, 58980], [58981, 142114],
[58982, 144464], [58983, 170218], [58984, 142968], [25399, 58985],
[25782, 58987], [25393, 58988], [25553, 58989], [58990, 149987],
[58991, 142695], [25252, 58992], [58993, 142497], [25659, 58994],
[25963, 58995], [26994, 58996], [15348, 58997], [58998, 143502],
[58999, 144045], [59000, 149897], [59001, 144043], [21773, 59002],
[59003, 144096], [59004, 137433], [59005, 169023], [26318, 59006],
[59007, 144009], [59008, 143795], [15072, 59009], [59011, 152964],
[59012, 166690], [59013, 152975], [59014, 136956], [59015, 152923],
[59016, 152613], [30958, 59017], [59018, 143619], [59019, 137258],
[59020, 143924], [13412, 59021], [59022, 143887], [59023, 143746],
[59024, 148169], [26254, 59025], [59026, 159012], [26219, 59027],
[19347, 59028], [26160, 59029], [59030, 161904], [59031, 138731],
[26211, 59032], [59033, 144082], [59034, 144097], [26142, 59035],
[59036, 153714], [14545, 59037], [59038, 145466], [59039, 145340],
[15257, 59040], [59041, 145314], [59042, 144382], [29904, 59043],
[15254, 59044], [59046, 149034], [26806, 59047], 0, [15300, 59049],
[27326, 59050], [59052, 145365], [59053, 148615], [27187, 59054],
[27218, 59055], [27337, 59056], [27397, 59057], [59058, 137490],
[25873, 59059], [26776, 59060], [27212, 59061], [15319, 59062],
[27258, 59063], [27479, 59064], [59065, 147392], [59066, 146586],
[37792, 59067], [37618, 59068], [59069, 166890], [59070, 166603],
[37513, 59071], [59072, 163870], [59073, 166364], [37991, 59074],
[28069, 59075], [28427, 59076], 0, [59079, 147327], [15759, 59080],
[28164, 59081], [59082, 147516], [23101, 59083], [28170, 59084],
[22599, 59085], [27940, 59086], [30786, 59087], [28987, 59088],
[59089, 148250], [59090, 148086], [28913, 59091], [29264, 59092, 61085],
[29319, 59093], [29332, 59094], [59095, 149391], [59096, 149285],
[20857, 59097], [59098, 150180], [59099, 132587], [29818, 59100],
[59101, 147192], [59102, 144991], [59103, 150090], [59104, 149783],
[59105, 155617], [16134, 59106], [16049, 59107], [59108, 150239],
[59109, 166947], [59110, 147253], [24743, 59111], [16115, 59112],
[29900, 59113], [29756, 59114], [37767, 59115], [29751, 59116],
[17567, 59117], [59118, 159210], [17745, 59119], [30083, 59120],
[16227, 59121], [59122, 150745], [59123, 150790], [16216, 59124],
[30037, 59125], [30323, 59126], [59127, 173510], 0, [29800, 59129, 61070],
[59130, 166604], [59131, 149931], [59132, 149902], [15099, 59133],
[15821, 59134], [59135, 150094], [16127, 59136], [59137, 149957],
[59138, 149747], [37370, 59139], [22322, 59140], [37698, 59141],
[59142, 166627], [59143, 137316], [20703, 59144], [59145, 152097],
[59146, 152039], [30584, 59147], [59148, 143922], [30478, 59149],
[30479, 59150], [30587, 59151], [59152, 149143], [59153, 145281],
[14942, 59154], [59155, 149744], [29752, 59156], [29851, 59157],
[16063, 59158], [59159, 150202], [59160, 150215], [16584, 59161],
[59162, 150166], [59163, 156078], [37639, 59164], [59165, 152961],
[30750, 59166], [30861, 59167], [30856, 59168], [30930, 59169],
[29648, 59170], [31065, 59171], [59172, 161601], [59173, 153315],
[16654, 59174], 0, 0, [31141, 59177], [27181, 59178], [59179, 147194],
[31290, 59180], [31220, 59181], [16750, 59182], [59183, 136934],
[16690, 59184], [37429, 59185], [31217, 59186], [59187, 134476],
[59188, 149900], [59189, 131737], [59190, 146874], [59191, 137070],
[13719, 59192], [21867, 59193], [13680, 59194], [13994, 59195],
[59196, 131540], [59197, 134157], [31458, 59198], [23129, 59199],
[59200, 141045], [59201, 154287], [59202, 154268], [23053, 59203],
[59204, 131675], [30960, 59205], [23082, 59206], [59207, 154566],
[31486, 59208], [16889, 59209], [31837, 59210], [31853, 59211],
[16913, 59212], [59213, 154547], [59214, 155324], [59215, 155302],
[31949, 59216], [59217, 150009], [59218, 137136], [31886, 59219],
[31868, 59220], [31918, 59221], [27314, 59222], [32220, 59223],
[32263, 59224], [32211, 59225], [32590, 59226], [59227, 156257],
[59228, 155996], [59229, 162632], [32151, 59230], [59231, 155266],
[17002, 59232], [59233, 158581], [59234, 133398], [26582, 59235],
[59236, 131150], [59237, 144847], [22468, 59238], [59239, 156690],
[59240, 156664], [32733, 59242], [31527, 59243], [59244, 133164],
[59245, 154345], [59246, 154947], [31500, 59247], [59248, 155150],
[39398, 59249], [34373, 59250], [39523, 59251], [27164, 59252],
[59253, 144447], [59255, 150007], [59256, 157101], [39455, 59257],
[59258, 157088], 0, [59260, 160039], [59261, 158929], [17642, 59262],
[33079, 59263], [17410, 59264], [32966, 59265], [33033, 59266],
[33090, 59267], [59268, 157620], [39107, 59269], [59270, 158274],
[33378, 59271], [33381, 59272], [59273, 158289], [33875, 59274],
[59275, 159143], [34320, 59276], [59277, 160283], [23174, 59278],
[16767, 59279], [59280, 137280], [23339, 59281], [59282, 137377],
[23268, 59283], [59284, 137432], [34464, 59285], [59286, 195004],
[59287, 146831], [34861, 59288], [59289, 160802], [23042, 59290],
[34926, 59291], [20293, 59292], [34951, 59293], [35007, 59294],
[35046, 59295], [35173, 59296], [35149, 59297], [59298, 153219],
[35156, 59299], [59300, 161669], [59301, 161668], [59302, 166901],
[59303, 166873], [59304, 166812], [59305, 166393], [16045, 59306],
[33955, 59307], [18165, 59308], [18127, 59309], [14322, 59310],
[35389, 59311], [35356, 59312], [59313, 169032], [24397, 59314],
[37419, 59315], [59316, 148100], [26068, 59317], [28969, 59318],
[28868, 59319], [59320, 137285], [40301, 59321], [35999, 59322],
[36073, 59323], [59324, 163292], [22938, 59325], [30659, 59326],
[23024, 59327], [14036, 59329], [36394, 59330], [36519, 59331],
[59332, 150537], [36656, 59333], [36682, 59334], [17140, 59335],
[27736, 59336], [28603, 59337], [59338, 140065], [18587, 59339],
[28537, 59340], [28299, 59341], [59342, 137178], [39913, 59343],
[14005, 59344], [59345, 149807], [37051, 59346], 0, [21873, 59348],
[18694, 59349], [37307, 59350], [37892, 59351], [59352, 166475],
[16482, 59353], [59354, 166652], [37927, 59355], [59356, 166941],
[59357, 166971], [34021, 59358], [35371, 59359], [38297, 59360],
[38311, 59361], [38295, 59362], [38294, 59363], [59364, 167220],
[29765, 59365], [16066, 59366], [59367, 149759], [59368, 150082],
[59369, 148458], [16103, 59370], [59371, 143909], [38543, 59372],
[59373, 167655], [59374, 167526], [59375, 167525], [16076, 59376],
[59377, 149997], [59378, 150136], [59379, 147438], [29714, 59380],
[29803, 59381], [16124, 59382], [38721, 59383], [59384, 168112],
[26695, 59385], [18973, 59386], [59387, 168083], [59388, 153567], 0,
[37736, 59390], [59391, 166281], [59392, 166950], [59393, 166703],
[59394, 156606], [37562, 59395], [23313, 59396], [35689, 59397],
[18748, 59398], [29689, 59399], [59400, 147995], [38811, 59401], 0,
[39224, 59403], [59404, 134950], [24001, 59405], [59406, 166853],
[59407, 150194], [38943, 59408], [59409, 169178], [37622, 59410],
[59411, 169431], [37349, 59412], [17600, 59413], [59414, 166736],
[59415, 150119], [59416, 166756], [39132, 59417], [59418, 166469],
[16128, 59419], [37418, 59420], [18725, 59421], [33812, 59422],
[39227, 59423], [39245, 59424], [59425, 162566], [15869, 59426], 0,
[19311, 59428], [39338, 59429], [39516, 59430], [59431, 166757],
[59432, 153800], [27279, 59433], [39457, 59434], [23294, 59435],
[39471, 59436], [59437, 170225], [19344, 59438], [59439, 170312],
[39356, 59440], [19389, 59441], [19351, 59442], [37757, 59443],
[22642, 59444], [59445, 135938], [22562, 59446], [59447, 149944],
[59448, 136424], [30788, 59449], [59450, 141087], [59451, 146872],
[26821, 59452], [15741, 59453], [37976, 59454], [14631, 59455],
[24912, 59456], [59457, 141185], [59458, 141675], [24839, 59459],
[40015, 59460], [40019, 59461], [40059, 59462], [39989, 59463],
[39952, 59464], [39807, 59465], [39887, 59466], [59467, 171565],
[39839, 59468], [59469, 172533], [59470, 172286], [40225, 59471],
[19630, 59472], [59473, 147716], [40472, 59474], [19632, 59475],
[40204, 59476], [59477, 172468], [59478, 172269], [59479, 172275],
[59480, 170287], [40357, 59481], [33981, 59482], [59483, 159250],
[59484, 159711], [59485, 158594], [34300, 59486], [17715, 59487],
[59488, 159140], [59489, 159364], [59490, 159216], [33824, 59491],
[34286, 59492], [59493, 159232], [59494, 145367], [59495, 155748],
[31202, 59496], [59497, 144796], [59498, 144960], [59500, 149982],
[15714, 59501], [37851, 59502], [37566, 59503], [37704, 59504],
[59505, 131775], [30905, 59506], [37495, 59507], [37965, 59508],
[20452, 59509], [13376, 59510], [36964, 59511], [59512, 152925],
[30781, 59513], [30804, 59514], [30902, 59515], [30795, 59516],
[59517, 137047], [59518, 143817], [59519, 149825], [13978, 59520],
[20338, 59521], [28634, 59522], [28633, 59523], 0, [28702, 59524, 59525],
[21524, 59526], [59527, 147893], [22459, 59528], [22771, 59529],
[22410, 59530], [40214, 59531], [22487, 59532], [28980, 59533],
[13487, 59534], [59535, 147884], [29163, 59536], [59537, 158784],
[59538, 151447], 0, [59540, 137141], [59541, 166473], [24844, 59542],
[23246, 59543], [23051, 59544], [17084, 59545], [59546, 148616],
[14124, 59547], [19323, 59548], [59549, 166396], [37819, 59550],
[37816, 59551], [59552, 137430], [59553, 134941], [33906, 59554],
[59555, 158912], [59556, 136211], [59557, 148218], [59558, 142374],
[59559, 148417], [22932, 59560], [59561, 146871], [59562, 157505],
[32168, 59563], [59564, 155995], [59565, 155812], [59566, 149945],
[59567, 149899], [59568, 166394], [37605, 59569], [29666, 59570],
[16105, 59571], [29876, 59572], [59573, 166755], [59574, 137375],
[16097, 59575], [59576, 150195], [27352, 59577], [29683, 59578],
[29691, 59579], [16086, 59580], [59581, 150078], [59582, 150164],
[59583, 137177], [59584, 150118], [59585, 132007], [59586, 136228],
[59587, 149989], [29768, 59588], [59589, 149782], [28837, 59590],
[59591, 149878], [37508, 59592], [29670, 59593], [37727, 59594],
[59595, 132350], [37681, 59596], [59597, 166606], [59598, 166422],
[37766, 59599], [59600, 166887], [59601, 153045], [18741, 59602],
[59603, 166530], [29035, 59604], [59605, 149827], [59606, 134399],
[22180, 59607], [59608, 132634], [59609, 134123], [59610, 134328],
[21762, 59611], [31172, 59612], [59613, 137210], [32254, 59614],
[59615, 136898], [59616, 150096], [59617, 137298], [17710, 59618],
[37889, 59619], [14090, 59620], [59621, 166592], [59622, 149933],
[22960, 59623], [59624, 137407], [59625, 137347], [59626, 160900],
[23201, 59627], [14050, 59628], [59629, 146779], [14000, 59630],
[37471, 59631], [23161, 59632], [59633, 166529], [59634, 137314],
[37748, 59635], [15565, 59636], [59637, 133812], [19094, 59638],
[14730, 59639], [20724, 59640], [15721, 59641], [15692, 59642],
[59643, 136092], [29045, 59644], [17147, 59645], [59646, 164376],
[28175, 59647], [59648, 168164], [17643, 59649], [27991, 59650],
[59651, 163407], [28775, 59652], [27823, 59653], [15574, 59654],
[59655, 147437], [59656, 146989], [28162, 59657], [28428, 59658],
[15727, 59659], [59660, 132085], [30033, 59661], [14012, 59662],
[13512, 59663], [18048, 59664], [16090, 59665], [18545, 59666],
[22980, 59667], [37486, 59668], [18750, 59669], [36673, 59670],
[59671, 166940], [59672, 158656], [22546, 59673], [22472, 59674],
[14038, 59675], [59676, 136274], [28926, 59677], [59678, 148322],
[59679, 150129], [59680, 143331], [59681, 135856], [59682, 140221],
[26809, 59683], [26983, 59684], [59685, 136088], [59686, 144613],
[59687, 162804], [59688, 145119], [59689, 166531], [59690, 145366],
[59691, 144378], [59692, 150687], [27162, 59693], [59694, 145069],
[59695, 158903], [33854, 59696], [17631, 59697], [17614, 59698],
[59699, 159014], [59700, 159057], [59701, 158850], [59702, 159710], 0, 0,
[33597, 59705], [59706, 137018], [33773, 59707], [59708, 158848],
[59709, 159827], [59710, 137179], [22921, 59711], [23170, 59712],
[59713, 137139], [23137, 59714], [23153, 59715], [59716, 137477],
[59717, 147964], [14125, 59718], [23023, 59719], [59720, 137020],
[14023, 59721], [29070, 59722], [37776, 59723], [26266, 59724],
[59725, 148133], [23150, 59726], [23083, 59727], [59728, 148115],
[27179, 59729], [59730, 147193], [59731, 161590], [59732, 148571],
[59733, 148170], [28957, 59734], [59735, 148057], [59736, 166369],
[20400, 59737], [59738, 159016], [23746, 59739], [59740, 148686],
[59741, 163405], [59742, 148413], [27148, 59743], [59744, 148054],
[59745, 135940], 0, [28979, 59747], [59748, 148457], [15781, 59749],
[27871, 59750], [59751, 194597], [23019, 59754], [24412, 59757],
[59764, 144128], [31955, 59776], [59783, 162548], [59786, 153334],
[59790, 162584], [36972, 59791], [33270, 59795], [30476, 59797],
[27810, 59799], [22269, 59800], [22633, 59828], [26465, 59832],
[23646, 59838], [22770, 59841], [28857, 59843], [26627, 59853],
[36795, 59859], [36796, 59861], [20001, 59871], [31545, 59898],
[15820, 59902], [29482, 57990, 59909], [30048, 59912], [22586, 59920],
[33446, 59932], [27018, 59940], [24803, 59944], [20206, 59984],
[39364, 60002], [40639, 60023], [21249, 60025], [26528, 60038],
[24808, 60046], [20916, 60053], [31363, 60064], [39994, 60075],
[31432, 60093], [26906, 60098], [22956, 60100], [22592, 60102],
[21610, 60114], [24807, 60123], [22138, 60125], [26965, 60132],
[39983, 60133], [34725, 60134], [23584, 60141], [24075, 60143],
[26398, 60147], [33965, 60157], [35713, 60161], [20088, 60166],
[25283, 60176], [26709, 60180], 0, [33533, 60190], [35237, 60194],
[36768, 60196], [38840, 60198], [38983, 60200], [39613, 60201],
[24497, 60218], [26184, 60219], [26303, 60220], [60221, 162425], 0,
[60225, 149946], 0, 0, [60230, 131910], [26382, 60232], [26904, 60233],
[60235, 161367], [60236, 155618], [60239, 161278], [60240, 139418],
[18640, 60241], [19128, 60242], [60244, 166554], [60247, 147515],
[60250, 150085], [60251, 132554], [20946, 60252], [60253, 132625],
[22943, 60254], [60255, 138920], [15294, 60256], [60257, 146687],
[14747, 60262], [60264, 165352], [60265, 170441], [14178, 60266],
[60267, 139715], [35678, 60268], [60269, 166734], 0, [29193, 60274],
[60276, 134264], [60280, 132985], [36570, 60281], [21135, 60283],
[29041, 60285], [60288, 147274], [60289, 150183], [21948, 60290],
[60293, 158546], [13427, 60295], [60297, 161330], [18200, 60299],
[60303, 149823], [20582, 60305], [13563, 60306], [60307, 144332], 0,
[18300, 60310], [60311, 166216], [60315, 138640], 0, [60320, 162834],
[36950, 60321], [60323, 151450], [35682, 60324], [23899, 60327],
[60328, 158711], 0, [60331, 137500], [35562, 60332], [60333, 150006],
[60335, 147439], [19392, 60337], [60340, 141083], [37989, 60341],
[60342, 153569], [24981, 60343], [23079, 60344], [60345, 194765], 0,
[60348, 148769], [20074, 60350], [60351, 149812], [38486, 60352],
[28047, 60353], [60354, 158909], [35191, 60356], [60359, 156689], 0,
[31554, 60363], [60364, 168128], [60365, 133649], 0, [31301, 60369],
[39462, 60372], [13919, 60374], [60375, 156777], [60376, 131105],
[31107, 60377], [23852, 60380], [60381, 144665], 0, [18128, 60384],
[30011, 60386], [34917, 60387], [22710, 60389], [14108, 60390],
[60391, 140685], [15444, 60394], [37505, 60397], [60398, 139642],
[37680, 60400], [60402, 149968], [27705, 60403], [60406, 134904],
[34855, 60407], [35061, 60408], [60409, 141606], [60410, 164979],
[60411, 137137], [28344, 60412], [60413, 150058], [60414, 137248],
[14756, 60415], 0, 0, [17727, 60419], [26294, 60420], [60421, 171181],
[60422, 170148], [35139, 60423], [16607, 60427], [60428, 136714],
[14753, 60429], [60430, 145199], [60431, 164072], [60432, 136133],
[29101, 60433], [33638, 60434], [60436, 168360], 0, [19639, 60438],
[60439, 159919], [60440, 166315], [60445, 147834], [31555, 60446],
[31102, 60447], [28597, 60449], [60450, 172767], [27139, 60451],
[60452, 164632], [21410, 60453], [60454, 159239], [37823, 60455],
[26678, 60456], [38749, 59389, 60457], [60458, 164207], [60460, 158133],
[60461, 136173], [60462, 143919], [23941, 60464], [60465, 166960],
[22293, 60467], [38947, 60468], [60469, 166217], [23979, 60470],
[60471, 149896], [26046, 60472], [27093, 60473], [21458, 60474],
[60475, 150181], [60476, 147329], [15377, 60477], [26422, 60478],
[60482, 139169], [13770, 60490], [18682, 60493], 0, [30728, 60496],
[37461, 60497], [17394, 60499], [17375, 60501], [23032, 60505], 0,
[22155, 60518], [60520, 169449], [36882, 60541], [21953, 60546],
[17673, 60551], [32383, 60552], [28502, 60553], [27313, 60554],
[13540, 60556], [60558, 161949], [14138, 60559], 0, [60562, 163876],
[60565, 162366], [15851, 60567], [60569, 146615], [60574, 156248],
[22207, 60575], [36366, 60577], [23405, 60578], [25566, 60581], 0,
[25904, 60585], [22061, 60586], [21530, 60588], [60591, 171416],
[19581, 60592], [22050, 60593], [22046, 60594], [32585, 60595],
[22901, 60597], [60598, 146752], [34672, 60599], [33047, 60604],
[40286, 60605], [36120, 60606], [30267, 60607], [40005, 60608],
[30286, 60609], [30649, 60610], [37701, 60611], [21554, 60612],
[33096, 60613], [33527, 60614], [22053, 60615], [33074, 60616],
[33816, 60617], [32957, 60618], [21994, 60619], [31074, 60620],
[22083, 60621], [21526, 60622], [60623, 134813], [13774, 60624],
[22021, 57509, 60625], [22001, 60626], [26353, 60627], [60628, 164578],
[13869, 60629], [30004, 60630], [22000, 60631], [21946, 60632],
[21655, 60633], [21874, 60634], [60635, 134209], [60636, 134294],
[24272, 57652, 60637], [60639, 134774], [60640, 142434], [60641, 134818],
[40619, 60642], [32090, 60643], 0, [60645, 135285], [25245, 60646],
[38765, 60647], [21652, 60648], [36045, 60649], [29174, 60650],
[37238, 60651], [25596, 60652], [25529, 60653], [25598, 60654],
[21865, 60655], [60656, 142147], [40050, 60657], [60658, 143027],
[20890, 60659], [13535, 60660], [60661, 134567], [20903, 60662],
[21581, 60663], [21790, 60664], [21779, 60665], [30310, 60666],
[36397, 60667], [60668, 157834], [30129, 60669], [32950, 60670],
[34820, 60671], 0, [35015, 60673], [33206, 60674], [33820, 60675],
[17644, 60677], [29444, 60678], [33547, 60681], [22139, 60683],
[37232, 60690], [37384, 60692], [60696, 134905], [29286, 60697],
[18254, 60699], [60701, 163833], [16634, 60703], [40029, 60704],
[25887, 60705], [18675, 60707], [60708, 149472], [60709, 171388], 0,
[60713, 161187], 60715, [60716, 155720], [29091, 60718], [32398, 60719],
[40272, 60720], [13687, 60723], [27826, 60725], [21351, 60726],
[14812, 60728], [60731, 149016], [33325, 60734], [21579, 60735], 60739,
[14930, 60740], [29556, 60742], [60743, 171692], [19721, 60744],
[39917, 60745], 0, [19547, 60748], [60751, 171998], [33884, 60752],
[60754, 160434], [25390, 60757], [32037, 60758], [14890, 60761],
[36872, 60762], [21196, 60763], [15988, 60764], [13946, 60765],
[17897, 60766], [60767, 132238], [30272, 60768], [23280, 60769],
[60770, 134838], [30842, 60771], [18358, 60772], [22695, 60773],
[16575, 60774], [22140, 60775], [39819, 60776], [23924, 60777],
[30292, 60778], [60779, 173108], [40581, 60780], [19681, 60781], 0,
[14331, 60783], [24857, 60784], [60786, 148466], 60787, [22109, 60788],
[60792, 171526], [21044, 60793], [13741, 60795], 0, [40316, 60797],
[31830, 60798], [39737, 60799], [22494, 60800], [23635, 60802],
[25811, 60803], [60804, 169168], [60805, 156469], [34477, 60807],
[60808, 134440], [60811, 134513], 60812, [20990, 60813], [60814, 139023],
[23950, 60815], [38659, 60816], [60817, 138705], [40577, 60818],
[36940, 60819], [31519, 60820], [39682, 60821], [23761, 60822],
[31651, 60823], [25192, 60824], [25397, 60825], [39679, 60826],
[31695, 60827], [39722, 60828], [31870, 60829], 0, [31810, 60831],
[31878, 60832], [39957, 60833], [31740, 60834], [39689, 60835], 0, 39982,
[40794, 60839], [21875, 60840], [23491, 60841], [20477, 60842],
[40600, 60843], [20466, 60844], [21088, 60845], [21201, 60847],
[22375, 60848], [20566, 60849], [22967, 60850], [24082, 60851],
[38856, 60852], [40363, 60853], [36700, 60854], [21609, 60855],
[38836, 60856], [39232, 60857], [38842, 60858], [21292, 60859],
[24880, 60860], [26924, 60861], [21466, 60862], [39946, 60863],
[40194, 60864], [19515, 60865], [38465, 60866], [27008, 60867],
[20646, 60868], [30022, 60869], [60870, 137069], [39386, 60871],
[21107, 60872], 60873, [37209, 60874], [38529, 60875], [37212, 60876],
60877, [37201, 60878], [60879, 167575], [25471, 60880], [27338, 60882],
[22033, 60883], [37262, 60884], [30074, 60885], [25221, 60886],
[29519, 60888], [31856, 60889], [60890, 154657], 60892, [30422, 60894],
[39837, 60895], [20010, 60896], [60897, 134356], [33726, 60898],
[34882, 60899], 60900, [23626, 60901], [27072, 60902], 0, 0,
[21023, 60905], [24053, 60906], [20174, 60907], [27697, 60908],
[60909, 131570], [20281, 60910], [21660, 60911], 0, [21146, 60913],
[36226, 60914], [13822, 60915], 0, [13811, 60917], 60918, [27474, 60919],
[37244, 60920], [40869, 60921], [39831, 60922], [38958, 60923],
[39092, 60924], [39610, 60925], [40616, 60926], [40580, 60927],
[31508, 60929], 60930, [27642, 60931], [34840, 60932], [32632, 60933],
60934, [22048, 60935], [60936, 173642], [36471, 60937], [40787, 60938],
60939, [36308, 60940], [36431, 60941], [40476, 60942], [36353, 60943],
[25218, 60944], [60945, 164733], [36392, 60946], [36469, 60947],
[31443, 60948], [31294, 60950], [30936, 60951], [27882, 60952],
[35431, 60953], [30215, 60954], [40742, 60956], [27854, 60957],
[34774, 60958], [30147, 60959], [60960, 172722], [30803, 60961],
[36108, 60963], [29410, 60964], [29553, 60965], [35629, 60966],
[29442, 60967], [29937, 60968], [36075, 60969], [60970, 150203],
[34351, 60971], [24506, 60972], [34976, 60973], [17591, 60974], 60975,
[60977, 159237], 60978, [35454, 60979], [60980, 140571], 60981,
[24829, 60982], [30311, 60983], [39639, 60984], [40260, 60985],
[37742, 58859, 60986], [39823, 60987], [34805, 60988], 60989, 0,
[36087, 60991], [29484, 60992], [38689, 60993], [39856, 60994],
[13782, 60995], [29362, 60996], [19463, 60997], [31825, 60998],
[39242, 60999], [24921, 61001], [19460, 61002], [40598, 61003],
[24957, 61004], 61005, [22367, 61006], [24943, 61007], [25254, 61008],
[25145, 61009], 0, [14940, 61011], [25058, 61012], [21418, 61013],
[25444, 61015], [26626, 61016], [13778, 61017], [23895, 61018],
[36826, 61020], [61021, 167481], 61022, [20697, 61023], [30982, 61025],
[21298, 61026], [38456, 61027], [61028, 134971], [16485, 61029], 61030,
[30718, 61031], 61032, [31938, 61033], [61034, 155418], [31962, 61035],
[31277, 61036], [32870, 61037], [32867, 61038], [32077, 61039],
[29957, 61040], [29938, 61041], [35220, 61042], [33306, 61043],
[26380, 61044], [32866, 61045], [61046, 160902], [32859, 61047],
[29936, 61048], [33027, 61049], [30500, 61050], [35209, 61051],
[61052, 157644], [30035, 61053], [34729, 61055], [34766, 61056],
[33224, 61057], [34700, 61058], [35401, 61059], [36013, 61060],
[35651, 61061], [30507, 61062], [29944, 61063], [34010, 61064],
[27058, 61066], [36262, 61067], 61068, [35241, 58392, 61069], 0,
[28089, 61071], [34753, 61072], [61073, 147473], [29927, 61074],
[15835, 61075], [29046, 61076], [24740, 57702, 61077], [24988, 61078],
[15569, 61079], 0, [24695, 61081], 61082, [32625, 61083], 0,
[24809, 61086], [19326, 61087], [57344, 132423], [37595, 57345],
[57346, 132575], [57347, 147397], [34124, 57348], [17077, 57349],
[29679, 57350], [20917, 57351], [13897, 57352], [57353, 149826],
[57354, 166372], [37700, 57355], [57356, 137691], [33518, 57357],
[57358, 146632], [30780, 57359], [26436, 57360], [25311, 57361],
[57362, 149811], [57363, 166314], [57364, 131744], [57365, 158643],
[57366, 135941], [20395, 57367], [57368, 140525], [20488, 57369],
[57370, 159017], [57371, 162436], [57372, 144896], [57373, 150193],
[57374, 140563], 0, [57376, 131966], [24484, 57377], [57378, 131968],
[57379, 131911], [28379, 57380], [57381, 132127], 20702, [20737, 57383],
[13434, 57384], [20750, 57385], [39020, 57386], [14147, 57387],
[33814, 57388], [57389, 149924], [57390, 132231], [20832, 57391],
[57392, 144308], [20842, 57393], [57394, 134143], [57395, 139516],
[57396, 131813], [57397, 140592], [57398, 132494], [57399, 143923],
[57400, 137603], [23426, 57401], [34685, 57402], [57403, 132531],
[57404, 146585], [20914, 57405], [20920, 57406], [40244, 57407],
[20937, 57408], [20943, 57409], [20945, 57410], [15580, 57411],
[20947, 57412], [57413, 150182], [20915, 57414], 0, 0, [20973, 57417],
[33741, 57418], [26942, 57419], [57420, 145197], [24443, 57421],
[21003, 57422], [21030, 57423], [21052, 57424], [21173, 57425],
[21079, 57426], [21140, 57427], [21177, 57428], [21189, 57429],
[31765, 57430], [34114, 57431], [21216, 57432], [34317, 57433],
[57434, 158483], 0, [57436, 166622], [21833, 57437], [28377, 57438],
[57439, 147328], [57440, 133460], [57441, 147436], [21299, 57442], 0,
[57444, 134114], [27851, 57445], [57446, 136998], [26651, 57447],
[29653, 57448], [24650, 57449], [16042, 57450], [14540, 57451],
[57452, 136936], [29149, 57453], [17570, 57454], [21357, 57455],
[21364, 57456], [57457, 165547], [21374, 57458], 0, [57460, 136598],
[57461, 136723], [30694, 57462], [21395, 57463], [57464, 166555],
[21408, 57465], [21419, 57466], [21422, 57467], [29607, 57468],
[57469, 153458], [16217, 57470], [29596, 57471], [21441, 57472],
[21445, 57473], [27721, 57474], [20041, 57475], [22526, 57476],
[21465, 57477], [15019, 57478], [57479, 134031], [21472, 57480],
[57481, 147435], [57482, 142755], [21494, 57483], [57484, 134263],
[21523, 57485], [28793, 57486], [21803, 57487], [26199, 57488],
[27995, 57489], [21613, 57490], [57491, 158547], [57492, 134516],
[21853, 57493], [21647, 57494], [21668, 57495], [18342, 57496],
[57497, 136973], [57498, 134877], [15796, 57499], [57500, 134477],
[57501, 166332], [57502, 140952], [21831, 57503], [19693, 57504],
[21551, 57505], [29719, 57506], [21894, 57507], [21929, 57508], 0,
[57510, 137431], [57511, 147514], [17746, 57512], [57513, 148533],
[26291, 57514], [57515, 135348], [22071, 57516], [26317, 57517],
[57518, 144010], [26276, 57519], 0, [22093, 57521], [22095, 57522],
[30961, 57523], [22257, 57524], [38791, 57525], [21502, 57526],
[22272, 57527], [22255, 57528], [22253, 57529], [57530, 166758],
[13859, 57531], [57532, 135759], [22342, 57533], [57534, 147877],
[27758, 57535], [28811, 57536], [22338, 57537], [14001, 57538],
[57539, 158846], [22502, 57540], [57541, 136214], [22531, 57542],
[57543, 136276], [57544, 148323], [22566, 57545], [57546, 150517], 0,
[22698, 57548], [13665, 57549], [22752, 57550], [22748, 57551],
[57552, 135740], [22779, 57553], [23551, 57554], [22339, 57555],
[57556, 172368], [57557, 148088], [37843, 57558], [13729, 57559],
[22815, 57560], [26790, 57561], [14019, 57562], [28249, 57563],
[57564, 136766], [23076, 57565], 0, [57567, 136850], [34053, 57568],
[22985, 57569], [57570, 134478], [57571, 158849], [57572, 159018],
[57573, 137180], [23001, 57574], [57575, 137211], [57576, 137138],
[57577, 159142], [28017, 57578], [57579, 137256], [57580, 136917],
[23033, 57581], [57582, 159301], [23211, 57583], [23139, 57584],
[14054, 57585], [57586, 149929], 0, [14088, 57588], [23190, 57589],
[29797, 57590], [23251, 57591], [57592, 159649], [57593, 140628],
[57595, 137489], [14130, 57596], [57597, 136888], [24195, 57598],
[21200, 57599], [23414, 57600], [25992, 57601], [23420, 57602],
[57603, 162318], [16388, 57604], [18525, 57605], [57606, 131588],
[23509, 57607], [57609, 137780], [57610, 154060], [57611, 132517],
[23539, 57612], [23453, 57613], [19728, 57614], [23557, 57615],
[57616, 138052], [23571, 57617], [29646, 57618], [23572, 57619],
[57620, 138405], [57621, 158504], [23625, 57622], [18653, 57623],
[23685, 57624], [23785, 57625], [23791, 57626], [23947, 57627],
[57628, 138745], [57629, 138807], [23824, 57630], [23832, 57631],
[23878, 57632], [57633, 138916], [23738, 57634], [24023, 57635],
[33532, 57636], [14381, 57637], [57638, 149761], [57639, 139337],
[57640, 139635], [33415, 57641], [14390, 57642], [15298, 57643],
[24110, 57644], [27274, 57645], 0, 57647, [57648, 148668], [57649, 134355],
[21414, 57650], [20151, 57651], 0, [21416, 57653], [57654, 137073],
[24073, 57655], 57656, [57657, 164994], [24313, 57658], [24315, 57659],
[14496, 57660], [24316, 57661], [26686, 57662], [37915, 57663],
[24333, 57664], [57665, 131521], [57666, 194708], [15070, 57667],
[57669, 135994], [24378, 57670], [57671, 157832], [57672, 140240],
[57674, 140401], [24419, 57675], [57677, 159342], [24434, 57678],
[37696, 57679], [57680, 166454], [24487, 57681], [23990, 57682],
[15711, 57683], [57684, 152144], [57685, 139114], [57686, 159992],
[57687, 140904], [37334, 57688], [57689, 131742], [57690, 166441],
[24625, 57691], [26245, 57692], [14691, 57694], [15815, 57695],
[13881, 57696], [22416, 57697], [57698, 141236], [31089, 57699],
[15936, 57700], [24734, 57701], 0, 0, [57704, 149890], [57705, 149903],
[57706, 162387], [29860, 57707], [20705, 57708], [23200, 57709],
[24932, 57710], [24898, 57712], [57713, 194726], [57714, 159442],
[24961, 57715], [20980, 57716], [57717, 132694], [24967, 57718],
[23466, 57719], [57720, 147383], [57721, 141407], [25043, 57722],
[57723, 166813], [57724, 170333], [25040, 57725], [14642, 57726],
[57727, 141696], [57728, 141505], [24611, 57729], [24924, 57730],
[25886, 57731], [25483, 57732], [57733, 131352], [25285, 57734],
[57735, 137072], [25301, 57736], [57737, 142861], [25452, 57738],
[57739, 149983], [14871, 57740], [25656, 57741], [25592, 57742],
[57743, 136078], [57744, 137212], [28554, 57746], [57747, 142902], 0,
[57750, 153373], [25825, 57751], [25829, 57752], [38011, 57753],
[14950, 57754], [25658, 57755], [14935, 57756], [25933, 57757],
[28438, 57758], [57759, 150056], [57760, 150051], [25989, 57761],
[25965, 57762], [25951, 57763], 0, [26037, 57765], [57766, 149824],
[19255, 57767], [26065, 57768], [16600, 57769], [57770, 137257], 57771,
[26083, 57772], [24543, 57773], [57774, 144384], [26136, 57775],
[57776, 143863], [57777, 143864], [26180, 57778], [57779, 143780],
[57780, 143781], [26187, 57781], [57782, 134773], [26215, 57783],
[57784, 152038], [26227, 57785], 0, [57788, 143921], [57789, 165364],
[57790, 143816], [57791, 152339], [30661, 57792], [57793, 141559],
[39332, 57794], [26370, 57795], [57796, 148380], [57797, 150049],
[27130, 57799], [57800, 145346], 0, [26471, 57802], [26466, 57803],
[57804, 147917], [57805, 168173], [26583, 57806], [17641, 57807],
[26658, 57808], [28240, 57809], [37436, 57810], [26625, 57811],
[57812, 144358], [57813, 159136], [26717, 57814], [57815, 144495],
[27105, 57816], [27147, 57817], [57818, 166623], [26995, 57819],
[26819, 57820], [57821, 144845], [26881, 57822], [26880, 57823],
[14849, 57825], [57826, 144956], [15232, 57827], [26540, 57828],
[26977, 57829], [57830, 166474], [17148, 57831], [26934, 57832],
[27032, 57833], [15265, 57834], [57835, 132041], [33635, 57836],
[20624, 57837], [27129, 57838], [57839, 144985], [57840, 139562],
[27205, 57841], [57842, 145155], [27293, 57843], [15347, 57844],
[26545, 57845], [27336, 57846], [57847, 168348], [15373, 57848],
[27421, 57849], [57850, 133411], [24798, 57851, 60308], [27445, 57852],
[27508, 57853], [57854, 141261], [28341, 57855], [57856, 146139], 0,
[57858, 137560], [14144, 57859], [21537, 57860], [57861, 146266],
[27617, 57862], [57863, 147196], [27612, 57864], [27703, 57865],
[57866, 140427], [57867, 149745], [57868, 158545], [27738, 57869],
[33318, 57870], [27769, 57871], [57872, 146876], [17605, 57873],
[57874, 146877], [57875, 147876], [57876, 149772], [57877, 149760],
[57878, 146633], [14053, 57879], [15595, 57880], [57881, 134450],
[39811, 57882], [57883, 143865], [57884, 140433], [32655, 57885],
[26679, 57886], [57887, 159013], [57888, 159137], [57889, 159211],
[28054, 57890], [27996, 57891], [28284, 57892], [28420, 57893],
[57894, 149887], [57895, 147589], [57896, 159346], [34099, 57897],
[57898, 159604], [20935, 57899], 0, 0, [33838, 57902], [57903, 166689], 0,
[57905, 146991], [29779, 57906], [57907, 147330], [31180, 57908],
[28239, 57909], [23185, 57910], [57911, 143435], [28664, 57912],
[14093, 57913], [28573, 57914], [57915, 146992], [28410, 57916],
[57917, 136343], [57918, 147517], [17749, 57919], [37872, 57920],
[28484, 57921], [28508, 57922], [15694, 57923], [28532, 57924],
[57925, 168304], [15675, 57926], [28575, 57927], [57928, 147780],
[28627, 57929], [57930, 147601], [57931, 147797], [57932, 147513],
[57933, 147440], [57934, 147380], [57935, 147775], [20959, 57936],
[57937, 147798], [57938, 147799], [57939, 147776], [57940, 156125],
[28747, 57941], [28798, 57942], [28839, 57943], 0, [28876, 57945],
[28885, 57946], [28886, 57947], [28895, 57948], [16644, 57949],
[15848, 57950], [29108, 57951], [29078, 57952], [57953, 148087],
[28971, 57954], [28997, 57955], [23176, 57956], [29002, 57957], 0,
[57960, 148325], [29007, 57961], [37730, 57962], [57963, 148161],
[28972, 57964], [57965, 148570], [57966, 150055], [57967, 150050],
[29114, 57968], [57969, 166888], [28861, 57970], [29198, 57971],
[37954, 57972], [29205, 57973], [22801, 57974], [37955, 57975],
[29220, 57976], [37697, 57977], [57978, 153093], [29230, 57979],
[29248, 57980], [57981, 149876], [26813, 57982], [29269, 57983],
[29271, 57984], [15957, 57985], [57986, 143428], [26637, 57987],
[28477, 57988], [29314, 57989], 0, [29483, 57991], [57992, 149539],
[57993, 165931], [18669, 57994], [57995, 165892], [29480, 57996],
[29486, 57997], [29647, 57998], [29610, 57999], [58000, 134202],
[58001, 158254], [29641, 58002], [29769, 58003], [58004, 147938],
[58005, 136935], [58006, 150052], [26147, 58007], [14021, 58008],
[58009, 149943], [58010, 149901], [58011, 150011], [29687, 58012],
[29717, 58013], [26883, 58014], [58015, 150054], [29753, 58016],
[16087, 58018], 0, [58020, 141485], [29792, 58021], [58022, 167602],
[29767, 58023], [29668, 58024], [29814, 58025], [33721, 58026],
[29804, 58027], [29812, 58029], [37873, 58030], [27180, 58031],
[29826, 58032], [18771, 58033], [58034, 150156], [58035, 147807],
[58036, 150137], [58037, 166799], [23366, 58038], [58039, 166915],
[58040, 137374], [29896, 58041], [58042, 137608], [29966, 58043],
[29982, 58045], [58046, 167641], [58047, 137803], [23511, 58048],
[58049, 167596], [37765, 58050], [30029, 58051], [30026, 58052],
[30055, 58053], [30062, 58054], [58055, 151426], [16132, 58056],
[58057, 150803], [30094, 58058], [29789, 58059], [30110, 58060],
[30132, 58061], [30210, 58062], [30252, 58063], [30289, 58064],
[30287, 58065], [30319, 58066], 58067, [58068, 156661], [30352, 58069],
[33263, 58070], [14328, 58071], [58072, 157969], [58073, 157966],
[30369, 58074], [30373, 58075], [30391, 58076], [30412, 58077],
[58078, 159647], [33890, 58079], [58080, 151709], [58081, 151933],
[58082, 138780], [30494, 58083], [30502, 58084], [30528, 58085],
[25775, 58086], [58087, 152096], [30552, 58088], [58089, 144044],
[30639, 58090], [58091, 166244], [58092, 166248], [58093, 136897],
[30708, 58094], 0, [26826, 58098], [30895, 58099], [30919, 58100],
[30931, 58101], [38565, 58102], [31022, 58103], [58104, 153056],
[30935, 58105], [31028, 58106], [30897, 58107], [58108, 161292],
[36792, 58109], [34948, 58110], [58113, 140828], [31110, 58114],
[35072, 58115], [26882, 58116], [31104, 58117], [58118, 153687],
[31133, 58119], [58120, 162617], [31036, 58121], [31145, 58122],
[28202, 58123], [58124, 160038], [16040, 58125], [31174, 58126],
[58127, 168205], [31188, 58128], 0, [21797, 62526], 0, [62528, 134210],
[62529, 134421], [62530, 151851], [21904, 62531], [62532, 142534],
[14828, 62533], [62534, 131905], [36422, 62535], [62536, 150968],
[62537, 169189], 0, [62539, 164030], [30586, 62540], [62541, 142392],
[14900, 62542], [18389, 62543], [62544, 164189], [62545, 158194],
[62546, 151018], [25821, 62547], [62548, 134524], [62549, 135092],
[62550, 134357], 0, [25741, 62552], [36478, 62553], [62554, 134806], 0,
[62556, 135012], [62557, 142505], [62558, 164438], [62559, 148691], 0,
[62561, 134470], [62562, 170573], [62563, 164073], [18420, 62564],
[62565, 151207], [62566, 142530], [39602, 62567], [14951, 62568],
[62569, 169460], [16365, 62570], [13574, 62571], [62572, 152263],
[62573, 169940], 0, [62575, 142660], [40302, 62576], [38933, 62577], 0,
[17369, 62579], 0, [25780, 62581], [21731, 62582], 0, [62584, 142282], 0,
[14843, 62586], 0, [62588, 157402], [62589, 157462], [62590, 162208],
[25834, 62591], [62592, 151634], [62593, 134211], [36456, 62594], 0,
[62596, 166732], [62597, 132913], 0, [18443, 62599], [62600, 131497],
[16378, 62601], [22643, 62602], [62603, 142733], 0, [62605, 148936],
[62606, 132348], [62607, 155799], [62608, 134988], 0, [21881, 62610], 0,
[17338, 62612], 0, [19124, 62614], [62615, 141926], [62616, 135325],
[33194, 62617], [39157, 62618], [62619, 134556], [25465, 62620],
[14846, 62621], [62622, 141173], [36288, 62623], [22177, 62624],
[25724, 62625], [15939, 62626], 0, [62628, 173569], [62629, 134665],
[62630, 142031], 0, 0, [62633, 135368], [62634, 145858], [14738, 62635],
[14854, 62636], [62637, 164507], [13688, 62638], [62639, 155209],
[62640, 139463], 0, 0, [62643, 142514], [62644, 169760], [13500, 62645],
[27709, 62646], [62647, 151099], 0, 0, [62650, 161140], [62651, 142987],
[62652, 139784], [62653, 173659], [62654, 167117], [62655, 134778],
[62656, 134196], [62683, 161337], [62684, 142286], [62687, 142417],
[14872, 62689], [62691, 135367], [62693, 173618], [62695, 167122],
[62696, 167321], [62697, 167114], [38314, 62698], 0, [62706, 161630],
[28992, 62708], 0, [20822, 62385], 0, [20616, 62487], 0, [13459, 62489],
[20870, 62491], [24130, 63037], [20997, 62495], [21031, 62436],
[21113, 62497], 0, [13651, 62504], [21442, 62505], [21343, 62715], 0,
[21823, 62520], 0, [21976, 59986], [13789, 62722], [22049, 63067], 0,
[22100, 60044], [60148, 135291], 0, [60153, 135379], 0, [61095, 135934], 0,
0, [14265, 60104], [23745, 61099], [23829, 63066], [23894, 63030],
[14392, 63036], [20097, 62477], [24253, 63038], [14612, 63042],
[25017, 63050], [25232, 63054], [25368, 63056], [25690, 63063],
[25745, 62381], [33133, 62709], [33156, 59922], [33171, 59924],
[26624, 63080], [15292, 63093], [29327, 60517], [29389, 59781], 0,
[29497, 59785], [30018, 59811], [30172, 59817], [16320, 59818],
[60278, 151205], [16343, 59820], 0, 30336, [30348, 59824, 151388],
[16552, 59845], [30777, 59846], [16643, 59855], [31377, 59863],
[31771, 59876], [31981, 59884], [32659, 62658], [32686, 59892], 0,
[33535, 59936], [22623, 59981], [34482, 59960], 0, [34699, 59963],
[35143, 59969], 0, [35369, 59972], 0, [36465, 59988], [60484, 164233],
[36528, 59990], 0, [37214, 62443], [37260, 62441], [39182, 60051],
[39196, 60054], 0, 0, [39809, 60066], [40384, 60080], [40339, 60078],
[40620, 60085], [19857, 60540], 0, 37818, [40571, 60084], [28809, 63148],
[29512, 59788], 0, [31129, 59858], [36791, 59997], 0, [39234, 60056],
{s: 193}, 8364, {s: 4}, [12443, 63518], [12444, 63519], [11904, 63520],
{f: 5, c: 62211}, [62216, 131340], 62217, [62218, 131281], [62219, 131277],
{f: 2, c: 62220}, [62222, 131275], [62223, 139240], 62224, [62225, 131274],
{f: 4, c: 62226}, [62230, 131342], {f: 2, c: 62231}, {f: 2, c: 62776},
[62778, 138177], [62779, 194680], [12205, 38737, 62780], [62781, 131206],
[20059, 62782], [20155, 62783], [13630, 62784], [23587, 62785],
[24401, 62786], [24516, 62787], [14586, 62788], [25164, 62789],
[25909, 62790], [27514, 62791], [27701, 62792], [27706, 62793],
[28780, 62794], [29227, 62795], [20012, 62796], [29357, 62797],
[62798, 149737], [32594, 62799], [31035, 62800], [31993, 62801],
[32595, 62802], [62803, 156266], [13505, 62804], [62806, 156491],
[32770, 62807], [32896, 62808], [62809, 157202], [62810, 158033],
[21341, 62811], [34916, 62812], [35265, 62813], [62814, 161970],
[35744, 62815], [36125, 62816], [38021, 62817], [38264, 62818],
[38271, 62819], [38376, 62820], [62821, 167439], [38886, 62822],
[39029, 62823], [39118, 62824], [39134, 62825], [39267, 62826],
[62827, 170000], [40060, 62828], [40479, 62829], [40644, 62830],
[27503, 62831], [62832, 63751], [20023, 62833], [62834, 131207],
[38429, 62835], [25143, 62836], [38050, 62837], [11908, 63521],
[11910, 63522], [11911, 63523], [11912, 63524], [11914, 63525],
[11916, 63526], [11917, 63527], [11925, 63528], [11932, 63529],
[11941, 63531], [11943, 63532], [11946, 63533], [11948, 63534],
[11950, 63535], [11958, 63536], [11964, 63537], [11966, 63538],
[11978, 63540], [11980, 63541], [11981, 63542], [11983, 63543],
[11990, 63544], [11991, 63545], [11998, 63546], [62368, 172969],
[62369, 135493], [25866, 62371], [20029, 62374], [28381, 62375],
[40270, 62376], [37343, 62377], [62380, 161589], [20250, 62382],
[20264, 62383], [20392, 62384], [20852, 62386], [20892, 62387],
[20964, 62388], [21153, 62389], [21160, 62390], [21307, 62391],
[21326, 62392], [21457, 62393], [21464, 62394], [22242, 62395],
[22768, 62396], [22788, 62397], [22791, 62398], [22834, 62399],
[22836, 62400], [23398, 62401], [23454, 62402], [23455, 62403],
[23706, 62404], [24198, 62405], [24635, 62406], [25993, 62407],
[26622, 62408], [26628, 62409], [26725, 62410], [27982, 62411],
[28860, 62412], [30005, 62413], [32420, 62414], [32428, 62415],
[32442, 62416], [32455, 62417], [32463, 62418], [32479, 62419],
[32518, 62420], [32567, 62421], [33402, 62422], [33487, 62423],
[33647, 62424], [35270, 62425], [35774, 62426], [35810, 62427],
[36710, 62428], [36711, 62429], [36718, 62430], [29713, 62431],
[31996, 62432], [32205, 62433], [26950, 62434], [31433, 62435],
[30904, 62442], [32956, 62444], [36107, 62446], [33014, 62447],
[62448, 133607], [32927, 62451], [40647, 62452], [19661, 62453],
[40393, 62454], [40460, 62455], [19518, 62456], [62457, 171510],
[62458, 159758], [40458, 62459], [62460, 172339], [13761, 62461],
[28314, 62463], [33342, 62464], [29977, 62465], [18705, 62467],
[39532, 62468], [39567, 62469], [40857, 62470], [31111, 62471],
[62472, 164972], [62473, 138698], [62474, 132560], [62475, 142054],
[20004, 62476], [20096, 62478], [20103, 62479], [20159, 62480],
[20203, 62481], [20279, 62482], [13388, 62483], [20413, 62484],
[15944, 62485], [20483, 62486], [13437, 62488], [13477, 62490],
[22789, 62492], [20955, 62493], [20988, 62494], [20105, 62496],
[21136, 62498], [21287, 62499], [13767, 62500], [21417, 62501],
[13649, 62502], [21424, 62503], [21539, 62506], [13677, 62507],
[13682, 62508], [13953, 62509], [21651, 62510], [21667, 62511],
[21684, 62512], [21689, 62513], [21712, 62514], [21743, 62515],
[21784, 62516], [21795, 62517], [21800, 62518], [13720, 62519],
[13733, 62521], [13759, 62522], [21975, 62523], [13765, 62524],
[62525, 163204], [16467, 62538], [62551, 135412], [62555, 134155],
[62574, 161992], [62580, 155813], [62583, 142668], [62585, 135287],
[62587, 135279], [62595, 139681], [62609, 134550], [16571, 62611],
[62631, 142537], [22098, 62641], [62642, 134961], [62657, 157724],
[62659, 135375], [62660, 141315], [62661, 141625], [13819, 62662],
[62663, 152035], [62664, 134796], [62665, 135053], [62666, 134826],
[16275, 62667], [62668, 134960], [62669, 134471], [62670, 135503],
[62671, 134732], [62673, 134827], [62674, 134057], [62675, 134472],
[62676, 135360], [62677, 135485], [16377, 62678], [62679, 140950],
[25650, 62680], [62681, 135085], [62682, 144372], [62685, 134526],
[62686, 134527], [62688, 142421], [62690, 134808], [62692, 134958],
[62694, 158544], [21708, 62699], [33476, 62700], [21945, 62701],
[62703, 171715], [39974, 62704], [39606, 62705], [62707, 142830],
[33004, 62710], [23580, 62711], [62712, 157042], [33076, 62713],
[14231, 62714], [62716, 164029], [37302, 62717], [62718, 134906],
[62719, 134671], [62720, 134775], [62721, 134907], [62723, 151019],
[13833, 62724], [62725, 134358], [22191, 62726], [62727, 141237],
[62728, 135369], [62729, 134672], [62730, 134776], [62731, 135288],
[62732, 135496], [62733, 164359], [62734, 136277], [62735, 134777],
[62736, 151120], [62737, 142756], [23124, 62738], [62739, 135197],
[62740, 135198], [62741, 135413], [62742, 135414], [22428, 62743],
[62744, 134673], [62745, 161428], [62746, 164557], [62747, 135093],
[62748, 134779], [62749, 151934], [14083, 62750], [62751, 135094],
[62752, 135552], [62753, 152280], [62754, 172733], [62755, 149978],
[62756, 137274], [62757, 147831], [62758, 164476], [22681, 62759],
[21096, 62760], [13850, 62761], [62762, 153405], [31666, 62763],
[23400, 62764], [18432, 62765], [19244, 62766], [40743, 62767],
[18919, 62768], [39967, 62769], [39821, 62770], [62771, 154484],
[62772, 143677], [22011, 62773], [13810, 62774], [22153, 62775],
[23870, 63028], [23880, 63029], [15868, 63031], [14351, 63032],
[23972, 63033], [23993, 63034], [14368, 63035], [24357, 63039],
[24451, 63040], [14600, 63041], [14655, 63043], [14669, 63044],
[24791, 63045], [24893, 63046], [23781, 63047], [14729, 63048],
[25015, 63049], [25039, 63051], [14776, 63052], [25132, 63053],
[25317, 63055], [14840, 63057], [22193, 63058], [14851, 63059],
[25570, 63060], [25595, 63061], [25607, 63062], [14923, 63064],
[25792, 63065], [40863, 63068], [14999, 63069], [25990, 63070],
[15037, 63071], [26111, 63072], [26195, 63073], [15090, 63074],
[26258, 63075], [15138, 63076], [26390, 63077], [15170, 63078],
[26532, 63079], [15192, 63081], [26698, 63082], [26756, 63083],
[15218, 63084], [15217, 63085], [15227, 63086], [26889, 63087],
[26947, 63088], [29276, 63089], [26980, 63090], [27039, 63091],
[27013, 63092], [27094, 63094], [15325, 63095], [27237, 63096],
[27252, 63097], [27249, 63098], [27266, 63099], [15340, 63100],
[27289, 63101], [15346, 63102], [27307, 63103], [27317, 63104],
[27348, 63105], [27382, 63106], [27521, 63107], [27585, 63108],
[27626, 63109], [27765, 63110], [27818, 63111], [15563, 63112],
[27906, 63113], [27910, 63114], [27942, 63115], [28033, 63116],
[15599, 63117], [28068, 63118], [28081, 63119], [28181, 63120],
[28184, 63121], [28201, 63122], [28294, 63123], [63124, 166336],
[28347, 63125], [28386, 63126], [28378, 63127], [40831, 63128],
[28392, 63129], [28393, 63130], [28452, 63131], [28468, 63132],
[15686, 63133], [63134, 147265], [28545, 63135], [28606, 63136],
[15722, 63137], [15733, 63138], [29111, 63139], [23705, 63140],
[15754, 63141], [28716, 63142], [15761, 63143], [28752, 63144],
[28756, 63145], [28783, 63146], [28799, 63147], [63149, 131877],
[17345, 63150], [13809, 63151], [63152, 134872], [13902, 58134],
[15789, 58172], [58173, 154725], [26237, 58183], [31860, 58188],
[29837, 58197], [32402, 58215], [17667, 58232], [58260, 151480],
[58270, 133901], [58277, 158474], [13438, 58311], [58317, 143087],
[58325, 146613], [58343, 159385], [34673, 58364], [25537, 58385],
[30583, 58387], [35210, 58390], [58406, 147343], [35660, 58415],
[58440, 150729], [18730, 58464], [58471, 172052], [58472, 165564],
[58473, 165121], [15088, 58490], [28815, 58511], [58529, 140922],
[58637, 158120], [58646, 148043], [26760, 58662], [58664, 139611],
[40802, 58702], [37830, 58793], [58802, 131967], [37734, 58888],
[37519, 58901], [34324, 58954], [58986, 173147], [16784, 59010],
[26511, 59045], [26654, 59048], [14435, 59051], [59077, 149996],
[15129, 59128], [33942, 59176], [59241, 149858], [14818, 59254],
[33920, 59259], [17262, 59328], [38769, 59402], [39323, 59427],
[18733, 59499], [28439, 59703], [59704, 160009], [28838, 59746],
[59752, 150095], [32357, 59753], [23855, 59755], [15859, 59756],
[59758, 150109], [59759, 137183], [32164, 59760], [33830, 59761],
[21637, 59762], [59763, 146170], [59765, 131604], [22398, 59766],
[59767, 133333], [59768, 132633], [16357, 59769], [59770, 139166],
[59771, 172726], [28675, 59772], [59773, 168283], [23920, 59774],
[29583, 59775], [59777, 166489], [59778, 168992], [20424, 59779],
[32743, 59780], [29456, 59782], [29496, 59784], [29505, 59787],
[16041, 59789], [29173, 59792], [59793, 149746], [29665, 59794],
[16074, 59796], [16081, 59798], [29721, 59801], [29726, 59802],
[29727, 59803], [16098, 59804], [16112, 59805], [16116, 59806],
[16122, 59807], [29907, 59808], [16142, 59809], [16211, 59810],
[30061, 59812], [30066, 59813], [30093, 59814], [16252, 59815],
[30152, 59816], [30285, 59819], [30324, 59821], [16348, 59822],
[30330, 59823], [29064, 59825], [22051, 59826], [35200, 59827],
[16413, 59829], [30531, 59830], [16441, 59831], [16453, 59833],
[13787, 59834], [30616, 59835], [16490, 59836], [16495, 59837],
[30654, 59839], [30667, 59840], [30744, 59842], [30748, 59844],
[30791, 59847], [30801, 59848], [30822, 59849], [33864, 59850],
[59851, 152885], [31027, 59852], [31026, 59854], [16649, 59856],
[31121, 59857], [31238, 59860], [16743, 59862], [16818, 59864],
[31420, 59865], [33401, 59866], [16836, 59867], [31439, 59868],
[31451, 59869], [16847, 59870], [31586, 59872], [31596, 59873],
[31611, 59874], [31762, 59875], [16992, 59877], [17018, 59878],
[31867, 59879], [31900, 59880], [17036, 59881], [31928, 59882],
[17044, 59883], [36755, 59885], [28864, 59886], [59887, 134351],
[32207, 59888], [32212, 59889], [32208, 59890], [32253, 59891],
[32692, 59893], [29343, 59894], [17303, 59895], [32800, 59896],
[32805, 59897], [32814, 59899], [32817, 59900], [32852, 59901],
[22452, 59903], [28832, 59904], [32951, 59905], [33001, 59906],
[17389, 59907], [33036, 59908], [33038, 59910], [33042, 59911],
[33044, 59913], [17409, 59914], [15161, 59915], [33110, 59916],
[33113, 59917], [33114, 59918], [17427, 59919], [33148, 59921],
[17445, 59923], [17453, 59925], [33189, 59926], [22511, 59927],
[33217, 59928], [33252, 59929], [33364, 59930], [17551, 59931],
[33398, 59933], [33482, 59934], [33496, 59935], [17584, 59937],
[33623, 59938], [38505, 59939], [33797, 59941], [28917, 59942],
[33892, 59943], [33928, 59945], [17668, 59946], [33982, 59947],
[34017, 59948], [34040, 59949], [34064, 59950], [34104, 59951],
[34130, 59952], [17723, 59953], [34159, 59954], [34160, 59955],
[34272, 59956], [17783, 59957], [34418, 59958], [34450, 59959],
[34543, 59961], [38469, 59962], [17926, 59964], [17943, 59965],
[34990, 59966], [35071, 59967], [35108, 59968], [35217, 59970],
[59971, 162151], [35384, 59973], [35476, 59974], [35508, 59975],
[35921, 59976], [36052, 59977], [36082, 59978], [36124, 59979],
[18328, 59980], [36291, 59982], [18413, 59983], [36410, 59985],
[22356, 59987], [22005, 59989], [18487, 59991], [36558, 59992],
[36578, 59993], [36580, 59994], [36589, 59995], [36594, 59996],
[36801, 59998], [36810, 59999], [36812, 60000], [36915, 60001],
[18605, 60003], [39136, 60004], [37395, 60005], [18718, 60006],
[37416, 60007], [37464, 60008], [37483, 60009], [37553, 60010],
[37550, 60011], [37567, 60012], [37603, 60013], [37611, 60014],
[37619, 60015], [37620, 60016], [37629, 60017], [37699, 60018],
[37764, 60019], [37805, 60020], [18757, 60021], [18769, 60022],
[37911, 60024], [37917, 60026], [37933, 60027], [37950, 60028],
[18794, 60029], [37972, 60030], [38009, 60031], [38189, 60032],
[38306, 60033], [18855, 60034], [38388, 60035], [38451, 60036],
[18917, 60037], [18980, 60039], [38720, 60040], [18997, 60041],
[38834, 60042], [38850, 60043], [19172, 60045], [39097, 60047],
[19225, 60048], [39153, 60049], [22596, 60050], [39193, 60052],
[39223, 60055], [39261, 60057], [39266, 60058], [19312, 60059],
[39365, 60060], [19357, 60061], [39484, 60062], [39695, 60063],
[39785, 60065], [39901, 60067], [39921, 60068], [39924, 60069],
[19565, 60070], [39968, 60071], [14191, 60072], [60073, 138178],
[40265, 60074], [40702, 60076], [22096, 60077], [40381, 60079],
[40444, 60081], [38134, 60082], [36790, 60083], [40625, 60086],
[40637, 60087], [40646, 60088], [38108, 60089], [40674, 60090],
[40689, 60091], [40696, 60092], [40772, 60094], [60095, 131220],
[60096, 131767], [60097, 132000], [38083, 60099], [60101, 132311],
[38081, 60103], [60105, 132565], [60106, 132629], [60107, 132726],
[60108, 136890], [22359, 60109], [29043, 60110], [60111, 133826],
[60112, 133837], [60113, 134079], [60115, 194619], [60116, 134091],
[21662, 60117], [60118, 134139], [60119, 134203], [60120, 134227],
[60121, 134245], [60122, 134268], [60124, 134285], [60126, 134325],
[60127, 134365], [60128, 134381], [60129, 134511], [60130, 134578],
[60131, 134600], [60135, 134660], [60136, 134670], [60137, 134871],
[60138, 135056], [60139, 134957], [60140, 134771], [60142, 135100],
[60144, 135260], [60145, 135247], [60146, 135286], [60149, 135304],
[60150, 135318], [13895, 60151], [60152, 135359], [60154, 135471],
[60155, 135483], [21348, 60156], [60158, 135907], [60159, 136053],
[60160, 135990], [60162, 136567], [60163, 136729], [60164, 137155],
[60165, 137159], [28859, 60167], [60168, 137261], [60169, 137578],
[60170, 137773], [60171, 137797], [60172, 138282], [60173, 138352],
[60174, 138412], [60175, 138952], [60177, 138965], [60178, 139029],
[29080, 60179], [60181, 139333], [27113, 60182], [14024, 60183],
[60184, 139900], [60185, 140247], [60186, 140282], [60187, 141098],
[60188, 141425], [60189, 141647], [60191, 141671], [60192, 141715],
[60193, 142037], [60195, 142056], [60197, 142094], [60199, 142143],
[60202, 142412], [60204, 142472], [60205, 142519], [60206, 154600],
[60207, 142600], [60208, 142610], [60209, 142775], [60210, 142741],
[60211, 142914], [60212, 143220], [60213, 143308], [60214, 143411],
[60215, 143462], [60216, 144159], [60217, 144350], [60222, 144743],
[60223, 144883], [60227, 144922], [60228, 145174], [22709, 60231],
[60234, 146087], [60237, 146961], [60238, 147129], [60243, 147737],
[60245, 148206], [60246, 148237], [60248, 148276], [60249, 148374],
[60258, 148484], [60259, 148694], [22408, 60260], [60261, 149108],
[60263, 149295], [60271, 149522], [60272, 149755], [60273, 150037],
[60275, 150208], [22885, 60277], [60279, 151430], [60282, 151596],
[22335, 60284], [60286, 152217], [60287, 152601], [60291, 152646],
[60292, 152686], [60296, 152895], [60298, 152926], [60300, 152930],
[60301, 152934], [60302, 153543], [60304, 153693], [60309, 153859],
[60312, 154286], [60313, 154505], [60314, 154630], [22433, 60316],
[29009, 60317], [60319, 155906], [60322, 156082], [60325, 156674],
[60326, 156746], [60330, 156804], [60334, 156808], [60336, 156946],
[60338, 157119], [60339, 157365], [22201, 60347], [60349, 157436],
[13848, 60355], [60357, 157593], [60358, 157806], [60360, 157790],
[60362, 157895], [60366, 157990], [60368, 158009], [60371, 158202],
[60373, 158253], [60378, 158260], [60379, 158555], [60383, 158621],
[60385, 158884], [60388, 159150], [60392, 159819], [60393, 160205],
[60395, 160384], [60396, 160389], [60399, 160395], [60401, 160486],
[38047, 60404], [60405, 160848], [14009, 60416], [60424, 161740],
[60425, 161880], [22230, 60426], [60435, 162269], [60441, 162301],
[60442, 162314], [60443, 162571], [60444, 163174], [60448, 163849],
[60459, 163875], [60463, 163912], [60466, 163971], [60479, 163984],
[60480, 164084], [60481, 164142], [60483, 164175], [60485, 164271],
[60486, 164378], [60487, 164614], [60488, 164655], [60489, 164746],
[60491, 164968], [60492, 165546], [25574, 60494], [60495, 166230],
[60498, 166328], [60500, 166375], [60502, 166376], [60503, 166726],
[60504, 166868], [60506, 166921], [60508, 167877], [60509, 168172],
[60511, 168208], [60512, 168252], [15863, 60513], [60514, 168286],
[60515, 150218], [36816, 60516], [60519, 169191], [60521, 169392],
[60522, 169400], [60523, 169778], [60524, 170193], [60525, 170313],
[60526, 170346], [60527, 170435], [60528, 170536], [60529, 170766],
[60530, 171354], [60531, 171419], [32415, 60532], [60533, 171768],
[60534, 171811], [19620, 60535], [38215, 60536], [60537, 172691],
[29090, 60538], [60539, 172799], [60542, 173515], [19868, 60543],
[60544, 134300], [36798, 60545], [36794, 60547], [60548, 140464],
[36793, 60549], [60550, 150163], [20202, 60555], [60557, 166700],
[36480, 60560], [60561, 137205], [60563, 166764], [60564, 166809],
[60566, 157359], [60568, 161365], [60570, 153141], [60571, 153942],
[20122, 60572], [60573, 155265], [60576, 134765], [60579, 147080],
[60580, 150686], [60583, 137206], [60584, 137339], [60587, 154698],
[60589, 152337], [15814, 60590], [60596, 155352], [19996, 60600],
[60601, 135146], [60602, 134473], [60603, 145082], [60638, 151880],
[21982, 60644], [34694, 60672], [60676, 135361], [60679, 149254],
[23440, 60680], [60682, 157843], [60684, 141044], [60685, 163119],
[60686, 147875], [60687, 163187], [60688, 159440], [60689, 160438],
[60691, 135641], [60693, 146684], [60694, 173737], [60695, 134828],
[60698, 138402], [60700, 151490], [60702, 135147], [60706, 142752],
[60710, 135148], [60711, 134666], [60714, 135149], [60717, 135559],
[19994, 60721], [19972, 60722], [23309, 60724], [13996, 60727],
[21373, 60729], [13989, 60730], [22682, 60732], [60733, 150382],
[22442, 60736], [60737, 154261], [60738, 133497], [60741, 140389],
[60746, 146686], [60747, 171824], [60749, 151465], [60750, 169374],
[60753, 146870], [60755, 157619], [60756, 145184], [60759, 147191],
[60760, 146988], [60785, 143578], [60789, 135849], [22439, 60790],
[60791, 149859], [60794, 159918], [60801, 137068], [60806, 160100],
[60809, 159010], [60810, 150242], [39963, 60837], [60838, 149822],
[15878, 60846], [60881, 159011], [60887, 132092], [60891, 146685],
[60893, 149785], [22394, 60904], [21722, 60912], [29050, 60928],
[60949, 150135], [60955, 166490], [60962, 194624], [60976, 137275],
[61000, 155993], [61014, 144373], [61019, 166850], [61024, 138566],
[61054, 159441], [13877, 61065], [61084, 166701], [21024, 61088],
[15384, 61089], [61090, 146631], [61091, 155351], [61092, 161366],
[61093, 152881], [61094, 137540], [61096, 170243], [61097, 159196],
[61098, 159917], [61100, 156077], [61101, 166415], [61102, 145015],
[61103, 131310], [61104, 157766], [61105, 151310], [17762, 61106],
[23327, 61107], [61108, 156492], [40784, 61109], [40614, 61110],
[61111, 156267], [20962, 57415], [21314, 57416], [26285, 57520],
[22620, 57547], [21843, 57566], [15749, 57594], [24928, 57608],
[18606, 57668], [38845, 57676], [57693, 137335], [24755, 57703],
[33828, 57711], [38932, 57748], [57749, 147596], [57764, 143486],
[57787, 138813], [15147, 57798], [15666, 57824], [57857, 132021],
[28801, 57944], [23708, 57959], [58017, 132547], [14128, 58028],
[58096, 136054], [58097, 150034], [58111, 166699], [58112, 155779],
[256, 62233], [193, 62234], [461, 62235], [192, 62236], [274, 62237],
[201, 62238], [282, 62239], [200, 62240], [332, 62241], [211, 62242],
[465, 62243], [210, 62244], 62245, [7870, 62246], 62247, [7872, 62248],
[202, 62249], [257, 62250], [225, 62251], [462, 62252], [224, 62253],
[593, 62254], [275, 62255], [233, 62256], [283, 62257], [232, 62258],
[299, 62259], [237, 62260], [464, 62261], [236, 62262], [333, 62263],
[243, 62264], [466, 62265], [242, 62266], [363, 62267], [250, 62268],
[468, 62269], [249, 62270], [470, 62271], [472, 62272], [474, 62273],
[476, 62274], [252, 62275], 62276, [7871, 62277], 62278, [7873, 62279],
[234, 62280], [609, 62281], [643, 63551], [592, 63552], [603, 63553],
[596, 63554], [629, 63555], [339, 63556], [248, 63557], [331, 63558],
[650, 63559], [618, 63560], {f: 2, c: 62282}, [11933, 63530],
[11974, 63539], [12003, 63547], 20539, 28158, [62841, 171123], 62842,
[15817, 62843], 34959, [62845, 147790], 28791, 23797, [19232, 62848],
[62849, 152013], [13657, 62850], [62851, 154928], 24866, [62853, 166450],
36775, 37366, 29073, 26393, 29626, [62859, 144001], [62860, 172295],
[15499, 62861], [62862, 137600], [19216, 62863], 30948, 29698, 20910,
[62867, 165647], [16393, 62868], 27235, [62870, 172730], [16931, 62871],
34319, 31274, [62875, 170311], [62876, 166634], 38741, 28749, 21284,
[62880, 139390], 37876, 30425, [62883, 166371], 62884, 30685, 20131, 20464,
20668, 20015, 20247, 62891, 21556, 32139, 22674, 22736, [62896, 138678],
24210, 24217, 24514, [62900, 141074], 25995, [62902, 144377], 26905, 27203,
[62905, 146531], 27903, 29184, [62909, 148741], 29580, [16091, 62911],
[62912, 150035], 23317, 29881, 35715, [62916, 154788], [62917, 153237],
31379, 31724, 31939, 32364, 33528, 34199, 62924, 34960, 62926, 36537,
62928, 36815, 34143, 39392, 37409, 62933, [62934, 167353], [62935, 136255],
[16497, 62936], [17058, 62937], 23066, 39016, 26475, [17014, 62944], 22333,
34262, [62948, 149883], 33471, [62950, 160013], [19585, 62951],
[62952, 159092], 23931, [62954, 158485], [62955, 159678], {f: 2, c: 62956},
23446, 62959, 32347],
'Adobe-GB1': [{f: 95, c: 32}, {f: 3, c: 12288}, [183, 12539], 713, 711, 168,
12291, 12293, 8212, 65374, 8214, [8230, 8943], {f: 2, c: 8216},
{f: 2, c: 8220}, {f: 2, c: 12308}, {f: 8, c: 12296}, {f: 2, c: 12310},
{f: 2, c: 12304}, 177, 215, 247, 8758, {f: 2, c: 8743}, 8721, 8719, 8746,
8745, 8712, 8759, 8730, 8869, 8741, 8736, 8978, 8857, 8747, 8750, 8801,
8780, 8776, 8765, 8733, 8800, {f: 2, c: 8814}, {f: 2, c: 8804}, 8734, 8757,
8756, 9794, 9792, 176, {f: 2, c: 8242}, 8451, 65284, 164, {f: 2, c: 65504},
8240, 167, 8470, 9734, 9733, 9675, 9679, 9678, 9671, 9670, 9633, 9632,
9651, 9650, 8251, 8594, {f: 2, c: 8592}, 8595, 12307, {f: 20, c: 9352},
{f: 20, c: 9332}, {f: 10, c: 9312}, {f: 10, c: 12832}, {f: 12, c: 8544},
{f: 3, c: 65281}, 65509, {f: 89, c: 65285}, 65507, {f: 83, c: 12353},
{f: 86, c: 12449}, {f: 17, c: 913}, {f: 7, c: 931}, {f: 17, c: 945},
{f: 7, c: 963}, {f: 7, c: 59277}, {f: 2, c: 65077}, {f: 2, c: 65081},
{f: 2, c: 65087}, {f: 2, c: 65085}, {f: 4, c: 65089}, {f: 2, c: 59284},
{f: 2, c: 65083}, {f: 2, c: 65079}, 65073, 59286, {f: 2, c: 65075},
{f: 6, c: 1040}, 1025, {f: 32, c: 1046}, 1105, {f: 26, c: 1078}, 257, 225,
462, 224, 275, 233, 283, 232, 299, 237, 464, 236, 333, 243, 466, 242, 363,
250, 468, 249, 470, 472, 474, 476, 252, 234, 593, 7743, 324, 328, 505, 609,
{f: 37, c: 12549}, 0, {f: 76, c: 9472}, {s: 126}, 21834, 38463, 22467,
25384, 21710, 21769, 21696, 30353, 30284, 34108, 30702, 33406, 30861,
29233, 38552, 38797, 27688, 23433, 20474, 25353, 26263, 23736, 33018,
26696, 32942, 26114, 30414, 20985, 25942, 29100, 32753, 34948, 20658,
22885, 25034, 28595, 33453, 25420, 25170, 21485, 21543, 31494,
[12043, 20843], 30116, 24052, 25300, 36299, 38774, 25226, 32793, 22365,
38712, 32610, 29240, [12137, 30333], 26575, 30334, 25670, 20336, 36133,
25308, 31255, 26001, 29677, 25644, 25203, 33324, 39041, 26495, 29256,
25198, 25292, 20276, 29923, 21322, 21150, 32458, 37030, 24110, 26758,
27036, 33152, 32465, 26834, 30917, 34444, 38225, 20621, 35876, 33502,
32990, 21253, 35090, 21093, 34180, 38649, 20445, 22561, 39281, 23453,
25265, 25253, 26292, 35961, 40077, 29190, 26479, 30865, 24754, 21329,
21271, 36744, 32972, 36125, 38049, 20493, 29384, 22791, 24811, 28953,
34987, 22868, 33519, 26412, 31528, 23849, 32503, 29997, 27893, 36454,
36856, 36924, [12240, 40763], [12112, 27604], 37145, 31508, 24444, 30887,
34006, 34109, 27605, 27609, 27606, 24065, 24199, 30201, 38381, 25949,
24330, 24517, 36767, 22721, 33218, 36991, 38491, 38829, 36793, 32534,
36140, 25153, 20415, 21464, 21342, {f: 2, c: 36776}, 36779, 36941, 26631,
24426, 33176, 34920, 40150, 24971, 21035, 30250, 24428, 25996, 28626,
28392, 23486, 25672, 20853, 20912, 26564, 19993, 31177, 39292, 28851,
30149, 24182, 29627, 33760, 25773, 25320, 38069, 27874, 21338, 21187,
25615, 38082, 31636, 20271, 24091, 33334, 33046, 33162, 28196, 27850,
39539, 25429, [12056, 21340], 21754, 34917, 22496, 19981, 24067, 27493,
31807, 37096, 24598, 25830, 29468, 35009, 26448, 25165, 36130, 30572,
36393, 37319, 24425, 33756, 34081, 39184, 21442, 34453, 27531, 24813,
24808, 28799, 33485, 33329, 20179, 27815, 34255, 25805, 31961, 27133,
26361, 33609, 21397, 31574, 20391, 20876, 27979, 23618, 36461, 25554,
21449, 33580, 33590, 26597, 30900, 25661, 23519, 23700, 24046, 35815,
25286, 26612, 35962, 25600, 25530, 34633, 39307, 35863, 32544, 38130,
20135, 38416, 39076, 26124, 29462, 22330, 23581, 24120, 38271, 20607,
32928, [12058, 21378], 25950, 30021, 21809, 20513, 36229, 25220, 38046,
26397, 22066, 28526, 24034, 21557, 28818, 36710, 25199, 25764, 25507,
24443, 28552, 37108, [12162, 33251], [12192, 36784], 23576, 26216, 24561,
27785, 38472, 36225, 34924, 25745, 31216, 22478, 27225, 25104, 21576,
20056, 31243, 24809, 28548, 35802, 25215, 36894, 39563, 31204, 21507,
30196, 25345, 21273, 27744, 36831, 24347, 39536, 32827, 40831, 20360,
23610, [12186, 36196], 32709, 26021, 28861, 20805, 20914, [12173, 34411],
23815, 23456, 25277, 37228, 30068, 36364, 31264, 24833, 31609, 20167,
32504, 30597, 19985, 33261, 21021, 20986, 27249, 21416, 36487, 38148,
38607, 28353, 38500, 26970, 30784, 20648, 30679, 25616, 35302, 22788,
25571, 24029, 31359, 26941, 20256, 33337, 21912, 20018, 30126, 31383,
24162, 24202, 38383, 21019, 21561, 28810, 25462, 38180, 22402, 26149,
26943, 37255, 21767, 28147, 32431, 34850, 25139, 32496, 30133, 33576,
30913, 38604, 36766, 24904, 29943, 35789, 27492, 21050, 36176, 27425,
32874, 33905, 22257, 21254, 20174, 19995, 20945, 31895, 37259, 31751,
20419, 36479, 31713, 31388, 25703, 23828, 20652, 33030, 30209, 31929,
28140, 32736, 26449, 23384, [12072, 23544], 30923, 25774, 25619, 25514,
25387, 38169, 25645, 36798, 31572, 30249, 25171, [12068, 22823], 21574,
[12109, 27513], 20643, 25140, 24102, 27526, 20195, 36151, 34955, 24453,
36910, 24608, 32829, 25285, 20025, 21333, 37112, 25528, 32966, 26086,
27694, 20294, 24814, 28129, 35806, 24377, 34507, 24403, 25377, 20826,
33633, 26723, [12049, 20992], 25443, 36424, 20498, 23707, 31095, 23548,
21040, 31291, 24764, 36947, 30423, 24503, 24471, 30340, 36460, 28783,
30331, 31561, 30634, 20979, 37011, 22564, 20302, 28404, 36842, 25932,
31515, 29380, 28068, 32735, 23265, 25269, 24213, 22320, 33922, 31532,
24093, 24351, 36882, 32532, 39072, 25474, 28359, 30872, 28857, 20856,
38747, 22443, 30005, 20291, 30008, 24215, 24806, 22880, 28096, 27583,
30857, 21500, 38613, 20939, 20993, 25481, 21514, 38035, 35843, 36300,
29241, 30879, 34678, 36845, 35853, 21472, 19969, 30447, 21486, 38025,
39030, [12237, 40718], 38189, 23450, 35746, 20002, 19996, 20908, 33891,
25026, 21160, 26635, 20375, 24683, 20923, 27934, 20828, 25238,
[12099, 26007], 38497, [12182, 35910], 36887, 30168, 37117, 30563, 27602,
29322, 29420, 35835, 22581, 30585, 36172, 26460, 38208, 32922, 24230,
28193, 22930, 31471, 30701, 38203, 27573, 26029, 32526, 22534, 20817,
38431, 23545, 22697, 21544, 36466, 25958, 39039, 22244, 38045, 30462,
36929, 25479, 21702, 22810, 22842, 22427, 36530, 26421, 36346, 33333,
21057, 24816, 22549, 34558, 23784, 40517, 20420, 39069, 35769, 23077,
24694, 21380, 25212, 36943, 37122, 39295, 24681, [12157, 32780],
[12041, 20799], [12159, 32819], 23572, 39285, 27953, [12038, 20108], 36144,
21457, 32602, 31567, 20240, 20047, 38400, 27861, 29648, 34281, 24070,
30058, 32763, 27146, 30718, 38034, 32321, 20961, 28902, 21453, 36820,
33539, 36137, 29359, 39277, 27867, 22346, 33459, [12101, 26041], 32938,
25151, 38450, 22952, 20223, 35775, 32442, 25918, 33778, [12206, 38750],
21857, 39134, 32933, 21290, 35837, 21536, 32954, 24223, 27832, 36153,
33452, 37210, 21545, 27675, 20998, 32439, 22367, 28954, 27774, 31881,
22859, 20221, 24575, 24868, 31914, 20016, 23553, 26539, 34562, 23792,
38155, 39118, 30127, 28925, 36898, 20911, 32541, 35773, 22857, 20964,
20315, 21542, 22827, 25975, 32932, 23413, 25206, 25282, 36752, 24133,
27679, 31526, 20239, 20440, 26381, 28014, 28074, 31119, 34993, 24343,
29995, 25242, 36741, 20463, 37340, 26023, 33071, 33105, 24220, 33104,
36212, 21103, 35206, 36171, 22797, 20613, 20184, [12201, 38428],
[12119, 29238], 33145, 36127, 23500, 35747, 38468, 22919, 32538, 21648,
22134, 22030, 35813, 25913, 27010, 38041, 30422, 28297, [12082, 24178],
[12130, 29976], 26438, 26577, 31487, 32925, 36214, 24863, 31174, 25954,
36195, 20872, 21018, 38050, 32568, 32923, 32434, 23703, 28207, 26464,
31705, 30347, [12220, 39640], 33167, 32660, 31957, 25630, 38224, 31295,
21578, 21733, 27468, 25601, [12093, 25096], 40509, 33011, 30105, 21106,
[12208, 38761], 33883, 26684, 34532, 38401, 38548, 38124, 20010, 21508,
32473, 26681, 36319, 32789, 26356, 24218, 32697, 22466, 32831, 26775,
[12079, 24037], 25915, 21151, 24685, 40858, 20379, 36524, 20844, 23467,
[12088, 24339], 24041, 27742, 25329, 36129, 20849, 38057, 21246, 27807,
33503, 29399, 22434, 26500, 36141, 22815, 36764, 33735, 21653, 31629,
20272, 27837, 23396, 22993, [12238, 40723], 21476, 34506, [12219, 39592],
[12181, 35895], 32929, 25925, 39038, 22266, 38599, 21038, [12128, 29916],
21072, 23521, 25346, 35074, 20054, 25296, 24618, 26874, 20851, 23448,
20896, 35266, 31649, 39302, 32592, 24815, 28748, 36143, 20809,
[12084, 24191], 36891, 29808, 35268, 22317, 30789, 24402, 40863, 38394,
36712, [12225, 39740], 35809, 30328, 26690, 26588, 36330, 36149, 21053,
36746, 28378, 26829, 38149, 37101, 22269, 26524, 35065, 36807, 21704,
39608, 23401, 28023, 27686, 20133, 23475, 39559, 37219, 25000, 37039,
38889, 21547, 28085, 23506, 20989, 21898, 32597, 32752, 25788, 25421,
26097, 25022, 24717, 28938, 27735, 27721, 22831, 26477, 33322, 22741,
22158, 35946, 27627, 37085, 22909, 32791, 21495, 28009, 21621, 21917,
33655, 33743, 26680, [12146, 31166], 21644, 20309, 21512, 30418, 35977,
38402, 27827, 28088, 36203, 35088, 40548, 36154, 22079, [12234, 40657],
30165, 24456, 29408, 24680, 21756, 20136, 27178, 34913, 24658, 36720,
21700, 28888, 34425, 40511, 27946, 23439, 24344, 32418, 21897, 20399,
29492, 21564, 21402, 20505, 21518, 21628, 20046, 24573, 29786, 22774,
33899, 32993, 34676, 29392, 31946, 28246, 24359, 34382, 21804, 25252,
20114, 27818, 25143, 33457, 21719, 21326, 29502, 28369, 30011, 21010,
21270, 35805, 27088, 24458, 24576, 28142, 22351, 27426, 29615, 26707,
36824, 32531, 25442, 24739, 21796, 30186, 35938, 28949, 28067, 23462,
24187, 33618, 24908, 40644, 30970, 34647, 31783, 30343, 20976, 24822,
29004, 26179, 24140, 24653, 35854, 28784, 25381, 36745, 24509, 24674,
34516, 22238, 27585, 24724, 24935, 21321, 24800, 26214, 36159, 31229,
20250, 28905, 27719, 35763, 35826, 32472, 33636, 26127, 23130, 39746,
27985, 28151, 35905, 27963, 20249, [12117, 28779], 33719, 25110, 24785,
38669, 36135, 31096, 20987, 22334, 22522, 26426, 30072, 31293, 31215,
31637, 32908, 39269, 36857, 28608, 35749, 40481, 23020, 32489, 32521,
21513, 26497, 26840, 36753, 31821, 38598, 21450, 24613, 30142, 27762,
21363, 23241, 32423, 25380, [12047, 20960], 33034, [12080, 24049], 34015,
25216, 20864, 23395, 20238, 31085, 21058, 24760, 27982, 23492, 23490,
35745, 35760, 26082, 24524, 38469, 22931, 32487, 32426, 22025, 26551,
22841, 20339, 23478, 21152, 33626, 39050, 36158, 30002, 38078, 20551,
31292, 20215, 26550, 39550, 23233, 27516, 30417, 22362, 23574, 31546,
38388, 29006, 20860, 32937, 33392, 22904, 32516, 33575, 26816, 26604,
30897, 30839, 25315, 25441, 31616, 20461, 21098, 20943, 33616, 27099,
37492, 36341, 36145, 35265, 38190, 31661, 20214, 20581, 33328, 21073,
39279, 28176, 28293, 28071, 24314, 20725, 23004, 23558, 27974, 27743,
30086, 33931, 26728, 22870, 35762, 21280, 37233, 38477, 34121, 26898,
30977, 28966, 33014, 20132, 37066, 27975, 39556, 23047, 22204, 25605,
38128, 30699, 20389, 33050, 29409, [12179, 35282], 39290, 32564, 32478,
21119, 25945, 37237, 36735, 36739, 21483, 31382, 25581, 25509, 30342,
31224, 34903, 38454, 25130, 21163, 33410, 26708, 26480, 25463, 30571,
31469, 27905, 32467, 35299, 22992, 25106, 34249, 33445, 30028, 20511,
20171, 30117, 35819, 23626, [12081, 24062], 31563, [12100, 26020],
[12198, 37329], 20170, 27941, 35167, 32039, 38182, 20165, 35880, 36827,
38771, 26187, 31105, 36817, 28908, 28024, 23613, 21170, 33606, 20834,
33550, 30555, 26230, 40120, 20140, 24778, 31934, 31923, 32463, 20117,
35686, 26223, 39048, 38745, 22659, 25964, 38236, 24452, 30153, 38742,
31455, 31454, 20928, 28847, 31384, 25578, 31350, 32416, 29590,
[12210, 38893], 20037, 28792, 20061, 37202, 21417, 25937, 26087,
[12165, 33276], 33285, 21646, 23601, 30106, 38816, 25304, 29401, 30141,
23621, 39545, 33738, 23616, 21632, 30697, 20030, 27822, 32858, 25298,
25454, 24040, 20855, 36317, 36382, 38191, 20465, 21477, 24807, 28844,
21095, 25424, 40515, 23071, 20518, 30519, 21367, 32482, 25733, 25899,
25225, 25496, 20500, 29237, 35273, 20915, 35776, 32477, 22343, 33740,
38055, 20891, 21531, 23803, 20426, 31459, 27994, 37089, 39567, 21888,
21654, 21345, 21679, 24320, 25577, 26999, 20975, 24936, 21002, 22570,
21208, 22350, 30733, 30475, 24247, 24951, 31968, 25179, 25239, 20130,
28821, 32771, 25335, 28900, 38752, 22391, 33499, 26607, 26869, 30933,
39063, 31185, 22771, 21683, 21487, 28212, 20811, 21051, 23458, 35838,
32943, 21827, 22438, 24691, 22353, 21549, 31354, 24656, 23380, 25511,
25248, [12061, 21475], 25187, 23495, 26543, 21741, 31391, 33510, 37239,
24211, 35044, 22840, 22446, 25358, 36328, 33007, 22359, 31607, 20393,
24555, 23485, 27454, 21281, 31568, 29378, 26694, 30719, 30518, 26103,
20917, 20111, 30420, 23743, 31397, 33909, 22862, 39745, 20608, 39304,
24871, 28291, 22372, 26118, 25414, 22256, 25324, 25193, 24275, 38420,
22403, 25289, 21895, 34593, 33098, 36771, 21862, 33713, 26469, 36182,
34013, 23146, 26639, 25318, 31726, 38417, 20848, 28572, 35888, 25597,
35272, 25042, 32518, 28866, 28389, 29701, 27028, 29436, 24266, 37070,
26391, 28010, 25438, 21171, 29282, [12156, 32769], 20332, 23013, 37226,
28889, 28061, 21202, 20048, 38647, 38253, 34174, 30922, 32047, 20769,
22418, 25794, 32907, 31867, 27882, 26865, 26974, 20919, 21400, 26792,
29313, 40654, 31729, 29432, 31163, 28435, 29702, 26446, [12197, 37324],
40100, 31036, 33673, 33620, 21519, 26647, 20029, 21385, 21169, 30782,
21382, 21033, 20616, 20363, 20432, 30178, [12148, 31435], 31890, 27813,
[12202, 38582], [12050, 21147], 29827, 21737, 20457, 32852, 33714, 36830,
38256, 24265, 24604, 28063, 24088, 25947, 33080, 38142, 24651, 28860,
32451, 31918, 20937, 26753, 31921, 33391, 20004, 36742, 37327, 26238,
20142, 35845, 25769, 32842, 20698, 30103, 29134, 23525, 36797, 28518,
20102, 25730, 38243, 24278, 26009, 21015, 35010, 28872, 21155, 29454,
29747, 26519, 30967, 38678, 20020, 37051, 40158, 28107, 20955, 36161,
21533, 25294, 29618, 33777, 38646, 40836, 38083, 20278, 32666, 20940,
28789, 38517, 23725, 39046, 21478, 20196, 28316, 29705, 27060, 30827,
39311, 30041, 21016, 30244, 27969, 26611, 20845, 40857, 32843, 21657,
31548, 31423, 38534, 22404, 25314, 38471, 27004, 23044, 25602, 31699,
28431, 38475, 33446, 21346, 39045, 24208, 28809, 25523, 21348, 34383,
40065, 40595, 30860, 38706, 36335, 36162, [12229, 40575], 28510, 31108,
24405, 38470, 25134, 39540, 21525, 38109, 20387, 26053, 23653, 23649,
32533, 34385, 27695, 24459, 29575, 28388, 32511, 23782, 25371, 23402,
28390, 21365, 20081, 25504, 30053, 25249, 36718, 20262, 20177, 27814,
32438, 35770, 33821, 34746, 32599, 36923, 38179, 31657, 39585, 35064,
33853, 27931, 39558, 32476, 22920, [12231, 40635], 29595, 30721, 34434,
39532, 39554, 22043, 21527, 22475, 20080, 40614, 21334, 36808, 33033,
30610, 39314, 34542, 28385, 34067, 26364, 24930, 28459, 35881, 33426,
33579, 30450, 27667, 24537, 33725, 29483, 33541, 38170, [12113, 27611],
[12141, 30683], 38086, 21359, 33538, 20882, 24125, 35980, 36152, 20040,
29611, 26522, 26757, 37238, 38665, 29028, 27809, 30473, 23186, 38209,
27599, 32654, 26151, 23504, 22969, 23194, 38376, 38391, 20204, 33804,
33945, 27308, 30431, 38192, 29467, 26790, 23391, 30511, 37274, 38753,
31964, 36855, 35868, 24357, [12150, 31859], 31192, 35269, 27852, 34588,
23494, 24130, 26825, 30496, 32501, 20885, 20813, 21193, 23081, 32517,
[12207, 38754], 33495, 25551, 30596, 34256, 31186, 28218, 24217, 22937,
34065, 28781, 27665, 25279, [12139, 30399], 25935, 24751, 38397, 26126,
34719, 40483, 38125, 21517, 21629, 35884, {f: 2, c: 25720}, 34321, 27169,
33180, 30952, 25705, 39764, 25273, 26411, 33707, 22696, 40664, 27819,
28448, 23518, 38476, 35851, 29279, 26576, 25287, 29281, 20137, 22982,
27597, 22675, 26286, 24149, 21215, 24917, [12106, 26408], [12140, 30446],
30566, 29287, 31302, 25343, 21738, 21584, 38048, 37027, 23068, 32435,
27670, 20035, 22902, 32784, 22856, 21335, 30007, 38590, 22218, 25376,
33041, 24700, 38393, 28118, 21602, 39297, 20869, 23273, 33021, 22958,
38675, 20522, 27877, 23612, 25311, 20320, 21311, 33147, 36870, 28346,
34091, 25288, 24180, 30910, 25781, 25467, 24565, 23064, 37247, 40479,
23615, 25423, 32834, 23421, 21870, 38218, 38221, 28037, 24744, 26592,
29406, 20957, 23425, 25319, 27870, [12124, 29275], 25197, 38062, 32445,
33043, 27987, 20892, 24324, 22900, 21162, 24594, [12069, 22899], 26262,
34384, 30111, 25386, 25062, 31983, 35834, 21734, 27431, 40485, 27572,
34261, 21589, 20598, 27812, 21866, 36276, 29228, 24085, 24597, 29750,
25293, 25490, 29260, 24472, 28227, 27966, 25856, 28504, 30424, 30928,
30460, 30036, 21028, 21467, 20051, 24222, 26049, 32810, 32982, 25243,
21638, 21032, 28846, 34957, 36305, 27873, 21624, 32986, 22521, 35060,
36180, 38506, 37197, 20329, 27803, 21943, 30406, 30768, 25256, 28921,
28558, 24429, 34028, 26842, 30844, 31735, 33192, 26379, 40527, 25447,
30896, 22383, 30738, 38713, 25209, 25259, 21128, 29749, 27607, 21860,
33086, 30130, [12138, 30382], 21305, 30174, 20731, 23617, 35692, 31687,
20559, [12122, 29255], 39575, 39128, 28418, 29922, 31080, 25735, 30629,
25340, 39057, 36139, 21697, 32856, 20050, 22378, 33529, 33805, 24179,
20973, 29942, 35780, 23631, 22369, 27900, 39047, 23110, 30772, 39748,
36843, 31893, 21078, 25169, 38138, 20166, 33670, 33889, 33769, 33970,
22484, 26420, 22275, 26222, 28006, 35889, 26333, 28689, 26399, 27450,
26646, 25114, 22971, 19971, 20932, 28422, 26578, 27791, 20854, 26827,
22855, 27495, 30054, 23822, 33040, 40784, 26071, 31048, 31041, 39569,
36215, 23682, 20062, 20225, 21551, 22865, 30732, 22120, [12115, 27668],
36804, 24323, 27773, 27875, 35755, 25488, 24688, 27965, 29301, 25190,
38030, 38085, 21315, 36801, 31614, 20191, 35878, 20094, 40660, 38065,
38067, 21069, 28508, 36963, 27973, 35892, 22545, 23884, [12107, 27424],
27465, 26538, 21595, 33108, 32652, 22681, 34103, 24378, 25250, 27207,
38201, 25970, 24708, 26725, 30631, 20052, 20392, 24039, 38808, 25772,
32728, 23789, 20431, 31373, 20999, 33540, 19988, 24623, 31363, 38054,
20405, 20146, 31206, 29748, 21220, 33465, 25810, 31165, 23517, 27777,
38738, 36731, 27682, 20542, 21375, 28165, 25806, 26228, 27696, 24773,
39031, 35831, 24198, 29756, 31351, 31179, 19992, 37041, 29699, 27714,
22234, 37195, 27845, 36235, 21306, 34502, 26354, 36527, 23624, 39537,
28192, 21462, 23094, 40843, 36259, 21435, 22280, 39079, 26435, 37275,
27849, 20840, 30154, 25331, [12125, 29356], 21048, 21149, 32570, 28820,
30264, 21364, 40522, 27063, 30830, 38592, 35033, 32676, 28982, 29123,
20873, 26579, 29924, 22756, 25880, 22199, 35753, 39286, 25200, 32469,
24825, 28909, 22764, 20161, [12040, 20154], 24525, 38887, 20219, 35748,
20995, 22922, 32427, 25172, 20173, [12103, 26085], 25102, 33592, 33993,
33635, 34701, 29076, 28342, 23481, 32466, 20887, 25545, 26580,
[12161, 32905], 33593, 34837, 20754, 23418, 22914, 36785, 20083, 27741,
[12042, 20837], 35109, 36719, 38446, 34122, 29790, 38160, 38384, 28070,
33509, 24369, 25746, 27922, 33832, 33134, 40131, 22622, 36187, 19977,
21441, 20254, 25955, 26705, 21971, 20007, 25620, 39578, 25195, 23234,
29791, [12170, 33394], 28073, 26862, 20711, 33678, 30722, 26432, 21049,
27801, 32433, 20667, 21861, 29022, 31579, 26194, 29642, 33515, 26441,
[12077, 23665], 21024, 29053, 34923, 38378, 38485, 25797, 36193, 33203,
21892, 27733, 25159, 32558, 22674, 20260, 21830, 36175, 26188, 19978,
23578, 35059, 26786, 25422, 31245, 28903, 33421, 21242, 38902, 23569,
21736, 37045, 32461, 22882, 36170, 34503, [12166, 33292], 33293, 36198,
25668, 23556, 24913, 28041, 31038, 35774, 30775, 30003, 21627, 20280,
[12189, 36523], 28145, 23072, 32453, 31070, 27784, 23457, 23158, 29978,
32958, 24910, 28183, 22768, [12131, 29983], 29989, 29298, 21319, 32499,
30465, 30427, 21097, 32988, 22307, 24072, 22833, 29422, 26045, 28287,
35799, [12075, 23608], 34417, [12055, 21313], [12143, 30707], 25342, 26102,
20160, [12215, 39135], 34432, 23454, 35782, 21490, [12142, 30690], 20351,
23630, 39542, 22987, 24335, [12144, 31034], [12064, 22763], 19990, 26623,
20107, 25325, 35475, 36893, 21183, 26159, 21980, 22124, 36866, 20181,
20365, 37322, 39280, [12114, 27663], 24066, 24643, 23460, 35270, 35797,
25910, [12095, 25163], [12216, 39318], 23432, 23551, 25480, 21806, 21463,
30246, 20861, 34092, 26530, 26803, 27530, 25234, 36755, 21460, 33298,
28113, 30095, 20070, 36174, 23408, 29087, 34223, 26257, 26329, 32626,
34560, [12233, 40653], [12239, 40736], 23646, 26415, 36848, 26641, 26463,
25101, 31446, 22661, 24246, 25968, 28465, 24661, 21047, 32781, 25684,
34928, 29993, 24069, 26643, 25332, 38684, 21452, 29245, 35841,
[12116, 27700], 30561, 31246, 21550, 30636, 39034, 33308, 35828, 30805,
26388, 28865, 26031, 25749, 22070, 24605, 31169, 21496, 19997, 27515,
32902, 23546, 21987, 22235, 20282, 20284, 39282, 24051, 26494, 32824,
24578, 39042, 36865, 23435, 35772, 35829, 25628, 33368, 25822, 22013,
33487, 37221, 20439, 32032, 36895, 31903, 20723, 22609, 28335, 23487,
35785, 32899, 37240, 33948, 31639, 34429, 38539, 38543, 32485, 39635,
30862, 23681, 31319, 36930, 38567, 31071, 23385, 25439, 31499, 34001,
26797, 21766, 32553, 29712, 32034, 38145, 25152, 22604, 20182, 23427,
22905, 22612, 29549, 25374, 36427, 36367, 32974, 33492, 25260, 21488,
27888, 37214, 22826, 24577, 27760, 22349, 25674, 36138, 30251, 28393,
22363, 27264, 30192, 28525, 35885, 35848, 22374, 27631, 34962, 30899,
25506, 21497, 28845, 27748, 22616, 25642, 22530, 26848, 33179, 21776,
31958, 20504, 36538, 28108, 36255, 28907, 25487, 28059, 28372, 32486,
33796, 26691, 36867, 28120, 38518, 35752, 22871, 29305, 34276, 33150,
30140, 35466, 26799, 21076, 36386, 38161, 25552, 39064, 36420, 21884,
20307, 26367, 22159, 24789, 28053, 21059, 23625, 22825, 28155, 22635,
[12133, 30000], 29980, 24684, 33300, 33094, 25361, 26465, 36834, 30522,
36339, 36148, 38081, 24086, 21381, 21548, 28867, 27712, 24311, 20572,
20141, 24237, 25402, 33351, 36890, 26704, 37230, 30643, 21516, 38108,
24420, 31461, 26742, 25413, 31570, 32479, 30171, 20599, 25237, 22836,
36879, 20984, 31171, 31361, 22270, 24466, 36884, 28034, 23648,
[12063, 22303], 21520, 20820, 28237, 22242, 25512, 39059, 33151, 34581,
35114, 36864, 21534, 23663, 33216, 25302, 25176, 33073, 40501, 38464,
39534, 39548, 26925, 22949, 25299, 21822, 25366, 21703, 34521, 27964,
23043, [12129, 29926], 34972, 27498, 22806, 35916, 24367, 28286, 29609,
39037, 20024, 28919, 23436, 30871, 25405, 26202, 30358, 24779, 23451,
23113, 19975, 33109, 27754, 29579, 20129, 26505, [12153, 32593], 24448,
26106, 26395, 24536, 22916, 23041, 24013, 24494, 21361, 38886, 36829,
26693, 22260, 21807, 24799, 20026, 28493, 32500, 33479, 33806, 22996,
20255, 20266, 23614, 32428, 26410, 34074, 21619, 30031, 32963, 21890,
39759, 20301, 28205, 35859, 23561, 24944, 21355, 30239, 28201, 34442,
[12098, 25991], 38395, 32441, 21563, 31283, 32010, 38382, 21985, 32705,
29934, 25373, 34583, 28065, 31389, 25105, 26017, 21351, 25569, 27779,
24043, 21596, 38056, 20044, 27745, 35820, 23627, [12102, 26080], 33436,
26791, 21566, 21556, [12111, 27595], 27494, 20116, 25410, 21320, 33310,
20237, 20398, 22366, 25098, 38654, 26212, 29289, 21247, 21153, 24735,
35823, 26132, 29081, 26512, 35199, 30802, 30717, 26224, 22075, 21560,
38177, 29306, 31232, 24687, 24076, 24713, 33181, [12067, 22805], 24796,
29060, 28911, 28330, 27728, 29312, 27268, 34989, 24109, 20064, 23219,
21916, 38115, 27927, 31995, 38553, 25103, 32454, 30606, 34430, 21283,
38686, 36758, 26247, 23777, 20384, 29421, 19979, 21414, 22799, 21523,
25472, 38184, 20808, 20185, 40092, 32420, 21688, 36132, 34900, 33335,
38386, 28046, 24358, 23244, 26174, 38505, 29616, 29486, 21439, 33146,
39301, 32673, 23466, 38519, 38480, 32447, 30456, 21410, 38262,
[12217, 39321], 31665, 35140, 28248, 20065, 32724, 31077, 35814, 24819,
21709, 20139, 39033, 24055, 27233, 20687, 21521, 35937, 33831, 30813,
38660, 21066, 21742, 22179, 38144, 28040, 23477, 28102, 26195,
[12073, 23567], 23389, 26657, 32918, 21880, 31505, 25928, 26964, 20123,
27463, 34638, 38795, 21327, 25375, 25658, 37034, 26012, 32961, 35856,
20889, 26800, 21368, 34809, 25032, 27844, 27899, 35874, 23633, 34218,
33455, 38156, 27427, [12191, 36763], 26032, 24571, [12092, 24515], 20449,
34885, 26143, 33125, 29481, 24826, 20852, 21009, 22411, 24418, 37026,
[12175, 34892], 37266, 24184, 26447, 24615, 22995, 20804, 20982, 33016,
21256, 27769, 38596, 29066, 20241, 20462, 32670, 26429, 21957, 38152,
31168, 34966, 32483, 22687, 25100, 38656, 34394, 22040, 39035, 24464,
35768, 33988, 37207, 21465, 26093, 24207, 30044, 24676, 32110, 23167,
32490, 32493, 36713, 21927, 23459, 24748, 26059, [12126, 29572], 36873,
30307, 30505, 32474, 38772, 34203, 23398, [12147, 31348], 38634,
[12174, 34880], 21195, 29071, 24490, 26092, 35810, 23547, 39535, 24033,
27529, 27739, 35757, 35759, 36874, 36805, 21387, 25276, 40486, 40493,
21568, 20011, 33469, [12123, 29273], 34460, 23830, 34905, 28079, 38597,
21713, 20122, 35766, 28937, 21693, 38409, 28895, 28153, 30416, 20005,
30740, 34578, 23721, 24310, [12180, 35328], 39068, 38414, 28814, 27839,
22852, 25513, 30524, 34893, 28436, 33395, 22576, 29141, 21388, 30746,
38593, 21761, 24422, 28976, 23476, 35866, 39564, 27523, 22830, 40495,
31207, 26472, 25196, 20335, 30113, [12154, 32650], 27915, 38451, 27687,
20208, 30162, 20859, 26679, 28478, 36992, 33136, 22934, 29814, 25671,
23591, 36965, 31377, 35875, 23002, 21676, 33280, 33647, 35201, 32768,
26928, 22094, 32822, 29239, 37326, 20918, 20063, 39029, 25494, 19994,
21494, 26355, 33099, 22812, 28082, [12032, 19968], 22777, 21307, 25558,
38129, 20381, 20234, [12176, 34915], 39056, 22839, 36951, 31227, 20202,
33008, 30097, 27778, 23452, 23016, 24413, 26885, 34433, 20506, 24050,
[12036, 20057], 30691, 20197, 33402, 25233, 26131, [12194, 37009], 23673,
20159, 24441, 33222, 36920, 32900, 30123, 20134, 35028, 24847, 27589,
24518, 20041, 30410, 28322, 35811, 35758, 35850, 35793, 24322, 32764,
32716, 32462, 33589, 33643, 22240, 27575, [12211, 38899], 38452, 23035,
21535, 38134, 28139, 23493, 39278, 23609, 24341, 38544, 21360, 33521,
27185, 23156, 40560, 24212, 32552, 33721, {f: 2, c: 33828}, 33639, 34631,
36814, 36194, 30408, 24433, 39062, 30828, 26144, 21727, 25317, 20323,
33219, 30152, 24248, 38605, 36362, 34553, 21647, 27891, 28044, 27704,
24703, 21191, [12132, 29992], 24189, 20248, 24736, 24551, 23588, 30001,
37038, 38080, 29369, 27833, 28216, [12195, 37193], 26377, 21451, 21491,
20305, 37321, 35825, [12060, 21448], 24188, 36802, 28132, 20110, 30402,
27014, 34398, 24858, 33286, 20313, 20446, 36926, 40060, 24841, 28189,
28180, 38533, 20104, 23089, [12204, 38632], 19982, 23679, 31161, 23431,
35821, [12155, 32701], [12127, 29577], 22495, 33419, 37057, 21505, 36935,
21947, 23786, 24481, 24840, 27442, 29425, 32946, 35465, 28020, 23507,
35029, 39044, 35947, 39533, 40499, 28170, 20900, 20803, 22435, 34945,
21407, 25588, 36757, 22253, 21592, 22278, 29503, 28304, 32536, 36828,
33489, 24895, 24616, 38498, [12104, 26352], 32422, 36234, 36291, 38053,
23731, 31908, [12105, 26376], 24742, 38405, 32792, 20113, 37095, 21248,
38504, 20801, 36816, 34164, 37213, 26197, 38901, 23381, 21277, 30776,
26434, 26685, 21705, 28798, 23472, 36733, 20877, 22312, 21681, 25874,
26242, 36190, 36163, 33039, 33900, 36973, 31967, 20991, 34299, 26531,
26089, 28577, 34468, 36481, 22122, 36896, 30338, 28790, 29157, 36131,
25321, 21017, 27901, 36156, 24590, 22686, 24974, 26366, 36192, 25166,
21939, 28195, 26413, 36711, 38113, 38392, 30504, 26629, 27048, 21643,
20045, 28856, 35784, 25688, 25995, 23429, 31364, 20538, 23528, 30651,
27617, 35449, 31896, 27838, 30415, 26025, 36759, 23853, 23637, 34360,
26632, 21344, 25112, 31449, 28251, 32509, 27167, 31456, 24432, 28467,
24352, 25484, 28072, 26454, 19976, 24080, 36134, 20183, 32960, 30260,
38556, 25307, 26157, 25214, 27836, 36213, 29031, 32617, 20806, 32903,
21484, 36974, 25240, 21746, 34544, 36761, 32773, 38167, 34071, 36825,
27993, 29645, 26015, 30495, 29956, 30759, 33275, 36126, 38024, 20390,
26517, 30137, 35786, 38663, 25391, 38215, 38453, 33976, 25379, 30529,
24449, 29424, 20105, 24596, 25972, 25327, 27491, 25919, 24103, 30151,
37073, 35777, 33437, 26525, [12096, 25903], 21553, 34584, 30693, 32930,
33026, 27713, 20043, 32455, 32844, 30452, 26893, 27542, 25191, 20540,
20356, 22336, 25351, [12108, 27490], 36286, 21482, 26088, 32440, 24535,
25370, 25527, [12164, 33267], 33268, 32622, 24092, 23769, 21046, 26234,
31209, 31258, 36136, 28825, 30164, 28382, 27835, 31378, 20013, 30405,
24544, 38047, 34935, 32456, 31181, 32959, 37325, 20210, 20247,
[12168, 33311], 21608, 24030, 27954, 35788, 31909, 36724, 32920, 24090,
21650, 30385, 23449, 26172, 39588, 29664, 26666, 34523, 26417, 29482,
35832, 35803, 36880, [12149, 31481], 28891, 29038, 25284, 30633, 22065,
20027, 33879, 26609, 21161, 34496, 36142, 38136, 31569, 20303, 27880,
31069, 39547, 25235, [12118, 29226], 25341, 19987, 30742, 36716, 25776,
36186, 31686, 26729, 24196, 35013, 22918, 25758, 22766, 29366, 26894,
38181, 36861, 36184, 22368, 32512, 35846, 20934, 25417, 25305, 21331,
26700, 29730, 33537, 37196, 21828, 30528, 28796, 27978, 20857, 21672,
36164, 23039, 28363, 28100, 23388, 32043, 20180, 31869, 28371,
[12070, 23376], [12163, 33258], 28173, 23383, 39683, 26837, 36394, 23447,
32508, 24635, 32437, 37049, [12187, 36208], 22863, 25549, 31199,
[12188, 36275], 21330, 26063, 31062, 35781, 38459, 32452, 38075, 32386,
22068, 37257, 26368, 32618, 23562, 36981, 26152, 24038, 20304, 26590,
20570, 20316, 22352, 24231, 20109, 19980, 20800, 19984, 24319, 21317,
19989, 20120, 19998, [12224, 39730], 23404, 22121, [12033, 20008], 31162,
[12035, 20031], [12052, 21269], 20039, 22829, [12120, 29243], 21358, 27664,
22239, 32996, 39319, 27603, 30590, 40727, [12034, 20022], 20127, 40720,
20060, 20073, 20115, 33416, 23387, 21868, 22031, 20164, 21389, 21405,
21411, 21413, 21422, 38757, 36189, [12053, 21274], 21493, 21286, 21294,
21310, 36188, 21350, 21347, 20994, 21000, 21006, 21037, 21043,
{f: 2, c: 21055}, 21068, 21086, 21089, 21084, 33967, 21117, 21122, 21121,
21136, 21139, [12044, 20866], 32596, 20155, 20163, 20169, 20162, 20200,
20193, 20203, 20190, 20251, 20211, 20258, 20324, 20213, 20261, 20263,
20233, 20267, 20318, 20327, 25912, 20314, 20317, 20319, 20311, 20274,
20285, 20342, 20340, 20369, 20361, 20355, 20367, 20350, 20347, 20394,
20348, 20396, 20372, 20454, 20456, 20458, 20421, 20442, 20451, 20444,
20433, 20447, 20472, 20521, 20556, 20467, 20524, 20495, 20526, 20525,
20478, 20508, 20492, 20517, 20520, 20606, 20547, 20565, 20552, 20558,
20588, 20603, 20645, 20647, 20649, 20666, 20694, 20742, 20717, 20716,
20710, 20718, 20743, 20747, 20189, 27709, 20312, 20325, 20430,
[12245, 40864], 27718, 31860, 20846, 24061, 40649, 39320, 20865, 22804,
[12051, 21241], 21261, 35335, 21264, 20971, 22809, 20821, [12039, 20128],
20822, 20147, 34926, 34980, 20149, 33044, 35026, 31104, 23348, 34819,
32696, [12046, 20907], 20913, 20925, 20924, 20935, [12045, 20886], 20898,
20901, 35744, {f: 2, c: 35750}, 35754, {f: 2, c: 35764}, 35767,
{f: 2, c: 35778}, 35787, 35791, 35790, {f: 3, c: 35794}, 35798,
{f: 2, c: 35800}, 35804, {f: 2, c: 35807}, 35812, {f: 2, c: 35816}, 35822,
35824, 35827, 35830, 35833, 35836, {f: 2, c: 35839}, 35842, 35844, 35847,
35852, 35855, {f: 2, c: 35857}, {f: 3, c: 35860}, 35865, 35867, 35864,
35869, {f: 3, c: 35871}, 35877, 35879, {f: 2, c: 35882}, {f: 2, c: 35886},
{f: 2, c: 35890}, {f: 2, c: 35893}, [12057, 21353], 21370, 38429, 38434,
38433, 38449, 38442, 38461, 38460, 38466, 38473, 38484, 38495, 38503,
38508, 38514, 38516, 38536, 38541, 38551, 38576, 37015, 37019, 37021,
37017, 37036, 37025, 37044, 37043, 37046, 37050, 37048, 37040, 37071,
37061, 37054, 37072, 37060, 37063, 37075, 37094, 37090, 37084, 37079,
37083, 37099, 37103, 37118, 37124, 37154, 37150, 37155, 37169, 37167,
37177, 37187, 37190, 21005, 22850, 21154, {f: 2, c: 21164}, 21182, 21759,
21200, 21206, 21232, 21471, 29166, 30669, [12085, 24308], [12048, 20981],
20988, [12223, 39727], [12059, 21430], 24321, 30042, 24047, 22348, 22441,
22433, 22654, 22716, 22725, 22737, 22313, 22316, 22314, 22323, 22329,
{f: 2, c: 22318}, 22364, 22331, 22338, 22377, 22405, 22379, 22406, 22396,
22395, 22376, 22381, 22390, 22387, 22445, 22436, 22412, 22450, 22479,
22439, 22452, 22419, 22432, 22485, 22488, 22490, 22489, 22482, 22456,
22516, 22511, 22520, 22500, 22493, 22539, 22541, 22525, 22509, 22528,
22558, 22553, 22596, 22560, 22629, 22636, 22657, 22665, 22682, 22656,
39336, 40729, 25087, 33401, 33405, 33407, 33423, 33418, 33448, 33412,
33422, 33425, 33431, 33433, 33451, 33464, 33470, 33456, 33480, 33482,
33507, 33432, 33463, 33454, {f: 2, c: 33483}, 33473, 33449, 33460, 33441,
33450, 33439, 33476, 33486, 33444, 33505, 33545, 33527, 33508, 33551,
33543, 33500, 33524, 33490, 33496, 33548, 33531, 33491, 33553, 33562,
33542, {f: 2, c: 33556}, 33504, 33493, 33564, 33617, {f: 2, c: 33627},
33544, 33682, 33596, 33588, 33585, 33691, 33630, 33583, 33615, 33607,
33603, 33631, 33600, 33559, 33632, 33581, 33594, 33587, 33638, 33637,
33640, 33563, 33641, 33644, 33642, {f: 2, c: 33645}, 33712, 33656,
{f: 2, c: 33715}, 33696, 33706, 33683, 33692, 33669, 33660, 33718, 33705,
33661, 33720, 33659, 33688, 33694, 33704, 33722, 33724, 33729, 33793,
33765, 33752, 22535, 33816, 33803, 33757, 33789, 33750, 33820, 33848,
33809, 33798, 33748, 33759, 33807, 33795, {f: 2, c: 33784}, 33770, 33733,
33728, 33830, 33776, 33761, 33884, 33873, 33882, 33881, 33907,
{f: 2, c: 33927}, 33914, 33929, 33912, 33852, 33862, 33897, 33910, 33932,
33934, 33841, 33901, 33985, 33997, 34000, 34022, 33981, 34003, 33994,
33983, 33978, 34016, 33953, 33977, 33972, 33943, 34021, 34019, 34060,
29965, 34104, 34032, 34105, 34079, 34106, 34134, 34107, 34047, 34044,
34137, 34120, 34152, 34148, 34142, 34170, 30626, 34115, 34162, 34171,
34212, 34216, 34183, 34191, 34169, 34222, 34204, 34181, 34233, 34231,
34224, 34259, 34241, 34268, 34303, 34343, 34309, 34345, 34326, 34364,
[12086, 24318], 24328, 22844, 22849, 32823, 22869, 22874, 22872, 21263,
[12074, 23586], 23589, 23596, 23604, 25164, 25194, 25247, 25275, 25290,
25306, 25303, 25326, 25378, 25334, 25401, 25419, 25411, 25517, 25590,
25457, 25466, 25486, 25524, 25453, 25516, 25482, 25449, 25518, 25532,
25586, 25592, 25568, 25599, 25540, 25566, 25550, 25682, 25542, 25534,
25669, 25665, 25611, 25627, 25632, 25612, 25638, 25633, 25694, 25732,
25709, 25750, 25722, {f: 2, c: 25783}, 25753, 25786, 25792, 25808, 25815,
25828, 25826, 25865, 25893, 25902, [12087, 24331], 24530, 29977, 24337,
21343, 21489, 21501, 21481, 21480, 21499, 21522, 21526, 21510, 21579,
{f: 3, c: 21586}, 21590, 21571, 21537, 21591, 21593, 21539, 21554, 21634,
21652, 21623, 21617, 21604, {f: 2, c: 21658}, 21636, 21622, 21606, 21661,
21712, 21677, 21698, 21684, 21714, 21671, 21670, {f: 2, c: 21715}, 21618,
21667, 21717, 21691, 21695, 21708, {f: 2, c: 21721}, 21724,
{f: 2, c: 21673}, 21668, 21725, 21711, 21726, 21787, 21735, 21792, 21757,
21780, 21747, {f: 2, c: 21794}, 21775, 21777, 21799, 21802, 21863, 21903,
21941, 21833, 21869, 21825, 21845, 21823, 21840, 21820, 21815, 21846,
{f: 3, c: 21877}, 21811, 21808, 21852, 21899, 21970, 21891, 21937, 21945,
21896, 21889, 21919, 21886, 21974, 21905, 21883, 21983, {f: 2, c: 21949},
21908, 21913, 21994, 22007, 21961, 22047, 21969, {f: 2, c: 21995}, 21972,
21990, 21981, 21956, 21999, 21989, {f: 2, c: 22002}, {f: 2, c: 21964},
21992, 22005, 21988, 36756, 22046, 22024, 22028, 22017, 22052, 22051,
22014, 22016, 22055, 22061, 22104, 22073, 22103, 22060, 22093, 22114,
22105, 22108, 22092, 22100, 22150, 22116, 22129, 22123, {f: 2, c: 22139},
22149, 22163, 22191, 22228, [12062, 22231], 22237, 22241, 22261, 22251,
22265, 22271, 22276, 22282, 22281, 22300, 24079, 24089, 24084, 24081,
24113, {f: 2, c: 24123}, 24119, 24132, 24148, 24155, 24158, 24161, 23692,
23674, 23693, 23696, 23702, 23688, {f: 2, c: 23704}, 23697, 23706, 23708,
23733, 23714, 23741, 23724, 23723, 23729, 23715, 23745, 23735, 23748,
23762, 23780, 23755, 23781, {f: 2, c: 23810}, 23847, 23846, 23854, 23844,
23838, 23814, 23835, 23896, 23870, 23860, 23869, 23916, 23899, 23919,
23901, 23915, 23883, 23882, 23913, 23924, 23938, 23961, 23965, 35955,
23991, 24005, [12091, 24435], 24439, 24450, 24455, 24457, 24460, 24469,
24473, 24476, 24488, 24493, 24501, 24508, 34914, [12090, 24417], 29357,
29360, 29364, {f: 2, c: 29367}, 29379, 29377, 29390, 29389, 29394, 29416,
29423, 29417, 29426, 29428, 29431, 29441, 29427, 29443, {f: 2, c: 29434},
29463, 29459, 29473, 29450, 29470, 29469, 29461, 29474, 29497, 29477,
29484, 29496, 29489, 29520, 29517, 29527, 29536, 29548, 29551, 29566,
[12167, 33307], 22821, 39143, 22820, [12065, 22786], 39267,
{f: 6, c: 39271}, 39284, 39287, 39293, 39296, 39300, 39303, 39306, 39309,
{f: 2, c: 39312}, {f: 3, c: 39315}, 24192, 24209, 24203, 24214, 24229,
24224, 24249, 24245, 24254, 24243, 36179, 24274, 24273, 24283, 24296,
24298, 33210, 24516, 24521, 24534, 24527, 24579, 24558, 24580, 24545,
24548, 24574, {f: 2, c: 24581}, 24554, 24557, 24568, 24601, 24629, 24614,
24603, 24591, 24589, 24617, 24619, 24586, 24639, 24609, {f: 2, c: 24696},
24699, 24698, 24642, 24682, 24701, 24726, 24730, 24749, 24733, 24707,
24722, 24716, 24731, 24812, 24763, 24753, 24797, 24792, 24774, 24794,
24756, 24864, 24870, 24853, 24867, 24820, 24832, 24846, 24875, 24906,
24949, 25004, 24980, 24999, 25015, 25044, 25077, 24541, 38579, 38377,
38379, 38385, 38387, {f: 2, c: 38389}, 38396, 38398, {f: 2, c: 38403},
38406, 38408, {f: 4, c: 38410}, 38415, 38418, {f: 3, c: 38421},
{f: 2, c: 38425}, 20012, [12121, 29247], 25109, 27701, 27732, 27740, 27722,
27811, 27781, 27792, 27796, 27788, {f: 2, c: 27752}, 27764, 27766, 27782,
27817, 27856, 27860, 27821, {f: 2, c: 27895}, 27889, 27863, 27826, 27872,
27862, 27898, 27883, 27886, 27825, 27859, 27887, 27902, 27961, 27943,
27916, 27971, 27976, 27911, 27908, 27929, 27918, 27947, 27981, 27950,
27957, 27930, 27983, 27986, 27988, 27955, 28049, 28015, 28062, 28064,
27998, {f: 2, c: 28051}, 27996, 28000, 28028, 28003, 28186, 28103, 28101,
28126, 28174, 28095, 28128, 28177, 28134, 28125, 28121, 28182, 28075,
28172, 28078, 28203, 28270, 28238, 28267, 28338, 28255, 28294,
{f: 2, c: 28243}, 28210, 28197, 28228, 28383, 28337, 28312, 28384, 28461,
28386, 28325, 28327, 28349, 28347, 28343, 28375, 28340, 28367, 28303,
28354, 28319, 28514, {f: 2, c: 28486}, 28452, 28437, 28409, 28463, 28470,
28491, 28532, 28458, 28425, 28457, 28553, 28557, 28556, 28536, 28530,
28540, 28538, 28625, 28617, 28583, 28601, 28598, 28610, 28641, 28654,
28638, 28640, 28655, 28698, 28707, 28699, 28729, 28725, 28751, 28766,
[12071, 23424], 23428, 23445, 23443, 23461, 23480, 29999, 39582, 25652,
23524, 23534, 35120, 23536, 36423, 35591, 36790, 36819, 36821, 36837,
36846, 36836, 36841, 36838, 36851, 36840, 36869, 36868, 36875, 36902,
36881, 36877, 36886, 36897, {f: 2, c: 36917}, 36909, 36911, 36932,
{f: 2, c: 36945}, 36944, 36968, 36952, 36962, 36955, 26297, 36980, 36989,
36994, 37000, 36995, 37003, [12089, 24400], 24407, 24406, 24408, 23611,
21675, 23632, 23641, 23409, 23651, 23654, 32700, 24362, 24361, 24365,
33396, 24380, 39739, [12076, 23662], 22913, 22915, 22925, {f: 2, c: 22953},
22947, 22935, 22986, 22955, 22942, 22948, 22994, 22962, 22959, 22999,
22974, {f: 2, c: 23045}, 23005, 23048, 23011, 23000, 23033, 23052, 23049,
23090, 23092, 23057, 23075, 23059, 23104, 23143, 23114, 23125, 23100,
23138, 23157, 33004, 23210, 23195, 23159, 23162, 23230, 23275, 23218,
23250, 23252, 23224, 23264, 23267, 23281, 23254, 23270, 23256, 23260,
23305, 23319, 23318, 23346, 23351, 23360, 23573, 23580, 23386, 23397,
23411, 23377, 23379, 23394, 39541, {f: 2, c: 39543}, 39546, 39551, 39549,
{f: 2, c: 39552}, 39557, 39560, 39562, 39568, {f: 2, c: 39570}, 39574,
39576, {f: 3, c: 39579}, {f: 2, c: 39583}, {f: 2, c: 39586}, 39589, 39591,
32415, 32417, 32419, 32421, {f: 2, c: 32424}, 32429, 32432, 32446,
{f: 3, c: 32448}, 32457, {f: 2, c: 32459}, 32464, 32468, 32471, 32475,
{f: 2, c: 32480}, 32488, 32491, {f: 2, c: 32494}, {f: 2, c: 32497}, 32525,
32502, {f: 2, c: 32506}, 32510, {f: 3, c: 32513}, {f: 2, c: 32519},
{f: 2, c: 32523}, 32527, {f: 2, c: 32529}, 32535, 32537, 32540, 32539,
32543, {f: 7, c: 32545}, {f: 4, c: 32554}, {f: 5, c: 32559}, 32565,
[12083, 24186], 30079, [12078, 24027], 30014, 37013, 29582, 29585, 29614,
29602, 29599, 29647, 29634, 29649, 29623, 29619, 29632, 29641, 29640,
29669, 29657, 39036, 29706, 29673, 29671, 29662, 29626, 29682, 29711,
29738, 29787, 29734, 29733, 29736, 29744, 29742, 29740, 29723, 29722,
29761, 29788, 29783, 29781, 29785, 29815, 29805, 29822, 29852, 29838,
{f: 2, c: 29824}, 29831, 29835, 29854, {f: 2, c: 29864}, 29840, 29863,
29906, 29882, {f: 3, c: 38890}, 26444, 26451, 26462, 26440, 26473, 26533,
26503, 26474, 26483, 26520, 26535, 26485, 26536, 26526, 26541, 26507,
26487, 26492, 26608, 26633, 26584, 26634, 26601, 26544, 26636, 26585,
26549, 26586, 26547, 26589, 26624, 26563, 26552, 26594, 26638, 26561,
26621, {f: 2, c: 26674}, {f: 2, c: 26720}, 26702, 26722, 26692, 26724,
26755, 26653, 26709, 26726, 26689, 26727, 26688, 26686, 26698, 26697,
26665, 26805, 26767, 26740, 26743, 26771, 26731, 26818, 26990, 26876,
{f: 2, c: 26911}, 26873, 26916, 26864, 26891, 26881, 26967, 26851, 26896,
26993, 26937, 26976, 26946, 26973, 27012, 26987, 27008, 27032, 27000,
26932, 27084, {f: 2, c: 27015}, 27086, 27017, 26982, 26979, 27001, 27035,
27047, 27067, 27051, 27053, 27092, 27057, 27073, 27082, 27103, 27029,
27104, 27021, 27135, 27183, 27117, {f: 2, c: 27159}, 27237, 27122, 27204,
27198, 27296, 27216, 27227, 27189, 27278, 27257, 27197, 27176, 27224,
27260, 27281, 27280, 27305, 27287, 27307, 29495, 29522, {f: 2, c: 27521},
27527, 27524, {f: 2, c: 27538}, 27533, {f: 2, c: 27546}, 27553, 27562,
36715, 36717, {f: 3, c: 36721}, {f: 2, c: 36725}, 36728, 36727,
{f: 2, c: 36729}, 36732, 36734, {f: 2, c: 36737}, 36740, 36743, 36747,
{f: 3, c: 36749}, 36760, 36762, 36558, 25099, 25111, 25115, 25119, 25122,
25121, 25125, 25124, 25132, 33255, 29935, 29940, 29951, 29967, 29969,
29971, [12097, 25908], {f: 3, c: 26094}, 26122, 26137, 26482, 26115, 26133,
26112, 28805, 26359, 26141, 26164, 26161, 26166, 26165, 32774, 26207,
26196, 26177, 26191, 26198, 26209, 26199, 26231, 26244, 26252, 26279,
26269, 26302, {f: 2, c: 26331}, 26342, 26345, {f: 2, c: 36146}, 36150,
36155, 36157, 36160, {f: 2, c: 36165}, {f: 2, c: 36168}, 36167, 36173,
36181, 36185, 35271, {f: 3, c: 35274}, {f: 4, c: 35278}, 29294, 29343,
29277, 29286, 29295, {f: 2, c: 29310}, 29316, 29323, 29325, 29327, 29330,
25352, 25394, 25520, 25663, 25816, 32772, 27626, 27635, 27645, 27637,
27641, 27653, 27655, 27654, 27661, 27669, {f: 3, c: 27672}, 27681, 27689,
27684, 27690, 27698, 25909, 25941, 25963, 29261, 29266, 29270, 29232,
34402, 21014, 32927, 32924, 32915, 32956, 26378, 32957, 32945, 32939,
32941, 32948, 32951, {f: 4, c: 32999}, 32987, 32962, 32964, 32985, 32973,
32983, 26384, 32989, 33003, 33009, 33012, 33005, {f: 2, c: 33037}, 33010,
33020, 26389, 33042, 35930, 33078, 33054, 33068, 33048, 33074, 33096,
33100, 33107, 33140, {f: 2, c: 33113}, 33137, 33120, 33129,
{f: 2, c: 33148}, 33133, 33127, 22605, 23221, 33160, 33154, 33169, 28373,
33187, 33194, 33228, 26406, 33226, 33211, 33217, 33190, 27428, 27447,
27449, 27459, 27462, 27481, {f: 3, c: 39121}, 39125, {f: 2, c: 39129},
[12110, 27571], 24384, 27586, 35315, 26000, 40785, 26003, 26044, 26054,
26052, 26051, 26060, 26062, 26066, 26070, 28800, 28828, 28822, 28829,
28859, 28864, 28855, 28843, 28849, 28904, 28874, 28944, 28947, 28950,
28975, 28977, 29043, 29020, 29032, 28997, 29042, 29002, 29048, 29050,
29080, 29107, 29109, 29096, 29088, 29152, 29140, 29159, 29177, 29213,
29224, 28780, 28952, 29030, 29113, 25150, 25149, 25155, {f: 2, c: 25160},
31035, 31040, 31046, 31049, {f: 2, c: 31067}, 31059, 31066, 31074, 31063,
31072, 31087, 31079, 31098, 31109, 31114, 31130, 31143, 31155, 24529,
24528, 24636, 24669, 24666, 24679, 24641, 24665, 24675, 24747, 24838,
24845, 24925, 25001, 24989, 25035, 25041, 25094, 32896, [12160, 32895],
27795, 27894, 28156, 30710, 30712, 30720, 30729, {f: 2, c: 30743}, 30737,
26027, 30765, {f: 2, c: 30748}, {f: 3, c: 30777}, 30751, 30780, 30757,
30764, 30755, 30761, 30798, 30829, {f: 2, c: 30806}, 30758, 30800, 30791,
30796, 30826, 30875, 30867, 30874, 30855, 30876, 30881, 30883, 30898,
30905, 30885, 30932, 30937, 30921, 30956, 30962, 30981, 30964, 30995,
31012, 31006, 31028, 40859, [12235, 40697], {f: 2, c: 40699}, 30449, 30468,
30477, 30457, {f: 2, c: 30471}, 30490, 30498, 30489, 30509, 30502, 30517,
30520, {f: 2, c: 30544}, 30535, 30531, 30554, 30568, 30562, 30565, 30591,
30605, 30589, 30592, 30604, 30609, {f: 2, c: 30623}, 30640, 30645, 30653,
30010, 30016, 30030, 30027, 30024, 30043, 30066, 30073, 30083, 32600,
32609, 32607, 35400, 32616, 32628, 32625, 32633, 32641, 32638, 30413,
30437, 34866, {f: 3, c: 38021}, 38027, 38026, {f: 2, c: 38028},
{f: 2, c: 38031}, 38036, 38039, 38037, {f: 3, c: 38042}, {f: 2, c: 38051},
38059, 38058, 38061, 38060, {f: 2, c: 38063}, 38066, 38068,
{f: 5, c: 38070}, {f: 2, c: 38076}, 38079, 38084, {f: 7, c: 38088},
{f: 3, c: 38096}, {f: 3, c: 38101}, 38105, 38104, 38107, {f: 3, c: 38110},
38114, {f: 2, c: 38116}, {f: 2, c: 38119}, 38122, 38121, 38123,
{f: 2, c: 38126}, {f: 3, c: 38131}, 38135, 38137, {f: 2, c: 38140}, 38143,
38147, 38146, {f: 2, c: 38150}, {f: 2, c: 38153}, {f: 3, c: 38157},
{f: 5, c: 38162}, 38168, 38171, {f: 3, c: 38173}, 38178, {f: 2, c: 38186},
38185, 38188, {f: 2, c: 38193}, 38196, {f: 3, c: 38198}, 38204,
{f: 2, c: 38206}, 38210, 38197, {f: 3, c: 38212}, 38217, 38220,
{f: 2, c: 38222}, {f: 3, c: 38226}, {f: 4, c: 38230}, 38235,
{f: 2, c: 38238}, 38237, {f: 2, c: 38241}, {f: 9, c: 38244}, 38255,
{f: 3, c: 38257}, 38202, 30695, 30700, 38601, 31189, 31213, 31203, 31211,
31238, 23879, 31235, 31234, 31262, 31252, 31289, 31287, 31313, 40655,
39333, 31344, 30344, 30350, 30355, 30361, 30372, 29918, 29920, 29996,
40480, 40482, {f: 5, c: 40488}, 40498, 40497, 40502, 40504, 40503,
{f: 2, c: 40505}, 40510, {f: 2, c: 40513}, 40516, {f: 4, c: 40518},
{f: 2, c: 40523}, 40526, 40529, 40533, 40535, {f: 3, c: 40538}, 40542,
40547, {f: 7, c: 40550}, 40561, 40557, 40563, [12135, 30098], 30100, 30102,
30112, 30109, 30124, 30115, {f: 2, c: 30131}, 30136, 30148, 30129, 30128,
30147, 30146, 30166, 30157, 30179, 30184, 30182, 30180, 30187, 30183,
30211, 30193, 30204, 30207, 30224, 30208, 30213, 30220, 30231, 30218,
30245, 30232, 30229, 30233, 30235, 30268, 30242, 30240, 30272, 30253,
30256, 30271, 30261, 30275, 30270, 30259, 30285, 30302, 30292, 30300,
30294, 30315, 30319, 32714, 31462, {f: 2, c: 31352}, 31360, 31366, 31368,
31381, 31398, 31392, 31404, 31400, 31405, 31411, 34916, 34921, 34930,
34941, 34943, 34946, 34978, 35014, 34999, 35004, 35017, 35042, 35022,
35043, 35045, 35057, 35098, 35068, 35048, 35070, 35056, 35105, 35097,
35091, 35099, 35082, 35124, 35115, 35126, 35137, 35174, 35195,
[12134, 30091], 32997, 30386, 30388, 30684, [12158, 32786], 32788, 32790,
32796, 32800, 32802, {f: 3, c: 32805}, 32809, 32808, 32817, 32779, 32821,
32835, 32838, 32845, 32850, 32873, 32881, 35203, 39032, 39040, 39043,
39049, {f: 2, c: 39052}, 39055, 39060, {f: 2, c: 39066}, {f: 2, c: 39070},
{f: 2, c: 39073}, {f: 2, c: 39077}, [12172, 34381], 34388, 34412, 34414,
34431, 34426, 34428, 34427, 34472, 34445, 34443, 34476, 34461, 34471,
34467, 34474, 34451, 34473, 34486, 34500, 34485, 34510, 34480, 34490,
34481, 34479, 34505, 34511, 34484, 34537, {f: 2, c: 34545}, 34541, 34547,
34512, 34579, 34526, 34548, 34527, 34520, 34513, 34563, 34567, 34552,
34568, 34570, 34573, 34569, 34595, 34619, 34590, 34597, 34606, 34586,
34622, 34632, 34612, 34609, 34601, 34615, 34623, 34690, 34594,
{f: 2, c: 34685}, 34683, 34656, 34672, 34636, 34670, 34699, 34643, 34659,
34684, 34660, 34649, 34661, 34707, 34735, 34728, 34770, 34758, 34696,
34693, 34733, 34711, 34691, 34731, 34789, 34732, 34741, 34739, 34763,
34771, 34749, 34769, 34752, 34762, 34779, 34794, 34784, 34798, 34838,
34835, 34814, 34826, 34843, 34849, 34873, 34876, [12152, 32566], 32578,
{f: 2, c: 32580}, 33296, 31482, 31485, 31496, {f: 2, c: 31491}, 31509,
31498, 31531, 31503, 31559, 31544, 31530, 31513, 31534, 31537, 31520,
31525, 31524, 31539, 31550, 31518, 31576, 31578, 31557, 31605, 31564,
31581, 31584, 31598, 31611, 31586, 31602, 31601, 31632, {f: 2, c: 31654},
31672, 31660, 31645, 31656, 31621, 31658, 31644, 31650, 31659, 31668,
31697, 31681, 31692, 31709, 31706, {f: 2, c: 31717}, 31722, 31756, 31742,
31740, 31759, 31766, 31755, 31775, 31786, 31782, 31800, 31809, 31808,
33278, {f: 2, c: 33281}, 33284, 33260, 34884, {f: 3, c: 33313}, 33325,
33327, 33320, 33323, 33336, 33339, {f: 2, c: 33331}, 33342, 33348, 33353,
33355, 33359, 33370, 33375, 33384, 34942, 34949, 34952, 35032, 35039,
35166, 32669, 32671, 32679, {f: 2, c: 32687}, 32690, 31868, 25929, 31889,
31901, 31900, 31902, 31906, 31922, {f: 2, c: 31932}, 31937, 31943,
{f: 2, c: 31948}, 31944, 31941, 31959, 31976, [12169, 33390], 26280, 32703,
32718, 32725, 32741, 32737, 32742, 32745, 32750, 32755, [12151, 31992],
32119, 32166, 32174, 32327, 32411, 40632, 40628, 36211, 36228, 36244,
36241, 36273, 36199, 36205, 35911, 35913, 37194, 37200, {f: 2, c: 37198},
37220, 37218, 37217, 37232, 37225, 37231, {f: 2, c: 37245}, 37234, 37236,
37241, 37260, 37253, 37264, 37261, 37265, {f: 2, c: 37282}, 37290,
{f: 3, c: 37293}, 37301, 37300, 37306, [12183, 35925], 40574, 36280, 36331,
36357, 36441, 36457, 36277, 36287, 36284, 36282, 36292, {f: 2, c: 36310},
36314, 36318, {f: 2, c: 36302}, 36315, 36294, 36332, {f: 2, c: 36343},
36323, 36345, 36347, 36324, 36361, 36349, 36372, 36381, 36383, 36396,
36398, 36387, 36399, 36410, 36416, 36409, 36405, 36413, 36401, 36425,
{f: 2, c: 36417}, {f: 2, c: 36433}, 36426, 36464, 36470, 36476, 36463,
36468, 36485, 36495, 36500, 36496, 36508, 36510, [12184, 35960], 35970,
35978, 35973, 35992, 35988, 26011, 35286, 35294, 35290, 35292, 35301,
35307, 35311, 35390, 35622, 38739, 38633, 38643, 38639, 38662, 38657,
38664, 38671, 38670, 38698, 38701, 38704, 38718, 40832, 40835,
{f: 6, c: 40837}, 40844, 40702, 40715, 40717, [12203, 38585],
{f: 2, c: 38588}, 38606, 38610, 30655, 38624, 37518, 37550, 37576, 37694,
37738, 37834, 37775, 37950, 37995, 40063, 40066, {f: 4, c: 40069}, 31267,
40075, 40078, {f: 3, c: 40080}, {f: 2, c: 40084}, {f: 2, c: 40090},
{f: 6, c: 40094}, {f: 5, c: 40101}, 40107, {f: 2, c: 40109},
{f: 8, c: 40112}, {f: 4, c: 40122}, {f: 4, c: 40132}, {f: 7, c: 40138},
{f: 3, c: 40147}, {f: 3, c: 40151}, {f: 2, c: 40156}, 40159, 40162, 38780,
38789, {f: 2, c: 38801}, 38804, 38831, 38827, 38819, 38834, 38836, 39601,
39600, 39607, 40536, 39606, 39610, 39612, 39617, 39616, 39621, 39618,
{f: 2, c: 39627}, 39633, 39749, 39747, 39751, 39753, 39752, 39757, 39761,
39144, 39181, 39214, 39253, 39252, [12221, 39647], 39649, 39654, 39663,
39659, 39675, 39661, 39673, 39688, 39695, 39699, 39711, 39715,
{f: 2, c: 40637}, 32315, 40578, {f: 2, c: 40583}, 40587, 40594, 37846,
40605, 40607, {f: 3, c: 40667}, 40672, 40671, 40674, 40681, 40679, 40677,
40682, 40687, 40738, 40748, 40751, 40761, 40759, {f: 2, c: 40765}, 40772,
12295, {s: 13}, 30362, 34297, 31001, 24859, 39599, 35158, 22761, 32631,
25850, 25943, 38930, 36774, 32070, 24171, 32129, 37770, 35607, 39165,
23542, 22577, 39825, 36649, [12185, 35997], 37575, 29437, 20633, 24970,
32179, 31558, 30050, 25987, 24163, 38281, 37002, 32232, 36022, 35722,
36783, 36782, 27161, 40009, 30303, 28693, 28657, 36051, 25839, 39173,
25765, 37474, 37457, 39361, 35036, 36001, 21443, 34870, 27544, 24922,
24920, 29158, 33980, 33369, 20489, 28356, 21408, 20596, 28204, 23652,
35435, 25881, 25723, 34796, 39262, 35730, 32399, 37855, 29987, 38369,
39019, 22580, 22039, [12199, 38263], 20767, 33144, 24288, 26274, 37396,
[12190, 36554], 24505, 22645, 38515, 35183, 31281, 25074, 35488, 39425,
36978, 39347, [12242, 40786], 29118, 34909, 34802, 23541, 30087, 36490,
31820, 32162, 37276, 37604, 38619, 30990, 20786, 35320, 34389, 20659,
30241, 38358, 21109, 37656, 32020, 32189, 36781, 35422, 36060, 32880,
24478, 21474, 36517, 31428, 37679, 36948, 24118, 36024, 25812, 21934,
37170, 25763, 33213, 24986, 35477, 24392, 30070, 25803, 40680, 34153,
27284, 25623, 23798, 31153, 23566, 29128, 37159, 25973, 28364, 36958,
32224, 39003, 40670, 22666, 38651, 28593, 37347, 35519, 35548, 37336,
38914, 37664, 35330, 26481, 21205, 26847, 20941, [12222, 39717], 29346,
29544, 35712, 36077, 37709, 37723, 26039, 32222, 38538, 23565, 22136,
38931, 37389, 22890, 22702, 40285, 38989, 35355, 24801, 39187, 20818,
29246, 39180, 36019, 30332, 32624, 38309, 31020, 37353, 29033, 31684,
36009, 39151, 35370, 32033, [12214, 39131], 35513, 24290, 36027, 32027,
22707, 22894, 24996, 31966, 35920, 26963, 37586, [12213, 39080], 30219,
39342, 32299, 35575, 40179, 33178, 36667, 25771, 36628, 36070, 24489,
36000, 35331, 23142, 32283, 35442, 37411, 33995, 24185, 36245, 36123,
23713, 21083, 37628, 32177, 23831, 37804, 25841, 40255, 38307, 37499,
20491, 32102, 40852, 38799, 36002, 37390, 28317, 27083, 36092, 34865,
39015, 21102, 38364, 35264, 39208, 24931, 36011, 24291, 35215, 27512,
[12244, 40860], 38312, 36556, 35437, 27331, 36020, 21130, 36645, 37707,
22283, 36942, 39405, 38867, 28450, 34399, 38305, 40372, 36032, 36703,
40251, 32005, 22778, 35703, 28396, 22057, 33775, 30059, 21123, 35441,
25079, 22750, 27489, 29872, 36996, 32233, 35594, 25582, 36637, 36036,
31330, 26371, 29172, 21295, 35569, 35496, 32362, 33911, 28222, 29554,
36008, 31117, 25802, 27231, 31309, 39249, 35663, 40388, 32318, 32221,
26997, 36655, 32026, 25824, 24190, 34186, 21137, 28639, 35336, 35352,
38555, 32380, 32000, 22846, 33698, 38960, 36040, 37440, 20729, 39381,
27570, 30435, 22533, 31627, 38291, 33393, 32216, 32365, 27298, 40572,
25536, 25791, 31777, 20745, 34214, 27323, 37970, 36368, 36068,
[12178, 35211], 37749, 33382, 21133, 39198, 28472, 28666, 28567, 23559,
28479, 34083, 27123, 22892, 35611, 37292, 33184, 28550, 39509, 23308,
25898, 37496, 30703, 20709, 39171, 32371, 32094, 36686, 36611, 38542,
31680, 28500, 32080, 35489, 32202, 37670, 20677, 35641, 36914, 29180,
30433, 21185, 33686, 39912, 39514, 32147, 38968, 37857, 24465, 30169,
31478, 31998, 33290, 39378, 33289, 25818, 37624, 25084, 21127, 40273,
32121, 35258, 35363, 32118, 37406, 36557, 39423, 38283, 20977, 38982,
27579, 35506, 22718, 25031, 25715, 24235, 35122, 35463, 22602, 20744,
23532, 31014, 26336, 34407, 24011, 31418, 39243, 28528, 25844, 38346,
34847, 33240, 33802, 20358, 36084, 34253, 27396, 25876, 31811, 38348,
34349, 28734, 35733, 25900, 35261, 25078, 32412, 29211, 28651, 25736,
21214, 28551, 27138, 37939, 22744, 39006, 31852, 38626, 28757, 35023,
39881, 31150, 40599, 21426, 21237, 31019, 27511, 28701, 38584, 20486,
32879, 34030, 36899, 37934, 24976, 28451, 31806, 25986, 33225, 37832,
25088, 29001, 32244, 31975, 20841, 36635, 35538, 30274, 36988, 37904,
29557, 33256, 37168, 40023, 36035, 40801, 37428, 38728, 23994, 38936,
39230, 21129, [12243, 40845], 32894, 22184, 31840, 22751, 25871, 38580,
27155, 23105, 25695, 31757, 34310, 30439, 39025, 24300, 29200, 25796,
28407, 34396, 39791, 36034, 37682, 38520, 39522, 37569, 23650, 32311,
24942, 28670, 32209, 24018, 25891, 23423, 28772, 20098, 25476, 36650,
20523, 20374, 28138, 32184, 35542, 34367, 32645, 37007, 38012, 31854,
39486, 39409, 32097, 23229, 29802, 30908, 34718, [12218, 39340], 39393,
21966, 36023, [12230, 40613], 36067, 36993, 30622, 39237, 34875, 28415,
35646, 37672, 37466, 36031, 37762, [12200, 38272], 24758, 20497, 37683,
22818, 35598, 24396, 35219, 32191, 32236, 24287, 28357, 25003, 38313,
40180, 37528, 35628, 35584, 30045, 37385, 32013, 38627, 25747, 33126,
24817, 39719, 39186, 25836, 33193, 25862, 37312, [12227, 40165], 32886,
22169, 38007, 37811, 27320, 29552, 23527, 25840, 28632, 37397, 32016,
33215, 28611, 36786, 30247, 35582, 27472, 40407, 27590, 22036, 28442,
30436, 40848, 36064, 22132, 40300, 39449, 39108, 38971, 36007, 34315,
24977, 35413, 28497, 38935, 25778, 37610, 20693, 27192, 35676, 33229,
[12241, 40778], 39438, 35912, 21843, 27683, 35350, 29309, 37370, 37467,
36983, 31805, 35609, 37666, 37463, 28154, 35700, 22649, 27085, 21958,
22715, 34196, 25654, 37740, 27211, 21932, 20689, 32761, 31429, 31434,
27453, 35242, 23522, 36629, 27691, 20670, 38915, 35531, 24950, 29898,
31406, 36264, 21312, 36544, 39493, 40818, 39028, 27402, 21240, 40306,
30906, 35731, 39250, 25854, 32350, 29105, 38860, 35469, 32009, 27054,
32104, 36575, 37613, 38287, 28516, 28753, 34217, 39955, 36093, 20632,
21930, 39479, 25475, 28544, 27578, 32023, 31721, 26348, 38275, 38493,
36109, 32341, 20663, 36062, 29138, 32057, 36050, 25448, 25885, 25086,
35373, 32051, 23529, 23352, 33102, 28402, 32882, 32361, 21213, 32854,
24107, 29509, 28629, 35433, 26178, 34645, 23526, 35672, 39387, 21218,
36969, 37323, 39166, 35222, 35430, 22781, 29560, 27166, 36664, 26360,
36118, 23660, 34899, 27193, 31466, 25976, 24101, 38617, 35504, 38918,
35500, 30889, 29197, 32114, 39164, 39686, 32883, 24939, 38924, 35359,
35494, 25851, 34311, 35380, 32901, 38614, 38568, 32143, 27506, 23403,
25613, 32302, 29795, 37782, 29562, 25787, 33274, 24907, 25892, 36010,
30321, 28760, 22727, 35674, 35527, 22022, 28271, 29145, 28644, 32295,
35342, 39472, 35588, 37563, 38988, 39636, 26781, 36028, 37941, 24307,
32893, 28916, 37509, 32113, 38957, 22294, 22615, 22296, 38973, 40213,
39345, 39389, 27234, 31402, 35178, 24398, 28771, 38929, 33836, 32178,
[12209, 38859], 36949, 22285, 29234, 28656, 32173, 33894, 20553, 20702,
32239, 35586, 34907, 32862, 32011, 31337, 21839, 25790, 34680, 28198,
31401, 21978, 37794, 28879, 35491, 28961, 34154, 22626, 38695, 21209,
35492, 37675, 29351, 35186, 32722, 37521, 25138, 32048, 34662, 36676,
23805, 20448, 29433, 22151, 37697, 39854, 32406, 36066, 37532, 38289,
39023, 38570, 29694, 29563, 32291, 39201, 25010, 32171, 38002, 37129,
35443, 38911, 38917, 34157, 22210, 37559, 26313, 22063, 21332, 25406,
33029, 35559, 23531, 28681, 35613, 37573, 37313, 33288, 37561, 32137,
38920, 35377, 32210, 32396, 36562, 25080, 36984, 30316, 32098, 23416,
21211, 35426, 23563, 39348, 35347, 35338, 36956, 22739, 40201, 40232,
21854, 20126, 35357, 38329, 40573, 22196, 38996, 38331, 33399, 21421,
30831, 35578, 39511, 40230, 26954, 25562, 30221, 38525, 30306, 39178,
27171, 22575, 35617, 34277, 29242, [12212, 38913], 26989, 33865, 37291,
37541, 38948, 36986, 20736, 34811, 34269, 20740, 25014, 32681, 35427,
35696, 35516, 35695, 32377, 34093, 38512, 37504, 39154, 38577, 27387,
23344, 40441, 25033, 32403, 29801, 34722, 29151, 29074, 34821, 36111,
31310, 21938, 25793, 20653, 30320, 36404, 20778, 24962, 37109, 37438,
29494, 35480, 36671, 39192, [12226, 39770], 28417, 33287, 23996, 35486,
39729, 29508, 35709, 38928, 39341, 40219, 28149, 36677, 22290, 21729,
22291, 32227, 36960, 39000, 32004, 36493, 38000, 38322, 38642, 37142,
38549, 36939, 34292, 37270, 26248, 38620, 36617, 25890, 26283, 36106,
36124, 33247, 38015, 26839, 31432, 36012, 25799, 21063, 28580, 36042,
36104, 36555, 37720, 38296, 35408, 40779, 20661, 27656, 30430, 26028,
36670, 23940, 26855, 25136, 32187, 24373, 28466, 24115, 36076, 33081,
36249, 34756, 36685, 37754, 36889, 35998, 37341, 20597, 35386, 37806,
38499, 24128, 30309, 37165, 35657, 32340, 32887, 22519, 34937, 32025,
25711, 25842, 24159, 36074, 28399, 37912, 32066, 31278, 33131, 34886,
35589, 36600, 30394, 26205, 39519, 35576, 35461, 29165, 30682, 22225,
36015, 37956, 31689, 39376, 23560, 30938, 36681, 36090, 27137, 33674,
35037, 22941, 22767, 29376, 37648, 36101, 22684, 32180, 35524, 28310,
28609, 36039, 28460, 32156, 32317, 32305, 37138, 35419, 32068, 38013,
21959, 21401, 21428, 38760, 36107, 21293, 21297, 36094, 21060, 21132,
21108, 20660, 20480, 20630, 20757, 20738, 20756, 20796, 20791, 20712,
20674, 20795, 20752, 20794, 20681, 31988, 40652, 22213, 40172, 35131,
33248, 35329, 35344, 35340, 35349, 35635, 35406, 35365, 35393, 35382,
35398, 35412, 35416, 35410, 35462, 35460, 35455, 35440, 35452, 35445,
35436, 35438, 35533, 35554, 35425, 35482, 35493, {f: 2, c: 35473}, 35535,
35537, 35529, 35547, 35543, 35522, 35510, 35574, 35563, 35604, 35585,
35556, 35565, 35580, 35571, 35558, 35566, 35550, 35624, 35740, 35606,
35610, 35600, 35627, 35629, 35670, 35673, 35662, 35742, 35691, 35734,
38488, 37178, 37140, 37172, 37087, 37174, 37126, 37192, 33467, 21233,
24048, 22538, 22745, 22754, 22752, 22746, 22497, 22607, 22550, 22610,
22557, 22628, 34188, 34131, 34294, 33703, 33799, 34031, 33511, 34338,
34086, 22603, 29026, 34136, 34045, 34126, 34184, 34234, 29334, 28366,
34113, 34254, 34130, 33984, 33874, 33892, 33940, 33845, 34207, 34133,
40367, 33939, 32264, 34118, 34146, 34078, 39488, 34362, 37795, 34167,
34334, 34298, 34308, 34282, 34330, 22889, 23607, 25451, 25718, 25759,
25681, 25692, 25779, 25860, 25878, 25847, 25852, 25883, 22064, 22072,
22216, 22182, 21764, 21692, 22144, 22109, 22112, 22069, 22006, 22118,
22130, 22156, 22117, 22044, 22062, 21993, 22038, 22208, 22029, 22195,
22209, 22127, 36705, 22198, 22165, 22279, 24131, 24172, 24152, 24151,
23943, 23796, 23888, 23852, 23975, 23968, 23959, 23821, 23992, 23937,
24020, 24480, 29559, 29505, 29546, 29499, 29547, 29568, 29564, 39136,
39219, 39145, 39228, {f: 2, c: 39146}, 39149, 39156, 39177, 39185, 39195,
39223, 39231, 39235, {f: 3, c: 39240}, 39244, 39266, 24289, 36065, 25082,
25006, 24938, 24894, 24757, 24884, 25036, 24927, 25064, 24827, 24887,
24818, 24947, 24860, 24978, 38274, 38278, 38344, 38286, 38292, 38284,
38373, 38317, 38315, 39726, 38316, 38334, 38326, 39721, 38335, 38333,
38332, 38339, 38347, 38356, 38352, 38357, 38366, 28739, 28505, 28711,
28696, 28668, 28039, 28025, 28254, 28590, 28687, 28408, 28527, 28150,
28543, 28678, 28576, 28683, 28775, 28740, 28677, 28535, 28704, 28703,
28722, 28712, 28765, 39467, 36999, 36885, 37008, 23656, 24371, 23285,
23255, 23296, 23149, 23304, 23372, 23207, 23291, 23307, 23329, 23338,
23321, 39380, 39391, 39385, 39478, 39515, 39377, 39384, 39501, 39498,
39394, 39530, 39439, 39437, 39429, 39490, 39469, 39446, 39489, 39470,
39480, {f: 2, c: 39491}, 39503, 39525, 39524, 31993, 32006, 32002,
{f: 2, c: 32007}, 32394, 32028, 32021, 32019, 32058, 32050, 32049, 32272,
32060, 32064, 32063, 32093, 32078, 32115, 32134, 32131, 32136, 32190,
32186, 32203, 32212, 32196, 32158, 32172, 32185, 32163, 32176, 32199,
32217, 32215, 32249, 32242, 32354, 32230, 32246, 32241, 32267, 32225,
32265, 32285, 32287, 32286, 32301, 32266, 32273, 32381, 32313, 32309,
32306, 32326, 32325, 32392, 32346, 32338, 32366, 32382, 32368, 32367,
32408, 29859, 29771, 29903, 38922, 29885, 29759, 29833, 29862, 29908,
29914, 38873, 38878, 38876, 27050, 27370, 26776, 26838, 27141, 26783,
27355, 27379, 27368, 27359, 27273, 26895, 27208, 26984, 27071, 27194,
27292, 27410, 27422, 27357, 27111, 27407, 27414, 27372, 27354, 27384,
27315, 27367, 27299, 27347, 27358, 27556, 27550, 27566, 27563, 27567,
36564, 36571, 36594, 36603, 36708, 36601, 36604, 36587, 36580, 36706,
36602, 36606, 36618, 36615, 36613, 36626, 36646, {f: 2, c: 36638}, 36636,
36659, 36678, 36692, 25108, 25127, 29964, 26311, 26308, 26249, 26326,
36033, 36016, 36026, 36029, 36100, 36018, 36037, 36112, 36049, 36058,
36053, 36075, 36071, 36091, 35224, 35244, 35233, 35263, 35238, 35247,
35250, 35255, 27647, 27660, 27692, 29272, 26407, 33110, 33242, 33051,
33214, 33121, 33231, 27487, {f: 2, c: 39086}, 39094, 39100, 39110, 39112,
36674, 40783, 26005, 29036, 29010, 29079, 29121, 29148, 29182, 31152,
31118, 31146, 25055, 24932, 25059, 25095, 28585, 30959, 30893, 30824,
30904, 31018, 31025, 30820, 30973, 30951, 30947, 40853, 30616, 30558,
30652, 32646, 32648, {f: 3, c: 37330}, 37337, 37335, 37333, 37367, 37351,
37348, 37702, 37365, 37369, 37384, 37414, 37445, 37393, 37392, 37377,
37415, 37380, 37413, 37376, 37434, 37478, 37431, 37427, 37461, 37437,
37432, 37470, {f: 2, c: 37484}, 37439, 37984, 37424, 37449, 37448, 37453,
37422, 37433, 37944, 37548, 37536, 37498, 37546, 37614, 37583, 37891,
37603, 37946, 37553, 37542, 37799, 37526, 37580, 37545, 37877, 37523,
37503, 37801, 37530, 37658, 37547, 37507, 37899, 37544, 37539, 37906,
37688, 37617, 37847, 37605, 37616, 37615, 37608, 37564, 37597, 37622,
{f: 2, c: 37926}, 37571, 37599, 37606, 37650, 37638, 37737, 37659, 37696,
37633, 37653, 37678, 37699, {f: 2, c: 37639}, 37663, 37657, 37733, 37703,
37750, 37716, 37732, 37802, 37744, 37764, 37860, 37848, 37928, 37767,
37836, 37784, 37816, 37823, 37798, 37808, 37813, 37964, 37858,
{f: 2, c: 37852}, 37837, 37854, 37827, 37831, 37841, 37908, 37917, 37879,
37989, 37907, 37997, 37920, 38009, 37881, 37913, 37962, 37938, 37951,
37972, 37987, 37758, 31329, 40169, 40182, 40199, 40198, 40227, 40327,
40469, 40221, 40223, 40421, 40239, 40409, 40240, 40258, 40478, 40275,
40477, 40288, 40274, 40435, 40284, 40289, 40339, 40298, 40303, 40329,
40344, 40346, 40384, 40357, 40361, 40386, 40380, 40474, 40403, 40410,
40431, 40422, 40434, 40440, 40460, 40442, 40475, 30308, 30296, 30311,
30210, {f: 2, c: 30278}, 30281, 30238, 30267, {f: 2, c: 30317}, 30313,
30322, 31431, 31414, 35168, 35123, 35165, 35143, 35128, 35172, 30392,
32814, 32812, 32889, 32885, 38919, {f: 2, c: 38926}, 38945, 38940, 28481,
38950, 38967, 38990, 38995, 39027, 39010, 39001, 39013, 39020, 39024,
34787, 34822, 34566, 34851, 34806, 34554, 34799, 34692, 34832, 34760,
34833, 34747, 34766, 32588, 31716, 31591, 31849, 31731, 31744, 31691,
31836, 31774, 31787, 31779, 31850, 31839, 33380, 33387, 35018, 32677,
31986, 31990, 31965, 32310, 40617, 36274, 37317, 37315, 40570, 36489,
36428, 36498, 36474, 36437, 36506, 36491, 36499, 36497, 36513, 36451,
36522, 36518, 35316, 35318, 38746, 38722, 38717, 38724, 40788, 40799,
40793, 40800, 40796, 40806, 40812, 40810, 40823, [12236, 40701], 40703,
40713, 35726, 38014, 37864, 39799, 39796, 39809, 39811, 39822, 40056,
31308, 39826, 40031, 39824, 39853, 39834, 39850, 39838, 40045, 39851,
39837, 40024, 39873, 40058, 39985, 39993, 39971, 39991, 39872, 39882,
39879, 39933, 39894, {f: 2, c: 39914}, 39905, 39908, 39911, 39901, 39906,
39920, 39899, 39924, 39892, 40029, 39944, 39952, 39949, 39954, 39945,
39935, 39968, 39986, 39981, 39976, 39973, 39977, 39987, 39998, 40008,
39995, 39989, 40005, 40022, 40020, 40018, 40039, 38851, 38845, 38857,
40379, 39631, 39638, 39637, 39768, 39758, 39255, 39260, 39714, 40695,
40690, 35180, 38342, 37686, 24390, 34068, 32404, 40803, 22137, 40725,
22081, 39662, 35079, 31296, 39091, 38308, 39693, 36852, 24409, 31339,
39138, 20642, 34193, 20760, 25458, 21067, 30543, 32397, 26310, 30637,
[12228, 40565], 22217, 40692, 28635, 25054, 30663, 28720, 40629, 34890,
38370, 38854, 31844, 32308, 38822, 40623, 22220, 39089, 27311, 32590,
31984, 20418, 32363, 40569, 22190, 39706, 33903, 31142, 31858, 39634,
38587, 32251, 35069, 30787, {f: 10, c: 8560}, {f: 2, c: 714}, 729, 8211,
8213, 8229, 8245, 8453, 8457, {f: 4, c: 8598}, 8725, 8735, 8739, 8786,
{f: 2, c: 8806}, 8895, {f: 36, c: 9552}, {f: 15, c: 9601}, {f: 3, c: 9619},
{f: 2, c: 9660}, {f: 4, c: 9698}, 9737, 8853, 12306, {f: 2, c: 12317},
{f: 9, c: 12321}, 12963, {f: 2, c: 13198}, {f: 3, c: 13212}, 13217, 13252,
13262, {f: 2, c: 13265}, 13269, 65072, 65506, 65508, 8481, 12849, 8208,
12540, {f: 2, c: 12443}, {f: 2, c: 12541}, 12294, {f: 2, c: 12445},
{f: 10, c: 65097}, {f: 4, c: 65108}, {f: 14, c: 65113}, {f: 4, c: 65128},
12350, {f: 12, c: 12272}, 19970, {f: 3, c: 19972}, 19983, 19986, 19991,
{f: 3, c: 19999}, 20003, 20006, 20009, {f: 2, c: 20014}, 20017, 20019,
20021, 20023, 20028, {f: 3, c: 20032}, 20036, 20038, 20042, 20049, 20053,
20055, {f: 2, c: 20058}, {f: 4, c: 20066}, {f: 2, c: 20071},
{f: 6, c: 20074}, 20082, {f: 10, c: 20084}, {f: 3, c: 20095},
{f: 2, c: 20099}, [12037, 20101], 20103, 20106, 20112, {f: 2, c: 20118},
20121, {f: 2, c: 20124}, 20131, 20138, {f: 3, c: 20143}, 20148,
{f: 4, c: 20150}, {f: 3, c: 20156}, 20168, 20172, {f: 2, c: 20175}, 20178,
{f: 3, c: 20186}, 20192, 20194, {f: 2, c: 20198}, 20201, {f: 3, c: 20205},
20209, 20212, {f: 3, c: 20216}, 20220, 20222, 20224, {f: 7, c: 20226},
{f: 2, c: 20235}, {f: 5, c: 20242}, {f: 2, c: 20252}, 20257, 20259,
{f: 2, c: 20264}, {f: 3, c: 20268}, 20273, 20275, 20277, 20279, 20281,
20283, {f: 5, c: 20286}, {f: 2, c: 20292}, {f: 6, c: 20295}, 20306, 20308,
20310, {f: 2, c: 20321}, 20326, 20328, {f: 2, c: 20330}, {f: 2, c: 20333},
{f: 2, c: 20337}, 20341, {f: 4, c: 20343}, 20349, {f: 3, c: 20352}, 20357,
20359, 20362, 20364, 20366, 20368, {f: 2, c: 20370}, 20373,
{f: 3, c: 20376}, 20380, {f: 2, c: 20382}, {f: 2, c: 20385}, 20388, 20395,
20397, {f: 5, c: 20400}, {f: 9, c: 20406}, {f: 2, c: 20416},
{f: 4, c: 20422}, {f: 3, c: 20427}, {f: 5, c: 20434}, 20441, 20443, 20450,
{f: 2, c: 20452}, 20455, {f: 2, c: 20459}, 20464, 20466, {f: 4, c: 20468},
20473, {f: 3, c: 20475}, 20479, {f: 5, c: 20481}, {f: 2, c: 20487}, 20490,
20494, 20496, 20499, {f: 3, c: 20501}, 20507, {f: 2, c: 20509}, 20512,
{f: 3, c: 20514}, 20519, {f: 11, c: 20527}, 20539, 20541, {f: 4, c: 20543},
{f: 3, c: 20548}, {f: 2, c: 20554}, 20557, {f: 5, c: 20560},
{f: 4, c: 20566}, 20571, {f: 8, c: 20573}, {f: 6, c: 20582},
{f: 7, c: 20589}, {f: 3, c: 20600}, {f: 2, c: 20604}, {f: 4, c: 20609},
{f: 2, c: 20614}, {f: 4, c: 20617}, {f: 8, c: 20622}, 20631,
{f: 8, c: 20634}, 20644, 20646, {f: 2, c: 20650}, {f: 4, c: 20654}, 20662,
{f: 2, c: 20664}, {f: 2, c: 20668}, {f: 3, c: 20671}, {f: 2, c: 20675},
{f: 3, c: 20678}, {f: 5, c: 20682}, 20688, {f: 3, c: 20690},
{f: 3, c: 20695}, {f: 3, c: 20699}, {f: 6, c: 20703}, {f: 3, c: 20713},
{f: 4, c: 20719}, 20724, {f: 3, c: 20726}, 20730, {f: 4, c: 20732}, 20737,
20739, 20741, 20746, {f: 4, c: 20748}, 20753, 20755, {f: 2, c: 20758},
{f: 6, c: 20761}, 20768, {f: 8, c: 20770}, {f: 7, c: 20779},
{f: 4, c: 20787}, {f: 2, c: 20792}, {f: 2, c: 20797}, 20802, 20807, 20810,
20812, {f: 3, c: 20814}, 20819, {f: 3, c: 20823}, 20827, {f: 5, c: 20829},
{f: 2, c: 20835}, {f: 2, c: 20838}, 20842, 20847, 20850, 20858,
{f: 2, c: 20862}, {f: 2, c: 20867}, {f: 2, c: 20870}, {f: 2, c: 20874},
{f: 4, c: 20878}, {f: 2, c: 20883}, 20888, 20890, {f: 3, c: 20893}, 20897,
20899, {f: 5, c: 20902}, {f: 2, c: 20909}, 20916, {f: 3, c: 20920},
{f: 2, c: 20926}, {f: 3, c: 20929}, 20933, 20936, 20938, 20942, 20944,
{f: 9, c: 20946}, 20956, {f: 2, c: 20958}, {f: 2, c: 20962},
{f: 6, c: 20965}, 20972, 20974, 20978, 20980, 20983, 20990,
{f: 2, c: 20996}, 21001, {f: 2, c: 21003}, {f: 2, c: 21007},
{f: 3, c: 21011}, 21020, {f: 2, c: 21022}, {f: 3, c: 21025},
{f: 3, c: 21029}, 21034, 21036, 21039, {f: 2, c: 21041}, {f: 2, c: 21044},
21052, 21054, {f: 2, c: 21061}, {f: 2, c: 21064}, {f: 2, c: 21070},
{f: 2, c: 21074}, 21077, {f: 4, c: 21079}, 21085, {f: 2, c: 21087},
{f: 3, c: 21090}, 21094, 21096, {f: 3, c: 21099}, {f: 2, c: 21104}, 21107,
{f: 7, c: 21110}, 21118, 21120, {f: 3, c: 21124}, 21131, {f: 2, c: 21134},
21138, {f: 7, c: 21140}, 21148, {f: 4, c: 21156}, {f: 3, c: 21166},
{f: 10, c: 21172}, 21184, 21186, {f: 3, c: 21188}, 21192, 21194,
{f: 4, c: 21196}, 21201, {f: 2, c: 21203}, 21207, 21210, 21212,
{f: 2, c: 21216}, 21219, {f: 11, c: 21221}, {f: 3, c: 21234},
{f: 2, c: 21238}, {f: 3, c: 21243}, {f: 4, c: 21249}, 21255,
{f: 4, c: 21257}, 21262, {f: 4, c: 21265}, 21272, {f: 2, c: 21275},
{f: 2, c: 21278}, 21282, {f: 2, c: 21284}, {f: 3, c: 21287},
{f: 2, c: 21291}, 21296, {f: 6, c: 21298}, [12054, 21304],
{f: 2, c: 21308}, 21314, 21316, 21318, {f: 3, c: 21323}, 21328,
{f: 2, c: 21336}, 21339, 21341, 21349, 21352, 21354, {f: 2, c: 21356},
21362, 21366, 21369, {f: 4, c: 21371}, {f: 2, c: 21376}, 21379,
{f: 2, c: 21383}, 21386, {f: 7, c: 21390}, {f: 2, c: 21398},
{f: 2, c: 21403}, 21406, 21409, 21412, 21415, {f: 3, c: 21418},
{f: 3, c: 21423}, 21427, 21429, {f: 4, c: 21431}, {f: 3, c: 21436}, 21440,
{f: 4, c: 21444}, {f: 3, c: 21454}, {f: 2, c: 21458}, 21461, 21466,
{f: 3, c: 21468}, 21473, 21479, 21492, 21498, {f: 3, c: 21502}, 21506,
21509, 21511, 21515, 21524, {f: 3, c: 21528}, 21532, 21538,
{f: 2, c: 21540}, 21546, 21552, 21555, {f: 2, c: 21558}, 21562, 21565,
21567, {f: 2, c: 21569}, {f: 2, c: 21572}, 21575, 21577, {f: 4, c: 21580},
21585, 21594, {f: 5, c: 21597}, 21603, 21605, 21607, {f: 8, c: 21609},
21620, {f: 2, c: 21625}, {f: 2, c: 21630}, 21633, 21635, 21637,
{f: 4, c: 21639}, 21645, 21649, 21651, {f: 2, c: 21655}, 21660,
{f: 5, c: 21662}, 21669, 21678, 21680, 21682, {f: 3, c: 21685},
{f: 2, c: 21689}, 21694, 21699, 21701, {f: 2, c: 21706}, 21718, 21720,
21723, 21728, {f: 3, c: 21730}, {f: 2, c: 21739}, {f: 3, c: 21743},
{f: 6, c: 21748}, 21755, 21758, 21760, {f: 2, c: 21762}, 21765, 21768,
{f: 5, c: 21770}, {f: 2, c: 21778}, {f: 6, c: 21781}, {f: 4, c: 21788},
21793, {f: 2, c: 21797}, {f: 2, c: 21800}, 21803, 21805, 21810,
{f: 3, c: 21812}, {f: 4, c: 21816}, 21821, 21824, 21826, 21829,
{f: 2, c: 21831}, {f: 4, c: 21835}, {f: 2, c: 21841}, 21844,
{f: 5, c: 21847}, 21853, {f: 2, c: 21855}, {f: 2, c: 21858},
{f: 2, c: 21864}, 21867, {f: 6, c: 21871}, {f: 2, c: 21881}, 21885, 21887,
{f: 2, c: 21893}, {f: 3, c: 21900}, 21904, {f: 2, c: 21906},
{f: 3, c: 21909}, {f: 2, c: 21914}, 21918, {f: 7, c: 21920},
{f: 2, c: 21928}, 21931, 21933, {f: 2, c: 21935}, 21940, 21942, 21944,
21946, 21948, {f: 5, c: 21951}, 21960, {f: 2, c: 21962}, {f: 2, c: 21967},
21973, {f: 3, c: 21975}, 21979, 21982, 21984, 21986, 21991,
{f: 2, c: 21997}, {f: 2, c: 22000}, 22004, {f: 5, c: 22008}, 22015,
{f: 4, c: 22018}, 22023, {f: 2, c: 22026}, {f: 4, c: 22032}, 22037,
{f: 2, c: 22041}, 22045, {f: 3, c: 22048}, {f: 2, c: 22053}, 22056,
{f: 2, c: 22058}, 22067, 22071, 22074, {f: 3, c: 22076}, 22080,
{f: 10, c: 22082}, {f: 5, c: 22095}, {f: 2, c: 22101}, {f: 2, c: 22106},
{f: 2, c: 22110}, 22113, 22115, 22119, {f: 2, c: 22125}, 22128, 22131,
22133, 22135, 22138, {f: 3, c: 22141}, {f: 4, c: 22145}, {f: 4, c: 22152},
22157, {f: 3, c: 22160}, 22164, {f: 3, c: 22166}, {f: 9, c: 22170},
{f: 2, c: 22180}, 22183, {f: 5, c: 22185}, {f: 3, c: 22192}, 22197,
{f: 4, c: 22200}, {f: 3, c: 22205}, {f: 2, c: 22211}, {f: 2, c: 22214},
22219, {f: 4, c: 22221}, {f: 2, c: 22226}, {f: 2, c: 22229},
{f: 2, c: 22232}, 22236, 22243, {f: 6, c: 22245}, 22252, {f: 2, c: 22254},
{f: 2, c: 22258}, {f: 3, c: 22262}, {f: 2, c: 22267}, {f: 3, c: 22272},
22277, 22284, {f: 4, c: 22286}, {f: 2, c: 22292}, 22295, {f: 3, c: 22297},
{f: 2, c: 22301}, {f: 3, c: 22304}, {f: 4, c: 22308}, 22315,
{f: 2, c: 22321}, {f: 5, c: 22324}, {f: 2, c: 22332}, 22335, 22337,
{f: 4, c: 22339}, {f: 2, c: 22344}, 22347, {f: 5, c: 22354},
{f: 2, c: 22360}, {f: 2, c: 22370}, 22373, 22375, 22380, 22382,
{f: 3, c: 22384}, {f: 2, c: 22388}, {f: 3, c: 22392}, {f: 5, c: 22397},
{f: 4, c: 22407}, {f: 5, c: 22413}, {f: 7, c: 22420}, {f: 4, c: 22428},
22437, 22440, 22442, 22444, {f: 3, c: 22447}, 22451, {f: 3, c: 22453},
{f: 9, c: 22457}, {f: 7, c: 22468}, {f: 2, c: 22476}, {f: 2, c: 22480},
22483, {f: 2, c: 22486}, {f: 2, c: 22491}, 22494, {f: 2, c: 22498},
{f: 8, c: 22501}, 22510, {f: 4, c: 22512}, {f: 2, c: 22517},
{f: 2, c: 22523}, {f: 2, c: 22526}, 22529, {f: 2, c: 22531},
{f: 2, c: 22536}, 22540, {f: 3, c: 22542}, {f: 3, c: 22546},
{f: 2, c: 22551}, {f: 3, c: 22554}, 22559, {f: 2, c: 22562},
{f: 5, c: 22565}, {f: 4, c: 22571}, {f: 2, c: 22578}, {f: 14, c: 22582},
{f: 5, c: 22597}, 22606, 22608, 22611, {f: 2, c: 22613}, {f: 5, c: 22617},
{f: 3, c: 22623}, 22627, {f: 5, c: 22630}, {f: 8, c: 22637},
{f: 3, c: 22646}, {f: 4, c: 22650}, 22655, 22658, 22660, {f: 3, c: 22662},
{f: 7, c: 22667}, {f: 5, c: 22676}, 22683, 22685, {f: 8, c: 22688},
{f: 4, c: 22698}, {f: 4, c: 22703}, {f: 7, c: 22708}, 22717,
{f: 2, c: 22719}, {f: 3, c: 22722}, 22726, {f: 9, c: 22728}, 22738, 22740,
{f: 2, c: 22742}, {f: 3, c: 22747}, 22753, 22755, {f: 4, c: 22757}, 22762,
22765, {f: 2, c: 22769}, {f: 2, c: 22772}, {f: 2, c: 22775},
{f: 2, c: 22779}, {f: 4, c: 22782}, 22787, {f: 2, c: 22789},
{f: 2, c: 22792}, [12066, 22794], {f: 2, c: 22795}, 22798,
{f: 4, c: 22800}, {f: 2, c: 22807}, 22811, {f: 2, c: 22813},
{f: 2, c: 22816}, 22819, 22822, 22824, 22828, 22832, {f: 2, c: 22834},
{f: 2, c: 22837}, 22843, 22845, {f: 2, c: 22847}, 22851, {f: 2, c: 22853},
22858, {f: 2, c: 22860}, 22864, {f: 2, c: 22866}, 22873, {f: 5, c: 22875},
22881, {f: 2, c: 22883}, {f: 3, c: 22886}, 22891, 22893, {f: 4, c: 22895},
22901, 22903, {f: 3, c: 22906}, {f: 3, c: 22910}, 22917, 22921,
{f: 2, c: 22923}, {f: 4, c: 22926}, {f: 2, c: 22932}, 22936,
{f: 3, c: 22938}, {f: 4, c: 22943}, {f: 2, c: 22950}, {f: 2, c: 22956},
{f: 2, c: 22960}, {f: 6, c: 22963}, 22970, {f: 2, c: 22972},
{f: 7, c: 22975}, {f: 3, c: 22983}, {f: 4, c: 22988}, {f: 2, c: 22997},
23001, 23003, {f: 5, c: 23006}, 23012, {f: 2, c: 23014}, {f: 3, c: 23017},
{f: 12, c: 23021}, 23034, {f: 3, c: 23036}, 23040, 23042, {f: 2, c: 23050},
{f: 4, c: 23053}, 23058, {f: 4, c: 23060}, {f: 3, c: 23065},
{f: 2, c: 23069}, {f: 2, c: 23073}, 23076, {f: 3, c: 23078},
{f: 7, c: 23082}, 23091, 23093, {f: 5, c: 23095}, {f: 3, c: 23101},
{f: 4, c: 23106}, {f: 2, c: 23111}, {f: 10, c: 23115}, {f: 4, c: 23126},
{f: 7, c: 23131}, {f: 3, c: 23139}, {f: 2, c: 23144}, {f: 2, c: 23147},
{f: 6, c: 23150}, {f: 2, c: 23160}, {f: 4, c: 23163}, {f: 18, c: 23168},
{f: 7, c: 23187}, {f: 11, c: 23196}, {f: 2, c: 23208}, {f: 7, c: 23211},
23220, {f: 2, c: 23222}, {f: 4, c: 23225}, {f: 2, c: 23231},
{f: 6, c: 23235}, {f: 2, c: 23242}, {f: 5, c: 23245}, 23251, 23253,
{f: 3, c: 23257}, {f: 3, c: 23261}, 23266, {f: 2, c: 23268},
{f: 2, c: 23271}, 23274, {f: 5, c: 23276}, {f: 3, c: 23282},
{f: 5, c: 23286}, {f: 4, c: 23292}, {f: 7, c: 23297}, 23306,
{f: 9, c: 23309}, 23320, {f: 7, c: 23322}, {f: 8, c: 23330},
{f: 5, c: 23339}, 23345, 23347, {f: 2, c: 23349}, {f: 7, c: 23353},
{f: 11, c: 23361}, {f: 3, c: 23373}, 23378, 23382, 23390, {f: 2, c: 23392},
{f: 2, c: 23399}, {f: 3, c: 23405}, 23410, 23412, {f: 2, c: 23414}, 23417,
{f: 2, c: 23419}, 23422, 23426, 23430, 23434, {f: 2, c: 23437},
{f: 3, c: 23440}, 23444, 23446, 23455, {f: 3, c: 23463}, {f: 4, c: 23468},
{f: 2, c: 23473}, 23479, {f: 3, c: 23482}, {f: 2, c: 23488}, 23491,
{f: 4, c: 23496}, {f: 3, c: 23501}, 23505, {f: 9, c: 23508}, 23520, 23523,
23530, 23533, 23535, {f: 4, c: 23537}, 23543, {f: 2, c: 23549}, 23552,
{f: 2, c: 23554}, 23557, 23564, 23568, {f: 2, c: 23570}, 23575, 23577,
23579, {f: 4, c: 23582}, 23587, 23590, {f: 4, c: 23592}, {f: 4, c: 23597},
{f: 2, c: 23602}, {f: 2, c: 23605}, {f: 2, c: 23619}, {f: 2, c: 23622},
{f: 2, c: 23628}, {f: 3, c: 23634}, {f: 3, c: 23638}, {f: 4, c: 23642},
23647, 23655, {f: 3, c: 23657}, 23661, 23664, {f: 7, c: 23666},
{f: 4, c: 23675}, 23680, {f: 5, c: 23683}, {f: 3, c: 23689},
{f: 2, c: 23694}, {f: 2, c: 23698}, 23701, {f: 4, c: 23709},
{f: 5, c: 23716}, 23722, {f: 3, c: 23726}, 23730, 23732, 23734,
{f: 4, c: 23737}, 23742, 23744, {f: 2, c: 23746}, {f: 6, c: 23749},
{f: 6, c: 23756}, {f: 6, c: 23763}, {f: 7, c: 23770}, {f: 2, c: 23778},
23783, 23785, {f: 2, c: 23787}, {f: 2, c: 23790}, {f: 3, c: 23793}, 23797,
{f: 4, c: 23799}, 23804, {f: 4, c: 23806}, {f: 2, c: 23812},
{f: 5, c: 23816}, {f: 5, c: 23823}, 23829, {f: 3, c: 23832},
{f: 2, c: 23836}, {f: 5, c: 23839}, 23845, 23848, {f: 2, c: 23850},
{f: 5, c: 23855}, {f: 8, c: 23861}, {f: 8, c: 23871}, {f: 2, c: 23880},
{f: 3, c: 23885}, {f: 7, c: 23889}, {f: 2, c: 23897}, 23900,
{f: 11, c: 23902}, 23914, {f: 2, c: 23917}, {f: 4, c: 23920},
{f: 12, c: 23925}, 23939, {f: 2, c: 23941}, {f: 15, c: 23944}, 23960,
{f: 3, c: 23962}, {f: 2, c: 23966}, {f: 6, c: 23969}, {f: 15, c: 23976},
23993, 23995, {f: 8, c: 23997}, {f: 5, c: 24006}, 24012, {f: 4, c: 24014},
24019, {f: 6, c: 24021}, 24028, {f: 2, c: 24031}, {f: 2, c: 24035}, 24042,
{f: 2, c: 24044}, {f: 2, c: 24053}, {f: 5, c: 24056}, {f: 2, c: 24063},
24068, 24071, {f: 3, c: 24073}, {f: 2, c: 24077}, {f: 2, c: 24082}, 24087,
{f: 7, c: 24094}, {f: 3, c: 24104}, 24108, {f: 2, c: 24111}, 24114,
{f: 2, c: 24116}, {f: 2, c: 24121}, {f: 2, c: 24126}, 24129,
{f: 6, c: 24134}, {f: 7, c: 24141}, 24150, {f: 2, c: 24153},
{f: 2, c: 24156}, 24160, {f: 7, c: 24164}, {f: 5, c: 24173}, 24181, 24183,
{f: 3, c: 24193}, 24197, {f: 2, c: 24200}, {f: 3, c: 24204}, 24210, 24216,
24219, 24221, {f: 4, c: 24225}, {f: 3, c: 24232}, 24236, {f: 5, c: 24238},
24244, {f: 4, c: 24250}, {f: 10, c: 24255}, {f: 6, c: 24267},
{f: 2, c: 24276}, {f: 4, c: 24279}, {f: 3, c: 24284}, {f: 4, c: 24292},
24297, 24299, {f: 6, c: 24301}, 24309, {f: 2, c: 24312}, {f: 3, c: 24315},
{f: 3, c: 24325}, 24329, {f: 3, c: 24332}, 24336, 24338, 24340, 24342,
{f: 2, c: 24345}, {f: 3, c: 24348}, {f: 4, c: 24353}, 24360,
{f: 2, c: 24363}, 24366, 24368, 24370, 24372, {f: 3, c: 24374}, 24379,
{f: 3, c: 24381}, {f: 5, c: 24385}, 24391, {f: 3, c: 24393}, 24397, 24399,
24401, 24404, {f: 3, c: 24410}, {f: 3, c: 24414}, 24419, 24421,
{f: 2, c: 24423}, 24427, {f: 2, c: 24430}, 24434, {f: 3, c: 24436}, 24440,
24442, {f: 3, c: 24445}, 24451, 24454, {f: 3, c: 24461}, {f: 2, c: 24467},
24470, {f: 2, c: 24474}, 24477, 24479, {f: 6, c: 24482}, {f: 2, c: 24491},
{f: 6, c: 24495}, 24502, 24504, {f: 2, c: 24506}, {f: 5, c: 24510},
{f: 2, c: 24519}, {f: 2, c: 24522}, 24526, {f: 3, c: 24531},
{f: 3, c: 24538}, {f: 2, c: 24542}, {f: 2, c: 24546}, {f: 2, c: 24549},
{f: 2, c: 24552}, 24556, {f: 2, c: 24559}, {f: 3, c: 24562},
{f: 2, c: 24566}, {f: 2, c: 24569}, 24572, {f: 3, c: 24583},
{f: 2, c: 24587}, {f: 2, c: 24592}, 24595, {f: 2, c: 24599}, 24602,
{f: 2, c: 24606}, {f: 3, c: 24610}, {f: 3, c: 24620}, {f: 5, c: 24624},
{f: 5, c: 24630}, {f: 2, c: 24637}, 24640, {f: 7, c: 24644}, 24652,
{f: 2, c: 24654}, 24657, {f: 2, c: 24659}, {f: 3, c: 24662},
{f: 2, c: 24667}, {f: 4, c: 24670}, {f: 2, c: 24677}, 24686,
{f: 2, c: 24689}, {f: 2, c: 24692}, 24695, 24702, {f: 3, c: 24704},
{f: 4, c: 24709}, {f: 2, c: 24714}, {f: 4, c: 24718}, 24723, 24725,
{f: 3, c: 24727}, 24732, 24734, {f: 2, c: 24737}, {f: 2, c: 24740}, 24743,
{f: 2, c: 24745}, 24750, 24752, 24755, 24759, {f: 2, c: 24761},
{f: 8, c: 24765}, {f: 3, c: 24775}, {f: 5, c: 24780}, {f: 3, c: 24786},
{f: 2, c: 24790}, 24793, 24795, 24798, {f: 4, c: 24802}, 24810, 24821,
{f: 2, c: 24823}, {f: 4, c: 24828}, {f: 4, c: 24834}, 24839,
{f: 3, c: 24842}, {f: 5, c: 24848}, {f: 4, c: 24854}, {f: 2, c: 24861},
{f: 2, c: 24865}, 24869, {f: 3, c: 24872}, {f: 8, c: 24876},
{f: 2, c: 24885}, {f: 6, c: 24888}, {f: 8, c: 24896}, 24905, 24909,
{f: 2, c: 24911}, {f: 3, c: 24914}, {f: 2, c: 24918}, 24921,
{f: 2, c: 24923}, 24926, {f: 2, c: 24928}, {f: 2, c: 24933}, 24937,
{f: 2, c: 24940}, 24943, {f: 2, c: 24945}, 24948, {f: 10, c: 24952},
{f: 7, c: 24963}, {f: 2, c: 24972}, 24975, 24979, {f: 5, c: 24981},
{f: 2, c: 24987}, {f: 6, c: 24990}, {f: 2, c: 24997}, 25002, 25005,
{f: 3, c: 25007}, {f: 3, c: 25011}, {f: 6, c: 25016}, {f: 3, c: 25023},
{f: 4, c: 25027}, {f: 4, c: 25037}, 25043, {f: 9, c: 25045},
{f: 3, c: 25056}, {f: 2, c: 25060}, 25063, {f: 9, c: 25065},
{f: 2, c: 25075}, 25081, 25083, 25085, {f: 5, c: 25089}, 25097, 25107,
25113, {f: 3, c: 25116}, 25120, 25123, 25126, {f: 2, c: 25128}, 25131,
25133, 25135, 25137, 25141, [12094, 25142], {f: 5, c: 25144}, 25154,
{f: 3, c: 25156}, 25162, {f: 2, c: 25167}, {f: 3, c: 25173},
{f: 2, c: 25177}, {f: 7, c: 25180}, {f: 2, c: 25188}, 25192,
{f: 2, c: 25201}, {f: 2, c: 25204}, {f: 2, c: 25207}, {f: 2, c: 25210},
25213, {f: 3, c: 25217}, {f: 4, c: 25221}, {f: 6, c: 25227}, 25236, 25241,
{f: 3, c: 25244}, 25251, {f: 2, c: 25254}, {f: 2, c: 25257},
{f: 4, c: 25261}, {f: 3, c: 25266}, {f: 3, c: 25270}, 25274, 25278,
{f: 2, c: 25280}, 25283, 25291, 25295, 25297, 25301, {f: 2, c: 25309},
{f: 2, c: 25312}, 25316, {f: 2, c: 25322}, 25328, 25330, 25333,
{f: 4, c: 25336}, 25344, {f: 4, c: 25347}, {f: 4, c: 25354},
{f: 2, c: 25359}, {f: 4, c: 25362}, {f: 3, c: 25367}, 25372,
{f: 2, c: 25382}, 25385, {f: 3, c: 25388}, {f: 2, c: 25392},
{f: 6, c: 25395}, {f: 2, c: 25403}, {f: 3, c: 25407}, 25412,
{f: 2, c: 25415}, 25418, {f: 4, c: 25425}, {f: 8, c: 25430}, 25440,
{f: 3, c: 25444}, 25450, 25452, {f: 2, c: 25455}, {f: 3, c: 25459},
{f: 2, c: 25464}, {f: 4, c: 25468}, 25473, {f: 2, c: 25477}, 25483, 25485,
25489, {f: 3, c: 25491}, 25495, {f: 7, c: 25497}, 25505, 25508, 25510,
25515, 25519, {f: 2, c: 25521}, {f: 2, c: 25525}, 25529, 25531, 25533,
25535, {f: 3, c: 25537}, 25541, {f: 2, c: 25543}, {f: 3, c: 25546}, 25553,
{f: 3, c: 25555}, {f: 3, c: 25559}, {f: 3, c: 25563}, 25567, 25570,
{f: 5, c: 25572}, {f: 2, c: 25579}, {f: 3, c: 25583}, 25587, 25589, 25591,
{f: 4, c: 25593}, 25598, {f: 2, c: 25603}, {f: 5, c: 25606}, 25614,
{f: 2, c: 25617}, {f: 2, c: 25621}, {f: 3, c: 25624}, 25629, 25631,
{f: 4, c: 25634}, {f: 3, c: 25639}, 25643, {f: 6, c: 25646}, 25653,
{f: 3, c: 25655}, {f: 2, c: 25659}, 25662, 25664, {f: 2, c: 25666}, 25673,
{f: 6, c: 25675}, 25683, {f: 3, c: 25685}, {f: 3, c: 25689}, 25693,
{f: 7, c: 25696}, 25704, {f: 3, c: 25706}, 25710, {f: 3, c: 25712},
{f: 2, c: 25716}, 25719, {f: 6, c: 25724}, 25731, 25734, {f: 8, c: 25737},
25748, {f: 2, c: 25751}, {f: 4, c: 25754}, {f: 3, c: 25760},
{f: 3, c: 25766}, 25770, 25775, 25777, 25780, 25782, 25785, 25789, 25795,
25798, {f: 2, c: 25800}, 25804, 25807, 25809, 25811, {f: 2, c: 25813},
25817, {f: 3, c: 25819}, 25823, 25825, 25827, 25829, {f: 5, c: 25831},
{f: 2, c: 25837}, 25843, {f: 2, c: 25845}, {f: 2, c: 25848}, 25853, 25855,
{f: 3, c: 25857}, 25861, {f: 2, c: 25863}, {f: 5, c: 25866},
{f: 2, c: 25872}, 25875, 25877, 25879, 25882, 25884, {f: 4, c: 25886},
{f: 4, c: 25894}, 25901, {f: 4, c: 25904}, 25911, 25914, {f: 2, c: 25916},
{f: 5, c: 25920}, {f: 2, c: 25926}, {f: 2, c: 25930}, {f: 2, c: 25933},
25936, {f: 3, c: 25938}, 25944, 25946, 25948, {f: 3, c: 25951},
{f: 2, c: 25956}, {f: 4, c: 25959}, {f: 3, c: 25965}, 25969, 25971, 25974,
{f: 9, c: 25977}, {f: 3, c: 25988}, {f: 3, c: 25992}, {f: 3, c: 25997},
26002, 26004, 26006, 26008, 26010, {f: 2, c: 26013}, 26016,
{f: 2, c: 26018}, 26022, 26024, 26026, 26030, {f: 6, c: 26033}, 26040,
{f: 2, c: 26042}, {f: 3, c: 26046}, 26050, {f: 4, c: 26055}, 26061,
{f: 2, c: 26064}, {f: 3, c: 26067}, {f: 8, c: 26072}, 26081,
{f: 2, c: 26083}, {f: 2, c: 26090}, {f: 4, c: 26098}, {f: 2, c: 26104},
{f: 5, c: 26107}, 26113, {f: 2, c: 26116}, {f: 3, c: 26119}, 26123, 26125,
{f: 3, c: 26128}, {f: 3, c: 26134}, {f: 3, c: 26138}, 26142,
{f: 4, c: 26145}, 26150, {f: 4, c: 26153}, 26158, 26160, {f: 2, c: 26162},
{f: 5, c: 26167}, 26173, {f: 2, c: 26175}, {f: 7, c: 26180},
{f: 2, c: 26189}, {f: 2, c: 26192}, {f: 2, c: 26200}, {f: 2, c: 26203},
26206, 26208, {f: 2, c: 26210}, 26213, 26215, {f: 5, c: 26217},
{f: 3, c: 26225}, 26229, {f: 2, c: 26232}, {f: 3, c: 26235},
{f: 3, c: 26239}, 26243, {f: 2, c: 26245}, {f: 2, c: 26250},
{f: 4, c: 26253}, {f: 4, c: 26258}, {f: 5, c: 26264}, {f: 4, c: 26270},
{f: 4, c: 26275}, {f: 2, c: 26281}, {f: 2, c: 26284}, {f: 5, c: 26287},
{f: 4, c: 26293}, {f: 4, c: 26298}, {f: 5, c: 26303}, 26309, 26312,
{f: 12, c: 26314}, {f: 2, c: 26327}, 26330, {f: 2, c: 26334},
{f: 5, c: 26337}, {f: 2, c: 26343}, {f: 2, c: 26346}, {f: 3, c: 26349},
26353, {f: 2, c: 26357}, {f: 2, c: 26362}, 26365, {f: 2, c: 26369},
{f: 4, c: 26372}, 26380, {f: 2, c: 26382}, {f: 3, c: 26385}, 26390,
{f: 3, c: 26392}, 26396, 26398, {f: 6, c: 26400}, 26409, 26414, 26416,
{f: 2, c: 26418}, {f: 4, c: 26422}, {f: 2, c: 26427}, {f: 2, c: 26430},
26433, {f: 2, c: 26436}, 26439, {f: 2, c: 26442}, 26445, 26450,
{f: 2, c: 26452}, {f: 5, c: 26455}, 26461, {f: 3, c: 26466},
{f: 2, c: 26470}, {f: 2, c: 26475}, 26478, 26484, 26486, {f: 4, c: 26488},
26493, 26496, {f: 2, c: 26498}, {f: 2, c: 26501}, 26504, 26506,
{f: 4, c: 26508}, {f: 4, c: 26513}, 26518, 26521, 26523, {f: 3, c: 26527},
26532, 26534, 26537, 26540, 26542, {f: 2, c: 26545}, 26548,
{f: 8, c: 26553}, 26562, {f: 10, c: 26565}, {f: 3, c: 26581}, 26587, 26591,
26593, {f: 2, c: 26595}, {f: 3, c: 26598}, {f: 2, c: 26602},
{f: 2, c: 26605}, 26610, {f: 8, c: 26613}, 26622, {f: 4, c: 26625}, 26630,
26637, 26640, 26642, {f: 2, c: 26644}, {f: 5, c: 26648}, {f: 3, c: 26654},
{f: 7, c: 26658}, {f: 7, c: 26667}, {f: 3, c: 26676}, {f: 2, c: 26682},
26687, 26695, 26699, 26701, 26703, 26706, {f: 10, c: 26710}, 26730,
{f: 8, c: 26732}, 26741, {f: 9, c: 26744}, 26754, 26756, {f: 8, c: 26759},
{f: 3, c: 26768}, {f: 3, c: 26772}, {f: 4, c: 26777}, 26782,
{f: 2, c: 26784}, {f: 3, c: 26787}, {f: 4, c: 26793}, 26798,
{f: 2, c: 26801}, 26804, {f: 10, c: 26806}, 26817, {f: 6, c: 26819}, 26826,
26828, {f: 4, c: 26830}, {f: 2, c: 26835}, 26841, {f: 4, c: 26843},
{f: 2, c: 26849}, {f: 3, c: 26852}, {f: 6, c: 26856}, 26863,
{f: 3, c: 26866}, {f: 3, c: 26870}, 26875, {f: 4, c: 26877},
{f: 3, c: 26882}, {f: 5, c: 26886}, 26892, 26897, {f: 12, c: 26899},
{f: 3, c: 26913}, {f: 8, c: 26917}, {f: 2, c: 26926}, {f: 3, c: 26929},
{f: 4, c: 26933}, {f: 3, c: 26938}, 26942, {f: 2, c: 26944},
{f: 7, c: 26947}, {f: 8, c: 26955}, {f: 2, c: 26965}, {f: 2, c: 26968},
{f: 2, c: 26971}, 26975, {f: 2, c: 26977}, {f: 2, c: 26980}, 26983,
{f: 2, c: 26985}, 26988, {f: 2, c: 26991}, {f: 3, c: 26994}, 26998,
{f: 2, c: 27002}, {f: 3, c: 27005}, 27009, 27011, 27013, {f: 3, c: 27018},
{f: 6, c: 27022}, {f: 2, c: 27030}, {f: 2, c: 27033}, {f: 10, c: 27037},
27049, 27052, {f: 2, c: 27055}, {f: 2, c: 27058}, {f: 2, c: 27061},
{f: 3, c: 27064}, {f: 3, c: 27068}, 27072, {f: 8, c: 27074}, 27087,
{f: 3, c: 27089}, {f: 6, c: 27093}, {f: 3, c: 27100}, {f: 6, c: 27105},
{f: 5, c: 27112}, {f: 4, c: 27118}, {f: 9, c: 27124}, 27134, 27136,
{f: 2, c: 27139}, {f: 4, c: 27142}, {f: 8, c: 27147}, {f: 3, c: 27156},
{f: 4, c: 27162}, 27168, 27170, {f: 4, c: 27172}, 27177, {f: 4, c: 27179},
27184, {f: 3, c: 27186}, {f: 2, c: 27190}, {f: 2, c: 27195},
{f: 5, c: 27199}, {f: 2, c: 27205}, {f: 2, c: 27209}, {f: 4, c: 27212},
{f: 7, c: 27217}, 27226, {f: 3, c: 27228}, 27232, {f: 2, c: 27235},
{f: 11, c: 27238}, {f: 7, c: 27250}, {f: 2, c: 27258}, {f: 3, c: 27261},
{f: 3, c: 27265}, {f: 4, c: 27269}, {f: 4, c: 27274}, 27279,
{f: 2, c: 27282}, {f: 2, c: 27285}, {f: 4, c: 27288}, {f: 3, c: 27293},
27297, {f: 5, c: 27300}, 27306, {f: 2, c: 27309}, {f: 3, c: 27312},
{f: 4, c: 27316}, {f: 2, c: 27321}, {f: 7, c: 27324}, {f: 15, c: 27332},
{f: 6, c: 27348}, 27356, {f: 7, c: 27360}, 27369, 27371, {f: 6, c: 27373},
{f: 4, c: 27380}, {f: 2, c: 27385}, {f: 8, c: 27388}, {f: 5, c: 27397},
{f: 4, c: 27403}, {f: 2, c: 27408}, {f: 3, c: 27411}, {f: 7, c: 27415},
27423, {f: 2, c: 27429}, {f: 10, c: 27432}, {f: 4, c: 27443}, 27448,
{f: 2, c: 27451}, {f: 4, c: 27455}, {f: 2, c: 27460}, 27464,
{f: 2, c: 27466}, {f: 3, c: 27469}, {f: 8, c: 27473}, {f: 5, c: 27482},
27488, {f: 2, c: 27496}, {f: 7, c: 27499}, {f: 4, c: 27507}, 27514,
{f: 4, c: 27517}, 27525, 27528, 27532, {f: 4, c: 27534}, {f: 2, c: 27540},
27543, 27545, {f: 2, c: 27548}, {f: 2, c: 27551}, {f: 2, c: 27554},
{f: 5, c: 27557}, {f: 2, c: 27564}, {f: 2, c: 27568}, 27574,
{f: 2, c: 27576}, {f: 3, c: 27580}, 27584, {f: 2, c: 27587},
{f: 4, c: 27591}, 27596, 27598, {f: 2, c: 27600}, 27608, 27610,
{f: 5, c: 27612}, {f: 8, c: 27618}, {f: 3, c: 27628}, {f: 3, c: 27632},
27636, {f: 3, c: 27638}, {f: 3, c: 27642}, 27646, {f: 5, c: 27648},
{f: 3, c: 27657}, 27662, 27666, 27671, {f: 3, c: 27676}, 27680, 27685,
27693, 27697, 27699, {f: 2, c: 27702}, {f: 4, c: 27705}, {f: 2, c: 27710},
{f: 3, c: 27715}, 27720, {f: 5, c: 27723}, {f: 3, c: 27729}, 27734,
{f: 3, c: 27736}, {f: 2, c: 27746}, {f: 3, c: 27749}, {f: 5, c: 27755},
27761, 27763, 27765, {f: 2, c: 27767}, {f: 3, c: 27770}, {f: 2, c: 27775},
27780, 27783, {f: 2, c: 27786}, {f: 2, c: 27789}, {f: 2, c: 27793},
{f: 4, c: 27797}, 27802, {f: 3, c: 27804}, 27808, 27810, 27816, 27820,
{f: 2, c: 27823}, {f: 4, c: 27828}, 27834, {f: 4, c: 27840},
{f: 3, c: 27846}, 27851, {f: 3, c: 27853}, {f: 2, c: 27857},
{f: 3, c: 27864}, {f: 2, c: 27868}, 27871, 27876, {f: 2, c: 27878}, 27881,
{f: 2, c: 27884}, 27890, 27892, 27897, {f: 2, c: 27903}, {f: 2, c: 27906},
{f: 2, c: 27909}, {f: 3, c: 27912}, 27917, {f: 3, c: 27919},
{f: 4, c: 27923}, 27928, {f: 2, c: 27932}, {f: 6, c: 27935}, 27942,
{f: 2, c: 27944}, {f: 2, c: 27948}, {f: 2, c: 27951}, 27956,
{f: 3, c: 27958}, 27962, {f: 2, c: 27967}, 27970, 27972, 27977, 27980,
27984, {f: 4, c: 27989}, 27995, 27997, 27999, {f: 2, c: 28001},
{f: 2, c: 28004}, {f: 2, c: 28007}, {f: 3, c: 28011}, {f: 4, c: 28016},
{f: 2, c: 28021}, {f: 2, c: 28026}, {f: 5, c: 28029}, {f: 2, c: 28035},
28038, {f: 2, c: 28042}, 28045, {f: 2, c: 28047}, 28050, {f: 5, c: 28054},
28060, 28066, 28069, {f: 2, c: 28076}, {f: 2, c: 28080}, {f: 2, c: 28083},
{f: 2, c: 28086}, {f: 6, c: 28089}, {f: 3, c: 28097}, {f: 3, c: 28104},
{f: 4, c: 28109}, {f: 4, c: 28114}, 28119, {f: 3, c: 28122}, 28127,
{f: 2, c: 28130}, 28133, {f: 3, c: 28135}, 28141, {f: 2, c: 28143}, 28146,
28148, 28152, {f: 8, c: 28157}, {f: 4, c: 28166}, 28171, 28175,
{f: 2, c: 28178}, 28181, {f: 2, c: 28184}, {f: 2, c: 28187},
{f: 2, c: 28190}, 28194, {f: 2, c: 28199}, 28202, 28206, {f: 2, c: 28208},
28211, {f: 3, c: 28213}, 28217, {f: 3, c: 28219}, {f: 4, c: 28223},
{f: 8, c: 28229}, {f: 4, c: 28239}, 28245, 28247, {f: 2, c: 28249},
{f: 2, c: 28252}, {f: 11, c: 28256}, {f: 2, c: 28268}, {f: 14, c: 28272},
{f: 3, c: 28288}, 28292, {f: 2, c: 28295}, {f: 5, c: 28298},
{f: 5, c: 28305}, 28311, {f: 3, c: 28313}, 28318, {f: 2, c: 28320},
{f: 2, c: 28323}, 28326, {f: 2, c: 28328}, {f: 4, c: 28331}, 28336, 28339,
28341, {f: 2, c: 28344}, 28348, {f: 3, c: 28350}, 28355, 28358,
{f: 3, c: 28360}, 28365, 28368, 28370, 28374, {f: 2, c: 28376},
{f: 3, c: 28379}, 28387, 28391, {f: 2, c: 28394}, {f: 2, c: 28397},
{f: 2, c: 28400}, 28403, {f: 2, c: 28405}, {f: 5, c: 28410}, 28416,
{f: 3, c: 28419}, {f: 2, c: 28423}, {f: 5, c: 28426}, {f: 3, c: 28432},
{f: 4, c: 28438}, {f: 5, c: 28443}, 28449, {f: 4, c: 28453}, 28462, 28464,
{f: 2, c: 28468}, 28471, {f: 5, c: 28473}, 28480, {f: 4, c: 28482},
{f: 3, c: 28488}, 28492, {f: 3, c: 28494}, {f: 2, c: 28498},
{f: 3, c: 28501}, {f: 2, c: 28506}, 28509, {f: 3, c: 28511}, 28515, 28517,
{f: 6, c: 28519}, 28529, 28531, {f: 2, c: 28533}, 28537, 28539,
{f: 2, c: 28541}, {f: 3, c: 28545}, 28549, {f: 2, c: 28554},
{f: 8, c: 28559}, {f: 4, c: 28568}, {f: 3, c: 28573}, {f: 2, c: 28578},
{f: 2, c: 28581}, 28584, {f: 4, c: 28586}, {f: 2, c: 28591}, 28594,
{f: 2, c: 28596}, {f: 2, c: 28599}, {f: 6, c: 28602}, {f: 5, c: 28612},
{f: 7, c: 28618}, {f: 2, c: 28627}, {f: 2, c: 28630}, {f: 2, c: 28633},
{f: 2, c: 28636}, {f: 2, c: 28642}, {f: 6, c: 28645}, {f: 2, c: 28652},
{f: 8, c: 28658}, 28667, 28669, {f: 6, c: 28671}, {f: 2, c: 28679}, 28682,
{f: 3, c: 28684}, 28688, {f: 3, c: 28690}, {f: 2, c: 28694}, 28697, 28700,
28702, {f: 2, c: 28705}, {f: 3, c: 28708}, {f: 7, c: 28713}, 28721,
{f: 2, c: 28723}, {f: 3, c: 28726}, {f: 4, c: 28730}, {f: 4, c: 28735},
{f: 7, c: 28741}, {f: 2, c: 28749}, 28752, {f: 3, c: 28754},
{f: 2, c: 28758}, {f: 4, c: 28761}, {f: 4, c: 28767}, {f: 2, c: 28773},
{f: 3, c: 28776}, 28782, {f: 4, c: 28785}, 28791, {f: 3, c: 28793}, 28797,
{f: 4, c: 28801}, {f: 3, c: 28806}, {f: 3, c: 28811}, {f: 3, c: 28815},
28819, {f: 2, c: 28823}, {f: 2, c: 28826}, {f: 13, c: 28830}, 28848, 28850,
{f: 3, c: 28852}, 28858, {f: 2, c: 28862}, {f: 4, c: 28868}, 28873,
{f: 4, c: 28875}, {f: 8, c: 28880}, 28890, {f: 3, c: 28892},
{f: 4, c: 28896}, 28901, 28906, 28910, {f: 4, c: 28912}, {f: 2, c: 28917},
28920, {f: 3, c: 28922}, {f: 11, c: 28926}, {f: 5, c: 28939},
{f: 2, c: 28945}, 28948, 28951, {f: 6, c: 28955}, {f: 4, c: 28962},
{f: 8, c: 28967}, {f: 4, c: 28978}, {f: 14, c: 28983}, {f: 3, c: 28998},
29003, 29005, {f: 3, c: 29007}, {f: 9, c: 29011}, 29021, {f: 3, c: 29023},
29027, 29029, {f: 2, c: 29034}, 29037, {f: 3, c: 29039}, {f: 4, c: 29044},
29049, {f: 2, c: 29051}, {f: 6, c: 29054}, {f: 5, c: 29061},
{f: 4, c: 29067}, {f: 2, c: 29072}, 29075, {f: 2, c: 29077},
{f: 5, c: 29082}, {f: 7, c: 29089}, {f: 3, c: 29097}, {f: 4, c: 29101},
29106, 29108, {f: 3, c: 29110}, {f: 4, c: 29114}, {f: 2, c: 29119}, 29122,
{f: 4, c: 29124}, {f: 5, c: 29129}, {f: 3, c: 29135}, 29139,
{f: 3, c: 29142}, {f: 2, c: 29146}, {f: 2, c: 29149}, {f: 4, c: 29153},
{f: 5, c: 29160}, {f: 5, c: 29167}, {f: 4, c: 29173}, {f: 2, c: 29178},
29181, {f: 7, c: 29183}, {f: 6, c: 29191}, {f: 2, c: 29198},
{f: 10, c: 29201}, 29212, {f: 10, c: 29214}, 29225, 29227,
{f: 3, c: 29229}, {f: 2, c: 29235}, 29244, {f: 7, c: 29248},
{f: 3, c: 29257}, {f: 4, c: 29262}, {f: 3, c: 29267}, 29271, 29274, 29276,
29278, 29280, {f: 3, c: 29283}, 29288, {f: 4, c: 29290}, {f: 2, c: 29296},
{f: 2, c: 29299}, {f: 3, c: 29302}, {f: 2, c: 29307}, {f: 2, c: 29314},
{f: 5, c: 29317}, 29324, 29326, {f: 2, c: 29328}, {f: 3, c: 29331},
{f: 8, c: 29335}, {f: 2, c: 29344}, {f: 4, c: 29347}, {f: 4, c: 29352},
29358, {f: 3, c: 29361}, 29365, {f: 6, c: 29370}, {f: 3, c: 29381},
{f: 4, c: 29385}, 29391, 29393, {f: 4, c: 29395}, 29400, {f: 4, c: 29402},
29407, {f: 6, c: 29410}, {f: 2, c: 29418}, {f: 2, c: 29429},
{f: 3, c: 29438}, 29442, {f: 6, c: 29444}, {f: 3, c: 29451},
{f: 4, c: 29455}, 29460, {f: 3, c: 29464}, {f: 2, c: 29471},
{f: 2, c: 29475}, {f: 3, c: 29478}, 29485, {f: 2, c: 29487},
{f: 2, c: 29490}, 29493, 29498, {f: 2, c: 29500}, 29504, {f: 2, c: 29506},
{f: 7, c: 29510}, {f: 2, c: 29518}, 29521, {f: 4, c: 29523},
{f: 8, c: 29528}, {f: 7, c: 29537}, 29545, 29550, 29553, {f: 2, c: 29555},
29558, 29561, 29565, 29567, {f: 3, c: 29569}, {f: 2, c: 29573}, 29576,
29578, {f: 2, c: 29580}, {f: 2, c: 29583}, {f: 4, c: 29586},
{f: 4, c: 29591}, {f: 3, c: 29596}, {f: 2, c: 29600}, {f: 6, c: 29603},
29610, {f: 2, c: 29612}, 29617, {f: 3, c: 29620}, {f: 2, c: 29624},
{f: 4, c: 29628}, 29633, {f: 5, c: 29635}, {f: 2, c: 29643}, 29646,
{f: 7, c: 29650}, {f: 4, c: 29658}, 29663, {f: 4, c: 29665}, 29670, 29672,
{f: 3, c: 29674}, {f: 4, c: 29678}, {f: 11, c: 29683}, {f: 4, c: 29695},
29700, {f: 2, c: 29703}, {f: 4, c: 29707}, {f: 9, c: 29713},
{f: 6, c: 29724}, {f: 2, c: 29731}, 29735, 29737, 29739, 29741, 29743,
{f: 2, c: 29745}, {f: 5, c: 29751}, {f: 2, c: 29757}, 29760,
{f: 9, c: 29762}, {f: 9, c: 29772}, 29782, 29784, 29789, {f: 3, c: 29792},
{f: 5, c: 29796}, {f: 2, c: 29803}, {f: 2, c: 29806}, {f: 5, c: 29809},
{f: 6, c: 29816}, 29823, 29826, {f: 3, c: 29828}, 29832, 29834,
{f: 2, c: 29836}, 29839, {f: 11, c: 29841}, 29853, {f: 4, c: 29855},
{f: 2, c: 29860}, {f: 6, c: 29866}, {f: 9, c: 29873}, {f: 2, c: 29883},
{f: 12, c: 29886}, {f: 4, c: 29899}, {f: 2, c: 29904}, 29907,
{f: 5, c: 29909}, 29915, 29917, 29919, 29921, 29925, {f: 7, c: 29927},
{f: 4, c: 29936}, 29941, {f: 7, c: 29944}, {f: 4, c: 29952},
{f: 7, c: 29957}, 29966, 29968, 29970, {f: 4, c: 29972}, 29979,
{f: 2, c: 29981}, {f: 3, c: 29984}, 29988, {f: 2, c: 29990}, 29994, 29998,
30004, 30006, 30009, {f: 2, c: 30012}, 30015, {f: 4, c: 30017},
{f: 2, c: 30022}, {f: 2, c: 30025}, 30029, {f: 4, c: 30032},
{f: 4, c: 30037}, {f: 4, c: 30046}, {f: 2, c: 30051}, {f: 3, c: 30055},
{f: 6, c: 30060}, 30067, 30069, 30071, {f: 5, c: 30074}, {f: 3, c: 30080},
{f: 2, c: 30084}, {f: 3, c: 30088}, {f: 3, c: 30092}, 30096, 30099, 30101,
30104, {f: 2, c: 30107}, 30110, 30114, {f: 5, c: 30118}, 30125,
{f: 2, c: 30134}, {f: 2, c: 30138}, {f: 3, c: 30143}, 30150,
{f: 2, c: 30155}, {f: 4, c: 30158}, 30163, 30167, 30170, {f: 2, c: 30172},
{f: 3, c: 30175}, 30181, 30185, {f: 4, c: 30188}, {f: 2, c: 30194},
{f: 4, c: 30197}, {f: 2, c: 30202}, {f: 2, c: 30205}, 30212,
{f: 4, c: 30214}, {f: 2, c: 30222}, {f: 4, c: 30225}, 30230, 30234,
{f: 2, c: 30236}, 30243, 30248, 30252, {f: 2, c: 30254}, {f: 2, c: 30257},
{f: 2, c: 30262}, {f: 2, c: 30265}, 30269, 30273, {f: 2, c: 30276}, 30280,
{f: 2, c: 30282}, {f: 6, c: 30286}, 30293, 30295, {f: 3, c: 30297}, 30301,
{f: 2, c: 30304}, 30310, 30312, 30314, {f: 3, c: 30323}, [12136, 30326],
30327, {f: 2, c: 30329}, {f: 3, c: 30335}, 30339, 30341, {f: 2, c: 30345},
{f: 2, c: 30348}, {f: 2, c: 30351}, 30354, {f: 2, c: 30356},
{f: 2, c: 30359}, {f: 9, c: 30363}, {f: 9, c: 30373}, {f: 2, c: 30383},
30387, {f: 3, c: 30389}, 30393, {f: 4, c: 30395}, {f: 2, c: 30400},
{f: 2, c: 30403}, 30407, 30409, {f: 2, c: 30411}, 30419, 30421,
{f: 2, c: 30425}, {f: 2, c: 30428}, 30432, 30434, 30438, {f: 6, c: 30440},
30448, 30451, {f: 3, c: 30453}, {f: 2, c: 30458}, 30461, {f: 2, c: 30463},
{f: 2, c: 30466}, {f: 2, c: 30469}, 30474, 30476, {f: 11, c: 30478},
{f: 4, c: 30491}, 30497, {f: 3, c: 30499}, 30503, {f: 3, c: 30506}, 30510,
{f: 5, c: 30512}, 30521, 30523, {f: 3, c: 30525}, 30530, {f: 3, c: 30532},
{f: 7, c: 30536}, {f: 8, c: 30546}, {f: 2, c: 30556}, {f: 2, c: 30559},
30564, 30567, {f: 2, c: 30569}, {f: 12, c: 30573}, {f: 3, c: 30586},
{f: 3, c: 30593}, {f: 6, c: 30598}, {f: 2, c: 30607}, {f: 5, c: 30611},
{f: 5, c: 30617}, 30625, {f: 2, c: 30627}, 30630, 30632, 30635,
{f: 2, c: 30638}, {f: 2, c: 30641}, 30644, {f: 5, c: 30646}, 30654,
{f: 7, c: 30656}, {f: 5, c: 30664}, {f: 9, c: 30670}, {f: 2, c: 30680},
{f: 5, c: 30685}, 30692, 30694, 30696, 30698, {f: 3, c: 30704},
{f: 2, c: 30708}, 30711, {f: 4, c: 30713}, {f: 6, c: 30723},
{f: 2, c: 30730}, {f: 3, c: 30734}, 30739, 30741, 30745, 30747, 30750,
{f: 3, c: 30752}, 30756, 30760, {f: 2, c: 30762}, {f: 2, c: 30766},
{f: 3, c: 30769}, {f: 2, c: 30773}, 30781, 30783, {f: 2, c: 30785}, 30788,
30790, {f: 4, c: 30792}, 30797, 30799, 30801, {f: 2, c: 30803},
{f: 5, c: 30808}, {f: 6, c: 30814}, {f: 3, c: 30821}, 30825,
{f: 7, c: 30832}, {f: 4, c: 30840}, {f: 10, c: 30845}, 30856,
{f: 2, c: 30858}, {f: 2, c: 30863}, 30866, {f: 3, c: 30868}, 30873,
{f: 2, c: 30877}, 30880, 30882, 30884, 30886, 30888, {f: 3, c: 30890},
{f: 2, c: 30894}, {f: 3, c: 30901}, 30907, 30909, {f: 2, c: 30911},
{f: 3, c: 30914}, {f: 3, c: 30918}, {f: 4, c: 30924}, {f: 3, c: 30929},
{f: 3, c: 30934}, {f: 8, c: 30939}, {f: 3, c: 30948}, {f: 3, c: 30953},
{f: 2, c: 30957}, {f: 2, c: 30960}, 30963, {f: 2, c: 30965},
{f: 2, c: 30968}, {f: 2, c: 30971}, {f: 3, c: 30974}, {f: 3, c: 30978},
{f: 8, c: 30982}, {f: 4, c: 30991}, {f: 5, c: 30996}, {f: 4, c: 31002},
{f: 5, c: 31007}, 31013, {f: 3, c: 31015}, {f: 4, c: 31021},
{f: 2, c: 31026}, {f: 5, c: 31029}, 31037, 31039, {f: 4, c: 31042}, 31047,
{f: 9, c: 31050}, {f: 2, c: 31060}, {f: 2, c: 31064}, 31073,
{f: 2, c: 31075}, 31078, {f: 4, c: 31081}, 31086, {f: 7, c: 31088}, 31097,
{f: 5, c: 31099}, {f: 2, c: 31106}, {f: 4, c: 31110}, {f: 2, c: 31115},
{f: 10, c: 31120}, {f: 11, c: 31131}, {f: 2, c: 31144}, {f: 3, c: 31147},
31151, 31154, {f: 4, c: 31156}, [12145, 31160], 31164, 31167, 31170,
{f: 2, c: 31172}, {f: 2, c: 31175}, 31178, 31180, {f: 3, c: 31182},
{f: 2, c: 31187}, {f: 2, c: 31190}, {f: 6, c: 31193}, {f: 3, c: 31200},
31205, 31208, 31210, 31212, 31214, {f: 7, c: 31217}, {f: 2, c: 31225},
31228, {f: 2, c: 31230}, 31233, {f: 2, c: 31236}, {f: 4, c: 31239}, 31244,
{f: 5, c: 31247}, {f: 2, c: 31253}, {f: 2, c: 31256}, {f: 3, c: 31259},
31263, {f: 2, c: 31265}, {f: 10, c: 31268}, {f: 2, c: 31279}, 31282,
{f: 3, c: 31284}, 31288, 31290, 31294, {f: 5, c: 31297}, {f: 5, c: 31303},
{f: 2, c: 31311}, {f: 5, c: 31314}, {f: 9, c: 31320}, {f: 6, c: 31331},
31338, {f: 4, c: 31340}, {f: 3, c: 31345}, 31349, {f: 4, c: 31355}, 31362,
31365, 31367, {f: 4, c: 31369}, {f: 3, c: 31374}, {f: 2, c: 31379},
{f: 3, c: 31385}, 31390, {f: 4, c: 31393}, 31399, 31403, {f: 4, c: 31407},
{f: 2, c: 31412}, {f: 3, c: 31415}, {f: 4, c: 31419}, {f: 4, c: 31424},
31430, 31433, {f: 10, c: 31436}, {f: 2, c: 31447}, {f: 4, c: 31450},
{f: 2, c: 31457}, 31460, {f: 3, c: 31463}, {f: 2, c: 31467}, 31470,
{f: 6, c: 31472}, {f: 2, c: 31479}, {f: 2, c: 31483}, 31486,
{f: 3, c: 31488}, 31493, 31495, 31497, {f: 3, c: 31500}, 31504,
{f: 2, c: 31506}, {f: 3, c: 31510}, 31514, {f: 2, c: 31516}, 31519,
{f: 3, c: 31521}, 31527, 31529, 31533, {f: 2, c: 31535}, 31538,
{f: 4, c: 31540}, 31545, 31547, 31549, {f: 6, c: 31551}, 31560, 31562,
{f: 2, c: 31565}, 31571, 31573, 31575, 31577, 31580, {f: 2, c: 31582},
31585, {f: 4, c: 31587}, {f: 6, c: 31592}, {f: 2, c: 31599},
{f: 2, c: 31603}, 31606, 31608, 31610, {f: 2, c: 31612}, 31615,
{f: 4, c: 31617}, {f: 5, c: 31622}, 31628, {f: 2, c: 31630},
{f: 3, c: 31633}, 31638, {f: 4, c: 31640}, {f: 3, c: 31646},
{f: 3, c: 31651}, {f: 3, c: 31662}, {f: 2, c: 31666}, {f: 3, c: 31669},
{f: 7, c: 31673}, {f: 2, c: 31682}, 31685, 31688, 31690, {f: 4, c: 31693},
31698, {f: 5, c: 31700}, {f: 2, c: 31707}, {f: 3, c: 31710},
{f: 2, c: 31714}, {f: 2, c: 31719}, {f: 3, c: 31723}, {f: 2, c: 31727},
31730, {f: 3, c: 31732}, {f: 4, c: 31736}, 31741, 31743, {f: 6, c: 31745},
{f: 3, c: 31752}, 31758, {f: 6, c: 31760}, {f: 7, c: 31767}, 31776, 31778,
{f: 2, c: 31780}, {f: 2, c: 31784}, {f: 12, c: 31788}, {f: 4, c: 31801},
31810, {f: 8, c: 31812}, {f: 14, c: 31822}, {f: 2, c: 31837},
{f: 3, c: 31841}, {f: 4, c: 31845}, 31851, 31853, {f: 3, c: 31855},
{f: 6, c: 31861}, {f: 11, c: 31870}, {f: 7, c: 31882}, {f: 2, c: 31891},
31894, {f: 3, c: 31897}, {f: 2, c: 31904}, 31907, {f: 4, c: 31910},
{f: 3, c: 31915}, {f: 2, c: 31919}, {f: 5, c: 31924}, {f: 2, c: 31930},
{f: 2, c: 31935}, {f: 3, c: 31938}, 31942, 31945, 31947, {f: 7, c: 31950},
31960, {f: 2, c: 31962}, {f: 6, c: 31969}, {f: 6, c: 31977}, 31985, 31987,
31989, 31991, 31994, {f: 2, c: 31996}, 31999, 32001, 32003, 32012,
{f: 2, c: 32014}, {f: 2, c: 32017}, 32022, 32024, {f: 3, c: 32029},
{f: 4, c: 32035}, {f: 3, c: 32040}, {f: 3, c: 32044}, {f: 5, c: 32052},
32059, {f: 2, c: 32061}, 32065, 32067, 32069, {f: 7, c: 32071}, 32079,
{f: 12, c: 32081}, {f: 2, c: 32095}, {f: 3, c: 32099}, 32103,
{f: 5, c: 32105}, {f: 2, c: 32111}, {f: 2, c: 32116}, 32120,
{f: 7, c: 32122}, 32130, {f: 2, c: 32132}, 32135, {f: 5, c: 32138},
{f: 3, c: 32144}, {f: 8, c: 32148}, 32157, {f: 3, c: 32159},
{f: 2, c: 32164}, {f: 4, c: 32167}, 32175, {f: 3, c: 32181}, 32188,
{f: 4, c: 32192}, {f: 2, c: 32197}, {f: 2, c: 32200}, {f: 5, c: 32204},
32211, {f: 2, c: 32213}, {f: 3, c: 32218}, 32223, 32226, {f: 2, c: 32228},
32231, {f: 2, c: 32234}, {f: 2, c: 32237}, 32240, 32243, 32245,
{f: 2, c: 32247}, 32250, {f: 12, c: 32252}, {f: 4, c: 32268},
{f: 9, c: 32274}, 32284, {f: 3, c: 32288}, {f: 3, c: 32292},
{f: 3, c: 32296}, 32300, {f: 2, c: 32303}, 32307, 32312, 32314, 32316,
{f: 2, c: 32319}, {f: 3, c: 32322}, {f: 10, c: 32328}, 32339,
{f: 4, c: 32342}, {f: 3, c: 32347}, {f: 3, c: 32351}, {f: 6, c: 32355},
32364, {f: 2, c: 32369}, {f: 5, c: 32372}, {f: 2, c: 32378},
{f: 3, c: 32383}, {f: 5, c: 32387}, 32393, 32395, 32398, {f: 3, c: 32400},
32405, 32407, {f: 2, c: 32409}, {f: 2, c: 32413}, 32430, 32436,
{f: 2, c: 32443}, 32470, 32484, 32492, 32505, 32522, 32528, 32542, 32567,
32569, {f: 7, c: 32571}, 32579, {f: 6, c: 32582}, 32589, 32591,
{f: 2, c: 32594}, 32598, 32601, {f: 4, c: 32603}, 32608, {f: 5, c: 32611},
{f: 3, c: 32619}, 32623, 32627, {f: 2, c: 32629}, 32632, {f: 4, c: 32634},
{f: 2, c: 32639}, {f: 3, c: 32642}, 32647, 32649, 32651, 32653,
{f: 5, c: 32655}, {f: 5, c: 32661}, {f: 2, c: 32667}, 32672,
{f: 2, c: 32674}, 32678, 32680, {f: 5, c: 32682}, 32689, {f: 5, c: 32691},
{f: 2, c: 32698}, 32702, 32704, {f: 3, c: 32706}, {f: 4, c: 32710}, 32715,
32717, {f: 3, c: 32719}, 32723, {f: 2, c: 32726}, {f: 6, c: 32729},
{f: 3, c: 32738}, {f: 2, c: 32743}, {f: 4, c: 32746}, 32751, 32754,
{f: 5, c: 32756}, 32762, {f: 3, c: 32765}, 32770, {f: 4, c: 32775},
{f: 2, c: 32782}, 32785, 32787, {f: 2, c: 32794}, {f: 3, c: 32797}, 32801,
{f: 2, c: 32803}, 32811, 32813, {f: 2, c: 32815}, 32818, 32820,
{f: 2, c: 32825}, 32828, 32830, {f: 2, c: 32832}, {f: 2, c: 32836},
{f: 3, c: 32839}, {f: 4, c: 32846}, 32851, 32853, 32855, 32857,
{f: 3, c: 32859}, {f: 10, c: 32863}, {f: 4, c: 32875}, 32884, 32888,
{f: 3, c: 32890}, {f: 2, c: 32897}, 32904, 32906, {f: 6, c: 32909},
{f: 2, c: 32916}, 32919, 32921, 32926, 32931, {f: 3, c: 32934}, 32940,
32944, 32947, {f: 2, c: 32949}, {f: 2, c: 32952}, 32955, 32965,
{f: 5, c: 32967}, {f: 7, c: 32975}, 32984, {f: 2, c: 32991},
{f: 2, c: 32994}, 32998, 33006, 33013, 33015, 33017, 33019,
{f: 4, c: 33022}, {f: 2, c: 33027}, {f: 2, c: 33031}, {f: 2, c: 33035},
33045, 33047, 33049, {f: 2, c: 33052}, {f: 13, c: 33055}, {f: 2, c: 33069},
33072, {f: 3, c: 33075}, 33079, {f: 4, c: 33082}, {f: 7, c: 33087}, 33095,
33097, 33101, 33103, 33106, {f: 2, c: 33111}, {f: 5, c: 33115},
{f: 3, c: 33122}, 33128, 33130, 33132, 33135, {f: 2, c: 33138},
{f: 3, c: 33141}, 33153, {f: 5, c: 33155}, 33161, {f: 4, c: 33163}, 33168,
{f: 6, c: 33170}, 33177, {f: 2, c: 33182}, {f: 2, c: 33185},
{f: 2, c: 33188}, 33191, {f: 8, c: 33195}, {f: 6, c: 33204}, 33212,
{f: 2, c: 33220}, {f: 2, c: 33223}, 33227, 33230, {f: 8, c: 33232}, 33241,
{f: 4, c: 33243}, {f: 2, c: 33249}, {f: 3, c: 33252}, 33257, 33259,
{f: 5, c: 33262}, {f: 5, c: 33269}, 33277, 33279, 33283, 33291,
{f: 2, c: 33294}, 33297, 33299, {f: 6, c: 33301}, 33309, 33312,
{f: 4, c: 33316}, 33321, 33326, 33330, 33338, {f: 2, c: 33340},
{f: 5, c: 33343}, {f: 2, c: 33349}, 33352, 33354, {f: 3, c: 33356},
{f: 8, c: 33360}, {f: 4, c: 33371}, {f: 4, c: 33376}, 33381, 33383,
{f: 2, c: 33385}, {f: 2, c: 33388}, {f: 2, c: 33397}, [12171, 33400],
{f: 2, c: 33403}, {f: 2, c: 33408}, 33411, {f: 3, c: 33413}, 33417, 33420,
33424, {f: 4, c: 33427}, {f: 2, c: 33434}, 33438, 33440, {f: 2, c: 33442},
33447, 33458, {f: 2, c: 33461}, 33466, 33468, {f: 2, c: 33471},
{f: 2, c: 33474}, {f: 2, c: 33477}, 33481, 33488, 33494, {f: 2, c: 33497},
33501, 33506, {f: 3, c: 33512}, {f: 3, c: 33516}, 33520, {f: 2, c: 33522},
{f: 2, c: 33525}, 33528, 33530, {f: 5, c: 33532}, {f: 2, c: 33546}, 33549,
33552, {f: 2, c: 33554}, 33558, {f: 2, c: 33560}, {f: 10, c: 33565},
{f: 2, c: 33577}, 33582, 33584, 33586, 33591, 33595, {f: 3, c: 33597},
{f: 2, c: 33601}, {f: 2, c: 33604}, 33608, {f: 5, c: 33610}, 33619,
{f: 5, c: 33621}, 33629, 33634, {f: 7, c: 33648}, {f: 2, c: 33657},
{f: 7, c: 33662}, {f: 2, c: 33671}, {f: 3, c: 33675}, {f: 3, c: 33679},
{f: 2, c: 33684}, 33687, {f: 2, c: 33689}, 33693, 33695, 33697,
{f: 4, c: 33699}, {f: 4, c: 33708}, 33717, 33723, {f: 2, c: 33726},
{f: 3, c: 33730}, 33734, {f: 2, c: 33736}, 33739, {f: 2, c: 33741},
{f: 4, c: 33744}, 33749, 33751, {f: 3, c: 33753}, 33758, {f: 3, c: 33762},
{f: 3, c: 33766}, {f: 4, c: 33771}, {f: 5, c: 33779}, {f: 3, c: 33786},
{f: 3, c: 33790}, 33794, 33797, {f: 2, c: 33800}, 33808, {f: 6, c: 33810},
{f: 3, c: 33817}, {f: 6, c: 33822}, {f: 3, c: 33833}, {f: 4, c: 33837},
{f: 3, c: 33842}, {f: 2, c: 33846}, {f: 3, c: 33849}, {f: 8, c: 33854},
{f: 2, c: 33863}, {f: 7, c: 33866}, {f: 4, c: 33875}, 33880,
{f: 4, c: 33885}, 33890, 33893, {f: 2, c: 33895}, 33898, 33902, 33904,
33906, 33908, 33913, {f: 7, c: 33915}, {f: 4, c: 33923}, 33930, 33933,
{f: 4, c: 33935}, {f: 2, c: 33941}, 33944, {f: 2, c: 33946},
{f: 4, c: 33949}, {f: 13, c: 33954}, {f: 2, c: 33968}, 33971,
{f: 3, c: 33973}, 33979, 33982, {f: 2, c: 33986}, {f: 4, c: 33989}, 33996,
{f: 2, c: 33998}, 34002, {f: 2, c: 34004}, {f: 6, c: 34007}, 34014,
{f: 2, c: 34017}, 34020, {f: 5, c: 34023}, 34029, {f: 11, c: 34033}, 34046,
{f: 12, c: 34048}, {f: 4, c: 34061}, 34066, {f: 2, c: 34069},
{f: 2, c: 34072}, {f: 3, c: 34075}, 34080, 34082, {f: 2, c: 34084},
{f: 4, c: 34087}, {f: 9, c: 34094}, {f: 3, c: 34110}, 34114,
{f: 2, c: 34116}, 34119, {f: 3, c: 34123}, {f: 3, c: 34127}, 34132, 34135,
{f: 4, c: 34138}, {f: 3, c: 34143}, 34147, {f: 3, c: 34149},
{f: 2, c: 34155}, {f: 4, c: 34158}, 34163, {f: 2, c: 34165}, 34168,
{f: 2, c: 34172}, {f: 5, c: 34175}, 34182, 34185, 34187, {f: 2, c: 34189},
34192, {f: 2, c: 34194}, {f: 6, c: 34197}, {f: 2, c: 34205},
{f: 4, c: 34208}, 34213, 34215, {f: 3, c: 34219}, {f: 6, c: 34225}, 34232,
{f: 6, c: 34235}, {f: 7, c: 34242}, {f: 3, c: 34250}, {f: 2, c: 34257},
34260, {f: 6, c: 34262}, {f: 6, c: 34270}, {f: 3, c: 34278},
{f: 9, c: 34283}, 34293, {f: 2, c: 34295}, {f: 3, c: 34300},
{f: 4, c: 34304}, {f: 3, c: 34312}, {f: 5, c: 34316}, {f: 4, c: 34322},
{f: 3, c: 34327}, {f: 3, c: 34331}, {f: 3, c: 34335}, {f: 4, c: 34339},
34344, {f: 3, c: 34346}, {f: 10, c: 34350}, 34361, 34363, {f: 2, c: 34365},
{f: 13, c: 34368}, {f: 2, c: 34386}, {f: 4, c: 34390}, 34395, 34397,
{f: 2, c: 34400}, {f: 4, c: 34403}, {f: 3, c: 34408}, 34413,
{f: 2, c: 34415}, {f: 7, c: 34418}, {f: 7, c: 34435}, {f: 5, c: 34446},
34452, {f: 6, c: 34454}, {f: 5, c: 34462}, {f: 2, c: 34469}, 34475,
{f: 2, c: 34477}, {f: 2, c: 34482}, {f: 3, c: 34487}, {f: 5, c: 34491},
{f: 3, c: 34497}, 34501, 34504, {f: 2, c: 34508}, {f: 2, c: 34514},
{f: 3, c: 34517}, 34522, {f: 2, c: 34524}, {f: 4, c: 34528},
{f: 4, c: 34533}, {f: 3, c: 34538}, 34543, {f: 3, c: 34549},
{f: 3, c: 34555}, 34559, 34561, {f: 2, c: 34564}, {f: 2, c: 34571},
{f: 4, c: 34574}, 34580, 34582, 34585, 34587, 34589, {f: 2, c: 34591},
34596, {f: 3, c: 34598}, {f: 4, c: 34602}, {f: 2, c: 34607},
{f: 2, c: 34610}, {f: 2, c: 34613}, {f: 3, c: 34616}, {f: 2, c: 34620},
{f: 7, c: 34624}, {f: 2, c: 34634}, 34637, {f: 4, c: 34639}, 34644, 34646,
34648, {f: 6, c: 34650}, {f: 2, c: 34657}, {f: 7, c: 34663}, 34671,
{f: 3, c: 34673}, 34677, 34679, {f: 2, c: 34681}, {f: 3, c: 34687},
{f: 2, c: 34694}, {f: 2, c: 34697}, 34700, {f: 5, c: 34702},
{f: 3, c: 34708}, {f: 6, c: 34712}, {f: 2, c: 34720}, {f: 5, c: 34723},
{f: 2, c: 34729}, 34734, {f: 3, c: 34736}, 34740, {f: 4, c: 34742}, 34748,
{f: 2, c: 34750}, {f: 3, c: 34753}, 34757, 34759, 34761, {f: 2, c: 34764},
{f: 2, c: 34767}, {f: 7, c: 34772}, {f: 4, c: 34780}, {f: 2, c: 34785},
34788, {f: 4, c: 34790}, 34795, 34797, {f: 2, c: 34800}, {f: 3, c: 34803},
{f: 2, c: 34807}, 34810, {f: 2, c: 34812}, {f: 4, c: 34815}, 34820,
{f: 3, c: 34823}, {f: 5, c: 34827}, 34834, 34836, {f: 4, c: 34839},
{f: 3, c: 34844}, 34848, {f: 13, c: 34852}, {f: 3, c: 34867},
{f: 2, c: 34871}, 34874, {f: 3, c: 34877}, {f: 3, c: 34881},
{f: 3, c: 34887}, 34891, {f: 5, c: 34894}, {f: 2, c: 34901}, 34904, 34906,
34908, {f: 3, c: 34910}, {f: 2, c: 34918}, 34922, 34925, 34927, 34929,
{f: 4, c: 34931}, 34936, {f: 3, c: 34938}, 34944, 34947, {f: 2, c: 34950},
{f: 2, c: 34953}, 34956, {f: 4, c: 34958}, {f: 3, c: 34963},
{f: 5, c: 34967}, {f: 5, c: 34973}, 34979, {f: 6, c: 34981}, 34988,
{f: 3, c: 34990}, {f: 5, c: 34994}, {f: 4, c: 35000}, {f: 4, c: 35005},
{f: 2, c: 35011}, {f: 2, c: 35015}, {f: 3, c: 35019}, {f: 2, c: 35024},
35027, {f: 2, c: 35030}, {f: 2, c: 35034}, 35038, {f: 2, c: 35040},
{f: 2, c: 35046}, {f: 7, c: 35049}, 35058, {f: 3, c: 35061},
{f: 2, c: 35066}, {f: 3, c: 35071}, {f: 4, c: 35075}, {f: 2, c: 35080},
{f: 5, c: 35083}, 35089, {f: 5, c: 35092}, {f: 5, c: 35100},
{f: 3, c: 35106}, {f: 4, c: 35110}, {f: 4, c: 35116}, 35121, 35125, 35127,
{f: 2, c: 35129}, {f: 5, c: 35132}, {f: 2, c: 35138}, {f: 2, c: 35141},
{f: 14, c: 35144}, {f: 6, c: 35159}, {f: 3, c: 35169}, 35173,
{f: 3, c: 35175}, 35179, {f: 2, c: 35181}, {f: 2, c: 35184},
{f: 8, c: 35187}, {f: 2, c: 35196}, [12177, 35198], 35200, 35202,
{f: 2, c: 35204}, {f: 4, c: 35207}, {f: 3, c: 35212}, {f: 3, c: 35216},
{f: 2, c: 35220}, 35223, {f: 8, c: 35225}, {f: 4, c: 35234},
{f: 3, c: 35239}, 35243, {f: 2, c: 35245}, {f: 2, c: 35248},
{f: 4, c: 35251}, {f: 2, c: 35256}, {f: 2, c: 35259}, 35262, 35267, 35277,
{f: 3, c: 35283}, {f: 3, c: 35287}, 35291, 35293, {f: 4, c: 35295}, 35300,
{f: 4, c: 35303}, {f: 3, c: 35308}, {f: 3, c: 35312}, 35317, 35319,
{f: 7, c: 35321}, {f: 3, c: 35332}, 35337, 35339, 35341, 35343,
{f: 2, c: 35345}, 35348, 35351, {f: 2, c: 35353}, 35356, 35358,
{f: 3, c: 35360}, 35364, {f: 4, c: 35366}, {f: 2, c: 35371},
{f: 3, c: 35374}, {f: 2, c: 35378}, 35381, {f: 3, c: 35383},
{f: 3, c: 35387}, {f: 2, c: 35391}, {f: 4, c: 35394}, 35399,
{f: 5, c: 35401}, 35407, 35409, 35411, {f: 2, c: 35414}, {f: 2, c: 35417},
{f: 2, c: 35420}, {f: 2, c: 35423}, {f: 2, c: 35428}, {f: 2, c: 35431},
35434, 35439, 35444, {f: 3, c: 35446}, {f: 2, c: 35450}, {f: 2, c: 35453},
{f: 4, c: 35456}, 35464, {f: 2, c: 35467}, {f: 3, c: 35470}, 35476,
{f: 2, c: 35478}, 35481, {f: 3, c: 35483}, 35487, 35490, 35495,
{f: 3, c: 35497}, {f: 3, c: 35501}, 35505, {f: 3, c: 35507},
{f: 2, c: 35511}, {f: 2, c: 35514}, {f: 2, c: 35517}, {f: 2, c: 35520},
35523, {f: 2, c: 35525}, 35528, 35530, 35532, 35534, 35536,
{f: 3, c: 35539}, {f: 3, c: 35544}, 35549, {f: 3, c: 35551}, 35555, 35557,
{f: 3, c: 35560}, 35564, {f: 2, c: 35567}, 35570, {f: 2, c: 35572}, 35577,
35579, 35581, 35583, 35587, 35590, {f: 2, c: 35592}, {f: 3, c: 35595},
35599, {f: 3, c: 35601}, 35605, 35608, 35612, {f: 3, c: 35614},
{f: 4, c: 35618}, 35623, {f: 2, c: 35625}, {f: 5, c: 35630},
{f: 5, c: 35636}, {f: 4, c: 35642}, {f: 10, c: 35647}, {f: 4, c: 35658},
{f: 6, c: 35664}, 35671, 35675, {f: 9, c: 35677}, {f: 4, c: 35687},
{f: 2, c: 35693}, {f: 3, c: 35697}, {f: 2, c: 35701}, {f: 5, c: 35704},
{f: 2, c: 35710}, {f: 9, c: 35713}, {f: 3, c: 35723}, {f: 3, c: 35727},
35732, {f: 5, c: 35735}, 35741, 35743, 35756, 35761, 35771, 35783, 35792,
35818, 35849, 35870, {f: 9, c: 35896}, {f: 4, c: 35906}, {f: 2, c: 35914},
{f: 3, c: 35917}, {f: 4, c: 35921}, {f: 4, c: 35926}, {f: 6, c: 35931},
{f: 7, c: 35939}, {f: 7, c: 35948}, {f: 4, c: 35956}, {f: 7, c: 35963},
{f: 2, c: 35971}, {f: 3, c: 35974}, 35979, {f: 7, c: 35981},
{f: 3, c: 35989}, {f: 4, c: 35993}, 35999, {f: 4, c: 36003},
{f: 2, c: 36013}, 36017, 36021, 36025, 36030, 36038, 36041,
{f: 6, c: 36043}, 36052, {f: 4, c: 36054}, 36059, 36061, 36063, 36069,
{f: 2, c: 36072}, {f: 6, c: 36078}, {f: 5, c: 36085}, {f: 5, c: 36095},
{f: 2, c: 36102}, 36105, 36108, 36110, {f: 5, c: 36113}, {f: 4, c: 36119},
36128, {f: 2, c: 36177}, 36183, 36191, 36197, {f: 3, c: 36200}, 36204,
{f: 2, c: 36206}, {f: 2, c: 36209}, {f: 9, c: 36216}, {f: 2, c: 36226},
{f: 4, c: 36230}, {f: 5, c: 36236}, {f: 2, c: 36242}, {f: 3, c: 36246},
{f: 5, c: 36250}, {f: 3, c: 36256}, {f: 4, c: 36260}, {f: 8, c: 36265},
{f: 2, c: 36278}, 36281, 36283, 36285, {f: 3, c: 36288}, 36293,
{f: 4, c: 36295}, 36301, 36304, {f: 4, c: 36306}, {f: 2, c: 36312}, 36316,
{f: 3, c: 36320}, {f: 3, c: 36325}, 36329, {f: 2, c: 36333},
{f: 3, c: 36336}, 36340, 36342, 36348, {f: 7, c: 36350}, {f: 3, c: 36358},
36363, {f: 2, c: 36365}, {f: 3, c: 36369}, {f: 8, c: 36373},
{f: 2, c: 36384}, {f: 5, c: 36388}, 36395, 36397, 36400, {f: 2, c: 36402},
{f: 3, c: 36406}, {f: 2, c: 36411}, {f: 2, c: 36414}, 36419,
{f: 2, c: 36421}, {f: 4, c: 36429}, {f: 2, c: 36435}, {f: 3, c: 36438},
{f: 9, c: 36442}, {f: 2, c: 36452}, {f: 2, c: 36455}, {f: 2, c: 36458},
36462, 36465, 36467, 36469, {f: 3, c: 36471}, 36475, {f: 2, c: 36477},
36480, {f: 3, c: 36482}, 36486, 36488, 36492, 36494, {f: 5, c: 36501},
36507, 36509, {f: 2, c: 36511}, {f: 3, c: 36514}, {f: 3, c: 36519},
{f: 2, c: 36525}, {f: 2, c: 36528}, {f: 7, c: 36531}, {f: 5, c: 36539},
{f: 9, c: 36545}, {f: 3, c: 36559}, 36563, {f: 6, c: 36565},
{f: 3, c: 36572}, {f: 4, c: 36576}, {f: 6, c: 36581}, {f: 6, c: 36588},
{f: 5, c: 36595}, 36605, {f: 4, c: 36607}, 36612, 36614, 36616,
{f: 7, c: 36619}, 36627, {f: 5, c: 36630}, {f: 5, c: 36640},
{f: 2, c: 36647}, {f: 4, c: 36651}, {f: 3, c: 36656}, {f: 4, c: 36660},
{f: 2, c: 36665}, {f: 2, c: 36668}, {f: 2, c: 36672}, 36675,
{f: 2, c: 36679}, {f: 3, c: 36682}, {f: 5, c: 36687}, {f: 10, c: 36693},
36704, 36707, 36709, 36714, 36736, 36748, 36754, 36765, {f: 3, c: 36768},
{f: 2, c: 36772}, 36775, 36778, 36780, {f: 2, c: 36787}, [12193, 36789],
{f: 2, c: 36791}, {f: 3, c: 36794}, {f: 2, c: 36799}, 36803, 36806,
{f: 5, c: 36809}, 36815, 36818, {f: 2, c: 36822}, 36826, {f: 2, c: 36832},
36835, 36839, 36844, 36847, {f: 2, c: 36849}, {f: 2, c: 36853},
{f: 3, c: 36858}, {f: 2, c: 36862}, {f: 2, c: 36871}, 36876, 36878, 36883,
36888, 36892, {f: 2, c: 36900}, {f: 6, c: 36903}, {f: 2, c: 36912},
{f: 2, c: 36915}, 36919, {f: 2, c: 36921}, 36925, {f: 2, c: 36927}, 36931,
{f: 2, c: 36933}, {f: 3, c: 36936}, 36940, 36950, {f: 2, c: 36953}, 36957,
36959, 36961, 36964, {f: 2, c: 36966}, {f: 3, c: 36970}, {f: 3, c: 36975},
36979, 36982, 36985, 36987, 36990, {f: 2, c: 36997}, 37001,
{f: 3, c: 37004}, 37010, 37012, 37014, 37016, 37018, 37020,
{f: 3, c: 37022}, {f: 2, c: 37028}, {f: 3, c: 37031}, 37035, 37037, 37042,
37047, {f: 2, c: 37052}, {f: 2, c: 37055}, {f: 2, c: 37058}, 37062,
{f: 2, c: 37064}, {f: 3, c: 37067}, 37074, {f: 3, c: 37076},
{f: 3, c: 37080}, 37086, 37088, {f: 3, c: 37091}, {f: 2, c: 37097}, 37100,
37102, {f: 4, c: 37104}, {f: 2, c: 37110}, {f: 4, c: 37113},
{f: 3, c: 37119}, 37123, 37125, {f: 2, c: 37127}, {f: 8, c: 37130}, 37139,
37141, {f: 2, c: 37143}, {f: 4, c: 37146}, {f: 3, c: 37151},
{f: 3, c: 37156}, {f: 5, c: 37160}, 37166, 37171, 37173, {f: 2, c: 37175},
{f: 8, c: 37179}, {f: 2, c: 37188}, 37191, 37201, {f: 4, c: 37203},
{f: 2, c: 37208}, {f: 2, c: 37211}, {f: 2, c: 37215}, {f: 3, c: 37222},
37227, 37229, 37235, {f: 3, c: 37242}, {f: 5, c: 37248}, 37254, 37256,
37258, {f: 2, c: 37262}, {f: 3, c: 37267}, {f: 3, c: 37271},
{f: 5, c: 37277}, {f: 6, c: 37284}, {f: 4, c: 37296}, {f: 4, c: 37302},
{f: 5, c: 37307}, 37314, 37316, [12196, 37318], 37320, 37328, 37334,
{f: 2, c: 37338}, {f: 5, c: 37342}, {f: 2, c: 37349}, 37352,
{f: 11, c: 37354}, 37366, 37368, {f: 5, c: 37371}, {f: 2, c: 37378},
{f: 3, c: 37381}, {f: 3, c: 37386}, 37391, {f: 2, c: 37394},
{f: 8, c: 37398}, {f: 4, c: 37407}, 37412, {f: 6, c: 37416}, 37423,
{f: 2, c: 37425}, {f: 2, c: 37429}, {f: 2, c: 37435}, {f: 4, c: 37441},
{f: 2, c: 37446}, {f: 3, c: 37450}, {f: 3, c: 37454}, {f: 3, c: 37458},
37462, {f: 2, c: 37464}, {f: 2, c: 37468}, {f: 3, c: 37471},
{f: 3, c: 37475}, {f: 5, c: 37479}, {f: 6, c: 37486}, {f: 3, c: 37493},
37497, {f: 3, c: 37500}, {f: 2, c: 37505}, 37508, {f: 8, c: 37510},
{f: 2, c: 37519}, 37522, {f: 2, c: 37524}, 37527, 37529, 37531,
{f: 3, c: 37533}, {f: 2, c: 37537}, 37540, 37543, 37549, {f: 2, c: 37551},
{f: 5, c: 37554}, 37560, 37562, {f: 4, c: 37565}, 37570, 37572, 37574,
{f: 3, c: 37577}, {f: 2, c: 37581}, {f: 2, c: 37584}, {f: 10, c: 37587},
37598, {f: 3, c: 37600}, 37607, 37609, {f: 2, c: 37611}, {f: 4, c: 37618},
37623, {f: 3, c: 37625}, {f: 4, c: 37629}, {f: 4, c: 37634},
{f: 7, c: 37641}, 37649, {f: 2, c: 37651}, {f: 2, c: 37654},
{f: 3, c: 37660}, 37665, {f: 3, c: 37667}, 37671, {f: 2, c: 37673},
{f: 2, c: 37676}, {f: 2, c: 37680}, {f: 2, c: 37684}, 37687,
{f: 5, c: 37689}, 37695, 37698, {f: 2, c: 37700}, {f: 3, c: 37704}, 37708,
{f: 6, c: 37710}, {f: 3, c: 37717}, {f: 2, c: 37721}, {f: 8, c: 37724},
{f: 3, c: 37734}, 37739, {f: 3, c: 37741}, {f: 4, c: 37745},
{f: 3, c: 37751}, {f: 3, c: 37755}, {f: 3, c: 37759}, 37763,
{f: 2, c: 37765}, {f: 2, c: 37768}, {f: 4, c: 37771}, {f: 6, c: 37776},
37783, {f: 9, c: 37785}, {f: 2, c: 37796}, 37800, 37803, 37805, 37807,
{f: 2, c: 37809}, 37812, {f: 2, c: 37814}, {f: 6, c: 37817},
{f: 3, c: 37824}, {f: 3, c: 37828}, 37833, 37835, {f: 3, c: 37838},
{f: 4, c: 37842}, {f: 3, c: 37849}, 37856, 37859, {f: 3, c: 37861},
{f: 12, c: 37865}, 37878, 37880, {f: 9, c: 37882}, {f: 7, c: 37892},
{f: 4, c: 37900}, 37905, {f: 3, c: 37909}, {f: 3, c: 37914},
{f: 2, c: 37918}, {f: 5, c: 37921}, {f: 5, c: 37929}, {f: 3, c: 37935},
37940, {f: 2, c: 37942}, 37945, {f: 3, c: 37947}, {f: 4, c: 37952},
{f: 5, c: 37957}, 37963, {f: 5, c: 37965}, 37971, {f: 11, c: 37973},
{f: 2, c: 37985}, 37988, {f: 5, c: 37990}, 37996, {f: 2, c: 37998}, 38001,
{f: 4, c: 38003}, 38008, {f: 2, c: 38010}, {f: 5, c: 38016}, 38033, 38038,
38040, 38087, 38095, {f: 2, c: 38099}, 38106, 38118, 38139, 38172, 38176,
38183, 38195, 38205, 38211, 38216, 38219, 38229, 38234, 38240, 38254,
{f: 2, c: 38260}, {f: 7, c: 38264}, 38273, {f: 2, c: 38276},
{f: 2, c: 38279}, 38282, 38285, 38288, 38290, {f: 3, c: 38293},
{f: 8, c: 38297}, 38306, {f: 2, c: 38310}, 38314, {f: 4, c: 38318},
{f: 3, c: 38323}, {f: 2, c: 38327}, 38330, {f: 3, c: 38336},
{f: 2, c: 38340}, 38343, 38345, {f: 3, c: 38349}, {f: 3, c: 38353},
{f: 5, c: 38359}, 38365, {f: 2, c: 38367}, {f: 2, c: 38371},
{f: 2, c: 38374}, 38380, 38399, 38407, 38419, 38424, 38427, 38430, 38432,
{f: 7, c: 38435}, {f: 3, c: 38443}, {f: 2, c: 38447}, {f: 4, c: 38455},
38462, 38465, 38467, 38474, {f: 2, c: 38478}, {f: 3, c: 38481},
{f: 2, c: 38486}, {f: 2, c: 38489}, 38492, 38494, 38496, {f: 2, c: 38501},
38507, {f: 3, c: 38509}, 38513, {f: 4, c: 38521}, {f: 7, c: 38526}, 38535,
38537, 38540, {f: 3, c: 38545}, 38550, 38554, {f: 10, c: 38557}, 38569,
{f: 5, c: 38571}, 38578, 38581, 38583, 38586, 38591, {f: 2, c: 38594},
38600, {f: 2, c: 38602}, {f: 2, c: 38608}, {f: 2, c: 38611},
{f: 2, c: 38615}, 38618, {f: 3, c: 38621}, 38625, {f: 4, c: 38628},
{f: 4, c: 38635}, {f: 2, c: 38640}, {f: 2, c: 38644}, 38648, 38650,
{f: 2, c: 38652}, 38655, {f: 2, c: 38658}, 38661, {f: 3, c: 38666},
{f: 3, c: 38672}, {f: 2, c: 38676}, {f: 5, c: 38679}, 38685,
{f: 8, c: 38687}, {f: 2, c: 38696}, {f: 2, c: 38699}, {f: 2, c: 38702},
38705, {f: 5, c: 38707}, {f: 3, c: 38714}, {f: 3, c: 38719}, 38723,
{f: 3, c: 38725}, {f: 8, c: 38729}, [12205, 38737], {f: 2, c: 38740},
{f: 2, c: 38743}, {f: 2, c: 38748}, 38751, {f: 2, c: 38755},
{f: 2, c: 38758}, {f: 9, c: 38762}, 38773, {f: 5, c: 38775},
{f: 8, c: 38781}, {f: 5, c: 38790}, 38796, 38798, 38800, 38803,
{f: 3, c: 38805}, {f: 7, c: 38809}, {f: 2, c: 38817}, {f: 2, c: 38820},
{f: 4, c: 38823}, 38828, 38830, {f: 2, c: 38832}, 38835, {f: 8, c: 38837},
{f: 5, c: 38846}, {f: 2, c: 38852}, {f: 2, c: 38855}, 38858,
{f: 6, c: 38861}, {f: 5, c: 38868}, {f: 2, c: 38874}, 38877,
{f: 7, c: 38879}, 38888, {f: 5, c: 38894}, 38900, {f: 8, c: 38903}, 38912,
38916, 38921, 38923, 38925, {f: 3, c: 38932}, {f: 3, c: 38937},
{f: 4, c: 38941}, {f: 2, c: 38946}, 38949, {f: 6, c: 38951},
{f: 2, c: 38958}, {f: 6, c: 38961}, {f: 2, c: 38969}, 38972,
{f: 8, c: 38974}, {f: 5, c: 38983}, {f: 4, c: 38991}, {f: 3, c: 38997},
39002, {f: 2, c: 39004}, {f: 3, c: 39007}, {f: 2, c: 39011}, 39014,
{f: 3, c: 39016}, {f: 2, c: 39021}, 39026, 39051, 39054, 39058, 39061,
39065, 39075, {f: 5, c: 39081}, 39088, 39090, {f: 2, c: 39092},
{f: 5, c: 39095}, {f: 7, c: 39101}, 39109, 39111, {f: 5, c: 39113},
{f: 2, c: 39119}, 39124, {f: 2, c: 39126}, {f: 2, c: 39132}, 39137,
{f: 4, c: 39139}, 39148, 39150, {f: 2, c: 39152}, 39155, {f: 7, c: 39157},
{f: 4, c: 39167}, 39172, {f: 3, c: 39174}, 39179, {f: 2, c: 39182},
{f: 4, c: 39188}, {f: 2, c: 39193}, {f: 2, c: 39196}, {f: 2, c: 39199},
{f: 6, c: 39202}, {f: 5, c: 39209}, {f: 4, c: 39215}, {f: 3, c: 39220},
{f: 4, c: 39224}, 39229, {f: 3, c: 39232}, 39236, {f: 2, c: 39238},
{f: 4, c: 39245}, 39251, 39254, {f: 4, c: 39256}, 39261, {f: 3, c: 39263},
39268, 39270, 39283, {f: 2, c: 39288}, 39291, 39294, {f: 2, c: 39298},
39305, 39308, 39310, {f: 11, c: 39322}, {f: 2, c: 39334}, {f: 3, c: 39337},
{f: 2, c: 39343}, 39346, {f: 12, c: 39349}, {f: 14, c: 39362}, 39379,
{f: 2, c: 39382}, 39386, 39388, 39390, 39392, {f: 10, c: 39395},
{f: 3, c: 39406}, {f: 13, c: 39410}, 39424, {f: 3, c: 39426},
{f: 7, c: 39430}, {f: 6, c: 39440}, {f: 2, c: 39447}, {f: 17, c: 39450},
39468, 39471, {f: 5, c: 39473}, {f: 5, c: 39481}, 39487, {f: 4, c: 39494},
{f: 2, c: 39499}, 39502, {f: 5, c: 39504}, 39510, {f: 2, c: 39512},
{f: 3, c: 39516}, {f: 2, c: 39520}, 39523, {f: 4, c: 39526}, 39531, 39538,
39555, 39561, {f: 2, c: 39565}, {f: 2, c: 39572}, 39577, 39590,
{f: 6, c: 39593}, {f: 4, c: 39602}, 39609, 39611, {f: 3, c: 39613},
{f: 2, c: 39619}, {f: 5, c: 39622}, {f: 2, c: 39629}, 39632, 39639,
{f: 6, c: 39641}, 39648, {f: 4, c: 39650}, {f: 4, c: 39655}, 39660,
{f: 9, c: 39664}, 39674, {f: 7, c: 39676}, {f: 2, c: 39684}, 39687,
{f: 4, c: 39689}, 39694, {f: 3, c: 39696}, {f: 6, c: 39700},
{f: 4, c: 39707}, {f: 2, c: 39712}, 39716, 39718, 39720, {f: 4, c: 39722},
39728, {f: 8, c: 39731}, {f: 4, c: 39741}, 39750, {f: 3, c: 39754}, 39760,
{f: 2, c: 39762}, {f: 3, c: 39765}, 39769, {f: 20, c: 39771},
{f: 4, c: 39792}, {f: 2, c: 39797}, {f: 9, c: 39800}, 39810,
{f: 10, c: 39812}, 39823, {f: 7, c: 39827}, {f: 2, c: 39835},
{f: 11, c: 39839}, 39852, {f: 17, c: 39855}, {f: 5, c: 39874}, 39880,
{f: 9, c: 39883}, 39893, {f: 4, c: 39895}, 39900, {f: 3, c: 39902}, 39907,
{f: 2, c: 39909}, 39913, {f: 4, c: 39916}, {f: 3, c: 39921},
{f: 8, c: 39925}, 39934, {f: 8, c: 39936}, {f: 3, c: 39946},
{f: 2, c: 39950}, 39953, {f: 12, c: 39956}, {f: 2, c: 39969}, 39972,
{f: 2, c: 39974}, {f: 3, c: 39978}, {f: 3, c: 39982}, 39988, 39990, 39992,
39994, {f: 2, c: 39996}, {f: 6, c: 39999}, {f: 2, c: 40006},
{f: 8, c: 40010}, 40019, 40021, {f: 4, c: 40025}, 40030, {f: 7, c: 40032},
{f: 5, c: 40040}, {f: 10, c: 40046}, 40057, 40059, {f: 2, c: 40061}, 40064,
{f: 2, c: 40067}, {f: 2, c: 40073}, 40076, 40079, 40083, {f: 4, c: 40086},
40093, 40106, 40108, 40111, 40121, {f: 5, c: 40126}, {f: 2, c: 40136},
{f: 2, c: 40145}, {f: 2, c: 40154}, {f: 2, c: 40160}, {f: 2, c: 40163},
{f: 3, c: 40166}, {f: 2, c: 40170}, {f: 6, c: 40173}, 40181,
{f: 15, c: 40183}, 40200, {f: 11, c: 40202}, {f: 5, c: 40214}, 40220,
40222, {f: 3, c: 40224}, {f: 2, c: 40228}, 40231, {f: 6, c: 40233},
{f: 10, c: 40241}, {f: 3, c: 40252}, {f: 2, c: 40256}, {f: 14, c: 40259},
{f: 8, c: 40276}, {f: 2, c: 40286}, {f: 8, c: 40290}, 40299,
{f: 2, c: 40301}, {f: 2, c: 40304}, {f: 20, c: 40307}, 40328,
{f: 9, c: 40330}, {f: 4, c: 40340}, 40345, {f: 10, c: 40347},
{f: 3, c: 40358}, {f: 5, c: 40362}, {f: 4, c: 40368}, {f: 6, c: 40373},
{f: 3, c: 40381}, 40385, 40387, {f: 14, c: 40389}, {f: 3, c: 40404}, 40408,
{f: 10, c: 40411}, {f: 8, c: 40423}, {f: 2, c: 40432}, {f: 4, c: 40436},
{f: 17, c: 40443}, {f: 8, c: 40461}, {f: 4, c: 40470}, 40476, 40484, 40487,
40494, 40496, 40500, {f: 2, c: 40507}, 40512, 40525, 40528,
{f: 3, c: 40530}, 40534, 40537, 40541, {f: 4, c: 40543}, 40549,
{f: 2, c: 40558}, 40562, 40564, {f: 3, c: 40566}, 40571, {f: 2, c: 40576},
{f: 4, c: 40579}, {f: 2, c: 40585}, {f: 6, c: 40588}, {f: 3, c: 40596},
{f: 5, c: 40600}, 40606, {f: 5, c: 40608}, {f: 2, c: 40615},
{f: 5, c: 40618}, {f: 4, c: 40624}, {f: 2, c: 40630}, {f: 2, c: 40633},
40636, {f: 4, c: 40639}, [12232, 40643], {f: 4, c: 40645},
{f: 2, c: 40650}, 40656, {f: 2, c: 40658}, {f: 3, c: 40661},
{f: 2, c: 40665}, 40673, {f: 2, c: 40675}, 40678, {f: 4, c: 40683},
{f: 2, c: 40688}, 40691, {f: 2, c: 40693}, 40696, 40698, {f: 9, c: 40704},
40714, 40716, 40719, {f: 2, c: 40721}, 40724, 40726, 40728,
{f: 6, c: 40730}, 40737, {f: 9, c: 40739}, {f: 2, c: 40749},
{f: 7, c: 40752}, 40760, 40762, 40764, {f: 5, c: 40767}, {f: 5, c: 40773},
{f: 3, c: 40780}, 40787, {f: 4, c: 40789}, {f: 2, c: 40794},
{f: 2, c: 40797}, 40802, {f: 2, c: 40804}, {f: 3, c: 40807}, 40811,
{f: 5, c: 40813}, {f: 4, c: 40819}, {f: 7, c: 40824}, {f: 2, c: 40833},
{f: 2, c: 40846}, {f: 3, c: 40849}, {f: 3, c: 40854}, {f: 2, c: 40861},
{f: 5, c: 40865}, 63788, {f: 3, c: 64013}, 64017, {f: 2, c: 64019}, 64024,
{f: 3, c: 64031}, {f: 2, c: 64035}, {f: 3, c: 64039}, 11905,
[59414, 131207], [59415, 131209], [59416, 131276], 11908, 13427, 13383,
11912, 11915, 59422, 13726, 13850, 13838, 11916, 11927, 14702, 14616,
59430, 14799, 14815, 14963, 14800, {f: 2, c: 59435}, 15182, 15470, 15584,
11943, [59441, 136663], 59442, 11946, 16470, 16735, 11950, 17207, 11955,
{f: 2, c: 11958}, [59451, 141711], 17329, 17324, 11963, 17373, 17622,
18017, 17996, [59459, 132361], 18211, 18217, 18300, 18317, 11978, 18759,
18810, 18813, {f: 2, c: 18818}, {f: 2, c: 18821}, 18847, 18843, 18871,
18870, [59476, 133533], [59477, 147966], 19619, {f: 3, c: 19615}, 19575,
19618, {f: 7, c: 19731}, 19886, 59492, {s: 226}, 8364, 165, 0, 0, 12351,
{s: 17}, 12436, {s: 14}, 12535, 12537, 12536, 12538, 0, {f: 3, c: 12339},
{f: 3, c: 12344}, {f: 3, c: 12586}, {f: 24, c: 12704}, 11904,
{f: 2, c: 11906}, {f: 3, c: 11909}, {f: 2, c: 11913}, {f: 10, c: 11917},
{f: 2, c: 11928}, {f: 12, c: 11931}, {f: 2, c: 11944}, {f: 3, c: 11947},
{f: 4, c: 11951}, {f: 2, c: 11956}, {f: 3, c: 11960}, {f: 14, c: 11964},
{f: 41, c: 11979}, {f: 71, c: 13312}, {f: 43, c: 13384},
{f: 298, c: 13428}, {f: 111, c: 13727}, {f: 11, c: 13839},
{f: 765, c: 13851}, {f: 85, c: 14617}, {f: 96, c: 14703},
{f: 14, c: 14801}, {f: 147, c: 14816}, {f: 218, c: 14964},
{f: 287, c: 15183}, {f: 113, c: 15471}, {f: 885, c: 15585},
{f: 264, c: 16471}, {f: 471, c: 16736}, {f: 116, c: 17208},
{f: 4, c: 17325}, {f: 43, c: 17330}, {f: 248, c: 17374},
{f: 373, c: 17623}, {f: 20, c: 17997}, {f: 193, c: 18018},
{f: 5, c: 18212}, {f: 82, c: 18218}, {f: 16, c: 18301}, {f: 441, c: 18318},
{f: 50, c: 18760}, {f: 2, c: 18811}, {f: 4, c: 18814}, 18820,
{f: 20, c: 18823}, {f: 3, c: 18844}, {f: 22, c: 18848}, {f: 703, c: 18872},
{f: 39, c: 19576}, {f: 111, c: 19620}, {f: 148, c: 19738},
{f: 7, c: 19887}]
};
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var ColorSpace = (function ColorSpaceClosure() {
// Constructor should define this.numComps, this.defaultColor, this.name
function ColorSpace() {
error('should not call ColorSpace constructor');
}
ColorSpace.prototype = {
// Input: array of size numComps representing color component values
// Output: array of rgb values, each value ranging from [0.1]
getRgb: function colorSpaceGetRgb(color) {
error('Should not call ColorSpace.getRgb: ' + color);
},
// Input: Uint8Array of component values, each value scaled to [0,255]
// Output: Uint8Array of rgb values, each value scaled to [0,255]
getRgbBuffer: function colorSpaceGetRgbBuffer(input) {
error('Should not call ColorSpace.getRgbBuffer: ' + input);
}
};
ColorSpace.parse = function colorSpaceParse(cs, xref, res) {
var IR = ColorSpace.parseToIR(cs, xref, res);
if (IR instanceof AlternateCS)
return IR;
return ColorSpace.fromIR(IR);
};
ColorSpace.fromIR = function colorSpaceFromIR(IR) {
var name = isArray(IR) ? IR[0] : IR;
switch (name) {
case 'DeviceGrayCS':
return new DeviceGrayCS();
case 'DeviceRgbCS':
return new DeviceRgbCS();
case 'DeviceCmykCS':
return new DeviceCmykCS();
case 'PatternCS':
var basePatternCS = IR[1];
if (basePatternCS)
basePatternCS = ColorSpace.fromIR(basePatternCS);
return new PatternCS(basePatternCS);
case 'IndexedCS':
var baseIndexedCS = IR[1];
var hiVal = IR[2];
var lookup = IR[3];
return new IndexedCS(ColorSpace.fromIR(baseIndexedCS), hiVal, lookup);
case 'AlternateCS':
var numComps = IR[1];
var alt = IR[2];
var tintFnIR = IR[3];
return new AlternateCS(numComps, ColorSpace.fromIR(alt),
PDFFunction.fromIR(tintFnIR));
default:
error('Unkown name ' + name);
}
return null;
};
ColorSpace.parseToIR = function colorSpaceParseToIR(cs, xref, res) {
if (isName(cs)) {
var colorSpaces = xref.fetchIfRef(res.get('ColorSpace'));
if (isDict(colorSpaces)) {
var refcs = colorSpaces.get(cs.name);
if (refcs)
cs = refcs;
}
}
cs = xref.fetchIfRef(cs);
var mode;
if (isName(cs)) {
mode = cs.name;
this.mode = mode;
switch (mode) {
case 'DeviceGray':
case 'G':
return 'DeviceGrayCS';
case 'DeviceRGB':
case 'RGB':
return 'DeviceRgbCS';
case 'DeviceCMYK':
case 'CMYK':
return 'DeviceCmykCS';
case 'Pattern':
return ['PatternCS', null];
default:
error('unrecognized colorspace ' + mode);
}
} else if (isArray(cs)) {
mode = cs[0].name;
this.mode = mode;
switch (mode) {
case 'DeviceGray':
case 'G':
return 'DeviceGrayCS';
case 'DeviceRGB':
case 'RGB':
return 'DeviceRgbCS';
case 'DeviceCMYK':
case 'CMYK':
return 'DeviceCmykCS';
case 'CalGray':
return 'DeviceGrayCS';
case 'CalRGB':
return 'DeviceRgbCS';
case 'ICCBased':
var stream = xref.fetchIfRef(cs[1]);
var dict = stream.dict;
var numComps = dict.get('N');
if (numComps == 1)
return 'DeviceGrayCS';
if (numComps == 3)
return 'DeviceRgbCS';
if (numComps == 4)
return 'DeviceCmykCS';
break;
case 'Pattern':
var basePatternCS = cs[1];
if (basePatternCS)
basePatternCS = ColorSpace.parseToIR(basePatternCS, xref, res);
return ['PatternCS', basePatternCS];
case 'Indexed':
var baseIndexedCS = ColorSpace.parseToIR(cs[1], xref, res);
var hiVal = cs[2] + 1;
var lookup = xref.fetchIfRef(cs[3]);
return ['IndexedCS', baseIndexedCS, hiVal, lookup];
case 'Separation':
case 'DeviceN':
var name = cs[1];
var numComps = 1;
if (isName(name))
numComps = 1;
else if (isArray(name))
numComps = name.length;
var alt = ColorSpace.parseToIR(cs[2], xref, res);
var tintFnIR = PDFFunction.getIR(xref, xref.fetchIfRef(cs[3]));
return ['AlternateCS', numComps, alt, tintFnIR];
case 'Lab':
default:
error('unimplemented color space object "' + mode + '"');
}
} else {
error('unrecognized color space object: "' + cs + '"');
}
return null;
};
/**
* Checks if a decode map matches the default decode map for a color space.
* This handles the general decode maps where there are two values per
* component. e.g. [0, 1, 0, 1, 0, 1] for a RGB color.
* This does not handle Lab, Indexed, or Pattern decode maps since they are
* slightly different.
* @param {Array} decode Decode map (usually from an image).
* @param {Number} n Number of components the color space has.
*/
ColorSpace.isDefaultDecode = function colorSpaceIsDefaultDecode(decode, n) {
if (!decode)
return true;
if (n * 2 !== decode.length) {
warning('The decode map is not the correct length');
return true;
}
for (var i = 0, ii = decode.length; i < ii; i += 2) {
if (decode[i] != 0 || decode[i + 1] != 1)
return false;
}
return true;
};
return ColorSpace;
})();
/**
* Alternate color space handles both Separation and DeviceN color spaces. A
* Separation color space is actually just a DeviceN with one color component.
* Both color spaces use a tinting function to convert colors to a base color
* space.
*/
var AlternateCS = (function AlternateCSClosure() {
function AlternateCS(numComps, base, tintFn) {
this.name = 'Alternate';
this.numComps = numComps;
this.defaultColor = [];
for (var i = 0; i < numComps; ++i)
this.defaultColor.push(1);
this.base = base;
this.tintFn = tintFn;
}
AlternateCS.prototype = {
getRgb: function altcs_getRgb(color) {
var tinted = this.tintFn(color);
return this.base.getRgb(tinted);
},
getRgbBuffer: function altcs_getRgbBuffer(input, bits) {
var tintFn = this.tintFn;
var base = this.base;
var scale = 1 / ((1 << bits) - 1);
var length = input.length;
var pos = 0;
var baseNumComps = base.numComps;
var baseBuf = new Uint8Array(baseNumComps * length);
var numComps = this.numComps;
var scaled = new Array(numComps);
for (var i = 0; i < length; i += numComps) {
for (var z = 0; z < numComps; ++z)
scaled[z] = input[i + z] * scale;
var tinted = tintFn(scaled);
for (var j = 0; j < baseNumComps; ++j)
baseBuf[pos++] = 255 * tinted[j];
}
return base.getRgbBuffer(baseBuf, 8);
},
isDefaultDecode: function altcs_isDefaultDecode(decodeMap) {
return ColorSpace.isDefaultDecode(decodeMap, this.numComps);
}
};
return AlternateCS;
})();
var PatternCS = (function PatternCSClosure() {
function PatternCS(baseCS) {
this.name = 'Pattern';
this.base = baseCS;
}
PatternCS.prototype = {};
return PatternCS;
})();
var IndexedCS = (function IndexedCSClosure() {
function IndexedCS(base, highVal, lookup) {
this.name = 'Indexed';
this.numComps = 1;
this.defaultColor = [0];
this.base = base;
this.highVal = highVal;
var baseNumComps = base.numComps;
var length = baseNumComps * highVal;
var lookupArray = new Uint8Array(length);
if (isStream(lookup)) {
var bytes = lookup.getBytes(length);
lookupArray.set(bytes);
} else if (isString(lookup)) {
for (var i = 0; i < length; ++i)
lookupArray[i] = lookup.charCodeAt(i);
} else {
error('Unrecognized lookup table: ' + lookup);
}
this.lookup = lookupArray;
}
IndexedCS.prototype = {
getRgb: function indexcs_getRgb(color) {
var numComps = this.base.numComps;
var start = color[0] * numComps;
var c = [];
for (var i = start, ii = start + numComps; i < ii; ++i)
c.push(this.lookup[i]);
return this.base.getRgb(c);
},
getRgbBuffer: function indexcs_getRgbBuffer(input) {
var base = this.base;
var numComps = base.numComps;
var lookup = this.lookup;
var length = input.length;
var baseBuf = new Uint8Array(length * numComps);
var baseBufPos = 0;
for (var i = 0; i < length; ++i) {
var lookupPos = input[i] * numComps;
for (var j = 0; j < numComps; ++j) {
baseBuf[baseBufPos++] = lookup[lookupPos + j];
}
}
return base.getRgbBuffer(baseBuf, 8);
},
isDefaultDecode: function indexcs_isDefaultDecode(decodeMap) {
// indexed color maps shouldn't be changed
return true;
}
};
return IndexedCS;
})();
var DeviceGrayCS = (function DeviceGrayCSClosure() {
function DeviceGrayCS() {
this.name = 'DeviceGray';
this.numComps = 1;
this.defaultColor = [0];
}
DeviceGrayCS.prototype = {
getRgb: function graycs_getRgb(color) {
var c = color[0];
return [c, c, c];
},
getRgbBuffer: function graycs_getRgbBuffer(input, bits) {
var scale = 255 / ((1 << bits) - 1);
var length = input.length;
var rgbBuf = new Uint8Array(length * 3);
for (var i = 0, j = 0; i < length; ++i) {
var c = (scale * input[i]) | 0;
rgbBuf[j++] = c;
rgbBuf[j++] = c;
rgbBuf[j++] = c;
}
return rgbBuf;
},
isDefaultDecode: function graycs_isDefaultDecode(decodeMap) {
return ColorSpace.isDefaultDecode(decodeMap, this.numComps);
}
};
return DeviceGrayCS;
})();
var DeviceRgbCS = (function DeviceRgbCSClosure() {
function DeviceRgbCS() {
this.name = 'DeviceRGB';
this.numComps = 3;
this.defaultColor = [0, 0, 0];
}
DeviceRgbCS.prototype = {
getRgb: function rgbcs_getRgb(color) {
return color;
},
getRgbBuffer: function rgbcs_getRgbBuffer(input, bits) {
if (bits == 8)
return input;
var scale = 255 / ((1 << bits) - 1);
var i, length = input.length;
var rgbBuf = new Uint8Array(length);
for (i = 0; i < length; ++i)
rgbBuf[i] = (scale * input[i]) | 0;
return rgbBuf;
},
isDefaultDecode: function rgbcs_isDefaultDecode(decodeMap) {
return ColorSpace.isDefaultDecode(decodeMap, this.numComps);
}
};
return DeviceRgbCS;
})();
var DeviceCmykCS = (function DeviceCmykCSClosure() {
function DeviceCmykCS() {
this.name = 'DeviceCMYK';
this.numComps = 4;
this.defaultColor = [0, 0, 0, 1];
}
DeviceCmykCS.prototype = {
getRgb: function cmykcs_getRgb(color) {
var c = color[0], m = color[1], y = color[2], k = color[3];
var c1 = 1 - c, m1 = 1 - m, y1 = 1 - y, k1 = 1 - k;
var x, r, g, b;
// this is a matrix multiplication, unrolled for performance
// code is taken from the poppler implementation
x = c1 * m1 * y1 * k1; // 0 0 0 0
r = g = b = x;
x = c1 * m1 * y1 * k; // 0 0 0 1
r += 0.1373 * x;
g += 0.1216 * x;
b += 0.1255 * x;
x = c1 * m1 * y * k1; // 0 0 1 0
r += x;
g += 0.9490 * x;
x = c1 * m1 * y * k; // 0 0 1 1
r += 0.1098 * x;
g += 0.1020 * x;
x = c1 * m * y1 * k1; // 0 1 0 0
r += 0.9255 * x;
b += 0.5490 * x;
x = c1 * m * y1 * k; // 0 1 0 1
r += 0.1412 * x;
x = c1 * m * y * k1; // 0 1 1 0
r += 0.9294 * x;
g += 0.1098 * x;
b += 0.1412 * x;
x = c1 * m * y * k; // 0 1 1 1
r += 0.1333 * x;
x = c * m1 * y1 * k1; // 1 0 0 0
g += 0.6784 * x;
b += 0.9373 * x;
x = c * m1 * y1 * k; // 1 0 0 1
g += 0.0588 * x;
b += 0.1412 * x;
x = c * m1 * y * k1; // 1 0 1 0
g += 0.6510 * x;
b += 0.3137 * x;
x = c * m1 * y * k; // 1 0 1 1
g += 0.0745 * x;
x = c * m * y1 * k1; // 1 1 0 0
r += 0.1804 * x;
g += 0.1922 * x;
b += 0.5725 * x;
x = c * m * y1 * k; // 1 1 0 1
b += 0.0078 * x;
x = c * m * y * k1; // 1 1 1 0
r += 0.2118 * x;
g += 0.2119 * x;
b += 0.2235 * x;
return [r, g, b];
},
getRgbBuffer: function cmykcs_getRgbBuffer(colorBuf, bits) {
var scale = 1 / ((1 << bits) - 1);
var length = colorBuf.length / 4;
var rgbBuf = new Uint8Array(length * 3);
var rgbBufPos = 0;
var colorBufPos = 0;
for (var i = 0; i < length; i++) {
var cmyk = [];
for (var j = 0; j < 4; ++j)
cmyk.push(scale * colorBuf[colorBufPos++]);
var rgb = this.getRgb(cmyk);
for (var j = 0; j < 3; ++j)
rgbBuf[rgbBufPos++] = Math.round(rgb[j] * 255);
}
return rgbBuf;
},
isDefaultDecode: function cmykcs_isDefaultDecode(decodeMap) {
return ColorSpace.isDefaultDecode(decodeMap, this.numComps);
}
};
return DeviceCmykCS;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var ARCFourCipher = (function ARCFourCipherClosure() {
function ARCFourCipher(key) {
this.a = 0;
this.b = 0;
var s = new Uint8Array(256);
var i, j = 0, tmp, keyLength = key.length;
for (i = 0; i < 256; ++i)
s[i] = i;
for (i = 0; i < 256; ++i) {
tmp = s[i];
j = (j + tmp + key[i % keyLength]) & 0xFF;
s[i] = s[j];
s[j] = tmp;
}
this.s = s;
}
ARCFourCipher.prototype = {
encryptBlock: function arcFourCipherEncryptBlock(data) {
var i, n = data.length, tmp, tmp2;
var a = this.a, b = this.b, s = this.s;
var output = new Uint8Array(n);
for (i = 0; i < n; ++i) {
a = (a + 1) & 0xFF;
tmp = s[a];
b = (b + tmp) & 0xFF;
tmp2 = s[b];
s[a] = tmp2;
s[b] = tmp;
output[i] = data[i] ^ s[(tmp + tmp2) & 0xFF];
}
this.a = a;
this.b = b;
return output;
}
};
ARCFourCipher.prototype.decryptBlock = ARCFourCipher.prototype.encryptBlock;
return ARCFourCipher;
})();
var calculateMD5 = (function calculateMD5Closure() {
var r = new Uint8Array([
7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22,
5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20,
4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23,
6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21]);
var k = new Int32Array([
-680876936, -389564586, 606105819, -1044525330, -176418897, 1200080426,
-1473231341, -45705983, 1770035416, -1958414417, -42063, -1990404162,
1804603682, -40341101, -1502002290, 1236535329, -165796510, -1069501632,
643717713, -373897302, -701558691, 38016083, -660478335, -405537848,
568446438, -1019803690, -187363961, 1163531501, -1444681467, -51403784,
1735328473, -1926607734, -378558, -2022574463, 1839030562, -35309556,
-1530992060, 1272893353, -155497632, -1094730640, 681279174, -358537222,
-722521979, 76029189, -640364487, -421815835, 530742520, -995338651,
-198630844, 1126891415, -1416354905, -57434055, 1700485571, -1894986606,
-1051523, -2054922799, 1873313359, -30611744, -1560198380, 1309151649,
-145523070, -1120210379, 718787259, -343485551]);
function hash(data, offset, length) {
var h0 = 1732584193, h1 = -271733879, h2 = -1732584194, h3 = 271733878;
// pre-processing
var paddedLength = (length + 72) & ~63; // data + 9 extra bytes
var padded = new Uint8Array(paddedLength);
var i, j, n;
for (i = 0; i < length; ++i)
padded[i] = data[offset++];
padded[i++] = 0x80;
n = paddedLength - 8;
while (i < n)
padded[i++] = 0;
padded[i++] = (length << 3) & 0xFF;
padded[i++] = (length >> 5) & 0xFF;
padded[i++] = (length >> 13) & 0xFF;
padded[i++] = (length >> 21) & 0xFF;
padded[i++] = (length >>> 29) & 0xFF;
padded[i++] = 0;
padded[i++] = 0;
padded[i++] = 0;
// chunking
// TODO ArrayBuffer ?
var w = new Int32Array(16);
for (i = 0; i < paddedLength;) {
for (j = 0; j < 16; ++j, i += 4) {
w[j] = (padded[i] | (padded[i + 1] << 8) |
(padded[i + 2] << 16) | (padded[i + 3] << 24));
}
var a = h0, b = h1, c = h2, d = h3, f, g;
for (j = 0; j < 64; ++j) {
if (j < 16) {
f = (b & c) | ((~b) & d);
g = j;
} else if (j < 32) {
f = (d & b) | ((~d) & c);
g = (5 * j + 1) & 15;
} else if (j < 48) {
f = b ^ c ^ d;
g = (3 * j + 5) & 15;
} else {
f = c ^ (b | (~d));
g = (7 * j) & 15;
}
var tmp = d, rotateArg = (a + f + k[j] + w[g]) | 0, rotate = r[j];
d = c;
c = b;
b = (b + ((rotateArg << rotate) | (rotateArg >>> (32 - rotate)))) | 0;
a = tmp;
}
h0 = (h0 + a) | 0;
h1 = (h1 + b) | 0;
h2 = (h2 + c) | 0;
h3 = (h3 + d) | 0;
}
return new Uint8Array([
h0 & 0xFF, (h0 >> 8) & 0xFF, (h0 >> 16) & 0xFF, (h0 >>> 24) & 0xFF,
h1 & 0xFF, (h1 >> 8) & 0xFF, (h1 >> 16) & 0xFF, (h1 >>> 24) & 0xFF,
h2 & 0xFF, (h2 >> 8) & 0xFF, (h2 >> 16) & 0xFF, (h2 >>> 24) & 0xFF,
h3 & 0xFF, (h3 >> 8) & 0xFF, (h3 >> 16) & 0xFF, (h3 >>> 24) & 0xFF
]);
}
return hash;
})();
var NullCipher = (function NullCipherClosure() {
function NullCipher() {
}
NullCipher.prototype = {
decryptBlock: function nullCipherDecryptBlock(data) {
return data;
}
};
return NullCipher;
})();
var AES128Cipher = (function AES128CipherClosure() {
var rcon = new Uint8Array([
0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c,
0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a,
0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd,
0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a,
0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80,
0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6,
0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72,
0xe4, 0xd3, 0xbd, 0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc,
0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02, 0x04, 0x08, 0x10,
0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e,
0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5,
0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd, 0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94,
0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02,
0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d,
0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d,
0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd, 0x61, 0xc2, 0x9f,
0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb,
0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c,
0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a,
0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd,
0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a,
0x74, 0xe8, 0xcb, 0x8d]);
var s = new Uint8Array([
0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, 0x30, 0x01, 0x67, 0x2b,
0xfe, 0xd7, 0xab, 0x76, 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0,
0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0, 0xb7, 0xfd, 0x93, 0x26,
0x36, 0x3f, 0xf7, 0xcc, 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15,
0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a, 0x07, 0x12, 0x80, 0xe2,
0xeb, 0x27, 0xb2, 0x75, 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0,
0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84, 0x53, 0xd1, 0x00, 0xed,
0x20, 0xfc, 0xb1, 0x5b, 0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf,
0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85, 0x45, 0xf9, 0x02, 0x7f,
0x50, 0x3c, 0x9f, 0xa8, 0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5,
0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2, 0xcd, 0x0c, 0x13, 0xec,
0x5f, 0x97, 0x44, 0x17, 0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73,
0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88, 0x46, 0xee, 0xb8, 0x14,
0xde, 0x5e, 0x0b, 0xdb, 0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c,
0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79, 0xe7, 0xc8, 0x37, 0x6d,
0x8d, 0xd5, 0x4e, 0xa9, 0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08,
0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6, 0xe8, 0xdd, 0x74, 0x1f,
0x4b, 0xbd, 0x8b, 0x8a, 0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e,
0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e, 0xe1, 0xf8, 0x98, 0x11,
0x69, 0xd9, 0x8e, 0x94, 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf,
0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68, 0x41, 0x99, 0x2d, 0x0f,
0xb0, 0x54, 0xbb, 0x16]);
var inv_s = new Uint8Array([
0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38, 0xbf, 0x40, 0xa3, 0x9e,
0x81, 0xf3, 0xd7, 0xfb, 0x7c, 0xe3, 0x39, 0x82, 0x9b, 0x2f, 0xff, 0x87,
0x34, 0x8e, 0x43, 0x44, 0xc4, 0xde, 0xe9, 0xcb, 0x54, 0x7b, 0x94, 0x32,
0xa6, 0xc2, 0x23, 0x3d, 0xee, 0x4c, 0x95, 0x0b, 0x42, 0xfa, 0xc3, 0x4e,
0x08, 0x2e, 0xa1, 0x66, 0x28, 0xd9, 0x24, 0xb2, 0x76, 0x5b, 0xa2, 0x49,
0x6d, 0x8b, 0xd1, 0x25, 0x72, 0xf8, 0xf6, 0x64, 0x86, 0x68, 0x98, 0x16,
0xd4, 0xa4, 0x5c, 0xcc, 0x5d, 0x65, 0xb6, 0x92, 0x6c, 0x70, 0x48, 0x50,
0xfd, 0xed, 0xb9, 0xda, 0x5e, 0x15, 0x46, 0x57, 0xa7, 0x8d, 0x9d, 0x84,
0x90, 0xd8, 0xab, 0x00, 0x8c, 0xbc, 0xd3, 0x0a, 0xf7, 0xe4, 0x58, 0x05,
0xb8, 0xb3, 0x45, 0x06, 0xd0, 0x2c, 0x1e, 0x8f, 0xca, 0x3f, 0x0f, 0x02,
0xc1, 0xaf, 0xbd, 0x03, 0x01, 0x13, 0x8a, 0x6b, 0x3a, 0x91, 0x11, 0x41,
0x4f, 0x67, 0xdc, 0xea, 0x97, 0xf2, 0xcf, 0xce, 0xf0, 0xb4, 0xe6, 0x73,
0x96, 0xac, 0x74, 0x22, 0xe7, 0xad, 0x35, 0x85, 0xe2, 0xf9, 0x37, 0xe8,
0x1c, 0x75, 0xdf, 0x6e, 0x47, 0xf1, 0x1a, 0x71, 0x1d, 0x29, 0xc5, 0x89,
0x6f, 0xb7, 0x62, 0x0e, 0xaa, 0x18, 0xbe, 0x1b, 0xfc, 0x56, 0x3e, 0x4b,
0xc6, 0xd2, 0x79, 0x20, 0x9a, 0xdb, 0xc0, 0xfe, 0x78, 0xcd, 0x5a, 0xf4,
0x1f, 0xdd, 0xa8, 0x33, 0x88, 0x07, 0xc7, 0x31, 0xb1, 0x12, 0x10, 0x59,
0x27, 0x80, 0xec, 0x5f, 0x60, 0x51, 0x7f, 0xa9, 0x19, 0xb5, 0x4a, 0x0d,
0x2d, 0xe5, 0x7a, 0x9f, 0x93, 0xc9, 0x9c, 0xef, 0xa0, 0xe0, 0x3b, 0x4d,
0xae, 0x2a, 0xf5, 0xb0, 0xc8, 0xeb, 0xbb, 0x3c, 0x83, 0x53, 0x99, 0x61,
0x17, 0x2b, 0x04, 0x7e, 0xba, 0x77, 0xd6, 0x26, 0xe1, 0x69, 0x14, 0x63,
0x55, 0x21, 0x0c, 0x7d]);
var mix = new Uint32Array([
0x00000000, 0x0e090d0b, 0x1c121a16, 0x121b171d, 0x3824342c, 0x362d3927,
0x24362e3a, 0x2a3f2331, 0x70486858, 0x7e416553, 0x6c5a724e, 0x62537f45,
0x486c5c74, 0x4665517f, 0x547e4662, 0x5a774b69, 0xe090d0b0, 0xee99ddbb,
0xfc82caa6, 0xf28bc7ad, 0xd8b4e49c, 0xd6bde997, 0xc4a6fe8a, 0xcaaff381,
0x90d8b8e8, 0x9ed1b5e3, 0x8ccaa2fe, 0x82c3aff5, 0xa8fc8cc4, 0xa6f581cf,
0xb4ee96d2, 0xbae79bd9, 0xdb3bbb7b, 0xd532b670, 0xc729a16d, 0xc920ac66,
0xe31f8f57, 0xed16825c, 0xff0d9541, 0xf104984a, 0xab73d323, 0xa57ade28,
0xb761c935, 0xb968c43e, 0x9357e70f, 0x9d5eea04, 0x8f45fd19, 0x814cf012,
0x3bab6bcb, 0x35a266c0, 0x27b971dd, 0x29b07cd6, 0x038f5fe7, 0x0d8652ec,
0x1f9d45f1, 0x119448fa, 0x4be30393, 0x45ea0e98, 0x57f11985, 0x59f8148e,
0x73c737bf, 0x7dce3ab4, 0x6fd52da9, 0x61dc20a2, 0xad766df6, 0xa37f60fd,
0xb16477e0, 0xbf6d7aeb, 0x955259da, 0x9b5b54d1, 0x894043cc, 0x87494ec7,
0xdd3e05ae, 0xd33708a5, 0xc12c1fb8, 0xcf2512b3, 0xe51a3182, 0xeb133c89,
0xf9082b94, 0xf701269f, 0x4de6bd46, 0x43efb04d, 0x51f4a750, 0x5ffdaa5b,
0x75c2896a, 0x7bcb8461, 0x69d0937c, 0x67d99e77, 0x3daed51e, 0x33a7d815,
0x21bccf08, 0x2fb5c203, 0x058ae132, 0x0b83ec39, 0x1998fb24, 0x1791f62f,
0x764dd68d, 0x7844db86, 0x6a5fcc9b, 0x6456c190, 0x4e69e2a1, 0x4060efaa,
0x527bf8b7, 0x5c72f5bc, 0x0605bed5, 0x080cb3de, 0x1a17a4c3, 0x141ea9c8,
0x3e218af9, 0x302887f2, 0x223390ef, 0x2c3a9de4, 0x96dd063d, 0x98d40b36,
0x8acf1c2b, 0x84c61120, 0xaef93211, 0xa0f03f1a, 0xb2eb2807, 0xbce2250c,
0xe6956e65, 0xe89c636e, 0xfa877473, 0xf48e7978, 0xdeb15a49, 0xd0b85742,
0xc2a3405f, 0xccaa4d54, 0x41ecdaf7, 0x4fe5d7fc, 0x5dfec0e1, 0x53f7cdea,
0x79c8eedb, 0x77c1e3d0, 0x65daf4cd, 0x6bd3f9c6, 0x31a4b2af, 0x3fadbfa4,
0x2db6a8b9, 0x23bfa5b2, 0x09808683, 0x07898b88, 0x15929c95, 0x1b9b919e,
0xa17c0a47, 0xaf75074c, 0xbd6e1051, 0xb3671d5a, 0x99583e6b, 0x97513360,
0x854a247d, 0x8b432976, 0xd134621f, 0xdf3d6f14, 0xcd267809, 0xc32f7502,
0xe9105633, 0xe7195b38, 0xf5024c25, 0xfb0b412e, 0x9ad7618c, 0x94de6c87,
0x86c57b9a, 0x88cc7691, 0xa2f355a0, 0xacfa58ab, 0xbee14fb6, 0xb0e842bd,
0xea9f09d4, 0xe49604df, 0xf68d13c2, 0xf8841ec9, 0xd2bb3df8, 0xdcb230f3,
0xcea927ee, 0xc0a02ae5, 0x7a47b13c, 0x744ebc37, 0x6655ab2a, 0x685ca621,
0x42638510, 0x4c6a881b, 0x5e719f06, 0x5078920d, 0x0a0fd964, 0x0406d46f,
0x161dc372, 0x1814ce79, 0x322bed48, 0x3c22e043, 0x2e39f75e, 0x2030fa55,
0xec9ab701, 0xe293ba0a, 0xf088ad17, 0xfe81a01c, 0xd4be832d, 0xdab78e26,
0xc8ac993b, 0xc6a59430, 0x9cd2df59, 0x92dbd252, 0x80c0c54f, 0x8ec9c844,
0xa4f6eb75, 0xaaffe67e, 0xb8e4f163, 0xb6edfc68, 0x0c0a67b1, 0x02036aba,
0x10187da7, 0x1e1170ac, 0x342e539d, 0x3a275e96, 0x283c498b, 0x26354480,
0x7c420fe9, 0x724b02e2, 0x605015ff, 0x6e5918f4, 0x44663bc5, 0x4a6f36ce,
0x587421d3, 0x567d2cd8, 0x37a10c7a, 0x39a80171, 0x2bb3166c, 0x25ba1b67,
0x0f853856, 0x018c355d, 0x13972240, 0x1d9e2f4b, 0x47e96422, 0x49e06929,
0x5bfb7e34, 0x55f2733f, 0x7fcd500e, 0x71c45d05, 0x63df4a18, 0x6dd64713,
0xd731dcca, 0xd938d1c1, 0xcb23c6dc, 0xc52acbd7, 0xef15e8e6, 0xe11ce5ed,
0xf307f2f0, 0xfd0efffb, 0xa779b492, 0xa970b999, 0xbb6bae84, 0xb562a38f,
0x9f5d80be, 0x91548db5, 0x834f9aa8, 0x8d4697a3]);
function expandKey128(cipherKey) {
var b = 176, result = new Uint8Array(b);
result.set(cipherKey);
for (var j = 16, i = 1; j < b; ++i) {
// RotWord
var t1 = result[j - 3], t2 = result[j - 2],
t3 = result[j - 1], t4 = result[j - 4];
// SubWord
t1 = s[t1]; t2 = s[t2]; t3 = s[t3]; t4 = s[t4];
// Rcon
t1 = t1 ^ rcon[i];
for (var n = 0; n < 4; ++n) {
result[j] = (t1 ^= result[j - 16]); j++;
result[j] = (t2 ^= result[j - 16]); j++;
result[j] = (t3 ^= result[j - 16]); j++;
result[j] = (t4 ^= result[j - 16]); j++;
}
}
return result;
}
function decrypt128(input, key) {
var state = new Uint8Array(16);
state.set(input);
var i, j, k;
var t, u, v;
// AddRoundKey
for (j = 0, k = 160; j < 16; ++j, ++k)
state[j] ^= key[k];
for (i = 9; i >= 1; --i) {
// InvShiftRows
t = state[13]; state[13] = state[9]; state[9] = state[5];
state[5] = state[1]; state[1] = t;
t = state[14]; u = state[10]; state[14] = state[6];
state[10] = state[2]; state[6] = t; state[2] = u;
t = state[15]; u = state[11]; v = state[7]; state[15] = state[3];
state[11] = t; state[7] = u; state[3] = v;
// InvSubBytes
for (j = 0; j < 16; ++j)
state[j] = inv_s[state[j]];
// AddRoundKey
for (j = 0, k = i * 16; j < 16; ++j, ++k)
state[j] ^= key[k];
// InvMixColumns
for (j = 0; j < 16; j += 4) {
var s0 = mix[state[j]], s1 = mix[state[j + 1]],
s2 = mix[state[j + 2]], s3 = mix[state[j + 3]];
t = (s0 ^ (s1 >>> 8) ^ (s1 << 24) ^ (s2 >>> 16) ^ (s2 << 16) ^
(s3 >>> 24) ^ (s3 << 8));
state[j] = (t >>> 24) & 0xFF;
state[j + 1] = (t >> 16) & 0xFF;
state[j + 2] = (t >> 8) & 0xFF;
state[j + 3] = t & 0xFF;
}
}
// InvShiftRows
t = state[13]; state[13] = state[9]; state[9] = state[5];
state[5] = state[1]; state[1] = t;
t = state[14]; u = state[10]; state[14] = state[6];
state[10] = state[2]; state[6] = t; state[2] = u;
t = state[15]; u = state[11]; v = state[7]; state[15] = state[3];
state[11] = t; state[7] = u; state[3] = v;
for (j = 0; j < 16; ++j) {
// InvSubBytes
state[j] = inv_s[state[j]];
// AddRoundKey
state[j] ^= key[j];
}
return state;
}
function AES128Cipher(key) {
this.key = expandKey128(key);
this.buffer = new Uint8Array(16);
this.bufferPosition = 0;
}
function decryptBlock2(data) {
var i, j, ii, sourceLength = data.length,
buffer = this.buffer, bufferLength = this.bufferPosition,
result = [], iv = this.iv;
for (i = 0; i < sourceLength; ++i) {
buffer[bufferLength] = data[i];
++bufferLength;
if (bufferLength < 16)
continue;
// buffer is full, decrypting
var plain = decrypt128(buffer, this.key);
// xor-ing the IV vector to get plain text
for (j = 0; j < 16; ++j)
plain[j] ^= iv[j];
iv = buffer;
result.push(plain);
buffer = new Uint8Array(16);
bufferLength = 0;
}
// saving incomplete buffer
this.buffer = buffer;
this.bufferLength = bufferLength;
this.iv = iv;
if (result.length == 0)
return new Uint8Array([]);
if (result.length == 1)
return result[0];
// combining plain text blocks into one
var output = new Uint8Array(16 * result.length);
for (i = 0, j = 0, ii = result.length; i < ii; ++i, j += 16)
output.set(result[i], j);
return output;
}
AES128Cipher.prototype = {
decryptBlock: function aes128CipherDecryptBlock(data) {
var i, sourceLength = data.length;
var buffer = this.buffer, bufferLength = this.bufferPosition;
// waiting for IV values -- they are at the start of the stream
for (i = 0; bufferLength < 16 && i < sourceLength; ++i, ++bufferLength)
buffer[bufferLength] = data[i];
if (bufferLength < 16) {
// need more data
this.bufferLength = bufferLength;
return new Uint8Array([]);
}
this.iv = buffer;
this.buffer = new Uint8Array(16);
this.bufferLength = 0;
// starting decryption
this.decryptBlock = decryptBlock2;
return this.decryptBlock(data.subarray(16));
}
};
return AES128Cipher;
})();
var CipherTransform = (function CipherTransformClosure() {
function CipherTransform(stringCipherConstructor, streamCipherConstructor) {
this.stringCipherConstructor = stringCipherConstructor;
this.streamCipherConstructor = streamCipherConstructor;
}
CipherTransform.prototype = {
createStream: function cipherTransformCreateStream(stream) {
var cipher = new this.streamCipherConstructor();
return new DecryptStream(stream,
function cipherTransformDecryptStream(data) {
return cipher.decryptBlock(data);
}
);
},
decryptString: function cipherTransformDecryptString(s) {
var cipher = new this.stringCipherConstructor();
var data = stringToBytes(s);
data = cipher.decryptBlock(data);
return bytesToString(data);
}
};
return CipherTransform;
})();
var CipherTransformFactory = (function CipherTransformFactoryClosure() {
function prepareKeyData(fileId, password, ownerPassword, userPassword,
flags, revision, keyLength, encryptMetadata) {
var defaultPasswordBytes = new Uint8Array([
0x28, 0xBF, 0x4E, 0x5E, 0x4E, 0x75, 0x8A, 0x41,
0x64, 0x00, 0x4E, 0x56, 0xFF, 0xFA, 0x01, 0x08,
0x2E, 0x2E, 0x00, 0xB6, 0xD0, 0x68, 0x3E, 0x80,
0x2F, 0x0C, 0xA9, 0xFE, 0x64, 0x53, 0x69, 0x7A]);
var hashData = new Uint8Array(100), i = 0, j, n;
if (password) {
n = Math.min(32, password.length);
for (; i < n; ++i)
hashData[i] = password[i];
}
j = 0;
while (i < 32) {
hashData[i++] = defaultPasswordBytes[j++];
}
// as now the padded password in the hashData[0..i]
for (j = 0, n = ownerPassword.length; j < n; ++j)
hashData[i++] = ownerPassword[j];
hashData[i++] = flags & 0xFF;
hashData[i++] = (flags >> 8) & 0xFF;
hashData[i++] = (flags >> 16) & 0xFF;
hashData[i++] = (flags >>> 24) & 0xFF;
for (j = 0, n = fileId.length; j < n; ++j)
hashData[i++] = fileId[j];
if (revision >= 4 && !encryptMetadata) {
hashData[i++] = 0xFF;
hashData[i++] = 0xFF;
hashData[i++] = 0xFF;
hashData[i++] = 0xFF;
}
var hash = calculateMD5(hashData, 0, i);
var keyLengthInBytes = keyLength >> 3;
if (revision >= 3) {
for (j = 0; j < 50; ++j) {
hash = calculateMD5(hash, 0, keyLengthInBytes);
}
}
var encryptionKey = hash.subarray(0, keyLengthInBytes);
var cipher, checkData;
if (revision >= 3) {
// padded password in hashData, we can use this array for user
// password check
i = 32;
for (j = 0, n = fileId.length; j < n; ++j)
hashData[i++] = fileId[j];
cipher = new ARCFourCipher(encryptionKey);
var checkData = cipher.encryptBlock(calculateMD5(hashData, 0, i));
n = encryptionKey.length;
var derivedKey = new Uint8Array(n), k;
for (j = 1; j <= 19; ++j) {
for (k = 0; k < n; ++k)
derivedKey[k] = encryptionKey[k] ^ j;
cipher = new ARCFourCipher(derivedKey);
checkData = cipher.encryptBlock(checkData);
}
} else {
cipher = new ARCFourCipher(encryptionKey);
checkData = cipher.encryptBlock(hashData.subarray(0, 32));
}
for (j = 0, n = checkData.length; j < n; ++j) {
if (userPassword[j] != checkData[j])
error('incorrect password');
}
return encryptionKey;
}
var identityName = new Name('Identity');
function CipherTransformFactory(dict, fileId, password) {
var filter = dict.get('Filter');
if (!isName(filter) || filter.name != 'Standard')
error('unknown encryption method');
this.dict = dict;
var algorithm = dict.get('V');
if (!isInt(algorithm) ||
(algorithm != 1 && algorithm != 2 && algorithm != 4))
error('unsupported encryption algorithm');
this.algorithm = algorithm;
var keyLength = dict.get('Length') || 40;
if (!isInt(keyLength) ||
keyLength < 40 || (keyLength % 8) != 0)
error('invalid key length');
// prepare keys
var ownerPassword = stringToBytes(dict.get('O'));
var userPassword = stringToBytes(dict.get('U'));
var flags = dict.get('P');
var revision = dict.get('R');
var encryptMetadata =
dict.get('EncryptMetadata') !== false; // makes true as default value
var fileIdBytes = stringToBytes(fileId);
var passwordBytes;
if (password)
passwordBytes = stringToBytes(password);
this.encryptionKey = prepareKeyData(fileIdBytes, passwordBytes,
ownerPassword, userPassword,
flags, revision,
keyLength, encryptMetadata);
if (algorithm == 4) {
this.cf = dict.get('CF');
this.stmf = dict.get('StmF') || identityName;
this.strf = dict.get('StrF') || identityName;
this.eff = dict.get('EFF') || this.strf;
}
}
function buildObjectKey(num, gen, encryptionKey, isAes) {
var key = new Uint8Array(encryptionKey.length + 9), i, n;
for (i = 0, n = encryptionKey.length; i < n; ++i)
key[i] = encryptionKey[i];
key[i++] = num & 0xFF;
key[i++] = (num >> 8) & 0xFF;
key[i++] = (num >> 16) & 0xFF;
key[i++] = gen & 0xFF;
key[i++] = (gen >> 8) & 0xFF;
if (isAes) {
key[i++] = 0x73;
key[i++] = 0x41;
key[i++] = 0x6C;
key[i++] = 0x54;
}
var hash = calculateMD5(key, 0, i);
return hash.subarray(0, Math.min(encryptionKey.length + 5, 16));
}
function buildCipherConstructor(cf, name, num, gen, key) {
var cryptFilter = cf.get(name.name);
var cfm;
if (cryptFilter != null)
cfm = cryptFilter.get('CFM');
if (!cfm || cfm.name == 'None') {
return function cipherTransformFactoryBuildCipherConstructorNone() {
return new NullCipher();
};
}
if ('V2' == cfm.name) {
return function cipherTransformFactoryBuildCipherConstructorV2() {
return new ARCFourCipher(
buildObjectKey(num, gen, key, false));
};
}
if ('AESV2' == cfm.name) {
return function cipherTransformFactoryBuildCipherConstructorAESV2() {
return new AES128Cipher(
buildObjectKey(num, gen, key, true));
};
}
error('Unknown crypto method');
return null;
}
CipherTransformFactory.prototype = {
createCipherTransform: function buildCipherCreateCipherTransform(num,
gen) {
if (this.algorithm == 4) {
return new CipherTransform(
buildCipherConstructor(this.cf, this.stmf,
num, gen, this.encryptionKey),
buildCipherConstructor(this.cf, this.strf,
num, gen, this.encryptionKey));
}
// algorithms 1 and 2
var key = buildObjectKey(num, gen, this.encryptionKey, false);
var cipherConstructor = function buildCipherCipherConstructor() {
return new ARCFourCipher(key);
};
return new CipherTransform(cipherConstructor, cipherConstructor);
}
};
return CipherTransformFactory;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PartialEvaluator = (function PartialEvaluatorClosure() {
function PartialEvaluator(xref, handler, uniquePrefix) {
this.state = new EvalState();
this.stateStack = [];
this.xref = xref;
this.handler = handler;
this.uniquePrefix = uniquePrefix;
this.objIdCounter = 0;
}
var OP_MAP = {
// Graphics state
w: 'setLineWidth',
J: 'setLineCap',
j: 'setLineJoin',
M: 'setMiterLimit',
d: 'setDash',
ri: 'setRenderingIntent',
i: 'setFlatness',
gs: 'setGState',
q: 'save',
Q: 'restore',
cm: 'transform',
// Path
m: 'moveTo',
l: 'lineTo',
c: 'curveTo',
v: 'curveTo2',
y: 'curveTo3',
h: 'closePath',
re: 'rectangle',
S: 'stroke',
s: 'closeStroke',
f: 'fill',
F: 'fill',
'f*': 'eoFill',
B: 'fillStroke',
'B*': 'eoFillStroke',
b: 'closeFillStroke',
'b*': 'closeEOFillStroke',
n: 'endPath',
// Clipping
W: 'clip',
'W*': 'eoClip',
// Text
BT: 'beginText',
ET: 'endText',
Tc: 'setCharSpacing',
Tw: 'setWordSpacing',
Tz: 'setHScale',
TL: 'setLeading',
Tf: 'setFont',
Tr: 'setTextRenderingMode',
Ts: 'setTextRise',
Td: 'moveText',
TD: 'setLeadingMoveText',
Tm: 'setTextMatrix',
'T*': 'nextLine',
Tj: 'showText',
TJ: 'showSpacedText',
"'": 'nextLineShowText',
'"': 'nextLineSetSpacingShowText',
// Type3 fonts
d0: 'setCharWidth',
d1: 'setCharWidthAndBounds',
// Color
CS: 'setStrokeColorSpace',
cs: 'setFillColorSpace',
SC: 'setStrokeColor',
SCN: 'setStrokeColorN',
sc: 'setFillColor',
scn: 'setFillColorN',
G: 'setStrokeGray',
g: 'setFillGray',
RG: 'setStrokeRGBColor',
rg: 'setFillRGBColor',
K: 'setStrokeCMYKColor',
k: 'setFillCMYKColor',
// Shading
sh: 'shadingFill',
// Images
BI: 'beginInlineImage',
ID: 'beginImageData',
EI: 'endInlineImage',
// XObjects
Do: 'paintXObject',
// Marked content
MP: 'markPoint',
DP: 'markPointProps',
BMC: 'beginMarkedContent',
BDC: 'beginMarkedContentProps',
EMC: 'endMarkedContent',
// Compatibility
BX: 'beginCompat',
EX: 'endCompat'
};
PartialEvaluator.prototype = {
getIRQueue: function partialEvaluatorGetIRQueue(stream, resources,
queue, dependency) {
var self = this;
var xref = this.xref;
var handler = this.handler;
var uniquePrefix = this.uniquePrefix;
function insertDependency(depList) {
fnArray.push('dependency');
argsArray.push(depList);
for (var i = 0, ii = depList.length; i < ii; i++) {
var dep = depList[i];
if (dependency.indexOf(dep) == -1) {
dependency.push(depList[i]);
}
}
}
function handleSetFont(fontName, fontRef) {
var loadedName = null;
var fontRes = resources.get('Font');
// TODO: TOASK: Is it possible to get here? If so, what does
// args[0].name should be like???
assert(fontRes, 'fontRes not available');
fontRes = xref.fetchIfRef(fontRes);
fontRef = fontRef || fontRes.get(fontName);
var font = xref.fetchIfRef(fontRef);
assertWellFormed(isDict(font));
if (!font.translated) {
font.translated = self.translateFont(font, xref, resources,
dependency);
if (font.translated) {
// keep track of each font we translated so the caller can
// load them asynchronously before calling display on a page
loadedName = 'font_' + uniquePrefix + (++self.objIdCounter);
font.translated.properties.loadedName = loadedName;
font.loadedName = loadedName;
var translated = font.translated;
// Convert the file to an ArrayBuffer which will be turned back into
// a Stream in the main thread.
if (translated.file)
translated.file = translated.file.getBytes();
handler.send('obj', [
loadedName,
'Font',
translated.name,
translated.file,
translated.properties
]);
}
}
loadedName = loadedName || font.loadedName;
// Ensure the font is ready before the font is set
// and later on used for drawing.
// TODO: This should get insert to the IRQueue only once per
// page.
insertDependency([loadedName]);
return loadedName;
}
function buildPaintImageXObject(image, inline) {
var dict = image.dict;
var w = dict.get('Width', 'W');
var h = dict.get('Height', 'H');
var imageMask = dict.get('ImageMask', 'IM') || false;
if (imageMask) {
// This depends on a tmpCanvas beeing filled with the
// current fillStyle, such that processing the pixel
// data can't be done here. Instead of creating a
// complete PDFImage, only read the information needed
// for later.
var width = dict.get('Width', 'W');
var height = dict.get('Height', 'H');
var bitStrideLength = (width + 7) >> 3;
var imgArray = image.getBytes(bitStrideLength * height);
var decode = dict.get('Decode', 'D');
var inverseDecode = !!decode && decode[0] > 0;
fn = 'paintImageMaskXObject';
args = [imgArray, inverseDecode, width, height];
return;
}
// If there is no imageMask, create the PDFImage and a lot
// of image processing can be done here.
var objId = 'img_' + uniquePrefix + (++self.objIdCounter);
insertDependency([objId]);
args = [objId, w, h];
var softMask = dict.get('SMask', 'IM') || false;
if (!softMask && image instanceof JpegStream && image.isNative) {
// These JPEGs don't need any more processing so we can just send it.
fn = 'paintJpegXObject';
handler.send('obj', [objId, 'JpegStream', image.getIR()]);
return;
}
fn = 'paintImageXObject';
PDFImage.buildImage(function(imageObj) {
var drawWidth = imageObj.drawWidth;
var drawHeight = imageObj.drawHeight;
var imgData = {
width: drawWidth,
height: drawHeight,
data: new Uint8Array(drawWidth * drawHeight * 4)
};
var pixels = imgData.data;
imageObj.fillRgbaBuffer(pixels, drawWidth, drawHeight);
handler.send('obj', [objId, 'Image', imgData]);
}, handler, xref, resources, image, inline);
}
uniquePrefix = uniquePrefix || '';
if (!queue.argsArray) {
queue.argsArray = [];
}
if (!queue.fnArray) {
queue.fnArray = [];
}
var fnArray = queue.fnArray, argsArray = queue.argsArray;
var dependencyArray = dependency || [];
resources = xref.fetchIfRef(resources) || new Dict();
var xobjs = xref.fetchIfRef(resources.get('XObject')) || new Dict();
var patterns = xref.fetchIfRef(resources.get('Pattern')) || new Dict();
var parser = new Parser(new Lexer(stream), false);
var res = resources;
var args = [], obj;
var getObjBt = function getObjBt() {
parser = this.oldParser;
return { name: 'BT' };
};
var TILING_PATTERN = 1, SHADING_PATTERN = 2;
while (!isEOF(obj = parser.getObj())) {
if (isCmd(obj)) {
var cmd = obj.cmd;
var fn = OP_MAP[cmd];
if (!fn) {
// invalid content command, trying to recover
if (cmd.substr(-2) == 'BT') {
fn = OP_MAP[cmd.substr(0, cmd.length - 2)];
// feeding 'BT' on next interation
parser = {
getObj: getObjBt,
oldParser: parser
};
}
}
assertWellFormed(fn, 'Unknown command "' + cmd + '"');
// TODO figure out how to type-check vararg functions
if ((cmd == 'SCN' || cmd == 'scn') && !args[args.length - 1].code) {
// Use the IR version for setStroke/FillColorN.
fn += '_IR';
// compile tiling patterns
var patternName = args[args.length - 1];
// SCN/scn applies patterns along with normal colors
if (isName(patternName)) {
var pattern = xref.fetchIfRef(patterns.get(patternName.name));
if (pattern) {
var dict = isStream(pattern) ? pattern.dict : pattern;
var typeNum = dict.get('PatternType');
if (typeNum == TILING_PATTERN) {
// Create an IR of the pattern code.
var depIdx = dependencyArray.length;
var queueObj = {};
var codeIR = this.getIRQueue(pattern, dict.get('Resources'),
queueObj, dependencyArray);
// Add the dependencies that are required to execute the
// codeIR.
insertDependency(dependencyArray.slice(depIdx));
args = TilingPattern.getIR(codeIR, dict, args);
}
else if (typeNum == SHADING_PATTERN) {
var shading = xref.fetchIfRef(dict.get('Shading'));
var matrix = dict.get('Matrix');
var pattern = Pattern.parseShading(shading, matrix, xref, res,
null /*ctx*/);
args = pattern.getIR();
} else {
error('Unkown PatternType ' + typeNum);
}
}
}
} else if (cmd == 'Do' && !args[0].code) {
// eagerly compile XForm objects
var name = args[0].name;
var xobj = xobjs.get(name);
if (xobj) {
xobj = xref.fetchIfRef(xobj);
assertWellFormed(isStream(xobj), 'XObject should be a stream');
var type = xobj.dict.get('Subtype');
assertWellFormed(
isName(type),
'XObject should have a Name subtype'
);
if ('Form' == type.name) {
var matrix = xobj.dict.get('Matrix');
var bbox = xobj.dict.get('BBox');
fnArray.push('paintFormXObjectBegin');
argsArray.push([matrix, bbox]);
// This adds the IRQueue of the xObj to the current queue.
var depIdx = dependencyArray.length;
this.getIRQueue(xobj, xobj.dict.get('Resources'), queue,
dependencyArray);
// Add the dependencies that are required to execute the
// codeIR.
insertDependency(dependencyArray.slice(depIdx));
fn = 'paintFormXObjectEnd';
args = [];
} else if ('Image' == type.name) {
buildPaintImageXObject(xobj, false);
} else {
error('Unhandled XObject subtype ' + type.name);
}
}
} else if (cmd == 'Tf') { // eagerly collect all fonts
args[0] = handleSetFont(args[0].name);
} else if (cmd == 'EI') {
buildPaintImageXObject(args[0], true);
}
switch (fn) {
// Parse the ColorSpace data to a raw format.
case 'setFillColorSpace':
case 'setStrokeColorSpace':
args = [ColorSpace.parseToIR(args[0], xref, resources)];
break;
case 'shadingFill':
var shadingRes = xref.fetchIfRef(res.get('Shading'));
if (!shadingRes)
error('No shading resource found');
var shading = xref.fetchIfRef(shadingRes.get(args[0].name));
if (!shading)
error('No shading object found');
var shadingFill = Pattern.parseShading(shading, null, xref, res,
null);
var patternIR = shadingFill.getIR();
args = [patternIR];
fn = 'shadingFill';
break;
case 'setGState':
var dictName = args[0];
var extGState = xref.fetchIfRef(resources.get('ExtGState'));
if (!isDict(extGState) || !extGState.has(dictName.name))
break;
var gsState = xref.fetchIfRef(extGState.get(dictName.name));
// This array holds the converted/processed state data.
var gsStateObj = [];
gsState.forEach(
function canvasGraphicsSetGStateForEach(key, value) {
switch (key) {
case 'Type':
break;
case 'LW':
case 'LC':
case 'LJ':
case 'ML':
case 'D':
case 'RI':
case 'FL':
case 'CA':
case 'ca':
gsStateObj.push([key, value]);
break;
case 'Font':
gsStateObj.push([
'Font',
handleSetFont(null, value[0]),
value[1]
]);
break;
case 'OP':
case 'op':
case 'OPM':
case 'BG':
case 'BG2':
case 'UCR':
case 'UCR2':
case 'TR':
case 'TR2':
case 'HT':
case 'SM':
case 'SA':
case 'BM':
case 'SMask':
case 'AIS':
case 'TK':
TODO('graphic state operator ' + key);
break;
default:
warn('Unknown graphic state operator ' + key);
break;
}
}
);
args = [gsStateObj];
break;
} // switch
fnArray.push(fn);
argsArray.push(args);
args = [];
} else if (obj != null) {
assertWellFormed(args.length <= 33, 'Too many arguments');
args.push(obj);
}
}
return {
fnArray: fnArray,
argsArray: argsArray
};
},
extractDataStructures: function
partialEvaluatorExtractDataStructures(dict, baseDict,
xref, properties) {
// 9.10.2
var toUnicode = dict.get('ToUnicode') ||
baseDict.get('ToUnicode');
if (toUnicode)
properties.toUnicode = this.readToUnicode(toUnicode, xref);
if (properties.composite) {
// CIDSystemInfo helps to match CID to glyphs
var cidSystemInfo = xref.fetchIfRef(dict.get('CIDSystemInfo'));
if (isDict(cidSystemInfo)) {
properties.cidSystemInfo = {
registry: cidSystemInfo.get('Registry'),
ordering: cidSystemInfo.get('Ordering'),
supplement: cidSystemInfo.get('Supplement')
};
}
var cidToGidMap = xref.fetchIfRef(dict.get('CIDToGIDMap'));
if (isStream(cidToGidMap))
properties.cidToGidMap = this.readCidToGidMap(cidToGidMap);
}
var differences = [];
var baseEncoding = Encodings.StandardEncoding;
var hasEncoding = dict.has('Encoding');
if (hasEncoding) {
var encoding = xref.fetchIfRef(dict.get('Encoding'));
if (isDict(encoding)) {
var baseName = encoding.get('BaseEncoding');
if (baseName)
baseEncoding = Encodings[baseName.name];
else
hasEncoding = false; // base encoding was not provided
// Load the differences between the base and original
if (encoding.has('Differences')) {
var diffEncoding = encoding.get('Differences');
var index = 0;
for (var j = 0, jj = diffEncoding.length; j < jj; j++) {
var data = diffEncoding[j];
if (isNum(data))
index = data;
else
differences[index++] = data.name;
}
}
} else if (isName(encoding)) {
baseEncoding = Encodings[encoding.name];
} else {
error('Encoding is not a Name nor a Dict');
}
}
properties.differences = differences;
properties.baseEncoding = baseEncoding;
properties.hasEncoding = hasEncoding;
},
readToUnicode:
function partialEvaluatorReadToUnicode(toUnicode, xref) {
var cmapObj = xref.fetchIfRef(toUnicode);
var charToUnicode = [];
if (isName(cmapObj)) {
var isIdentityMap = cmapObj.name.substr(0, 9) == 'Identity-';
if (!isIdentityMap)
error('ToUnicode file cmap translation not implemented');
} else if (isStream(cmapObj)) {
var tokens = [];
var token = '';
var beginArrayToken = {};
var cmap = cmapObj.getBytes(cmapObj.length);
for (var i = 0, ii = cmap.length; i < ii; i++) {
var byte = cmap[i];
if (byte == 0x20 || byte == 0x0D || byte == 0x0A ||
byte == 0x3C || byte == 0x5B || byte == 0x5D) {
switch (token) {
case 'usecmap':
error('usecmap is not implemented');
break;
case 'beginbfchar':
case 'beginbfrange':
case 'begincidchar':
case 'begincidrange':
token = '';
tokens = [];
break;
case 'endcidrange':
case 'endbfrange':
for (var j = 0, jj = tokens.length; j < jj; j += 3) {
var startRange = tokens[j];
var endRange = tokens[j + 1];
var code = tokens[j + 2];
if (code == 0xFFFF) {
// CMap is broken, assuming code == startRange
code = startRange;
}
if (isArray(code)) {
var codeindex = 0;
while (startRange <= endRange) {
charToUnicode[startRange] = code[codeindex++];
++startRange;
}
} else {
while (startRange <= endRange) {
charToUnicode[startRange] = code++;
++startRange;
}
}
}
break;
case 'endcidchar':
case 'endbfchar':
for (var j = 0, jj = tokens.length; j < jj; j += 2) {
var index = tokens[j];
var code = tokens[j + 1];
charToUnicode[index] = code;
}
break;
case '':
break;
default:
if (token[0] >= '0' && token[0] <= '9')
token = parseInt(token, 10); // a number
tokens.push(token);
token = '';
}
switch (byte) {
case 0x5B:
// begin list parsing
tokens.push(beginArrayToken);
break;
case 0x5D:
// collect array items
var items = [], item;
while (tokens.length &&
(item = tokens.pop()) != beginArrayToken)
items.unshift(item);
tokens.push(items);
break;
}
} else if (byte == 0x3E) {
if (token.length) {
if (token.length <= 4) {
// parsing hex number
tokens.push(parseInt(token, 16));
token = '';
} else {
// parsing hex UTF-16BE numbers
var str = [];
for (var i = 0, ii = token.length; i < ii; i += 4)
str.push(parseInt(token.substr(i, 4), 16));
tokens.push(String.fromCharCode.apply(String, str));
token = '';
}
}
} else {
token += String.fromCharCode(byte);
}
}
}
return charToUnicode;
},
readCidToGidMap:
function partialEvaluatorReadCidToGidMap(cidToGidStream) {
// Extract the encoding from the CIDToGIDMap
var glyphsData = cidToGidStream.getBytes();
// Set encoding 0 to later verify the font has an encoding
var result = [];
for (var j = 0, jj = glyphsData.length; j < jj; j++) {
var glyphID = (glyphsData[j++] << 8) | glyphsData[j];
if (glyphID == 0)
continue;
var code = j >> 1;
result[code] = glyphID;
}
return result;
},
extractWidths: function partialEvaluatorWidths(dict,
xref,
descriptor,
properties) {
var glyphsWidths = [];
var defaultWidth = 0;
if (properties.composite) {
defaultWidth = xref.fetchIfRef(dict.get('DW')) || 1000;
var widths = xref.fetchIfRef(dict.get('W'));
if (widths) {
var start = 0, end = 0;
for (var i = 0, ii = widths.length; i < ii; i++) {
var code = widths[i];
if (isArray(code)) {
for (var j = 0, jj = code.length; j < jj; j++)
glyphsWidths[start++] = code[j];
start = 0;
} else if (start) {
var width = widths[++i];
for (var j = start; j <= code; j++)
glyphsWidths[j] = width;
start = 0;
} else {
start = code;
}
}
}
} else {
var firstChar = properties.firstChar;
var widths = xref.fetchIfRef(dict.get('Widths'));
if (widths) {
var j = firstChar;
for (var i = 0, ii = widths.length; i < ii; i++)
glyphsWidths[j++] = widths[i];
defaultWidth = parseFloat(descriptor.get('MissingWidth')) || 0;
} else {
// Trying get the BaseFont metrics (see comment above).
var baseFontName = dict.get('BaseFont');
if (isName(baseFontName)) {
var metrics = this.getBaseFontMetrics(baseFontName.name);
glyphsWidths = metrics.widths;
defaultWidth = metrics.defaultWidth;
}
}
}
properties.defaultWidth = defaultWidth;
properties.widths = glyphsWidths;
},
getBaseFontMetrics: function getBaseFontMetrics(name) {
var defaultWidth = 0, widths = [];
var glyphWidths = Metrics[stdFontMap[name] || name];
if (isNum(glyphWidths)) {
defaultWidth = glyphWidths;
} else {
widths = glyphWidths;
}
return {
defaultWidth: defaultWidth,
widths: widths
};
},
translateFont: function partialEvaluatorTranslateFont(dict, xref, resources,
dependency) {
var baseDict = dict;
var type = dict.get('Subtype');
assertWellFormed(isName(type), 'invalid font Subtype');
var composite = false;
if (type.name == 'Type0') {
// If font is a composite
// - get the descendant font
// - set the type according to the descendant font
// - get the FontDescriptor from the descendant font
var df = dict.get('DescendantFonts');
if (!df)
return null;
if (isRef(df))
df = xref.fetch(df);
dict = xref.fetchIfRef(isRef(df) ? df : df[0]);
type = dict.get('Subtype');
assertWellFormed(isName(type), 'invalid font Subtype');
composite = true;
}
var maxCharIndex = composite ? 0xFFFF : 0xFF;
var descriptor = xref.fetchIfRef(dict.get('FontDescriptor'));
if (!descriptor) {
if (type.name == 'Type3') {
// FontDescriptor is only required for Type3 fonts when the document
// is a tagged pdf. Create a barbebones one to get by.
descriptor = new Dict();
descriptor.set('FontName', new Name(type.name));
} else {
// Before PDF 1.5 if the font was one of the base 14 fonts, having a
// FontDescriptor was not required.
// This case is here for compatibility.
var baseFontName = dict.get('BaseFont');
if (!isName(baseFontName))
return null;
// Using base font name as a font name.
baseFontName = baseFontName.name.replace(/[,_]/g, '-');
var metrics = this.getBaseFontMetrics(baseFontName);
var properties = {
type: type.name,
widths: metrics.widths,
defaultWidth: metrics.defaultWidth,
firstChar: 0,
lastChar: maxCharIndex
};
this.extractDataStructures(dict, dict, xref, properties);
return {
name: baseFontName,
dict: baseDict,
properties: properties
};
}
}
// According to the spec if 'FontDescriptor' is declared, 'FirstChar',
// 'LastChar' and 'Widths' should exists too, but some PDF encoders seems
// to ignore this rule when a variant of a standart font is used.
// TODO Fill the width array depending on which of the base font this is
// a variant.
var firstChar = xref.fetchIfRef(dict.get('FirstChar')) || 0;
var lastChar = xref.fetchIfRef(dict.get('LastChar')) || maxCharIndex;
var fontName = xref.fetchIfRef(descriptor.get('FontName'));
assertWellFormed(isName(fontName), 'invalid font name');
var fontFile = descriptor.get('FontFile', 'FontFile2', 'FontFile3');
if (fontFile) {
fontFile = xref.fetchIfRef(fontFile);
if (fontFile.dict) {
var subtype = fontFile.dict.get('Subtype');
if (subtype)
subtype = subtype.name;
var length1 = fontFile.dict.get('Length1');
if (!isInt(length1))
length1 = xref.fetchIfRef(length1);
var length2 = fontFile.dict.get('Length2');
if (!isInt(length2))
length2 = xref.fetchIfRef(length2);
}
}
var properties = {
type: type.name,
subtype: subtype,
file: fontFile,
length1: length1,
length2: length2,
composite: composite,
fixedPitch: false,
fontMatrix: dict.get('FontMatrix') || IDENTITY_MATRIX,
firstChar: firstChar || 0,
lastChar: lastChar || maxCharIndex,
bbox: descriptor.get('FontBBox'),
ascent: descriptor.get('Ascent'),
descent: descriptor.get('Descent'),
xHeight: descriptor.get('XHeight'),
capHeight: descriptor.get('CapHeight'),
flags: descriptor.get('Flags'),
italicAngle: descriptor.get('ItalicAngle'),
coded: false
};
this.extractWidths(dict, xref, descriptor, properties);
this.extractDataStructures(dict, baseDict, xref, properties);
if (type.name === 'Type3') {
properties.coded = true;
var charProcs = xref.fetchIfRef(dict.get('CharProcs'));
var fontResources = xref.fetchIfRef(dict.get('Resources')) || resources;
properties.resources = fontResources;
properties.charProcIRQueues = {};
for (var key in charProcs.map) {
var glyphStream = xref.fetchIfRef(charProcs.map[key]);
var queueObj = {};
properties.charProcIRQueues[key] =
this.getIRQueue(glyphStream, fontResources, queueObj, dependency);
}
}
return {
name: fontName.name,
dict: baseDict,
file: fontFile,
properties: properties
};
}
};
return PartialEvaluator;
})();
var EvalState = (function EvalStateClosure() {
function EvalState() {
// Are soft masks and alpha values shapes or opacities?
this.alphaIsShape = false;
this.fontSize = 0;
this.textMatrix = IDENTITY_MATRIX;
this.leading = 0;
// Start of text line (in text coordinates)
this.lineX = 0;
this.lineY = 0;
// Character and word spacing
this.charSpacing = 0;
this.wordSpacing = 0;
this.textHScale = 1;
// Color spaces
this.fillColorSpace = null;
this.strokeColorSpace = null;
}
EvalState.prototype = {
};
return EvalState;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
/**
* Maximum time to wait for a font to be loaded by font-face rules.
*/
var kMaxWaitForFontFace = 1000;
// Unicode Private Use Area
var kCmapGlyphOffset = 0xE000;
var kSizeOfGlyphArea = 0x1900;
// PDF Glyph Space Units are one Thousandth of a TextSpace Unit
// except for Type 3 fonts
var kPDFGlyphSpaceUnits = 1000;
// Until hinting is fully supported this constant can be used
var kHintingEnabled = false;
var Encodings = {
get ExpertEncoding() {
return shadow(this, 'ExpertEncoding', ['', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'space', 'exclamsmall', 'Hungarumlautsmall', '',
'dollaroldstyle', 'dollarsuperior', 'ampersandsmall', 'Acutesmall',
'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
'onedotenleader', 'comma', 'hyphen', 'period', 'fraction',
'zerooldstyle', 'oneoldstyle', 'twooldstyle', 'threeoldstyle',
'fouroldstyle', 'fiveoldstyle', 'sixoldstyle', 'sevenoldstyle',
'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon', 'commasuperior',
'threequartersemdash', 'periodsuperior', 'questionsmall', '',
'asuperior', 'bsuperior', 'centsuperior', 'dsuperior', 'esuperior', '',
'', 'isuperior', '', '', 'lsuperior', 'msuperior', 'nsuperior',
'osuperior', '', '', 'rsuperior', 'ssuperior', 'tsuperior', '', 'ff',
'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior', '', 'parenrightinferior',
'Circumflexsmall', 'hyphensuperior', 'Gravesmall', 'Asmall', 'Bsmall',
'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall',
'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall',
'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall',
'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary', 'onefitted', 'rupiah',
'Tildesmall', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', 'exclamdownsmall', 'centoldstyle', 'Lslashsmall', '', '',
'Scaronsmall', 'Zcaronsmall', 'Dieresissmall', 'Brevesmall',
'Caronsmall', '', 'Dotaccentsmall', '', '', 'Macronsmall', '', '',
'figuredash', 'hypheninferior', '', '', 'Ogoneksmall', 'Ringsmall',
'Cedillasmall', '', '', '', 'onequarter', 'onehalf', 'threequarters',
'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds', '', '', 'zerosuperior',
'onesuperior', 'twosuperior', 'threesuperior', 'foursuperior',
'fivesuperior', 'sixsuperior', 'sevensuperior', 'eightsuperior',
'ninesuperior', 'zeroinferior', 'oneinferior', 'twoinferior',
'threeinferior', 'fourinferior', 'fiveinferior', 'sixinferior',
'seveninferior', 'eightinferior', 'nineinferior', 'centinferior',
'dollarinferior', 'periodinferior', 'commainferior', 'Agravesmall',
'Aacutesmall', 'Acircumflexsmall', 'Atildesmall', 'Adieresissmall',
'Aringsmall', 'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall',
'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall',
'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall', 'Uacutesmall',
'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall', 'Thornsmall',
'Ydieresissmall'
]);
},
get MacExpertEncoding() {
return shadow(this, 'MacExpertEncoding', ['', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', 'space', 'exclamsmall', 'Hungarumlautsmall',
'centoldstyle', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall',
'Acutesmall', 'parenleftsuperior', 'parenrightsuperior',
'twodotenleader', 'onedotenleader', 'comma', 'hyphen', 'period',
'fraction', 'zerooldstyle', 'oneoldstyle', 'twooldstyle',
'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle',
'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon',
'', 'threequartersemdash', '', 'questionsmall', '', '', '', '',
'Ethsmall', '', '', 'onequarter', 'onehalf', 'threequarters',
'oneeighth', 'threeeighths', 'fiveeighths', 'seveneighths', 'onethird',
'twothirds', '', '', '', '', '', '', 'ff', 'fi', 'fl', 'ffi', 'ffl',
'parenleftinferior', '', 'parenrightinferior', 'Circumflexsmall',
'hypheninferior', 'Gravesmall', 'Asmall', 'Bsmall', 'Csmall', 'Dsmall',
'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall', 'Jsmall', 'Ksmall',
'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall', 'Qsmall', 'Rsmall',
'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall', 'Xsmall', 'Ysmall',
'Zsmall', 'colonmonetary', 'onefitted', 'rupiah', 'Tildesmall', '', '',
'asuperior', 'centsuperior', '', '', '', '', 'Aacutesmall',
'Agravesmall', 'Acircumflexsmall', 'Adieresissmall', 'Atildesmall',
'Aringsmall', 'Ccedillasmall', 'Eacutesmall', 'Egravesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Iacutesmall', 'Igravesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ntildesmall', 'Oacutesmall',
'Ogravesmall', 'Ocircumflexsmall', 'Odieresissmall', 'Otildesmall',
'Uacutesmall', 'Ugravesmall', 'Ucircumflexsmall', 'Udieresissmall', '',
'eightsuperior', 'fourinferior', 'threeinferior', 'sixinferior',
'eightinferior', 'seveninferior', 'Scaronsmall', '', 'centinferior',
'twoinferior', '', 'Dieresissmall', '', 'Caronsmall', 'osuperior',
'fiveinferior', '', 'commainferior', 'periodinferior', 'Yacutesmall', '',
'dollarinferior', '', 'Thornsmall', '', 'nineinferior', 'zeroinferior',
'Zcaronsmall', 'AEsmall', 'Oslashsmall', 'questiondownsmall',
'oneinferior', 'Lslashsmall', '', '', '', '', '', '', 'Cedillasmall', '',
'', '', '', '', 'OEsmall', 'figuredash', 'hyphensuperior', '', '', '',
'', 'exclamdownsmall', '', 'Ydieresissmall', '', 'onesuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
'sixsuperior', 'sevensuperior', 'ninesuperior', 'zerosuperior', '',
'esuperior', 'rsuperior', 'tsuperior', '', '', 'isuperior', 'ssuperior',
'dsuperior', '', '', '', '', '', 'lsuperior', 'Ogoneksmall',
'Brevesmall', 'Macronsmall', 'bsuperior', 'nsuperior', 'msuperior',
'commasuperior', 'periodsuperior', 'Dotaccentsmall', 'Ringsmall'
]);
},
get MacRomanEncoding() {
return shadow(this, 'MacRomanEncoding', ['', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'grave', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', '', 'Adieresis', 'Aring',
'Ccedilla', 'Eacute', 'Ntilde', 'Odieresis', 'Udieresis', 'aacute',
'agrave', 'acircumflex', 'adieresis', 'atilde', 'aring', 'ccedilla',
'eacute', 'egrave', 'ecircumflex', 'edieresis', 'iacute', 'igrave',
'icircumflex', 'idieresis', 'ntilde', 'oacute', 'ograve', 'ocircumflex',
'odieresis', 'otilde', 'uacute', 'ugrave', 'ucircumflex', 'udieresis',
'dagger', 'degree', 'cent', 'sterling', 'section', 'bullet', 'paragraph',
'germandbls', 'registered', 'copyright', 'trademark', 'acute',
'dieresis', 'notequal', 'AE', 'Oslash', 'infinity', 'plusminus',
'lessequal', 'greaterequal', 'yen', 'mu', 'partialdiff', 'summation',
'product', 'pi', 'integral', 'ordfeminine', 'ordmasculine', 'Omega',
'ae', 'oslash', 'questiondown', 'exclamdown', 'logicalnot', 'radical',
'florin', 'approxequal', 'Delta', 'guillemotleft', 'guillemotright',
'ellipsis', 'space', 'Agrave', 'Atilde', 'Otilde', 'OE', 'oe', 'endash',
'emdash', 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright',
'divide', 'lozenge', 'ydieresis', 'Ydieresis', 'fraction', 'currency',
'guilsinglleft', 'guilsinglright', 'fi', 'fl', 'daggerdbl',
'periodcentered', 'quotesinglbase', 'quotedblbase', 'perthousand',
'Acircumflex', 'Ecircumflex', 'Aacute', 'Edieresis', 'Egrave', 'Iacute',
'Icircumflex', 'Idieresis', 'Igrave', 'Oacute', 'Ocircumflex', 'apple',
'Ograve', 'Uacute', 'Ucircumflex', 'Ugrave', 'dotlessi', 'circumflex',
'tilde', 'macron', 'breve', 'dotaccent', 'ring', 'cedilla',
'hungarumlaut', 'ogonek', 'caron'
]);
},
get StandardEncoding() {
return shadow(this, 'StandardEncoding', ['', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quoteright', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', '', '', 'exclamdown',
'cent', 'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
'guilsinglright', 'fi', 'fl', '', 'endash', 'dagger', 'daggerdbl',
'periodcentered', '', 'paragraph', 'bullet', 'quotesinglbase',
'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis',
'perthousand', '', 'questiondown', '', 'grave', 'acute', 'circumflex',
'tilde', 'macron', 'breve', 'dotaccent', 'dieresis', '', 'ring',
'cedilla', '', 'hungarumlaut', 'ogonek', 'caron', 'emdash', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', 'AE', '',
'ordfeminine', '', '', '', '', 'Lslash', 'Oslash', 'OE', 'ordmasculine',
'', '', '', '', '', 'ae', '', '', '', 'dotlessi', '', '', 'lslash',
'oslash', 'oe', 'germandbls'
]);
},
get WinAnsiEncoding() {
return shadow(this, 'WinAnsiEncoding', ['', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'grave', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', 'bullet', 'Euro',
'bullet', 'quotesinglbase', 'florin', 'quotedblbase', 'ellipsis',
'dagger', 'daggerdbl', 'circumflex', 'perthousand', 'Scaron',
'guilsinglleft', 'OE', 'bullet', 'Zcaron', 'bullet', 'bullet',
'quoteleft', 'quoteright', 'quotedblleft', 'quotedblright', 'bullet',
'endash', 'emdash', 'tilde', 'trademark', 'scaron', 'guilsinglright',
'oe', 'bullet', 'zcaron', 'Ydieresis', 'space', 'exclamdown', 'cent',
'sterling', 'currency', 'yen', 'brokenbar', 'section', 'dieresis',
'copyright', 'ordfeminine', 'guillemotleft', 'logicalnot', 'hyphen',
'registered', 'macron', 'degree', 'plusminus', 'twosuperior',
'threesuperior', 'acute', 'mu', 'paragraph', 'periodcentered',
'cedilla', 'onesuperior', 'ordmasculine', 'guillemotright', 'onequarter',
'onehalf', 'threequarters', 'questiondown', 'Agrave', 'Aacute',
'Acircumflex', 'Atilde', 'Adieresis', 'Aring', 'AE', 'Ccedilla',
'Egrave', 'Eacute', 'Ecircumflex', 'Edieresis', 'Igrave', 'Iacute',
'Icircumflex', 'Idieresis', 'Eth', 'Ntilde', 'Ograve', 'Oacute',
'Ocircumflex', 'Otilde', 'Odieresis', 'multiply', 'Oslash', 'Ugrave',
'Uacute', 'Ucircumflex', 'Udieresis', 'Yacute', 'Thorn', 'germandbls',
'agrave', 'aacute', 'acircumflex', 'atilde', 'adieresis', 'aring', 'ae',
'ccedilla', 'egrave', 'eacute', 'ecircumflex', 'edieresis', 'igrave',
'iacute', 'icircumflex', 'idieresis', 'eth', 'ntilde', 'ograve',
'oacute', 'ocircumflex', 'otilde', 'odieresis', 'divide', 'oslash',
'ugrave', 'uacute', 'ucircumflex', 'udieresis', 'yacute', 'thorn',
'ydieresis'
]);
},
get symbolsEncoding() {
return shadow(this, 'symbolsEncoding', ['', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'space', 'exclam', 'universal', 'numbersign',
'existential', 'percent', 'ampersand', 'suchthat', 'parenleft',
'parenright', 'asteriskmath', 'plus', 'comma', 'minus', 'period',
'slash', 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven',
'eight', 'nine', 'colon', 'semicolon', 'less', 'equal', 'greater',
'question', 'congruent', 'Alpha', 'Beta', 'Chi', 'Delta', 'Epsilon',
'Phi', 'Gamma', 'Eta', 'Iota', 'theta1', 'Kappa', 'Lambda', 'Mu', 'Nu',
'Omicron', 'Pi', 'Theta', 'Rho', 'Sigma', 'Tau', 'Upsilon', 'sigma1',
'Omega', 'Xi', 'Psi', 'Zeta', 'bracketleft', 'therefore', 'bracketright',
'perpendicular', 'underscore', 'radicalex', 'alpha', 'beta', 'chi',
'delta', 'epsilon', 'phi', 'gamma', 'eta', 'iota', 'phi1', 'kappa',
'lambda', 'mu', 'nu', 'omicron', 'pi', 'theta', 'rho', 'sigma', 'tau',
'upsilon', 'omega1', 'omega', 'xi', 'psi', 'zeta', 'braceleft', 'bar',
'braceright', 'similar', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', 'Euro', 'Upsilon1', 'minute', 'lessequal', 'fraction',
'infinity', 'florin', 'club', 'diamond', 'heart', 'spade', 'arrowboth',
'arrowleft', 'arrowup', 'arrowright', 'arrowdown', 'degree', 'plusminus',
'second', 'greaterequal', 'multiply', 'proportional', 'partialdiff',
'bullet', 'divide', 'notequal', 'equivalence', 'approxequal', 'ellipsis',
'arrowvertex', 'arrowhorizex', 'carriagereturn', 'aleph', 'Ifraktur',
'Rfraktur', 'weierstrass', 'circlemultiply', 'circleplus', 'emptyset',
'intersection', 'union', 'propersuperset', 'reflexsuperset', 'notsubset',
'propersubset', 'reflexsubset', 'element', 'notelement', 'angle',
'gradient', 'registerserif', 'copyrightserif', 'trademarkserif',
'product', 'radical', 'dotmath', 'logicalnot', 'logicaland', 'logicalor',
'arrowdblboth', 'arrowdblleft', 'arrowdblup', 'arrowdblright',
'arrowdbldown', 'lozenge', 'angleleft', 'registersans', 'copyrightsans',
'trademarksans', 'summation', 'parenlefttp', 'parenleftex',
'parenleftbt', 'bracketlefttp', 'bracketleftex', 'bracketleftbt',
'bracelefttp', 'braceleftmid', 'braceleftbt', 'braceex', '',
'angleright', 'integral', 'integraltp', 'integralex', 'integralbt',
'parenrighttp', 'parenrightex', 'parenrightbt', 'bracketrighttp',
'bracketrightex', 'bracketrightbt', 'bracerighttp', 'bracerightmid',
'bracerightbt'
]);
},
get zapfDingbatsEncoding() {
return shadow(this, 'zapfDingbatsEncoding', ['', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', 'space', 'a1', 'a2', 'a202', 'a3', 'a4',
'a5', 'a119', 'a118', 'a117', 'a11', 'a12', 'a13', 'a14', 'a15', 'a16',
'a105', 'a17', 'a18', 'a19', 'a20', 'a21', 'a22', 'a23', 'a24', 'a25',
'a26', 'a27', 'a28', 'a6', 'a7', 'a8', 'a9', 'a10', 'a29', 'a30', 'a31',
'a32', 'a33', 'a34', 'a35', 'a36', 'a37', 'a38', 'a39', 'a40', 'a41',
'a42', 'a43', 'a44', 'a45', 'a46', 'a47', 'a48', 'a49', 'a50', 'a51',
'a52', 'a53', 'a54', 'a55', 'a56', 'a57', 'a58', 'a59', 'a60', 'a61',
'a62', 'a63', 'a64', 'a65', 'a66', 'a67', 'a68', 'a69', 'a70', 'a71',
'a72', 'a73', 'a74', 'a203', 'a75', 'a204', 'a76', 'a77', 'a78', 'a79',
'a81', 'a82', 'a83', 'a84', 'a97', 'a98', 'a99', 'a100', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', 'a101', 'a102', 'a103',
'a104', 'a106', 'a107', 'a108', 'a112', 'a111', 'a110', 'a109', 'a120',
'a121', 'a122', 'a123', 'a124', 'a125', 'a126', 'a127', 'a128', 'a129',
'a130', 'a131', 'a132', 'a133', 'a134', 'a135', 'a136', 'a137', 'a138',
'a139', 'a140', 'a141', 'a142', 'a143', 'a144', 'a145', 'a146', 'a147',
'a148', 'a149', 'a150', 'a151', 'a152', 'a153', 'a154', 'a155', 'a156',
'a157', 'a158', 'a159', 'a160', 'a161', 'a163', 'a164', 'a196', 'a165',
'a192', 'a166', 'a167', 'a168', 'a169', 'a170', 'a171', 'a172', 'a173',
'a162', 'a174', 'a175', 'a176', 'a177', 'a178', 'a179', 'a193', 'a180',
'a199', 'a181', 'a200', 'a182', '', 'a201', 'a183', 'a184', 'a197',
'a185', 'a194', 'a198', 'a186', 'a195', 'a187', 'a188', 'a189', 'a190',
'a191'
]);
}
};
/**
* Hold a map of decoded fonts and of the standard fourteen Type1
* fonts and their acronyms.
*/
var stdFontMap = {
'ArialNarrow': 'Helvetica',
'ArialNarrow-Bold': 'Helvetica-Bold',
'ArialNarrow-BoldItalic': 'Helvetica-BoldOblique',
'ArialNarrow-Italic': 'Helvetica-Oblique',
'ArialBlack': 'Helvetica',
'ArialBlack-Bold': 'Helvetica-Bold',
'ArialBlack-BoldItalic': 'Helvetica-BoldOblique',
'ArialBlack-Italic': 'Helvetica-Oblique',
'Arial': 'Helvetica',
'Arial-Bold': 'Helvetica-Bold',
'Arial-BoldItalic': 'Helvetica-BoldOblique',
'Arial-Italic': 'Helvetica-Oblique',
'Arial-BoldItalicMT': 'Helvetica-BoldOblique',
'Arial-BoldMT': 'Helvetica-Bold',
'Arial-ItalicMT': 'Helvetica-Oblique',
'ArialMT': 'Helvetica',
'Courier-Bold': 'Courier-Bold',
'Courier-BoldItalic': 'Courier-BoldOblique',
'Courier-Italic': 'Courier-Oblique',
'CourierNew': 'Courier',
'CourierNew-Bold': 'Courier-Bold',
'CourierNew-BoldItalic': 'Courier-BoldOblique',
'CourierNew-Italic': 'Courier-Oblique',
'CourierNewPS-BoldItalicMT': 'Courier-BoldOblique',
'CourierNewPS-BoldMT': 'Courier-Bold',
'CourierNewPS-ItalicMT': 'Courier-Oblique',
'CourierNewPSMT': 'Courier',
'Helvetica-Bold': 'Helvetica-Bold',
'Helvetica-BoldItalic': 'Helvetica-BoldOblique',
'Helvetica-Italic': 'Helvetica-Oblique',
'Symbol-Bold': 'Symbol',
'Symbol-BoldItalic': 'Symbol',
'Symbol-Italic': 'Symbol',
'TimesNewRoman': 'Times-Roman',
'TimesNewRoman-Bold': 'Times-Bold',
'TimesNewRoman-BoldItalic': 'Times-BoldItalic',
'TimesNewRoman-Italic': 'Times-Italic',
'TimesNewRomanPS': 'Times-Roman',
'TimesNewRomanPS-Bold': 'Times-Bold',
'TimesNewRomanPS-BoldItalic': 'Times-BoldItalic',
'TimesNewRomanPS-BoldItalicMT': 'Times-BoldItalic',
'TimesNewRomanPS-BoldMT': 'Times-Bold',
'TimesNewRomanPS-Italic': 'Times-Italic',
'TimesNewRomanPS-ItalicMT': 'Times-Italic',
'TimesNewRomanPSMT': 'Times-Roman',
'TimesNewRomanPSMT-Bold': 'Times-Bold',
'TimesNewRomanPSMT-BoldItalic': 'Times-BoldItalic',
'TimesNewRomanPSMT-Italic': 'Times-Italic'
};
var serifFonts = {
'Adobe Jenson': true, 'Adobe Text': true, 'Albertus': true,
'Aldus': true, 'Alexandria': true, 'Algerian': true,
'American Typewriter': true, 'Antiqua': true, 'Apex': true,
'Arno': true, 'Aster': true, 'Aurora': true,
'Baskerville': true, 'Bell': true, 'Bembo': true,
'Bembo Schoolbook': true, 'Benguiat': true, 'Berkeley Old Style': true,
'Bernhard Modern': true, 'Berthold City': true, 'Bodoni': true,
'Bauer Bodoni': true, 'Book Antiqua': true, 'Bookman': true,
'Bordeaux Roman': true, 'Californian FB': true, 'Calisto': true,
'Calvert': true, 'Capitals': true, 'Cambria': true,
'Cartier': true, 'Caslon': true, 'Catull': true,
'Centaur': true, 'Century Old Style': true, 'Century Schoolbook': true,
'Chaparral': true, 'Charis SIL': true, 'Cheltenham': true,
'Cholla Slab': true, 'Clarendon': true, 'Clearface': true,
'Cochin': true, 'Colonna': true, 'Computer Modern': true,
'Concrete Roman': true, 'Constantia': true, 'Cooper Black': true,
'Corona': true, 'Ecotype': true, 'Egyptienne': true,
'Elephant': true, 'Excelsior': true, 'Fairfield': true,
'FF Scala': true, 'Folkard': true, 'Footlight': true,
'FreeSerif': true, 'Friz Quadrata': true, 'Garamond': true,
'Gentium': true, 'Georgia': true, 'Gloucester': true,
'Goudy Old Style': true, 'Goudy Schoolbook': true, 'Goudy Pro Font': true,
'Granjon': true, 'Guardian Egyptian': true, 'Heather': true,
'Hercules': true, 'High Tower Text': true, 'Hiroshige': true,
'Hoefler Text': true, 'Humana Serif': true, 'Imprint': true,
'Ionic No. 5': true, 'Janson': true, 'Joanna': true,
'Korinna': true, 'Lexicon': true, 'Liberation Serif': true,
'Linux Libertine': true, 'Literaturnaya': true, 'Lucida': true,
'Lucida Bright': true, 'Melior': true, 'Memphis': true,
'Miller': true, 'Minion': true, 'Modern': true,
'Mona Lisa': true, 'Mrs Eaves': true, 'MS Serif': true,
'Museo Slab': true, 'New York': true, 'Nimbus Roman': true,
'NPS Rawlinson Roadway': true, 'Palatino': true, 'Perpetua': true,
'Plantin': true, 'Plantin Schoolbook': true, 'Playbill': true,
'Poor Richard': true, 'Rawlinson Roadway': true, 'Renault': true,
'Requiem': true, 'Rockwell': true, 'Roman': true,
'Rotis Serif': true, 'Sabon': true, 'Scala': true,
'Seagull': true, 'Sistina': true, 'Souvenir': true,
'STIX': true, 'Stone Informal': true, 'Stone Serif': true,
'Sylfaen': true, 'Times': true, 'Trajan': true,
'Trinité': true, 'Trump Mediaeval': true, 'Utopia': true,
'Vale Type': true, 'Bitstream Vera': true, 'Vera Serif': true,
'Versailles': true, 'Wanted': true, 'Weiss': true,
'Wide Latin': true, 'Windsor': true, 'XITS': true
};
var FontLoader = {
listeningForFontLoad: false,
bind: function fontLoaderBind(fonts, callback) {
function checkFontsLoaded() {
for (var i = 0, ii = objs.length; i < ii; i++) {
var fontObj = objs[i];
if (fontObj.loading) {
return false;
}
}
document.documentElement.removeEventListener(
'pdfjsFontLoad', checkFontsLoaded, false);
callback();
return true;
}
var rules = [], names = [], objs = [];
for (var i = 0, ii = fonts.length; i < ii; i++) {
var font = fonts[i];
// If there is already a fontObj on the font, then it was loaded/attached
// to the page already and we don't have to do anything for this font
// here future.
if (font.fontObj) {
continue;
}
var obj = new Font(font.name, font.file, font.properties);
// Store the fontObj on the font such that `setFont` in CanvasGraphics
// can reuse it later again.
font.fontObj = obj;
objs.push(obj);
var str = '';
var data = obj.data;
if (data) {
var length = data.length;
for (var j = 0; j < length; j++)
str += String.fromCharCode(data[j]);
var rule = isWorker ? obj.bindWorker(str) : obj.bindDOM(str);
if (rule) {
rules.push(rule);
names.push(obj.loadedName);
}
}
}
this.listeningForFontLoad = false;
if (!isWorker && rules.length) {
FontLoader.prepareFontLoadEvent(rules, names, objs);
}
if (!checkFontsLoaded()) {
document.documentElement.addEventListener(
'pdfjsFontLoad', checkFontsLoaded, false);
}
return objs;
},
// Set things up so that at least one pdfjsFontLoad event is
// dispatched when all the @font-face |rules| for |names| have been
// loaded in a subdocument. It's expected that the load of |rules|
// has already started in this (outer) document, so that they should
// be ordered before the load in the subdocument.
prepareFontLoadEvent: function fontLoaderPrepareFontLoadEvent(rules, names,
objs) {
/** Hack begin */
// There's no event when a font has finished downloading so the
// following code is a dirty hack to 'guess' when a font is
// ready. This code will be obsoleted by Mozilla bug 471915.
//
// The only reliable way to know if a font is loaded in Gecko
// (at the moment) is document.onload in a document with
// a @font-face rule defined in a "static" stylesheet. We use a
// subdocument in an <iframe>, set up properly, to know when
// our @font-face rule was loaded. However, the subdocument and
// outer document can't share CSS rules, so the inner document
// is only part of the puzzle. The second piece is an invisible
// div created in order to force loading of the @font-face in
// the *outer* document. (The font still needs to be loaded for
// its metrics, for reflow). We create the div first for the
// outer document, then create the iframe. Unless something
// goes really wonkily, we expect the @font-face for the outer
// document to be processed before the inner. That's still
// fragile, but seems to work in practice.
//
// The postMessage() hackery was added to work around chrome bug
// 82402.
var div = document.createElement('div');
div.setAttribute('style',
'visibility: hidden;' +
'width: 10px; height: 10px;' +
'position: absolute; top: 0px; left: 0px;');
var html = '';
for (var i = 0, ii = names.length; i < ii; ++i) {
html += '<span style="font-family:' + names[i] + '">Hi</span>';
}
div.innerHTML = html;
document.body.appendChild(div);
if (!this.listeningForFontLoad) {
window.addEventListener(
'message',
function fontLoaderMessage(e) {
var fontNames = JSON.parse(e.data);
for (var i = 0, ii = objs.length; i < ii; ++i) {
var font = objs[i];
font.loading = false;
}
var evt = document.createEvent('Events');
evt.initEvent('pdfjsFontLoad', true, false);
document.documentElement.dispatchEvent(evt);
},
false);
this.listeningForFontLoad = true;
}
// XXX we should have a time-out here too, and maybe fire
// pdfjsFontLoadFailed?
var src = '<!DOCTYPE HTML><html><head>';
src += '<style type="text/css">';
for (var i = 0, ii = rules.length; i < ii; ++i) {
src += rules[i];
}
src += '</style>';
src += '<script type="application/javascript">';
var fontNamesArray = '';
for (var i = 0, ii = names.length; i < ii; ++i) {
fontNamesArray += '"' + names[i] + '", ';
}
src += ' var fontNames=[' + fontNamesArray + '];\n';
src += ' window.onload = function fontLoaderOnload() {\n';
src += ' parent.postMessage(JSON.stringify(fontNames), "*");\n';
src += ' }';
src += '</script></head><body>';
for (var i = 0, ii = names.length; i < ii; ++i) {
src += '<p style="font-family:\'' + names[i] + '\'">Hi</p>';
}
src += '</body></html>';
var frame = document.createElement('iframe');
frame.src = 'data:text/html,' + src;
frame.setAttribute('style',
'visibility: hidden;' +
'width: 10px; height: 10px;' +
'position: absolute; top: 0px; left: 0px;');
document.body.appendChild(frame);
/** Hack end */
}
};
var UnicodeRanges = [
{ 'begin': 0x0000, 'end': 0x007F }, // Basic Latin
{ 'begin': 0x0080, 'end': 0x00FF }, // Latin-1 Supplement
{ 'begin': 0x0100, 'end': 0x017F }, // Latin Extended-A
{ 'begin': 0x0180, 'end': 0x024F }, // Latin Extended-B
{ 'begin': 0x0250, 'end': 0x02AF }, // IPA Extensions
{ 'begin': 0x02B0, 'end': 0x02FF }, // Spacing Modifier Letters
{ 'begin': 0x0300, 'end': 0x036F }, // Combining Diacritical Marks
{ 'begin': 0x0370, 'end': 0x03FF }, // Greek and Coptic
{ 'begin': 0x2C80, 'end': 0x2CFF }, // Coptic
{ 'begin': 0x0400, 'end': 0x04FF }, // Cyrillic
{ 'begin': 0x0530, 'end': 0x058F }, // Armenian
{ 'begin': 0x0590, 'end': 0x05FF }, // Hebrew
{ 'begin': 0xA500, 'end': 0xA63F }, // Vai
{ 'begin': 0x0600, 'end': 0x06FF }, // Arabic
{ 'begin': 0x07C0, 'end': 0x07FF }, // NKo
{ 'begin': 0x0900, 'end': 0x097F }, // Devanagari
{ 'begin': 0x0980, 'end': 0x09FF }, // Bengali
{ 'begin': 0x0A00, 'end': 0x0A7F }, // Gurmukhi
{ 'begin': 0x0A80, 'end': 0x0AFF }, // Gujarati
{ 'begin': 0x0B00, 'end': 0x0B7F }, // Oriya
{ 'begin': 0x0B80, 'end': 0x0BFF }, // Tamil
{ 'begin': 0x0C00, 'end': 0x0C7F }, // Telugu
{ 'begin': 0x0C80, 'end': 0x0CFF }, // Kannada
{ 'begin': 0x0D00, 'end': 0x0D7F }, // Malayalam
{ 'begin': 0x0E00, 'end': 0x0E7F }, // Thai
{ 'begin': 0x0E80, 'end': 0x0EFF }, // Lao
{ 'begin': 0x10A0, 'end': 0x10FF }, // Georgian
{ 'begin': 0x1B00, 'end': 0x1B7F }, // Balinese
{ 'begin': 0x1100, 'end': 0x11FF }, // Hangul Jamo
{ 'begin': 0x1E00, 'end': 0x1EFF }, // Latin Extended Additional
{ 'begin': 0x1F00, 'end': 0x1FFF }, // Greek Extended
{ 'begin': 0x2000, 'end': 0x206F }, // General Punctuation
{ 'begin': 0x2070, 'end': 0x209F }, // Superscripts And Subscripts
{ 'begin': 0x20A0, 'end': 0x20CF }, // Currency Symbol
{ 'begin': 0x20D0, 'end': 0x20FF }, // Combining Diacritical Marks For Symbols
{ 'begin': 0x2100, 'end': 0x214F }, // Letterlike Symbols
{ 'begin': 0x2150, 'end': 0x218F }, // Number Forms
{ 'begin': 0x2190, 'end': 0x21FF }, // Arrows
{ 'begin': 0x2200, 'end': 0x22FF }, // Mathematical Operators
{ 'begin': 0x2300, 'end': 0x23FF }, // Miscellaneous Technical
{ 'begin': 0x2400, 'end': 0x243F }, // Control Pictures
{ 'begin': 0x2440, 'end': 0x245F }, // Optical Character Recognition
{ 'begin': 0x2460, 'end': 0x24FF }, // Enclosed Alphanumerics
{ 'begin': 0x2500, 'end': 0x257F }, // Box Drawing
{ 'begin': 0x2580, 'end': 0x259F }, // Block Elements
{ 'begin': 0x25A0, 'end': 0x25FF }, // Geometric Shapes
{ 'begin': 0x2600, 'end': 0x26FF }, // Miscellaneous Symbols
{ 'begin': 0x2700, 'end': 0x27BF }, // Dingbats
{ 'begin': 0x3000, 'end': 0x303F }, // CJK Symbols And Punctuation
{ 'begin': 0x3040, 'end': 0x309F }, // Hiragana
{ 'begin': 0x30A0, 'end': 0x30FF }, // Katakana
{ 'begin': 0x3100, 'end': 0x312F }, // Bopomofo
{ 'begin': 0x3130, 'end': 0x318F }, // Hangul Compatibility Jamo
{ 'begin': 0xA840, 'end': 0xA87F }, // Phags-pa
{ 'begin': 0x3200, 'end': 0x32FF }, // Enclosed CJK Letters And Months
{ 'begin': 0x3300, 'end': 0x33FF }, // CJK Compatibility
{ 'begin': 0xAC00, 'end': 0xD7AF }, // Hangul Syllables
{ 'begin': 0xD800, 'end': 0xDFFF }, // Non-Plane 0 *
{ 'begin': 0x10900, 'end': 0x1091F }, // Phoenicia
{ 'begin': 0x4E00, 'end': 0x9FFF }, // CJK Unified Ideographs
{ 'begin': 0xE000, 'end': 0xF8FF }, // Private Use Area (plane 0)
{ 'begin': 0x31C0, 'end': 0x31EF }, // CJK Strokes
{ 'begin': 0xFB00, 'end': 0xFB4F }, // Alphabetic Presentation Forms
{ 'begin': 0xFB50, 'end': 0xFDFF }, // Arabic Presentation Forms-A
{ 'begin': 0xFE20, 'end': 0xFE2F }, // Combining Half Marks
{ 'begin': 0xFE10, 'end': 0xFE1F }, // Vertical Forms
{ 'begin': 0xFE50, 'end': 0xFE6F }, // Small Form Variants
{ 'begin': 0xFE70, 'end': 0xFEFF }, // Arabic Presentation Forms-B
{ 'begin': 0xFF00, 'end': 0xFFEF }, // Halfwidth And Fullwidth Forms
{ 'begin': 0xFFF0, 'end': 0xFFFF }, // Specials
{ 'begin': 0x0F00, 'end': 0x0FFF }, // Tibetan
{ 'begin': 0x0700, 'end': 0x074F }, // Syriac
{ 'begin': 0x0780, 'end': 0x07BF }, // Thaana
{ 'begin': 0x0D80, 'end': 0x0DFF }, // Sinhala
{ 'begin': 0x1000, 'end': 0x109F }, // Myanmar
{ 'begin': 0x1200, 'end': 0x137F }, // Ethiopic
{ 'begin': 0x13A0, 'end': 0x13FF }, // Cherokee
{ 'begin': 0x1400, 'end': 0x167F }, // Unified Canadian Aboriginal Syllabics
{ 'begin': 0x1680, 'end': 0x169F }, // Ogham
{ 'begin': 0x16A0, 'end': 0x16FF }, // Runic
{ 'begin': 0x1780, 'end': 0x17FF }, // Khmer
{ 'begin': 0x1800, 'end': 0x18AF }, // Mongolian
{ 'begin': 0x2800, 'end': 0x28FF }, // Braille Patterns
{ 'begin': 0xA000, 'end': 0xA48F }, // Yi Syllables
{ 'begin': 0x1700, 'end': 0x171F }, // Tagalog
{ 'begin': 0x10300, 'end': 0x1032F }, // Old Italic
{ 'begin': 0x10330, 'end': 0x1034F }, // Gothic
{ 'begin': 0x10400, 'end': 0x1044F }, // Deseret
{ 'begin': 0x1D000, 'end': 0x1D0FF }, // Byzantine Musical Symbols
{ 'begin': 0x1D400, 'end': 0x1D7FF }, // Mathematical Alphanumeric Symbols
{ 'begin': 0xFF000, 'end': 0xFFFFD }, // Private Use (plane 15)
{ 'begin': 0xFE00, 'end': 0xFE0F }, // Variation Selectors
{ 'begin': 0xE0000, 'end': 0xE007F }, // Tags
{ 'begin': 0x1900, 'end': 0x194F }, // Limbu
{ 'begin': 0x1950, 'end': 0x197F }, // Tai Le
{ 'begin': 0x1980, 'end': 0x19DF }, // New Tai Lue
{ 'begin': 0x1A00, 'end': 0x1A1F }, // Buginese
{ 'begin': 0x2C00, 'end': 0x2C5F }, // Glagolitic
{ 'begin': 0x2D30, 'end': 0x2D7F }, // Tifinagh
{ 'begin': 0x4DC0, 'end': 0x4DFF }, // Yijing Hexagram Symbols
{ 'begin': 0xA800, 'end': 0xA82F }, // Syloti Nagri
{ 'begin': 0x10000, 'end': 0x1007F }, // Linear B Syllabary
{ 'begin': 0x10140, 'end': 0x1018F }, // Ancient Greek Numbers
{ 'begin': 0x10380, 'end': 0x1039F }, // Ugaritic
{ 'begin': 0x103A0, 'end': 0x103DF }, // Old Persian
{ 'begin': 0x10450, 'end': 0x1047F }, // Shavian
{ 'begin': 0x10480, 'end': 0x104AF }, // Osmanya
{ 'begin': 0x10800, 'end': 0x1083F }, // Cypriot Syllabary
{ 'begin': 0x10A00, 'end': 0x10A5F }, // Kharoshthi
{ 'begin': 0x1D300, 'end': 0x1D35F }, // Tai Xuan Jing Symbols
{ 'begin': 0x12000, 'end': 0x123FF }, // Cuneiform
{ 'begin': 0x1D360, 'end': 0x1D37F }, // Counting Rod Numerals
{ 'begin': 0x1B80, 'end': 0x1BBF }, // Sundanese
{ 'begin': 0x1C00, 'end': 0x1C4F }, // Lepcha
{ 'begin': 0x1C50, 'end': 0x1C7F }, // Ol Chiki
{ 'begin': 0xA880, 'end': 0xA8DF }, // Saurashtra
{ 'begin': 0xA900, 'end': 0xA92F }, // Kayah Li
{ 'begin': 0xA930, 'end': 0xA95F }, // Rejang
{ 'begin': 0xAA00, 'end': 0xAA5F }, // Cham
{ 'begin': 0x10190, 'end': 0x101CF }, // Ancient Symbols
{ 'begin': 0x101D0, 'end': 0x101FF }, // Phaistos Disc
{ 'begin': 0x102A0, 'end': 0x102DF }, // Carian
{ 'begin': 0x1F030, 'end': 0x1F09F } // Domino Tiles
];
var MacStandardGlyphOrdering = [
'.notdef', '.null', 'nonmarkingreturn', 'space', 'exclam', 'quotedbl',
'numbersign', 'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question', 'at',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'bracketleft',
'backslash', 'bracketright', 'asciicircum', 'underscore', 'grave', 'a', 'b',
'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q',
'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'braceleft', 'bar', 'braceright',
'asciitilde', 'Adieresis', 'Aring', 'Ccedilla', 'Eacute', 'Ntilde',
'Odieresis', 'Udieresis', 'aacute', 'agrave', 'acircumflex', 'adieresis',
'atilde', 'aring', 'ccedilla', 'eacute', 'egrave', 'ecircumflex', 'edieresis',
'iacute', 'igrave', 'icircumflex', 'idieresis', 'ntilde', 'oacute', 'ograve',
'ocircumflex', 'odieresis', 'otilde', 'uacute', 'ugrave', 'ucircumflex',
'udieresis', 'dagger', 'degree', 'cent', 'sterling', 'section', 'bullet',
'paragraph', 'germandbls', 'registered', 'copyright', 'trademark', 'acute',
'dieresis', 'notequal', 'AE', 'Oslash', 'infinity', 'plusminus', 'lessequal',
'greaterequal', 'yen', 'mu', 'partialdiff', 'summation', 'product', 'pi',
'integral', 'ordfeminine', 'ordmasculine', 'Omega', 'ae', 'oslash',
'questiondown', 'exclamdown', 'logicalnot', 'radical', 'florin',
'approxequal', 'Delta', 'guillemotleft', 'guillemotright', 'ellipsis',
'nonbreakingspace', 'Agrave', 'Atilde', 'Otilde', 'OE', 'oe', 'endash',
'emdash', 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright',
'divide', 'lozenge', 'ydieresis', 'Ydieresis', 'fraction', 'currency',
'guilsinglleft', 'guilsinglright', 'fi', 'fl', 'daggerdbl', 'periodcentered',
'quotesinglbase', 'quotedblbase', 'perthousand', 'Acircumflex',
'Ecircumflex', 'Aacute', 'Edieresis', 'Egrave', 'Iacute', 'Icircumflex',
'Idieresis', 'Igrave', 'Oacute', 'Ocircumflex', 'apple', 'Ograve', 'Uacute',
'Ucircumflex', 'Ugrave', 'dotlessi', 'circumflex', 'tilde', 'macron',
'breve', 'dotaccent', 'ring', 'cedilla', 'hungarumlaut', 'ogonek', 'caron',
'Lslash', 'lslash', 'Scaron', 'scaron', 'Zcaron', 'zcaron', 'brokenbar',
'Eth', 'eth', 'Yacute', 'yacute', 'Thorn', 'thorn', 'minus', 'multiply',
'onesuperior', 'twosuperior', 'threesuperior', 'onehalf', 'onequarter',
'threequarters', 'franc', 'Gbreve', 'gbreve', 'Idotaccent', 'Scedilla',
'scedilla', 'Cacute', 'cacute', 'Ccaron', 'ccaron', 'dcroat'];
function getUnicodeRangeFor(value) {
for (var i = 0, ii = UnicodeRanges.length; i < ii; i++) {
var range = UnicodeRanges[i];
if (value >= range.begin && value < range.end)
return i;
}
return -1;
}
function isSpecialUnicode(unicode) {
return (unicode <= 0x1F || (unicode >= 127 && unicode < kSizeOfGlyphArea)) ||
(unicode >= kCmapGlyphOffset &&
unicode < kCmapGlyphOffset + kSizeOfGlyphArea);
}
/**
* 'Font' is the class the outside world should use, it encapsulate all the font
* decoding logics whatever type it is (assuming the font type is supported).
*
* For example to read a Type1 font and to attach it to the document:
* var type1Font = new Font("MyFontName", binaryFile, propertiesObject);
* type1Font.bind();
*/
var Font = (function FontClosure() {
function Font(name, file, properties) {
this.name = name;
this.coded = properties.coded;
this.charProcIRQueues = properties.charProcIRQueues;
this.resources = properties.resources;
this.sizes = [];
var names = name.split('+');
names = names.length > 1 ? names[1] : names[0];
names = names.split(/[-,_]/g)[0];
this.serif = serifFonts[names] || (name.search(/serif/gi) != -1);
var type = properties.type;
this.type = type;
// If the font is to be ignored, register it like an already loaded font
// to avoid the cost of waiting for it be be loaded by the platform.
if (properties.ignore) {
this.loadedName = this.serif ? 'serif' : 'sans-serif';
this.loading = false;
return;
}
this.differences = properties.differences;
this.widths = properties.widths;
this.defaultWidth = properties.defaultWidth;
this.composite = properties.composite;
this.hasEncoding = properties.hasEncoding;
this.fontMatrix = properties.fontMatrix;
this.widthMultiplier = 1.0;
if (properties.type == 'Type3') {
this.encoding = properties.baseEncoding;
return;
}
// Trying to fix encoding using glyph CIDSystemInfo.
this.loadCidToUnicode(properties);
if (properties.toUnicode)
this.toUnicode = properties.toUnicode;
else
this.rebuildToUnicode(properties);
if (!file) {
// The file data is not specified. Trying to fix the font name
// to be used with the canvas.font.
var fontName = name.replace(/[,_]/g, '-');
fontName = stdFontMap[fontName] || fontName;
this.bold = (fontName.search(/bold/gi) != -1);
this.italic = (fontName.search(/oblique/gi) != -1) ||
(fontName.search(/italic/gi) != -1);
// Use 'name' instead of 'fontName' here because the original
// name ArialBlack for example will be replaced by Helvetica.
this.black = (name.search(/Black/g) != -1);
this.encoding = properties.baseEncoding;
this.noUnicodeAdaptation = true;
this.loadedName = fontName.split('-')[0];
this.loading = false;
return;
}
var data;
switch (type) {
case 'Type1':
case 'CIDFontType0':
this.mimetype = 'font/opentype';
var subtype = properties.subtype;
var cff = (subtype == 'Type1C' || subtype == 'CIDFontType0C') ?
new Type2CFF(file, properties) : new CFF(name, file, properties);
// Wrap the CFF data inside an OTF font file
data = this.convert(name, cff, properties);
break;
case 'TrueType':
case 'CIDFontType2':
this.mimetype = 'font/opentype';
// Repair the TrueType file. It is can be damaged in the point of
// view of the sanitizer
data = this.checkAndRepair(name, file, properties);
break;
default:
warn('Font ' + properties.type + ' is not supported');
break;
}
this.data = data;
this.fontMatrix = properties.fontMatrix;
this.widthMultiplier = !properties.fontMatrix ? 1.0 :
1.0 / properties.fontMatrix[0];
this.encoding = properties.baseEncoding;
this.hasShortCmap = properties.hasShortCmap;
this.loadedName = getUniqueName();
this.loading = true;
};
var numFonts = 0;
function getUniqueName() {
return 'pdfFont' + numFonts++;
}
function stringToArray(str) {
var array = [];
for (var i = 0, ii = str.length; i < ii; ++i)
array[i] = str.charCodeAt(i);
return array;
};
function arrayToString(arr) {
var str = '';
for (var i = 0, ii = arr.length; i < ii; ++i)
str += String.fromCharCode(arr[i]);
return str;
};
function int16(bytes) {
return (bytes[0] << 8) + (bytes[1] & 0xff);
};
function int32(bytes) {
return (bytes[0] << 24) + (bytes[1] << 16) +
(bytes[2] << 8) + (bytes[3] & 0xff);
};
function getMaxPower2(number) {
var maxPower = 0;
var value = number;
while (value >= 2) {
value /= 2;
maxPower++;
}
value = 2;
for (var i = 1; i < maxPower; i++)
value *= 2;
return value;
};
function string16(value) {
return String.fromCharCode((value >> 8) & 0xff) +
String.fromCharCode(value & 0xff);
};
function safeString16(value) {
// clamp value to the 16-bit int range
value = value > 0x7FFF ? 0x7FFF : value < -0x8000 ? -0x8000 : value;
return String.fromCharCode((value >> 8) & 0xff) +
String.fromCharCode(value & 0xff);
};
function string32(value) {
return String.fromCharCode((value >> 24) & 0xff) +
String.fromCharCode((value >> 16) & 0xff) +
String.fromCharCode((value >> 8) & 0xff) +
String.fromCharCode(value & 0xff);
};
function createOpenTypeHeader(sfnt, file, numTables) {
// Windows hates the Mac TrueType sfnt version number
if (sfnt == 'true')
sfnt = string32(0x00010000);
// sfnt version (4 bytes)
var header = sfnt;
// numTables (2 bytes)
header += string16(numTables);
// searchRange (2 bytes)
var tablesMaxPower2 = getMaxPower2(numTables);
var searchRange = tablesMaxPower2 * 16;
header += string16(searchRange);
// entrySelector (2 bytes)
header += string16(Math.log(tablesMaxPower2) / Math.log(2));
// rangeShift (2 bytes)
header += string16(numTables * 16 - searchRange);
file.file += header;
file.virtualOffset += header.length;
};
function createTableEntry(file, tag, data) {
// offset
var offset = file.virtualOffset;
// length
var length = data.length;
// Per spec tables must be 4-bytes align so add padding as needed
while (data.length & 3)
data.push(0x00);
while (file.virtualOffset & 3)
file.virtualOffset++;
// checksum
var checksum = 0, n = data.length;
for (var i = 0; i < n; i += 4)
checksum = (checksum + int32([data[i], data[i + 1], data[i + 2],
data[i + 3]])) | 0;
var tableEntry = (tag + string32(checksum) +
string32(offset) + string32(length));
file.file += tableEntry;
file.virtualOffset += data.length;
};
function getRanges(glyphs) {
// Array.sort() sorts by characters, not numerically, so convert to an
// array of characters.
var codes = [];
var length = glyphs.length;
for (var n = 0; n < length; ++n)
codes.push({ unicode: glyphs[n].unicode, code: n });
codes.sort(function fontGetRangesSort(a, b) {
return a.unicode - b.unicode;
});
// Split the sorted codes into ranges.
var ranges = [];
for (var n = 0; n < length; ) {
var start = codes[n].unicode;
var codeIndices = [codes[n].code];
++n;
var end = start;
while (n < length && end + 1 == codes[n].unicode) {
codeIndices.push(codes[n].code);
++end;
++n;
}
ranges.push([start, end, codeIndices]);
}
return ranges;
};
function createCMapTable(glyphs, deltas) {
var ranges = getRanges(glyphs);
var numTables = 1;
var cmap = '\x00\x00' + // version
string16(numTables) + // numTables
'\x00\x03' + // platformID
'\x00\x01' + // encodingID
string32(4 + numTables * 8); // start of the table record
var segCount = ranges.length + 1;
var segCount2 = segCount * 2;
var searchRange = getMaxPower2(segCount) * 2;
var searchEntry = Math.log(segCount) / Math.log(2);
var rangeShift = 2 * segCount - searchRange;
// Fill up the 4 parallel arrays describing the segments.
var startCount = '';
var endCount = '';
var idDeltas = '';
var idRangeOffsets = '';
var glyphsIds = '';
var bias = 0;
if (deltas) {
for (var i = 0; i < segCount - 1; i++) {
var range = ranges[i];
var start = range[0];
var end = range[1];
var offset = (segCount - i) * 2 + bias * 2;
bias += (end - start + 1);
startCount += string16(start);
endCount += string16(end);
idDeltas += string16(0);
idRangeOffsets += string16(offset);
var codes = range[2];
for (var j = 0, jj = codes.length; j < jj; ++j)
glyphsIds += string16(deltas[codes[j]]);
}
} else {
for (var i = 0; i < segCount - 1; i++) {
var range = ranges[i];
var start = range[0];
var end = range[1];
var startCode = range[2][0];
startCount += string16(start);
endCount += string16(end);
idDeltas += string16((startCode - start + 1) & 0xFFFF);
idRangeOffsets += string16(0);
}
}
endCount += '\xFF\xFF';
startCount += '\xFF\xFF';
idDeltas += '\x00\x01';
idRangeOffsets += '\x00\x00';
var format314 = '\x00\x00' + // language
string16(segCount2) +
string16(searchRange) +
string16(searchEntry) +
string16(rangeShift) +
endCount + '\x00\x00' + startCount +
idDeltas + idRangeOffsets + glyphsIds;
return stringToArray(cmap +
'\x00\x04' + // format
string16(format314.length + 4) + // length
format314);
};
function createOS2Table(properties, charstrings, override) {
override = override || {
unitsPerEm: 0,
yMax: 0,
yMin: 0,
ascent: 0,
descent: 0
};
var ulUnicodeRange1 = 0;
var ulUnicodeRange2 = 0;
var ulUnicodeRange3 = 0;
var ulUnicodeRange4 = 0;
var firstCharIndex = null;
var lastCharIndex = 0;
if (charstrings) {
for (var i = 0; i < charstrings.length; ++i) {
var code = charstrings[i].unicode;
if (firstCharIndex > code || !firstCharIndex)
firstCharIndex = code;
if (lastCharIndex < code)
lastCharIndex = code;
var position = getUnicodeRangeFor(code);
if (position < 32) {
ulUnicodeRange1 |= 1 << position;
} else if (position < 64) {
ulUnicodeRange2 |= 1 << position - 32;
} else if (position < 96) {
ulUnicodeRange3 |= 1 << position - 64;
} else if (position < 123) {
ulUnicodeRange4 |= 1 << position - 96;
} else {
error('Unicode ranges Bits > 123 are reserved for internal usage');
}
}
} else {
// TODO
firstCharIndex = 0;
lastCharIndex = 255;
}
var unitsPerEm = override.unitsPerEm || kPDFGlyphSpaceUnits;
var typoAscent = override.ascent || properties.ascent;
var typoDescent = override.descent || properties.descent;
var winAscent = override.yMax || typoAscent;
var winDescent = -override.yMin || -typoDescent;
// if there is a units per em value but no other override
// then scale the calculated ascent
if (unitsPerEm != kPDFGlyphSpaceUnits &&
'undefined' == typeof(override.ascent)) {
// if the font units differ to the PDF glyph space units
// then scale up the values
typoAscent = Math.round(typoAscent * unitsPerEm / kPDFGlyphSpaceUnits);
typoDescent = Math.round(typoDescent * unitsPerEm / kPDFGlyphSpaceUnits);
winAscent = typoAscent;
winDescent = -typoDescent;
}
return '\x00\x03' + // version
'\x02\x24' + // xAvgCharWidth
'\x01\xF4' + // usWeightClass
'\x00\x05' + // usWidthClass
'\x00\x00' + // fstype (0 to let the font loads via font-face on IE)
'\x02\x8A' + // ySubscriptXSize
'\x02\xBB' + // ySubscriptYSize
'\x00\x00' + // ySubscriptXOffset
'\x00\x8C' + // ySubscriptYOffset
'\x02\x8A' + // ySuperScriptXSize
'\x02\xBB' + // ySuperScriptYSize
'\x00\x00' + // ySuperScriptXOffset
'\x01\xDF' + // ySuperScriptYOffset
'\x00\x31' + // yStrikeOutSize
'\x01\x02' + // yStrikeOutPosition
'\x00\x00' + // sFamilyClass
'\x00\x00\x06' +
String.fromCharCode(properties.fixedPitch ? 0x09 : 0x00) +
'\x00\x00\x00\x00\x00\x00' + // Panose
string32(ulUnicodeRange1) + // ulUnicodeRange1 (Bits 0-31)
string32(ulUnicodeRange2) + // ulUnicodeRange2 (Bits 32-63)
string32(ulUnicodeRange3) + // ulUnicodeRange3 (Bits 64-95)
string32(ulUnicodeRange4) + // ulUnicodeRange4 (Bits 96-127)
'\x2A\x32\x31\x2A' + // achVendID
string16(properties.italicAngle ? 1 : 0) + // fsSelection
string16(firstCharIndex ||
properties.firstChar) + // usFirstCharIndex
string16(lastCharIndex || properties.lastChar) + // usLastCharIndex
string16(typoAscent) + // sTypoAscender
string16(typoDescent) + // sTypoDescender
'\x00\x64' + // sTypoLineGap (7%-10% of the unitsPerEM value)
string16(winAscent) + // usWinAscent
string16(winDescent) + // usWinDescent
'\x00\x00\x00\x00' + // ulCodePageRange1 (Bits 0-31)
'\x00\x00\x00\x00' + // ulCodePageRange2 (Bits 32-63)
string16(properties.xHeight) + // sxHeight
string16(properties.capHeight) + // sCapHeight
string16(0) + // usDefaultChar
string16(firstCharIndex || properties.firstChar) + // usBreakChar
'\x00\x03'; // usMaxContext
};
function createPostTable(properties) {
var angle = Math.floor(properties.italicAngle * (Math.pow(2, 16)));
return '\x00\x03\x00\x00' + // Version number
string32(angle) + // italicAngle
'\x00\x00' + // underlinePosition
'\x00\x00' + // underlineThickness
string32(properties.fixedPitch) + // isFixedPitch
'\x00\x00\x00\x00' + // minMemType42
'\x00\x00\x00\x00' + // maxMemType42
'\x00\x00\x00\x00' + // minMemType1
'\x00\x00\x00\x00'; // maxMemType1
};
function createNameTable(name) {
var strings = [
'Original licence', // 0.Copyright
name, // 1.Font family
'Unknown', // 2.Font subfamily (font weight)
'uniqueID', // 3.Unique ID
name, // 4.Full font name
'Version 0.11', // 5.Version
'', // 6.Postscript name
'Unknown', // 7.Trademark
'Unknown', // 8.Manufacturer
'Unknown' // 9.Designer
];
// Mac want 1-byte per character strings while Windows want
// 2-bytes per character, so duplicate the names table
var stringsUnicode = [];
for (var i = 0, ii = strings.length; i < ii; i++) {
var str = strings[i];
var strUnicode = '';
for (var j = 0, jj = str.length; j < jj; j++)
strUnicode += string16(str.charCodeAt(j));
stringsUnicode.push(strUnicode);
}
var names = [strings, stringsUnicode];
var platforms = ['\x00\x01', '\x00\x03'];
var encodings = ['\x00\x00', '\x00\x01'];
var languages = ['\x00\x00', '\x04\x09'];
var namesRecordCount = strings.length * platforms.length;
var nameTable =
'\x00\x00' + // format
string16(namesRecordCount) + // Number of names Record
string16(namesRecordCount * 12 + 6); // Storage
// Build the name records field
var strOffset = 0;
for (var i = 0, ii = platforms.length; i < ii; i++) {
var strs = names[i];
for (var j = 0, jj = strs.length; j < jj; j++) {
var str = strs[j];
var nameRecord =
platforms[i] + // platform ID
encodings[i] + // encoding ID
languages[i] + // language ID
string16(j) + // name ID
string16(str.length) +
string16(strOffset);
nameTable += nameRecord;
strOffset += str.length;
}
}
nameTable += strings.join('') + stringsUnicode.join('');
return nameTable;
}
Font.prototype = {
name: null,
font: null,
mimetype: null,
encoding: null,
checkAndRepair: function font_checkAndRepair(name, font, properties) {
function readTableEntry(file) {
var tag = file.getBytes(4);
tag = String.fromCharCode(tag[0]) +
String.fromCharCode(tag[1]) +
String.fromCharCode(tag[2]) +
String.fromCharCode(tag[3]);
var checksum = int32(file.getBytes(4));
var offset = int32(file.getBytes(4));
var length = int32(file.getBytes(4));
// Read the table associated data
var previousPosition = file.pos;
file.pos = file.start ? file.start : 0;
file.skip(offset);
var data = file.getBytes(length);
file.pos = previousPosition;
if (tag == 'head') {
// clearing checksum adjustment
data[8] = data[9] = data[10] = data[11] = 0;
data[17] |= 0x20; //Set font optimized for cleartype flag
}
return {
tag: tag,
checksum: checksum,
length: length,
offset: offset,
data: data
};
};
function readOpenTypeHeader(ttf) {
return {
version: arrayToString(ttf.getBytes(4)),
numTables: int16(ttf.getBytes(2)),
searchRange: int16(ttf.getBytes(2)),
entrySelector: int16(ttf.getBytes(2)),
rangeShift: int16(ttf.getBytes(2))
};
};
function createGlyphNameMap(glyphs, ids, properties) {
var glyphNames = properties.glyphNames;
if (!glyphNames) {
properties.glyphNameMap = {};
return;
}
var glyphsLength = glyphs.length;
var glyphNameMap = {};
var encoding = [];
for (var i = 0; i < glyphsLength; ++i) {
var glyphName = glyphNames[ids[i]];
if (!glyphName)
continue;
var unicode = glyphs[i].unicode;
glyphNameMap[glyphName] = unicode;
var code = glyphs[i].code;
encoding[code] = glyphName;
}
properties.glyphNameMap = glyphNameMap;
if (!properties.hasEncoding)
properties.baseEncoding = encoding;
}
function readCMapTable(cmap, font) {
var start = (font.start ? font.start : 0) + cmap.offset;
font.pos = start;
var version = int16(font.getBytes(2));
var numRecords = int16(font.getBytes(2));
var records = [];
for (var i = 0; i < numRecords; i++) {
records.push({
platformID: int16(font.getBytes(2)),
encodingID: int16(font.getBytes(2)),
offset: int32(font.getBytes(4))
});
}
// Check that table are sorted by platformID then encodingID,
records.sort(function fontReadCMapTableSort(a, b) {
return ((a.platformID << 16) + a.encodingID) -
((b.platformID << 16) + b.encodingID);
});
var tables = [records[0]];
for (var i = 1; i < numRecords; i++) {
// The sanitizer will drop the font if 2 tables have the same
// platformID and the same encodingID, this will be correct for
// most cases but if the font has been made for Mac it could
// exist a few platformID: 1, encodingID: 0 but with a different
// language field and that's correct. But the sanitizer does not
// seem to support this case.
var current = records[i];
var previous = records[i - 1];
if (((current.platformID << 16) + current.encodingID) <=
((previous.platformID << 16) + previous.encodingID))
continue;
tables.push(current);
}
var missing = numRecords - tables.length;
if (missing) {
numRecords = tables.length;
var data = string16(version) + string16(numRecords);
for (var i = 0; i < numRecords; i++) {
var table = tables[i];
data += string16(table.platformID) +
string16(table.encodingID) +
string32(table.offset);
}
for (var i = 0, ii = data.length; i < ii; i++)
cmap.data[i] = data.charCodeAt(i);
}
for (var i = 0; i < numRecords; i++) {
var table = tables[i];
font.pos = start + table.offset;
var format = int16(font.getBytes(2));
var length = int16(font.getBytes(2));
var language = int16(font.getBytes(2));
if (format == 0) {
// Characters below 0x20 are controls characters that are hardcoded
// into the platform so if some characters in the font are assigned
// under this limit they will not be displayed so let's rewrite the
// CMap.
var glyphs = [];
var ids = [];
for (var j = 0; j < 256; j++) {
var index = font.getByte();
if (index) {
glyphs.push({ unicode: j, code: j });
ids.push(index);
}
}
return {
glyphs: glyphs,
ids: ids,
hasShortCmap: true
};
} else if (format == 4) {
// re-creating the table in format 4 since the encoding
// might be changed
var segCount = (int16(font.getBytes(2)) >> 1);
font.getBytes(6); // skipping range fields
var segIndex, segments = [];
for (segIndex = 0; segIndex < segCount; segIndex++) {
segments.push({ end: int16(font.getBytes(2)) });
}
font.getBytes(2);
for (segIndex = 0; segIndex < segCount; segIndex++) {
segments[segIndex].start = int16(font.getBytes(2));
}
for (segIndex = 0; segIndex < segCount; segIndex++) {
segments[segIndex].delta = int16(font.getBytes(2));
}
var offsetsCount = 0;
for (segIndex = 0; segIndex < segCount; segIndex++) {
var segment = segments[segIndex];
var rangeOffset = int16(font.getBytes(2));
if (!rangeOffset) {
segment.offsetIndex = -1;
continue;
}
var offsetIndex = (rangeOffset >> 1) - (segCount - segIndex);
segment.offsetIndex = offsetIndex;
offsetsCount = Math.max(offsetsCount, offsetIndex +
segment.end - segment.start + 1);
}
var offsets = [];
for (var j = 0; j < offsetsCount; j++)
offsets.push(int16(font.getBytes(2)));
var glyphs = [], ids = [];
for (segIndex = 0; segIndex < segCount; segIndex++) {
var segment = segments[segIndex];
var start = segment.start, end = segment.end;
var delta = segment.delta, offsetIndex = segment.offsetIndex;
for (var j = start; j <= end; j++) {
if (j == 0xFFFF)
continue;
var glyphCode = offsetIndex < 0 ? j :
offsets[offsetIndex + j - start];
glyphCode = (glyphCode + delta) & 0xFFFF;
if (glyphCode == 0)
continue;
glyphs.push({ unicode: j, code: j });
ids.push(glyphCode);
}
}
return {
glyphs: glyphs,
ids: ids
};
} else if (format == 6) {
// Format 6 is a 2-bytes dense mapping, which means the font data
// lives glue together even if they are pretty far in the unicode
// table. (This looks weird, so I can have missed something), this
// works on Linux but seems to fails on Mac so let's rewrite the
// cmap table to a 3-1-4 style
var firstCode = int16(font.getBytes(2));
var entryCount = int16(font.getBytes(2));
var glyphs = [];
var ids = [];
for (var j = 0; j < entryCount; j++) {
var glyphCode = int16(font.getBytes(2));
var code = firstCode + j;
glyphs.push({ unicode: code, code: code });
ids.push(glyphCode);
}
return {
glyphs: glyphs,
ids: ids
};
}
}
error('Unsupported cmap table format');
};
function sanitizeMetrics(font, header, metrics, numGlyphs) {
if (!header && !metrics)
return;
// The vhea/vmtx tables are not required, so it happens that
// some fonts embed a vmtx table without a vhea table. In this
// situation the sanitizer assume numOfLongVerMetrics = 1. As
// a result it tries to read numGlyphs - 1 SHORT from the vmtx
// table, and if it is not possible, the font is rejected.
// So remove the vmtx table if there is no vhea table.
if (!header && metrics) {
metrics.data = null;
return;
}
font.pos = (font.start ? font.start : 0) + header.offset;
font.pos += header.length - 2;
var numOfMetrics = int16(font.getBytes(2));
var numOfSidebearings = numGlyphs - numOfMetrics;
var numMissing = numOfSidebearings -
((hmtx.length - numOfMetrics * 4) >> 1);
if (numMissing > 0) {
font.pos = (font.start ? font.start : 0) + metrics.offset;
var entries = '';
for (var i = 0, ii = hmtx.length; i < ii; i++)
entries += String.fromCharCode(font.getByte());
for (var i = 0; i < numMissing; i++)
entries += '\x00\x00';
metrics.data = stringToArray(entries);
}
};
function sanitizeGlyphLocations(loca, glyf, numGlyphs,
isGlyphLocationsLong) {
var itemSize, itemDecode, itemEncode;
if (isGlyphLocationsLong) {
itemSize = 4;
itemDecode = function fontItemDecodeLong(data, offset) {
return (data[offset] << 24) | (data[offset + 1] << 16) |
(data[offset + 2] << 8) | data[offset + 3];
};
itemEncode = function fontItemEncodeLong(data, offset, value) {
data[offset] = (value >>> 24) & 0xFF;
data[offset + 1] = (value >> 16) & 0xFF;
data[offset + 2] = (value >> 8) & 0xFF;
data[offset + 3] = value & 0xFF;
};
} else {
itemSize = 2;
itemDecode = function fontItemDecode(data, offset) {
return (data[offset] << 9) | (data[offset + 1] << 1);
};
itemEncode = function fontItemEncode(data, offset, value) {
data[offset] = (value >> 9) & 0xFF;
data[offset + 1] = (value >> 1) & 0xFF;
};
}
var locaData = loca.data;
var startOffset = itemDecode(locaData, 0);
var firstOffset = itemDecode(locaData, itemSize);
if (firstOffset - startOffset < 12 || startOffset > 0) {
// removing first glyph
glyf.data = glyf.data.subarray(firstOffset);
glyf.length -= firstOffset;
itemEncode(locaData, 0, 0);
var i, pos = itemSize;
for (i = 1; i <= numGlyphs; ++i) {
itemEncode(locaData, pos,
itemDecode(locaData, pos) - firstOffset);
pos += itemSize;
}
}
}
function readGlyphNameMap(post, properties) {
var start = (font.start ? font.start : 0) + post.offset;
font.pos = start;
var length = post.length, end = start + length;
var version = int32(font.getBytes(4));
// skip rest to the tables
font.getBytes(28);
var glyphNames;
switch (version) {
case 0x00010000:
glyphNames = MacStandardGlyphOrdering;
break;
case 0x00020000:
var numGlyphs = int16(font.getBytes(2));
var glyphNameIndexes = [];
for (var i = 0; i < numGlyphs; ++i)
glyphNameIndexes.push(int16(font.getBytes(2)));
var customNames = [];
while (font.pos < end) {
var stringLength = font.getByte();
var string = '';
for (var i = 0; i < stringLength; ++i)
string += font.getChar();
customNames.push(string);
}
glyphNames = [];
for (var i = 0; i < numGlyphs; ++i) {
var j = glyphNameIndexes[i];
if (j < 258) {
glyphNames.push(MacStandardGlyphOrdering[j]);
continue;
}
glyphNames.push(customNames[j - 258]);
}
break;
case 0x00030000:
break;
default:
warn('Unknown/unsupported post table version ' + version);
break;
}
properties.glyphNames = glyphNames;
}
// Check that required tables are present
var requiredTables = ['OS/2', 'cmap', 'head', 'hhea',
'hmtx', 'maxp', 'name', 'post'];
var header = readOpenTypeHeader(font);
var numTables = header.numTables;
var cmap, post, maxp, hhea, hmtx, vhea, vmtx, head, loca, glyf;
var tables = [];
for (var i = 0; i < numTables; i++) {
var table = readTableEntry(font);
var index = requiredTables.indexOf(table.tag);
if (index != -1) {
if (table.tag == 'cmap')
cmap = table;
else if (table.tag == 'post')
post = table;
else if (table.tag == 'maxp')
maxp = table;
else if (table.tag == 'hhea')
hhea = table;
else if (table.tag == 'hmtx')
hmtx = table;
else if (table.tag == 'head')
head = table;
requiredTables.splice(index, 1);
} else {
if (table.tag == 'vmtx')
vmtx = table;
else if (table.tag == 'vhea')
vhea = table;
else if (table.tag == 'loca')
loca = table;
else if (table.tag == 'glyf')
glyf = table;
}
tables.push(table);
}
var numTables = header.numTables + requiredTables.length;
// header and new offsets. Table entry information is appended to the
// end of file. The virtualOffset represents where to put the actual
// data of a particular table;
var ttf = {
file: '',
virtualOffset: numTables * (4 * 4)
};
// The new numbers of tables will be the last one plus the num
// of missing tables
createOpenTypeHeader(header.version, ttf, numTables);
if (requiredTables.indexOf('OS/2') != -1) {
// extract some more font properties from the OpenType head and
// hhea tables; yMin and descent value are always negative
var override = {
unitsPerEm: int16([head.data[18], head.data[19]]),
yMax: int16([head.data[42], head.data[43]]),
yMin: int16([head.data[38], head.data[39]]) - 0x10000,
ascent: int16([hhea.data[4], hhea.data[5]]),
descent: int16([hhea.data[6], hhea.data[7]]) - 0x10000
};
tables.push({
tag: 'OS/2',
data: stringToArray(createOS2Table(properties, null, override))
});
}
// Ensure the [h/v]mtx tables contains the advance width and
// sidebearings information for numGlyphs in the maxp table
font.pos = (font.start || 0) + maxp.offset;
var version = int16(font.getBytes(4));
var numGlyphs = int16(font.getBytes(2));
sanitizeMetrics(font, hhea, hmtx, numGlyphs);
sanitizeMetrics(font, vhea, vmtx, numGlyphs);
if (head && loca && glyf) {
var isGlyphLocationsLong = int16([head.data[50], head.data[51]]);
sanitizeGlyphLocations(loca, glyf, numGlyphs, isGlyphLocationsLong);
}
// Sanitizer reduces the glyph advanceWidth to the maxAdvanceWidth
// Sometimes it's 0. That needs to be fixed
if (hhea.data[10] == 0 && hhea.data[11] == 0) {
hhea.data[10] = 0xFF;
hhea.data[11] = 0xFF;
}
// The 'post' table has glyphs names.
if (post) {
readGlyphNameMap(post, properties);
}
// Replace the old CMAP table with a shiny new one
if (properties.type == 'CIDFontType2') {
// Type2 composite fonts map characters directly to glyphs so the cmap
// table must be replaced.
// canvas fillText will reencode some characters even if the font has a
// glyph at that position - e.g. newline is converted to a space and
// U+00AD (soft hyphen) is not drawn.
// So, offset all the glyphs by 0xFF to avoid these cases and use
// the encoding to map incoming characters to the new glyph positions
if (!cmap) {
cmap = {
tag: 'cmap',
data: null
};
tables.push(cmap);
}
var cidToGidMap = properties.cidToGidMap || [];
var gidToCidMap = [0];
if (cidToGidMap.length > 0) {
for (var j = cidToGidMap.length - 1; j >= 0; j--) {
var gid = cidToGidMap[j];
if (gid)
gidToCidMap[gid] = j;
}
// filling the gaps using CID above the CIDs currently used in font
var nextCid = cidToGidMap.length;
for (var i = 1; i < numGlyphs; i++) {
if (!gidToCidMap[i])
gidToCidMap[i] = nextCid++;
}
}
var glyphs = [], ids = [];
var usedUnicodes = [];
var unassignedUnicodeItems = [];
for (var i = 1; i < numGlyphs; i++) {
var cid = gidToCidMap[i] || i;
var unicode = this.toUnicode[cid];
if (!unicode || isSpecialUnicode(unicode) ||
unicode in usedUnicodes) {
unassignedUnicodeItems.push(i);
continue;
}
usedUnicodes[unicode] = true;
glyphs.push({ unicode: unicode, code: cid });
ids.push(i);
}
// trying to fit as many unassigned symbols as we can
// in the range allocated for the user defined symbols
var unusedUnicode = kCmapGlyphOffset;
for (var j = 0, jj = unassignedUnicodeItems.length; j < jj; j++) {
var i = unassignedUnicodeItems[j];
var cid = gidToCidMap[i] || i;
while (unusedUnicode in usedUnicodes)
unusedUnicode++;
if (unusedUnicode >= kCmapGlyphOffset + kSizeOfGlyphArea)
break;
var unicode = unusedUnicode++;
this.toUnicode[cid] = unicode;
usedUnicodes[unicode] = true;
glyphs.push({ unicode: unicode, code: cid });
ids.push(i);
}
cmap.data = createCMapTable(glyphs, ids);
} else {
var cmapTable = readCMapTable(cmap, font);
var glyphs = cmapTable.glyphs;
var ids = cmapTable.ids;
var hasShortCmap = !!cmapTable.hasShortCmap;
var toUnicode = this.toUnicode;
if (toUnicode && toUnicode.length > 0) {
// checking if cmap is just identity map
var isIdentity = true;
for (var i = 0, ii = glyphs.length; i < ii; i++) {
if (glyphs[i].unicode != i + 1) {
isIdentity = false;
break;
}
}
// if it is, replacing with meaningful toUnicode values
if (isIdentity) {
var usedUnicodes = [], unassignedUnicodeItems = [];
for (var i = 0, ii = glyphs.length; i < ii; i++) {
var unicode = toUnicode[i + 1];
if (!unicode || unicode in usedUnicodes) {
unassignedUnicodeItems.push(i);
continue;
}
glyphs[i].unicode = unicode;
usedUnicodes[unicode] = true;
}
var unusedUnicode = kCmapGlyphOffset;
for (var j = 0, jj = unassignedUnicodeItems.length; j < jj; j++) {
var i = unassignedUnicodeItems[j];
while (unusedUnicode in usedUnicodes)
unusedUnicode++;
var cid = i + 1;
// override only if unicode mapping is not specified
if (!(cid in toUnicode))
toUnicode[cid] = unusedUnicode;
glyphs[i].unicode = unusedUnicode++;
}
this.useToUnicode = true;
}
}
properties.hasShortCmap = hasShortCmap;
// remove glyph references outside range of avaialable glyphs
for (var i = 0, ii = ids.length; i < ii; i++) {
if (ids[i] >= numGlyphs)
ids[i] = 0;
}
createGlyphNameMap(glyphs, ids, properties);
this.glyphNameMap = properties.glyphNameMap;
cmap.data = createCMapTable(glyphs, ids);
}
// Rewrite the 'post' table if needed
if (requiredTables.indexOf('post') != -1) {
tables.push({
tag: 'post',
data: stringToArray(createPostTable(properties))
});
}
// Rewrite the 'name' table if needed
if (requiredTables.indexOf('name') != -1) {
tables.push({
tag: 'name',
data: stringToArray(createNameTable(this.name))
});
}
// Tables needs to be written by ascendant alphabetic order
tables.sort(function tables_sort(a, b) {
return (a.tag > b.tag) - (a.tag < b.tag);
});
// rewrite the tables but tweak offsets
for (var i = 0, ii = tables.length; i < ii; i++) {
var table = tables[i];
var data = [];
var tableData = table.data;
for (var j = 0, jj = tableData.length; j < jj; j++)
data.push(tableData[j]);
createTableEntry(ttf, table.tag, data);
}
// Add the table datas
for (var i = 0, ii = tables.length; i < ii; i++) {
var table = tables[i];
var tableData = table.data;
ttf.file += arrayToString(tableData);
// 4-byte aligned data
while (ttf.file.length & 3)
ttf.file += String.fromCharCode(0);
}
return stringToArray(ttf.file);
},
convert: function font_convert(fontName, font, properties) {
function isFixedPitch(glyphs) {
for (var i = 0, ii = glyphs.length - 1; i < ii; i++) {
if (glyphs[i] != glyphs[i + 1])
return false;
}
return true;
}
// The offsets object holds at the same time a representation of where
// to write the table entry information about a table and another offset
// representing the offset where to draw the actual data of a particular
// table
var kRequiredTablesCount = 9;
var otf = {
file: '',
virtualOffset: 9 * (4 * 4)
};
createOpenTypeHeader('\x4F\x54\x54\x4F', otf, 9);
var charstrings = font.charstrings;
properties.fixedPitch = isFixedPitch(charstrings);
var glyphNameMap = {};
for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i];
glyphNameMap[charstring.glyph] = charstring.unicode;
}
this.glyphNameMap = glyphNameMap;
if (!properties.hasEncoding && (properties.subtype == 'Type1C' ||
properties.subtype == 'CIDFontType0C')) {
var encoding = [];
for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i];
encoding[charstring.code] = charstring.glyph;
}
properties.baseEncoding = encoding;
}
if (properties.subtype == 'CIDFontType0C') {
var toUnicode = [];
for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i];
toUnicode[charstring.code] = charstring.unicode;
}
this.toUnicode = toUnicode;
}
var fields = {
// PostScript Font Program
'CFF ': font.data,
// OS/2 and Windows Specific metrics
'OS/2': stringToArray(createOS2Table(properties, charstrings)),
// Character to glyphs mapping
'cmap': createCMapTable(charstrings.slice(),
('glyphIds' in font) ? font.glyphIds : null),
// Font header
'head': (function fontFieldsHead() {
return stringToArray(
'\x00\x01\x00\x00' + // Version number
'\x00\x00\x10\x00' + // fontRevision
'\x00\x00\x00\x00' + // checksumAdjustement
'\x5F\x0F\x3C\xF5' + // magicNumber
'\x00\x00' + // Flags
'\x03\xE8' + // unitsPerEM (defaulting to 1000)
'\x00\x00\x00\x00\x9e\x0b\x7e\x27' + // creation date
'\x00\x00\x00\x00\x9e\x0b\x7e\x27' + // modifification date
'\x00\x00' + // xMin
safeString16(properties.descent) + // yMin
'\x0F\xFF' + // xMax
safeString16(properties.ascent) + // yMax
string16(properties.italicAngle ? 2 : 0) + // macStyle
'\x00\x11' + // lowestRecPPEM
'\x00\x00' + // fontDirectionHint
'\x00\x00' + // indexToLocFormat
'\x00\x00'); // glyphDataFormat
})(),
// Horizontal header
'hhea': (function fontFieldsHhea() {
return stringToArray(
'\x00\x01\x00\x00' + // Version number
safeString16(properties.ascent) + // Typographic Ascent
safeString16(properties.descent) + // Typographic Descent
'\x00\x00' + // Line Gap
'\xFF\xFF' + // advanceWidthMax
'\x00\x00' + // minLeftSidebearing
'\x00\x00' + // minRightSidebearing
'\x00\x00' + // xMaxExtent
safeString16(properties.capHeight) + // caretSlopeRise
safeString16(Math.tan(properties.italicAngle) *
properties.xHeight) + // caretSlopeRun
'\x00\x00' + // caretOffset
'\x00\x00' + // -reserved-
'\x00\x00' + // -reserved-
'\x00\x00' + // -reserved-
'\x00\x00' + // -reserved-
'\x00\x00' + // metricDataFormat
string16(charstrings.length + 1)); // Number of HMetrics
})(),
// Horizontal metrics
'hmtx': (function fontFieldsHmtx() {
var hmtx = '\x00\x00\x00\x00'; // Fake .notdef
for (var i = 0, ii = charstrings.length; i < ii; i++) {
var charstring = charstrings[i];
var width = 'width' in charstring ? charstring.width : 0;
hmtx += string16(width) + string16(0);
}
return stringToArray(hmtx);
})(),
// Maximum profile
'maxp': (function fontFieldsMaxp() {
return stringToArray(
'\x00\x00\x50\x00' + // Version number
string16(charstrings.length + 1)); // Num of glyphs
})(),
// Naming tables
'name': stringToArray(createNameTable(fontName)),
// PostScript informations
'post': stringToArray(createPostTable(properties))
};
for (var field in fields)
createTableEntry(otf, field, fields[field]);
for (var field in fields) {
var table = fields[field];
otf.file += arrayToString(table);
}
return stringToArray(otf.file);
},
rebuildToUnicode: function font_rebuildToUnicode(properties) {
var firstChar = properties.firstChar, lastChar = properties.lastChar;
var map = [];
if (properties.composite) {
var isIdentityMap = this.cidToUnicode.length == 0;
for (var i = firstChar, ii = lastChar; i <= ii; i++) {
// TODO missing map the character according font's CMap
var cid = i;
map[i] = isIdentityMap ? cid : this.cidToUnicode[cid];
}
} else {
for (var i = firstChar, ii = lastChar; i <= ii; i++) {
var glyph = properties.differences[i];
if (!glyph)
glyph = properties.baseEncoding[i];
if (!!glyph && (glyph in GlyphsUnicode))
map[i] = GlyphsUnicode[glyph];
}
}
this.toUnicode = map;
},
loadCidToUnicode: function font_loadCidToUnicode(properties) {
if (!properties.cidSystemInfo)
return;
var cidToUnicodeMap = [], unicodeToCIDMap = [];
this.cidToUnicode = cidToUnicodeMap;
this.unicodeToCID = unicodeToCIDMap;
var cidSystemInfo = properties.cidSystemInfo;
var cidToUnicode;
if (cidSystemInfo) {
cidToUnicode = CIDToUnicodeMaps[
cidSystemInfo.registry + '-' + cidSystemInfo.ordering];
}
if (!cidToUnicode)
return; // identity encoding
var cid = 1, i, j, k, ii;
for (i = 0, ii = cidToUnicode.length; i < ii; ++i) {
var unicode = cidToUnicode[i];
if (isArray(unicode)) {
var length = unicode.length;
for (j = 0; j < length; j++) {
cidToUnicodeMap[cid] = unicode[j];
unicodeToCIDMap[unicode[j]] = cid;
}
cid++;
} else if (typeof unicode === 'object') {
var fillLength = unicode.f;
if (fillLength) {
k = unicode.c;
for (j = 0; j < fillLength; ++j) {
cidToUnicodeMap[cid] = k;
unicodeToCIDMap[k] = cid;
cid++;
k++;
}
} else
cid += unicode.s;
} else if (unicode) {
cidToUnicodeMap[cid] = unicode;
unicodeToCIDMap[unicode] = cid;
cid++;
} else
cid++;
}
},
bindWorker: function font_bindWorker(data) {
postMessage({
action: 'font',
data: {
raw: data,
fontName: this.loadedName,
mimetype: this.mimetype
}
});
},
bindDOM: function font_bindDom(data) {
var fontName = this.loadedName;
// Add the font-face rule to the document
var url = ('url(data:' + this.mimetype + ';base64,' +
window.btoa(data) + ');');
var rule = "@font-face { font-family:'" + fontName + "';src:" + url + '}';
document.documentElement.firstChild.appendChild(
document.createElement('style'));
var styleSheet = document.styleSheets[document.styleSheets.length - 1];
styleSheet.insertRule(rule, styleSheet.cssRules.length);
return rule;
},
get spaceWidth() {
// trying to estimate space character width
var possibleSpaceReplacements = ['space', 'minus', 'one', 'i'];
var width;
for (var i = 0, ii = possibleSpaceReplacements.length; i < ii; i++) {
var glyphName = possibleSpaceReplacements[i];
// if possible, getting width by glyph name
if (glyphName in this.widths) {
width = this.widths[glyphName];
break;
}
var glyphUnicode = GlyphsUnicode[glyphName];
// finding the charcode via unicodeToCID map
var charcode = 0;
if (this.composite)
charcode = this.unicodeToCID[glyphUnicode];
// ... via toUnicode map
if (!charcode && 'toUnicode' in this)
charcode = this.toUnicode.indexOf(glyphUnicode);
// setting it to unicode if negative or undefined
if (!(charcode > 0))
charcode = glyphUnicode;
// trying to get width via charcode
width = this.widths[charcode];
if (width)
break; // the non-zero width found
}
width = (width || this.defaultWidth) * this.widthMultiplier;
return shadow(this, 'spaceWidth', width);
},
charToGlyph: function fonts_charToGlyph(charcode) {
var unicode, width, codeIRQueue;
var width = this.widths[charcode];
switch (this.type) {
case 'CIDFontType0':
if (this.noUnicodeAdaptation) {
width = this.widths[this.unicodeToCID[charcode] || charcode];
unicode = charcode;
break;
}
unicode = this.toUnicode[charcode] || charcode;
break;
case 'CIDFontType2':
if (this.noUnicodeAdaptation) {
width = this.widths[this.unicodeToCID[charcode] || charcode];
unicode = charcode;
break;
}
unicode = this.toUnicode[charcode] || charcode;
break;
case 'Type1':
var glyphName = this.differences[charcode] || this.encoding[charcode];
if (!isNum(width))
width = this.widths[glyphName];
if (this.noUnicodeAdaptation) {
unicode = GlyphsUnicode[glyphName] || charcode;
break;
}
unicode = this.glyphNameMap[glyphName] ||
GlyphsUnicode[glyphName] || charcode;
break;
case 'Type3':
var glyphName = this.differences[charcode] || this.encoding[charcode];
codeIRQueue = this.charProcIRQueues[glyphName];
unicode = charcode;
break;
case 'TrueType':
if (this.useToUnicode) {
unicode = this.toUnicode[charcode] || charcode;
break;
}
var glyphName = this.differences[charcode] || this.encoding[charcode];
if (!glyphName)
glyphName = Encodings.StandardEncoding[charcode];
if (!isNum(width))
width = this.widths[glyphName];
if (this.noUnicodeAdaptation) {
unicode = GlyphsUnicode[glyphName] || charcode;
break;
}
if (!this.hasEncoding) {
unicode = this.useToUnicode ? this.toUnicode[charcode] : charcode;
break;
}
if (this.hasShortCmap && false) {
var j = Encodings.MacRomanEncoding.indexOf(glyphName);
unicode = j >= 0 ? j :
this.glyphNameMap[glyphName];
} else {
unicode = glyphName in GlyphsUnicode ?
GlyphsUnicode[glyphName] :
this.glyphNameMap[glyphName];
}
break;
default:
warn('Unsupported font type: ' + this.type);
break;
}
var unicodeChars = !('toUnicode' in this) ? charcode :
this.toUnicode[charcode] || charcode;
if (typeof unicodeChars === 'number')
unicodeChars = String.fromCharCode(unicodeChars);
width = (isNum(width) ? width : this.defaultWidth) * this.widthMultiplier;
return {
fontChar: String.fromCharCode(unicode),
unicode: unicodeChars,
width: width,
codeIRQueue: codeIRQueue
};
},
charsToGlyphs: function fonts_charsToGlyphs(chars) {
var charsCache = this.charsCache;
var glyphs;
// if we translated this string before, just grab it from the cache
if (charsCache) {
glyphs = charsCache[chars];
if (glyphs)
return glyphs;
}
// lazily create the translation cache
if (!charsCache)
charsCache = this.charsCache = Object.create(null);
glyphs = [];
if (this.composite) {
// composite fonts have multi-byte strings convert the string from
// single-byte to multi-byte
// XXX assuming CIDFonts are two-byte - later need to extract the
// correct byte encoding according to the PDF spec
var length = chars.length - 1; // looping over two bytes at a time so
// loop should never end on the last byte
for (var i = 0; i < length; i++) {
var charcode = int16([chars.charCodeAt(i++), chars.charCodeAt(i)]);
var glyph = this.charToGlyph(charcode);
glyphs.push(glyph);
// placing null after each word break charcode (ASCII SPACE)
if (charcode == 0x20)
glyphs.push(null);
}
}
else {
for (var i = 0, ii = chars.length; i < ii; ++i) {
var charcode = chars.charCodeAt(i);
var glyph = this.charToGlyph(charcode);
glyphs.push(glyph);
if (charcode == 0x20)
glyphs.push(null);
}
}
// Enter the translated string into the cache
return (charsCache[chars] = glyphs);
}
};
return Font;
})();
/*
* Type1Parser encapsulate the needed code for parsing a Type1 font
* program. Some of its logic depends on the Type2 charstrings
* structure.
*/
var Type1Parser = function type1Parser() {
/*
* Decrypt a Sequence of Ciphertext Bytes to Produce the Original Sequence
* of Plaintext Bytes. The function took a key as a parameter which can be
* for decrypting the eexec block of for decoding charStrings.
*/
var kEexecEncryptionKey = 55665;
var kCharStringsEncryptionKey = 4330;
function decrypt(stream, key, discardNumber) {
var r = key, c1 = 52845, c2 = 22719;
var decryptedString = [];
var value = '';
var count = stream.length;
for (var i = 0; i < count; i++) {
value = stream[i];
decryptedString[i] = value ^ (r >> 8);
r = ((value + r) * c1 + c2) & ((1 << 16) - 1);
}
return decryptedString.slice(discardNumber);
}
/*
* CharStrings are encoded following the the CharString Encoding sequence
* describe in Chapter 6 of the "Adobe Type1 Font Format" specification.
* The value in a byte indicates a command, a number, or subsequent bytes
* that are to be interpreted in a special way.
*
* CharString Number Encoding:
* A CharString byte containing the values from 32 through 255 inclusive
* indicate an integer. These values are decoded in four ranges.
*
* 1. A CharString byte containing a value, v, between 32 and 246 inclusive,
* indicate the integer v - 139. Thus, the integer values from -107 through
* 107 inclusive may be encoded in single byte.
*
* 2. A CharString byte containing a value, v, between 247 and 250 inclusive,
* indicates an integer involving the next byte, w, according to the formula:
* [(v - 247) x 256] + w + 108
*
* 3. A CharString byte containing a value, v, between 251 and 254 inclusive,
* indicates an integer involving the next byte, w, according to the formula:
* -[(v - 251) * 256] - w - 108
*
* 4. A CharString containing the value 255 indicates that the next 4 bytes
* are a two complement signed integer. The first of these bytes contains the
* highest order bits, the second byte contains the next higher order bits
* and the fourth byte contain the lowest order bits.
*
*
* CharString Command Encoding:
* CharStrings commands are encoded in 1 or 2 bytes.
*
* Single byte commands are encoded in 1 byte that contains a value between
* 0 and 31 inclusive.
* If a command byte contains the value 12, then the value in the next byte
* indicates a command. This "escape" mechanism allows many extra commands
* to be encoded and this encoding technique helps to minimize the length of
* the charStrings.
*/
var charStringDictionary = {
'1': 'hstem',
'3': 'vstem',
'4': 'vmoveto',
'5': 'rlineto',
'6': 'hlineto',
'7': 'vlineto',
'8': 'rrcurveto',
// closepath is a Type1 command that do not take argument and is useless
// in Type2 and it can simply be ignored.
'9': null, // closepath
'10': 'callsubr',
// return is normally used inside sub-routines to tells to the execution
// flow that it can be back to normal.
// During the translation process Type1 charstrings will be flattened and
// sub-routines will be embedded directly into the charstring directly, so
// this can be ignored safely.
'11': 'return',
'12': {
// dotsection is a Type1 command to specify some hinting feature for dots
// that do not take a parameter and it can safely be ignored for Type2.
'0': null, // dotsection
// [vh]stem3 are Type1 only and Type2 supports [vh]stem with multiple
// parameters, so instead of returning [vh]stem3 take a shortcut and
// return [vhstem] instead.
'1': 'vstem',
'2': 'hstem',
// Type1 only command with command not (yet) built-in ,throw an error
'6': -1, // seac
'7': -1, // sbw
'11': 'sub',
'12': 'div',
// callothersubr is a mechanism to make calls on the postscript
// interpreter, this is not supported by Type2 charstring but hopefully
// most of the default commands can be ignored safely.
'16': 'callothersubr',
'17': 'pop',
// setcurrentpoint sets the current point to x, y without performing a
// moveto (this is a one shot positionning command). This is used only
// with the return of an OtherSubrs call.
// TODO Implement the OtherSubrs charstring embedding and replace this
// call by a no-op, like 2 'pop' commands for example.
'33': null // setcurrentpoint
},
'13': 'hsbw',
'14': 'endchar',
'21': 'rmoveto',
'22': 'hmoveto',
'30': 'vhcurveto',
'31': 'hvcurveto'
};
var kEscapeCommand = 12;
function decodeCharString(array) {
var charstring = [];
var lsb = 0;
var width = 0;
var flexState = 0;
var value = '';
var count = array.length;
for (var i = 0; i < count; i++) {
value = array[i];
if (value < 32) {
var command = null;
if (value == kEscapeCommand) {
var escape = array[++i];
// TODO Clean this code
if (escape == 16) {
var index = charstring.pop();
var argc = charstring.pop();
for (var j = 0; j < argc; j++)
charstring.push('drop');
// If the flex mechanism is not used in a font program, Adobe
// states that entries 0, 1 and 2 can simply be replaced by
// {}, which means that we can simply ignore them.
if (index < 3) {
continue;
}
// This is the same things about hint replacement, if it is not used
// entry 3 can be replaced by {3}
// TODO support hint replacment
if (index == 3) {
charstring.push(3);
i++;
continue;
}
} else if (escape == 17 || escape == 33) {
// pop or setcurrentpoint commands can be ignored
// since we are not doing callothersubr
continue;
} else if (!kHintingEnabled && (escape == 1 || escape == 2)) {
charstring.push('drop', 'drop', 'drop', 'drop', 'drop', 'drop');
continue;
}
command = charStringDictionary['12'][escape];
} else {
// TODO Clean this code
if (value == 13) { // hsbw
if (charstring.length == 2) {
lsb = charstring[0];
width = charstring[1];
charstring.splice(0, 1);
} else if (charstring.length == 4 && charstring[3] == 'div') {
lsb = charstring[0];
width = charstring[1] / charstring[2];
charstring.splice(0, 1);
} else if (charstring.length == 4 && charstring[2] == 'div') {
lsb = charstring[0] / charstring[1];
width = charstring[3];
charstring.splice(0, 3);
} else {
error('Unsupported hsbw format: ' + charstring);
}
charstring.push(lsb, 'hmoveto');
continue;
} else if (value == 10) { // callsubr
if (charstring[charstring.length - 1] < 3) { // subr #0..2
var subrNumber = charstring.pop();
switch (subrNumber) {
case 1:
flexState = 1; // prepare for flex coordinates
break;
case 2:
flexState = 2; // flex in progress
break;
case 0:
// type2 flex command does not need final coords
charstring.push('exch', 'drop', 'exch', 'drop');
charstring.push('flex');
flexState = 0;
break;
}
continue;
}
} else if (value == 21 && flexState > 0) {
if (flexState > 1)
continue; // ignoring rmoveto
value = 5; // first segment replacing with rlineto
} else if (!kHintingEnabled && (value == 1 || value == 3)) {
charstring.push('drop', 'drop');
continue;
}
command = charStringDictionary[value];
}
// Some charstring commands are meaningless in Type2 and will return
// a null, let's just ignored them
if (!command && i < count) {
continue;
} else if (!command) {
break;
} else if (command == -1) {
warn('Support for Type1 command ' + value +
' (' + escape + ') is not implemented in charstring: ' +
charstring);
if (value == 12) {
// we know how to ignore only some the Type1 commands
switch (escape) {
case 7:
charstring.push('drop', 'drop', 'drop', 'drop');
continue;
case 8:
charstring.push('drop');
continue;
}
}
}
value = command;
} else if (value <= 246) {
value = value - 139;
} else if (value <= 250) {
value = ((value - 247) * 256) + array[++i] + 108;
} else if (value <= 254) {
value = -((value - 251) * 256) - array[++i] - 108;
} else {
value = (array[++i] & 0xff) << 24 | (array[++i] & 0xff) << 16 |
(array[++i] & 0xff) << 8 | (array[++i] & 0xff) << 0;
}
charstring.push(value);
}
return { charstring: charstring, width: width, lsb: lsb };
}
/*
* Returns an object containing a Subrs array and a CharStrings
* array extracted from and eexec encrypted block of data
*/
function readNumberArray(str, index) {
var start = index;
while (str[index++] != '[')
start++;
start++;
var count = 0;
while (str[index++] != ']')
count++;
var array = str.substr(start, count).split(' ');
for (var i = 0, ii = array.length; i < ii; i++)
array[i] = parseFloat(array[i] || 0);
return array;
}
function readNumber(str, index) {
while (str[index] == ' ')
index++;
var start = index;
var count = 0;
while (str[index++] != ' ')
count++;
return parseFloat(str.substr(start, count) || 0);
}
function isSeparator(c) {
return c == ' ' || c == '\n' || c == '\x0d';
}
this.extractFontProgram = function t1_extractFontProgram(stream) {
var eexec = decrypt(stream, kEexecEncryptionKey, 4);
var eexecStr = '';
for (var i = 0, ii = eexec.length; i < ii; i++)
eexecStr += String.fromCharCode(eexec[i]);
var glyphsSection = false, subrsSection = false;
var program = {
subrs: [],
charstrings: [],
properties: {
'private': {
'lenIV': 4
}
}
};
var glyph = '';
var token = '';
var length = 0;
var c = '';
var count = eexecStr.length;
for (var i = 0; i < count; i++) {
var getToken = function getToken() {
while (i < count && isSeparator(eexecStr[i]))
++i;
var token = '';
while (i < count && !isSeparator(eexecStr[i]))
token += eexecStr[i++];
return token;
};
var c = eexecStr[i];
if ((glyphsSection || subrsSection) &&
(token == 'RD' || token == '-|')) {
i++;
var data = eexec.slice(i, i + length);
var lenIV = program.properties.private['lenIV'];
var encoded = decrypt(data, kCharStringsEncryptionKey, lenIV);
var str = decodeCharString(encoded);
if (glyphsSection) {
program.charstrings.push({
glyph: glyph,
data: str.charstring,
lsb: str.lsb,
width: str.width
});
} else {
program.subrs.push(str.charstring);
}
i += length;
token = '';
} else if (isSeparator(c)) {
length = parseInt(token, 10);
token = '';
} else {
token += c;
if (!glyphsSection) {
switch (token) {
case '/CharString':
glyphsSection = true;
break;
case '/Subrs':
++i;
var num = parseInt(getToken(), 10);
getToken(); // read in 'array'
for (var j = 0; j < num; ++j) {
var t = getToken(); // read in 'dup'
if (t == 'ND' || t == '|-' || t == 'noaccess')
break;
var index = parseInt(getToken(), 10);
if (index > j)
j = index;
var length = parseInt(getToken(), 10);
getToken(); // read in 'RD'
var data = eexec.slice(i + 1, i + 1 + length);
var lenIV = program.properties.private['lenIV'];
var encoded = decrypt(data, kCharStringsEncryptionKey, lenIV);
var str = decodeCharString(encoded);
i = i + 1 + length;
t = getToken(); // read in 'NP'
if (t == 'noaccess')
getToken(); // read in 'put'
program.subrs[index] = str.charstring;
}
break;
case '/BlueValues':
case '/OtherBlues':
case '/FamilyBlues':
case '/FamilyOtherBlues':
case '/StemSnapH':
case '/StemSnapV':
program.properties.private[token.substring(1)] =
readNumberArray(eexecStr, i + 1);
break;
case '/StdHW':
case '/StdVW':
program.properties.private[token.substring(1)] =
readNumberArray(eexecStr, i + 2)[0];
break;
case '/BlueShift':
case '/lenIV':
case '/BlueFuzz':
case '/BlueScale':
case '/LanguageGroup':
case '/ExpansionFactor':
program.properties.private[token.substring(1)] =
readNumber(eexecStr, i + 1);
break;
}
} else if (c == '/') {
token = glyph = '';
while ((c = eexecStr[++i]) != ' ')
glyph += c;
}
}
}
return program;
};
this.extractFontHeader = function t1_extractFontHeader(stream, properties) {
var headerString = '';
for (var i = 0, ii = stream.length; i < ii; i++)
headerString += String.fromCharCode(stream[i]);
var token = '';
var count = headerString.length;
for (var i = 0; i < count; i++) {
var getToken = function getToken() {
var char = headerString[i];
while (i < count && (isSeparator(char) || char == '/'))
char = headerString[++i];
var token = '';
while (i < count && !(isSeparator(char) || char == '/')) {
token += char;
char = headerString[++i];
}
return token;
};
var c = headerString[i];
if (isSeparator(c)) {
switch (token) {
case '/FontMatrix':
var matrix = readNumberArray(headerString, i + 1);
// The FontMatrix is in unitPerEm, so make it pixels
for (var j = 0, jj = matrix.length; j < jj; j++)
matrix[j] *= 1000;
// Make the angle into the right direction
matrix[2] *= -1;
properties.fontMatrix = matrix;
break;
case '/Encoding':
var encodingArg = getToken();
var encoding;
if (!/^\d+$/.test(encodingArg)) {
// encoding name is specified
encoding = Encodings[encodingArg];
} else {
encoding = [];
var size = parseInt(encodingArg, 10);
getToken(); // read in 'array'
for (var j = 0; j < size; j++) {
var token = getToken();
if (token == 'dup') {
var index = parseInt(getToken(), 10);
var glyph = getToken();
encoding[index] = glyph;
getToken(); // read the in 'put'
}
}
}
if (!properties.hasEncoding && encoding) {
properties.baseEncoding = encoding;
break;
}
break;
}
token = '';
} else {
token += c;
}
}
};
};
/**
* The CFF class takes a Type1 file and wrap it into a
* 'Compact Font Format' which itself embed Type2 charstrings.
*/
var CFFStrings = [
'.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar', 'percent',
'ampersand', 'quoteright', 'parenleft', 'parenright', 'asterisk', 'plus',
'comma', 'hyphen', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four',
'five', 'six', 'seven', 'eight', 'nine', 'colon', 'semicolon', 'less',
'equal', 'greater', 'question', 'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
'X', 'Y', 'Z', 'bracketleft', 'backslash', 'bracketright', 'asciicircum',
'underscore', 'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y',
'z', 'braceleft', 'bar', 'braceright', 'asciitilde', 'exclamdown', 'cent',
'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
'guilsinglright', 'fi', 'fl', 'endash', 'dagger', 'daggerdbl',
'periodcentered', 'paragraph', 'bullet', 'quotesinglbase', 'quotedblbase',
'quotedblright', 'guillemotright', 'ellipsis', 'perthousand', 'questiondown',
'grave', 'acute', 'circumflex', 'tilde', 'macron', 'breve', 'dotaccent',
'dieresis', 'ring', 'cedilla', 'hungarumlaut', 'ogonek', 'caron', 'emdash',
'AE', 'ordfeminine', 'Lslash', 'Oslash', 'OE', 'ordmasculine', 'ae',
'dotlessi', 'lslash', 'oslash', 'oe', 'germandbls', 'onesuperior',
'logicalnot', 'mu', 'trademark', 'Eth', 'onehalf', 'plusminus', 'Thorn',
'onequarter', 'divide', 'brokenbar', 'degree', 'thorn', 'threequarters',
'twosuperior', 'registered', 'minus', 'eth', 'multiply', 'threesuperior',
'copyright', 'Aacute', 'Acircumflex', 'Adieresis', 'Agrave', 'Aring',
'Atilde', 'Ccedilla', 'Eacute', 'Ecircumflex', 'Edieresis', 'Egrave',
'Iacute', 'Icircumflex', 'Idieresis', 'Igrave', 'Ntilde', 'Oacute',
'Ocircumflex', 'Odieresis', 'Ograve', 'Otilde', 'Scaron', 'Uacute',
'Ucircumflex', 'Udieresis', 'Ugrave', 'Yacute', 'Ydieresis', 'Zcaron',
'aacute', 'acircumflex', 'adieresis', 'agrave', 'aring', 'atilde',
'ccedilla', 'eacute', 'ecircumflex', 'edieresis', 'egrave', 'iacute',
'icircumflex', 'idieresis', 'igrave', 'ntilde', 'oacute', 'ocircumflex',
'odieresis', 'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex',
'udieresis', 'ugrave', 'yacute', 'ydieresis', 'zcaron', 'exclamsmall',
'Hungarumlautsmall', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall',
'Acutesmall', 'parenleftsuperior', 'parenrightsuperior', '266 ff',
'onedotenleader', 'zerooldstyle', 'oneoldstyle', 'twooldstyle',
'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle',
'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'commasuperior',
'threequartersemdash', 'periodsuperior', 'questionsmall', 'asuperior',
'bsuperior', 'centsuperior', 'dsuperior', 'esuperior', 'isuperior',
'lsuperior', 'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
'tsuperior', 'ff', 'ffi', 'ffl', 'parenleftinferior', 'parenrightinferior',
'Circumflexsmall', 'hyphensuperior', 'Gravesmall', 'Asmall', 'Bsmall',
'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall',
'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall',
'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall',
'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary', 'onefitted', 'rupiah',
'Tildesmall', 'exclamdownsmall', 'centoldstyle', 'Lslashsmall',
'Scaronsmall', 'Zcaronsmall', 'Dieresissmall', 'Brevesmall', 'Caronsmall',
'Dotaccentsmall', 'Macronsmall', 'figuredash', 'hypheninferior',
'Ogoneksmall', 'Ringsmall', 'Cedillasmall', 'questiondownsmall', 'oneeighth',
'threeeighths', 'fiveeighths', 'seveneighths', 'onethird', 'twothirds',
'zerosuperior', 'foursuperior', 'fivesuperior', 'sixsuperior',
'sevensuperior', 'eightsuperior', 'ninesuperior', 'zeroinferior',
'oneinferior', 'twoinferior', 'threeinferior', 'fourinferior',
'fiveinferior', 'sixinferior', 'seveninferior', 'eightinferior',
'nineinferior', 'centinferior', 'dollarinferior', 'periodinferior',
'commainferior', 'Agravesmall', 'Aacutesmall', 'Acircumflexsmall',
'Atildesmall', 'Adieresissmall', 'Aringsmall', 'AEsmall', 'Ccedillasmall',
'Egravesmall', 'Eacutesmall', 'Ecircumflexsmall', 'Edieresissmall',
'Igravesmall', 'Iacutesmall', 'Icircumflexsmall', 'Idieresissmall',
'Ethsmall', 'Ntildesmall', 'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall',
'Otildesmall', 'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall',
'Uacutesmall', 'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall',
'Thornsmall', 'Ydieresissmall', '001.000', '001.001', '001.002', '001.003',
'Black', 'Bold', 'Book', 'Light', 'Medium', 'Regular', 'Roman', 'Semibold'
];
var type1Parser = new Type1Parser();
var CFF = function cffCFF(name, file, properties) {
// Get the data block containing glyphs and subrs informations
var headerBlock = file.getBytes(properties.length1);
type1Parser.extractFontHeader(headerBlock, properties);
// Decrypt the data blocks and retrieve it's content
var eexecBlock = file.getBytes(properties.length2);
var data = type1Parser.extractFontProgram(eexecBlock);
for (var info in data.properties)
properties[info] = data.properties[info];
var charstrings = this.getOrderedCharStrings(data.charstrings, properties);
var type2Charstrings = this.getType2Charstrings(charstrings);
var subrs = this.getType2Subrs(data.subrs);
this.charstrings = charstrings;
this.data = this.wrap(name, type2Charstrings, this.charstrings,
subrs, properties);
};
CFF.prototype = {
createCFFIndexHeader: function cff_createCFFIndexHeader(objects, isByte) {
// First 2 bytes contains the number of objects contained into this index
var count = objects.length;
// If there is no object, just create an array saying that with another
// offset byte.
if (count == 0)
return '\x00\x00\x00';
var data = String.fromCharCode((count >> 8) & 0xFF, count & 0xff);
// Next byte contains the offset size use to reference object in the file
// Actually we're using 0x04 to be sure to be able to store everything
// without thinking of it while coding.
data += '\x04';
// Add another offset after this one because we need a new offset
var relativeOffset = 1;
for (var i = 0; i < count + 1; i++) {
data += String.fromCharCode((relativeOffset >>> 24) & 0xFF,
(relativeOffset >> 16) & 0xFF,
(relativeOffset >> 8) & 0xFF,
relativeOffset & 0xFF);
if (objects[i])
relativeOffset += objects[i].length;
}
for (var i = 0; i < count; i++) {
for (var j = 0, jj = objects[i].length; j < jj; j++)
data += isByte ? String.fromCharCode(objects[i][j] & 0xFF) :
objects[i][j];
}
return data;
},
encodeNumber: function cff_encodeNumber(value) {
// some of the fonts has ouf-of-range values
// they are just arithmetic overflows
// make sanitizer happy
value |= 0;
if (value >= -32768 && value <= 32767) {
return '\x1c' +
String.fromCharCode((value >> 8) & 0xFF) +
String.fromCharCode(value & 0xFF);
} else {
return '\x1d' +
String.fromCharCode((value >> 24) & 0xFF) +
String.fromCharCode((value >> 16) & 0xFF) +
String.fromCharCode((value >> 8) & 0xFF) +
String.fromCharCode(value & 0xFF);
}
},
getOrderedCharStrings: function cff_getOrderedCharStrings(glyphs,
properties) {
var charstrings = [];
var i, length, glyphName;
var unusedUnicode = kCmapGlyphOffset;
for (i = 0, length = glyphs.length; i < length; i++) {
var item = glyphs[i];
var glyphName = item.glyph;
var unicode = glyphName in GlyphsUnicode ?
GlyphsUnicode[glyphName] : unusedUnicode++;
charstrings.push({
glyph: glyphName,
unicode: unicode,
gid: i,
charstring: item.data,
width: item.width,
lsb: item.lsb
});
}
charstrings.sort(function charstrings_sort(a, b) {
return a.unicode - b.unicode;
});
return charstrings;
},
getType2Charstrings: function cff_getType2Charstrings(type1Charstrings) {
var type2Charstrings = [];
var count = type1Charstrings.length;
for (var i = 0; i < count; i++) {
var charstring = type1Charstrings[i].charstring;
type2Charstrings.push(this.flattenCharstring(charstring.slice(),
this.commandsMap));
}
return type2Charstrings;
},
getType2Subrs: function cff_getType2Subrs(type1Subrs) {
var bias = 0;
var count = type1Subrs.length;
if (count < 1240)
bias = 107;
else if (count < 33900)
bias = 1131;
else
bias = 32768;
// Add a bunch of empty subrs to deal with the Type2 bias
var type2Subrs = [];
for (var i = 0; i < bias; i++)
type2Subrs.push([0x0B]);
for (var i = 0; i < count; i++) {
var subr = type1Subrs[i];
if (!subr)
subr = [0x0B];
type2Subrs.push(this.flattenCharstring(subr, this.commandsMap));
}
return type2Subrs;
},
/*
* Flatten the commands by interpreting the postscript code and replacing
* every 'callsubr', 'callothersubr' by the real commands.
*/
commandsMap: {
'hstem': 1,
'vstem': 3,
'vmoveto': 4,
'rlineto': 5,
'hlineto': 6,
'vlineto': 7,
'rrcurveto': 8,
'callsubr': 10,
'return': 11,
'sub': [12, 11],
'div': [12, 12],
'exch': [12, 28],
'flex': [12, 35],
'drop' : [12, 18],
'endchar': 14,
'rmoveto': 21,
'hmoveto': 22,
'vhcurveto': 30,
'hvcurveto': 31
},
flattenCharstring: function flattenCharstring(charstring, map) {
// charstring changes size - can't cache .length in loop
for (var i = 0; i < charstring.length; i++) {
var command = charstring[i];
if (command.charAt) {
var cmd = map[command];
assert(cmd, 'Unknow command: ' + command);
if (isArray(cmd))
charstring.splice(i++, 1, cmd[0], cmd[1]);
else
charstring[i] = cmd;
} else {
// Type1 charstring use a division for number above 32000
if (command > 32000) {
var divisor = charstring[i + 1];
command /= divisor;
charstring.splice(i, 3, 28, command >> 8, command & 0xff);
} else {
charstring.splice(i, 1, 28, command >> 8, command & 0xff);
}
i += 2;
}
}
return charstring;
},
wrap: function wrap(name, glyphs, charstrings, subrs, properties) {
var fields = {
// major version, minor version, header size, offset size
'header': '\x01\x00\x04\x04',
'names': this.createCFFIndexHeader([name]),
'topDict': (function topDict(self) {
return function cffWrapTopDict() {
var header = '\x00\x01\x01\x01';
var dict =
'\xf8\x1b\x00' + // version
'\xf8\x1c\x01' + // Notice
'\xf8\x1d\x02' + // FullName
'\xf8\x1e\x03' + // FamilyName
'\xf8\x1f\x04' + // Weight
'\x1c\x00\x00\x10'; // Encoding
var boundingBox = properties.bbox;
for (var i = 0, ii = boundingBox.length; i < ii; i++)
dict += self.encodeNumber(boundingBox[i]);
dict += '\x05'; // FontBBox;
var offset = fields.header.length +
fields.names.length +
(header.length + 1) +
(dict.length + (4 + 4)) +
fields.strings.length +
fields.globalSubrs.length;
// If the offset if over 32767, encodeNumber is going to return
// 5 bytes to encode the position instead of 3.
if ((offset + fields.charstrings.length) > 32767) {
offset += 9;
} else {
offset += 7;
}
dict += self.encodeNumber(offset) + '\x0f'; // Charset
offset = offset + (glyphs.length * 2) + 1;
dict += self.encodeNumber(offset) + '\x11'; // Charstrings
offset = offset + fields.charstrings.length;
dict += self.encodeNumber(fields.private.length);
dict += self.encodeNumber(offset) + '\x12'; // Private
return header + String.fromCharCode(dict.length + 1) + dict;
};
})(this),
'strings': (function strings(self) {
var strings = [
'Version 0.11', // Version
'See original notice', // Notice
name, // FullName
name, // FamilyName
'Medium' // Weight
];
return self.createCFFIndexHeader(strings);
})(this),
'globalSubrs': this.createCFFIndexHeader([]),
'charset': (function charset(self) {
var charsetString = '\x00'; // Encoding
var count = glyphs.length;
for (var i = 0; i < count; i++) {
var index = CFFStrings.indexOf(charstrings[i].glyph);
// Some characters like asterikmath && circlecopyrt are
// missing from the original strings, for the moment let's
// map them to .notdef and see later if it cause any
// problems
if (index == -1)
index = 0;
charsetString += String.fromCharCode(index >> 8, index & 0xff);
}
return charsetString;
})(this),
'charstrings': this.createCFFIndexHeader([[0x8B, 0x0E]].concat(glyphs),
true),
'private': (function cffWrapPrivate(self) {
var data =
'\x8b\x14' + // defaultWidth
'\x8b\x15'; // nominalWidth
var fieldMap = {
BlueValues: '\x06',
OtherBlues: '\x07',
FamilyBlues: '\x08',
FamilyOtherBlues: '\x09',
StemSnapH: '\x0c\x0c',
StemSnapV: '\x0c\x0d',
BlueShift: '\x0c\x0a',
BlueFuzz: '\x0c\x0b',
BlueScale: '\x0c\x09',
LanguageGroup: '\x0c\x11',
ExpansionFactor: '\x0c\x18'
};
for (var field in fieldMap) {
if (!properties.private.hasOwnProperty(field))
continue;
var value = properties.private[field];
if (isArray(value)) {
data += self.encodeNumber(value[0]);
for (var i = 1, ii = value.length; i < ii; i++)
data += self.encodeNumber(value[i] - value[i - 1]);
} else {
data += self.encodeNumber(value);
}
data += fieldMap[field];
}
data += self.encodeNumber(data.length + 4) + '\x13'; // Subrs offset
return data;
})(this),
'localSubrs': this.createCFFIndexHeader(subrs, true)
};
fields.topDict = fields.topDict();
var cff = [];
for (var index in fields) {
var field = fields[index];
for (var i = 0, ii = field.length; i < ii; i++)
cff.push(field.charCodeAt(i));
}
return cff;
}
};
var Type2CFF = (function Type2CFFClosure() {
// TODO: replace parsing code with the Type2Parser in font_utils.js
function Type2CFF(file, properties) {
var bytes = file.getBytes();
this.bytes = bytes;
this.properties = properties;
this.data = this.parse();
}
Type2CFF.prototype = {
parse: function cff_parse() {
var header = this.parseHeader();
var properties = this.properties;
var nameIndex = this.parseIndex(header.endPos);
var dictIndex = this.parseIndex(nameIndex.endPos);
if (dictIndex.length != 1)
error('CFF contains more than 1 font');
var stringIndex = this.parseIndex(dictIndex.endPos);
var gsubrIndex = this.parseIndex(stringIndex.endPos);
var strings = this.getStrings(stringIndex);
var baseDict = this.parseDict(dictIndex.get(0).data);
var topDict = this.getTopDict(baseDict, strings);
var bytes = this.bytes;
var privateDict = {};
var privateInfo = topDict.Private;
if (privateInfo) {
var privOffset = privateInfo[1], privLength = privateInfo[0];
var privBytes = bytes.subarray(privOffset, privOffset + privLength);
baseDict = this.parseDict(privBytes);
privateDict = this.getPrivDict(baseDict, strings);
} else {
privateDict.defaultWidthX = properties.defaultWidth;
}
var charStrings = this.parseIndex(topDict.CharStrings);
var charset, encoding;
var isCIDFont = properties.subtype == 'CIDFontType0C';
if (isCIDFont) {
charset = ['.notdef'];
for (var i = 1, ii = charStrings.length; i < ii; ++i)
charset.push('glyph' + i);
encoding = this.parseCidMap(topDict.charset,
charStrings.length);
} else {
charset = this.parseCharsets(topDict.charset,
charStrings.length, strings);
encoding = this.parseEncoding(topDict.Encoding, properties,
strings, charset);
}
// The font sanitizer does not support CFF encoding with a
// supplement, since the encoding is not really use to map
// between gid to glyph, let's overwrite what is declared in
// the top dictionary to let the sanitizer think the font use
// StandardEncoding, that's a lie but that's ok.
if (encoding.hasSupplement)
bytes[topDict.Encoding] &= 0x7F;
// The CFF specification state that the 'dotsection' command
// (12, 0) is deprecated and treated as a no-op, but all Type2
// charstrings processors should support them. Unfortunately
// the font sanitizer don't. As a workaround the sequence (12, 0)
// is replaced by a useless (0, hmoveto).
var count = charStrings.length;
for (var i = 0; i < count; i++) {
var charstring = charStrings.get(i);
var start = charstring.start;
var data = charstring.data;
var length = data.length;
for (var j = 0; j <= length; j) {
var value = data[j++];
if (value == 12 && data[j++] == 0) {
bytes[start + j - 2] = 139;
bytes[start + j - 1] = 22;
} else if (value === 28) {
j += 2;
} else if (value >= 247 && value <= 254) {
j++;
} else if (value == 255) {
j += 4;
}
}
}
// charstrings contains info about glyphs (one element per glyph
// containing mappings for {unicode, width})
var charstrings = this.getCharStrings(charset, encoding.encoding,
privateDict, this.properties);
// create the mapping between charstring and glyph id
var glyphIds = [];
for (var i = 0, ii = charstrings.length; i < ii; i++)
glyphIds.push(charstrings[i].gid);
this.charstrings = charstrings;
this.glyphIds = glyphIds;
var data = [];
for (var i = 0, ii = bytes.length; i < ii; ++i)
data.push(bytes[i]);
return data;
},
getCharStrings: function cff_charstrings(charsets, encoding,
privateDict, properties) {
var charstrings = [];
var unicodeUsed = [];
var unassignedUnicodeItems = [];
var inverseEncoding = [];
for (var charcode in encoding)
inverseEncoding[encoding[charcode]] = charcode | 0;
for (var i = 0, ii = charsets.length; i < ii; i++) {
var glyph = charsets[i];
if (glyph == '.notdef') {
charstrings.push({
unicode: 0,
code: 0,
gid: i,
glyph: glyph
});
continue;
}
var code = inverseEncoding[i];
if (!code || isSpecialUnicode(code)) {
unassignedUnicodeItems.push(i);
continue;
}
charstrings.push({
unicode: code,
code: code,
gid: i,
glyph: glyph
});
unicodeUsed[code] = true;
}
var nextUnusedUnicode = kCmapGlyphOffset;
for (var j = 0, jj = unassignedUnicodeItems.length; j < jj; ++j) {
var i = unassignedUnicodeItems[j];
// giving unicode value anyway
while (nextUnusedUnicode in unicodeUsed)
nextUnusedUnicode++;
var unicode = nextUnusedUnicode++;
charstrings.push({
unicode: unicode,
code: inverseEncoding[i] || 0,
gid: i,
glyph: charsets[i]
});
}
// sort the array by the unicode value (again)
charstrings.sort(function type2CFFGetCharStringsSort(a, b) {
return a.unicode - b.unicode;
});
return charstrings;
},
parseEncoding: function cff_parseencoding(pos, properties, strings,
charset) {
var encoding = {};
var bytes = this.bytes;
var result = {
encoding: encoding,
hasSupplement: false
};
function readSupplement() {
var supplementsCount = bytes[pos++];
for (var i = 0; i < supplementsCount; i++) {
var code = bytes[pos++];
var sid = (bytes[pos++] << 8) + (bytes[pos++] & 0xff);
encoding[code] = properties.differences.indexOf(strings[sid]);
}
}
if (pos == 0 || pos == 1) {
var gid = 1;
var baseEncoding = pos ? Encodings.ExpertEncoding :
Encodings.StandardEncoding;
for (var i = 0, ii = charset.length; i < ii; i++) {
var index = baseEncoding.indexOf(charset[i]);
if (index != -1)
encoding[index] = gid++;
}
} else {
var format = bytes[pos++];
switch (format & 0x7f) {
case 0:
var glyphsCount = bytes[pos++];
for (var i = 1; i <= glyphsCount; i++)
encoding[bytes[pos++]] = i;
break;
case 1:
var rangesCount = bytes[pos++];
var gid = 1;
for (var i = 0; i < rangesCount; i++) {
var start = bytes[pos++];
var left = bytes[pos++];
for (var j = start; j <= start + left; j++)
encoding[j] = gid++;
}
break;
default:
error('Unknow encoding format: ' + format + ' in CFF');
break;
}
if (format & 0x80) {
readSupplement();
result.hasSupplement = true;
}
}
return result;
},
parseCharsets: function cff_parsecharsets(pos, length, strings) {
if (pos == 0) {
return ISOAdobeCharset.slice();
} else if (pos == 1) {
return ExpertCharset.slice();
} else if (pos == 2) {
return ExpertSubsetCharset.slice();
}
var bytes = this.bytes;
var format = bytes[pos++];
var charset = ['.notdef'];
// subtract 1 for the .notdef glyph
length -= 1;
switch (format) {
case 0:
for (var i = 0; i < length; i++) {
var sid = (bytes[pos++] << 8) | bytes[pos++];
charset.push(strings[sid]);
}
break;
case 1:
while (charset.length <= length) {
var sid = (bytes[pos++] << 8) | bytes[pos++];
var count = bytes[pos++];
for (var i = 0; i <= count; i++)
charset.push(strings[sid++]);
}
break;
case 2:
while (charset.length <= length) {
var sid = (bytes[pos++] << 8) | bytes[pos++];
var count = (bytes[pos++] << 8) | bytes[pos++];
for (var i = 0; i <= count; i++)
charset.push(strings[sid++]);
}
break;
default:
error('Unknown charset format');
}
return charset;
},
parseCidMap: function cff_parsecharsets(pos, length) {
var bytes = this.bytes;
var format = bytes[pos++];
var encoding = {};
var map = {encoding: encoding};
encoding[0] = 0;
var gid = 1;
switch (format) {
case 0:
while (gid < length) {
var cid = (bytes[pos++] << 8) | bytes[pos++];
encoding[cid] = gid++;
}
break;
case 1:
while (gid < length) {
var cid = (bytes[pos++] << 8) | bytes[pos++];
var count = bytes[pos++];
for (var i = 0; i <= count; i++)
encoding[cid++] = gid++;
}
break;
case 2:
while (gid < length) {
var cid = (bytes[pos++] << 8) | bytes[pos++];
var count = (bytes[pos++] << 8) | bytes[pos++];
for (var i = 0; i <= count; i++)
encoding[cid++] = gid++;
}
break;
default:
error('Unknown charset format');
}
return map;
},
getPrivDict: function cff_getprivdict(baseDict, strings) {
var dict = {};
// default values
dict['defaultWidthX'] = 0;
dict['nominalWidthX'] = 0;
for (var i = 0, ii = baseDict.length; i < ii; ++i) {
var pair = baseDict[i];
var key = pair[0];
var value = pair[1];
switch (key) {
case 20:
dict['defaultWidthX'] = value[0];
case 21:
dict['nominalWidthX'] = value[0];
default:
TODO('interpret top dict key: ' + key);
}
}
return dict;
},
getTopDict: function cff_gettopdict(baseDict, strings) {
var dict = {};
// default values
dict['Encoding'] = 0;
dict['charset'] = 0;
for (var i = 0, ii = baseDict.length; i < ii; ++i) {
var pair = baseDict[i];
var key = pair[0];
var value = pair[1];
switch (key) {
case 1:
dict['Notice'] = strings[value[0]];
break;
case 4:
dict['Weight'] = strings[value[0]];
break;
case 3094:
dict['BaseFontName'] = strings[value[0]];
break;
case 5:
dict['FontBBox'] = value;
break;
case 13:
dict['UniqueID'] = value[0];
break;
case 15:
dict['charset'] = value[0];
break;
case 16:
dict['Encoding'] = value[0];
break;
case 17:
dict['CharStrings'] = value[0];
break;
case 18:
dict['Private'] = value;
break;
case 3102:
case 3103:
case 3104:
case 3105:
case 3106:
case 3107:
case 3108:
case 3109:
case 3110:
dict['cidOperatorPresent'] = true;
break;
default:
TODO('interpret top dict key');
}
}
return dict;
},
getStrings: function cff_getStrings(stringIndex) {
function bytesToString(bytesArray) {
var str = '';
for (var i = 0, ii = bytesArray.length; i < ii; i++)
str += String.fromCharCode(bytesArray[i]);
return str;
}
var stringArray = [];
for (var i = 0, ii = CFFStrings.length; i < ii; i++)
stringArray.push(CFFStrings[i]);
for (var i = 0, ii = stringIndex.length; i < ii; i++)
stringArray.push(bytesToString(stringIndex.get(i).data));
return stringArray;
},
parseHeader: function cff_parseHeader() {
var bytes = this.bytes;
var offset = 0;
while (bytes[offset] != 1)
++offset;
if (offset != 0) {
warning('cff data is shifted');
bytes = bytes.subarray(offset);
this.bytes = bytes;
}
return {
endPos: bytes[2],
offsetSize: bytes[3]
};
},
parseDict: function cff_parseDict(dict) {
var pos = 0;
function parseOperand() {
var value = dict[pos++];
if (value === 30) {
return parseFloatOperand(pos);
} else if (value === 28) {
value = dict[pos++];
value = (value << 8) | dict[pos++];
return value;
} else if (value === 29) {
value = dict[pos++];
value = (value << 8) | dict[pos++];
value = (value << 8) | dict[pos++];
value = (value << 8) | dict[pos++];
return value;
} else if (value <= 246) {
return value - 139;
} else if (value <= 250) {
return ((value - 247) * 256) + dict[pos++] + 108;
} else if (value <= 254) {
return -((value - 251) * 256) - dict[pos++] - 108;
} else {
error('255 is not a valid DICT command');
}
return -1;
}
function parseFloatOperand() {
var str = '';
var eof = 15;
var lookup = ['0', '1', '2', '3', '4', '5', '6', '7', '8',
'9', '.', 'E', 'E-', null, '-'];
var length = dict.length;
while (pos < length) {
var b = dict[pos++];
var b1 = b >> 4;
var b2 = b & 15;
if (b1 == eof)
break;
str += lookup[b1];
if (b2 == eof)
break;
str += lookup[b2];
}
return parseFloat(str);
}
var operands = [];
var entries = [];
var pos = 0;
var end = dict.length;
while (pos < end) {
var b = dict[pos];
if (b <= 21) {
if (b === 12) {
++pos;
var op = dict[pos];
if ((op > 14 && op < 17) ||
(op > 23 && op < 30) || op > 38) {
warn('Invalid CFF dictionary key: ' + op);
// trying to replace it with initialRandomSeed
// to pass sanitizer
dict[pos] = 19;
}
var b = (b << 8) | op;
}
if (!operands.length && b == 8 &&
dict[pos + 1] == 9) {
// no operands for FamilyBlues, removing the key
// and next one is FamilyOtherBlues - skipping them
// also replacing FamilyBlues to pass sanitizer
dict[pos] = 139;
pos += 2;
continue;
}
entries.push([b, operands]);
operands = [];
++pos;
} else {
operands.push(parseOperand());
}
}
return entries;
},
parseIndex: function cff_parseIndex(pos) {
var bytes = this.bytes;
var count = bytes[pos++] << 8 | bytes[pos++];
var offsets = [];
var end = pos;
if (count != 0) {
var offsetSize = bytes[pos++];
// add 1 for offset to determine size of last object
var startPos = pos + ((count + 1) * offsetSize) - 1;
for (var i = 0, ii = count + 1; i < ii; ++i) {
var offset = 0;
for (var j = 0; j < offsetSize; ++j) {
offset <<= 8;
offset += bytes[pos++];
}
offsets.push(startPos + offset);
}
end = offsets[count];
}
return {
get: function index_get(index) {
if (index >= count)
return null;
var start = offsets[index];
var end = offsets[index + 1];
return {
start: start,
end: end,
data: bytes.subarray(start, end)
};
},
length: count,
endPos: end
};
}
};
return Type2CFF;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var GlyphsUnicode = {
A: 0x0041,
AE: 0x00C6,
AEacute: 0x01FC,
AEmacron: 0x01E2,
AEsmall: 0xF7E6,
Aacute: 0x00C1,
Aacutesmall: 0xF7E1,
Abreve: 0x0102,
Abreveacute: 0x1EAE,
Abrevecyrillic: 0x04D0,
Abrevedotbelow: 0x1EB6,
Abrevegrave: 0x1EB0,
Abrevehookabove: 0x1EB2,
Abrevetilde: 0x1EB4,
Acaron: 0x01CD,
Acircle: 0x24B6,
Acircumflex: 0x00C2,
Acircumflexacute: 0x1EA4,
Acircumflexdotbelow: 0x1EAC,
Acircumflexgrave: 0x1EA6,
Acircumflexhookabove: 0x1EA8,
Acircumflexsmall: 0xF7E2,
Acircumflextilde: 0x1EAA,
Acute: 0xF6C9,
Acutesmall: 0xF7B4,
Acyrillic: 0x0410,
Adblgrave: 0x0200,
Adieresis: 0x00C4,
Adieresiscyrillic: 0x04D2,
Adieresismacron: 0x01DE,
Adieresissmall: 0xF7E4,
Adotbelow: 0x1EA0,
Adotmacron: 0x01E0,
Agrave: 0x00C0,
Agravesmall: 0xF7E0,
Ahookabove: 0x1EA2,
Aiecyrillic: 0x04D4,
Ainvertedbreve: 0x0202,
Alpha: 0x0391,
Alphatonos: 0x0386,
Amacron: 0x0100,
Amonospace: 0xFF21,
Aogonek: 0x0104,
Aring: 0x00C5,
Aringacute: 0x01FA,
Aringbelow: 0x1E00,
Aringsmall: 0xF7E5,
Asmall: 0xF761,
Atilde: 0x00C3,
Atildesmall: 0xF7E3,
Aybarmenian: 0x0531,
B: 0x0042,
Bcircle: 0x24B7,
Bdotaccent: 0x1E02,
Bdotbelow: 0x1E04,
Becyrillic: 0x0411,
Benarmenian: 0x0532,
Beta: 0x0392,
Bhook: 0x0181,
Blinebelow: 0x1E06,
Bmonospace: 0xFF22,
Brevesmall: 0xF6F4,
Bsmall: 0xF762,
Btopbar: 0x0182,
C: 0x0043,
Caarmenian: 0x053E,
Cacute: 0x0106,
Caron: 0xF6CA,
Caronsmall: 0xF6F5,
Ccaron: 0x010C,
Ccedilla: 0x00C7,
Ccedillaacute: 0x1E08,
Ccedillasmall: 0xF7E7,
Ccircle: 0x24B8,
Ccircumflex: 0x0108,
Cdot: 0x010A,
Cdotaccent: 0x010A,
Cedillasmall: 0xF7B8,
Chaarmenian: 0x0549,
Cheabkhasiancyrillic: 0x04BC,
Checyrillic: 0x0427,
Chedescenderabkhasiancyrillic: 0x04BE,
Chedescendercyrillic: 0x04B6,
Chedieresiscyrillic: 0x04F4,
Cheharmenian: 0x0543,
Chekhakassiancyrillic: 0x04CB,
Cheverticalstrokecyrillic: 0x04B8,
Chi: 0x03A7,
Chook: 0x0187,
Circumflexsmall: 0xF6F6,
Cmonospace: 0xFF23,
Coarmenian: 0x0551,
Csmall: 0xF763,
D: 0x0044,
DZ: 0x01F1,
DZcaron: 0x01C4,
Daarmenian: 0x0534,
Dafrican: 0x0189,
Dcaron: 0x010E,
Dcedilla: 0x1E10,
Dcircle: 0x24B9,
Dcircumflexbelow: 0x1E12,
Dcroat: 0x0110,
Ddotaccent: 0x1E0A,
Ddotbelow: 0x1E0C,
Decyrillic: 0x0414,
Deicoptic: 0x03EE,
Delta: 0x2206,
Deltagreek: 0x0394,
Dhook: 0x018A,
Dieresis: 0xF6CB,
DieresisAcute: 0xF6CC,
DieresisGrave: 0xF6CD,
Dieresissmall: 0xF7A8,
Digammagreek: 0x03DC,
Djecyrillic: 0x0402,
Dlinebelow: 0x1E0E,
Dmonospace: 0xFF24,
Dotaccentsmall: 0xF6F7,
Dslash: 0x0110,
Dsmall: 0xF764,
Dtopbar: 0x018B,
Dz: 0x01F2,
Dzcaron: 0x01C5,
Dzeabkhasiancyrillic: 0x04E0,
Dzecyrillic: 0x0405,
Dzhecyrillic: 0x040F,
E: 0x0045,
Eacute: 0x00C9,
Eacutesmall: 0xF7E9,
Ebreve: 0x0114,
Ecaron: 0x011A,
Ecedillabreve: 0x1E1C,
Echarmenian: 0x0535,
Ecircle: 0x24BA,
Ecircumflex: 0x00CA,
Ecircumflexacute: 0x1EBE,
Ecircumflexbelow: 0x1E18,
Ecircumflexdotbelow: 0x1EC6,
Ecircumflexgrave: 0x1EC0,
Ecircumflexhookabove: 0x1EC2,
Ecircumflexsmall: 0xF7EA,
Ecircumflextilde: 0x1EC4,
Ecyrillic: 0x0404,
Edblgrave: 0x0204,
Edieresis: 0x00CB,
Edieresissmall: 0xF7EB,
Edot: 0x0116,
Edotaccent: 0x0116,
Edotbelow: 0x1EB8,
Efcyrillic: 0x0424,
Egrave: 0x00C8,
Egravesmall: 0xF7E8,
Eharmenian: 0x0537,
Ehookabove: 0x1EBA,
Eightroman: 0x2167,
Einvertedbreve: 0x0206,
Eiotifiedcyrillic: 0x0464,
Elcyrillic: 0x041B,
Elevenroman: 0x216A,
Emacron: 0x0112,
Emacronacute: 0x1E16,
Emacrongrave: 0x1E14,
Emcyrillic: 0x041C,
Emonospace: 0xFF25,
Encyrillic: 0x041D,
Endescendercyrillic: 0x04A2,
Eng: 0x014A,
Enghecyrillic: 0x04A4,
Enhookcyrillic: 0x04C7,
Eogonek: 0x0118,
Eopen: 0x0190,
Epsilon: 0x0395,
Epsilontonos: 0x0388,
Ercyrillic: 0x0420,
Ereversed: 0x018E,
Ereversedcyrillic: 0x042D,
Escyrillic: 0x0421,
Esdescendercyrillic: 0x04AA,
Esh: 0x01A9,
Esmall: 0xF765,
Eta: 0x0397,
Etarmenian: 0x0538,
Etatonos: 0x0389,
Eth: 0x00D0,
Ethsmall: 0xF7F0,
Etilde: 0x1EBC,
Etildebelow: 0x1E1A,
Euro: 0x20AC,
Ezh: 0x01B7,
Ezhcaron: 0x01EE,
Ezhreversed: 0x01B8,
F: 0x0046,
Fcircle: 0x24BB,
Fdotaccent: 0x1E1E,
Feharmenian: 0x0556,
Feicoptic: 0x03E4,
Fhook: 0x0191,
Fitacyrillic: 0x0472,
Fiveroman: 0x2164,
Fmonospace: 0xFF26,
Fourroman: 0x2163,
Fsmall: 0xF766,
G: 0x0047,
GBsquare: 0x3387,
Gacute: 0x01F4,
Gamma: 0x0393,
Gammaafrican: 0x0194,
Gangiacoptic: 0x03EA,
Gbreve: 0x011E,
Gcaron: 0x01E6,
Gcedilla: 0x0122,
Gcircle: 0x24BC,
Gcircumflex: 0x011C,
Gcommaaccent: 0x0122,
Gdot: 0x0120,
Gdotaccent: 0x0120,
Gecyrillic: 0x0413,
Ghadarmenian: 0x0542,
Ghemiddlehookcyrillic: 0x0494,
Ghestrokecyrillic: 0x0492,
Gheupturncyrillic: 0x0490,
Ghook: 0x0193,
Gimarmenian: 0x0533,
Gjecyrillic: 0x0403,
Gmacron: 0x1E20,
Gmonospace: 0xFF27,
Grave: 0xF6CE,
Gravesmall: 0xF760,
Gsmall: 0xF767,
Gsmallhook: 0x029B,
Gstroke: 0x01E4,
H: 0x0048,
H18533: 0x25CF,
H18543: 0x25AA,
H18551: 0x25AB,
H22073: 0x25A1,
HPsquare: 0x33CB,
Haabkhasiancyrillic: 0x04A8,
Hadescendercyrillic: 0x04B2,
Hardsigncyrillic: 0x042A,
Hbar: 0x0126,
Hbrevebelow: 0x1E2A,
Hcedilla: 0x1E28,
Hcircle: 0x24BD,
Hcircumflex: 0x0124,
Hdieresis: 0x1E26,
Hdotaccent: 0x1E22,
Hdotbelow: 0x1E24,
Hmonospace: 0xFF28,
Hoarmenian: 0x0540,
Horicoptic: 0x03E8,
Hsmall: 0xF768,
Hungarumlaut: 0xF6CF,
Hungarumlautsmall: 0xF6F8,
Hzsquare: 0x3390,
I: 0x0049,
IAcyrillic: 0x042F,
IJ: 0x0132,
IUcyrillic: 0x042E,
Iacute: 0x00CD,
Iacutesmall: 0xF7ED,
Ibreve: 0x012C,
Icaron: 0x01CF,
Icircle: 0x24BE,
Icircumflex: 0x00CE,
Icircumflexsmall: 0xF7EE,
Icyrillic: 0x0406,
Idblgrave: 0x0208,
Idieresis: 0x00CF,
Idieresisacute: 0x1E2E,
Idieresiscyrillic: 0x04E4,
Idieresissmall: 0xF7EF,
Idot: 0x0130,
Idotaccent: 0x0130,
Idotbelow: 0x1ECA,
Iebrevecyrillic: 0x04D6,
Iecyrillic: 0x0415,
Ifraktur: 0x2111,
Igrave: 0x00CC,
Igravesmall: 0xF7EC,
Ihookabove: 0x1EC8,
Iicyrillic: 0x0418,
Iinvertedbreve: 0x020A,
Iishortcyrillic: 0x0419,
Imacron: 0x012A,
Imacroncyrillic: 0x04E2,
Imonospace: 0xFF29,
Iniarmenian: 0x053B,
Iocyrillic: 0x0401,
Iogonek: 0x012E,
Iota: 0x0399,
Iotaafrican: 0x0196,
Iotadieresis: 0x03AA,
Iotatonos: 0x038A,
Ismall: 0xF769,
Istroke: 0x0197,
Itilde: 0x0128,
Itildebelow: 0x1E2C,
Izhitsacyrillic: 0x0474,
Izhitsadblgravecyrillic: 0x0476,
J: 0x004A,
Jaarmenian: 0x0541,
Jcircle: 0x24BF,
Jcircumflex: 0x0134,
Jecyrillic: 0x0408,
Jheharmenian: 0x054B,
Jmonospace: 0xFF2A,
Jsmall: 0xF76A,
K: 0x004B,
KBsquare: 0x3385,
KKsquare: 0x33CD,
Kabashkircyrillic: 0x04A0,
Kacute: 0x1E30,
Kacyrillic: 0x041A,
Kadescendercyrillic: 0x049A,
Kahookcyrillic: 0x04C3,
Kappa: 0x039A,
Kastrokecyrillic: 0x049E,
Kaverticalstrokecyrillic: 0x049C,
Kcaron: 0x01E8,
Kcedilla: 0x0136,
Kcircle: 0x24C0,
Kcommaaccent: 0x0136,
Kdotbelow: 0x1E32,
Keharmenian: 0x0554,
Kenarmenian: 0x053F,
Khacyrillic: 0x0425,
Kheicoptic: 0x03E6,
Khook: 0x0198,
Kjecyrillic: 0x040C,
Klinebelow: 0x1E34,
Kmonospace: 0xFF2B,
Koppacyrillic: 0x0480,
Koppagreek: 0x03DE,
Ksicyrillic: 0x046E,
Ksmall: 0xF76B,
L: 0x004C,
LJ: 0x01C7,
LL: 0xF6BF,
Lacute: 0x0139,
Lambda: 0x039B,
Lcaron: 0x013D,
Lcedilla: 0x013B,
Lcircle: 0x24C1,
Lcircumflexbelow: 0x1E3C,
Lcommaaccent: 0x013B,
Ldot: 0x013F,
Ldotaccent: 0x013F,
Ldotbelow: 0x1E36,
Ldotbelowmacron: 0x1E38,
Liwnarmenian: 0x053C,
Lj: 0x01C8,
Ljecyrillic: 0x0409,
Llinebelow: 0x1E3A,
Lmonospace: 0xFF2C,
Lslash: 0x0141,
Lslashsmall: 0xF6F9,
Lsmall: 0xF76C,
M: 0x004D,
MBsquare: 0x3386,
Macron: 0xF6D0,
Macronsmall: 0xF7AF,
Macute: 0x1E3E,
Mcircle: 0x24C2,
Mdotaccent: 0x1E40,
Mdotbelow: 0x1E42,
Menarmenian: 0x0544,
Mmonospace: 0xFF2D,
Msmall: 0xF76D,
Mturned: 0x019C,
Mu: 0x039C,
N: 0x004E,
NJ: 0x01CA,
Nacute: 0x0143,
Ncaron: 0x0147,
Ncedilla: 0x0145,
Ncircle: 0x24C3,
Ncircumflexbelow: 0x1E4A,
Ncommaaccent: 0x0145,
Ndotaccent: 0x1E44,
Ndotbelow: 0x1E46,
Nhookleft: 0x019D,
Nineroman: 0x2168,
Nj: 0x01CB,
Njecyrillic: 0x040A,
Nlinebelow: 0x1E48,
Nmonospace: 0xFF2E,
Nowarmenian: 0x0546,
Nsmall: 0xF76E,
Ntilde: 0x00D1,
Ntildesmall: 0xF7F1,
Nu: 0x039D,
O: 0x004F,
OE: 0x0152,
OEsmall: 0xF6FA,
Oacute: 0x00D3,
Oacutesmall: 0xF7F3,
Obarredcyrillic: 0x04E8,
Obarreddieresiscyrillic: 0x04EA,
Obreve: 0x014E,
Ocaron: 0x01D1,
Ocenteredtilde: 0x019F,
Ocircle: 0x24C4,
Ocircumflex: 0x00D4,
Ocircumflexacute: 0x1ED0,
Ocircumflexdotbelow: 0x1ED8,
Ocircumflexgrave: 0x1ED2,
Ocircumflexhookabove: 0x1ED4,
Ocircumflexsmall: 0xF7F4,
Ocircumflextilde: 0x1ED6,
Ocyrillic: 0x041E,
Odblacute: 0x0150,
Odblgrave: 0x020C,
Odieresis: 0x00D6,
Odieresiscyrillic: 0x04E6,
Odieresissmall: 0xF7F6,
Odotbelow: 0x1ECC,
Ogoneksmall: 0xF6FB,
Ograve: 0x00D2,
Ogravesmall: 0xF7F2,
Oharmenian: 0x0555,
Ohm: 0x2126,
Ohookabove: 0x1ECE,
Ohorn: 0x01A0,
Ohornacute: 0x1EDA,
Ohorndotbelow: 0x1EE2,
Ohorngrave: 0x1EDC,
Ohornhookabove: 0x1EDE,
Ohorntilde: 0x1EE0,
Ohungarumlaut: 0x0150,
Oi: 0x01A2,
Oinvertedbreve: 0x020E,
Omacron: 0x014C,
Omacronacute: 0x1E52,
Omacrongrave: 0x1E50,
Omega: 0x2126,
Omegacyrillic: 0x0460,
Omegagreek: 0x03A9,
Omegaroundcyrillic: 0x047A,
Omegatitlocyrillic: 0x047C,
Omegatonos: 0x038F,
Omicron: 0x039F,
Omicrontonos: 0x038C,
Omonospace: 0xFF2F,
Oneroman: 0x2160,
Oogonek: 0x01EA,
Oogonekmacron: 0x01EC,
Oopen: 0x0186,
Oslash: 0x00D8,
Oslashacute: 0x01FE,
Oslashsmall: 0xF7F8,
Osmall: 0xF76F,
Ostrokeacute: 0x01FE,
Otcyrillic: 0x047E,
Otilde: 0x00D5,
Otildeacute: 0x1E4C,
Otildedieresis: 0x1E4E,
Otildesmall: 0xF7F5,
P: 0x0050,
Pacute: 0x1E54,
Pcircle: 0x24C5,
Pdotaccent: 0x1E56,
Pecyrillic: 0x041F,
Peharmenian: 0x054A,
Pemiddlehookcyrillic: 0x04A6,
Phi: 0x03A6,
Phook: 0x01A4,
Pi: 0x03A0,
Piwrarmenian: 0x0553,
Pmonospace: 0xFF30,
Psi: 0x03A8,
Psicyrillic: 0x0470,
Psmall: 0xF770,
Q: 0x0051,
Qcircle: 0x24C6,
Qmonospace: 0xFF31,
Qsmall: 0xF771,
R: 0x0052,
Raarmenian: 0x054C,
Racute: 0x0154,
Rcaron: 0x0158,
Rcedilla: 0x0156,
Rcircle: 0x24C7,
Rcommaaccent: 0x0156,
Rdblgrave: 0x0210,
Rdotaccent: 0x1E58,
Rdotbelow: 0x1E5A,
Rdotbelowmacron: 0x1E5C,
Reharmenian: 0x0550,
Rfraktur: 0x211C,
Rho: 0x03A1,
Ringsmall: 0xF6FC,
Rinvertedbreve: 0x0212,
Rlinebelow: 0x1E5E,
Rmonospace: 0xFF32,
Rsmall: 0xF772,
Rsmallinverted: 0x0281,
Rsmallinvertedsuperior: 0x02B6,
S: 0x0053,
SF010000: 0x250C,
SF020000: 0x2514,
SF030000: 0x2510,
SF040000: 0x2518,
SF050000: 0x253C,
SF060000: 0x252C,
SF070000: 0x2534,
SF080000: 0x251C,
SF090000: 0x2524,
SF100000: 0x2500,
SF110000: 0x2502,
SF190000: 0x2561,
SF200000: 0x2562,
SF210000: 0x2556,
SF220000: 0x2555,
SF230000: 0x2563,
SF240000: 0x2551,
SF250000: 0x2557,
SF260000: 0x255D,
SF270000: 0x255C,
SF280000: 0x255B,
SF360000: 0x255E,
SF370000: 0x255F,
SF380000: 0x255A,
SF390000: 0x2554,
SF400000: 0x2569,
SF410000: 0x2566,
SF420000: 0x2560,
SF430000: 0x2550,
SF440000: 0x256C,
SF450000: 0x2567,
SF460000: 0x2568,
SF470000: 0x2564,
SF480000: 0x2565,
SF490000: 0x2559,
SF500000: 0x2558,
SF510000: 0x2552,
SF520000: 0x2553,
SF530000: 0x256B,
SF540000: 0x256A,
Sacute: 0x015A,
Sacutedotaccent: 0x1E64,
Sampigreek: 0x03E0,
Scaron: 0x0160,
Scarondotaccent: 0x1E66,
Scaronsmall: 0xF6FD,
Scedilla: 0x015E,
Schwa: 0x018F,
Schwacyrillic: 0x04D8,
Schwadieresiscyrillic: 0x04DA,
Scircle: 0x24C8,
Scircumflex: 0x015C,
Scommaaccent: 0x0218,
Sdotaccent: 0x1E60,
Sdotbelow: 0x1E62,
Sdotbelowdotaccent: 0x1E68,
Seharmenian: 0x054D,
Sevenroman: 0x2166,
Shaarmenian: 0x0547,
Shacyrillic: 0x0428,
Shchacyrillic: 0x0429,
Sheicoptic: 0x03E2,
Shhacyrillic: 0x04BA,
Shimacoptic: 0x03EC,
Sigma: 0x03A3,
Sixroman: 0x2165,
Smonospace: 0xFF33,
Softsigncyrillic: 0x042C,
Ssmall: 0xF773,
Stigmagreek: 0x03DA,
T: 0x0054,
Tau: 0x03A4,
Tbar: 0x0166,
Tcaron: 0x0164,
Tcedilla: 0x0162,
Tcircle: 0x24C9,
Tcircumflexbelow: 0x1E70,
Tcommaaccent: 0x0162,
Tdotaccent: 0x1E6A,
Tdotbelow: 0x1E6C,
Tecyrillic: 0x0422,
Tedescendercyrillic: 0x04AC,
Tenroman: 0x2169,
Tetsecyrillic: 0x04B4,
Theta: 0x0398,
Thook: 0x01AC,
Thorn: 0x00DE,
Thornsmall: 0xF7FE,
Threeroman: 0x2162,
Tildesmall: 0xF6FE,
Tiwnarmenian: 0x054F,
Tlinebelow: 0x1E6E,
Tmonospace: 0xFF34,
Toarmenian: 0x0539,
Tonefive: 0x01BC,
Tonesix: 0x0184,
Tonetwo: 0x01A7,
Tretroflexhook: 0x01AE,
Tsecyrillic: 0x0426,
Tshecyrillic: 0x040B,
Tsmall: 0xF774,
Twelveroman: 0x216B,
Tworoman: 0x2161,
U: 0x0055,
Uacute: 0x00DA,
Uacutesmall: 0xF7FA,
Ubreve: 0x016C,
Ucaron: 0x01D3,
Ucircle: 0x24CA,
Ucircumflex: 0x00DB,
Ucircumflexbelow: 0x1E76,
Ucircumflexsmall: 0xF7FB,
Ucyrillic: 0x0423,
Udblacute: 0x0170,
Udblgrave: 0x0214,
Udieresis: 0x00DC,
Udieresisacute: 0x01D7,
Udieresisbelow: 0x1E72,
Udieresiscaron: 0x01D9,
Udieresiscyrillic: 0x04F0,
Udieresisgrave: 0x01DB,
Udieresismacron: 0x01D5,
Udieresissmall: 0xF7FC,
Udotbelow: 0x1EE4,
Ugrave: 0x00D9,
Ugravesmall: 0xF7F9,
Uhookabove: 0x1EE6,
Uhorn: 0x01AF,
Uhornacute: 0x1EE8,
Uhorndotbelow: 0x1EF0,
Uhorngrave: 0x1EEA,
Uhornhookabove: 0x1EEC,
Uhorntilde: 0x1EEE,
Uhungarumlaut: 0x0170,
Uhungarumlautcyrillic: 0x04F2,
Uinvertedbreve: 0x0216,
Ukcyrillic: 0x0478,
Umacron: 0x016A,
Umacroncyrillic: 0x04EE,
Umacrondieresis: 0x1E7A,
Umonospace: 0xFF35,
Uogonek: 0x0172,
Upsilon: 0x03A5,
Upsilon1: 0x03D2,
Upsilonacutehooksymbolgreek: 0x03D3,
Upsilonafrican: 0x01B1,
Upsilondieresis: 0x03AB,
Upsilondieresishooksymbolgreek: 0x03D4,
Upsilonhooksymbol: 0x03D2,
Upsilontonos: 0x038E,
Uring: 0x016E,
Ushortcyrillic: 0x040E,
Usmall: 0xF775,
Ustraightcyrillic: 0x04AE,
Ustraightstrokecyrillic: 0x04B0,
Utilde: 0x0168,
Utildeacute: 0x1E78,
Utildebelow: 0x1E74,
V: 0x0056,
Vcircle: 0x24CB,
Vdotbelow: 0x1E7E,
Vecyrillic: 0x0412,
Vewarmenian: 0x054E,
Vhook: 0x01B2,
Vmonospace: 0xFF36,
Voarmenian: 0x0548,
Vsmall: 0xF776,
Vtilde: 0x1E7C,
W: 0x0057,
Wacute: 0x1E82,
Wcircle: 0x24CC,
Wcircumflex: 0x0174,
Wdieresis: 0x1E84,
Wdotaccent: 0x1E86,
Wdotbelow: 0x1E88,
Wgrave: 0x1E80,
Wmonospace: 0xFF37,
Wsmall: 0xF777,
X: 0x0058,
Xcircle: 0x24CD,
Xdieresis: 0x1E8C,
Xdotaccent: 0x1E8A,
Xeharmenian: 0x053D,
Xi: 0x039E,
Xmonospace: 0xFF38,
Xsmall: 0xF778,
Y: 0x0059,
Yacute: 0x00DD,
Yacutesmall: 0xF7FD,
Yatcyrillic: 0x0462,
Ycircle: 0x24CE,
Ycircumflex: 0x0176,
Ydieresis: 0x0178,
Ydieresissmall: 0xF7FF,
Ydotaccent: 0x1E8E,
Ydotbelow: 0x1EF4,
Yericyrillic: 0x042B,
Yerudieresiscyrillic: 0x04F8,
Ygrave: 0x1EF2,
Yhook: 0x01B3,
Yhookabove: 0x1EF6,
Yiarmenian: 0x0545,
Yicyrillic: 0x0407,
Yiwnarmenian: 0x0552,
Ymonospace: 0xFF39,
Ysmall: 0xF779,
Ytilde: 0x1EF8,
Yusbigcyrillic: 0x046A,
Yusbigiotifiedcyrillic: 0x046C,
Yuslittlecyrillic: 0x0466,
Yuslittleiotifiedcyrillic: 0x0468,
Z: 0x005A,
Zaarmenian: 0x0536,
Zacute: 0x0179,
Zcaron: 0x017D,
Zcaronsmall: 0xF6FF,
Zcircle: 0x24CF,
Zcircumflex: 0x1E90,
Zdot: 0x017B,
Zdotaccent: 0x017B,
Zdotbelow: 0x1E92,
Zecyrillic: 0x0417,
Zedescendercyrillic: 0x0498,
Zedieresiscyrillic: 0x04DE,
Zeta: 0x0396,
Zhearmenian: 0x053A,
Zhebrevecyrillic: 0x04C1,
Zhecyrillic: 0x0416,
Zhedescendercyrillic: 0x0496,
Zhedieresiscyrillic: 0x04DC,
Zlinebelow: 0x1E94,
Zmonospace: 0xFF3A,
Zsmall: 0xF77A,
Zstroke: 0x01B5,
a: 0x0061,
aabengali: 0x0986,
aacute: 0x00E1,
aadeva: 0x0906,
aagujarati: 0x0A86,
aagurmukhi: 0x0A06,
aamatragurmukhi: 0x0A3E,
aarusquare: 0x3303,
aavowelsignbengali: 0x09BE,
aavowelsigndeva: 0x093E,
aavowelsigngujarati: 0x0ABE,
abbreviationmarkarmenian: 0x055F,
abbreviationsigndeva: 0x0970,
abengali: 0x0985,
abopomofo: 0x311A,
abreve: 0x0103,
abreveacute: 0x1EAF,
abrevecyrillic: 0x04D1,
abrevedotbelow: 0x1EB7,
abrevegrave: 0x1EB1,
abrevehookabove: 0x1EB3,
abrevetilde: 0x1EB5,
acaron: 0x01CE,
acircle: 0x24D0,
acircumflex: 0x00E2,
acircumflexacute: 0x1EA5,
acircumflexdotbelow: 0x1EAD,
acircumflexgrave: 0x1EA7,
acircumflexhookabove: 0x1EA9,
acircumflextilde: 0x1EAB,
acute: 0x00B4,
acutebelowcmb: 0x0317,
acutecmb: 0x0301,
acutecomb: 0x0301,
acutedeva: 0x0954,
acutelowmod: 0x02CF,
acutetonecmb: 0x0341,
acyrillic: 0x0430,
adblgrave: 0x0201,
addakgurmukhi: 0x0A71,
adeva: 0x0905,
adieresis: 0x00E4,
adieresiscyrillic: 0x04D3,
adieresismacron: 0x01DF,
adotbelow: 0x1EA1,
adotmacron: 0x01E1,
ae: 0x00E6,
aeacute: 0x01FD,
aekorean: 0x3150,
aemacron: 0x01E3,
afii00208: 0x2015,
afii08941: 0x20A4,
afii10017: 0x0410,
afii10018: 0x0411,
afii10019: 0x0412,
afii10020: 0x0413,
afii10021: 0x0414,
afii10022: 0x0415,
afii10023: 0x0401,
afii10024: 0x0416,
afii10025: 0x0417,
afii10026: 0x0418,
afii10027: 0x0419,
afii10028: 0x041A,
afii10029: 0x041B,
afii10030: 0x041C,
afii10031: 0x041D,
afii10032: 0x041E,
afii10033: 0x041F,
afii10034: 0x0420,
afii10035: 0x0421,
afii10036: 0x0422,
afii10037: 0x0423,
afii10038: 0x0424,
afii10039: 0x0425,
afii10040: 0x0426,
afii10041: 0x0427,
afii10042: 0x0428,
afii10043: 0x0429,
afii10044: 0x042A,
afii10045: 0x042B,
afii10046: 0x042C,
afii10047: 0x042D,
afii10048: 0x042E,
afii10049: 0x042F,
afii10050: 0x0490,
afii10051: 0x0402,
afii10052: 0x0403,
afii10053: 0x0404,
afii10054: 0x0405,
afii10055: 0x0406,
afii10056: 0x0407,
afii10057: 0x0408,
afii10058: 0x0409,
afii10059: 0x040A,
afii10060: 0x040B,
afii10061: 0x040C,
afii10062: 0x040E,
afii10063: 0xF6C4,
afii10064: 0xF6C5,
afii10065: 0x0430,
afii10066: 0x0431,
afii10067: 0x0432,
afii10068: 0x0433,
afii10069: 0x0434,
afii10070: 0x0435,
afii10071: 0x0451,
afii10072: 0x0436,
afii10073: 0x0437,
afii10074: 0x0438,
afii10075: 0x0439,
afii10076: 0x043A,
afii10077: 0x043B,
afii10078: 0x043C,
afii10079: 0x043D,
afii10080: 0x043E,
afii10081: 0x043F,
afii10082: 0x0440,
afii10083: 0x0441,
afii10084: 0x0442,
afii10085: 0x0443,
afii10086: 0x0444,
afii10087: 0x0445,
afii10088: 0x0446,
afii10089: 0x0447,
afii10090: 0x0448,
afii10091: 0x0449,
afii10092: 0x044A,
afii10093: 0x044B,
afii10094: 0x044C,
afii10095: 0x044D,
afii10096: 0x044E,
afii10097: 0x044F,
afii10098: 0x0491,
afii10099: 0x0452,
afii10100: 0x0453,
afii10101: 0x0454,
afii10102: 0x0455,
afii10103: 0x0456,
afii10104: 0x0457,
afii10105: 0x0458,
afii10106: 0x0459,
afii10107: 0x045A,
afii10108: 0x045B,
afii10109: 0x045C,
afii10110: 0x045E,
afii10145: 0x040F,
afii10146: 0x0462,
afii10147: 0x0472,
afii10148: 0x0474,
afii10192: 0xF6C6,
afii10193: 0x045F,
afii10194: 0x0463,
afii10195: 0x0473,
afii10196: 0x0475,
afii10831: 0xF6C7,
afii10832: 0xF6C8,
afii10846: 0x04D9,
afii299: 0x200E,
afii300: 0x200F,
afii301: 0x200D,
afii57381: 0x066A,
afii57388: 0x060C,
afii57392: 0x0660,
afii57393: 0x0661,
afii57394: 0x0662,
afii57395: 0x0663,
afii57396: 0x0664,
afii57397: 0x0665,
afii57398: 0x0666,
afii57399: 0x0667,
afii57400: 0x0668,
afii57401: 0x0669,
afii57403: 0x061B,
afii57407: 0x061F,
afii57409: 0x0621,
afii57410: 0x0622,
afii57411: 0x0623,
afii57412: 0x0624,
afii57413: 0x0625,
afii57414: 0x0626,
afii57415: 0x0627,
afii57416: 0x0628,
afii57417: 0x0629,
afii57418: 0x062A,
afii57419: 0x062B,
afii57420: 0x062C,
afii57421: 0x062D,
afii57422: 0x062E,
afii57423: 0x062F,
afii57424: 0x0630,
afii57425: 0x0631,
afii57426: 0x0632,
afii57427: 0x0633,
afii57428: 0x0634,
afii57429: 0x0635,
afii57430: 0x0636,
afii57431: 0x0637,
afii57432: 0x0638,
afii57433: 0x0639,
afii57434: 0x063A,
afii57440: 0x0640,
afii57441: 0x0641,
afii57442: 0x0642,
afii57443: 0x0643,
afii57444: 0x0644,
afii57445: 0x0645,
afii57446: 0x0646,
afii57448: 0x0648,
afii57449: 0x0649,
afii57450: 0x064A,
afii57451: 0x064B,
afii57452: 0x064C,
afii57453: 0x064D,
afii57454: 0x064E,
afii57455: 0x064F,
afii57456: 0x0650,
afii57457: 0x0651,
afii57458: 0x0652,
afii57470: 0x0647,
afii57505: 0x06A4,
afii57506: 0x067E,
afii57507: 0x0686,
afii57508: 0x0698,
afii57509: 0x06AF,
afii57511: 0x0679,
afii57512: 0x0688,
afii57513: 0x0691,
afii57514: 0x06BA,
afii57519: 0x06D2,
afii57534: 0x06D5,
afii57636: 0x20AA,
afii57645: 0x05BE,
afii57658: 0x05C3,
afii57664: 0x05D0,
afii57665: 0x05D1,
afii57666: 0x05D2,
afii57667: 0x05D3,
afii57668: 0x05D4,
afii57669: 0x05D5,
afii57670: 0x05D6,
afii57671: 0x05D7,
afii57672: 0x05D8,
afii57673: 0x05D9,
afii57674: 0x05DA,
afii57675: 0x05DB,
afii57676: 0x05DC,
afii57677: 0x05DD,
afii57678: 0x05DE,
afii57679: 0x05DF,
afii57680: 0x05E0,
afii57681: 0x05E1,
afii57682: 0x05E2,
afii57683: 0x05E3,
afii57684: 0x05E4,
afii57685: 0x05E5,
afii57686: 0x05E6,
afii57687: 0x05E7,
afii57688: 0x05E8,
afii57689: 0x05E9,
afii57690: 0x05EA,
afii57694: 0xFB2A,
afii57695: 0xFB2B,
afii57700: 0xFB4B,
afii57705: 0xFB1F,
afii57716: 0x05F0,
afii57717: 0x05F1,
afii57718: 0x05F2,
afii57723: 0xFB35,
afii57793: 0x05B4,
afii57794: 0x05B5,
afii57795: 0x05B6,
afii57796: 0x05BB,
afii57797: 0x05B8,
afii57798: 0x05B7,
afii57799: 0x05B0,
afii57800: 0x05B2,
afii57801: 0x05B1,
afii57802: 0x05B3,
afii57803: 0x05C2,
afii57804: 0x05C1,
afii57806: 0x05B9,
afii57807: 0x05BC,
afii57839: 0x05BD,
afii57841: 0x05BF,
afii57842: 0x05C0,
afii57929: 0x02BC,
afii61248: 0x2105,
afii61289: 0x2113,
afii61352: 0x2116,
afii61573: 0x202C,
afii61574: 0x202D,
afii61575: 0x202E,
afii61664: 0x200C,
afii63167: 0x066D,
afii64937: 0x02BD,
agrave: 0x00E0,
agujarati: 0x0A85,
agurmukhi: 0x0A05,
ahiragana: 0x3042,
ahookabove: 0x1EA3,
aibengali: 0x0990,
aibopomofo: 0x311E,
aideva: 0x0910,
aiecyrillic: 0x04D5,
aigujarati: 0x0A90,
aigurmukhi: 0x0A10,
aimatragurmukhi: 0x0A48,
ainarabic: 0x0639,
ainfinalarabic: 0xFECA,
aininitialarabic: 0xFECB,
ainmedialarabic: 0xFECC,
ainvertedbreve: 0x0203,
aivowelsignbengali: 0x09C8,
aivowelsigndeva: 0x0948,
aivowelsigngujarati: 0x0AC8,
akatakana: 0x30A2,
akatakanahalfwidth: 0xFF71,
akorean: 0x314F,
alef: 0x05D0,
alefarabic: 0x0627,
alefdageshhebrew: 0xFB30,
aleffinalarabic: 0xFE8E,
alefhamzaabovearabic: 0x0623,
alefhamzaabovefinalarabic: 0xFE84,
alefhamzabelowarabic: 0x0625,
alefhamzabelowfinalarabic: 0xFE88,
alefhebrew: 0x05D0,
aleflamedhebrew: 0xFB4F,
alefmaddaabovearabic: 0x0622,
alefmaddaabovefinalarabic: 0xFE82,
alefmaksuraarabic: 0x0649,
alefmaksurafinalarabic: 0xFEF0,
alefmaksurainitialarabic: 0xFEF3,
alefmaksuramedialarabic: 0xFEF4,
alefpatahhebrew: 0xFB2E,
alefqamatshebrew: 0xFB2F,
aleph: 0x2135,
allequal: 0x224C,
alpha: 0x03B1,
alphatonos: 0x03AC,
amacron: 0x0101,
amonospace: 0xFF41,
ampersand: 0x0026,
ampersandmonospace: 0xFF06,
ampersandsmall: 0xF726,
amsquare: 0x33C2,
anbopomofo: 0x3122,
angbopomofo: 0x3124,
angbracketleft: 0x3008, // This glyph is missing from Adobe's original list.
angbracketright: 0x3009, // This glyph is missing from Adobe's original list.
angkhankhuthai: 0x0E5A,
angle: 0x2220,
anglebracketleft: 0x3008,
anglebracketleftvertical: 0xFE3F,
anglebracketright: 0x3009,
anglebracketrightvertical: 0xFE40,
angleleft: 0x2329,
angleright: 0x232A,
angstrom: 0x212B,
anoteleia: 0x0387,
anudattadeva: 0x0952,
anusvarabengali: 0x0982,
anusvaradeva: 0x0902,
anusvaragujarati: 0x0A82,
aogonek: 0x0105,
apaatosquare: 0x3300,
aparen: 0x249C,
apostrophearmenian: 0x055A,
apostrophemod: 0x02BC,
apple: 0xF8FF,
approaches: 0x2250,
approxequal: 0x2248,
approxequalorimage: 0x2252,
approximatelyequal: 0x2245,
araeaekorean: 0x318E,
araeakorean: 0x318D,
arc: 0x2312,
arighthalfring: 0x1E9A,
aring: 0x00E5,
aringacute: 0x01FB,
aringbelow: 0x1E01,
arrowboth: 0x2194,
arrowdashdown: 0x21E3,
arrowdashleft: 0x21E0,
arrowdashright: 0x21E2,
arrowdashup: 0x21E1,
arrowdblboth: 0x21D4,
arrowdbldown: 0x21D3,
arrowdblleft: 0x21D0,
arrowdblright: 0x21D2,
arrowdblup: 0x21D1,
arrowdown: 0x2193,
arrowdownleft: 0x2199,
arrowdownright: 0x2198,
arrowdownwhite: 0x21E9,
arrowheaddownmod: 0x02C5,
arrowheadleftmod: 0x02C2,
arrowheadrightmod: 0x02C3,
arrowheadupmod: 0x02C4,
arrowhorizex: 0xF8E7,
arrowleft: 0x2190,
arrowleftdbl: 0x21D0,
arrowleftdblstroke: 0x21CD,
arrowleftoverright: 0x21C6,
arrowleftwhite: 0x21E6,
arrowright: 0x2192,
arrowrightdblstroke: 0x21CF,
arrowrightheavy: 0x279E,
arrowrightoverleft: 0x21C4,
arrowrightwhite: 0x21E8,
arrowtableft: 0x21E4,
arrowtabright: 0x21E5,
arrowup: 0x2191,
arrowupdn: 0x2195,
arrowupdnbse: 0x21A8,
arrowupdownbase: 0x21A8,
arrowupleft: 0x2196,
arrowupleftofdown: 0x21C5,
arrowupright: 0x2197,
arrowupwhite: 0x21E7,
arrowvertex: 0xF8E6,
asciicircum: 0x005E,
asciicircummonospace: 0xFF3E,
asciitilde: 0x007E,
asciitildemonospace: 0xFF5E,
ascript: 0x0251,
ascriptturned: 0x0252,
asmallhiragana: 0x3041,
asmallkatakana: 0x30A1,
asmallkatakanahalfwidth: 0xFF67,
asterisk: 0x002A,
asteriskaltonearabic: 0x066D,
asteriskarabic: 0x066D,
asteriskmath: 0x2217,
asteriskmonospace: 0xFF0A,
asterisksmall: 0xFE61,
asterism: 0x2042,
asuperior: 0xF6E9,
asymptoticallyequal: 0x2243,
at: 0x0040,
atilde: 0x00E3,
atmonospace: 0xFF20,
atsmall: 0xFE6B,
aturned: 0x0250,
aubengali: 0x0994,
aubopomofo: 0x3120,
audeva: 0x0914,
augujarati: 0x0A94,
augurmukhi: 0x0A14,
aulengthmarkbengali: 0x09D7,
aumatragurmukhi: 0x0A4C,
auvowelsignbengali: 0x09CC,
auvowelsigndeva: 0x094C,
auvowelsigngujarati: 0x0ACC,
avagrahadeva: 0x093D,
aybarmenian: 0x0561,
ayin: 0x05E2,
ayinaltonehebrew: 0xFB20,
ayinhebrew: 0x05E2,
b: 0x0062,
babengali: 0x09AC,
backslash: 0x005C,
backslashmonospace: 0xFF3C,
badeva: 0x092C,
bagujarati: 0x0AAC,
bagurmukhi: 0x0A2C,
bahiragana: 0x3070,
bahtthai: 0x0E3F,
bakatakana: 0x30D0,
bar: 0x007C,
barmonospace: 0xFF5C,
bbopomofo: 0x3105,
bcircle: 0x24D1,
bdotaccent: 0x1E03,
bdotbelow: 0x1E05,
beamedsixteenthnotes: 0x266C,
because: 0x2235,
becyrillic: 0x0431,
beharabic: 0x0628,
behfinalarabic: 0xFE90,
behinitialarabic: 0xFE91,
behiragana: 0x3079,
behmedialarabic: 0xFE92,
behmeeminitialarabic: 0xFC9F,
behmeemisolatedarabic: 0xFC08,
behnoonfinalarabic: 0xFC6D,
bekatakana: 0x30D9,
benarmenian: 0x0562,
bet: 0x05D1,
beta: 0x03B2,
betasymbolgreek: 0x03D0,
betdagesh: 0xFB31,
betdageshhebrew: 0xFB31,
bethebrew: 0x05D1,
betrafehebrew: 0xFB4C,
bhabengali: 0x09AD,
bhadeva: 0x092D,
bhagujarati: 0x0AAD,
bhagurmukhi: 0x0A2D,
bhook: 0x0253,
bihiragana: 0x3073,
bikatakana: 0x30D3,
bilabialclick: 0x0298,
bindigurmukhi: 0x0A02,
birusquare: 0x3331,
blackcircle: 0x25CF,
blackdiamond: 0x25C6,
blackdownpointingtriangle: 0x25BC,
blackleftpointingpointer: 0x25C4,
blackleftpointingtriangle: 0x25C0,
blacklenticularbracketleft: 0x3010,
blacklenticularbracketleftvertical: 0xFE3B,
blacklenticularbracketright: 0x3011,
blacklenticularbracketrightvertical: 0xFE3C,
blacklowerlefttriangle: 0x25E3,
blacklowerrighttriangle: 0x25E2,
blackrectangle: 0x25AC,
blackrightpointingpointer: 0x25BA,
blackrightpointingtriangle: 0x25B6,
blacksmallsquare: 0x25AA,
blacksmilingface: 0x263B,
blacksquare: 0x25A0,
blackstar: 0x2605,
blackupperlefttriangle: 0x25E4,
blackupperrighttriangle: 0x25E5,
blackuppointingsmalltriangle: 0x25B4,
blackuppointingtriangle: 0x25B2,
blank: 0x2423,
blinebelow: 0x1E07,
block: 0x2588,
bmonospace: 0xFF42,
bobaimaithai: 0x0E1A,
bohiragana: 0x307C,
bokatakana: 0x30DC,
bparen: 0x249D,
bqsquare: 0x33C3,
braceex: 0xF8F4,
braceleft: 0x007B,
braceleftbt: 0xF8F3,
braceleftmid: 0xF8F2,
braceleftmonospace: 0xFF5B,
braceleftsmall: 0xFE5B,
bracelefttp: 0xF8F1,
braceleftvertical: 0xFE37,
braceright: 0x007D,
bracerightbt: 0xF8FE,
bracerightmid: 0xF8FD,
bracerightmonospace: 0xFF5D,
bracerightsmall: 0xFE5C,
bracerighttp: 0xF8FC,
bracerightvertical: 0xFE38,
bracketleft: 0x005B,
bracketleftbt: 0xF8F0,
bracketleftex: 0xF8EF,
bracketleftmonospace: 0xFF3B,
bracketlefttp: 0xF8EE,
bracketright: 0x005D,
bracketrightbt: 0xF8FB,
bracketrightex: 0xF8FA,
bracketrightmonospace: 0xFF3D,
bracketrighttp: 0xF8F9,
breve: 0x02D8,
brevebelowcmb: 0x032E,
brevecmb: 0x0306,
breveinvertedbelowcmb: 0x032F,
breveinvertedcmb: 0x0311,
breveinverteddoublecmb: 0x0361,
bridgebelowcmb: 0x032A,
bridgeinvertedbelowcmb: 0x033A,
brokenbar: 0x00A6,
bstroke: 0x0180,
bsuperior: 0xF6EA,
btopbar: 0x0183,
buhiragana: 0x3076,
bukatakana: 0x30D6,
bullet: 0x2022,
bulletinverse: 0x25D8,
bulletoperator: 0x2219,
bullseye: 0x25CE,
c: 0x0063,
caarmenian: 0x056E,
cabengali: 0x099A,
cacute: 0x0107,
cadeva: 0x091A,
cagujarati: 0x0A9A,
cagurmukhi: 0x0A1A,
calsquare: 0x3388,
candrabindubengali: 0x0981,
candrabinducmb: 0x0310,
candrabindudeva: 0x0901,
candrabindugujarati: 0x0A81,
capslock: 0x21EA,
careof: 0x2105,
caron: 0x02C7,
caronbelowcmb: 0x032C,
caroncmb: 0x030C,
carriagereturn: 0x21B5,
cbopomofo: 0x3118,
ccaron: 0x010D,
ccedilla: 0x00E7,
ccedillaacute: 0x1E09,
ccircle: 0x24D2,
ccircumflex: 0x0109,
ccurl: 0x0255,
cdot: 0x010B,
cdotaccent: 0x010B,
cdsquare: 0x33C5,
cedilla: 0x00B8,
cedillacmb: 0x0327,
cent: 0x00A2,
centigrade: 0x2103,
centinferior: 0xF6DF,
centmonospace: 0xFFE0,
centoldstyle: 0xF7A2,
centsuperior: 0xF6E0,
chaarmenian: 0x0579,
chabengali: 0x099B,
chadeva: 0x091B,
chagujarati: 0x0A9B,
chagurmukhi: 0x0A1B,
chbopomofo: 0x3114,
cheabkhasiancyrillic: 0x04BD,
checkmark: 0x2713,
checyrillic: 0x0447,
chedescenderabkhasiancyrillic: 0x04BF,
chedescendercyrillic: 0x04B7,
chedieresiscyrillic: 0x04F5,
cheharmenian: 0x0573,
chekhakassiancyrillic: 0x04CC,
cheverticalstrokecyrillic: 0x04B9,
chi: 0x03C7,
chieuchacirclekorean: 0x3277,
chieuchaparenkorean: 0x3217,
chieuchcirclekorean: 0x3269,
chieuchkorean: 0x314A,
chieuchparenkorean: 0x3209,
chochangthai: 0x0E0A,
chochanthai: 0x0E08,
chochingthai: 0x0E09,
chochoethai: 0x0E0C,
chook: 0x0188,
cieucacirclekorean: 0x3276,
cieucaparenkorean: 0x3216,
cieuccirclekorean: 0x3268,
cieuckorean: 0x3148,
cieucparenkorean: 0x3208,
cieucuparenkorean: 0x321C,
circle: 0x25CB,
circlecopyrt: 0x00A9, // This glyph is missing from Adobe's original list.
circlemultiply: 0x2297,
circleot: 0x2299,
circleplus: 0x2295,
circlepostalmark: 0x3036,
circlewithlefthalfblack: 0x25D0,
circlewithrighthalfblack: 0x25D1,
circumflex: 0x02C6,
circumflexbelowcmb: 0x032D,
circumflexcmb: 0x0302,
clear: 0x2327,
clickalveolar: 0x01C2,
clickdental: 0x01C0,
clicklateral: 0x01C1,
clickretroflex: 0x01C3,
club: 0x2663,
clubsuitblack: 0x2663,
clubsuitwhite: 0x2667,
cmcubedsquare: 0x33A4,
cmonospace: 0xFF43,
cmsquaredsquare: 0x33A0,
coarmenian: 0x0581,
colon: 0x003A,
colonmonetary: 0x20A1,
colonmonospace: 0xFF1A,
colonsign: 0x20A1,
colonsmall: 0xFE55,
colontriangularhalfmod: 0x02D1,
colontriangularmod: 0x02D0,
comma: 0x002C,
commaabovecmb: 0x0313,
commaaboverightcmb: 0x0315,
commaaccent: 0xF6C3,
commaarabic: 0x060C,
commaarmenian: 0x055D,
commainferior: 0xF6E1,
commamonospace: 0xFF0C,
commareversedabovecmb: 0x0314,
commareversedmod: 0x02BD,
commasmall: 0xFE50,
commasuperior: 0xF6E2,
commaturnedabovecmb: 0x0312,
commaturnedmod: 0x02BB,
compass: 0x263C,
congruent: 0x2245,
contourintegral: 0x222E,
control: 0x2303,
controlACK: 0x0006,
controlBEL: 0x0007,
controlBS: 0x0008,
controlCAN: 0x0018,
controlCR: 0x000D,
controlDC1: 0x0011,
controlDC2: 0x0012,
controlDC3: 0x0013,
controlDC4: 0x0014,
controlDEL: 0x007F,
controlDLE: 0x0010,
controlEM: 0x0019,
controlENQ: 0x0005,
controlEOT: 0x0004,
controlESC: 0x001B,
controlETB: 0x0017,
controlETX: 0x0003,
controlFF: 0x000C,
controlFS: 0x001C,
controlGS: 0x001D,
controlHT: 0x0009,
controlLF: 0x000A,
controlNAK: 0x0015,
controlRS: 0x001E,
controlSI: 0x000F,
controlSO: 0x000E,
controlSOT: 0x0002,
controlSTX: 0x0001,
controlSUB: 0x001A,
controlSYN: 0x0016,
controlUS: 0x001F,
controlVT: 0x000B,
copyright: 0x00A9,
copyrightsans: 0xF8E9,
copyrightserif: 0xF6D9,
cornerbracketleft: 0x300C,
cornerbracketlefthalfwidth: 0xFF62,
cornerbracketleftvertical: 0xFE41,
cornerbracketright: 0x300D,
cornerbracketrighthalfwidth: 0xFF63,
cornerbracketrightvertical: 0xFE42,
corporationsquare: 0x337F,
cosquare: 0x33C7,
coverkgsquare: 0x33C6,
cparen: 0x249E,
cruzeiro: 0x20A2,
cstretched: 0x0297,
curlyand: 0x22CF,
curlyor: 0x22CE,
currency: 0x00A4,
cyrBreve: 0xF6D1,
cyrFlex: 0xF6D2,
cyrbreve: 0xF6D4,
cyrflex: 0xF6D5,
d: 0x0064,
daarmenian: 0x0564,
dabengali: 0x09A6,
dadarabic: 0x0636,
dadeva: 0x0926,
dadfinalarabic: 0xFEBE,
dadinitialarabic: 0xFEBF,
dadmedialarabic: 0xFEC0,
dagesh: 0x05BC,
dageshhebrew: 0x05BC,
dagger: 0x2020,
daggerdbl: 0x2021,
dagujarati: 0x0AA6,
dagurmukhi: 0x0A26,
dahiragana: 0x3060,
dakatakana: 0x30C0,
dalarabic: 0x062F,
dalet: 0x05D3,
daletdagesh: 0xFB33,
daletdageshhebrew: 0xFB33,
dalethatafpatah: 0x05D305B2,
dalethatafpatahhebrew: 0x05D305B2,
dalethatafsegol: 0x05D305B1,
dalethatafsegolhebrew: 0x05D305B1,
dalethebrew: 0x05D3,
dalethiriq: 0x05D305B4,
dalethiriqhebrew: 0x05D305B4,
daletholam: 0x05D305B9,
daletholamhebrew: 0x05D305B9,
daletpatah: 0x05D305B7,
daletpatahhebrew: 0x05D305B7,
daletqamats: 0x05D305B8,
daletqamatshebrew: 0x05D305B8,
daletqubuts: 0x05D305BB,
daletqubutshebrew: 0x05D305BB,
daletsegol: 0x05D305B6,
daletsegolhebrew: 0x05D305B6,
daletsheva: 0x05D305B0,
daletshevahebrew: 0x05D305B0,
dalettsere: 0x05D305B5,
dalettserehebrew: 0x05D305B5,
dalfinalarabic: 0xFEAA,
dammaarabic: 0x064F,
dammalowarabic: 0x064F,
dammatanaltonearabic: 0x064C,
dammatanarabic: 0x064C,
danda: 0x0964,
dargahebrew: 0x05A7,
dargalefthebrew: 0x05A7,
dasiapneumatacyrilliccmb: 0x0485,
dblGrave: 0xF6D3,
dblanglebracketleft: 0x300A,
dblanglebracketleftvertical: 0xFE3D,
dblanglebracketright: 0x300B,
dblanglebracketrightvertical: 0xFE3E,
dblarchinvertedbelowcmb: 0x032B,
dblarrowleft: 0x21D4,
dblarrowright: 0x21D2,
dbldanda: 0x0965,
dblgrave: 0xF6D6,
dblgravecmb: 0x030F,
dblintegral: 0x222C,
dbllowline: 0x2017,
dbllowlinecmb: 0x0333,
dbloverlinecmb: 0x033F,
dblprimemod: 0x02BA,
dblverticalbar: 0x2016,
dblverticallineabovecmb: 0x030E,
dbopomofo: 0x3109,
dbsquare: 0x33C8,
dcaron: 0x010F,
dcedilla: 0x1E11,
dcircle: 0x24D3,
dcircumflexbelow: 0x1E13,
dcroat: 0x0111,
ddabengali: 0x09A1,
ddadeva: 0x0921,
ddagujarati: 0x0AA1,
ddagurmukhi: 0x0A21,
ddalarabic: 0x0688,
ddalfinalarabic: 0xFB89,
dddhadeva: 0x095C,
ddhabengali: 0x09A2,
ddhadeva: 0x0922,
ddhagujarati: 0x0AA2,
ddhagurmukhi: 0x0A22,
ddotaccent: 0x1E0B,
ddotbelow: 0x1E0D,
decimalseparatorarabic: 0x066B,
decimalseparatorpersian: 0x066B,
decyrillic: 0x0434,
degree: 0x00B0,
dehihebrew: 0x05AD,
dehiragana: 0x3067,
deicoptic: 0x03EF,
dekatakana: 0x30C7,
deleteleft: 0x232B,
deleteright: 0x2326,
delta: 0x03B4,
deltaturned: 0x018D,
denominatorminusonenumeratorbengali: 0x09F8,
dezh: 0x02A4,
dhabengali: 0x09A7,
dhadeva: 0x0927,
dhagujarati: 0x0AA7,
dhagurmukhi: 0x0A27,
dhook: 0x0257,
dialytikatonos: 0x0385,
dialytikatonoscmb: 0x0344,
diamond: 0x2666,
diamondsuitwhite: 0x2662,
dieresis: 0x00A8,
dieresisacute: 0xF6D7,
dieresisbelowcmb: 0x0324,
dieresiscmb: 0x0308,
dieresisgrave: 0xF6D8,
dieresistonos: 0x0385,
dihiragana: 0x3062,
dikatakana: 0x30C2,
dittomark: 0x3003,
divide: 0x00F7,
divides: 0x2223,
divisionslash: 0x2215,
djecyrillic: 0x0452,
dkshade: 0x2593,
dlinebelow: 0x1E0F,
dlsquare: 0x3397,
dmacron: 0x0111,
dmonospace: 0xFF44,
dnblock: 0x2584,
dochadathai: 0x0E0E,
dodekthai: 0x0E14,
dohiragana: 0x3069,
dokatakana: 0x30C9,
dollar: 0x0024,
dollarinferior: 0xF6E3,
dollarmonospace: 0xFF04,
dollaroldstyle: 0xF724,
dollarsmall: 0xFE69,
dollarsuperior: 0xF6E4,
dong: 0x20AB,
dorusquare: 0x3326,
dotaccent: 0x02D9,
dotaccentcmb: 0x0307,
dotbelowcmb: 0x0323,
dotbelowcomb: 0x0323,
dotkatakana: 0x30FB,
dotlessi: 0x0131,
dotlessj: 0xF6BE,
dotlessjstrokehook: 0x0284,
dotmath: 0x22C5,
dottedcircle: 0x25CC,
doubleyodpatah: 0xFB1F,
doubleyodpatahhebrew: 0xFB1F,
downtackbelowcmb: 0x031E,
downtackmod: 0x02D5,
dparen: 0x249F,
dsuperior: 0xF6EB,
dtail: 0x0256,
dtopbar: 0x018C,
duhiragana: 0x3065,
dukatakana: 0x30C5,
dz: 0x01F3,
dzaltone: 0x02A3,
dzcaron: 0x01C6,
dzcurl: 0x02A5,
dzeabkhasiancyrillic: 0x04E1,
dzecyrillic: 0x0455,
dzhecyrillic: 0x045F,
e: 0x0065,
eacute: 0x00E9,
earth: 0x2641,
ebengali: 0x098F,
ebopomofo: 0x311C,
ebreve: 0x0115,
ecandradeva: 0x090D,
ecandragujarati: 0x0A8D,
ecandravowelsigndeva: 0x0945,
ecandravowelsigngujarati: 0x0AC5,
ecaron: 0x011B,
ecedillabreve: 0x1E1D,
echarmenian: 0x0565,
echyiwnarmenian: 0x0587,
ecircle: 0x24D4,
ecircumflex: 0x00EA,
ecircumflexacute: 0x1EBF,
ecircumflexbelow: 0x1E19,
ecircumflexdotbelow: 0x1EC7,
ecircumflexgrave: 0x1EC1,
ecircumflexhookabove: 0x1EC3,
ecircumflextilde: 0x1EC5,
ecyrillic: 0x0454,
edblgrave: 0x0205,
edeva: 0x090F,
edieresis: 0x00EB,
edot: 0x0117,
edotaccent: 0x0117,
edotbelow: 0x1EB9,
eegurmukhi: 0x0A0F,
eematragurmukhi: 0x0A47,
efcyrillic: 0x0444,
egrave: 0x00E8,
egujarati: 0x0A8F,
eharmenian: 0x0567,
ehbopomofo: 0x311D,
ehiragana: 0x3048,
ehookabove: 0x1EBB,
eibopomofo: 0x311F,
eight: 0x0038,
eightarabic: 0x0668,
eightbengali: 0x09EE,
eightcircle: 0x2467,
eightcircleinversesansserif: 0x2791,
eightdeva: 0x096E,
eighteencircle: 0x2471,
eighteenparen: 0x2485,
eighteenperiod: 0x2499,
eightgujarati: 0x0AEE,
eightgurmukhi: 0x0A6E,
eighthackarabic: 0x0668,
eighthangzhou: 0x3028,
eighthnotebeamed: 0x266B,
eightideographicparen: 0x3227,
eightinferior: 0x2088,
eightmonospace: 0xFF18,
eightoldstyle: 0xF738,
eightparen: 0x247B,
eightperiod: 0x248F,
eightpersian: 0x06F8,
eightroman: 0x2177,
eightsuperior: 0x2078,
eightthai: 0x0E58,
einvertedbreve: 0x0207,
eiotifiedcyrillic: 0x0465,
ekatakana: 0x30A8,
ekatakanahalfwidth: 0xFF74,
ekonkargurmukhi: 0x0A74,
ekorean: 0x3154,
elcyrillic: 0x043B,
element: 0x2208,
elevencircle: 0x246A,
elevenparen: 0x247E,
elevenperiod: 0x2492,
elevenroman: 0x217A,
ellipsis: 0x2026,
ellipsisvertical: 0x22EE,
emacron: 0x0113,
emacronacute: 0x1E17,
emacrongrave: 0x1E15,
emcyrillic: 0x043C,
emdash: 0x2014,
emdashvertical: 0xFE31,
emonospace: 0xFF45,
emphasismarkarmenian: 0x055B,
emptyset: 0x2205,
enbopomofo: 0x3123,
encyrillic: 0x043D,
endash: 0x2013,
endashvertical: 0xFE32,
endescendercyrillic: 0x04A3,
eng: 0x014B,
engbopomofo: 0x3125,
enghecyrillic: 0x04A5,
enhookcyrillic: 0x04C8,
enspace: 0x2002,
eogonek: 0x0119,
eokorean: 0x3153,
eopen: 0x025B,
eopenclosed: 0x029A,
eopenreversed: 0x025C,
eopenreversedclosed: 0x025E,
eopenreversedhook: 0x025D,
eparen: 0x24A0,
epsilon: 0x03B5,
epsilontonos: 0x03AD,
equal: 0x003D,
equalmonospace: 0xFF1D,
equalsmall: 0xFE66,
equalsuperior: 0x207C,
equivalence: 0x2261,
erbopomofo: 0x3126,
ercyrillic: 0x0440,
ereversed: 0x0258,
ereversedcyrillic: 0x044D,
escyrillic: 0x0441,
esdescendercyrillic: 0x04AB,
esh: 0x0283,
eshcurl: 0x0286,
eshortdeva: 0x090E,
eshortvowelsigndeva: 0x0946,
eshreversedloop: 0x01AA,
eshsquatreversed: 0x0285,
esmallhiragana: 0x3047,
esmallkatakana: 0x30A7,
esmallkatakanahalfwidth: 0xFF6A,
estimated: 0x212E,
esuperior: 0xF6EC,
eta: 0x03B7,
etarmenian: 0x0568,
etatonos: 0x03AE,
eth: 0x00F0,
etilde: 0x1EBD,
etildebelow: 0x1E1B,
etnahtafoukhhebrew: 0x0591,
etnahtafoukhlefthebrew: 0x0591,
etnahtahebrew: 0x0591,
etnahtalefthebrew: 0x0591,
eturned: 0x01DD,
eukorean: 0x3161,
euro: 0x20AC,
evowelsignbengali: 0x09C7,
evowelsigndeva: 0x0947,
evowelsigngujarati: 0x0AC7,
exclam: 0x0021,
exclamarmenian: 0x055C,
exclamdbl: 0x203C,
exclamdown: 0x00A1,
exclamdownsmall: 0xF7A1,
exclammonospace: 0xFF01,
exclamsmall: 0xF721,
existential: 0x2203,
ezh: 0x0292,
ezhcaron: 0x01EF,
ezhcurl: 0x0293,
ezhreversed: 0x01B9,
ezhtail: 0x01BA,
f: 0x0066,
fadeva: 0x095E,
fagurmukhi: 0x0A5E,
fahrenheit: 0x2109,
fathaarabic: 0x064E,
fathalowarabic: 0x064E,
fathatanarabic: 0x064B,
fbopomofo: 0x3108,
fcircle: 0x24D5,
fdotaccent: 0x1E1F,
feharabic: 0x0641,
feharmenian: 0x0586,
fehfinalarabic: 0xFED2,
fehinitialarabic: 0xFED3,
fehmedialarabic: 0xFED4,
feicoptic: 0x03E5,
female: 0x2640,
ff: 0xFB00,
ffi: 0xFB03,
ffl: 0xFB04,
fi: 0xFB01,
fifteencircle: 0x246E,
fifteenparen: 0x2482,
fifteenperiod: 0x2496,
figuredash: 0x2012,
filledbox: 0x25A0,
filledrect: 0x25AC,
finalkaf: 0x05DA,
finalkafdagesh: 0xFB3A,
finalkafdageshhebrew: 0xFB3A,
finalkafhebrew: 0x05DA,
finalkafqamats: 0x05DA05B8,
finalkafqamatshebrew: 0x05DA05B8,
finalkafsheva: 0x05DA05B0,
finalkafshevahebrew: 0x05DA05B0,
finalmem: 0x05DD,
finalmemhebrew: 0x05DD,
finalnun: 0x05DF,
finalnunhebrew: 0x05DF,
finalpe: 0x05E3,
finalpehebrew: 0x05E3,
finaltsadi: 0x05E5,
finaltsadihebrew: 0x05E5,
firsttonechinese: 0x02C9,
fisheye: 0x25C9,
fitacyrillic: 0x0473,
five: 0x0035,
fivearabic: 0x0665,
fivebengali: 0x09EB,
fivecircle: 0x2464,
fivecircleinversesansserif: 0x278E,
fivedeva: 0x096B,
fiveeighths: 0x215D,
fivegujarati: 0x0AEB,
fivegurmukhi: 0x0A6B,
fivehackarabic: 0x0665,
fivehangzhou: 0x3025,
fiveideographicparen: 0x3224,
fiveinferior: 0x2085,
fivemonospace: 0xFF15,
fiveoldstyle: 0xF735,
fiveparen: 0x2478,
fiveperiod: 0x248C,
fivepersian: 0x06F5,
fiveroman: 0x2174,
fivesuperior: 0x2075,
fivethai: 0x0E55,
fl: 0xFB02,
florin: 0x0192,
fmonospace: 0xFF46,
fmsquare: 0x3399,
fofanthai: 0x0E1F,
fofathai: 0x0E1D,
fongmanthai: 0x0E4F,
forall: 0x2200,
four: 0x0034,
fourarabic: 0x0664,
fourbengali: 0x09EA,
fourcircle: 0x2463,
fourcircleinversesansserif: 0x278D,
fourdeva: 0x096A,
fourgujarati: 0x0AEA,
fourgurmukhi: 0x0A6A,
fourhackarabic: 0x0664,
fourhangzhou: 0x3024,
fourideographicparen: 0x3223,
fourinferior: 0x2084,
fourmonospace: 0xFF14,
fournumeratorbengali: 0x09F7,
fouroldstyle: 0xF734,
fourparen: 0x2477,
fourperiod: 0x248B,
fourpersian: 0x06F4,
fourroman: 0x2173,
foursuperior: 0x2074,
fourteencircle: 0x246D,
fourteenparen: 0x2481,
fourteenperiod: 0x2495,
fourthai: 0x0E54,
fourthtonechinese: 0x02CB,
fparen: 0x24A1,
fraction: 0x2044,
franc: 0x20A3,
g: 0x0067,
gabengali: 0x0997,
gacute: 0x01F5,
gadeva: 0x0917,
gafarabic: 0x06AF,
gaffinalarabic: 0xFB93,
gafinitialarabic: 0xFB94,
gafmedialarabic: 0xFB95,
gagujarati: 0x0A97,
gagurmukhi: 0x0A17,
gahiragana: 0x304C,
gakatakana: 0x30AC,
gamma: 0x03B3,
gammalatinsmall: 0x0263,
gammasuperior: 0x02E0,
gangiacoptic: 0x03EB,
gbopomofo: 0x310D,
gbreve: 0x011F,
gcaron: 0x01E7,
gcedilla: 0x0123,
gcircle: 0x24D6,
gcircumflex: 0x011D,
gcommaaccent: 0x0123,
gdot: 0x0121,
gdotaccent: 0x0121,
gecyrillic: 0x0433,
gehiragana: 0x3052,
gekatakana: 0x30B2,
geometricallyequal: 0x2251,
gereshaccenthebrew: 0x059C,
gereshhebrew: 0x05F3,
gereshmuqdamhebrew: 0x059D,
germandbls: 0x00DF,
gershayimaccenthebrew: 0x059E,
gershayimhebrew: 0x05F4,
getamark: 0x3013,
ghabengali: 0x0998,
ghadarmenian: 0x0572,
ghadeva: 0x0918,
ghagujarati: 0x0A98,
ghagurmukhi: 0x0A18,
ghainarabic: 0x063A,
ghainfinalarabic: 0xFECE,
ghaininitialarabic: 0xFECF,
ghainmedialarabic: 0xFED0,
ghemiddlehookcyrillic: 0x0495,
ghestrokecyrillic: 0x0493,
gheupturncyrillic: 0x0491,
ghhadeva: 0x095A,
ghhagurmukhi: 0x0A5A,
ghook: 0x0260,
ghzsquare: 0x3393,
gihiragana: 0x304E,
gikatakana: 0x30AE,
gimarmenian: 0x0563,
gimel: 0x05D2,
gimeldagesh: 0xFB32,
gimeldageshhebrew: 0xFB32,
gimelhebrew: 0x05D2,
gjecyrillic: 0x0453,
glottalinvertedstroke: 0x01BE,
glottalstop: 0x0294,
glottalstopinverted: 0x0296,
glottalstopmod: 0x02C0,
glottalstopreversed: 0x0295,
glottalstopreversedmod: 0x02C1,
glottalstopreversedsuperior: 0x02E4,
glottalstopstroke: 0x02A1,
glottalstopstrokereversed: 0x02A2,
gmacron: 0x1E21,
gmonospace: 0xFF47,
gohiragana: 0x3054,
gokatakana: 0x30B4,
gparen: 0x24A2,
gpasquare: 0x33AC,
gradient: 0x2207,
grave: 0x0060,
gravebelowcmb: 0x0316,
gravecmb: 0x0300,
gravecomb: 0x0300,
gravedeva: 0x0953,
gravelowmod: 0x02CE,
gravemonospace: 0xFF40,
gravetonecmb: 0x0340,
greater: 0x003E,
greaterequal: 0x2265,
greaterequalorless: 0x22DB,
greatermonospace: 0xFF1E,
greaterorequivalent: 0x2273,
greaterorless: 0x2277,
greateroverequal: 0x2267,
greatersmall: 0xFE65,
gscript: 0x0261,
gstroke: 0x01E5,
guhiragana: 0x3050,
guillemotleft: 0x00AB,
guillemotright: 0x00BB,
guilsinglleft: 0x2039,
guilsinglright: 0x203A,
gukatakana: 0x30B0,
guramusquare: 0x3318,
gysquare: 0x33C9,
h: 0x0068,
haabkhasiancyrillic: 0x04A9,
haaltonearabic: 0x06C1,
habengali: 0x09B9,
hadescendercyrillic: 0x04B3,
hadeva: 0x0939,
hagujarati: 0x0AB9,
hagurmukhi: 0x0A39,
haharabic: 0x062D,
hahfinalarabic: 0xFEA2,
hahinitialarabic: 0xFEA3,
hahiragana: 0x306F,
hahmedialarabic: 0xFEA4,
haitusquare: 0x332A,
hakatakana: 0x30CF,
hakatakanahalfwidth: 0xFF8A,
halantgurmukhi: 0x0A4D,
hamzaarabic: 0x0621,
hamzadammaarabic: 0x0621064F,
hamzadammatanarabic: 0x0621064C,
hamzafathaarabic: 0x0621064E,
hamzafathatanarabic: 0x0621064B,
hamzalowarabic: 0x0621,
hamzalowkasraarabic: 0x06210650,
hamzalowkasratanarabic: 0x0621064D,
hamzasukunarabic: 0x06210652,
hangulfiller: 0x3164,
hardsigncyrillic: 0x044A,
harpoonleftbarbup: 0x21BC,
harpoonrightbarbup: 0x21C0,
hasquare: 0x33CA,
hatafpatah: 0x05B2,
hatafpatah16: 0x05B2,
hatafpatah23: 0x05B2,
hatafpatah2f: 0x05B2,
hatafpatahhebrew: 0x05B2,
hatafpatahnarrowhebrew: 0x05B2,
hatafpatahquarterhebrew: 0x05B2,
hatafpatahwidehebrew: 0x05B2,
hatafqamats: 0x05B3,
hatafqamats1b: 0x05B3,
hatafqamats28: 0x05B3,
hatafqamats34: 0x05B3,
hatafqamatshebrew: 0x05B3,
hatafqamatsnarrowhebrew: 0x05B3,
hatafqamatsquarterhebrew: 0x05B3,
hatafqamatswidehebrew: 0x05B3,
hatafsegol: 0x05B1,
hatafsegol17: 0x05B1,
hatafsegol24: 0x05B1,
hatafsegol30: 0x05B1,
hatafsegolhebrew: 0x05B1,
hatafsegolnarrowhebrew: 0x05B1,
hatafsegolquarterhebrew: 0x05B1,
hatafsegolwidehebrew: 0x05B1,
hbar: 0x0127,
hbopomofo: 0x310F,
hbrevebelow: 0x1E2B,
hcedilla: 0x1E29,
hcircle: 0x24D7,
hcircumflex: 0x0125,
hdieresis: 0x1E27,
hdotaccent: 0x1E23,
hdotbelow: 0x1E25,
he: 0x05D4,
heart: 0x2665,
heartsuitblack: 0x2665,
heartsuitwhite: 0x2661,
hedagesh: 0xFB34,
hedageshhebrew: 0xFB34,
hehaltonearabic: 0x06C1,
heharabic: 0x0647,
hehebrew: 0x05D4,
hehfinalaltonearabic: 0xFBA7,
hehfinalalttwoarabic: 0xFEEA,
hehfinalarabic: 0xFEEA,
hehhamzaabovefinalarabic: 0xFBA5,
hehhamzaaboveisolatedarabic: 0xFBA4,
hehinitialaltonearabic: 0xFBA8,
hehinitialarabic: 0xFEEB,
hehiragana: 0x3078,
hehmedialaltonearabic: 0xFBA9,
hehmedialarabic: 0xFEEC,
heiseierasquare: 0x337B,
hekatakana: 0x30D8,
hekatakanahalfwidth: 0xFF8D,
hekutaarusquare: 0x3336,
henghook: 0x0267,
herutusquare: 0x3339,
het: 0x05D7,
hethebrew: 0x05D7,
hhook: 0x0266,
hhooksuperior: 0x02B1,
hieuhacirclekorean: 0x327B,
hieuhaparenkorean: 0x321B,
hieuhcirclekorean: 0x326D,
hieuhkorean: 0x314E,
hieuhparenkorean: 0x320D,
hihiragana: 0x3072,
hikatakana: 0x30D2,
hikatakanahalfwidth: 0xFF8B,
hiriq: 0x05B4,
hiriq14: 0x05B4,
hiriq21: 0x05B4,
hiriq2d: 0x05B4,
hiriqhebrew: 0x05B4,
hiriqnarrowhebrew: 0x05B4,
hiriqquarterhebrew: 0x05B4,
hiriqwidehebrew: 0x05B4,
hlinebelow: 0x1E96,
hmonospace: 0xFF48,
hoarmenian: 0x0570,
hohipthai: 0x0E2B,
hohiragana: 0x307B,
hokatakana: 0x30DB,
hokatakanahalfwidth: 0xFF8E,
holam: 0x05B9,
holam19: 0x05B9,
holam26: 0x05B9,
holam32: 0x05B9,
holamhebrew: 0x05B9,
holamnarrowhebrew: 0x05B9,
holamquarterhebrew: 0x05B9,
holamwidehebrew: 0x05B9,
honokhukthai: 0x0E2E,
hookabovecomb: 0x0309,
hookcmb: 0x0309,
hookpalatalizedbelowcmb: 0x0321,
hookretroflexbelowcmb: 0x0322,
hoonsquare: 0x3342,
horicoptic: 0x03E9,
horizontalbar: 0x2015,
horncmb: 0x031B,
hotsprings: 0x2668,
house: 0x2302,
hparen: 0x24A3,
hsuperior: 0x02B0,
hturned: 0x0265,
huhiragana: 0x3075,
huiitosquare: 0x3333,
hukatakana: 0x30D5,
hukatakanahalfwidth: 0xFF8C,
hungarumlaut: 0x02DD,
hungarumlautcmb: 0x030B,
hv: 0x0195,
hyphen: 0x002D,
hypheninferior: 0xF6E5,
hyphenmonospace: 0xFF0D,
hyphensmall: 0xFE63,
hyphensuperior: 0xF6E6,
hyphentwo: 0x2010,
i: 0x0069,
iacute: 0x00ED,
iacyrillic: 0x044F,
ibengali: 0x0987,
ibopomofo: 0x3127,
ibreve: 0x012D,
icaron: 0x01D0,
icircle: 0x24D8,
icircumflex: 0x00EE,
icyrillic: 0x0456,
idblgrave: 0x0209,
ideographearthcircle: 0x328F,
ideographfirecircle: 0x328B,
ideographicallianceparen: 0x323F,
ideographiccallparen: 0x323A,
ideographiccentrecircle: 0x32A5,
ideographicclose: 0x3006,
ideographiccomma: 0x3001,
ideographiccommaleft: 0xFF64,
ideographiccongratulationparen: 0x3237,
ideographiccorrectcircle: 0x32A3,
ideographicearthparen: 0x322F,
ideographicenterpriseparen: 0x323D,
ideographicexcellentcircle: 0x329D,
ideographicfestivalparen: 0x3240,
ideographicfinancialcircle: 0x3296,
ideographicfinancialparen: 0x3236,
ideographicfireparen: 0x322B,
ideographichaveparen: 0x3232,
ideographichighcircle: 0x32A4,
ideographiciterationmark: 0x3005,
ideographiclaborcircle: 0x3298,
ideographiclaborparen: 0x3238,
ideographicleftcircle: 0x32A7,
ideographiclowcircle: 0x32A6,
ideographicmedicinecircle: 0x32A9,
ideographicmetalparen: 0x322E,
ideographicmoonparen: 0x322A,
ideographicnameparen: 0x3234,
ideographicperiod: 0x3002,
ideographicprintcircle: 0x329E,
ideographicreachparen: 0x3243,
ideographicrepresentparen: 0x3239,
ideographicresourceparen: 0x323E,
ideographicrightcircle: 0x32A8,
ideographicsecretcircle: 0x3299,
ideographicselfparen: 0x3242,
ideographicsocietyparen: 0x3233,
ideographicspace: 0x3000,
ideographicspecialparen: 0x3235,
ideographicstockparen: 0x3231,
ideographicstudyparen: 0x323B,
ideographicsunparen: 0x3230,
ideographicsuperviseparen: 0x323C,
ideographicwaterparen: 0x322C,
ideographicwoodparen: 0x322D,
ideographiczero: 0x3007,
ideographmetalcircle: 0x328E,
ideographmooncircle: 0x328A,
ideographnamecircle: 0x3294,
ideographsuncircle: 0x3290,
ideographwatercircle: 0x328C,
ideographwoodcircle: 0x328D,
ideva: 0x0907,
idieresis: 0x00EF,
idieresisacute: 0x1E2F,
idieresiscyrillic: 0x04E5,
idotbelow: 0x1ECB,
iebrevecyrillic: 0x04D7,
iecyrillic: 0x0435,
ieungacirclekorean: 0x3275,
ieungaparenkorean: 0x3215,
ieungcirclekorean: 0x3267,
ieungkorean: 0x3147,
ieungparenkorean: 0x3207,
igrave: 0x00EC,
igujarati: 0x0A87,
igurmukhi: 0x0A07,
ihiragana: 0x3044,
ihookabove: 0x1EC9,
iibengali: 0x0988,
iicyrillic: 0x0438,
iideva: 0x0908,
iigujarati: 0x0A88,
iigurmukhi: 0x0A08,
iimatragurmukhi: 0x0A40,
iinvertedbreve: 0x020B,
iishortcyrillic: 0x0439,
iivowelsignbengali: 0x09C0,
iivowelsigndeva: 0x0940,
iivowelsigngujarati: 0x0AC0,
ij: 0x0133,
ikatakana: 0x30A4,
ikatakanahalfwidth: 0xFF72,
ikorean: 0x3163,
ilde: 0x02DC,
iluyhebrew: 0x05AC,
imacron: 0x012B,
imacroncyrillic: 0x04E3,
imageorapproximatelyequal: 0x2253,
imatragurmukhi: 0x0A3F,
imonospace: 0xFF49,
increment: 0x2206,
infinity: 0x221E,
iniarmenian: 0x056B,
integral: 0x222B,
integralbottom: 0x2321,
integralbt: 0x2321,
integralex: 0xF8F5,
integraltop: 0x2320,
integraltp: 0x2320,
intersection: 0x2229,
intisquare: 0x3305,
invbullet: 0x25D8,
invcircle: 0x25D9,
invsmileface: 0x263B,
iocyrillic: 0x0451,
iogonek: 0x012F,
iota: 0x03B9,
iotadieresis: 0x03CA,
iotadieresistonos: 0x0390,
iotalatin: 0x0269,
iotatonos: 0x03AF,
iparen: 0x24A4,
irigurmukhi: 0x0A72,
ismallhiragana: 0x3043,
ismallkatakana: 0x30A3,
ismallkatakanahalfwidth: 0xFF68,
issharbengali: 0x09FA,
istroke: 0x0268,
isuperior: 0xF6ED,
iterationhiragana: 0x309D,
iterationkatakana: 0x30FD,
itilde: 0x0129,
itildebelow: 0x1E2D,
iubopomofo: 0x3129,
iucyrillic: 0x044E,
ivowelsignbengali: 0x09BF,
ivowelsigndeva: 0x093F,
ivowelsigngujarati: 0x0ABF,
izhitsacyrillic: 0x0475,
izhitsadblgravecyrillic: 0x0477,
j: 0x006A,
jaarmenian: 0x0571,
jabengali: 0x099C,
jadeva: 0x091C,
jagujarati: 0x0A9C,
jagurmukhi: 0x0A1C,
jbopomofo: 0x3110,
jcaron: 0x01F0,
jcircle: 0x24D9,
jcircumflex: 0x0135,
jcrossedtail: 0x029D,
jdotlessstroke: 0x025F,
jecyrillic: 0x0458,
jeemarabic: 0x062C,
jeemfinalarabic: 0xFE9E,
jeeminitialarabic: 0xFE9F,
jeemmedialarabic: 0xFEA0,
jeharabic: 0x0698,
jehfinalarabic: 0xFB8B,
jhabengali: 0x099D,
jhadeva: 0x091D,
jhagujarati: 0x0A9D,
jhagurmukhi: 0x0A1D,
jheharmenian: 0x057B,
jis: 0x3004,
jmonospace: 0xFF4A,
jparen: 0x24A5,
jsuperior: 0x02B2,
k: 0x006B,
kabashkircyrillic: 0x04A1,
kabengali: 0x0995,
kacute: 0x1E31,
kacyrillic: 0x043A,
kadescendercyrillic: 0x049B,
kadeva: 0x0915,
kaf: 0x05DB,
kafarabic: 0x0643,
kafdagesh: 0xFB3B,
kafdageshhebrew: 0xFB3B,
kaffinalarabic: 0xFEDA,
kafhebrew: 0x05DB,
kafinitialarabic: 0xFEDB,
kafmedialarabic: 0xFEDC,
kafrafehebrew: 0xFB4D,
kagujarati: 0x0A95,
kagurmukhi: 0x0A15,
kahiragana: 0x304B,
kahookcyrillic: 0x04C4,
kakatakana: 0x30AB,
kakatakanahalfwidth: 0xFF76,
kappa: 0x03BA,
kappasymbolgreek: 0x03F0,
kapyeounmieumkorean: 0x3171,
kapyeounphieuphkorean: 0x3184,
kapyeounpieupkorean: 0x3178,
kapyeounssangpieupkorean: 0x3179,
karoriisquare: 0x330D,
kashidaautoarabic: 0x0640,
kashidaautonosidebearingarabic: 0x0640,
kasmallkatakana: 0x30F5,
kasquare: 0x3384,
kasraarabic: 0x0650,
kasratanarabic: 0x064D,
kastrokecyrillic: 0x049F,
katahiraprolongmarkhalfwidth: 0xFF70,
kaverticalstrokecyrillic: 0x049D,
kbopomofo: 0x310E,
kcalsquare: 0x3389,
kcaron: 0x01E9,
kcedilla: 0x0137,
kcircle: 0x24DA,
kcommaaccent: 0x0137,
kdotbelow: 0x1E33,
keharmenian: 0x0584,
kehiragana: 0x3051,
kekatakana: 0x30B1,
kekatakanahalfwidth: 0xFF79,
kenarmenian: 0x056F,
kesmallkatakana: 0x30F6,
kgreenlandic: 0x0138,
khabengali: 0x0996,
khacyrillic: 0x0445,
khadeva: 0x0916,
khagujarati: 0x0A96,
khagurmukhi: 0x0A16,
khaharabic: 0x062E,
khahfinalarabic: 0xFEA6,
khahinitialarabic: 0xFEA7,
khahmedialarabic: 0xFEA8,
kheicoptic: 0x03E7,
khhadeva: 0x0959,
khhagurmukhi: 0x0A59,
khieukhacirclekorean: 0x3278,
khieukhaparenkorean: 0x3218,
khieukhcirclekorean: 0x326A,
khieukhkorean: 0x314B,
khieukhparenkorean: 0x320A,
khokhaithai: 0x0E02,
khokhonthai: 0x0E05,
khokhuatthai: 0x0E03,
khokhwaithai: 0x0E04,
khomutthai: 0x0E5B,
khook: 0x0199,
khorakhangthai: 0x0E06,
khzsquare: 0x3391,
kihiragana: 0x304D,
kikatakana: 0x30AD,
kikatakanahalfwidth: 0xFF77,
kiroguramusquare: 0x3315,
kiromeetorusquare: 0x3316,
kirosquare: 0x3314,
kiyeokacirclekorean: 0x326E,
kiyeokaparenkorean: 0x320E,
kiyeokcirclekorean: 0x3260,
kiyeokkorean: 0x3131,
kiyeokparenkorean: 0x3200,
kiyeoksioskorean: 0x3133,
kjecyrillic: 0x045C,
klinebelow: 0x1E35,
klsquare: 0x3398,
kmcubedsquare: 0x33A6,
kmonospace: 0xFF4B,
kmsquaredsquare: 0x33A2,
kohiragana: 0x3053,
kohmsquare: 0x33C0,
kokaithai: 0x0E01,
kokatakana: 0x30B3,
kokatakanahalfwidth: 0xFF7A,
kooposquare: 0x331E,
koppacyrillic: 0x0481,
koreanstandardsymbol: 0x327F,
koroniscmb: 0x0343,
kparen: 0x24A6,
kpasquare: 0x33AA,
ksicyrillic: 0x046F,
ktsquare: 0x33CF,
kturned: 0x029E,
kuhiragana: 0x304F,
kukatakana: 0x30AF,
kukatakanahalfwidth: 0xFF78,
kvsquare: 0x33B8,
kwsquare: 0x33BE,
l: 0x006C,
labengali: 0x09B2,
lacute: 0x013A,
ladeva: 0x0932,
lagujarati: 0x0AB2,
lagurmukhi: 0x0A32,
lakkhangyaothai: 0x0E45,
lamaleffinalarabic: 0xFEFC,
lamalefhamzaabovefinalarabic: 0xFEF8,
lamalefhamzaaboveisolatedarabic: 0xFEF7,
lamalefhamzabelowfinalarabic: 0xFEFA,
lamalefhamzabelowisolatedarabic: 0xFEF9,
lamalefisolatedarabic: 0xFEFB,
lamalefmaddaabovefinalarabic: 0xFEF6,
lamalefmaddaaboveisolatedarabic: 0xFEF5,
lamarabic: 0x0644,
lambda: 0x03BB,
lambdastroke: 0x019B,
lamed: 0x05DC,
lameddagesh: 0xFB3C,
lameddageshhebrew: 0xFB3C,
lamedhebrew: 0x05DC,
lamedholam: 0x05DC05B9,
lamedholamdagesh: '05DC 05B9 05BC',
lamedholamdageshhebrew: '05DC 05B9 05BC',
lamedholamhebrew: 0x05DC05B9,
lamfinalarabic: 0xFEDE,
lamhahinitialarabic: 0xFCCA,
laminitialarabic: 0xFEDF,
lamjeeminitialarabic: 0xFCC9,
lamkhahinitialarabic: 0xFCCB,
lamlamhehisolatedarabic: 0xFDF2,
lammedialarabic: 0xFEE0,
lammeemhahinitialarabic: 0xFD88,
lammeeminitialarabic: 0xFCCC,
lammeemjeeminitialarabic: 'FEDF FEE4 FEA0',
lammeemkhahinitialarabic: 'FEDF FEE4 FEA8',
largecircle: 0x25EF,
lbar: 0x019A,
lbelt: 0x026C,
lbopomofo: 0x310C,
lcaron: 0x013E,
lcedilla: 0x013C,
lcircle: 0x24DB,
lcircumflexbelow: 0x1E3D,
lcommaaccent: 0x013C,
ldot: 0x0140,
ldotaccent: 0x0140,
ldotbelow: 0x1E37,
ldotbelowmacron: 0x1E39,
leftangleabovecmb: 0x031A,
lefttackbelowcmb: 0x0318,
less: 0x003C,
lessequal: 0x2264,
lessequalorgreater: 0x22DA,
lessmonospace: 0xFF1C,
lessorequivalent: 0x2272,
lessorgreater: 0x2276,
lessoverequal: 0x2266,
lesssmall: 0xFE64,
lezh: 0x026E,
lfblock: 0x258C,
lhookretroflex: 0x026D,
lira: 0x20A4,
liwnarmenian: 0x056C,
lj: 0x01C9,
ljecyrillic: 0x0459,
ll: 0xF6C0,
lladeva: 0x0933,
llagujarati: 0x0AB3,
llinebelow: 0x1E3B,
llladeva: 0x0934,
llvocalicbengali: 0x09E1,
llvocalicdeva: 0x0961,
llvocalicvowelsignbengali: 0x09E3,
llvocalicvowelsigndeva: 0x0963,
lmiddletilde: 0x026B,
lmonospace: 0xFF4C,
lmsquare: 0x33D0,
lochulathai: 0x0E2C,
logicaland: 0x2227,
logicalnot: 0x00AC,
logicalnotreversed: 0x2310,
logicalor: 0x2228,
lolingthai: 0x0E25,
longs: 0x017F,
lowlinecenterline: 0xFE4E,
lowlinecmb: 0x0332,
lowlinedashed: 0xFE4D,
lozenge: 0x25CA,
lparen: 0x24A7,
lslash: 0x0142,
lsquare: 0x2113,
lsuperior: 0xF6EE,
ltshade: 0x2591,
luthai: 0x0E26,
lvocalicbengali: 0x098C,
lvocalicdeva: 0x090C,
lvocalicvowelsignbengali: 0x09E2,
lvocalicvowelsigndeva: 0x0962,
lxsquare: 0x33D3,
m: 0x006D,
mabengali: 0x09AE,
macron: 0x00AF,
macronbelowcmb: 0x0331,
macroncmb: 0x0304,
macronlowmod: 0x02CD,
macronmonospace: 0xFFE3,
macute: 0x1E3F,
madeva: 0x092E,
magujarati: 0x0AAE,
magurmukhi: 0x0A2E,
mahapakhhebrew: 0x05A4,
mahapakhlefthebrew: 0x05A4,
mahiragana: 0x307E,
maichattawalowleftthai: 0xF895,
maichattawalowrightthai: 0xF894,
maichattawathai: 0x0E4B,
maichattawaupperleftthai: 0xF893,
maieklowleftthai: 0xF88C,
maieklowrightthai: 0xF88B,
maiekthai: 0x0E48,
maiekupperleftthai: 0xF88A,
maihanakatleftthai: 0xF884,
maihanakatthai: 0x0E31,
maitaikhuleftthai: 0xF889,
maitaikhuthai: 0x0E47,
maitholowleftthai: 0xF88F,
maitholowrightthai: 0xF88E,
maithothai: 0x0E49,
maithoupperleftthai: 0xF88D,
maitrilowleftthai: 0xF892,
maitrilowrightthai: 0xF891,
maitrithai: 0x0E4A,
maitriupperleftthai: 0xF890,
maiyamokthai: 0x0E46,
makatakana: 0x30DE,
makatakanahalfwidth: 0xFF8F,
male: 0x2642,
mansyonsquare: 0x3347,
maqafhebrew: 0x05BE,
mars: 0x2642,
masoracirclehebrew: 0x05AF,
masquare: 0x3383,
mbopomofo: 0x3107,
mbsquare: 0x33D4,
mcircle: 0x24DC,
mcubedsquare: 0x33A5,
mdotaccent: 0x1E41,
mdotbelow: 0x1E43,
meemarabic: 0x0645,
meemfinalarabic: 0xFEE2,
meeminitialarabic: 0xFEE3,
meemmedialarabic: 0xFEE4,
meemmeeminitialarabic: 0xFCD1,
meemmeemisolatedarabic: 0xFC48,
meetorusquare: 0x334D,
mehiragana: 0x3081,
meizierasquare: 0x337E,
mekatakana: 0x30E1,
mekatakanahalfwidth: 0xFF92,
mem: 0x05DE,
memdagesh: 0xFB3E,
memdageshhebrew: 0xFB3E,
memhebrew: 0x05DE,
menarmenian: 0x0574,
merkhahebrew: 0x05A5,
merkhakefulahebrew: 0x05A6,
merkhakefulalefthebrew: 0x05A6,
merkhalefthebrew: 0x05A5,
mhook: 0x0271,
mhzsquare: 0x3392,
middledotkatakanahalfwidth: 0xFF65,
middot: 0x00B7,
mieumacirclekorean: 0x3272,
mieumaparenkorean: 0x3212,
mieumcirclekorean: 0x3264,
mieumkorean: 0x3141,
mieumpansioskorean: 0x3170,
mieumparenkorean: 0x3204,
mieumpieupkorean: 0x316E,
mieumsioskorean: 0x316F,
mihiragana: 0x307F,
mikatakana: 0x30DF,
mikatakanahalfwidth: 0xFF90,
minus: 0x2212,
minusbelowcmb: 0x0320,
minuscircle: 0x2296,
minusmod: 0x02D7,
minusplus: 0x2213,
minute: 0x2032,
miribaarusquare: 0x334A,
mirisquare: 0x3349,
mlonglegturned: 0x0270,
mlsquare: 0x3396,
mmcubedsquare: 0x33A3,
mmonospace: 0xFF4D,
mmsquaredsquare: 0x339F,
mohiragana: 0x3082,
mohmsquare: 0x33C1,
mokatakana: 0x30E2,
mokatakanahalfwidth: 0xFF93,
molsquare: 0x33D6,
momathai: 0x0E21,
moverssquare: 0x33A7,
moverssquaredsquare: 0x33A8,
mparen: 0x24A8,
mpasquare: 0x33AB,
mssquare: 0x33B3,
msuperior: 0xF6EF,
mturned: 0x026F,
mu: 0x00B5,
mu1: 0x00B5,
muasquare: 0x3382,
muchgreater: 0x226B,
muchless: 0x226A,
mufsquare: 0x338C,
mugreek: 0x03BC,
mugsquare: 0x338D,
muhiragana: 0x3080,
mukatakana: 0x30E0,
mukatakanahalfwidth: 0xFF91,
mulsquare: 0x3395,
multiply: 0x00D7,
mumsquare: 0x339B,
munahhebrew: 0x05A3,
munahlefthebrew: 0x05A3,
musicalnote: 0x266A,
musicalnotedbl: 0x266B,
musicflatsign: 0x266D,
musicsharpsign: 0x266F,
mussquare: 0x33B2,
muvsquare: 0x33B6,
muwsquare: 0x33BC,
mvmegasquare: 0x33B9,
mvsquare: 0x33B7,
mwmegasquare: 0x33BF,
mwsquare: 0x33BD,
n: 0x006E,
nabengali: 0x09A8,
nabla: 0x2207,
nacute: 0x0144,
nadeva: 0x0928,
nagujarati: 0x0AA8,
nagurmukhi: 0x0A28,
nahiragana: 0x306A,
nakatakana: 0x30CA,
nakatakanahalfwidth: 0xFF85,
napostrophe: 0x0149,
nasquare: 0x3381,
nbopomofo: 0x310B,
nbspace: 0x00A0,
ncaron: 0x0148,
ncedilla: 0x0146,
ncircle: 0x24DD,
ncircumflexbelow: 0x1E4B,
ncommaaccent: 0x0146,
ndotaccent: 0x1E45,
ndotbelow: 0x1E47,
nehiragana: 0x306D,
nekatakana: 0x30CD,
nekatakanahalfwidth: 0xFF88,
newsheqelsign: 0x20AA,
nfsquare: 0x338B,
ngabengali: 0x0999,
ngadeva: 0x0919,
ngagujarati: 0x0A99,
ngagurmukhi: 0x0A19,
ngonguthai: 0x0E07,
nhiragana: 0x3093,
nhookleft: 0x0272,
nhookretroflex: 0x0273,
nieunacirclekorean: 0x326F,
nieunaparenkorean: 0x320F,
nieuncieuckorean: 0x3135,
nieuncirclekorean: 0x3261,
nieunhieuhkorean: 0x3136,
nieunkorean: 0x3134,
nieunpansioskorean: 0x3168,
nieunparenkorean: 0x3201,
nieunsioskorean: 0x3167,
nieuntikeutkorean: 0x3166,
nihiragana: 0x306B,
nikatakana: 0x30CB,
nikatakanahalfwidth: 0xFF86,
nikhahitleftthai: 0xF899,
nikhahitthai: 0x0E4D,
nine: 0x0039,
ninearabic: 0x0669,
ninebengali: 0x09EF,
ninecircle: 0x2468,
ninecircleinversesansserif: 0x2792,
ninedeva: 0x096F,
ninegujarati: 0x0AEF,
ninegurmukhi: 0x0A6F,
ninehackarabic: 0x0669,
ninehangzhou: 0x3029,
nineideographicparen: 0x3228,
nineinferior: 0x2089,
ninemonospace: 0xFF19,
nineoldstyle: 0xF739,
nineparen: 0x247C,
nineperiod: 0x2490,
ninepersian: 0x06F9,
nineroman: 0x2178,
ninesuperior: 0x2079,
nineteencircle: 0x2472,
nineteenparen: 0x2486,
nineteenperiod: 0x249A,
ninethai: 0x0E59,
nj: 0x01CC,
njecyrillic: 0x045A,
nkatakana: 0x30F3,
nkatakanahalfwidth: 0xFF9D,
nlegrightlong: 0x019E,
nlinebelow: 0x1E49,
nmonospace: 0xFF4E,
nmsquare: 0x339A,
nnabengali: 0x09A3,
nnadeva: 0x0923,
nnagujarati: 0x0AA3,
nnagurmukhi: 0x0A23,
nnnadeva: 0x0929,
nohiragana: 0x306E,
nokatakana: 0x30CE,
nokatakanahalfwidth: 0xFF89,
nonbreakingspace: 0x00A0,
nonenthai: 0x0E13,
nonuthai: 0x0E19,
noonarabic: 0x0646,
noonfinalarabic: 0xFEE6,
noonghunnaarabic: 0x06BA,
noonghunnafinalarabic: 0xFB9F,
noonhehinitialarabic: 0xFEE7FEEC,
nooninitialarabic: 0xFEE7,
noonjeeminitialarabic: 0xFCD2,
noonjeemisolatedarabic: 0xFC4B,
noonmedialarabic: 0xFEE8,
noonmeeminitialarabic: 0xFCD5,
noonmeemisolatedarabic: 0xFC4E,
noonnoonfinalarabic: 0xFC8D,
notcontains: 0x220C,
notelement: 0x2209,
notelementof: 0x2209,
notequal: 0x2260,
notgreater: 0x226F,
notgreaternorequal: 0x2271,
notgreaternorless: 0x2279,
notidentical: 0x2262,
notless: 0x226E,
notlessnorequal: 0x2270,
notparallel: 0x2226,
notprecedes: 0x2280,
notsubset: 0x2284,
notsucceeds: 0x2281,
notsuperset: 0x2285,
nowarmenian: 0x0576,
nparen: 0x24A9,
nssquare: 0x33B1,
nsuperior: 0x207F,
ntilde: 0x00F1,
nu: 0x03BD,
nuhiragana: 0x306C,
nukatakana: 0x30CC,
nukatakanahalfwidth: 0xFF87,
nuktabengali: 0x09BC,
nuktadeva: 0x093C,
nuktagujarati: 0x0ABC,
nuktagurmukhi: 0x0A3C,
numbersign: 0x0023,
numbersignmonospace: 0xFF03,
numbersignsmall: 0xFE5F,
numeralsigngreek: 0x0374,
numeralsignlowergreek: 0x0375,
numero: 0x2116,
nun: 0x05E0,
nundagesh: 0xFB40,
nundageshhebrew: 0xFB40,
nunhebrew: 0x05E0,
nvsquare: 0x33B5,
nwsquare: 0x33BB,
nyabengali: 0x099E,
nyadeva: 0x091E,
nyagujarati: 0x0A9E,
nyagurmukhi: 0x0A1E,
o: 0x006F,
oacute: 0x00F3,
oangthai: 0x0E2D,
obarred: 0x0275,
obarredcyrillic: 0x04E9,
obarreddieresiscyrillic: 0x04EB,
obengali: 0x0993,
obopomofo: 0x311B,
obreve: 0x014F,
ocandradeva: 0x0911,
ocandragujarati: 0x0A91,
ocandravowelsigndeva: 0x0949,
ocandravowelsigngujarati: 0x0AC9,
ocaron: 0x01D2,
ocircle: 0x24DE,
ocircumflex: 0x00F4,
ocircumflexacute: 0x1ED1,
ocircumflexdotbelow: 0x1ED9,
ocircumflexgrave: 0x1ED3,
ocircumflexhookabove: 0x1ED5,
ocircumflextilde: 0x1ED7,
ocyrillic: 0x043E,
odblacute: 0x0151,
odblgrave: 0x020D,
odeva: 0x0913,
odieresis: 0x00F6,
odieresiscyrillic: 0x04E7,
odotbelow: 0x1ECD,
oe: 0x0153,
oekorean: 0x315A,
ogonek: 0x02DB,
ogonekcmb: 0x0328,
ograve: 0x00F2,
ogujarati: 0x0A93,
oharmenian: 0x0585,
ohiragana: 0x304A,
ohookabove: 0x1ECF,
ohorn: 0x01A1,
ohornacute: 0x1EDB,
ohorndotbelow: 0x1EE3,
ohorngrave: 0x1EDD,
ohornhookabove: 0x1EDF,
ohorntilde: 0x1EE1,
ohungarumlaut: 0x0151,
oi: 0x01A3,
oinvertedbreve: 0x020F,
okatakana: 0x30AA,
okatakanahalfwidth: 0xFF75,
okorean: 0x3157,
olehebrew: 0x05AB,
omacron: 0x014D,
omacronacute: 0x1E53,
omacrongrave: 0x1E51,
omdeva: 0x0950,
omega: 0x03C9,
omega1: 0x03D6,
omegacyrillic: 0x0461,
omegalatinclosed: 0x0277,
omegaroundcyrillic: 0x047B,
omegatitlocyrillic: 0x047D,
omegatonos: 0x03CE,
omgujarati: 0x0AD0,
omicron: 0x03BF,
omicrontonos: 0x03CC,
omonospace: 0xFF4F,
one: 0x0031,
onearabic: 0x0661,
onebengali: 0x09E7,
onecircle: 0x2460,
onecircleinversesansserif: 0x278A,
onedeva: 0x0967,
onedotenleader: 0x2024,
oneeighth: 0x215B,
onefitted: 0xF6DC,
onegujarati: 0x0AE7,
onegurmukhi: 0x0A67,
onehackarabic: 0x0661,
onehalf: 0x00BD,
onehangzhou: 0x3021,
oneideographicparen: 0x3220,
oneinferior: 0x2081,
onemonospace: 0xFF11,
onenumeratorbengali: 0x09F4,
oneoldstyle: 0xF731,
oneparen: 0x2474,
oneperiod: 0x2488,
onepersian: 0x06F1,
onequarter: 0x00BC,
oneroman: 0x2170,
onesuperior: 0x00B9,
onethai: 0x0E51,
onethird: 0x2153,
oogonek: 0x01EB,
oogonekmacron: 0x01ED,
oogurmukhi: 0x0A13,
oomatragurmukhi: 0x0A4B,
oopen: 0x0254,
oparen: 0x24AA,
openbullet: 0x25E6,
option: 0x2325,
ordfeminine: 0x00AA,
ordmasculine: 0x00BA,
orthogonal: 0x221F,
oshortdeva: 0x0912,
oshortvowelsigndeva: 0x094A,
oslash: 0x00F8,
oslashacute: 0x01FF,
osmallhiragana: 0x3049,
osmallkatakana: 0x30A9,
osmallkatakanahalfwidth: 0xFF6B,
ostrokeacute: 0x01FF,
osuperior: 0xF6F0,
otcyrillic: 0x047F,
otilde: 0x00F5,
otildeacute: 0x1E4D,
otildedieresis: 0x1E4F,
oubopomofo: 0x3121,
overline: 0x203E,
overlinecenterline: 0xFE4A,
overlinecmb: 0x0305,
overlinedashed: 0xFE49,
overlinedblwavy: 0xFE4C,
overlinewavy: 0xFE4B,
overscore: 0x00AF,
ovowelsignbengali: 0x09CB,
ovowelsigndeva: 0x094B,
ovowelsigngujarati: 0x0ACB,
p: 0x0070,
paampssquare: 0x3380,
paasentosquare: 0x332B,
pabengali: 0x09AA,
pacute: 0x1E55,
padeva: 0x092A,
pagedown: 0x21DF,
pageup: 0x21DE,
pagujarati: 0x0AAA,
pagurmukhi: 0x0A2A,
pahiragana: 0x3071,
paiyannoithai: 0x0E2F,
pakatakana: 0x30D1,
palatalizationcyrilliccmb: 0x0484,
palochkacyrillic: 0x04C0,
pansioskorean: 0x317F,
paragraph: 0x00B6,
parallel: 0x2225,
parenleft: 0x0028,
parenleftaltonearabic: 0xFD3E,
parenleftbt: 0xF8ED,
parenleftex: 0xF8EC,
parenleftinferior: 0x208D,
parenleftmonospace: 0xFF08,
parenleftsmall: 0xFE59,
parenleftsuperior: 0x207D,
parenlefttp: 0xF8EB,
parenleftvertical: 0xFE35,
parenright: 0x0029,
parenrightaltonearabic: 0xFD3F,
parenrightbt: 0xF8F8,
parenrightex: 0xF8F7,
parenrightinferior: 0x208E,
parenrightmonospace: 0xFF09,
parenrightsmall: 0xFE5A,
parenrightsuperior: 0x207E,
parenrighttp: 0xF8F6,
parenrightvertical: 0xFE36,
partialdiff: 0x2202,
paseqhebrew: 0x05C0,
pashtahebrew: 0x0599,
pasquare: 0x33A9,
patah: 0x05B7,
patah11: 0x05B7,
patah1d: 0x05B7,
patah2a: 0x05B7,
patahhebrew: 0x05B7,
patahnarrowhebrew: 0x05B7,
patahquarterhebrew: 0x05B7,
patahwidehebrew: 0x05B7,
pazerhebrew: 0x05A1,
pbopomofo: 0x3106,
pcircle: 0x24DF,
pdotaccent: 0x1E57,
pe: 0x05E4,
pecyrillic: 0x043F,
pedagesh: 0xFB44,
pedageshhebrew: 0xFB44,
peezisquare: 0x333B,
pefinaldageshhebrew: 0xFB43,
peharabic: 0x067E,
peharmenian: 0x057A,
pehebrew: 0x05E4,
pehfinalarabic: 0xFB57,
pehinitialarabic: 0xFB58,
pehiragana: 0x307A,
pehmedialarabic: 0xFB59,
pekatakana: 0x30DA,
pemiddlehookcyrillic: 0x04A7,
perafehebrew: 0xFB4E,
percent: 0x0025,
percentarabic: 0x066A,
percentmonospace: 0xFF05,
percentsmall: 0xFE6A,
period: 0x002E,
periodarmenian: 0x0589,
periodcentered: 0x00B7,
periodhalfwidth: 0xFF61,
periodinferior: 0xF6E7,
periodmonospace: 0xFF0E,
periodsmall: 0xFE52,
periodsuperior: 0xF6E8,
perispomenigreekcmb: 0x0342,
perpendicular: 0x22A5,
perthousand: 0x2030,
peseta: 0x20A7,
pfsquare: 0x338A,
phabengali: 0x09AB,
phadeva: 0x092B,
phagujarati: 0x0AAB,
phagurmukhi: 0x0A2B,
phi: 0x03C6,
phi1: 0x03D5,
phieuphacirclekorean: 0x327A,
phieuphaparenkorean: 0x321A,
phieuphcirclekorean: 0x326C,
phieuphkorean: 0x314D,
phieuphparenkorean: 0x320C,
philatin: 0x0278,
phinthuthai: 0x0E3A,
phisymbolgreek: 0x03D5,
phook: 0x01A5,
phophanthai: 0x0E1E,
phophungthai: 0x0E1C,
phosamphaothai: 0x0E20,
pi: 0x03C0,
pieupacirclekorean: 0x3273,
pieupaparenkorean: 0x3213,
pieupcieuckorean: 0x3176,
pieupcirclekorean: 0x3265,
pieupkiyeokkorean: 0x3172,
pieupkorean: 0x3142,
pieupparenkorean: 0x3205,
pieupsioskiyeokkorean: 0x3174,
pieupsioskorean: 0x3144,
pieupsiostikeutkorean: 0x3175,
pieupthieuthkorean: 0x3177,
pieuptikeutkorean: 0x3173,
pihiragana: 0x3074,
pikatakana: 0x30D4,
pisymbolgreek: 0x03D6,
piwrarmenian: 0x0583,
plus: 0x002B,
plusbelowcmb: 0x031F,
pluscircle: 0x2295,
plusminus: 0x00B1,
plusmod: 0x02D6,
plusmonospace: 0xFF0B,
plussmall: 0xFE62,
plussuperior: 0x207A,
pmonospace: 0xFF50,
pmsquare: 0x33D8,
pohiragana: 0x307D,
pointingindexdownwhite: 0x261F,
pointingindexleftwhite: 0x261C,
pointingindexrightwhite: 0x261E,
pointingindexupwhite: 0x261D,
pokatakana: 0x30DD,
poplathai: 0x0E1B,
postalmark: 0x3012,
postalmarkface: 0x3020,
pparen: 0x24AB,
precedes: 0x227A,
prescription: 0x211E,
primemod: 0x02B9,
primereversed: 0x2035,
product: 0x220F,
projective: 0x2305,
prolongedkana: 0x30FC,
propellor: 0x2318,
propersubset: 0x2282,
propersuperset: 0x2283,
proportion: 0x2237,
proportional: 0x221D,
psi: 0x03C8,
psicyrillic: 0x0471,
psilipneumatacyrilliccmb: 0x0486,
pssquare: 0x33B0,
puhiragana: 0x3077,
pukatakana: 0x30D7,
pvsquare: 0x33B4,
pwsquare: 0x33BA,
q: 0x0071,
qadeva: 0x0958,
qadmahebrew: 0x05A8,
qafarabic: 0x0642,
qaffinalarabic: 0xFED6,
qafinitialarabic: 0xFED7,
qafmedialarabic: 0xFED8,
qamats: 0x05B8,
qamats10: 0x05B8,
qamats1a: 0x05B8,
qamats1c: 0x05B8,
qamats27: 0x05B8,
qamats29: 0x05B8,
qamats33: 0x05B8,
qamatsde: 0x05B8,
qamatshebrew: 0x05B8,
qamatsnarrowhebrew: 0x05B8,
qamatsqatanhebrew: 0x05B8,
qamatsqatannarrowhebrew: 0x05B8,
qamatsqatanquarterhebrew: 0x05B8,
qamatsqatanwidehebrew: 0x05B8,
qamatsquarterhebrew: 0x05B8,
qamatswidehebrew: 0x05B8,
qarneyparahebrew: 0x059F,
qbopomofo: 0x3111,
qcircle: 0x24E0,
qhook: 0x02A0,
qmonospace: 0xFF51,
qof: 0x05E7,
qofdagesh: 0xFB47,
qofdageshhebrew: 0xFB47,
qofhatafpatah: 0x05E705B2,
qofhatafpatahhebrew: 0x05E705B2,
qofhatafsegol: 0x05E705B1,
qofhatafsegolhebrew: 0x05E705B1,
qofhebrew: 0x05E7,
qofhiriq: 0x05E705B4,
qofhiriqhebrew: 0x05E705B4,
qofholam: 0x05E705B9,
qofholamhebrew: 0x05E705B9,
qofpatah: 0x05E705B7,
qofpatahhebrew: 0x05E705B7,
qofqamats: 0x05E705B8,
qofqamatshebrew: 0x05E705B8,
qofqubuts: 0x05E705BB,
qofqubutshebrew: 0x05E705BB,
qofsegol: 0x05E705B6,
qofsegolhebrew: 0x05E705B6,
qofsheva: 0x05E705B0,
qofshevahebrew: 0x05E705B0,
qoftsere: 0x05E705B5,
qoftserehebrew: 0x05E705B5,
qparen: 0x24AC,
quarternote: 0x2669,
qubuts: 0x05BB,
qubuts18: 0x05BB,
qubuts25: 0x05BB,
qubuts31: 0x05BB,
qubutshebrew: 0x05BB,
qubutsnarrowhebrew: 0x05BB,
qubutsquarterhebrew: 0x05BB,
qubutswidehebrew: 0x05BB,
question: 0x003F,
questionarabic: 0x061F,
questionarmenian: 0x055E,
questiondown: 0x00BF,
questiondownsmall: 0xF7BF,
questiongreek: 0x037E,
questionmonospace: 0xFF1F,
questionsmall: 0xF73F,
quotedbl: 0x0022,
quotedblbase: 0x201E,
quotedblleft: 0x201C,
quotedblmonospace: 0xFF02,
quotedblprime: 0x301E,
quotedblprimereversed: 0x301D,
quotedblright: 0x201D,
quoteleft: 0x2018,
quoteleftreversed: 0x201B,
quotereversed: 0x201B,
quoteright: 0x2019,
quoterightn: 0x0149,
quotesinglbase: 0x201A,
quotesingle: 0x0027,
quotesinglemonospace: 0xFF07,
r: 0x0072,
raarmenian: 0x057C,
rabengali: 0x09B0,
racute: 0x0155,
radeva: 0x0930,
radical: 0x221A,
radicalex: 0xF8E5,
radoverssquare: 0x33AE,
radoverssquaredsquare: 0x33AF,
radsquare: 0x33AD,
rafe: 0x05BF,
rafehebrew: 0x05BF,
ragujarati: 0x0AB0,
ragurmukhi: 0x0A30,
rahiragana: 0x3089,
rakatakana: 0x30E9,
rakatakanahalfwidth: 0xFF97,
ralowerdiagonalbengali: 0x09F1,
ramiddlediagonalbengali: 0x09F0,
ramshorn: 0x0264,
ratio: 0x2236,
rbopomofo: 0x3116,
rcaron: 0x0159,
rcedilla: 0x0157,
rcircle: 0x24E1,
rcommaaccent: 0x0157,
rdblgrave: 0x0211,
rdotaccent: 0x1E59,
rdotbelow: 0x1E5B,
rdotbelowmacron: 0x1E5D,
referencemark: 0x203B,
reflexsubset: 0x2286,
reflexsuperset: 0x2287,
registered: 0x00AE,
registersans: 0xF8E8,
registerserif: 0xF6DA,
reharabic: 0x0631,
reharmenian: 0x0580,
rehfinalarabic: 0xFEAE,
rehiragana: 0x308C,
rehyehaleflamarabic: '0631 FEF3 FE8E 0644',
rekatakana: 0x30EC,
rekatakanahalfwidth: 0xFF9A,
resh: 0x05E8,
reshdageshhebrew: 0xFB48,
reshhatafpatah: 0x05E805B2,
reshhatafpatahhebrew: 0x05E805B2,
reshhatafsegol: 0x05E805B1,
reshhatafsegolhebrew: 0x05E805B1,
reshhebrew: 0x05E8,
reshhiriq: 0x05E805B4,
reshhiriqhebrew: 0x05E805B4,
reshholam: 0x05E805B9,
reshholamhebrew: 0x05E805B9,
reshpatah: 0x05E805B7,
reshpatahhebrew: 0x05E805B7,
reshqamats: 0x05E805B8,
reshqamatshebrew: 0x05E805B8,
reshqubuts: 0x05E805BB,
reshqubutshebrew: 0x05E805BB,
reshsegol: 0x05E805B6,
reshsegolhebrew: 0x05E805B6,
reshsheva: 0x05E805B0,
reshshevahebrew: 0x05E805B0,
reshtsere: 0x05E805B5,
reshtserehebrew: 0x05E805B5,
reversedtilde: 0x223D,
reviahebrew: 0x0597,
reviamugrashhebrew: 0x0597,
revlogicalnot: 0x2310,
rfishhook: 0x027E,
rfishhookreversed: 0x027F,
rhabengali: 0x09DD,
rhadeva: 0x095D,
rho: 0x03C1,
rhook: 0x027D,
rhookturned: 0x027B,
rhookturnedsuperior: 0x02B5,
rhosymbolgreek: 0x03F1,
rhotichookmod: 0x02DE,
rieulacirclekorean: 0x3271,
rieulaparenkorean: 0x3211,
rieulcirclekorean: 0x3263,
rieulhieuhkorean: 0x3140,
rieulkiyeokkorean: 0x313A,
rieulkiyeoksioskorean: 0x3169,
rieulkorean: 0x3139,
rieulmieumkorean: 0x313B,
rieulpansioskorean: 0x316C,
rieulparenkorean: 0x3203,
rieulphieuphkorean: 0x313F,
rieulpieupkorean: 0x313C,
rieulpieupsioskorean: 0x316B,
rieulsioskorean: 0x313D,
rieulthieuthkorean: 0x313E,
rieultikeutkorean: 0x316A,
rieulyeorinhieuhkorean: 0x316D,
rightangle: 0x221F,
righttackbelowcmb: 0x0319,
righttriangle: 0x22BF,
rihiragana: 0x308A,
rikatakana: 0x30EA,
rikatakanahalfwidth: 0xFF98,
ring: 0x02DA,
ringbelowcmb: 0x0325,
ringcmb: 0x030A,
ringhalfleft: 0x02BF,
ringhalfleftarmenian: 0x0559,
ringhalfleftbelowcmb: 0x031C,
ringhalfleftcentered: 0x02D3,
ringhalfright: 0x02BE,
ringhalfrightbelowcmb: 0x0339,
ringhalfrightcentered: 0x02D2,
rinvertedbreve: 0x0213,
rittorusquare: 0x3351,
rlinebelow: 0x1E5F,
rlongleg: 0x027C,
rlonglegturned: 0x027A,
rmonospace: 0xFF52,
rohiragana: 0x308D,
rokatakana: 0x30ED,
rokatakanahalfwidth: 0xFF9B,
roruathai: 0x0E23,
rparen: 0x24AD,
rrabengali: 0x09DC,
rradeva: 0x0931,
rragurmukhi: 0x0A5C,
rreharabic: 0x0691,
rrehfinalarabic: 0xFB8D,
rrvocalicbengali: 0x09E0,
rrvocalicdeva: 0x0960,
rrvocalicgujarati: 0x0AE0,
rrvocalicvowelsignbengali: 0x09C4,
rrvocalicvowelsigndeva: 0x0944,
rrvocalicvowelsigngujarati: 0x0AC4,
rsuperior: 0xF6F1,
rtblock: 0x2590,
rturned: 0x0279,
rturnedsuperior: 0x02B4,
ruhiragana: 0x308B,
rukatakana: 0x30EB,
rukatakanahalfwidth: 0xFF99,
rupeemarkbengali: 0x09F2,
rupeesignbengali: 0x09F3,
rupiah: 0xF6DD,
ruthai: 0x0E24,
rvocalicbengali: 0x098B,
rvocalicdeva: 0x090B,
rvocalicgujarati: 0x0A8B,
rvocalicvowelsignbengali: 0x09C3,
rvocalicvowelsigndeva: 0x0943,
rvocalicvowelsigngujarati: 0x0AC3,
s: 0x0073,
sabengali: 0x09B8,
sacute: 0x015B,
sacutedotaccent: 0x1E65,
sadarabic: 0x0635,
sadeva: 0x0938,
sadfinalarabic: 0xFEBA,
sadinitialarabic: 0xFEBB,
sadmedialarabic: 0xFEBC,
sagujarati: 0x0AB8,
sagurmukhi: 0x0A38,
sahiragana: 0x3055,
sakatakana: 0x30B5,
sakatakanahalfwidth: 0xFF7B,
sallallahoualayhewasallamarabic: 0xFDFA,
samekh: 0x05E1,
samekhdagesh: 0xFB41,
samekhdageshhebrew: 0xFB41,
samekhhebrew: 0x05E1,
saraaathai: 0x0E32,
saraaethai: 0x0E41,
saraaimaimalaithai: 0x0E44,
saraaimaimuanthai: 0x0E43,
saraamthai: 0x0E33,
saraathai: 0x0E30,
saraethai: 0x0E40,
saraiileftthai: 0xF886,
saraiithai: 0x0E35,
saraileftthai: 0xF885,
saraithai: 0x0E34,
saraothai: 0x0E42,
saraueeleftthai: 0xF888,
saraueethai: 0x0E37,
saraueleftthai: 0xF887,
sarauethai: 0x0E36,
sarauthai: 0x0E38,
sarauuthai: 0x0E39,
sbopomofo: 0x3119,
scaron: 0x0161,
scarondotaccent: 0x1E67,
scedilla: 0x015F,
schwa: 0x0259,
schwacyrillic: 0x04D9,
schwadieresiscyrillic: 0x04DB,
schwahook: 0x025A,
scircle: 0x24E2,
scircumflex: 0x015D,
scommaaccent: 0x0219,
sdotaccent: 0x1E61,
sdotbelow: 0x1E63,
sdotbelowdotaccent: 0x1E69,
seagullbelowcmb: 0x033C,
second: 0x2033,
secondtonechinese: 0x02CA,
section: 0x00A7,
seenarabic: 0x0633,
seenfinalarabic: 0xFEB2,
seeninitialarabic: 0xFEB3,
seenmedialarabic: 0xFEB4,
segol: 0x05B6,
segol13: 0x05B6,
segol1f: 0x05B6,
segol2c: 0x05B6,
segolhebrew: 0x05B6,
segolnarrowhebrew: 0x05B6,
segolquarterhebrew: 0x05B6,
segoltahebrew: 0x0592,
segolwidehebrew: 0x05B6,
seharmenian: 0x057D,
sehiragana: 0x305B,
sekatakana: 0x30BB,
sekatakanahalfwidth: 0xFF7E,
semicolon: 0x003B,
semicolonarabic: 0x061B,
semicolonmonospace: 0xFF1B,
semicolonsmall: 0xFE54,
semivoicedmarkkana: 0x309C,
semivoicedmarkkanahalfwidth: 0xFF9F,
sentisquare: 0x3322,
sentosquare: 0x3323,
seven: 0x0037,
sevenarabic: 0x0667,
sevenbengali: 0x09ED,
sevencircle: 0x2466,
sevencircleinversesansserif: 0x2790,
sevendeva: 0x096D,
seveneighths: 0x215E,
sevengujarati: 0x0AED,
sevengurmukhi: 0x0A6D,
sevenhackarabic: 0x0667,
sevenhangzhou: 0x3027,
sevenideographicparen: 0x3226,
seveninferior: 0x2087,
sevenmonospace: 0xFF17,
sevenoldstyle: 0xF737,
sevenparen: 0x247A,
sevenperiod: 0x248E,
sevenpersian: 0x06F7,
sevenroman: 0x2176,
sevensuperior: 0x2077,
seventeencircle: 0x2470,
seventeenparen: 0x2484,
seventeenperiod: 0x2498,
seventhai: 0x0E57,
sfthyphen: 0x00AD,
shaarmenian: 0x0577,
shabengali: 0x09B6,
shacyrillic: 0x0448,
shaddaarabic: 0x0651,
shaddadammaarabic: 0xFC61,
shaddadammatanarabic: 0xFC5E,
shaddafathaarabic: 0xFC60,
shaddafathatanarabic: 0x0651064B,
shaddakasraarabic: 0xFC62,
shaddakasratanarabic: 0xFC5F,
shade: 0x2592,
shadedark: 0x2593,
shadelight: 0x2591,
shademedium: 0x2592,
shadeva: 0x0936,
shagujarati: 0x0AB6,
shagurmukhi: 0x0A36,
shalshelethebrew: 0x0593,
shbopomofo: 0x3115,
shchacyrillic: 0x0449,
sheenarabic: 0x0634,
sheenfinalarabic: 0xFEB6,
sheeninitialarabic: 0xFEB7,
sheenmedialarabic: 0xFEB8,
sheicoptic: 0x03E3,
sheqel: 0x20AA,
sheqelhebrew: 0x20AA,
sheva: 0x05B0,
sheva115: 0x05B0,
sheva15: 0x05B0,
sheva22: 0x05B0,
sheva2e: 0x05B0,
shevahebrew: 0x05B0,
shevanarrowhebrew: 0x05B0,
shevaquarterhebrew: 0x05B0,
shevawidehebrew: 0x05B0,
shhacyrillic: 0x04BB,
shimacoptic: 0x03ED,
shin: 0x05E9,
shindagesh: 0xFB49,
shindageshhebrew: 0xFB49,
shindageshshindot: 0xFB2C,
shindageshshindothebrew: 0xFB2C,
shindageshsindot: 0xFB2D,
shindageshsindothebrew: 0xFB2D,
shindothebrew: 0x05C1,
shinhebrew: 0x05E9,
shinshindot: 0xFB2A,
shinshindothebrew: 0xFB2A,
shinsindot: 0xFB2B,
shinsindothebrew: 0xFB2B,
shook: 0x0282,
sigma: 0x03C3,
sigma1: 0x03C2,
sigmafinal: 0x03C2,
sigmalunatesymbolgreek: 0x03F2,
sihiragana: 0x3057,
sikatakana: 0x30B7,
sikatakanahalfwidth: 0xFF7C,
siluqhebrew: 0x05BD,
siluqlefthebrew: 0x05BD,
similar: 0x223C,
sindothebrew: 0x05C2,
siosacirclekorean: 0x3274,
siosaparenkorean: 0x3214,
sioscieuckorean: 0x317E,
sioscirclekorean: 0x3266,
sioskiyeokkorean: 0x317A,
sioskorean: 0x3145,
siosnieunkorean: 0x317B,
siosparenkorean: 0x3206,
siospieupkorean: 0x317D,
siostikeutkorean: 0x317C,
six: 0x0036,
sixarabic: 0x0666,
sixbengali: 0x09EC,
sixcircle: 0x2465,
sixcircleinversesansserif: 0x278F,
sixdeva: 0x096C,
sixgujarati: 0x0AEC,
sixgurmukhi: 0x0A6C,
sixhackarabic: 0x0666,
sixhangzhou: 0x3026,
sixideographicparen: 0x3225,
sixinferior: 0x2086,
sixmonospace: 0xFF16,
sixoldstyle: 0xF736,
sixparen: 0x2479,
sixperiod: 0x248D,
sixpersian: 0x06F6,
sixroman: 0x2175,
sixsuperior: 0x2076,
sixteencircle: 0x246F,
sixteencurrencydenominatorbengali: 0x09F9,
sixteenparen: 0x2483,
sixteenperiod: 0x2497,
sixthai: 0x0E56,
slash: 0x002F,
slashmonospace: 0xFF0F,
slong: 0x017F,
slongdotaccent: 0x1E9B,
smileface: 0x263A,
smonospace: 0xFF53,
sofpasuqhebrew: 0x05C3,
softhyphen: 0x00AD,
softsigncyrillic: 0x044C,
sohiragana: 0x305D,
sokatakana: 0x30BD,
sokatakanahalfwidth: 0xFF7F,
soliduslongoverlaycmb: 0x0338,
solidusshortoverlaycmb: 0x0337,
sorusithai: 0x0E29,
sosalathai: 0x0E28,
sosothai: 0x0E0B,
sosuathai: 0x0E2A,
space: 0x0020,
spacehackarabic: 0x0020,
spade: 0x2660,
spadesuitblack: 0x2660,
spadesuitwhite: 0x2664,
sparen: 0x24AE,
squarebelowcmb: 0x033B,
squarecc: 0x33C4,
squarecm: 0x339D,
squarediagonalcrosshatchfill: 0x25A9,
squarehorizontalfill: 0x25A4,
squarekg: 0x338F,
squarekm: 0x339E,
squarekmcapital: 0x33CE,
squareln: 0x33D1,
squarelog: 0x33D2,
squaremg: 0x338E,
squaremil: 0x33D5,
squaremm: 0x339C,
squaremsquared: 0x33A1,
squareorthogonalcrosshatchfill: 0x25A6,
squareupperlefttolowerrightfill: 0x25A7,
squareupperrighttolowerleftfill: 0x25A8,
squareverticalfill: 0x25A5,
squarewhitewithsmallblack: 0x25A3,
srsquare: 0x33DB,
ssabengali: 0x09B7,
ssadeva: 0x0937,
ssagujarati: 0x0AB7,
ssangcieuckorean: 0x3149,
ssanghieuhkorean: 0x3185,
ssangieungkorean: 0x3180,
ssangkiyeokkorean: 0x3132,
ssangnieunkorean: 0x3165,
ssangpieupkorean: 0x3143,
ssangsioskorean: 0x3146,
ssangtikeutkorean: 0x3138,
ssuperior: 0xF6F2,
sterling: 0x00A3,
sterlingmonospace: 0xFFE1,
strokelongoverlaycmb: 0x0336,
strokeshortoverlaycmb: 0x0335,
subset: 0x2282,
subsetnotequal: 0x228A,
subsetorequal: 0x2286,
succeeds: 0x227B,
suchthat: 0x220B,
suhiragana: 0x3059,
sukatakana: 0x30B9,
sukatakanahalfwidth: 0xFF7D,
sukunarabic: 0x0652,
summation: 0x2211,
sun: 0x263C,
superset: 0x2283,
supersetnotequal: 0x228B,
supersetorequal: 0x2287,
svsquare: 0x33DC,
syouwaerasquare: 0x337C,
t: 0x0074,
tabengali: 0x09A4,
tackdown: 0x22A4,
tackleft: 0x22A3,
tadeva: 0x0924,
tagujarati: 0x0AA4,
tagurmukhi: 0x0A24,
taharabic: 0x0637,
tahfinalarabic: 0xFEC2,
tahinitialarabic: 0xFEC3,
tahiragana: 0x305F,
tahmedialarabic: 0xFEC4,
taisyouerasquare: 0x337D,
takatakana: 0x30BF,
takatakanahalfwidth: 0xFF80,
tatweelarabic: 0x0640,
tau: 0x03C4,
tav: 0x05EA,
tavdages: 0xFB4A,
tavdagesh: 0xFB4A,
tavdageshhebrew: 0xFB4A,
tavhebrew: 0x05EA,
tbar: 0x0167,
tbopomofo: 0x310A,
tcaron: 0x0165,
tccurl: 0x02A8,
tcedilla: 0x0163,
tcheharabic: 0x0686,
tchehfinalarabic: 0xFB7B,
tchehinitialarabic: 0xFB7C,
tchehmedialarabic: 0xFB7D,
tchehmeeminitialarabic: 0xFB7CFEE4,
tcircle: 0x24E3,
tcircumflexbelow: 0x1E71,
tcommaaccent: 0x0163,
tdieresis: 0x1E97,
tdotaccent: 0x1E6B,
tdotbelow: 0x1E6D,
tecyrillic: 0x0442,
tedescendercyrillic: 0x04AD,
teharabic: 0x062A,
tehfinalarabic: 0xFE96,
tehhahinitialarabic: 0xFCA2,
tehhahisolatedarabic: 0xFC0C,
tehinitialarabic: 0xFE97,
tehiragana: 0x3066,
tehjeeminitialarabic: 0xFCA1,
tehjeemisolatedarabic: 0xFC0B,
tehmarbutaarabic: 0x0629,
tehmarbutafinalarabic: 0xFE94,
tehmedialarabic: 0xFE98,
tehmeeminitialarabic: 0xFCA4,
tehmeemisolatedarabic: 0xFC0E,
tehnoonfinalarabic: 0xFC73,
tekatakana: 0x30C6,
tekatakanahalfwidth: 0xFF83,
telephone: 0x2121,
telephoneblack: 0x260E,
telishagedolahebrew: 0x05A0,
telishaqetanahebrew: 0x05A9,
tencircle: 0x2469,
tenideographicparen: 0x3229,
tenparen: 0x247D,
tenperiod: 0x2491,
tenroman: 0x2179,
tesh: 0x02A7,
tet: 0x05D8,
tetdagesh: 0xFB38,
tetdageshhebrew: 0xFB38,
tethebrew: 0x05D8,
tetsecyrillic: 0x04B5,
tevirhebrew: 0x059B,
tevirlefthebrew: 0x059B,
thabengali: 0x09A5,
thadeva: 0x0925,
thagujarati: 0x0AA5,
thagurmukhi: 0x0A25,
thalarabic: 0x0630,
thalfinalarabic: 0xFEAC,
thanthakhatlowleftthai: 0xF898,
thanthakhatlowrightthai: 0xF897,
thanthakhatthai: 0x0E4C,
thanthakhatupperleftthai: 0xF896,
theharabic: 0x062B,
thehfinalarabic: 0xFE9A,
thehinitialarabic: 0xFE9B,
thehmedialarabic: 0xFE9C,
thereexists: 0x2203,
therefore: 0x2234,
theta: 0x03B8,
theta1: 0x03D1,
thetasymbolgreek: 0x03D1,
thieuthacirclekorean: 0x3279,
thieuthaparenkorean: 0x3219,
thieuthcirclekorean: 0x326B,
thieuthkorean: 0x314C,
thieuthparenkorean: 0x320B,
thirteencircle: 0x246C,
thirteenparen: 0x2480,
thirteenperiod: 0x2494,
thonangmonthothai: 0x0E11,
thook: 0x01AD,
thophuthaothai: 0x0E12,
thorn: 0x00FE,
thothahanthai: 0x0E17,
thothanthai: 0x0E10,
thothongthai: 0x0E18,
thothungthai: 0x0E16,
thousandcyrillic: 0x0482,
thousandsseparatorarabic: 0x066C,
thousandsseparatorpersian: 0x066C,
three: 0x0033,
threearabic: 0x0663,
threebengali: 0x09E9,
threecircle: 0x2462,
threecircleinversesansserif: 0x278C,
threedeva: 0x0969,
threeeighths: 0x215C,
threegujarati: 0x0AE9,
threegurmukhi: 0x0A69,
threehackarabic: 0x0663,
threehangzhou: 0x3023,
threeideographicparen: 0x3222,
threeinferior: 0x2083,
threemonospace: 0xFF13,
threenumeratorbengali: 0x09F6,
threeoldstyle: 0xF733,
threeparen: 0x2476,
threeperiod: 0x248A,
threepersian: 0x06F3,
threequarters: 0x00BE,
threequartersemdash: 0xF6DE,
threeroman: 0x2172,
threesuperior: 0x00B3,
threethai: 0x0E53,
thzsquare: 0x3394,
tihiragana: 0x3061,
tikatakana: 0x30C1,
tikatakanahalfwidth: 0xFF81,
tikeutacirclekorean: 0x3270,
tikeutaparenkorean: 0x3210,
tikeutcirclekorean: 0x3262,
tikeutkorean: 0x3137,
tikeutparenkorean: 0x3202,
tilde: 0x02DC,
tildebelowcmb: 0x0330,
tildecmb: 0x0303,
tildecomb: 0x0303,
tildedoublecmb: 0x0360,
tildeoperator: 0x223C,
tildeoverlaycmb: 0x0334,
tildeverticalcmb: 0x033E,
timescircle: 0x2297,
tipehahebrew: 0x0596,
tipehalefthebrew: 0x0596,
tippigurmukhi: 0x0A70,
titlocyrilliccmb: 0x0483,
tiwnarmenian: 0x057F,
tlinebelow: 0x1E6F,
tmonospace: 0xFF54,
toarmenian: 0x0569,
tohiragana: 0x3068,
tokatakana: 0x30C8,
tokatakanahalfwidth: 0xFF84,
tonebarextrahighmod: 0x02E5,
tonebarextralowmod: 0x02E9,
tonebarhighmod: 0x02E6,
tonebarlowmod: 0x02E8,
tonebarmidmod: 0x02E7,
tonefive: 0x01BD,
tonesix: 0x0185,
tonetwo: 0x01A8,
tonos: 0x0384,
tonsquare: 0x3327,
topatakthai: 0x0E0F,
tortoiseshellbracketleft: 0x3014,
tortoiseshellbracketleftsmall: 0xFE5D,
tortoiseshellbracketleftvertical: 0xFE39,
tortoiseshellbracketright: 0x3015,
tortoiseshellbracketrightsmall: 0xFE5E,
tortoiseshellbracketrightvertical: 0xFE3A,
totaothai: 0x0E15,
tpalatalhook: 0x01AB,
tparen: 0x24AF,
trademark: 0x2122,
trademarksans: 0xF8EA,
trademarkserif: 0xF6DB,
tretroflexhook: 0x0288,
triagdn: 0x25BC,
triaglf: 0x25C4,
triagrt: 0x25BA,
triagup: 0x25B2,
ts: 0x02A6,
tsadi: 0x05E6,
tsadidagesh: 0xFB46,
tsadidageshhebrew: 0xFB46,
tsadihebrew: 0x05E6,
tsecyrillic: 0x0446,
tsere: 0x05B5,
tsere12: 0x05B5,
tsere1e: 0x05B5,
tsere2b: 0x05B5,
tserehebrew: 0x05B5,
tserenarrowhebrew: 0x05B5,
tserequarterhebrew: 0x05B5,
tserewidehebrew: 0x05B5,
tshecyrillic: 0x045B,
tsuperior: 0xF6F3,
ttabengali: 0x099F,
ttadeva: 0x091F,
ttagujarati: 0x0A9F,
ttagurmukhi: 0x0A1F,
tteharabic: 0x0679,
ttehfinalarabic: 0xFB67,
ttehinitialarabic: 0xFB68,
ttehmedialarabic: 0xFB69,
tthabengali: 0x09A0,
tthadeva: 0x0920,
tthagujarati: 0x0AA0,
tthagurmukhi: 0x0A20,
tturned: 0x0287,
tuhiragana: 0x3064,
tukatakana: 0x30C4,
tukatakanahalfwidth: 0xFF82,
tusmallhiragana: 0x3063,
tusmallkatakana: 0x30C3,
tusmallkatakanahalfwidth: 0xFF6F,
twelvecircle: 0x246B,
twelveparen: 0x247F,
twelveperiod: 0x2493,
twelveroman: 0x217B,
twentycircle: 0x2473,
twentyhangzhou: 0x5344,
twentyparen: 0x2487,
twentyperiod: 0x249B,
two: 0x0032,
twoarabic: 0x0662,
twobengali: 0x09E8,
twocircle: 0x2461,
twocircleinversesansserif: 0x278B,
twodeva: 0x0968,
twodotenleader: 0x2025,
twodotleader: 0x2025,
twodotleadervertical: 0xFE30,
twogujarati: 0x0AE8,
twogurmukhi: 0x0A68,
twohackarabic: 0x0662,
twohangzhou: 0x3022,
twoideographicparen: 0x3221,
twoinferior: 0x2082,
twomonospace: 0xFF12,
twonumeratorbengali: 0x09F5,
twooldstyle: 0xF732,
twoparen: 0x2475,
twoperiod: 0x2489,
twopersian: 0x06F2,
tworoman: 0x2171,
twostroke: 0x01BB,
twosuperior: 0x00B2,
twothai: 0x0E52,
twothirds: 0x2154,
u: 0x0075,
uacute: 0x00FA,
ubar: 0x0289,
ubengali: 0x0989,
ubopomofo: 0x3128,
ubreve: 0x016D,
ucaron: 0x01D4,
ucircle: 0x24E4,
ucircumflex: 0x00FB,
ucircumflexbelow: 0x1E77,
ucyrillic: 0x0443,
udattadeva: 0x0951,
udblacute: 0x0171,
udblgrave: 0x0215,
udeva: 0x0909,
udieresis: 0x00FC,
udieresisacute: 0x01D8,
udieresisbelow: 0x1E73,
udieresiscaron: 0x01DA,
udieresiscyrillic: 0x04F1,
udieresisgrave: 0x01DC,
udieresismacron: 0x01D6,
udotbelow: 0x1EE5,
ugrave: 0x00F9,
ugujarati: 0x0A89,
ugurmukhi: 0x0A09,
uhiragana: 0x3046,
uhookabove: 0x1EE7,
uhorn: 0x01B0,
uhornacute: 0x1EE9,
uhorndotbelow: 0x1EF1,
uhorngrave: 0x1EEB,
uhornhookabove: 0x1EED,
uhorntilde: 0x1EEF,
uhungarumlaut: 0x0171,
uhungarumlautcyrillic: 0x04F3,
uinvertedbreve: 0x0217,
ukatakana: 0x30A6,
ukatakanahalfwidth: 0xFF73,
ukcyrillic: 0x0479,
ukorean: 0x315C,
umacron: 0x016B,
umacroncyrillic: 0x04EF,
umacrondieresis: 0x1E7B,
umatragurmukhi: 0x0A41,
umonospace: 0xFF55,
underscore: 0x005F,
underscoredbl: 0x2017,
underscoremonospace: 0xFF3F,
underscorevertical: 0xFE33,
underscorewavy: 0xFE4F,
union: 0x222A,
universal: 0x2200,
uogonek: 0x0173,
uparen: 0x24B0,
upblock: 0x2580,
upperdothebrew: 0x05C4,
upsilon: 0x03C5,
upsilondieresis: 0x03CB,
upsilondieresistonos: 0x03B0,
upsilonlatin: 0x028A,
upsilontonos: 0x03CD,
uptackbelowcmb: 0x031D,
uptackmod: 0x02D4,
uragurmukhi: 0x0A73,
uring: 0x016F,
ushortcyrillic: 0x045E,
usmallhiragana: 0x3045,
usmallkatakana: 0x30A5,
usmallkatakanahalfwidth: 0xFF69,
ustraightcyrillic: 0x04AF,
ustraightstrokecyrillic: 0x04B1,
utilde: 0x0169,
utildeacute: 0x1E79,
utildebelow: 0x1E75,
uubengali: 0x098A,
uudeva: 0x090A,
uugujarati: 0x0A8A,
uugurmukhi: 0x0A0A,
uumatragurmukhi: 0x0A42,
uuvowelsignbengali: 0x09C2,
uuvowelsigndeva: 0x0942,
uuvowelsigngujarati: 0x0AC2,
uvowelsignbengali: 0x09C1,
uvowelsigndeva: 0x0941,
uvowelsigngujarati: 0x0AC1,
v: 0x0076,
vadeva: 0x0935,
vagujarati: 0x0AB5,
vagurmukhi: 0x0A35,
vakatakana: 0x30F7,
vav: 0x05D5,
vavdagesh: 0xFB35,
vavdagesh65: 0xFB35,
vavdageshhebrew: 0xFB35,
vavhebrew: 0x05D5,
vavholam: 0xFB4B,
vavholamhebrew: 0xFB4B,
vavvavhebrew: 0x05F0,
vavyodhebrew: 0x05F1,
vcircle: 0x24E5,
vdotbelow: 0x1E7F,
vecyrillic: 0x0432,
veharabic: 0x06A4,
vehfinalarabic: 0xFB6B,
vehinitialarabic: 0xFB6C,
vehmedialarabic: 0xFB6D,
vekatakana: 0x30F9,
venus: 0x2640,
verticalbar: 0x007C,
verticallineabovecmb: 0x030D,
verticallinebelowcmb: 0x0329,
verticallinelowmod: 0x02CC,
verticallinemod: 0x02C8,
vewarmenian: 0x057E,
vhook: 0x028B,
vikatakana: 0x30F8,
viramabengali: 0x09CD,
viramadeva: 0x094D,
viramagujarati: 0x0ACD,
visargabengali: 0x0983,
visargadeva: 0x0903,
visargagujarati: 0x0A83,
vmonospace: 0xFF56,
voarmenian: 0x0578,
voicediterationhiragana: 0x309E,
voicediterationkatakana: 0x30FE,
voicedmarkkana: 0x309B,
voicedmarkkanahalfwidth: 0xFF9E,
vokatakana: 0x30FA,
vparen: 0x24B1,
vtilde: 0x1E7D,
vturned: 0x028C,
vuhiragana: 0x3094,
vukatakana: 0x30F4,
w: 0x0077,
wacute: 0x1E83,
waekorean: 0x3159,
wahiragana: 0x308F,
wakatakana: 0x30EF,
wakatakanahalfwidth: 0xFF9C,
wakorean: 0x3158,
wasmallhiragana: 0x308E,
wasmallkatakana: 0x30EE,
wattosquare: 0x3357,
wavedash: 0x301C,
wavyunderscorevertical: 0xFE34,
wawarabic: 0x0648,
wawfinalarabic: 0xFEEE,
wawhamzaabovearabic: 0x0624,
wawhamzaabovefinalarabic: 0xFE86,
wbsquare: 0x33DD,
wcircle: 0x24E6,
wcircumflex: 0x0175,
wdieresis: 0x1E85,
wdotaccent: 0x1E87,
wdotbelow: 0x1E89,
wehiragana: 0x3091,
weierstrass: 0x2118,
wekatakana: 0x30F1,
wekorean: 0x315E,
weokorean: 0x315D,
wgrave: 0x1E81,
whitebullet: 0x25E6,
whitecircle: 0x25CB,
whitecircleinverse: 0x25D9,
whitecornerbracketleft: 0x300E,
whitecornerbracketleftvertical: 0xFE43,
whitecornerbracketright: 0x300F,
whitecornerbracketrightvertical: 0xFE44,
whitediamond: 0x25C7,
whitediamondcontainingblacksmalldiamond: 0x25C8,
whitedownpointingsmalltriangle: 0x25BF,
whitedownpointingtriangle: 0x25BD,
whiteleftpointingsmalltriangle: 0x25C3,
whiteleftpointingtriangle: 0x25C1,
whitelenticularbracketleft: 0x3016,
whitelenticularbracketright: 0x3017,
whiterightpointingsmalltriangle: 0x25B9,
whiterightpointingtriangle: 0x25B7,
whitesmallsquare: 0x25AB,
whitesmilingface: 0x263A,
whitesquare: 0x25A1,
whitestar: 0x2606,
whitetelephone: 0x260F,
whitetortoiseshellbracketleft: 0x3018,
whitetortoiseshellbracketright: 0x3019,
whiteuppointingsmalltriangle: 0x25B5,
whiteuppointingtriangle: 0x25B3,
wihiragana: 0x3090,
wikatakana: 0x30F0,
wikorean: 0x315F,
wmonospace: 0xFF57,
wohiragana: 0x3092,
wokatakana: 0x30F2,
wokatakanahalfwidth: 0xFF66,
won: 0x20A9,
wonmonospace: 0xFFE6,
wowaenthai: 0x0E27,
wparen: 0x24B2,
wring: 0x1E98,
wsuperior: 0x02B7,
wturned: 0x028D,
wynn: 0x01BF,
x: 0x0078,
xabovecmb: 0x033D,
xbopomofo: 0x3112,
xcircle: 0x24E7,
xdieresis: 0x1E8D,
xdotaccent: 0x1E8B,
xeharmenian: 0x056D,
xi: 0x03BE,
xmonospace: 0xFF58,
xparen: 0x24B3,
xsuperior: 0x02E3,
y: 0x0079,
yaadosquare: 0x334E,
yabengali: 0x09AF,
yacute: 0x00FD,
yadeva: 0x092F,
yaekorean: 0x3152,
yagujarati: 0x0AAF,
yagurmukhi: 0x0A2F,
yahiragana: 0x3084,
yakatakana: 0x30E4,
yakatakanahalfwidth: 0xFF94,
yakorean: 0x3151,
yamakkanthai: 0x0E4E,
yasmallhiragana: 0x3083,
yasmallkatakana: 0x30E3,
yasmallkatakanahalfwidth: 0xFF6C,
yatcyrillic: 0x0463,
ycircle: 0x24E8,
ycircumflex: 0x0177,
ydieresis: 0x00FF,
ydotaccent: 0x1E8F,
ydotbelow: 0x1EF5,
yeharabic: 0x064A,
yehbarreearabic: 0x06D2,
yehbarreefinalarabic: 0xFBAF,
yehfinalarabic: 0xFEF2,
yehhamzaabovearabic: 0x0626,
yehhamzaabovefinalarabic: 0xFE8A,
yehhamzaaboveinitialarabic: 0xFE8B,
yehhamzaabovemedialarabic: 0xFE8C,
yehinitialarabic: 0xFEF3,
yehmedialarabic: 0xFEF4,
yehmeeminitialarabic: 0xFCDD,
yehmeemisolatedarabic: 0xFC58,
yehnoonfinalarabic: 0xFC94,
yehthreedotsbelowarabic: 0x06D1,
yekorean: 0x3156,
yen: 0x00A5,
yenmonospace: 0xFFE5,
yeokorean: 0x3155,
yeorinhieuhkorean: 0x3186,
yerahbenyomohebrew: 0x05AA,
yerahbenyomolefthebrew: 0x05AA,
yericyrillic: 0x044B,
yerudieresiscyrillic: 0x04F9,
yesieungkorean: 0x3181,
yesieungpansioskorean: 0x3183,
yesieungsioskorean: 0x3182,
yetivhebrew: 0x059A,
ygrave: 0x1EF3,
yhook: 0x01B4,
yhookabove: 0x1EF7,
yiarmenian: 0x0575,
yicyrillic: 0x0457,
yikorean: 0x3162,
yinyang: 0x262F,
yiwnarmenian: 0x0582,
ymonospace: 0xFF59,
yod: 0x05D9,
yoddagesh: 0xFB39,
yoddageshhebrew: 0xFB39,
yodhebrew: 0x05D9,
yodyodhebrew: 0x05F2,
yodyodpatahhebrew: 0xFB1F,
yohiragana: 0x3088,
yoikorean: 0x3189,
yokatakana: 0x30E8,
yokatakanahalfwidth: 0xFF96,
yokorean: 0x315B,
yosmallhiragana: 0x3087,
yosmallkatakana: 0x30E7,
yosmallkatakanahalfwidth: 0xFF6E,
yotgreek: 0x03F3,
yoyaekorean: 0x3188,
yoyakorean: 0x3187,
yoyakthai: 0x0E22,
yoyingthai: 0x0E0D,
yparen: 0x24B4,
ypogegrammeni: 0x037A,
ypogegrammenigreekcmb: 0x0345,
yr: 0x01A6,
yring: 0x1E99,
ysuperior: 0x02B8,
ytilde: 0x1EF9,
yturned: 0x028E,
yuhiragana: 0x3086,
yuikorean: 0x318C,
yukatakana: 0x30E6,
yukatakanahalfwidth: 0xFF95,
yukorean: 0x3160,
yusbigcyrillic: 0x046B,
yusbigiotifiedcyrillic: 0x046D,
yuslittlecyrillic: 0x0467,
yuslittleiotifiedcyrillic: 0x0469,
yusmallhiragana: 0x3085,
yusmallkatakana: 0x30E5,
yusmallkatakanahalfwidth: 0xFF6D,
yuyekorean: 0x318B,
yuyeokorean: 0x318A,
yyabengali: 0x09DF,
yyadeva: 0x095F,
z: 0x007A,
zaarmenian: 0x0566,
zacute: 0x017A,
zadeva: 0x095B,
zagurmukhi: 0x0A5B,
zaharabic: 0x0638,
zahfinalarabic: 0xFEC6,
zahinitialarabic: 0xFEC7,
zahiragana: 0x3056,
zahmedialarabic: 0xFEC8,
zainarabic: 0x0632,
zainfinalarabic: 0xFEB0,
zakatakana: 0x30B6,
zaqefgadolhebrew: 0x0595,
zaqefqatanhebrew: 0x0594,
zarqahebrew: 0x0598,
zayin: 0x05D6,
zayindagesh: 0xFB36,
zayindageshhebrew: 0xFB36,
zayinhebrew: 0x05D6,
zbopomofo: 0x3117,
zcaron: 0x017E,
zcircle: 0x24E9,
zcircumflex: 0x1E91,
zcurl: 0x0291,
zdot: 0x017C,
zdotaccent: 0x017C,
zdotbelow: 0x1E93,
zecyrillic: 0x0437,
zedescendercyrillic: 0x0499,
zedieresiscyrillic: 0x04DF,
zehiragana: 0x305C,
zekatakana: 0x30BC,
zero: 0x0030,
zeroarabic: 0x0660,
zerobengali: 0x09E6,
zerodeva: 0x0966,
zerogujarati: 0x0AE6,
zerogurmukhi: 0x0A66,
zerohackarabic: 0x0660,
zeroinferior: 0x2080,
zeromonospace: 0xFF10,
zerooldstyle: 0xF730,
zeropersian: 0x06F0,
zerosuperior: 0x2070,
zerothai: 0x0E50,
zerowidthjoiner: 0xFEFF,
zerowidthnonjoiner: 0x200C,
zerowidthspace: 0x200B,
zeta: 0x03B6,
zhbopomofo: 0x3113,
zhearmenian: 0x056A,
zhebrevecyrillic: 0x04C2,
zhecyrillic: 0x0436,
zhedescendercyrillic: 0x0497,
zhedieresiscyrillic: 0x04DD,
zihiragana: 0x3058,
zikatakana: 0x30B8,
zinorhebrew: 0x05AE,
zlinebelow: 0x1E95,
zmonospace: 0xFF5A,
zohiragana: 0x305E,
zokatakana: 0x30BE,
zparen: 0x24B5,
zretroflexhook: 0x0290,
zstroke: 0x01B6,
zuhiragana: 0x305A,
zukatakana: 0x30BA,
'.notdef': 0x0000
};
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PDFImage = (function PDFImageClosure() {
/**
* Decode the image in the main thread if it supported. Resovles the promise
* when the image data is ready.
*/
function handleImageData(handler, xref, res, image, promise) {
if (image instanceof JpegStream && image.isNative) {
// For natively supported jpegs send them to the main thread for decoding.
var dict = image.dict;
var colorSpace = dict.get('ColorSpace', 'CS');
colorSpace = ColorSpace.parse(colorSpace, xref, res);
var numComps = colorSpace.numComps;
handler.send('jpeg_decode', [image.getIR(), numComps], function(message) {
var data = message.data;
var stream = new Stream(data, 0, data.length, image.dict);
promise.resolve(stream);
});
} else {
promise.resolve(image);
}
}
/**
* Decode and clamp a value. The formula is different from the spec because we
* don't decode to float range [0,1], we decode it in the [0,max] range.
*/
function decodeAndClamp(value, addend, coefficient, max) {
value = addend + value * coefficient;
// Clamp the value to the range
return value < 0 ? 0 : value > max ? max : value;
}
function PDFImage(xref, res, image, inline, smask) {
this.image = image;
if (image.getParams) {
// JPX/JPEG2000 streams directly contain bits per component
// and color space mode information.
TODO('get params from actual stream');
// var bits = ...
// var colorspace = ...
}
// TODO cache rendered images?
var dict = image.dict;
this.width = dict.get('Width', 'W');
this.height = dict.get('Height', 'H');
if (this.width < 1 || this.height < 1)
error('Invalid image width: ' + this.width + ' or height: ' +
this.height);
this.interpolate = dict.get('Interpolate', 'I') || false;
this.imageMask = dict.get('ImageMask', 'IM') || false;
var bitsPerComponent = image.bitsPerComponent;
if (!bitsPerComponent) {
bitsPerComponent = dict.get('BitsPerComponent', 'BPC');
if (!bitsPerComponent) {
if (this.imageMask)
bitsPerComponent = 1;
else
error('Bits per component missing in image: ' + this.imageMask);
}
}
this.bpc = bitsPerComponent;
if (!this.imageMask) {
var colorSpace = dict.get('ColorSpace', 'CS');
if (!colorSpace) {
TODO('JPX images (which don"t require color spaces');
colorSpace = new Name('DeviceRGB');
}
this.colorSpace = ColorSpace.parse(colorSpace, xref, res);
this.numComps = this.colorSpace.numComps;
}
this.decode = dict.get('Decode', 'D');
this.needsDecode = false;
if (this.decode && this.colorSpace &&
!this.colorSpace.isDefaultDecode(this.decode)) {
this.needsDecode = true;
// Do some preprocessing to avoid more math.
var max = (1 << bitsPerComponent) - 1;
this.decodeCoefficients = [];
this.decodeAddends = [];
for (var i = 0, j = 0; i < this.decode.length; i += 2, ++j) {
var dmin = this.decode[i];
var dmax = this.decode[i + 1];
this.decodeCoefficients[j] = dmax - dmin;
this.decodeAddends[j] = max * dmin;
}
}
var mask = xref.fetchIfRef(dict.get('Mask'));
if (mask) {
TODO('masked images');
} else if (smask) {
this.smask = new PDFImage(xref, res, smask, false);
}
}
/**
* Handles processing of image data and calls the callback with an argument
* of a PDFImage when the image is ready to be used.
*/
PDFImage.buildImage = function buildImage(callback, handler, xref, res,
image, inline) {
var imageDataPromise = new Promise();
var smaskPromise = new Promise();
// The image data and smask data may not be ready yet, wait till both are
// resolved.
Promise.all([imageDataPromise, smaskPromise]).then(function(results) {
var imageData = results[0], smaskData = results[1];
var image = new PDFImage(xref, res, imageData, inline, smaskData);
callback(image);
});
handleImageData(handler, xref, res, image, imageDataPromise);
var smask = xref.fetchIfRef(image.dict.get('SMask'));
if (smask)
handleImageData(handler, xref, res, smask, smaskPromise);
else
smaskPromise.resolve(null);
};
/**
* Resize an image using the nearest neighbor algorithm. Currently only
* supports one and three component images.
* @param {TypedArray} pixels The original image with one component.
* @param {Number} bpc Number of bits per component.
* @param {Number} components Number of color components, 1 or 3 is supported.
* @param {Number} w1 Original width.
* @param {Number} h1 Original height.
* @param {Number} w2 New width.
* @param {Number} h2 New height.
* @return {TypedArray} Resized image data.
*/
PDFImage.resize = function resize(pixels, bpc, components, w1, h1, w2, h2) {
var length = w2 * h2 * components;
var temp = bpc <= 8 ? new Uint8Array(length) :
bpc <= 16 ? new Uint16Array(length) : new Uint32Array(length);
var xRatio = w1 / w2;
var yRatio = h1 / h2;
var px, py, newIndex, oldIndex;
for (var i = 0; i < h2; i++) {
for (var j = 0; j < w2; j++) {
px = Math.floor(j * xRatio);
py = Math.floor(i * yRatio);
newIndex = (i * w2) + j;
oldIndex = ((py * w1) + px);
if (components === 1) {
temp[newIndex] = pixels[oldIndex];
} else if (components === 3) {
newIndex *= 3;
oldIndex *= 3;
temp[newIndex] = pixels[oldIndex];
temp[newIndex + 1] = pixels[oldIndex + 1];
temp[newIndex + 2] = pixels[oldIndex + 2];
}
}
}
return temp;
};
PDFImage.prototype = {
get drawWidth() {
if (!this.smask)
return this.width;
return Math.max(this.width, this.smask.width);
},
get drawHeight() {
if (!this.smask)
return this.height;
return Math.max(this.height, this.smask.height);
},
getComponents: function getComponents(buffer) {
var bpc = this.bpc;
var needsDecode = this.needsDecode;
var decodeMap = this.decode;
// This image doesn't require any extra work.
if (bpc == 8 && !needsDecode)
return buffer;
var bufferLength = buffer.length;
var width = this.width;
var height = this.height;
var numComps = this.numComps;
var length = width * height * numComps;
var bufferPos = 0;
var output = bpc <= 8 ? new Uint8Array(length) :
bpc <= 16 ? new Uint16Array(length) : new Uint32Array(length);
var rowComps = width * numComps;
var decodeAddends, decodeCoefficients;
if (needsDecode) {
decodeAddends = this.decodeAddends;
decodeCoefficients = this.decodeCoefficients;
}
var max = (1 << bpc) - 1;
if (bpc == 8) {
// Optimization for reading 8 bpc images that have a decode.
for (var i = 0, ii = length; i < ii; ++i) {
var compIndex = i % numComps;
var value = buffer[i];
value = decodeAndClamp(value, decodeAddends[compIndex],
decodeCoefficients[compIndex], max);
output[i] = value;
}
} else if (bpc == 1) {
// Optimization for reading 1 bpc images.
var valueZero = 0, valueOne = 1;
if (decodeMap) {
valueZero = decodeMap[0] ? 1 : 0;
valueOne = decodeMap[1] ? 1 : 0;
}
var mask = 0;
var buf = 0;
for (var i = 0, ii = length; i < ii; ++i) {
if (i % rowComps == 0) {
mask = 0;
buf = 0;
} else {
mask >>= 1;
}
if (mask <= 0) {
buf = buffer[bufferPos++];
mask = 128;
}
output[i] = !(buf & mask) ? valueZero : valueOne;
}
} else {
// The general case that handles all other bpc values.
var bits = 0, buf = 0;
for (var i = 0, ii = length; i < ii; ++i) {
if (i % rowComps == 0) {
buf = 0;
bits = 0;
}
while (bits < bpc) {
buf = (buf << 8) | buffer[bufferPos++];
bits += 8;
}
var remainingBits = bits - bpc;
var value = buf >> remainingBits;
if (needsDecode) {
var compIndex = i % numComps;
value = decodeAndClamp(value, decodeAddends[compIndex],
decodeCoefficients[compIndex], max);
}
output[i] = value;
buf = buf & ((1 << remainingBits) - 1);
bits = remainingBits;
}
}
return output;
},
getOpacity: function getOpacity(width, height) {
var smask = this.smask;
var originalWidth = this.width;
var originalHeight = this.height;
var buf;
if (smask) {
var sw = smask.width;
var sh = smask.height;
buf = new Uint8Array(sw * sh);
smask.fillGrayBuffer(buf);
if (sw != width || sh != height)
buf = PDFImage.resize(buf, smask.bps, 1, sw, sh, width, height);
} else {
buf = new Uint8Array(width * height);
for (var i = 0, ii = width * height; i < ii; ++i)
buf[i] = 255;
}
return buf;
},
applyStencilMask: function applyStencilMask(buffer, inverseDecode) {
var width = this.width, height = this.height;
var bitStrideLength = (width + 7) >> 3;
var imgArray = this.getImageBytes(bitStrideLength * height);
var imgArrayPos = 0;
var i, j, mask, buf;
// removing making non-masked pixels transparent
var bufferPos = 3; // alpha component offset
for (i = 0; i < height; i++) {
mask = 0;
for (j = 0; j < width; j++) {
if (!mask) {
buf = imgArray[imgArrayPos++];
mask = 128;
}
if (!(buf & mask) == inverseDecode) {
buffer[bufferPos] = 0;
}
bufferPos += 4;
mask >>= 1;
}
}
},
fillRgbaBuffer: function fillRgbaBuffer(buffer, width, height) {
var numComps = this.numComps;
var originalWidth = this.width;
var originalHeight = this.height;
var bpc = this.bpc;
// rows start at byte boundary;
var rowBytes = (originalWidth * numComps * bpc + 7) >> 3;
var imgArray = this.getImageBytes(originalHeight * rowBytes);
var comps = this.colorSpace.getRgbBuffer(
this.getComponents(imgArray), bpc);
if (originalWidth != width || originalHeight != height)
comps = PDFImage.resize(comps, this.bpc, 3, originalWidth,
originalHeight, width, height);
var compsPos = 0;
var opacity = this.getOpacity(width, height);
var opacityPos = 0;
var length = width * height * 4;
for (var i = 0; i < length; i += 4) {
buffer[i] = comps[compsPos++];
buffer[i + 1] = comps[compsPos++];
buffer[i + 2] = comps[compsPos++];
buffer[i + 3] = opacity[opacityPos++];
}
},
fillGrayBuffer: function fillGrayBuffer(buffer) {
var numComps = this.numComps;
if (numComps != 1)
error('Reading gray scale from a color image: ' + numComps);
var width = this.width;
var height = this.height;
var bpc = this.bpc;
// rows start at byte boundary;
var rowBytes = (width * numComps * bpc + 7) >> 3;
var imgArray = this.getImageBytes(height * rowBytes);
var comps = this.getComponents(imgArray);
var length = width * height;
// we aren't using a colorspace so we need to scale the value
var scale = 255 / ((1 << bpc) - 1);
for (var i = 0; i < length; ++i)
buffer[i] = (scale * comps[i]) | 0;
},
getImageBytes: function getImageBytes(length) {
this.image.reset();
return this.image.getBytes(length);
}
};
return PDFImage;
})();
function loadJpegStream(id, imageData, objs) {
var img = new Image();
img.onload = (function jpegImageLoaderOnload() {
objs.resolve(id, img);
});
img.src = 'data:image/jpeg;base64,' + window.btoa(imageData);
}
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
// The Metrics object contains glyph widths (in glyph space units).
// As per PDF spec, for most fonts (Type 3 being an exception) a glyph
// space unit corresponds to 1/1000th of text space unit.
var Metrics = {
'Courier': 600,
'Courier-Bold': 600,
'Courier-BoldOblique': 600,
'Courier-Oblique': 600,
'Helvetica' : {
'space': 278,
'exclam': 278,
'quotedbl': 355,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 667,
'quoteright': 222,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 278,
'semicolon': 278,
'less': 584,
'equal': 584,
'greater': 584,
'question': 556,
'at': 1015,
'A': 667,
'B': 667,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 500,
'K': 667,
'L': 556,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 278,
'backslash': 278,
'bracketright': 278,
'asciicircum': 469,
'underscore': 556,
'quoteleft': 222,
'a': 556,
'b': 556,
'c': 500,
'd': 556,
'e': 556,
'f': 278,
'g': 556,
'h': 556,
'i': 222,
'j': 222,
'k': 500,
'l': 222,
'm': 833,
'n': 556,
'o': 556,
'p': 556,
'q': 556,
'r': 333,
's': 500,
't': 278,
'u': 556,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 500,
'braceleft': 334,
'bar': 260,
'braceright': 334,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 191,
'quotedblleft': 333,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 500,
'fl': 500,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 537,
'bullet': 350,
'quotesinglbase': 222,
'quotedblbase': 333,
'quotedblright': 333,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 556,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 222,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 556,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 667,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 500,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 500,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 222,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 500,
'scedilla': 500,
'iacute': 278,
'lozenge': 471,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 556,
'acircumflex': 556,
'Amacron': 667,
'rcaron': 333,
'ccedilla': 500,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 643,
'Umacron': 722,
'uring': 556,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 667,
'Abreve': 667,
'multiply': 584,
'uacute': 556,
'Tcaron': 611,
'partialdiff': 476,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 500,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 260,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 333,
'omacron': 556,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 222,
'tcaron': 317,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 667,
'Adieresis': 667,
'egrave': 556,
'zacute': 500,
'iogonek': 222,
'Oacute': 778,
'oacute': 556,
'amacron': 556,
'sacute': 500,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 556,
'twosuperior': 333,
'Odieresis': 778,
'mu': 556,
'igrave': 278,
'ohungarumlaut': 556,
'Eogonek': 667,
'dcroat': 556,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 299,
'Kcommaaccent': 667,
'Lacute': 556,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 556,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 556,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 556,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 556,
'Ccaron': 722,
'ugrave': 556,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 333,
'Ntilde': 722,
'otilde': 556,
'Rcommaaccent': 722,
'Lcommaaccent': 556,
'Atilde': 667,
'Aogonek': 667,
'Aring': 667,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 500,
'minus': 584,
'Icircumflex': 278,
'ncaron': 556,
'tcommaaccent': 278,
'logicalnot': 584,
'odieresis': 556,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 556,
'eth': 556,
'zcaron': 500,
'ncommaaccent': 556,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Helvetica-Bold': {
'space': 278,
'exclam': 333,
'quotedbl': 474,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 722,
'quoteright': 278,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 333,
'semicolon': 333,
'less': 584,
'equal': 584,
'greater': 584,
'question': 611,
'at': 975,
'A': 722,
'B': 722,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 556,
'K': 722,
'L': 611,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 584,
'underscore': 556,
'quoteleft': 278,
'a': 556,
'b': 611,
'c': 556,
'd': 611,
'e': 556,
'f': 333,
'g': 611,
'h': 611,
'i': 278,
'j': 278,
'k': 556,
'l': 278,
'm': 889,
'n': 611,
'o': 611,
'p': 611,
'q': 611,
'r': 389,
's': 556,
't': 333,
'u': 611,
'v': 556,
'w': 778,
'x': 556,
'y': 556,
'z': 500,
'braceleft': 389,
'bar': 280,
'braceright': 389,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 238,
'quotedblleft': 500,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 611,
'fl': 611,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 556,
'bullet': 350,
'quotesinglbase': 278,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 611,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 278,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 611,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 722,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 556,
'scommaaccent': 556,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 611,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 556,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 556,
'scedilla': 556,
'iacute': 278,
'lozenge': 494,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 611,
'acircumflex': 556,
'Amacron': 722,
'rcaron': 389,
'ccedilla': 556,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 743,
'Umacron': 722,
'uring': 611,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 722,
'Abreve': 722,
'multiply': 584,
'uacute': 611,
'Tcaron': 611,
'partialdiff': 494,
'ydieresis': 556,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 556,
'nacute': 611,
'umacron': 611,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 280,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 389,
'omacron': 611,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 278,
'tcaron': 389,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 556,
'zacute': 500,
'iogonek': 278,
'Oacute': 778,
'oacute': 611,
'amacron': 556,
'sacute': 556,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 611,
'twosuperior': 333,
'Odieresis': 778,
'mu': 611,
'igrave': 278,
'ohungarumlaut': 611,
'Eogonek': 667,
'dcroat': 611,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 400,
'Kcommaaccent': 722,
'Lacute': 611,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 611,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 611,
'ntilde': 611,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 611,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 611,
'Ccaron': 722,
'ugrave': 611,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 722,
'otilde': 611,
'Rcommaaccent': 722,
'Lcommaaccent': 611,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 556,
'minus': 584,
'Icircumflex': 278,
'ncaron': 611,
'tcommaaccent': 333,
'logicalnot': 584,
'odieresis': 611,
'udieresis': 611,
'notequal': 549,
'gcommaaccent': 611,
'eth': 611,
'zcaron': 500,
'ncommaaccent': 611,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Helvetica-BoldOblique': {
'space': 278,
'exclam': 333,
'quotedbl': 474,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 722,
'quoteright': 278,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 333,
'semicolon': 333,
'less': 584,
'equal': 584,
'greater': 584,
'question': 611,
'at': 975,
'A': 722,
'B': 722,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 556,
'K': 722,
'L': 611,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 584,
'underscore': 556,
'quoteleft': 278,
'a': 556,
'b': 611,
'c': 556,
'd': 611,
'e': 556,
'f': 333,
'g': 611,
'h': 611,
'i': 278,
'j': 278,
'k': 556,
'l': 278,
'm': 889,
'n': 611,
'o': 611,
'p': 611,
'q': 611,
'r': 389,
's': 556,
't': 333,
'u': 611,
'v': 556,
'w': 778,
'x': 556,
'y': 556,
'z': 500,
'braceleft': 389,
'bar': 280,
'braceright': 389,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 238,
'quotedblleft': 500,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 611,
'fl': 611,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 556,
'bullet': 350,
'quotesinglbase': 278,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 611,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 278,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 611,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 722,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 556,
'scommaaccent': 556,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 611,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 556,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 556,
'scedilla': 556,
'iacute': 278,
'lozenge': 494,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 611,
'acircumflex': 556,
'Amacron': 722,
'rcaron': 389,
'ccedilla': 556,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 743,
'Umacron': 722,
'uring': 611,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 722,
'Abreve': 722,
'multiply': 584,
'uacute': 611,
'Tcaron': 611,
'partialdiff': 494,
'ydieresis': 556,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 556,
'nacute': 611,
'umacron': 611,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 280,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 389,
'omacron': 611,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 278,
'tcaron': 389,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 556,
'zacute': 500,
'iogonek': 278,
'Oacute': 778,
'oacute': 611,
'amacron': 556,
'sacute': 556,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 611,
'twosuperior': 333,
'Odieresis': 778,
'mu': 611,
'igrave': 278,
'ohungarumlaut': 611,
'Eogonek': 667,
'dcroat': 611,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 400,
'Kcommaaccent': 722,
'Lacute': 611,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 611,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 611,
'ntilde': 611,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 611,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 611,
'Ccaron': 722,
'ugrave': 611,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 722,
'otilde': 611,
'Rcommaaccent': 722,
'Lcommaaccent': 611,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 556,
'minus': 584,
'Icircumflex': 278,
'ncaron': 611,
'tcommaaccent': 333,
'logicalnot': 584,
'odieresis': 611,
'udieresis': 611,
'notequal': 549,
'gcommaaccent': 611,
'eth': 611,
'zcaron': 500,
'ncommaaccent': 611,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Helvetica-Oblique' : {
'space': 278,
'exclam': 278,
'quotedbl': 355,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 667,
'quoteright': 222,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 278,
'semicolon': 278,
'less': 584,
'equal': 584,
'greater': 584,
'question': 556,
'at': 1015,
'A': 667,
'B': 667,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 500,
'K': 667,
'L': 556,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 278,
'backslash': 278,
'bracketright': 278,
'asciicircum': 469,
'underscore': 556,
'quoteleft': 222,
'a': 556,
'b': 556,
'c': 500,
'd': 556,
'e': 556,
'f': 278,
'g': 556,
'h': 556,
'i': 222,
'j': 222,
'k': 500,
'l': 222,
'm': 833,
'n': 556,
'o': 556,
'p': 556,
'q': 556,
'r': 333,
's': 500,
't': 278,
'u': 556,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 500,
'braceleft': 334,
'bar': 260,
'braceright': 334,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 191,
'quotedblleft': 333,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 500,
'fl': 500,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 537,
'bullet': 350,
'quotesinglbase': 222,
'quotedblbase': 333,
'quotedblright': 333,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 556,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 222,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 556,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 667,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 500,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 500,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 222,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 500,
'scedilla': 500,
'iacute': 278,
'lozenge': 471,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 556,
'acircumflex': 556,
'Amacron': 667,
'rcaron': 333,
'ccedilla': 500,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 643,
'Umacron': 722,
'uring': 556,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 667,
'Abreve': 667,
'multiply': 584,
'uacute': 556,
'Tcaron': 611,
'partialdiff': 476,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 500,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 260,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 333,
'omacron': 556,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 222,
'tcaron': 317,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 667,
'Adieresis': 667,
'egrave': 556,
'zacute': 500,
'iogonek': 222,
'Oacute': 778,
'oacute': 556,
'amacron': 556,
'sacute': 500,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 556,
'twosuperior': 333,
'Odieresis': 778,
'mu': 556,
'igrave': 278,
'ohungarumlaut': 556,
'Eogonek': 667,
'dcroat': 556,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 299,
'Kcommaaccent': 667,
'Lacute': 556,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 556,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 556,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 556,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 556,
'Ccaron': 722,
'ugrave': 556,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 333,
'Ntilde': 722,
'otilde': 556,
'Rcommaaccent': 722,
'Lcommaaccent': 556,
'Atilde': 667,
'Aogonek': 667,
'Aring': 667,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 500,
'minus': 584,
'Icircumflex': 278,
'ncaron': 556,
'tcommaaccent': 278,
'logicalnot': 584,
'odieresis': 556,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 556,
'eth': 556,
'zcaron': 500,
'ncommaaccent': 556,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Symbol': {
'space': 250,
'exclam': 333,
'universal': 713,
'numbersign': 500,
'existential': 549,
'percent': 833,
'ampersand': 778,
'suchthat': 439,
'parenleft': 333,
'parenright': 333,
'asteriskmath': 500,
'plus': 549,
'comma': 250,
'minus': 549,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 278,
'semicolon': 278,
'less': 549,
'equal': 549,
'greater': 549,
'question': 444,
'congruent': 549,
'Alpha': 722,
'Beta': 667,
'Chi': 722,
'Delta': 612,
'Epsilon': 611,
'Phi': 763,
'Gamma': 603,
'Eta': 722,
'Iota': 333,
'theta1': 631,
'Kappa': 722,
'Lambda': 686,
'Mu': 889,
'Nu': 722,
'Omicron': 722,
'Pi': 768,
'Theta': 741,
'Rho': 556,
'Sigma': 592,
'Tau': 611,
'Upsilon': 690,
'sigma1': 439,
'Omega': 768,
'Xi': 645,
'Psi': 795,
'Zeta': 611,
'bracketleft': 333,
'therefore': 863,
'bracketright': 333,
'perpendicular': 658,
'underscore': 500,
'radicalex': 500,
'alpha': 631,
'beta': 549,
'chi': 549,
'delta': 494,
'epsilon': 439,
'phi': 521,
'gamma': 411,
'eta': 603,
'iota': 329,
'phi1': 603,
'kappa': 549,
'lambda': 549,
'mu': 576,
'nu': 521,
'omicron': 549,
'pi': 549,
'theta': 521,
'rho': 549,
'sigma': 603,
'tau': 439,
'upsilon': 576,
'omega1': 713,
'omega': 686,
'xi': 493,
'psi': 686,
'zeta': 494,
'braceleft': 480,
'bar': 200,
'braceright': 480,
'similar': 549,
'Euro': 750,
'Upsilon1': 620,
'minute': 247,
'lessequal': 549,
'fraction': 167,
'infinity': 713,
'florin': 500,
'club': 753,
'diamond': 753,
'heart': 753,
'spade': 753,
'arrowboth': 1042,
'arrowleft': 987,
'arrowup': 603,
'arrowright': 987,
'arrowdown': 603,
'degree': 400,
'plusminus': 549,
'second': 411,
'greaterequal': 549,
'multiply': 549,
'proportional': 713,
'partialdiff': 494,
'bullet': 460,
'divide': 549,
'notequal': 549,
'equivalence': 549,
'approxequal': 549,
'ellipsis': 1000,
'arrowvertex': 603,
'arrowhorizex': 1000,
'carriagereturn': 658,
'aleph': 823,
'Ifraktur': 686,
'Rfraktur': 795,
'weierstrass': 987,
'circlemultiply': 768,
'circleplus': 768,
'emptyset': 823,
'intersection': 768,
'union': 768,
'propersuperset': 713,
'reflexsuperset': 713,
'notsubset': 713,
'propersubset': 713,
'reflexsubset': 713,
'element': 713,
'notelement': 713,
'angle': 768,
'gradient': 713,
'registerserif': 790,
'copyrightserif': 790,
'trademarkserif': 890,
'product': 823,
'radical': 549,
'dotmath': 250,
'logicalnot': 713,
'logicaland': 603,
'logicalor': 603,
'arrowdblboth': 1042,
'arrowdblleft': 987,
'arrowdblup': 603,
'arrowdblright': 987,
'arrowdbldown': 603,
'lozenge': 494,
'angleleft': 329,
'registersans': 790,
'copyrightsans': 790,
'trademarksans': 786,
'summation': 713,
'parenlefttp': 384,
'parenleftex': 384,
'parenleftbt': 384,
'bracketlefttp': 384,
'bracketleftex': 384,
'bracketleftbt': 384,
'bracelefttp': 494,
'braceleftmid': 494,
'braceleftbt': 494,
'braceex': 494,
'angleright': 329,
'integral': 274,
'integraltp': 686,
'integralex': 686,
'integralbt': 686,
'parenrighttp': 384,
'parenrightex': 384,
'parenrightbt': 384,
'bracketrighttp': 384,
'bracketrightex': 384,
'bracketrightbt': 384,
'bracerighttp': 494,
'bracerightmid': 494,
'bracerightbt': 494,
'apple': 790
},
'Times-Roman': {
'space': 250,
'exclam': 333,
'quotedbl': 408,
'numbersign': 500,
'dollar': 500,
'percent': 833,
'ampersand': 778,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 564,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 278,
'semicolon': 278,
'less': 564,
'equal': 564,
'greater': 564,
'question': 444,
'at': 921,
'A': 722,
'B': 667,
'C': 667,
'D': 722,
'E': 611,
'F': 556,
'G': 722,
'H': 722,
'I': 333,
'J': 389,
'K': 722,
'L': 611,
'M': 889,
'N': 722,
'O': 722,
'P': 556,
'Q': 722,
'R': 667,
'S': 556,
'T': 611,
'U': 722,
'V': 722,
'W': 944,
'X': 722,
'Y': 722,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 469,
'underscore': 500,
'quoteleft': 333,
'a': 444,
'b': 500,
'c': 444,
'd': 500,
'e': 444,
'f': 333,
'g': 500,
'h': 500,
'i': 278,
'j': 278,
'k': 500,
'l': 278,
'm': 778,
'n': 500,
'o': 500,
'p': 500,
'q': 500,
'r': 333,
's': 389,
't': 278,
'u': 500,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 444,
'braceleft': 480,
'bar': 200,
'braceright': 480,
'asciitilde': 541,
'exclamdown': 333,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 180,
'quotedblleft': 444,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 556,
'fl': 556,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 453,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 444,
'quotedblright': 444,
'guillemotright': 500,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 444,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 889,
'ordfeminine': 276,
'Lslash': 611,
'Oslash': 722,
'OE': 889,
'ordmasculine': 310,
'ae': 667,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 722,
'germandbls': 500,
'Idieresis': 333,
'eacute': 444,
'abreve': 444,
'uhungarumlaut': 500,
'ecaron': 444,
'Ydieresis': 722,
'divide': 564,
'Yacute': 722,
'Acircumflex': 722,
'aacute': 444,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 444,
'Uacute': 722,
'uogonek': 500,
'Edieresis': 611,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 760,
'Emacron': 611,
'ccaron': 444,
'aring': 444,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 444,
'Tcommaaccent': 611,
'Cacute': 667,
'atilde': 444,
'Edotaccent': 611,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 471,
'Rcaron': 667,
'Gcommaaccent': 722,
'ucircumflex': 500,
'acircumflex': 444,
'Amacron': 722,
'rcaron': 333,
'ccedilla': 444,
'Zdotaccent': 611,
'Thorn': 556,
'Omacron': 722,
'Racute': 667,
'Sacute': 556,
'dcaron': 588,
'Umacron': 722,
'uring': 500,
'threesuperior': 300,
'Ograve': 722,
'Agrave': 722,
'Abreve': 722,
'multiply': 564,
'uacute': 500,
'Tcaron': 611,
'partialdiff': 476,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 611,
'adieresis': 444,
'edieresis': 444,
'cacute': 444,
'nacute': 500,
'umacron': 500,
'Ncaron': 722,
'Iacute': 333,
'plusminus': 564,
'brokenbar': 200,
'registered': 760,
'Gbreve': 722,
'Idotaccent': 333,
'summation': 600,
'Egrave': 611,
'racute': 333,
'omacron': 500,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 667,
'lcommaaccent': 278,
'tcaron': 326,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 444,
'zacute': 444,
'iogonek': 278,
'Oacute': 722,
'oacute': 500,
'amacron': 444,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 722,
'Ugrave': 722,
'Delta': 612,
'thorn': 500,
'twosuperior': 300,
'Odieresis': 722,
'mu': 500,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 611,
'dcroat': 500,
'threequarters': 750,
'Scedilla': 556,
'lcaron': 344,
'Kcommaaccent': 722,
'Lacute': 611,
'trademark': 980,
'edotaccent': 444,
'Igrave': 333,
'Imacron': 333,
'Lcaron': 611,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 500,
'Uhungarumlaut': 722,
'Eacute': 611,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 556,
'Scommaaccent': 556,
'Ohungarumlaut': 722,
'degree': 400,
'ograve': 500,
'Ccaron': 667,
'ugrave': 500,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 333,
'Ntilde': 722,
'otilde': 500,
'Rcommaaccent': 667,
'Lcommaaccent': 611,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 722,
'zdotaccent': 444,
'Ecaron': 611,
'Iogonek': 333,
'kcommaaccent': 500,
'minus': 564,
'Icircumflex': 333,
'ncaron': 500,
'tcommaaccent': 278,
'logicalnot': 564,
'odieresis': 500,
'udieresis': 500,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 444,
'ncommaaccent': 500,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'Times-Bold': {
'space': 250,
'exclam': 333,
'quotedbl': 555,
'numbersign': 500,
'dollar': 500,
'percent': 1000,
'ampersand': 833,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 570,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 333,
'semicolon': 333,
'less': 570,
'equal': 570,
'greater': 570,
'question': 500,
'at': 930,
'A': 722,
'B': 667,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 778,
'I': 389,
'J': 500,
'K': 778,
'L': 667,
'M': 944,
'N': 722,
'O': 778,
'P': 611,
'Q': 778,
'R': 722,
'S': 556,
'T': 667,
'U': 722,
'V': 722,
'W': 1000,
'X': 722,
'Y': 722,
'Z': 667,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 581,
'underscore': 500,
'quoteleft': 333,
'a': 500,
'b': 556,
'c': 444,
'd': 556,
'e': 444,
'f': 333,
'g': 500,
'h': 556,
'i': 278,
'j': 333,
'k': 556,
'l': 278,
'm': 833,
'n': 556,
'o': 500,
'p': 556,
'q': 556,
'r': 444,
's': 389,
't': 333,
'u': 556,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 444,
'braceleft': 394,
'bar': 220,
'braceright': 394,
'asciitilde': 520,
'exclamdown': 333,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 278,
'quotedblleft': 500,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 556,
'fl': 556,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 540,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 500,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 500,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 300,
'Lslash': 667,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 330,
'ae': 722,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 722,
'germandbls': 556,
'Idieresis': 389,
'eacute': 444,
'abreve': 500,
'uhungarumlaut': 556,
'ecaron': 444,
'Ydieresis': 722,
'divide': 570,
'Yacute': 722,
'Acircumflex': 722,
'aacute': 500,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 500,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 747,
'Emacron': 667,
'ccaron': 444,
'aring': 500,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 500,
'Tcommaaccent': 667,
'Cacute': 722,
'atilde': 500,
'Edotaccent': 667,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 494,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 556,
'acircumflex': 500,
'Amacron': 722,
'rcaron': 444,
'ccedilla': 444,
'Zdotaccent': 667,
'Thorn': 611,
'Omacron': 778,
'Racute': 722,
'Sacute': 556,
'dcaron': 672,
'Umacron': 722,
'uring': 556,
'threesuperior': 300,
'Ograve': 778,
'Agrave': 722,
'Abreve': 722,
'multiply': 570,
'uacute': 556,
'Tcaron': 667,
'partialdiff': 494,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 500,
'edieresis': 444,
'cacute': 444,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 389,
'plusminus': 570,
'brokenbar': 220,
'registered': 747,
'Gbreve': 778,
'Idotaccent': 389,
'summation': 600,
'Egrave': 667,
'racute': 444,
'omacron': 500,
'Zacute': 667,
'Zcaron': 667,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 278,
'tcaron': 416,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 444,
'zacute': 444,
'iogonek': 278,
'Oacute': 778,
'oacute': 500,
'amacron': 500,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 556,
'twosuperior': 300,
'Odieresis': 778,
'mu': 556,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 667,
'dcroat': 556,
'threequarters': 750,
'Scedilla': 556,
'lcaron': 394,
'Kcommaaccent': 778,
'Lacute': 667,
'trademark': 1000,
'edotaccent': 444,
'Igrave': 389,
'Imacron': 389,
'Lcaron': 667,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 556,
'Scommaaccent': 556,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 500,
'Ccaron': 722,
'ugrave': 556,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 444,
'Ntilde': 722,
'otilde': 500,
'Rcommaaccent': 722,
'Lcommaaccent': 667,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 778,
'zdotaccent': 444,
'Ecaron': 667,
'Iogonek': 389,
'kcommaaccent': 556,
'minus': 570,
'Icircumflex': 389,
'ncaron': 556,
'tcommaaccent': 333,
'logicalnot': 570,
'odieresis': 500,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 444,
'ncommaaccent': 556,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'Times-BoldItalic': {
'space': 250,
'exclam': 389,
'quotedbl': 555,
'numbersign': 500,
'dollar': 500,
'percent': 833,
'ampersand': 778,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 570,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 333,
'semicolon': 333,
'less': 570,
'equal': 570,
'greater': 570,
'question': 500,
'at': 832,
'A': 667,
'B': 667,
'C': 667,
'D': 722,
'E': 667,
'F': 667,
'G': 722,
'H': 778,
'I': 389,
'J': 500,
'K': 667,
'L': 611,
'M': 889,
'N': 722,
'O': 722,
'P': 611,
'Q': 722,
'R': 667,
'S': 556,
'T': 611,
'U': 722,
'V': 667,
'W': 889,
'X': 667,
'Y': 611,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 570,
'underscore': 500,
'quoteleft': 333,
'a': 500,
'b': 500,
'c': 444,
'd': 500,
'e': 444,
'f': 333,
'g': 500,
'h': 556,
'i': 278,
'j': 278,
'k': 500,
'l': 278,
'm': 778,
'n': 556,
'o': 500,
'p': 500,
'q': 500,
'r': 389,
's': 389,
't': 278,
'u': 556,
'v': 444,
'w': 667,
'x': 500,
'y': 444,
'z': 389,
'braceleft': 348,
'bar': 220,
'braceright': 348,
'asciitilde': 570,
'exclamdown': 389,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 278,
'quotedblleft': 500,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 556,
'fl': 556,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 500,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 500,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 500,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 944,
'ordfeminine': 266,
'Lslash': 611,
'Oslash': 722,
'OE': 944,
'ordmasculine': 300,
'ae': 722,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 722,
'germandbls': 500,
'Idieresis': 389,
'eacute': 444,
'abreve': 500,
'uhungarumlaut': 556,
'ecaron': 444,
'Ydieresis': 611,
'divide': 570,
'Yacute': 611,
'Acircumflex': 667,
'aacute': 500,
'Ucircumflex': 722,
'yacute': 444,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 500,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 747,
'Emacron': 667,
'ccaron': 444,
'aring': 500,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 500,
'Tcommaaccent': 611,
'Cacute': 667,
'atilde': 500,
'Edotaccent': 667,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 494,
'Rcaron': 667,
'Gcommaaccent': 722,
'ucircumflex': 556,
'acircumflex': 500,
'Amacron': 667,
'rcaron': 389,
'ccedilla': 444,
'Zdotaccent': 611,
'Thorn': 611,
'Omacron': 722,
'Racute': 667,
'Sacute': 556,
'dcaron': 608,
'Umacron': 722,
'uring': 556,
'threesuperior': 300,
'Ograve': 722,
'Agrave': 667,
'Abreve': 667,
'multiply': 570,
'uacute': 556,
'Tcaron': 611,
'partialdiff': 494,
'ydieresis': 444,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 500,
'edieresis': 444,
'cacute': 444,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 389,
'plusminus': 570,
'brokenbar': 220,
'registered': 747,
'Gbreve': 722,
'Idotaccent': 389,
'summation': 600,
'Egrave': 667,
'racute': 389,
'omacron': 500,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 667,
'lcommaaccent': 278,
'tcaron': 366,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 667,
'Adieresis': 667,
'egrave': 444,
'zacute': 389,
'iogonek': 278,
'Oacute': 722,
'oacute': 500,
'amacron': 500,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 722,
'Ugrave': 722,
'Delta': 612,
'thorn': 500,
'twosuperior': 300,
'Odieresis': 722,
'mu': 576,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 667,
'dcroat': 500,
'threequarters': 750,
'Scedilla': 556,
'lcaron': 382,
'Kcommaaccent': 667,
'Lacute': 611,
'trademark': 1000,
'edotaccent': 444,
'Igrave': 389,
'Imacron': 389,
'Lcaron': 611,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 556,
'Scommaaccent': 556,
'Ohungarumlaut': 722,
'degree': 400,
'ograve': 500,
'Ccaron': 667,
'ugrave': 556,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 722,
'otilde': 500,
'Rcommaaccent': 667,
'Lcommaaccent': 611,
'Atilde': 667,
'Aogonek': 667,
'Aring': 667,
'Otilde': 722,
'zdotaccent': 389,
'Ecaron': 667,
'Iogonek': 389,
'kcommaaccent': 500,
'minus': 606,
'Icircumflex': 389,
'ncaron': 556,
'tcommaaccent': 278,
'logicalnot': 606,
'odieresis': 500,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 389,
'ncommaaccent': 556,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'Times-Italic': {
'space': 250,
'exclam': 333,
'quotedbl': 420,
'numbersign': 500,
'dollar': 500,
'percent': 833,
'ampersand': 778,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 675,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 333,
'semicolon': 333,
'less': 675,
'equal': 675,
'greater': 675,
'question': 500,
'at': 920,
'A': 611,
'B': 611,
'C': 667,
'D': 722,
'E': 611,
'F': 611,
'G': 722,
'H': 722,
'I': 333,
'J': 444,
'K': 667,
'L': 556,
'M': 833,
'N': 667,
'O': 722,
'P': 611,
'Q': 722,
'R': 611,
'S': 500,
'T': 556,
'U': 722,
'V': 611,
'W': 833,
'X': 611,
'Y': 556,
'Z': 556,
'bracketleft': 389,
'backslash': 278,
'bracketright': 389,
'asciicircum': 422,
'underscore': 500,
'quoteleft': 333,
'a': 500,
'b': 500,
'c': 444,
'd': 500,
'e': 444,
'f': 278,
'g': 500,
'h': 500,
'i': 278,
'j': 278,
'k': 444,
'l': 278,
'm': 722,
'n': 500,
'o': 500,
'p': 500,
'q': 500,
'r': 389,
's': 389,
't': 278,
'u': 500,
'v': 444,
'w': 667,
'x': 444,
'y': 444,
'z': 389,
'braceleft': 400,
'bar': 275,
'braceright': 400,
'asciitilde': 541,
'exclamdown': 389,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 214,
'quotedblleft': 556,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 500,
'fl': 500,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 523,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 556,
'quotedblright': 556,
'guillemotright': 500,
'ellipsis': 889,
'perthousand': 1000,
'questiondown': 500,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 889,
'AE': 889,
'ordfeminine': 276,
'Lslash': 556,
'Oslash': 722,
'OE': 944,
'ordmasculine': 310,
'ae': 667,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 667,
'germandbls': 500,
'Idieresis': 333,
'eacute': 444,
'abreve': 500,
'uhungarumlaut': 500,
'ecaron': 444,
'Ydieresis': 556,
'divide': 675,
'Yacute': 556,
'Acircumflex': 611,
'aacute': 500,
'Ucircumflex': 722,
'yacute': 444,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 500,
'Uacute': 722,
'uogonek': 500,
'Edieresis': 611,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 760,
'Emacron': 611,
'ccaron': 444,
'aring': 500,
'Ncommaaccent': 667,
'lacute': 278,
'agrave': 500,
'Tcommaaccent': 556,
'Cacute': 667,
'atilde': 500,
'Edotaccent': 611,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 471,
'Rcaron': 611,
'Gcommaaccent': 722,
'ucircumflex': 500,
'acircumflex': 500,
'Amacron': 611,
'rcaron': 389,
'ccedilla': 444,
'Zdotaccent': 556,
'Thorn': 611,
'Omacron': 722,
'Racute': 611,
'Sacute': 500,
'dcaron': 544,
'Umacron': 722,
'uring': 500,
'threesuperior': 300,
'Ograve': 722,
'Agrave': 611,
'Abreve': 611,
'multiply': 675,
'uacute': 500,
'Tcaron': 556,
'partialdiff': 476,
'ydieresis': 444,
'Nacute': 667,
'icircumflex': 278,
'Ecircumflex': 611,
'adieresis': 500,
'edieresis': 444,
'cacute': 444,
'nacute': 500,
'umacron': 500,
'Ncaron': 667,
'Iacute': 333,
'plusminus': 675,
'brokenbar': 275,
'registered': 760,
'Gbreve': 722,
'Idotaccent': 333,
'summation': 600,
'Egrave': 611,
'racute': 389,
'omacron': 500,
'Zacute': 556,
'Zcaron': 556,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 667,
'lcommaaccent': 278,
'tcaron': 300,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 611,
'Adieresis': 611,
'egrave': 444,
'zacute': 389,
'iogonek': 278,
'Oacute': 722,
'oacute': 500,
'amacron': 500,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 722,
'Ugrave': 722,
'Delta': 612,
'thorn': 500,
'twosuperior': 300,
'Odieresis': 722,
'mu': 500,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 611,
'dcroat': 500,
'threequarters': 750,
'Scedilla': 500,
'lcaron': 300,
'Kcommaaccent': 667,
'Lacute': 556,
'trademark': 980,
'edotaccent': 444,
'Igrave': 333,
'Imacron': 333,
'Lcaron': 611,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 500,
'Uhungarumlaut': 722,
'Eacute': 611,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 500,
'Scommaaccent': 500,
'Ohungarumlaut': 722,
'degree': 400,
'ograve': 500,
'Ccaron': 667,
'ugrave': 500,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 667,
'otilde': 500,
'Rcommaaccent': 611,
'Lcommaaccent': 556,
'Atilde': 611,
'Aogonek': 611,
'Aring': 611,
'Otilde': 722,
'zdotaccent': 389,
'Ecaron': 611,
'Iogonek': 333,
'kcommaaccent': 444,
'minus': 675,
'Icircumflex': 333,
'ncaron': 500,
'tcommaaccent': 278,
'logicalnot': 675,
'odieresis': 500,
'udieresis': 500,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 389,
'ncommaaccent': 500,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'ZapfDingbats': {
'space': 278,
'a1': 974,
'a2': 961,
'a202': 974,
'a3': 980,
'a4': 719,
'a5': 789,
'a119': 790,
'a118': 791,
'a117': 690,
'a11': 960,
'a12': 939,
'a13': 549,
'a14': 855,
'a15': 911,
'a16': 933,
'a105': 911,
'a17': 945,
'a18': 974,
'a19': 755,
'a20': 846,
'a21': 762,
'a22': 761,
'a23': 571,
'a24': 677,
'a25': 763,
'a26': 760,
'a27': 759,
'a28': 754,
'a6': 494,
'a7': 552,
'a8': 537,
'a9': 577,
'a10': 692,
'a29': 786,
'a30': 788,
'a31': 788,
'a32': 790,
'a33': 793,
'a34': 794,
'a35': 816,
'a36': 823,
'a37': 789,
'a38': 841,
'a39': 823,
'a40': 833,
'a41': 816,
'a42': 831,
'a43': 923,
'a44': 744,
'a45': 723,
'a46': 749,
'a47': 790,
'a48': 792,
'a49': 695,
'a50': 776,
'a51': 768,
'a52': 792,
'a53': 759,
'a54': 707,
'a55': 708,
'a56': 682,
'a57': 701,
'a58': 826,
'a59': 815,
'a60': 789,
'a61': 789,
'a62': 707,
'a63': 687,
'a64': 696,
'a65': 689,
'a66': 786,
'a67': 787,
'a68': 713,
'a69': 791,
'a70': 785,
'a71': 791,
'a72': 873,
'a73': 761,
'a74': 762,
'a203': 762,
'a75': 759,
'a204': 759,
'a76': 892,
'a77': 892,
'a78': 788,
'a79': 784,
'a81': 438,
'a82': 138,
'a83': 277,
'a84': 415,
'a97': 392,
'a98': 392,
'a99': 668,
'a100': 668,
'a89': 390,
'a90': 390,
'a93': 317,
'a94': 317,
'a91': 276,
'a92': 276,
'a205': 509,
'a85': 509,
'a206': 410,
'a86': 410,
'a87': 234,
'a88': 234,
'a95': 334,
'a96': 334,
'a101': 732,
'a102': 544,
'a103': 544,
'a104': 910,
'a106': 667,
'a107': 760,
'a108': 760,
'a112': 776,
'a111': 595,
'a110': 694,
'a109': 626,
'a120': 788,
'a121': 788,
'a122': 788,
'a123': 788,
'a124': 788,
'a125': 788,
'a126': 788,
'a127': 788,
'a128': 788,
'a129': 788,
'a130': 788,
'a131': 788,
'a132': 788,
'a133': 788,
'a134': 788,
'a135': 788,
'a136': 788,
'a137': 788,
'a138': 788,
'a139': 788,
'a140': 788,
'a141': 788,
'a142': 788,
'a143': 788,
'a144': 788,
'a145': 788,
'a146': 788,
'a147': 788,
'a148': 788,
'a149': 788,
'a150': 788,
'a151': 788,
'a152': 788,
'a153': 788,
'a154': 788,
'a155': 788,
'a156': 788,
'a157': 788,
'a158': 788,
'a159': 788,
'a160': 894,
'a161': 838,
'a163': 1016,
'a164': 458,
'a196': 748,
'a165': 924,
'a192': 748,
'a166': 918,
'a167': 927,
'a168': 928,
'a169': 928,
'a170': 834,
'a171': 873,
'a172': 828,
'a173': 924,
'a162': 924,
'a174': 917,
'a175': 930,
'a176': 931,
'a177': 463,
'a178': 883,
'a179': 836,
'a193': 836,
'a180': 867,
'a199': 867,
'a181': 696,
'a200': 696,
'a182': 874,
'a201': 874,
'a183': 760,
'a184': 946,
'a197': 771,
'a185': 865,
'a194': 771,
'a198': 888,
'a186': 967,
'a195': 888,
'a187': 831,
'a188': 873,
'a189': 927,
'a190': 970,
'a191': 918
}
};
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var EOF = {};
function isEOF(v) {
return v == EOF;
}
var Parser = (function ParserClosure() {
function Parser(lexer, allowStreams, xref) {
this.lexer = lexer;
this.allowStreams = allowStreams;
this.xref = xref;
this.inlineImg = 0;
this.refill();
}
Parser.prototype = {
refill: function parserRefill() {
this.buf1 = this.lexer.getObj();
this.buf2 = this.lexer.getObj();
},
shift: function parserShift() {
if (isCmd(this.buf2, 'ID')) {
this.buf1 = this.buf2;
this.buf2 = null;
// skip byte after ID
this.lexer.skip();
} else {
this.buf1 = this.buf2;
this.buf2 = this.lexer.getObj();
}
},
getObj: function parserGetObj(cipherTransform) {
if (isCmd(this.buf1, 'BI')) { // inline image
this.shift();
return this.makeInlineImage(cipherTransform);
}
if (isCmd(this.buf1, '[')) { // array
this.shift();
var array = [];
while (!isCmd(this.buf1, ']') && !isEOF(this.buf1))
array.push(this.getObj());
if (isEOF(this.buf1))
error('End of file inside array');
this.shift();
return array;
}
if (isCmd(this.buf1, '<<')) { // dictionary or stream
this.shift();
var dict = new Dict();
while (!isCmd(this.buf1, '>>') && !isEOF(this.buf1)) {
if (!isName(this.buf1)) {
error('Dictionary key must be a name object');
} else {
var key = this.buf1.name;
this.shift();
if (isEOF(this.buf1))
break;
dict.set(key, this.getObj(cipherTransform));
}
}
if (isEOF(this.buf1))
error('End of file inside dictionary');
// stream objects are not allowed inside content streams or
// object streams
if (isCmd(this.buf2, 'stream')) {
return this.allowStreams ?
this.makeStream(dict, cipherTransform) : dict;
}
this.shift();
return dict;
}
if (isInt(this.buf1)) { // indirect reference or integer
var num = this.buf1;
this.shift();
if (isInt(this.buf1) && isCmd(this.buf2, 'R')) {
var ref = new Ref(num, this.buf1);
this.shift();
this.shift();
return ref;
}
return num;
}
if (isString(this.buf1)) { // string
var str = this.buf1;
this.shift();
if (cipherTransform)
str = cipherTransform.decryptString(str);
return str;
}
// simple object
var obj = this.buf1;
this.shift();
return obj;
},
makeInlineImage: function parserMakeInlineImage(cipherTransform) {
var lexer = this.lexer;
var stream = lexer.stream;
// parse dictionary
var dict = new Dict();
while (!isCmd(this.buf1, 'ID') && !isEOF(this.buf1)) {
if (!isName(this.buf1)) {
error('Dictionary key must be a name object');
} else {
var key = this.buf1.name;
this.shift();
if (isEOF(this.buf1))
break;
dict.set(key, this.getObj(cipherTransform));
}
}
// parse image stream
var startPos = stream.pos;
// searching for the /\sEI\s/
var state = 0, ch;
while (state != 4 && (ch = stream.getByte()) != null) {
switch (ch) {
case 0x20:
case 0x0D:
case 0x0A:
state = state === 3 ? 4 : 1;
break;
case 0x45:
state = state === 1 ? 2 : 0;
break;
case 0x49:
state = state === 2 ? 3 : 0;
break;
default:
state = 0;
break;
}
}
// TODO improve the small images performance to remove the limit
var inlineImgLimit = 500;
if (++this.inlineImg >= inlineImgLimit) {
if (this.inlineImg === inlineImgLimit)
warn('Too many inline images');
this.shift();
return null;
}
var length = (stream.pos - 4) - startPos;
var imageStream = stream.makeSubStream(startPos, length, dict);
if (cipherTransform)
imageStream = cipherTransform.createStream(imageStream);
imageStream = this.filter(imageStream, dict, length);
imageStream.parameters = dict;
this.buf2 = Cmd.get('EI');
this.shift();
return imageStream;
},
makeStream: function parserMakeStream(dict, cipherTransform) {
var lexer = this.lexer;
var stream = lexer.stream;
// get stream start position
lexer.skipToNextLine();
var pos = stream.pos;
// get length
var length = dict.get('Length');
var xref = this.xref;
if (xref)
length = xref.fetchIfRef(length);
if (!isInt(length)) {
error('Bad ' + length + ' attribute in stream');
length = 0;
}
// skip over the stream data
stream.pos = pos + length;
this.shift(); // '>>'
this.shift(); // 'stream'
if (!isCmd(this.buf1, 'endstream'))
error('Missing endstream');
this.shift();
stream = stream.makeSubStream(pos, length, dict);
if (cipherTransform)
stream = cipherTransform.createStream(stream);
stream = this.filter(stream, dict, length);
stream.parameters = dict;
return stream;
},
filter: function parserFilter(stream, dict, length) {
var filter = dict.get('Filter', 'F');
var params = dict.get('DecodeParms', 'DP');
if (isName(filter))
return this.makeFilter(stream, filter.name, length, params);
if (isArray(filter)) {
var filterArray = filter;
var paramsArray = params;
for (var i = 0, ii = filterArray.length; i < ii; ++i) {
filter = filterArray[i];
if (!isName(filter))
error('Bad filter name: ' + filter);
else {
params = null;
if (isArray(paramsArray) && (i in paramsArray))
params = paramsArray[i];
stream = this.makeFilter(stream, filter.name, length, params);
// after the first stream the length variable is invalid
length = null;
}
}
}
return stream;
},
makeFilter: function parserMakeFilter(stream, name, length, params) {
if (name == 'FlateDecode' || name == 'Fl') {
if (params) {
return new PredictorStream(new FlateStream(stream), params);
}
return new FlateStream(stream);
}
if (name == 'LZWDecode' || name == 'LZW') {
var earlyChange = 1;
if (params) {
if (params.has('EarlyChange'))
earlyChange = params.get('EarlyChange');
return new PredictorStream(
new LZWStream(stream, earlyChange), params);
}
return new LZWStream(stream, earlyChange);
}
if (name == 'DCTDecode' || name == 'DCT') {
var bytes = stream.getBytes(length);
return new JpegStream(bytes, stream.dict, this.xref);
}
if (name == 'ASCII85Decode' || name == 'A85') {
return new Ascii85Stream(stream);
}
if (name == 'ASCIIHexDecode' || name == 'AHx') {
return new AsciiHexStream(stream);
}
if (name == 'CCITTFaxDecode' || name == 'CCF') {
return new CCITTFaxStream(stream, params);
}
warn('filter "' + name + '" not supported yet');
return stream;
}
};
return Parser;
})();
var Lexer = (function LexerClosure() {
function Lexer(stream) {
this.stream = stream;
}
Lexer.isSpace = function lexerIsSpace(ch) {
return ch == ' ' || ch == '\t' || ch == '\x0d' || ch == '\x0a';
};
// A '1' in this array means the character is white space. A '1' or
// '2' means the character ends a name or command.
var specialChars = [
1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, // 0x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 1x
1, 0, 0, 0, 0, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, // 2x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, // 3x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 4x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 5x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 6x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 7x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 8x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 9x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ax
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // bx
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // cx
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // dx
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ex
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 // fx
];
function toHexDigit(ch) {
if (ch >= '0' && ch <= '9')
return ch.charCodeAt(0) - 48;
ch = ch.toUpperCase();
if (ch >= 'A' && ch <= 'F')
return ch.charCodeAt(0) - 55;
return -1;
}
Lexer.prototype = {
getNumber: function lexerGetNumber(ch) {
var floating = false;
var str = ch;
var stream = this.stream;
for (;;) {
ch = stream.lookChar();
if (ch == '.' && !floating) {
str += ch;
floating = true;
} else if (ch == '-') {
// ignore minus signs in the middle of numbers to match
// Adobe's behavior
warn('Badly formated number');
} else if (ch >= '0' && ch <= '9') {
str += ch;
} else if (ch == 'e' || ch == 'E') {
floating = true;
} else {
// the last character doesn't belong to us
break;
}
stream.skip();
}
var value = parseFloat(str);
if (isNaN(value))
error('Invalid floating point number: ' + value);
return value;
},
getString: function lexerGetString() {
var numParen = 1;
var done = false;
var str = '';
var stream = this.stream;
var ch;
do {
ch = stream.getChar();
switch (ch) {
case undefined:
warn('Unterminated string');
done = true;
break;
case '(':
++numParen;
str += ch;
break;
case ')':
if (--numParen == 0) {
done = true;
} else {
str += ch;
}
break;
case '\\':
ch = stream.getChar();
switch (ch) {
case undefined:
warn('Unterminated string');
done = true;
break;
case 'n':
str += '\n';
break;
case 'r':
str += '\r';
break;
case 't':
str += '\t';
break;
case 'b':
str += '\b';
break;
case 'f':
str += '\f';
break;
case '\\':
case '(':
case ')':
str += ch;
break;
case '0': case '1': case '2': case '3':
case '4': case '5': case '6': case '7':
var x = ch - '0';
ch = stream.lookChar();
if (ch >= '0' && ch <= '7') {
stream.skip();
x = (x << 3) + (ch - '0');
ch = stream.lookChar();
if (ch >= '0' && ch <= '7') {
stream.skip();
x = (x << 3) + (ch - '0');
}
}
str += String.fromCharCode(x);
break;
case '\r':
ch = stream.lookChar();
if (ch == '\n')
stream.skip();
break;
case '\n':
break;
default:
str += ch;
}
break;
default:
str += ch;
}
} while (!done);
return str;
},
getName: function lexerGetName(ch) {
var str = '';
var stream = this.stream;
while (!!(ch = stream.lookChar()) && !specialChars[ch.charCodeAt(0)]) {
stream.skip();
if (ch == '#') {
ch = stream.lookChar();
var x = toHexDigit(ch);
if (x != -1) {
stream.skip();
var x2 = toHexDigit(stream.getChar());
if (x2 == -1)
error('Illegal digit in hex char in name: ' + x2);
str += String.fromCharCode((x << 4) | x2);
} else {
str += '#';
str += ch;
}
} else {
str += ch;
}
}
if (str.length > 128)
error('Warning: name token is longer than allowed by the spec: ' +
str.length);
return new Name(str);
},
getHexString: function lexerGetHexString(ch) {
var str = '';
var stream = this.stream;
for (;;) {
ch = stream.getChar();
if (ch == '>') {
break;
}
if (!ch) {
warn('Unterminated hex string');
break;
}
if (specialChars[ch.charCodeAt(0)] != 1) {
var x, x2;
if ((x = toHexDigit(ch)) == -1)
error('Illegal character in hex string: ' + ch);
ch = stream.getChar();
while (specialChars[ch.charCodeAt(0)] == 1)
ch = stream.getChar();
if ((x2 = toHexDigit(ch)) == -1)
error('Illegal character in hex string: ' + ch);
str += String.fromCharCode((x << 4) | x2);
}
}
return str;
},
getObj: function lexerGetObj() {
// skip whitespace and comments
var comment = false;
var stream = this.stream;
var ch;
while (true) {
if (!(ch = stream.getChar()))
return EOF;
if (comment) {
if (ch == '\r' || ch == '\n')
comment = false;
} else if (ch == '%') {
comment = true;
} else if (specialChars[ch.charCodeAt(0)] != 1) {
break;
}
}
// start reading token
switch (ch) {
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
case '+': case '-': case '.':
return this.getNumber(ch);
case '(':
return this.getString();
case '/':
return this.getName(ch);
// array punctuation
case '[':
case ']':
return Cmd.get(ch);
// hex string or dict punctuation
case '<':
ch = stream.lookChar();
if (ch == '<') {
// dict punctuation
stream.skip();
return Cmd.get('<<');
}
return this.getHexString(ch);
// dict punctuation
case '>':
ch = stream.lookChar();
if (ch == '>') {
stream.skip();
return Cmd.get('>>');
}
case '{':
case '}':
return Cmd.get(ch);
// fall through
case ')':
error('Illegal character: ' + ch);
return Error;
}
// command
var str = ch;
while (!!(ch = stream.lookChar()) && !specialChars[ch.charCodeAt(0)]) {
stream.skip();
if (str.length == 128) {
error('Command token too long: ' + str.length);
break;
}
str += ch;
}
if (str == 'true')
return true;
if (str == 'false')
return false;
if (str == 'null')
return null;
return Cmd.get(str);
},
skipToNextLine: function lexerSkipToNextLine() {
var stream = this.stream;
while (true) {
var ch = stream.getChar();
if (!ch || ch == '\n')
return;
if (ch == '\r') {
if ((ch = stream.lookChar()) == '\n')
stream.skip();
return;
}
}
},
skip: function lexerSkip() {
this.stream.skip();
}
};
return Lexer;
})();
var Linearization = (function LinearizationClosure() {
function Linearization(stream) {
this.parser = new Parser(new Lexer(stream), false);
var obj1 = this.parser.getObj();
var obj2 = this.parser.getObj();
var obj3 = this.parser.getObj();
this.linDict = this.parser.getObj();
if (isInt(obj1) && isInt(obj2) && isCmd(obj3, 'obj') &&
isDict(this.linDict)) {
var obj = this.linDict.get('Linearized');
if (!(isNum(obj) && obj > 0))
this.linDict = null;
}
}
Linearization.prototype = {
getInt: function linearizationGetInt(name) {
var linDict = this.linDict;
var obj;
if (isDict(linDict) &&
isInt(obj = linDict.get(name)) &&
obj > 0) {
return obj;
}
error('"' + name + '" field in linearization table is invalid');
return 0;
},
getHint: function linearizationGetHint(index) {
var linDict = this.linDict;
var obj1, obj2;
if (isDict(linDict) &&
isArray(obj1 = linDict.get('H')) &&
obj1.length >= 2 &&
isInt(obj2 = obj1[index]) &&
obj2 > 0) {
return obj2;
}
error('Hints table in linearization table is invalid: ' + index);
return 0;
},
get length() {
if (!isDict(this.linDict))
return 0;
return this.getInt('L');
},
get hintsOffset() {
return this.getHint(0);
},
get hintsLength() {
return this.getHint(1);
},
get hintsOffset2() {
return this.getHint(2);
},
get hintsLenth2() {
return this.getHint(3);
},
get objectNumberFirst() {
return this.getInt('O');
},
get endFirst() {
return this.getInt('E');
},
get numPages() {
return this.getInt('N');
},
get mainXRefEntriesOffset() {
return this.getInt('T');
},
get pageFirst() {
return this.getInt('P');
}
};
return Linearization;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PatternType = {
AXIAL: 2,
RADIAL: 3
};
var Pattern = (function PatternClosure() {
// Constructor should define this.getPattern
function Pattern() {
error('should not call Pattern constructor');
}
Pattern.prototype = {
// Input: current Canvas context
// Output: the appropriate fillStyle or strokeStyle
getPattern: function pattern_getStyle(ctx) {
error('Should not call Pattern.getStyle: ' + ctx);
}
};
Pattern.shadingFromIR = function pattern_shadingFromIR(ctx, raw) {
return Shadings[raw[0]].fromIR(ctx, raw);
};
Pattern.parseShading = function pattern_shading(shading, matrix, xref,
res, ctx) {
var dict = isStream(shading) ? shading.dict : shading;
var type = dict.get('ShadingType');
switch (type) {
case PatternType.AXIAL:
case PatternType.RADIAL:
// Both radial and axial shadings are handled by RadialAxial shading.
return new Shadings.RadialAxial(dict, matrix, xref, res, ctx);
default:
return new Shadings.Dummy();
}
};
return Pattern;
})();
var Shadings = {};
// Radial and axial shading have very similar implementations
// If needed, the implementations can be broken into two classes
Shadings.RadialAxial = (function RadialAxialClosure() {
function RadialAxial(dict, matrix, xref, res, ctx) {
this.matrix = matrix;
this.coordsArr = dict.get('Coords');
this.shadingType = dict.get('ShadingType');
this.type = 'Pattern';
this.ctx = ctx;
var cs = dict.get('ColorSpace', 'CS');
cs = ColorSpace.parse(cs, xref, res);
this.cs = cs;
var t0 = 0.0, t1 = 1.0;
if (dict.has('Domain')) {
var domainArr = dict.get('Domain');
t0 = domainArr[0];
t1 = domainArr[1];
}
var extendStart = false, extendEnd = false;
if (dict.has('Extend')) {
var extendArr = dict.get('Extend');
extendStart = extendArr[0];
extendEnd = extendArr[1];
TODO('Support extend');
}
this.extendStart = extendStart;
this.extendEnd = extendEnd;
var fnObj = dict.get('Function');
fnObj = xref.fetchIfRef(fnObj);
if (isArray(fnObj))
error('No support for array of functions');
else if (!isPDFFunction(fnObj))
error('Invalid function');
var fn = PDFFunction.parse(xref, fnObj);
// 10 samples seems good enough for now, but probably won't work
// if there are sharp color changes. Ideally, we would implement
// the spec faithfully and add lossless optimizations.
var step = (t1 - t0) / 10;
var diff = t1 - t0;
var colorStops = [];
for (var i = t0; i <= t1; i += step) {
var color = fn([i]);
var rgbColor = Util.makeCssRgb.apply(this, cs.getRgb(color));
colorStops.push([(i - t0) / diff, rgbColor]);
}
this.colorStops = colorStops;
}
RadialAxial.fromIR = function radialAxialShadingGetIR(ctx, raw) {
var type = raw[1];
var colorStops = raw[2];
var p0 = raw[3];
var p1 = raw[4];
var r0 = raw[5];
var r1 = raw[6];
var curMatrix = ctx.mozCurrentTransform;
if (curMatrix) {
var userMatrix = ctx.mozCurrentTransformInverse;
p0 = Util.applyTransform(p0, curMatrix);
p0 = Util.applyTransform(p0, userMatrix);
p1 = Util.applyTransform(p1, curMatrix);
p1 = Util.applyTransform(p1, userMatrix);
}
var grad;
if (type == PatternType.AXIAL)
grad = ctx.createLinearGradient(p0[0], p0[1], p1[0], p1[1]);
else if (type == PatternType.RADIAL)
grad = ctx.createRadialGradient(p0[0], p0[1], r0, p1[0], p1[1], r1);
for (var i = 0, ii = colorStops.length; i < ii; ++i) {
var c = colorStops[i];
grad.addColorStop(c[0], c[1]);
}
return grad;
};
RadialAxial.prototype = {
getIR: function radialAxialShadingGetIR() {
var coordsArr = this.coordsArr;
var type = this.shadingType;
if (type == PatternType.AXIAL) {
var p0 = [coordsArr[0], coordsArr[1]];
var p1 = [coordsArr[2], coordsArr[3]];
var r0 = null;
var r1 = null;
} else if (type == PatternType.RADIAL) {
var p0 = [coordsArr[0], coordsArr[1]];
var p1 = [coordsArr[3], coordsArr[4]];
var r0 = coordsArr[2];
var r1 = coordsArr[5];
} else {
error('getPattern type unknown: ' + type);
}
var matrix = this.matrix;
if (matrix) {
p0 = Util.applyTransform(p0, matrix);
p1 = Util.applyTransform(p1, matrix);
}
return ['RadialAxial', type, this.colorStops, p0, p1, r0, r1];
}
};
return RadialAxial;
})();
Shadings.Dummy = (function DummyClosure() {
function Dummy() {
this.type = 'Pattern';
}
Dummy.fromIR = function dummyShadingFromIR() {
return 'hotpink';
};
Dummy.prototype = {
getIR: function dummyShadingGetIR() {
return ['Dummy'];
}
};
return Dummy;
})();
var TilingPattern = (function TilingPatternClosure() {
var PaintType = {
COLORED: 1,
UNCOLORED: 2
};
var MAX_PATTERN_SIZE = 512;
function TilingPattern(IR, color, ctx, objs) {
var IRQueue = IR[2];
this.matrix = IR[3];
var bbox = IR[4];
var xstep = IR[5];
var ystep = IR[6];
var paintType = IR[7];
TODO('TilingType');
this.curMatrix = ctx.mozCurrentTransform;
this.invMatrix = ctx.mozCurrentTransformInverse;
this.ctx = ctx;
this.type = 'Pattern';
var x0 = bbox[0], y0 = bbox[1], x1 = bbox[2], y1 = bbox[3];
var topLeft = [x0, y0];
// we want the canvas to be as large as the step size
var botRight = [x0 + xstep, y0 + ystep];
var width = botRight[0] - topLeft[0];
var height = botRight[1] - topLeft[1];
// TODO: hack to avoid OOM, we would ideally compute the tiling
// pattern to be only as large as the acual size in device space
// This could be computed with .mozCurrentTransform, but still
// needs to be implemented
while (Math.abs(width) > MAX_PATTERN_SIZE ||
Math.abs(height) > MAX_PATTERN_SIZE) {
width = height = MAX_PATTERN_SIZE;
}
var tmpCanvas = new ScratchCanvas(width, height);
// set the new canvas element context as the graphics context
var tmpCtx = tmpCanvas.getContext('2d');
var graphics = new CanvasGraphics(tmpCtx, objs);
switch (paintType) {
case PaintType.COLORED:
tmpCtx.fillStyle = ctx.fillStyle;
tmpCtx.strokeStyle = ctx.strokeStyle;
break;
case PaintType.UNCOLORED:
color = Util.makeCssRgb.apply(this, color);
tmpCtx.fillStyle = color;
tmpCtx.strokeStyle = color;
break;
default:
error('Unsupported paint type: ' + paintType);
}
var scale = [width / xstep, height / ystep];
this.scale = scale;
// transform coordinates to pattern space
var tmpTranslate = [1, 0, 0, 1, -topLeft[0], -topLeft[1]];
var tmpScale = [scale[0], 0, 0, scale[1], 0, 0];
graphics.transform.apply(graphics, tmpScale);
graphics.transform.apply(graphics, tmpTranslate);
if (bbox && isArray(bbox) && 4 == bbox.length) {
var bboxWidth = x1 - x0;
var bboxHeight = y1 - y0;
graphics.rectangle(x0, y0, bboxWidth, bboxHeight);
graphics.clip();
graphics.endPath();
}
graphics.executeIRQueue(IRQueue);
this.canvas = tmpCanvas;
}
TilingPattern.getIR = function tiling_getIR(codeIR, dict, args) {
var matrix = dict.get('Matrix');
var bbox = dict.get('BBox');
var xstep = dict.get('XStep');
var ystep = dict.get('YStep');
var paintType = dict.get('PaintType');
return [
'TilingPattern', args, codeIR, matrix, bbox, xstep, ystep, paintType
];
};
TilingPattern.prototype = {
getPattern: function tiling_getPattern() {
var matrix = this.matrix;
var curMatrix = this.curMatrix;
var ctx = this.ctx;
if (curMatrix)
ctx.setTransform.apply(ctx, curMatrix);
if (matrix)
ctx.transform.apply(ctx, matrix);
var scale = this.scale;
ctx.scale(1 / scale[0], 1 / scale[1]);
return ctx.createPattern(this.canvas, 'repeat');
}
};
return TilingPattern;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Stream = (function StreamClosure() {
function Stream(arrayBuffer, start, length, dict) {
this.bytes = new Uint8Array(arrayBuffer);
this.start = start || 0;
this.pos = this.start;
this.end = (start + length) || this.bytes.length;
this.dict = dict;
}
// required methods for a stream. if a particular stream does not
// implement these, an error should be thrown
Stream.prototype = {
get length() {
return this.end - this.start;
},
getByte: function stream_getByte() {
if (this.pos >= this.end)
return null;
return this.bytes[this.pos++];
},
// returns subarray of original buffer
// should only be read
getBytes: function stream_getBytes(length) {
var bytes = this.bytes;
var pos = this.pos;
var strEnd = this.end;
if (!length)
return bytes.subarray(pos, strEnd);
var end = pos + length;
if (end > strEnd)
end = strEnd;
this.pos = end;
return bytes.subarray(pos, end);
},
lookChar: function stream_lookChar() {
if (this.pos >= this.end)
return null;
return String.fromCharCode(this.bytes[this.pos]);
},
getChar: function stream_getChar() {
if (this.pos >= this.end)
return null;
return String.fromCharCode(this.bytes[this.pos++]);
},
skip: function stream_skip(n) {
if (!n)
n = 1;
this.pos += n;
},
reset: function stream_reset() {
this.pos = this.start;
},
moveStart: function stream_moveStart() {
this.start = this.pos;
},
makeSubStream: function stream_makeSubstream(start, length, dict) {
return new Stream(this.bytes.buffer, start, length, dict);
},
isStream: true
};
return Stream;
})();
var StringStream = (function StringStreamClosure() {
function StringStream(str) {
var length = str.length;
var bytes = new Uint8Array(length);
for (var n = 0; n < length; ++n)
bytes[n] = str.charCodeAt(n);
Stream.call(this, bytes);
}
StringStream.prototype = Stream.prototype;
return StringStream;
})();
// super class for the decoding streams
var DecodeStream = (function DecodeStreamClosure() {
function DecodeStream() {
this.pos = 0;
this.bufferLength = 0;
this.eof = false;
this.buffer = null;
}
DecodeStream.prototype = {
ensureBuffer: function decodestream_ensureBuffer(requested) {
var buffer = this.buffer;
var current = buffer ? buffer.byteLength : 0;
if (requested < current)
return buffer;
var size = 512;
while (size < requested)
size <<= 1;
var buffer2 = new Uint8Array(size);
for (var i = 0; i < current; ++i)
buffer2[i] = buffer[i];
return (this.buffer = buffer2);
},
getByte: function decodestream_getByte() {
var pos = this.pos;
while (this.bufferLength <= pos) {
if (this.eof)
return null;
this.readBlock();
}
return this.buffer[this.pos++];
},
getBytes: function decodestream_getBytes(length) {
var end, pos = this.pos;
if (length) {
this.ensureBuffer(pos + length);
end = pos + length;
while (!this.eof && this.bufferLength < end)
this.readBlock();
var bufEnd = this.bufferLength;
if (end > bufEnd)
end = bufEnd;
} else {
while (!this.eof)
this.readBlock();
end = this.bufferLength;
// checking if bufferLength is still 0 then
// the buffer has to be initialized
if (!end)
this.buffer = new Uint8Array(0);
}
this.pos = end;
return this.buffer.subarray(pos, end);
},
lookChar: function decodestream_lookChar() {
var pos = this.pos;
while (this.bufferLength <= pos) {
if (this.eof)
return null;
this.readBlock();
}
return String.fromCharCode(this.buffer[this.pos]);
},
getChar: function decodestream_getChar() {
var pos = this.pos;
while (this.bufferLength <= pos) {
if (this.eof)
return null;
this.readBlock();
}
return String.fromCharCode(this.buffer[this.pos++]);
},
makeSubStream: function decodestream_makeSubstream(start, length, dict) {
var end = start + length;
while (this.bufferLength <= end && !this.eof)
this.readBlock();
return new Stream(this.buffer, start, length, dict);
},
skip: function decodestream_skip(n) {
if (!n)
n = 1;
this.pos += n;
},
reset: function decodestream_reset() {
this.pos = 0;
}
};
return DecodeStream;
})();
var FakeStream = (function FakeStreamClosure() {
function FakeStream(stream) {
this.dict = stream.dict;
DecodeStream.call(this);
}
FakeStream.prototype = Object.create(DecodeStream.prototype);
FakeStream.prototype.readBlock = function fakeStreamReadBlock() {
var bufferLength = this.bufferLength;
bufferLength += 1024;
var buffer = this.ensureBuffer(bufferLength);
this.bufferLength = bufferLength;
};
FakeStream.prototype.getBytes = function fakeStreamGetBytes(length) {
var end, pos = this.pos;
if (length) {
this.ensureBuffer(pos + length);
end = pos + length;
while (!this.eof && this.bufferLength < end)
this.readBlock();
var bufEnd = this.bufferLength;
if (end > bufEnd)
end = bufEnd;
} else {
this.eof = true;
end = this.bufferLength;
}
this.pos = end;
return this.buffer.subarray(pos, end);
};
return FakeStream;
})();
var StreamsSequenceStream = (function StreamsSequenceStreamClosure() {
function StreamsSequenceStream(streams) {
this.streams = streams;
DecodeStream.call(this);
}
StreamsSequenceStream.prototype = Object.create(DecodeStream.prototype);
StreamsSequenceStream.prototype.readBlock =
function streamSequenceStreamReadBlock() {
var streams = this.streams;
if (streams.length == 0) {
this.eof = true;
return;
}
var stream = streams.shift();
var chunk = stream.getBytes();
var bufferLength = this.bufferLength;
var newLength = bufferLength + chunk.length;
var buffer = this.ensureBuffer(newLength);
buffer.set(chunk, bufferLength);
this.bufferLength = newLength;
};
return StreamsSequenceStream;
})();
var FlateStream = (function FlateStreamClosure() {
var codeLenCodeMap = new Uint32Array([
16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15
]);
var lengthDecode = new Uint32Array([
0x00003, 0x00004, 0x00005, 0x00006, 0x00007, 0x00008, 0x00009, 0x0000a,
0x1000b, 0x1000d, 0x1000f, 0x10011, 0x20013, 0x20017, 0x2001b, 0x2001f,
0x30023, 0x3002b, 0x30033, 0x3003b, 0x40043, 0x40053, 0x40063, 0x40073,
0x50083, 0x500a3, 0x500c3, 0x500e3, 0x00102, 0x00102, 0x00102
]);
var distDecode = new Uint32Array([
0x00001, 0x00002, 0x00003, 0x00004, 0x10005, 0x10007, 0x20009, 0x2000d,
0x30011, 0x30019, 0x40021, 0x40031, 0x50041, 0x50061, 0x60081, 0x600c1,
0x70101, 0x70181, 0x80201, 0x80301, 0x90401, 0x90601, 0xa0801, 0xa0c01,
0xb1001, 0xb1801, 0xc2001, 0xc3001, 0xd4001, 0xd6001
]);
var fixedLitCodeTab = [new Uint32Array([
0x70100, 0x80050, 0x80010, 0x80118, 0x70110, 0x80070, 0x80030, 0x900c0,
0x70108, 0x80060, 0x80020, 0x900a0, 0x80000, 0x80080, 0x80040, 0x900e0,
0x70104, 0x80058, 0x80018, 0x90090, 0x70114, 0x80078, 0x80038, 0x900d0,
0x7010c, 0x80068, 0x80028, 0x900b0, 0x80008, 0x80088, 0x80048, 0x900f0,
0x70102, 0x80054, 0x80014, 0x8011c, 0x70112, 0x80074, 0x80034, 0x900c8,
0x7010a, 0x80064, 0x80024, 0x900a8, 0x80004, 0x80084, 0x80044, 0x900e8,
0x70106, 0x8005c, 0x8001c, 0x90098, 0x70116, 0x8007c, 0x8003c, 0x900d8,
0x7010e, 0x8006c, 0x8002c, 0x900b8, 0x8000c, 0x8008c, 0x8004c, 0x900f8,
0x70101, 0x80052, 0x80012, 0x8011a, 0x70111, 0x80072, 0x80032, 0x900c4,
0x70109, 0x80062, 0x80022, 0x900a4, 0x80002, 0x80082, 0x80042, 0x900e4,
0x70105, 0x8005a, 0x8001a, 0x90094, 0x70115, 0x8007a, 0x8003a, 0x900d4,
0x7010d, 0x8006a, 0x8002a, 0x900b4, 0x8000a, 0x8008a, 0x8004a, 0x900f4,
0x70103, 0x80056, 0x80016, 0x8011e, 0x70113, 0x80076, 0x80036, 0x900cc,
0x7010b, 0x80066, 0x80026, 0x900ac, 0x80006, 0x80086, 0x80046, 0x900ec,
0x70107, 0x8005e, 0x8001e, 0x9009c, 0x70117, 0x8007e, 0x8003e, 0x900dc,
0x7010f, 0x8006e, 0x8002e, 0x900bc, 0x8000e, 0x8008e, 0x8004e, 0x900fc,
0x70100, 0x80051, 0x80011, 0x80119, 0x70110, 0x80071, 0x80031, 0x900c2,
0x70108, 0x80061, 0x80021, 0x900a2, 0x80001, 0x80081, 0x80041, 0x900e2,
0x70104, 0x80059, 0x80019, 0x90092, 0x70114, 0x80079, 0x80039, 0x900d2,
0x7010c, 0x80069, 0x80029, 0x900b2, 0x80009, 0x80089, 0x80049, 0x900f2,
0x70102, 0x80055, 0x80015, 0x8011d, 0x70112, 0x80075, 0x80035, 0x900ca,
0x7010a, 0x80065, 0x80025, 0x900aa, 0x80005, 0x80085, 0x80045, 0x900ea,
0x70106, 0x8005d, 0x8001d, 0x9009a, 0x70116, 0x8007d, 0x8003d, 0x900da,
0x7010e, 0x8006d, 0x8002d, 0x900ba, 0x8000d, 0x8008d, 0x8004d, 0x900fa,
0x70101, 0x80053, 0x80013, 0x8011b, 0x70111, 0x80073, 0x80033, 0x900c6,
0x70109, 0x80063, 0x80023, 0x900a6, 0x80003, 0x80083, 0x80043, 0x900e6,
0x70105, 0x8005b, 0x8001b, 0x90096, 0x70115, 0x8007b, 0x8003b, 0x900d6,
0x7010d, 0x8006b, 0x8002b, 0x900b6, 0x8000b, 0x8008b, 0x8004b, 0x900f6,
0x70103, 0x80057, 0x80017, 0x8011f, 0x70113, 0x80077, 0x80037, 0x900ce,
0x7010b, 0x80067, 0x80027, 0x900ae, 0x80007, 0x80087, 0x80047, 0x900ee,
0x70107, 0x8005f, 0x8001f, 0x9009e, 0x70117, 0x8007f, 0x8003f, 0x900de,
0x7010f, 0x8006f, 0x8002f, 0x900be, 0x8000f, 0x8008f, 0x8004f, 0x900fe,
0x70100, 0x80050, 0x80010, 0x80118, 0x70110, 0x80070, 0x80030, 0x900c1,
0x70108, 0x80060, 0x80020, 0x900a1, 0x80000, 0x80080, 0x80040, 0x900e1,
0x70104, 0x80058, 0x80018, 0x90091, 0x70114, 0x80078, 0x80038, 0x900d1,
0x7010c, 0x80068, 0x80028, 0x900b1, 0x80008, 0x80088, 0x80048, 0x900f1,
0x70102, 0x80054, 0x80014, 0x8011c, 0x70112, 0x80074, 0x80034, 0x900c9,
0x7010a, 0x80064, 0x80024, 0x900a9, 0x80004, 0x80084, 0x80044, 0x900e9,
0x70106, 0x8005c, 0x8001c, 0x90099, 0x70116, 0x8007c, 0x8003c, 0x900d9,
0x7010e, 0x8006c, 0x8002c, 0x900b9, 0x8000c, 0x8008c, 0x8004c, 0x900f9,
0x70101, 0x80052, 0x80012, 0x8011a, 0x70111, 0x80072, 0x80032, 0x900c5,
0x70109, 0x80062, 0x80022, 0x900a5, 0x80002, 0x80082, 0x80042, 0x900e5,
0x70105, 0x8005a, 0x8001a, 0x90095, 0x70115, 0x8007a, 0x8003a, 0x900d5,
0x7010d, 0x8006a, 0x8002a, 0x900b5, 0x8000a, 0x8008a, 0x8004a, 0x900f5,
0x70103, 0x80056, 0x80016, 0x8011e, 0x70113, 0x80076, 0x80036, 0x900cd,
0x7010b, 0x80066, 0x80026, 0x900ad, 0x80006, 0x80086, 0x80046, 0x900ed,
0x70107, 0x8005e, 0x8001e, 0x9009d, 0x70117, 0x8007e, 0x8003e, 0x900dd,
0x7010f, 0x8006e, 0x8002e, 0x900bd, 0x8000e, 0x8008e, 0x8004e, 0x900fd,
0x70100, 0x80051, 0x80011, 0x80119, 0x70110, 0x80071, 0x80031, 0x900c3,
0x70108, 0x80061, 0x80021, 0x900a3, 0x80001, 0x80081, 0x80041, 0x900e3,
0x70104, 0x80059, 0x80019, 0x90093, 0x70114, 0x80079, 0x80039, 0x900d3,
0x7010c, 0x80069, 0x80029, 0x900b3, 0x80009, 0x80089, 0x80049, 0x900f3,
0x70102, 0x80055, 0x80015, 0x8011d, 0x70112, 0x80075, 0x80035, 0x900cb,
0x7010a, 0x80065, 0x80025, 0x900ab, 0x80005, 0x80085, 0x80045, 0x900eb,
0x70106, 0x8005d, 0x8001d, 0x9009b, 0x70116, 0x8007d, 0x8003d, 0x900db,
0x7010e, 0x8006d, 0x8002d, 0x900bb, 0x8000d, 0x8008d, 0x8004d, 0x900fb,
0x70101, 0x80053, 0x80013, 0x8011b, 0x70111, 0x80073, 0x80033, 0x900c7,
0x70109, 0x80063, 0x80023, 0x900a7, 0x80003, 0x80083, 0x80043, 0x900e7,
0x70105, 0x8005b, 0x8001b, 0x90097, 0x70115, 0x8007b, 0x8003b, 0x900d7,
0x7010d, 0x8006b, 0x8002b, 0x900b7, 0x8000b, 0x8008b, 0x8004b, 0x900f7,
0x70103, 0x80057, 0x80017, 0x8011f, 0x70113, 0x80077, 0x80037, 0x900cf,
0x7010b, 0x80067, 0x80027, 0x900af, 0x80007, 0x80087, 0x80047, 0x900ef,
0x70107, 0x8005f, 0x8001f, 0x9009f, 0x70117, 0x8007f, 0x8003f, 0x900df,
0x7010f, 0x8006f, 0x8002f, 0x900bf, 0x8000f, 0x8008f, 0x8004f, 0x900ff
]), 9];
var fixedDistCodeTab = [new Uint32Array([
0x50000, 0x50010, 0x50008, 0x50018, 0x50004, 0x50014, 0x5000c, 0x5001c,
0x50002, 0x50012, 0x5000a, 0x5001a, 0x50006, 0x50016, 0x5000e, 0x00000,
0x50001, 0x50011, 0x50009, 0x50019, 0x50005, 0x50015, 0x5000d, 0x5001d,
0x50003, 0x50013, 0x5000b, 0x5001b, 0x50007, 0x50017, 0x5000f, 0x00000
]), 5];
function FlateStream(stream) {
var bytes = stream.getBytes();
var bytesPos = 0;
this.dict = stream.dict;
var cmf = bytes[bytesPos++];
var flg = bytes[bytesPos++];
if (cmf == -1 || flg == -1)
error('Invalid header in flate stream: ' + cmf + ', ' + flg);
if ((cmf & 0x0f) != 0x08)
error('Unknown compression method in flate stream: ' + cmf + ', ' + flg);
if ((((cmf << 8) + flg) % 31) != 0)
error('Bad FCHECK in flate stream: ' + cmf + ', ' + flg);
if (flg & 0x20)
error('FDICT bit set in flate stream: ' + cmf + ', ' + flg);
this.bytes = bytes;
this.bytesPos = bytesPos;
this.codeSize = 0;
this.codeBuf = 0;
DecodeStream.call(this);
}
FlateStream.prototype = Object.create(DecodeStream.prototype);
FlateStream.prototype.getBits = function flateStreamGetBits(bits) {
var codeSize = this.codeSize;
var codeBuf = this.codeBuf;
var bytes = this.bytes;
var bytesPos = this.bytesPos;
var b;
while (codeSize < bits) {
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad encoding in flate stream');
codeBuf |= b << codeSize;
codeSize += 8;
}
b = codeBuf & ((1 << bits) - 1);
this.codeBuf = codeBuf >> bits;
this.codeSize = codeSize -= bits;
this.bytesPos = bytesPos;
return b;
};
FlateStream.prototype.getCode = function flateStreamGetCode(table) {
var codes = table[0];
var maxLen = table[1];
var codeSize = this.codeSize;
var codeBuf = this.codeBuf;
var bytes = this.bytes;
var bytesPos = this.bytesPos;
while (codeSize < maxLen) {
var b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad encoding in flate stream');
codeBuf |= (b << codeSize);
codeSize += 8;
}
var code = codes[codeBuf & ((1 << maxLen) - 1)];
var codeLen = code >> 16;
var codeVal = code & 0xffff;
if (codeSize == 0 || codeSize < codeLen || codeLen == 0)
error('Bad encoding in flate stream');
this.codeBuf = (codeBuf >> codeLen);
this.codeSize = (codeSize - codeLen);
this.bytesPos = bytesPos;
return codeVal;
};
FlateStream.prototype.generateHuffmanTable =
function flateStreamGenerateHuffmanTable(lengths) {
var n = lengths.length;
// find max code length
var maxLen = 0;
for (var i = 0; i < n; ++i) {
if (lengths[i] > maxLen)
maxLen = lengths[i];
}
// build the table
var size = 1 << maxLen;
var codes = new Uint32Array(size);
for (var len = 1, code = 0, skip = 2;
len <= maxLen;
++len, code <<= 1, skip <<= 1) {
for (var val = 0; val < n; ++val) {
if (lengths[val] == len) {
// bit-reverse the code
var code2 = 0;
var t = code;
for (var i = 0; i < len; ++i) {
code2 = (code2 << 1) | (t & 1);
t >>= 1;
}
// fill the table entries
for (var i = code2; i < size; i += skip)
codes[i] = (len << 16) | val;
++code;
}
}
}
return [codes, maxLen];
};
FlateStream.prototype.readBlock = function flateStreamReadBlock() {
// read block header
var hdr = this.getBits(3);
if (hdr & 1)
this.eof = true;
hdr >>= 1;
if (hdr == 0) { // uncompressed block
var bytes = this.bytes;
var bytesPos = this.bytesPos;
var b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
var blockLen = b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
blockLen |= (b << 8);
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
var check = b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
check |= (b << 8);
if (check != (~blockLen & 0xffff))
error('Bad uncompressed block length in flate stream');
this.codeBuf = 0;
this.codeSize = 0;
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + blockLen);
var end = bufferLength + blockLen;
this.bufferLength = end;
for (var n = bufferLength; n < end; ++n) {
if (typeof (b = bytes[bytesPos++]) == 'undefined') {
this.eof = true;
break;
}
buffer[n] = b;
}
this.bytesPos = bytesPos;
return;
}
var litCodeTable;
var distCodeTable;
if (hdr == 1) { // compressed block, fixed codes
litCodeTable = fixedLitCodeTab;
distCodeTable = fixedDistCodeTab;
} else if (hdr == 2) { // compressed block, dynamic codes
var numLitCodes = this.getBits(5) + 257;
var numDistCodes = this.getBits(5) + 1;
var numCodeLenCodes = this.getBits(4) + 4;
// build the code lengths code table
var codeLenCodeLengths = new Uint8Array(codeLenCodeMap.length);
for (var i = 0; i < numCodeLenCodes; ++i)
codeLenCodeLengths[codeLenCodeMap[i]] = this.getBits(3);
var codeLenCodeTab = this.generateHuffmanTable(codeLenCodeLengths);
// build the literal and distance code tables
var len = 0;
var i = 0;
var codes = numLitCodes + numDistCodes;
var codeLengths = new Uint8Array(codes);
while (i < codes) {
var code = this.getCode(codeLenCodeTab);
if (code == 16) {
var bitsLength = 2, bitsOffset = 3, what = len;
} else if (code == 17) {
var bitsLength = 3, bitsOffset = 3, what = (len = 0);
} else if (code == 18) {
var bitsLength = 7, bitsOffset = 11, what = (len = 0);
} else {
codeLengths[i++] = len = code;
continue;
}
var repeatLength = this.getBits(bitsLength) + bitsOffset;
while (repeatLength-- > 0)
codeLengths[i++] = what;
}
litCodeTable =
this.generateHuffmanTable(codeLengths.subarray(0, numLitCodes));
distCodeTable =
this.generateHuffmanTable(codeLengths.subarray(numLitCodes, codes));
} else {
error('Unknown block type in flate stream');
}
var buffer = this.buffer;
var limit = buffer ? buffer.length : 0;
var pos = this.bufferLength;
while (true) {
var code1 = this.getCode(litCodeTable);
if (code1 < 256) {
if (pos + 1 >= limit) {
buffer = this.ensureBuffer(pos + 1);
limit = buffer.length;
}
buffer[pos++] = code1;
continue;
}
if (code1 == 256) {
this.bufferLength = pos;
return;
}
code1 -= 257;
code1 = lengthDecode[code1];
var code2 = code1 >> 16;
if (code2 > 0)
code2 = this.getBits(code2);
var len = (code1 & 0xffff) + code2;
code1 = this.getCode(distCodeTable);
code1 = distDecode[code1];
code2 = code1 >> 16;
if (code2 > 0)
code2 = this.getBits(code2);
var dist = (code1 & 0xffff) + code2;
if (pos + len >= limit) {
buffer = this.ensureBuffer(pos + len);
limit = buffer.length;
}
for (var k = 0; k < len; ++k, ++pos)
buffer[pos] = buffer[pos - dist];
}
};
return FlateStream;
})();
var PredictorStream = (function PredictorStreamClosure() {
function PredictorStream(stream, params) {
var predictor = this.predictor = params.get('Predictor') || 1;
if (predictor <= 1)
return stream; // no prediction
if (predictor !== 2 && (predictor < 10 || predictor > 15))
error('Unsupported predictor: ' + predictor);
if (predictor === 2)
this.readBlock = this.readBlockTiff;
else
this.readBlock = this.readBlockPng;
this.stream = stream;
this.dict = stream.dict;
var colors = this.colors = params.get('Colors') || 1;
var bits = this.bits = params.get('BitsPerComponent') || 8;
var columns = this.columns = params.get('Columns') || 1;
this.pixBytes = (colors * bits + 7) >> 3;
this.rowBytes = (columns * colors * bits + 7) >> 3;
DecodeStream.call(this);
return this;
}
PredictorStream.prototype = Object.create(DecodeStream.prototype);
PredictorStream.prototype.readBlockTiff =
function predictorStreamReadBlockTiff() {
var rowBytes = this.rowBytes;
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + rowBytes);
var currentRow = buffer.subarray(bufferLength, bufferLength + rowBytes);
var bits = this.bits;
var colors = this.colors;
var rawBytes = this.stream.getBytes(rowBytes);
var inbuf = 0, outbuf = 0;
var inbits = 0, outbits = 0;
if (bits === 1) {
for (var i = 0; i < rowBytes; ++i) {
var c = rawBytes[i];
inbuf = (inbuf << 8) | c;
// bitwise addition is exclusive or
// first shift inbuf and then add
currentRow[i] = (c ^ (inbuf >> colors)) & 0xFF;
// truncate inbuf (assumes colors < 16)
inbuf &= 0xFFFF;
}
} else if (bits === 8) {
for (var i = 0; i < colors; ++i)
currentRow[i] = rawBytes[i];
for (; i < rowBytes; ++i)
currentRow[i] = currentRow[i - colors] + rawBytes[i];
} else {
var compArray = new Uint8Array(colors + 1);
var bitMask = (1 << bits) - 1;
var j = 0, k = 0;
var columns = this.columns;
for (var i = 0; i < columns; ++i) {
for (var kk = 0; kk < colors; ++kk) {
if (inbits < bits) {
inbuf = (inbuf << 8) | (rawBytes[j++] & 0xFF);
inbits += 8;
}
compArray[kk] = (compArray[kk] +
(inbuf >> (inbits - bits))) & bitMask;
inbits -= bits;
outbuf = (outbuf << bits) | compArray[kk];
outbits += bits;
if (outbits >= 8) {
currentRow[k++] = (outbuf >> (outbits - 8)) & 0xFF;
outbits -= 8;
}
}
}
if (outbits > 0) {
currentRow[k++] = (outbuf << (8 - outbits)) +
(inbuf & ((1 << (8 - outbits)) - 1));
}
}
this.bufferLength += rowBytes;
};
PredictorStream.prototype.readBlockPng =
function predictorStreamReadBlockPng() {
var rowBytes = this.rowBytes;
var pixBytes = this.pixBytes;
var predictor = this.stream.getByte();
var rawBytes = this.stream.getBytes(rowBytes);
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + rowBytes);
var currentRow = buffer.subarray(bufferLength, bufferLength + rowBytes);
var prevRow = buffer.subarray(bufferLength - rowBytes, bufferLength);
if (prevRow.length == 0)
prevRow = new Uint8Array(rowBytes);
switch (predictor) {
case 0:
for (var i = 0; i < rowBytes; ++i)
currentRow[i] = rawBytes[i];
break;
case 1:
for (var i = 0; i < pixBytes; ++i)
currentRow[i] = rawBytes[i];
for (; i < rowBytes; ++i)
currentRow[i] = (currentRow[i - pixBytes] + rawBytes[i]) & 0xFF;
break;
case 2:
for (var i = 0; i < rowBytes; ++i)
currentRow[i] = (prevRow[i] + rawBytes[i]) & 0xFF;
break;
case 3:
for (var i = 0; i < pixBytes; ++i)
currentRow[i] = (prevRow[i] >> 1) + rawBytes[i];
for (; i < rowBytes; ++i) {
currentRow[i] = (((prevRow[i] + currentRow[i - pixBytes]) >> 1) +
rawBytes[i]) & 0xFF;
}
break;
case 4:
// we need to save the up left pixels values. the simplest way
// is to create a new buffer
for (var i = 0; i < pixBytes; ++i) {
var up = prevRow[i];
var c = rawBytes[i];
currentRow[i] = up + c;
}
for (; i < rowBytes; ++i) {
var up = prevRow[i];
var upLeft = prevRow[i - pixBytes];
var left = currentRow[i - pixBytes];
var p = left + up - upLeft;
var pa = p - left;
if (pa < 0)
pa = -pa;
var pb = p - up;
if (pb < 0)
pb = -pb;
var pc = p - upLeft;
if (pc < 0)
pc = -pc;
var c = rawBytes[i];
if (pa <= pb && pa <= pc)
currentRow[i] = left + c;
else if (pb <= pc)
currentRow[i] = up + c;
else
currentRow[i] = upLeft + c;
}
break;
default:
error('Unsupported predictor: ' + predictor);
}
this.bufferLength += rowBytes;
};
return PredictorStream;
})();
/**
* Depending on the type of JPEG a JpegStream is handled in different ways. For
* JPEG's that are supported natively such as DeviceGray and DeviceRGB the image
* data is stored and then loaded by the browser. For unsupported JPEG's we use
* a library to decode these images and the stream behaves like all the other
* DecodeStreams.
*/
var JpegStream = (function JpegStreamClosure() {
function isAdobeImage(bytes) {
var maxBytesScanned = Math.max(bytes.length - 16, 1024);
// Looking for APP14, 'Adobe'
for (var i = 0; i < maxBytesScanned; ++i) {
if (bytes[i] == 0xFF && bytes[i + 1] == 0xEE &&
bytes[i + 2] == 0x00 && bytes[i + 3] == 0x0E &&
bytes[i + 4] == 0x41 && bytes[i + 5] == 0x64 &&
bytes[i + 6] == 0x6F && bytes[i + 7] == 0x62 &&
bytes[i + 8] == 0x65 && bytes[i + 9] == 0x00)
return true;
// scanning until frame tag
if (bytes[i] == 0xFF && bytes[i + 1] == 0xC0)
break;
}
return false;
}
function fixAdobeImage(bytes) {
// Inserting 'EMBED' marker after JPEG signature
var embedMarker = new Uint8Array([0xFF, 0xEC, 0, 8, 0x45, 0x4D, 0x42, 0x45,
0x44, 0]);
var newBytes = new Uint8Array(bytes.length + embedMarker.length);
newBytes.set(bytes, embedMarker.length);
// copy JPEG header
newBytes[0] = bytes[0];
newBytes[1] = bytes[1];
newBytes.set(embedMarker, 2);
return newBytes;
}
function JpegStream(bytes, dict, xref) {
// TODO: per poppler, some images may have 'junk' before that
// need to be removed
this.dict = dict;
// Flag indicating wether the image can be natively loaded.
this.isNative = true;
this.colorTransform = -1;
if (isAdobeImage(bytes)) {
// when bug 674619 land, let's check if browser can do
// normal cmyk and then we won't have to the following
var cs = xref.fetchIfRef(dict.get('ColorSpace'));
// DeviceRGB and DeviceGray are the only Adobe images that work natively
if (isName(cs) && (cs.name === 'DeviceRGB' || cs.name === 'DeviceGray')) {
bytes = fixAdobeImage(bytes);
this.src = bytesToString(bytes);
} else {
this.colorTransform = dict.get('ColorTransform');
this.isNative = false;
this.bytes = bytes;
}
} else {
this.src = bytesToString(bytes);
}
DecodeStream.call(this);
}
JpegStream.prototype = Object.create(DecodeStream.prototype);
JpegStream.prototype.ensureBuffer = function jpegStreamEnsureBuffer(req) {
if (this.bufferLength)
return;
var jpegImage = new JpegImage();
jpegImage.colorTransform = this.colorTransform;
jpegImage.parse(this.bytes);
var width = jpegImage.width;
var height = jpegImage.height;
var data = jpegImage.getData(width, height);
this.buffer = data;
this.bufferLength = data.length;
};
JpegStream.prototype.getIR = function jpegStreamGetIR() {
return this.src;
};
JpegStream.prototype.getChar = function jpegStreamGetChar() {
error('internal error: getChar is not valid on JpegStream');
};
return JpegStream;
})();
var DecryptStream = (function DecryptStreamClosure() {
function DecryptStream(str, decrypt) {
this.str = str;
this.dict = str.dict;
this.decrypt = decrypt;
DecodeStream.call(this);
}
var chunkSize = 512;
DecryptStream.prototype = Object.create(DecodeStream.prototype);
DecryptStream.prototype.readBlock = function decryptStreamReadBlock() {
var chunk = this.str.getBytes(chunkSize);
if (!chunk || chunk.length == 0) {
this.eof = true;
return;
}
var decrypt = this.decrypt;
chunk = decrypt(chunk);
var bufferLength = this.bufferLength;
var i, n = chunk.length;
var buffer = this.ensureBuffer(bufferLength + n);
for (i = 0; i < n; i++)
buffer[bufferLength++] = chunk[i];
this.bufferLength = bufferLength;
};
return DecryptStream;
})();
var Ascii85Stream = (function Ascii85StreamClosure() {
function Ascii85Stream(str) {
this.str = str;
this.dict = str.dict;
this.input = new Uint8Array(5);
DecodeStream.call(this);
}
Ascii85Stream.prototype = Object.create(DecodeStream.prototype);
Ascii85Stream.prototype.readBlock = function ascii85StreamReadBlock() {
var tildaCode = '~'.charCodeAt(0);
var zCode = 'z'.charCodeAt(0);
var str = this.str;
var c = str.getByte();
while (Lexer.isSpace(String.fromCharCode(c)))
c = str.getByte();
if (!c || c === tildaCode) {
this.eof = true;
return;
}
var bufferLength = this.bufferLength, buffer;
// special code for z
if (c == zCode) {
buffer = this.ensureBuffer(bufferLength + 4);
for (var i = 0; i < 4; ++i)
buffer[bufferLength + i] = 0;
this.bufferLength += 4;
} else {
var input = this.input;
input[0] = c;
for (var i = 1; i < 5; ++i) {
c = str.getByte();
while (Lexer.isSpace(String.fromCharCode(c)))
c = str.getByte();
input[i] = c;
if (!c || c == tildaCode)
break;
}
buffer = this.ensureBuffer(bufferLength + i - 1);
this.bufferLength += i - 1;
// partial ending;
if (i < 5) {
for (; i < 5; ++i)
input[i] = 0x21 + 84;
this.eof = true;
}
var t = 0;
for (var i = 0; i < 5; ++i)
t = t * 85 + (input[i] - 0x21);
for (var i = 3; i >= 0; --i) {
buffer[bufferLength + i] = t & 0xFF;
t >>= 8;
}
}
};
return Ascii85Stream;
})();
var AsciiHexStream = (function AsciiHexStreamClosure() {
function AsciiHexStream(str) {
this.str = str;
this.dict = str.dict;
DecodeStream.call(this);
}
var hexvalueMap = {
9: -1, // \t
32: -1, // space
48: 0,
49: 1,
50: 2,
51: 3,
52: 4,
53: 5,
54: 6,
55: 7,
56: 8,
57: 9,
65: 10,
66: 11,
67: 12,
68: 13,
69: 14,
70: 15,
97: 10,
98: 11,
99: 12,
100: 13,
101: 14,
102: 15
};
AsciiHexStream.prototype = Object.create(DecodeStream.prototype);
AsciiHexStream.prototype.readBlock = function asciiHexStreamReadBlock() {
var gtCode = '>'.charCodeAt(0), bytes = this.str.getBytes(), c, n,
decodeLength, buffer, bufferLength, i, length;
decodeLength = (bytes.length + 1) >> 1;
buffer = this.ensureBuffer(this.bufferLength + decodeLength);
bufferLength = this.bufferLength;
for (i = 0, length = bytes.length; i < length; i++) {
c = hexvalueMap[bytes[i]];
while (c == -1 && (i + 1) < length) {
c = hexvalueMap[bytes[++i]];
}
if ((i + 1) < length && (bytes[i + 1] !== gtCode)) {
n = hexvalueMap[bytes[++i]];
buffer[bufferLength++] = c * 16 + n;
} else {
// EOD marker at an odd number, behave as if a 0 followed the last
// digit.
if (bytes[i] !== gtCode) {
buffer[bufferLength++] = c * 16;
}
}
}
this.bufferLength = bufferLength;
this.eof = true;
};
return AsciiHexStream;
})();
var CCITTFaxStream = (function CCITTFaxStreamClosure() {
var ccittEOL = -2;
var twoDimPass = 0;
var twoDimHoriz = 1;
var twoDimVert0 = 2;
var twoDimVertR1 = 3;
var twoDimVertL1 = 4;
var twoDimVertR2 = 5;
var twoDimVertL2 = 6;
var twoDimVertR3 = 7;
var twoDimVertL3 = 8;
var twoDimTable = [
[-1, -1], [-1, -1], // 000000x
[7, twoDimVertL3], // 0000010
[7, twoDimVertR3], // 0000011
[6, twoDimVertL2], [6, twoDimVertL2], // 000010x
[6, twoDimVertR2], [6, twoDimVertR2], // 000011x
[4, twoDimPass], [4, twoDimPass], // 0001xxx
[4, twoDimPass], [4, twoDimPass],
[4, twoDimPass], [4, twoDimPass],
[4, twoDimPass], [4, twoDimPass],
[3, twoDimHoriz], [3, twoDimHoriz], // 001xxxx
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimVertL1], [3, twoDimVertL1], // 010xxxx
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertR1], [3, twoDimVertR1], // 011xxxx
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[1, twoDimVert0], [1, twoDimVert0], // 1xxxxxx
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0]
];
var whiteTable1 = [
[-1, -1], // 00000
[12, ccittEOL], // 00001
[-1, -1], [-1, -1], // 0001x
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 001xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 010xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 011xx
[11, 1792], [11, 1792], // 1000x
[12, 1984], // 10010
[12, 2048], // 10011
[12, 2112], // 10100
[12, 2176], // 10101
[12, 2240], // 10110
[12, 2304], // 10111
[11, 1856], [11, 1856], // 1100x
[11, 1920], [11, 1920], // 1101x
[12, 2368], // 11100
[12, 2432], // 11101
[12, 2496], // 11110
[12, 2560] // 11111
];
var whiteTable2 = [
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 0000000xx
[8, 29], [8, 29], // 00000010x
[8, 30], [8, 30], // 00000011x
[8, 45], [8, 45], // 00000100x
[8, 46], [8, 46], // 00000101x
[7, 22], [7, 22], [7, 22], [7, 22], // 0000011xx
[7, 23], [7, 23], [7, 23], [7, 23], // 0000100xx
[8, 47], [8, 47], // 00001010x
[8, 48], [8, 48], // 00001011x
[6, 13], [6, 13], [6, 13], [6, 13], // 000011xxx
[6, 13], [6, 13], [6, 13], [6, 13],
[7, 20], [7, 20], [7, 20], [7, 20], // 0001000xx
[8, 33], [8, 33], // 00010010x
[8, 34], [8, 34], // 00010011x
[8, 35], [8, 35], // 00010100x
[8, 36], [8, 36], // 00010101x
[8, 37], [8, 37], // 00010110x
[8, 38], [8, 38], // 00010111x
[7, 19], [7, 19], [7, 19], [7, 19], // 0001100xx
[8, 31], [8, 31], // 00011010x
[8, 32], [8, 32], // 00011011x
[6, 1], [6, 1], [6, 1], [6, 1], // 000111xxx
[6, 1], [6, 1], [6, 1], [6, 1],
[6, 12], [6, 12], [6, 12], [6, 12], // 001000xxx
[6, 12], [6, 12], [6, 12], [6, 12],
[8, 53], [8, 53], // 00100100x
[8, 54], [8, 54], // 00100101x
[7, 26], [7, 26], [7, 26], [7, 26], // 0010011xx
[8, 39], [8, 39], // 00101000x
[8, 40], [8, 40], // 00101001x
[8, 41], [8, 41], // 00101010x
[8, 42], [8, 42], // 00101011x
[8, 43], [8, 43], // 00101100x
[8, 44], [8, 44], // 00101101x
[7, 21], [7, 21], [7, 21], [7, 21], // 0010111xx
[7, 28], [7, 28], [7, 28], [7, 28], // 0011000xx
[8, 61], [8, 61], // 00110010x
[8, 62], [8, 62], // 00110011x
[8, 63], [8, 63], // 00110100x
[8, 0], [8, 0], // 00110101x
[8, 320], [8, 320], // 00110110x
[8, 384], [8, 384], // 00110111x
[5, 10], [5, 10], [5, 10], [5, 10], // 00111xxxx
[5, 10], [5, 10], [5, 10], [5, 10],
[5, 10], [5, 10], [5, 10], [5, 10],
[5, 10], [5, 10], [5, 10], [5, 10],
[5, 11], [5, 11], [5, 11], [5, 11], // 01000xxxx
[5, 11], [5, 11], [5, 11], [5, 11],
[5, 11], [5, 11], [5, 11], [5, 11],
[5, 11], [5, 11], [5, 11], [5, 11],
[7, 27], [7, 27], [7, 27], [7, 27], // 0100100xx
[8, 59], [8, 59], // 01001010x
[8, 60], [8, 60], // 01001011x
[9, 1472], // 010011000
[9, 1536], // 010011001
[9, 1600], // 010011010
[9, 1728], // 010011011
[7, 18], [7, 18], [7, 18], [7, 18], // 0100111xx
[7, 24], [7, 24], [7, 24], [7, 24], // 0101000xx
[8, 49], [8, 49], // 01010010x
[8, 50], [8, 50], // 01010011x
[8, 51], [8, 51], // 01010100x
[8, 52], [8, 52], // 01010101x
[7, 25], [7, 25], [7, 25], [7, 25], // 0101011xx
[8, 55], [8, 55], // 01011000x
[8, 56], [8, 56], // 01011001x
[8, 57], [8, 57], // 01011010x
[8, 58], [8, 58], // 01011011x
[6, 192], [6, 192], [6, 192], [6, 192], // 010111xxx
[6, 192], [6, 192], [6, 192], [6, 192],
[6, 1664], [6, 1664], [6, 1664], [6, 1664], // 011000xxx
[6, 1664], [6, 1664], [6, 1664], [6, 1664],
[8, 448], [8, 448], // 01100100x
[8, 512], [8, 512], // 01100101x
[9, 704], // 011001100
[9, 768], // 011001101
[8, 640], [8, 640], // 01100111x
[8, 576], [8, 576], // 01101000x
[9, 832], // 011010010
[9, 896], // 011010011
[9, 960], // 011010100
[9, 1024], // 011010101
[9, 1088], // 011010110
[9, 1152], // 011010111
[9, 1216], // 011011000
[9, 1280], // 011011001
[9, 1344], // 011011010
[9, 1408], // 011011011
[7, 256], [7, 256], [7, 256], [7, 256], // 0110111xx
[4, 2], [4, 2], [4, 2], [4, 2], // 0111xxxxx
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 3], [4, 3], [4, 3], [4, 3], // 1000xxxxx
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[5, 128], [5, 128], [5, 128], [5, 128], // 10010xxxx
[5, 128], [5, 128], [5, 128], [5, 128],
[5, 128], [5, 128], [5, 128], [5, 128],
[5, 128], [5, 128], [5, 128], [5, 128],
[5, 8], [5, 8], [5, 8], [5, 8], // 10011xxxx
[5, 8], [5, 8], [5, 8], [5, 8],
[5, 8], [5, 8], [5, 8], [5, 8],
[5, 8], [5, 8], [5, 8], [5, 8],
[5, 9], [5, 9], [5, 9], [5, 9], // 10100xxxx
[5, 9], [5, 9], [5, 9], [5, 9],
[5, 9], [5, 9], [5, 9], [5, 9],
[5, 9], [5, 9], [5, 9], [5, 9],
[6, 16], [6, 16], [6, 16], [6, 16], // 101010xxx
[6, 16], [6, 16], [6, 16], [6, 16],
[6, 17], [6, 17], [6, 17], [6, 17], // 101011xxx
[6, 17], [6, 17], [6, 17], [6, 17],
[4, 4], [4, 4], [4, 4], [4, 4], // 1011xxxxx
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 5], [4, 5], [4, 5], [4, 5], // 1100xxxxx
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[6, 14], [6, 14], [6, 14], [6, 14], // 110100xxx
[6, 14], [6, 14], [6, 14], [6, 14],
[6, 15], [6, 15], [6, 15], [6, 15], // 110101xxx
[6, 15], [6, 15], [6, 15], [6, 15],
[5, 64], [5, 64], [5, 64], [5, 64], // 11011xxxx
[5, 64], [5, 64], [5, 64], [5, 64],
[5, 64], [5, 64], [5, 64], [5, 64],
[5, 64], [5, 64], [5, 64], [5, 64],
[4, 6], [4, 6], [4, 6], [4, 6], // 1110xxxxx
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 7], [4, 7], [4, 7], [4, 7], // 1111xxxxx
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7]
];
var blackTable1 = [
[-1, -1], [-1, -1], // 000000000000x
[12, ccittEOL], [12, ccittEOL], // 000000000001x
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000001xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000010xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000011xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000100xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000101xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000110xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000111xx
[11, 1792], [11, 1792], [11, 1792], [11, 1792], // 00000001000xx
[12, 1984], [12, 1984], // 000000010010x
[12, 2048], [12, 2048], // 000000010011x
[12, 2112], [12, 2112], // 000000010100x
[12, 2176], [12, 2176], // 000000010101x
[12, 2240], [12, 2240], // 000000010110x
[12, 2304], [12, 2304], // 000000010111x
[11, 1856], [11, 1856], [11, 1856], [11, 1856], // 00000001100xx
[11, 1920], [11, 1920], [11, 1920], [11, 1920], // 00000001101xx
[12, 2368], [12, 2368], // 000000011100x
[12, 2432], [12, 2432], // 000000011101x
[12, 2496], [12, 2496], // 000000011110x
[12, 2560], [12, 2560], // 000000011111x
[10, 18], [10, 18], [10, 18], [10, 18], // 0000001000xxx
[10, 18], [10, 18], [10, 18], [10, 18],
[12, 52], [12, 52], // 000000100100x
[13, 640], // 0000001001010
[13, 704], // 0000001001011
[13, 768], // 0000001001100
[13, 832], // 0000001001101
[12, 55], [12, 55], // 000000100111x
[12, 56], [12, 56], // 000000101000x
[13, 1280], // 0000001010010
[13, 1344], // 0000001010011
[13, 1408], // 0000001010100
[13, 1472], // 0000001010101
[12, 59], [12, 59], // 000000101011x
[12, 60], [12, 60], // 000000101100x
[13, 1536], // 0000001011010
[13, 1600], // 0000001011011
[11, 24], [11, 24], [11, 24], [11, 24], // 00000010111xx
[11, 25], [11, 25], [11, 25], [11, 25], // 00000011000xx
[13, 1664], // 0000001100100
[13, 1728], // 0000001100101
[12, 320], [12, 320], // 000000110011x
[12, 384], [12, 384], // 000000110100x
[12, 448], [12, 448], // 000000110101x
[13, 512], // 0000001101100
[13, 576], // 0000001101101
[12, 53], [12, 53], // 000000110111x
[12, 54], [12, 54], // 000000111000x
[13, 896], // 0000001110010
[13, 960], // 0000001110011
[13, 1024], // 0000001110100
[13, 1088], // 0000001110101
[13, 1152], // 0000001110110
[13, 1216], // 0000001110111
[10, 64], [10, 64], [10, 64], [10, 64], // 0000001111xxx
[10, 64], [10, 64], [10, 64], [10, 64]
];
var blackTable2 = [
[8, 13], [8, 13], [8, 13], [8, 13], // 00000100xxxx
[8, 13], [8, 13], [8, 13], [8, 13],
[8, 13], [8, 13], [8, 13], [8, 13],
[8, 13], [8, 13], [8, 13], [8, 13],
[11, 23], [11, 23], // 00000101000x
[12, 50], // 000001010010
[12, 51], // 000001010011
[12, 44], // 000001010100
[12, 45], // 000001010101
[12, 46], // 000001010110
[12, 47], // 000001010111
[12, 57], // 000001011000
[12, 58], // 000001011001
[12, 61], // 000001011010
[12, 256], // 000001011011
[10, 16], [10, 16], [10, 16], [10, 16], // 0000010111xx
[10, 17], [10, 17], [10, 17], [10, 17], // 0000011000xx
[12, 48], // 000001100100
[12, 49], // 000001100101
[12, 62], // 000001100110
[12, 63], // 000001100111
[12, 30], // 000001101000
[12, 31], // 000001101001
[12, 32], // 000001101010
[12, 33], // 000001101011
[12, 40], // 000001101100
[12, 41], // 000001101101
[11, 22], [11, 22], // 00000110111x
[8, 14], [8, 14], [8, 14], [8, 14], // 00000111xxxx
[8, 14], [8, 14], [8, 14], [8, 14],
[8, 14], [8, 14], [8, 14], [8, 14],
[8, 14], [8, 14], [8, 14], [8, 14],
[7, 10], [7, 10], [7, 10], [7, 10], // 0000100xxxxx
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 11], [7, 11], [7, 11], [7, 11], // 0000101xxxxx
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[9, 15], [9, 15], [9, 15], [9, 15], // 000011000xxx
[9, 15], [9, 15], [9, 15], [9, 15],
[12, 128], // 000011001000
[12, 192], // 000011001001
[12, 26], // 000011001010
[12, 27], // 000011001011
[12, 28], // 000011001100
[12, 29], // 000011001101
[11, 19], [11, 19], // 00001100111x
[11, 20], [11, 20], // 00001101000x
[12, 34], // 000011010010
[12, 35], // 000011010011
[12, 36], // 000011010100
[12, 37], // 000011010101
[12, 38], // 000011010110
[12, 39], // 000011010111
[11, 21], [11, 21], // 00001101100x
[12, 42], // 000011011010
[12, 43], // 000011011011
[10, 0], [10, 0], [10, 0], [10, 0], // 0000110111xx
[7, 12], [7, 12], [7, 12], [7, 12], // 0000111xxxxx
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12]
];
var blackTable3 = [
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 0000xx
[6, 9], // 000100
[6, 8], // 000101
[5, 7], [5, 7], // 00011x
[4, 6], [4, 6], [4, 6], [4, 6], // 0010xx
[4, 5], [4, 5], [4, 5], [4, 5], // 0011xx
[3, 1], [3, 1], [3, 1], [3, 1], // 010xxx
[3, 1], [3, 1], [3, 1], [3, 1],
[3, 4], [3, 4], [3, 4], [3, 4], // 011xxx
[3, 4], [3, 4], [3, 4], [3, 4],
[2, 3], [2, 3], [2, 3], [2, 3], // 10xxxx
[2, 3], [2, 3], [2, 3], [2, 3],
[2, 3], [2, 3], [2, 3], [2, 3],
[2, 3], [2, 3], [2, 3], [2, 3],
[2, 2], [2, 2], [2, 2], [2, 2], // 11xxxx
[2, 2], [2, 2], [2, 2], [2, 2],
[2, 2], [2, 2], [2, 2], [2, 2],
[2, 2], [2, 2], [2, 2], [2, 2]
];
function CCITTFaxStream(str, params) {
this.str = str;
this.dict = str.dict;
params = params || new Dict();
this.encoding = params.get('K') || 0;
this.eoline = params.get('EndOfLine') || false;
this.byteAlign = params.get('EncodedByteAlign') || false;
this.columns = params.get('Columns') || 1728;
this.rows = params.get('Rows') || 0;
var eoblock = params.get('EndOfBlock');
if (eoblock == null)
eoblock = true;
this.eoblock = eoblock;
this.black = params.get('BlackIs1') || false;
this.codingLine = new Uint32Array(this.columns + 1);
this.refLine = new Uint32Array(this.columns + 2);
this.codingLine[0] = this.columns;
this.codingPos = 0;
this.row = 0;
this.nextLine2D = this.encoding < 0;
this.inputBits = 0;
this.inputBuf = 0;
this.outputBits = 0;
this.buf = EOF;
var code1;
while ((code1 = this.lookBits(12)) == 0) {
this.eatBits(1);
}
if (code1 == 1) {
this.eatBits(12);
}
if (this.encoding > 0) {
this.nextLine2D = !this.lookBits(1);
this.eatBits(1);
}
DecodeStream.call(this);
}
CCITTFaxStream.prototype = Object.create(DecodeStream.prototype);
CCITTFaxStream.prototype.readBlock = function ccittFaxStreamReadBlock() {
while (!this.eof) {
var c = this.lookChar();
this.buf = EOF;
this.ensureBuffer(this.bufferLength + 1);
this.buffer[this.bufferLength++] = c;
}
};
CCITTFaxStream.prototype.addPixels =
function ccittFaxStreamAddPixels(a1, blackPixels) {
var codingLine = this.codingLine;
var codingPos = this.codingPos;
if (a1 > codingLine[codingPos]) {
if (a1 > this.columns) {
warn('row is wrong length');
this.err = true;
a1 = this.columns;
}
if ((codingPos & 1) ^ blackPixels) {
++codingPos;
}
codingLine[codingPos] = a1;
}
this.codingPos = codingPos;
};
CCITTFaxStream.prototype.addPixelsNeg =
function ccittFaxStreamAddPixelsNeg(a1, blackPixels) {
var codingLine = this.codingLine;
var codingPos = this.codingPos;
if (a1 > codingLine[codingPos]) {
if (a1 > this.columns) {
warn('row is wrong length');
this.err = true;
a1 = this.columns;
}
if ((codingPos & 1) ^ blackPixels)
++codingPos;
codingLine[codingPos] = a1;
} else if (a1 < codingLine[codingPos]) {
if (a1 < 0) {
warn('invalid code');
this.err = true;
a1 = 0;
}
while (codingPos > 0 && a1 < codingLine[codingPos - 1])
--codingPos;
codingLine[codingPos] = a1;
}
this.codingPos = codingPos;
};
CCITTFaxStream.prototype.lookChar = function ccittFaxStreamLookChar() {
if (this.buf != EOF)
return this.buf;
var refLine = this.refLine;
var codingLine = this.codingLine;
var columns = this.columns;
var refPos, blackPixels, bits;
if (this.outputBits == 0) {
if (this.eof)
return null;
this.err = false;
var code1, code2, code3;
if (this.nextLine2D) {
for (var i = 0; codingLine[i] < columns; ++i)
refLine[i] = codingLine[i];
refLine[i++] = columns;
refLine[i] = columns;
codingLine[0] = 0;
this.codingPos = 0;
refPos = 0;
blackPixels = 0;
while (codingLine[this.codingPos] < columns) {
code1 = this.getTwoDimCode();
switch (code1) {
case twoDimPass:
this.addPixels(refLine[refPos + 1], blackPixels);
if (refLine[refPos + 1] < columns)
refPos += 2;
break;
case twoDimHoriz:
code1 = code2 = 0;
if (blackPixels) {
do {
code1 += (code3 = this.getBlackCode());
} while (code3 >= 64);
do {
code2 += (code3 = this.getWhiteCode());
} while (code3 >= 64);
} else {
do {
code1 += (code3 = this.getWhiteCode());
} while (code3 >= 64);
do {
code2 += (code3 = this.getBlackCode());
} while (code3 >= 64);
}
this.addPixels(codingLine[this.codingPos] +
code1, blackPixels);
if (codingLine[this.codingPos] < columns) {
this.addPixels(codingLine[this.codingPos] + code2,
blackPixels ^ 1);
}
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns) {
refPos += 2;
}
break;
case twoDimVertR3:
this.addPixels(refLine[refPos] + 3, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertR2:
this.addPixels(refLine[refPos] + 2, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns) {
refPos += 2;
}
}
break;
case twoDimVertR1:
this.addPixels(refLine[refPos] + 1, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVert0:
this.addPixels(refLine[refPos], blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertL3:
this.addPixelsNeg(refLine[refPos] - 3, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
if (refPos > 0)
--refPos;
else
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertL2:
this.addPixelsNeg(refLine[refPos] - 2, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
if (refPos > 0)
--refPos;
else
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertL1:
this.addPixelsNeg(refLine[refPos] - 1, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
if (refPos > 0)
--refPos;
else
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case EOF:
this.addPixels(columns, 0);
this.eof = true;
break;
default:
warn('bad 2d code');
this.addPixels(columns, 0);
this.err = true;
}
}
} else {
codingLine[0] = 0;
this.codingPos = 0;
blackPixels = 0;
while (codingLine[this.codingPos] < columns) {
code1 = 0;
if (blackPixels) {
do {
code1 += (code3 = this.getBlackCode());
} while (code3 >= 64);
} else {
do {
code1 += (code3 = this.getWhiteCode());
} while (code3 >= 64);
}
this.addPixels(codingLine[this.codingPos] + code1, blackPixels);
blackPixels ^= 1;
}
}
if (this.byteAlign)
this.inputBits &= ~7;
var gotEOL = false;
if (!this.eoblock && this.row == this.rows - 1) {
this.eof = true;
} else {
code1 = this.lookBits(12);
while (code1 == 0) {
this.eatBits(1);
code1 = this.lookBits(12);
}
if (code1 == 1) {
this.eatBits(12);
gotEOL = true;
} else if (code1 == EOF) {
this.eof = true;
}
}
if (!this.eof && this.encoding > 0) {
this.nextLine2D = !this.lookBits(1);
this.eatBits(1);
}
if (this.eoblock && gotEOL) {
code1 = this.lookBits(12);
if (code1 == 1) {
this.eatBits(12);
if (this.encoding > 0) {
this.lookBits(1);
this.eatBits(1);
}
if (this.encoding >= 0) {
for (var i = 0; i < 4; ++i) {
code1 = this.lookBits(12);
if (code1 != 1)
warn('bad rtc code: ' + code1);
this.eatBits(12);
if (this.encoding > 0) {
this.lookBits(1);
this.eatBits(1);
}
}
}
this.eof = true;
}
} else if (this.err && this.eoline) {
while (true) {
code1 = this.lookBits(13);
if (code1 == EOF) {
this.eof = true;
return null;
}
if ((code1 >> 1) == 1) {
break;
}
this.eatBits(1);
}
this.eatBits(12);
if (this.encoding > 0) {
this.eatBits(1);
this.nextLine2D = !(code1 & 1);
}
}
if (codingLine[0] > 0)
this.outputBits = codingLine[this.codingPos = 0];
else
this.outputBits = codingLine[this.codingPos = 1];
this.row++;
}
if (this.outputBits >= 8) {
this.buf = (this.codingPos & 1) ? 0 : 0xFF;
this.outputBits -= 8;
if (this.outputBits == 0 && codingLine[this.codingPos] < columns) {
this.codingPos++;
this.outputBits = (codingLine[this.codingPos] -
codingLine[this.codingPos - 1]);
}
} else {
var bits = 8;
this.buf = 0;
do {
if (this.outputBits > bits) {
this.buf <<= bits;
if (!(this.codingPos & 1)) {
this.buf |= 0xFF >> (8 - bits);
}
this.outputBits -= bits;
bits = 0;
} else {
this.buf <<= this.outputBits;
if (!(this.codingPos & 1)) {
this.buf |= 0xFF >> (8 - this.outputBits);
}
bits -= this.outputBits;
this.outputBits = 0;
if (codingLine[this.codingPos] < columns) {
this.codingPos++;
this.outputBits = (codingLine[this.codingPos] -
codingLine[this.codingPos - 1]);
} else if (bits > 0) {
this.buf <<= bits;
bits = 0;
}
}
} while (bits);
}
if (this.black) {
this.buf ^= 0xFF;
}
return this.buf;
};
// This functions returns the code found from the table.
// The start and end parameters set the boundaries for searching the table.
// The limit parameter is optional. Function returns an array with three
// values. The first array element indicates whether a valid code is being
// returned. The second array element is the actual code. The third array
// element indicates whether EOF was reached.
var findTableCode = function ccittFaxStreamFindTableCode(start, end, table,
limit) {
var limitValue = limit || 0;
for (var i = start; i <= end; ++i) {
var code = this.lookBits(i);
if (code == EOF)
return [true, 1, false];
if (i < end)
code <<= end - i;
if (!limitValue || code >= limitValue) {
var p = table[code - limitValue];
if (p[0] == i) {
this.eatBits(i);
return [true, p[1], true];
}
}
}
return [false, 0, false];
};
CCITTFaxStream.prototype.getTwoDimCode =
function ccittFaxStreamGetTwoDimCode() {
var code = 0;
var p;
if (this.eoblock) {
code = this.lookBits(7);
p = twoDimTable[code];
if (p[0] > 0) {
this.eatBits(p[0]);
return p[1];
}
} else {
var result = findTableCode(1, 7, twoDimTable);
if (result[0] && result[2])
return result[1];
}
warn('Bad two dim code');
return EOF;
};
CCITTFaxStream.prototype.getWhiteCode =
function ccittFaxStreamGetWhiteCode() {
var code = 0;
var p;
var n;
if (this.eoblock) {
code = this.lookBits(12);
if (code == EOF)
return 1;
if ((code >> 5) == 0)
p = whiteTable1[code];
else
p = whiteTable2[code >> 3];
if (p[0] > 0) {
this.eatBits(p[0]);
return p[1];
}
} else {
var result = findTableCode(1, 9, whiteTable2);
if (result[0])
return result[1];
result = findTableCode(11, 12, whiteTable1);
if (result[0])
return result[1];
}
warn('bad white code');
this.eatBits(1);
return 1;
};
CCITTFaxStream.prototype.getBlackCode =
function ccittFaxStreamGetBlackCode() {
var code, p;
if (this.eoblock) {
code = this.lookBits(13);
if (code == EOF)
return 1;
if ((code >> 7) == 0)
p = blackTable1[code];
else if ((code >> 9) == 0 && (code >> 7) != 0)
p = blackTable2[(code >> 1) - 64];
else
p = blackTable3[code >> 7];
if (p[0] > 0) {
this.eatBits(p[0]);
return p[1];
}
} else {
var result = findTableCode(2, 6, blackTable3);
if (result[0])
return result[1];
result = findTableCode(7, 12, blackTable2, 64);
if (result[0])
return result[1];
result = findTableCode(10, 13, blackTable1);
if (result[0])
return result[1];
}
warn('bad black code');
this.eatBits(1);
return 1;
};
CCITTFaxStream.prototype.lookBits = function ccittFaxStreamLookBits(n) {
var c;
while (this.inputBits < n) {
if ((c = this.str.getByte()) == null) {
if (this.inputBits == 0)
return EOF;
return ((this.inputBuf << (n - this.inputBits)) &
(0xFFFF >> (16 - n)));
}
this.inputBuf = (this.inputBuf << 8) + c;
this.inputBits += 8;
}
return (this.inputBuf >> (this.inputBits - n)) & (0xFFFF >> (16 - n));
};
CCITTFaxStream.prototype.eatBits = function ccittFaxStreamEatBits(n) {
if ((this.inputBits -= n) < 0)
this.inputBits = 0;
};
return CCITTFaxStream;
})();
var LZWStream = (function LZWStreamClosure() {
function LZWStream(str, earlyChange) {
this.str = str;
this.dict = str.dict;
this.cachedData = 0;
this.bitsCached = 0;
var maxLzwDictionarySize = 4096;
var lzwState = {
earlyChange: earlyChange,
codeLength: 9,
nextCode: 258,
dictionaryValues: new Uint8Array(maxLzwDictionarySize),
dictionaryLengths: new Uint16Array(maxLzwDictionarySize),
dictionaryPrevCodes: new Uint16Array(maxLzwDictionarySize),
currentSequence: new Uint8Array(maxLzwDictionarySize),
currentSequenceLength: 0
};
for (var i = 0; i < 256; ++i) {
lzwState.dictionaryValues[i] = i;
lzwState.dictionaryLengths[i] = 1;
}
this.lzwState = lzwState;
DecodeStream.call(this);
}
LZWStream.prototype = Object.create(DecodeStream.prototype);
LZWStream.prototype.readBits = function lzwStreamReadBits(n) {
var bitsCached = this.bitsCached;
var cachedData = this.cachedData;
while (bitsCached < n) {
var c = this.str.getByte();
if (c == null) {
this.eof = true;
return null;
}
cachedData = (cachedData << 8) | c;
bitsCached += 8;
}
this.bitsCached = (bitsCached -= n);
this.cachedData = cachedData;
this.lastCode = null;
return (cachedData >>> bitsCached) & ((1 << n) - 1);
};
LZWStream.prototype.readBlock = function lzwStreamReadBlock() {
var blockSize = 512;
var estimatedDecodedSize = blockSize * 2, decodedSizeDelta = blockSize;
var i, j, q;
var lzwState = this.lzwState;
if (!lzwState)
return; // eof was found
var earlyChange = lzwState.earlyChange;
var nextCode = lzwState.nextCode;
var dictionaryValues = lzwState.dictionaryValues;
var dictionaryLengths = lzwState.dictionaryLengths;
var dictionaryPrevCodes = lzwState.dictionaryPrevCodes;
var codeLength = lzwState.codeLength;
var prevCode = lzwState.prevCode;
var currentSequence = lzwState.currentSequence;
var currentSequenceLength = lzwState.currentSequenceLength;
var decodedLength = 0;
var currentBufferLength = this.bufferLength;
var buffer = this.ensureBuffer(this.bufferLength + estimatedDecodedSize);
for (i = 0; i < blockSize; i++) {
var code = this.readBits(codeLength);
var hasPrev = currentSequenceLength > 0;
if (code < 256) {
currentSequence[0] = code;
currentSequenceLength = 1;
} else if (code >= 258) {
if (code < nextCode) {
currentSequenceLength = dictionaryLengths[code];
for (j = currentSequenceLength - 1, q = code; j >= 0; j--) {
currentSequence[j] = dictionaryValues[q];
q = dictionaryPrevCodes[q];
}
} else {
currentSequence[currentSequenceLength++] = currentSequence[0];
}
} else if (code == 256) {
codeLength = 9;
nextCode = 258;
currentSequenceLength = 0;
continue;
} else {
this.eof = true;
delete this.lzwState;
break;
}
if (hasPrev) {
dictionaryPrevCodes[nextCode] = prevCode;
dictionaryLengths[nextCode] = dictionaryLengths[prevCode] + 1;
dictionaryValues[nextCode] = currentSequence[0];
nextCode++;
codeLength = (nextCode + earlyChange) & (nextCode + earlyChange - 1) ?
codeLength : Math.min(Math.log(nextCode + earlyChange) /
0.6931471805599453 + 1, 12) | 0;
}
prevCode = code;
decodedLength += currentSequenceLength;
if (estimatedDecodedSize < decodedLength) {
do {
estimatedDecodedSize += decodedSizeDelta;
} while (estimatedDecodedSize < decodedLength);
buffer = this.ensureBuffer(this.bufferLength + estimatedDecodedSize);
}
for (j = 0; j < currentSequenceLength; j++)
buffer[currentBufferLength++] = currentSequence[j];
}
lzwState.nextCode = nextCode;
lzwState.codeLength = codeLength;
lzwState.prevCode = prevCode;
lzwState.currentSequenceLength = currentSequenceLength;
this.bufferLength = currentBufferLength;
};
return LZWStream;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
function MessageHandler(name, comObj) {
this.name = name;
this.comObj = comObj;
this.callbackIndex = 1;
var callbacks = this.callbacks = {};
var ah = this.actionHandler = {};
ah['console_log'] = [function ahConsoleLog(data) {
console.log.apply(console, data);
}];
ah['console_error'] = [function ahConsoleError(data) {
console.error.apply(console, data);
}];
comObj.onmessage = function messageHandlerComObjOnMessage(event) {
var data = event.data;
if (data.isReply) {
var callbackId = data.callbackId;
if (data.callbackId in callbacks) {
var callback = callbacks[callbackId];
delete callbacks[callbackId];
callback(data.data);
} else {
throw 'Cannot resolve callback ' + callbackId;
}
} else if (data.action in ah) {
var action = ah[data.action];
if (data.callbackId) {
var promise = new Promise();
promise.then(function(resolvedData) {
comObj.postMessage({
isReply: true,
callbackId: data.callbackId,
data: resolvedData
});
});
action[0].call(action[1], data.data, promise);
} else {
action[0].call(action[1], data.data);
}
} else {
throw 'Unkown action from worker: ' + data.action;
}
};
}
MessageHandler.prototype = {
on: function messageHandlerOn(actionName, handler, scope) {
var ah = this.actionHandler;
if (ah[actionName]) {
throw 'There is already an actionName called "' + actionName + '"';
}
ah[actionName] = [handler, scope];
},
/**
* Sends a message to the comObj to invoke the action with the supplied data.
* @param {String} actionName Action to call.
* @param {JSON} data JSON data to send.
* @param {function} [callback] Optional callback that will handle a reply.
*/
send: function messageHandlerSend(actionName, data, callback) {
var message = {
action: actionName,
data: data
};
if (callback) {
var callbackId = this.callbackIndex++;
this.callbacks[callbackId] = callback;
message.callbackId = callbackId;
}
this.comObj.postMessage(message);
}
};
var WorkerMessageHandler = {
setup: function wphSetup(handler) {
var pdfDoc = null;
handler.on('test', function wphSetupTest(data) {
handler.send('test', data instanceof Uint8Array);
});
handler.on('workerSrc', function wphSetupWorkerSrc(data) {
// In development, the `workerSrc` message is handled in the
// `worker_loader.js` file. In production the workerProcessHandler is
// called for this. This servers as a dummy to prevent calling an
// undefined action `workerSrc`.
});
handler.on('doc', function wphSetupDoc(data) {
// Create only the model of the PDFDoc, which is enough for
// processing the content of the pdf.
pdfDoc = new PDFDocModel(new Stream(data));
});
handler.on('page_request', function wphSetupPageRequest(pageNum) {
pageNum = parseInt(pageNum);
// The following code does quite the same as
// Page.prototype.startRendering, but stops at one point and sends the
// result back to the main thread.
var gfx = new CanvasGraphics(null);
var start = Date.now();
var dependency = [];
var IRQueue = null;
try {
var page = pdfDoc.getPage(pageNum);
// Pre compile the pdf page and fetch the fonts/images.
IRQueue = page.getIRQueue(handler, dependency);
} catch (e) {
// Turn the error into an obj that can be serialized
e = {
message: typeof e === 'object' ? e.message : e,
stack: typeof e === 'object' ? e.stack : null
};
handler.send('page_error', {
pageNum: pageNum,
error: e
});
return;
}
console.log('page=%d - getIRQueue: time=%dms, len=%d', pageNum,
Date.now() - start, IRQueue.fnArray.length);
// Filter the dependecies for fonts.
var fonts = {};
for (var i = 0, ii = dependency.length; i < ii; i++) {
var dep = dependency[i];
if (dep.indexOf('font_') == 0) {
fonts[dep] = true;
}
}
handler.send('page', {
pageNum: pageNum,
IRQueue: IRQueue,
depFonts: Object.keys(fonts)
});
}, this);
handler.on('font', function wphSetupFont(data) {
var objId = data[0];
var name = data[1];
var file = data[2];
var properties = data[3];
var font = {
name: name,
file: file,
properties: properties
};
// Some fonts don't have a file, e.g. the build in ones like Arial.
if (file) {
var fontFileDict = new Dict();
fontFileDict.map = file.dict.map;
var fontFile = new Stream(file.bytes, file.start,
file.end - file.start, fontFileDict);
// Check if this is a FlateStream. Otherwise just use the created
// Stream one. This makes complex_ttf_font.pdf work.
var cmf = file.bytes[0];
if ((cmf & 0x0f) == 0x08) {
font.file = new FlateStream(fontFile);
} else {
font.file = fontFile;
}
}
var obj = new Font(font.name, font.file, font.properties);
var str = '';
var objData = obj.data;
if (objData) {
var length = objData.length;
for (var j = 0; j < length; ++j)
str += String.fromCharCode(objData[j]);
}
obj.str = str;
// Remove the data array form the font object, as it's not needed
// anymore as we sent over the ready str.
delete obj.data;
handler.send('font_ready', [objId, obj]);
});
}
};
var consoleTimer = {};
var workerConsole = {
log: function log() {
var args = Array.prototype.slice.call(arguments);
postMessage({
action: 'console_log',
data: args
});
},
error: function error() {
var args = Array.prototype.slice.call(arguments);
postMessage({
action: 'console_error',
data: args
});
},
time: function time(name) {
consoleTimer[name] = Date.now();
},
timeEnd: function timeEnd(name) {
var time = consoleTimer[name];
if (time == null) {
throw 'Unkown timer name ' + name;
}
this.log('Timer:', name, Date.now() - time);
}
};
// Worker thread?
if (typeof window === 'undefined') {
globalScope.console = workerConsole;
var handler = new MessageHandler('worker_processor', this);
WorkerMessageHandler.setup(handler);
}
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
// - The JPEG specification can be found in the ITU CCITT Recommendation T.81
// (www.w3.org/Graphics/JPEG/itu-t81.pdf)
// - The JFIF specification can be found in the JPEG File Interchange Format
// (www.w3.org/Graphics/JPEG/jfif3.pdf)
// - The Adobe Application-Specific JPEG markers in the Supporting the DCT Filters
// in PostScript Level 2, Technical Note #5116
// (partners.adobe.com/public/developer/en/ps/sdk/5116.DCT_Filter.pdf)
var JpegImage = (function jpegImage() {
"use strict";
var dctZigZag = new Int32Array([
0,
1, 8,
16, 9, 2,
3, 10, 17, 24,
32, 25, 18, 11, 4,
5, 12, 19, 26, 33, 40,
48, 41, 34, 27, 20, 13, 6,
7, 14, 21, 28, 35, 42, 49, 56,
57, 50, 43, 36, 29, 22, 15,
23, 30, 37, 44, 51, 58,
59, 52, 45, 38, 31,
39, 46, 53, 60,
61, 54, 47,
55, 62,
63
]);
var dctCos1 = 4017 // cos(pi/16)
var dctSin1 = 799 // sin(pi/16)
var dctCos3 = 3406 // cos(3*pi/16)
var dctSin3 = 2276 // sin(3*pi/16)
var dctCos6 = 1567 // cos(6*pi/16)
var dctSin6 = 3784 // sin(6*pi/16)
var dctSqrt2 = 5793 // sqrt(2)
var dctSqrt1d2 = 2896 // sqrt(2) / 2
function constructor() {
}
function buildHuffmanTable(codeLengths, values) {
var k = 0, code = [], i, j, length = 16;
while (length > 0 && !codeLengths[length - 1])
length--;
code.push({children: [], index: 0});
var p = code[0], q;
for (i = 0; i < length; i++) {
for (j = 0; j < codeLengths[i]; j++) {
p = code.pop();
p.children[p.index] = values[k];
while (p.index > 0) {
p = code.pop();
}
p.index++;
code.push(p);
while (code.length <= i) {
code.push(q = {children: [], index: 0});
p.children[p.index] = q.children;
p = q;
}
k++;
}
if (i + 1 < length) {
// p here points to last code
code.push(q = {children: [], index: 0});
p.children[p.index] = q.children;
p = q;
}
}
return code[0].children;
}
function decodeScan(data, offset,
frame, components, resetInterval,
spectralStart, spectralEnd,
successivePrev, successive) {
var precision = frame.precision;
var samplesPerLine = frame.samplesPerLine;
var scanLines = frame.scanLines;
var mcusPerLine = frame.mcusPerLine;
var progressive = frame.progressive;
var maxH = frame.maxH, maxV = frame.maxV;
var startOffset = offset, bitsData = 0, bitsCount = 0;
function readBit() {
if (bitsCount > 0) {
bitsCount--;
return (bitsData >> bitsCount) & 1;
}
bitsData = data[offset++];
if (bitsData == 0xFF) {
var nextByte = data[offset++];
if (nextByte) {
throw "unexpected marker: " + ((bitsData << 8) | nextByte).toString(16);
}
// unstuff 0
}
bitsCount = 7;
return bitsData >>> 7;
}
function decodeHuffman(tree) {
var node = tree, bit;
while ((bit = readBit()) !== null) {
node = node[bit];
if (typeof node === 'number')
return node;
if (typeof node !== 'object')
throw "invalid huffman sequence";
}
return null;
}
function receive(length) {
var n = 0;
while (length > 0) {
var bit = readBit();
if (bit === null) return;
n = (n << 1) | bit;
length--;
}
return n;
}
function receiveAndExtend(length) {
var n = receive(length);
if (n >= 1 << (length - 1))
return n;
return n + (-1 << length) + 1;
}
function decodeBaseline(component, zz) {
var t = decodeHuffman(component.huffmanTableDC);
var diff = t === 0 ? 0 : receiveAndExtend(t);
zz[0]= (component.pred += diff);
var k = 1;
while (k < 64) {
var rs = decodeHuffman(component.huffmanTableAC);
var s = rs & 15, r = rs >> 4;
if (s === 0) {
if (r < 15)
break;
k += 16;
continue;
}
k += r;
var z = dctZigZag[k];
zz[z] = receiveAndExtend(s);
k++;
}
}
function decodeDCFirst(component, zz) {
var t = decodeHuffman(component.huffmanTableDC);
var diff = t === 0 ? 0 : (receiveAndExtend(t) << successive);
zz[0] = (component.pred += diff);
}
function decodeDCSuccessive(component, zz) {
zz[0] |= readBit() << successive;
}
var eobrun = 0;
function decodeACFirst(component, zz) {
if (eobrun > 0) {
eobrun--;
return;
}
var k = spectralStart, e = spectralEnd;
while (k <= e) {
var rs = decodeHuffman(component.huffmanTableAC);
var s = rs & 15, r = rs >> 4;
if (s === 0) {
if (r < 15) {
eobrun = receive(r) + (1 << r) - 1;
break;
}
k += 16;
continue;
}
k += r;
var z = dctZigZag[k];
zz[z] = receiveAndExtend(s) * (1 << successive);
k++;
}
}
var successiveACState = 0, successiveACNextValue;
function decodeACSuccessive(component, zz) {
var k = spectralStart, e = spectralEnd, r = 0;
while (k <= e) {
var z = dctZigZag[k];
switch (successiveACState) {
case 0: // initial state
var rs = decodeHuffman(component.huffmanTableAC);
var s = rs & 15, r = rs >> 4;
if (s === 0) {
if (r < 15) {
eobrun = receive(r) + (1 << r);
successiveACState = 4;
} else {
r = 16;
successiveACState = 1;
}
} else {
if (s !== 1)
throw "invalid ACn encoding";
successiveACNextValue = receiveAndExtend(s);
successiveACState = r ? 2 : 3;
}
continue;
case 1: // skipping r zero items
case 2:
if (zz[z])
zz[z] += (readBit() << successive);
else {
r--;
if (r === 0)
successiveACState = successiveACState == 2 ? 3 : 0;
}
break;
case 3: // set value for a zero item
if (zz[z])
zz[z] += (readBit() << successive);
else {
zz[z] = successiveACNextValue << successive;
successiveACState = 0;
}
break;
case 4: // eob
if (zz[z])
zz[z] += (readBit() << successive);
break;
}
k++;
}
if (successiveACState === 4) {
eobrun--;
if (eobrun === 0)
successiveACState = 0;
}
}
function decodeMcu(component, decode, mcu, row, col) {
var mcuRow = (mcu / mcusPerLine) | 0;
var mcuCol = mcu % mcusPerLine;
var blockRow = mcuRow * component.v + row;
var blockCol = mcuCol * component.h + col;
decode(component, component.blocks[blockRow][blockCol]);
}
function decodeBlock(component, decode, mcu) {
var blockRow = (mcu / component.blocksPerLine) | 0;
var blockCol = mcu % component.blocksPerLine;
decode(component, component.blocks[blockRow][blockCol]);
}
var componentsLength = components.length;
var component, i, j, k, n;
var decodeFn;
if (progressive) {
if (spectralStart === 0)
decodeFn = successivePrev === 0 ? decodeDCFirst : decodeDCSuccessive;
else
decodeFn = successivePrev === 0 ? decodeACFirst : decodeACSuccessive;
} else {
decodeFn = decodeBaseline;
}
var mcu = 0, marker;
var mcuExpected;
if (componentsLength == 1) {
mcuExpected = components[0].blocksPerLine * components[0].blocksPerColumn;
} else {
mcuExpected = mcusPerLine * frame.mcusPerColumn;
}
if (!resetInterval) resetInterval = mcuExpected;
var h, v;
while (mcu < mcuExpected) {
// reset interval stuff
for (i = 0; i < componentsLength; i++)
components[i].pred = 0;
eobrun = 0;
if (componentsLength == 1) {
component = components[0];
for (n = 0; n < resetInterval; n++) {
decodeBlock(component, decodeFn, mcu);
mcu++;
}
} else {
for (n = 0; n < resetInterval; n++) {
for (i = 0; i < componentsLength; i++) {
component = components[i];
h = component.h;
v = component.v;
for (j = 0; j < v; j++) {
for (k = 0; k < h; k++) {
decodeMcu(component, decodeFn, mcu, j, k);
}
}
}
mcu++;
}
}
// find marker
bitsCount = 0;
marker = (data[offset] << 8) | data[offset + 1];
if (marker <= 0xFF00) {
throw "marker was not found";
}
if (marker >= 0xFFD0 && marker <= 0xFFD7) { // RSTx
offset += 2;
}
else
break;
}
return offset - startOffset;
}
function buildComponentData(frame, component) {
var lines = [];
var blocksPerLine = component.blocksPerLine;
var blocksPerColumn = component.blocksPerColumn;
var samplesPerLine = blocksPerLine << 3;
var R = new Int32Array(64), r = new Uint8Array(64);
// A port of poppler's IDCT method which in turn is taken from:
// Christoph Loeffler, Adriaan Ligtenberg, George S. Moschytz,
// "Practical Fast 1-D DCT Algorithms with 11 Multiplications",
// IEEE Intl. Conf. on Acoustics, Speech & Signal Processing, 1989,
// 988-991.
function quantizeAndInverse(zz, dataOut, dataIn) {
var qt = component.quantizationTable;
var v0, v1, v2, v3, v4, v5, v6, v7, t;
var p = dataIn;
var i;
// dequant
for (i = 0; i < 64; i++)
p[i] = zz[i] * qt[i];
// inverse DCT on rows
for (i = 0; i < 8; ++i) {
var row = 8 * i;
// check for all-zero AC coefficients
if (p[1 + row] == 0 && p[2 + row] == 0 && p[3 + row] == 0 &&
p[4 + row] == 0 && p[5 + row] == 0 && p[6 + row] == 0 &&
p[7 + row] == 0) {
t = (dctSqrt2 * p[0 + row] + 512) >> 10;
p[0 + row] = t;
p[1 + row] = t;
p[2 + row] = t;
p[3 + row] = t;
p[4 + row] = t;
p[5 + row] = t;
p[6 + row] = t;
p[7 + row] = t;
continue;
}
// stage 4
v0 = (dctSqrt2 * p[0 + row] + 128) >> 8;
v1 = (dctSqrt2 * p[4 + row] + 128) >> 8;
v2 = p[2 + row];
v3 = p[6 + row];
v4 = (dctSqrt1d2 * (p[1 + row] - p[7 + row]) + 128) >> 8;
v7 = (dctSqrt1d2 * (p[1 + row] + p[7 + row]) + 128) >> 8;
v5 = p[3 + row] << 4;
v6 = p[5 + row] << 4;
// stage 3
t = (v0 - v1+ 1) >> 1;
v0 = (v0 + v1 + 1) >> 1;
v1 = t;
t = (v2 * dctSin6 + v3 * dctCos6 + 128) >> 8;
v2 = (v2 * dctCos6 - v3 * dctSin6 + 128) >> 8;
v3 = t;
t = (v4 - v6 + 1) >> 1;
v4 = (v4 + v6 + 1) >> 1;
v6 = t;
t = (v7 + v5 + 1) >> 1;
v5 = (v7 - v5 + 1) >> 1;
v7 = t;
// stage 2
t = (v0 - v3 + 1) >> 1;
v0 = (v0 + v3 + 1) >> 1;
v3 = t;
t = (v1 - v2 + 1) >> 1;
v1 = (v1 + v2 + 1) >> 1;
v2 = t;
t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12;
v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12;
v7 = t;
t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12;
v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12;
v6 = t;
// stage 1
p[0 + row] = v0 + v7;
p[7 + row] = v0 - v7;
p[1 + row] = v1 + v6;
p[6 + row] = v1 - v6;
p[2 + row] = v2 + v5;
p[5 + row] = v2 - v5;
p[3 + row] = v3 + v4;
p[4 + row] = v3 - v4;
}
// inverse DCT on columns
for (i = 0; i < 8; ++i) {
var col = i;
// check for all-zero AC coefficients
if (p[1*8 + col] == 0 && p[2*8 + col] == 0 && p[3*8 + col] == 0 &&
p[4*8 + col] == 0 && p[5*8 + col] == 0 && p[6*8 + col] == 0 &&
p[7*8 + col] == 0) {
t = (dctSqrt2 * dataIn[i+0] + 8192) >> 14;
p[0*8 + col] = t;
p[1*8 + col] = t;
p[2*8 + col] = t;
p[3*8 + col] = t;
p[4*8 + col] = t;
p[5*8 + col] = t;
p[6*8 + col] = t;
p[7*8 + col] = t;
continue;
}
// stage 4
v0 = (dctSqrt2 * p[0*8 + col] + 2048) >> 12;
v1 = (dctSqrt2 * p[4*8 + col] + 2048) >> 12;
v2 = p[2*8 + col];
v3 = p[6*8 + col];
v4 = (dctSqrt1d2 * (p[1*8 + col] - p[7*8 + col]) + 2048) >> 12;
v7 = (dctSqrt1d2 * (p[1*8 + col] + p[7*8 + col]) + 2048) >> 12;
v5 = p[3*8 + col];
v6 = p[5*8 + col];
// stage 3
t = (v0 - v1 + 1) >> 1;
v0 = (v0 + v1 + 1) >> 1;
v1 = t;
t = (v2 * dctSin6 + v3 * dctCos6 + 2048) >> 12;
v2 = (v2 * dctCos6 - v3 * dctSin6 + 2048) >> 12;
v3 = t;
t = (v4 - v6 + 1) >> 1;
v4 = (v4 + v6 + 1) >> 1;
v6 = t;
t = (v7 + v5 + 1) >> 1;
v5 = (v7 - v5 + 1) >> 1;
v7 = t;
// stage 2
t = (v0 - v3 + 1) >> 1;
v0 = (v0 + v3 + 1) >> 1;
v3 = t;
t = (v1 - v2 + 1) >> 1;
v1 = (v1 + v2 + 1) >> 1;
v2 = t;
t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12;
v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12;
v7 = t;
t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12;
v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12;
v6 = t;
// stage 1
p[0*8 + col] = v0 + v7;
p[7*8 + col] = v0 - v7;
p[1*8 + col] = v1 + v6;
p[6*8 + col] = v1 - v6;
p[2*8 + col] = v2 + v5;
p[5*8 + col] = v2 - v5;
p[3*8 + col] = v3 + v4;
p[4*8 + col] = v3 - v4;
}
// convert to 8-bit integers
for (i = 0; i < 64; ++i) {
var sample = 128 + ((p[i] + 8) >> 4);
dataOut[i] = sample < 0 ? 0 : sample > 0xFF ? 0xFF : sample;
}
}
var i, j;
for (var blockRow = 0; blockRow < blocksPerColumn; blockRow++) {
var scanLine = blockRow << 3;
for (i = 0; i < 8; i++)
lines.push(new Uint8Array(samplesPerLine));
for (var blockCol = 0; blockCol < blocksPerLine; blockCol++) {
quantizeAndInverse(component.blocks[blockRow][blockCol], r, R);
var offset = 0, sample = blockCol << 3;
for (j = 0; j < 8; j++) {
var line = lines[scanLine + j];
for (i = 0; i < 8; i++)
line[sample + i] = r[offset++];
}
}
}
return lines;
}
constructor.prototype = {
load: function load(path) {
var xhr = new XMLHttpRequest();
xhr.open("GET", path, true);
xhr.responseType = "arraybuffer";
xhr.onload = (function() {
// TODO catch parse error
var data = new Uint8Array(xhr.response || xhr.mozResponseArrayBuffer);
this.parse(data);
if (this.onload)
this.onload();
}).bind(this);
xhr.send(null);
},
parse: function parse(data) {
var offset = 0, length = data.length;
function readUint16() {
var value = (data[offset] << 8) | data[offset + 1];
offset += 2;
return value;
}
function readDataBlock() {
var length = readUint16();
var array = data.subarray(offset, offset + length - 2);
offset += array.length;
return array;
}
function prepareComponents(frame) {
var maxH = 0, maxV = 0;
var component, componentId;
for (componentId in frame.components) {
if (frame.components.hasOwnProperty(componentId)) {
component = frame.components[componentId];
if (maxH < component.h) maxH = component.h;
if (maxV < component.v) maxV = component.v;
}
}
var mcusPerLine = Math.ceil(frame.samplesPerLine / 8 / maxH);
var mcusPerColumn = Math.ceil(frame.scanLines / 8 / maxV);
for (componentId in frame.components) {
if (frame.components.hasOwnProperty(componentId)) {
component = frame.components[componentId];
var blocksPerLine = Math.ceil(Math.ceil(frame.samplesPerLine / 8) * component.h / maxH);
var blocksPerColumn = Math.ceil(Math.ceil(frame.scanLines / 8) * component.v / maxV);
var blocksPerLineForMcu = mcusPerLine * component.h;
var blocksPerColumnForMcu = mcusPerColumn * component.v;
var blocks = [];
for (var i = 0; i < blocksPerColumnForMcu; i++) {
var row = [];
for (var j = 0; j < blocksPerLineForMcu; j++)
row.push(new Int32Array(64));
blocks.push(row);
}
component.blocksPerLine = blocksPerLine;
component.blocksPerColumn = blocksPerColumn;
component.blocks = blocks;
}
}
frame.maxH = maxH;
frame.maxV = maxV;
frame.mcusPerLine = mcusPerLine;
frame.mcusPerColumn = mcusPerColumn;
}
var jfif = null;
var adobe = null;
var pixels = null;
var frame, resetInterval;
var quantizationTables = [], frames = [];
var huffmanTablesAC = [], huffmanTablesDC = [];
var fileMarker = readUint16();
if (fileMarker != 0xFFD8) { // SOI (Start of Image)
throw "SOI not found";
}
fileMarker = readUint16();
while (fileMarker != 0xFFD9) { // EOI (End of image)
var i, j, l;
switch(fileMarker) {
case 0xFFE0: // APP0 (Application Specific)
case 0xFFE1: // APP1
case 0xFFE2: // APP2
case 0xFFE3: // APP3
case 0xFFE4: // APP4
case 0xFFE5: // APP5
case 0xFFE6: // APP6
case 0xFFE7: // APP7
case 0xFFE8: // APP8
case 0xFFE9: // APP9
case 0xFFEA: // APP10
case 0xFFEB: // APP11
case 0xFFEC: // APP12
case 0xFFED: // APP13
case 0xFFEE: // APP14
case 0xFFEF: // APP15
case 0xFFFE: // COM (Comment)
var appData = readDataBlock();
if (fileMarker === 0xFFE0) {
if (appData[0] === 0x4A && appData[1] === 0x46 && appData[2] === 0x49 &&
appData[3] === 0x46 && appData[4] === 0) { // 'JFIF\x00'
jfif = {
version: { major: appData[5], minor: appData[6] },
densityUnits: appData[7],
xDensity: (appData[8] << 8) | appData[9],
yDensity: (appData[10] << 8) | appData[11],
thumbWidth: appData[12],
thumbHeight: appData[13],
thumbData: appData.subarray(14, 14 + 3 * appData[12] * appData[13])
};
}
}
// TODO APP1 - Exif
if (fileMarker === 0xFFEE) {
if (appData[0] === 0x41 && appData[1] === 0x64 && appData[2] === 0x6F &&
appData[3] === 0x62 && appData[4] === 0x65 && appData[5] === 0) { // 'Adobe\x00'
adobe = {
version: appData[6],
flags0: (appData[7] << 8) | appData[8],
flags1: (appData[9] << 8) | appData[10],
transformCode: appData[11]
};
}
}
break;
case 0xFFDB: // DQT (Define Quantization Tables)
var quantizationTableCount = Math.floor((readUint16() - 2) / 65);
for (i = 0; i < quantizationTableCount; i++) {
var quantizationTableSpec = data[offset++];
var tableData = new Int32Array(64);
if ((quantizationTableSpec >> 4) === 0) { // 8 bit values
for (j = 0; j < 64; j++) {
var z = dctZigZag[j];
tableData[z] = data[offset++];
}
} else if ((quantizationTableSpec >> 4) === 1) { //16 bit
tableData[j] = readUint16();
} else
throw "DQT: invalid table spec";
quantizationTables[quantizationTableSpec & 15] = tableData;
}
break;
case 0xFFC0: // SOF0 (Start of Frame, Baseline DCT)
case 0xFFC2: // SOF2 (Start of Frame, Progressive DCT)
readUint16(); // skip data length
frame = {};
frame.progressive = (fileMarker === 0xFFC2);
frame.precision = data[offset++];
frame.scanLines = readUint16();
frame.samplesPerLine = readUint16();
frame.components = [];
var componentsCount = data[offset++], componentId;
var maxH = 0, maxV = 0;
for (i = 0; i < componentsCount; i++) {
componentId = data[offset];
var h = data[offset + 1] >> 4;
var v = data[offset + 1] & 15;
var qId = data[offset + 2];
frame.components[componentId] = {
h: h,
v: v,
quantizationTable: quantizationTables[qId]
};
offset += 3;
}
prepareComponents(frame);
frames.push(frame);
break;
case 0xFFC4: // DHT (Define Huffman Tables)
var huffmanLength = readUint16();
for (i = 2; i < huffmanLength;) {
var huffmanTableSpec = data[offset++];
var codeLengths = new Uint8Array(16);
var codeLengthSum = 0;
for (j = 0; j < 16; j++, offset++)
codeLengthSum += (codeLengths[j] = data[offset]);
var huffmanValues = new Uint8Array(codeLengthSum);
for (j = 0; j < codeLengthSum; j++, offset++)
huffmanValues[j] = data[offset];
i += 17 + codeLengthSum;
((huffmanTableSpec >> 4) === 0 ?
huffmanTablesDC : huffmanTablesAC)[huffmanTableSpec & 15] =
buildHuffmanTable(codeLengths, huffmanValues);
}
break;
case 0xFFDD: // DRI (Define Restart Interval)
readUint16(); // skip data length
resetInterval = readUint16();
break;
case 0xFFDA: // SOS (Start of Scan)
var scanLength = readUint16();
var selectorsCount = data[offset++];
var components = [], component;
for (i = 0; i < selectorsCount; i++) {
component = frame.components[data[offset++]];
var tableSpec = data[offset++];
component.huffmanTableDC = huffmanTablesDC[tableSpec >> 4];
component.huffmanTableAC = huffmanTablesAC[tableSpec & 15];
components.push(component);
}
var spectralStart = data[offset++];
var spectralEnd = data[offset++];
var successiveApproximation = data[offset++];
var processed = decodeScan(data, offset,
frame, components, resetInterval,
spectralStart, spectralEnd,
successiveApproximation >> 4, successiveApproximation & 15);
offset += processed;
break;
default:
throw "unknown JPEG marker " + fileMarker.toString(16);
}
fileMarker = readUint16();
}
if (frames.length != 1)
throw "only single frame JPEGs supported";
this.width = frame.samplesPerLine;
this.height = frame.scanLines;
this.jfif = jfif;
this.adobe = adobe;
this.components = [];
for (var id in frame.components) {
if (frame.components.hasOwnProperty(id)) {
this.components.push({
lines: buildComponentData(frame, frame.components[id]),
scaleX: frame.components[id].h / frame.maxH,
scaleY: frame.components[id].v / frame.maxV
});
}
}
},
getData: function getData(width, height) {
function clampTo8bit(a) {
return a < 0 ? 0 : a > 255 ? 255 : a;
}
var scaleX = this.width / width, scaleY = this.height / height;
var component1, component2, component3, component4;
var component1Line, component2Line, component3Line, component4Line;
var x, y;
var offset = 0;
var Y, Cb, Cr, K, C, M, Ye, R, G, B;
var colorTransform;
var dataLength = width * height * this.components.length;
var data = new Uint8Array(dataLength);
switch (this.components.length) {
case 1:
component1 = this.components[0];
for (y = 0; y < height; y++) {
component1Line = component1.lines[0 | (y * component1.scaleY * scaleY)];
for (x = 0; x < width; x++) {
Y = component1Line[0 | (x * component1.scaleX * scaleX)];
data[offset++] = Y;
}
}
break;
case 3:
// The default transform for three components is true
colorTransform = true;
// The adobe transform marker overrides any previous setting
if (this.adobe && this.adobe.transformCode)
colorTransform = true;
else if (typeof this.colorTransform !== 'undefined')
colorTransform = !!this.colorTransform;
component1 = this.components[0];
component2 = this.components[1];
component3 = this.components[2];
for (y = 0; y < height; y++) {
component1Line = component1.lines[0 | (y * component1.scaleY * scaleY)];
component2Line = component2.lines[0 | (y * component2.scaleY * scaleY)];
component3Line = component3.lines[0 | (y * component3.scaleY * scaleY)];
for (x = 0; x < width; x++) {
if (!colorTransform) {
R = component1Line[0 | (x * component1.scaleX * scaleX)];
G = component2Line[0 | (x * component2.scaleX * scaleX)];
B = component3Line[0 | (x * component3.scaleX * scaleX)];
} else {
Y = component1Line[0 | (x * component1.scaleX * scaleX)];
Cb = component2Line[0 | (x * component2.scaleX * scaleX)];
Cr = component3Line[0 | (x * component3.scaleX * scaleX)];
R = clampTo8bit(Y + 1.402 * (Cr - 128));
G = clampTo8bit(Y - 0.3441363 * (Cb - 128) - 0.71413636 * (Cr - 128));
B = clampTo8bit(Y + 1.772 * (Cb - 128));
}
data[offset++] = R;
data[offset++] = G;
data[offset++] = B;
}
}
break;
case 4:
if (!this.adobe)
throw 'Unsupported color mode (4 components)';
// The default transform for four components is false
colorTransform = false;
// The adobe transform marker overrides any previous setting
if (this.adobe && this.adobe.transformCode)
colorTransform = true;
else if (typeof this.colorTransform !== 'undefined')
colorTransform = !!this.colorTransform;
component1 = this.components[0];
component2 = this.components[1];
component3 = this.components[2];
component4 = this.components[3];
for (y = 0; y < height; y++) {
component1Line = component1.lines[0 | (y * component1.scaleY * scaleY)];
component2Line = component2.lines[0 | (y * component2.scaleY * scaleY)];
component3Line = component3.lines[0 | (y * component3.scaleY * scaleY)];
component4Line = component4.lines[0 | (y * component4.scaleY * scaleY)];
for (x = 0; x < width; x++) {
if (!colorTransform) {
C = component1Line[0 | (x * component1.scaleX * scaleX)];
M = component2Line[0 | (x * component2.scaleX * scaleX)];
Ye = component3Line[0 | (x * component3.scaleX * scaleX)];
K = component4Line[0 | (x * component4.scaleX * scaleX)];
} else {
Y = component1Line[0 | (x * component1.scaleX * scaleX)];
Cb = component2Line[0 | (x * component2.scaleX * scaleX)];
Cr = component3Line[0 | (x * component3.scaleX * scaleX)];
K = component4Line[0 | (x * component4.scaleX * scaleX)];
C = 255 - clampTo8bit(Y + 1.402 * (Cr - 128));
M = 255 - clampTo8bit(Y - 0.3441363 * (Cb - 128) - 0.71413636 * (Cr - 128));
Ye = 255 - clampTo8bit(Y + 1.772 * (Cb - 128));
}
data[offset++] = C;
data[offset++] = M;
data[offset++] = Ye;
data[offset++] = K;
}
}
break;
default:
throw 'Unsupported color mode';
}
return data;
},
copyToImageData: function copyToImageData(imageData) {
var width = imageData.width, height = imageData.height;
var imageDataArray = imageData.data;
var data = this.getData(width, height);
var i = 0, j = 0, x, y;
var Y, K, C, M, R, G, B;
switch (this.components.length) {
case 1:
for (y = 0; y < height; y++) {
for (x = 0; x < width; x++) {
Y = data[i++];
imageDataArray[j++] = Y;
imageDataArray[j++] = Y;
imageDataArray[j++] = Y;
imageDataArray[j++] = 255;
}
}
break;
case 3:
for (y = 0; y < height; y++) {
for (x = 0; x < width; x++) {
R = data[i++];
G = data[i++];
B = data[i++];
imageDataArray[j++] = R;
imageDataArray[j++] = G;
imageDataArray[j++] = B;
imageDataArray[j++] = 255;
}
}
break;
case 4:
for (y = 0; y < height; y++) {
for (x = 0; x < width; x++) {
C = data[i++];
M = data[i++];
Y = data[i++];
K = data[i++];
R = 255 - clampTo8bit(C * (1 - K / 255) + K);
G = 255 - clampTo8bit(M * (1 - K / 255) + K);
B = 255 - clampTo8bit(Y * (1 - K / 255) + K);
imageDataArray[j++] = R;
imageDataArray[j++] = G;
imageDataArray[j++] = B;
imageDataArray[j++] = 255;
}
}
break;
default:
throw 'Unsupported color mode';
}
}
};
return constructor;
})();
}).call((typeof window === 'undefined') ? this : window);
| JavaScript |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var kDefaultURL = 'compressed.tracemonkey-pldi-09.pdf';
var kDefaultScale = 1.5;
var kDefaultScaleDelta = 1.1;
var kCacheSize = 20;
var kCssUnits = 96.0 / 72.0;
var kScrollbarPadding = 40;
var kMinScale = 0.25;
var kMaxScale = 4.0;
var Cache = function cacheCache(size) {
var data = [];
this.push = function cachePush(view) {
var i = data.indexOf(view);
if (i >= 0)
data.splice(i);
data.push(view);
if (data.length > size)
data.shift().update();
};
};
var cache = new Cache(kCacheSize);
var currentPageNumber = 1;
var PDFView = {
pages: [],
thumbnails: [],
currentScale: kDefaultScale,
initialBookmark: document.location.hash.substring(1),
setScale: function pdfViewSetScale(val, resetAutoSettings) {
var pages = this.pages;
for (var i = 0; i < pages.length; i++)
pages[i].update(val * kCssUnits);
if (this.currentScale != val)
this.pages[this.page - 1].scrollIntoView();
this.currentScale = val;
var event = document.createEvent('UIEvents');
event.initUIEvent('scalechange', false, false, window, 0);
event.scale = val;
event.resetAutoSettings = resetAutoSettings;
window.dispatchEvent(event);
},
parseScale: function pdfViewParseScale(value, resetAutoSettings) {
if ('custom' == value)
return;
var scale = parseFloat(value);
if (scale) {
this.setScale(scale, true);
return;
}
var currentPage = this.pages[this.page - 1];
var pageWidthScale = (window.innerWidth - kScrollbarPadding) /
currentPage.width / kCssUnits;
var pageHeightScale = (window.innerHeight - kScrollbarPadding) /
currentPage.height / kCssUnits;
if ('page-width' == value)
this.setScale(pageWidthScale, resetAutoSettings);
if ('page-height' == value)
this.setScale(pageHeightScale, resetAutoSettings);
if ('page-fit' == value) {
this.setScale(
Math.min(pageWidthScale, pageHeightScale), resetAutoSettings);
}
},
zoomIn: function pdfViewZoomIn() {
var newScale = Math.min(kMaxScale, this.currentScale * kDefaultScaleDelta);
this.setScale(newScale, true);
},
zoomOut: function pdfViewZoomOut() {
var newScale = Math.max(kMinScale, this.currentScale / kDefaultScaleDelta);
this.setScale(newScale, true);
},
set page(val) {
var pages = this.pages;
var input = document.getElementById('pageNumber');
if (!(0 < val && val <= pages.length)) {
var event = document.createEvent('UIEvents');
event.initUIEvent('pagechange', false, false, window, 0);
event.pageNumber = this.page;
window.dispatchEvent(event);
return;
}
currentPageNumber = val;
var event = document.createEvent('UIEvents');
event.initUIEvent('pagechange', false, false, window, 0);
event.pageNumber = val;
window.dispatchEvent(event);
// checking if the this.page was called from the updateViewarea function:
// avoiding the creation of two "set page" method (internal and public)
if (updateViewarea.inProgress)
return;
// Avoid scrolling the first page during loading
if (this.loading && val == 1)
return;
pages[val - 1].scrollIntoView();
},
get page() {
return currentPageNumber;
},
open: function pdfViewOpen(url, scale) {
document.title = this.url = url;
var self = this;
PDFJS.getPdf(
{
url: url,
progress: function getPdfProgress(evt) {
if (evt.lengthComputable)
self.progress(evt.loaded / evt.total);
},
error: self.error
},
function getPdfLoad(data) {
self.loading = true;
self.load(data, scale);
self.loading = false;
});
},
download: function pdfViewDownload() {
window.open(this.url + '#pdfjs.action=download', '_parent');
},
navigateTo: function pdfViewNavigateTo(dest) {
if (typeof dest === 'string')
dest = this.destinations[dest];
if (!(dest instanceof Array))
return; // invalid destination
// dest array looks like that: <page-ref> </XYZ|FitXXX> <args..>
var destRef = dest[0];
var pageNumber = destRef instanceof Object ?
this.pagesRefMap[destRef.num + ' ' + destRef.gen + ' R'] : (destRef + 1);
if (pageNumber) {
this.page = pageNumber;
var currentPage = this.pages[pageNumber - 1];
currentPage.scrollIntoView(dest);
}
},
getDestinationHash: function pdfViewGetDestinationHash(dest) {
if (typeof dest === 'string')
return '#' + escape(dest);
if (dest instanceof Array) {
var destRef = dest[0]; // see navigateTo method for dest format
var pageNumber = destRef instanceof Object ?
this.pagesRefMap[destRef.num + ' ' + destRef.gen + ' R'] :
(destRef + 1);
if (pageNumber) {
var pdfOpenParams = '#page=' + pageNumber;
if (isName(dest[1], 'XYZ')) {
var scale = (dest[4] || this.currentScale);
pdfOpenParams += '&zoom=' + (scale * 100);
if (dest[2] || dest[3]) {
pdfOpenParams += ',' + (dest[2] || 0) + ',' + (dest[3] || 0);
}
}
return pdfOpenParams;
}
}
return '';
},
error: function pdfViewError() {
var loadingIndicator = document.getElementById('loading');
loadingIndicator.innerHTML = 'Error';
},
progress: function pdfViewProgress(level) {
var percent = Math.round(level * 100);
var loadingIndicator = document.getElementById('loading');
loadingIndicator.innerHTML = 'Loading... ' + percent + '%';
},
load: function pdfViewLoad(data, scale) {
function bindOnAfterDraw(pageView, thumbnailView) {
// when page is painted, using the image as thumbnail base
pageView.onAfterDraw = function pdfViewLoadOnAfterDraw() {
thumbnailView.setImage(pageView.canvas);
};
}
var loadingIndicator = document.getElementById('loading');
loadingIndicator.setAttribute('hidden', 'true');
var sidebar = document.getElementById('sidebarView');
sidebar.parentNode.scrollTop = 0;
while (sidebar.hasChildNodes())
sidebar.removeChild(sidebar.lastChild);
if ('_loadingInterval' in sidebar)
clearInterval(sidebar._loadingInterval);
var container = document.getElementById('viewer');
while (container.hasChildNodes())
container.removeChild(container.lastChild);
var pdf = new PDFJS.PDFDoc(data);
var pagesCount = pdf.numPages;
document.getElementById('numPages').innerHTML = pagesCount;
document.getElementById('pageNumber').max = pagesCount;
var pages = this.pages = [];
var pagesRefMap = {};
var thumbnails = this.thumbnails = [];
for (var i = 1; i <= pagesCount; i++) {
var page = pdf.getPage(i);
var pageView = new PageView(container, page, i, page.width, page.height,
page.stats, this.navigateTo.bind(this));
var thumbnailView = new ThumbnailView(sidebar, page, i,
page.width / page.height);
bindOnAfterDraw(pageView, thumbnailView);
pages.push(pageView);
thumbnails.push(thumbnailView);
var pageRef = page.ref;
pagesRefMap[pageRef.num + ' ' + pageRef.gen + ' R'] = i;
}
this.setScale(scale || kDefaultScale, true);
this.pagesRefMap = pagesRefMap;
this.destinations = pdf.catalog.destinations;
if (pdf.catalog.documentOutline) {
this.outline = new DocumentOutlineView(pdf.catalog.documentOutline);
var outlineSwitchButton = document.getElementById('outlineSwitch');
outlineSwitchButton.removeAttribute('disabled');
this.switchSidebarView('outline');
}
if (this.initialBookmark) {
this.setHash(this.initialBookmark);
this.initialBookmark = null;
}
else
this.page = 1;
},
setHash: function pdfViewSetHash(hash) {
if (!hash)
return;
if (hash.indexOf('=') >= 0) {
// parsing query string
var paramsPairs = hash.split('&');
var params = {};
for (var i = 0; i < paramsPairs.length; ++i) {
var paramPair = paramsPairs[i].split('=');
params[paramPair[0]] = paramPair[1];
}
// borrowing syntax from "Parameters for Opening PDF Files"
if ('nameddest' in params) {
PDFView.navigateTo(params.nameddest);
return;
}
if ('page' in params) {
var pageNumber = (params.page | 0) || 1;
this.page = pageNumber;
if ('zoom' in params) {
var zoomArgs = params.zoom.split(','); // scale,left,top
// building destination array
var dest = [null, new Name('XYZ'), (zoomArgs[1] | 0),
(zoomArgs[2] | 0), (zoomArgs[0] | 0) / 100];
var currentPage = this.pages[pageNumber - 1];
currentPage.scrollIntoView(dest);
} else
this.page = params.page; // simple page
return;
}
} else if (/^\d+$/.test(hash)) // page number
this.page = hash;
else // named destination
PDFView.navigateTo(unescape(hash));
},
switchSidebarView: function pdfViewSwitchSidebarView(view) {
var thumbsScrollView = document.getElementById('sidebarScrollView');
var outlineScrollView = document.getElementById('outlineScrollView');
var thumbsSwitchButton = document.getElementById('thumbsSwitch');
var outlineSwitchButton = document.getElementById('outlineSwitch');
switch (view) {
case 'thumbs':
thumbsScrollView.removeAttribute('hidden');
outlineScrollView.setAttribute('hidden', 'true');
thumbsSwitchButton.setAttribute('data-selected', true);
outlineSwitchButton.removeAttribute('data-selected');
break;
case 'outline':
thumbsScrollView.setAttribute('hidden', 'true');
outlineScrollView.removeAttribute('hidden');
thumbsSwitchButton.removeAttribute('data-selected');
outlineSwitchButton.setAttribute('data-selected', true);
break;
}
},
getVisiblePages: function pdfViewGetVisiblePages() {
var pages = this.pages;
var kBottomMargin = 10;
var visiblePages = [];
var currentHeight = kBottomMargin;
var windowTop = window.pageYOffset;
for (var i = 1; i <= pages.length; ++i) {
var page = pages[i - 1];
var pageHeight = page.height * page.scale + kBottomMargin;
if (currentHeight + pageHeight > windowTop)
break;
currentHeight += pageHeight;
}
var windowBottom = window.pageYOffset + window.innerHeight;
for (; i <= pages.length && currentHeight < windowBottom; ++i) {
var singlePage = pages[i - 1];
visiblePages.push({ id: singlePage.id, y: currentHeight,
view: singlePage });
currentHeight += singlePage.height * singlePage.scale + kBottomMargin;
}
return visiblePages;
}
};
var PageView = function pageView(container, content, id, pageWidth, pageHeight,
stats, navigateTo) {
this.id = id;
this.content = content;
var view = this.content.view;
this.x = view.x;
this.y = view.y;
this.width = view.width;
this.height = view.height;
var anchor = document.createElement('a');
anchor.name = '' + this.id;
var div = document.createElement('div');
div.id = 'pageContainer' + this.id;
div.className = 'page';
container.appendChild(anchor);
container.appendChild(div);
this.update = function pageViewUpdate(scale) {
this.scale = scale || this.scale;
div.style.width = (this.width * this.scale) + 'px';
div.style.height = (this.height * this.scale) + 'px';
while (div.hasChildNodes())
div.removeChild(div.lastChild);
div.removeAttribute('data-loaded');
delete this.canvas;
};
function setupLinks(content, scale) {
function bindLink(link, dest) {
link.href = PDFView.getDestinationHash(dest);
link.onclick = function pageViewSetupLinksOnclick() {
if (dest)
PDFView.navigateTo(dest);
return false;
};
}
var links = content.getLinks();
for (var i = 0; i < links.length; i++) {
var link = document.createElement('a');
link.style.left = (Math.floor(links[i].x - view.x) * scale) + 'px';
link.style.top = (Math.floor(links[i].y - view.y) * scale) + 'px';
link.style.width = Math.ceil(links[i].width * scale) + 'px';
link.style.height = Math.ceil(links[i].height * scale) + 'px';
link.href = links[i].url || '';
if (!links[i].url)
bindLink(link, ('dest' in links[i]) ? links[i].dest : null);
div.appendChild(link);
}
}
this.getPagePoint = function pageViewGetPagePoint(x, y) {
var scale = PDFView.currentScale;
return this.content.rotatePoint(x / scale, y / scale);
};
this.scrollIntoView = function pageViewScrollIntoView(dest) {
if (!dest) {
div.scrollIntoView(true);
return;
}
var x = 0, y = 0;
var width = 0, height = 0, widthScale, heightScale;
var scale = 0;
switch (dest[1].name) {
case 'XYZ':
x = dest[2];
y = dest[3];
scale = dest[4];
break;
case 'Fit':
case 'FitB':
scale = 'page-fit';
break;
case 'FitH':
case 'FitBH':
y = dest[2];
scale = 'page-width';
break;
case 'FitV':
case 'FitBV':
x = dest[2];
scale = 'page-height';
break;
case 'FitR':
x = dest[2];
y = dest[3];
width = dest[4] - x;
height = dest[5] - y;
widthScale = (window.innerWidth - kScrollbarPadding) /
width / kCssUnits;
heightScale = (window.innerHeight - kScrollbarPadding) /
height / kCssUnits;
scale = Math.min(widthScale, heightScale);
break;
default:
return;
}
var boundingRect = [
this.content.rotatePoint(x, y),
this.content.rotatePoint(x + width, y + height)
];
if (scale && scale !== PDFView.currentScale)
PDFView.setScale(scale, true);
setTimeout(function pageViewScrollIntoViewRelayout() {
// letting page to re-layout before scrolling
var scale = PDFView.currentScale;
var x = Math.min(boundingRect[0].x, boundingRect[1].x);
var y = Math.min(boundingRect[0].y, boundingRect[1].y);
var width = Math.abs(boundingRect[0].x - boundingRect[1].x);
var height = Math.abs(boundingRect[0].y - boundingRect[1].y);
// using temporary div to scroll it into view
var tempDiv = document.createElement('div');
tempDiv.style.position = 'absolute';
tempDiv.style.left = Math.floor(x * scale) + 'px';
tempDiv.style.top = Math.floor(y * scale) + 'px';
tempDiv.style.width = Math.ceil(width * scale) + 'px';
tempDiv.style.height = Math.ceil(height * scale) + 'px';
div.appendChild(tempDiv);
tempDiv.scrollIntoView(true);
div.removeChild(tempDiv);
}, 0);
};
this.draw = function pageviewDraw() {
if (div.hasChildNodes()) {
this.updateStats();
return false;
}
var canvas = document.createElement('canvas');
canvas.id = 'page' + this.id;
canvas.mozOpaque = true;
div.appendChild(canvas);
this.canvas = canvas;
var scale = this.scale;
canvas.width = pageWidth * scale;
canvas.height = pageHeight * scale;
var ctx = canvas.getContext('2d');
ctx.save();
ctx.fillStyle = 'rgb(255, 255, 255)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.restore();
ctx.translate(-this.x * scale, -this.y * scale);
stats.begin = Date.now();
this.content.startRendering(ctx, (function pageViewDrawCallback() {
this.updateStats();
if (this.onAfterDraw)
this.onAfterDraw();
}).bind(this));
setupLinks(this.content, this.scale);
div.setAttribute('data-loaded', true);
return true;
};
this.updateStats = function pageViewUpdateStats() {
var t1 = stats.compile, t2 = stats.fonts, t3 = stats.render;
var str = 'Time to compile/fonts/render: ' +
(t1 - stats.begin) + '/' + (t2 - t1) + '/' + (t3 - t2) + ' ms';
document.getElementById('info').innerHTML = str;
};
};
var ThumbnailView = function thumbnailView(container, page, id, pageRatio) {
var anchor = document.createElement('a');
anchor.href = '#' + id;
anchor.onclick = function stopNivigation() {
PDFView.page = id;
return false;
};
var div = document.createElement('div');
div.id = 'thumbnailContainer' + id;
div.className = 'thumbnail';
anchor.appendChild(div);
container.appendChild(anchor);
this.hasImage = false;
function getPageDrawContext() {
var canvas = document.createElement('canvas');
canvas.id = 'thumbnail' + id;
canvas.mozOpaque = true;
var maxThumbSize = 134;
canvas.width = pageRatio >= 1 ? maxThumbSize :
maxThumbSize * pageRatio;
canvas.height = pageRatio <= 1 ? maxThumbSize :
maxThumbSize / pageRatio;
div.setAttribute('data-loaded', true);
div.appendChild(canvas);
var ctx = canvas.getContext('2d');
ctx.save();
ctx.fillStyle = 'rgb(255, 255, 255)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.restore();
var view = page.view;
var scaleX = (canvas.width / page.width);
var scaleY = (canvas.height / page.height);
ctx.translate(-view.x * scaleX, -view.y * scaleY);
div.style.width = (view.width * scaleX) + 'px';
div.style.height = (view.height * scaleY) + 'px';
div.style.lineHeight = (view.height * scaleY) + 'px';
return ctx;
}
this.draw = function thumbnailViewDraw() {
if (this.hasImage)
return;
var ctx = getPageDrawContext();
page.startRendering(ctx, function thumbnailViewDrawStartRendering() {});
this.hasImage = true;
};
this.setImage = function thumbnailViewSetImage(img) {
if (this.hasImage)
return;
var ctx = getPageDrawContext();
ctx.drawImage(img, 0, 0, img.width, img.height,
0, 0, ctx.canvas.width, ctx.canvas.height);
this.hasImage = true;
};
};
var DocumentOutlineView = function documentOutlineView(outline) {
var outlineView = document.getElementById('outlineView');
function bindItemLink(domObj, item) {
domObj.href = PDFView.getDestinationHash(item.dest);
domObj.onclick = function documentOutlineViewOnclick(e) {
PDFView.navigateTo(item.dest);
return false;
};
}
var queue = [{parent: outlineView, items: outline}];
while (queue.length > 0) {
var levelData = queue.shift();
var i, n = levelData.items.length;
for (i = 0; i < n; i++) {
var item = levelData.items[i];
var div = document.createElement('div');
div.className = 'outlineItem';
var a = document.createElement('a');
bindItemLink(a, item);
a.textContent = item.title;
div.appendChild(a);
if (item.items.length > 0) {
var itemsDiv = document.createElement('div');
itemsDiv.className = 'outlineItems';
div.appendChild(itemsDiv);
queue.push({parent: itemsDiv, items: item.items});
}
levelData.parent.appendChild(div);
}
}
};
window.addEventListener('load', function webViewerLoad(evt) {
var params = document.location.search.substring(1).split('&');
for (var i = 0; i < params.length; i++) {
var param = params[i].split('=');
params[unescape(param[0])] = unescape(param[1]);
}
var scale = ('scale' in params) ? params.scale : kDefaultScale;
PDFView.open(params.file || kDefaultURL, parseFloat(scale));
if (!window.File || !window.FileReader || !window.FileList || !window.Blob)
document.getElementById('fileInput').setAttribute('hidden', 'true');
else
document.getElementById('fileInput').value = null;
}, true);
window.addEventListener('unload', function webViewerUnload(evt) {
window.scrollTo(0, 0);
}, true);
function updateViewarea() {
var visiblePages = PDFView.getVisiblePages();
for (var i = 0; i < visiblePages.length; i++) {
var page = visiblePages[i];
if (PDFView.pages[page.id - 1].draw())
cache.push(page.view);
}
if (!visiblePages.length)
return;
updateViewarea.inProgress = true; // used in "set page"
var currentId = PDFView.page;
var firstPage = visiblePages[0];
PDFView.page = firstPage.id;
updateViewarea.inProgress = false;
var kViewerTopMargin = 52;
var pageNumber = firstPage.id;
var pdfOpenParams = '#page=' + pageNumber;
pdfOpenParams += '&zoom=' + Math.round(PDFView.currentScale * 100);
var currentPage = PDFView.pages[pageNumber - 1];
var topLeft = currentPage.getPagePoint(window.pageXOffset,
window.pageYOffset - firstPage.y - kViewerTopMargin);
pdfOpenParams += ',' + Math.round(topLeft.x) + ',' + Math.round(topLeft.y);
document.getElementById('viewBookmark').href = pdfOpenParams;
}
window.addEventListener('scroll', function webViewerScroll(evt) {
updateViewarea();
}, true);
window.addEventListener('resize', function webViewerResize(evt) {
if (document.getElementById('pageWidthOption').selected ||
document.getElementById('pageFitOption').selected)
PDFView.parseScale(document.getElementById('scaleSelect').value);
updateViewarea();
});
window.addEventListener('hashchange', function webViewerHashchange(evt) {
PDFView.setHash(document.location.hash.substring(1));
});
window.addEventListener('change', function webViewerChange(evt) {
var files = evt.target.files;
if (!files || files.length == 0)
return;
// Read the local file into a Uint8Array.
var fileReader = new FileReader();
fileReader.onload = function webViewerChangeFileReaderOnload(evt) {
var data = evt.target.result;
var buffer = new ArrayBuffer(data.length);
var uint8Array = new Uint8Array(buffer);
for (var i = 0; i < data.length; i++)
uint8Array[i] = data.charCodeAt(i);
PDFView.load(uint8Array);
};
// Read as a binary string since "readAsArrayBuffer" is not yet
// implemented in Firefox.
var file = files[0];
fileReader.readAsBinaryString(file);
document.title = file.name;
// URL does not reflect proper document location - hiding some icons.
document.getElementById('viewBookmark').setAttribute('hidden', 'true');
document.getElementById('download').setAttribute('hidden', 'true');
}, true);
window.addEventListener('transitionend', function webViewerTransitionend(evt) {
var pageIndex = 0;
var pagesCount = PDFView.pages.length;
var container = document.getElementById('sidebarView');
container._interval = window.setInterval(function interval() {
// skipping the thumbnails with set images
while (pageIndex < pagesCount && PDFView.thumbnails[pageIndex].hasImage)
pageIndex++;
if (pageIndex >= pagesCount) {
window.clearInterval(container._interval);
return;
}
PDFView.thumbnails[pageIndex++].draw();
}, 500);
}, true);
window.addEventListener('scalechange', function scalechange(evt) {
var customScaleOption = document.getElementById('customScaleOption');
customScaleOption.selected = false;
if (!evt.resetAutoSettings &&
(document.getElementById('pageWidthOption').selected ||
document.getElementById('pageFitOption').selected)) {
updateViewarea();
return;
}
var options = document.getElementById('scaleSelect').options;
var predefinedValueFound = false;
var value = '' + evt.scale;
for (var i = 0; i < options.length; i++) {
var option = options[i];
if (option.value != value) {
option.selected = false;
continue;
}
option.selected = true;
predefinedValueFound = true;
}
if (!predefinedValueFound) {
customScaleOption.textContent = Math.round(evt.scale * 10000) / 100 + '%';
customScaleOption.selected = true;
}
updateViewarea();
}, true);
window.addEventListener('pagechange', function pagechange(evt) {
var page = evt.pageNumber;
if (document.getElementById('pageNumber').value != page)
document.getElementById('pageNumber').value = page;
document.getElementById('previous').disabled = (page <= 1);
document.getElementById('next').disabled = (page >= PDFView.pages.length);
}, true);
window.addEventListener('keydown', function keydown(evt) {
var curElement = document.activeElement;
var controlsElement = document.getElementById('controls');
while (curElement) {
if (curElement === controlsElement)
return; // ignoring if the 'controls' element is focused
curElement = curElement.parentNode;
}
switch (evt.keyCode) {
case 61: // FF/Mac '='
case 107: // FF '+' and '='
case 187: // Chrome '+'
PDFView.zoomIn();
break;
case 109: // FF '-'
case 189: // Chrome '-'
PDFView.zoomOut();
break;
case 48: // '0'
PDFView.setScale(kDefaultScale, true);
break;
}
});
| JavaScript |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
// Checking if the typed arrays are supported
(function checkTypedArrayCompatibility() {
if (typeof Uint8Array !== 'undefined')
return;
function subarray(start, end) {
return this.slice(start, end);
}
function setArrayOffset(array, offset) {
if (arguments.length < 2)
offset = 0;
for (var i = 0, n = array.length; i < n; ++i, ++offset)
this[offset] = array[i] & 0xFF;
}
function TypedArray(arg1) {
var result;
if (typeof arg1 === 'number') {
result = [];
for (var i = 0; i < arg1; ++i)
result[i] = 0;
} else
result = arg1.slice(0);
result.subarray = subarray;
result.buffer = result;
result.byteLength = result.length;
result.set = setArrayOffset;
if (typeof arg1 === 'object' && arg1.buffer)
result.buffer = arg1.buffer;
return result;
}
window.Uint8Array = TypedArray;
// we don't need support for set, byteLength for 32-bit array
// so we can use the TypedArray as well
window.Uint32Array = TypedArray;
window.Int32Array = TypedArray;
window.Uint16Array = TypedArray;
})();
// Object.create() ?
(function checkObjectCreateCompatibility() {
if (typeof Object.create !== 'undefined')
return;
Object.create = function objectCreate(proto) {
var constructor = function objectCreateConstructor() {};
constructor.prototype = proto;
return new constructor();
};
})();
// Object.defineProperty() ?
(function checkObjectDefinePropertyCompatibility() {
if (typeof Object.defineProperty !== 'undefined')
return;
Object.defineProperty = function objectDefineProperty(obj, name, def) {
delete obj[name];
if ('get' in def)
obj.__defineGetter__(name, def['get']);
if ('set' in def)
obj.__defineSetter__(name, def['set']);
if ('value' in def) {
obj.__defineSetter__(name, function objectDefinePropertySetter(value) {
this.__defineGetter__(name, function objectDefinePropertyGetter() {
return value;
});
return value;
});
obj[name] = def.value;
}
};
})();
// Object.keys() ?
(function checkObjectKeysCompatibility() {
if (typeof Object.keys !== 'undefined')
return;
Object.keys = function objectKeys(obj) {
var result = [];
for (var i in obj) {
if (obj.hasOwnProperty(i))
result.push(i);
}
return result;
};
})();
// No XMLHttpRequest.response ?
(function checkXMLHttpRequestResponseCompatibility() {
var xhrPrototype = XMLHttpRequest.prototype;
if ('response' in xhrPrototype ||
'mozResponseArrayBuffer' in xhrPrototype ||
'mozResponse' in xhrPrototype ||
'responseArrayBuffer' in xhrPrototype)
return;
// IE ?
if (typeof VBArray !== 'undefined') {
Object.defineProperty(xhrPrototype, 'response', {
get: function xmlHttpRequestResponseGet() {
return new Uint8Array(new VBArray(this.responseBody).toArray());
}
});
return;
}
// other browsers
function responseTypeSetter() {
// will be only called to set "arraybuffer"
this.overrideMimeType('text/plain; charset=x-user-defined');
}
if (typeof xhrPrototype.overrideMimeType === 'function') {
Object.defineProperty(xhrPrototype, 'responseType',
{ set: responseTypeSetter });
}
function responseGetter() {
var text = this.responseText;
var i, n = text.length;
var result = new Uint8Array(n);
for (i = 0; i < n; ++i)
result[i] = text.charCodeAt(i) & 0xFF;
return result;
}
Object.defineProperty(xhrPrototype, 'response', { get: responseGetter });
})();
// window.btoa (base64 encode function) ?
(function checkWindowBtoaCompatibility() {
if ('btoa' in window)
return;
var digits =
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
window.btoa = function windowBtoa(chars) {
var buffer = '';
var i, n;
for (i = 0, n = chars.length; i < n; i += 3) {
var b1 = chars.charCodeAt(i) & 0xFF;
var b2 = chars.charCodeAt(i + 1) & 0xFF;
var b3 = chars.charCodeAt(i + 2) & 0xFF;
var d1 = b1 >> 2, d2 = ((b1 & 3) << 4) | (b2 >> 4);
var d3 = i + 1 < n ? ((b2 & 0xF) << 2) | (b3 >> 6) : 64;
var d4 = i + 2 < n ? (b3 & 0x3F) : 64;
buffer += (digits.charAt(d1) + digits.charAt(d2) +
digits.charAt(d3) + digits.charAt(d4));
}
return buffer;
};
})();
// Function.prototype.bind ?
(function checkFunctionPrototypeBindCompatibility() {
if (typeof Function.prototype.bind !== 'undefined')
return;
Function.prototype.bind = function functionPrototypeBind(obj) {
var fn = this, headArgs = Array.prototype.slice.call(arguments, 1);
var bound = function functionPrototypeBindBound() {
var args = Array.prototype.concat.apply(headArgs, arguments);
return fn.apply(obj, args);
};
return bound;
};
})();
// IE9 text/html data URI
(function checkDocumentDocumentModeCompatibility() {
if (!('documentMode' in document) || document.documentMode !== 9)
return;
// overriding the src property
var originalSrcDescriptor = Object.getOwnPropertyDescriptor(
HTMLIFrameElement.prototype, 'src');
Object.defineProperty(HTMLIFrameElement.prototype, 'src', {
get: function htmlIFrameElementPrototypeSrcGet() { return this.$src; },
set: function htmlIFrameElementPrototypeSrcSet(src) {
this.$src = src;
if (src.substr(0, 14) != 'data:text/html') {
originalSrcDescriptor.set.call(this, src);
return;
}
// for text/html, using blank document and then
// document's open, write, and close operations
originalSrcDescriptor.set.call(this, 'about:blank');
setTimeout((function htmlIFrameElementPrototypeSrcOpenWriteClose() {
var doc = this.contentDocument;
doc.open('text/html');
doc.write(src.substr(src.indexOf(',') + 1));
doc.close();
}).bind(this), 0);
},
enumerable: true
});
})();
| JavaScript |
var Field = {
"xPos" : -1,
"yPos" : -1,
"placeId" : "",
"count" :0,
"_init": function (event) {
var place = "";
if (Field.placeId != "")
place = document.getElementById(Field.placeId);
else
place = document.getElementsByTagName("body")[0];
Field.xPos = event.offsetX ? (event.offsetX) : event.pageX - place.offsetLeft;
Field.yPos = event.offsetY ? (event.offsetY) : event.pageY - place.offsetTop;
},
"add":function(event) {
Field._init(event);
var pos_x = Field.xPos-25;
var pos_y = Field.yPos-15;
document.getElementById("info").setAttribute("value", pos_x);
var element = document.createElement("input");
element.setAttribute("name","input_click");
element.setAttribute("id","input_click_"+ Field.count++);
element.setAttribute("class","dragable");
//element.setAttribute("oncontextmenu","Field.remove(event, this);return false;");
element.setAttribute("style", "background-color:#fff;-moz-opacity:0.5;width:50px;height:30px;border:2px solid #000;position:absolute;opacity: 0.5;left:"+pos_x+"px;top:"+pos_y+"px;");
document.body.appendChild(element);
},
"remove":function (event) {
//$(obj).remove();
//document.getElementById(obj).value="ABC";
alert("Thank for removing me!");
}
};
| JavaScript |
var ratio=1.5;
var filename = 'files/example.pdf';
PDFJS.workerSrc = "libs/pdf.js";
PDFJS.getPdf(filename, function getPdfFile(data) {
var pdf = new PDFJS.PDFDoc(data);
var pageNum = pdf.numPages;
var pages=[];
var scale = ratio;
var i;
//Tải các trang pdf vào mảng pages
//trang pdf được tính từ 1, nhưng mảng pages bắt đầu tính từ 0.
for (i=1;i<=pageNum;i++) {
pages.push(pdf.getPage(i));
}
var ul = document.createElement("ul");
for (i=0;i<pageNum;i++) {
var div_page = document.createElement("div");
div_page.id = "page-" + i;
var anchor = document.createElement("a");
anchor.name = 'page-a-' + i;
var canvas = document.createElement("canvas");
canvas.id = 'canvas-' + i;
canvas.innerHTML = "Trình duyệt của bạn không hỗ trợ CANVAS.";
var context = canvas.getContext('2d');
pages[i].startRendering(context);
canvas.height = pages[i].height * scale;
canvas.width = pages[i].width * scale;
var l = "left:0;";
var t = "top:" + (canvas.height * i + 10 * (i+1)) + "px;";
canvas.setAttribute("style", l+t + "z-index:0;");
var layerBeforeCanvas = document.createElement("div");
layerBeforeCanvas.id = "layer-for-canvas-" + i;
layerBeforeCanvas.className = "layer-before-canvas";
var h = "height:"+ canvas.height + "px;";
var w = "width:"+ canvas.width + "px;";
layerBeforeCanvas.setAttribute("style", h+w+l+t + "z-index:1;");
div_page.appendChild(anchor);
div_page.appendChild(canvas);
div_page.appendChild(layerBeforeCanvas);
document.getElementById("viewer").appendChild(div_page);
var li = document.createElement("li");
var goTo = document.createElement("a");
goTo.setAttribute("href", "#page-a-"+i);
goTo.innerHTML="Trang "+ (i+1);
li.appendChild(goTo);
ul.appendChild(li);
}
/*
* TODO: Viết js thực hiện cuộn tới anchor (absolute không thể dùng với anchor).
*
* http://css-tricks.com/snippets/jquery/smooth-scrolling/
* http://www.position-relative.net/creation/anchor
* http://stackoverflow.com/questions/3972082/problem-with-html-anchor-in-absolute-div-300px-from-the-top
*
*/
document.getElementById("go_to_page").appendChild(ul);
}); | JavaScript |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
var PDFJS = {};
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
'use strict';
PDFJS.build = 'PDFJSSCRIPT_BUNDLE_VER';
// Files are inserted below - see Makefile
/* PDFJSSCRIPT_INCLUDE_ALL */
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var globalScope = (typeof window === 'undefined') ? this : window;
var ERRORS = 0, WARNINGS = 1, TODOS = 5;
var verbosity = WARNINGS;
// The global PDFJS object exposes the API
// In production, it will be declared outside a global wrapper
// In development, it will be declared here
if (!globalScope.PDFJS) {
globalScope.PDFJS = {};
}
// getPdf()
// Convenience function to perform binary Ajax GET
// Usage: getPdf('http://...', callback)
// getPdf({
// url:String ,
// [,progress:Function, error:Function]
// },
// callback)
function getPdf(arg, callback) {
var params = arg;
if (typeof arg === 'string')
params = { url: arg };
var xhr = new XMLHttpRequest();
xhr.open('GET', params.url);
xhr.mozResponseType = xhr.responseType = 'arraybuffer';
xhr.expected = (document.URL.indexOf('file:') === 0) ? 0 : 200;
if ('progress' in params)
xhr.onprogress = params.progress || undefined;
if ('error' in params)
xhr.onerror = params.error || undefined;
xhr.onreadystatechange = function getPdfOnreadystatechange() {
if (xhr.readyState === 4 && xhr.status === xhr.expected) {
var data = (xhr.mozResponseArrayBuffer || xhr.mozResponse ||
xhr.responseArrayBuffer || xhr.response);
callback(data);
}
};
xhr.send(null);
}
globalScope.PDFJS.getPdf = getPdf;
var Page = (function pagePage() {
function constructor(xref, pageNumber, pageDict, ref) {
this.pageNumber = pageNumber;
this.pageDict = pageDict;
this.stats = {
create: Date.now(),
compile: 0.0,
fonts: 0.0,
images: 0.0,
render: 0.0
};
this.xref = xref;
this.ref = ref;
}
constructor.prototype = {
getPageProp: function pageGetPageProp(key) {
return this.xref.fetchIfRef(this.pageDict.get(key));
},
inheritPageProp: function pageInheritPageProp(key) {
var dict = this.pageDict;
var obj = dict.get(key);
while (obj === undefined) {
dict = this.xref.fetchIfRef(dict.get('Parent'));
if (!dict)
break;
obj = dict.get(key);
}
return obj;
},
get content() {
return shadow(this, 'content', this.getPageProp('Contents'));
},
get resources() {
return shadow(this, 'resources', this.inheritPageProp('Resources'));
},
get mediaBox() {
var obj = this.inheritPageProp('MediaBox');
// Reset invalid media box to letter size.
if (!isArray(obj) || obj.length !== 4)
obj = [0, 0, 612, 792];
return shadow(this, 'mediaBox', obj);
},
get view() {
var obj = this.inheritPageProp('CropBox');
var view = {
x: 0,
y: 0,
width: this.width,
height: this.height
};
if (isArray(obj) && obj.length == 4) {
var tl = this.rotatePoint(obj[0], obj[1]);
var br = this.rotatePoint(obj[2], obj[3]);
view.x = Math.min(tl.x, br.x);
view.y = Math.min(tl.y, br.y);
view.width = Math.abs(tl.x - br.x);
view.height = Math.abs(tl.y - br.y);
}
return shadow(this, 'cropBox', view);
},
get annotations() {
return shadow(this, 'annotations', this.inheritPageProp('Annots'));
},
get width() {
var mediaBox = this.mediaBox;
var rotate = this.rotate;
var width;
if (rotate == 0 || rotate == 180) {
width = (mediaBox[2] - mediaBox[0]);
} else {
width = (mediaBox[3] - mediaBox[1]);
}
return shadow(this, 'width', width);
},
get height() {
var mediaBox = this.mediaBox;
var rotate = this.rotate;
var height;
if (rotate == 0 || rotate == 180) {
height = (mediaBox[3] - mediaBox[1]);
} else {
height = (mediaBox[2] - mediaBox[0]);
}
return shadow(this, 'height', height);
},
get rotate() {
var rotate = this.inheritPageProp('Rotate') || 0;
// Normalize rotation so it's a multiple of 90 and between 0 and 270
if (rotate % 90 != 0) {
rotate = 0;
} else if (rotate >= 360) {
rotate = rotate % 360;
} else if (rotate < 0) {
// The spec doesn't cover negatives, assume its counterclockwise
// rotation. The following is the other implementation of modulo.
rotate = ((rotate % 360) + 360) % 360;
}
return shadow(this, 'rotate', rotate);
},
startRenderingFromIRQueue: function pageStartRenderingFromIRQueue(
IRQueue, fonts) {
var self = this;
this.IRQueue = IRQueue;
var gfx = new CanvasGraphics(this.ctx, this.objs);
var displayContinuation = function pageDisplayContinuation() {
// Always defer call to display() to work around bug in
// Firefox error reporting from XHR callbacks.
setTimeout(function pageSetTimeout() {
try {
self.display(gfx, self.callback);
} catch (e) {
if (self.callback) self.callback(e.toString());
throw e;
}
});
};
this.ensureFonts(fonts,
function pageStartRenderingFromIRQueueEnsureFonts() {
displayContinuation();
});
},
getIRQueue: function pageGetIRQueue(handler, dependency) {
if (this.IRQueue) {
// content was compiled
return this.IRQueue;
}
var xref = this.xref;
var content = xref.fetchIfRef(this.content);
var resources = xref.fetchIfRef(this.resources);
if (isArray(content)) {
// fetching items
var i, n = content.length;
for (i = 0; i < n; ++i)
content[i] = xref.fetchIfRef(content[i]);
content = new StreamsSequenceStream(content);
}
var pe = this.pe = new PartialEvaluator(
xref, handler, 'p' + this.pageNumber + '_');
var IRQueue = {};
return (this.IRQueue = pe.getIRQueue(content, resources, IRQueue,
dependency));
},
ensureFonts: function pageEnsureFonts(fonts, callback) {
// Convert the font names to the corresponding font obj.
for (var i = 0, ii = fonts.length; i < ii; i++) {
fonts[i] = this.objs.objs[fonts[i]].data;
}
// Load all the fonts
var fontObjs = FontLoader.bind(
fonts,
function pageEnsureFontsFontObjs(fontObjs) {
this.stats.fonts = Date.now();
callback.call(this);
}.bind(this),
this.objs
);
},
display: function pageDisplay(gfx, callback) {
var xref = this.xref;
var resources = xref.fetchIfRef(this.resources);
var mediaBox = xref.fetchIfRef(this.mediaBox);
assertWellFormed(isDict(resources), 'invalid page resources');
gfx.xref = xref;
gfx.res = resources;
gfx.beginDrawing({ x: mediaBox[0], y: mediaBox[1],
width: this.width,
height: this.height,
rotate: this.rotate });
var startIdx = 0;
var length = this.IRQueue.fnArray.length;
var IRQueue = this.IRQueue;
var self = this;
function next() {
startIdx = gfx.executeIRQueue(IRQueue, startIdx, next);
if (startIdx == length) {
self.stats.render = Date.now();
if (callback) callback();
}
}
next();
},
rotatePoint: function pageRotatePoint(x, y, reverse) {
var rotate = reverse ? (360 - this.rotate) : this.rotate;
switch (rotate) {
case 180:
return {x: this.width - x, y: y};
case 90:
return {x: this.width - y, y: this.height - x};
case 270:
return {x: y, y: x};
case 360:
case 0:
default:
return {x: x, y: this.height - y};
}
},
getLinks: function pageGetLinks() {
var xref = this.xref;
var annotations = xref.fetchIfRef(this.annotations) || [];
var i, n = annotations.length;
var links = [];
for (i = 0; i < n; ++i) {
var annotation = xref.fetch(annotations[i]);
if (!isDict(annotation))
continue;
var subtype = annotation.get('Subtype');
if (!isName(subtype) || subtype.name != 'Link')
continue;
var rect = annotation.get('Rect');
var topLeftCorner = this.rotatePoint(rect[0], rect[1]);
var bottomRightCorner = this.rotatePoint(rect[2], rect[3]);
var link = {};
link.x = Math.min(topLeftCorner.x, bottomRightCorner.x);
link.y = Math.min(topLeftCorner.y, bottomRightCorner.y);
link.width = Math.abs(topLeftCorner.x - bottomRightCorner.x);
link.height = Math.abs(topLeftCorner.y - bottomRightCorner.y);
var a = this.xref.fetchIfRef(annotation.get('A'));
if (a) {
switch (a.get('S').name) {
case 'URI':
link.url = a.get('URI');
break;
case 'GoTo':
link.dest = a.get('D');
break;
default:
TODO('other link types');
}
} else if (annotation.has('Dest')) {
// simple destination link
var dest = annotation.get('Dest');
link.dest = isName(dest) ? dest.name : dest;
}
links.push(link);
}
return links;
},
startRendering: function pageStartRendering(ctx, callback) {
this.ctx = ctx;
this.callback = callback;
this.startRenderingTime = Date.now();
this.pdf.startRendering(this);
}
};
return constructor;
})();
/**
* The `PDFDocModel` holds all the data of the PDF file. Compared to the
* `PDFDoc`, this one doesn't have any job management code.
* Right now there exists one PDFDocModel on the main thread + one object
* for each worker. If there is no worker support enabled, there are two
* `PDFDocModel` objects on the main thread created.
* TODO: Refactor the internal object structure, such that there is no
* need for the `PDFDocModel` anymore and there is only one object on the
* main thread and not one entire copy on each worker instance.
*/
var PDFDocModel = (function pdfDoc() {
function constructor(arg, callback) {
if (isStream(arg))
init.call(this, arg);
else if (isArrayBuffer(arg))
init.call(this, new Stream(arg));
else
error('PDFDocModel: Unknown argument type');
}
function init(stream) {
assertWellFormed(stream.length > 0, 'stream must have data');
this.stream = stream;
this.setup();
}
function find(stream, needle, limit, backwards) {
var pos = stream.pos;
var end = stream.end;
var str = '';
if (pos + limit > end)
limit = end - pos;
for (var n = 0; n < limit; ++n)
str += stream.getChar();
stream.pos = pos;
var index = backwards ? str.lastIndexOf(needle) : str.indexOf(needle);
if (index == -1)
return false; /* not found */
stream.pos += index;
return true; /* found */
}
constructor.prototype = {
get linearization() {
var length = this.stream.length;
var linearization = false;
if (length) {
linearization = new Linearization(this.stream);
if (linearization.length != length)
linearization = false;
}
// shadow the prototype getter with a data property
return shadow(this, 'linearization', linearization);
},
get startXRef() {
var stream = this.stream;
var startXRef = 0;
var linearization = this.linearization;
if (linearization) {
// Find end of first obj.
stream.reset();
if (find(stream, 'endobj', 1024))
startXRef = stream.pos + 6;
} else {
// Find startxref at the end of the file.
var start = stream.end - 1024;
if (start < 0)
start = 0;
stream.pos = start;
if (find(stream, 'startxref', 1024, true)) {
stream.skip(9);
var ch;
do {
ch = stream.getChar();
} while (Lexer.isSpace(ch));
var str = '';
while ((ch - '0') <= 9) {
str += ch;
ch = stream.getChar();
}
startXRef = parseInt(str, 10);
if (isNaN(startXRef))
startXRef = 0;
}
}
// shadow the prototype getter with a data property
return shadow(this, 'startXRef', startXRef);
},
get mainXRefEntriesOffset() {
var mainXRefEntriesOffset = 0;
var linearization = this.linearization;
if (linearization)
mainXRefEntriesOffset = linearization.mainXRefEntriesOffset;
// shadow the prototype getter with a data property
return shadow(this, 'mainXRefEntriesOffset', mainXRefEntriesOffset);
},
// Find the header, remove leading garbage and setup the stream
// starting from the header.
checkHeader: function pdfDocCheckHeader() {
var stream = this.stream;
stream.reset();
if (find(stream, '%PDF-', 1024)) {
// Found the header, trim off any garbage before it.
stream.moveStart();
return;
}
// May not be a PDF file, continue anyway.
},
setup: function pdfDocSetup(ownerPassword, userPassword) {
this.checkHeader();
this.xref = new XRef(this.stream,
this.startXRef,
this.mainXRefEntriesOffset);
this.catalog = new Catalog(this.xref);
},
get numPages() {
var linearization = this.linearization;
var num = linearization ? linearization.numPages : this.catalog.numPages;
// shadow the prototype getter
return shadow(this, 'numPages', num);
},
getPage: function pdfDocGetPage(n) {
return this.catalog.getPage(n);
}
};
return constructor;
})();
var PDFDoc = (function pdfDoc() {
function constructor(arg, callback) {
var stream = null;
var data = null;
if (isStream(arg)) {
stream = arg;
data = arg.bytes;
} else if (isArrayBuffer(arg)) {
stream = new Stream(arg);
data = arg;
} else {
error('PDFDoc: Unknown argument type');
}
this.data = data;
this.stream = stream;
this.pdf = new PDFDocModel(stream);
this.catalog = this.pdf.catalog;
this.objs = new PDFObjects();
this.pageCache = [];
this.fontsLoading = {};
this.workerReadyPromise = new Promise('workerReady');
// If worker support isn't disabled explicit and the browser has worker
// support, create a new web worker and test if it/the browser fullfills
// all requirements to run parts of pdf.js in a web worker.
// Right now, the requirement is, that an Uint8Array is still an Uint8Array
// as it arrives on the worker. Chrome added this with version 15.
if (!globalScope.PDFJS.disableWorker && typeof Worker !== 'undefined') {
var workerSrc = PDFJS.workerSrc;
if (typeof workerSrc === 'undefined') {
throw 'No PDFJS.workerSrc specified';
}
var worker;
try {
worker = new Worker(workerSrc);
} catch (e) {
// Some versions of FF can't create a worker on localhost, see:
// https://bugzilla.mozilla.org/show_bug.cgi?id=683280
globalScope.PDFJS.disableWorker = true;
this.setupFakeWorker();
return;
}
var messageHandler = new MessageHandler('main', worker);
// Tell the worker the file it was created from.
messageHandler.send('workerSrc', workerSrc);
messageHandler.on('test', function pdfDocTest(supportTypedArray) {
if (supportTypedArray) {
this.worker = worker;
this.setupMessageHandler(messageHandler);
} else {
this.setupFakeWorker();
}
}.bind(this));
var testObj = new Uint8Array(1);
messageHandler.send('test', testObj);
} else {
this.setupFakeWorker();
}
}
constructor.prototype = {
setupFakeWorker: function() {
// If we don't use a worker, just post/sendMessage to the main thread.
var fakeWorker = {
postMessage: function pdfDocPostMessage(obj) {
fakeWorker.onmessage({data: obj});
},
terminate: function pdfDocTerminate() {}
};
var messageHandler = new MessageHandler('main', fakeWorker);
this.setupMessageHandler(messageHandler);
// If the main thread is our worker, setup the handling for the messages
// the main thread sends to it self.
WorkerMessageHandler.setup(messageHandler);
},
setupMessageHandler: function(messageHandler) {
this.messageHandler = messageHandler;
messageHandler.on('page', function pdfDocPage(data) {
var pageNum = data.pageNum;
var page = this.pageCache[pageNum];
var depFonts = data.depFonts;
page.startRenderingFromIRQueue(data.IRQueue, depFonts);
}, this);
messageHandler.on('obj', function pdfDocObj(data) {
var id = data[0];
var type = data[1];
switch (type) {
case 'JpegStream':
var IR = data[2];
new JpegImageLoader(id, IR, this.objs);
break;
case 'Font':
var name = data[2];
var file = data[3];
var properties = data[4];
if (file) {
// Rewrap the ArrayBuffer in a stream.
var fontFileDict = new Dict();
file = new Stream(file, 0, file.length, fontFileDict);
}
// For now, resolve the font object here direclty. The real font
// object is then created in FontLoader.bind().
this.objs.resolve(id, {
name: name,
file: file,
properties: properties
});
break;
default:
throw 'Got unkown object type ' + type;
}
}, this);
messageHandler.on('font_ready', function pdfDocFontReady(data) {
var id = data[0];
var font = new FontShape(data[1]);
// If there is no string, then there is nothing to attach to the DOM.
if (!font.str) {
this.objs.resolve(id, font);
} else {
this.objs.setData(id, font);
}
}.bind(this));
setTimeout(function pdfDocFontReadySetTimeout() {
messageHandler.send('doc', this.data);
this.workerReadyPromise.resolve(true);
}.bind(this));
},
get numPages() {
return this.pdf.numPages;
},
startRendering: function pdfDocStartRendering(page) {
// The worker might not be ready to receive the page request yet.
this.workerReadyPromise.then(function pdfDocStartRenderingThen() {
this.messageHandler.send('page_request', page.pageNumber + 1);
}.bind(this));
},
getPage: function pdfDocGetPage(n) {
if (this.pageCache[n])
return this.pageCache[n];
var page = this.pdf.getPage(n);
// Add a reference to the objects such that Page can forward the reference
// to the CanvasGraphics and so on.
page.objs = this.objs;
page.pdf = this;
return (this.pageCache[n] = page);
},
destroy: function pdfDocDestroy() {
if (this.worker)
this.worker.terminate();
if (this.fontWorker)
this.fontWorker.terminate();
for (var n in this.pageCache)
delete this.pageCache[n];
delete this.data;
delete this.stream;
delete this.pdf;
delete this.catalog;
}
};
return constructor;
})();
globalScope.PDFJS.PDFDoc = PDFDoc;
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
function log(msg) {
if (console && console.log)
console.log(msg);
else if (print)
print(msg);
}
function warn(msg) {
if (verbosity >= WARNINGS)
log('Warning: ' + msg);
}
function backtrace() {
try {
throw new Error();
} catch (e) {
return e.stack ? e.stack.split('\n').slice(2).join('\n') : '';
}
}
function error(msg) {
log('Error: ' + msg);
log(backtrace());
throw new Error(msg);
}
function TODO(what) {
if (verbosity >= TODOS)
log('TODO: ' + what);
}
function malformed(msg) {
error('Malformed PDF: ' + msg);
}
function assert(cond, msg) {
if (!cond)
error(msg);
}
// In a well-formed PDF, |cond| holds. If it doesn't, subsequent
// behavior is undefined.
function assertWellFormed(cond, msg) {
if (!cond)
malformed(msg);
}
function shadow(obj, prop, value) {
Object.defineProperty(obj, prop, { value: value,
enumerable: true,
configurable: true,
writable: false });
return value;
}
function bytesToString(bytes) {
var str = '';
var length = bytes.length;
for (var n = 0; n < length; ++n)
str += String.fromCharCode(bytes[n]);
return str;
}
function stringToBytes(str) {
var length = str.length;
var bytes = new Uint8Array(length);
for (var n = 0; n < length; ++n)
bytes[n] = str.charCodeAt(n) & 0xFF;
return bytes;
}
var IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
var Util = (function utilUtil() {
function constructor() {}
constructor.makeCssRgb = function makergb(r, g, b) {
var ri = (255 * r) | 0, gi = (255 * g) | 0, bi = (255 * b) | 0;
return 'rgb(' + ri + ',' + gi + ',' + bi + ')';
};
constructor.makeCssCmyk = function makecmyk(c, m, y, k) {
c = (new DeviceCmykCS()).getRgb([c, m, y, k]);
var ri = (255 * c[0]) | 0, gi = (255 * c[1]) | 0, bi = (255 * c[2]) | 0;
return 'rgb(' + ri + ',' + gi + ',' + bi + ')';
};
constructor.applyTransform = function apply(p, m) {
var xt = p[0] * m[0] + p[1] * m[2] + m[4];
var yt = p[0] * m[1] + p[1] * m[3] + m[5];
return [xt, yt];
};
return constructor;
})();
var PDFStringTranslateTable = [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0x2D8, 0x2C7, 0x2C6, 0x2D9, 0x2DD, 0x2DB, 0x2DA, 0x2DC, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x2022, 0x2020, 0x2021, 0x2026, 0x2014,
0x2013, 0x192, 0x2044, 0x2039, 0x203A, 0x2212, 0x2030, 0x201E, 0x201C,
0x201D, 0x2018, 0x2019, 0x201A, 0x2122, 0xFB01, 0xFB02, 0x141, 0x152, 0x160,
0x178, 0x17D, 0x131, 0x142, 0x153, 0x161, 0x17E, 0, 0x20AC
];
function stringToPDFString(str) {
var i, n = str.length, str2 = '';
if (str[0] === '\xFE' && str[1] === '\xFF') {
// UTF16BE BOM
for (i = 2; i < n; i += 2)
str2 += String.fromCharCode(
(str.charCodeAt(i) << 8) | str.charCodeAt(i + 1));
} else {
for (i = 0; i < n; ++i) {
var code = PDFStringTranslateTable[str.charCodeAt(i)];
str2 += code ? String.fromCharCode(code) : str.charAt(i);
}
}
return str2;
}
function isBool(v) {
return typeof v == 'boolean';
}
function isInt(v) {
return typeof v == 'number' && ((v | 0) == v);
}
function isNum(v) {
return typeof v == 'number';
}
function isString(v) {
return typeof v == 'string';
}
function isNull(v) {
return v === null;
}
function isName(v) {
return v instanceof Name;
}
function isCmd(v, cmd) {
return v instanceof Cmd && (!cmd || v.cmd == cmd);
}
function isDict(v, type) {
return v instanceof Dict && (!type || v.get('Type').name == type);
}
function isArray(v) {
return v instanceof Array;
}
function isStream(v) {
return typeof v == 'object' && v != null && ('getChar' in v);
}
function isArrayBuffer(v) {
return typeof v == 'object' && v != null && ('byteLength' in v);
}
function isRef(v) {
return v instanceof Ref;
}
function isPDFFunction(v) {
var fnDict;
if (typeof v != 'object')
return false;
else if (isDict(v))
fnDict = v;
else if (isStream(v))
fnDict = v.dict;
else
return false;
return fnDict.has('FunctionType');
}
/**
* 'Promise' object.
* Each object that is stored in PDFObjects is based on a Promise object that
* contains the status of the object and the data. There migth be situations,
* where a function want to use the value of an object, but it isn't ready at
* that time. To get a notification, once the object is ready to be used, s.o.
* can add a callback using the `then` method on the promise that then calls
* the callback once the object gets resolved.
* A promise can get resolved only once and only once the data of the promise
* can be set. If any of these happens twice or the data is required before
* it was set, an exception is throw.
*/
var Promise = (function promise() {
var EMPTY_PROMISE = {};
/**
* If `data` is passed in this constructor, the promise is created resolved.
* If there isn't data, it isn't resolved at the beginning.
*/
function Promise(name, data) {
this.name = name;
// If you build a promise and pass in some data it's already resolved.
if (data != null) {
this.isResolved = true;
this._data = data;
this.hasData = true;
} else {
this.isResolved = false;
this._data = EMPTY_PROMISE;
}
this.callbacks = [];
};
Promise.prototype = {
hasData: false,
set data(value) {
if (value === undefined) {
return;
}
if (this._data !== EMPTY_PROMISE) {
throw 'Promise ' + this.name +
': Cannot set the data of a promise twice';
}
this._data = value;
this.hasData = true;
if (this.onDataCallback) {
this.onDataCallback(value);
}
},
get data() {
if (this._data === EMPTY_PROMISE) {
throw 'Promise ' + this.name + ': Cannot get data that isn\'t set';
}
return this._data;
},
onData: function promiseOnData(callback) {
if (this._data !== EMPTY_PROMISE) {
callback(this._data);
} else {
this.onDataCallback = callback;
}
},
resolve: function promiseResolve(data) {
if (this.isResolved) {
throw 'A Promise can be resolved only once ' + this.name;
}
this.isResolved = true;
this.data = data;
var callbacks = this.callbacks;
for (var i = 0, ii = callbacks.length; i < ii; i++) {
callbacks[i].call(null, data);
}
},
then: function promiseThen(callback) {
if (!callback) {
throw 'Requiring callback' + this.name;
}
// If the promise is already resolved, call the callback directly.
if (this.isResolved) {
var data = this.data;
callback.call(null, data);
} else {
this.callbacks.push(callback);
}
}
};
return Promise;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
// <canvas> contexts store most of the state we need natively.
// However, PDF needs a bit more state, which we store here.
var CanvasExtraState = (function canvasExtraState() {
function constructor(old) {
// Are soft masks and alpha values shapes or opacities?
this.alphaIsShape = false;
this.fontSize = 0;
this.textMatrix = IDENTITY_MATRIX;
this.leading = 0;
// Current point (in user coordinates)
this.x = 0;
this.y = 0;
// Start of text line (in text coordinates)
this.lineX = 0;
this.lineY = 0;
// Character and word spacing
this.charSpacing = 0;
this.wordSpacing = 0;
this.textHScale = 1;
// Color spaces
this.fillColorSpace = new DeviceGrayCS();
this.fillColorSpaceObj = null;
this.strokeColorSpace = new DeviceGrayCS();
this.strokeColorSpaceObj = null;
this.fillColorObj = null;
this.strokeColorObj = null;
// Default fore and background colors
this.fillColor = '#000000';
this.strokeColor = '#000000';
// Note: fill alpha applies to all non-stroking operations
this.fillAlpha = 1;
this.strokeAlpha = 1;
this.old = old;
}
constructor.prototype = {
clone: function canvasextra_clone() {
return Object.create(this);
},
setCurrentPoint: function canvasextra_setCurrentPoint(x, y) {
this.x = x;
this.y = y;
}
};
return constructor;
})();
function ScratchCanvas(width, height) {
var canvas = document.createElement('canvas');
canvas.width = width;
canvas.height = height;
return canvas;
}
function addContextCurrentTransform(ctx) {
// If the context doesn't expose a `mozCurrentTransform`, add a JS based on.
if (!ctx.mozCurrentTransform) {
// Store the original context
ctx._originalSave = ctx.save;
ctx._originalRestore = ctx.restore;
ctx._originalRotate = ctx.rotate;
ctx._originalScale = ctx.scale;
ctx._originalTranslate = ctx.translate;
ctx._originalTransform = ctx.transform;
ctx._transformMatrix = [1, 0, 0, 1, 0, 0];
ctx._transformStack = [];
Object.defineProperty(ctx, 'mozCurrentTransform', {
get: function getCurrentTransform() {
return this._transformMatrix;
}
});
Object.defineProperty(ctx, 'mozCurrentTransformInverse', {
get: function getCurrentTransformInverse() {
// Calculation done using WolframAlpha:
// http://www.wolframalpha.com/input/?
// i=Inverse+{{a%2C+c%2C+e}%2C+{b%2C+d%2C+f}%2C+{0%2C+0%2C+1}}
var m = this._transformMatrix;
var a = m[0], b = m[1], c = m[2], d = m[3], e = m[4], f = m[5];
var ad_bc = a * d - b * c;
var bc_ad = b * c - a * d;
return [
d / ad_bc,
b / bc_ad,
c / bc_ad,
a / ad_bc,
(d * e - c * f) / bc_ad,
(b * e - a * f) / ad_bc
];
}
});
ctx.save = function ctxSave() {
var old = this._transformMatrix;
this._transformStack.push(old);
this._transformMatrix = old.slice(0, 6);
this._originalSave();
};
ctx.restore = function ctxRestore() {
var prev = this._transformStack.pop();
if (prev) {
this._transformMatrix = prev;
this._originalRestore();
}
};
ctx.translate = function ctxTranslate(x, y) {
var m = this._transformMatrix;
m[4] = m[0] * x + m[2] * y + m[4];
m[5] = m[1] * x + m[3] * y + m[5];
this._originalTranslate(x, y);
};
ctx.scale = function ctxScale(x, y) {
var m = this._transformMatrix;
m[0] = m[0] * x;
m[1] = m[1] * x;
m[2] = m[2] * y;
m[3] = m[3] * y;
this._originalScale(x, y);
};
ctx.transform = function ctxTransform(a, b, c, d, e, f) {
var m = this._transformMatrix;
this._transformMatrix = [
m[0] * a + m[2] * b,
m[1] * a + m[3] * b,
m[0] * c + m[2] * d,
m[1] * c + m[3] * d,
m[0] * e + m[2] * f + m[4],
m[1] * e + m[3] * f + m[5]
];
ctx._originalTransform(a, b, c, d, e, f);
};
ctx.rotate = function ctxRotate(angle) {
var cosValue = Math.cos(angle);
var sinValue = Math.sin(angle);
var m = this._transformMatrix;
this._transformMatrix = [
m[0] * cosValue + m[2] * sinValue,
m[1] * cosValue + m[3] * sinValue,
m[0] * (-sinValue) + m[2] * cosValue,
m[1] * (-sinValue) + m[3] * cosValue,
m[4],
m[5]
];
this._originalRotate(angle);
};
}
}
var CanvasGraphics = (function canvasGraphics() {
// Defines the time the executeIRQueue is going to be executing
// before it stops and shedules a continue of execution.
var kExecutionTime = 50;
function constructor(canvasCtx, objs) {
this.ctx = canvasCtx;
this.current = new CanvasExtraState();
this.stateStack = [];
this.pendingClip = null;
this.res = null;
this.xobjs = null;
this.ScratchCanvas = ScratchCanvas;
this.objs = objs;
if (canvasCtx) {
addContextCurrentTransform(canvasCtx);
}
}
var LINE_CAP_STYLES = ['butt', 'round', 'square'];
var LINE_JOIN_STYLES = ['miter', 'round', 'bevel'];
var NORMAL_CLIP = {};
var EO_CLIP = {};
constructor.prototype = {
beginDrawing: function canvasGraphicsBeginDrawing(mediaBox) {
var cw = this.ctx.canvas.width, ch = this.ctx.canvas.height;
this.ctx.save();
switch (mediaBox.rotate) {
case 0:
this.ctx.transform(1, 0, 0, -1, 0, ch);
break;
case 90:
this.ctx.transform(0, 1, 1, 0, 0, 0);
break;
case 180:
this.ctx.transform(-1, 0, 0, 1, cw, 0);
break;
case 270:
this.ctx.transform(0, -1, -1, 0, cw, ch);
break;
}
this.ctx.scale(cw / mediaBox.width, ch / mediaBox.height);
},
executeIRQueue: function canvasGraphicsExecuteIRQueue(codeIR,
executionStartIdx, continueCallback) {
var argsArray = codeIR.argsArray;
var fnArray = codeIR.fnArray;
var i = executionStartIdx || 0;
var argsArrayLen = argsArray.length;
// Sometimes the IRQueue to execute is empty.
if (argsArrayLen == i) {
return i;
}
var executionEndIdx;
var startTime = Date.now();
var objs = this.objs;
while (true) {
if (fnArray[i] !== 'dependency') {
this[fnArray[i]].apply(this, argsArray[i]);
} else {
var deps = argsArray[i];
for (var n = 0, nn = deps.length; n < nn; n++) {
var depObjId = deps[n];
// If the promise isn't resolved yet, add the continueCallback
// to the promise and bail out.
if (!objs.isResolved(depObjId)) {
objs.get(depObjId, continueCallback);
return i;
}
}
}
i++;
// If the entire IRQueue was executed, stop as were done.
if (i == argsArrayLen) {
return i;
}
// If the execution took longer then a certain amount of time, shedule
// to continue exeution after a short delay.
// However, this is only possible if a 'continueCallback' is passed in.
if (continueCallback && (Date.now() - startTime) > kExecutionTime) {
setTimeout(continueCallback, 0);
return i;
}
// If the IRQueue isn't executed completly yet OR the execution time
// was short enough, do another execution round.
}
},
endDrawing: function canvasGraphicsEndDrawing() {
this.ctx.restore();
},
// Graphics state
setLineWidth: function canvasGraphicsSetLineWidth(width) {
this.ctx.lineWidth = width;
},
setLineCap: function canvasGraphicsSetLineCap(style) {
this.ctx.lineCap = LINE_CAP_STYLES[style];
},
setLineJoin: function canvasGraphicsSetLineJoin(style) {
this.ctx.lineJoin = LINE_JOIN_STYLES[style];
},
setMiterLimit: function canvasGraphicsSetMiterLimit(limit) {
this.ctx.miterLimit = limit;
},
setDash: function canvasGraphicsSetDash(dashArray, dashPhase) {
this.ctx.mozDash = dashArray;
this.ctx.mozDashOffset = dashPhase;
},
setRenderingIntent: function canvasGraphicsSetRenderingIntent(intent) {
TODO('set rendering intent: ' + intent);
},
setFlatness: function canvasGraphicsSetFlatness(flatness) {
TODO('set flatness: ' + flatness);
},
setGState: function canvasGraphicsSetGState(states) {
for (var i = 0, ii = states.length; i < ii; i++) {
var state = states[i];
var key = state[0];
var value = state[1];
switch (key) {
case 'LW':
this.setLineWidth(value);
break;
case 'LC':
this.setLineCap(value);
break;
case 'LJ':
this.setLineJoin(value);
break;
case 'ML':
this.setMiterLimit(value);
break;
case 'D':
this.setDash(value[0], value[1]);
break;
case 'RI':
this.setRenderingIntent(value);
break;
case 'FL':
this.setFlatness(value);
break;
case 'Font':
this.setFont(state[1], state[2]);
break;
case 'CA':
this.current.strokeAlpha = state[1];
break;
case 'ca':
this.current.fillAlpha = state[1];
this.ctx.globalAlpha = state[1];
break;
}
}
},
save: function canvasGraphicsSave() {
this.ctx.save();
var old = this.current;
this.stateStack.push(old);
this.current = old.clone();
},
restore: function canvasGraphicsRestore() {
var prev = this.stateStack.pop();
if (prev) {
this.current = prev;
this.ctx.restore();
}
},
transform: function canvasGraphicsTransform(a, b, c, d, e, f) {
this.ctx.transform(a, b, c, d, e, f);
},
// Path
moveTo: function canvasGraphicsMoveTo(x, y) {
this.ctx.moveTo(x, y);
this.current.setCurrentPoint(x, y);
},
lineTo: function canvasGraphicsLineTo(x, y) {
this.ctx.lineTo(x, y);
this.current.setCurrentPoint(x, y);
},
curveTo: function canvasGraphicsCurveTo(x1, y1, x2, y2, x3, y3) {
this.ctx.bezierCurveTo(x1, y1, x2, y2, x3, y3);
this.current.setCurrentPoint(x3, y3);
},
curveTo2: function canvasGraphicsCurveTo2(x2, y2, x3, y3) {
var current = this.current;
this.ctx.bezierCurveTo(current.x, current.y, x2, y2, x3, y3);
current.setCurrentPoint(x3, y3);
},
curveTo3: function canvasGraphicsCurveTo3(x1, y1, x3, y3) {
this.curveTo(x1, y1, x3, y3, x3, y3);
this.current.setCurrentPoint(x3, y3);
},
closePath: function canvasGraphicsClosePath() {
this.ctx.closePath();
},
rectangle: function canvasGraphicsRectangle(x, y, width, height) {
this.ctx.rect(x, y, width, height);
},
stroke: function canvasGraphicsStroke(consumePath) {
consumePath = typeof consumePath !== 'undefined' ? consumePath : true;
var ctx = this.ctx;
var strokeColor = this.current.strokeColor;
// For stroke we want to temporarily change the global alpha to the
// stroking alpha.
ctx.globalAlpha = this.current.strokeAlpha;
if (strokeColor && strokeColor.hasOwnProperty('type') &&
strokeColor.type === 'Pattern') {
// for patterns, we transform to pattern space, calculate
// the pattern, call stroke, and restore to user space
ctx.save();
ctx.strokeStyle = strokeColor.getPattern(ctx);
ctx.stroke();
ctx.restore();
} else {
ctx.stroke();
}
if (consumePath)
this.consumePath();
// Restore the global alpha to the fill alpha
ctx.globalAlpha = this.current.fillAlpha;
},
closeStroke: function canvasGraphicsCloseStroke() {
this.closePath();
this.stroke();
},
fill: function canvasGraphicsFill(consumePath) {
consumePath = typeof consumePath !== 'undefined' ? consumePath : true;
var ctx = this.ctx;
var fillColor = this.current.fillColor;
if (fillColor && fillColor.hasOwnProperty('type') &&
fillColor.type === 'Pattern') {
ctx.save();
ctx.fillStyle = fillColor.getPattern(ctx);
ctx.fill();
ctx.restore();
} else {
ctx.fill();
}
if (consumePath)
this.consumePath();
},
eoFill: function canvasGraphicsEoFill() {
var savedFillRule = this.setEOFillRule();
this.fill();
this.restoreFillRule(savedFillRule);
},
fillStroke: function canvasGraphicsFillStroke() {
this.fill(false);
this.stroke(false);
this.consumePath();
},
eoFillStroke: function canvasGraphicsEoFillStroke() {
var savedFillRule = this.setEOFillRule();
this.fillStroke();
this.restoreFillRule(savedFillRule);
},
closeFillStroke: function canvasGraphicsCloseFillStroke() {
this.closePath();
this.fillStroke();
},
closeEOFillStroke: function canvasGraphicsCloseEOFillStroke() {
var savedFillRule = this.setEOFillRule();
this.closePath();
this.fillStroke();
this.restoreFillRule(savedFillRule);
},
endPath: function canvasGraphicsEndPath() {
this.consumePath();
},
// Clipping
clip: function canvasGraphicsClip() {
this.pendingClip = NORMAL_CLIP;
},
eoClip: function canvasGraphicsEoClip() {
this.pendingClip = EO_CLIP;
},
// Text
beginText: function canvasGraphicsBeginText() {
this.current.textMatrix = IDENTITY_MATRIX;
this.current.x = this.current.lineX = 0;
this.current.y = this.current.lineY = 0;
},
endText: function canvasGraphicsEndText() {
},
setCharSpacing: function canvasGraphicsSetCharSpacing(spacing) {
this.current.charSpacing = spacing;
},
setWordSpacing: function canvasGraphicsSetWordSpacing(spacing) {
this.current.wordSpacing = spacing;
},
setHScale: function canvasGraphicsSetHScale(scale) {
this.current.textHScale = scale / 100;
},
setLeading: function canvasGraphicsSetLeading(leading) {
this.current.leading = -leading;
},
setFont: function canvasGraphicsSetFont(fontRefName, size) {
var fontObj = this.objs.get(fontRefName).fontObj;
if (!fontObj) {
throw 'Can\'t find font for ' + fontRefName;
}
var name = fontObj.loadedName || 'sans-serif';
this.current.font = fontObj;
this.current.fontSize = size;
var name = fontObj.loadedName || 'sans-serif';
var bold = fontObj.black ? (fontObj.bold ? 'bolder' : 'bold') :
(fontObj.bold ? 'bold' : 'normal');
var italic = fontObj.italic ? 'italic' : 'normal';
var serif = fontObj.serif ? 'serif' : 'sans-serif';
var typeface = '"' + name + '", ' + serif;
var rule = italic + ' ' + bold + ' ' + size + 'px ' + typeface;
this.ctx.font = rule;
},
setTextRenderingMode: function canvasGraphicsSetTextRenderingMode(mode) {
TODO('text rendering mode: ' + mode);
},
setTextRise: function canvasGraphicsSetTextRise(rise) {
TODO('text rise: ' + rise);
},
moveText: function canvasGraphicsMoveText(x, y) {
this.current.x = this.current.lineX += x;
this.current.y = this.current.lineY += y;
},
setLeadingMoveText: function canvasGraphicsSetLeadingMoveText(x, y) {
this.setLeading(-y);
this.moveText(x, y);
},
setTextMatrix: function canvasGraphicsSetTextMatrix(a, b, c, d, e, f) {
this.current.textMatrix = [a, b, c, d, e, f];
this.current.x = this.current.lineX = 0;
this.current.y = this.current.lineY = 0;
},
nextLine: function canvasGraphicsNextLine() {
this.moveText(0, this.current.leading);
},
showText: function canvasGraphicsShowText(text) {
var ctx = this.ctx;
var current = this.current;
var font = current.font;
var glyphs = font.charsToGlyphs(text);
var fontSize = current.fontSize;
var charSpacing = current.charSpacing;
var wordSpacing = current.wordSpacing;
var textHScale = current.textHScale;
var glyphsLength = glyphs.length;
if (font.coded) {
ctx.save();
ctx.transform.apply(ctx, current.textMatrix);
ctx.translate(current.x, current.y);
var fontMatrix = font.fontMatrix || IDENTITY_MATRIX;
ctx.scale(1 / textHScale, 1);
for (var i = 0; i < glyphsLength; ++i) {
var glyph = glyphs[i];
if (glyph === null) {
// word break
this.ctx.translate(wordSpacing, 0);
continue;
}
this.save();
ctx.scale(fontSize, fontSize);
ctx.transform.apply(ctx, fontMatrix);
this.executeIRQueue(glyph.codeIRQueue);
this.restore();
var transformed = Util.applyTransform([glyph.width, 0], fontMatrix);
var width = transformed[0] * fontSize + charSpacing;
ctx.translate(width, 0);
current.x += width;
}
ctx.restore();
} else {
ctx.save();
ctx.transform.apply(ctx, current.textMatrix);
ctx.scale(1, -1);
ctx.translate(current.x, -1 * current.y);
ctx.transform.apply(ctx, font.fontMatrix || IDENTITY_MATRIX);
ctx.scale(1 / textHScale, 1);
var width = 0;
for (var i = 0; i < glyphsLength; ++i) {
var glyph = glyphs[i];
if (glyph === null) {
// word break
width += wordSpacing;
continue;
}
var char = glyph.fontChar;
ctx.fillText(char, width, 0);
width += glyph.width * fontSize * 0.001 + charSpacing;
// TODO actual characters can be extracted from the glyph.unicode
}
current.x += width;
ctx.restore();
}
},
showSpacedText: function canvasGraphicsShowSpacedText(arr) {
var ctx = this.ctx;
var current = this.current;
var fontSize = current.fontSize;
var textHScale = current.textHScale;
var arrLength = arr.length;
for (var i = 0; i < arrLength; ++i) {
var e = arr[i];
if (isNum(e)) {
current.x -= e * 0.001 * fontSize * textHScale;
} else if (isString(e)) {
this.showText(e);
} else {
malformed('TJ array element ' + e + ' is not string or num');
}
}
},
nextLineShowText: function canvasGraphicsNextLineShowText(text) {
this.nextLine();
this.showText(text);
},
nextLineSetSpacingShowText:
function canvasGraphicsNextLineSetSpacingShowText(wordSpacing,
charSpacing,
text) {
this.setWordSpacing(wordSpacing);
this.setCharSpacing(charSpacing);
this.nextLineShowText(text);
},
// Type3 fonts
setCharWidth: function canvasGraphicsSetCharWidth(xWidth, yWidth) {
// We can safely ignore this since the width should be the same
// as the width in the Widths array.
},
setCharWidthAndBounds: function canvasGraphicsSetCharWidthAndBounds(xWidth,
yWidth,
llx,
lly,
urx,
ury) {
// TODO According to the spec we're also suppose to ignore any operators
// that set color or include images while processing this type3 font.
this.rectangle(llx, lly, urx - llx, ury - lly);
this.clip();
this.endPath();
},
// Color
setStrokeColorSpace: function canvasGraphicsSetStrokeColorSpace(raw) {
this.current.strokeColorSpace = ColorSpace.fromIR(raw);
},
setFillColorSpace: function canvasGraphicsSetFillColorSpace(raw) {
this.current.fillColorSpace = ColorSpace.fromIR(raw);
},
setStrokeColor: function canvasGraphicsSetStrokeColor(/*...*/) {
var cs = this.current.strokeColorSpace;
var color = cs.getRgb(arguments);
var color = Util.makeCssRgb.apply(null, cs.getRgb(arguments));
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
getColorN_IR_Pattern: function canvasGraphicsGetColorN_IR_Pattern(IR, cs) {
if (IR[0] == 'TilingPattern') {
var args = IR[1];
var base = cs.base;
var color;
if (base) {
var baseComps = base.numComps;
color = [];
for (var i = 0; i < baseComps; ++i)
color.push(args[i]);
color = base.getRgb(color);
}
var pattern = new TilingPattern(IR, color, this.ctx, this.objs);
} else if (IR[0] == 'RadialAxial' || IR[0] == 'Dummy') {
var pattern = Pattern.shadingFromIR(this.ctx, IR);
} else {
throw 'Unkown IR type';
}
return pattern;
},
setStrokeColorN_IR: function canvasGraphicsSetStrokeColorN(/*...*/) {
var cs = this.current.strokeColorSpace;
if (cs.name == 'Pattern') {
this.current.strokeColor = this.getColorN_IR_Pattern(arguments, cs);
} else {
this.setStrokeColor.apply(this, arguments);
}
},
setFillColor: function canvasGraphicsSetFillColor(/*...*/) {
var cs = this.current.fillColorSpace;
var color = Util.makeCssRgb.apply(null, cs.getRgb(arguments));
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
setFillColorN_IR: function canvasGraphicsSetFillColorN(/*...*/) {
var cs = this.current.fillColorSpace;
if (cs.name == 'Pattern') {
this.current.fillColor = this.getColorN_IR_Pattern(arguments, cs);
} else {
this.setFillColor.apply(this, arguments);
}
},
setStrokeGray: function canvasGraphicsSetStrokeGray(gray) {
if (!(this.current.strokeColorSpace instanceof DeviceGrayCS))
this.current.strokeColorSpace = new DeviceGrayCS();
var color = Util.makeCssRgb(gray, gray, gray);
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
setFillGray: function canvasGraphicsSetFillGray(gray) {
if (!(this.current.fillColorSpace instanceof DeviceGrayCS))
this.current.fillColorSpace = new DeviceGrayCS();
var color = Util.makeCssRgb(gray, gray, gray);
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
setStrokeRGBColor: function canvasGraphicsSetStrokeRGBColor(r, g, b) {
if (!(this.current.strokeColorSpace instanceof DeviceRgbCS))
this.current.strokeColorSpace = new DeviceRgbCS();
var color = Util.makeCssRgb(r, g, b);
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
setFillRGBColor: function canvasGraphicsSetFillRGBColor(r, g, b) {
if (!(this.current.fillColorSpace instanceof DeviceRgbCS))
this.current.fillColorSpace = new DeviceRgbCS();
var color = Util.makeCssRgb(r, g, b);
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
setStrokeCMYKColor: function canvasGraphicsSetStrokeCMYKColor(c, m, y, k) {
if (!(this.current.strokeColorSpace instanceof DeviceCmykCS))
this.current.strokeColorSpace = new DeviceCmykCS();
var color = Util.makeCssCmyk(c, m, y, k);
this.ctx.strokeStyle = color;
this.current.strokeColor = color;
},
setFillCMYKColor: function canvasGraphicsSetFillCMYKColor(c, m, y, k) {
if (!(this.current.fillColorSpace instanceof DeviceCmykCS))
this.current.fillColorSpace = new DeviceCmykCS();
var color = Util.makeCssCmyk(c, m, y, k);
this.ctx.fillStyle = color;
this.current.fillColor = color;
},
shadingFill: function canvasGraphicsShadingFill(patternIR) {
var ctx = this.ctx;
this.save();
ctx.fillStyle = Pattern.shadingFromIR(ctx, patternIR);
var inv = ctx.mozCurrentTransformInverse;
if (inv) {
var canvas = ctx.canvas;
var width = canvas.width;
var height = canvas.height;
var bl = Util.applyTransform([0, 0], inv);
var br = Util.applyTransform([0, width], inv);
var ul = Util.applyTransform([height, 0], inv);
var ur = Util.applyTransform([height, width], inv);
var x0 = Math.min(bl[0], br[0], ul[0], ur[0]);
var y0 = Math.min(bl[1], br[1], ul[1], ur[1]);
var x1 = Math.max(bl[0], br[0], ul[0], ur[0]);
var y1 = Math.max(bl[1], br[1], ul[1], ur[1]);
this.ctx.fillRect(x0, y0, x1 - x0, y1 - y0);
} else {
// HACK to draw the gradient onto an infinite rectangle.
// PDF gradients are drawn across the entire image while
// Canvas only allows gradients to be drawn in a rectangle
// The following bug should allow us to remove this.
// https://bugzilla.mozilla.org/show_bug.cgi?id=664884
this.ctx.fillRect(-1e10, -1e10, 2e10, 2e10);
}
this.restore();
},
// Images
beginInlineImage: function canvasGraphicsBeginInlineImage() {
error('Should not call beginInlineImage');
},
beginImageData: function canvasGraphicsBeginImageData() {
error('Should not call beginImageData');
},
paintFormXObjectBegin: function canvasGraphicsPaintFormXObjectBegin(matrix,
bbox) {
this.save();
if (matrix && isArray(matrix) && 6 == matrix.length)
this.transform.apply(this, matrix);
if (bbox && isArray(bbox) && 4 == bbox.length) {
var width = bbox[2] - bbox[0];
var height = bbox[3] - bbox[1];
this.rectangle(bbox[0], bbox[1], width, height);
this.clip();
this.endPath();
}
},
paintFormXObjectEnd: function canvasGraphicsPaintFormXObjectEnd() {
this.restore();
},
paintJpegXObject: function canvasGraphicsPaintJpegXObject(objId, w, h) {
var image = this.objs.get(objId);
if (!image) {
error('Dependent image isn\'t ready yet');
}
this.save();
var ctx = this.ctx;
// scale the image to the unit square
ctx.scale(1 / w, -1 / h);
var domImage = image.getImage();
ctx.drawImage(domImage, 0, 0, domImage.width, domImage.height,
0, -h, w, h);
this.restore();
},
paintImageMaskXObject: function canvasGraphicsPaintImageMaskXObject(
imgArray, inverseDecode, width, height) {
function applyStencilMask(buffer, inverseDecode) {
var imgArrayPos = 0;
var i, j, mask, buf;
// removing making non-masked pixels transparent
var bufferPos = 3; // alpha component offset
for (i = 0; i < height; i++) {
mask = 0;
for (j = 0; j < width; j++) {
if (!mask) {
buf = imgArray[imgArrayPos++];
mask = 128;
}
if (!(buf & mask) == inverseDecode) {
buffer[bufferPos] = 0;
}
bufferPos += 4;
mask >>= 1;
}
}
}
this.save();
var ctx = this.ctx;
var w = width, h = height;
// scale the image to the unit square
ctx.scale(1 / w, -1 / h);
var tmpCanvas = new this.ScratchCanvas(w, h);
var tmpCtx = tmpCanvas.getContext('2d');
var fillColor = this.current.fillColor;
tmpCtx.fillStyle = (fillColor && fillColor.hasOwnProperty('type') &&
fillColor.type === 'Pattern') ?
fillColor.getPattern(tmpCtx) : fillColor;
tmpCtx.fillRect(0, 0, w, h);
var imgData = tmpCtx.getImageData(0, 0, w, h);
var pixels = imgData.data;
applyStencilMask(pixels, inverseDecode);
tmpCtx.putImageData(imgData, 0, 0);
ctx.drawImage(tmpCanvas, 0, -h);
this.restore();
},
paintImageXObject: function canvasGraphicsPaintImageXObject(imgData) {
this.save();
var ctx = this.ctx;
var w = imgData.width;
var h = imgData.height;
// scale the image to the unit square
ctx.scale(1 / w, -1 / h);
var tmpCanvas = new this.ScratchCanvas(w, h);
var tmpCtx = tmpCanvas.getContext('2d');
var tmpImgData;
// Some browsers can set an UInt8Array directly as imageData, some
// can't. As long as we don't have proper feature detection, just
// copy over each pixel and set the imageData that way.
tmpImgData = tmpCtx.getImageData(0, 0, w, h);
// Copy over the imageData.
var tmpImgDataPixels = tmpImgData.data;
var len = tmpImgDataPixels.length;
while (len--) {
tmpImgDataPixels[len] = imgData.data[len];
}
tmpCtx.putImageData(tmpImgData, 0, 0);
ctx.drawImage(tmpCanvas, 0, -h);
this.restore();
},
// Marked content
markPoint: function canvasGraphicsMarkPoint(tag) {
TODO('Marked content');
},
markPointProps: function canvasGraphicsMarkPointProps(tag, properties) {
TODO('Marked content');
},
beginMarkedContent: function canvasGraphicsBeginMarkedContent(tag) {
TODO('Marked content');
},
beginMarkedContentProps:
function canvasGraphicsBeginMarkedContentProps(tag, properties) {
TODO('Marked content');
},
endMarkedContent: function canvasGraphicsEndMarkedContent() {
TODO('Marked content');
},
// Compatibility
beginCompat: function canvasGraphicsBeginCompat() {
TODO('ignore undefined operators (should we do that anyway?)');
},
endCompat: function canvasGraphicsEndCompat() {
TODO('stop ignoring undefined operators');
},
// Helper functions
consumePath: function canvasGraphicsConsumePath() {
if (this.pendingClip) {
var savedFillRule = null;
if (this.pendingClip == EO_CLIP)
savedFillRule = this.setEOFillRule();
this.ctx.clip();
this.pendingClip = null;
if (savedFillRule !== null)
this.restoreFillRule(savedFillRule);
}
this.ctx.beginPath();
},
// We generally keep the canvas context set for
// nonzero-winding, and just set evenodd for the operations
// that need them.
setEOFillRule: function canvasGraphicsSetEOFillRule() {
var savedFillRule = this.ctx.mozFillRule;
this.ctx.mozFillRule = 'evenodd';
return savedFillRule;
},
restoreFillRule: function canvasGraphicsRestoreFillRule(rule) {
this.ctx.mozFillRule = rule;
}
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Name = (function nameName() {
function constructor(name) {
this.name = name;
}
constructor.prototype = {
};
return constructor;
})();
var Cmd = (function cmdCmd() {
function constructor(cmd) {
this.cmd = cmd;
}
constructor.prototype = {
};
return constructor;
})();
var Dict = (function dictDict() {
function constructor() {
this.map = Object.create(null);
}
constructor.prototype = {
get: function dictGet(key1, key2, key3) {
var value;
if (typeof (value = this.map[key1]) != 'undefined' || key1 in this.map ||
typeof key2 == 'undefined') {
return value;
}
if (typeof (value = this.map[key2]) != 'undefined' || key2 in this.map ||
typeof key3 == 'undefined') {
return value;
}
return this.map[key3] || null;
},
set: function dictSet(key, value) {
this.map[key] = value;
},
has: function dictHas(key) {
return key in this.map;
},
forEach: function dictForEach(callback) {
for (var key in this.map) {
callback(key, this.map[key]);
}
}
};
return constructor;
})();
var Ref = (function refRef() {
function constructor(num, gen) {
this.num = num;
this.gen = gen;
}
constructor.prototype = {
};
return constructor;
})();
// The reference is identified by number and generation,
// this structure stores only one instance of the reference.
var RefSet = (function refSet() {
function constructor() {
this.dict = {};
}
constructor.prototype = {
has: function refSetHas(ref) {
return !!this.dict['R' + ref.num + '.' + ref.gen];
},
put: function refSetPut(ref) {
this.dict['R' + ref.num + '.' + ref.gen] = ref;
}
};
return constructor;
})();
var Catalog = (function catalogCatalog() {
function constructor(xref) {
this.xref = xref;
var obj = xref.getCatalogObj();
assertWellFormed(isDict(obj), 'catalog object is not a dictionary');
this.catDict = obj;
}
constructor.prototype = {
get toplevelPagesDict() {
var pagesObj = this.catDict.get('Pages');
assertWellFormed(isRef(pagesObj), 'invalid top-level pages reference');
var xrefObj = this.xref.fetch(pagesObj);
assertWellFormed(isDict(xrefObj), 'invalid top-level pages dictionary');
// shadow the prototype getter
return shadow(this, 'toplevelPagesDict', xrefObj);
},
get documentOutline() {
var obj = this.catDict.get('Outlines');
var xref = this.xref;
var root = { items: [] };
if (isRef(obj)) {
obj = xref.fetch(obj).get('First');
var processed = new RefSet();
if (isRef(obj)) {
var queue = [{obj: obj, parent: root}];
// to avoid recursion keeping track of the items
// in the processed dictionary
processed.put(obj);
while (queue.length > 0) {
var i = queue.shift();
var outlineDict = xref.fetch(i.obj);
if (!outlineDict.has('Title'))
error('Invalid outline item');
var dest = outlineDict.get('A');
if (dest)
dest = xref.fetchIfRef(dest).get('D');
else if (outlineDict.has('Dest')) {
dest = outlineDict.get('Dest');
if (isName(dest))
dest = dest.name;
}
var title = xref.fetchIfRef(outlineDict.get('Title'));
var outlineItem = {
dest: dest,
title: stringToPDFString(title),
color: outlineDict.get('C') || [0, 0, 0],
count: outlineDict.get('Count'),
bold: !!(outlineDict.get('F') & 2),
italic: !!(outlineDict.get('F') & 1),
items: []
};
i.parent.items.push(outlineItem);
obj = outlineDict.get('First');
if (isRef(obj) && !processed.has(obj)) {
queue.push({obj: obj, parent: outlineItem});
processed.put(obj);
}
obj = outlineDict.get('Next');
if (isRef(obj) && !processed.has(obj)) {
queue.push({obj: obj, parent: i.parent});
processed.put(obj);
}
}
}
}
obj = root.items.length > 0 ? root.items : null;
return shadow(this, 'documentOutline', obj);
},
get numPages() {
var obj = this.toplevelPagesDict.get('Count');
assertWellFormed(
isInt(obj),
'page count in top level pages object is not an integer'
);
// shadow the prototype getter
return shadow(this, 'num', obj);
},
traverseKids: function catalogTraverseKids(pagesDict) {
var pageCache = this.pageCache;
var kids = pagesDict.get('Kids');
assertWellFormed(isArray(kids),
'page dictionary kids object is not an array');
for (var i = 0, ii = kids.length; i < ii; ++i) {
var kid = kids[i];
assertWellFormed(isRef(kid),
'page dictionary kid is not a reference');
var obj = this.xref.fetch(kid);
if (isDict(obj, 'Page') || (isDict(obj) && !obj.has('Kids'))) {
pageCache.push(new Page(this.xref, pageCache.length, obj, kid));
} else { // must be a child page dictionary
assertWellFormed(
isDict(obj),
'page dictionary kid reference points to wrong type of object'
);
this.traverseKids(obj);
}
}
},
get destinations() {
function fetchDestination(xref, ref) {
var dest = xref.fetchIfRef(ref);
return isDict(dest) ? dest.get('D') : dest;
}
var xref = this.xref;
var dests = {}, nameTreeRef, nameDictionaryRef;
var obj = this.catDict.get('Names');
if (obj)
nameTreeRef = xref.fetchIfRef(obj).get('Dests');
else if (this.catDict.has('Dests'))
nameDictionaryRef = this.catDict.get('Dests');
if (nameDictionaryRef) {
// reading simple destination dictionary
obj = xref.fetchIfRef(nameDictionaryRef);
obj.forEach(function catalogForEach(key, value) {
if (!value) return;
dests[key] = fetchDestination(xref, value);
});
}
if (nameTreeRef) {
// reading name tree
var processed = new RefSet();
processed.put(nameTreeRef);
var queue = [nameTreeRef];
while (queue.length > 0) {
var i, n;
obj = xref.fetch(queue.shift());
if (obj.has('Kids')) {
var kids = obj.get('Kids');
for (i = 0, n = kids.length; i < n; i++) {
var kid = kids[i];
if (processed.has(kid))
error('invalid destinations');
queue.push(kid);
processed.put(kid);
}
continue;
}
var names = obj.get('Names');
for (i = 0, n = names.length; i < n; i += 2) {
dests[names[i]] = fetchDestination(xref, names[i + 1]);
}
}
}
return shadow(this, 'destinations', dests);
},
getPage: function catalogGetPage(n) {
var pageCache = this.pageCache;
if (!pageCache) {
pageCache = this.pageCache = [];
this.traverseKids(this.toplevelPagesDict);
}
return this.pageCache[n - 1];
}
};
return constructor;
})();
var XRef = (function xRefXRef() {
function constructor(stream, startXRef, mainXRefEntriesOffset) {
this.stream = stream;
this.entries = [];
this.xrefstms = {};
var trailerDict = this.readXRef(startXRef);
// prepare the XRef cache
this.cache = [];
var encrypt = trailerDict.get('Encrypt');
if (encrypt) {
var fileId = trailerDict.get('ID');
this.encrypt = new CipherTransformFactory(this.fetch(encrypt),
fileId[0] /*, password */);
}
// get the root dictionary (catalog) object
if (!isRef(this.root = trailerDict.get('Root')))
error('Invalid root reference');
}
constructor.prototype = {
readXRefTable: function readXRefTable(parser) {
var obj;
while (true) {
if (isCmd(obj = parser.getObj(), 'trailer'))
break;
if (!isInt(obj))
error('Invalid XRef table');
var first = obj;
if (!isInt(obj = parser.getObj()))
error('Invalid XRef table');
var n = obj;
if (first < 0 || n < 0 || (first + n) != ((first + n) | 0))
error('Invalid XRef table: ' + first + ', ' + n);
for (var i = first; i < first + n; ++i) {
var entry = {};
if (!isInt(obj = parser.getObj()))
error('Invalid XRef table: ' + first + ', ' + n);
entry.offset = obj;
if (!isInt(obj = parser.getObj()))
error('Invalid XRef table: ' + first + ', ' + n);
entry.gen = obj;
obj = parser.getObj();
if (isCmd(obj, 'n')) {
entry.uncompressed = true;
} else if (isCmd(obj, 'f')) {
entry.free = true;
} else {
error('Invalid XRef table: ' + first + ', ' + n);
}
if (!this.entries[i]) {
// In some buggy PDF files the xref table claims to start at 1
// instead of 0.
if (i == 1 && first == 1 &&
entry.offset == 0 && entry.gen == 65535 && entry.free) {
i = first = 0;
}
this.entries[i] = entry;
}
}
}
// read the trailer dictionary
var dict;
if (!isDict(dict = parser.getObj()))
error('Invalid XRef table');
// get the 'Prev' pointer
var prev;
obj = dict.get('Prev');
if (isInt(obj)) {
prev = obj;
} else if (isRef(obj)) {
// certain buggy PDF generators generate "/Prev NNN 0 R" instead
// of "/Prev NNN"
prev = obj.num;
}
if (prev) {
this.readXRef(prev);
}
// check for 'XRefStm' key
if (isInt(obj = dict.get('XRefStm'))) {
var pos = obj;
// ignore previously loaded xref streams (possible infinite recursion)
if (!(pos in this.xrefstms)) {
this.xrefstms[pos] = 1;
this.readXRef(pos);
}
}
return dict;
},
readXRefStream: function readXRefStream(stream) {
var streamParameters = stream.parameters;
var byteWidths = streamParameters.get('W');
var range = streamParameters.get('Index');
if (!range)
range = [0, streamParameters.get('Size')];
var i, j;
while (range.length > 0) {
var first = range[0], n = range[1];
if (!isInt(first) || !isInt(n))
error('Invalid XRef range fields: ' + first + ', ' + n);
var typeFieldWidth = byteWidths[0];
var offsetFieldWidth = byteWidths[1];
var generationFieldWidth = byteWidths[2];
if (!isInt(typeFieldWidth) || !isInt(offsetFieldWidth) ||
!isInt(generationFieldWidth)) {
error('Invalid XRef entry fields length: ' + first + ', ' + n);
}
for (i = 0; i < n; ++i) {
var type = 0, offset = 0, generation = 0;
for (j = 0; j < typeFieldWidth; ++j)
type = (type << 8) | stream.getByte();
// if type field is absent, its default value = 1
if (typeFieldWidth == 0)
type = 1;
for (j = 0; j < offsetFieldWidth; ++j)
offset = (offset << 8) | stream.getByte();
for (j = 0; j < generationFieldWidth; ++j)
generation = (generation << 8) | stream.getByte();
var entry = {};
entry.offset = offset;
entry.gen = generation;
switch (type) {
case 0:
entry.free = true;
break;
case 1:
entry.uncompressed = true;
break;
case 2:
break;
default:
error('Invalid XRef entry type: ' + type);
}
if (!this.entries[first + i])
this.entries[first + i] = entry;
}
range.splice(0, 2);
}
var prev = streamParameters.get('Prev');
if (isInt(prev))
this.readXRef(prev);
return streamParameters;
},
indexObjects: function indexObjects() {
// Simple scan through the PDF content to find objects,
// trailers and XRef streams.
function readToken(data, offset) {
var token = '', ch = data[offset];
while (ch !== 13 && ch !== 10) {
if (++offset >= data.length)
break;
token += String.fromCharCode(ch);
ch = data[offset];
}
return token;
}
function skipUntil(data, offset, what) {
var length = what.length, dataLength = data.length;
var skipped = 0;
// finding byte sequence
while (offset < dataLength) {
var i = 0;
while (i < length && data[offset + i] == what[i])
++i;
if (i >= length)
break; // sequence found
offset++;
skipped++;
}
return skipped;
}
var trailerBytes = new Uint8Array([116, 114, 97, 105, 108, 101, 114]);
var startxrefBytes = new Uint8Array([115, 116, 97, 114, 116, 120, 114,
101, 102]);
var endobjBytes = new Uint8Array([101, 110, 100, 111, 98, 106]);
var xrefBytes = new Uint8Array([47, 88, 82, 101, 102]);
var stream = this.stream;
stream.pos = 0;
var buffer = stream.getBytes();
var position = stream.start, length = buffer.length;
var trailers = [], xrefStms = [];
var state = 0;
var currentToken;
while (position < length) {
var ch = buffer[position];
if (ch === 32 || ch === 9 || ch === 13 || ch === 10) {
++position;
continue;
}
if (ch === 37) { // %-comment
do {
++position;
ch = buffer[position];
} while (ch !== 13 && ch !== 10);
continue;
}
var token = readToken(buffer, position);
var m;
if (token === 'xref') {
position += skipUntil(buffer, position, trailerBytes);
trailers.push(position);
position += skipUntil(buffer, position, startxrefBytes);
} else if ((m = /^(\d+)\s+(\d+)\s+obj\b/.exec(token))) {
this.entries[m[1]] = {
offset: position,
gen: m[2] | 0,
uncompressed: true
};
var contentLength = skipUntil(buffer, position, endobjBytes) + 7;
var content = buffer.subarray(position, position + contentLength);
// checking XRef stream suspect
// (it shall have '/XRef' and next char is not a letter)
var xrefTagOffset = skipUntil(content, 0, xrefBytes);
if (xrefTagOffset < contentLength &&
content[xrefTagOffset + 5] < 64) {
xrefStms.push(position);
this.xrefstms[position] = 1; // don't read it recursively
}
position += contentLength;
} else
position += token.length + 1;
}
// reading XRef streams
for (var i = 0, ii = xrefStms.length; i < ii; ++i) {
this.readXRef(xrefStms[i]);
}
// finding main trailer
var dict;
for (var i = 0, ii = trailers.length; i < ii; ++i) {
stream.pos = trailers[i];
var parser = new Parser(new Lexer(stream), true);
var obj = parser.getObj();
if (!isCmd(obj, 'trailer'))
continue;
// read the trailer dictionary
if (!isDict(dict = parser.getObj()))
continue;
// taking the first one with 'ID'
if (dict.has('ID'))
return dict;
}
// no tailer with 'ID', taking last one (if exists)
if (dict)
return dict;
// nothing helps
error('Invalid PDF structure');
return null;
},
readXRef: function readXref(startXRef) {
var stream = this.stream;
stream.pos = startXRef;
var parser = new Parser(new Lexer(stream), true);
var obj = parser.getObj();
// parse an old-style xref table
if (isCmd(obj, 'xref'))
return this.readXRefTable(parser);
// parse an xref stream
if (isInt(obj)) {
if (!isInt(parser.getObj()) ||
!isCmd(parser.getObj(), 'obj') ||
!isStream(obj = parser.getObj())) {
error('Invalid XRef stream');
}
return this.readXRefStream(obj);
}
return this.indexObjects();
},
getEntry: function xRefGetEntry(i) {
var e = this.entries[i];
if (e.free)
error('reading an XRef stream not implemented yet');
return e;
},
fetchIfRef: function xRefFetchIfRef(obj) {
if (!isRef(obj))
return obj;
return this.fetch(obj);
},
fetch: function xRefFetch(ref, suppressEncryption) {
var num = ref.num;
var e = this.cache[num];
if (e)
return e;
e = this.getEntry(num);
var gen = ref.gen;
var stream, parser;
if (e.uncompressed) {
if (e.gen != gen)
throw ('inconsistent generation in XRef');
stream = this.stream.makeSubStream(e.offset);
parser = new Parser(new Lexer(stream), true, this);
var obj1 = parser.getObj();
var obj2 = parser.getObj();
var obj3 = parser.getObj();
if (!isInt(obj1) || obj1 != num ||
!isInt(obj2) || obj2 != gen ||
!isCmd(obj3)) {
error('bad XRef entry');
}
if (!isCmd(obj3, 'obj')) {
// some bad pdfs use "obj1234" and really mean 1234
if (obj3.cmd.indexOf('obj') == 0) {
num = parseInt(obj3.cmd.substring(3), 10);
if (!isNaN(num))
return num;
}
error('bad XRef entry');
}
if (this.encrypt && !suppressEncryption) {
try {
e = parser.getObj(this.encrypt.createCipherTransform(num, gen));
} catch (ex) {
// almost all streams must be encrypted, but sometimes
// they are not probably due to some broken generators
// re-trying without encryption
return this.fetch(ref, true);
}
} else {
e = parser.getObj();
}
// Don't cache streams since they are mutable (except images).
if (!isStream(e) || e.getImage)
this.cache[num] = e;
return e;
}
// compressed entry
stream = this.fetch(new Ref(e.offset, 0));
if (!isStream(stream))
error('bad ObjStm stream');
var first = stream.parameters.get('First');
var n = stream.parameters.get('N');
if (!isInt(first) || !isInt(n)) {
error('invalid first and n parameters for ObjStm stream');
}
parser = new Parser(new Lexer(stream), false);
var i, entries = [], nums = [];
// read the object numbers to populate cache
for (i = 0; i < n; ++i) {
num = parser.getObj();
if (!isInt(num)) {
error('invalid object number in the ObjStm stream: ' + num);
}
nums.push(num);
var offset = parser.getObj();
if (!isInt(offset)) {
error('invalid object offset in the ObjStm stream: ' + offset);
}
}
// read stream objects for cache
for (i = 0; i < n; ++i) {
entries.push(parser.getObj());
this.cache[nums[i]] = entries[i];
}
e = entries[e.gen];
if (!e) {
error('bad XRef entry for compressed object');
}
return e;
},
getCatalogObj: function xRefGetCatalogObj() {
return this.fetch(this.root);
}
};
return constructor;
})();
/**
* A PDF document and page is built of many objects. E.g. there are objects
* for fonts, images, rendering code and such. These objects might get processed
* inside of a worker. The `PDFObjects` implements some basic functions to
* manage these objects.
*/
var PDFObjects = (function pdfObjects() {
function PDFObjects() {
this.objs = {};
}
PDFObjects.prototype = {
objs: null,
/**
* Internal function.
* Ensures there is an object defined for `objId`. Stores `data` on the
* object *if* it is created.
*/
ensureObj: function pdfObjectsEnsureObj(objId, data) {
if (this.objs[objId])
return this.objs[objId];
return this.objs[objId] = new Promise(objId, data);
},
/**
* If called *without* callback, this returns the data of `objId` but the
* object needs to be resolved. If it isn't, this function throws.
*
* If called *with* a callback, the callback is called with the data of the
* object once the object is resolved. That means, if you call this
* function and the object is already resolved, the callback gets called
* right away.
*/
get: function pdfObjectsGet(objId, callback) {
// If there is a callback, then the get can be async and the object is
// not required to be resolved right now
if (callback) {
this.ensureObj(objId).then(callback);
return null;
}
// If there isn't a callback, the user expects to get the resolved data
// directly.
var obj = this.objs[objId];
// If there isn't an object yet or the object isn't resolved, then the
// data isn't ready yet!
if (!obj || !obj.isResolved) {
throw 'Requesting object that isn\'t resolved yet ' + objId;
return null;
} else {
return obj.data;
}
},
/**
* Resolves the object `objId` with optional `data`.
*/
resolve: function pdfObjectsResolve(objId, data) {
var objs = this.objs;
// In case there is a promise already on this object, just resolve it.
if (objs[objId]) {
objs[objId].resolve(data);
} else {
this.ensureObj(objId, data);
}
},
onData: function pdfObjectsOnData(objId, callback) {
this.ensureObj(objId).onData(callback);
},
isResolved: function pdfObjectsIsResolved(objId) {
var objs = this.objs;
if (!objs[objId]) {
return false;
} else {
return objs[objId].isResolved;
}
},
hasData: function pdfObjectsHasData(objId) {
var objs = this.objs;
if (!objs[objId]) {
return false;
} else {
return objs[objId].hasData;
}
},
/**
* Sets the data of an object but *doesn't* resolve it.
*/
setData: function pdfObjectsSetData(objId, data) {
// Watchout! If you call `this.ensureObj(objId, data)` you're going to
// create a *resolved* promise which shouldn't be the case!
this.ensureObj(objId).data = data;
}
};
return PDFObjects;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PDFFunction = (function pdfFunction() {
var CONSTRUCT_SAMPLED = 0;
var CONSTRUCT_INTERPOLATED = 2;
var CONSTRUCT_STICHED = 3;
var CONSTRUCT_POSTSCRIPT = 4;
return {
getSampleArray: function pdfFunctionGetSampleArray(size, outputSize, bps,
str) {
var length = 1;
for (var i = 0, ii = size.length; i < ii; i++)
length *= size[i];
length *= outputSize;
var array = [];
var codeSize = 0;
var codeBuf = 0;
// 32 is a valid bps so shifting won't work
var sampleMul = 1.0 / (Math.pow(2.0, bps) - 1);
var strBytes = str.getBytes((length * bps + 7) / 8);
var strIdx = 0;
for (var i = 0; i < length; i++) {
while (codeSize < bps) {
codeBuf <<= 8;
codeBuf |= strBytes[strIdx++];
codeSize += 8;
}
codeSize -= bps;
array.push((codeBuf >> codeSize) * sampleMul);
codeBuf &= (1 << codeSize) - 1;
}
return array;
},
getIR: function pdfFunctionGetIR(xref, fn) {
var dict = fn.dict;
if (!dict)
dict = fn;
var types = [this.constructSampled,
null,
this.constructInterpolated,
this.constructStiched,
this.constructPostScript];
var typeNum = dict.get('FunctionType');
var typeFn = types[typeNum];
if (!typeFn)
error('Unknown type of function');
return typeFn.call(this, fn, dict, xref);
},
fromIR: function pdfFunctionFromIR(IR) {
var type = IR[0];
switch (type) {
case CONSTRUCT_SAMPLED:
return this.constructSampledFromIR(IR);
case CONSTRUCT_INTERPOLATED:
return this.constructInterpolatedFromIR(IR);
case CONSTRUCT_STICHED:
return this.constructStichedFromIR(IR);
case CONSTRUCT_POSTSCRIPT:
default:
return this.constructPostScriptFromIR(IR);
}
},
parse: function pdfFunctionParse(xref, fn) {
var IR = this.getIR(xref, fn);
return this.fromIR(IR);
},
constructSampled: function pdfFunctionConstructSampled(str, dict) {
function toMultiArray(arr) {
var inputLength = arr.length;
var outputLength = arr.length / 2;
var out = new Array(outputLength);
var index = 0;
for (var i = 0; i < inputLength; i += 2) {
out[index] = [arr[i], arr[i + 1]];
++index;
}
return out;
}
var domain = dict.get('Domain');
var range = dict.get('Range');
if (!domain || !range)
error('No domain or range');
var inputSize = domain.length / 2;
var outputSize = range.length / 2;
domain = toMultiArray(domain);
range = toMultiArray(range);
var size = dict.get('Size');
var bps = dict.get('BitsPerSample');
var order = dict.get('Order');
if (!order)
order = 1;
if (order !== 1)
error('No support for cubic spline interpolation: ' + order);
var encode = dict.get('Encode');
if (!encode) {
encode = [];
for (var i = 0; i < inputSize; ++i) {
encode.push(0);
encode.push(size[i] - 1);
}
}
encode = toMultiArray(encode);
var decode = dict.get('Decode');
if (!decode)
decode = range;
else
decode = toMultiArray(decode);
// Precalc the multipliers
var inputMul = new Float64Array(inputSize);
for (var i = 0; i < inputSize; ++i) {
inputMul[i] = (encode[i][1] - encode[i][0]) /
(domain[i][1] - domain[i][0]);
}
var idxMul = new Int32Array(inputSize);
idxMul[0] = outputSize;
for (i = 1; i < inputSize; ++i) {
idxMul[i] = idxMul[i - 1] * size[i - 1];
}
var nSamples = outputSize;
for (i = 0; i < inputSize; ++i)
nSamples *= size[i];
var samples = this.getSampleArray(size, outputSize, bps, str);
return [
CONSTRUCT_SAMPLED, inputSize, domain, encode, decode, samples, size,
outputSize, bps, range, inputMul, idxMul, nSamples
];
},
constructSampledFromIR: function pdfFunctionConstructSampledFromIR(IR) {
var inputSize = IR[1];
var domain = IR[2];
var encode = IR[3];
var decode = IR[4];
var samples = IR[5];
var size = IR[6];
var outputSize = IR[7];
var bps = IR[8];
var range = IR[9];
var inputMul = IR[10];
var idxMul = IR[11];
var nSamples = IR[12];
return function constructSampledFromIRResult(args) {
if (inputSize != args.length)
error('Incorrect number of arguments: ' + inputSize + ' != ' +
args.length);
// Most of the below is a port of Poppler's implementation.
// TODO: There's a few other ways to do multilinear interpolation such
// as piecewise, which is much faster but an approximation.
var out = new Float64Array(outputSize);
var x;
var e = new Array(inputSize);
var efrac0 = new Float64Array(inputSize);
var efrac1 = new Float64Array(inputSize);
var sBuf = new Float64Array(1 << inputSize);
var i, j, k, idx, t;
// map input values into sample array
for (i = 0; i < inputSize; ++i) {
x = (args[i] - domain[i][0]) * inputMul[i] + encode[i][0];
if (x < 0) {
x = 0;
} else if (x > size[i] - 1) {
x = size[i] - 1;
}
e[i] = [Math.floor(x), 0];
if ((e[i][1] = e[i][0] + 1) >= size[i]) {
// this happens if in[i] = domain[i][1]
e[i][1] = e[i][0];
}
efrac1[i] = x - e[i][0];
efrac0[i] = 1 - efrac1[i];
}
// for each output, do m-linear interpolation
for (i = 0; i < outputSize; ++i) {
// pull 2^m values out of the sample array
for (j = 0; j < (1 << inputSize); ++j) {
idx = i;
for (k = 0, t = j; k < inputSize; ++k, t >>= 1) {
idx += idxMul[k] * (e[k][t & 1]);
}
if (idx >= 0 && idx < nSamples) {
sBuf[j] = samples[idx];
} else {
sBuf[j] = 0; // TODO Investigate if this is what Adobe does
}
}
// do m sets of interpolations
for (j = 0, t = (1 << inputSize); j < inputSize; ++j, t >>= 1) {
for (k = 0; k < t; k += 2) {
sBuf[k >> 1] = efrac0[j] * sBuf[k] + efrac1[j] * sBuf[k + 1];
}
}
// map output value to range
out[i] = (sBuf[0] * (decode[i][1] - decode[i][0]) + decode[i][0]);
if (out[i] < range[i][0]) {
out[i] = range[i][0];
} else if (out[i] > range[i][1]) {
out[i] = range[i][1];
}
}
return out;
}
},
constructInterpolated:
function pdfFunctionConstructInterpolated(str, dict) {
var c0 = dict.get('C0') || [0];
var c1 = dict.get('C1') || [1];
var n = dict.get('N');
if (!isArray(c0) || !isArray(c1))
error('Illegal dictionary for interpolated function');
var length = c0.length;
var diff = [];
for (var i = 0; i < length; ++i)
diff.push(c1[i] - c0[i]);
return [CONSTRUCT_INTERPOLATED, c0, diff, n];
},
constructInterpolatedFromIR:
function pdfFunctionconstructInterpolatedFromIR(IR) {
var c0 = IR[1];
var diff = IR[2];
var n = IR[3];
var length = diff.length;
return function constructInterpolatedFromIRResult(args) {
var x = n == 1 ? args[0] : Math.pow(args[0], n);
var out = [];
for (var j = 0; j < length; ++j)
out.push(c0[j] + (x * diff[j]));
return out;
}
},
constructStiched: function pdfFunctionConstructStiched(fn, dict, xref) {
var domain = dict.get('Domain');
var range = dict.get('Range');
if (!domain)
error('No domain');
var inputSize = domain.length / 2;
if (inputSize != 1)
error('Bad domain for stiched function');
var fnRefs = dict.get('Functions');
var fns = [];
for (var i = 0, ii = fnRefs.length; i < ii; ++i)
fns.push(PDFFunction.getIR(xref, xref.fetchIfRef(fnRefs[i])));
var bounds = dict.get('Bounds');
var encode = dict.get('Encode');
return [CONSTRUCT_STICHED, domain, bounds, encode, fns];
},
constructStichedFromIR: function pdfFunctionConstructStichedFromIR(IR) {
var domain = IR[1];
var bounds = IR[2];
var encode = IR[3];
var fnsIR = IR[4];
var fns = [];
for (var i = 0, ii = fnsIR.length; i < ii; i++) {
fns.push(PDFFunction.fromIR(fnsIR[i]));
}
return function constructStichedFromIRResult(args) {
var clip = function constructStichedFromIRClip(v, min, max) {
if (v > max)
v = max;
else if (v < min)
v = min;
return v;
};
// clip to domain
var v = clip(args[0], domain[0], domain[1]);
// calulate which bound the value is in
for (var i = 0, ii = bounds.length; i < ii; ++i) {
if (v < bounds[i])
break;
}
// encode value into domain of function
var dmin = domain[0];
if (i > 0)
dmin = bounds[i - 1];
var dmax = domain[1];
if (i < bounds.length)
dmax = bounds[i];
var rmin = encode[2 * i];
var rmax = encode[2 * i + 1];
var v2 = rmin + (v - dmin) * (rmax - rmin) / (dmax - dmin);
// call the appropropriate function
return fns[i]([v2]);
};
},
constructPostScript: function pdfFunctionConstructPostScript() {
return [CONSTRUCT_POSTSCRIPT];
},
constructPostScriptFromIR: function pdfFunctionConstructPostScriptFromIR() {
TODO('unhandled type of function');
return function constructPostScriptFromIRResult() {
return [255, 105, 180];
};
}
};
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var ISOAdobeCharset = [
'.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar',
'percent', 'ampersand', 'quoteright', 'parenleft', 'parenright',
'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash', 'zero',
'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', 'exclamdown', 'cent',
'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
'guilsinglright', 'fi', 'fl', 'endash', 'dagger', 'daggerdbl',
'periodcentered', 'paragraph', 'bullet', 'quotesinglbase',
'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis',
'perthousand', 'questiondown', 'grave', 'acute', 'circumflex', 'tilde',
'macron', 'breve', 'dotaccent', 'dieresis', 'ring', 'cedilla',
'hungarumlaut', 'ogonek', 'caron', 'emdash', 'AE', 'ordfeminine',
'Lslash', 'Oslash', 'OE', 'ordmasculine', 'ae', 'dotlessi', 'lslash',
'oslash', 'oe', 'germandbls', 'onesuperior', 'logicalnot', 'mu',
'trademark', 'Eth', 'onehalf', 'plusminus', 'Thorn', 'onequarter',
'divide', 'brokenbar', 'degree', 'thorn', 'threequarters', 'twosuperior',
'registered', 'minus', 'eth', 'multiply', 'threesuperior', 'copyright',
'Aacute', 'Acircumflex', 'Adieresis', 'Agrave', 'Aring', 'Atilde',
'Ccedilla', 'Eacute', 'Ecircumflex', 'Edieresis', 'Egrave', 'Iacute',
'Icircumflex', 'Idieresis', 'Igrave', 'Ntilde', 'Oacute', 'Ocircumflex',
'Odieresis', 'Ograve', 'Otilde', 'Scaron', 'Uacute', 'Ucircumflex',
'Udieresis', 'Ugrave', 'Yacute', 'Ydieresis', 'Zcaron', 'aacute',
'acircumflex', 'adieresis', 'agrave', 'aring', 'atilde', 'ccedilla',
'eacute', 'ecircumflex', 'edieresis', 'egrave', 'iacute', 'icircumflex',
'idieresis', 'igrave', 'ntilde', 'oacute', 'ocircumflex', 'odieresis',
'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex', 'udieresis',
'ugrave', 'yacute', 'ydieresis', 'zcaron'
];
var ExpertCharset = [
'.notdef', 'space', 'exclamsmall', 'Hungarumlautsmall', 'dollaroldstyle',
'dollarsuperior', 'ampersandsmall', 'Acutesmall', 'parenleftsuperior',
'parenrightsuperior', 'twodotenleader', 'onedotenleader', 'comma',
'hyphen', 'period', 'fraction', 'zerooldstyle', 'oneoldstyle',
'twooldstyle', 'threeoldstyle', 'fouroldstyle', 'fiveoldstyle',
'sixoldstyle', 'sevenoldstyle', 'eightoldstyle', 'nineoldstyle',
'colon', 'semicolon', 'commasuperior', 'threequartersemdash',
'periodsuperior', 'questionsmall', 'asuperior', 'bsuperior',
'centsuperior', 'dsuperior', 'esuperior', 'isuperior', 'lsuperior',
'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
'tsuperior', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior',
'parenrightinferior', 'Circumflexsmall', 'hyphensuperior', 'Gravesmall',
'Asmall', 'Bsmall', 'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall',
'Hsmall', 'Ismall', 'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall',
'Osmall', 'Psmall', 'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall',
'Vsmall', 'Wsmall', 'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary',
'onefitted', 'rupiah', 'Tildesmall', 'exclamdownsmall', 'centoldstyle',
'Lslashsmall', 'Scaronsmall', 'Zcaronsmall', 'Dieresissmall',
'Brevesmall', 'Caronsmall', 'Dotaccentsmall', 'Macronsmall',
'figuredash', 'hypheninferior', 'Ogoneksmall', 'Ringsmall',
'Cedillasmall', 'onequarter', 'onehalf', 'threequarters',
'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds', 'zerosuperior', 'onesuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior',
'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior',
'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior',
'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior',
'periodinferior', 'commainferior', 'Agravesmall', 'Aacutesmall',
'Acircumflexsmall', 'Atildesmall', 'Adieresissmall', 'Aringsmall',
'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall',
'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall',
'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall', 'Uacutesmall',
'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall', 'Thornsmall',
'Ydieresissmall'
];
var ExpertSubsetCharset = [
'.notdef', 'space', 'dollaroldstyle', 'dollarsuperior',
'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
'onedotenleader', 'comma', 'hyphen', 'period', 'fraction',
'zerooldstyle', 'oneoldstyle', 'twooldstyle', 'threeoldstyle',
'fouroldstyle', 'fiveoldstyle', 'sixoldstyle', 'sevenoldstyle',
'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon', 'commasuperior',
'threequartersemdash', 'periodsuperior', 'asuperior', 'bsuperior',
'centsuperior', 'dsuperior', 'esuperior', 'isuperior', 'lsuperior',
'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
'tsuperior', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior',
'parenrightinferior', 'hyphensuperior', 'colonmonetary', 'onefitted',
'rupiah', 'centoldstyle', 'figuredash', 'hypheninferior', 'onequarter',
'onehalf', 'threequarters', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds', 'zerosuperior', 'onesuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior',
'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior',
'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior',
'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior',
'periodinferior', 'commainferior'
];
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var CIDToUnicodeMaps = {
'Adobe-Japan1': [[32, 160], {f: 12, c: 33}, [45, 8209], {f: 46, c: 46}, 165,
{f: 2, c: 93}, [95, 818], [96, 768], {f: 27, c: 97}, 166, 125, [732, 771],
[700, 8217], 92, [699, 8216], 124, [126, 8764], {f: 3, c: 161}, 8260, 402,
0, 164, 8220, 171, {f: 2, c: 8249}, {f: 2, c: 64257}, [8210, 8211], 0, 0,
[183, 8729], 0, 8226, 8218, 8222, 8221, 187, 0, 0, 191, {f: 2, c: 769},
[175, 772], {f: 3, c: 774}, 778, [184, 807], 779, 808, 780, [822, 8212],
198, 170, 321, 216, 338, 186, 230, 305, 322, 248, 339, 223, 173, 169, 172,
174, 0, 0, {f: 2, c: 178}, 181, 185, {f: 3, c: 188}, {f: 6, c: 192},
{f: 16, c: 199}, 0, {f: 6, c: 217}, {f: 6, c: 224}, {f: 16, c: 231}, 0,
{f: 7, c: 249}, 352, 376, 381, [773, 8254], 353, 8482, 382, 0, 8194,
{s: 91}, 65512, {s: 3}, {f: 63, c: 65377}, {s: 243}, [8195, 12288],
{f: 2, c: 12289}, 65292, 65294, 12539, {f: 2, c: 65306}, 65311, 65281,
{f: 2, c: 12443}, 180, 65344, 168, 65342, 65507, 65343, {f: 2, c: 12541},
{f: 2, c: 12445}, 12291, 20189, {f: 3, c: 12293}, 12540, 8213, 8208, 65295,
65340, [12316, 65374], 8214, 65372, 8230, 8229, {s: 4}, {f: 2, c: 65288},
{f: 2, c: 12308}, 65339, 65341, 65371, 65373, {f: 10, c: 12296}, 65291,
[8722, 65293], 177, 215, 247, 65309, 8800, 65308, 65310, {f: 2, c: 8806},
8734, 8756, 9794, 9792, 176, {f: 2, c: 8242}, 8451, 65509, 65284,
{f: 2, c: 65504}, 65285, 65283, 65286, 65290, 65312, 167, 9734, 9733, 9675,
9679, 9678, 9671, 9670, 9633, 9632, 9651, 9650, 9661, 9660, 8251, 12306,
8594, {f: 2, c: 8592}, 8595, 12307, 8712, 8715, {f: 2, c: 8838},
{f: 2, c: 8834}, 8746, 8745, {f: 2, c: 8743}, 65506, 8658, 8660, 8704,
8707, 8736, 8869, 8978, 8706, 8711, 8801, 8786, {f: 2, c: 8810}, 8730,
8765, 8733, 8757, {f: 2, c: 8747}, 8491, 8240, 9839, 9837, 9834,
{f: 2, c: 8224}, 182, 9711, {f: 10, c: 65296}, {f: 26, c: 65313},
{f: 26, c: 65345}, {f: 83, c: 12353}, {f: 86, c: 12449}, {f: 17, c: 913},
{f: 7, c: 931}, {f: 17, c: 945}, {f: 7, c: 963}, {f: 6, c: 1040}, 1025,
{f: 32, c: 1046}, 1105, {f: 26, c: 1078}, 20124, 21782, 23043, 38463,
21696, 24859, 25384, 23030, 36898, 33909, 33564, 31312, 24746, 25569,
28197, 26093, 33894, 33446, 39925, 26771, 22311, 26017, 25201, 23451,
22992, 34427, 39156, 32098, 32190, 39822, 25110, 31903, 34999, 23433,
24245, 25353, 26263, 26696, 38343, 38797, 26447, 20197, 20234, 20301,
20381, 20553, 22258, 22839, 22996, 23041, 23561, 24799, 24847, 24944,
26131, 26885, 28858, 30031, 30064, 31227, 32173, 32239, 32963, 33806,
[12176, 34915], 35586, 36949, 36986, 21307, 20117, 20133, 22495, 32946,
37057, 30959, [12032, 19968], 22769, 28322, 36920, 31282, 33576, 33419,
39983, 20801, 21360, 21693, 21729, 22240, 23035, 24341, 39154, 28139,
32996, 34093, 38498, 38512, 38560, 38907, 21515, 21491, 23431, 28879,
[12155, 32701], 36802, [12204, 38632], 21359, 40284, 31418, 19985, 30867,
[12165, 33276], 28198, 22040, 21764, 27421, 34074, 39995, 23013, 21417,
28006, [12128, 29916], 38287, 22082, 20113, 36939, 38642, 33615, 39180,
21473, 21942, 23344, 24433, 26144, 26355, 26628, 27704, 27891, 27945,
29787, 30408, 31310, 38964, 33521, 34907, 35424, 37613, 28082, 30123,
30410, 39365, 24742, 35585, 36234, 38322, 27022, 21421, 20870, 22290,
22576, 22852, 23476, 24310, 24616, 25513, 25588, 27839, 28436, 28814,
28948, 29017, 29141, 29503, 32257, 33398, 33489, 34199, 36960, 37467,
40219, 22633, 26044, 27738, 29989, 20985, 22830, 22885, 24448, 24540,
25276, 26106, 27178, 27431, 27572, 29579, 32705, 35158, 40236, 40206,
[12009, 40644], 23713, 27798, 33659, 20740, 23627, 25014, 33222, 26742,
29281, [12036, 20057], 20474, 21368, 24681, 28201, 31311, [12211, 38899],
19979, 21270, 20206, 20309, 20285, 20385, 20339, 21152, 21487, 22025,
22799, 23233, 23478, 23521, 31185, 26247, 26524, 26550, 27468, 27827,
[12117, 28779], 29634, 31117, [12146, 31166], 31292, 31623, 33457, 33499,
33540, 33655, 33775, 33747, 34662, 35506, 22057, 36008, 36838, 36942,
38686, 34442, 20420, 23784, 25105, [12123, 29273], 30011, 33253, 33469,
34558, 36032, 38597, 39187, 39381, 20171, 20250, 35299, 22238, 22602,
22730, 24315, 24555, 24618, 24724, 24674, 25040, 25106, 25296, 25913,
39745, 26214, 26800, 28023, 28784, 30028, 30342, 32117, 33445, 34809,
38283, 38542, [12185, 35997], 20977, 21182, 22806, 21683, 23475, 23830,
24936, 27010, 28079, 30861, 33995, 34903, 35442, 37799, 39608, 28012,
39336, 34521, 22435, 26623, 34510, 37390, 21123, 22151, 21508, 24275,
25313, 25785, 26684, 26680, 27579, 29554, 30906, 31339, 35226,
[12179, 35282], 36203, 36611, 37101, 38307, 38548, [12208, 38761], 23398,
23731, 27005, {f: 2, c: 38989}, 25499, 31520, 27179, 27263, 26806, 39949,
28511, 21106, 21917, 24688, 25324, 27963, 28167, 28369, 33883, 35088,
36676, 19988, 39993, 21494, 26907, 27194, 38788, 26666, 20828, 31427,
33970, 37340, 37772, 22107, 40232, 26658, 33541, 33841, 31909, 21000,
33477, [12129, 29926], 20094, 20355, 20896, 23506, 21002, 21208, 21223,
24059, 21914, 22570, 23014, 23436, 23448, 23515, [12082, 24178], 24185,
24739, 24863, 24931, 25022, 25563, 25954, 26577, 26707, 26874, 27454,
27475, 27735, 28450, 28567, 28485, 29872, [12130, 29976], 30435, 30475,
31487, 31649, 31777, 32233, [12152, 32566], 32752, 32925, 33382, 33694,
35251, 35532, 36011, 36996, 37969, 38291, 38289, 38306, 38501, 38867,
39208, 33304, 20024, 21547, 23736, 24012, 29609, 30284, 30524, 23721,
32747, 36107, 38593, 38929, 38996, 39000, 20225, 20238, 21361, 21916,
22120, 22522, 22855, 23305, 23492, 23696, 24076, 24190, 24524, 25582,
26426, 26071, 26082, 26399, 26827, 26820, 27231, 24112, 27589, 27671,
27773, 30079, 31048, 23395, 31232, 32000, 24509, 35215, 35352, 36020,
36215, 36556, 36637, 39138, 39438, [12004, 12225, 39740], [12018, 20096],
20605, 20736, 22931, 23452, 25135, 25216, 25836, 27450, 29344, 30097,
31047, 32681, 34811, 35516, 35696, 25516, 33738, 38816, 21513, 21507,
21931, 26708, 27224, 35440, 30759, 26485, [12233, 40653], 21364, 23458,
33050, 34384, 36870, 19992, 20037, 20167, 20241, 21450, 21560, 23470,
[12088, 24339], 24613, 25937, 26429, 27714, 27762, 27875, 28792, 29699,
31350, 31406, 31496, 32026, 31998, 32102, 26087, [12124, 29275], 21435,
23621, 24040, 25298, 25312, 25369, 28192, 34394, 35377, 36317, 37624,
28417, 31142, [12226, 39770], 20136, {f: 2, c: 20139}, 20379, 20384, 20689,
20807, 31478, 20849, 20982, 21332, 21281, 21375, 21483, 21932, 22659,
23777, 24375, 24394, 24623, 24656, 24685, 25375, 25945, 27211, 27841,
29378, 29421, 30703, 33016, 33029, 33288, 34126, 37111, 37857, 38911,
39255, 39514, 20208, 20957, 23597, 26241, 26989, 23616, 26354, 26997,
[12127, 29577], 26704, 31873, 20677, 21220, 22343, [12081, 24062], 37670,
[12100, 26020], 27427, 27453, 29748, 31105, 31165, 31563, 32202, 33465,
33740, 34943, 35167, 35641, 36817, [12198, 37329], 21535, 37504, 20061,
20534, 21477, 21306, 29399, 29590, 30697, 33510, 36527, 39366, 39368,
39378, 20855, 24858, 34398, 21936, 31354, 20598, 23507, 36935, 38533,
20018, 27355, 37351, 23633, 23624, 25496, 31391, 27795, 38772, 36705,
31402, 29066, 38536, 31874, 26647, 32368, 26705, 37740, 21234, 21531,
34219, 35347, 32676, 36557, 37089, 21350, 34952, 31041, 20418, 20670,
21009, 20804, 21843, 22317, 29674, 22411, 22865, 24418, 24452, 24693,
24950, 24935, 25001, 25522, 25658, 25964, 26223, 26690, 28179, 30054,
31293, 31995, 32076, 32153, 32331, 32619, 33550, 33610, 34509, 35336,
35427, 35686, 36605, 38938, 40335, 33464, 36814, 39912, 21127, 25119,
25731, 28608, 38553, 26689, 20625, [12107, 27424], 27770, 28500,
[12147, 31348], 32080, [12174, 34880], 35363, [12105, 26376], 20214, 20537,
20518, 20581, 20860, 21048, 21091, 21927, 22287, 22533, 23244, 24314,
25010, 25080, 25331, 25458, 26908, 27177, 29309, [12125, 29356], 29486,
30740, 30831, 32121, 30476, 32937, [12178, 35211], 35609, 36066, 36562,
36963, 37749, 38522, 38997, 39443, 40568, 20803, 21407, 21427, 24187,
24358, 28187, 28304, [12126, 29572], 29694, 32067, 33335, [12180, 35328],
35578, 38480, 20046, 20491, 21476, 21628, 22266, 22993, 23396,
[12080, 24049], 24235, 24359, [12094, 25144], 25925, 26543, 28246, 29392,
31946, 34996, 32929, 32993, 33776, [11969, 34382], 35463, 36328, 37431,
38599, 39015, [12238, 40723], 20116, 20114, 20237, 21320, 21577, 21566,
23087, 24460, 24481, 24735, 26791, 27278, 29786, 30849, 35486, 35492,
35703, 37264, 20062, 39881, 20132, 20348, 20399, 20505, 20502, 20809,
20844, 21151, 21177, 21246, 21402, [12061, 21475], 21521, 21518, 21897,
22353, 22434, 22909, 23380, 23389, 23439, [12079, 24037], 24039, 24055,
24184, 24195, 24218, 24247, 24344, 24658, 24908, 25239, 25304, 25511,
25915, 26114, 26179, 26356, 26477, 26657, 26775, 27083, 27743, 27946,
28009, 28207, 28317, 30002, 30343, 30828, 31295, 31968, 32005, 32024,
32094, 32177, 32789, 32771, 32943, 32945, 33108, 33167, 33322, 33618,
[12175, 34892], 34913, 35611, 36002, 36092, 37066, 37237, 37489, 30783,
37628, 38308, 38477, 38917, [12217, 39321], [12220, 39640], 40251, 21083,
21163, 21495, 21512, 22741, 25335, 28640, 35946, 36703, 40633, 20811,
21051, 21578, 22269, 31296, 37239, 40288, [12234, 40658], 29508, 28425,
33136, 29969, 24573, 24794, [12219, 39592], 29403, 36796, 27492, 38915,
20170, 22256, 22372, 22718, 23130, 24680, 25031, 26127, 26118, 26681,
26801, 28151, 30165, 32058, [12169, 33390], 39746, 20123, 20304, 21449,
21766, 23919, 24038, 24046, 26619, 27801, 29811, 30722, 35408, 37782,
35039, 22352, 24231, 25387, 20661, 20652, 20877, 26368, 21705, 22622,
22971, 23472, 24425, 25165, 25505, 26685, 27507, 28168, 28797, 37319,
29312, 30741, 30758, 31085, 25998, 32048, 33756, 35009, 36617, 38555,
21092, 22312, 26448, 32618, 36001, 20916, 22338, 38442, 22586, 27018,
32948, 21682, 23822, 22524, 30869, 40442, 20316, 21066, 21643, 25662,
26152, 26388, 26613, 31364, 31574, 32034, 37679, 26716, 39853, 31545,
21273, 20874, 21047, 23519, 25334, 25774, 25830, 26413, 27578, 34217,
38609, 30352, 39894, 25420, 37638, 39851, [12139, 30399], 26194, 19977,
20632, 21442, [12077, 23665], 24808, 25746, 25955, 26719, 29158, 29642,
29987, 31639, 32386, 34453, 35715, 36059, 37240, 39184, 26028, 26283,
27531, 20181, 20180, 20282, 20351, 21050, 21496, 21490, 21987, 22235,
[12064, 22763], 22987, 22985, 23039, [12070, 23376], 23629, 24066, 24107,
24535, 24605, 25351, [12096, 25903], 23388, 26031, 26045, 26088, 26525,
[12108, 27490], 27515, [12114, 27663], 29509, 31049, 31169, [12151, 31992],
32025, 32043, 32930, 33026, [12164, 33267], 35222, 35422, 35433, 35430,
35468, 35566, 36039, 36060, 38604, 39164, [12013, 27503], 20107, 20284,
20365, 20816, 23383, 23546, 24904, 25345, 26178, 27425, 28363, 27835,
29246, 29885, 30164, 30913, [12144, 31034], [12157, 32780], [12159, 32819],
[12163, 33258], 33940, 36766, 27728, [12229, 40575], 24335, 35672, 40235,
31482, 36600, 23437, 38635, 19971, 21489, 22519, 22833, 23241, 23460,
24713, 28287, 28422, 30142, 36074, 23455, 34048, 31712, 20594, 26612,
33437, 23649, 34122, 32286, 33294, 20889, 23556, 25448, 36198, 26012,
29038, 31038, 32023, 32773, 35613, [12190, 36554], 36974, 34503, 37034,
20511, 21242, 23610, 26451, 28796, 29237, 37196, 37320, 37675, 33509,
23490, 24369, 24825, 20027, 21462, 23432, [12095, 25163], 26417, 27530,
29417, 29664, 31278, 33131, 36259, 37202, [12216, 39318], 20754, 21463,
21610, 23551, 25480, 27193, 32172, 38656, 22234, 21454, 21608, 23447,
23601, 24030, 20462, 24833, 25342, 27954, 31168, 31179, 32066, 32333,
32722, 33261, [12168, 33311], 33936, 34886, 35186, 35728, 36468, 36655,
36913, 37195, 37228, 38598, 37276, 20160, 20303, 20805, [12055, 21313],
24467, 25102, 26580, 27713, 28171, 29539, 32294, 37325, 37507, 21460,
22809, 23487, 28113, 31069, 32302, 31899, 22654, 29087, 20986, 34899,
36848, 20426, 23803, 26149, 30636, 31459, 33308, 39423, 20934, 24490,
26092, 26991, 27529, 28147, 28310, 28516, 30462, 32020, 24033, 36981,
37255, 38918, 20966, 21021, 25152, 26257, 26329, 28186, 24246, 32210,
32626, 26360, 34223, 34295, 35576, 21161, 21465, [12069, 22899], 24207,
24464, 24661, 37604, 38500, 20663, 20767, 21213, 21280, 21319, 21484,
21736, 21830, 21809, 22039, 22888, 22974, 23100, 23477, 23558,
[12073, 23567], 23569, 23578, 24196, 24202, 24288, 24432, 25215, 25220,
25307, 25484, 25463, 26119, 26124, 26157, 26230, 26494, 26786, 27167,
27189, 27836, 28040, 28169, 28248, 28988, 28966, 29031, 30151, 30465,
30813, 30977, 31077, 31216, 31456, 31505, 31911, 32057, 32918, 33750,
33931, 34121, 34909, 35059, 35359, 35388, 35412, 35443, 35937, 36062,
37284, 37478, 37758, 37912, 38556, 38808, 19978, 19976, 19998, 20055,
20887, 21104, 22478, 22580, 22732, 23330, 24120, 24773, 25854, 26465,
26454, 27972, 29366, 30067, 31331, 33976, 35698, 37304, 37664, 22065,
22516, 39166, 25325, 26893, 27542, 29165, 32340, 32887, [12170, 33394],
35302, [12215, 39135], 34645, 36785, 23611, 20280, 20449, 20405, 21767,
23072, 23517, 23529, [12092, 24515], 24910, 25391, 26032, 26187, 26862,
27035, 28024, 28145, 30003, 30137, 30495, 31070, 31206, 32051,
[12162, 33251], 33455, 34218, 35242, 35386, [12189, 36523], [12191, 36763],
36914, 37341, 38663, [12040, 20154], 20161, 20995, 22645, 22764, 23563,
29978, 23613, 33102, 35338, 36805, 38499, 38765, 31525, 35535, 38920,
37218, 22259, 21416, 36887, 21561, 22402, 24101, 25512, [12116, 27700],
28810, 30561, 31883, 32736, 34928, 36930, 37204, 37648, 37656, 38543,
29790, 39620, 23815, 23913, 25968, 26530, 36264, 38619, 25454, 26441,
26905, 33733, 38935, 38592, 35070, 28548, 25722, [12072, 23544], 19990,
28716, 30045, 26159, 20932, 21046, 21218, 22995, 24449, 24615, 25104,
25919, 25972, 26143, 26228, 26866, 26646, 27491, 28165, 29298,
[12131, 29983], 30427, 31934, 32854, 22768, 35069, [11972, 35199], 35488,
35475, 35531, 36893, 37266, [11992, 38738], 38745, [12011, 25993], 31246,
33030, 38587, 24109, 24796, 25114, 26021, 26132, 26512, [12143, 30707],
31309, 31821, 32318, 33034, 36012, [12186, 36196], 36321, 36447, 30889,
20999, 25305, 25509, 25666, 25240, 35373, 31363, 31680, 35500, 38634,
32118, [12166, 33292], 34633, 20185, 20808, 21315, 21344, 23459, 23554,
23574, 24029, 25126, 25159, 25776, 26643, 26676, 27849, 27973, 27927,
26579, 28508, 29006, 29053, 26059, 31359, 31661, 32218, 32330, 32680,
33146, [12167, 33307], 33337, 34214, 35438, 36046, 36341, 36984, 36983,
37549, 37521, 38275, 39854, 21069, 21892, 28472, 28982, 20840, 31109,
32341, 33203, 31950, 22092, 22609, 23720, 25514, 26366, 26365, 26970,
29401, 30095, 30094, 30990, 31062, 31199, 31895, 32032, 32068, 34311,
35380, 38459, 36961, [12239, 40736], 20711, 21109, 21452, 21474, 20489,
21930, 22766, 22863, 29245, 23435, 23652, 21277, 24803, 24819, 25436,
25475, 25407, 25531, 25805, 26089, 26361, 24035, 27085, 27133, 28437,
29157, 20105, 30185, 30456, 31379, 31967, 32207, 32156, 32865, 33609,
33624, 33900, 33980, 34299, 35013, [12187, 36208], 36865, 36973, 37783,
38684, 39442, 20687, 22679, 24974, 33235, 34101, 36104, 36896, 20419,
20596, 21063, 21363, 24687, 25417, 26463, 28204, [12188, 36275], 36895,
20439, 23646, 36042, 26063, 32154, 21330, 34966, 20854, 25539, 23384,
23403, 23562, 25613, 26449, 36956, 20182, 22810, 22826, 27760, 35409,
21822, 22549, 22949, 24816, 25171, 26561, 33333, 26965, 38464, 39364,
39464, 20307, 22534, 23550, 32784, 23729, 24111, 24453, 24608, 24907,
25140, 26367, 27888, 28382, 32974, 33151, 33492, 34955, 36024, 36864,
36910, 38538, 40667, 39899, 20195, 21488, [12068, 22823], 31532, 37261,
38988, 40441, 28381, 28711, 21331, 21828, 23429, 25176, 25246, 25299,
27810, 28655, 29730, 35351, 37944, 28609, 35582, 33592, 20967, 34552,
21482, 21481, 20294, 36948, [12192, 36784], 22890, 33073, 24061, 31466,
36799, 26842, [12181, 35895], 29432, 40008, 27197, 35504, 20025, 21336,
22022, 22374, 25285, 25506, 26086, 27470, 28129, 28251, 28845, 30701,
31471, 31658, 32187, 32829, 32966, 34507, 35477, 37723, 22243, 22727,
24382, 26029, 26262, 27264, 27573, 30007, 35527, 20516, 30693, 22320,
24347, 24677, 26234, 27744, 30196, 31258, 32622, 33268, 34584, 36933,
39347, 31689, 30044, [12149, 31481], 31569, 33988, 36880, 31209, 31378,
33590, 23265, 30528, 20013, 20210, 23449, 24544, 25277, 26172, 26609,
27880, [12173, 34411], 34935, 35387, 37198, 37619, 39376, 27159, 28710,
29482, 33511, 33879, 36015, 19969, 20806, 20939, 21899, 23541, 24086,
24115, 24193, 24340, 24373, 24427, 24500, 25074, 25361, 26274, 26397,
28526, 29266, 30010, 30522, 32884, 33081, 33144, 34678, 35519, 35548,
36229, 36339, 37530, [11985, 12199, 38263], 38914, [12227, 40165], 21189,
25431, 30452, 26389, 27784, 29645, 36035, 37806, 38515, 27941, 22684,
26894, 27084, 36861, 37786, 30171, 36890, 22618, 26626, 25524, 27131,
20291, 28460, 26584, 36795, 34086, 32180, 37716, 26943, 28528, 22378,
22775, 23340, 32044, [12118, 29226], 21514, 37347, 40372, 20141, 20302,
20572, 20597, 21059, 35998, 21576, 22564, 23450, 24093, 24213, 24237,
24311, 24351, 24716, 25269, 25402, 25552, 26799, 27712, 30855, 31118,
31243, 32224, 33351, 35330, 35558, 36420, 36883, 37048, 37165, 37336,
[12237, 40718], 27877, 25688, 25826, 25973, 28404, 30340, 31515, 36969,
37841, 28346, 21746, 24505, 25764, 36685, 36845, 37444, 20856, 22635,
22825, 23637, 24215, 28155, 32399, 29980, 36028, 36578, 39003, 28857,
20253, 27583, 28593, [12133, 30000], 38651, 20814, 21520, 22581, 22615,
22956, 23648, 24466, [12099, 26007], 26460, 28193, 30331, 33759, 36077,
36884, 37117, 37709, 30757, 30778, 21162, 24230, [12063, 22303], 22900,
24594, 20498, 20826, 20908, 20941, [12049, 20992], 21776, 22612, 22616,
22871, 23445, 23798, 23947, 24764, 25237, 25645, 26481, 26691, 26812,
26847, 30423, 28120, 28271, 28059, 28783, 29128, 24403, 30168, 31095,
31561, 31572, 31570, 31958, 32113, 21040, 33891, 34153, 34276, 35342,
35588, [12182, 35910], 36367, 36867, 36879, 37913, 38518, 38957, 39472,
38360, 20685, 21205, 21516, 22530, 23566, 24999, 25758, 27934, 30643,
31461, 33012, 33796, 36947, 37509, 23776, 40199, 21311, 24471, 24499,
28060, 29305, 30563, 31167, 31716, 27602, 29420, 35501, 26627, 27233,
20984, 31361, 26932, 23626, 40182, 33515, 23493, [12195, 37193], 28702,
22136, 23663, 24775, 25958, 27788, 35930, 36929, 38931, 21585, 26311,
37389, 22856, 37027, 20869, 20045, 20970, 34201, 35598, 28760, 25466,
37707, 26978, 39348, 32260, 30071, 21335, 26976, 36575, 38627, 27741,
[12038, 20108], 23612, 24336, 36841, 21250, 36049, [12161, 32905], 34425,
24319, [12103, 26085], 20083, [12042, 20837], 22914, 23615, 38894, 20219,
22922, 24525, 35469, 28641, 31152, 31074, 23527, 33905, 29483, 29105,
24180, 24565, 25467, 25754, 29123, 31896, 20035, 24316, 20043, 22492,
22178, 24745, 28611, 32013, 33021, 33075, 33215, 36786, 35223, 34468,
24052, 25226, 25773, 35207, 26487, 27874, 27966, 29750, 30772, 23110,
32629, 33453, [12218, 39340], 20467, 24259, 25309, 25490, 25943, 26479,
30403, 29260, 32972, 32954, 36649, 37197, 20493, 22521, 23186, 26757,
26995, 29028, 29437, 36023, 22770, 36064, 38506, 36889, 34687, 31204,
30695, 33833, 20271, 21093, 21338, 25293, 26575, 27850, [12137, 30333],
31636, 31893, 33334, 34180, 36843, 26333, 28448, 29190, 32283, 33707,
39361, [12008, 40614], 20989, 31665, 30834, 31672, 32903, 31560, 27368,
24161, 32908, 30033, 30048, [12043, 20843], 37474, 28300, 30330, 37271,
39658, 20240, 32624, 25244, 31567, 38309, 40169, 22138, 22617, 34532,
38588, 20276, 21028, 21322, 21453, 21467, 24070, 25644, 26001, 26495,
27710, 27726, 29256, 29359, 29677, 30036, 32321, 33324, 34281, 36009,
31684, [12196, 37318], 29033, 38930, 39151, 25405, 26217, 30058, 30436,
30928, 34115, 34542, 21290, 21329, 21542, 22915, 24199, 24444, 24754,
25161, 25209, 25259, 26000, [12112, 27604], 27852, 30130, [12138, 30382],
30865, 31192, 32203, 32631, 32933, 34987, 35513, 36027, 36991,
[12206, 38750], [12214, 39131], 27147, 31800, 20633, 23614, 24494, 26503,
27608, 29749, 30473, 32654, [12240, 40763], 26570, 31255, 21305,
[12134, 30091], 39661, 24422, 33181, 33777, 32920, 24380, 24517, 30050,
31558, 36924, 26727, 23019, 23195, 32016, 30334, 35628, 20469, 24426,
27161, 27703, 28418, 29922, 31080, 34920, 35413, 35961, 24287, 25551,
30149, 31186, 33495, 37672, 37618, 33948, 34541, 39981, 21697, 24428,
25996, 27996, 28693, 36007, 36051, 38971, 25935, 29942, 19981, 20184,
22496, 22827, 23142, 23500, 20904, 24067, 24220, 24598, 25206, 25975,
26023, 26222, 28014, [12119, 29238], 31526, 33104, 33178, 33433, 35676,
36000, 36070, 36212, [12201, 38428], 38468, 20398, 25771, 27494, 33310,
33889, 34154, 37096, 23553, 26963, [12213, 39080], 33914, 34135, 20239,
21103, 24489, 24133, 26381, 31119, 33145, 35079, 35206, 28149, 24343,
25173, 27832, 20175, 29289, 39826, 20998, 21563, 22132, 22707, 24996,
25198, 28954, 22894, 31881, 31966, 32027, 38640, [12098, 25991], 32862,
19993, 20341, 20853, 22592, 24163, 24179, 24330, 26564, 20006, 34109,
38281, 38491, [12150, 31859], [12212, 38913], 20731, 22721, 30294, 30887,
21029, 30629, 34065, 31622, 20559, 22793, [12122, 29255], 31687, 32232,
36794, 36820, 36941, 20415, 21193, 23081, 24321, 38829, 20445, 33303,
37610, 22275, 25429, 27497, 29995, 35036, 36628, 31298, 21215, 22675,
24917, 25098, 26286, [11935, 27597], 31807, 33769, 20515, 20472, 21253,
21574, 22577, 22857, 23453, 23792, 23791, 23849, 24214, 25265, 25447,
25918, [12101, 26041], 26379, 27861, 27873, 28921, 30770, 32299, 32990,
33459, 33804, 34028, 34562, 35090, 35370, 35914, 37030, 37586, 39165,
40179, 40300, 20047, 20129, 20621, 21078, 22346, 22952, 24125,
{f: 2, c: 24536}, 25151, 26292, 26395, 26576, 26834, 20882, 32033, 32938,
33192, 35584, 35980, 36031, 37502, 38450, 21536, 38956, 21271, 20693,
[12056, 21340], 22696, 25778, 26420, 29287, 30566, 31302, 37350, 21187,
27809, 27526, 22528, 24140, 22868, 26412, 32763, 20961, 30406, 25705,
30952, 39764, [12231, 40635], 22475, 22969, 26151, 26522, 27598, 21737,
27097, 24149, 33180, 26517, 39850, 26622, 40018, 26717, 20134, 20451,
[12060, 21448], 25273, 26411, 27819, 36804, 20397, 32365, 40639, 19975,
24930, 28288, 28459, 34067, 21619, 26410, 39749, [11922, 24051], 31637,
23724, 23494, 34588, 28234, 34001, 31252, 33032, 22937, 31885,
[11936, 27665], 30496, 21209, 22818, 28961, 29279, [12141, 30683], 38695,
40289, 26891, 23167, 23064, 20901, 21517, 21629, 26126, 30431, 36855,
37528, 40180, 23018, 29277, 28357, 20813, 26825, 32191, 32236,
[12207, 38754], 40634, 25720, 27169, 33538, 22916, 23391, [12113, 27611],
29467, 30450, 32178, 32791, 33945, 20786, [12106, 26408], 40665,
[12140, 30446], 26466, 21247, 39173, 23588, 25147, 31870, 36016, 21839,
24758, 32011, [12200, 38272], 21249, 20063, 20918, 22812, 29242, 32822,
37326, 24357, [12142, 30690], 21380, 24441, 32004, 34220, 35379, 36493,
38742, 26611, 34222, 37971, 24841, 24840, 27833, 30290, 35565, 36664,
21807, 20305, 20778, 21191, 21451, 23461, 24189, 24736, 24962, 25558,
26377, 26586, 28263, 28044, {f: 2, c: 29494}, 30001, 31056, 35029, 35480,
36938, [12194, 37009], 37109, 38596, 34701, [12067, 22805], 20104, 20313,
19982, 35465, 36671, 38928, 20653, 24188, 22934, 23481, 24248, 25562,
25594, 25793, 26332, 26954, 27096, 27915, 28342, 29076, [12132, 29992],
31407, [12154, 32650], 32768, 33865, 33993, 35201, 35617, 36362, 36965,
38525, 39178, 24958, 25233, 27442, 27779, 28020, 32716, 32764, 28096,
32645, 34746, 35064, 26469, 33713, 38972, 38647, 27931, 32097, 33853,
37226, 20081, 21365, 23888, 27396, 28651, 34253, 34349, 35239, 21033,
21519, 23653, 26446, 26792, 29702, 29827, 30178, 35023, 35041,
[12197, 37324], 38626, 38520, 24459, 29575, [12148, 31435], 33870, 25504,
30053, 21129, 27969, 28316, 29705, 30041, 30827, 31890, 38534,
[12015, 31452], [12243, 40845], 20406, 24942, 26053, 34396, 20102, 20142,
20698, 20001, 20940, 23534, 26009, 26753, 28092, 29471, 30274, 30637,
31260, 31975, 33391, 35538, 36988, 37327, 38517, 38936, [12050, 21147],
32209, 20523, 21400, 26519, 28107, 29136, 29747, 33256, 36650, 38563,
40023, 40607, 29792, 22593, 28057, 32047, 39006, 20196, 20278, 20363,
20919, 21169, 23994, 24604, 29618, 31036, 33491, 37428, 38583, 38646,
38666, 40599, 40802, 26278, 27508, 21015, 21155, 28872, 35010, 24265,
24651, 24976, 28451, 29001, 31806, 32244, 32879, 34030, 36899, 37676,
21570, 39791, 27347, 28809, 36034, 36335, 38706, 21172, 23105, 24266,
24324, 26391, 27004, 27028, 28010, 28431, 29282, 29436, 31725,
[12156, 32769], 32894, 34635, 37070, 20845, 40595, 31108, 32907, 37682,
35542, 20525, 21644, 35441, 27498, 36036, 33031, 24785, 26528, 40434,
20121, 20120, 39952, 35435, 34241, 34152, 26880, 28286, 30871, 33109,
24332, 19984, 19989, 20010, 20017, [12034, 20022], 20028, [12035, 20031],
20034, 20054, 20056, 20098, [12037, 20101], 35947, 20106, 33298, 24333,
20110, {f: 2, c: 20126}, [12039, 20128], 20130, 20144, 20147, 20150, 20174,
20173, 20164, 20166, 20162, 20183, 20190, 20205, 20191, 20215, 20233,
20314, 20272, 20315, 20317, 20311, 20295, 20342, 20360, 20367, 20376,
20347, 20329, 20336, 20369, 20335, 20358, 20374, 20760, 20436, 20447,
20430, 20440, 20443, 20433, 20442, 20432, {f: 2, c: 20452}, 20506, 20520,
20500, 20522, 20517, 20485, 20252, 20470, 20513, 20521, 20524, 20478,
20463, 20497, 20486, 20547, 20551, 26371, 20565, 20560, 20552, 20570,
20566, 20588, 20600, 20608, 20634, 20613, 20660, 20658, {f: 2, c: 20681},
20659, 20674, 20694, 20702, 20709, 20717, 20707, 20718, 20729, 20725,
20745, {f: 2, c: 20737}, 20758, 20757, 20756, 20762, 20769, 20794, 20791,
20796, 20795, [12041, 20799], [11918, 20800], 20818, 20812, 20820, 20834,
31480, {f: 2, c: 20841}, 20846, 20864, [12044, 20866], 22232, 20876, 20873,
20879, 20881, 20883, 20885, [12045, 20886], 20900, 20902, 20898,
{f: 2, c: 20905}, [12046, 20907], 20915, {f: 2, c: 20913}, 20912, 20917,
20925, 20933, 20937, 20955, [12047, 20960], 34389, 20969, 20973, 20976,
[12048, 20981], 20990, 20996, 21003, 21012, 21006, 21031, 21034, 21038,
21043, 21049, 21071, 21060, {f: 2, c: 21067}, 21086, 21076, 21098, 21108,
21097, 21107, 21119, 21117, 21133, 21140, 21138, 21105, 21128, 21137,
36776, 36775, {f: 2, c: 21164}, 21180, 21173, 21185, 21197, 21207, 21214,
21219, 21222, 39149, 21216, 21235, 21237, 21240, [12051, 21241], 21254,
21256, 30008, 21261, 21264, 21263, [12052, 21269], [12053, 21274], 21283,
21295, 21297, 21299, [12054, 21304], 21312, 21318, 21317, 19991, 21321,
21325, 20950, 21342, [12057, 21353], 21358, 22808, 21371, 21367,
[12058, 21378], 21398, 21408, 21414, 21413, 21422, 21424, [12059, 21430],
21443, 31762, 38617, 21471, 26364, 29166, 21486, 21480, 21485, 21498,
21505, 21565, 21568, {f: 2, c: 21548}, 21564, 21550, 21558, 21545, 21533,
21582, 21647, 21621, 21646, 21599, 21617, 21623, 21616, 21650, 21627,
21632, 21622, 21636, 21648, 21638, 21703, 21666, 21688, 21669, 21676,
21700, 21704, 21672, 21675, 21698, 21668, 21694, 21692, 21720,
{f: 2, c: 21733}, 21775, 21780, 21757, 21742, 21741, 21754, 21730, 21817,
21824, 21859, 21836, 21806, 21852, 21829, {f: 2, c: 21846}, 21816, 21811,
21853, 21913, 21888, 21679, 21898, 21919, 21883, 21886, 21912, 21918,
21934, 21884, 21891, 21929, 21895, 21928, 21978, 21957, 21983, 21956,
21980, 21988, 21972, 22036, 22007, 22038, 22014, 22013, 22043, 22009,
22094, 22096, 29151, 22068, 22070, 22066, 22072, 22123, 22116, 22063,
22124, 22122, 22150, 22144, 22154, 22176, 22164, 22159, 22181, 22190,
22198, 22196, 22210, 22204, 22209, 22211, 22208, 22216, 22222, 22225,
22227, [12062, 22231], 22254, 22265, 22272, 22271, 22276, 22281, 22280,
22283, 22285, 22291, 22296, 22294, 21959, 22300, 22310, {f: 2, c: 22327},
22350, 22331, 22336, 22351, 22377, 22464, 22408, 22369, 22399, 22409,
22419, 22432, 22451, 22436, 22442, 22448, 22467, 22470, 22484,
{f: 2, c: 22482}, 22538, 22486, 22499, 22539, 22553, 22557, 22642, 22561,
22626, 22603, 22640, 27584, 22610, 22589, 22649, 22661, 22713, 22687,
22699, 22714, 22750, 22715, 22712, 22702, 22725, 22739, 22737, 22743,
22745, 22744, 22757, 22748, 22756, 22751, 22767, 22778, 22777,
{f: 3, c: 22779}, [12065, 22786], [12066, 22794], 22800, 22811, 26790,
22821, {f: 2, c: 22828}, 22834, 22840, 22846, 31442, 22869, 22864, 22862,
22874, 22872, 22882, 22880, 22887, 22892, 22889, 22904, 22913, 22941,
20318, 20395, 22947, 22962, 22982, 23016, 23004, 22925, {f: 2, c: 23001},
23077, 23071, 23057, 23068, 23049, 23066, 23104, 23148, 23113,
{f: 2, c: 23093}, 23138, 23146, 23194, 23228, 23230, 23243, 23234, 23229,
23267, 23255, 23270, 23273, 23254, {f: 2, c: 23290}, 23308, 23307, 23318,
23346, 23248, 23338, 23350, 23358, 23363, 23365, 23360, 23377, 23381,
{f: 2, c: 23386}, 23397, 23401, 23408, 23411, 23413, 23416, 25992, 23418,
[12071, 23424], 23427, 23462, 23480, 23491, 23495, 23497, 23508, 23504,
23524, 23526, 23522, 23518, 23525, 23531, 23536, 23542, 23539, 23557,
{f: 2, c: 23559}, 23565, 23571, 23584, [11920, 12074, 23586], 23592,
[12075, 23608], 23609, 23617, 23622, 23630, 23635, 23632, 23631, 23409,
23660, [12076, 23662], 20066, 23670, 23673, 23692, 23697, 23700, 22939,
23723, 23739, 23734, 23740, 23735, 23749, 23742, 23751, 23769, 23785,
23805, 23802, 23789, 23948, 23786, 23819, 23829, 23831, 23900, 23839,
23835, 23825, 23828, 23842, 23834, 23833, 23832, 23884, 23890, 23886,
23883, 23916, 23923, 23926, 23943, 23940, 23938, 23970, 23965, 23980,
23982, 23997, 23952, 23991, 23996, 24009, 24013, 24019, 24018, 24022,
[12078, 24027], 24043, 24050, 24053, 24075, 24090, 24089, 24081, 24091,
{f: 2, c: 24118}, 24132, 24131, 24128, 24142, 24151, 24148, 24159, 24162,
24164, 24135, {f: 2, c: 24181}, [11923, 12083, 24186], 40636,
[12084, 24191], 24224, {f: 2, c: 24257}, 24264, 24272, 24271, 24278, 24291,
24285, {f: 2, c: 24282}, 24290, 24289, {f: 2, c: 24296}, 24300, 24305,
24307, 24304, [12085, 24308], 24312, [12086, 24318], 24323, 24329, 24413,
24412, [12087, 24331], 24337, 24342, 24361, 24365, 24376, 24385, 24392,
24396, 24398, 24367, [11924, 24401], {f: 2, c: 24406}, 24409,
[12090, 24417], 24429, [12091, 24435], 24439, 24451, 24450, 24447, 24458,
24456, 24465, 24455, 24478, 24473, 24472, 24480, 24488, 24493, 24508,
24534, 24571, 24548, 24568, 24561, 24541, 24755, 24575, 24609, 24672,
24601, 24592, 24617, 24590, 24625, 24603, 24597, 24619, 24614, 24591,
24634, 24666, 24641, 24682, 24695, 24671, 24650, 24646, 24653, 24675,
24643, 24676, 24642, 24684, 24683, 24665, 24705, 24717, 24807, 24707,
24730, 24708, 24731, {f: 2, c: 24726}, 24722, 24743, 24715, 24801, 24760,
24800, 24787, 24756, 24560, 24765, 24774, 24757, 24792, 24909, 24853,
24838, {f: 2, c: 24822}, 24832, 24820, 24826, 24835, 24865, 24827, 24817,
{f: 2, c: 24845}, 24903, 24894, 24872, 24871, 24906, 24895, 24892, 24876,
24884, 24893, 24898, 24900, 24947, 24951, {f: 3, c: 24920}, 24939, 24948,
24943, 24933, 24945, 24927, 24925, 24915, 24949, 24985, 24982, 24967,
25004, 24980, 24986, 24970, 24977, 25003, 25006, 25036, 25034, 25033,
25079, 25032, 25027, 25030, 25018, 25035, 32633, 25037, 25062, 25059,
25078, 25082, 25076, 25087, 25085, 25084, 25086, 25088, [12093, 25096],
25097, 25101, 25100, 25108, 25115, 25118, 25121, 25130, 25134, 25136,
{f: 2, c: 25138}, 25153, 25166, 25182, 25187, 25179, 25184, 25192, 25212,
25218, 25225, 25214, {f: 2, c: 25234}, 25238, 25300, 25219, 25236, 25303,
25297, 25275, 25295, 25343, 25286, 25812, 25288, 25308, 25292, 25290,
25282, 25287, 25243, 25289, 25356, 25326, 25329, 25383, 25346, 25352,
25327, 25333, 25424, 25406, 25421, 25628, 25423, 25494, 25486, 25472,
25515, 25462, 25507, 25487, 25481, 25503, 25525, 25451, 25449, 25534,
25577, 25536, 25542, 25571, 25545, 25554, 25590, 25540, 25622, 25652,
25606, 25619, 25638, 25654, 25885, 25623, 25640, 25615, 25703, 25711,
25718, 25678, 25898, 25749, 25747, 25765, 25769, 25736, 25788, 25818,
25810, 25797, 25799, 25787, 25816, 25794, 25841, 25831, 33289,
{f: 2, c: 25824}, 25260, 25827, 25839, 25900, 25846, 25844, 25842, 25850,
25856, 25853, 25880, 25884, 25861, 25892, 25891, 25899, [12097, 25908],
[11929, 25909], 25911, 25910, 25912, 30027, 25928, 25942, 25941, 25933,
25944, 25950, 25949, 25970, 25976, {f: 2, c: 25986}, 35722, 26011, 26015,
26027, 26039, 26051, 26054, 26049, 26052, 26060, 26066, 26075, 26073,
[12102, 26080], [11931, 26081], 26097, 26482, 26122, 26115, 26107, 26483,
{f: 2, c: 26165}, 26164, 26140, 26191, 26180, 26185, 26177, 26206, 26205,
26212, {f: 2, c: 26215}, 26207, 26210, 26224, 26243, 26248, 26254, 26249,
26244, 26264, 26269, 26305, 26297, 26313, 26302, 26300, 26308, 26296,
26326, 26330, 26336, 26175, 26342, 26345, [12104, 26352], 26357, 26359,
26383, 26390, 26398, {f: 2, c: 26406}, 38712, 26414, 26431, 26422, 26433,
26424, 26423, 26438, 26462, 26464, 26457, {f: 2, c: 26467}, 26505, 26480,
26537, 26492, 26474, 26508, 26507, 26534, 26529, 26501, 26551, 26607,
26548, 26604, 26547, 26601, 26552, 26596, 26590, 26589, 26594, 26606,
26553, 26574, 26566, 26599, 27292, 26654, 26694, 26665, 26688, 26701,
26674, 26702, 26803, 26667, 26713, 26723, 26743, 26751, 26783, 26767,
26797, 26772, 26781, 26779, 26755, 27310, 26809, 26740, 26805, 26784,
26810, 26895, 26765, 26750, 26881, 26826, 26888, 26840, 26914, 26918,
26849, 26892, 26829, 26836, 26855, 26837, 26934, 26898, 26884, 26839,
26851, 26917, 26873, 26848, 26863, 26920, 26922, 26906, 26915, 26913,
26822, 27001, 26999, 26972, 27000, 26987, 26964, 27006, 26990, 26937,
26996, 26941, 26969, 26928, 26977, 26974, 26973, 27009, 26986, 27058,
27054, 27088, 27071, 27073, 27091, 27070, 27086, 23528, 27082, 27101,
27067, 27075, 27047, 27182, 27025, 27040, 27036, 27029, 27060, 27102,
27112, 27138, 27163, 27135, 27402, 27129, 27122, 27111, 27141, 27057,
27166, 27117, 27156, 27115, 27146, 27154, 27329, 27171, 27155, 27204,
27148, 27250, 27190, 27256, 27207, 27234, 27225, 27238, 27208, 27192,
27170, 27280, 27277, 27296, 27268, {f: 2, c: 27298}, 27287, 34327, 27323,
27331, 27330, 27320, 27315, 27308, 27358, 27345, 27359, 27306, 27354,
27370, 27387, 27397, 34326, 27386, 27410, 27414, 39729, 27423, 27448,
27447, 30428, 27449, 39150, 27463, 27459, 27465, 27472, 27481, 27476,
27483, 27487, 27489, 27512, [12109, 27513], {f: 2, c: 27519}, 27524, 27523,
27533, 27544, 27541, 27550, 27556, {f: 2, c: 27562}, 27567, 27570, 27569,
[12110, 27571], 27575, 27580, 27590, [12111, 27595], 27603, 27615, 27628,
27627, 27635, 27631, 40638, 27656, 27667, [12115, 27668], 27675, 27684,
27683, 27742, 27733, 27746, 27754, 27778, 27789, 27802, 27777, 27803,
27774, 27752, 27763, 27794, 27792, 27844, 27889, 27859, 27837, 27863,
27845, 27869, 27822, 27825, 27838, 27834, 27867, 27887, 27865, 27882,
27935, 34893, 27958, 27947, 27965, 27960, 27929, 27957, 27955, 27922,
27916, 28003, 28051, 28004, 27994, 28025, 27993, 28046, 28053, 28644,
28037, 28153, 28181, 28170, 28085, 28103, 28134, 28088, 28102, 28140,
28126, 28108, 28136, 28114, 28101, 28154, 28121, 28132, 28117, 28138,
28142, 28205, 28270, 28206, 28185, 28274, 28255, 28222, 28195, 28267,
28203, 28278, 28237, 28191, 28227, 28218, 28238, 28196, 28415, 28189,
28216, 28290, 28330, 28312, 28361, 28343, 28371, 28349, 28335, 28356,
28338, {f: 2, c: 28372}, 28303, 28325, 28354, 28319, 28481, 28433, 28748,
28396, 28408, 28414, 28479, 28402, 28465, 28399, 28466, 28364, 28478,
28435, 28407, 28550, 28538, 28536, 28545, 28544, 28527, 28507, 28659,
28525, 28546, 28540, 28504, 28558, 28561, 28610, 28518, 28595, 28579,
28577, 28580, 28601, 28614, 28586, 28639, 28629, 28652, 28628, 28632,
28657, 28654, 28635, 28681, 28683, 28666, 28689, 28673, 28687, 28670,
28699, 28698, 28532, 28701, 28696, 28703, 28720, 28734, 28722, 28753,
28771, 28825, 28818, 28847, 28913, 28844, 28856, 28851, 28846, 28895,
28875, 28893, 28889, 28937, 28925, 28956, 28953, 29029, 29013, 29064,
29030, 29026, 29004, 29014, 29036, 29071, 29179, 29060, 29077, 29096,
29100, 29143, 29113, 29118, 29138, 29129, 29140, 29134, 29152, 29164,
29159, 29173, 29180, 29177, 29183, 29197, 29200, 29211, 29224, 29229,
29228, 29232, 29234, [12120, 29243], 29244, [12121, 29247], 29248, 29254,
29259, 29272, 29300, 29310, 29314, 29313, 29319, 29330, 29334, 29346,
29351, 29369, 29362, 29379, 29382, 29380, 29390, 29394, 29410,
{f: 2, c: 29408}, 29433, 29431, 20495, 29463, 29450, 29468, 29462, 29469,
29492, 29487, 29481, 29477, 29502, {f: 2, c: 29518}, 40664, 29527, 29546,
29544, 29552, 29560, 29557, 29563, 29562, 29640, 29619, 29646, 29627,
29632, 29669, 29678, 29662, 29858, 29701, 29807, 29733, 29688, 29746,
29754, 29781, 29759, 29791, 29785, 29761, 29788, 29801, 29808, 29795,
29802, 29814, 29822, 29835, 29854, 29863, 29898, 29903, 29908, 29681,
29920, 29923, 29927, 29929, 29934, 29938, {f: 2, c: 29936}, 29944, 29943,
29956, 29955, 29957, 29964, 29966, 29965, 29973, 29971, 29982, 29990,
29996, 30012, 30020, 30029, 30026, 30025, 30043, 30022, 30042, 30057,
30052, 30055, 30059, 30061, 30072, 30070, {f: 2, c: 30086}, 30068, 30090,
30089, 30082, 30100, 30106, 30109, 30117, 30115, 30146, 30131, 30147,
30133, 30141, 30136, 30140, 30129, 30157, 30154, 30162, 30169, 30179,
30174, {f: 2, c: 30206}, 30204, 30209, 30192, 30202, {f: 2, c: 30194},
30219, 30221, 30217, 30239, 30247, {f: 3, c: 30240}, 30244, 30260, 30256,
30267, {f: 2, c: 30279}, 30278, 30300, 30296, {f: 2, c: 30305},
{f: 3, c: 30312}, 30311, 30316, 30320, 30322, [12136, 30326], 30328, 30332,
30336, 30339, 30344, 30347, 30350, 30358, 30355, {f: 2, c: 30361}, 30384,
30388, {f: 3, c: 30392}, 30402, 30413, 30422, 30418, 30430, 30433, 30437,
30439, 30442, 34351, 30459, 30472, 30471, 30468, 30505, 30500, 30494,
{f: 2, c: 30501}, 30491, {f: 2, c: 30519}, 30535, 30554, 30568, 30571,
30555, 30565, 30591, 30590, 30585, 30606, 30603, 30609, 30624, 30622,
30640, 30646, 30649, 30655, {f: 2, c: 30652}, 30651, 30663, 30669, 30679,
30682, 30684, 30691, 30702, 30716, 30732, 30738, 31014, 30752, 31018,
30789, 30862, 30836, 30854, 30844, 30874, 30860, 30883, 30901, 30890,
30895, 30929, 30918, 30923, 30932, 30910, 30908, 30917, 30922, 30956,
30951, 30938, 30973, 30964, 30983, 30994, 30993, 31001, 31020, 31019,
31040, 31072, 31063, 31071, 31066, 31061, 31059, 31098, 31103, 31114,
31133, 31143, 40779, 31146, 31150, 31155, {f: 2, c: 31161}, 31177, 31189,
31207, 31212, 31201, 31203, 31240, 31245, {f: 2, c: 31256}, 31264, 31263,
31104, 31281, 31291, 31294, 31287, 31299, 31319, 31305, {f: 2, c: 31329},
31337, 40861, 31344, 31353, 31357, 31368, 31383, 31381, 31384, 31382,
31401, 31432, 31408, 31414, 31429, 31428, 31423, 36995, 31431, 31434,
31437, 31439, 31445, 31443, {f: 2, c: 31449}, 31453, {f: 2, c: 31457},
31462, 31469, 31472, 31490, 31503, 31498, 31494, 31539, {f: 2, c: 31512},
31518, 31541, 31528, 31542, 31568, 31610, 31492, 31565, 31499, 31564,
31557, 31605, 31589, 31604, 31591, {f: 2, c: 31600}, 31596, 31598, 31645,
31640, 31647, 31629, 31644, 31642, 31627, 31634, 31631, 31581, 31641,
31691, 31681, 31692, 31695, 31668, 31686, 31709, 31721, 31761, 31764,
31718, 31717, 31840, 31744, 31751, 31763, 31731, 31735, 31767, 31757,
31734, 31779, 31783, 31786, 31775, 31799, 31787, 31805, 31820, 31811,
31828, 31823, 31808, 31824, 31832, 31839, 31844, 31830, 31845, 31852,
31861, 31875, 31888, 31908, 31917, 31906, 31915, 31905, 31912, 31923,
31922, 31921, 31918, 31929, 31933, 31936, 31941, 31938, 31960, 31954,
31964, 31970, 39739, 31983, 31986, 31988, 31990, 31994, 32006, 32002,
32028, 32021, 32010, 32069, 32075, 32046, 32050, 32063, 32053, 32070,
32115, 32086, 32078, 32114, 32104, 32110, 32079, 32099, 32147, 32137,
32091, 32143, 32125, 32155, 32186, 32174, 32163, 32181, 32199, 32189,
32171, 32317, 32162, 32175, 32220, 32184, 32159, 32176, 32216, 32221,
32228, 32222, 32251, 32242, 32225, 32261, 32266, 32291, 32289, 32274,
32305, 32287, 32265, 32267, 32290, 32326, 32358, 32315, 32309, 32313,
32323, 32311, 32306, 32314, 32359, 32349, 32342, 32350, {f: 2, c: 32345},
32377, 32362, 32361, 32380, 32379, 32387, 32213, 32381, 36782, 32383,
{f: 2, c: 32392}, 32396, 32402, 32400, {f: 2, c: 32403}, 32406, 32398,
{f: 2, c: 32411}, 32568, 32570, 32581, {f: 3, c: 32588}, 32592,
[12153, 32593], 32597, 32596, 32600, {f: 2, c: 32607}, {f: 2, c: 32616},
32615, 32632, 32642, 32646, 32643, 32648, 32647, 32652, 32660, 32670,
32669, 32666, 32675, 32687, 32690, 32697, 32686, 32694, 32696, 35697,
{f: 2, c: 32709}, 32714, 32725, 32724, 32737, 32742, 32745, 32755, 32761,
39132, 32774, 32772, 32779, [12158, 32786], {f: 2, c: 32792}, 32796, 32801,
32808, 32831, 32827, 32842, 32838, 32850, 32856, 32858, 32863, 32866,
32872, 32883, 32882, 32880, 32886, 32889, 32893, [12160, 32895], 32900,
32902, 32901, 32923, 32915, 32922, 32941, 20880, 32940, 32987, 32997,
32985, 32989, 32964, 32986, 32982, 33033, 33007, 33009, 33051, 33065,
33059, 33071, 33099, 38539, 33094, 33086, 33107, 33105, 33020, 33137,
33134, {f: 2, c: 33125}, 33140, 33155, 33160, 33162, 33152, 33154, 33184,
33173, 33188, 33187, 33119, 33171, 33193, 33200, 33205, 33214, 33208,
33213, 33216, 33218, 33210, 33225, 33229, 33233, 33241, 33240, 33224,
33242, {f: 2, c: 33247}, 33255, {f: 2, c: 33274}, 33278, {f: 2, c: 33281},
33285, 33287, 33290, 33293, 33296, 33302, 33321, 33323, 33336, 33331,
33344, 33369, 33368, 33373, 33370, 33375, 33380, 33378, 33384,
{f: 2, c: 33386}, 33326, 33393, 33399, [12171, 33400], 33406, 33421, 33426,
33451, 33439, 33467, 33452, 33505, 33507, 33503, 33490, 33524, 33523,
33530, 33683, 33539, 33531, 33529, 33502, 33542, 33500, 33545, 33497,
33589, 33588, 33558, 33586, 33585, 33600, 33593, 33616, 33605, 33583,
33579, {f: 2, c: 33559}, 33669, 33690, 33706, 33695, 33698, 33686, 33571,
33678, 33671, 33674, 33660, 33717, 33651, 33653, 33696, 33673, 33704,
33780, 33811, 33771, 33742, 33789, 33795, 33752, 33803, 33729, 33783,
33799, 33760, 33778, 33805, 33826, 33824, 33725, 33848, 34054, 33787,
33901, 33834, 33852, 34138, 33924, 33911, 33899, 33965, 33902, 33922,
33897, 33862, 33836, 33903, 33913, 33845, 33994, 33890, 33977, 33983,
33951, 34009, 33997, 33979, 34010, 34000, 33985, 33990, 34006, 33953,
34081, 34047, 34036, {f: 2, c: 34071}, 34092, 34079, 34069, 34068, 34044,
34112, 34147, 34136, 34120, 34113, 34306, 34123, 34133, 34176, 34212,
34184, 34193, 34186, 34216, 34157, 34196, 34203, 34282, 34183, 34204,
34167, 34174, 34192, 34249, 34234, 34255, 34233, 34256, 34261, 34269,
34277, 34268, 34297, 34314, 34323, 34315, 34302, 34298, 34310, 34338,
34330, 34352, 34367, [12172, 34381], 20053, 34388, 34399, 34407, 34417,
34451, 34467, {f: 2, c: 34473}, {f: 2, c: 34443}, 34486, 34479, 34500,
34502, 34480, 34505, 34851, 34475, 34516, 34526, 34537, 34540, 34527,
34523, 34543, 34578, 34566, 34568, 34560, 34563, 34555, 34577, 34569,
34573, 34553, 34570, 34612, 34623, 34615, 34619, 34597, 34601, 34586,
34656, 34655, 34680, 34636, 34638, 34676, 34647, 34664, 34670, 34649,
34643, 34659, 34666, 34821, 34722, 34719, 34690, 34735, 34763, 34749,
34752, 34768, 38614, 34731, 34756, 34739, 34759, 34758, 34747, 34799,
34802, 34784, 34831, 34829, 34814, {f: 2, c: 34806}, 34830, 34770, 34833,
34838, 34837, 34850, 34849, 34865, 34870, 34873, 34855, 34875, 34884,
34882, 34898, 34905, 34910, 34914, 34923, 34945, 34942, 34974, 34933,
34941, 34997, 34930, 34946, 34967, 34962, 34990, 34969, 34978, 34957,
34980, 34992, 35007, 34993, {f: 2, c: 35011}, 35028, {f: 2, c: 35032},
35037, 35065, 35074, 35068, 35060, 35048, 35058, 35076, 35084, 35082,
35091, 35139, 35102, 35109, {f: 2, c: 35114}, 35137, 35140, 35131, 35126,
35128, 35148, 35101, 35168, 35166, 35174, 35172, 35181, 35178, 35183,
35188, 35191, [12177, 35198], 35203, 35208, 35210, 35219, 35224, 35233,
35241, 35238, 35244, 35247, 35250, 35258, 35261, {f: 2, c: 35263}, 35290,
{f: 2, c: 35292}, 35303, 35316, 35320, 35331, 35350, 35344, 35340, 35355,
35357, 35365, 35382, 35393, 35419, 35410, 35398, 35400, 35452, 35437,
35436, 35426, 35461, 35458, 35460, 35496, 35489, 35473, {f: 2, c: 35493},
35482, 35491, 35524, 35533, 35522, 35546, 35563, 35571, 35559, 35556,
35569, 35604, 35552, 35554, 35575, 35550, 35547, 35596, 35591, 35610,
35553, 35606, 35600, 35607, 35616, 35635, 38827, 35622, 35627, 35646,
35624, 35649, 35660, 35663, 35662, 35657, 35670, 35675, 35674, 35691,
35679, 35692, 35695, 35700, 35709, 35712, 35724, 35726, {f: 2, c: 35730},
35734, {f: 2, c: 35737}, 35898, 35905, 35903, 35912, 35916, 35918, 35920,
[12183, 35925], 35938, 35948, [12184, 35960], 35962, 35970, 35977, 35973,
35978, {f: 2, c: 35981}, 35988, 35964, 35992, 25117, 36013, 36010, 36029,
{f: 2, c: 36018}, 36014, 36022, 36040, 36033, 36068, 36067, 36058, 36093,
{f: 2, c: 36090}, {f: 2, c: 36100}, 36106, 36103, 36111, 36109, 36112,
40782, 36115, 36045, 36116, 36118, 36199, 36205, 36209, 36211, 36225,
36249, 36290, 36286, 36282, 36303, 36314, 36310, 36300, 36315, 36299,
{f: 2, c: 36330}, 36319, 36323, 36348, {f: 2, c: 36360}, 36351,
{f: 2, c: 36381}, 36368, 36383, 36418, 36405, 36400, 36404, 36426, 36423,
36425, 36428, 36432, 36424, 36441, 36452, 36448, 36394, 36451, 36437,
36470, 36466, 36476, 36481, 36487, 36485, 36484, 36491, 36490, 36499,
36497, 36500, 36505, 36522, 36513, 36524, 36528, 36550, 36529, 36542,
36549, 36552, 36555, 36571, 36579, 36604, 36603, 36587, 36606, 36618,
36613, 36629, 36626, 36633, 36627, 36636, 36639, 36635, 36620, 36646,
36659, 36667, 36665, 36677, 36674, 36670, 36684, 36681, 36678, 36686,
36695, 36700, {f: 3, c: 36706}, 36764, 36767, 36771, 36781, 36783, 36791,
36826, 36837, 36834, 36842, 36847, 36999, 36852, 36869, {f: 2, c: 36857},
36881, 36885, 36897, 36877, 36894, 36886, 36875, 36903, 36918, 36917,
36921, 36856, {f: 4, c: 36943}, 36878, 36937, 36926, 36950, 36952, 36958,
36968, 36975, 36982, 38568, 36978, 36994, 36989, 36993, 36992, 37002,
37001, 37007, 37032, 37039, 37041, 37045, 37090, 37092, 25160, 37083,
37122, 37138, 37145, 37170, 37168, 37194, 37206, 37208, 37219, 37221,
37225, 37235, 37234, 37259, 37257, 37250, 37282, 37291, 37295, 37290,
37301, 37300, 37306, {f: 2, c: 37312}, 37321, 37323, 37328, 37334, 37343,
37345, 37339, 37372, {f: 2, c: 37365}, 37406, 37375, 37396, 37420, 37397,
37393, 37470, 37463, 37445, 37449, 37476, 37448, 37525, 37439, 37451,
37456, 37532, 37526, 37523, 37531, 37466, 37583, 37561, 37559, 37609,
37647, 37626, 37700, 37678, 37657, 37666, 37658, 37667, 37690, 37685,
37691, 37724, 37728, 37756, 37742, 37718, 37808, {f: 2, c: 37804}, 37780,
37817, {f: 2, c: 37846}, 37864, 37861, 37848, 37827, 37853, 37840, 37832,
37860, 37914, 37908, 37907, 37891, 37895, 37904, 37942, 37931, 37941,
37921, 37946, 37953, 37970, 37956, 37979, 37984, 37986, 37982, 37994,
37417, 38000, 38005, 38007, 38013, 37978, 38012, 38014, 38017, 38015,
38274, 38279, 38282, 38292, 38294, {f: 2, c: 38296}, 38304, 38312, 38311,
38317, 38332, 38331, 38329, 38334, 38346, 28662, 38339, 38349, 38348,
38357, 38356, 38358, 38364, 38369, 38373, 38370, 38433, 38440,
{f: 2, c: 38446}, 38466, 38476, 38479, 38475, 38519, 38492, 38494, 38493,
38495, 38502, 38514, 38508, 38541, 38552, 38549, 38551, 38570, 38567,
{f: 2, c: 38577}, 38576, 38580, [12202, 38582], 38584, [12203, 38585],
38606, 38603, 38601, 38605, 35149, 38620, 38669, 38613, 38649, 38660,
38662, 38664, 38675, 38670, 38673, 38671, 38678, 38681, 38692, 38698,
38704, 38713, {f: 2, c: 38717}, 38724, 38726, 38728, 38722, 38729, 38748,
38752, 38756, 38758, 38760, 21202, 38763, 38769, 38777, 38789, 38780,
38785, 38778, 38790, 38795, {f: 2, c: 38799}, 38812, 38824, 38822, 38819,
{f: 2, c: 38835}, 38851, 38854, 38856, [12209, 38859], 38876,
[12210, 38893], 40783, 38898, 31455, 38902, 38901, 38927, 38924, 38968,
38948, 38945, 38967, 38973, 38982, 38991, 38987, 39019, {f: 3, c: 39023},
39028, 39027, 39082, 39087, 39089, 39094, 39108, 39107, 39110, 39145,
39147, 39171, 39177, 39186, 39188, 39192, 39201, {f: 2, c: 39197}, 39204,
39200, 39212, 39214, {f: 2, c: 39229}, 39234, 39241, 39237, 39248, 39243,
{f: 2, c: 39249}, 39244, 39253, {f: 2, c: 39319}, 39333, {f: 2, c: 39341},
39356, 39391, 39387, 39389, 39384, 39377, {f: 2, c: 39405},
{f: 2, c: 39409}, 39419, 39416, 39425, 39439, 39429, 39394, 39449, 39467,
39479, 39493, 39490, 39488, 39491, 39486, 39509, 39501, 39515, 39511,
39519, 39522, 39525, 39524, 39529, 39531, 39530, 39597, 39600, 39612,
39616, 39631, 39633, {f: 2, c: 39635}, 39646, [12221, 39647],
{f: 2, c: 39650}, 39654, 39663, 39659, 39662, 39668, 39665, 39671, 39675,
39686, 39704, 39706, 39711, {f: 2, c: 39714}, [12222, 39717],
{f: 4, c: 39719}, 39726, [12223, 39727], [12224, 39730], 39748, 39747,
39759, {f: 2, c: 39757}, 39761, 39768, 39796, 39827, 39811, 39825,
{f: 2, c: 39830}, {f: 2, c: 39839}, 39848, 39860, 39872, 39882, 39865,
39878, 39887, {f: 2, c: 39889}, 39907, 39906, 39908, 39892, 39905, 39994,
39922, 39921, 39920, 39957, 39956, 39945, 39955, 39948, 39942, 39944,
39954, 39946, 39940, 39982, 39963, 39973, 39972, 39969, 39984, 40007,
39986, 40006, 39998, 40026, 40032, 40039, 40054, 40056, 40167, 40172,
40176, 40201, 40200, 40171, 40195, 40198, 40234, 40230, 40367, 40227,
40223, 40260, 40213, 40210, 40257, 40255, 40254, 40262, 40264,
{f: 2, c: 40285}, 40292, 40273, 40272, 40281, 40306, 40329, 40327, 40363,
40303, 40314, 40346, 40356, 40361, 40370, 40388, 40385, 40379, 40376,
40378, 40390, 40399, 40386, 40409, 40403, 40440, 40422, 40429, 40431,
40445, {f: 2, c: 40474}, 40478, [12228, 40565], 40569, 40573, 40577, 40584,
{f: 2, c: 40587}, 40594, 40597, 40593, 40605, [12230, 40613], 40617, 40632,
40618, 40621, 38753, 40652, {f: 3, c: 40654}, 40660, 40668, 40670, 40669,
40672, 40677, 40680, 40687, 40692, {f: 2, c: 40694}, [12235, 40697],
{f: 2, c: 40699}, [12236, 40701], {f: 2, c: 40711}, 30391, 40725, 40737,
40748, 40766, [12241, 40778], [12242, 40786], 40788, 40803,
{f: 3, c: 40799}, {f: 2, c: 40806}, 40812, 40810, 40823, 40818, 40822,
40853, [12244, 40860], [12245, 40864], 22575, 27079, 36953, 29796, 0,
{f: 76, c: 9472}, {f: 20, c: 9312}, {f: 10, c: 8544}, 13129, 13076, 0,
13133, 0, 13095, 0, 13110, 13137, 0, 13069, 13094, 0, 13099, 13130, 0,
{f: 3, c: 13212}, {f: 2, c: 13198}, 13252, 13217, 12317, 12319, 8470,
13261, 0, {f: 5, c: 12964}, {f: 2, c: 12849}, 12857, 13182, 13181, 13180,
8750, 8721, {s: 3}, 8735, 8895, 0, 0, 21854, {s: 7}, 167133, 0, 0, 28976,
0, 40407, {s: 4}, 64054, 0, 0, 22169, 15694, {s: 4}, 20448, 0, 0, 36544, 0,
194797, {s: 4}, 153716, 32363, 33606, 167670, {s: 3}, 40572, 0, 0, 26171,
0, 40628, {s: 4}, 26629, {s: 5}, 23650, 0, 194780, 0, 32353, 0, 0, 64070,
{s: 5}, 34083, 37292, {s: 7}, 34796, {s: 8}, 25620, 0, 0, 39506, {s: 4},
64074, 0, 194692, {s: 4}, 31774, {s: 6}, 64016, 25681, 0, 0, 63980, 22625,
39002, 0, 194679, {s: 3}, 31153, 0, 28678, {s: 9}, 22218, {s: 3}, 21085, 0,
28497, 37297, {s: 10}, 64106, {s: 6}, 38960, 0, 40629, {s: 9}, 33802,
63939, {f: 2, c: 63890}, 63897, 0, 34847, 194575, 0, 194771, 194584,
{s: 7}, 137754, 23643, {s: 4}, 25890, 0, 0, 26618, 0, 26766, 0, 148432,
194848, {s: 21}, 34110, {s: 15}, 30562, {s: 12}, 65075, 0,
{f: 2, c: 65073}, {s: 4}, 65072, {f: 2, c: 65077}, {f: 2, c: 65081}, 0, 0,
{f: 2, c: 65079}, {f: 2, c: 65087}, {f: 2, c: 65085}, {f: 4, c: 65089},
{f: 2, c: 65083}, {s: 41}, {f: 3, c: 12436}, 0, 0, 22099, {s: 41}, 65508,
65287, 65282, 0, 9665, 9655, 8681, 8679, 8678, 8680, 9634, 9831, 9825,
9828, 9826, 13216, 13218, {f: 2, c: 13220}, 13207, 8467, 13208, 13235,
13234, 13233, 13232, {f: 3, c: 13189}, 13259, 13200, 13268, 13206, 13090,
13078, 13080, 13077, 13059, 13091, 13143, 13122, 13113, 13115, 13056,
13105, 13127, 13086, 13098, 0, 13183, 8481, 9742, 12342, 12320, {s: 3},
{f: 9, c: 9352}, {f: 20, c: 9332}, 12881, {f: 10, c: 8560},
{f: 10, c: 12882}, {f: 26, c: 9372}, 12867, 12861, 12863, 12852, 12856,
12851, 12860, 12866, 12862, 12854, 12853, 12859, 12864, 12858, 12976,
12973, 12969, 12975, 12948, 12970, 12952, 12971, 12946, 12945, 12947,
12972, 12974, 12950, {s: 8}, {f: 3, c: 9131}, 0, {f: 3, c: 9127}, 0, 13260,
13061, 0, 0, 13215, 13219, 13222, 0, 0, 12958, {f: 2, c: 13192}, 13256,
8749, 0, 12848, {f: 6, c: 12842}, 12855, 12865, 10145, {s: 3}, 9673, 9824,
9829, 9827, 9830, {f: 4, c: 9728}, 9758, {f: 2, c: 9756}, 9759, 12953,
9450, {f: 2, c: 8554}, {s: 3}, {f: 8, c: 9601}, 9615, 9614, 9613, 9612,
9611, 9610, 9609, {f: 2, c: 9620}, {f: 2, c: 9581}, 9584, 9583, 9552, 9566,
9578, 9569, {f: 2, c: 9698}, 9701, 9700, 0, 0, {f: 3, c: 9585}, {s: 20},
20956, 29081, {f: 9, c: 10102}, {s: 3}, {f: 2, c: 8570}, {s: 3}, 8575,
8458, 8457, 0, 0, 12292, 8646, {f: 2, c: 8644}, 0, {f: 4, c: 12535}, 0, 0,
12957, {s: 3}, 13179, {s: 3}, 13107, 13134, {s: 30}, 32394, 35100, 37704,
37512, 34012, 20425, 28859, 26161, 26824, 37625, 26363, 24389,
[12033, 20008], 20193, 20220, 20224, 20227, 20281, 20310, 20370, 20362,
20378, 20372, 20429, 20544, 20514, 20479, 20510, 20550, 20592, 20546,
20628, 20724, 20696, 20810, 20836, 20893, 20926, 20972, 21013, 21148,
21158, 21184, 21211, 21248, 0, 21284, 21362, 21395, 21426, 21469, 64014,
21660, 21642, 21673, 21759, 21894, 22361, 22373, 22444, 22472, 22471,
64015, 0, 22686, 22706, 22795, 22867, 22875, 22877, 22883, 22948, 22970,
23382, 23488, 29999, 23512, 0, 23582, 23718, 23738, 23797, 23847, 23891, 0,
23874, 23917, {f: 2, c: 23992}, 24016, 24353, 24372, 24423, 24503, 24542,
24669, 24709, 24714, 24798, 24789, 24864, 24818, 24849, 24887, 24880,
24984, 25107, 25254, 25589, 25696, 25757, 25806, 25934, 26112, 26133,
26121, 26158, 0, 26148, 26213, 26199, 26201, 64018, 26227, 26265, 26272,
26290, 26303, 26362, 26382, 0, 26470, 26555, 26706, 26560, 0, 26692, 26831,
64019, 26984, 64020, 27032, 27106, 27184, 27243, 27206, 27251, 27262,
27362, 27364, 27606, 27711, 27740, 27782, 27759, 27866, 27908, 28039,
28015, 28054, 28076, 28111, 28152, 28146, 28156, 28217, 28252, 28199,
28220, 28351, 28552, 28597, 28661, 28677, 28679, 28712, 28805, 28843,
28943, 28932, 29020, {f: 2, c: 28998}, 0, 29121, 29182, 29361, 29374,
29476, 64022, 29559, 29629, 29641, 29654, 29667, 29650, 29703, 29685,
29734, 29738, 29737, 29742, 0, 29833, 29855, 29953, 30063, 30338, 30364,
30366, 30363, 30374, 64023, 30534, 21167, 30753, 30798, 30820, 30842,
31024, {f: 3, c: 64024}, 31124, 64027, 31131, 31441, 31463, 64028, 31467,
31646, 64029, 32072, 0, 32183, 32160, 32214, 32338, 32583, 32673, 64030,
33537, 33634, 33663, 33735, 33782, 33864, 33972, 34131, 34137, 34155,
64031, 34224, {f: 2, c: 64032}, 34823, 35061, 35346, 35383, 35449, 35495,
35518, 35551, 64034, 35574, 35667, 35711, 36080, 36084, 36114, 36214,
64035, 36559, 0, 64037, 36967, 37086, 64038, 37141, 37159, 37338, 37335,
37342, {f: 2, c: 37357}, {f: 2, c: 37348}, 37382, 37392, 37386, 37434,
37440, 37436, 37454, 37465, 37457, 37433, 37479, 37543, {f: 2, c: 37495},
37607, 37591, 37593, 37584, 64039, 37589, 37600, 37587, 37669, 37665,
37627, 64040, 37662, 37631, 37661, 37634, 37744, 37719, 37796, 37830,
37854, 37880, 37937, 37957, 37960, 38290, 0, 64041, 38557, 38575, 38707,
38715, 38723, 38733, 38735, [12205, 38737], 0, 38999, 39013,
{f: 2, c: 64042}, 39207, 64044, 39326, 39502, 39641, 39644, 39797, 39794,
39823, 39857, 39867, 39936, 40304, 40299, 64045, 40473, 40657, {s: 636},
8364, 8486, 0, 0, 64256, {f: 2, c: 64259}, 257, 299, 363, 275, 333, 256,
298, 362, 274, 332, {f: 4, c: 8539}, {f: 2, c: 8531}, 8304,
{f: 6, c: 8308}, {f: 10, c: 8320}, 461, 282, 0, 7868, 463, 0, 296, 465, 0,
467, 366, 360, 462, 283, 0, 7869, 464, 0, 297, 466, 0, 468, 367, 361, 593,
8049, 8048, 509, 0, 596, 0, 0, 601, 0, 0, 602, 0, 0, 603, 8051, 8050, 0,
331, 629, 652, 0, 0, 658, 643, 720, {s: 682}, {f: 10, c: 12832}, {s: 108},
{f: 4, c: 12892}, {f: 15, c: 12977}, {s: 50}, {f: 26, c: 9424},
{f: 26, c: 9398}, {s: 48}, {f: 47, c: 13008}, 0, {f: 10, c: 12928}, 12944,
{f: 6, c: 12938}, 0, 12959, {s: 6}, {f: 2, c: 12960}, 12955, 12954, 12963,
12962, 12951, 0, 12956, 12949, {s: 6}, 9676, {s: 11}, 10111,
{f: 10, c: 9451}, {s: 510}, 8414, {s: 815}, 13274, {s: 3}, 8448, 13250, 0,
0, 8453, 0, 13169, 0, 0, 13197, 13211, {s: 3}, {f: 2, c: 13271}, {s: 3},
{f: 2, c: 13057}, 13060, 13062, 0, 13064, 0, 13063, 13066, 0, 13065, 0,
13067, 0, 13068, {f: 6, c: 13070}, 0, 13079, 0, 13081, 0, {f: 4, c: 13082},
{f: 3, c: 13087}, 13092, 0, 13093, 0, 0, {f: 2, c: 13096}, 0, 13101, 0, 0,
{f: 3, c: 13102}, 13106, 0, 0, {f: 2, c: 13108}, 13116, {s: 3}, 13111, 0,
13112, 13114, 13117, 13121, {f: 3, c: 13118}, {f: 4, c: 13123}, 13128,
{f: 2, c: 13131}, {f: 2, c: 13135}, 0, 0, 13138, 13140, 0, 0, 13139,
{f: 2, c: 13141}, {s: 132}, 8501, 976, 8714, 8463, 0, 981, 987, 977, 0,
{f: 2, c: 9832}, 9836, {s: 5}, 12347, 0, {f: 3, c: 12339}, 8252, 8265,
{s: 5}, 8723, 0, 8771, {f: 2, c: 8818}, {s: 6}, {f: 2, c: 12312},
{f: 2, c: 65375}, {s: 10}, 9115, {f: 2, c: 9117}, 9120, {s: 4}, 9121,
{f: 2, c: 9123}, 9126, {s: 12}, [9116, 9119, 9122, 9125, 9130], {s: 8},
9986, 0, 0, 12349, 0, 12447, 0, 0, 8709, 8864, 8854, 8856, 8853, 8855,
{s: 4}, 9664, 9654, {s: 4}, 8656, 8596, {f: 2, c: 8600}, {f: 2, c: 8598},
8652, 8651, {s: 10}, 12336, 8967, {s: 8}, 10048, 10047, {s: 7}, 9643, 0,
9642, 0, 10010, {s: 12}, 9702, {s: 4}, 10070, {s: 379}, {f: 2, c: 65093},
{s: 679}, 64103, 64098, 32227, [12232, 40643], 28331, 64082, 64061, 64069,
64062, 27114, 28212, 64096, 64071, 64056, 64066, 64078, 34395, 64105,
64052, 64099, 25581, 25802, 30799, 64084, 63856, 64077, 64097, 64072,
64076, {f: 2, c: 64091}, 64081, 64067, 64090, 28041, 29376, 0, 194885,
64086, 64080, 64049, 64059, 24034, 64063, 64101, 21373, 64055, 64095,
24501, 64064, 0, 64083, 0, 64085, 64104, 64068, 64089, 26202, 64053, 64075,
64100, 64065, 64048, 0, 64057, 64051, 27493, 64058, 27599, 64050, 25150,
64079, 63773, 63964, 63798, 28122, 63952, 26310, 27511, 64087, 37706, 0,
37636, {s: 120}, 133390, {s: 120}, 35999, 11991, [11965, 158033], {s: 5},
37555, 38321, 0, 0, 194812, {s: 13}, 194965, {s: 8}, 194794, 0, 26478,
11974, 0, 194594, {s: 13}, 13314, 0, 0, 26083, {s: 4}, 134071, {s: 10},
171339, 0, 194611, 24378, {s: 8}, 11945, 0, 20465, {s: 7}, 63753, {s: 7},
11964, 0, 0, 194732, 26435, {s: 3}, 133732, 35329, 25142, 0, 0, 21555,
23067, {s: 3}, 25221, 0, 0, 194819, {s: 6}, 21567, {s: 9}, 27506, {s: 4},
29986, 19256, 0, 0, 24063, {s: 6}, 194827, 29626, 134047, {s: 3}, 194600,
0, 194849, {s: 5}, 194623, {s: 16}, 194675, {f: 2, c: 11916}, 23577,
{s: 3}, 131083, 23426, 194642, {s: 5}, 11997, [11999, 39136],
[11998, 169599], 14221, 0, [11927, 14586], 0, 194887, 0, [11909, 20155],
131490, {s: 7}, 13599, 0, 194738, 0, 0, [11971, 35200], {s: 4}, 31237,
{s: 4}, 35498, 0, 32085, 0, 28568, {s: 7}, 25591, 30246, {s: 4},
[11978, 163767], {s: 5}, 146686, {s: 5}, 13351, 0, 0, 33067, 0, 0, 194842,
{s: 5}, 11950, {s: 5}, 194714, {s: 3}, 194831, {s: 19}, 22305, 135741,
194586, 0, 64003, {s: 7}, 21534, 15240, 20839, {s: 4}, 63839, {s: 9},
20023, {s: 13}, [11946, 150804], 24421, 23020, 194658, 0, 24217, {s: 46},
13416, {s: 8}, 21200, {s: 9}, 26625, 0, 195024, 195039, {s: 5}, 153215, 0,
0, 11959, {s: 4}, 36534, 63775, {s: 3}, 63875, {s: 5}, 31867, 63906, 0,
63898, 0, [11961, 32770], 157360, {s: 4}, [11911, 132648], 0, 0, 131210,
194604, [11915, 13630], {s: 4}, 21589, 0, 22841, 0, 0, 23414, 194669,
23572, 14306, 23782, 0, 20040, 0, 0, 194742, {s: 4}, 158105, 25371, 0, 0,
26211, 0, 194779, 0, 0, 27126, 27014, {s: 3}, 27596, 0, 28183, 0, 0, 27818,
{s: 3}, [11942, 20012], 0, 0, 29935, 30069, 30188, 30286, 16305, 30570,
30633, {s: 6}, 31571, 0, 0, 16996, {s: 3}, 194924, 0, 0, 32328, {s: 5},
11955, {s: 4}, 33089, 17491, 0, [11966, 33401], [11967, 64094],
[11968, 64093], 0, 20857, 33626, {s: 3}, 17701, 0, 34292, 131248, {s: 4},
34429, 0, 13358, 35014, {s: 6}, 18406, {s: 8}, 36808, {s: 19}, 166279, 0,
0, 167447, 0, 0, 38969, {s: 6}, 39432, {s: 4}, 39903, {s: 10}, 148206,
{s: 5}, 21385, 0, 64017, 194785, 0, 146622, 132625, 0, {f: 2, c: 19972},
19999, 20011, {f: 2, c: 20015}, {f: 2, c: 20032}, 20036, [11907, 20058],
20095, 20109, 20118, 20153, 20176, 20192, 20221, 20223, 20235, 20245,
20320, 20283, 20297, 20308, 20346, {f: 2, c: 20349}, 20375, 20414, 20431,
20477, {f: 2, c: 20480}, 20496, 20507, 20519, 20526, 20567, 20582, 20586,
20539, 20623, 20630, 20636, 20684, 20710, 20713, 20719, 20744, 20747,
20752, 20763, 20766, 20831, 20897, 20924, 0, 20974, 20980, 20993,
[11913, 20994], 21011, 21065, 21089, 21094, 21139, 21192, 21232,
{f: 2, c: 21258}, 21310, 21324, 21323, 21345, 21356, 21419, 21466, 21478,
21493, 21543, 21581, 21606, 21611, 21620, 21645, 21654, 21665, 21677,
21689, 21695, 21702, 21709, 21774, 21803, 21813, 21834, 21856, 0, 21896,
21902, 22024, {f: 2, c: 22030}, 22071, 22079, 22089, 22091, 22095, 22118,
22121, 22127, {f: 2, c: 22129}, 22165, 22170, {f: 2, c: 22188}, 22193,
22217, 22237, 22244, 22282, 22293, 22307, 22319, {f: 2, c: 22323}, 22348,
22384, 22412, 22428, 22456, 22502, 22509, {f: 2, c: 22517}, 22527, 22537,
22560, 22578, 22652, 22656, 22697, 22734, 22736, 22740, 22746, 22761,
22796, 22820, 22831, 22881, 22893, 22986, 22994, 23005, {f: 2, c: 23011},
23044, 23052, 23075, 23111, 23125, 23139, 23149, 23166, 23198, 23207,
23212, 23219, 23264, 23296, 23321, 23333, 23341, 23361, 23420,
{f: 2, c: 23422}, 23434, [11919, 23587], 23595, 23600, 23651, 23657, 23676,
23755, 23762, 23796, 23844, 23846, 23875, 23878, 23882, 23954, 23956,
23961, 23968, 24024, 24032, 24056, 24064, 24082, {f: 2, c: 24084}, 24088,
24110, 24152, {f: 2, c: 24171}, 24232, 24234, {f: 2, c: 24254}, 0, 24274,
24327, 24334, {f: 2, c: 24348}, 24354, 24360, 24374, 24379, 24384,
[12089, 24400], 24408, 24420, 24457, 24476, 24487, 24484, 24495, 24504,
[11926, 24516], 24521, 24545, 24553, 24557, 24572, 24599, 24602, 24627,
24673, 24703, 24734, 24740, 24752, 24779, 24795, 24824, {f: 3, c: 24850},
24860, 24956, 24973, 24991, 25000, 25026, 25055, 25109, 25129, 25155,
25158, [11928, 25164], 25169, 25174, 25284, 25340, 25354, 25357, 25368,
25401, {f: 2, c: 25410}, 25445, 25460, 25469, 25476, 25479, 25488, 25502,
25553, 25564, 25609, 25616, 25634, 25684, 25691, 25709, 25723,
{f: 2, c: 25790}, 25829, 25847, 25851, 25860, 25878, 25881, 25927, 25959,
25985, 25989, 26050, 26096, 26098, 26156, 26188, {f: 2, c: 26203}, 26209,
26219, 0, 26276, 26312, 26348, 26373, 26387, 26419, 26440, 26444, 26486,
26491, 26544, 26546, 26617, 26583, 26585, 26608, 26668, {f: 2, c: 26672},
26715, 26738, 26741, 26746, 26756, 26789, 26802, 26832, 26838, 26856,
26861, {f: 2, c: 26864}, 26876, 26897, 26899, 26933, 26939, 26967, 26979,
26994, {f: 2, c: 27007}, 27046, 27053, 27063, {f: 2, c: 27094}, 27137,
27151, 27157, 27176, 27188, 27198, 27205, {f: 2, c: 27216}, 27222, 27227,
27267, 27273, 27281, {f: 3, c: 27293}, 27356, 27367, 27372, 27422, 27428,
27445, 27462, 27478, 27488, 27522, 27582, 27617, 27633, 27664, 27699,
[11937, 27701], 11938, 27737, 27766, 27771, 27781, 27797, 27804, 27856,
27860, 27862, 27872, {f: 2, c: 27883}, 27886, 27914, 27918, 27921, 27950,
27991, 27998, 28005, 28034, 28095, 28100, 28106, 28118, 28137, 28194,
28241, 28359, 28362, 28366, 28413, 28442, 28458, 28463, 28467, 28506,
28510, 28514, 28541, 28555, 28557, 28562, 28564, 28570, {f: 2, c: 28583},
28598, 28634, 28638, 0, 28729, 28732, 0, 28756, {f: 2, c: 28765}, 28772,
[11939, 28780], 28798, 28801, 28821, 28855, {f: 2, c: 28883}, 28888, 28892,
28935, 28960, 28977, 29002, 29010, 29024, 29049, 29074, 0, 29131, 29139,
29142, 29184, 29213, 29227, 29240, 29249, 29267, {f: 2, c: 29269}, 29276,
29325, [11944, 29357], 29364, 29383, 29435, {f: 2, c: 29444}, 29480, 29489,
29507, 29548, 29564, 29571, {f: 2, c: 29573}, 29589, {f: 3, c: 29598},
29606, 29611, 29621, 29623, 29628, 29647, 29657, 29673, 29684, 29693,
29700, 29706, {f: 2, c: 29722}, 29732, 29736, 29740, {f: 3, c: 29743},
29753, 29764, 29767, 29771, 29773, 29777, 29783, 29798, 29803, 29809,
29824, {f: 3, c: 29829}, 29840, 29848, 29852, 29856, 29859, 29864, 29867,
29877, 29887, 29896, 29914, 29918, 30030, 30073, 30081, 30096,
[12135, 30098], 30099, 30132, 30180, 30201, 30208, 30218, {f: 2, c: 30229},
30233, 30238, 30253, 30261, 30275, 30283, 30309, 30317, 30319, 30321,
30324, {f: 2, c: 30372}, 30405, 30412, 30444, 30460, 30516, 30518, 30556,
{f: 2, c: 30559}, 30578, 30589, 30613, 30634, 30694, 30704, 30708, 30726,
30754, {f: 2, c: 30765}, 30768, 30773, 30824, 30878, 30920, 30924, 30926,
30948, {f: 2, c: 30944}, 30962, 30967, 30971, 31025, 0, [11949, 31035],
31037, 31045, {f: 2, c: 31067}, 31115, 31126, 31128, [12145, 31160], 31163,
31178, 31194, 31235, 31241, 31249, 31262, 31277, 31289, 31301, 31308,
31325, 0, 31341, 31352, 31392, 31395, 31411, {f: 2, c: 31419}, 31430,
31495, 31508, 31527, 31537, 31559, 31566, 31584, 31593, 31597, 31602,
31633, 31663, 31703, 31705, 31755, 31759, 31776, 31782, 31793, 31798,
31825, 31833, 31847, 31854, 31856, 31932, 31935, {f: 2, c: 31944}, 31959,
31961, 31965, 31979, {f: 3, c: 32007}, 32019, 32029, 32035, 32065, 32083,
32089, 32093, 32122, 32134, {f: 2, c: 32139}, 32204, 32235, 32241, 32249,
32264, 32273, 32277, 32288, 32327, 32354, 32366, 32371, 32397, 32401,
32408, 32580, 32591, [11947, 11954, 32594], [11953, 32595], 32609, 32657,
32703, 32718, 32735, 32741, 32748, {f: 2, c: 32750}, 32762, 32782, 32785,
32788, 32804, 32806, 32826, 32828, 32864, 32881, 32885, 32926, 32934,
32939, {f: 2, c: 32983}, 33046, 33048, 33082, 33098, 33100, 33153, 33156,
33204, 33231, 33273, 33283, 33313, 33330, 33332, 33350, 33355, 33359,
33422, 33454, 33463, 33470, 33478, 33534, 33603, 33617, 33621, 33670,
33677, 33682, 33688, 33705, {f: 2, c: 33727}, 33770, 33807, 33809, 33866,
33910, 33960, 33967, 33984, 33986, 34032, 34045, 34060, 34100, 34142,
34191, 34231, 34254, 34221, 34322, 34345, 34386, 34403, 34412, 34415,
34426, 34445, 34449, 34456, {f: 2, c: 34471}, 34554, 34557, 34571, 34579,
34585, 34590, 34600, 34622, 34673, 34696, 34713, {f: 2, c: 34732}, 34741,
34774, 34795, 34797, 34817, 0, 34822, 34827, 34836, 34844, 34902, 34911,
[11970, 34916], 34968, 34986, {f: 2, c: 35005}, 35018, 35026, 35035,
{f: 2, c: 35056}, 35078, {f: 3, c: 35096}, 35111, 35120, 35134, 35195,
35284, 35286, 35301, 35313, 35335, 35343, 35349, 35362, 35406, 35455,
35572, 35615, 35639, {f: 2, c: 35651}, 35668, 35740, 35742, 35911, 35924,
35955, 36004, 36057, 36065, 36088, 36094, 36123, 36201, 36204, 36228,
36237, 36245, 36262, 36294, 36302, 36324, 36332, 36384, 36427, 36460,
36464, 36474, 36498, 36526, 36531, 36561, 36564, 36601, 36631, 36662,
36774, [12193, 36789], [11981, 36790], 0, 36832, 36836, 36854, 36866,
36908, 36932, 37000, 37013, 37017, 37019, 37026, 37044, 37079, 37085,
37108, 37143, 37148, 37169, 37178, 37181, 37192, 37211, 37217, 37220,
37262, 37278, 37288, {f: 2, c: 37293}, 37298, 37308, 37360, 37367, 37371,
37383, 37416, 37427, 37432, 37443, 37447, 37455, 37472, 37570,
{f: 2, c: 37579}, 37599, 37645, 37653, 37663, 37671, 37703, 37714, 0,
37738, 37741, 37787, 37818, 37801, 37825, 37834, 37858, 37882, 37885,
37903, 37940, 37951, 37973, 37995, 38002, [11986, 38264], 38310, 38313, 0,
38324, 38333, 38362, [11983, 11990, 38429], 38465, 38488, 38532, 38564,
38569, 38610, 195060, 38622, 38633, 38641, 38658, 38665, 38746, 38755,
38766, 38771, 38810, 38818, {f: 2, c: 38837}, 38873, 38878, 38900, 38922,
38926, 38942, 38947, 38955, 38974, {f: 2, c: 38994}, 39001, 39020, 39096,
39098, 39103, 39112, 39141, {f: 2, c: 39218}, 39232, 39245, 39260, 39263,
39345, {f: 2, c: 39353}, 39369, 39426, 39446, 39460, 39463,
{f: 2, c: 39469}, 39478, 39480, 39498, 39510, {f: 2, c: 39605}, 39673,
39683, 39712, {f: 2, c: 39731}, 39795, 39801, 39847, 39873, 39879, 39895,
39911, 39915, 39927, 39930, 39933, 39947, 39975, 39978, 39990, 40001,
40019, 40035, 40048, 40055, 40194, 40258, 40263, 40291, 40297, 40316,
40318, 40333, 40369, 40387, 40391, 40406, 40415, 40427, 40436, 40469,
40477, 40612, 40616, 40620, 40679, 40686, 40720, 40722, 40727, 40729,
40751, 40759, 40761, 40769, 40773, 40791, 40808, 40817, 40821, 40848,
40852, 40866, 0, 13317, 194564, 22048, 24267, 11925, 0, 144954, 0, 28665,
28390, 29107, [11940, 64073], {s: 4}, [11980, 64102], 0, 23986, 0, 20435,
20697, 20720, 20931, 22134, 27220, 27905, 28112, 28226, 28377, 29668,
29729, 30060, 30801, 34805, 144382, 29608, 15091, 13531, 17420, 16010, 0,
0, 19432, 0, 16090, 15138, 0, 17786, 16531, 0, 18021, 16643, 17043, 18094,
13448, 140809, {f: 3, c: 63584}, 63610, 63615, {s: 23}, {f: 2, c: 8836},
{f: 2, c: 8842}, 8713, 0, {f: 2, c: 8965}, {s: 9}, {f: 2, c: 8741},
{s: 14}, 8802, 0, 8773, 8776, {f: 2, c: 8822}, {s: 4}, 8487, {s: 209},
{f: 2, c: 8922}, 8533, 8984, {f: 2, c: 7742}, {f: 2, c: 504}, 470, 472,
474, 476, 260, 728, 317, 346, 350, 356, 377, 379, 261, 731, 318, 347, 711,
351, 357, 378, 733, 380, 340, 258, 313, 262, 268, 280, 270, 323, 327, 336,
344, 368, 354, 341, 259, 314, 263, 269, 281, 271, 273, 324, 328, 337, 345,
369, 355, 729, 264, 284, 292, 308, 348, 364, 265, 285, 293, 309, 349, 365,
625, 651, 638, 620, 622, 633, 648, 598, 627, 637, 642, 656, 635, 621, 607,
626, 669, 654, 609, 624, 641, 295, 661, 660, 614, 664, 450, 595, 599, 644,
608, 403, 616, 649, 600, 604, 606, 592, 623, 650, 612, 594, 653, 613, 674,
673, 597, 657, 634, 615, 865, 712, 716, 721, 8255, 783, {f: 5, c: 741}, 0,
0, 805, 812, 825, 796, {f: 2, c: 799}, 829, 809, 815, 734, 804, 816, 828,
820, {f: 2, c: 797}, {f: 2, c: 792}, 810, {f: 2, c: 826}, 794, {s: 3},
{f: 2, c: 610}, 618, 628, 630, 632, 640, 655, 665, 668, 671, 688, 690, 695,
704, {f: 2, c: 736}, {s: 6}, 8862, {s: 287}, 12348, 12543, 0,
{f: 2, c: 12310}, 9838, 9835, {f: 2, c: 10548}, 10687, 0, 12448, 0,
{f: 2, c: 10746}, {s: 13}, 962, {f: 10, c: 9461}, {f: 2, c: 9750}, 9649,
{f: 10, c: 12784}, 0, {f: 6, c: 12794}, {f: 15, c: 9150}, 0, 0, 10003, 0,
9251, 9166, {f: 4, c: 9680}, {f: 2, c: 8263}, 0, 8273, 8258,
{f: 16, c: 12688}, {s: 13}, {f: 2, c: 9136}, {f: 12, c: 9842},
{f: 2, c: 12441}, 8413, {s: 450}, 20296, 20319, 20330, 20332, 20494, 20504,
20545, 20722, 20688, 20742, 20739, 20789, 20821, 20823, 13493, 20938,
20962, 21079, 21196, 21206, 21243, 21276, 21347, 21405, 21522, 21631,
21640, 21840, 21889, 21933, 21966, 22075, 22174, 22185, 22195, 22391,
22396, 135963, 22479, 22500, 22628, 22665, 136302, 22738, 22752, 34369,
22923, 22930, 22979, 23059, 23143, 23159, 23172, 23236, 137405, 23421,
23443, 23570, 64060, 136884, 23674, 23695, 23711, 23715, 23722, 23760,
138804, 23821, 23879, 23937, 23972, 23975, 24011, 24158, 24313, 24320,
24322, 24355, 24381, 24404, 24445, 24589, 24596, 24600, 24629, 24647,
24733, 24788, 24797, 24875, 25020, 25017, 25122, 25178, 25199, 25302,
25468, 25573, 25721, 25796, 25808, 25897, 26013, 26170, 26146, 26155,
26160, 26163, 26184, 143812, {f: 2, c: 26231}, 26253, 26299, 26331, 26344,
26439, 26497, 26515, 26520, 26523, 26620, 26653, 26787, 26890, 26953,
144836, 26946, 26980, 27045, 27087, 15286, 15299, 27113, 27125, 145215,
27195, 145251, 27284, 27301, 15375, 27419, 27436, 27495, 27561, 27565,
27607, 27647, 27653, 27764, 27800, 27899, 27846, 27953, 27961, 27967,
27992, 28052, 28074, 28123, 28125, 28228, 28254, 28337, 28353, 28432,
28505, 28513, 28542, 28556, 28576, 28604, 28615, 28618, 28656, 28750,
28789, 28836, 28900, 28971, 28958, 28974, 29009, 29032, 29061, 29063,
29114, 29124, 29205, 15935, 29339, 149489, 29479, 29520, 29542, 29602,
29739, 29766, 29794, 29805, 29862, 29865, 29897, 29951, 29975, 16242,
30158, 30210, 30216, 30308, 30337, 30365, 30378, 30390, 30414, 30420,
30438, 30449, 30474, 30489, {f: 2, c: 30541}, 30586, 30592, 30612, 30688,
152718, 30787, 30830, 30896, 152846, 30893, 30976, 31004, 31022, 31028,
31046, 31097, 31176, 153457, 31188, 31198, 31211, 31213, 31365, 154052,
31438, 31485, 31506, 31533, 31547, 31599, 31745, 31795, 155041, 31853,
31865, 31887, 31892, 31904, 31957, 32049, 32092, 32131, 32166, 32194,
32296, 32663, 32731, 32821, 32823, 32970, 32992, 33011, 33120,
{f: 2, c: 33127}, 33133, 33211, 33226, 33239, 17499, 33376, 33396, 158463,
33441, {f: 2, c: 33443}, 33449, 33471, 33493, 33533, 33536, 33570, 33581,
33594, 33607, 33661, 33703, 33743, 33745, 33761, 33793, 33798, 33887,
33904, 33907, 33925, 33950, 33978, 159296, 34098, 34078, 34095, 34148,
34170, 34188, 34210, 34251, 34285, 34303, {f: 2, c: 34308}, 34320, 159988,
34328, 34360, 34391, 34402, 17821, 34421, 34488, 34556, 34695, 17898,
34826, 34832, 35022, 161412, 35122, 35129, 35136, 35220, 35318, 35399,
35421, 35425, 35445, 35536, 35654, 35673, 35689, 35741, 35913, 35944,
36271, 36305, 36311, 36387, 36413, 36475, 164471, 18500, 36602, 36638,
36653, 36692, 164813, 36840, 36846, 36872, 36909, 37015, 37043, 37054,
{f: 2, c: 37060}, 37063, 37103, 37140, 37142, {f: 2, c: 37154}, 37167,
37172, 37251, 37361, 37705, {f: 2, c: 37732}, 37795, 37855, 37892, 37939,
37962, 37987, 38001, 38286, 38303, 38316, 38326, 38347, 38352, 38355,
18864, 38366, 38565, 38639, 38734, 38805, 38830, 38842, 38849, 38857,
38875, 38998, 39143, 39256, 39427, 39617, 39619, 39630, 39638, 39682,
39688, 19479, 39725, 39774, 39782, 39812, 39818, 39838, 39886, 39909,
39928, 39971, {f: 2, c: 40015}, 40037, {f: 2, c: 40221}, 40259, 40274,
40330, 40342, 40384, 40364, 40380, 172432, 40423, 40455, 40606, 40623,
40855, 131209, 19970, 19983, 19986, 20009, 20014, 20039, 131234, 20049,
13318, 131236, 20073, 20125, 13356, 20156, 20163, 20168, 20203, 20186,
20209, 20213, 20246, 20324, 20279, 20286, 20312, 131603, {f: 2, c: 20343},
20354, 20357, 20454, 20402, 20421, 20427, 20434, 13418, 20466, 20499,
20508, 20558, 20563, 20579, 20643, 20616, {f: 2, c: 20626}, 20629, 20650,
131883, 20657, {f: 2, c: 20666}, 20676, 20679, 20723, 131969, 20686,
131953, 20692, 20705, 13458, 132089, 20759, 132170, 20832, 132361, 20851,
20867, 20875, 13500, 20888, 20899, 20909, 13511, 132566, 20979, 21010,
21014, 132943, 21077, 21084, 21100, 21111, 21124, 21122, 133127, 21144,
133178, 21156, {f: 2, c: 21178}, 21194, 21201, 133305, 21239, 21301, 21314,
133500, 133533, 21351, 21370, 21412, 21428, 133843, 21431, 21440, 133917,
{f: 2, c: 13661}, 21461, 13667, 21492, 21540, 21544, 13678, 21571, 21602,
21612, 21653, 21664, 21670, 21678, 21687, 21690, 21699, 134469, 21740,
21743, 21745, 21747, {f: 2, c: 21760}, 21769, 21820, 21825, 13734, 21831,
13736, 21860, 134625, 21885, 21890, 21905, 13765, 21970, 134805, 134765,
21951, 21961, 21964, 21969, 21981, 13786, 21986, 134756, 21993, 22056,
135007, 22023, 22032, 22064, 13812, 22077, 22080, 22087, 22110, 22112,
22125, 13829, 22152, 22156, 22173, 22184, 22194, 22213, 22221, 22239,
22248, {f: 2, c: 22262}, 135681, 135765, 22313, 135803, {f: 2, c: 22341},
22349, 135796, 22376, 22383, {f: 3, c: 22387}, 22395, 135908, 135895,
22426, {f: 2, c: 22429}, 22440, 22487, 135933, 22476, 135990, 136004,
22494, 22512, 13898, 22520, 22523, 22525, 22532, 22558, 22567, 22585,
136132, 22601, 22604, 22631, {f: 2, c: 22666}, 22669, {f: 2, c: 22671},
22676, 22685, 22698, 22705, 136301, 22723, 22733, 22754, {f: 2, c: 22771},
{f: 2, c: 22789}, 22797, 22804, 136663, 13969, 22845, 13977, 22854, 13974,
158761, 22879, 136775, {f: 2, c: 22901}, 22908, 22943, 22958, 22972, 22984,
22989, 23006, 23015, 23022, 136966, 137026, 14031, 23053, 23063, 23079,
23085, 23141, 23162, 23179, 23196, {f: 2, c: 23199}, 23202, 23217, 23221,
23226, 23231, 23258, 23260, 23269, 23280, 23278, 23285, 23304, 23319,
23348, 23372, 23378, 23400, 23407, 23425, 23428, 137667, 23446, 23468,
{f: 2, c: 14177}, 23502, 23510, 14188, 14187, 23537, 23549, 14197, 23555,
23593, 138326, 23647, {f: 2, c: 23655}, 23664, 138541, 138565, 138616,
138594, 23688, 23690, 14273, 138657, 138652, 23712, 23714, 23719, 138642,
23725, 23733, 138679, 23753, 138720, 138803, 23814, 23824, 23851, 23837,
23840, 23857, 23865, 14312, 23905, 23914, 14324, 23920, 139038, 14333,
23944, 14336, 23959, 23984, 23988, 139126, 24017, 24023, 139258, 24036,
24041, 14383, 14390, 14400, 24095, 24126, 24137, 14428, 24150, 14433,
{f: 2, c: 24173}, 139643, 24229, 24236, 24249, 24262, 24281, 140062, 24317,
24328, 140205, 24350, 24391, 24419, 24434, 24446, 24463, 24482, 24519,
24523, {f: 3, c: 24530}, 24546, {f: 2, c: 24558}, 24563, 14615, 24610,
24612, 14618, 24652, 24725, 24744, 141043, 24753, 24766, 24776, 24793,
24814, 24821, 24848, 24857, 24862, 24890, 14703, 24897, 24902, 24928,
141403, {f: 2, c: 24978}, 24983, 24997, 25005, 141483, 25045, 25053, 25077,
141711, 25123, 25170, 25185, 25188, 25211, 25197, 25203, 25241, 25301,
142008, 25341, 25347, 25360, {f: 2, c: 142159}, 25394, 25397,
{f: 2, c: 25403}, 25409, 25412, 25422, 142150, 25433, 142365, 142246,
25452, 25497, 142372, 25492, 25533, {f: 2, c: 25556}, 25568,
{f: 2, c: 25579}, 25586, 25630, 25637, 25641, 25647, 25690, 25693, 25715,
25725, 25735, 25745, 25759, {f: 2, c: 25803}, 25813, 25815, 142817, 25828,
25855, 14958, 25871, 25876, 14963, 25886, 25906, 25924, 25940, 25963,
25978, 25988, 25994, 26034, 26037, 26040, 26047, 26057, 26068, 15062,
26105, 26108, 26116, 26120, 26145, 26154, 26181, 26193, 26190, 15082,
143811, 143861, 143798, 26218, {f: 2, c: 26220}, 26235, 26240, 26256,
26258, 15118, 26285, 26289, 26293, 15130, 15132, 15063, 26369, 26386,
144242, 26393, 144339, 144338, 26445, 26452, 26461, 144336, 144356, 144341,
26484, 144346, 26514, 144351, 33635, 26640, 26563, 26568, 26578, 26587,
26615, 144458, 144465, 144459, 26648, 26655, 26669, 144485, 26675, 26683,
26686, 26693, 26697, 26700, 26709, 26711, 15223, 26731, 26734, 26748,
26754, 26768, 26774, 15213, {f: 3, c: 26776}, 26780, {f: 2, c: 26794},
26804, 26811, 26875, 144612, 144730, 26819, 26821, 26828, 26841,
{f: 2, c: 26852}, 26860, 26871, 26883, 26887, 15239, 144788, 15245, 26950,
26985, 26988, 27002, 27026, 15268, 27030, 27056, 27066, 27068, 27072,
27089, 144953, 144967, 144952, 27107, {f: 2, c: 27118}, 27123, 15309,
27124, 27134, 27153, 27162, 27165, 145180, {f: 2, c: 27186}, 27199, 27209,
27258, 27214, 27218, 27236, 145164, 27275, 15344, 27297, 145252, 27307,
27325, 27334, 27348, 27344, 27357, 145407, 145383, {f: 3, c: 27377}, 27389,
145444, 27403, {f: 3, c: 27407}, 145469, 27415, 15398, 27439, 27466, 27480,
27500, 27509, [11934, 27514], 27521, 27547, 27566, 146072, 27581,
{f: 3, c: 27591}, 27610, {f: 2, c: 27622}, 27630, 27650, 27658, 27662,
27702, 146559, 27725, 27739, 27757, 27780, 27785, 15555, 27796, 27799,
27821, 27842, 15570, 27868, 27881, 27885, 146688, 27904, 27940,
{f: 2, c: 27942}, 27751, 27951, 27964, 27995, 28000, 28016,
{f: 2, c: 28032}, 28042, 28045, 28049, 28056, 146752, 146938, 146937,
146899, 28075, 28078, 28084, 28098, 27956, 28104, 28110, 28127, 28150,
28214, 28190, 15633, 28210, {f: 2, c: 28232}, {f: 2, c: 28235}, 28239,
{f: 2, c: 28243}, 28247, 28259, 15646, 28307, 28327, 28340, 28355, 28469,
28395, 28409, 28411, 28426, 28428, 28440, 28453, 28470, 28476, 147326,
28498, 28503, 28512, 28520, 28560, 28566, 28606, 28575, 28581, 28591,
15716, {f: 2, c: 28616}, 28649, 147606, 28668, 28672, 28682, 28707, 147715,
28730, 28739, 28743, 28747, 15770, 28773, 28777, 28782, 28790, 28806,
28823, 147910, 28831, 28849, 147966, 28908, 28874, 28881, 28931, 28934,
28936, 28940, 15808, 28975, 29008, 29011, 29022, 15828, 29078, 29056,
29083, 29088, 29090, {f: 2, c: 29102}, 148412, 29145, 29148, 29191, 15877,
29236, 29241, 29250, 29271, 29283, 149033, {f: 2, c: 29294}, 29304, 29311,
29326, 149157, 29358, 29360, 29377, 15968, 29388, 15974, 15976, 29427,
29434, 29447, 29458, {f: 2, c: 29464}, 16003, 29497, 29484, 29491, 29501,
29522, 16020, 29547, 149654, {f: 2, c: 29550}, 29553, 29569, 29578, 29588,
29592, 29596, 29605, 29625, 29631, 29637, 29643, 29665, 29671, 29689,
29715, 29690, 29697, 29779, 29760, 29763, 29778, 29789, 29825, 29832,
150093, 29842, 29847, 29849, 29857, 29861, 29866, 29881, 29883, 29882,
29910, 29912, 29931, 150358, 29946, 150383, 29984, 29988, 29994, 16215,
150550, {f: 2, c: 30013}, 30016, 30024, 30032, 30034, 30066, 30065, 30074,
{f: 2, c: 30077}, 30092, 16245, 30114, 16247, 30128, 30135,
{f: 2, c: 30143}, 30150, 30159, 30163, 30173, {f: 2, c: 30175}, 30183,
30190, 30193, 30211, 30232, 30215, 30223, 16302, 151054, 30227,
{f: 2, c: 30235}, 151095, 30245, 30248, 30268, 30259, 151146, 16329, 30273,
151179, 30281, 30293, 16343, 30318, 30357, 30369, 30368, {f: 2, c: 30375},
30383, 151626, 30409, 151637, 30440, 151842, 30487, 30490, 30509, 30517,
151977, 16441, 152037, 152013, 30552, 152094, 30588, 152140, 16472, 30618,
30623, 30626, 30628, {f: 2, c: 30686}, 30692, 30698, 30700, 30715, 152622,
30725, 30729, 30733, 30745, 30764, 30791, 30826, 152793, 30858, 30868,
30884, 30877, 30879, 30907, 30933, 30950, {f: 2, c: 30969}, 30974, 152999,
30992, 31003, 31013, 31050, 31064, 16645, 31079, 31090, 31125, 31137,
31145, 31156, 31170, 31175, {f: 2, c: 31180}, 31190, 16712, 153513, 153524,
16719, 31242, 31253, 31259, 16739, 31288, 31303, 31318, 31321, 31324,
31327, 31335, 31338, 31349, 31362, 31370, 31376, 31404, 154068, 16820,
31417, 31422, 16831, 31436, 31464, 31476, 154340, 154339, 154353, 31549,
31530, {f: 2, c: 31534}, 16870, 16883, 31615, 31553, 16878, 31573, 31609,
31588, 31590, 31603, 154546, 16903, 31632, 31643, 16910, 31669, 31676,
31685, 31690, 154699, 154724, 31700, 31702, 31706, 31722, 31728, 31747,
31758, 31813, 31818, 31831, 31838, 31841, 31849, 31855, 155182, 155222,
155237, 31910, 155234, {f: 2, c: 31926}, 155352, 31940, 155330, 31949,
155368, 155427, 31974, 155484, 31989, 32003, 17094, 32018, 32030, 155616,
155604, {f: 2, c: 32061}, 32064, 32071, 155660, 155643, 17110, 32090,
32106, 32112, 17117, 32127, 155671, 32136, 32151, 155744, 32157, 32167,
32170, 32182, 32192, 32215, 32217, 32230, 17154, 155885, 64088, 32272,
32279, 32285, 32295, 32300, 32325, 32373, 32382, {f: 2, c: 32390}, 17195,
32410, 17219, 32572, 32571, 32574, 32579, 13505, 156272, 156294,
{f: 2, c: 32611}, 32621, {f: 2, c: 32637}, 32656, 20859, 146702, 32662,
32668, 32685, 156674, 32707, 32719, 32739, 32754, 32778, 32776, 32790,
32812, 32816, 32835, 32870, 32891, 32921, 32924, 32932, 32935, 32952,
157310, 32965, 32981, 32998, 33037, 33013, 33019, 17390, 33077, 33054,
17392, 33060, 33063, 33068, 157469, 33085, 17416, 33129, 17431, 17436,
33157, 17442, 33176, 33202, 33217, 33219, 33238, 33243, 157917, 33252,
157930, 33260, 33277, 33279, 158063, 33284, 158173, 33305, 33314, 158238,
33340, 33353, 33349, 158296, 17526, 17530, 33367, 158348, 33372, 33379,
158391, 17553, 33405, 33407, 33411, 33418, 33427, {f: 2, c: 33447}, 33458,
33460, 33466, 33468, 33506, 33512, 33527, {f: 2, c: 33543}, 33548, 33620,
33563, 33565, 33584, 33596, 33604, 33623, 17598, 17620, 17587,
{f: 2, c: 33684}, 33691, 33693, 33737, 33744, 33748, 33757, 33765, 33785,
33813, 158835, 33815, 33849, 33871, {f: 2, c: 33873}, {f: 2, c: 33881},
33884, 158941, 33893, 33912, 33916, 33921, 17677, 33943, 33958, 33982,
17672, {f: 2, c: 33998}, 34003, 159333, 34023, 34026, 34031, 34033, 34042,
34075, {f: 2, c: 34084}, 34091, 34127, 34159, 17731, 34129,
{f: 2, c: 34145}, 159636, 34171, 34173, 34175, 34177, 34182, 34195, 34205,
34207, 159736, {f: 2, c: 159734}, 34236, 34247, 34250, {f: 2, c: 34264},
34271, 34273, 34278, 34294, 34304, 34321, 34334, 34337, 34340, 34343,
160013, 34361, 34364, 160057, 34368, 34387, 34390, 34423, 34439, 34441,
{f: 2, c: 34460}, 34481, 34483, 34497, 34499, 34513, 34517, 34519, 34531,
34534, 17848, 34565, 34567, 34574, 34576, 34591, 34593, 34595, 34609,
34618, 34624, 34627, 34641, 34648, {f: 2, c: 34660}, 34674, 34684, 160731,
160730, 34727, 34697, 34699, 34707, 34720, 160766, 17893, 34750, 160784,
34753, 34766, 34783, 160841, 34787, {f: 2, c: 34789}, 34794, 34835, 34856,
34862, 34866, 34876, 17935, 34890, 34904, 161301, 161300, 34921, 161329,
34927, 34976, 35004, 35008, 161427, 35025, 35027, 17985, 35073, 161550,
35127, 161571, 35138, 35141, 35145, 161618, 35170, 35209, 35216, 35231,
35248, 35255, 35288, 35307, 18081, 35315, 35325, 35327, 18095, 35345,
35348, 162181, 35361, 35381, 35390, 35397, 35405, 35416, 35502, 35472,
35511, 35543, 35580, 162436, 35594, 35589, 35597, 35612, 35629, 18188,
35665, 35678, 35702, 35713, 35723, {f: 2, c: 35732}, 35897, 162739, 35901,
162750, 162759, 35909, 35919, 35927, 35945, 35949, 163000, 35987, 35986,
35993, 18276, 35995, 36054, 36053, 163232, 36081, 163344, 36105, 36110,
36296, 36313, 36364, 18429, 36349, 36358, 163978, 36372, 36374,
{f: 2, c: 36385}, 36391, 164027, 18454, 36406, 36409, 36436, 36450, 36461,
36463, 36504, 36510, 36533, 36539, 164482, 18510, 164595, 36608, 36616,
36651, 36672, 36682, 36696, 164876, 36772, 36788, 164949, 36801, 36806,
64036, 36810, 36813, 36819, 36821, 36849, 36853, 36859, 36876, 36919,
165227, 36931, 36957, {f: 2, c: 165320}, 36997, 37004, 37008, 37025, 18613,
37040, 37046, 37059, 37064, 165591, 37084, 37087, 165626, 37110, 37106,
37120, 37099, {f: 2, c: 37118}, 37124, 37126, 37144, 37150, 37175, 37177,
{f: 2, c: 37190}, 37207, 37209, 37236, 37241, 37253, 37299, 37302,
{f: 2, c: 37315}, 166217, 166214, 37356, 37377, {f: 2, c: 37398}, 166251,
37442, 37450, 37462, 37473, 37477, 37480, 166280, {f: 2, c: 37500}, 37503,
37513, 37517, 37527, 37529, 37535, 37547, {f: 2, c: 166330}, 37554,
{f: 2, c: 37567}, 37574, 37582, 37605, 37649, 166430, 166441, 37623, 37673,
166513, 166467, 37713, 37722, 37739, 37745, 37747, 37793, 166553, 166605,
37768, 37771, 37775, 37790, 37877, 166628, 166621, 37873, 37831, 37852,
37863, 37897, {f: 2, c: 37910}, 37883, 37938, 37947, 166849, 166895, 37997,
37999, 38265, 38278, {f: 2, c: 38284}, 167184, 167281, 38344, 167419,
167455, 38444, {f: 2, c: 38451}, 167478, 38460, 38497, 167561, 38530,
167659, 38554, 167730, 18919, 38579, 38586, 38589, 18938, 167928, 38616,
38618, 38621, 18948, 38676, 38691, 18985, 38710, 38721, 38727, 38743,
38747, 38762, 168608, 168625, 38806, 38814, {f: 2, c: 38833}, 38846, 38860,
38865, 38868, 38872, 38881, 38897, 38916, 38925, 38932, 38934, 19132,
169104, {f: 2, c: 38962}, 38949, 38983, 39014, 39083, 39085, 39088, 169423,
39095, {f: 2, c: 39099}, 39106, 39111, 39115, 39137, 39139, 39146,
{f: 2, c: 39152}, 39155, 39176, 19259, 169712, {f: 2, c: 39190}, 169753,
{f: 3, c: 39194}, 169808, 39217, {f: 3, c: 39226}, 39233, 39238, 39246,
39264, 39331, 39334, 39357, 39359, 39363, 39380, 39385, 39390, 170182,
39408, 39417, 39420, 39434, 39441, 39450, 39456, 39473, 39492, 39500,
39512, 19394, 39599, 19402, 39607, 19410, 39609, 170610, 39622, 39632,
39634, 39637, 39648, 39653, 39657, 39692, 39696, 39698, 39702, 39708,
39723, 39741, 19488, 39755, 39779, 39781, {f: 2, c: 39787},
{f: 2, c: 39798}, 39846, 39852, 171483, 39858, 39864, 39870, 39923, 39896,
39901, 39914, 39919, 39918, 171541, 171658, 171593, 39958,
{f: 3, c: 39960}, 39965, 39970, 39977, 171716, 39985, 39991, 40005, 40028,
171753, {f: 2, c: 40009}, 171739, 40020, 40024, 40027, 40029, 40031,
{f: 3, c: 40041}, {f: 2, c: 40045}, 40050, 40053, 40058, 40166, 40178,
40203, [171982, 171991], 40209, {f: 2, c: 40215}, 172079, 19652, 172058,
40242, 19665, 40266, 40287, 40290, 172281, 172162, 40307, {f: 2, c: 40310},
40324, 40345, 40353, 40383, 40373, 40377, 40381, 40393, 40410, 40416,
40419, 19719, 40458, 40450, 40461, 40476, 40571, 139800, 40576, 40581,
40603, 172940, 40637, 173111, 40671, 40703, 40706, 19831, 40707, 40762,
40765, 40774, 40787, 40789, 40792, 173553, 40797, 173570, 40809, 40813,
40816, 173746, 11948, 13844, 14509, 15820, 16348, 17854, 17936, 19326,
19512, 19681, 19980, {f: 2, c: 20003}, 20089, 20211, 20236, 20249, 20267,
20270, 20273, 20356, 20382, 20407, 20484, 20492, 20556, 20575, 20578,
20599, 20622, 20638, 20642, 20675, 20712, 20721, 20734, 20743,
{f: 3, c: 20748}, 20787, 20792, 20852, 20868, 20920, 20922, 20936, 20943,
20945, {f: 2, c: 20947}, 20952, 20959, 20997, 21030, 21032, 21035,
{f: 2, c: 21041}, 21045, 21052, 21082, 21088, 21102, {f: 2, c: 21112},
21130, 21132, 21217, 21225, 21233, 21251, 21265, 21279, 21293, 21298,
21309, 21349, 21357, 21369, 21374, 21396, 21401, 21418, 21423, 21434,
21441, {f: 2, c: 21444}, 21472, 21523, 21546, 21553, {f: 2, c: 21556},
21580, 21671, 21674, 21681, 21691, 21710, 21738, 21756, 21765, 21768,
21781, 21799, 21802, 21814, 21841, 21862, 21903, 21906, 21908, 21924,
21938, 21955, 21958, 21971, 21979, 21996, 21998, 22001, 22006, 22008,
22021, 22029, {f: 2, c: 22033}, 22060, 22069, 22073, 22093, 22100, 22149,
22175, 22182, 22199, 22220, 22223, 22233, 22241, 22251, 22253, 22257,
22279, 22284, {f: 2, c: 22298}, 22301, 22316, 22318, {f: 2, c: 22333},
22367, 22379, 22381, 22394, 22403, 22423, 22446, 22485, 22503, 22541,
22566, 22605, 22607, 22623, 22637, 22655, 22657, 22680, 22716, 22815,
22819, 22873, 22905, 22935, 22959, 22963, 23007, 23025, 23032, 23218,
23224, 23274, 23286, 23323, 23325, 23329, 23352, 23479, 23511, 23520,
23583, 23594, 23596, 23606, 23641, 23644, 23661, 23773, 23809, 23860,
23869, 23897, 23934, 23939, 24007, 24057, 24104, 24114, 24117, 24155,
24168, 24170, 24183, 24192, 24203, 24243, 24253, 24273, {f: 2, c: 24276},
24397, 24492, 24554, 24583, 24649, 24660, 24679, 24763, 24772, 24829,
24842, 24854, 24874, 24886, 24926, 24932, 24955, 24957, 24959, 24989,
25016, 25052, 25058, 25061, 25064, 25092, 25095, 25137, 25145, 25149,
25210, 25232, 25256, 25306, 25332, 25366, 25386, 25398, 25414, 25419,
25427, 25457, 25461, 25471, 25474, 25482, {f: 2, c: 25518}, 25578,
{f: 2, c: 25592}, 25618, 25624, 25632, 25636, 25642, 25653, 25661, 25663,
25682, 25695, 25716, 25744, {f: 2, c: 25752}, 25772, 25779, 25837, 25840,
25883, 25887, 25902, 25929, 25952, 26002, 26005, 26036, 26046, 26056,
26062, 26064, 26079, 26238, {f: 2, c: 26251}, 26291, 26304, 26319, 26405,
26421, 26453, 26496, 26511, 26513, 26532, 26545, 26549, 26558, 26664,
26758, 26859, 26869, 26903, 26931, 26936, 26971, 26981, 27048, 27051,
27055, 27109, 27121, 27210, 27221, 27239, 27249, 27311, {f: 2, c: 27336},
27395, 27451, 27455, {f: 2, c: 27517}, 27568, 27639, 27641, 27652, 27657,
27661, 27692, 27722, 27730, 27732, 27769, 27820, 27828, 27858, 28001,
28028, 28089, 28144, 28229, 28275, 28283, 28285, 28297, 28348,
{f: 2, c: 28378}, 28454, 28457, 28464, 28551, 28573, 28590, 28599, 28685,
28704, 28745, 28824, 28848, {f: 2, c: 28885}, 28997, 29106, 29172, 29207,
29215, 29251, {f: 2, c: 29263}, 29274, 29280, 29288, 29303, 29316, 29385,
29413, 29428, 29442, 29451, 29470, 29474, {f: 2, c: 29498}, 29517, 29528,
29543, 29810, 29871, 29919, 29924, 29940, 29947, 29974, 29985, 30015,
30046, 30105, 30116, 30145, 30148, 30156, 30167, 30172, 30177, 30191,
30212, 30220, 30237, 30258, 30264, 30277, 30282, 30303, 30381, 30397,
30425, 30443, 30448, 30457, 30464, 30478, 30498, 30504, 30511, 30521,
30526, 30533, 30538, 30543, 30558, 30564, 30567, 30572, 30596,
{f: 2, c: 30604}, 30614, 30631, 30639, 30647, 30654, 30665, 30673, 30681,
30705, 30775, 30812, 30846, 30872, 30881, 30897, 30899, 30921, 30931,
30988, 31007, {f: 2, c: 31015}, 31039, 31042, 31060, 31083, 31100, 31147,
31172, 31210, 31234, 31244, 31280, 31290, 31300, 31360, 31366, 31380,
31413, 31421, 31486, 31531, 31607, 31648, 31660, 31664, 31720, 31730,
31736, 31740, 31742, 31753, 31784, 31791, 31810, {f: 2, c: 31826},
{f: 3, c: 31835}, 31858, 31869, 31879, 31902, 31930, 31943, 31955, 31962,
32060, 32077, 32130, 32133, 32141, 32145, 32158, 32179, 32185, 32208,
32229, {f: 2, c: 32245}, 32303, 32310, 32324, 32367, 32376, 32385, 32573,
32603, 32605, 32613, 32625, {f: 2, c: 32639}, 32651, 32674,
{f: 3, c: 32765}, 32775, 32781, 32798, 32825, 32904, 32910, 32975, 32980,
33005, 33008, 33015, 33018, 33022, 33027, 33047, 33072, 33111, 33135,
33139, 33163, 33168, 33179, 33182, 33227, 33237, {f: 2, c: 33245}, 33249,
33263, 33270, 33280, 33291, {f: 2, c: 33299}, 33306, 33338, 33348, 33389,
33412, 33417, 33425, 33450, 33456, 33488, 33514, 33519, 33526, 33622,
33656, 33784, 33788, 33880, 33939, 33969, 33981, 34043, 34118, 34134,
34141, 34181, 34200, 34370, 34374, 34496, 34580, 34594, 34606, 34617,
34653, 34683, 34700, 34702, {f: 2, c: 34711}, 34718, 34723, 34734, 34751,
34761, 34778, 34840, 34843, 34861, 34874, 34885, 34891, 34894, 34901,
34906, 34926, {f: 3, c: 34970}, 35021, 35040, 35055, {f: 2, c: 35086},
35110, 35125, 35162, 35164, 35179, 35184, 35196, 35237, 35253, 35260,
35285, 35401, 35415, 35431, 35454, 35462, 35478, 35510, 35529, 35537,
35549, 35564, 35573, 35590, 35599, 35601, 35653, 35666, 35693, 35704,
35708, 35710, 35717, 35743, 35915, 35923, 35963, 36026, 36037, 36041,
36050, 36076, 36085, 36087, 36097, 36099, 36119, 36124, 36206, 36241,
36255, 36267, 36274, 36309, 36327, {f: 2, c: 36337}, 36340, 36353, 36363,
36390, 36401, {f: 2, c: 36416}, 36429, 36431, 36444, 36449, 36457, 36465,
36469, 36471, 36489, 36496, 36501, 36506, 36519, 36521, 36525, 36584,
36592, 36615, 36632, 36645, 36647, 36652, 36661, 36666, 36675, 36679,
36689, 36693, {f: 3, c: 36768}, 36773, 36868, 36891, 36911, 36940, 36955,
36976, 36980, 36985, 37003, 37016, 37024, 37042, 37053, 37065, 37104,
37125, 37157, 37210, 37223, 37242, 37258, 37265, 37269, 37296, 37307,
37309, 37314, 37317, 37376, 37385, 37411, 37494, 37518, 37551,
{f: 2, c: 37563}, 37569, 37571, 37573, 37576, 37652, 37683, 37686, 37720,
37759, 37762, 37770, 37819, 37836, 37862, 37881, 37890, {f: 2, c: 37901},
37934, 37964, 38280, 38305, 38335, 38342, 38345, {f: 2, c: 38353}, 38368,
38372, 38374, 38436, 38449, 38456, 38461, 38484, 38516, 38523, 38527,
38529, 38531, 38537, 38550, 38574, 38659, 38683, {f: 2, c: 38689}, 38696,
38705, 38759, 38774, 38781, 38783, 38809, 38815, 38828, 38841, 38861,
38880, 38895, 38919, 38950, 38958, {f: 2, c: 39010}, 39092, 39109, 39170,
39185, 39189, 39221, 39240, 39252, 39262, 39393, 39436, 39440, 39459,
39489, 39505, {f: 2, c: 39613}, 39681, 39689, 39691, {f: 2, c: 39693},
39705, 39733, 39752, 39765, 39784, 39808, 39814, 39824, 39837, 39856,
39871, 39880, 39935, 39938, 39964, 39989, 40004, 40022, 40033, 40040,
40240, 40253, 40298, 40315, 40421, 40425, 40435, 40570, {f: 3, c: 40578},
40624, 40676, 40688, 40690, 40713, 40719, 40724, 40731, 40738, 40742,
{f: 2, c: 40746}, 40756, 40794, 40815, 40862, 40869, 131317, 151044,
151538, 163187, 194581, 194630, 194713, 194726, 194789, 195038, 13790,
{s: 4}, 172722, 0, 0, 131416, {s: 4}, 132529, 0, 0, 132844, {s: 6}, 134488,
{s: 21}, 154060, {s: 9}, 14756, 14776, 142914, 0, 0, 14940, 0, 0, 143339,
0, 0, 162228, 0, 15044, 15051, {s: 5}, 14981, {s: 8}, 15347, 27384, {s: 5},
15665, {s: 9}, 147531, 0, 15936, 14497, {s: 34}, 158878, {s: 12}, 18207,
162876, {s: 4}, 18462, {s: 71}, 39709, 39724, 20482, 20958, 21255, 23532,
63784, 26142, 63785, 28746, 64021, 21857, 27706, 31328, 156492, 34819,
38315, 38741, 171581, 173594],
'Adobe-Korea1': [{f: 95, c: 32}, 8361, 8208, 169, 0, 0, [12288, 12644],
{f: 2, c: 12289}, 12539, 8229, [8230, 8943], 168, 12291, {f: 2, c: 8211},
8214, 65340, 65374, {f: 2, c: 8216}, {f: 2, c: 8220}, {f: 2, c: 12308},
{f: 10, c: 12296}, 177, 215, 247, 8800, {f: 2, c: 8804}, 8734, 8756, 176,
{f: 2, c: 8242}, 8451, 8491, {f: 2, c: 65504}, 65509, 9794, 9792, 8736,
8869, 8978, 8706, 8711, 8801, 8786, 167, 8251, 9734, 9733, 9675, 9679,
9678, 9671, 9670, 9633, 9632, 9651, 9650, 9661, 9660, 8594,
{f: 2, c: 8592}, {f: 2, c: 8595}, 12307, 171, 187, 8730, 8765, 8733, 8757,
{f: 2, c: 8747}, 8712, 8715, {f: 2, c: 8838}, {f: 2, c: 8834}, 8746, 8745,
{f: 2, c: 8743}, 65506, 8658, 8660, 8704, 8707, 180, 732, 711, 728, 733,
730, 729, 184, 731, 161, 191, 8758, 8750, 8721, 8719, 164, 8457, 8240,
9665, 9664, 9655, 9654, 9828, {f: 2, c: 9824}, 9829, 9831, 9827, 9673,
9672, 9635, {f: 2, c: 9680}, 9618, {f: 2, c: 9636}, 9640, 9639, 9638, 9641,
9832, 9743, 9742, 9756, 9758, 182, {f: 2, c: 8224}, 8597, 8599, 8601, 8598,
8600, 9837, {f: 2, c: 9833}, 9836, 12927, 12828, 8470, 13255, 8482, 13250,
13272, 8481, {f: 59, c: 65281}, 65510, {f: 33, c: 65341}, 65507,
{f: 51, c: 12593}, {f: 42, c: 12645}, {f: 10, c: 8560}, {f: 10, c: 8544},
{f: 17, c: 913}, {f: 7, c: 931}, {f: 17, c: 945}, {f: 7, c: 963}, 9472,
9474, 9484, 9488, 9496, 9492, 9500, 9516, 9508, 9524, 9532, 9473, 9475,
9487, 9491, 9499, 9495, 9507, 9523, 9515, 9531, 9547, 9504, 9519, 9512,
9527, 9535, 9501, 9520, 9509, 9528, 9538, 9490, 9489, 9498, 9497, 9494,
9493, 9486, 9485, {f: 2, c: 9502}, {f: 2, c: 9505}, {f: 2, c: 9510},
{f: 2, c: 9513}, {f: 2, c: 9517}, {f: 2, c: 9521}, {f: 2, c: 9525},
{f: 2, c: 9529}, {f: 2, c: 9533}, {f: 2, c: 9536}, {f: 8, c: 9539},
{f: 3, c: 13205}, 8467, 13208, 13252, {f: 4, c: 13219}, {f: 10, c: 13209},
13258, {f: 3, c: 13197}, 13263, {f: 2, c: 13192}, 13256, {f: 2, c: 13223},
{f: 10, c: 13232}, {f: 5, c: 13184}, {f: 6, c: 13242}, {f: 5, c: 13200},
8486, {f: 2, c: 13248}, {f: 3, c: 13194}, 13270, 13253, {f: 3, c: 13229},
13275, {f: 4, c: 13225}, 13277, 13264, 13267, 13251, 13257, 13276, 13254,
198, 208, 170, 294, 306, 319, 321, 216, 338, 186, 222, 358, 330,
{f: 28, c: 12896}, {f: 26, c: 9424}, {f: 15, c: 9312}, 189,
{f: 2, c: 8531}, 188, 190, {f: 4, c: 8539}, 230, 273, 240, 295, 305, 307,
312, 320, 322, 248, 339, 223, 254, 359, 331, 329, {f: 28, c: 12800},
{f: 26, c: 9372}, {f: 15, c: 9332}, 185, {f: 2, c: 178}, 8308, 8319,
{f: 4, c: 8321}, {f: 83, c: 12353}, {f: 86, c: 12449}, {f: 6, c: 1040},
1025, {f: 32, c: 1046}, 1105, {f: 26, c: 1078}, {f: 2, c: 44032}, 44036,
{f: 4, c: 44039}, {f: 8, c: 44048}, {f: 5, c: 44057}, 44064, 44068,
{f: 2, c: 44076}, {f: 3, c: 44079}, {f: 2, c: 44088}, 44092, 44096, 44107,
44109, 44116, 44120, 44124, {f: 2, c: 44144}, 44148, {f: 2, c: 44151},
44154, {f: 2, c: 44160}, {f: 4, c: 44163}, {f: 4, c: 44169}, 44176, 44180,
{f: 2, c: 44188}, {f: 3, c: 44191}, {f: 3, c: 44200}, 44204,
{f: 2, c: 44207}, {f: 2, c: 44216}, {f: 3, c: 44219}, 44225, 44228, 44232,
44236, 44245, 44247, {f: 2, c: 44256}, 44260, {f: 2, c: 44263}, 44266,
44268, {f: 3, c: 44271}, 44275, {f: 2, c: 44277}, {f: 2, c: 44284}, 44288,
44292, 44294, {f: 2, c: 44300}, 44303, 44305, 44312, 44316, 44320, 44329,
{f: 2, c: 44332}, {f: 2, c: 44340}, 44344, 44348, {f: 2, c: 44356}, 44359,
44361, 44368, 44372, 44376, 44385, 44387, {f: 2, c: 44396}, 44400,
{f: 4, c: 44403}, {f: 3, c: 44411}, 44415, {f: 2, c: 44417},
{f: 2, c: 44424}, 44428, 44432, {f: 2, c: 44444}, 44452, 44471,
{f: 2, c: 44480}, 44484, 44488, {f: 2, c: 44496}, 44499, 44508, 44512,
44516, {f: 2, c: 44536}, 44540, {f: 3, c: 44543}, {f: 2, c: 44552}, 44555,
44557, 44564, {f: 2, c: 44592}, 44596, {f: 2, c: 44599}, 44602,
{f: 2, c: 44608}, 44611, {f: 2, c: 44613}, 44618, {f: 3, c: 44620}, 44624,
44628, 44630, {f: 2, c: 44636}, {f: 3, c: 44639}, 44645, {f: 2, c: 44648},
44652, 44656, {f: 2, c: 44664}, {f: 3, c: 44667}, {f: 2, c: 44676}, 44684,
{f: 3, c: 44732}, 44736, 44740, {f: 2, c: 44748}, {f: 3, c: 44751},
{f: 2, c: 44760}, 44764, 44776, 44779, 44781, 44788, 44792, 44796,
{f: 2, c: 44807}, 44813, 44816, {f: 2, c: 44844}, 44848, 44850, 44852,
{f: 2, c: 44860}, 44863, {f: 3, c: 44865}, {f: 2, c: 44872}, 44880,
{f: 2, c: 44892}, {f: 2, c: 44900}, 44921, 44928, 44932, 44936,
{f: 2, c: 44944}, 44949, 44956, {f: 2, c: 44984}, 44988, 44992,
{f: 3, c: 44999}, 45003, {f: 2, c: 45005}, 45012, 45020, {f: 2, c: 45032},
{f: 2, c: 45040}, 45044, 45048, {f: 2, c: 45056}, 45060, 45068, 45072,
45076, {f: 2, c: 45084}, 45096, {f: 2, c: 45124}, 45128, 45130, 45132,
45134, {f: 3, c: 45139}, 45143, 45145, 45149, {f: 2, c: 45180}, 45184,
45188, {f: 2, c: 45196}, 45199, 45201, {f: 3, c: 45208}, 45212,
{f: 4, c: 45215}, {f: 2, c: 45224}, {f: 5, c: 45227}, 45233,
{f: 3, c: 45235}, 45240, 45244, {f: 2, c: 45252}, {f: 3, c: 45255},
{f: 2, c: 45264}, 45268, 45272, 45280, 45285, {f: 2, c: 45320},
{f: 2, c: 45323}, 45328, {f: 2, c: 45330}, {f: 2, c: 45336},
{f: 3, c: 45339}, {f: 3, c: 45347}, 45352, 45356, {f: 2, c: 45364},
{f: 3, c: 45367}, {f: 2, c: 45376}, 45380, 45384, {f: 2, c: 45392},
{f: 2, c: 45396}, 45400, 45404, 45408, {f: 2, c: 45432}, 45436, 45440,
45442, {f: 2, c: 45448}, 45451, 45453, {f: 3, c: 45458}, 45464, 45468,
45480, 45516, 45520, 45524, {f: 2, c: 45532}, 45535, {f: 2, c: 45544},
45548, 45552, 45561, 45563, 45565, {f: 2, c: 45572}, 45576,
{f: 2, c: 45579}, {f: 2, c: 45588}, 45591, 45593, 45600, 45620, 45628,
45656, 45660, 45664, {f: 2, c: 45672}, {f: 2, c: 45684}, 45692,
{f: 2, c: 45700}, 45705, {f: 2, c: 45712}, 45716, {f: 3, c: 45720},
{f: 2, c: 45728}, 45731, {f: 2, c: 45733}, 45738, 45740, 45744, 45748,
{f: 2, c: 45768}, 45772, 45776, 45778, {f: 2, c: 45784}, 45787, 45789,
45794, {f: 3, c: 45796}, 45800, {f: 5, c: 45803}, {f: 3, c: 45811},
{f: 5, c: 45815}, {f: 3, c: 45823}, 45828, 45832, {f: 2, c: 45840},
{f: 3, c: 45843}, 45852, {f: 3, c: 45908}, 45912, {f: 2, c: 45915},
{f: 2, c: 45918}, {f: 2, c: 45924}, 45927, 45929, 45931, 45934,
{f: 2, c: 45936}, 45940, 45944, {f: 2, c: 45952}, {f: 3, c: 45955}, 45964,
45968, 45972, {f: 2, c: 45984}, 45992, 45996, {f: 2, c: 46020}, 46024,
{f: 2, c: 46027}, 46030, 46032, {f: 2, c: 46036}, 46039, 46041, 46043,
46045, 46048, 46052, 46056, 46076, 46096, 46104, 46108, 46112,
{f: 2, c: 46120}, 46123, 46132, {f: 2, c: 46160}, 46164, 46168,
{f: 2, c: 46176}, 46179, 46181, 46188, 46208, 46216, 46237, 46244, 46248,
46252, 46261, 46263, 46265, 46272, 46276, 46280, 46288, 46293,
{f: 2, c: 46300}, 46304, {f: 2, c: 46307}, 46310, {f: 2, c: 46316}, 46319,
46321, 46328, {f: 2, c: 46356}, 46360, {f: 2, c: 46363}, {f: 2, c: 46372},
{f: 4, c: 46375}, {f: 2, c: 46384}, 46388, 46392, {f: 2, c: 46400},
{f: 3, c: 46403}, {f: 3, c: 46411}, 46416, 46420, {f: 2, c: 46428},
{f: 3, c: 46431}, {f: 2, c: 46496}, 46500, 46504, {f: 2, c: 46506},
{f: 2, c: 46512}, {f: 3, c: 46515}, {f: 3, c: 46523}, 46528, 46532,
{f: 2, c: 46540}, {f: 3, c: 46543}, 46552, 46572, {f: 2, c: 46608}, 46612,
46616, 46629, 46636, 46644, 46664, 46692, 46696, {f: 2, c: 46748}, 46752,
46756, {f: 2, c: 46763}, 46769, 46804, 46832, 46836, 46840,
{f: 2, c: 46848}, 46853, {f: 2, c: 46888}, 46892, {f: 2, c: 46895},
{f: 2, c: 46904}, 46907, 46916, 46920, 46924, {f: 2, c: 46932}, 46944,
46948, 46952, {f: 2, c: 46960}, 46963, 46965, {f: 2, c: 46972}, 46976,
46980, {f: 2, c: 46988}, {f: 4, c: 46991}, {f: 4, c: 46998}, 47004, 47008,
{f: 2, c: 47016}, {f: 3, c: 47019}, {f: 2, c: 47028}, 47032, 47047, 47049,
{f: 2, c: 47084}, 47088, 47092, {f: 2, c: 47100}, {f: 3, c: 47103},
{f: 3, c: 47111}, 47116, 47120, {f: 2, c: 47128}, 47131, 47133,
{f: 2, c: 47140}, 47144, 47148, {f: 2, c: 47156}, {f: 3, c: 47159}, 47168,
47172, 47185, 47187, {f: 2, c: 47196}, 47200, 47204, {f: 2, c: 47212},
47215, 47217, 47224, 47228, 47245, 47272, 47280, 47284, 47288,
{f: 2, c: 47296}, 47299, 47301, 47308, 47312, 47316, 47325, 47327, 47329,
{f: 2, c: 47336}, 47340, 47344, {f: 2, c: 47352}, 47355, 47357, 47364,
47384, 47392, {f: 2, c: 47420}, 47424, 47428, 47436, 47439, 47441,
{f: 2, c: 47448}, 47452, 47456, {f: 2, c: 47464}, 47467, 47469,
{f: 2, c: 47476}, 47480, 47484, {f: 2, c: 47492}, 47495, {f: 2, c: 47497},
{f: 2, c: 47501}, {f: 2, c: 47532}, 47536, 47540, {f: 2, c: 47548}, 47551,
47553, {f: 2, c: 47560}, 47564, {f: 5, c: 47566}, {f: 2, c: 47576}, 47579,
{f: 2, c: 47581}, 47585, {f: 3, c: 47587}, 47592, 47596, {f: 2, c: 47604},
{f: 4, c: 47607}, {f: 2, c: 47616}, 47624, 47637, {f: 2, c: 47672}, 47676,
47680, 47682, {f: 2, c: 47688}, 47691, {f: 2, c: 47693}, {f: 3, c: 47699},
47704, 47708, {f: 2, c: 47716}, {f: 3, c: 47719}, {f: 2, c: 47728}, 47732,
47736, {f: 3, c: 47747}, 47751, 47756, {f: 2, c: 47784}, {f: 2, c: 47787},
47792, 47794, {f: 2, c: 47800}, 47803, 47805, 47812, 47816,
{f: 2, c: 47832}, 47868, 47872, 47876, 47885, 47887, 47889, 47896, 47900,
47904, 47913, 47915, {f: 3, c: 47924}, 47928, {f: 4, c: 47931},
{f: 2, c: 47940}, 47943, 47945, 47949, {f: 2, c: 47951}, 47956, 47960,
47969, 47971, 47980, 48008, 48012, 48016, 48036, 48040, 48044, 48052,
48055, 48064, 48068, 48072, 48080, 48083, {f: 2, c: 48120}, 48124,
{f: 2, c: 48127}, 48130, {f: 2, c: 48136}, {f: 3, c: 48139}, 48143, 48145,
{f: 5, c: 48148}, {f: 5, c: 48155}, {f: 2, c: 48164}, 48167, 48169, 48173,
{f: 2, c: 48176}, 48180, 48184, {f: 2, c: 48192}, {f: 3, c: 48195}, 48201,
{f: 2, c: 48204}, 48208, 48221, {f: 2, c: 48260}, 48264, {f: 2, c: 48267},
48270, {f: 2, c: 48276}, 48279, {f: 2, c: 48281}, {f: 2, c: 48288}, 48292,
{f: 2, c: 48295}, {f: 2, c: 48304}, {f: 3, c: 48307}, {f: 2, c: 48316},
48320, 48324, 48333, {f: 3, c: 48335}, 48341, 48344, 48348,
{f: 3, c: 48372}, 48376, 48380, {f: 2, c: 48388}, 48391, 48393, 48400,
48404, 48420, 48428, 48448, {f: 2, c: 48456}, 48460, 48464,
{f: 2, c: 48472}, 48484, 48488, {f: 2, c: 48512}, 48516, {f: 4, c: 48519},
{f: 2, c: 48528}, 48531, 48533, {f: 2, c: 48537}, 48540, 48548, 48560,
48568, {f: 2, c: 48596}, 48600, 48604, 48617, 48624, 48628, 48632, 48640,
48643, 48645, {f: 2, c: 48652}, 48656, 48660, {f: 2, c: 48668}, 48671,
{f: 2, c: 48708}, 48712, 48716, 48718, {f: 2, c: 48724}, 48727,
{f: 3, c: 48729}, {f: 2, c: 48736}, 48740, 48744, 48746, {f: 2, c: 48752},
{f: 3, c: 48755}, {f: 3, c: 48763}, 48768, 48772, {f: 2, c: 48780},
{f: 3, c: 48783}, {f: 2, c: 48792}, 48808, {f: 2, c: 48848}, 48852,
{f: 2, c: 48855}, 48864, {f: 3, c: 48867}, 48876, 48897, {f: 2, c: 48904},
{f: 2, c: 48920}, {f: 3, c: 48923}, {f: 2, c: 48960}, 48964, 48968,
{f: 2, c: 48976}, 48981, 49044, 49072, 49093, {f: 2, c: 49100}, 49104,
49108, 49116, 49119, 49121, 49212, 49233, 49240, 49244, 49248,
{f: 2, c: 49256}, {f: 2, c: 49296}, 49300, 49304, {f: 2, c: 49312}, 49315,
49317, {f: 2, c: 49324}, {f: 2, c: 49327}, {f: 4, c: 49331},
{f: 2, c: 49340}, {f: 3, c: 49343}, 49349, {f: 2, c: 49352}, 49356, 49360,
{f: 2, c: 49368}, {f: 3, c: 49371}, {f: 2, c: 49380}, 49384, 49388,
{f: 2, c: 49396}, 49399, 49401, 49408, 49412, 49416, 49424, 49429,
{f: 5, c: 49436}, {f: 2, c: 49443}, {f: 2, c: 49446}, {f: 2, c: 49452},
{f: 3, c: 49455}, 49462, {f: 2, c: 49464}, 49468, 49472, {f: 2, c: 49480},
{f: 3, c: 49483}, {f: 2, c: 49492}, 49496, 49500, {f: 2, c: 49508},
{f: 3, c: 49511}, 49520, 49524, 49528, 49541, {f: 3, c: 49548}, 49552,
49556, 49558, {f: 2, c: 49564}, 49567, 49569, 49573, {f: 2, c: 49576},
49580, 49584, 49597, 49604, 49608, 49612, 49620, {f: 2, c: 49623}, 49632,
49636, 49640, {f: 2, c: 49648}, 49651, {f: 2, c: 49660}, 49664, 49668,
{f: 2, c: 49676}, 49679, 49681, {f: 2, c: 49688}, 49692, {f: 2, c: 49695},
{f: 2, c: 49704}, 49707, 49709, 49711, {f: 2, c: 49713}, 49716, 49736,
{f: 2, c: 49744}, 49748, 49752, 49760, 49765, {f: 2, c: 49772}, 49776,
49780, {f: 2, c: 49788}, 49791, 49793, {f: 2, c: 49800}, 49808, 49816,
49819, 49821, {f: 2, c: 49828}, 49832, {f: 2, c: 49836}, {f: 2, c: 49844},
49847, 49849, {f: 2, c: 49884}, 49888, {f: 2, c: 49891}, {f: 3, c: 49899},
49903, 49905, 49910, {f: 2, c: 49912}, {f: 2, c: 49915}, 49920,
{f: 2, c: 49928}, {f: 2, c: 49932}, {f: 3, c: 49939}, 49944, 49948,
{f: 2, c: 49956}, {f: 2, c: 49960}, 49989, {f: 2, c: 50024}, 50028, 50032,
50034, {f: 2, c: 50040}, {f: 2, c: 50044}, 50052, 50056, 50060, 50112,
{f: 2, c: 50136}, 50140, {f: 2, c: 50143}, 50146, {f: 2, c: 50152}, 50157,
{f: 2, c: 50164}, 50168, 50184, 50192, 50212, 50220, 50224, 50228,
{f: 2, c: 50236}, 50248, {f: 2, c: 50276}, 50280, 50284, {f: 2, c: 50292},
50297, 50304, 50324, 50332, 50360, 50364, 50409, {f: 2, c: 50416}, 50420,
50424, 50426, {f: 3, c: 50431}, 50444, 50448, 50452, 50460,
{f: 2, c: 50472}, 50476, 50480, {f: 2, c: 50488}, 50491, 50493,
{f: 2, c: 50500}, {f: 3, c: 50504}, {f: 3, c: 50508}, {f: 3, c: 50515},
{f: 3, c: 50519}, {f: 2, c: 50525}, {f: 2, c: 50528}, 50532, 50536,
{f: 2, c: 50544}, {f: 3, c: 50547}, {f: 2, c: 50556}, 50560, 50564, 50567,
{f: 2, c: 50572}, 50575, 50577, 50581, {f: 2, c: 50583}, 50588, 50592,
50601, {f: 2, c: 50612}, {f: 2, c: 50616}, {f: 4, c: 50619},
{f: 7, c: 50628}, 50636, 50638, {f: 2, c: 50640}, 50644, 50648,
{f: 2, c: 50656}, 50659, 50661, {f: 3, c: 50668}, 50672, 50676,
{f: 2, c: 50678}, {f: 6, c: 50684}, {f: 4, c: 50693}, 50700, 50704,
{f: 2, c: 50712}, {f: 2, c: 50715}, {f: 2, c: 50724}, 50728,
{f: 3, c: 50732}, 50736, {f: 3, c: 50739}, 50743, 50745, 50747,
{f: 2, c: 50752}, 50756, 50760, {f: 2, c: 50768}, {f: 3, c: 50771},
{f: 2, c: 50780}, 50784, 50796, 50799, 50801, {f: 2, c: 50808}, 50812,
50816, {f: 2, c: 50824}, 50827, 50829, {f: 2, c: 50836}, 50840, 50844,
{f: 2, c: 50852}, 50855, 50857, {f: 2, c: 50864}, 50868, {f: 3, c: 50872},
{f: 2, c: 50880}, 50883, 50885, {f: 2, c: 50892}, 50896, 50900,
{f: 2, c: 50908}, {f: 2, c: 50912}, {f: 2, c: 50920}, 50924, 50928,
{f: 2, c: 50936}, 50941, {f: 2, c: 50948}, 50952, 50956, {f: 2, c: 50964},
50967, 50969, {f: 2, c: 50976}, 50980, 50984, {f: 2, c: 50992}, 50995,
50997, 50999, {f: 2, c: 51004}, 51008, 51012, 51018, {f: 2, c: 51020},
51023, {f: 8, c: 51025}, 51036, 51040, 51048, 51051, {f: 2, c: 51060},
51064, {f: 3, c: 51068}, {f: 3, c: 51075}, {f: 4, c: 51079}, 51086,
{f: 2, c: 51088}, 51092, {f: 3, c: 51094}, 51098, {f: 2, c: 51104},
{f: 4, c: 51107}, {f: 2, c: 51116}, 51120, 51124, {f: 2, c: 51132},
{f: 3, c: 51135}, {f: 2, c: 51144}, 51148, 51150, 51152, 51160, 51165,
51172, 51176, 51180, {f: 2, c: 51200}, 51204, 51208, 51210,
{f: 2, c: 51216}, 51219, {f: 2, c: 51221}, {f: 2, c: 51228}, 51232, 51236,
{f: 2, c: 51244}, 51247, 51249, 51256, 51260, 51264, {f: 2, c: 51272},
{f: 2, c: 51276}, 51284, {f: 2, c: 51312}, 51316, 51320, 51322,
{f: 2, c: 51328}, 51331, {f: 3, c: 51333}, {f: 3, c: 51339}, 51348, 51357,
51359, 51361, 51368, {f: 2, c: 51388}, 51396, 51400, 51404,
{f: 2, c: 51412}, 51415, 51417, {f: 2, c: 51424}, 51428, 51445,
{f: 2, c: 51452}, 51456, {f: 3, c: 51460}, {f: 2, c: 51468}, 51471, 51473,
51480, 51500, 51508, {f: 2, c: 51536}, 51540, 51544, {f: 2, c: 51552},
51555, 51564, 51568, 51572, 51580, {f: 2, c: 51592}, 51596, 51600,
{f: 2, c: 51608}, 51611, 51613, {f: 2, c: 51648}, 51652, {f: 2, c: 51655},
51658, {f: 2, c: 51664}, 51667, {f: 2, c: 51669}, {f: 2, c: 51673},
{f: 2, c: 51676}, 51680, 51682, 51684, 51687, {f: 2, c: 51692},
{f: 3, c: 51695}, {f: 2, c: 51704}, 51708, 51712, {f: 2, c: 51720},
{f: 3, c: 51723}, 51732, 51736, 51753, {f: 2, c: 51788}, 51792, 51796,
{f: 2, c: 51804}, {f: 3, c: 51807}, 51816, 51837, 51844, 51864,
{f: 2, c: 51900}, 51904, 51908, {f: 2, c: 51916}, 51919, 51921, 51923,
{f: 2, c: 51928}, 51936, 51948, 51956, 51976, 51984, 51988, 51992,
{f: 2, c: 52000}, 52033, {f: 2, c: 52040}, 52044, 52048, {f: 2, c: 52056},
52061, 52068, {f: 2, c: 52088}, 52124, 52152, 52180, 52196, 52199, 52201,
{f: 2, c: 52236}, 52240, 52244, {f: 2, c: 52252}, {f: 2, c: 52257},
{f: 3, c: 52263}, 52268, 52270, 52272, {f: 2, c: 52280}, {f: 4, c: 52283},
{f: 2, c: 52292}, 52296, 52300, {f: 2, c: 52308}, {f: 3, c: 52311}, 52320,
52324, 52326, 52328, 52336, 52341, {f: 2, c: 52376}, 52380, 52384,
{f: 2, c: 52392}, {f: 3, c: 52395}, {f: 2, c: 52404}, 52408, 52412,
{f: 2, c: 52420}, 52423, 52425, 52432, 52436, 52452, 52460, 52464, 52481,
{f: 2, c: 52488}, 52492, 52496, {f: 2, c: 52504}, 52507, 52509, 52516,
52520, 52524, 52537, 52572, 52576, 52580, {f: 2, c: 52588}, 52591, 52593,
52600, 52616, {f: 2, c: 52628}, 52632, 52636, {f: 2, c: 52644}, 52647,
52649, 52656, 52676, 52684, 52688, 52712, 52716, 52720, {f: 2, c: 52728},
52731, 52733, 52740, 52744, 52748, 52756, 52761, {f: 2, c: 52768}, 52772,
52776, {f: 2, c: 52784}, 52787, 52789, {f: 2, c: 52824}, 52828,
{f: 3, c: 52831}, {f: 2, c: 52840}, 52843, 52845, {f: 2, c: 52852}, 52856,
52860, {f: 2, c: 52868}, 52871, 52873, {f: 2, c: 52880}, 52884, 52888,
{f: 2, c: 52896}, {f: 3, c: 52899}, {f: 2, c: 52908}, 52929,
{f: 2, c: 52964}, 52968, {f: 2, c: 52971}, {f: 2, c: 52980},
{f: 3, c: 52983}, {f: 2, c: 52992}, 52996, 53000, {f: 2, c: 53008}, 53011,
53013, 53020, 53024, 53028, {f: 2, c: 53036}, {f: 3, c: 53039}, 53048,
{f: 2, c: 53076}, 53080, 53084, {f: 2, c: 53092}, 53095, 53097,
{f: 2, c: 53104}, 53108, 53112, 53120, 53125, 53132, 53153, 53160, 53168,
53188, {f: 2, c: 53216}, 53220, 53224, {f: 2, c: 53232}, 53235, 53237,
53244, 53248, 53252, 53265, 53272, 53293, {f: 2, c: 53300}, 53304, 53308,
{f: 2, c: 53316}, 53319, 53321, 53328, 53332, 53336, 53344,
{f: 2, c: 53356}, 53360, 53364, {f: 2, c: 53372}, 53377, {f: 2, c: 53412},
53416, 53420, {f: 2, c: 53428}, 53431, 53433, {f: 2, c: 53440}, 53444,
{f: 2, c: 53448}, {f: 2, c: 53456}, {f: 3, c: 53459}, {f: 2, c: 53468},
53472, 53476, {f: 2, c: 53484}, {f: 3, c: 53487}, 53496, 53517,
{f: 2, c: 53552}, 53556, 53560, 53562, {f: 2, c: 53568}, {f: 3, c: 53571},
{f: 2, c: 53580}, 53584, 53588, {f: 2, c: 53596}, 53599, 53601, 53608,
53612, 53628, 53636, 53640, {f: 2, c: 53664}, 53668, 53672,
{f: 2, c: 53680}, 53683, 53685, 53690, 53692, 53696, 53720, 53748, 53752,
53767, 53769, 53776, {f: 2, c: 53804}, 53808, 53812, {f: 2, c: 53820},
53823, 53825, 53832, 53852, 53860, {f: 2, c: 53888}, 53892, 53896,
{f: 2, c: 53904}, 53909, 53916, 53920, 53924, 53932, 53937,
{f: 2, c: 53944}, 53948, {f: 2, c: 53951}, 53954, {f: 2, c: 53960}, 53963,
53972, 53976, 53980, {f: 2, c: 53988}, {f: 2, c: 54000}, 54004, 54008,
{f: 2, c: 54016}, 54019, 54021, {f: 3, c: 54028}, 54032, 54036, 54038,
{f: 2, c: 54044}, {f: 3, c: 54047}, 54053, {f: 2, c: 54056}, 54060, 54064,
{f: 2, c: 54072}, {f: 3, c: 54075}, {f: 2, c: 54084}, {f: 2, c: 54140},
54144, 54148, {f: 2, c: 54156}, {f: 3, c: 54159}, {f: 2, c: 54168}, 54172,
54176, {f: 2, c: 54184}, 54187, 54189, 54196, 54200, 54204,
{f: 2, c: 54212}, {f: 2, c: 54216}, 54224, 54232, 54241, 54243,
{f: 2, c: 54252}, 54256, 54260, {f: 2, c: 54268}, 54271, 54273, 54280,
54301, 54336, 54340, 54364, 54368, 54372, 54381, 54383, {f: 2, c: 54392},
54396, {f: 2, c: 54399}, 54402, {f: 2, c: 54408}, 54411, 54413, 54420,
54441, 54476, 54480, 54484, 54492, 54495, 54504, 54508, 54512, 54520,
54523, 54525, 54532, 54536, 54540, {f: 2, c: 54548}, 54551,
{f: 2, c: 54588}, 54592, 54596, {f: 2, c: 54604}, 54607, 54609,
{f: 2, c: 54616}, 54620, 54624, 54629, {f: 2, c: 54632}, 54635, 54637,
{f: 2, c: 54644}, 54648, 54652, {f: 2, c: 54660}, {f: 3, c: 54663}, 54672,
54693, {f: 2, c: 54728}, 54732, 54736, 54738, {f: 2, c: 54744}, 54747,
54749, {f: 2, c: 54756}, 54760, 54764, {f: 2, c: 54772}, 54775, 54777,
{f: 2, c: 54784}, 54788, 54792, {f: 2, c: 54800}, {f: 3, c: 54803}, 54812,
54816, 54820, 54829, {f: 2, c: 54840}, 54844, 54848, 54853,
{f: 2, c: 54856}, 54859, 54861, 54865, {f: 2, c: 54868}, 54872, 54876,
54887, 54889, {f: 2, c: 54896}, 54900, 54915, 54917, {f: 2, c: 54924},
54928, 54932, 54941, 54943, 54945, 54952, 54956, 54960, 54969, 54971,
{f: 2, c: 54980}, 54984, 54988, 54993, 54996, 54999, 55001, 55008, 55012,
55016, 55024, 55029, {f: 2, c: 55036}, 55040, 55044, 55057,
{f: 2, c: 55064}, 55068, 55072, {f: 2, c: 55080}, 55083, 55085,
{f: 2, c: 55092}, 55096, 55100, 55108, 55111, 55113, {f: 2, c: 55120},
55124, {f: 4, c: 55126}, {f: 2, c: 55136}, 55139, 55141, 55145, 55148,
55152, 55156, {f: 2, c: 55164}, 55169, {f: 2, c: 55176}, 55180, 55184,
{f: 2, c: 55192}, 55195, 55197, 20285, 20339, 20551, 20729, 21152, 21487,
21621, 21733, 22025, 23233, 23478, 26247, {f: 2, c: 26550}, 26607, 27468,
29634, 30146, 31292, 33499, 33540, 34903, 34952, 35382, [36040, 63747],
36303, 36603, 36838, 39381, 21051, 21364, 21508, 24682, 24932, 27580,
29647, 33050, 35258, [12179, 35282], 38307, 20355, 21002, 22718, 22904,
23014, [12082, 24178], 24185, 25031, 25536, 26438, 26604, 26751, 28567,
30286, 30475, 30965, 31240, 31487, 31777, 32925, [12169, 33390], 33393,
35563, 38291, 20075, 21917, 26359, 28212, 30883, 31469, 33883, 35088,
34638, 38824, 21208, 22350, 22570, 23884, 24863, 25022, 25121, 25954,
26577, 27204, 28187, [12130, 29976], 30131, 30435, 30640, 32058, 37039,
{f: 2, c: 37969}, 40853, 21283, 23724, 30002, 32987, 37440, 38296, 21083,
22536, 23004, 23713, 23831, 24247, 24378, 24394, 24951, 27743, 30074,
30086, 31968, 32115, 32177, 32652, 33108, 33313, 34193, 35137, 35611,
37628, [38477, 64009], 40007, 20171, 20215, 20491, 20977, 22607, 24887,
24894, 24936, 25913, 27114, 28433, 30117, 30342, 30422, 31623, 33445,
33995, 37799, 38283, 21888, 23458, 22353, 31923, 32697, 37301, 20520,
21435, 23621, 24040, 25298, 25454, 25818, 25831, 28192, 28844, 31067,
36317, 36382, 36989, 37445, 37624, 20094, 20214, 20581, [12081, 24062],
24314, 24838, 26967, 33137, 34388, 36423, 37749, 39467, 20062, 20625,
26480, 26688, 20745, 21133, 21138, 27298, 30652, 37392, 40660, 21163,
24623, 36850, 20552, 25001, 25581, 25802, 26684, 27268, 28608, 33160,
35233, 38548, 22533, 29309, [12125, 29356], 29956, 32121, 32365, 32937,
[12178, 35211, 64010], 35700, 36963, 40273, 25225, 27770, 28500, 32080,
32570, 35363, 20860, 24906, 31645, 35609, 37463, 37772, 20140, 20435,
20510, 20670, 20742, 21185, 21197, 21375, 22384, 22659, 24218, 24465,
24950, 25004, 25806, 25964, 26223, 26299, [26356, 63745], 26775, 28039,
28805, 28913, 29855, 29861, 29898, 30169, 30828, 30956, 31455, 31478,
32069, 32147, 32789, 32831, 33051, 33686, 35686, 36629, 36885, 37857,
38915, 38968, 39514, 39912, 20418, 21843, 22586, [22865, 63753], 23395,
23622, 24760, 25106, 26690, 26800, 26856, 28330, 30028, 30328, 30926,
31293, 31995, 32363, 32380, 35336, 35489, 35903, 38542, 40388, 21476,
21481, 21578, 21617, 22266, 22993, 23396, 23611, 24235, 25335, 25911,
25925, 25970, 26272, 26543, 27073, 27837, 30204, 30352, 30590, 31295,
32660, 32771, 32929, 33167, 33510, 33533, 33776, 34241, 34865, 34996,
35493, 36764, 37678, 38599, 39015, [12220, 39640], [12238, 40723], 21741,
26011, 26354, 26767, 31296, [12181, 35895], 40288, 22256, 22372, 23825,
26118, 26801, 26829, 28414, 29736, 34974, 39908, 27752, [12219, 39592],
20379, 20844, 20849, 21151, 23380, [12079, 24037], 24656, 24685, 25329,
25511, 25915, 29657, 31354, 34467, 36002, 38799, [20018, 63749], 23521,
[12093, 25096], 26524, [12128, 29916], 31185, 33747, 35463, 35506, 36328,
36942, 37707, 38982, [24275, 64011], 27112, 34303, 37101, 20896, 23448,
23532, 24931, 26874, 27454, 28748, 29743, 29912, 31649, 32592, 33733,
35264, 36011, 38364, 39208, 21038, 24669, 25324, 36866, 20362, 20809,
21281, 22745, 24291, 26336, 27960, 28826, 29378, 29654, 31568, 33009,
37979, 21350, 25499, 32619, 20054, 20608, 22602, 22750, 24618, 24871,
25296, 27088, 39745, 23439, 32024, 32945, 36703, 20132, 20689, 21676,
21932, 23308, 23968, 24039, 25898, 25934, 26657, 27211, 29409, 30350,
30703, 32094, 32761, 33184, 34126, 34527, 36611, 36686, 37066, 39171,
39509, 39851, 19992, 20037, 20061, 20167, 20465, 20855, 21246, 21312,
[12061, 21475], [21477, 63750], 21646, 22036, 22389, 22434, 23495, 23943,
24272, 25084, 25304, 25937, 26552, 26601, 27083, 27472, 27590, 27628,
27714, 28317, 28792, 29399, 29590, 29699, 30655, 30697, 31350, 32127,
32777, [12165, 33276], 33285, 33290, 33503, 34914, 35635, 36092, 36544,
36881, 37041, 37476, 37558, 39378, 39493, 40169, 40407,
[12244, 40860, 63751, 63752], 22283, 23616, 33738, 38816, 38827, 40628,
21531, 31384, 32676, 35033, 36557, 37089, 22528, 23624, 25496, 31391,
23470, [12088, 24339], 31353, 31406, 33422, 36524, 20518, 21048, 21240,
21367, 22280, 25331, 25458, 27402, 28099, 30519, 21413, 29527, 34152,
36470, 38357, 26426, 27331, 28528, 35437, 36556, 39243, 26231, 27512,
36020, [12225, 39740], 21483, 22317, 22862, 25542, 27131, 29674, 30789,
31418, 31429, 31998, 33909, 35215, 36211, 36917, 38312, 21243, 22343,
30023, 31584, 33740, 37406, 27224, 20811, 21067, 21127, 25119, 26840,
26997, 38553, 20677, 21156, 21220, 25027, [12100, 26020], 26681, 27135,
29822, 31563, 33465, 33771, 35250, 35641, 36817, 39241, 20170, 22935,
25810, 26129, 27278, 29748, 31105, 31165, 33449, {f: 2, c: 34942}, 35167,
37670, 20235, 21450, 24613, 25201, 27762, 32026, 32102, 20120, 20834,
30684, 32943, 20225, 20238, 20854, 20864, 21980, 22120, 22331, 22522,
22524, 22804, 22855, 22931, 23492, 23696, 23822, [12080, 24049], 24190,
24524, 25216, 26071, 26083, {f: 2, c: 26398}, 26462, 26827, 26820, 27231,
27450, 27683, 27773, 27778, 28103, 29592, 29734, 29738, 29826, 29859,
30072, 30079, 30849, 30959, 31041, {f: 2, c: 31047}, 31098, 31637, 32000,
32186, 32648, 32774, 32813, 32908, 35352, 35663, [35912, 63744], 36215,
37665, 37668, 39138, 39249, {f: 2, c: 39438}, 39525, 40594, 32202, 20342,
21513, 25326, 26708, [12198, 37329, 63754], 21931, 20794, 23068, 25062,
[25295, 63835], 25343, 37027, [35582, 63837], 26262, 29014, 38627, 25423,
25466, 21335, 26511, 26976, 28275, 30007, 32013, 34930, 22218, 23064,
20035, 20839, [22856, 63756], 26608, 32784, [12069, 22899, 63873],
[24180, 63886], [25754, 63889], [31178, 63893], [24565, 63907], 24684,
25288, [25467, 63908], [23527, 63839, 63914], 23511, 21162, 22900, 24361,
[24594, 63840], 29785, 39377, 28611, 33215, 36786, 24817, 33126,
[23615, 63933], 23273, 35365, [26491, 63944], [32016, 63951], 33021, 23612,
[27877, 63971], [21311, 63979], [28346, 63980], 22810, [33590, 63998],
[20025, 63838], 20150, 20294, 21934, 22296, 22727, 24406, 26039, 26086,
27264, 27573, 28237, 30701, 31471, 31774, 32222, 34507, 34962, 37170,
37723, 25787, 28606, 29562, 30136, 36948, 21846, 22349, 25018, 25812,
26311, 28129, 28251, 28525, 28601, 30192, 32835, 33213, 34113, 35203,
35527, 35674, 37663, 27795, 30035, 31572, 36367, 36957, 21776, 22530,
22616, 24162, 25095, 25758, 26848, 30070, [31958, 64003], 34739, 40680,
20195, 22408, 22382, [12068, 22823], 23565, 23729, 24118, 24453, 25140,
25825, 29619, 33274, 34955, 36024, 38538, 40667, [23429, 64004], 24503,
24755, 20498, [12049, 20992], 21040, 22294, 22581, 22615, 23566, 23648,
23798, 23947, [24230, 64001], 24466, 24764, 25361, 25481, 25623, 26691,
26873, 27330, 28120, 28193, 28372, 28644, 29182, 30428, 30585, 31153,
31291, 33796, 35241, 36077, 36339, 36424, 36867, 36884, 36947, 37117,
37709, 38518, 38876, 27602, 28678, 29272, 29346, 29544, 30563, 31167,
31716, 32411, [35712, 63834], 22697, 24775, 25958, 26109, 26302, 27788,
28958, 29129, 35930, 38931, 20077, 31361, 20189, 20908, 20941, 21205,
21516, 24999, 26481, 26704, 26847, [27934, 64005], 28540, 30140, 30643,
31461, 33012, 33891, 37509, 20828, [12099, 26007], 26460, 26515, 30168,
31431, 33651, [12182, 35910], 36887, 38957, 23663, 33216, 33434, 36929,
36975, 37389, 24471, 23965, 27225, 29128, 30331, 31561, 34276, 35588,
37159, 39472, [21895, 63755], [25078, 63757], [30313, 63758],
[32645, 63759], [34367, 63760], [34746, 63761], [35064, 63762],
[37007, 63763], [27931, 63765], [28889, 63766], [29662, 63767], 32097,
[33853, 63768], [37226, 63769], [39409, 63770], [20098, 63771],
[21365, 63772], [27396, 63773], 27410, 28734, [29211, 63774],
[34349, 63775], [40478, 63776], 21068, 36771, [23888, 63777], 25829, 25900,
27414, [28651, 63778], 31811, 32412, [34253, 63779], [35172, 63780], 35261,
[25289, 63781], [33240, 63782], [34847, 63783], [24266, 63784],
[26391, 63785], [28010, 63786], [29436, 63787], 29701, 29807, 34690,
[37086, 63788], [20358, 63789], 23821, 24480, 33802, [20919, 63790],
[25504, 63861], [30053, 63862], [20142, 63863], 20486, [20841, 63864],
[20937, 63865], [26753, 63866], 27153, 31918, 31921, [31975, 63867],
[33391, 63868], [35538, 63869], 36635, [37327, 63870], 20406, 20791,
[21237, 63871], [21570, 63872], [24300, 63874], 24942, 25150,
[26053, 63875], 27354, [28670, 63876], [31018, 63877], 34268, 34851,
[38317, 63878], 39522, [39530, 63879], [40599, 63880], [40654, 63881],
[12050, 21147, 63882], [26310, 63883], [27511, 63884], 28701, 31019,
[36706, 63885], 38722, [24976, 63887], [25088, 63888], 25891,
[28451, 63890], [29001, 63891], [29833, 63892], [32244, 63894],
[32879, 63895], [34030, 63897], [36646, 63896], [36899, 63898],
[37706, 63899], 20925, [21015, 63900], [21155, 63901], 27916,
[28872, 63903], [35010, 63904], [24265, 63906], 25986, [27566, 63909],
28610, [31806, 63910], [29557, 63911], [20196, 63912], 20278,
[22265, 63913], 23738, [23994, 63915], [24604, 63916], [29618, 63917],
31533, [32666, 63919], 32718, [32838, 63920], 36894, [37428, 63921],
[38646, 63922], [38728, 63923], [38936, 63924], 40801, [20363, 63925],
28583, [31150, 63926], [37300, 63927], [38583, 63928], [21214, 63791],
25736, [25796, 63792], [27347, 63793], 28510, 28696, [29200, 63794],
[30439, 63795], [12156, 32769, 63796], [34310, 63797], [34396, 63798],
[36335, 63799], 36613, [38706, 63800], [39791, 63801], [40442, 63802],
[12228, 40565], [30860, 63803], [31103, 63804], [32160, 63805],
[33737, 63806], [37636, 63807], [12229, 40575, 63808], 40595,
[35542, 63809], [22751, 63810], [24324, 63811], 26407, 28711, 29903,
[31840, 63812], [32894, 63813], 20769, 28712, [29282, 63814],
[30922, 63815], [36034, 63816], 36058, 36084, [38647, 63817],
[20102, 63930], [20698, 63931], [23534, 63932], 24278, [26009, 63934],
[29134, 63936], [30274, 63937], 30637, 32842, [34044, 63938],
[36988, 63939], 39719, [12243, 40845, 63940], [22744, 63818], 23105,
[23650, 63819], [27155, 63820], [28122, 63821], [28431, 63822], 30267,
[32047, 63823], [32311, 63824], 34078, 35128, 37860, [38475, 63825],
[21129, 63943], 26066, [26611, 63945], 27060, [27969, 63946],
[28316, 63947], 28687, [29705, 63948], 29792, [30041, 63949], 30244,
[30827, 63950], 35628, [39006, 63952], [20845, 63953], [25134, 63954],
[38520, 63955], 20374, [20523, 63956], [23833, 63957], [28138, 63958],
32184, [36650, 63959], [24459, 63960], [24900, 63961], [26647, 63962],
[38534, 63964], [21202, 63826], [32907, 63827], [20956, 63828],
[20940, 63829], 26974, [31260, 63830], [32190, 63831], [33777, 63832],
[38517, 63833], 20442, [21033, 63965], 21400, [21519, 63966], 21774,
[23653, 63967], 24743, [26446, 63969], [26792, 63970], 28012, 29313, 29432,
[29702, 63972], 29827, [30178, 63973], 31852, [32633, 63974], 32696, 33673,
[35023, 63975], [35041, 63976], [12197, 37324, 63977], 37328,
[38626, 63978], 39881, [21533, 63981], 28542, [29136, 63982],
[29848, 63983], [34298, 63984], 36522, [38563, 63985], [40023, 63986],
[40607, 63987], [26519, 63988], [28107, 63989], 29747, [33256, 63990],
38678, 30764, [12148, 31435, 63991], [31520, 63992], [31890, 63993], 25705,
29802, 30194, 30908, 30952, [12218, 39340], 39764, [12231, 40635], 23518,
24149, 28448, 33180, 33707, 37000, 19975, 21325, 23081, 24018, 24398,
24930, 25405, 26217, 26364, 28415, 28459, 28771, 30622, 33836, 34067,
34875, 36627, 39237, 39995, 21788, 25273, 26411, 27819, 33545, 35178,
38778, 20129, 22916, {f: 2, c: 24536}, 26395, 32178, 32596, 33426, 33579,
33725, 36638, 37017, 22475, 22969, 23186, 23504, 26151, 26522, 26757,
27599, 29028, 32629, 36023, 36067, 36993, 39749, 33032, 35978, 38476,
39488, [12230, 40613], 23391, 27667, 29467, 30450, 30431, 33804, 20906,
35219, 20813, 20885, 21193, 26825, 27796, 30468, 30496, 32191, 32236,
[12207, 38754], 40629, 28357, 34065, 20901, 21517, 21629, 26126, 26269,
26919, 28319, [12139, 30399], 30609, 33559, 33986, 34719, 37225, 37528,
40180, 34946, 20398, 20882, 21215, 22982, 24125, 24917, {f: 2, c: 25720},
26286, 26576, 27169, 27597, [12113, 27611], 29279, 29281, 29761, 30520,
[12141, 30683], 32791, 33468, 33541, 35584, 35624, 35980, [12106, 26408],
27792, 29287, [12140, 30446], 30566, 31302, 40361, 27519, 27794, 22818,
26406, 33945, 21359, 22675, 22937, 24287, 25551, 26164, 26483, 28218,
29483, 31447, 33495, 37672, 21209, 24043, 25006, 25035, 25098, 25287,
25771, [12102, 26080], 26969, 27494, [12111, 27595], 28961, 29687, 30045,
32326, 33310, 33538, 34154, 35491, 36031, 38695, 40289, 22696, 40664,
20497, 21006, 21563, 21839, [12098, 25991], 27766, {f: 2, c: 32010}, 32862,
34442, [12200, 38272], 38639, 21247, 27797, 29289, 21619, 23194, 23614,
23883, 24396, 24494, 26410, 26806, 26979, 28220, 28228, 30473,
[12150, 31859], 32654, 34183, 35598, 36855, 38753, 40692, 23735, 24758,
24845, 25003, 25935, {f: 2, c: 26107}, 27665, 27887, 29599, 29641, 32225,
38292, 23494, 34588, 35600, 21085, 21338, 25293, 25615, 25778, 26420,
27192, 27850, 29632, 29854, 31636, 31893, 32283, 33162, 33334, 34180,
36843, 38649, 39361, 20276, 21322, 21453, 21467, 25292, 25644, 25856,
26001, 27075, 27886, 28504, 29677, 30036, 30242, 30436, 30460, 30928,
[30971, 63844], 31020, 32070, 33324, 34784, 36820, 38930, 39151, 21187,
25300, 25765, 28196, 28497, 30332, 36299, 37297, 37474, 39662, 39747,
20515, 20621, 22346, 22952, 23592, 24135, 24439, 25151, 25918,
[12101, 26041], 26049, 26121, 26507, 27036, 28354, 30917, 32033, 32938,
33152, 33323, 33459, 33953, 34444, 35370, 35607, 37030, 38450, 40848,
20493, 20467, 22521, 24472, 25308, 25490, 26479, 28227, 28953, 30403,
32972, 32986, {f: 2, c: 35060}, 35097, 36064, 36649, 37197, 38506, 20271,
20336, 24091, 26575, 26658, [12137, 30333], 30334, 39748, 24161, 27146,
29033, 29140, 30058, 32321, 34115, 34281, 39132, 20240, 31567, 32624,
38309, 20961, 24070, 26805, 27710, 27726, 27867, 29359, 31684, 33539,
27861, 29754, 20731, 21128, 22721, 25816, 27287, 29863, 30294, 30887,
34327, 38370, 38713, 21342, 24321, 35722, 36776, 36783, 37002, 21029,
30629, 40009, 40712, 19993, 20482, 20853, 23643, 24183, 26142, 26170,
26564, 26821, 28851, 29953, 30149, 31177, 31453, 36647, 39200, 39432,
20445, 22561, 22577, 23542, 26222, 27493, 27921, 28282, 28541, 29668,
29995, 33769, 35036, 35091, 35676, 36628, 20239, 20693, 21264,
[12056, 21340], 23443, [24489, 63846], 26381, 31119, 33145, 33583, 34068,
35079, 35206, 36665, [36667, 64007], 39333, 39954, 26412, 20086, 20472,
22857, 23553, {f: 2, c: 23791}, 25447, 26834, 28925, 29090, 29739, 32299,
34028, 34562, 36898, 37586, 40179, [19981, 63847], 20184, 20463, 20613,
21078, 21103, 21542, 21648, 22496, 22827, 23142, 23386, 23413, 23500,
24220, 25206, 25975, 26023, 28014, 28325, [12119, 29238], 31526, 31807,
[12152, 32566], {f: 2, c: 33104}, 33178, 33344, 33433, 33705, 35331, 36000,
36070, 36091, 36212, 36282, 37096, 37340, [12201, 38428], 38468, 39385,
40167, [21271, 63843], 20998, 21545, 22132, 22707, 22868, 22894, 24575,
24996, 25198, 26128, 27774, 28954, 30406, 31881, 31966, 32027, 33452,
36033, 38640, 20315, 24343, 24447, 25282, 23849, 26379, 26842, 30844,
32323, 40300, 19989, 20633, [12052, 21269], 21290, 21329, 22915, 23138,
24199, 24754, 24970, 25161, 25209, 26000, 26503, 27047, [12112, 27604],
{f: 3, c: 27606}, 27832, 29749, 30202, 30738, 30865, 31189, 31192, 31875,
32203, 32737, 32933, 33086, 33218, 33778, 34586, 35048, 35513, 35692,
36027, 37145, [12206, 38750], [12214, 39131], [12240, 40763], 22188, 23338,
24428, 25996, 27315, 27567, 27996, 28657, 28693, 29277, 29613, 36007,
36051, 38971, 24977, 27703, 32856, 39425, 20045, 20107, 20123, 20181,
20282, 20284, 20351, 20447, 20735, 21490, 21496, 21766, 21987, 22235,
[12064, 22763], 22882, 23057, 23531, 23546, 23556, 24051, 24107, 24473,
24605, 25448, 26012, 26031, 26614, 26619, 26797, 27515, 27801, 27863,
28195, 28681, 29509, 30722, 31038, 31040, 31072, 31169, 31721, 32023,
32114, 32902, 33293, 33678, 34001, 34503, 35039, 35408, 35422, 35613,
36060, 36198, 36781, 37034, 39164, 39391, 40605, 21066, 26388, 20632,
21034, [12077, 23665], 25955, 27733, 29642, 29987, 30109, 31639, 33948,
37240, 38704, 20087, 25746, [27578, 63856], 29022, 34217, 19977, 26441,
26862, 28183, 33439, 34072, 34923, 25591, 28545, 37394, 39087, 19978,
20663, 20687, 20767, 21830, 21930, 22039, 23360, 23577, 23776, 24120,
24202, 24224, 24258, 24819, 26705, 27233, 28248, 29245, 29248,
[29376, 63994], 30456, 31077, 31665, 32724, 35059, 35316, 35443, 35937,
36062, 38684, [22622, 63852], 29885, 36093, 21959, 31329, [32034, 63850],
[12170, 33394], 29298, [12131, 29983], 29989, 31513, 22661, 22779, 23996,
24207, 24246, 24464, 24661, 25234, 25471, 25933, 26257, 26329, 26360,
26646, 26866, 29312, 29790, 31598, 32110, 32214, 32626, 32997, 33298,
34223, 35199, 35475, 36893, 37604, [12233, 40653], [12239, 40736],
[12067, 22805], 22893, 24109, 24796, 26132, 26227, 26512, 27728, 28101,
28511, [12143, 30707], 30889, 33990, 37323, 37675, 20185, 20682, 20808,
21892, 23307, 23459, 25159, 25982, 26059, 28210, 29053, 29697, 29764,
29831, 29887, 30316, 31146, 32218, 32341, 32680, 33146, 33203, 33337,
34330, 34796, 35445, 36323, 36984, 37521, 37925, 39245, 39854, 21352,
23633, 26964, 27844, 27945, 28203, [12166, 33292], 34203, 35131, 35373,
[35498, 63855, 63905], 38634, 40807, 21089, 26297, 27570, 32406, 34814,
36109, 38275, 38493, 25885, 28041, 29166, 22478, 22995, 23468, 24615,
24826, 25104, 26143, 26207, 29481, 29689, 30427, [30465, 63853], 31596,
32854, 32882, 33125, 35488, 37266, 19990, 21218, 27506, 27927, 31237,
31545, 32048, 36016, 21484, 22063, 22609, 23477, [12073, 23567], 23569,
24034, 25152, 25475, 25620, 26157, 26803, 27836, 28040, 28335, 28703,
28836, 29138, 29990, 30095, 30094, 30233, 31505, 31712, 31787, 32032,
32057, 34092, 34157, 34311, 35380, 36877, 36961, 37045, 37559, 38902,
39479, 20439, 23660, 26463, 28049, 31903, 32396, 35606, 36118, 36895,
23403, 24061, 25613, 33984, 36956, 39137, [29575, 63841, 63963], 23435,
24730, 26494, 28126, 35359, 35494, 36865, 38924, 21047, 28753, 30862,
37782, 34928, 37335, 20462, 21463, 22013, 22234, 22402, 22781, 23234,
23432, 23723, 23744, 24101, 24833, 25101, [12095, 25163], 25480, 25628,
25910, [25976, 63849], 27193, 27530, [12116, 27700], 27929, 28465, 29159,
29417, 29560, 29703, 29874, 30246, 30561, 31168, 31319, 31466, 31929,
32143, 32172, 32353, 32670, 33065, 33585, 33936, 34010, 34282, 34966,
35504, 35728, 36664, 36930, 36995, 37228, 37526, 37561, 38539,
{f: 2, c: 38567}, 38614, 38656, 38920, [12216, 39318], 39635, 39706, 21460,
22654, 22809, 23408, 23487, 28113, 28506, 29087, 29729, 29881, 32901,
33789, 24033, 24455, 24490, 24642, 26092, 26642, 26991, 27219, 27529,
27957, 28147, 29667, 30462, 30636, 31565, 32020, 33059, 33308, 33600,
34036, 34147, 35426, 35524, 37255, 37662, 38918, 39348, 25100, 34899,
36848, 37477, 23815, 23847, 23913, 29791, 33181, 34664, 28629,
[25342, 63859], 32722, 35126, 35186, 19998, 20056, 20711, 21213, 21319,
25215, 26119, 32361, 34821, 38494, 20365, 21273, 22070, 22987, 23204,
[12075, 23608], 23630, 23629, 24066, 24337, 24643, 26045, 26159, 26178,
26558, 26612, 29468, [12142, 30690], [12144, 31034], 32709, 33940, 33997,
35222, 35430, 35433, 35553, [12183, 35925], 35962, 22516, 23508, 24335,
24687, 25325, 26893, 27542, 28252, 29060, 31698, 34645, [35672, 63996],
36606, [12215, 39135], 39166, 20280, 20353, 20449, 21627, 23072, 23480,
24892, 26032, 26216, 29180, 30003, 31070, 32051, 33102, [12162, 33251],
33688, 34218, 34254, 34563, 35338, [12189, 36523], [12191, 36763], 36805,
22833, 23460, 23526, 24713, 23529, 23563, [12092, 24515], 27777, 28145,
28683, 29978, 33455, 35574, [20160, 63997], [12055, 21313], 38617,
[12114, 27663], 20126, 20420, 20818, 21854, 23077, 23784, 25105,
[12123, 29273], 33469, 33706, 34558, 34905, 35357, 38463, 38597, 39187,
40201, 40285, 22538, 23731, 23997, 24132, [24801, 63929], 24853, 25569,
[27138, 63764, 63836, 63935], 28197, 37122, 37716, 38990, 39952, 40823,
23433, 23736, 25353, 26191, 26696, 30524, 38593, 38797, 38996, 39839,
26017, 35585, 36555, 38332, 21813, 23721, 24022, 24245, 26263, 30284,
33780, 38343, 22739, 25276, 29390, 40232, 20208, 22830, 24591, 26171,
27523, 31207, 40230, 21395, 21696, 22467, 23830, 24859, 26326, 28079,
30861, 33406, 38552, 38724, 21380, 25212, 25494, 28082, 32266, 33099,
38989, 27387, 32588, 40367, 40474, 20063, 20539, 20918, 22812, 24825,
25590, 26928, 29242, 32822, 37326, 24369, 32004, [33509, 63860], 33903,
33979, 34277, 36493, 20335, 22756, 23363, 24665, 25562, 25880, 25965,
26264, 26954, 27171, 27915, 28673, 29036, 30162, 30221, 31155, 31344,
[12154, 32650], 35140, 35731, 37312, 38525, 39178, 22276, 24481, 26044,
28417, 30208, 31142, 35486, 39341, [12226, 39770], 40812, 20740, 25014,
25233, 27277, 33222, 20547, 22576, 24422, 28937, [12180, 35328], 35578,
23420, 34326, 20474, 20796, 22196, 22852, 25513, 28153, 23978, 26989,
20870, 20104, 20313, 22914, 27487, 27741, 29877, 30998, 33287, 33349,
33593, 36671, 36701, 39192, 20134, 22495, 24441, [26131, 63968], 30123,
32377, 35695, 36870, 39515, 22181, 22567, 23032, 23071, 23476, 24310,
25424, 25403, 26941, 27783, 27839, 28046, 28051, 28149, 28436, 28895,
28982, 29017, 29123, 29141, 30799, 30831, 31605, 32227, 32303, 34893,
36575, 37467, 40182, 24709, 28037, 29105, 38321, 21421, 26579, 28814,
28976, 29744, 33398, 33490, 38331, 39653, 40573, 26308, 29121,
[33865, 63854], 22603, 23992, 24433, 26144, 26254, 27001, 27054, 27704,
27891, 28214, 28481, 28634, 28699, 28719, 29008, 29151, 29552, 29787,
29908, 30408, 31310, 32403, 33521, 35424, 36814, 37704, 38681, 20034,
20522, 21000, 21473, 26355, 27757, 28618, 29450, 30591, 31330, 33454,
34269, 34306, 35028, 35427, 35709, 35947, 37555, 38675, 38928, 20116,
20237, 20425, 20658, 21320, 21566, 21555, 21978, 22626, 22714, 22887,
23067, 23524, 24735, 25034, 25942, 26111, 26212, 26791, 27738, 28595,
28879, 29100, 29522, 31613, 34568, 35492, 39986, 40711, 23627, 27779,
29508, [12127, 29577], 37434, 28331, 29797, 30239, 31337, 32277, 34314,
20800, 22725, 25793, 29934, 29973, 30320, 32705, 37013, 38605, 39252,
28198, [12129, 29926], {f: 2, c: 31401}, 33253, 34521, 34680, 35355, 23113,
23436, 23451, 26785, 26880, 28003, 29609, 29715, 29740, 30871, 32233,
32747, 33048, 33109, 33694, 35916, [38446, 63942], 38929, [12104, 26352],
24448, 26106, 26505, 27754, 29579, 20525, 23043, 27498, 30702, 22806,
23916, 24013, 29477, 30031, 20709, 20985, 22575, 22829, 22934, 23002,
23525, 23970, 25303, 25622, 25747, 25854, 26332, 27208, 29183, 29796,
31368, 31407, 32327, 32350, 32768, 33136, 34799, 35201, 35616, 36953,
36992, 39250, 24958, 27442, 28020, 32287, 35109, 36785, 20433, 20653,
20887, 21191, 22471, 22665, 23481, 24248, 24898, 27029, 28044, 28263,
28342, 29076, 29794, [12132, 29992], 29996, 32883, 33592, 33993, 36362,
37780, 37854, 20110, 20305, 20598, 20778, [12060, 21448], 21451, 21491,
23431, 23507, 23588, 24858, 24962, 26100, [12124, 29275], 29591, 29760,
30402, 31056, 31121, 31161, 32006, [12155, 32701], 33419, 34261, 34398,
36802, 36935, 37109, 37354, 38533, [12204, 38632], 38633, 21206, 24423,
26093, 26161, 26671, 29020, 31286, 37057, 38922, 20113, 27218, 27550,
28560, 29065, 32792, 33464, 34131, 36939, 38549, 38642, 38907, 34074,
39729, 20112, 29066, 38596, 20803, 21407, 21729, 22291, 22290, 22435,
23195, 23236, 23491, 24616, 24895, 25588, 27781, 27961, 28274, 28304,
29232, 29503, 29783, 33489, 34945, 36677, 36960, 38498, 39000, 40219,
[12105, 26376], 36234, 37470, 20301, 20553, 20702, 21361, 22285, 22996,
23041, 23561, 24944, 26256, 28205, 29234, 29771, 32239, 32963, 33806,
33894, 34111, 34655, 34907, 35096, 35586, 36949, [12209, 38859], 39759,
20083, 20369, 20754, 20842, 21807, 21929, 23418, 23461, {f: 2, c: 24188},
24254, 24736, 24799, {f: 2, c: 24840}, 25540, 25912, 26377, 26580, 26586,
{f: 2, c: 26977}, 27833, 27943, 28216, 28641, {f: 2, c: 29494}, 29788,
30001, 30290, 32173, 33278, 33848, 35029, 35480, 35547, 35565, 36400,
36418, 36938, 36926, 36986, [12195, 37193], 37321, 37742, 22537, 27603,
[12161, 32905], 32946, 20801, 22891, 23609, 28516, 29607, 32996, 36103,
37399, 38287, [12160, 32895], 25102, 28700, 32104, 34701, 22432, 24681,
24903, 27575, 35518, 37504, 38577, [12036, 20057], 21535, 28139, 34093,
38512, [12211, 38899], 39150, 25558, 27875, [12194, 37009], 20957, 25033,
33210, 40441, 20381, 20506, 20736, 23452, 24847, 25087, 25836, 26885,
27589, 30097, 30691, 32681, 33380, 34191, 34811, [12176, 34915], 35516,
35696, 37291, [12038, 20108], 20197, 20234, 22839, 23016, 24050, 24347,
24411, 24609, 29246, 29669, [30064, 63842], 30157, 31227, [12157, 32780],
[12159, 32819], 32900, 33505, 33617, 36029, 36019, 36999, 39156, 39180,
28727, 30410, 32714, 32716, 32764, 35610, [12040, 20154], 20161, 20995,
21360, [21693, 63902], 22240, 23035, 23493, 24341, 24525, 28270, 32106,
33589, 34451, 35469, 38765, 38775, [12032, 19968], 20314, 20350, 22777,
[12103, 26085], 28322, 36920, 37808, 39353, 20219, 22764, 22922, 23001,
24641, 31252, 33615, 36035, [12042, 20837], 21316, 20173, 21097, 23381,
33471, 20180, [21050, 63999], 21672, 22985, 23039, [12070, 23376], 23383,
23388, 24675, 24904, 28363, [28825, 63995], 29038, 29574, 29943, 30133,
30913, 32043, 32773, [12163, 33258], 33576, 34071, 34249, 35566, 36039,
38604, 20316, 21242, 22204, 26027, 26152, 28796, 28856, 29237, 32189,
33421, 37196, 38592, 40306, 23409, 26855, 27544, 28538, 30430, 23697,
26283, 28507, 31668, 31786, 34870, 38620, 19976, 20183, 21280, 22580,
22715, 22767, 22892, 23559, 24115, 24196, 24373, 25484, 26290, 26454,
27167, 27299, 27404, 28479, 29254, 29520, 29835, 31456, 31911, 33144,
33247, 33255, 33674, 33900, 34083, 34196, 34255, 35037, 36115, 37292,
[12199, 38263], 38556, 20877, 21705, 22312, 23472, 25165, 26448, 26685,
26771, 28221, 28371, 28797, 32289, 35009, 36001, 36617, 40779, 40782,
29229, 31631, 35533, 37658, 20295, 20302, 20786, 21632, 22992, 24213,
25269, 26485, 26990, 27159, 27822, 28186, 29401, 29482, 30141, 31672,
32053, 33511, 33785, 33879, 34295, 35419, 36015, 36487, 36889, 37048,
38606, 40799, 21219, 21514, 23265, 23490, 25688, 25973, 28404, 29380,
30340, 31309, 31515, 31821, 32318, 32735, 33659, 35627, 36042,
[12186, 36196], 36321, 36447, 36842, 36857, 36969, 37841, 20291, 20346,
20659, 20840, 20856, 21069, 21098, 22625, 22652, 22880, 23560, 23637,
24283, 24731, 25136, 26643, 27583, 27656, 28593, 29006, 29728,
[12133, 30000], 30008, 30033, 30322, 31564, 31627, 31661, 31686, 32399,
35438, 36670, 36681, 37439, 37523, 37666, 37931, 38651, 39002, 39019,
39198, [20999, 64000], 25130, 25240, 27993, 30308, 31434, 31680, 32118,
21344, 23742, 24215, 28472, 28857, 31896, 38673, 39822, 40670, 25509,
25722, 34678, 19969, 20117, 20141, 20572, 20597, 21576, 22979, 23450,
24128, 24237, 24311, 24449, 24773, 25402, 25919, 25972, 26060, 26230,
26232, 26622, 26984, 27273, 27491, 27712, 28096, 28136, 28191, 28254,
28702, 28833, 29582, 29693, 30010, 30555, 30855, 31118, 31243, 31357,
31934, 32142, 33351, 35330, 35562, 35998, 37165, 37194, 37336, 37478,
37580, 37664, 38662, 38742, 38748, 38914, [12237, 40718], 21046, 21137,
21884, 22564, 24093, 24351, 24716, 25552, 26799, 28639, 31085, 31532,
33229, 34234, 35069, 35576, 36420, 37261, 38500, 38555, 38717, 38988,
[12241, 40778], 20430, 20806, 20939, 21161, 22066, 24340, 24427, 25514,
25805, 26089, 26177, 26362, 26361, 26397, 26781, 26839, 27133, 28437,
28526, 29031, 29157, [12118, 29226], 29866, 30522, 31062, 31066, 31199,
31264, 31381, 31895, 31967, 32068, 32368, 32903, 34299, 34468, 35412,
35519, 36249, 36481, 36896, 36973, 37347, 38459, 38613, [12227, 40165],
26063, 31751, [12188, 36275], 37827, 23384, 23562, 21330, 25305, 29469,
20519, 23447, 24478, 24752, 24939, 26837, 28121, 29742, 31278, 32066,
32156, 32305, 33131, 36394, 36405, 37758, 37912, 20304, 22352, 24038,
24231, 25387, 32618, 20027, 20303, 20367, 20570, 23005, 32964, 21610,
21608, 22014, 22863, 23449, 24030, 24282, 26205, 26417, 26609, 26666,
27880, 27954, 28234, 28557, 28855, 29664, 30087, 31820, 32002, 32044,
32162, [12168, 33311], 34523, 35387, 35461, [12187, 36208], 36490, 36659,
36913, 37198, 37202, 37956, 39376, [12149, 31481], 31909, 20426, 20737,
20934, 22472, 23535, 23803, 26201, 27197, 27994, 28310, 28652, 28940,
30063, 31459, 34850, 36897, 36981, 38603, 39423, 33537, 20013, 20210,
34886, 37325, 21373, 27355, 26987, 27713, 33914, 22686, 24974, 26366,
25327, 28893, 29969, 30151, 32338, 33976, 35657, 36104, 20043, 21482,
21675, 22320, 22336, 24535, 25345, 25351, 25711, [12096, 25903], 26088,
26234, 26525, 26547, [12108, 27490], 27744, 27802, 28460, 30693, 30757,
31049, 31063, 32025, 32930, 33026, [12164, 33267], 33437, 33463, 34584,
35468, 36100, 36286, 36978, 30452, 31257, 31287, 32340, 32887, 21767,
21972, 22645, 25391, 25634, 26185, 26187, 26733, 27035, 27524, 27941,
28337, 29645, 29800, 29857, 30043, 30137, 30433, 30494, 30603, 31206,
32265, 32285, 33275, 34095, 34967, 35386, 36049, 36587,
[12192, 36784, 63857], 36914, 37805, 38499, 38515, 38663, 20356, 21489,
23018, 23241, 24089, 26702, 29894, 30142, 31209, 31378, 33187, 34541,
36074, 36300, 36845, 26015, 26389, 22519, 28503, 32221, 36655, 37878,
38598, 24501, 25074, 28548, 19988, 20376, 20511, 21449, 21983, 23919,
24046, 27425, 27492, 30923, 31642, 36425, [12190, 36554, 63746], 36974,
25417, 25662, 30528, 31364, 37679, 38015, 40810, 25776, 28591, 29158,
29864, 29914, 31428, 31762, 32386, 31922, 32408, 35738, 36106, 38013,
39184, 39244, 21049, 23519, 25830, 26413, 32046, 20717, [21443, 63851],
22649, {f: 2, c: 24920}, 25082, 26028, 31449, 35730, 35734, 20489, 20513,
21109, 21809, 23100, 24288, 24432, 24884, 25950, 26124, 26166, 26274,
27085, 28356, 28466, 29462, 30241, 31379, 33081, 33369, 33750, 33980,
20661, 22512, 23488, 23528, 24425, 25505, 30758, 32181, 33756, 34081,
37319, 37365, 20874, 26613, 31574, 36012, 20932, 22971, 24765, 34389,
20508, 21076, 23610, 24957, 25114, [25299, 64002], 25842, 26021, 28364,
30240, 33034, 36448, 38495, 38587, 20191, 21315, 21912, 22825, 24029,
25797, 27849, 28154, 29588, 31359, [12167, 33307], 34214, 36068, 36368,
36983, 37351, 38369, 38433, 38854, 20984, 21746, 21894, 24505, 25764,
28552, 32180, 36639, 36685, 37941, 20681, 23574, 27838, 28155, 29979,
30651, 31805, 31844, 35449, 35522, 22558, 22974, 24086, 25463, 29266,
30090, 30571, 35548, 36028, 36626, 24307, 26228, 28152, 32893, 33729,
35531, [12205, 38737], 39894, 21059, 26367, 28053, 28399, 32224, 35558,
36910, 36958, 39636, 21021, 21119, 21736, 24980, 25220, 25307, 26786,
26898, 26970, 27189, 28818, 28966, 30813, 30977, 30990, 31186, 31245,
32918, [12171, 33400], 33493, 33609, 34121, 35970, 36229, 37218, 37259,
37294, 20419, 22225, 29165, 30679, 34560, 35320, [12072, 23544], 24534,
26449, 37032, 21474, 22618, 23541, 24740, 24961, 25696, 32317, 32880,
34085, 37507, 25774, 20652, 23828, 26368, 22684, 25277, 25512, 26894,
27000, 27166, 28267, 30394, 31179, 33467, 33833, 35535, 36264, 36861,
37138, 37195, 37276, 37648, 37656, 37786, 38619, 39478, 39949, 19985,
30044, 31069, 31482, 31569, 31689, 32302, 33988, 36441, 36468, 36600,
36880, 26149, 26943, 29763, 20986, 26414, 40668, 20805, 24544, 27798,
34802, 34909, 34935, 24756, 33205, 33795, 36101, 21462, 21561, 22068,
23094, 23601, 28810, 32736, 32858, 33030, 33261, 36259, 37257, 39519,
40434, 20596, 20164, 21408, 24827, 28204, 23652, 20360, 20516, 21988,
23769, 24159, 24677, 26772, 27835, 28100, 29118, 30164, 30196, 30305,
31258, 31305, 32199, 32251, 32622, 33268, 34473, 36636, 38601, 39347,
[12242, 40786], 21063, 21189, 39149, 35242, 19971, 26578, 28422, 20405,
23522, 26517, [27784, 63858], 28024, 29723, 30759, 37341, 37756, 34756,
31204, 31281, 24555, 20182, 21668, 21822, 22702, 22949, 24816, 25171,
25302, 26422, 26965, 33333, 38464, 39345, 39389, 20524, 21331, 21828,
22396, 25176, 25826, 26219, 26589, 28609, 28655, 29730, 29752, 35351,
37944, 21585, 22022, 22374, 24392, 24986, 27470, 28760, 28845, 32187,
35477, 22890, 33067, 25506, 30472, 32829, 36010, 22612, 25645, 27067,
23445, 24081, 28271, 34153, 20812, 21488, 22826, 24608, 24907, 27526,
27760, 27888, 31518, 32974, 33492, 36294, 37040, 39089, 25799, 28580,
25745, 25860, 20814, 21520, [12063, 22303], 35342, 24927, 26742, 30171,
31570, 32113, 36890, 22534, 27084, 33151, 35114, 36864, 38969, 20600,
22871, 22956, 25237, 36879, 39722, 24925, 29305, 38358, 22369, 23110,
24052, 25226, 25773, 25850, 26487, 27874, 27966, 29228, 29750, 30772,
32631, 33453, 36315, 38935, 21028, 22338, 26495, 29256, 29923, 36009,
36774, 37393, 38442, [12043, 20843], 21485, 25420, 20329, 21764, 24726,
25943, 27803, 28031, 29260, 29437, 31255, 35207, [12185, 35997], 24429,
28558, 28921, 33192, 24846, [20415, 63845], 20559, 25153, [12122, 29255],
31687, 32232, 32745, 36941, 38829, 39449, 36022, 22378, 24179, 26544,
33805, 35413, 21536, 23318, 24163, 24290, 24330, 25987, 32954, 34109,
38281, 38491, 20296, 21253, 21261, 21263, 21638, 21754, 22275, 24067,
24598, 25243, 25265, 25429, 27873, 28006, 30129, 30770, 32990, 33071,
33502, 33889, 33970, 34957, 35090, 36875, 37610, 39165, 39825, 24133,
[26292, 64006], 26333, 28689, 29190, 20469, 21117, 24426, 24915, 26451,
27161, 28418, 29922, 31080, 34920, 35961, 39111, 39108, 39491, 21697,
31263, 26963, 35575, 35914, [12213, 39080], 39342, 24444, 25259, 30130,
[12138, 30382], 34987, 36991, 38466, 21305, 24380, 24517, [27852, 63848],
29644, 30050, [12134, 30091], 31558, 33534, 39325, 20047, 36924, 19979,
20309, 21414, 22799, 24264, 26160, 27827, 29781, 33655, 34662, 36032,
36944, 38686, 39957, 22737, 23416, 34384, 35604, 40372, 23506, 24680,
24717, 26097, 27735, 28450, 28579, 28698, 32597, 32752, {f: 2, c: 38289},
38480, 38867, 21106, 36676, 20989, 21547, 21688, 21859, 21898, 27323,
28085, 32216, 33382, 37532, 38519, 40569, 21512, 21704, 30418, 34532,
38308, 38356, 38492, 20130, 20233, 23022, 23270, 24055, 24658, 25239,
26477, 26689, 27782, 28207, 32568, 32923, 33322, 38917, 20133, 20565,
21683, 22419, 22874, 23401, 23475, 25032, 26999, 28023, 28707, 34809,
35299, 35442, 35559, 36994, 39405, 39608, 21182, 26680, 20502, 24184,
26447, 33607, [12175, 34892, 64008], 20139, 21521, 22190, 29670, 37141,
38911, 39177, 39255, [12217, 39321], 22099, 22687, 34395, 35377, 25010,
27382, 29563, 36562, 27463, 38570, 39511, 22869, 29184, 36203,
[12208, 38761], 20436, 23796, 24358, 25080, 26203, 27883, 28843,
[12126, 29572], 29625, 29694, 30505, 30541, 32067, 32098, 32291, 33335,
34898, 36066, 37449, 39023, 23377, [12147, 31348], [12174, 34880],
[12212, 38913], 23244, 20448, 21332, 22846, 23805, 25406, 28025, 29433,
33029, 33031, 33698, 37583, 38960, 20136, 20804, 21009, 22411, 24418,
27842, 28366, 28677, 28752, 28847, 29074, 29673, [29801, 63918], 33610,
34722, 34913, 36872, 37026, 37795, 39336, 20846, 24407, 24800, 24935,
26291, 34137, 36426, 37295, 38795, 20046, 20114, 21628, 22741, 22778,
22909, 23733, 24359, [12094, 25142], 25160, 26122, 26215, 27627, 28009,
28111, 28246, 28408, 28564, 28640, 28649, 28765, 29392, 29733, 29786,
29920, 30355, 31068, 31946, 32286, 32993, 33446, 33899, 33983, 34382,
34399, 34676, 35703, 35946, 37804, 38912, 39013, 24785, 25110, 37239,
23130, 26127, 28151, 28222, 29759, 39746, 24573, 24794, 31503, 21700,
24344, 27742, 27859, 27946, 28888, 32005, 34425, 35340, 40251, 21270,
21644, 23301, 27194, [12117, 28779], 30069, 31117, [12146, 31166], 33457,
33775, 35441, 35649, 36008, 38772, 25844, 25899, {f: 2, c: 30906}, 31339,
20024, 21914, 22864, 23462, 24187, 24739, 25563, 27489, 26213, 26707,
28185, 29029, 29872, 32008, 36996, 39529, 39973, 27963, [28369, 63748],
29502, 35905, 38346, 20976, 24140, 24488, 24653, 24822, 24880, 24908,
{f: 2, c: 26179}, 27045, 27841, 28255, 28361, 28514, 29004, 29852, 30343,
31681, 31783, 33618, 34647, 36945, 38541, [12232, 40643], 21295, 22238,
24315, 24458, 24674, 24724, 25079, 26214, 26371, 27292, 28142, 28590,
28784, 29546, 32362, 33214, 33588, 34516, 35496, 36036, 21123, 29554,
23446, 27243, 37892, 21742, 22150, 23389, 25928, 25989, 26313, 26783,
28045, 28102, [12120, 29243], 32948, 37237, 39501, 20399, 20505, 21402,
21518, 21564, 21897, 21957, 24127, 24460, 26429, 29030, 29661, 36869,
21211, 21235, 22628, 22734, 28932, 29071, 29179, 34224, 35347,
[26248, 63941], 34216, 21927, 26244, 29002, 33841, 21321, 21913, 27585,
24409, 24509, 25582, 26249, 28999, 35569, 36637, 40638, 20241, 25658,
28875, 30054, 34407, 24676, 35662, 40440, 20807, 20982, 21256, 27958,
33016, [12234, 40657], 26133, 27427, 28824, 30165, 21507, 23673, 32007,
35350, [12107, 27424], 27453, 27462, 21560, 24688, 27965, 32725, 33288,
20694, 20958, 21916, 22123, 22221, 23020, 23305, 24076, 24985, 24984,
25137, 26206, 26342, 29081, {f: 2, c: 29113}, 29351, 31143, 31232, 32690,
35440, {s: 163}, {f: 4, c: 12310}, {s: 14}, 8223, 8219, {f: 2, c: 8314},
{s: 7}, 8316, 0, {f: 2, c: 8317}, {s: 23}, 700, {s: 44}, 8942, 8759,
{s: 20}, {f: 10, c: 10122}, {s: 36}, {f: 26, c: 9398}, {s: 61},
{f: 2, c: 8826}, {f: 2, c: 8910}, {f: 2, c: 8832}, {f: 4, c: 8816}, 0,
8842, 0, 8843, {f: 2, c: 8822}, 8825, {f: 2, c: 8922}, {s: 5}, 8773, 8771,
8776, 0, 8868, {s: 78}, 8244, {s: 11}, 9839, {s: 4}, 8258, {s: 4}, 10045,
0, 0, 8226, {s: 4}, {f: 2, c: 8249}, {s: 16}, 10010, 10006, 0, 9711,
{s: 3}, 10070, 0, 9676, {s: 24}, 9775, {s: 6}, 12320, 0, {f: 10, c: 10102},
{s: 17}, 12306, 12342, {s: 13}, 8710, 0, 8735, 0, {f: 2, c: 8741}, 0, 8787,
8785, {f: 2, c: 8806}, 8723, {f: 3, c: 8853}, 0, 8980, 0, 0, 8802, 0, 9649,
0, 8738, 8784, 0, 0, 8867, 0, 0, {f: 2, c: 8814}, 8837, 8836, 8713, 8716,
{f: 2, c: 8891}, 8794, 8966, {s: 6}, 12958, 0, 8252, {s: 11}, 9702, {s: 3},
9663, 9653, 9657, 9667, {s: 4}, 9674, 12849, 12857, 13259, {f: 5, c: 9327},
{s: 18}, 8656, 8655, 8653, {s: 37}, 8657, 8659, {s: 8}, 8626, 8625, 0,
8628, 8624, 8627, {s: 14}, 8636, 8640, {s: 10}, {f: 2, c: 8644}, {s: 144},
{f: 5, c: 9347}, {s: 33}, 12948, {s: 15}, 12965, {s: 93}, 8672, 8674, 8673,
8675, {s: 4}, 8678, 8680, 8679, 8681, {s: 20}, 9757, 9759, {s: 76}, 12944,
{f: 6, c: 12938}, {s: 15}, {f: 2, c: 12318}, 8246, 0, 8245, {s: 3}, 12540,
0, 0, {f: 2, c: 44034}, {f: 2, c: 44037}, {f: 5, c: 44043}, 44056,
{f: 2, c: 44062}, {f: 3, c: 44065}, {f: 7, c: 44069}, 44078,
{f: 6, c: 44082}, {f: 2, c: 44090}, {f: 3, c: 44093}, {f: 10, c: 44097},
44108, {f: 6, c: 44110}, {f: 3, c: 44117}, {f: 3, c: 44121},
{f: 19, c: 44125}, {f: 2, c: 44146}, {f: 2, c: 44149}, 44153,
{f: 5, c: 44155}, 44162, {f: 2, c: 44167}, {f: 3, c: 44173},
{f: 3, c: 44177}, {f: 7, c: 44181}, 44190, {f: 6, c: 44194}, 44203,
{f: 2, c: 44205}, {f: 7, c: 44209}, 44218, {f: 3, c: 44222},
{f: 2, c: 44226}, {f: 3, c: 44229}, {f: 3, c: 44233}, {f: 8, c: 44237},
44246, {f: 8, c: 44248}, {f: 2, c: 44258}, {f: 2, c: 44261}, 44265, 44267,
{f: 2, c: 44269}, 44274, 44276, {f: 5, c: 44279}, {f: 2, c: 44286},
{f: 3, c: 44289}, 44293, {f: 5, c: 44295}, 44302, 44304, {f: 6, c: 44306},
{f: 3, c: 44313}, {f: 3, c: 44317}, {f: 8, c: 44321}, {f: 2, c: 44330},
{f: 6, c: 44334}, {f: 2, c: 44342}, {f: 3, c: 44345}, {f: 7, c: 44349},
44358, 44360, {f: 6, c: 44362}, {f: 3, c: 44369}, {f: 3, c: 44373},
{f: 8, c: 44377}, 44386, {f: 8, c: 44388}, {f: 2, c: 44398},
{f: 2, c: 44401}, {f: 4, c: 44407}, 44414, 44416, {f: 5, c: 44419},
{f: 2, c: 44426}, {f: 3, c: 44429}, {f: 11, c: 44433}, {f: 6, c: 44446},
{f: 18, c: 44453}, {f: 8, c: 44472}, {f: 2, c: 44482}, {f: 3, c: 44485},
{f: 7, c: 44489}, 44498, {f: 8, c: 44500}, {f: 3, c: 44509},
{f: 3, c: 44513}, {f: 19, c: 44517}, {f: 2, c: 44538}, {f: 2, c: 44541},
{f: 6, c: 44546}, 44554, 44556, {f: 6, c: 44558}, {f: 27, c: 44565},
{f: 2, c: 44594}, {f: 2, c: 44597}, 44601, {f: 5, c: 44603}, 44610, 44612,
{f: 3, c: 44615}, 44619, 44623, {f: 3, c: 44625}, 44629, {f: 5, c: 44631},
44638, {f: 3, c: 44642}, {f: 2, c: 44646}, {f: 2, c: 44650},
{f: 3, c: 44653}, {f: 7, c: 44657}, 44666, {f: 6, c: 44670},
{f: 6, c: 44678}, {f: 47, c: 44685}, 44735, {f: 3, c: 44737},
{f: 7, c: 44741}, 44750, {f: 6, c: 44754}, {f: 2, c: 44762},
{f: 11, c: 44765}, {f: 2, c: 44777}, 44780, {f: 6, c: 44782},
{f: 3, c: 44789}, {f: 3, c: 44793}, {f: 10, c: 44797}, {f: 4, c: 44809},
{f: 2, c: 44814}, {f: 27, c: 44817}, {f: 2, c: 44846}, 44849, 44851,
{f: 7, c: 44853}, 44862, 44864, {f: 4, c: 44868}, {f: 6, c: 44874},
{f: 11, c: 44881}, {f: 6, c: 44894}, {f: 19, c: 44902}, {f: 6, c: 44922},
{f: 3, c: 44929}, {f: 3, c: 44933}, {f: 7, c: 44937}, {f: 3, c: 44946},
{f: 6, c: 44950}, {f: 27, c: 44957}, {f: 2, c: 44986}, {f: 3, c: 44989},
{f: 6, c: 44993}, 45002, 45004, {f: 5, c: 45007}, {f: 7, c: 45013},
{f: 11, c: 45021}, {f: 6, c: 45034}, {f: 2, c: 45042}, {f: 3, c: 45045},
{f: 7, c: 45049}, {f: 2, c: 45058}, {f: 7, c: 45061}, {f: 3, c: 45069},
{f: 3, c: 45073}, {f: 7, c: 45077}, {f: 10, c: 45086}, {f: 27, c: 45097},
{f: 2, c: 45126}, 45129, 45131, 45133, {f: 4, c: 45135}, 45142, 45144,
{f: 3, c: 45146}, {f: 30, c: 45150}, {f: 2, c: 45182}, {f: 3, c: 45185},
{f: 7, c: 45189}, 45198, 45200, {f: 6, c: 45202}, 45211, {f: 2, c: 45213},
{f: 5, c: 45219}, 45226, 45232, 45234, {f: 2, c: 45238}, {f: 3, c: 45241},
{f: 7, c: 45245}, 45254, {f: 6, c: 45258}, {f: 2, c: 45266},
{f: 3, c: 45269}, {f: 7, c: 45273}, {f: 4, c: 45281}, {f: 34, c: 45286},
45322, {f: 3, c: 45325}, 45329, {f: 4, c: 45332}, 45338, {f: 5, c: 45342},
{f: 2, c: 45350}, {f: 3, c: 45353}, {f: 7, c: 45357}, 45366,
{f: 6, c: 45370}, {f: 2, c: 45378}, {f: 3, c: 45381}, {f: 7, c: 45385},
{f: 2, c: 45394}, {f: 2, c: 45398}, {f: 3, c: 45401}, {f: 3, c: 45405},
{f: 23, c: 45409}, {f: 2, c: 45434}, {f: 3, c: 45437}, 45441,
{f: 5, c: 45443}, 45450, 45452, {f: 4, c: 45454}, {f: 3, c: 45461},
{f: 3, c: 45465}, {f: 11, c: 45469}, {f: 35, c: 45481}, {f: 3, c: 45517},
{f: 3, c: 45521}, {f: 7, c: 45525}, 45534, {f: 8, c: 45536},
{f: 2, c: 45546}, {f: 3, c: 45549}, {f: 8, c: 45553}, 45562, 45564,
{f: 6, c: 45566}, {f: 2, c: 45574}, {f: 2, c: 45577}, {f: 7, c: 45581},
45590, 45592, {f: 6, c: 45594}, {f: 19, c: 45601}, {f: 7, c: 45621},
{f: 27, c: 45629}, {f: 3, c: 45657}, {f: 3, c: 45661}, {f: 7, c: 45665},
{f: 10, c: 45674}, {f: 6, c: 45686}, {f: 7, c: 45693}, {f: 3, c: 45702},
{f: 6, c: 45706}, {f: 2, c: 45714}, {f: 3, c: 45717}, {f: 5, c: 45723},
45730, 45732, {f: 3, c: 45735}, 45739, {f: 3, c: 45741}, {f: 3, c: 45745},
{f: 19, c: 45749}, {f: 2, c: 45770}, {f: 3, c: 45773}, 45777,
{f: 5, c: 45779}, 45786, 45788, {f: 4, c: 45790}, 45795, 45799,
{f: 2, c: 45801}, {f: 3, c: 45808}, 45814, {f: 3, c: 45820},
{f: 2, c: 45826}, {f: 3, c: 45829}, {f: 7, c: 45833}, 45842,
{f: 6, c: 45846}, {f: 55, c: 45853}, 45911, {f: 2, c: 45913}, 45917,
{f: 4, c: 45920}, 45926, 45928, 45930, {f: 2, c: 45932}, 45935,
{f: 2, c: 45938}, {f: 3, c: 45941}, {f: 7, c: 45945}, 45954,
{f: 6, c: 45958}, {f: 3, c: 45965}, {f: 3, c: 45969}, {f: 11, c: 45973},
{f: 6, c: 45986}, {f: 3, c: 45993}, {f: 23, c: 45997}, {f: 2, c: 46022},
{f: 2, c: 46025}, 46029, 46031, {f: 3, c: 46033}, 46038, 46040, 46042,
46044, {f: 2, c: 46046}, {f: 3, c: 46049}, {f: 3, c: 46053},
{f: 19, c: 46057}, {f: 19, c: 46077}, {f: 7, c: 46097}, {f: 3, c: 46105},
{f: 3, c: 46109}, {f: 7, c: 46113}, 46122, {f: 8, c: 46124},
{f: 27, c: 46133}, {f: 2, c: 46162}, {f: 3, c: 46165}, {f: 7, c: 46169},
46178, 46180, {f: 6, c: 46182}, {f: 19, c: 46189}, {f: 7, c: 46209},
{f: 20, c: 46217}, {f: 6, c: 46238}, {f: 3, c: 46245}, {f: 3, c: 46249},
{f: 8, c: 46253}, 46262, 46264, {f: 6, c: 46266}, {f: 3, c: 46273},
{f: 3, c: 46277}, {f: 7, c: 46281}, {f: 4, c: 46289}, {f: 6, c: 46294},
{f: 2, c: 46302}, {f: 2, c: 46305}, 46309, {f: 5, c: 46311}, 46318, 46320,
{f: 6, c: 46322}, {f: 27, c: 46329}, {f: 2, c: 46358}, {f: 2, c: 46361},
{f: 7, c: 46365}, 46374, {f: 5, c: 46379}, {f: 2, c: 46386},
{f: 3, c: 46389}, {f: 7, c: 46393}, 46402, {f: 5, c: 46406},
{f: 2, c: 46414}, {f: 3, c: 46417}, {f: 7, c: 46421}, 46430,
{f: 62, c: 46434}, {f: 2, c: 46498}, {f: 3, c: 46501}, 46505,
{f: 4, c: 46508}, 46514, {f: 5, c: 46518}, {f: 2, c: 46526},
{f: 3, c: 46529}, {f: 7, c: 46533}, 46542, {f: 6, c: 46546},
{f: 19, c: 46553}, {f: 35, c: 46573}, {f: 2, c: 46610}, {f: 3, c: 46613},
{f: 12, c: 46617}, {f: 6, c: 46630}, {f: 7, c: 46637}, {f: 19, c: 46645},
{f: 27, c: 46665}, {f: 3, c: 46693}, {f: 51, c: 46697}, {f: 2, c: 46750},
{f: 3, c: 46753}, {f: 6, c: 46757}, {f: 4, c: 46765}, {f: 34, c: 46770},
{f: 27, c: 46805}, {f: 3, c: 46833}, {f: 3, c: 46837}, {f: 7, c: 46841},
{f: 3, c: 46850}, {f: 34, c: 46854}, {f: 2, c: 46890}, {f: 2, c: 46893},
{f: 7, c: 46897}, 46906, {f: 8, c: 46908}, {f: 3, c: 46917},
{f: 3, c: 46921}, {f: 7, c: 46925}, {f: 10, c: 46934}, {f: 3, c: 46945},
{f: 3, c: 46949}, {f: 7, c: 46953}, 46962, 46964, {f: 6, c: 46966},
{f: 2, c: 46974}, {f: 3, c: 46977}, {f: 7, c: 46981}, 46990,
{f: 3, c: 46995}, {f: 2, c: 47002}, {f: 3, c: 47005}, {f: 7, c: 47009},
47018, {f: 6, c: 47022}, {f: 2, c: 47030}, {f: 14, c: 47033}, 47048,
{f: 34, c: 47050}, {f: 2, c: 47086}, {f: 3, c: 47089}, {f: 7, c: 47093},
47102, {f: 5, c: 47106}, {f: 2, c: 47114}, {f: 3, c: 47117},
{f: 7, c: 47121}, 47130, 47132, {f: 6, c: 47134}, {f: 2, c: 47142},
{f: 3, c: 47145}, {f: 7, c: 47149}, 47158, {f: 6, c: 47162},
{f: 3, c: 47169}, {f: 12, c: 47173}, 47186, {f: 8, c: 47188},
{f: 2, c: 47198}, {f: 3, c: 47201}, {f: 7, c: 47205}, 47214, 47216,
{f: 6, c: 47218}, {f: 3, c: 47225}, {f: 16, c: 47229}, {f: 26, c: 47246},
{f: 7, c: 47273}, {f: 3, c: 47281}, {f: 3, c: 47285}, {f: 7, c: 47289},
47298, 47300, {f: 6, c: 47302}, {f: 3, c: 47309}, {f: 3, c: 47313},
{f: 8, c: 47317}, 47326, 47328, {f: 6, c: 47330}, {f: 2, c: 47338},
{f: 3, c: 47341}, {f: 7, c: 47345}, 47354, 47356, {f: 6, c: 47358},
{f: 19, c: 47365}, {f: 7, c: 47385}, {f: 27, c: 47393}, {f: 2, c: 47422},
{f: 3, c: 47425}, {f: 7, c: 47429}, {f: 2, c: 47437}, 47440,
{f: 6, c: 47442}, {f: 2, c: 47450}, {f: 3, c: 47453}, {f: 7, c: 47457},
47466, 47468, {f: 6, c: 47470}, {f: 2, c: 47478}, {f: 3, c: 47481},
{f: 7, c: 47485}, 47494, 47496, {f: 2, c: 47499}, {f: 29, c: 47503},
{f: 2, c: 47534}, {f: 3, c: 47537}, {f: 7, c: 47541}, 47550, 47552,
{f: 6, c: 47554}, {f: 2, c: 47562}, 47565, {f: 5, c: 47571}, 47578, 47580,
{f: 2, c: 47583}, 47586, {f: 2, c: 47590}, {f: 3, c: 47593},
{f: 7, c: 47597}, 47606, {f: 5, c: 47611}, {f: 6, c: 47618},
{f: 12, c: 47625}, {f: 34, c: 47638}, {f: 2, c: 47674}, {f: 3, c: 47677},
47681, {f: 5, c: 47683}, 47690, 47692, {f: 4, c: 47695}, {f: 2, c: 47702},
{f: 3, c: 47705}, {f: 7, c: 47709}, 47718, {f: 6, c: 47722},
{f: 2, c: 47730}, {f: 3, c: 47733}, {f: 10, c: 47737}, 47750,
{f: 4, c: 47752}, {f: 27, c: 47757}, 47786, {f: 3, c: 47789}, 47793,
{f: 5, c: 47795}, 47802, 47804, {f: 6, c: 47806}, {f: 3, c: 47813},
{f: 15, c: 47817}, {f: 34, c: 47834}, {f: 3, c: 47869}, {f: 3, c: 47873},
{f: 8, c: 47877}, 47886, 47888, {f: 6, c: 47890}, {f: 3, c: 47897},
{f: 3, c: 47901}, {f: 8, c: 47905}, 47914, {f: 8, c: 47916}, 47927,
{f: 2, c: 47929}, {f: 5, c: 47935}, 47942, 47944, {f: 3, c: 47946}, 47950,
{f: 3, c: 47953}, {f: 3, c: 47957}, {f: 8, c: 47961}, 47970,
{f: 8, c: 47972}, {f: 27, c: 47981}, {f: 3, c: 48009}, {f: 3, c: 48013},
{f: 19, c: 48017}, {f: 3, c: 48037}, {f: 3, c: 48041}, {f: 7, c: 48045},
{f: 2, c: 48053}, {f: 8, c: 48056}, {f: 3, c: 48065}, {f: 3, c: 48069},
{f: 7, c: 48073}, {f: 2, c: 48081}, {f: 36, c: 48084}, {f: 2, c: 48122},
{f: 2, c: 48125}, 48129, {f: 5, c: 48131}, 48138, 48142, 48144,
{f: 2, c: 48146}, {f: 2, c: 48153}, {f: 4, c: 48160}, 48166, 48168,
{f: 3, c: 48170}, {f: 2, c: 48174}, {f: 2, c: 48178}, {f: 3, c: 48181},
{f: 7, c: 48185}, 48194, {f: 3, c: 48198}, {f: 2, c: 48202},
{f: 2, c: 48206}, {f: 12, c: 48209}, {f: 38, c: 48222}, {f: 2, c: 48262},
{f: 2, c: 48265}, 48269, {f: 5, c: 48271}, 48278, 48280, {f: 5, c: 48283},
{f: 2, c: 48290}, {f: 2, c: 48293}, {f: 7, c: 48297}, 48306,
{f: 6, c: 48310}, {f: 2, c: 48318}, {f: 3, c: 48321}, {f: 8, c: 48325},
48334, {f: 3, c: 48338}, {f: 2, c: 48342}, {f: 3, c: 48345},
{f: 23, c: 48349}, 48375, {f: 3, c: 48377}, {f: 7, c: 48381}, 48390, 48392,
{f: 6, c: 48394}, {f: 3, c: 48401}, {f: 15, c: 48405}, {f: 7, c: 48421},
{f: 19, c: 48429}, {f: 7, c: 48449}, {f: 2, c: 48458}, {f: 3, c: 48461},
{f: 7, c: 48465}, {f: 10, c: 48474}, {f: 3, c: 48485}, {f: 23, c: 48489},
{f: 2, c: 48514}, {f: 2, c: 48517}, {f: 5, c: 48523}, 48530, 48532,
{f: 3, c: 48534}, 48539, {f: 7, c: 48541}, {f: 11, c: 48549},
{f: 7, c: 48561}, {f: 27, c: 48569}, {f: 2, c: 48598}, {f: 3, c: 48601},
{f: 12, c: 48605}, {f: 6, c: 48618}, {f: 3, c: 48625}, {f: 3, c: 48629},
{f: 7, c: 48633}, {f: 2, c: 48641}, 48644, {f: 6, c: 48646},
{f: 2, c: 48654}, {f: 3, c: 48657}, {f: 7, c: 48661}, 48670,
{f: 36, c: 48672}, {f: 2, c: 48710}, {f: 3, c: 48713}, 48717,
{f: 5, c: 48719}, 48726, 48728, {f: 4, c: 48732}, {f: 2, c: 48738},
{f: 3, c: 48741}, 48745, {f: 5, c: 48747}, 48754, {f: 5, c: 48758},
{f: 2, c: 48766}, {f: 3, c: 48769}, {f: 7, c: 48773}, 48782,
{f: 6, c: 48786}, {f: 14, c: 48794}, {f: 39, c: 48809}, {f: 2, c: 48850},
{f: 2, c: 48853}, {f: 7, c: 48857}, {f: 2, c: 48865}, {f: 6, c: 48870},
{f: 20, c: 48877}, {f: 6, c: 48898}, {f: 14, c: 48906}, 48922,
{f: 34, c: 48926}, {f: 2, c: 48962}, {f: 3, c: 48965}, {f: 7, c: 48969},
{f: 3, c: 48978}, {f: 62, c: 48982}, {f: 27, c: 49045}, {f: 20, c: 49073},
{f: 6, c: 49094}, {f: 2, c: 49102}, {f: 3, c: 49105}, {f: 7, c: 49109},
{f: 2, c: 49117}, 49120, {f: 90, c: 49122}, {f: 20, c: 49213},
{f: 6, c: 49234}, {f: 3, c: 49241}, {f: 3, c: 49245}, {f: 7, c: 49249},
{f: 38, c: 49258}, {f: 2, c: 49298}, {f: 3, c: 49301}, {f: 7, c: 49305},
49314, 49316, {f: 6, c: 49318}, 49326, {f: 2, c: 49329}, {f: 5, c: 49335},
49342, {f: 3, c: 49346}, {f: 2, c: 49350}, {f: 2, c: 49354},
{f: 3, c: 49357}, {f: 7, c: 49361}, 49370, {f: 6, c: 49374},
{f: 2, c: 49382}, {f: 3, c: 49385}, {f: 7, c: 49389}, 49398, 49400,
{f: 6, c: 49402}, {f: 3, c: 49409}, {f: 3, c: 49413}, {f: 7, c: 49417},
{f: 4, c: 49425}, {f: 6, c: 49430}, {f: 2, c: 49441}, 49445,
{f: 4, c: 49448}, 49454, {f: 4, c: 49458}, 49463, {f: 2, c: 49466},
{f: 3, c: 49469}, {f: 7, c: 49473}, 49482, {f: 6, c: 49486},
{f: 2, c: 49494}, {f: 3, c: 49497}, {f: 7, c: 49501}, 49510,
{f: 6, c: 49514}, {f: 3, c: 49521}, {f: 3, c: 49525}, {f: 12, c: 49529},
{f: 6, c: 49542}, 49551, {f: 3, c: 49553}, 49557, {f: 5, c: 49559}, 49566,
49568, {f: 3, c: 49570}, {f: 2, c: 49574}, {f: 2, c: 49578},
{f: 3, c: 49581}, {f: 12, c: 49585}, {f: 6, c: 49598}, {f: 3, c: 49605},
{f: 3, c: 49609}, {f: 7, c: 49613}, {f: 2, c: 49621}, {f: 7, c: 49625},
{f: 3, c: 49633}, {f: 3, c: 49637}, {f: 7, c: 49641}, 49650,
{f: 8, c: 49652}, {f: 2, c: 49662}, {f: 3, c: 49665}, {f: 7, c: 49669},
49678, 49680, {f: 6, c: 49682}, {f: 2, c: 49690}, {f: 2, c: 49693},
{f: 7, c: 49697}, 49706, 49708, 49710, 49712, 49715, {f: 19, c: 49717},
{f: 7, c: 49737}, {f: 2, c: 49746}, {f: 3, c: 49749}, {f: 7, c: 49753},
{f: 4, c: 49761}, {f: 6, c: 49766}, {f: 2, c: 49774}, {f: 3, c: 49777},
{f: 7, c: 49781}, 49790, 49792, {f: 6, c: 49794}, {f: 6, c: 49802},
{f: 7, c: 49809}, {f: 2, c: 49817}, 49820, {f: 6, c: 49822},
{f: 2, c: 49830}, {f: 3, c: 49833}, {f: 6, c: 49838}, 49846, 49848,
{f: 34, c: 49850}, {f: 2, c: 49886}, {f: 2, c: 49889}, {f: 6, c: 49893},
49902, 49904, {f: 4, c: 49906}, 49911, 49914, {f: 3, c: 49917},
{f: 7, c: 49921}, {f: 2, c: 49930}, {f: 5, c: 49934}, {f: 2, c: 49942},
{f: 3, c: 49945}, {f: 7, c: 49949}, {f: 2, c: 49958}, {f: 27, c: 49962},
{f: 34, c: 49990}, {f: 2, c: 50026}, {f: 3, c: 50029}, 50033,
{f: 5, c: 50035}, {f: 2, c: 50042}, {f: 6, c: 50046}, {f: 3, c: 50053},
{f: 3, c: 50057}, {f: 51, c: 50061}, {f: 23, c: 50113}, {f: 2, c: 50138},
{f: 2, c: 50141}, 50145, {f: 5, c: 50147}, {f: 3, c: 50154},
{f: 6, c: 50158}, {f: 2, c: 50166}, {f: 15, c: 50169}, {f: 7, c: 50185},
{f: 19, c: 50193}, {f: 7, c: 50213}, {f: 3, c: 50221}, {f: 3, c: 50225},
{f: 7, c: 50229}, {f: 10, c: 50238}, {f: 27, c: 50249}, {f: 2, c: 50278},
{f: 3, c: 50281}, {f: 7, c: 50285}, {f: 3, c: 50294}, {f: 6, c: 50298},
{f: 19, c: 50305}, {f: 7, c: 50325}, {f: 27, c: 50333}, {f: 3, c: 50361},
{f: 44, c: 50365}, {f: 6, c: 50410}, {f: 2, c: 50418}, {f: 3, c: 50421},
50425, {f: 4, c: 50427}, {f: 10, c: 50434}, {f: 3, c: 50445},
{f: 3, c: 50449}, {f: 7, c: 50453}, {f: 11, c: 50461}, {f: 2, c: 50474},
{f: 3, c: 50477}, {f: 7, c: 50481}, 50490, 50492, {f: 6, c: 50494},
{f: 2, c: 50502}, 50507, {f: 4, c: 50511}, 50518, {f: 3, c: 50522}, 50527,
{f: 2, c: 50530}, {f: 3, c: 50533}, {f: 7, c: 50537}, 50546,
{f: 6, c: 50550}, {f: 2, c: 50558}, {f: 3, c: 50561}, {f: 2, c: 50565},
{f: 4, c: 50568}, 50574, 50576, {f: 3, c: 50578}, 50582, {f: 3, c: 50585},
{f: 3, c: 50589}, {f: 8, c: 50593}, {f: 10, c: 50602}, {f: 2, c: 50614},
50618, {f: 5, c: 50623}, 50635, 50637, 50639, {f: 2, c: 50642},
{f: 3, c: 50645}, {f: 7, c: 50649}, 50658, 50660, {f: 6, c: 50662}, 50671,
{f: 3, c: 50673}, 50677, {f: 4, c: 50680}, {f: 3, c: 50690},
{f: 3, c: 50697}, {f: 3, c: 50701}, {f: 7, c: 50705}, 50714,
{f: 7, c: 50717}, {f: 2, c: 50726}, {f: 3, c: 50729}, 50735,
{f: 2, c: 50737}, 50742, 50744, 50746, {f: 4, c: 50748}, {f: 2, c: 50754},
{f: 3, c: 50757}, {f: 7, c: 50761}, 50770, {f: 6, c: 50774},
{f: 2, c: 50782}, {f: 11, c: 50785}, {f: 2, c: 50797}, 50800,
{f: 6, c: 50802}, {f: 2, c: 50810}, {f: 3, c: 50813}, {f: 7, c: 50817},
50826, 50828, {f: 6, c: 50830}, {f: 2, c: 50838}, {f: 3, c: 50841},
{f: 7, c: 50845}, 50854, 50856, {f: 6, c: 50858}, {f: 2, c: 50866},
{f: 3, c: 50869}, {f: 5, c: 50875}, 50882, 50884, {f: 6, c: 50886},
{f: 2, c: 50894}, {f: 3, c: 50897}, {f: 7, c: 50901}, {f: 2, c: 50910},
{f: 6, c: 50914}, {f: 2, c: 50922}, {f: 3, c: 50925}, {f: 7, c: 50929},
{f: 3, c: 50938}, {f: 6, c: 50942}, {f: 2, c: 50950}, {f: 3, c: 50953},
{f: 7, c: 50957}, 50966, 50968, {f: 6, c: 50970}, {f: 2, c: 50978},
{f: 3, c: 50981}, {f: 7, c: 50985}, 50994, 50996, 50998, {f: 4, c: 51000},
{f: 2, c: 51006}, {f: 3, c: 51009}, {f: 5, c: 51013}, 51019, 51022, 51024,
{f: 3, c: 51033}, {f: 3, c: 51037}, {f: 7, c: 51041}, {f: 2, c: 51049},
{f: 8, c: 51052}, {f: 2, c: 51062}, {f: 3, c: 51065}, {f: 4, c: 51071},
51078, {f: 3, c: 51083}, 51087, {f: 2, c: 51090}, 51093, 51097,
{f: 5, c: 51099}, 51106, {f: 5, c: 51111}, {f: 2, c: 51118},
{f: 3, c: 51121}, {f: 7, c: 51125}, 51134, {f: 6, c: 51138},
{f: 2, c: 51146}, 51149, 51151, {f: 7, c: 51153}, {f: 4, c: 51161},
{f: 6, c: 51166}, {f: 3, c: 51173}, {f: 3, c: 51177}, {f: 19, c: 51181},
{f: 2, c: 51202}, {f: 3, c: 51205}, 51209, {f: 5, c: 51211}, 51218, 51220,
{f: 5, c: 51223}, {f: 2, c: 51230}, {f: 3, c: 51233}, {f: 7, c: 51237},
51246, 51248, {f: 6, c: 51250}, {f: 3, c: 51257}, {f: 3, c: 51261},
{f: 7, c: 51265}, {f: 2, c: 51274}, {f: 6, c: 51278}, {f: 27, c: 51285},
{f: 2, c: 51314}, {f: 3, c: 51317}, 51321, {f: 5, c: 51323}, 51330, 51332,
{f: 3, c: 51336}, {f: 6, c: 51342}, {f: 8, c: 51349}, 51358, 51360,
{f: 6, c: 51362}, {f: 19, c: 51369}, {f: 6, c: 51390}, {f: 3, c: 51397},
{f: 3, c: 51401}, {f: 7, c: 51405}, 51414, 51416, {f: 6, c: 51418},
{f: 2, c: 51426}, {f: 16, c: 51429}, {f: 6, c: 51446}, {f: 2, c: 51454},
{f: 3, c: 51457}, {f: 5, c: 51463}, 51470, 51472, {f: 6, c: 51474},
{f: 19, c: 51481}, {f: 7, c: 51501}, {f: 27, c: 51509}, {f: 2, c: 51538},
{f: 3, c: 51541}, {f: 7, c: 51545}, 51554, {f: 8, c: 51556},
{f: 3, c: 51565}, {f: 3, c: 51569}, {f: 7, c: 51573}, {f: 11, c: 51581},
{f: 2, c: 51594}, {f: 3, c: 51597}, {f: 7, c: 51601}, 51610, 51612,
{f: 34, c: 51614}, {f: 2, c: 51650}, {f: 2, c: 51653}, 51657,
{f: 5, c: 51659}, 51666, 51668, {f: 2, c: 51671}, 51675, {f: 2, c: 51678},
51681, 51683, {f: 2, c: 51685}, {f: 4, c: 51688}, 51694, {f: 6, c: 51698},
{f: 2, c: 51706}, {f: 3, c: 51709}, {f: 7, c: 51713}, 51722,
{f: 6, c: 51726}, {f: 3, c: 51733}, {f: 16, c: 51737}, {f: 34, c: 51754},
{f: 2, c: 51790}, {f: 3, c: 51793}, {f: 7, c: 51797}, 51806,
{f: 6, c: 51810}, {f: 20, c: 51817}, {f: 6, c: 51838}, {f: 19, c: 51845},
{f: 35, c: 51865}, {f: 2, c: 51902}, {f: 3, c: 51905}, {f: 7, c: 51909},
51918, 51920, 51922, {f: 4, c: 51924}, {f: 6, c: 51930}, {f: 11, c: 51937},
{f: 7, c: 51949}, {f: 19, c: 51957}, {f: 7, c: 51977}, {f: 3, c: 51985},
{f: 3, c: 51989}, {f: 7, c: 51993}, {f: 31, c: 52002}, {f: 6, c: 52034},
{f: 2, c: 52042}, {f: 3, c: 52045}, {f: 7, c: 52049}, {f: 3, c: 52058},
{f: 6, c: 52062}, {f: 19, c: 52069}, {f: 34, c: 52090}, {f: 27, c: 52125},
{f: 27, c: 52153}, {f: 15, c: 52181}, {f: 2, c: 52197}, 52200,
{f: 34, c: 52202}, {f: 2, c: 52238}, {f: 3, c: 52241}, {f: 7, c: 52245},
{f: 3, c: 52254}, {f: 4, c: 52259}, {f: 2, c: 52266}, 52269, 52271,
{f: 7, c: 52273}, 52282, {f: 5, c: 52287}, {f: 2, c: 52294},
{f: 3, c: 52297}, {f: 7, c: 52301}, 52310, {f: 6, c: 52314},
{f: 3, c: 52321}, 52325, 52327, {f: 7, c: 52329}, {f: 4, c: 52337},
{f: 34, c: 52342}, {f: 2, c: 52378}, {f: 3, c: 52381}, {f: 7, c: 52385},
52394, {f: 6, c: 52398}, {f: 2, c: 52406}, {f: 3, c: 52409},
{f: 7, c: 52413}, 52422, 52424, {f: 6, c: 52426}, {f: 3, c: 52433},
{f: 15, c: 52437}, {f: 7, c: 52453}, {f: 3, c: 52461}, {f: 16, c: 52465},
{f: 6, c: 52482}, {f: 2, c: 52490}, {f: 3, c: 52493}, {f: 7, c: 52497},
52506, 52508, {f: 6, c: 52510}, {f: 3, c: 52517}, {f: 3, c: 52521},
{f: 12, c: 52525}, {f: 34, c: 52538}, {f: 3, c: 52573}, {f: 3, c: 52577},
{f: 7, c: 52581}, 52590, 52592, {f: 6, c: 52594}, {f: 15, c: 52601},
{f: 11, c: 52617}, {f: 2, c: 52630}, {f: 3, c: 52633}, {f: 7, c: 52637},
52646, 52648, {f: 6, c: 52650}, {f: 19, c: 52657}, {f: 7, c: 52677},
{f: 3, c: 52685}, {f: 23, c: 52689}, {f: 3, c: 52713}, {f: 3, c: 52717},
{f: 7, c: 52721}, 52730, 52732, {f: 6, c: 52734}, {f: 3, c: 52741},
{f: 3, c: 52745}, {f: 7, c: 52749}, {f: 4, c: 52757}, {f: 6, c: 52762},
{f: 2, c: 52770}, {f: 3, c: 52773}, {f: 7, c: 52777}, 52786, 52788,
{f: 34, c: 52790}, {f: 2, c: 52826}, {f: 2, c: 52829}, {f: 6, c: 52834},
52842, 52844, {f: 6, c: 52846}, {f: 2, c: 52854}, {f: 3, c: 52857},
{f: 7, c: 52861}, 52870, 52872, {f: 6, c: 52874}, {f: 2, c: 52882},
{f: 3, c: 52885}, {f: 7, c: 52889}, 52898, {f: 6, c: 52902},
{f: 19, c: 52910}, {f: 34, c: 52930}, {f: 2, c: 52966}, {f: 2, c: 52969},
{f: 7, c: 52973}, 52982, {f: 6, c: 52986}, {f: 2, c: 52994},
{f: 3, c: 52997}, {f: 7, c: 53001}, 53010, 53012, {f: 6, c: 53014},
{f: 3, c: 53021}, {f: 3, c: 53025}, {f: 7, c: 53029}, 53038,
{f: 6, c: 53042}, {f: 27, c: 53049}, {f: 2, c: 53078}, {f: 3, c: 53081},
{f: 7, c: 53085}, 53094, 53096, {f: 6, c: 53098}, {f: 2, c: 53106},
{f: 3, c: 53109}, {f: 7, c: 53113}, {f: 4, c: 53121}, {f: 6, c: 53126},
{f: 20, c: 53133}, {f: 6, c: 53154}, {f: 7, c: 53161}, {f: 19, c: 53169},
{f: 27, c: 53189}, {f: 2, c: 53218}, {f: 3, c: 53221}, {f: 7, c: 53225},
53234, 53236, {f: 6, c: 53238}, {f: 3, c: 53245}, {f: 3, c: 53249},
{f: 12, c: 53253}, {f: 6, c: 53266}, {f: 20, c: 53273}, {f: 6, c: 53294},
{f: 2, c: 53302}, {f: 3, c: 53305}, {f: 7, c: 53309}, 53318, 53320,
{f: 6, c: 53322}, {f: 3, c: 53329}, {f: 3, c: 53333}, {f: 7, c: 53337},
{f: 11, c: 53345}, {f: 2, c: 53358}, {f: 3, c: 53361}, {f: 7, c: 53365},
{f: 3, c: 53374}, {f: 34, c: 53378}, {f: 2, c: 53414}, {f: 3, c: 53417},
{f: 7, c: 53421}, 53430, 53432, {f: 6, c: 53434}, {f: 2, c: 53442},
{f: 3, c: 53445}, {f: 6, c: 53450}, 53458, {f: 6, c: 53462},
{f: 2, c: 53470}, {f: 3, c: 53473}, {f: 7, c: 53477}, 53486,
{f: 6, c: 53490}, {f: 20, c: 53497}, {f: 34, c: 53518}, {f: 2, c: 53554},
{f: 3, c: 53557}, 53561, {f: 5, c: 53563}, 53570, {f: 6, c: 53574},
{f: 2, c: 53582}, {f: 3, c: 53585}, {f: 7, c: 53589}, 53598, 53600,
{f: 6, c: 53602}, {f: 3, c: 53609}, {f: 15, c: 53613}, {f: 7, c: 53629},
{f: 3, c: 53637}, {f: 23, c: 53641}, {f: 2, c: 53666}, {f: 3, c: 53669},
{f: 7, c: 53673}, 53682, 53684, {f: 4, c: 53686}, 53691, {f: 3, c: 53693},
{f: 23, c: 53697}, {f: 27, c: 53721}, {f: 3, c: 53749}, {f: 14, c: 53753},
53768, {f: 6, c: 53770}, {f: 27, c: 53777}, {f: 2, c: 53806},
{f: 3, c: 53809}, {f: 7, c: 53813}, 53822, 53824, {f: 6, c: 53826},
{f: 19, c: 53833}, {f: 7, c: 53853}, {f: 27, c: 53861}, {f: 2, c: 53890},
{f: 3, c: 53893}, {f: 7, c: 53897}, {f: 3, c: 53906}, {f: 6, c: 53910},
{f: 3, c: 53917}, {f: 3, c: 53921}, {f: 7, c: 53925}, {f: 4, c: 53933},
{f: 6, c: 53938}, {f: 2, c: 53946}, {f: 2, c: 53949}, 53953,
{f: 5, c: 53955}, 53962, {f: 8, c: 53964}, {f: 3, c: 53973},
{f: 3, c: 53977}, {f: 7, c: 53981}, {f: 10, c: 53990}, {f: 2, c: 54002},
{f: 3, c: 54005}, {f: 7, c: 54009}, 54018, 54020, {f: 6, c: 54022}, 54031,
{f: 3, c: 54033}, 54037, {f: 5, c: 54039}, 54046, {f: 3, c: 54050},
{f: 2, c: 54054}, {f: 2, c: 54058}, {f: 3, c: 54061}, {f: 7, c: 54065},
54074, {f: 6, c: 54078}, {f: 54, c: 54086}, {f: 2, c: 54142},
{f: 3, c: 54145}, {f: 7, c: 54149}, 54158, {f: 6, c: 54162},
{f: 2, c: 54170}, {f: 3, c: 54173}, {f: 7, c: 54177}, 54186, 54188,
{f: 6, c: 54190}, {f: 3, c: 54197}, {f: 3, c: 54201}, {f: 7, c: 54205},
{f: 2, c: 54214}, {f: 6, c: 54218}, {f: 7, c: 54225}, {f: 8, c: 54233},
54242, {f: 8, c: 54244}, {f: 2, c: 54254}, {f: 3, c: 54257},
{f: 7, c: 54261}, 54270, 54272, {f: 6, c: 54274}, {f: 20, c: 54281},
{f: 34, c: 54302}, {f: 3, c: 54337}, {f: 23, c: 54341}, {f: 3, c: 54365},
{f: 3, c: 54369}, {f: 8, c: 54373}, 54382, {f: 8, c: 54384},
{f: 2, c: 54394}, {f: 2, c: 54397}, 54401, {f: 5, c: 54403}, 54410, 54412,
{f: 6, c: 54414}, {f: 20, c: 54421}, {f: 34, c: 54442}, {f: 3, c: 54477},
{f: 3, c: 54481}, {f: 7, c: 54485}, {f: 2, c: 54493}, {f: 8, c: 54496},
{f: 3, c: 54505}, {f: 3, c: 54509}, {f: 7, c: 54513}, {f: 2, c: 54521},
54524, {f: 6, c: 54526}, {f: 3, c: 54533}, {f: 3, c: 54537},
{f: 7, c: 54541}, 54550, {f: 36, c: 54552}, {f: 2, c: 54590},
{f: 3, c: 54593}, {f: 7, c: 54597}, 54606, 54608, {f: 6, c: 54610},
{f: 2, c: 54618}, {f: 3, c: 54621}, {f: 4, c: 54625}, {f: 2, c: 54630},
54634, 54636, {f: 6, c: 54638}, {f: 2, c: 54646}, {f: 3, c: 54649},
{f: 7, c: 54653}, 54662, {f: 6, c: 54666}, {f: 20, c: 54673},
{f: 34, c: 54694}, {f: 2, c: 54730}, {f: 3, c: 54733}, 54737,
{f: 5, c: 54739}, 54746, 54748, {f: 6, c: 54750}, {f: 2, c: 54758},
{f: 3, c: 54761}, {f: 7, c: 54765}, 54774, 54776, {f: 6, c: 54778},
{f: 2, c: 54786}, {f: 3, c: 54789}, {f: 7, c: 54793}, 54802,
{f: 6, c: 54806}, {f: 3, c: 54813}, {f: 3, c: 54817}, {f: 8, c: 54821},
{f: 10, c: 54830}, {f: 2, c: 54842}, {f: 3, c: 54845}, {f: 4, c: 54849},
{f: 2, c: 54854}, 54858, 54860, {f: 3, c: 54862}, {f: 2, c: 54866},
{f: 2, c: 54870}, {f: 3, c: 54873}, {f: 10, c: 54877}, 54888,
{f: 6, c: 54890}, {f: 2, c: 54898}, {f: 14, c: 54901}, 54916,
{f: 6, c: 54918}, {f: 2, c: 54926}, {f: 3, c: 54929}, {f: 8, c: 54933},
54942, 54944, {f: 6, c: 54946}, {f: 3, c: 54953}, {f: 3, c: 54957},
{f: 8, c: 54961}, 54970, {f: 8, c: 54972}, {f: 2, c: 54982},
{f: 3, c: 54985}, {f: 4, c: 54989}, {f: 2, c: 54994}, {f: 2, c: 54997},
55000, {f: 6, c: 55002}, {f: 3, c: 55009}, {f: 3, c: 55013},
{f: 7, c: 55017}, {f: 4, c: 55025}, {f: 6, c: 55030}, {f: 2, c: 55038},
{f: 3, c: 55041}, {f: 12, c: 55045}, {f: 6, c: 55058}, {f: 2, c: 55066},
{f: 3, c: 55069}, {f: 7, c: 55073}, 55082, 55084, {f: 6, c: 55086},
{f: 2, c: 55094}, {f: 3, c: 55097}, {f: 7, c: 55101}, {f: 2, c: 55109},
55112, {f: 6, c: 55114}, {f: 2, c: 55122}, 55125, {f: 6, c: 55130}, 55138,
55140, {f: 3, c: 55142}, {f: 2, c: 55146}, {f: 3, c: 55149},
{f: 3, c: 55153}, {f: 7, c: 55157}, {f: 3, c: 55166}, {f: 6, c: 55170},
{f: 2, c: 55178}, {f: 3, c: 55181}, {f: 7, c: 55185}, 55194, 55196,
{f: 6, c: 55198}],
'Adobe-CNS1': [{f: 95, c: 32}, {s: 3}, 12288, 65292, {f: 2, c: 12289}, 65294,
8226, 65307, 65306, 65311, 65281, 65072, 8230, 8229, 65104, 65380, 65106,
183, {f: 4, c: 65108}, 65372, 8211, 65073, 8212, {s: 4}, {f: 2, c: 65288},
{f: 2, c: 65077}, 65371, 65373, {f: 2, c: 65079}, {f: 2, c: 12308},
{f: 2, c: 65081}, {f: 2, c: 12304}, {f: 2, c: 65083}, {f: 2, c: 12298},
{f: 2, c: 65085}, {f: 2, c: 12296}, {f: 2, c: 65087}, {f: 2, c: 12300},
{f: 2, c: 65089}, {f: 2, c: 12302}, {f: 2, c: 65091}, {f: 6, c: 65113},
{f: 2, c: 8216}, {f: 2, c: 8220}, {f: 2, c: 12317}, 8245, 8242, 65283,
65286, 65290, 8251, 167, 12291, 9675, 9679, 9651, 9650, 9678, 9734, 9733,
9671, 9670, 9633, 9632, 9661, 9660, 12963, 8453, 8254, 0, 65343, 0,
{f: 2, c: 65097}, {f: 2, c: 65101}, {f: 2, c: 65099}, {f: 3, c: 65119},
65291, 65293, 215, 247, 177, 8730, 65308, 65310, 65309, {f: 2, c: 8806},
8800, 8734, 8786, 8801, {f: 5, c: 65122}, 8764, {f: 2, c: 8745}, 8869,
8736, 8735, 8895, 13266, 13265, 8747, 8750, 8757, 8756, 9792, 9794, 9793,
9737, 8593, 8595, 8594, 8592, {f: 2, c: 8598}, 8601, 8600, 8741, 8739, 0,
0, 65295, 65340, 65284, 165, 12306, {f: 2, c: 162}, 65285, 65312, 8451,
8457, {f: 3, c: 65129}, 13269, {f: 3, c: 13212}, 13262, 13217,
{f: 2, c: 13198}, 13252, 176, [20825, 58834], [20827, 58835],
[20830, 58837], [20829, 58836], 20833, 20835, 21991, [29929, 58044],
[31950, 58191], {f: 8, c: 9601}, 9615, 9614, 9613, 9612, 9611, 9610, 9609,
9532, 9524, 9516, 9508, 9500, 9620, 9472, 9474, 9621, 9484, 9488, 9492,
9496, {f: 2, c: 9581}, 9584, 9583, 9552, 9566, 9578, 9569, {f: 2, c: 9698},
9701, 9700, {f: 3, c: 9585}, {f: 10, c: 65296}, {f: 10, c: 8544},
{f: 9, c: 12321}, 0, [21316, 57443], 0, {f: 26, c: 65313},
{f: 26, c: 65345}, {f: 17, c: 913}, {f: 7, c: 931}, {f: 17, c: 945},
{f: 7, c: 963}, {f: 37, c: 12549}, 729, 714, 711, 715, [9312, 63153],
[9313, 63154], [9314, 63155], [9315, 63156], [9316, 63157], [9317, 63158],
[9318, 63159], [9319, 63160], [9320, 63161], [9321, 63162], [9332, 63163],
[9333, 63164], [9334, 63165], [9335, 63166], [9336, 63167], [9337, 63168],
[9338, 63169], [9339, 63170], [9340, 63171], [9341, 63172], [8560, 63173],
[8561, 63174], [8562, 63175], [8563, 63176], [8564, 63177], [8565, 63178],
[8566, 63179], [8567, 63180], [8568, 63181], [8569, 63182], [12033, 20008],
[12034, 20022, 63183], [12035, 20031, 63184], [12037, 20101, 63185],
[12039, 20128, 63186], [12044, 20866, 63187], [12045, 20886, 63188],
[12046, 20907, 63189], [12051, 21241, 63190], [12054, 21304, 63191],
[12057, 21353, 63192], [12059, 21430, 63193],
[12065, 12066, 22786, 22794, 63194], [12071, 23424, 63195],
[12078, 24027, 63196], [12083, 24186, 63197], [12084, 24191, 63198],
[12085, 24308], [12089, 24400, 63200], [12090, 24417, 63201],
[12097, 25908, 63202], [12102, 26080], [12135, 30098, 63204],
[12136, 30326], [12193, 36789, 63206], [12202, 38582], {f: 32, c: 9216},
9249, [12032, 19968], [12036, 20057], 19969, 19971, 20035, 20061, 20102,
[12038, 20108], [12040, 20154], [12041, 20799], [12042, 20837],
[12043, 20843], [12047, 20960], [12049, 20992], 20993, [12050, 21147],
[12052, 21269], [12055, 21313], [12056, 21340], [12060, 21448], 19977,
19979, 19976, 19978, 20011, 20024, 20961, 20037, 20040, 20063, 20062,
20110, 20129, [20800, 64012], 20995, 21242, 21315, 21449, [12061, 21475],
[12063, 22303], [12064, 22763], [12067, 22805], [12068, 22823],
[12069, 22899], [12070, 23376], 23377, 23379, [12072, 23544],
[12073, 23567], [12074, 23586], [12075, 23608], [12077, 23665], 24029,
[12079, 24037], [12080, 24049], {f: 2, c: 24050}, [12081, 24062],
[12082, 24178], [12086, 24318], [12087, 24331], [12088, 24339], 25165,
19985, 19984, 19981, 20013, 20016, 20025, 20043, 23609, 20104, 20113,
20117, 20114, 20116, 20130, 20161, 20160, 20163, {f: 2, c: 20166}, 20173,
{f: 2, c: 20170}, 20164, 20803, 20801, 20839, {f: 2, c: 20845}, 20844,
20887, 20982, {f: 3, c: 20998}, 21243, {f: 2, c: 21246}, 21270, 21305,
21320, 21319, 21317, 21342, 21380, 21451, 21450, 21453, 22764, 22825,
22827, 22826, 22829, 23380, 23569, 23588, 23610, 23663, 24052, 24187,
24319, {f: 2, c: 24340}, [12092, 24515], [12093, 25096], [12094, 25142],
[12095, 25163], 25166, [12096, 25903], [12098, 25991], [12099, 26007],
[12100, 26020], [12101, 26041], [12103, 26085], [12104, 26352],
[12105, 26376], [12106, 26408], [12107, 27424], [12108, 27490],
[12109, 27513], [12111, 27595], [12112, 27604], [12113, 27611],
[12114, 27663], [12116, 27700], [12117, 28779], [12118, 29226],
[12119, 29238], [12120, 29243], [12122, 29255], [12123, 29273],
[12124, 29275], [12125, 29356], 29579, 19993, 19990, 19989, 19988, 19992,
20027, 20045, 20047, 20046, 20197, 20184, {f: 4, c: 20180},
{f: 2, c: 20195}, 20185, 20190, 20805, 20804, {f: 2, c: 20873}, 20908,
{f: 2, c: 20985}, 20984, 21002, 21152, 21151, [21253, 57435], 21254, 21271,
21277, 20191, 21322, 21321, 21345, 21344, 21359, 21358, 21435, 21487,
21476, 21491, 21484, 21486, 21481, 21480, 21500, 21496, 21493, 21483,
21478, 21482, 21490, 21489, 21488, 21477, 21485, 21499, 22235, 22234,
22806, 22830, 22833, 22900, 22902, 23381, 23427, 23612, 24040, 24039,
24038, {f: 2, c: 24066}, 24179, 24188, 24321, 24344, 24343, 24517, 25098,
{f: 2, c: 25171}, 25170, 25169, 26021, 26086, 26414, 26412,
{f: 2, c: 26410}, 26413, 27491, 27597, 27665, 27664, 27704, 27713, 27712,
27710, 29359, [12126, 29572], [12127, 29577], [12128, 29916],
[12129, 29926], [12130, 29976], [12131, 29983], [12132, 29992], 29993,
[12133, 30000], {f: 3, c: 30001}, [12134, 30091], [12137, 30333],
[12138, 30382], [12139, 30399], [12140, 30446], [12141, 30683],
[12142, 30690], [12143, 30707], [12144, 31034], [12146, 31166],
[12147, 31348], [12148, 31435], {f: 2, c: 19998}, {f: 2, c: 20050}, 20073,
20121, 20132, 20134, 20133, 20223, 20233, 20249, 20234, 20245, 20237,
{f: 2, c: 20240}, 20239, 20210, 20214, 20219, 20208, 20211, 20221, 20225,
20235, 20809, 20807, 20806, 20808, 20840, 20849, 20877, 20912, 21015,
{f: 2, c: 21009}, 21006, 21014, 21155, 21256, 21281, 21280,
{f: 2, c: 21360}, 21513, 21519, 21516, 21514, 21520, 21505, 21515, 21508,
21521, 21517, 21512, 21507, 21518, 21510, 21522, 22240, 22238, 22237,
22323, 22320, 22312, 22317, 22316, 22319, 22313, {f: 2, c: 22809},
{f: 2, c: 22839}, 22916, 22904, 22915, 22909, 22905, 22914, 22913,
{f: 2, c: 23383}, {f: 2, c: 23431}, 23429, 23433, 23546, 23574, 23673,
24030, 24070, 24182, 24180, 24335, 24347, 24537, 24534, 25102,
{f: 2, c: 25100}, 25104, 25187, 25179, 25176, 25910, 26089, 26088,
{f: 2, c: 26092}, {f: 2, c: 26354}, 26377, 26429, 26420, 26417, 26421,
27425, 27492, 27515, 27670, 27741, 27735, 27737, {f: 2, c: 27743}, 27728,
27733, 27745, 27739, {f: 2, c: 27725}, 28784, 29279, 29277, 30334,
[12149, 31481], [12150, 31859], [12151, 31992], [12152, 32566],
[12154, 32650], [12155, 32701], [12156, 32769], 32771, [12157, 32780],
[12158, 32786], [12159, 32819], [12160, 32895], [12161, 32905],
{f: 2, c: 32907}, [12162, 33251], [12163, 33258], [12164, 33267],
[12165, 33276], [12166, 33292], [12167, 33307], [12168, 33311],
[12169, 33390], [12170, 33394], 33406, [12173, 34411], [12174, 34880],
[12175, 34892], [12176, 34915], 35199, 38433, 20018, 20136, 20301, 20303,
20295, 20311, 20318, 20276, 20315, 20309, 20272, {f: 2, c: 20304}, 20285,
20282, 20280, 20291, 20308, 20284, 20294, 20323, 20316, 20320, 20271,
20302, 20278, 20313, 20317, 20296, 20314, 20812, 20811, 20813, 20853,
{f: 2, c: 20918}, 21029, 21028, {f: 2, c: 21033}, 21032, 21163,
{f: 2, c: 21161}, 21164, 21283, 21363, 21365, 21533, 21549, 21534, 21566,
21542, 21582, 21543, 21574, 21571, 21555, 21576, 21570, 21531, 21545,
21578, 21561, 21563, 21560, 21550, {f: 2, c: 21557}, 21536, 21564, 21568,
21553, 21547, 21535, 21548, 22250, 22256, 22244, 22251, 22346, 22353,
22336, 22349, 22343, 22350, 22334, 22352, 22351, 22331, 22767, 22846,
22941, 22930, 22952, 22942, 22947, 22937, 22934, 22925, 22948, 22931,
22922, 22949, 23389, 23388, {f: 2, c: 23386}, 23436, 23435, 23439, 23596,
{f: 2, c: 23616}, 23615, 23614, {f: 2, c: 23696}, 23700, 23692, 24043,
24076, 24207, 24199, 24202, 24311, 24324, 24351, 24420, 24418, 24439,
24441, 24536, 24524, 24535, 24525, 24561, 24555, 24568, 24554, 25106,
25105, 25220, 25239, 25238, 25216, 25206, 25225, 25197, 25226, 25212,
25214, 25209, 25203, 25234, 25199, 25240, 25198, 25237, 25235, 25233,
25222, 25913, 25915, 25912, 26097, 26356, 26463, {f: 4, c: 26446}, 26460,
26454, [26462, 57801], 26441, 26438, 26464, 26451, 26455, 27493, 27599,
27714, 27742, 27801, 27777, {f: 2, c: 27784}, 27781, 27803, 27754, 27770,
27792, 27760, 27788, 27752, 27798, 27794, 27773, 27779, 27762, 27774,
27764, 27782, 27766, 27789, 27796, 27800, 27778, 28790, {f: 2, c: 28796},
28792, 29282, 29281, 29280, 29380, 29378, 29590, 29996, 29995,
{f: 2, c: 30007}, 30338, 30447, 30691, 31169, 31168, 31167, 31350, 31995,
32597, 32918, 32915, 32925, 32920, 32923, 32922, 32946, 33391, 33426,
33419, 33421, [12178, 35211], [12179, 35282], [12180, 35328],
[12181, 35895], [12182, 35910], [12183, 35925], [12185, 35997],
[12186, 36196], [12187, 36208], [12188, 36275], [12189, 36523],
[12190, 36554], [12191, 36763], [12192, 36784], 36802, 36806, 36805, 36804,
24033, [12194, 37009], 37026, 37034, 37030, 37027, [12195, 37193],
[12196, 37318], [12197, 37324], 38450, 38446, 38449, 38442, 38444, 20006,
20054, 20083, 20107, 20123, 20126, {f: 2, c: 20139}, 20335, 20381, 20365,
20339, 20351, 20332, 20379, 20363, 20358, 20355, 20336, 20341, 20360,
20329, 20347, 20374, 20350, 20367, 20369, 20346, 20820, 20818, 20821,
20841, 20855, 20854, 20856, 20925, 20989, 21051, 21048, 21047, 21050,
21040, 21038, 21046, 21057, 21182, 21179, 21330, 21332, 21331, 21329,
21350, {f: 3, c: 21367}, 21462, 21460, 21463, 21619, 21621, 21654, 21624,
21653, 21632, 21627, 21623, 21636, 21650, 21638, 21628, 21648, 21617,
21622, 21644, 21658, 21602, 21608, 21643, 21629, 21646, 22266, 22403,
22391, 22378, 22377, 22369, 22374, 22372, 22396, 22812, 22857,
{f: 2, c: 22855}, 22852, 22868, 22974, 22971, 22996, 22969, 22958, 22993,
22982, 22992, 22989, 22987, 22995, 22986, 22959, 22963, 22994, 22981,
23391, 23396, 23395, 23447, 23450, 23448, 23452, 23449, 23451, 23578,
23624, {f: 2, c: 23621}, 23735, 23713, 23736, 23721, 23723, 23729, 23731,
24088, 24090, 24086, 24085, 24091, 24081, 24184, 24218, 24215, 24220,
{f: 2, c: 24213}, 24310, {f: 2, c: 24358}, 24361, {f: 2, c: 24448}, 24447,
24444, 24541, 24544, 24573, 24565, 24575, 24591, 24596, 24623, 24629,
24598, 24618, 24597, 24609, 24615, 24617, 24619, 24603, 25110, 25109,
25151, 25150, 25152, 25215, 25289, 25292, 25284, 25279, 25282, 25273,
25298, 25307, 25259, {f: 2, c: 25299}, 25291, 25288, 25256, 25277, 25276,
[25296, 60582], 25305, 25287, 25293, 25269, 25306, 25265, 25304,
{f: 2, c: 25302}, 25286, 25260, [25294, 61010], 25918, 26023, 26044, 26106,
26132, 26131, 26124, 26118, 26114, 26126, 26112, 26127, 26133, 26122,
26119, 26381, 26379, 26477, 26507, 26517, 26481, 26524, 26483, 26487,
26503, 26525, 26519, {f: 2, c: 26479}, 26495, 26505, 26494, 26512, 26485,
26522, 26515, 26492, 26474, 26482, 27427, {f: 2, c: 27494}, 27519, 27667,
27675, 27875, 27880, 27891, 27825, 27852, 27877, 27827, {f: 2, c: 27837},
27836, 27874, 27819, 27861, 27859, 27832, 27844, 27833, 27841, 27822,
27863, 27845, 27889, 27839, 27835, 27873, 27867, 27850, 27820, 27887,
27868, 27862, 27872, 28821, 28814, 28818, 28810, 28825, {f: 2, c: 29228},
29240, 29256, 29287, 29289, 29376, 29390, 29401, 29399, 29392, 29609,
29608, 29599, 29611, 29605, 30013, 30109, {f: 2, c: 30105}, 30340, 30402,
30450, 30452, 30693, 30717, 31038, {f: 2, c: 31040}, 31177, 31176, 31354,
31353, 31482, 31998, 32596, 32652, 32651, [32773, 58236], 32954, 32933,
32930, 32945, 32929, 32939, 32937, 32948, 32938, 32943, 33253, 33278,
33293, 33459, 33437, 33433, 33453, 33469, 33439, 33465, 33457, 33452,
33445, 33455, 33464, 33443, 33456, 33470, 33463, 34382, 34417, 21021,
34920, 36555, 36814, 36820, 36817, 37045, 37048, 37041, 37046, 37319,
[12198, 37329], [12199, 38263], [12200, 38272], [12201, 38428], 38464,
38463, 38459, 38468, 38466, [12203, 38585], [12204, 38632], 38738,
[12206, 38750], 20127, {f: 2, c: 20141}, 20449, 20405, 20399, 20415, 20448,
20433, 20431, 20445, 20419, 20406, 20440, 20447, 20426, 20439, 20398,
20432, 20420, 20418, 20442, 20430, 20446, 20407, 20823, 20882, 20881,
20896, 21070, 21059, 21066, 21069, 21068, 21067, 21063, 21191, 21193,
21187, 21185, 21261, 21335, 21371, 21402, 21467, 21676, 21696, 21672,
21710, 21705, 21688, 21670, 21683, 21703, 21698, 21693, 21674, 21697,
21700, 21704, 21679, 21675, 21681, 21691, 21673, 21671, 21695, 22271,
22402, 22411, 22432, 22435, 22434, 22478, 22446, 22419, 22869, 22865,
22863, 22862, 22864, 23004, 23000, 23039, 23011, 23016, 23043, 23013,
23018, 23002, 23014, 23041, 23035, 23401, 23459, 23462, 23460, 23458,
23461, 23553, {f: 2, c: 23630}, 23629, 23627, 23769, 23762, 24055, 24093,
24101, 24095, 24189, 24224, 24230, 24314, 24328, 24365, 24421, 24456,
24453, {f: 2, c: 24458}, 24455, 24460, 24457, 24594, 24605, 24608, 24613,
24590, 24616, 24653, 24688, 24680, [24674, 60712], 24646, 24643, 24684,
24683, 24682, 24676, 25153, 25308, 25366, 25353, 25340, 25325, 25345,
25326, 25341, 25351, 25329, 25335, 25327, 25324, 25342, 25332, 25361,
25346, 25919, 25925, 26027, 26045, 26082, 26149, 26157, 26144, 26151,
26159, 26143, 26152, 26161, 26148, 26359, 26623, 26579, 26609, 26580,
26576, 26604, 26550, 26543, 26613, 26601, 26607, 26564, 26577, 26548,
26586, 26597, 26552, 26575, 26590, 26611, 26544, 26585, 26594, 26589,
26578, 27498, 27523, 27526, 27573, 27602, 27607, 27679, 27849, 27915,
27954, 27946, 27969, 27941, 27916, 27953, 27934, 27927, 27963,
{f: 2, c: 27965}, 27958, 27931, 27893, 27961, 27943, 27960, 27945, 27950,
27957, 27918, 27947, 28843, 28858, 28851, 28844, 28847, 28845, 28856,
28846, 28836, 29232, 29298, 29295, 29300, 29417, {f: 2, c: 29408}, 29623,
29642, 29627, 29618, 29645, 29632, 29619, 29978, 29997, 30031, 30028,
30030, 30027, 30123, {f: 2, c: 30116}, {f: 2, c: 30114}, 30328,
{f: 3, c: 30342}, 30408, 30406, 30403, 30405, 30465, 30457, 30456, 30473,
30475, 30462, 30460, 30471, 30684, 30722, 30740, {f: 2, c: 30732}, 31046,
31049, 31048, 31047, {f: 2, c: 31161}, {f: 2, c: 31185}, 31179, 31359,
31361, 31487, 31485, 31869, 32002, 32005, 32000, 32009, 32007, 32004,
32006, 32568, 32654, 32703, 32784, 32781, 32785, 32822, 32982, 32997,
32986, {f: 2, c: 32963}, 32972, 32993, 32987, 32974, 32990, 32996, 32989,
33268, 33314, 33511, 33539, 33541, 33507, 33499, 33510, 33540, 33509,
33538, 33545, 33490, 33495, 33521, 33537, 33500, 33492, 33489, 33502,
33491, 33503, 33519, 33542, 34384, 34425, 34427, 34426, 34893, 34923,
35201, 35284, 35336, {f: 2, c: 35330}, 35998, 36000, 36212, 36211, 36276,
36557, 36556, 36848, 36838, 36834, 36842, 36837, 36845, 36843, 36836,
36840, 37066, 37070, 37057, 37059, 37195, 37194, 37325, 38274, 38480,
{f: 3, c: 38475}, [12207, 38754], [12208, 38761], [12209, 38859],
[12210, 38893], [12211, 38899], [12212, 38913], [12213, 39080],
[12214, 39131], [12215, 39135], [12216, 39318], [12217, 39321], 20056,
20147, {f: 2, c: 20492}, 20515, 20463, 20518, 20517, 20472, [20521, 57375],
20502, 20486, 20540, 20511, 20506, 20498, 20497, 20474, 20480, 20500,
20520, 20465, 20513, 20491, 20505, 20504, 20467, 20462, 20525, 20522,
20478, 20523, 20489, 20860, {f: 2, c: 20900}, 20898, 20941, 20940, 20934,
20939, 21078, 21084, 21076, 21083, 21085, 21290, [21375, 57459], 21407,
21405, 21471, 21736, 21776, 21761, 21815, 21756, 21733, 21746, 21766,
21754, 21780, 21737, 21741, 21729, 21769, 21742, 21738, 21734, 21799,
21767, 21757, 21775, {f: 2, c: 22275}, 22466, 22484, 22475, 22467, 22537,
22799, {f: 2, c: 22871}, 22874, 23057, 23064, 23068, 23071, 23067, 23059,
23020, 23072, 23075, 23081, 23077, 23052, 23049, 23403, 23640, 23472,
23475, 23478, 23476, 23470, 23477, 23481, 23480, 23556, 23633, 23637,
23632, 23789, 23805, 23803, 23786, 23784, 23792, 23798, 23809, 23796,
24046, 24109, 24107, 24235, 24237, 24231, 24369, 24466, 24465, 24464,
24665, 24675, 24677, 24656, 24661, 24685, 24681, 24687, 24708, 24735,
24730, 24717, 24724, 24716, 24709, 24726, 25159, 25331, 25352, 25343,
25422, 25406, 25391, 25429, 25410, 25414, 25423, 25417, 25402, 25424,
25405, {f: 2, c: 25386}, 25384, 25421, 25420, {f: 2, c: 25928}, 26009,
26049, 26053, 26178, 26185, 26191, 26179, 26194, 26188, 26181, 26177,
26360, {f: 2, c: 26388}, 26391, 26657, 26680, 26696, 26694, 26707, 26681,
26690, 26708, 26665, 26803, 26647, 26700, 26705, 26685, 26612, 26704,
26688, 26684, 26691, 26666, 26693, 26643, 26648, 26689, 27530, 27529,
27575, 27683, {f: 2, c: 27687}, 27686, 27684, 27888, 28010, 28053, 28040,
28039, 28006, 28024, 28023, 27993, 28051, 28012, 28041, 28014, 27994,
28020, 28009, 28044, 28042, 28025, 28037, 28005, 28052, 28874, 28888,
28900, 28889, 28872, 28879, 29241, 29305, 29436, 29433, 29437, 29432,
29431, 29574, 29677, 29705, 29678, 29664, 29674, 29662, 30036, 30045,
30044, 30042, 30041, 30142, 30149, 30151, {f: 2, c: 30130}, 30141, 30140,
30137, 30146, 30136, 30347, 30384, 30410, {f: 2, c: 30413}, 30505,
{f: 2, c: 30495}, 30504, 30697, 30768, 30759, 30776, 30749, 30772, 30775,
30757, 30765, 30752, 30751, 30770, 31061, 31056, 31072, 31071, 31062,
31070, 31069, 31063, 31066, 31204, [31203, 60418], 31207, 31199, 31206,
31209, 31192, 31364, 31368, 31449, 31494, 31505, 31881, 32033, 32023,
32011, 32010, 32032, 32034, 32020, 32016, 32021, 32026, 32028, 32013,
32025, 32027, 32570, 32607, 32660, 32709, 32705, 32774, 32772, 32792,
32789, 32793, 32791, 32829, 32831, 33009, 33026, 33008, 33029, 33005,
33012, 33030, 33016, 33011, 33032, 33021, 33034, 33020, 33007, 33261,
33260, 33280, 33296, {f: 2, c: 33322}, 33320, 33324, 33467, 33579, 33618,
33620, 33610, 33592, 33616, 33609, 33589, 33588, 33615, 33586, 33593,
33590, 33559, 33600, 33585, 33576, 33603, 34388, 34442, 34474, 34451,
34468, 34473, 34444, 34467, 34460, 34928, 34935, {f: 2, c: 34945}, 34941,
34937, 35352, 35344, 35342, 35340, 35349, 35338, 35351, 35347, 35350,
35343, 35345, 35912, 35962, 35961, {f: 2, c: 36001}, [36215, 58442], 36524,
36562, 36564, 36559, 36785, 36865, 36870, 36855, 36864, 36858, 36852,
36867, 36861, 36869, 36856, 37013, 37089, 37085, 37090, 37202, 37197,
37196, 37336, 37341, 37335, 37340, 37337, 38275, {f: 2, c: 38498}, 38497,
38491, 38493, 38500, 38488, 38494, 38587, 39138, [12218, 39340],
[12219, 39592], [12220, 39640], [12222, 39717], [12224, 39730],
[12225, 39740], 20094, 20602, [20605, 57382], 20572, 20551, 20547, 20556,
20570, 20553, 20581, 20598, 20558, 20565, 20597, 20596, 20599, 20559,
20495, 20591, 20589, 20828, 20885, 20976, 21098, 21103, 21202, 21209,
21208, 21205, 21264, 21263, 21273, {f: 2, c: 21311}, 21310, 21443, 26364,
21830, 21866, 21862, 21828, 21854, 21857, 21827, 21834, 21809, 21846,
21839, 21845, 21807, 21860, 21816, 21806, 21852, 21804, 21859, 21811,
21825, 21847, 22280, 22283, 22281, 22495, 22533, 22538, 22534, 22496,
22500, 22522, 22530, 22581, 22519, 22521, 22816, 22882, 23094, 23105,
23113, 23142, 23146, 23104, 23100, 23138, 23130, 23110, 23114, 23408,
23495, 23493, 23492, 23490, 23487, 23494, 23561, 23560, 23559, 23648,
{f: 2, c: 23644}, 23815, 23814, 23822, 23835, 23830, 23842, 23825, 23849,
23828, 23833, 23844, 23847, 23831, 24034, 24120, 24118, 24115, 24119,
{f: 2, c: 24247}, 24246, 24245, 24254, 24373, 24375, 24407, 24428, 24425,
24427, 24471, 24473, 24478, 24472, 24481, 24480, 24476, 24703, 24739,
24713, 24736, 24744, 24779, 24756, 24806, 24765, 24773, 24763, 24757,
24796, 24764, 24792, 24789, 24774, 24799, 24760, 24794, 24775,
{f: 2, c: 25114}, 25160, 25504, 25511, 25458, 25494, 25506, 25509, 25463,
25447, 25496, 25514, 25457, 25513, 25481, 25475, 25499, 25451, 25512,
25476, 25480, 25497, 25505, 25516, 25490, 25487, 25472, 25467, 25449,
25448, 25466, 25949, 25942, 25937, 25945, 25943, 21855, 25935, 25944,
25941, 25940, 26012, 26011, 26028, 26063, {f: 2, c: 26059}, 26062, 26205,
26202, 26212, 26216, 26214, 26206, 26361, 21207, 26395, 26753, 26799,
26786, 26771, 26805, 26751, 26742, 26801, 26791, 26775, 26800, 26755,
26820, 26797, 26758, 26757, 26772, 26781, 26792, 26783, 26785, 26754,
27442, 27578, {f: 2, c: 27627}, 27691, 28046, 28092, 28147, 28121, 28082,
28129, 28108, 28132, 28155, 28154, 28165, 28103, 28107, 28079, 28113,
28078, 28126, 28153, 28088, 28151, 28149, 28101, 28114, 28186, 28085,
28122, 28139, 28120, 28138, 28145, 28142, 28136, 28102, 28100, 28074,
28140, 28095, 28134, 28921, {f: 2, c: 28937}, 28925, 28911, 29245, 29309,
29313, 29468, 29467, 29462, 29459, 29465, 29575, 29701, 29706, 29699,
29702, 29694, 29709, 29920, {f: 2, c: 29942}, 29980, 29986,
{f: 2, c: 30053}, 30050, 30064, 30095, {f: 2, c: 30164}, 30133, 30154,
30157, 30350, 30420, 30418, 30427, 30519, 30526, 30524, 30518, 30520,
30522, 30827, 30787, 30798, 31077, 31080, 31085, 31227, 31378, 31381,
31520, 31528, 31515, 31532, 31526, 31513, 31518, 31534, 31890, 31895,
31893, 32070, 32067, 32113, 32046, 32057, 32060, 32064, 32048, 32051,
32068, 32047, 32066, 32050, 32049, 32573, 32670, 32666, 32716, 32718,
32722, 32796, 32842, 32838, 33071, 33046, 33059, 33067, 33065, 33072,
33060, 33282, 33333, 33335, 33334, 33337, 33678, 33694, 33688, 33656,
33698, 33686, 33725, 33707, 33682, 33674, 33683, 33673, 33696, 33655,
{f: 2, c: 33659}, 33670, 33703, 34389, 24426, 34503, 34496, 34486, 34500,
34485, 34502, 34507, 34481, 34479, 34505, 34899, 34974, 34952, 34987,
34962, 34966, 34957, 34955, 35219, 35215, 35370, 35357, 35363, 35365,
35377, 35373, 35359, 35355, 35362, 35913, 35930, 36009, 36012, 36011,
36008, 36010, 36007, 36199, 36198, 36286, 36282, 36571, 36575, 36889,
36877, 36890, 36887, 36899, 36895, 36893, 36880, 36885, 36894, 36896,
36879, 36898, 36886, 36891, 36884, 37096, 37101, [37117, 58488], 37207,
37326, 37365, 37350, 37347, 37351, 37357, 37353, 38281, 38506, 38517,
38515, 38520, 38512, 38516, {f: 2, c: 38518}, 38508, 38592, 38634, 38633,
31456, 31455, {f: 2, c: 38914}, [12226, 39770], [12227, 40165],
[12228, 40565], [12229, 40575], [12230, 40613], [12231, 40635], 20642,
20621, 20613, 20633, 20625, 20608, 20630, 20632, 20634, 26368, 20977,
21106, {f: 2, c: 21108}, 21097, 21214, 21213, 21211, 21338, 21413, 21883,
21888, 21927, 21884, 21898, 21917, 21912, 21890, 21916, 21930, 21908,
21895, 21899, 21891, 21939, 21934, 21919, 21822, 21938, 21914, 21947,
21932, 21937, 21886, 21897, 21931, 21913, 22285, 22575, 22570, 22580,
22564, {f: 2, c: 22576}, 22561, 22557, 22560, {f: 2, c: 22777}, 22880,
[23159, 57587], 23194, 23167, 23186, 23195, 23207, 23411, 23409, 23506,
23500, 23507, 23504, {f: 2, c: 23562}, 23601, 23884, 23888, 23860, 23879,
24061, 24133, 24125, 24128, 24131, 24190, 24266, {f: 2, c: 24257}, 24260,
24380, 24429, {f: 2, c: 24489}, 24488, 24785, 24801, 24754, 24758, 24800,
24860, 24867, 24826, 24853, 24816, 24827, 24820, 24936, 24817, 24846,
24822, 24841, 24832, 24850, 25119, 25161, 25507, 25484, 25551, 25536,
25577, 25545, 25542, 25549, 25554, 25571, 25552, 25569, 25558,
{f: 2, c: 25581}, 25462, 25588, 25578, 25563, 25682, 25562, 25593, 25950,
25958, {f: 2, c: 25954}, 26001, 26000, 26031, 26222, 26224, [26228, 57786],
26230, 26223, 26257, 26234, 26238, 26231, {f: 2, c: 26366}, 26399, 26397,
26874, 26837, 26848, 26840, 26839, 26885, 26847, 26869, 26862, 26855,
26873, 26834, 26866, 26851, 26827, 26829, 26893, 26898, 26894, 26825,
26842, 26990, 26875, 27454, 27450, 27453, 27544, 27542, 27580, 27631,
{f: 2, c: 27694}, 27692, [28207, 57904], 28216, 28244, 28193, 28210, 28263,
28234, 28192, 28197, 28195, 28187, 28251, 28248, 28196, 28246, 28270,
28205, 28198, 28271, 28212, 28237, 28218, 28204, 28227, [28189, 57901],
28222, 28363, 28297, 28185, 28238, 28259, 28228, 28274, 28265, 28255,
{f: 2, c: 28953}, 28966, 28976, 28961, 28982, [29038, 57958], 28956, 29260,
29316, 29312, 29494, 29477, 29492, 29481, 29754, 29738, 29747, 29730,
29733, {f: 2, c: 29749}, 29748, 29743, 29723, 29734, 29736,
{f: 2, c: 29989}, 30059, 30058, 30178, 30171, 30179, 30169, 30168, 30174,
30176, {f: 2, c: 30331}, 30358, 30355, 30388, 30428, 30543, 30701, 30813,
30828, 30831, 31245, 31240, 31243, 31237, 31232, 31384, 31383, 31382,
31461, 31459, 31561, 31574, 31558, 31568, 31570, 31572, 31565, 31563,
31567, [31569, 60510], 31903, 31909, 32094, 32080, 32104, 32085, 32043,
32110, 32114, 32097, 32102, 32098, 32112, 32115, 21892, {f: 2, c: 32724},
32779, 32850, 32901, 33109, 33108, 33099, 33105, 33102, 33081, 33094,
33086, 33100, 33107, 33140, 33298, 33308, 33769, 33795, 33784, 33805,
33760, 33733, 33803, [33729, 58309], 33775, 33777, 33780, 33879, 33802,
33776, 33804, 33740, 33789, 33778, 33738, 33848, 33806, 33796, 33756,
33799, 33748, 33759, 34395, 34527, 34521, 34541, 34516, 34523, 34532,
34512, 34526, 34903, {f: 2, c: 35009}, 34993, 35203, 35222, 35387, 35424,
35413, 35422, 35388, 35393, 35412, 35419, 35408, 35398, 35380, 35386,
35382, 35414, 35937, 35970, 36015, 36028, 36019, 36029, 36033, 36027,
36032, 36020, 36023, 36022, 36031, 36024, 36234, 36229, 36225, 36302,
36317, 36299, 36314, 36305, 36300, 36315, 36294, 36603, 36600, 36604,
36764, 36910, 36917, 36913, 36920, 36914, 36918, 37122, 37109, 37129,
37118, 37219, 37221, 37327, {f: 2, c: 37396}, 37411, 37385, 37406, 37389,
37392, 37383, 37393, 38292, 38287, 38283, 38289, 38291, 38290, 38286,
38538, 38542, 38539, 38525, {f: 2, c: 38533}, 38541, 38514, 38532, 38593,
38597, 38596, {f: 2, c: 38598}, 38639, 38642, 38860, {f: 2, c: 38917},
38920, 39143, 39146, 39151, 39145, 39154, 39149, 39342, 39341,
[12232, 40643], [12233, 40653], [12234, 40657], 20098, 20653, 20661,
{f: 2, c: 20658}, 20677, 20670, 20652, 20663, 20667, 20655, 20679, 21119,
21111, 21117, 21215, 21222, 21220, {f: 2, c: 21218}, 21295, 21983, 21992,
21971, 21990, 21966, 21980, 21959, 21969, {f: 2, c: 21987}, 21999, 21978,
21985, {f: 2, c: 21957}, 21989, 21961, {f: 2, c: 22290}, 22622, 22609,
22616, 22615, 22618, 22612, 22635, 22604, 22637, 22602, 22626, 22610,
22603, 22887, 23233, 23241, 23244, 23230, 23229, 23228, 23219, 23234,
23218, 23913, 23919, 24140, 24185, 24265, 24264, 24338, 24409, 24492,
24494, 24858, 24847, 24904, 24863, 24819, 24859, 24825, 24833, 24840,
24910, 24908, 24900, 24909, 24894, 24884, 24871, 24845, 24838, 24887,
{f: 2, c: 25121}, 25619, 25662, 25630, 25642, 25645, 25661, 25644, 25615,
25628, 25620, 25613, 25654, {f: 2, c: 25622}, 25606, 25964, 26015, 26032,
26263, 26249, {f: 2, c: 26247}, 26262, 26244, 26264, 26253, 26371, 27028,
26989, 26970, 26999, 26976, 26964, 26997, 26928, 27010, 26954, 26984,
26987, 26974, 26963, 27001, 27014, 26973, 26979, 26971, 27463, 27506,
27584, 27583, 27603, 27645, 28322, 28335, 28371, 28342, 28354, 28304,
28317, 28359, 28357, 28325, 28312, 28348, 28346, 28331, 28369, 28310,
28316, 28356, 28372, 28330, 28327, 28340, 29006, 29017, 29033, 29028,
29001, 29031, 29020, 29036, 29030, 29004, 29029, 29022, 28998, 29032,
29014, 29242, 29266, 29495, 29509, 29503, 29502, 29807, 29786, 29781,
29791, 29790, 29761, 29759, 29785, 29787, [29788, 58019], 30070, 30072,
30208, 30192, 30209, 30194, 30193, 30202, 30207, 30196, 30195,
{f: 2, c: 30430}, 30555, 30571, 30566, 30558, 30563, 30585, 30570, 30572,
30556, 30565, 30568, 30562, 30702, 30862, 30896, {f: 2, c: 30871}, 30860,
30857, 30844, 30865, 30867, 30847, 31098, 31103, 31105, 33836, 31165,
31260, 31258, 31264, 31252, 31263, 31262, {f: 2, c: 31391}, 31607, 31680,
31584, 31598, 31591, 31921, 31923, 31925, 32147, 32121, 32145, 32129,
32143, 32091, 32622, {f: 2, c: 32617}, 32626, 32681, 32680, 32676, 32854,
32856, 32902, 32900, 33137, 33136, 33144, 33125, 33134, 33139, 33131,
{f: 2, c: 33145}, 33126, 33285, 33351, 33922, 33911, 33853, 33841, 33909,
33894, 33899, 33865, 33900, 33883, 33852, 33845, 33889, 33891, 33897,
33901, 33862, 34398, 34396, 34399, 34553, 34579, 34568, 34567, 34560,
34558, 34555, {f: 2, c: 34562}, 34566, 34570, 34905, 35039, 35028, 35033,
35036, 35032, 35037, 35041, 35018, 35029, 35026, 35228, 35299, 35435,
{f: 2, c: 35442}, 35430, 35433, 35440, 35463, 35452, 35427, 35488, 35441,
35461, 35437, 35426, 35438, 35436, 35449, 35451, 35390, 35432, 35938,
35978, 35977, 36042, {f: 2, c: 36039}, 36036, 36018, 36035, 36034, 36037,
36321, 36319, 36328, 36335, 36339, 36346, 36330, 36324, 36326, 36530,
36611, 36617, 36606, 36618, 36767, 36786, 36939, 36938, 36947, 36930,
36948, 36924, 36949, 36944, 36935, 36943, 36942, 36941, 36945, 36926,
36929, 37138, 37143, 37228, 37226, 37225, 37321, 37431, 37463, 37432,
37437, 37440, 37438, 37467, 37451, 37476, 37457, 37428, 37449, 37453,
37445, 37433, 37439, 37466, 38296, 38552, {f: 2, c: 38548}, 38605, 38603,
{f: 2, c: 38601}, 38647, 38651, 38649, 38646, 38742, 38772, 38774,
{f: 2, c: 38928}, 38931, 38922, 38930, 38924, 39164, 39156,
{f: 2, c: 39165}, 39347, 39345, 39348, 39649, 40169, 40578, [12237, 40718],
[12238, 40723], [12239, 40736], 20711, 20718, 20709, 20694, [20717, 60903],
20698, 20693, 20687, 20689, 20721, 20686, 20713, 20834, 20979, 21123,
21122, 21297, 21421, 22014, 22016, 22043, 22039, 22013, 22036, 22022,
22025, {f: 2, c: 22029}, 22007, 22038, 22047, 22024, 22032, 22006, 22296,
22294, 22645, 22654, 22659, 22675, 22666, 22649, 22661, 22653, 22781,
22821, 22818, 22820, 22890, 22889, 23265, 23270, 23273, 23255, 23254,
23256, 23267, 23413, 23518, 23527, 23521, {f: 2, c: 23525}, 23528, 23522,
23524, 23519, 23565, 23650, 23940, 23943, 24155, 24163, 24149, 24151,
24148, 24275, 24278, 24330, 24390, 24432, 24505, 24903, 24895, 24907,
24951, {f: 2, c: 24930}, 24927, 24922, 24920, 24949, 25130, 25735, 25688,
25684, 25764, 25720, 25695, 25722, 25681, 25703, 25652, 25709, 25723,
25970, 26017, 26071, 26070, 26274, 26280, 26269, 27036, 27048, 27029,
27073, 27054, 27091, 27083, 27035, 27063, 27067, 27051, 27060, 27088,
27085, 27053, 27084, 27046, 27075, 27043, 27465, 27468, 27699, 28467,
28436, 28414, 28435, 28404, 28457, 28478, 28448, 28460, 28431, 28418,
28450, 28415, 28399, 28422, 28465, 28472, 28466, 28451, 28437, 28459,
28463, 28552, 28458, 28396, 28417, 28402, 28364, 28407, 29076, 29081,
29053, 29066, 29060, 29074, 29246, 29330, 29334, 29508, 29520, 29796,
29795, 29802, 29808, 29805, 29956, 30097, 30247, 30221, 30219, 30217,
30227, 30433, 30435, 30596, 30589, 30591, 30561, 30913, 30879, 30887,
30899, 30889, 30883, {f: 2, c: 31118}, 31117, 31278, 31281, 31402, 31401,
31469, 31471, 31649, 31637, 31627, 31605, 31639, 31645, 31636, 31631,
[31672, 58170], 31623, 31620, 31929, {f: 2, c: 31933}, 32187, 32176, 32156,
{f: 2, c: 32189}, 32160, 32202, 32180, 32178, 32177, 32186, 32162, 32191,
32181, 32184, 32173, [32210, 58202], 32199, 32172, 32624, {f: 2, c: 32736},
32735, 32862, 32858, 32903, 33104, 33152, 33167, 33160, 33162, 33151,
33154, 33255, 33274, 33287, 33300, 33310, 33355, 33993, 33983, 33990,
33988, 33945, 33950, 33970, 33948, 33995, 33976, 33984, 34003, 33936,
33980, 34001, 33994, 34623, 34588, 34619, 34594, 34597, 34612, 34584,
34645, 34615, 34601, 35059, 35074, 35060, 35065, 35064, 35069, 35048,
35098, 35055, 35494, 35468, 35486, 35491, 35469, 35489, 35475, 35492,
35498, 35493, 35496, 35480, 35473, 35482, 35495, 35946, 35981, 35980,
36051, {f: 2, c: 36049}, 36203, 36249, 36245, 36348, 36628, 36626, 36629,
36627, 36771, 36960, 36952, 36956, 36963, 36953, 36958, 36962, 36957,
36955, 37145, 37144, 37150, 37237, 37240, 37239, 37236, 37496, 37548,
37504, 37509, 37528, 37526, 37499, 37523, 37532, 37544, 37500, 37521,
38305, {f: 2, c: 38312}, 38307, 38309, 38308, 38553, 38556, 38555, 38604,
38610, 38656, 38780, 38789, 38902, {f: 2, c: 38935}, 39087, 39089, 39171,
39173, 39180, 39177, 39361, {f: 2, c: 39599}, 39654, {f: 2, c: 39745},
40180, 40182, 40179, 40636, [12240, 40763], [12241, 40778], 20740, 20736,
20731, 20725, 20729, 20738, {f: 2, c: 20744}, 20741, 20956,
{f: 3, c: 21127}, 21133, 21130, 21232, 21426, 22062, 22075, 22073, 22066,
22079, 22068, 22057, 22099, 22094, 22103, 22132, 22070, {f: 2, c: 22063},
22656, 22687, 22686, 22707, 22684, 22702, 22697, 22694, 22893, 23305,
23291, 23307, 23285, 23308, 23304, 23534, 23532, 23529, 23531,
{f: 2, c: 23652}, 23965, 23956, 24162, 24159, 24161, 24290, 24282, 24287,
24285, 24291, 24288, 24392, 24433, 24503, 24501, 24950, 24935, 24942,
24925, 24917, 24962, 24956, 24944, 24939, 24958, 24999, 24976, 25003,
24974, 25004, 24986, 24996, 24980, 25006, 25134, 25705, 25711, 25721,
25758, 25778, 25736, [25744, 57745], 25776, 25765, 25747, 25749, 25769,
25746, 25774, 25773, 25771, 25754, 25772, 25753, 25762, 25779, 25973,
{f: 2, c: 25975}, 26286, 26283, 26292, 26289, 27171, 27167, 27112, 27137,
27166, 27161, 27133, 27169, 27155, 27146, 27123, 27138, 27141, 27117,
27153, 27472, 27470, 27556, {f: 2, c: 27589}, 28479, 28540, 28548, 28497,
28518, 28500, 28550, 28525, 28507, 28536, 28526, 28558, 28538, 28528,
28516, 28567, 28504, 28373, 28527, 28512, 28511, 29087, 29100, 29105,
29096, 29270, 29339, 29518, 29527, 29801, 29835, 29827, 29822, 29824,
30079, 30240, 30249, 30239, 30244, 30246, {f: 2, c: 30241}, 30362, 30394,
30436, 30606, 30599, 30604, 30609, 30603, 30923, 30917, 30906, 30922,
30910, 30933, 30908, 30928, 31295, 31292, 31296, 31293, 31287, 31291,
31407, 31406, 31661, 31665, 31684, 31668, {f: 2, c: 31686}, 31681, 31648,
31692, 31946, 32224, 32244, 32239, 32251, 32216, 32236, 32221, 32232,
32227, 32218, 32222, 32233, 32158, 32217, 32242, 32249, 32629, 32631,
32687, 32745, 32806, {f: 3, c: 33179}, 33184, 33178, 33176, 34071, 34109,
34074, 34030, {f: 2, c: 34092}, 34067, 34065, 34083, 34081, 34068, 34028,
34085, 34047, 34054, 34690, 34676, 34678, 34656, 34662, 34680, 34664,
34649, 34647, 34636, 34643, 34907, 34909, 35088, 35079, {f: 2, c: 35090},
35093, 35082, 35516, 35538, 35527, 35524, 35477, 35531, 35576, 35506,
35529, 35522, 35519, 35504, 35542, 35533, 35510, 35513, 35547, 35916,
35918, 35948, 36064, 36062, 36070, 36068, {f: 2, c: 36076},
{f: 2, c: 36066}, 36060, 36074, 36065, 36205, 36255, 36259, 36395, 36368,
36381, 36386, 36367, 36393, 36383, 36385, 36382, 36538, 36637, 36635,
36639, 36649, 36646, 36650, 36636, 36638, 36645, 36969, 36974, 36968,
36973, 36983, 37168, 37165, 37159, 37169, 37255, 37257, 37259, 37251,
37573, 37563, 37559, 37610, 37604, 37569, 37555, 37564, 37586, 37575,
37616, 37554, 38317, 38321, 38660, {f: 2, c: 38662}, 38665, 38752, 38797,
38795, 38799, 38945, 38955, 38940, 39091, 39178, 39187, 39186, 39192,
39389, 39376, 39391, 39387, 39377, 39381, 39378, 39385, 39607,
{f: 2, c: 39662}, 39719, 39749, 39748, 39799, 39791, 40198, 40201, 40195,
40617, 40638, 40654, 22696, [12242, 40786], 20754, 20760, 20756, 20752,
20757, 20864, 20906, 20957, 21137, 21139, 21235, 22105, 22123, 22137,
22121, 22116, 22136, 22122, 22120, 22117, 22129, 22127, 22124, 22114,
22134, 22721, 22718, 22727, 22725, 22894, 23325, 23348, 23416, 23536,
23566, 24394, 25010, 24977, 25001, 24970, 25037, 25014, 25022, 25034,
25032, 25136, 25797, 25793, 25803, {f: 2, c: 25787}, 25818, 25796, 25799,
25794, 25805, 25791, 25810, 25812, 25790, 25972, 26310, 26313, 26297,
26308, 26311, 26296, 27197, 27192, 27194, 27225, 27243, 27224, 27193,
27204, 27234, 27233, 27211, 27207, 27189, 27231, 27208, 27481, 27511,
27653, 28610, 28593, 28577, 28611, 28580, 28609, 28583, 28595, 28608,
28601, [28598, 60318], 28582, 28576, 28596, 29118, 29129, 29136, 29138,
29128, 29141, 29113, 29134, 29145, 29148, {f: 2, c: 29123}, 29544, 29852,
29859, 29848, 29855, 29854, 29922, {f: 2, c: 29964}, 30260, 30264, 30266,
30439, 30437, 30624, {f: 2, c: 30622}, 30629, 30952, 30938, 30956, 30951,
31142, {f: 2, c: 31309}, 31302, 31308, 31307, 31418, 31705, 31761, 31689,
31716, 31707, 31713, 31721, 31718, {f: 2, c: 31957}, 32266, 32273, 32264,
32283, 32291, 32286, [32285, 58211], 32265, 32272, 32633, 32690,
{f: 2, c: 32752}, 32750, [32808, 58239], 33203, 33193, 33192, 33275, 33288,
{f: 2, c: 33368}, 34122, 34137, 34120, {f: 2, c: 34152}, 34115, 34121,
34157, 34154, 34142, 34691, 34719, 34718, 34722, 34701, 34913, 35114,
35122, 35109, 35115, 35105, 35242, [35238, 58391], 35558, 35578, 35563,
35569, 35584, 35548, 35559, 35566, 35582, {f: 2, c: 35585}, 35575, 35565,
35571, 35574, 35580, 35947, 35949, 35987, 36084, 36420, 36401, 36404,
36418, 36409, 36405, 36667, 36655, 36664, 36659, 36776, 36774, 36981,
36980, 36984, 36978, 36988, 36986, 37172, 37266, 37664, 37686, 37624,
37683, 37679, 37666, 37628, 37675, 37636, 37658, 37648, 37670, 37665,
37653, 37678, 37657, 38331, {f: 2, c: 38567}, 38570, 38613, 38670, 38673,
38678, 38669, 38675, 38671, 38747, [38748, 58565], 38758, 38808, 38960,
38968, 38971, 38967, 38957, 38969, 38948, 39184, 39208, 39198, 39195,
39201, 39194, 39405, 39394, 39409, 39608, 39612, 39675, 39661, 39720,
39825, 40213, 40227, 40230, 40232, 40210, 40219, 40664, 40660,
[12243, 40845], [12244, 40860], 20778, 20767, 20769, 20786, 21237, 22158,
22144, 22160, 22149, 22151, 22159, 22741, 22739, 22737, 22734, 23344,
23338, 23332, 23418, 23607, 23656, 23996, 23994, 23997, 23992, 24171,
24396, 24509, 25033, 25026, 25031, 25062, 25035, 25138, 25140, 25806,
25802, 25816, 25824, 25840, 25830, 25836, 25841, 25826, 25837,
{f: 2, c: 25986}, 26329, 26326, 27264, 27284, 27268, 27298, 27292, 27355,
27299, 27262, 27287, 27280, 27296, 27484, 27566, 27610, 27656, 28632,
28657, {f: 2, c: 28639}, 28635, 28644, 28651, 28655, 28544, 28652, 28641,
28649, 28629, 28654, 28656, 29159, [29151, 60361], 29166, 29158, 29157,
29165, 29164, 29172, 29152, 29237, 29254, 29552, 29554, 29865, 29872,
29862, 29864, 30278, 30274, 30284, 30442, 30643, 30634, 30640, 30636,
30631, 30637, 30703, 30967, 30970, 30964, 30959, 30977, 31143, 31146,
31319, 31423, 31751, 31757, 31742, 31735, 31756, 31712, 31968, 31964,
31966, 31970, 31967, 31961, 31965, 32302, 32318, 32326, 32311, 32306,
32323, 32299, 32317, 32305, 32325, 32321, 32308, 32313, 32328, 32309,
32319, 32303, 32580, 32755, 32764, {f: 2, c: 32881}, 32880, 32879, 32883,
33222, 33219, 33210, 33218, 33216, 33215, 33213, 33225, 33214, 33256,
33289, 33393, 34218, 34180, 34174, 34204, 34193, 34196, 34223, 34203,
34183, 34216, 34186, 34214, 34407, 34752, 34769, 34739, 34770, 34758,
34731, 34747, 34746, 34760, 34763, 35131, 35126, 35140, 35128, 35133,
35244, 35598, 35607, 35609, 35611, 35594, 35616, 35613, 35588, 35600,
35905, 35903, 35955, 36090, 36093, 36092, 36088, 36091, 36264, 36425,
36427, 36424, 36426, 36676, 36670, 36674, 36677, 36671, 36991, 36989,
36996, {f: 2, c: 36993}, 36992, 37177, 37283, 37278, 37276, 37709, 37762,
37672, 37749, 37706, 37733, 37707, 37656, 37758, 37740, 37723, 37744,
37722, 37716, {f: 3, c: 38346}, 38344, 38342, 38577, 38584, 38614, 38684,
38686, 38816, 38867, 38982, 39094, 39221, 39425, 39423, 39854, 39851,
39850, 39853, 40251, 40255, 40587, 40655, 40670, {f: 2, c: 40668}, 40667,
40766, 40779, 21474, 22165, 22190, 22745, 22744, 23352, 24413, 25059,
25139, 25844, 25842, 25854, 25862, {f: 2, c: 25850}, 25847, 26039, 26332,
26406, 27315, 27308, 27331, 27323, 27320, 27330, {f: 2, c: 27310}, 27487,
27512, 27567, 28681, 28683, 28670, 28678, 28666, 28689, 28687,
{f: 2, c: 29179}, 29182, 29176, 29559, 29557, 29863, 29887, 29973, 30294,
30296, 30290, 30653, 30655, {f: 2, c: 30651}, 30990, 31150,
{f: 2, c: 31329}, 31328, {f: 2, c: 31428}, 31787, 31783, 31786, 31774,
31779, 31777, 31975, {f: 2, c: 32340}, 32350, 32346, 32353, 32338, 32345,
32584, 32761, 32763, 32887, 32886, 33229, 33231, 33290, 34255, 34217,
34253, 34256, 34249, 34224, 34234, 34233, 34799, 34796, 34802, 34784,
35206, 35250, 35316, 35624, 35641, 35628, 35627, 35920, 36101, 36441,
36451, 36454, 36452, 36447, 36437, 36544, 36681, 36685, 36999, 36995,
37000, {f: 2, c: 37291}, 37328, 37780, 37770, 37782, 37794, 37811, 37806,
37804, 37808, 37784, 37786, 37783, 38356, 38358, 38352, 38357, 38626,
38620, 38617, 38619, 38622, 38692, 38819, 38822, 38829, 38905, 38989,
38991, 38988, 38990, 38995, 39098, {f: 2, c: 39230}, 39229, 39214, 39333,
39438, 39617, 39683, 39686, 39759, 39758, 39757, 39882, 39881, 39933,
39880, 39872, 40273, 40285, 40288, 40672, 40725, 40748, 20787, 22181,
22184, {f: 2, c: 22750}, 22754, 23541, 40848, 24300, 25074, 25079, 25078,
25077, 25856, 25871, 26336, 26333, 27365, 27357, 27354, 27347, 28699,
28703, 28712, 28698, 28701, 28693, 28696, 29190, 29197, 29272, 29346,
29560, 29562, 29885, 29898, 29923, 30087, 30086, 30303, 30305, 30663,
31001, 31153, 31339, 31337, {f: 2, c: 31806}, 31800, 31805, 31799, 31808,
32363, 32365, 32377, {f: 2, c: 32361}, 32371, 32645, 32694, 32697, 32696,
33240, 34281, 34269, 34282, 34261, {f: 2, c: 34276}, 34295, 34811, 34821,
34829, 34809, 34814, 35168, 35167, 35158, 35166, 35649, 35676, 35672,
35657, 35674, {f: 2, c: 35662}, 35654, 35673, 36104, 36106, 36476, 36466,
36487, 36470, 36460, 36474, 36468, 36692, 36686, 36781, {f: 2, c: 37002},
37297, 37294, 37857, 37841, 37855, 37827, 37832, {f: 2, c: 37852}, 37846,
37858, 37837, 37848, 37860, 37847, 37864, 38364, 38580, 38627, 38698,
38695, 38753, 38876, 38907, 39006, 39000, 39003, 39100, 39237, 39241,
39446, 39449, 39693, 39912, 39911, 39894, 39899, 40329, 40289, 40306,
40298, 40300, 40594, 40599, 40595, 40628, 21240, 22199, 22198, 22196,
22204, 22756, 23360, 23363, 23421, 23542, 24009, 25080, 25082, 25880,
25876, 25881, 26342, 26407, 27372, 28734, 28720, 28722, 29200, 29563,
29903, 30306, 30309, 31014, 31018, 31020, 31019, 31431, 31478, 31820,
31811, 31821, {f: 2, c: 31983}, 36782, 32381, 32380, 32386, 32588, 32768,
33242, 33382, 34299, 34297, 34321, 34298, 34310, 34315, 34311, 34314,
{f: 2, c: 34836}, 35172, 35258, 35320, 35696, 35692, 35686, 35695, 35679,
35691, 36111, 36109, 36489, 36481, 36485, 36482, 37300, 37323, 37912,
37891, 37885, 38369, 38704, 39108, 39250, 39249, 39336, 39467, 39472,
39479, 39477, 39955, 39949, 40569, 40629, 40680, 40751, 40799, 40803,
40801, {f: 2, c: 20791}, 22209, 22208, 22210, 22804, 23660, 24013, 25084,
25086, 25885, 25884, 26005, 26345, 27387, 27396, 27386, 27570, 28748,
29211, 29351, 29910, 29908, 30313, 30675, 31824, 32399, 32396, 32700,
34327, 34349, 34330, 34851, 34850, 34849, 34847, 35178, 35180, 35261,
35700, 35703, 35709, 36115, 36490, 36493, 36491, 36703, 36783, 37306,
37934, 37939, 37941, 37946, 37944, 37938, 37931, 38370, {f: 2, c: 38712},
38706, [38911, 58586], 39015, 39013, 39255, 39493, 39491, 39488, 39486,
39631, 39764, 39761, 39981, 39973, 40367, 40372, 40386, 40376, 40605,
40687, 40729, 40796, {f: 2, c: 40806}, 20796, 20795, 22216, 22218, 22217,
23423, 24020, 24018, 24398, 25087, 25892, 27402, 27489, 28753, 28760,
29568, 29924, 30090, 30318, 30316, 31155, 31840, 31839, 32894, 32893,
33247, 35186, 35183, 35324, 35712, {f: 2, c: 36118}, 36497, 36499, 36705,
37192, 37956, {f: 2, c: 37969}, {f: 2, c: 38717}, 38851, 38849, 39019,
39253, 39509, 39501, 39634, 39706, 40009, 39985, 39998, 39995, 40403,
40407, 40756, 40812, 40810, 40852, 22220, 24022, 25088, 25891, 25899,
25898, 26348, 27408, 29914, 31434, 31844, 31843, 31845, 32403, 32406,
32404, 33250, 34360, 34367, 34865, 35722, 37008, 37007, 37987, 37984,
37988, 38760, 39023, 39260, {f: 2, c: 39514}, 39511, {f: 2, c: 39635},
39633, 40020, 40023, 40022, 40421, 40607, 40692, 22225, 22761, 25900,
28766, {f: 2, c: 30321}, [30679, 60226], 32592, 32648, 34870, 34873, 34914,
35731, 35730, 35734, 33399, 36123, 37312, 37994, 38722, 38728, 38724,
38854, 39024, 39519, 39714, 39768, 40031, {f: 2, c: 40441},
{f: 2, c: 40572}, 40711, 40823, 40818, 24307, 27414, 28771, 31852, 31854,
34875, 35264, 36513, 37313, 38002, 38000, 39025, 39262, 39638, 39715,
40652, 28772, 30682, 35738, 38007, 38857, 39522, 39525, 32412, 35740,
36522, 37317, {f: 2, c: 38013}, 38012, {f: 2, c: 40055}, 40695, 35924,
38015, 40474, 29224, 39530, 39729, 40475, 40478, 31858, 20034, 20060,
[12048, 20981], [12053, 21274], [12058, 21378], 19975, 19980, 20039, 20109,
[12062, 22231], [12076, 23662], [12091, 24435], 19983, 20871, 19982, 20014,
20115, 20162, 20169, 20168, 20888, 21244, 21356, 21433, 22304, 22787,
22828, [23568, 60417], 24063, 26081, [12110, 27571], 27596, [12115, 27668],
[12121, 29247], 20017, 20028, 20200, 20188, 20201, 20193, 20189, 20186,
21004, 21001, 21276, 21324, {f: 2, c: 22306}, 22807, 22831, 23425, 23428,
23570, 23611, 23668, 23667, 24068, 24192, 24194, 24521, 25097, 25168,
27669, 27702, 27715, 27711, 27707, 29358, 29360, 29578, [12145, 31160],
32906, 38430, 20238, 20248, 20268, 20213, 20244, 20209, 20224, 20215,
20232, 20253, 20226, 20229, 20258, 20243, 20228, 20212, 20242, 20913,
21011, 21008, 21158, 21282, 21279, 21325, 21386, 21511, 22241, 22239,
22318, 22314, 22324, 22844, 22912, 22908, 22917, 22907, 22910, 22903,
22911, 23382, 23573, 23589, 23676, {f: 2, c: 23674}, 23678, 24031,
[24181, 57646], 24196, 24322, 24346, 24436, 24533, 24532, 24527, 25180,
25182, 25188, 25185, 25190, 25186, 25177, 25184, 25178, 25189, 25911,
26095, 26094, 26430, 26425, 26424, 26427, 26426, 26431, 26428, 26419,
27672, 27718, 27730, 27740, 27727, [27722, 60796], 27732, {f: 2, c: 27723},
28785, 29278, {f: 2, c: 29364}, 29582, 29994, 30335, 31349, [12153, 32593],
[12171, 33400], 33404, 33408, 33405, 33407, [12172, 34381], [12177, 35198],
37017, [37015, 59347], 37016, 37019, 37012, 38434, 38436, 38432, 38435,
20310, 20283, 20322, 20297, 20307, 20324, 20286, 20327, 20306, 20319,
20289, 20312, 20269, 20275, 20287, 20321, 20879, 20921, 21020, 21022,
21025, {f: 2, c: 21165}, 21257, 21347, 21362, {f: 2, c: 21390}, 21552,
21559, 21546, 21588, 21573, 21529, 21532, 21541, 21528, 21565, 21583,
21569, 21544, 21540, 21575, 22254, 22247, 22245, 22337, 22341, 22348,
22345, 22347, 22354, 22790, 22848, 22950, 22936, 22944, 22935, 22926,
22946, 22928, 22927, 22951, 22945, 23438, 23442, 23592, 23594, 23693,
23695, 23688, 23691, 23689, 23698, 23690, 23686, 23699, 23701, 24032,
24074, 24078, 24203, 24201, 24204, 24200, 24205, 24325, 24349, 24440,
24438, 24530, 24529, 24528, 24557, 24552, 24558, 24563, 24545, 24548,
24547, 24570, 24559, 24567, 24571, 24576, 24564, 25146, 25219, 25228,
{f: 2, c: 25230}, 25236, 25223, 25201, 25211, 25210, 25200, 25217, 25224,
25207, 25213, 25202, 25204, 26096, 26100, 26099, 26098, 26101, 26437,
26439, 26457, 26453, 26444, 26440, 26461, 26445, 26458, 26443, 27600,
{f: 2, c: 27673}, 27768, 27751, 27755, 27780, 27787, 27791, 27761, 27759,
27753, 27802, 27757, 27783, 27797, [27804, 57900], 27750, 27763, 27749,
27771, 27790, 28788, 28794, 29283, 29375, 29373, 29379, 29382, 29377,
29370, 29381, 29589, 29591, {f: 2, c: 29587}, 29586, 30010, 30009,
{f: 2, c: 30100}, 30337, 31037, 32820, 32917, 32921, 32912, 32914, 32924,
33424, 33423, 33413, 33422, 33425, 33427, 33418, {f: 2, c: 33411},
[12184, 35960], 36809, 36799, 37023, 37025, 37029, 37022, 37031, 37024,
38448, 38440, 38447, 38445, 20019, 20376, 20348, 20357, 20349, 20352,
20359, 20342, 20340, 20361, 20356, 20343, 20300, 20375, 20330, 20378,
20345, 20353, 20344, 20368, 20380, 20372, 20382, 20370, 20354, 20373,
20331, 20334, 20894, 20924, 20926, 21045, {f: 2, c: 21042}, 21062, 21041,
21180, {f: 2, c: 21258}, 21308, 21394, 21396, 21639, 21631, 21633, 21649,
21634, 21640, 21611, 21626, 21630, 21605, 21612, 21620, 21606, 21645,
21615, 21601, 21600, 21656, 21603, 21607, 21604, 22263, 22265, 22383,
22386, 22381, 22379, 22385, 22384, 22390, 22400, 22389, 22395,
{f: 2, c: 22387}, 22370, 22376, 22397, 22796, 22853, 22965, 22970, 22991,
22990, 22962, 22988, 22977, 22966, 22972, 22979, 22998, 22961, 22973,
22976, 22984, 22964, 22983, 23394, 23397, 23443, 23445, 23620, 23623,
23726, 23716, 23712, 23733, 23727, 23720, 23724, 23711, 23715, 23725,
23714, 23722, 23719, 23709, 23717, 23734, 23728, 23718, 24087, 24084,
24089, 24360, {f: 3, c: 24354}, 24404, 24450, 24446, 24445, 24542, 24549,
24621, 24614, 24601, 24626, 24587, 24628, 24586, 24599, 24627, 24602,
24606, 24620, 24610, 24589, 24592, 24622, 24595, 24593, 24588, 24585,
24604, 25108, 25149, 25261, 25268, 25297, 25278, 25258, 25270, 25290,
25262, 25267, 25263, 25275, 25257, 25264, 25272, 25917, 26024, 26043,
26121, 26108, 26116, 26130, 26120, 26107, 26115, 26123, 26125, 26117,
26109, 26129, 26128, 26358, 26378, 26501, 26476, 26510, 26514, 26486,
26491, 26520, 26502, 26500, 26484, 26509, 26508, 26490, 26527, 26513,
26521, 26499, 26493, 26497, {f: 2, c: 26488}, 26516, 27429, 27520, 27518,
27614, 27677, 27795, 27884, 27883, 27886, 27865, 27830, 27860, 27821,
27879, 27831, 27856, 27842, 27834, 27843, 27846, 27885, 27890, 27858,
27869, 27828, 27786, 27805, 27776, 27870, 27840, 27952, 27853, 27847,
27824, 27897, 27855, 27881, 27857, 28820, 28824, 28805, 28819, 28806,
28804, 28817, 28822, 28802, 28826, 28803, 29290, 29398, 29387, 29400,
29385, 29404, 29394, 29396, 29402, 29388, 29393, 29604, 29601, 29613,
29606, 29602, 29600, 29612, 29597, 29917, 29928, {f: 2, c: 30015}, 30014,
30092, 30104, 30383, 30451, 30449, 30448, 30453, 30712, 30716, 30713,
30715, 30714, 30711, 31042, 31039, 31173, 31352, 31355, 31483, 31861,
31997, 32821, 32911, 32942, 32931, 32952, 32949, 32941, 33312, 33440,
33472, 33451, 33434, 33432, 33435, 33461, 33447, 33454, 33468, 33438,
33466, 33460, 33448, 33441, 33449, 33474, 33444, 33475, 33462, 33442,
34416, 34415, {f: 2, c: 34413}, 35926, 36818, 36811, 36819, 36813, 36822,
36821, 36823, 37042, 37044, 37039, 37043, 37040, 38457, 38461, 38460,
38458, 38467, 20429, 20421, 20435, 20402, 20425, 20427, 20417, 20436,
20444, 20441, [20411, 60346], 20403, 20443, 20423, 20438, 20410, 20416,
20409, 20460, 21060, 21065, 21184, 21186, 21309, 21372, 21399, 21398,
21401, 21400, 21690, 21665, 21677, 21669, 21711, 21699, 33549, 21687,
21678, 21718, 21686, {f: 2, c: 21701}, 21664, 21616, 21692, 21666, 21694,
21618, 21726, 21680, 22453, {f: 2, c: 22430}, 22436, 22412, 22423, 22429,
22427, 22420, 22424, 22415, 22425, 22437, 22426, 22421, 22772, 22797,
22867, 23009, 23006, 23022, 23040, 23025, 23005, 23034, 23037, 23036,
23030, 23012, 23026, 23031, 23003, 23017, 23027, 23029, 23008, 23038,
23028, 23021, 23464, 23628, 23760, 23768, 23756, 23767, 23755, 23771,
23774, 23770, 23753, 23751, 23754, 23766, {f: 2, c: 23763}, 23759, 23752,
23750, 23758, 23775, 23800, 24057, {f: 3, c: 24097}, 24096, 24100, 24240,
24228, 24226, 24219, 24227, 24229, 24327, 24366, 24406, 24454, 24631,
24633, 24660, 24690, 24670, 24645, 24659, 24647, 24649, 24667, 24652,
24640, 24642, 24671, 24612, 24644, 24664, 24678, 24686, {f: 2, c: 25154},
25295, 25357, 25355, 25333, 25358, 25347, 25323, 25337, 25359, 25356,
25336, 25334, 25344, {f: 2, c: 25363}, 25338, 25365, 25339, 25328, 25921,
25923, 26026, 26047, 26166, 26145, 26162, 26165, 26140, 26150, 26146,
26163, 26155, 26170, 26141, 26164, 26169, 26158, {f: 2, c: 26383}, 26561,
26610, 26568, 26554, 26588, 26555, 26616, 26584, 26560, 26551, 26565,
26603, 26596, 26591, 26549, 26573, 26547, 26615, 26614, 26606, 26595,
26562, 26553, 26574, 26599, 26608, 26546, 26620, 26566, 26605, 26572,
26542, 26598, 26587, 26618, {f: 2, c: 26569}, 26563, 26602, 26571, 27432,
27522, 27524, 27574, 27606, 27608, 27616, {f: 2, c: 27680}, 27944, 27956,
27949, 27935, 27964, 27967, 27922, 27914, 27866, 27955, 27908, 27929,
27962, 27930, 27921, 27904, 27933, 27970, 27905, 27928, 27959, 27907,
27919, 27968, 27911, 27936, 27948, 27912, 27938, 27913, 27920, 28855,
28831, 28862, 28849, 28848, 28833, {f: 2, c: 28852}, 28841, 29249,
{f: 2, c: 29257}, 29292, 29296, 29299, 29294, 29386, 29412, 29416, 29419,
29407, 29418, 29414, 29411, 29573, 29644, 29634, 29640, 29637, 29625,
29622, 29621, 29620, 29675, 29631, 29639, 29630, 29635, 29638, 29624,
29643, 29932, 29934, 29998, {f: 2, c: 30023}, 30119, 30122, 30329, 30404,
30472, {f: 3, c: 30467}, 30474, 30455, 30459, 30458, {f: 2, c: 30695},
30726, {f: 2, c: 30737}, 30725, 30736, 30735, 30734, [30729, 58095], 30723,
30739, 31050, 31052, 31051, 31045, 31044, 31189, 31181, 31183, 31190,
31182, 31360, 31358, 31441, {f: 2, c: 31488}, 31866, {f: 2, c: 31864},
{f: 3, c: 31871}, 32003, 32008, 32001, 32600, 32657, 32653, 32702, 32775,
{f: 2, c: 32782}, 32788, 32823, 32984, 32967, 32992, 32977, 32968, 32962,
32976, 32965, 32995, 32985, 32988, 32970, 32981, 32969, 32975, 32983,
32998, 32973, 33279, 33313, 33428, 33497, 33534, 33529, 33543, 33512,
33536, 33493, 33594, 33515, 33494, 33524, 33516, 33505, 33522, 33525,
33548, 33531, 33526, 33520, 33514, 33508, 33504, 33530, 33523, 33517,
34423, 34420, 34428, 34419, 34881, 34894, 34919, 34922, 34921, 35283,
35332, 35335, 36210, 36835, 36833, 36846, 36832, 37105, 37053, 37055,
37077, 37061, 37054, 37063, 37067, 37064, [37332, 60294], 37331, 38484,
38479, 38481, 38483, 38474, 38478, 20510, 20485, 20487, 20499, 20514,
20528, 20507, 20469, 20468, 20531, 20535, 20524, {f: 2, c: 20470}, 20503,
20508, 20512, 20519, 20533, 20527, 20529, 20494, 20826, 20884, 20883,
20938, {f: 2, c: 20932}, 20936, 20942, 21089, 21082, 21074,
{f: 2, c: 21086}, 21077, 21090, 21197, 21262, 21406, 21798, 21730, 21783,
21778, 21735, 21747, 21732, 21786, 21759, 21764, 21768, 21739, 21777,
21765, 21745, 21770, 21755, {f: 2, c: 21751}, 21728, 21774, 21763, 21771,
{f: 2, c: 22273}, 22476, 22578, 22485, 22482, 22458, 22470, 22461, 22460,
22456, 22454, 22463, 22471, 22480, 22457, 22465, 22798, 22858, 23065,
23062, {f: 2, c: 23085}, 23061, 23055, 23063, 23050, 23070, 23091, 23404,
23463, 23469, 23468, 23555, 23638, 23636, 23788, 23807, 23790, 23793,
23799, 23808, 23801, 24105, 24104, 24232, 24238, 24234, 24236, 24371,
24368, 24423, 24669, 24666, 24679, 24641, 24738, 24712, 24704, 24722,
24705, 24733, 24707, 24725, 24731, 24727, 24711, 24732, 24718, 25113,
25158, 25330, 25360, 25430, 25388, {f: 2, c: 25412}, 25398, 25411, 25572,
25401, 25419, 25418, 25404, 25385, 25409, 25396, 25432, 25428, 25433,
25389, 25415, 25395, 25434, 25425, 25400, 25431, 25408, 25416, 25930,
25926, 26054, {f: 2, c: 26051}, 26050, 26186, 26207, 26183, 26193,
{f: 2, c: 26386}, 26655, 26650, 26697, {f: 2, c: 26674}, 26683, 26699,
26703, 26646, 26673, 26652, 26677, 26667, 26669, 26671, 26702, 26692,
26676, 26653, 26642, 26644, 26662, 26664, 26670, 26701, 26682, 26661,
26656, 27436, 27439, 27437, 27441, 27444, 27501, 32898, 27528, 27622,
27620, 27624, 27619, 27618, 27623, 27685, 28026, {f: 2, c: 28003}, 28022,
27917, 28001, 28050, 27992, 28002, 28013, 28015, 28049, 28045, 28143,
28031, 28038, 27998, [28007, 59078], 28000, 28055, 28016, 28028, 27999,
28034, 28056, 27951, 28008, 28043, 28030, 28032, 28036, 27926, 28035,
28027, 28029, 28021, 28048, 28892, 28883, 28881, 28893, 28875, 32569,
28898, 28887, 28882, 28894, 28896, 28884, 28877, {f: 3, c: 28869}, 28890,
28878, 28897, 29250, 29304, 29303, 29302, 29440, 29434, 29428, 29438,
29430, 29427, 29435, 29441, 29651, 29657, 29669, 29654, 29628, 29671,
29667, 29673, 29660, 29650, 29659, 29652, 29661, 29658, {f: 2, c: 29655},
29672, {f: 2, c: 29918}, {f: 2, c: 29940}, 29985, 30043, 30047, 30128,
30145, 30139, 30148, 30144, 30143, 30134, 30138, 30346, 30409, 30493,
30491, 30480, 30483, 30482, 30499, 30481, 30485, {f: 2, c: 30489}, 30498,
30503, 30755, 30764, 30754, 30773, 30767, 30760, 30766, 30763, 30753,
30761, 30771, 30762, 30769, 31060, 31067, 31055, 31068, 31059, 31058,
31057, {f: 2, c: 31211}, 31200, 31214, 31213, 31210, 31196, 31198, 31197,
31366, 31369, 31365, {f: 2, c: 31371}, 31370, 31367, 31448, 31504, 31492,
31507, 31493, 31503, 31496, 31498, 31502, 31497, 31506, 31876, 31889,
31882, 31884, 31880, 31885, 31877, 32030, 32029, 32017, 32014, 32024,
32022, 32019, 32031, 32018, 32015, 32012, 32604, 32609, 32606, 32608,
32605, 32603, 32662, 32658, 32707, 32706, 32704, 32790, 32830, 32825,
33018, 33010, 33017, 33013, 33025, 33019, 33024, 33281, 33327, 33317,
33587, 33581, 33604, 33561, 33617, 33573, 33622, 33599, 33601, 33574,
33564, 33570, 33602, 33614, 33563, 33578, 33544, 33596, 33613, 33558,
33572, 33568, 33591, 33583, 33577, 33607, 33605, 33612, 33619, 33566,
33580, 33611, 33575, 33608, 34387, 34386, 34466, 34472, 34454, 34445,
34449, 34462, 34439, 34455, 34438, 34443, 34458, 34437, 34469, 34457,
34465, 34471, 34453, 34456, 34446, 34461, 34448, 34452, {f: 2, c: 34883},
34925, {f: 2, c: 34933}, 34930, 34944, 34929, 34943, 34927, 34947, 34942,
34932, 34940, 35346, 35911, 35927, 35963, 36004, 36003, 36214, 36216,
36277, 36279, 36278, 36561, 36563, 36862, 36853, 36866, 36863, 36859,
36868, 36860, 36854, 37078, 37088, {f: 2, c: 37081}, 37091, 37087, 37093,
37080, 37083, 37079, 37084, 37092, 37200, {f: 2, c: 37198}, 37333, 37346,
37338, 38492, 38495, 38588, 39139, [12221, 39647], [12223, 39727], 20095,
20592, 20586, 20577, 20574, 20576, 20563, 20555, 20573, 20594, 20552,
20557, 20545, 20571, 20554, 20578, 20501, 20549, 20575, 20585, 20587,
{f: 2, c: 20579}, 20550, 20544, 20590, 20595, 20567, 20561, 20944, 21099,
21101, 21100, 21102, 21206, 21203, 21293, 21404, {f: 2, c: 21877}, 21820,
21837, 21840, 21812, 21802, 21841, 21858, 21814, 21813, 21808, 21842,
21829, 21772, 21810, 21861, 21838, 21817, 21832, 21805, 21819, 21824,
21835, 22282, 22279, 22523, 22548, 22498, 22518, 22492, 22516, 22528,
22509, 22525, 22536, 22520, 22539, 22515, 22479, 22535, 22510, 22499,
22514, 22501, 22508, 22497, 22542, 22524, 22544, 22503, 22529, 22540,
22513, 22505, 22512, 22541, 22532, 22876, 23136, 23128, 23125,
[23143, 60437], 23134, 23096, 23093, 23149, 23120, 23135, 23141, 23148,
23123, 23140, 23127, 23107, 23133, 23122, 23108, 23131, 23112, 23182,
23102, 23117, 23097, 23116, 23152, 23145, 23111, 23121, 23126, 23106,
23132, 23410, 23406, 23489, 23488, 23641, 23838, 23819, 23837, 23834,
23840, 23820, 23848, 23821, 23846, 23845, 23823, 23856, 23826, 23843,
23839, 23854, 24126, 24116, 24241, 24244, 24249, {f: 2, c: 24242}, 24374,
24376, 24475, 24470, 24479, 24714, 24720, 24710, 24766, 24752, 24762,
{f: 2, c: 24787}, 24783, 24804, 24793, 24797, 24776, 24753, 24795, 24759,
24778, 24767, 24771, 24781, 24768, 25394, 25445, 25482, 25474, 25469,
25533, 25502, 25517, 25501, 25495, 25515, 25486, 25455, 25479, 25488,
25454, 25519, 25461, 25500, 25453, 25518, 25468, 25508, 25403, 25503,
25464, 25477, 25473, 25489, 25485, 25456, 25939, 26061, 26213, 26209,
26203, 26201, 26204, 26210, 26392, 26745, 26759, 26768, 26780,
{f: 2, c: 26733}, 26798, 26795, 26966, 26735, 26787, 26796, 26793, 26741,
26740, 26802, 26767, 26743, 26770, 26748, 26731, 26738, 26794, 26752,
26737, 26750, 26779, 26774, 26763, 26784, 26761, 26788, 26744, 26747,
26769, 26764, 26762, 26749, 27446, 27443, {f: 2, c: 27447}, 27537, 27535,
{f: 2, c: 27533}, 27532, 27690, 28096, 28075, 28084, 28083, 28276, 28076,
28137, 28130, 28087, 28150, 28116, 28160, 28104, 28128, 28127, 28118,
28094, 28133, {f: 2, c: 28124}, 28123, 28148, 28106, 28093, 28141, 28144,
28090, 28117, 28098, 28111, 28105, 28112, 28146, 28115, 28157, 28119,
28109, 28131, 28091, 28922, 28941, 28919, 28951, 28916, 28940, 28912,
28932, 28915, 28944, 28924, 28927, 28934, 28947, 28928, 28920, 28918,
28939, 28930, 28942, 29310, {f: 2, c: 29307}, 29311, 29469, 29463, 29447,
29457, 29464, 29450, 29448, 29439, 29455, 29470, 29576, 29686, 29688,
29685, 29700, 29697, 29693, 29703, 29696, 29690, 29692, 29695, 29708,
29707, 29684, 29704, 30052, 30051, 30158, 30162, 30159, {f: 2, c: 30155},
30161, 30160, 30351, 30345, 30419, 30521, 30511, 30509, {f: 2, c: 30513},
30516, 30515, 30525, 30501, 30523, 30517, 30792, 30802, 30793, 30797,
30794, 30796, 30758, 30789, 30800, 31076, 31079, {f: 2, c: 31081}, 31075,
31083, 31073, 31163, 31226, 31224, {f: 2, c: 31222}, 31375, 31380, 31376,
31541, 31547, 31540, 31525, 31536, 31522, 31524, 31539, 31512, 31530,
31517, 31537, 31531, 31533, 31535, 31538, 31544, 31514, 31523, 31892,
31896, 31894, 31907, 32053, 32061, 32056, 32054, 32058, 32069, 32044,
32041, 32065, 32071, {f: 2, c: 32062}, 32074, 32059, 32040, 32611, 32661,
{f: 2, c: 32668}, 32667, {f: 2, c: 32714}, 32717, {f: 2, c: 32720}, 32711,
32719, 32713, 32799, 32798, 32795, 32839, 32835, 32840, 33048, 33061,
33049, 33051, 33069, 33055, 33068, 33054, 33057, 33045, 33063, 33053,
33058, 33297, 33336, 33331, 33338, 33332, 33330, 33396, 33680, 33699,
33704, 33677, 33658, 33651, 33700, 33652, 33679, 33665, 33685, 33689,
33653, 33684, 33705, 33661, 33667, 33676, 33693, 33691, 33706, 33675,
33662, 33701, 33711, 33672, 33687, 33712, 33663, 33702, 33671, 33710,
33654, 34393, 34390, 34495, 34487, 34498, 34497, 34501, 34490, 34480,
34504, 34489, 34483, 34488, 34508, 34484, {f: 2, c: 34491}, 34499,
{f: 2, c: 34493}, 34898, 34953, 34965, 34984, 34978, 34986, 34970, 34961,
34977, 34975, 34968, 34983, 34969, 34971, 34967, 34980, 34988, 34956,
34963, 34958, 35202, 35286, 35289, 35285, 35376, 35367, 35372, 35358,
35897, 35899, {f: 2, c: 35932}, 35965, 36005, 36221, 36219, 36217, 36284,
36290, 36281, 36287, 36289, 36568, 36574, 36573, 36572, 36567,
{f: 2, c: 36576}, 36900, 36875, 36881, 36892, 36876, 36897, 37103, 37098,
37104, 37108, {f: 2, c: 37106}, 37076, {f: 2, c: 37099}, 37097, 37206,
37208, 37210, 37203, 37205, 37356, 37364, 37361, 37363, 37368, 37348,
37369, {f: 2, c: 37354}, 37367, 37352, 37358, 38266, 38278, 38280, 38524,
38509, 38507, 38513, 38511, 38591, 38762, 38916, 39141, 39319, 20635,
20629, 20628, 20638, 20619, 20643, 20611, 20620, 20622, 20637, 20584,
20636, 20626, 20610, 20615, 20831, 20948, 21266, 21265, 21412, 21415,
21905, 21928, 21925, 21933, 21879, 22085, 21922, 21907, 21896, 21903,
21941, 21889, 21923, 21906, 21924, 21885, 21900, 21926, 21887, 21909,
21921, 21902, 22284, 22569, 22583, 22553, 22558, 22567, 22563, 22568,
22517, 22600, 22565, 22556, 22555, 22579, 22591, 22582, 22574, 22585,
22584, 22573, 22572, 22587, 22881, 23215, 23188, 23199, 23162, 23202,
23198, 23160, 23206, 23164, 23205, 23212, 23189, 23214, 23095, 23172,
23178, 23191, 23171, 23179, 23209, 23163, 23165, 23180, 23196, 23183,
23187, 23197, 23530, 23501, 23499, 23508, 23505, 23498, 23502, 23564,
23600, 23863, 23875, 23915, 23873, 23883, 23871, 23861, 23889, 23886,
23893, 23859, 23866, 23890, 23869, 23857, 23897, 23874, 23865, 23881,
23864, 23868, 23858, 23862, 23872, 23877, 24132, 24129, [24408, 57673],
24486, 24485, 24491, 24777, 24761, 24780, 24802, 24782, 24772, 24852,
24818, 24842, 24854, 24837, 24821, 24851, 24824, 24828, 24830, 24769,
24835, 24856, 24861, 24848, 24831, 24836, 24843, 25162, 25492, 25521,
25520, 25550, 25573, 25576, 25583, 25539, 25757, 25587, 25546, 25568,
25590, 25557, 25586, 25589, 25697, 25567, 25534, 25565, 25564, 25540,
25560, 25555, 25538, 25543, 25548, 25547, 25544, 25584, 25559, 25561,
25906, 25959, 25962, 25956, 25948, 25960, 25957, 25996, {f: 2, c: 26013},
26030, 26064, 26066, 26236, 26220, 26235, 26240, 26225, 26233, 26218,
26226, 26369, 26892, 26835, 26884, 26844, 26922, 26860, 26858, 26865,
26895, 26838, 26871, 26859, 26852, 26870, 26899, 26896, 26867, 26849,
26887, 26828, 26888, 26992, 26804, 26897, 26863, 26822, 26900, 26872,
26832, 26877, 26876, 26856, 26891, 26890, 26903, 26830, 26824,
{f: 2, c: 26845}, 26854, 26868, 26833, 26886, 26836, 26857, 26901, 26917,
26823, 27449, 27451, 27455, 27452, 27540, 27543, 27545, 27541, 27581,
27632, {f: 2, c: 27634}, 27696, 28156, {f: 2, c: 28230}, 28191, 28233,
28296, {f: 2, c: 28220}, 28229, 28258, 28203, 28223, 28225, 28253, 28275,
28188, 28211, 28235, 28224, 28241, 28219, 28163, 28206, 28254, 28264,
28252, 28257, 28209, 28200, 28256, 28273, 28267, 28217, 28194, 28208,
28243, 28261, 28199, 28280, 28260, 28279, 28245, 28281, 28242, 28262,
{f: 2, c: 28213}, 28250, 28960, 28958, 28975, 28923, 28974, 28977, 28963,
28965, 28962, 28978, 28959, 28968, 28986, 28955, 29259, 29274,
{f: 2, c: 29320}, 29318, 29317, 29323, 29458, 29451, 29488, 29474, 29489,
29491, 29479, 29490, 29485, 29478, 29475, 29493, 29452, 29742, 29740,
29744, 29739, 29718, 29722, 29729, 29741, 29745, 29732, 29731, 29725,
29737, 29728, 29746, 29947, 29999, 30063, 30060, 30183, 30170, 30177,
30182, 30173, 30175, 30180, 30167, 30357, 30354, 30426, {f: 2, c: 30534},
30532, 30541, 30533, 30538, 30542, {f: 2, c: 30539}, 30686, 30700, 30816,
{f: 2, c: 30820}, 30812, 30829, 30833, 30826, 30830, 30832, 30825, 30824,
30814, 30818, 31092, 31091, 31090, 31088, 31234, 31242, 31235, 31244,
31236, 31385, 31462, 31460, 31562, 31559, 31556, 31560, 31564, 31566,
31552, 31576, 31557, 31906, 31902, 31912, 31905, 32088, 32111, 32099,
32083, 32086, 32103, 32106, 32079, 32109, 32092, 32107, 32082, 32084,
32105, 32081, 32095, 32078, {f: 2, c: 32574}, {f: 2, c: 32613}, 32674,
{f: 2, c: 32672}, 32727, 32849, {f: 2, c: 32847}, 33022, 32980, 33091,
33098, 33106, 33103, 33095, 33085, 33101, 33082, 33254, 33262,
{f: 3, c: 33271}, 33284, {f: 2, c: 33340}, 33343, 33397, 33595,
[33743, 60382], 33785, 33827, 33728, 33768, 33810, 33767, 33764, 33788,
33782, 33808, 33734, 33736, 33771, 33763, 33727, 33793, 33757, 33765,
33752, 33791, 33761, 33739, 33742, 33750, 33781, 33737, 33801,
[33807, 58332], 33758, 33809, 33798, 33730, 33779, 33749, 33786, 33735,
33745, 33770, 33811, 33690, 33731, 33772, 33774, 33732, 33787, 33751,
33762, 33819, 33755, 33790, 34520, 34530, 34534, 34515, 34531, 34522,
34538, 34525, 34539, 34524, 34540, 34537, 34519, 34536, 34513, 34888,
34902, 34901, 35002, 35031, 35001, 35000, 35008, 35006, 34998, 35004,
34999, 35005, 34994, 35073, 35017, 35221, 35224, 35223, 35293,
{f: 2, c: 35290}, 35406, 35405, 35385, 35417, 35392, {f: 2, c: 35415},
{f: 2, c: 35396}, 35410, 35400, 35409, 35402, 35404, 35407, 35935, 35969,
35968, 36026, 36030, 36016, 36025, 36021, 36228, 36224, 36233, 36312,
36307, 36301, 36295, 36310, 36316, 36303, 36309, 36313, 36296, 36311,
36293, 36591, 36599, 36602, 36601, 36582, 36590, 36581, 36597,
{f: 2, c: 36583}, 36598, 36587, 36593, 36588, 36596, 36585, 36909, 36916,
36911, 37126, 37164, [37124, 60367], 37119, 37116, 37128, 37113, 37115,
37121, 37120, 37127, 37125, 37123, 37217, 37220, 37215, 37218, 37216,
37377, 37386, 37413, 37379, 37402, 37414, 37391, 37388, 37376, 37394,
37375, 37373, 37382, 37380, 37415, 37378, 37404, 37412, 37401, 37399,
37381, 37398, 38267, 38285, 38284, 38288, 38535, 38526, {f: 2, c: 38536},
38531, 38528, 38594, 38600, 38595, 38641, 38640, 38764, 38768, 38766,
38919, 39081, 39147, 40166, [12235, 40697], {f: 2, c: 20099}, 20150, 20669,
20671, 20678, 20654, 20676, 20682, 20660, 20680, 20674, 20656, 20673,
20666, 20657, 20683, 20681, 20662, 20664, 20951, 21114, 21112,
{f: 2, c: 21115}, 21955, 21979, 21964, 21968, 21963, 21962, 21981,
[21952, 64013], 21972, 21956, 21993, 21951, 21970, 21901, 21967, 21973,
21986, 21974, 21960, 22002, 21965, 21977, 21954, 22292, 22611, 22632,
22628, 22607, 22605, 22601, 22639, 22613, 22606, 22621, 22617, 22629,
22619, 22589, 22627, 22641, 22780, 23239, 23236, 23243, 23226, 23224,
23217, 23221, 23216, 23231, 23240, 23227, 23238, 23223, 23232, 23242,
23220, 23222, 23245, 23225, 23184, 23510, {f: 2, c: 23512}, 23583, 23603,
23921, 23907, 23882, 23909, 23922, 23916, 23902, 23912, 23911, 23906,
24048, 24143, 24142, 24138, 24141, 24139, 24261, 24268, 24262, 24267,
24263, 24384, 24495, 24493, 24823, {f: 2, c: 24905}, 24875, 24901, 24886,
24882, 24878, 24902, 24879, 24911, 24873, 24896, 25120, 37224, 25123,
25125, 25124, 25541, 25585, 25579, 25616, 25618, 25609, 25632, 25636,
25651, 25667, 25631, 25621, 25624, 25657, 25655, {f: 2, c: 25634}, 25612,
25638, 25648, 25640, 25665, 25653, 25647, 25610, 25626, 25664, 25637,
25639, 25611, 25575, 25627, 25646, 25633, 25614, 25967, 26002, 26067,
26246, 26252, 26261, 26256, 26251, 26250, 26265, 26260, 26232, 26400,
26982, 26975, 26936, 26958, 26978, 26993, 26943, 26949, 26986, 26937,
26946, 26967, 26969, 27002, {f: 2, c: 26952}, 26933, 26988, 26931, 26941,
26981, 26864, 27000, 26932, 26985, 26944, 26991, 26948, 26998, 26968,
26945, 26996, 26956, 26939, 26955, 26935, 26972, 26959, 26961, 26930,
26962, 26927, 27003, 26940, 27462, 27461, 27459, 27458, 27464, 27457,
27547, {f: 2, c: 27643}, 27641, {f: 2, c: 27639}, 28315, 28374, 28360,
28303, 28352, 28319, {f: 2, c: 28307}, 28320, 28337, 28345, 28358, 28370,
28349, 28353, 28318, 28361, 28343, 28336, 28365, 28326, 28367, 28338,
28350, 28355, 28380, 28376, 28313, 28306, 28302, 28301, 28324, 28321,
28351, 28339, 28368, 28362, 28311, 28334, 28323, 28999, 29012, 29010,
29027, 29024, 28993, 29021, [29026, 61080], 29042, 29048, 29034, 29025,
28994, 29016, 28995, 29003, 29040, 29023, 29008, 29011, 28996, 29005,
29018, 29263, 29325, 29324, 29329, 29328, 29326, 29500, 29506, 29499,
29498, 29504, 29514, 29513, 29764, {f: 2, c: 29770}, 29778, 29777, 29783,
29760, {f: 2, c: 29775}, 29774, 29762, 29766, 29773, 29780, 29921, 29951,
29950, 29949, 29981, 30073, 30071, 27011, 30191, 30223, 30211, 30199,
30206, 30204, [30201, 60782], 30200, 30224, 30203, 30198, 30189, 30197,
30205, 30361, 30389, 30429, 30549, {f: 2, c: 30559}, 30546, 30550, 30554,
30569, 30567, 30548, 30553, 30573, 30688, 30855, 30874, 30868, 30863,
30852, 30869, {f: 2, c: 30853}, 30881, 30851, 30841, 30873, 30848, 30870,
30843, 31100, 31106, 31101, 31097, 31249, {f: 2, c: 31256}, 31250, 31255,
31253, 31266, 31251, 31259, 31248, 31395, 31394, 31390, 31467, 31590,
31588, 31597, 31604, 31593, 31602, 31589, 31603, 31601, 31600, 31585,
31608, 31606, 31587, 31922, 31924, 31919, 32136, 32134, 32128, 32141,
32127, 32133, 32122, 32142, 32123, 32131, 32124, 32140, 32148, 32132,
32125, 32146, 32621, 32619, {f: 2, c: 32615}, 32620, 32678, 32677, 32679,
{f: 2, c: 32731}, 32801, 33124, 33120, 33143, 33116, 33129, 33115, 33122,
33138, 26401, 33118, 33142, 33127, 33135, 33092, 33121, 33309, 33353,
33348, 33344, 33346, 33349, 34033, 33855, 33878, 33910, 33913, 33935,
33933, 33893, 33873, 33856, 33926, 33895, 33840, 33869, 33917, 33882,
33881, 33908, 33907, 33885, 34055, 33886, 33847, 33850, 33844, 33914,
33859, 33912, 33842, 33861, 33833, 33753, 33867, 33839, 33858, 33837,
33887, 33904, 33849, 33870, 33868, 33874, 33903, 33989, 33934, 33851,
33863, 33846, 33843, 33896, 33918, 33860, 33835, 33888, 33876, 33902,
33872, 34571, 34564, 34551, 34572, 34554, 34518, 34549, 34637, 34552,
34574, 34569, 34561, 34550, 34573, 34565, 35030, 35019, {f: 2, c: 35021},
35038, 35035, 35034, 35020, 35024, 35205, 35227, 35295, 35301, 35300,
35297, 35296, 35298, 35292, 35302, 35446, 35462, 35455, 35425, 35391,
35447, 35458, 35460, 35445, 35459, 35457, 35444, 35450, 35900, 35915,
35914, 35941, 35940, 35942, 35974, {f: 2, c: 35972}, 36044,
{f: 2, c: 36200}, 36241, 36236, {f: 2, c: 36238}, 36237, {f: 2, c: 36243},
36240, 36242, 36336, 36320, 36332, 36337, 36334, 36304, 36329, 36323,
36322, 36327, 36338, 36331, 36340, 36614, 36607, 36609, 36608, 36613,
{f: 2, c: 36615}, 36610, [36619, 60507], 36946, 36927, 36932, 36937, 36925,
37136, 37133, 37135, 37137, 37142, 37140, 37131, 37134, {f: 2, c: 37230},
37448, 37458, 37424, 37434, 37478, 37427, 37477, 37470, 37507, 37422,
37450, 37446, 37485, 37484, 37455, 37472, 37479, 37487, 37430, 37473,
37488, 37425, 37460, 37475, 37456, 37490, 37454, 37459, 37452, 37462,
37426, 38303, 38300, 38302, 38299, {f: 2, c: 38546}, 38545, 38551, 38606,
38650, 38653, 38648, 38645, 38771, {f: 2, c: 38775}, 38770, 38927,
{f: 2, c: 38925}, 39084, 39158, 39161, 39343, 39346, 39344, 39349, 39597,
39595, 39771, 40170, 40173, 40167, 40576, [12236, 40701], 20710, 20692,
20695, 20712, 20723, 20699, 20714, 20701, 20708, 20691, 20716, 20720,
20719, 20707, 20704, 20952, {f: 2, c: 21120}, 21225, 21227, 21296, 21420,
22055, 22037, 22028, 22034, 22012, 22031, 22044, 22017, 22035, 22018,
22010, 22045, 22020, 22015, 22009, 22665, 22652, 22672, 22680, 22662,
22657, 22655, 22644, 22667, 22650, 22663, 22673, 22670, 22646, 22658,
22664, 22651, 22676, 22671, 22782, 22891, 23260, 23278, 23269, 23253,
23274, 23258, 23277, 23275, 23283, 23266, 23264, 23259, 23276, 23262,
23261, 23257, 23272, 23263, 23415, 23520, 23523, 23651, 23938, 23936,
23933, 23942, 23930, 23937, 23927, 23946, 23945, 23944, 23934, 23932,
23949, 23929, 23935, {f: 2, c: 24152}, 24147, 24280, 24273, 24279, 24270,
24284, 24277, 24281, 24274, 24276, 24388, 24387, 24431, 24502, 24876,
24872, 24897, 24926, 24945, 24947, {f: 2, c: 24914}, 24946, 24940, 24960,
24948, 24916, 24954, 24923, 24933, 24891, 24938, 24929, 24918, 25129,
25127, 25131, 25643, 25677, 25691, 25693, 25716, 25718, {f: 2, c: 25714},
25725, 25717, 25702, 25766, 25678, 25730, 25694, 25692, 25675, 25683,
25696, 25680, 25727, 25663, 25708, 25707, 25689, 25701, 25719, 25971,
26016, 26273, 26272, 26271, 26373, 26372, 26402, 27057, 27062, 27081,
27040, 27086, 27030, 27056, 27052, 27068, 27025, 27033, 27022, 27047,
27021, 27049, 27070, 27055, 27071, 27076, 27069, 27044, 27092, 27065,
27082, 27034, 27087, 27059, 27027, 27050, 27041, 27038, 27097, 27031,
27024, 27074, 27061, 27045, 27078, 27466, 27469, 27467, {f: 3, c: 27550},
{f: 2, c: 27587}, 27646, 28366, 28405, 28401, 28419, 28453, 28408, 28471,
28411, 28462, 28425, 28494, {f: 2, c: 28441}, 28455, 28440, 28475, 28434,
28397, 28426, 28470, 28531, 28409, 28398, 28461, 28480, 28464, 28476,
28469, 28395, 28423, 28430, 28483, 28421, 28413, 28406, 28473, 28444,
28412, 28474, 28447, 28429, 28446, 28424, 28449, 29063, 29072, 29065,
29056, 29061, 29058, 29071, 29051, 29062, 29057, 29079, 29252, 29267,
29335, 29333, 29331, 29507, 29517, 29521, 29516, 29794, 29811, 29809,
29813, 29810, 29799, 29806, 29952, {f: 2, c: 29954}, 30077, 30096, 30230,
30216, 30220, 30229, 30225, 30218, 30228, 30392, 30593, 30588, 30597,
30594, 30574, 30592, 30575, 30590, 30595, 30898, 30890, 30900, 30893,
30888, 30846, 30891, 30878, 30885, 30880, 30892, 30882, 30884, 31128,
{f: 2, c: 31114}, 31126, 31125, 31124, 31123, 31127, 31112, 31122, 31120,
31275, 31306, 31280, 31279, 31272, 31270, 31400, {f: 2, c: 31403}, 31470,
31624, 31644, 31626, 31633, 31632, 31638, 31629, 31628, 31643, 31630,
31621, 31640, 21124, 31641, 31652, 31618, 31931, 31935, 31932, 31930,
32167, 32183, 32194, 32163, 32170, 32193, 32192, 32197, 32157, 32206,
32196, 32198, {f: 2, c: 32203}, 32175, 32185, 32150, 32188, 32159, 32166,
32174, 32169, 32161, 32201, 32627, {f: 2, c: 32738}, 32741, 32734, 32804,
32861, 32860, 33161, 33158, 33155, 33159, 33165, 33164, 33163, 33301,
33943, 33956, 33953, 33951, 33978, 33998, 33986, 33964, 33966, 33963,
33977, 33972, 33985, 33997, 33962, 33946, 33969, 34000, 33949, 33959,
33979, 33954, 33940, 33991, 33996, 33947, 33961, 33967, [33960, 58327],
34006, 33944, 33974, 33999, 33952, 34007, 34004, 34002, 34011, 33968,
33937, 34401, 34611, 34595, 34600, 34667, 34624, 34606, 34590, 34593,
34585, 34587, 34627, 34604, 34625, 34622, 34630, 34592, 34610, 34602,
34605, 34620, 34578, 34618, 34609, 34613, 34626, {f: 2, c: 34598}, 34616,
34596, 34586, 34608, 34577, 35063, 35047, {f: 2, c: 35057}, 35066, 35070,
35054, 35068, 35062, 35067, 35056, 35052, 35051, 35229, 35233, 35231,
35230, 35305, 35307, 35304, 35499, 35481, 35467, 35474, 35471, 35478,
35901, {f: 2, c: 35944}, 36053, 36047, 36055, 36246, 36361, 36354, 36351,
36365, 36349, 36362, 36355, 36359, 36358, 36357, 36350, 36352, 36356,
{f: 2, c: 36624}, 36622, 36621, 37155, 37148, 37152, 37154, 37151, 37149,
37146, 37156, 37153, 37147, 37242, 37234, 37241, 37235, 37541, 37540,
37494, 37531, 37498, 37536, 37524, 37546, 37517, 37542, 37530, 37547,
37497, 37527, 37503, 37539, 37614, 37518, 37506, 37525, 37538, 37501,
37512, 37537, 37514, 37510, 37516, 37529, 37543, 37502, 37511, 37545,
37533, 37515, 37421, 38558, 38561, 38655, 38744, 38781, 38778, 38782,
38787, 38784, 38786, 38779, 38788, 38785, 38783, 38862, 38861, 38934,
{f: 2, c: 39085}, 39170, 39168, 39175, 39325, 39324, 39363, 39353, 39355,
39354, 39362, 39357, 39367, 39601, 39651, 39655, {f: 2, c: 39742},
{f: 2, c: 39776}, 39775, {f: 2, c: 40177}, 40181, 40615, 20735, 20739,
20784, 20728, {f: 2, c: 20742}, 20726, 20734, {f: 2, c: 20747}, 20733,
20746, {f: 2, c: 21131}, 21233, 21231, 22088, 22082, 22092, 22069, 22081,
22090, 22089, 22086, 22104, 22106, 22080, 22067, 22077, 22060, 22078,
22072, 22058, 22074, 22298, 22699, 22685, 22705, 22688, 22691, 22703,
22700, 22693, 22689, 22783, 23295, 23284, 23293, 23287, 23286, 23299,
23288, 23298, 23289, 23297, 23303, 23301, 23311, 23655, 23961, 23959,
23967, 23954, 23970, 23955, 23957, 23968, 23964, 23969, 23962, 23966,
24169, 24157, 24160, 24156, 32243, 24283, 24286, 24289, 24393, 24498,
24971, 24963, 24953, 25009, 25008, 24994, 24969, 24987, 24979, 25007,
25005, 24991, 24978, 25002, 24993, 24973, 24934, 25011, 25133, 25710,
25712, 25750, 25760, 25733, 25751, 25756, 25743, 25739, 25738, 25740,
25763, 25759, 25704, 25777, 25752, 25974, 25978, 25977, 25979,
{f: 2, c: 26034}, 26293, 26288, 26281, 26290, 26295, 26282, 26287, 27136,
27142, 27159, 27109, 27128, 27157, 27121, 27108, 27168, 27135, 27116,
27106, 27163, 27165, 27134, 27175, 27122, 27118, 27156, 27127, 27111,
27200, 27144, 27110, 27131, 27149, 27132, 27115, 27145, 27140, 27160,
27173, 27151, 27126, 27174, 27143, 27124, 27158, 27473, 27557, 27555,
27554, 27558, 27649, 27648, 27647, 27650, 28481, 28454, 28542, 28551,
28614, 28562, 28557, 28553, 28556, 28514, 28495, 28549, 28506, 28566,
28534, 28524, 28546, 28501, 28530, 28498, 28496, 28503, 28564, 28563,
28509, 28416, 28513, 28523, 28541, 28519, 28560, 28499, 28555, 28521,
28543, 28565, 28515, 28535, 28522, 28539, 29106, 29103, 29083, 29104,
29088, 29082, 29097, 29109, 29085, 29093, 29086, 29092, 29089, 29098,
29084, 29095, 29107, 29336, 29338, 29528, 29522, {f: 3, c: 29534}, 29533,
29531, 29537, 29530, 29529, 29538, 29831, {f: 2, c: 29833}, 29830, 29825,
29821, 29829, 29832, 29820, [29817, 58868], 29960, 29959, 30078, 30245,
30238, 30233, 30237, 30236, 30243, 30234, 30248, 30235, {f: 3, c: 30364},
30363, 30605, 30607, 30601, 30600, 30925, 30907, 30927, 30924, 30929,
30926, 30932, 30920, {f: 2, c: 30915}, 30921, 31130, 31137, 31136, 31132,
31138, [31131, 59175], 27510, 31289, 31410, 31412, 31411, 31671, 31691,
31678, 31660, 31694, 31663, 31673, 31690, 31669, 31941, 31944, 31948,
31947, 32247, 32219, 32234, 32231, 32215, 32225, 32259, 32250, 32230,
32246, 32241, 32240, 32238, 32223, 32630, 32684, 32688, 32685, 32749,
32747, 32746, 32748, 32742, 32744, 32868, 32871, 33187, 33183, 33182,
33173, 33186, 33177, 33175, 33302, 33359, 33363, 33362, 33360, 33358,
33361, 34084, 34107, 34063, 34048, 34089, 34062, 34057, 34061, 34079,
34058, 34087, 34076, 34043, 34091, 34042, 34056, 34060, 34036, 34090,
34034, 34069, 34039, 34027, 34035, 34044, 34066, 34026, 34025, 34070,
34046, 34088, 34077, 34094, 34050, 34045, 34078, 34038, 34097, 34086,
{f: 2, c: 34023}, 34032, 34031, 34041, 34072, 34080, 34096, 34059, 34073,
34095, 34402, 34646, {f: 2, c: 34659}, 34679, 34785, 34675, 34648, 34644,
34651, 34642, 34657, 34650, 34641, 34654, 34669, 34666, 34640, 34638,
34655, 34653, 34671, 34668, 34682, 34670, 34652, 34661, 34639, 34683,
34677, 34658, 34663, 34665, 34906, 35077, 35084, 35092, 35083,
{f: 3, c: 35095}, 35078, 35094, 35089, 35086, 35081, 35234, 35236, 35235,
35309, 35312, 35308, 35535, 35526, 35512, 35539, 35537, {f: 2, c: 35540},
35515, 35543, 35518, 35520, 35525, 35544, 35523, 35514, 35517, 35545,
35902, 35917, 35983, 36069, 36063, 36057, 36072, 36058, 36061, 36071,
36256, 36252, 36257, 36251, 36384, 36387, 36389, 36388, 36398, 36373,
36379, 36374, 36369, 36377, {f: 2, c: 36390}, 36372, 36370, 36376, 36371,
36380, 36375, 36378, 36652, 36644, 36632, 36634, 36640, 36643,
{f: 2, c: 36630}, 36979, 36976, 36975, 36967, 36971, 37167, 37163,
{f: 2, c: 37161}, 37170, 37158, 37166, {f: 2, c: 37253}, 37258,
{f: 2, c: 37249}, 37252, 37248, 37584, {f: 2, c: 37571}, 37568, 37593,
37558, 37583, 37617, 37599, 37592, 37609, 37591, 37597, 37580, 37615,
37570, 37608, 37578, 37576, 37582, 37606, 37581, 37589, 37577, 37600,
37598, 37607, 37585, 37587, 37557, 37601, 37669, 37574, 37556, 38268,
38316, 38315, 38318, 38320, 38564, 38562, 38611, 38661, 38664, 38658,
38746, 38794, 38798, 38792, 38864, 38863, 38942, 38941, 38950, 38953,
38952, 38944, 38939, 38951, 39090, 39176, 39162, 39185, 39188,
{f: 2, c: 39190}, 39189, 39388, 39373, 39375, {f: 2, c: 39379}, 39374,
39369, [39382, 60270], 39384, 39371, 39383, 39372, 39603, 39660, 39659,
39667, 39666, 39665, 39750, 39747, 39783, 39796, 39793, 39782, 39798,
39797, 39792, 39784, 39780, 39788, 40188, 40186, 40189, 40191, 40183,
40199, 40192, 40185, 40187, 40200, 40197, 40196, 40579, 40659,
{f: 2, c: 40719}, 20764, 20755, 20759, 20762, 20753, 20958, 21300, 21473,
22128, 22112, 22126, 22131, 22118, 22115, 22125, 22130, 22110, 22135,
22300, 22299, 22728, 22717, 22729, 22719, 22714, 22722, 22716, 22726,
23319, 23321, 23323, 23329, 23316, 23315, 23312, 23318, [23336, 59539],
23322, 23328, 23326, 23535, 23980, 23985, 23977, 23975, 23989, 23984,
23982, 23978, 23976, 23986, 23981, 23983, 23988, {f: 2, c: 24167}, 24166,
24175, 24297, 24295, 24294, 24296, 24293, 24395, 24508, 24507, 24989,
25000, 24982, 25029, 25012, 25030, 25025, 25036, 25018, 25023, 25016,
24972, 25815, 25814, 25808, 25807, 25801, 25789, 25737, 25795, 25819,
25843, 25817, 25907, 25983, 25980, 26018, 26312, 26302, 26304,
{f: 2, c: 26314}, 26319, 26301, 26299, 26298, 26316, 26403, 27188, 27238,
27209, 27239, 27186, 27240, 27198, 27229, 27245, 27254, 27227, 27217,
27176, 27226, 27195, 27199, 27201, 27242, 27236, 27216, 27215, 27220,
27247, 27241, 27232, 27196, 27230, 27222, 27221, {f: 2, c: 27213}, 27206,
27477, 27476, 27478, 27559, {f: 2, c: 27562}, 27592, 27591, 27652, 27651,
27654, 28589, 28619, 28579, 28615, 28604, 28622, 28616, 28510, 28612,
28605, 28574, 28618, 28584, 28676, 28581, 28590, 28602, 28588, 28586,
28623, 28607, 28600, 28578, 28617, 28587, 28621, 28591, 28594, 28592,
29125, 29122, 29119, 29112, 29142, {f: 2, c: 29120}, 29131, 29140, 29130,
29127, 29135, 29117, 29144, 29116, 29126, {f: 2, c: 29146},
{f: 2, c: 29341}, 29545, {f: 2, c: 29542}, 29548, 29541, 29547, 29546,
29823, 29850, 29856, 29844, 29842, 29845, 29857, 29963, 30080, 30255,
30253, 30257, 30269, 30259, 30268, 30261, 30258, 30256, 30395, 30438,
30618, 30621, 30625, 30620, 30619, {f: 2, c: 30626}, 30613, 30617, 30615,
30941, 30953, 30949, 30954, 30942, 30947, 30939, {f: 2, c: 30945}, 30957,
{f: 2, c: 30943}, 31140, 31300, 31304, 31303, 31414, 31416, 31413, 31409,
31415, 31710, 31715, 31719, 31709, 31701, 31717, 31706, 31720, 31737,
31700, 31722, 31714, 31708, 31723, 31704, 31711, 31954, 31956, 31959,
{f: 2, c: 31952}, 32274, 32289, 32279, 32268, {f: 2, c: 32287}, 32275,
32270, 32284, 32277, 32282, 32290, 32267, 32271, 32278, 32269, 32276,
32293, 32292, 32579, {f: 2, c: 32635}, 32634, 32689, 32751, 32810, 32809,
32876, 33201, 33190, 33198, 33209, 33205, 33195, 33200, 33196, 33204,
33202, 33207, 33191, 33266, {f: 3, c: 33365}, 34134, 34117, 34155, 34125,
34131, 34145, 34136, 34112, 34118, 34148, 34113, 34146, 34116, 34129,
34119, 34147, 34110, 34139, 34161, 34126, 34158, 34165, 34133, 34151,
34144, 34188, 34150, 34141, 34132, 34149, 34156, 34403, 34405, 34404,
34724, 34715, 34703, 34711, 34707, 34706, 34696, 34689, 34710, 34712,
34681, 34695, 34723, 34693, {f: 2, c: 34704}, 34717, 34692, 34708, 34716,
34714, 34697, 35102, 35110, 35120, {f: 2, c: 35117}, 35111, 35121, 35106,
35113, 35107, 35119, 35116, 35103, 35313, 35552, 35554, 35570,
{f: 2, c: 35572}, 35549, 35604, 35556, 35551, 35568, 35528, 35550, 35553,
35560, 35583, 35567, 35579, {f: 2, c: 35985}, 35984, 36085, 36078, 36081,
36080, 36083, 36204, 36206, 36261, 36263, 36403, 36414, 36408, 36416,
36421, 36406, {f: 2, c: 36412}, 36417, 36400, 36415, 36541, [36662, 60329],
36654, 36661, 36658, 36665, 36663, 36660, 36982, 36985, 36987, 36998,
37114, 37171, {f: 2, c: 37173}, 37267, {f: 2, c: 37264}, 37261, 37263,
37671, 37662, 37640, 37663, 37638, 37647, 37754, 37688, 37692, 37659,
37667, 37650, 37633, 37702, 37677, 37646, 37645, 37579, 37661, 37626,
37651, 37625, 37623, 37684, 37634, 37668, 37631, 37673, 37689, 37685,
37674, 37652, 37644, 37643, 37630, 37641, 37632, 37627, 37654, 38332,
38349, 38334, {f: 2, c: 38329}, 38326, 38335, 38325, 38333, 38569, 38612,
38667, 38674, 38672, 38809, 38807, 38804, 38896, 38904, 38965, 38959,
38962, 39204, 39199, 39207, 39209, 39326, 39406, 39404, 39397, 39396,
39408, 39395, 39402, 39401, 39399, 39609, 39615, 39604, 39611, 39670,
39674, 39673, 39671, 39731, 39808, 39813, 39815, 39804, 39806, 39803,
39810, 39827, 39826, 39824, 39802, 39829, 39805, 39816, 40229, 40215,
40224, 40222, 40212, 40233, 40221, 40216, 40226, 40208, 40217, 40223,
40584, {f: 2, c: 40582}, 40622, 40621, {f: 2, c: 40661}, 40698, 40722,
40765, 20774, 20773, 20770, 20772, 20768, 20777, 21236, 22163,
{f: 2, c: 22156}, 22150, 22148, 22147, 22142, 22146, 22143, 22145, 22742,
22740, 22735, 22738, 23341, 23333, 23346, 23331, 23340, 23335, 23334,
23343, 23342, 23419, {f: 2, c: 23537}, 23991, 24172, 24170, 24510, 25027,
25013, 25020, 25063, 25056, 25061, 25060, 25064, 25054, 25839, 25833,
25827, 25835, 25828, 25832, 25985, 25984, 26038, 26074, 26322, 27277,
27286, 27265, 27301, 27273, 27295, 27291, 27297, 27294, 27271, 27283,
27278, 27285, 27267, 27304, 27300, 27281, 27263, 27302, 27290, 27269,
27276, 27282, 27483, 27565, 27657, 28620, 28585, 28660, 28628, 28643,
28636, 28653, 28647, 28646, 28638, 28658, 28637, 28642, 28648, 29153,
29169, 29160, 29170, 29156, 29168, 29154, 29555, {f: 2, c: 29550}, 29847,
29874, 29867, 29840, 29866, 29869, 29873, 29861, 29871, {f: 3, c: 29968},
29967, 30084, 30275, {f: 2, c: 30280}, 30279, 30372, 30441, 30645, 30635,
30642, 30647, 30646, 30644, 30641, 30632, 30704, 30963, 30973, 30978,
{f: 2, c: 30971}, 30975, 30962, 30981, 30969, 30974, 30980, 31147, 31144,
31324, 31323, 31318, 31320, 31316, 31322, 31422, {f: 2, c: 31424}, 31749,
31759, 31730, 31744, 31743, 31739, 31758, 31732, 31755, 31731, 31746,
31753, 31747, 31745, 31736, 31741, [31750, 58176], {f: 2, c: 31728}, 31760,
31754, 31976, 32301, 32316, 32322, 32307, 38984, 32312, 32298, 32329,
32320, 32327, 32297, 32332, 32304, 32315, 32310, 32324, 32314, 32581,
32639, 32638, 32637, 32756, 32754, 32812, 33211, 33220, 33228, 33226,
33221, 33223, 33212, 33257, 33371, 33370, 33372, 34179, 34176, 34191,
34215, 34197, 34208, 34187, 34211, 34171, 34212, 34202, 34206, 34167,
34172, 34185, 34209, 34170, 34168, 34135, 34190, 34198, 34182, 34189,
34201, 34205, 34177, 34210, 34178, 34184, 34181, 34169, 34166, 34200,
34192, 34207, 34408, 34750, 34730, 34733, 34757, 34736, 34732, 34745,
34741, 34748, 34734, 34761, 34755, 34754, 34764, 34743, 34735, 34756,
34762, 34740, 34742, 34751, 34744, 34749, 34782, 34738, 35125, 35123,
35132, 35134, 35137, 35154, 35127, 35138, 35245, 35247, 35246,
{f: 2, c: 35314}, 35614, 35608, 35606, 35601, 35589, 35595, 35618, 35599,
35602, 35605, 35591, 35597, 35592, 35590, 35612, 35603, 35610, 35919,
35952, 35954, 35953, 35951, 35989, 35988, 36089, 36207, 36430, 36429,
36435, 36432, 36428, 36423, 36675, 36672, 36997, 36990, 37176, 37274,
37282, 37275, 37273, 37279, 37281, 37277, 37280, 37793, 37763, 37807,
37732, 37718, 37703, 37756, 37720, 37724, 37750, 37705, {f: 2, c: 37712},
37728, 37741, 37775, 37708, 37738, 37753, 37719, 37717, 37714, 37711,
37745, 37751, 37755, 37729, 37726, 37731, 37735, 37710, 37721, 38343,
38336, 38345, 38339, 38341, 38327, 38574, 38576, 38572, 38688, 38687,
38680, 38685, 38681, 38810, 38817, 38812, 38814, 38813, 38869, 38868,
38897, 38977, 38980, 38986, 38985, 38981, 38979, 39205, {f: 2, c: 39211},
39210, 39219, 39218, 39215, 39213, 39217, 39216, 39320, 39331, 39329,
39426, 39418, 39412, 39415, 39417, 39416, 39414, 39419, {f: 2, c: 39421},
39420, 39427, 39614, 39678, 39677, 39681, 39676, 39752, 39834, 39848,
39838, 39835, 39846, 39841, 39845, 39844, 39814, 39842, 39840, 39855,
40243, 40257, 40295, 40246, {f: 2, c: 40238}, 40241, 40248, 40240, 40261,
{f: 2, c: 40258}, 40254, 40247, 40256, 40253, 32757, 40237, 40586, 40585,
40589, 40624, 40648, 40666, 40699, 40703, 40740, 40739, 40738, 40788,
[12245, 40864], 20785, {f: 2, c: 20781}, 22168, 22172, 22167, 22170, 22173,
22169, 22896, 23356, {f: 2, c: 23657}, 24000, {f: 2, c: 24173}, 25048,
25055, {f: 2, c: 25069}, 25073, 25066, 25072, 25067, 25046, 25065, 25855,
25860, 25853, 25848, 25857, 25859, 25852, 26004, 26075, {f: 2, c: 26330},
26328, 27333, 27321, 27325, 27361, 27334, 27322, {f: 2, c: 27318}, 27335,
27316, 27309, 27486, 27593, 27659, 28679, {f: 2, c: 28684}, 28673, 28677,
28692, 28686, {f: 2, c: 28671}, 28667, 28710, 28668, 28663, 28682,
[29185, 60224], 29183, 29177, 29187, 29181, 29558, 29880, 29888, 29877,
29889, 29886, 29878, 29883, 29890, 29972, 29971, 30300, 30308, 30297,
30288, 30291, 30295, 30298, 30374, 30397, 30444, 30658, 30650, 30988,
{f: 2, c: 30995}, 30985, 30992, 30994, 30993, 31149, 31148, 31327, 31772,
31785, 31769, 31776, 31775, 31789, 31773, 31782, 31784, 31778, 31781,
31792, 32348, 32336, 32342, 32355, 32344, 32354, 32351, 32337, 32352,
32343, 32339, 32693, 32691, {f: 2, c: 32759}, 32885, {f: 2, c: 33233},
33232, 33375, 33374, 34228, 34246, 34240, 34243, 34242, 34227, 34229,
34237, 34247, 34244, 34239, 34251, 34254, 34248, 34245, 34225, 34230,
34258, 34340, 34232, 34231, 34238, 34409, 34791, 34790, 34786, 34779,
34795, 34794, 34789, 34783, 34803, 34788, 34772, 34780, 34771, 34797,
34776, 34787, 34775, 34777, 34817, 34804, 34792, 34781, 35155, 35147,
35151, 35148, 35142, {f: 2, c: 35152}, 35145, 35626, 35623, 35619, 35635,
35632, 35637, 35655, 35631, 35644, 35646, 35633, 35621, 35639, 35622,
35638, 35630, 35620, 35643, 35645, 35642, 35906, 35957, 35993, 35992,
35991, 36094, 36100, 36098, 36096, 36444, 36450, 36448, 36439, 36438,
36446, 36453, 36455, 36443, 36442, 36449, 36445, 36457, 36436,
{f: 3, c: 36678}, 36683, 37160, {f: 2, c: 37178}, 37182, 37288, 37285,
37287, 37295, 37290, 37813, 37772, 37778, 37815, 37787, 37789, 37769,
37799, 37774, 37802, 37790, 37798, 37781, 37768, 37785, 37791, 37760,
37773, 37809, 37777, 37810, 37796, 37800, 37812, 37795, {f: 2, c: 38354},
38353, 38579, 38615, 38618, 24002, 38623, 38616, 38621, 38691, 38690,
38693, 38828, 38830, 38824, 38827, 38820, 38826, 38818, 38821, 38871,
38873, 38870, 38872, 38906, {f: 3, c: 38992}, 39096, 39233, 39228, 39226,
39439, 39435, 39433, 39437, 39428, 39441, 39434, 39429, 39431, 39430,
39616, 39644, 39688, {f: 2, c: 39684}, 39721, 39733, 39754, 39756, 39755,
39879, 39878, 39875, 39871, 39873, 39861, 39864, 39891, 39862, 39876,
39865, 39869, 40284, 40275, 40271, 40266, 40283, 40267, 40281, 40278,
40268, 40279, 40274, 40276, 40287, 40280, 40282, 40590, 40588, 40671,
40705, 40704, [40726, 58693], 40741, 40747, 40746, 40745, 40744, 40780,
40789, {f: 2, c: 20788}, 21142, 21239, 21428, 22187, 22189,
{f: 2, c: 22182}, 22186, 22188, 22746, 22749, 22747, 22802,
{f: 3, c: 23357}, 24003, 24176, 24511, 25083, 25863, 25872, 25869, 25865,
25868, 25870, 25988, 26078, 26077, 26334, 27367, 27360, 27340, 27345,
27353, 27339, 27359, 27356, 27344, 27371, 27343, 27341, 27358, 27488,
27568, 27660, 28697, 28711, 28704, 28694, 28715, {f: 3, c: 28705}, 28713,
28695, 28708, 28700, 29196, 29194, 29191, 29186, 29189, {f: 2, c: 29349},
29348, 29347, 29345, 29899, 29893, 29879, 29891, 29974, 30304,
{f: 2, c: 30665}, 30660, 30705, 31005, 31003, 31009, 31004, 30999, 31006,
31152, {f: 2, c: 31335}, 31795, 31804, 31801, 31788, 31803, 31980, 31978,
32374, 32373, 32376, 32368, 32375, 32367, 32378, 32370, 32372, 32360,
32587, 32586, 32643, 32646, 32695, {f: 2, c: 32765}, 32888, 33239, 33237,
33291, 33380, 33377, 33379, 34283, 34289, 34285, 34265, 34273, 34280,
34266, 34263, 34284, 34290, 34296, 34264, 34271, 34275, 34268, 34257,
34288, 34278, 34287, 34270, 34274, 34816, 34810, 34819, {f: 2, c: 34806},
34825, 34828, 34827, 34822, 34812, 34824, 34815, 34826, 34818, 35170,
{f: 2, c: 35162}, 35159, 35169, 35164, 35160, 35165, 35161, 35208, 35255,
35254, 35318, 35664, 35656, 35658, 35648, 35667, 35670, 35668, 35659,
35669, 35665, 35650, 35666, 35671, 35907, 35959, 35958, 35994,
{f: 2, c: 36102}, 36105, 36268, 36266, 36269, 36267, 36461, 36472, 36467,
36458, 36463, 36475, 36546, 36690, 36689, {f: 2, c: 36687}, 36691, 36788,
37184, 37183, 37296, 37293, 37854, 37831, 37839, 37826, 37850, 37840,
37881, 37868, 37836, 37849, 37801, 37862, 37834, 37844, 37870, 37859,
37845, 37828, 37838, 37824, 37842, 37797, 37863, 38269, {f: 2, c: 38362},
38625, 38697, {f: 2, c: 38699}, 38696, 38694, 38835, 38839, 38838,
{f: 3, c: 38877}, 39004, 39001, 39005, 38999, 39103, 39101, 39099, 39102,
39240, 39239, 39235, {f: 2, c: 39334}, 39450, 39445, 39461, 39453, 39460,
39451, 39458, 39456, 39463, 39459, 39454, 39452, 39444, 39618, 39691,
39690, 39694, 39692, 39735, {f: 2, c: 39914}, 39904, 39902, 39908, 39910,
39906, 39920, 39892, 39895, 39916, 39900, 39897, 39909, 39893, 39905,
39898, 40311, 40321, 40330, 40324, 40328, 40305, 40320, 40312, 40326,
{f: 2, c: 40331}, 40317, 40299, {f: 2, c: 40308}, 40304, 40297, 40325,
40307, 40315, 40322, 40303, 40313, 40319, 40327, 40296, 40596, 40593,
40640, 40700, 40749, {f: 2, c: 40768}, 40781, {f: 3, c: 40790}, 21303,
22194, 22197, 22195, 22755, 23365, {f: 2, c: 24006}, {f: 2, c: 24302},
{f: 2, c: 24512}, 25081, 25879, 25878, 25877, 25875, 26079, 26344,
{f: 2, c: 26339}, 27379, 27376, 27370, 27368, 27385, 27377,
{f: 2, c: 27374}, 28732, 28725, 28719, 28727, 28724, 28721, 28738, 28728,
28735, 28730, 28729, 28714, 28736, 28731, 28723, 28737, {f: 2, c: 29203},
29352, 29565, 29564, 29882, 30379, 30378, 30398, 30445, 30668,
{f: 2, c: 30670}, 30669, 30706, 31013, 31011, {f: 2, c: 31015}, 31012,
31017, 31154, 31342, {f: 2, c: 31340}, 31479, 31817, 31816, 31818, 31815,
31813, 31982, 32379, 32382, 32385, 32384, 32698, 32767, 32889, 33243,
33241, {f: 2, c: 33384}, 34338, 34303, 34305, 34302, 34331, 34304, 34294,
34308, 34313, 34309, 34316, 34301, 34841, {f: 2, c: 34832}, 34839, 34835,
34838, 35171, 35174, 35257, 35319, 35680, 35690, 35677, 35688, 35683,
35685, 35687, 35693, 36270, 36486, 36488, 36484, 36697, {f: 2, c: 36694},
36693, 36696, 36698, 37005, 37187, 37185, 37303, 37301, {f: 2, c: 37298},
37899, 37907, 37883, 37920, 37903, 37908, 37886, 37909, 37904, 37928,
37913, 37901, 37877, 37888, 37879, 37895, 37902, 37910, 37906, 37882,
37897, 37880, 37948, 37898, 37887, 37884, 37900, 37878, 37905, 37894,
38366, 38368, 38367, {f: 2, c: 38702}, 38841, 38843, {f: 2, c: 38909},
39008, {f: 2, c: 39010}, 39007, {f: 2, c: 39105}, 39248, 39246, 39257,
39244, 39243, 39251, 39474, 39476, 39473, 39468, 39466, 39478, 39465,
39470, 39480, 39469, 39623, 39626, 39622, 39696, 39698, 39697, 39947,
39944, 39927, 39941, 39954, 39928, 40000, 39943, 39950, 39942, 39959,
39956, 39945, 40351, 40345, 40356, 40349, 40338, 40344, 40336, 40347,
40352, 40340, 40348, 40362, 40343, 40353, 40346, 40354, 40360, 40350,
40355, 40383, 40361, 40342, {f: 2, c: 40358}, 40601, 40603, 40602, 40677,
40676, 40679, 40678, 40752, 40750, 40795, 40800, 40798, 40797, 40793,
40849, 20794, 20793, 21144, 21143, 22211, {f: 2, c: 22205}, 23368, 23367,
24011, 24015, 24305, 25085, 25883, 27394, 27388, 27395, 27384, 27392,
{f: 2, c: 28739}, 28746, {f: 2, c: 28744}, {f: 2, c: 28741}, 29213, 29210,
29209, 29566, 29975, 30314, 30672, 31021, 31025, 31023, 31828, 31827,
31986, 32394, [32391, 60229], 32392, 32395, 32390, 32397, 32589, 32699,
32816, 33245, 34328, 34346, 34342, 34335, 34339, 34332, 34329, 34343,
34350, 34337, 34336, 34345, 34334, 34341, 34857, 34845, 34843, 34848,
34852, 34844, 34859, 34890, 35181, 35177, 35182, 35179, 35322, 35705,
35704, 35653, {f: 2, c: 35706}, 36112, 36116, 36271, 36494, 36492, 36702,
36699, 36701, 37190, {f: 2, c: 37188}, 37305, 37951, 37947, 37942, 37929,
37949, 37936, 37945, 37930, 37943, 37932, 37952, 37937, 38373, 38372,
38371, 38709, 38714, 38847, 38881, 39012, 39113, 39110, 39104, 39256,
39254, 39481, 39485, 39494, 39492, 39490, 39489, 39482, 39487, 39629,
39701, {f: 2, c: 39703}, 39702, 39738, 39762, 39979, 39965, 39964, 39980,
39971, {f: 2, c: 39976}, 39972, 39969, 40375, 40374, 40380, 40385, 40391,
40394, 40399, 40382, 40389, 40387, 40379, 40373, 40398, {f: 2, c: 40377},
40364, 40392, 40369, 40365, 40396, 40371, 40397, 40370, 40570, 40604,
40683, 40686, 40685, 40731, 40728, 40730, 40753, 40782, 40805, 40804,
40850, 20153, 22214, 22213, 22219, 22897, {f: 2, c: 23371}, 24021, 24017,
24306, 25889, 25888, 25894, 25890, 27403, {f: 2, c: 27400}, 27661,
{f: 3, c: 28757}, 28754, {f: 2, c: 29214}, 29353, 29567, 29912, 29909,
29913, 29911, 30317, 30381, 31029, 31156, {f: 2, c: 31344}, 31831, 31836,
31833, 31835, 31834, 31988, 31985, 32401, 32591, 32647, 33246, 33387,
{f: 2, c: 34356}, 34355, 34348, 34354, 34358, 34860, 34856, 34854, 34858,
34853, 35185, 35263, 35262, 35323, 35710, 35716, 35714, 35718, 35717,
35711, 36117, 36501, 36500, 36506, 36498, 36496, {f: 2, c: 36502}, 36704,
36706, 37191, 37964, 37968, {f: 2, c: 37962}, 37967, 37959, 37957,
{f: 2, c: 37960}, 37958, 38719, 38883, 39018, 39017, 39115, 39252, 39259,
39502, {f: 2, c: 39507}, 39500, 39503, 39496, 39498, 39497, 39506, 39504,
39632, 39705, 39723, 39739, 39766, 39765, 40006, 40008, 39999, 40004,
39993, 39987, 40001, 39996, 39991, 39988, 39986, 39997, 39990, 40411,
40402, 40414, 40410, 40395, 40400, 40412, 40401, 40415, 40425, 40409,
40408, 40406, 40437, 40405, 40413, 40630, 40688, 40757, 40755, 40754,
40770, 40811, 40853, 40866, 20797, 21145, 22760, 22759, 22898, 23373,
24024, 34863, 24399, 25089, {f: 2, c: 25091}, 25897, 25893, 26006, 26347,
{f: 2, c: 27409}, 27407, 27594, 28763, 28762, 29218, 29570, 29569, 29571,
30320, 30676, 31847, 31846, 32405, 33388, 34362, 34368, 34361, 34364,
34353, 34363, 34366, 34864, 34866, 34862, 34867, 35190, 35188, 35187,
35326, 35724, 35726, 35723, 35720, 35909, 36121, 36504, 36708, 36707,
37308, 37986, 37973, 37981, 37975, 37982, {f: 2, c: 38852}, 38912, 39510,
39513, {f: 3, c: 39710}, 40018, 40024, 40016, 40010, 40013, 40011, 40021,
40025, 40012, 40014, 40443, 40439, 40431, 40419, 40427, 40440, 40420,
40438, 40417, 40430, 40422, 40434, [40432, 60370], 40418, 40428, 40436,
40435, 40424, 40429, 40642, 40656, {f: 2, c: 40690}, 40710, 40732, 40760,
40759, 40758, 40771, 40783, 40817, 40816, {f: 2, c: 40814}, 22227, 22221,
23374, 23661, 25901, {f: 2, c: 26349}, 27411, 28767, 28769, 28765, 28768,
29219, 29915, 29925, 30677, 31032, 31159, 31158, 31850, 32407, 32649,
33389, 34371, 34872, 34871, 34869, 34891, {f: 2, c: 35732},
{f: 3, c: 36510}, 36509, 37310, 37309, 37314, 37995, {f: 2, c: 37992},
38629, 38726, 38723, 38727, 38855, 38885, 39518, 39637, 39769, 40035,
40039, 40038, 40034, 40030, 40032, 40450, 40446, 40455, 40451, 40454,
40453, {f: 2, c: 40448}, 40457, 40447, 40445, 40452, 40608, 40734, 40774,
{f: 3, c: 40820}, 22228, 25902, 26040, {f: 2, c: 27416}, 27415, 27418,
28770, 29222, 29354, {f: 2, c: 30680}, 31033, 31849, 31851, 31990, 32410,
32408, 32411, 32409, {f: 2, c: 33248}, {f: 3, c: 34374}, {f: 2, c: 35193},
35196, 35195, 35327, {f: 2, c: 35736}, 36517, 36516, 36515, 37998, 37997,
37999, 38001, 38003, 38729, 39026, 39263, 40040, 40046, 40045, 40459,
40461, 40464, 40463, 40466, 40465, 40609, 40693, 40713, 40775, 40824,
40827, 40826, 40825, 22302, 28774, 31855, 34876, 36274, 36518, 37315,
38004, 38008, 38006, 38005, 39520, [39726, 60830], 40052, 40051, 40049,
40053, 40468, 40467, 40694, 40714, 40868, 28776, 28773, 31991, 34410,
34878, 34877, 34879, 35742, 35996, 36521, 36553, 38731, {f: 2, c: 39027},
39116, 39265, 39339, 39524, {f: 2, c: 39526}, 39716, 40469, 40471, 40776,
25095, 27422, 29223, 34380, 36520, 38018, {f: 2, c: 38016}, 39529, 39528,
40473, 34379, 35743, 38019, 40057, 40631, 30325, 39531, 40058, 40477,
{f: 2, c: 28777}, 29225, 40612, 40830, 40777, 40856, {s: 97}, 65075, 0,
65076, 65103, [168, 776, 63208], [710, 63209, 65342], [12541, 63210],
[12542, 63211], [12445, 63212], [12446, 63213], 0, [12293, 63216],
[12294, 63217], [12295, 63218], [12540, 63219], [63220, 65339],
[63221, 65341], [10045, 63222], [12353, 63223], [12354, 63224],
[12355, 63225], [12356, 63226], [12357, 63227], [12358, 63228],
[12359, 63229], [12360, 63230], [12361, 63231], [12362, 63232],
[12363, 63233], [12364, 63234], [12365, 63235], [12366, 63236],
[12367, 63237], [12368, 63238], [12369, 63239], [12370, 63240],
[12371, 63241], [12372, 63242], [12373, 63243], [12374, 63244],
[12375, 63245], [12376, 63246], [12377, 63247], [12378, 63248],
[12379, 63249], [12380, 63250], [12381, 63251], [12382, 63252],
[12383, 63253], [12384, 63254], [12385, 63255], [12386, 63256],
[12387, 63257], [12388, 63258], [12389, 63259], [12390, 63260],
[12391, 63261], [12392, 63262], [12393, 63263], [12394, 63264],
[12395, 63265], [12396, 63266], [12397, 63267], [12398, 63268],
[12399, 63269], [12400, 63270], [12401, 63271], [12402, 63272],
[12403, 63273], [12404, 63274], [12405, 63275], [12406, 63276],
[12407, 63277], [12408, 63278], [12409, 63279], [12410, 63280],
[12411, 63281], [12412, 63282], [12413, 63283], [12414, 63284],
[12415, 63285], [12416, 63286], [12417, 63287], [12418, 63288],
[12419, 63289], [12420, 63290], [12421, 63291], [12422, 63292],
[12423, 63293], [12424, 63294], [12425, 63295], [12426, 63296],
[12427, 63297], [12428, 63298], [12429, 63299], [12430, 63300],
[12431, 63301], [12432, 63302], [12433, 63303], [12434, 63304],
[12435, 63305], [12449, 63306], [12450, 63307], [12451, 63308],
[12452, 63309], [12453, 63310], [12454, 63311], [12455, 63312],
[12456, 63313], [12457, 63314], [12458, 63315], [12459, 63316],
[12460, 63317], [12461, 63318], [12462, 63319], [12463, 63320],
[12464, 63321], [12465, 63322], [12466, 63323], [12467, 63324],
[12468, 63325], [12469, 63326], [12470, 63327], [12471, 63328],
[12472, 63329], [12473, 63330], [12474, 63331], [12475, 63332],
[12476, 63333], [12477, 63334], [12478, 63335], [12479, 63336],
[12480, 63337], [12481, 63338], [12482, 63339], [12483, 63340],
[12484, 63341], [12485, 63342], [12486, 63343], [12487, 63344],
[12488, 63345], [12489, 63346], [12490, 63347], [12491, 63348],
[12492, 63349], [12493, 63350], [12494, 63351], [12495, 63352],
[12496, 63353], [12497, 63354], [12498, 63355], [12499, 63356],
[12500, 63357], [12501, 63358], [12502, 63359], [12503, 63360],
[12504, 63361], [12505, 63362], [12506, 63363], [12507, 63364],
[12508, 63365], [12509, 63366], [12510, 63367], [12511, 63368],
[12512, 63369], [12513, 63370], [12514, 63371], [12515, 63372],
[12516, 63373], [12517, 63374], [12518, 63375], [12519, 63376],
[12520, 63377], [12521, 63378], [12522, 63379], [12523, 63380],
[12524, 63381], [12525, 63382], [12526, 63383], [12527, 63384],
[12528, 63385], [12529, 63386], [12530, 63387], [12531, 63388],
[12532, 63389], [12533, 63390], [12534, 63391], [1040, 63392],
[1041, 63393], [1042, 63394], [1043, 63395], [1044, 63396], [1045, 63397],
[1025, 63398], [1046, 63399], [1047, 63400], [1048, 63401], [1049, 63402],
[1050, 63403], [1051, 63404], [1052, 63405], [1053, 63406], [1054, 63407],
[1055, 63408], [1056, 63409], [1057, 63410], [1058, 63411], [1059, 63412],
[1060, 63413], [1061, 63414], [1062, 63415], [1063, 63416], [1064, 63417],
[1065, 63418], [1066, 63419], [1067, 63420], [1068, 63421], [1069, 63422],
[1070, 63423], [1071, 63424], [1072, 63425], [1073, 63426], [1074, 63427],
[1075, 63428], [1076, 63429], [1077, 63430], [1105, 63431], [1078, 63432],
[1079, 63433], [1080, 63434], [1081, 63435], [1082, 63436], [1083, 63437],
[1084, 63438], [1085, 63439], [1086, 63440], [1087, 63441], [1088, 63442],
[1089, 63443], [1090, 63444], [1091, 63445], [1092, 63446], [1093, 63447],
[1094, 63448], [1095, 63449], [1096, 63450], [1097, 63451], [1098, 63452],
[1099, 63453], [1100, 63454], [1101, 63455], [1102, 63456], [1103, 63457],
[8679, 63458], [8632, 63459], [8633, 63460], [20033, 63461],
[63462, 131276], [20058, 63463], [63464, 131210], [20994, 63465],
[17553, 63466], 63467, [20872, 63468], [13853, 63469], [63470, 161287],
{s: 40}, [172, 63511, 65506], [63512, 65508], [63513, 65287],
[63514, 65282], [12849, 63515], [8470, 63516], [8481, 63517], 30849,
[37561, 58501], 35023, 22715, 24658, 31911, 23290, 9556, 9574, 9559, 9568,
9580, 9571, 9562, 9577, 9565, 9554, 9572, 9557, {s: 3}, 9560, 9575, 9563,
9555, 9573, 9558, 9567, 9579, 9570, 9561, 9576, 9564, 9553, {s: 5}, 9619,
{s: 26}, [58129, 147159], [22462, 58130], [58131, 159443], [28990, 58132],
[58133, 153568], [27042, 58135], [58136, 166889], [23412, 58137],
[31305, 58138], [58139, 153825], [58140, 169177], [31333, 58141],
[31357, 58142], [58143, 154028], [31419, 58144], [31408, 58145],
[31426, 58146], [31427, 58147], [29137, 58148], [58149, 156813],
[16842, 58150], [31450, 58151], [31453, 58152], [31466, 58153],
[16879, 58154], [21682, 58155], [58156, 154625], [31499, 58157],
[31573, 58158], [31529, 58159], [58160, 152334], [58161, 154878],
[31650, 58162], [31599, 58163], [33692, 58164], [58165, 154548],
[58166, 158847], [31696, 58167], [33825, 58168], [31634, 58169], 0,
[58171, 154912], 0, [33938, 58174], [31738, 58175], 0, [31797, 58177],
[58178, 154817], [31812, 58179], [31875, 58180], [58181, 149634],
[31910, 58182], [58184, 148856], [31945, 58185], [31943, 58186],
[31974, 58187], 0, [31987, 58189], [31989, 58190], [32359, 58192],
[17693, 58193], [58194, 159300], [32093, 58195], [58196, 159446],
[32137, 58198], [32171, 58199], [28981, 58200], [32179, 58201], 32214,
[58203, 147543], [58204, 155689], [32228, 58205], [15635, 58206],
[32245, 58207], [58208, 137209], [32229, 58209], [58210, 164717], 0,
[58212, 155937], [58213, 155994], [32366, 58214], 0, [17195, 58216],
[37996, 58217], [32295, 58218], [32576, 58219], [32577, 58220],
[32583, 58221], [31030, 58222], [58223, 156368], [39393, 58224],
[32663, 58225], [58226, 156497], [32675, 58227], [58228, 136801],
[58229, 131176], [17756, 58230], [58231, 145254], [58233, 164666],
[32762, 58234], [58235, 156809], 0, [32776, 58237], [32797, 58238], 0,
[32815, 58240], [58241, 172167], [58242, 158915], [32827, 58243],
[32828, 58244], [32865, 58245], [58246, 141076], [18825, 58247],
[58248, 157222], [58249, 146915], [58250, 157416], [26405, 58251],
[32935, 58252], [58253, 166472], [33031, 58254], [33050, 58255],
[22704, 58256], [58257, 141046], [27775, 58258], [58259, 156824],
[25831, 58261], [58262, 136330], [33304, 58263], [58264, 137310],
[27219, 58265], [58266, 150117], [58267, 150165], [17530, 58268],
[33321, 58269], [58271, 158290], [58272, 146814], [20473, 58273],
[58274, 136445], [34018, 58275], [33634, 58276], 0, [58278, 149927],
[58279, 144688], [58280, 137075], [58281, 146936], [33450, 58282],
[26907, 58283], [58284, 194964], [16859, 58285], [34123, 58286],
[33488, 58287], [33562, 58288], [58289, 134678], [58290, 137140],
[14017, 58291], [58292, 143741], [58293, 144730], [33403, 58294],
[33506, 58295], [33560, 58296], [58297, 147083], [58298, 159139],
[58299, 158469], [58300, 158615], [58301, 144846], [15807, 58302],
[33565, 58303], [21996, 58304], [33669, 58305], [17675, 58306],
[58307, 159141], [33708, 58308], 0, [33747, 58310], [58312, 159444],
[27223, 58313], [34138, 58314], [13462, 58315], [58316, 159298],
[33880, 58318], [58319, 154596], [33905, 58320], [15827, 58321],
[17636, 58322], [27303, 58323], [33866, 58324], [31064, 58326], 0,
[58328, 158614], [58329, 159351], [58330, 159299], [34014, 58331], 0,
[33681, 58333], [17568, 58334], [33939, 58335], [34020, 58336],
[58337, 154769], [16960, 58338], [58339, 154816], [17731, 58340],
[34100, 58341], [23282, 58342], 0, [17703, 58344], [34163, 58345],
[17686, 58346], [26559, 58347], [34326, 58348], [58349, 165413],
[58350, 165435], [34241, 58351], [58352, 159880], [34306, 58353],
[58354, 136578], [58355, 159949], [58356, 194994], [17770, 58357],
[34344, 58358], [13896, 58359], [58360, 137378], [21495, 58361],
[58362, 160666], [34430, 58363], 0, [58365, 172280], [34798, 58366],
[58367, 142375], [34737, 58368], [34778, 58369], [34831, 58370, 60990],
[22113, 58371], [34412, 58372], [26710, 58373], [17935, 58374],
[34885, 58375], [34886, 58376], [58377, 161248], [58378, 146873],
[58379, 161252], [34910, 58380], [34972, 58381], [18011, 58382],
[34996, 58383], [34997, 58384], [35013, 58386], [58388, 161551],
[35207, 58389], {s: 3}, [35239, 58393], [35260, 58394], [58395, 166437],
[35303, 58396], [58397, 162084], [58398, 162493], [35484, 58399],
[30611, 58400], [37374, 58401], [35472, 58402], [58403, 162393],
[31465, 58404], [58405, 162618], [18195, 58407], [58408, 162616],
[29052, 58409], [35596, 58410], [35615, 58411], [58412, 152624],
[58413, 152933], [35647, 58414], 0, [35661, 58416], [35497, 58417],
[58418, 150138], [35728, 58419], [35739, 58420], [35503, 58421],
[58422, 136927], [17941, 58423], [34895, 58424], [35995, 58425],
[58426, 163156], [58427, 163215], [58428, 195028], [14117, 58429],
[58430, 163155], [36054, 58431], [58432, 163224], [58433, 163261],
[36114, 58434], [36099, 58435], [58436, 137488], [36059, 58437],
[28764, 58438], [36113, 58439], [16080, 58441], 0, [36265, 58443],
[58444, 163842], [58445, 135188], [58446, 149898], [15228, 58447],
[58448, 164284], [58449, 160012], [31463, 58450], [36525, 58451],
[36534, 58452], [36547, 58453], [37588, 58454], [36633, 58455],
[36653, 58456], [58457, 164709], [58458, 164882], [36773, 58459],
[37635, 58460], [58461, 172703], [58462, 133712], [36787, 58463], 0,
[58465, 166366], [58466, 165181], [58467, 146875], [24312, 58468],
[58469, 143970], [36857, 58470], 0, [58474, 140069], [14720, 58475],
[58476, 159447], [36919, 58477], [58478, 165180], [58479, 162494],
[36961, 58480], [58481, 165228], [58482, 165387], [37032, 58483],
[58484, 165651], [37060, 58485], [58486, 165606], [37038, 58487], 0,
[37223, 58489], [37289, 58491], [37316, 58492], [31916, 58493],
[58494, 166195], [58495, 138889], [37390, 58496], [27807, 58497],
[37441, 58498], [37474, 58499], [58500, 153017], [58502, 166598],
[58503, 146587], [58504, 166668], [58505, 153051], [58506, 134449],
[37676, 58507], [37739, 58508], [58509, 166625], [58510, 166891],
[23235, 58512], [58513, 166626], [58514, 166629], [18789, 58515],
[37444, 58516], [58517, 166892], [58518, 166969], [58519, 166911],
[37747, 58520], [37979, 58521], [36540, 58522], [38277, 58523],
[38310, 58524], [37926, 58525], [38304, 58526], [28662, 58527],
[17081, 58528], [58530, 165592], [58531, 135804], [58532, 146990],
[18911, 58533], [27676, 58534], [38523, 58535], [38550, 58536],
[16748, 58537], [38563, 58538], [58539, 159445], [25050, 58540], 58541,
[30965, 58542], [58543, 166624], [38589, 58544], [21452, 58545],
[18849, 58546], [58547, 158904], [58548, 131700], [58549, 156688],
[58550, 168111], [58551, 168165], [58552, 150225], [58553, 137493],
[58554, 144138], [38705, 58555], [34370, 58556], [38710, 58557],
[18959, 58558], [17725, 58559], [17797, 58560], [58561, 150249],
[28789, 58562], [23361, 58563], [38683, 58564], 0, [58566, 168405],
[38743, 58567], [23370, 58568], [58569, 168427], [38751, 58570],
[37925, 58571], [20688, 58572], [58573, 143543], [58574, 143548],
[38793, 58575], [38815, 58576], [38833, 58577], [38846, 58578],
[38848, 58579], [38866, 58580], [38880, 58581], [58582, 152684],
[38894, 58583], [29724, 58584], [58585, 169011], 0, [38901, 58587],
[58588, 168989], [58589, 162170], [19153, 58590], [38964, 58591],
[38963, 58592], [38987, 58593], [39014, 58594], [15118, 58595],
[58596, 160117], [15697, 58597], [58598, 132656], [58599, 147804],
[58600, 153350], [39114, 58601], [39095, 58602], [39112, 58603],
[39111, 58604], [19199, 58605], [58606, 159015], [58607, 136915],
[21936, 58608], [39137, 58609], [39142, 58610], [39148, 58611],
[37752, 58612], [39225, 58613], [58614, 150057], [19314, 58615],
[58616, 170071], [58617, 170245], [39413, 58618], [39436, 58619],
[39483, 58620], [39440, 58621], [39512, 58622], [58623, 153381],
[14020, 58624], [58625, 168113], [58626, 170965], [39648, 58627],
[39650, 58628], [58629, 170757], [39668, 58630], [19470, 58631],
[39700, 58632], [39725, 58633], [58634, 165376], [20532, 58635],
[39732, 58636], [14531, 58638], [58639, 143485], [39760, 58640],
[39744, 58641], [58642, 171326], [23109, 58643], [58644, 137315],
[39822, 58645], [39938, 58647], [39935, 58648], [39948, 58649],
[58650, 171624], [40404, 58651], [58652, 171959], [58653, 172434],
[58654, 172459], [58655, 172257], [58656, 172323], [58657, 172511],
[40318, 58658], [40323, 58659], [58660, 172340], [40462, 58661],
[40388, 58663], [58665, 172435], [58666, 172576], [58667, 137531],
[58668, 172595], [40249, 58669], [58670, 172217], [58671, 172724],
[40592, 58672], [40597, 58673], [40606, 58674], [40610, 58675],
[19764, 58676], [40618, 58677], [40623, 58678], [58679, 148324],
[40641, 58680], [15200, 58681], [14821, 58682], [15645, 58683],
[20274, 58684], [14270, 58685], [58686, 166955], [40706, 58687],
[40712, 58688], [19350, 58689], [37924, 58690], [58691, 159138],
[40727, 58692, 60836], 0, [40761, 58694], [22175, 58695], [22154, 58696],
[40773, 58697], [39352, 58698], [58699, 168075], [38898, 58700],
[33919, 58701], 0, [40809, 58703], [31452, 58704], [40846, 58705],
[29206, 58706], [19390, 58707], [58708, 149877], [58709, 149947],
[29047, 58710], [58711, 150008], [58712, 148296], [58713, 150097],
[29598, 58714], [58715, 166874], [58716, 137466], [31135, 58717],
[58718, 166270], [58719, 167478], [37737, 58720], [37875, 58721],
[58722, 166468], [37612, 58723], [37761, 58724], [37835, 58725],
[58726, 166252], [58727, 148665], [29207, 58728], [16107, 58729],
[30578, 58730], [31299, 58731], [28880, 58732], [58733, 148595],
[58734, 148472], [29054, 58735], [58736, 137199], [28835, 58737],
[58738, 137406], [58739, 144793], [16071, 58740], [58741, 137349],
[58742, 152623], [58743, 137208], [14114, 58744], [58745, 136955],
[58746, 137273], [14049, 58747], [58748, 137076], [58749, 137425],
[58750, 155467], [14115, 58751], [58752, 136896], [22363, 58753],
[58754, 150053], [58755, 136190], [58756, 135848], [58757, 136134],
[58758, 136374], [34051, 58759, 58761], [58760, 145062], 0, [33877, 58762],
[58763, 149908], [58764, 160101], [58765, 146993], [58766, 152924],
[58767, 147195], [58768, 159826], [17652, 58769], [58770, 145134],
[58771, 170397], [58772, 159526], [26617, 58773], [14131, 58774],
[15381, 58775], [15847, 58776], [22636, 58777], [58778, 137506],
[26640, 58779], [16471, 58780], [58781, 145215], [58782, 147681],
[58783, 147595], [58784, 147727], [58785, 158753], [21707, 58786],
[22174, 58787], [58788, 157361], [22162, 58789], [58790, 135135],
[58791, 134056], [58792, 134669], 0, [58794, 166675], [37788, 58795],
[20216, 58796], [20779, 58797], [14361, 58798], [58799, 148534],
[20156, 58800], [58801, 132197], 0, [20299, 58803], [20362, 58804],
[58805, 153169], [23144, 58806], [58807, 131499], [58808, 132043],
[14745, 58809], [58810, 131850], [58811, 132116], [13365, 58812],
[20265, 58813], [58814, 131776], [58815, 167603], [58816, 131701],
[35546, 58817], [58818, 131596], [20120, 58819], [20685, 58820],
[20749, 58821], [20386, 58822], [20227, 58823], [58824, 150030],
[58825, 147082], [20290, 58826], [20526, 58827], [20588, 58828],
[20609, 58829], [20428, 58830], [20453, 58831], [20568, 58832],
[20732, 58833], [28278, 58838], [58839, 144789], [58840, 147001],
[58841, 147135], [28018, 58842], [58843, 137348], [58844, 147081],
[20904, 58845], [20931, 58846], [58847, 132576], [17629, 58848],
[58849, 132259], [58850, 132242], [58851, 132241], [36218, 58852],
[58853, 166556], [58854, 132878], [21081, 58855], [21156, 58856],
[58857, 133235], [21217, 58858], 0, [18042, 58860], [29068, 58861],
[58862, 148364], [58863, 134176], [58864, 149932], [58865, 135396],
[27089, 58866], [58867, 134685], 0, [16094, 58869], [29849, 58870],
[29716, 58871], [29782, 58872], [29592, 58873], [19342, 58874],
[58875, 150204], [58876, 147597], [21456, 58877], [13700, 58878],
[29199, 58879], [58880, 147657], [21940, 58881], [58882, 131909],
[21709, 58883], [58884, 134086], [22301, 58885], [37469, 58886],
[38644, 58887], [22493, 58889], [22413, 58890], [22399, 58891],
[13886, 58892], [22731, 58893], [23193, 58894], [58895, 166470],
[58896, 136954], [58897, 137071], [58898, 136976], [23084, 58899],
[22968, 58900], [23166, 58902], [23247, 58903], [23058, 58904],
[58905, 153926], [58906, 137715], [58907, 137313], [58908, 148117],
[14069, 58909], [27909, 58910], [29763, 58911], [23073, 58912],
[58913, 155267], [23169, 58914], [58915, 166871], [58916, 132115],
[37856, 58917], [29836, 58918], [58919, 135939], [28933, 58920],
[18802, 58921], [37896, 58922], [58923, 166395], [37821, 58924],
[14240, 58925], [23582, 58926], [23710, 58927], [24158, 58928],
[24136, 58929], [58930, 137622], [58931, 137596], [58932, 146158],
[24269, 58933], [23375, 58934], [58935, 137475], [58936, 137476],
[14081, 58937], [58938, 137376], [14045, 58939], [58940, 136958],
[14035, 58941], [33066, 58942], [58943, 166471], [58944, 138682],
[58945, 144498], [58946, 166312], [24332, 58947, 60916], [24334, 58948],
[58949, 137511], [58950, 137131], [23147, 58951], [58952, 137019],
[23364, 58953], [58955, 161277], [34912, 58956], [24702, 58957],
[58958, 141408], [58959, 140843], [24539, 58960], [16056, 58961],
[58962, 140719], [58963, 140734], [58964, 168072], [58965, 159603],
[25024, 58966], [58967, 131134], [58968, 131142], [58969, 140827],
[24985, 58970], [24984, 58971], [24693, 58972], [58973, 142491],
[58974, 142599], [58975, 149204], [58976, 168269], [25713, 58977],
[58978, 149093], [58979, 142186], [14889, 58980], [58981, 142114],
[58982, 144464], [58983, 170218], [58984, 142968], [25399, 58985],
[25782, 58987], [25393, 58988], [25553, 58989], [58990, 149987],
[58991, 142695], [25252, 58992], [58993, 142497], [25659, 58994],
[25963, 58995], [26994, 58996], [15348, 58997], [58998, 143502],
[58999, 144045], [59000, 149897], [59001, 144043], [21773, 59002],
[59003, 144096], [59004, 137433], [59005, 169023], [26318, 59006],
[59007, 144009], [59008, 143795], [15072, 59009], [59011, 152964],
[59012, 166690], [59013, 152975], [59014, 136956], [59015, 152923],
[59016, 152613], [30958, 59017], [59018, 143619], [59019, 137258],
[59020, 143924], [13412, 59021], [59022, 143887], [59023, 143746],
[59024, 148169], [26254, 59025], [59026, 159012], [26219, 59027],
[19347, 59028], [26160, 59029], [59030, 161904], [59031, 138731],
[26211, 59032], [59033, 144082], [59034, 144097], [26142, 59035],
[59036, 153714], [14545, 59037], [59038, 145466], [59039, 145340],
[15257, 59040], [59041, 145314], [59042, 144382], [29904, 59043],
[15254, 59044], [59046, 149034], [26806, 59047], 0, [15300, 59049],
[27326, 59050], [59052, 145365], [59053, 148615], [27187, 59054],
[27218, 59055], [27337, 59056], [27397, 59057], [59058, 137490],
[25873, 59059], [26776, 59060], [27212, 59061], [15319, 59062],
[27258, 59063], [27479, 59064], [59065, 147392], [59066, 146586],
[37792, 59067], [37618, 59068], [59069, 166890], [59070, 166603],
[37513, 59071], [59072, 163870], [59073, 166364], [37991, 59074],
[28069, 59075], [28427, 59076], 0, [59079, 147327], [15759, 59080],
[28164, 59081], [59082, 147516], [23101, 59083], [28170, 59084],
[22599, 59085], [27940, 59086], [30786, 59087], [28987, 59088],
[59089, 148250], [59090, 148086], [28913, 59091], [29264, 59092, 61085],
[29319, 59093], [29332, 59094], [59095, 149391], [59096, 149285],
[20857, 59097], [59098, 150180], [59099, 132587], [29818, 59100],
[59101, 147192], [59102, 144991], [59103, 150090], [59104, 149783],
[59105, 155617], [16134, 59106], [16049, 59107], [59108, 150239],
[59109, 166947], [59110, 147253], [24743, 59111], [16115, 59112],
[29900, 59113], [29756, 59114], [37767, 59115], [29751, 59116],
[17567, 59117], [59118, 159210], [17745, 59119], [30083, 59120],
[16227, 59121], [59122, 150745], [59123, 150790], [16216, 59124],
[30037, 59125], [30323, 59126], [59127, 173510], 0, [29800, 59129, 61070],
[59130, 166604], [59131, 149931], [59132, 149902], [15099, 59133],
[15821, 59134], [59135, 150094], [16127, 59136], [59137, 149957],
[59138, 149747], [37370, 59139], [22322, 59140], [37698, 59141],
[59142, 166627], [59143, 137316], [20703, 59144], [59145, 152097],
[59146, 152039], [30584, 59147], [59148, 143922], [30478, 59149],
[30479, 59150], [30587, 59151], [59152, 149143], [59153, 145281],
[14942, 59154], [59155, 149744], [29752, 59156], [29851, 59157],
[16063, 59158], [59159, 150202], [59160, 150215], [16584, 59161],
[59162, 150166], [59163, 156078], [37639, 59164], [59165, 152961],
[30750, 59166], [30861, 59167], [30856, 59168], [30930, 59169],
[29648, 59170], [31065, 59171], [59172, 161601], [59173, 153315],
[16654, 59174], 0, 0, [31141, 59177], [27181, 59178], [59179, 147194],
[31290, 59180], [31220, 59181], [16750, 59182], [59183, 136934],
[16690, 59184], [37429, 59185], [31217, 59186], [59187, 134476],
[59188, 149900], [59189, 131737], [59190, 146874], [59191, 137070],
[13719, 59192], [21867, 59193], [13680, 59194], [13994, 59195],
[59196, 131540], [59197, 134157], [31458, 59198], [23129, 59199],
[59200, 141045], [59201, 154287], [59202, 154268], [23053, 59203],
[59204, 131675], [30960, 59205], [23082, 59206], [59207, 154566],
[31486, 59208], [16889, 59209], [31837, 59210], [31853, 59211],
[16913, 59212], [59213, 154547], [59214, 155324], [59215, 155302],
[31949, 59216], [59217, 150009], [59218, 137136], [31886, 59219],
[31868, 59220], [31918, 59221], [27314, 59222], [32220, 59223],
[32263, 59224], [32211, 59225], [32590, 59226], [59227, 156257],
[59228, 155996], [59229, 162632], [32151, 59230], [59231, 155266],
[17002, 59232], [59233, 158581], [59234, 133398], [26582, 59235],
[59236, 131150], [59237, 144847], [22468, 59238], [59239, 156690],
[59240, 156664], [32733, 59242], [31527, 59243], [59244, 133164],
[59245, 154345], [59246, 154947], [31500, 59247], [59248, 155150],
[39398, 59249], [34373, 59250], [39523, 59251], [27164, 59252],
[59253, 144447], [59255, 150007], [59256, 157101], [39455, 59257],
[59258, 157088], 0, [59260, 160039], [59261, 158929], [17642, 59262],
[33079, 59263], [17410, 59264], [32966, 59265], [33033, 59266],
[33090, 59267], [59268, 157620], [39107, 59269], [59270, 158274],
[33378, 59271], [33381, 59272], [59273, 158289], [33875, 59274],
[59275, 159143], [34320, 59276], [59277, 160283], [23174, 59278],
[16767, 59279], [59280, 137280], [23339, 59281], [59282, 137377],
[23268, 59283], [59284, 137432], [34464, 59285], [59286, 195004],
[59287, 146831], [34861, 59288], [59289, 160802], [23042, 59290],
[34926, 59291], [20293, 59292], [34951, 59293], [35007, 59294],
[35046, 59295], [35173, 59296], [35149, 59297], [59298, 153219],
[35156, 59299], [59300, 161669], [59301, 161668], [59302, 166901],
[59303, 166873], [59304, 166812], [59305, 166393], [16045, 59306],
[33955, 59307], [18165, 59308], [18127, 59309], [14322, 59310],
[35389, 59311], [35356, 59312], [59313, 169032], [24397, 59314],
[37419, 59315], [59316, 148100], [26068, 59317], [28969, 59318],
[28868, 59319], [59320, 137285], [40301, 59321], [35999, 59322],
[36073, 59323], [59324, 163292], [22938, 59325], [30659, 59326],
[23024, 59327], [14036, 59329], [36394, 59330], [36519, 59331],
[59332, 150537], [36656, 59333], [36682, 59334], [17140, 59335],
[27736, 59336], [28603, 59337], [59338, 140065], [18587, 59339],
[28537, 59340], [28299, 59341], [59342, 137178], [39913, 59343],
[14005, 59344], [59345, 149807], [37051, 59346], 0, [21873, 59348],
[18694, 59349], [37307, 59350], [37892, 59351], [59352, 166475],
[16482, 59353], [59354, 166652], [37927, 59355], [59356, 166941],
[59357, 166971], [34021, 59358], [35371, 59359], [38297, 59360],
[38311, 59361], [38295, 59362], [38294, 59363], [59364, 167220],
[29765, 59365], [16066, 59366], [59367, 149759], [59368, 150082],
[59369, 148458], [16103, 59370], [59371, 143909], [38543, 59372],
[59373, 167655], [59374, 167526], [59375, 167525], [16076, 59376],
[59377, 149997], [59378, 150136], [59379, 147438], [29714, 59380],
[29803, 59381], [16124, 59382], [38721, 59383], [59384, 168112],
[26695, 59385], [18973, 59386], [59387, 168083], [59388, 153567], 0,
[37736, 59390], [59391, 166281], [59392, 166950], [59393, 166703],
[59394, 156606], [37562, 59395], [23313, 59396], [35689, 59397],
[18748, 59398], [29689, 59399], [59400, 147995], [38811, 59401], 0,
[39224, 59403], [59404, 134950], [24001, 59405], [59406, 166853],
[59407, 150194], [38943, 59408], [59409, 169178], [37622, 59410],
[59411, 169431], [37349, 59412], [17600, 59413], [59414, 166736],
[59415, 150119], [59416, 166756], [39132, 59417], [59418, 166469],
[16128, 59419], [37418, 59420], [18725, 59421], [33812, 59422],
[39227, 59423], [39245, 59424], [59425, 162566], [15869, 59426], 0,
[19311, 59428], [39338, 59429], [39516, 59430], [59431, 166757],
[59432, 153800], [27279, 59433], [39457, 59434], [23294, 59435],
[39471, 59436], [59437, 170225], [19344, 59438], [59439, 170312],
[39356, 59440], [19389, 59441], [19351, 59442], [37757, 59443],
[22642, 59444], [59445, 135938], [22562, 59446], [59447, 149944],
[59448, 136424], [30788, 59449], [59450, 141087], [59451, 146872],
[26821, 59452], [15741, 59453], [37976, 59454], [14631, 59455],
[24912, 59456], [59457, 141185], [59458, 141675], [24839, 59459],
[40015, 59460], [40019, 59461], [40059, 59462], [39989, 59463],
[39952, 59464], [39807, 59465], [39887, 59466], [59467, 171565],
[39839, 59468], [59469, 172533], [59470, 172286], [40225, 59471],
[19630, 59472], [59473, 147716], [40472, 59474], [19632, 59475],
[40204, 59476], [59477, 172468], [59478, 172269], [59479, 172275],
[59480, 170287], [40357, 59481], [33981, 59482], [59483, 159250],
[59484, 159711], [59485, 158594], [34300, 59486], [17715, 59487],
[59488, 159140], [59489, 159364], [59490, 159216], [33824, 59491],
[34286, 59492], [59493, 159232], [59494, 145367], [59495, 155748],
[31202, 59496], [59497, 144796], [59498, 144960], [59500, 149982],
[15714, 59501], [37851, 59502], [37566, 59503], [37704, 59504],
[59505, 131775], [30905, 59506], [37495, 59507], [37965, 59508],
[20452, 59509], [13376, 59510], [36964, 59511], [59512, 152925],
[30781, 59513], [30804, 59514], [30902, 59515], [30795, 59516],
[59517, 137047], [59518, 143817], [59519, 149825], [13978, 59520],
[20338, 59521], [28634, 59522], [28633, 59523], 0, [28702, 59524, 59525],
[21524, 59526], [59527, 147893], [22459, 59528], [22771, 59529],
[22410, 59530], [40214, 59531], [22487, 59532], [28980, 59533],
[13487, 59534], [59535, 147884], [29163, 59536], [59537, 158784],
[59538, 151447], 0, [59540, 137141], [59541, 166473], [24844, 59542],
[23246, 59543], [23051, 59544], [17084, 59545], [59546, 148616],
[14124, 59547], [19323, 59548], [59549, 166396], [37819, 59550],
[37816, 59551], [59552, 137430], [59553, 134941], [33906, 59554],
[59555, 158912], [59556, 136211], [59557, 148218], [59558, 142374],
[59559, 148417], [22932, 59560], [59561, 146871], [59562, 157505],
[32168, 59563], [59564, 155995], [59565, 155812], [59566, 149945],
[59567, 149899], [59568, 166394], [37605, 59569], [29666, 59570],
[16105, 59571], [29876, 59572], [59573, 166755], [59574, 137375],
[16097, 59575], [59576, 150195], [27352, 59577], [29683, 59578],
[29691, 59579], [16086, 59580], [59581, 150078], [59582, 150164],
[59583, 137177], [59584, 150118], [59585, 132007], [59586, 136228],
[59587, 149989], [29768, 59588], [59589, 149782], [28837, 59590],
[59591, 149878], [37508, 59592], [29670, 59593], [37727, 59594],
[59595, 132350], [37681, 59596], [59597, 166606], [59598, 166422],
[37766, 59599], [59600, 166887], [59601, 153045], [18741, 59602],
[59603, 166530], [29035, 59604], [59605, 149827], [59606, 134399],
[22180, 59607], [59608, 132634], [59609, 134123], [59610, 134328],
[21762, 59611], [31172, 59612], [59613, 137210], [32254, 59614],
[59615, 136898], [59616, 150096], [59617, 137298], [17710, 59618],
[37889, 59619], [14090, 59620], [59621, 166592], [59622, 149933],
[22960, 59623], [59624, 137407], [59625, 137347], [59626, 160900],
[23201, 59627], [14050, 59628], [59629, 146779], [14000, 59630],
[37471, 59631], [23161, 59632], [59633, 166529], [59634, 137314],
[37748, 59635], [15565, 59636], [59637, 133812], [19094, 59638],
[14730, 59639], [20724, 59640], [15721, 59641], [15692, 59642],
[59643, 136092], [29045, 59644], [17147, 59645], [59646, 164376],
[28175, 59647], [59648, 168164], [17643, 59649], [27991, 59650],
[59651, 163407], [28775, 59652], [27823, 59653], [15574, 59654],
[59655, 147437], [59656, 146989], [28162, 59657], [28428, 59658],
[15727, 59659], [59660, 132085], [30033, 59661], [14012, 59662],
[13512, 59663], [18048, 59664], [16090, 59665], [18545, 59666],
[22980, 59667], [37486, 59668], [18750, 59669], [36673, 59670],
[59671, 166940], [59672, 158656], [22546, 59673], [22472, 59674],
[14038, 59675], [59676, 136274], [28926, 59677], [59678, 148322],
[59679, 150129], [59680, 143331], [59681, 135856], [59682, 140221],
[26809, 59683], [26983, 59684], [59685, 136088], [59686, 144613],
[59687, 162804], [59688, 145119], [59689, 166531], [59690, 145366],
[59691, 144378], [59692, 150687], [27162, 59693], [59694, 145069],
[59695, 158903], [33854, 59696], [17631, 59697], [17614, 59698],
[59699, 159014], [59700, 159057], [59701, 158850], [59702, 159710], 0, 0,
[33597, 59705], [59706, 137018], [33773, 59707], [59708, 158848],
[59709, 159827], [59710, 137179], [22921, 59711], [23170, 59712],
[59713, 137139], [23137, 59714], [23153, 59715], [59716, 137477],
[59717, 147964], [14125, 59718], [23023, 59719], [59720, 137020],
[14023, 59721], [29070, 59722], [37776, 59723], [26266, 59724],
[59725, 148133], [23150, 59726], [23083, 59727], [59728, 148115],
[27179, 59729], [59730, 147193], [59731, 161590], [59732, 148571],
[59733, 148170], [28957, 59734], [59735, 148057], [59736, 166369],
[20400, 59737], [59738, 159016], [23746, 59739], [59740, 148686],
[59741, 163405], [59742, 148413], [27148, 59743], [59744, 148054],
[59745, 135940], 0, [28979, 59747], [59748, 148457], [15781, 59749],
[27871, 59750], [59751, 194597], [23019, 59754], [24412, 59757],
[59764, 144128], [31955, 59776], [59783, 162548], [59786, 153334],
[59790, 162584], [36972, 59791], [33270, 59795], [30476, 59797],
[27810, 59799], [22269, 59800], [22633, 59828], [26465, 59832],
[23646, 59838], [22770, 59841], [28857, 59843], [26627, 59853],
[36795, 59859], [36796, 59861], [20001, 59871], [31545, 59898],
[15820, 59902], [29482, 57990, 59909], [30048, 59912], [22586, 59920],
[33446, 59932], [27018, 59940], [24803, 59944], [20206, 59984],
[39364, 60002], [40639, 60023], [21249, 60025], [26528, 60038],
[24808, 60046], [20916, 60053], [31363, 60064], [39994, 60075],
[31432, 60093], [26906, 60098], [22956, 60100], [22592, 60102],
[21610, 60114], [24807, 60123], [22138, 60125], [26965, 60132],
[39983, 60133], [34725, 60134], [23584, 60141], [24075, 60143],
[26398, 60147], [33965, 60157], [35713, 60161], [20088, 60166],
[25283, 60176], [26709, 60180], 0, [33533, 60190], [35237, 60194],
[36768, 60196], [38840, 60198], [38983, 60200], [39613, 60201],
[24497, 60218], [26184, 60219], [26303, 60220], [60221, 162425], 0,
[60225, 149946], 0, 0, [60230, 131910], [26382, 60232], [26904, 60233],
[60235, 161367], [60236, 155618], [60239, 161278], [60240, 139418],
[18640, 60241], [19128, 60242], [60244, 166554], [60247, 147515],
[60250, 150085], [60251, 132554], [20946, 60252], [60253, 132625],
[22943, 60254], [60255, 138920], [15294, 60256], [60257, 146687],
[14747, 60262], [60264, 165352], [60265, 170441], [14178, 60266],
[60267, 139715], [35678, 60268], [60269, 166734], 0, [29193, 60274],
[60276, 134264], [60280, 132985], [36570, 60281], [21135, 60283],
[29041, 60285], [60288, 147274], [60289, 150183], [21948, 60290],
[60293, 158546], [13427, 60295], [60297, 161330], [18200, 60299],
[60303, 149823], [20582, 60305], [13563, 60306], [60307, 144332], 0,
[18300, 60310], [60311, 166216], [60315, 138640], 0, [60320, 162834],
[36950, 60321], [60323, 151450], [35682, 60324], [23899, 60327],
[60328, 158711], 0, [60331, 137500], [35562, 60332], [60333, 150006],
[60335, 147439], [19392, 60337], [60340, 141083], [37989, 60341],
[60342, 153569], [24981, 60343], [23079, 60344], [60345, 194765], 0,
[60348, 148769], [20074, 60350], [60351, 149812], [38486, 60352],
[28047, 60353], [60354, 158909], [35191, 60356], [60359, 156689], 0,
[31554, 60363], [60364, 168128], [60365, 133649], 0, [31301, 60369],
[39462, 60372], [13919, 60374], [60375, 156777], [60376, 131105],
[31107, 60377], [23852, 60380], [60381, 144665], 0, [18128, 60384],
[30011, 60386], [34917, 60387], [22710, 60389], [14108, 60390],
[60391, 140685], [15444, 60394], [37505, 60397], [60398, 139642],
[37680, 60400], [60402, 149968], [27705, 60403], [60406, 134904],
[34855, 60407], [35061, 60408], [60409, 141606], [60410, 164979],
[60411, 137137], [28344, 60412], [60413, 150058], [60414, 137248],
[14756, 60415], 0, 0, [17727, 60419], [26294, 60420], [60421, 171181],
[60422, 170148], [35139, 60423], [16607, 60427], [60428, 136714],
[14753, 60429], [60430, 145199], [60431, 164072], [60432, 136133],
[29101, 60433], [33638, 60434], [60436, 168360], 0, [19639, 60438],
[60439, 159919], [60440, 166315], [60445, 147834], [31555, 60446],
[31102, 60447], [28597, 60449], [60450, 172767], [27139, 60451],
[60452, 164632], [21410, 60453], [60454, 159239], [37823, 60455],
[26678, 60456], [38749, 59389, 60457], [60458, 164207], [60460, 158133],
[60461, 136173], [60462, 143919], [23941, 60464], [60465, 166960],
[22293, 60467], [38947, 60468], [60469, 166217], [23979, 60470],
[60471, 149896], [26046, 60472], [27093, 60473], [21458, 60474],
[60475, 150181], [60476, 147329], [15377, 60477], [26422, 60478],
[60482, 139169], [13770, 60490], [18682, 60493], 0, [30728, 60496],
[37461, 60497], [17394, 60499], [17375, 60501], [23032, 60505], 0,
[22155, 60518], [60520, 169449], [36882, 60541], [21953, 60546],
[17673, 60551], [32383, 60552], [28502, 60553], [27313, 60554],
[13540, 60556], [60558, 161949], [14138, 60559], 0, [60562, 163876],
[60565, 162366], [15851, 60567], [60569, 146615], [60574, 156248],
[22207, 60575], [36366, 60577], [23405, 60578], [25566, 60581], 0,
[25904, 60585], [22061, 60586], [21530, 60588], [60591, 171416],
[19581, 60592], [22050, 60593], [22046, 60594], [32585, 60595],
[22901, 60597], [60598, 146752], [34672, 60599], [33047, 60604],
[40286, 60605], [36120, 60606], [30267, 60607], [40005, 60608],
[30286, 60609], [30649, 60610], [37701, 60611], [21554, 60612],
[33096, 60613], [33527, 60614], [22053, 60615], [33074, 60616],
[33816, 60617], [32957, 60618], [21994, 60619], [31074, 60620],
[22083, 60621], [21526, 60622], [60623, 134813], [13774, 60624],
[22021, 57509, 60625], [22001, 60626], [26353, 60627], [60628, 164578],
[13869, 60629], [30004, 60630], [22000, 60631], [21946, 60632],
[21655, 60633], [21874, 60634], [60635, 134209], [60636, 134294],
[24272, 57652, 60637], [60639, 134774], [60640, 142434], [60641, 134818],
[40619, 60642], [32090, 60643], 0, [60645, 135285], [25245, 60646],
[38765, 60647], [21652, 60648], [36045, 60649], [29174, 60650],
[37238, 60651], [25596, 60652], [25529, 60653], [25598, 60654],
[21865, 60655], [60656, 142147], [40050, 60657], [60658, 143027],
[20890, 60659], [13535, 60660], [60661, 134567], [20903, 60662],
[21581, 60663], [21790, 60664], [21779, 60665], [30310, 60666],
[36397, 60667], [60668, 157834], [30129, 60669], [32950, 60670],
[34820, 60671], 0, [35015, 60673], [33206, 60674], [33820, 60675],
[17644, 60677], [29444, 60678], [33547, 60681], [22139, 60683],
[37232, 60690], [37384, 60692], [60696, 134905], [29286, 60697],
[18254, 60699], [60701, 163833], [16634, 60703], [40029, 60704],
[25887, 60705], [18675, 60707], [60708, 149472], [60709, 171388], 0,
[60713, 161187], 60715, [60716, 155720], [29091, 60718], [32398, 60719],
[40272, 60720], [13687, 60723], [27826, 60725], [21351, 60726],
[14812, 60728], [60731, 149016], [33325, 60734], [21579, 60735], 60739,
[14930, 60740], [29556, 60742], [60743, 171692], [19721, 60744],
[39917, 60745], 0, [19547, 60748], [60751, 171998], [33884, 60752],
[60754, 160434], [25390, 60757], [32037, 60758], [14890, 60761],
[36872, 60762], [21196, 60763], [15988, 60764], [13946, 60765],
[17897, 60766], [60767, 132238], [30272, 60768], [23280, 60769],
[60770, 134838], [30842, 60771], [18358, 60772], [22695, 60773],
[16575, 60774], [22140, 60775], [39819, 60776], [23924, 60777],
[30292, 60778], [60779, 173108], [40581, 60780], [19681, 60781], 0,
[14331, 60783], [24857, 60784], [60786, 148466], 60787, [22109, 60788],
[60792, 171526], [21044, 60793], [13741, 60795], 0, [40316, 60797],
[31830, 60798], [39737, 60799], [22494, 60800], [23635, 60802],
[25811, 60803], [60804, 169168], [60805, 156469], [34477, 60807],
[60808, 134440], [60811, 134513], 60812, [20990, 60813], [60814, 139023],
[23950, 60815], [38659, 60816], [60817, 138705], [40577, 60818],
[36940, 60819], [31519, 60820], [39682, 60821], [23761, 60822],
[31651, 60823], [25192, 60824], [25397, 60825], [39679, 60826],
[31695, 60827], [39722, 60828], [31870, 60829], 0, [31810, 60831],
[31878, 60832], [39957, 60833], [31740, 60834], [39689, 60835], 0, 39982,
[40794, 60839], [21875, 60840], [23491, 60841], [20477, 60842],
[40600, 60843], [20466, 60844], [21088, 60845], [21201, 60847],
[22375, 60848], [20566, 60849], [22967, 60850], [24082, 60851],
[38856, 60852], [40363, 60853], [36700, 60854], [21609, 60855],
[38836, 60856], [39232, 60857], [38842, 60858], [21292, 60859],
[24880, 60860], [26924, 60861], [21466, 60862], [39946, 60863],
[40194, 60864], [19515, 60865], [38465, 60866], [27008, 60867],
[20646, 60868], [30022, 60869], [60870, 137069], [39386, 60871],
[21107, 60872], 60873, [37209, 60874], [38529, 60875], [37212, 60876],
60877, [37201, 60878], [60879, 167575], [25471, 60880], [27338, 60882],
[22033, 60883], [37262, 60884], [30074, 60885], [25221, 60886],
[29519, 60888], [31856, 60889], [60890, 154657], 60892, [30422, 60894],
[39837, 60895], [20010, 60896], [60897, 134356], [33726, 60898],
[34882, 60899], 60900, [23626, 60901], [27072, 60902], 0, 0,
[21023, 60905], [24053, 60906], [20174, 60907], [27697, 60908],
[60909, 131570], [20281, 60910], [21660, 60911], 0, [21146, 60913],
[36226, 60914], [13822, 60915], 0, [13811, 60917], 60918, [27474, 60919],
[37244, 60920], [40869, 60921], [39831, 60922], [38958, 60923],
[39092, 60924], [39610, 60925], [40616, 60926], [40580, 60927],
[31508, 60929], 60930, [27642, 60931], [34840, 60932], [32632, 60933],
60934, [22048, 60935], [60936, 173642], [36471, 60937], [40787, 60938],
60939, [36308, 60940], [36431, 60941], [40476, 60942], [36353, 60943],
[25218, 60944], [60945, 164733], [36392, 60946], [36469, 60947],
[31443, 60948], [31294, 60950], [30936, 60951], [27882, 60952],
[35431, 60953], [30215, 60954], [40742, 60956], [27854, 60957],
[34774, 60958], [30147, 60959], [60960, 172722], [30803, 60961],
[36108, 60963], [29410, 60964], [29553, 60965], [35629, 60966],
[29442, 60967], [29937, 60968], [36075, 60969], [60970, 150203],
[34351, 60971], [24506, 60972], [34976, 60973], [17591, 60974], 60975,
[60977, 159237], 60978, [35454, 60979], [60980, 140571], 60981,
[24829, 60982], [30311, 60983], [39639, 60984], [40260, 60985],
[37742, 58859, 60986], [39823, 60987], [34805, 60988], 60989, 0,
[36087, 60991], [29484, 60992], [38689, 60993], [39856, 60994],
[13782, 60995], [29362, 60996], [19463, 60997], [31825, 60998],
[39242, 60999], [24921, 61001], [19460, 61002], [40598, 61003],
[24957, 61004], 61005, [22367, 61006], [24943, 61007], [25254, 61008],
[25145, 61009], 0, [14940, 61011], [25058, 61012], [21418, 61013],
[25444, 61015], [26626, 61016], [13778, 61017], [23895, 61018],
[36826, 61020], [61021, 167481], 61022, [20697, 61023], [30982, 61025],
[21298, 61026], [38456, 61027], [61028, 134971], [16485, 61029], 61030,
[30718, 61031], 61032, [31938, 61033], [61034, 155418], [31962, 61035],
[31277, 61036], [32870, 61037], [32867, 61038], [32077, 61039],
[29957, 61040], [29938, 61041], [35220, 61042], [33306, 61043],
[26380, 61044], [32866, 61045], [61046, 160902], [32859, 61047],
[29936, 61048], [33027, 61049], [30500, 61050], [35209, 61051],
[61052, 157644], [30035, 61053], [34729, 61055], [34766, 61056],
[33224, 61057], [34700, 61058], [35401, 61059], [36013, 61060],
[35651, 61061], [30507, 61062], [29944, 61063], [34010, 61064],
[27058, 61066], [36262, 61067], 61068, [35241, 58392, 61069], 0,
[28089, 61071], [34753, 61072], [61073, 147473], [29927, 61074],
[15835, 61075], [29046, 61076], [24740, 57702, 61077], [24988, 61078],
[15569, 61079], 0, [24695, 61081], 61082, [32625, 61083], 0,
[24809, 61086], [19326, 61087], [57344, 132423], [37595, 57345],
[57346, 132575], [57347, 147397], [34124, 57348], [17077, 57349],
[29679, 57350], [20917, 57351], [13897, 57352], [57353, 149826],
[57354, 166372], [37700, 57355], [57356, 137691], [33518, 57357],
[57358, 146632], [30780, 57359], [26436, 57360], [25311, 57361],
[57362, 149811], [57363, 166314], [57364, 131744], [57365, 158643],
[57366, 135941], [20395, 57367], [57368, 140525], [20488, 57369],
[57370, 159017], [57371, 162436], [57372, 144896], [57373, 150193],
[57374, 140563], 0, [57376, 131966], [24484, 57377], [57378, 131968],
[57379, 131911], [28379, 57380], [57381, 132127], 20702, [20737, 57383],
[13434, 57384], [20750, 57385], [39020, 57386], [14147, 57387],
[33814, 57388], [57389, 149924], [57390, 132231], [20832, 57391],
[57392, 144308], [20842, 57393], [57394, 134143], [57395, 139516],
[57396, 131813], [57397, 140592], [57398, 132494], [57399, 143923],
[57400, 137603], [23426, 57401], [34685, 57402], [57403, 132531],
[57404, 146585], [20914, 57405], [20920, 57406], [40244, 57407],
[20937, 57408], [20943, 57409], [20945, 57410], [15580, 57411],
[20947, 57412], [57413, 150182], [20915, 57414], 0, 0, [20973, 57417],
[33741, 57418], [26942, 57419], [57420, 145197], [24443, 57421],
[21003, 57422], [21030, 57423], [21052, 57424], [21173, 57425],
[21079, 57426], [21140, 57427], [21177, 57428], [21189, 57429],
[31765, 57430], [34114, 57431], [21216, 57432], [34317, 57433],
[57434, 158483], 0, [57436, 166622], [21833, 57437], [28377, 57438],
[57439, 147328], [57440, 133460], [57441, 147436], [21299, 57442], 0,
[57444, 134114], [27851, 57445], [57446, 136998], [26651, 57447],
[29653, 57448], [24650, 57449], [16042, 57450], [14540, 57451],
[57452, 136936], [29149, 57453], [17570, 57454], [21357, 57455],
[21364, 57456], [57457, 165547], [21374, 57458], 0, [57460, 136598],
[57461, 136723], [30694, 57462], [21395, 57463], [57464, 166555],
[21408, 57465], [21419, 57466], [21422, 57467], [29607, 57468],
[57469, 153458], [16217, 57470], [29596, 57471], [21441, 57472],
[21445, 57473], [27721, 57474], [20041, 57475], [22526, 57476],
[21465, 57477], [15019, 57478], [57479, 134031], [21472, 57480],
[57481, 147435], [57482, 142755], [21494, 57483], [57484, 134263],
[21523, 57485], [28793, 57486], [21803, 57487], [26199, 57488],
[27995, 57489], [21613, 57490], [57491, 158547], [57492, 134516],
[21853, 57493], [21647, 57494], [21668, 57495], [18342, 57496],
[57497, 136973], [57498, 134877], [15796, 57499], [57500, 134477],
[57501, 166332], [57502, 140952], [21831, 57503], [19693, 57504],
[21551, 57505], [29719, 57506], [21894, 57507], [21929, 57508], 0,
[57510, 137431], [57511, 147514], [17746, 57512], [57513, 148533],
[26291, 57514], [57515, 135348], [22071, 57516], [26317, 57517],
[57518, 144010], [26276, 57519], 0, [22093, 57521], [22095, 57522],
[30961, 57523], [22257, 57524], [38791, 57525], [21502, 57526],
[22272, 57527], [22255, 57528], [22253, 57529], [57530, 166758],
[13859, 57531], [57532, 135759], [22342, 57533], [57534, 147877],
[27758, 57535], [28811, 57536], [22338, 57537], [14001, 57538],
[57539, 158846], [22502, 57540], [57541, 136214], [22531, 57542],
[57543, 136276], [57544, 148323], [22566, 57545], [57546, 150517], 0,
[22698, 57548], [13665, 57549], [22752, 57550], [22748, 57551],
[57552, 135740], [22779, 57553], [23551, 57554], [22339, 57555],
[57556, 172368], [57557, 148088], [37843, 57558], [13729, 57559],
[22815, 57560], [26790, 57561], [14019, 57562], [28249, 57563],
[57564, 136766], [23076, 57565], 0, [57567, 136850], [34053, 57568],
[22985, 57569], [57570, 134478], [57571, 158849], [57572, 159018],
[57573, 137180], [23001, 57574], [57575, 137211], [57576, 137138],
[57577, 159142], [28017, 57578], [57579, 137256], [57580, 136917],
[23033, 57581], [57582, 159301], [23211, 57583], [23139, 57584],
[14054, 57585], [57586, 149929], 0, [14088, 57588], [23190, 57589],
[29797, 57590], [23251, 57591], [57592, 159649], [57593, 140628],
[57595, 137489], [14130, 57596], [57597, 136888], [24195, 57598],
[21200, 57599], [23414, 57600], [25992, 57601], [23420, 57602],
[57603, 162318], [16388, 57604], [18525, 57605], [57606, 131588],
[23509, 57607], [57609, 137780], [57610, 154060], [57611, 132517],
[23539, 57612], [23453, 57613], [19728, 57614], [23557, 57615],
[57616, 138052], [23571, 57617], [29646, 57618], [23572, 57619],
[57620, 138405], [57621, 158504], [23625, 57622], [18653, 57623],
[23685, 57624], [23785, 57625], [23791, 57626], [23947, 57627],
[57628, 138745], [57629, 138807], [23824, 57630], [23832, 57631],
[23878, 57632], [57633, 138916], [23738, 57634], [24023, 57635],
[33532, 57636], [14381, 57637], [57638, 149761], [57639, 139337],
[57640, 139635], [33415, 57641], [14390, 57642], [15298, 57643],
[24110, 57644], [27274, 57645], 0, 57647, [57648, 148668], [57649, 134355],
[21414, 57650], [20151, 57651], 0, [21416, 57653], [57654, 137073],
[24073, 57655], 57656, [57657, 164994], [24313, 57658], [24315, 57659],
[14496, 57660], [24316, 57661], [26686, 57662], [37915, 57663],
[24333, 57664], [57665, 131521], [57666, 194708], [15070, 57667],
[57669, 135994], [24378, 57670], [57671, 157832], [57672, 140240],
[57674, 140401], [24419, 57675], [57677, 159342], [24434, 57678],
[37696, 57679], [57680, 166454], [24487, 57681], [23990, 57682],
[15711, 57683], [57684, 152144], [57685, 139114], [57686, 159992],
[57687, 140904], [37334, 57688], [57689, 131742], [57690, 166441],
[24625, 57691], [26245, 57692], [14691, 57694], [15815, 57695],
[13881, 57696], [22416, 57697], [57698, 141236], [31089, 57699],
[15936, 57700], [24734, 57701], 0, 0, [57704, 149890], [57705, 149903],
[57706, 162387], [29860, 57707], [20705, 57708], [23200, 57709],
[24932, 57710], [24898, 57712], [57713, 194726], [57714, 159442],
[24961, 57715], [20980, 57716], [57717, 132694], [24967, 57718],
[23466, 57719], [57720, 147383], [57721, 141407], [25043, 57722],
[57723, 166813], [57724, 170333], [25040, 57725], [14642, 57726],
[57727, 141696], [57728, 141505], [24611, 57729], [24924, 57730],
[25886, 57731], [25483, 57732], [57733, 131352], [25285, 57734],
[57735, 137072], [25301, 57736], [57737, 142861], [25452, 57738],
[57739, 149983], [14871, 57740], [25656, 57741], [25592, 57742],
[57743, 136078], [57744, 137212], [28554, 57746], [57747, 142902], 0,
[57750, 153373], [25825, 57751], [25829, 57752], [38011, 57753],
[14950, 57754], [25658, 57755], [14935, 57756], [25933, 57757],
[28438, 57758], [57759, 150056], [57760, 150051], [25989, 57761],
[25965, 57762], [25951, 57763], 0, [26037, 57765], [57766, 149824],
[19255, 57767], [26065, 57768], [16600, 57769], [57770, 137257], 57771,
[26083, 57772], [24543, 57773], [57774, 144384], [26136, 57775],
[57776, 143863], [57777, 143864], [26180, 57778], [57779, 143780],
[57780, 143781], [26187, 57781], [57782, 134773], [26215, 57783],
[57784, 152038], [26227, 57785], 0, [57788, 143921], [57789, 165364],
[57790, 143816], [57791, 152339], [30661, 57792], [57793, 141559],
[39332, 57794], [26370, 57795], [57796, 148380], [57797, 150049],
[27130, 57799], [57800, 145346], 0, [26471, 57802], [26466, 57803],
[57804, 147917], [57805, 168173], [26583, 57806], [17641, 57807],
[26658, 57808], [28240, 57809], [37436, 57810], [26625, 57811],
[57812, 144358], [57813, 159136], [26717, 57814], [57815, 144495],
[27105, 57816], [27147, 57817], [57818, 166623], [26995, 57819],
[26819, 57820], [57821, 144845], [26881, 57822], [26880, 57823],
[14849, 57825], [57826, 144956], [15232, 57827], [26540, 57828],
[26977, 57829], [57830, 166474], [17148, 57831], [26934, 57832],
[27032, 57833], [15265, 57834], [57835, 132041], [33635, 57836],
[20624, 57837], [27129, 57838], [57839, 144985], [57840, 139562],
[27205, 57841], [57842, 145155], [27293, 57843], [15347, 57844],
[26545, 57845], [27336, 57846], [57847, 168348], [15373, 57848],
[27421, 57849], [57850, 133411], [24798, 57851, 60308], [27445, 57852],
[27508, 57853], [57854, 141261], [28341, 57855], [57856, 146139], 0,
[57858, 137560], [14144, 57859], [21537, 57860], [57861, 146266],
[27617, 57862], [57863, 147196], [27612, 57864], [27703, 57865],
[57866, 140427], [57867, 149745], [57868, 158545], [27738, 57869],
[33318, 57870], [27769, 57871], [57872, 146876], [17605, 57873],
[57874, 146877], [57875, 147876], [57876, 149772], [57877, 149760],
[57878, 146633], [14053, 57879], [15595, 57880], [57881, 134450],
[39811, 57882], [57883, 143865], [57884, 140433], [32655, 57885],
[26679, 57886], [57887, 159013], [57888, 159137], [57889, 159211],
[28054, 57890], [27996, 57891], [28284, 57892], [28420, 57893],
[57894, 149887], [57895, 147589], [57896, 159346], [34099, 57897],
[57898, 159604], [20935, 57899], 0, 0, [33838, 57902], [57903, 166689], 0,
[57905, 146991], [29779, 57906], [57907, 147330], [31180, 57908],
[28239, 57909], [23185, 57910], [57911, 143435], [28664, 57912],
[14093, 57913], [28573, 57914], [57915, 146992], [28410, 57916],
[57917, 136343], [57918, 147517], [17749, 57919], [37872, 57920],
[28484, 57921], [28508, 57922], [15694, 57923], [28532, 57924],
[57925, 168304], [15675, 57926], [28575, 57927], [57928, 147780],
[28627, 57929], [57930, 147601], [57931, 147797], [57932, 147513],
[57933, 147440], [57934, 147380], [57935, 147775], [20959, 57936],
[57937, 147798], [57938, 147799], [57939, 147776], [57940, 156125],
[28747, 57941], [28798, 57942], [28839, 57943], 0, [28876, 57945],
[28885, 57946], [28886, 57947], [28895, 57948], [16644, 57949],
[15848, 57950], [29108, 57951], [29078, 57952], [57953, 148087],
[28971, 57954], [28997, 57955], [23176, 57956], [29002, 57957], 0,
[57960, 148325], [29007, 57961], [37730, 57962], [57963, 148161],
[28972, 57964], [57965, 148570], [57966, 150055], [57967, 150050],
[29114, 57968], [57969, 166888], [28861, 57970], [29198, 57971],
[37954, 57972], [29205, 57973], [22801, 57974], [37955, 57975],
[29220, 57976], [37697, 57977], [57978, 153093], [29230, 57979],
[29248, 57980], [57981, 149876], [26813, 57982], [29269, 57983],
[29271, 57984], [15957, 57985], [57986, 143428], [26637, 57987],
[28477, 57988], [29314, 57989], 0, [29483, 57991], [57992, 149539],
[57993, 165931], [18669, 57994], [57995, 165892], [29480, 57996],
[29486, 57997], [29647, 57998], [29610, 57999], [58000, 134202],
[58001, 158254], [29641, 58002], [29769, 58003], [58004, 147938],
[58005, 136935], [58006, 150052], [26147, 58007], [14021, 58008],
[58009, 149943], [58010, 149901], [58011, 150011], [29687, 58012],
[29717, 58013], [26883, 58014], [58015, 150054], [29753, 58016],
[16087, 58018], 0, [58020, 141485], [29792, 58021], [58022, 167602],
[29767, 58023], [29668, 58024], [29814, 58025], [33721, 58026],
[29804, 58027], [29812, 58029], [37873, 58030], [27180, 58031],
[29826, 58032], [18771, 58033], [58034, 150156], [58035, 147807],
[58036, 150137], [58037, 166799], [23366, 58038], [58039, 166915],
[58040, 137374], [29896, 58041], [58042, 137608], [29966, 58043],
[29982, 58045], [58046, 167641], [58047, 137803], [23511, 58048],
[58049, 167596], [37765, 58050], [30029, 58051], [30026, 58052],
[30055, 58053], [30062, 58054], [58055, 151426], [16132, 58056],
[58057, 150803], [30094, 58058], [29789, 58059], [30110, 58060],
[30132, 58061], [30210, 58062], [30252, 58063], [30289, 58064],
[30287, 58065], [30319, 58066], 58067, [58068, 156661], [30352, 58069],
[33263, 58070], [14328, 58071], [58072, 157969], [58073, 157966],
[30369, 58074], [30373, 58075], [30391, 58076], [30412, 58077],
[58078, 159647], [33890, 58079], [58080, 151709], [58081, 151933],
[58082, 138780], [30494, 58083], [30502, 58084], [30528, 58085],
[25775, 58086], [58087, 152096], [30552, 58088], [58089, 144044],
[30639, 58090], [58091, 166244], [58092, 166248], [58093, 136897],
[30708, 58094], 0, [26826, 58098], [30895, 58099], [30919, 58100],
[30931, 58101], [38565, 58102], [31022, 58103], [58104, 153056],
[30935, 58105], [31028, 58106], [30897, 58107], [58108, 161292],
[36792, 58109], [34948, 58110], [58113, 140828], [31110, 58114],
[35072, 58115], [26882, 58116], [31104, 58117], [58118, 153687],
[31133, 58119], [58120, 162617], [31036, 58121], [31145, 58122],
[28202, 58123], [58124, 160038], [16040, 58125], [31174, 58126],
[58127, 168205], [31188, 58128], 0, [21797, 62526], 0, [62528, 134210],
[62529, 134421], [62530, 151851], [21904, 62531], [62532, 142534],
[14828, 62533], [62534, 131905], [36422, 62535], [62536, 150968],
[62537, 169189], 0, [62539, 164030], [30586, 62540], [62541, 142392],
[14900, 62542], [18389, 62543], [62544, 164189], [62545, 158194],
[62546, 151018], [25821, 62547], [62548, 134524], [62549, 135092],
[62550, 134357], 0, [25741, 62552], [36478, 62553], [62554, 134806], 0,
[62556, 135012], [62557, 142505], [62558, 164438], [62559, 148691], 0,
[62561, 134470], [62562, 170573], [62563, 164073], [18420, 62564],
[62565, 151207], [62566, 142530], [39602, 62567], [14951, 62568],
[62569, 169460], [16365, 62570], [13574, 62571], [62572, 152263],
[62573, 169940], 0, [62575, 142660], [40302, 62576], [38933, 62577], 0,
[17369, 62579], 0, [25780, 62581], [21731, 62582], 0, [62584, 142282], 0,
[14843, 62586], 0, [62588, 157402], [62589, 157462], [62590, 162208],
[25834, 62591], [62592, 151634], [62593, 134211], [36456, 62594], 0,
[62596, 166732], [62597, 132913], 0, [18443, 62599], [62600, 131497],
[16378, 62601], [22643, 62602], [62603, 142733], 0, [62605, 148936],
[62606, 132348], [62607, 155799], [62608, 134988], 0, [21881, 62610], 0,
[17338, 62612], 0, [19124, 62614], [62615, 141926], [62616, 135325],
[33194, 62617], [39157, 62618], [62619, 134556], [25465, 62620],
[14846, 62621], [62622, 141173], [36288, 62623], [22177, 62624],
[25724, 62625], [15939, 62626], 0, [62628, 173569], [62629, 134665],
[62630, 142031], 0, 0, [62633, 135368], [62634, 145858], [14738, 62635],
[14854, 62636], [62637, 164507], [13688, 62638], [62639, 155209],
[62640, 139463], 0, 0, [62643, 142514], [62644, 169760], [13500, 62645],
[27709, 62646], [62647, 151099], 0, 0, [62650, 161140], [62651, 142987],
[62652, 139784], [62653, 173659], [62654, 167117], [62655, 134778],
[62656, 134196], [62683, 161337], [62684, 142286], [62687, 142417],
[14872, 62689], [62691, 135367], [62693, 173618], [62695, 167122],
[62696, 167321], [62697, 167114], [38314, 62698], 0, [62706, 161630],
[28992, 62708], 0, [20822, 62385], 0, [20616, 62487], 0, [13459, 62489],
[20870, 62491], [24130, 63037], [20997, 62495], [21031, 62436],
[21113, 62497], 0, [13651, 62504], [21442, 62505], [21343, 62715], 0,
[21823, 62520], 0, [21976, 59986], [13789, 62722], [22049, 63067], 0,
[22100, 60044], [60148, 135291], 0, [60153, 135379], 0, [61095, 135934], 0,
0, [14265, 60104], [23745, 61099], [23829, 63066], [23894, 63030],
[14392, 63036], [20097, 62477], [24253, 63038], [14612, 63042],
[25017, 63050], [25232, 63054], [25368, 63056], [25690, 63063],
[25745, 62381], [33133, 62709], [33156, 59922], [33171, 59924],
[26624, 63080], [15292, 63093], [29327, 60517], [29389, 59781], 0,
[29497, 59785], [30018, 59811], [30172, 59817], [16320, 59818],
[60278, 151205], [16343, 59820], 0, 30336, [30348, 59824, 151388],
[16552, 59845], [30777, 59846], [16643, 59855], [31377, 59863],
[31771, 59876], [31981, 59884], [32659, 62658], [32686, 59892], 0,
[33535, 59936], [22623, 59981], [34482, 59960], 0, [34699, 59963],
[35143, 59969], 0, [35369, 59972], 0, [36465, 59988], [60484, 164233],
[36528, 59990], 0, [37214, 62443], [37260, 62441], [39182, 60051],
[39196, 60054], 0, 0, [39809, 60066], [40384, 60080], [40339, 60078],
[40620, 60085], [19857, 60540], 0, 37818, [40571, 60084], [28809, 63148],
[29512, 59788], 0, [31129, 59858], [36791, 59997], 0, [39234, 60056],
{s: 193}, 8364, {s: 4}, [12443, 63518], [12444, 63519], [11904, 63520],
{f: 5, c: 62211}, [62216, 131340], 62217, [62218, 131281], [62219, 131277],
{f: 2, c: 62220}, [62222, 131275], [62223, 139240], 62224, [62225, 131274],
{f: 4, c: 62226}, [62230, 131342], {f: 2, c: 62231}, {f: 2, c: 62776},
[62778, 138177], [62779, 194680], [12205, 38737, 62780], [62781, 131206],
[20059, 62782], [20155, 62783], [13630, 62784], [23587, 62785],
[24401, 62786], [24516, 62787], [14586, 62788], [25164, 62789],
[25909, 62790], [27514, 62791], [27701, 62792], [27706, 62793],
[28780, 62794], [29227, 62795], [20012, 62796], [29357, 62797],
[62798, 149737], [32594, 62799], [31035, 62800], [31993, 62801],
[32595, 62802], [62803, 156266], [13505, 62804], [62806, 156491],
[32770, 62807], [32896, 62808], [62809, 157202], [62810, 158033],
[21341, 62811], [34916, 62812], [35265, 62813], [62814, 161970],
[35744, 62815], [36125, 62816], [38021, 62817], [38264, 62818],
[38271, 62819], [38376, 62820], [62821, 167439], [38886, 62822],
[39029, 62823], [39118, 62824], [39134, 62825], [39267, 62826],
[62827, 170000], [40060, 62828], [40479, 62829], [40644, 62830],
[27503, 62831], [62832, 63751], [20023, 62833], [62834, 131207],
[38429, 62835], [25143, 62836], [38050, 62837], [11908, 63521],
[11910, 63522], [11911, 63523], [11912, 63524], [11914, 63525],
[11916, 63526], [11917, 63527], [11925, 63528], [11932, 63529],
[11941, 63531], [11943, 63532], [11946, 63533], [11948, 63534],
[11950, 63535], [11958, 63536], [11964, 63537], [11966, 63538],
[11978, 63540], [11980, 63541], [11981, 63542], [11983, 63543],
[11990, 63544], [11991, 63545], [11998, 63546], [62368, 172969],
[62369, 135493], [25866, 62371], [20029, 62374], [28381, 62375],
[40270, 62376], [37343, 62377], [62380, 161589], [20250, 62382],
[20264, 62383], [20392, 62384], [20852, 62386], [20892, 62387],
[20964, 62388], [21153, 62389], [21160, 62390], [21307, 62391],
[21326, 62392], [21457, 62393], [21464, 62394], [22242, 62395],
[22768, 62396], [22788, 62397], [22791, 62398], [22834, 62399],
[22836, 62400], [23398, 62401], [23454, 62402], [23455, 62403],
[23706, 62404], [24198, 62405], [24635, 62406], [25993, 62407],
[26622, 62408], [26628, 62409], [26725, 62410], [27982, 62411],
[28860, 62412], [30005, 62413], [32420, 62414], [32428, 62415],
[32442, 62416], [32455, 62417], [32463, 62418], [32479, 62419],
[32518, 62420], [32567, 62421], [33402, 62422], [33487, 62423],
[33647, 62424], [35270, 62425], [35774, 62426], [35810, 62427],
[36710, 62428], [36711, 62429], [36718, 62430], [29713, 62431],
[31996, 62432], [32205, 62433], [26950, 62434], [31433, 62435],
[30904, 62442], [32956, 62444], [36107, 62446], [33014, 62447],
[62448, 133607], [32927, 62451], [40647, 62452], [19661, 62453],
[40393, 62454], [40460, 62455], [19518, 62456], [62457, 171510],
[62458, 159758], [40458, 62459], [62460, 172339], [13761, 62461],
[28314, 62463], [33342, 62464], [29977, 62465], [18705, 62467],
[39532, 62468], [39567, 62469], [40857, 62470], [31111, 62471],
[62472, 164972], [62473, 138698], [62474, 132560], [62475, 142054],
[20004, 62476], [20096, 62478], [20103, 62479], [20159, 62480],
[20203, 62481], [20279, 62482], [13388, 62483], [20413, 62484],
[15944, 62485], [20483, 62486], [13437, 62488], [13477, 62490],
[22789, 62492], [20955, 62493], [20988, 62494], [20105, 62496],
[21136, 62498], [21287, 62499], [13767, 62500], [21417, 62501],
[13649, 62502], [21424, 62503], [21539, 62506], [13677, 62507],
[13682, 62508], [13953, 62509], [21651, 62510], [21667, 62511],
[21684, 62512], [21689, 62513], [21712, 62514], [21743, 62515],
[21784, 62516], [21795, 62517], [21800, 62518], [13720, 62519],
[13733, 62521], [13759, 62522], [21975, 62523], [13765, 62524],
[62525, 163204], [16467, 62538], [62551, 135412], [62555, 134155],
[62574, 161992], [62580, 155813], [62583, 142668], [62585, 135287],
[62587, 135279], [62595, 139681], [62609, 134550], [16571, 62611],
[62631, 142537], [22098, 62641], [62642, 134961], [62657, 157724],
[62659, 135375], [62660, 141315], [62661, 141625], [13819, 62662],
[62663, 152035], [62664, 134796], [62665, 135053], [62666, 134826],
[16275, 62667], [62668, 134960], [62669, 134471], [62670, 135503],
[62671, 134732], [62673, 134827], [62674, 134057], [62675, 134472],
[62676, 135360], [62677, 135485], [16377, 62678], [62679, 140950],
[25650, 62680], [62681, 135085], [62682, 144372], [62685, 134526],
[62686, 134527], [62688, 142421], [62690, 134808], [62692, 134958],
[62694, 158544], [21708, 62699], [33476, 62700], [21945, 62701],
[62703, 171715], [39974, 62704], [39606, 62705], [62707, 142830],
[33004, 62710], [23580, 62711], [62712, 157042], [33076, 62713],
[14231, 62714], [62716, 164029], [37302, 62717], [62718, 134906],
[62719, 134671], [62720, 134775], [62721, 134907], [62723, 151019],
[13833, 62724], [62725, 134358], [22191, 62726], [62727, 141237],
[62728, 135369], [62729, 134672], [62730, 134776], [62731, 135288],
[62732, 135496], [62733, 164359], [62734, 136277], [62735, 134777],
[62736, 151120], [62737, 142756], [23124, 62738], [62739, 135197],
[62740, 135198], [62741, 135413], [62742, 135414], [22428, 62743],
[62744, 134673], [62745, 161428], [62746, 164557], [62747, 135093],
[62748, 134779], [62749, 151934], [14083, 62750], [62751, 135094],
[62752, 135552], [62753, 152280], [62754, 172733], [62755, 149978],
[62756, 137274], [62757, 147831], [62758, 164476], [22681, 62759],
[21096, 62760], [13850, 62761], [62762, 153405], [31666, 62763],
[23400, 62764], [18432, 62765], [19244, 62766], [40743, 62767],
[18919, 62768], [39967, 62769], [39821, 62770], [62771, 154484],
[62772, 143677], [22011, 62773], [13810, 62774], [22153, 62775],
[23870, 63028], [23880, 63029], [15868, 63031], [14351, 63032],
[23972, 63033], [23993, 63034], [14368, 63035], [24357, 63039],
[24451, 63040], [14600, 63041], [14655, 63043], [14669, 63044],
[24791, 63045], [24893, 63046], [23781, 63047], [14729, 63048],
[25015, 63049], [25039, 63051], [14776, 63052], [25132, 63053],
[25317, 63055], [14840, 63057], [22193, 63058], [14851, 63059],
[25570, 63060], [25595, 63061], [25607, 63062], [14923, 63064],
[25792, 63065], [40863, 63068], [14999, 63069], [25990, 63070],
[15037, 63071], [26111, 63072], [26195, 63073], [15090, 63074],
[26258, 63075], [15138, 63076], [26390, 63077], [15170, 63078],
[26532, 63079], [15192, 63081], [26698, 63082], [26756, 63083],
[15218, 63084], [15217, 63085], [15227, 63086], [26889, 63087],
[26947, 63088], [29276, 63089], [26980, 63090], [27039, 63091],
[27013, 63092], [27094, 63094], [15325, 63095], [27237, 63096],
[27252, 63097], [27249, 63098], [27266, 63099], [15340, 63100],
[27289, 63101], [15346, 63102], [27307, 63103], [27317, 63104],
[27348, 63105], [27382, 63106], [27521, 63107], [27585, 63108],
[27626, 63109], [27765, 63110], [27818, 63111], [15563, 63112],
[27906, 63113], [27910, 63114], [27942, 63115], [28033, 63116],
[15599, 63117], [28068, 63118], [28081, 63119], [28181, 63120],
[28184, 63121], [28201, 63122], [28294, 63123], [63124, 166336],
[28347, 63125], [28386, 63126], [28378, 63127], [40831, 63128],
[28392, 63129], [28393, 63130], [28452, 63131], [28468, 63132],
[15686, 63133], [63134, 147265], [28545, 63135], [28606, 63136],
[15722, 63137], [15733, 63138], [29111, 63139], [23705, 63140],
[15754, 63141], [28716, 63142], [15761, 63143], [28752, 63144],
[28756, 63145], [28783, 63146], [28799, 63147], [63149, 131877],
[17345, 63150], [13809, 63151], [63152, 134872], [13902, 58134],
[15789, 58172], [58173, 154725], [26237, 58183], [31860, 58188],
[29837, 58197], [32402, 58215], [17667, 58232], [58260, 151480],
[58270, 133901], [58277, 158474], [13438, 58311], [58317, 143087],
[58325, 146613], [58343, 159385], [34673, 58364], [25537, 58385],
[30583, 58387], [35210, 58390], [58406, 147343], [35660, 58415],
[58440, 150729], [18730, 58464], [58471, 172052], [58472, 165564],
[58473, 165121], [15088, 58490], [28815, 58511], [58529, 140922],
[58637, 158120], [58646, 148043], [26760, 58662], [58664, 139611],
[40802, 58702], [37830, 58793], [58802, 131967], [37734, 58888],
[37519, 58901], [34324, 58954], [58986, 173147], [16784, 59010],
[26511, 59045], [26654, 59048], [14435, 59051], [59077, 149996],
[15129, 59128], [33942, 59176], [59241, 149858], [14818, 59254],
[33920, 59259], [17262, 59328], [38769, 59402], [39323, 59427],
[18733, 59499], [28439, 59703], [59704, 160009], [28838, 59746],
[59752, 150095], [32357, 59753], [23855, 59755], [15859, 59756],
[59758, 150109], [59759, 137183], [32164, 59760], [33830, 59761],
[21637, 59762], [59763, 146170], [59765, 131604], [22398, 59766],
[59767, 133333], [59768, 132633], [16357, 59769], [59770, 139166],
[59771, 172726], [28675, 59772], [59773, 168283], [23920, 59774],
[29583, 59775], [59777, 166489], [59778, 168992], [20424, 59779],
[32743, 59780], [29456, 59782], [29496, 59784], [29505, 59787],
[16041, 59789], [29173, 59792], [59793, 149746], [29665, 59794],
[16074, 59796], [16081, 59798], [29721, 59801], [29726, 59802],
[29727, 59803], [16098, 59804], [16112, 59805], [16116, 59806],
[16122, 59807], [29907, 59808], [16142, 59809], [16211, 59810],
[30061, 59812], [30066, 59813], [30093, 59814], [16252, 59815],
[30152, 59816], [30285, 59819], [30324, 59821], [16348, 59822],
[30330, 59823], [29064, 59825], [22051, 59826], [35200, 59827],
[16413, 59829], [30531, 59830], [16441, 59831], [16453, 59833],
[13787, 59834], [30616, 59835], [16490, 59836], [16495, 59837],
[30654, 59839], [30667, 59840], [30744, 59842], [30748, 59844],
[30791, 59847], [30801, 59848], [30822, 59849], [33864, 59850],
[59851, 152885], [31027, 59852], [31026, 59854], [16649, 59856],
[31121, 59857], [31238, 59860], [16743, 59862], [16818, 59864],
[31420, 59865], [33401, 59866], [16836, 59867], [31439, 59868],
[31451, 59869], [16847, 59870], [31586, 59872], [31596, 59873],
[31611, 59874], [31762, 59875], [16992, 59877], [17018, 59878],
[31867, 59879], [31900, 59880], [17036, 59881], [31928, 59882],
[17044, 59883], [36755, 59885], [28864, 59886], [59887, 134351],
[32207, 59888], [32212, 59889], [32208, 59890], [32253, 59891],
[32692, 59893], [29343, 59894], [17303, 59895], [32800, 59896],
[32805, 59897], [32814, 59899], [32817, 59900], [32852, 59901],
[22452, 59903], [28832, 59904], [32951, 59905], [33001, 59906],
[17389, 59907], [33036, 59908], [33038, 59910], [33042, 59911],
[33044, 59913], [17409, 59914], [15161, 59915], [33110, 59916],
[33113, 59917], [33114, 59918], [17427, 59919], [33148, 59921],
[17445, 59923], [17453, 59925], [33189, 59926], [22511, 59927],
[33217, 59928], [33252, 59929], [33364, 59930], [17551, 59931],
[33398, 59933], [33482, 59934], [33496, 59935], [17584, 59937],
[33623, 59938], [38505, 59939], [33797, 59941], [28917, 59942],
[33892, 59943], [33928, 59945], [17668, 59946], [33982, 59947],
[34017, 59948], [34040, 59949], [34064, 59950], [34104, 59951],
[34130, 59952], [17723, 59953], [34159, 59954], [34160, 59955],
[34272, 59956], [17783, 59957], [34418, 59958], [34450, 59959],
[34543, 59961], [38469, 59962], [17926, 59964], [17943, 59965],
[34990, 59966], [35071, 59967], [35108, 59968], [35217, 59970],
[59971, 162151], [35384, 59973], [35476, 59974], [35508, 59975],
[35921, 59976], [36052, 59977], [36082, 59978], [36124, 59979],
[18328, 59980], [36291, 59982], [18413, 59983], [36410, 59985],
[22356, 59987], [22005, 59989], [18487, 59991], [36558, 59992],
[36578, 59993], [36580, 59994], [36589, 59995], [36594, 59996],
[36801, 59998], [36810, 59999], [36812, 60000], [36915, 60001],
[18605, 60003], [39136, 60004], [37395, 60005], [18718, 60006],
[37416, 60007], [37464, 60008], [37483, 60009], [37553, 60010],
[37550, 60011], [37567, 60012], [37603, 60013], [37611, 60014],
[37619, 60015], [37620, 60016], [37629, 60017], [37699, 60018],
[37764, 60019], [37805, 60020], [18757, 60021], [18769, 60022],
[37911, 60024], [37917, 60026], [37933, 60027], [37950, 60028],
[18794, 60029], [37972, 60030], [38009, 60031], [38189, 60032],
[38306, 60033], [18855, 60034], [38388, 60035], [38451, 60036],
[18917, 60037], [18980, 60039], [38720, 60040], [18997, 60041],
[38834, 60042], [38850, 60043], [19172, 60045], [39097, 60047],
[19225, 60048], [39153, 60049], [22596, 60050], [39193, 60052],
[39223, 60055], [39261, 60057], [39266, 60058], [19312, 60059],
[39365, 60060], [19357, 60061], [39484, 60062], [39695, 60063],
[39785, 60065], [39901, 60067], [39921, 60068], [39924, 60069],
[19565, 60070], [39968, 60071], [14191, 60072], [60073, 138178],
[40265, 60074], [40702, 60076], [22096, 60077], [40381, 60079],
[40444, 60081], [38134, 60082], [36790, 60083], [40625, 60086],
[40637, 60087], [40646, 60088], [38108, 60089], [40674, 60090],
[40689, 60091], [40696, 60092], [40772, 60094], [60095, 131220],
[60096, 131767], [60097, 132000], [38083, 60099], [60101, 132311],
[38081, 60103], [60105, 132565], [60106, 132629], [60107, 132726],
[60108, 136890], [22359, 60109], [29043, 60110], [60111, 133826],
[60112, 133837], [60113, 134079], [60115, 194619], [60116, 134091],
[21662, 60117], [60118, 134139], [60119, 134203], [60120, 134227],
[60121, 134245], [60122, 134268], [60124, 134285], [60126, 134325],
[60127, 134365], [60128, 134381], [60129, 134511], [60130, 134578],
[60131, 134600], [60135, 134660], [60136, 134670], [60137, 134871],
[60138, 135056], [60139, 134957], [60140, 134771], [60142, 135100],
[60144, 135260], [60145, 135247], [60146, 135286], [60149, 135304],
[60150, 135318], [13895, 60151], [60152, 135359], [60154, 135471],
[60155, 135483], [21348, 60156], [60158, 135907], [60159, 136053],
[60160, 135990], [60162, 136567], [60163, 136729], [60164, 137155],
[60165, 137159], [28859, 60167], [60168, 137261], [60169, 137578],
[60170, 137773], [60171, 137797], [60172, 138282], [60173, 138352],
[60174, 138412], [60175, 138952], [60177, 138965], [60178, 139029],
[29080, 60179], [60181, 139333], [27113, 60182], [14024, 60183],
[60184, 139900], [60185, 140247], [60186, 140282], [60187, 141098],
[60188, 141425], [60189, 141647], [60191, 141671], [60192, 141715],
[60193, 142037], [60195, 142056], [60197, 142094], [60199, 142143],
[60202, 142412], [60204, 142472], [60205, 142519], [60206, 154600],
[60207, 142600], [60208, 142610], [60209, 142775], [60210, 142741],
[60211, 142914], [60212, 143220], [60213, 143308], [60214, 143411],
[60215, 143462], [60216, 144159], [60217, 144350], [60222, 144743],
[60223, 144883], [60227, 144922], [60228, 145174], [22709, 60231],
[60234, 146087], [60237, 146961], [60238, 147129], [60243, 147737],
[60245, 148206], [60246, 148237], [60248, 148276], [60249, 148374],
[60258, 148484], [60259, 148694], [22408, 60260], [60261, 149108],
[60263, 149295], [60271, 149522], [60272, 149755], [60273, 150037],
[60275, 150208], [22885, 60277], [60279, 151430], [60282, 151596],
[22335, 60284], [60286, 152217], [60287, 152601], [60291, 152646],
[60292, 152686], [60296, 152895], [60298, 152926], [60300, 152930],
[60301, 152934], [60302, 153543], [60304, 153693], [60309, 153859],
[60312, 154286], [60313, 154505], [60314, 154630], [22433, 60316],
[29009, 60317], [60319, 155906], [60322, 156082], [60325, 156674],
[60326, 156746], [60330, 156804], [60334, 156808], [60336, 156946],
[60338, 157119], [60339, 157365], [22201, 60347], [60349, 157436],
[13848, 60355], [60357, 157593], [60358, 157806], [60360, 157790],
[60362, 157895], [60366, 157990], [60368, 158009], [60371, 158202],
[60373, 158253], [60378, 158260], [60379, 158555], [60383, 158621],
[60385, 158884], [60388, 159150], [60392, 159819], [60393, 160205],
[60395, 160384], [60396, 160389], [60399, 160395], [60401, 160486],
[38047, 60404], [60405, 160848], [14009, 60416], [60424, 161740],
[60425, 161880], [22230, 60426], [60435, 162269], [60441, 162301],
[60442, 162314], [60443, 162571], [60444, 163174], [60448, 163849],
[60459, 163875], [60463, 163912], [60466, 163971], [60479, 163984],
[60480, 164084], [60481, 164142], [60483, 164175], [60485, 164271],
[60486, 164378], [60487, 164614], [60488, 164655], [60489, 164746],
[60491, 164968], [60492, 165546], [25574, 60494], [60495, 166230],
[60498, 166328], [60500, 166375], [60502, 166376], [60503, 166726],
[60504, 166868], [60506, 166921], [60508, 167877], [60509, 168172],
[60511, 168208], [60512, 168252], [15863, 60513], [60514, 168286],
[60515, 150218], [36816, 60516], [60519, 169191], [60521, 169392],
[60522, 169400], [60523, 169778], [60524, 170193], [60525, 170313],
[60526, 170346], [60527, 170435], [60528, 170536], [60529, 170766],
[60530, 171354], [60531, 171419], [32415, 60532], [60533, 171768],
[60534, 171811], [19620, 60535], [38215, 60536], [60537, 172691],
[29090, 60538], [60539, 172799], [60542, 173515], [19868, 60543],
[60544, 134300], [36798, 60545], [36794, 60547], [60548, 140464],
[36793, 60549], [60550, 150163], [20202, 60555], [60557, 166700],
[36480, 60560], [60561, 137205], [60563, 166764], [60564, 166809],
[60566, 157359], [60568, 161365], [60570, 153141], [60571, 153942],
[20122, 60572], [60573, 155265], [60576, 134765], [60579, 147080],
[60580, 150686], [60583, 137206], [60584, 137339], [60587, 154698],
[60589, 152337], [15814, 60590], [60596, 155352], [19996, 60600],
[60601, 135146], [60602, 134473], [60603, 145082], [60638, 151880],
[21982, 60644], [34694, 60672], [60676, 135361], [60679, 149254],
[23440, 60680], [60682, 157843], [60684, 141044], [60685, 163119],
[60686, 147875], [60687, 163187], [60688, 159440], [60689, 160438],
[60691, 135641], [60693, 146684], [60694, 173737], [60695, 134828],
[60698, 138402], [60700, 151490], [60702, 135147], [60706, 142752],
[60710, 135148], [60711, 134666], [60714, 135149], [60717, 135559],
[19994, 60721], [19972, 60722], [23309, 60724], [13996, 60727],
[21373, 60729], [13989, 60730], [22682, 60732], [60733, 150382],
[22442, 60736], [60737, 154261], [60738, 133497], [60741, 140389],
[60746, 146686], [60747, 171824], [60749, 151465], [60750, 169374],
[60753, 146870], [60755, 157619], [60756, 145184], [60759, 147191],
[60760, 146988], [60785, 143578], [60789, 135849], [22439, 60790],
[60791, 149859], [60794, 159918], [60801, 137068], [60806, 160100],
[60809, 159010], [60810, 150242], [39963, 60837], [60838, 149822],
[15878, 60846], [60881, 159011], [60887, 132092], [60891, 146685],
[60893, 149785], [22394, 60904], [21722, 60912], [29050, 60928],
[60949, 150135], [60955, 166490], [60962, 194624], [60976, 137275],
[61000, 155993], [61014, 144373], [61019, 166850], [61024, 138566],
[61054, 159441], [13877, 61065], [61084, 166701], [21024, 61088],
[15384, 61089], [61090, 146631], [61091, 155351], [61092, 161366],
[61093, 152881], [61094, 137540], [61096, 170243], [61097, 159196],
[61098, 159917], [61100, 156077], [61101, 166415], [61102, 145015],
[61103, 131310], [61104, 157766], [61105, 151310], [17762, 61106],
[23327, 61107], [61108, 156492], [40784, 61109], [40614, 61110],
[61111, 156267], [20962, 57415], [21314, 57416], [26285, 57520],
[22620, 57547], [21843, 57566], [15749, 57594], [24928, 57608],
[18606, 57668], [38845, 57676], [57693, 137335], [24755, 57703],
[33828, 57711], [38932, 57748], [57749, 147596], [57764, 143486],
[57787, 138813], [15147, 57798], [15666, 57824], [57857, 132021],
[28801, 57944], [23708, 57959], [58017, 132547], [14128, 58028],
[58096, 136054], [58097, 150034], [58111, 166699], [58112, 155779],
[256, 62233], [193, 62234], [461, 62235], [192, 62236], [274, 62237],
[201, 62238], [282, 62239], [200, 62240], [332, 62241], [211, 62242],
[465, 62243], [210, 62244], 62245, [7870, 62246], 62247, [7872, 62248],
[202, 62249], [257, 62250], [225, 62251], [462, 62252], [224, 62253],
[593, 62254], [275, 62255], [233, 62256], [283, 62257], [232, 62258],
[299, 62259], [237, 62260], [464, 62261], [236, 62262], [333, 62263],
[243, 62264], [466, 62265], [242, 62266], [363, 62267], [250, 62268],
[468, 62269], [249, 62270], [470, 62271], [472, 62272], [474, 62273],
[476, 62274], [252, 62275], 62276, [7871, 62277], 62278, [7873, 62279],
[234, 62280], [609, 62281], [643, 63551], [592, 63552], [603, 63553],
[596, 63554], [629, 63555], [339, 63556], [248, 63557], [331, 63558],
[650, 63559], [618, 63560], {f: 2, c: 62282}, [11933, 63530],
[11974, 63539], [12003, 63547], 20539, 28158, [62841, 171123], 62842,
[15817, 62843], 34959, [62845, 147790], 28791, 23797, [19232, 62848],
[62849, 152013], [13657, 62850], [62851, 154928], 24866, [62853, 166450],
36775, 37366, 29073, 26393, 29626, [62859, 144001], [62860, 172295],
[15499, 62861], [62862, 137600], [19216, 62863], 30948, 29698, 20910,
[62867, 165647], [16393, 62868], 27235, [62870, 172730], [16931, 62871],
34319, 31274, [62875, 170311], [62876, 166634], 38741, 28749, 21284,
[62880, 139390], 37876, 30425, [62883, 166371], 62884, 30685, 20131, 20464,
20668, 20015, 20247, 62891, 21556, 32139, 22674, 22736, [62896, 138678],
24210, 24217, 24514, [62900, 141074], 25995, [62902, 144377], 26905, 27203,
[62905, 146531], 27903, 29184, [62909, 148741], 29580, [16091, 62911],
[62912, 150035], 23317, 29881, 35715, [62916, 154788], [62917, 153237],
31379, 31724, 31939, 32364, 33528, 34199, 62924, 34960, 62926, 36537,
62928, 36815, 34143, 39392, 37409, 62933, [62934, 167353], [62935, 136255],
[16497, 62936], [17058, 62937], 23066, 39016, 26475, [17014, 62944], 22333,
34262, [62948, 149883], 33471, [62950, 160013], [19585, 62951],
[62952, 159092], 23931, [62954, 158485], [62955, 159678], {f: 2, c: 62956},
23446, 62959, 32347],
'Adobe-GB1': [{f: 95, c: 32}, {f: 3, c: 12288}, [183, 12539], 713, 711, 168,
12291, 12293, 8212, 65374, 8214, [8230, 8943], {f: 2, c: 8216},
{f: 2, c: 8220}, {f: 2, c: 12308}, {f: 8, c: 12296}, {f: 2, c: 12310},
{f: 2, c: 12304}, 177, 215, 247, 8758, {f: 2, c: 8743}, 8721, 8719, 8746,
8745, 8712, 8759, 8730, 8869, 8741, 8736, 8978, 8857, 8747, 8750, 8801,
8780, 8776, 8765, 8733, 8800, {f: 2, c: 8814}, {f: 2, c: 8804}, 8734, 8757,
8756, 9794, 9792, 176, {f: 2, c: 8242}, 8451, 65284, 164, {f: 2, c: 65504},
8240, 167, 8470, 9734, 9733, 9675, 9679, 9678, 9671, 9670, 9633, 9632,
9651, 9650, 8251, 8594, {f: 2, c: 8592}, 8595, 12307, {f: 20, c: 9352},
{f: 20, c: 9332}, {f: 10, c: 9312}, {f: 10, c: 12832}, {f: 12, c: 8544},
{f: 3, c: 65281}, 65509, {f: 89, c: 65285}, 65507, {f: 83, c: 12353},
{f: 86, c: 12449}, {f: 17, c: 913}, {f: 7, c: 931}, {f: 17, c: 945},
{f: 7, c: 963}, {f: 7, c: 59277}, {f: 2, c: 65077}, {f: 2, c: 65081},
{f: 2, c: 65087}, {f: 2, c: 65085}, {f: 4, c: 65089}, {f: 2, c: 59284},
{f: 2, c: 65083}, {f: 2, c: 65079}, 65073, 59286, {f: 2, c: 65075},
{f: 6, c: 1040}, 1025, {f: 32, c: 1046}, 1105, {f: 26, c: 1078}, 257, 225,
462, 224, 275, 233, 283, 232, 299, 237, 464, 236, 333, 243, 466, 242, 363,
250, 468, 249, 470, 472, 474, 476, 252, 234, 593, 7743, 324, 328, 505, 609,
{f: 37, c: 12549}, 0, {f: 76, c: 9472}, {s: 126}, 21834, 38463, 22467,
25384, 21710, 21769, 21696, 30353, 30284, 34108, 30702, 33406, 30861,
29233, 38552, 38797, 27688, 23433, 20474, 25353, 26263, 23736, 33018,
26696, 32942, 26114, 30414, 20985, 25942, 29100, 32753, 34948, 20658,
22885, 25034, 28595, 33453, 25420, 25170, 21485, 21543, 31494,
[12043, 20843], 30116, 24052, 25300, 36299, 38774, 25226, 32793, 22365,
38712, 32610, 29240, [12137, 30333], 26575, 30334, 25670, 20336, 36133,
25308, 31255, 26001, 29677, 25644, 25203, 33324, 39041, 26495, 29256,
25198, 25292, 20276, 29923, 21322, 21150, 32458, 37030, 24110, 26758,
27036, 33152, 32465, 26834, 30917, 34444, 38225, 20621, 35876, 33502,
32990, 21253, 35090, 21093, 34180, 38649, 20445, 22561, 39281, 23453,
25265, 25253, 26292, 35961, 40077, 29190, 26479, 30865, 24754, 21329,
21271, 36744, 32972, 36125, 38049, 20493, 29384, 22791, 24811, 28953,
34987, 22868, 33519, 26412, 31528, 23849, 32503, 29997, 27893, 36454,
36856, 36924, [12240, 40763], [12112, 27604], 37145, 31508, 24444, 30887,
34006, 34109, 27605, 27609, 27606, 24065, 24199, 30201, 38381, 25949,
24330, 24517, 36767, 22721, 33218, 36991, 38491, 38829, 36793, 32534,
36140, 25153, 20415, 21464, 21342, {f: 2, c: 36776}, 36779, 36941, 26631,
24426, 33176, 34920, 40150, 24971, 21035, 30250, 24428, 25996, 28626,
28392, 23486, 25672, 20853, 20912, 26564, 19993, 31177, 39292, 28851,
30149, 24182, 29627, 33760, 25773, 25320, 38069, 27874, 21338, 21187,
25615, 38082, 31636, 20271, 24091, 33334, 33046, 33162, 28196, 27850,
39539, 25429, [12056, 21340], 21754, 34917, 22496, 19981, 24067, 27493,
31807, 37096, 24598, 25830, 29468, 35009, 26448, 25165, 36130, 30572,
36393, 37319, 24425, 33756, 34081, 39184, 21442, 34453, 27531, 24813,
24808, 28799, 33485, 33329, 20179, 27815, 34255, 25805, 31961, 27133,
26361, 33609, 21397, 31574, 20391, 20876, 27979, 23618, 36461, 25554,
21449, 33580, 33590, 26597, 30900, 25661, 23519, 23700, 24046, 35815,
25286, 26612, 35962, 25600, 25530, 34633, 39307, 35863, 32544, 38130,
20135, 38416, 39076, 26124, 29462, 22330, 23581, 24120, 38271, 20607,
32928, [12058, 21378], 25950, 30021, 21809, 20513, 36229, 25220, 38046,
26397, 22066, 28526, 24034, 21557, 28818, 36710, 25199, 25764, 25507,
24443, 28552, 37108, [12162, 33251], [12192, 36784], 23576, 26216, 24561,
27785, 38472, 36225, 34924, 25745, 31216, 22478, 27225, 25104, 21576,
20056, 31243, 24809, 28548, 35802, 25215, 36894, 39563, 31204, 21507,
30196, 25345, 21273, 27744, 36831, 24347, 39536, 32827, 40831, 20360,
23610, [12186, 36196], 32709, 26021, 28861, 20805, 20914, [12173, 34411],
23815, 23456, 25277, 37228, 30068, 36364, 31264, 24833, 31609, 20167,
32504, 30597, 19985, 33261, 21021, 20986, 27249, 21416, 36487, 38148,
38607, 28353, 38500, 26970, 30784, 20648, 30679, 25616, 35302, 22788,
25571, 24029, 31359, 26941, 20256, 33337, 21912, 20018, 30126, 31383,
24162, 24202, 38383, 21019, 21561, 28810, 25462, 38180, 22402, 26149,
26943, 37255, 21767, 28147, 32431, 34850, 25139, 32496, 30133, 33576,
30913, 38604, 36766, 24904, 29943, 35789, 27492, 21050, 36176, 27425,
32874, 33905, 22257, 21254, 20174, 19995, 20945, 31895, 37259, 31751,
20419, 36479, 31713, 31388, 25703, 23828, 20652, 33030, 30209, 31929,
28140, 32736, 26449, 23384, [12072, 23544], 30923, 25774, 25619, 25514,
25387, 38169, 25645, 36798, 31572, 30249, 25171, [12068, 22823], 21574,
[12109, 27513], 20643, 25140, 24102, 27526, 20195, 36151, 34955, 24453,
36910, 24608, 32829, 25285, 20025, 21333, 37112, 25528, 32966, 26086,
27694, 20294, 24814, 28129, 35806, 24377, 34507, 24403, 25377, 20826,
33633, 26723, [12049, 20992], 25443, 36424, 20498, 23707, 31095, 23548,
21040, 31291, 24764, 36947, 30423, 24503, 24471, 30340, 36460, 28783,
30331, 31561, 30634, 20979, 37011, 22564, 20302, 28404, 36842, 25932,
31515, 29380, 28068, 32735, 23265, 25269, 24213, 22320, 33922, 31532,
24093, 24351, 36882, 32532, 39072, 25474, 28359, 30872, 28857, 20856,
38747, 22443, 30005, 20291, 30008, 24215, 24806, 22880, 28096, 27583,
30857, 21500, 38613, 20939, 20993, 25481, 21514, 38035, 35843, 36300,
29241, 30879, 34678, 36845, 35853, 21472, 19969, 30447, 21486, 38025,
39030, [12237, 40718], 38189, 23450, 35746, 20002, 19996, 20908, 33891,
25026, 21160, 26635, 20375, 24683, 20923, 27934, 20828, 25238,
[12099, 26007], 38497, [12182, 35910], 36887, 30168, 37117, 30563, 27602,
29322, 29420, 35835, 22581, 30585, 36172, 26460, 38208, 32922, 24230,
28193, 22930, 31471, 30701, 38203, 27573, 26029, 32526, 22534, 20817,
38431, 23545, 22697, 21544, 36466, 25958, 39039, 22244, 38045, 30462,
36929, 25479, 21702, 22810, 22842, 22427, 36530, 26421, 36346, 33333,
21057, 24816, 22549, 34558, 23784, 40517, 20420, 39069, 35769, 23077,
24694, 21380, 25212, 36943, 37122, 39295, 24681, [12157, 32780],
[12041, 20799], [12159, 32819], 23572, 39285, 27953, [12038, 20108], 36144,
21457, 32602, 31567, 20240, 20047, 38400, 27861, 29648, 34281, 24070,
30058, 32763, 27146, 30718, 38034, 32321, 20961, 28902, 21453, 36820,
33539, 36137, 29359, 39277, 27867, 22346, 33459, [12101, 26041], 32938,
25151, 38450, 22952, 20223, 35775, 32442, 25918, 33778, [12206, 38750],
21857, 39134, 32933, 21290, 35837, 21536, 32954, 24223, 27832, 36153,
33452, 37210, 21545, 27675, 20998, 32439, 22367, 28954, 27774, 31881,
22859, 20221, 24575, 24868, 31914, 20016, 23553, 26539, 34562, 23792,
38155, 39118, 30127, 28925, 36898, 20911, 32541, 35773, 22857, 20964,
20315, 21542, 22827, 25975, 32932, 23413, 25206, 25282, 36752, 24133,
27679, 31526, 20239, 20440, 26381, 28014, 28074, 31119, 34993, 24343,
29995, 25242, 36741, 20463, 37340, 26023, 33071, 33105, 24220, 33104,
36212, 21103, 35206, 36171, 22797, 20613, 20184, [12201, 38428],
[12119, 29238], 33145, 36127, 23500, 35747, 38468, 22919, 32538, 21648,
22134, 22030, 35813, 25913, 27010, 38041, 30422, 28297, [12082, 24178],
[12130, 29976], 26438, 26577, 31487, 32925, 36214, 24863, 31174, 25954,
36195, 20872, 21018, 38050, 32568, 32923, 32434, 23703, 28207, 26464,
31705, 30347, [12220, 39640], 33167, 32660, 31957, 25630, 38224, 31295,
21578, 21733, 27468, 25601, [12093, 25096], 40509, 33011, 30105, 21106,
[12208, 38761], 33883, 26684, 34532, 38401, 38548, 38124, 20010, 21508,
32473, 26681, 36319, 32789, 26356, 24218, 32697, 22466, 32831, 26775,
[12079, 24037], 25915, 21151, 24685, 40858, 20379, 36524, 20844, 23467,
[12088, 24339], 24041, 27742, 25329, 36129, 20849, 38057, 21246, 27807,
33503, 29399, 22434, 26500, 36141, 22815, 36764, 33735, 21653, 31629,
20272, 27837, 23396, 22993, [12238, 40723], 21476, 34506, [12219, 39592],
[12181, 35895], 32929, 25925, 39038, 22266, 38599, 21038, [12128, 29916],
21072, 23521, 25346, 35074, 20054, 25296, 24618, 26874, 20851, 23448,
20896, 35266, 31649, 39302, 32592, 24815, 28748, 36143, 20809,
[12084, 24191], 36891, 29808, 35268, 22317, 30789, 24402, 40863, 38394,
36712, [12225, 39740], 35809, 30328, 26690, 26588, 36330, 36149, 21053,
36746, 28378, 26829, 38149, 37101, 22269, 26524, 35065, 36807, 21704,
39608, 23401, 28023, 27686, 20133, 23475, 39559, 37219, 25000, 37039,
38889, 21547, 28085, 23506, 20989, 21898, 32597, 32752, 25788, 25421,
26097, 25022, 24717, 28938, 27735, 27721, 22831, 26477, 33322, 22741,
22158, 35946, 27627, 37085, 22909, 32791, 21495, 28009, 21621, 21917,
33655, 33743, 26680, [12146, 31166], 21644, 20309, 21512, 30418, 35977,
38402, 27827, 28088, 36203, 35088, 40548, 36154, 22079, [12234, 40657],
30165, 24456, 29408, 24680, 21756, 20136, 27178, 34913, 24658, 36720,
21700, 28888, 34425, 40511, 27946, 23439, 24344, 32418, 21897, 20399,
29492, 21564, 21402, 20505, 21518, 21628, 20046, 24573, 29786, 22774,
33899, 32993, 34676, 29392, 31946, 28246, 24359, 34382, 21804, 25252,
20114, 27818, 25143, 33457, 21719, 21326, 29502, 28369, 30011, 21010,
21270, 35805, 27088, 24458, 24576, 28142, 22351, 27426, 29615, 26707,
36824, 32531, 25442, 24739, 21796, 30186, 35938, 28949, 28067, 23462,
24187, 33618, 24908, 40644, 30970, 34647, 31783, 30343, 20976, 24822,
29004, 26179, 24140, 24653, 35854, 28784, 25381, 36745, 24509, 24674,
34516, 22238, 27585, 24724, 24935, 21321, 24800, 26214, 36159, 31229,
20250, 28905, 27719, 35763, 35826, 32472, 33636, 26127, 23130, 39746,
27985, 28151, 35905, 27963, 20249, [12117, 28779], 33719, 25110, 24785,
38669, 36135, 31096, 20987, 22334, 22522, 26426, 30072, 31293, 31215,
31637, 32908, 39269, 36857, 28608, 35749, 40481, 23020, 32489, 32521,
21513, 26497, 26840, 36753, 31821, 38598, 21450, 24613, 30142, 27762,
21363, 23241, 32423, 25380, [12047, 20960], 33034, [12080, 24049], 34015,
25216, 20864, 23395, 20238, 31085, 21058, 24760, 27982, 23492, 23490,
35745, 35760, 26082, 24524, 38469, 22931, 32487, 32426, 22025, 26551,
22841, 20339, 23478, 21152, 33626, 39050, 36158, 30002, 38078, 20551,
31292, 20215, 26550, 39550, 23233, 27516, 30417, 22362, 23574, 31546,
38388, 29006, 20860, 32937, 33392, 22904, 32516, 33575, 26816, 26604,
30897, 30839, 25315, 25441, 31616, 20461, 21098, 20943, 33616, 27099,
37492, 36341, 36145, 35265, 38190, 31661, 20214, 20581, 33328, 21073,
39279, 28176, 28293, 28071, 24314, 20725, 23004, 23558, 27974, 27743,
30086, 33931, 26728, 22870, 35762, 21280, 37233, 38477, 34121, 26898,
30977, 28966, 33014, 20132, 37066, 27975, 39556, 23047, 22204, 25605,
38128, 30699, 20389, 33050, 29409, [12179, 35282], 39290, 32564, 32478,
21119, 25945, 37237, 36735, 36739, 21483, 31382, 25581, 25509, 30342,
31224, 34903, 38454, 25130, 21163, 33410, 26708, 26480, 25463, 30571,
31469, 27905, 32467, 35299, 22992, 25106, 34249, 33445, 30028, 20511,
20171, 30117, 35819, 23626, [12081, 24062], 31563, [12100, 26020],
[12198, 37329], 20170, 27941, 35167, 32039, 38182, 20165, 35880, 36827,
38771, 26187, 31105, 36817, 28908, 28024, 23613, 21170, 33606, 20834,
33550, 30555, 26230, 40120, 20140, 24778, 31934, 31923, 32463, 20117,
35686, 26223, 39048, 38745, 22659, 25964, 38236, 24452, 30153, 38742,
31455, 31454, 20928, 28847, 31384, 25578, 31350, 32416, 29590,
[12210, 38893], 20037, 28792, 20061, 37202, 21417, 25937, 26087,
[12165, 33276], 33285, 21646, 23601, 30106, 38816, 25304, 29401, 30141,
23621, 39545, 33738, 23616, 21632, 30697, 20030, 27822, 32858, 25298,
25454, 24040, 20855, 36317, 36382, 38191, 20465, 21477, 24807, 28844,
21095, 25424, 40515, 23071, 20518, 30519, 21367, 32482, 25733, 25899,
25225, 25496, 20500, 29237, 35273, 20915, 35776, 32477, 22343, 33740,
38055, 20891, 21531, 23803, 20426, 31459, 27994, 37089, 39567, 21888,
21654, 21345, 21679, 24320, 25577, 26999, 20975, 24936, 21002, 22570,
21208, 22350, 30733, 30475, 24247, 24951, 31968, 25179, 25239, 20130,
28821, 32771, 25335, 28900, 38752, 22391, 33499, 26607, 26869, 30933,
39063, 31185, 22771, 21683, 21487, 28212, 20811, 21051, 23458, 35838,
32943, 21827, 22438, 24691, 22353, 21549, 31354, 24656, 23380, 25511,
25248, [12061, 21475], 25187, 23495, 26543, 21741, 31391, 33510, 37239,
24211, 35044, 22840, 22446, 25358, 36328, 33007, 22359, 31607, 20393,
24555, 23485, 27454, 21281, 31568, 29378, 26694, 30719, 30518, 26103,
20917, 20111, 30420, 23743, 31397, 33909, 22862, 39745, 20608, 39304,
24871, 28291, 22372, 26118, 25414, 22256, 25324, 25193, 24275, 38420,
22403, 25289, 21895, 34593, 33098, 36771, 21862, 33713, 26469, 36182,
34013, 23146, 26639, 25318, 31726, 38417, 20848, 28572, 35888, 25597,
35272, 25042, 32518, 28866, 28389, 29701, 27028, 29436, 24266, 37070,
26391, 28010, 25438, 21171, 29282, [12156, 32769], 20332, 23013, 37226,
28889, 28061, 21202, 20048, 38647, 38253, 34174, 30922, 32047, 20769,
22418, 25794, 32907, 31867, 27882, 26865, 26974, 20919, 21400, 26792,
29313, 40654, 31729, 29432, 31163, 28435, 29702, 26446, [12197, 37324],
40100, 31036, 33673, 33620, 21519, 26647, 20029, 21385, 21169, 30782,
21382, 21033, 20616, 20363, 20432, 30178, [12148, 31435], 31890, 27813,
[12202, 38582], [12050, 21147], 29827, 21737, 20457, 32852, 33714, 36830,
38256, 24265, 24604, 28063, 24088, 25947, 33080, 38142, 24651, 28860,
32451, 31918, 20937, 26753, 31921, 33391, 20004, 36742, 37327, 26238,
20142, 35845, 25769, 32842, 20698, 30103, 29134, 23525, 36797, 28518,
20102, 25730, 38243, 24278, 26009, 21015, 35010, 28872, 21155, 29454,
29747, 26519, 30967, 38678, 20020, 37051, 40158, 28107, 20955, 36161,
21533, 25294, 29618, 33777, 38646, 40836, 38083, 20278, 32666, 20940,
28789, 38517, 23725, 39046, 21478, 20196, 28316, 29705, 27060, 30827,
39311, 30041, 21016, 30244, 27969, 26611, 20845, 40857, 32843, 21657,
31548, 31423, 38534, 22404, 25314, 38471, 27004, 23044, 25602, 31699,
28431, 38475, 33446, 21346, 39045, 24208, 28809, 25523, 21348, 34383,
40065, 40595, 30860, 38706, 36335, 36162, [12229, 40575], 28510, 31108,
24405, 38470, 25134, 39540, 21525, 38109, 20387, 26053, 23653, 23649,
32533, 34385, 27695, 24459, 29575, 28388, 32511, 23782, 25371, 23402,
28390, 21365, 20081, 25504, 30053, 25249, 36718, 20262, 20177, 27814,
32438, 35770, 33821, 34746, 32599, 36923, 38179, 31657, 39585, 35064,
33853, 27931, 39558, 32476, 22920, [12231, 40635], 29595, 30721, 34434,
39532, 39554, 22043, 21527, 22475, 20080, 40614, 21334, 36808, 33033,
30610, 39314, 34542, 28385, 34067, 26364, 24930, 28459, 35881, 33426,
33579, 30450, 27667, 24537, 33725, 29483, 33541, 38170, [12113, 27611],
[12141, 30683], 38086, 21359, 33538, 20882, 24125, 35980, 36152, 20040,
29611, 26522, 26757, 37238, 38665, 29028, 27809, 30473, 23186, 38209,
27599, 32654, 26151, 23504, 22969, 23194, 38376, 38391, 20204, 33804,
33945, 27308, 30431, 38192, 29467, 26790, 23391, 30511, 37274, 38753,
31964, 36855, 35868, 24357, [12150, 31859], 31192, 35269, 27852, 34588,
23494, 24130, 26825, 30496, 32501, 20885, 20813, 21193, 23081, 32517,
[12207, 38754], 33495, 25551, 30596, 34256, 31186, 28218, 24217, 22937,
34065, 28781, 27665, 25279, [12139, 30399], 25935, 24751, 38397, 26126,
34719, 40483, 38125, 21517, 21629, 35884, {f: 2, c: 25720}, 34321, 27169,
33180, 30952, 25705, 39764, 25273, 26411, 33707, 22696, 40664, 27819,
28448, 23518, 38476, 35851, 29279, 26576, 25287, 29281, 20137, 22982,
27597, 22675, 26286, 24149, 21215, 24917, [12106, 26408], [12140, 30446],
30566, 29287, 31302, 25343, 21738, 21584, 38048, 37027, 23068, 32435,
27670, 20035, 22902, 32784, 22856, 21335, 30007, 38590, 22218, 25376,
33041, 24700, 38393, 28118, 21602, 39297, 20869, 23273, 33021, 22958,
38675, 20522, 27877, 23612, 25311, 20320, 21311, 33147, 36870, 28346,
34091, 25288, 24180, 30910, 25781, 25467, 24565, 23064, 37247, 40479,
23615, 25423, 32834, 23421, 21870, 38218, 38221, 28037, 24744, 26592,
29406, 20957, 23425, 25319, 27870, [12124, 29275], 25197, 38062, 32445,
33043, 27987, 20892, 24324, 22900, 21162, 24594, [12069, 22899], 26262,
34384, 30111, 25386, 25062, 31983, 35834, 21734, 27431, 40485, 27572,
34261, 21589, 20598, 27812, 21866, 36276, 29228, 24085, 24597, 29750,
25293, 25490, 29260, 24472, 28227, 27966, 25856, 28504, 30424, 30928,
30460, 30036, 21028, 21467, 20051, 24222, 26049, 32810, 32982, 25243,
21638, 21032, 28846, 34957, 36305, 27873, 21624, 32986, 22521, 35060,
36180, 38506, 37197, 20329, 27803, 21943, 30406, 30768, 25256, 28921,
28558, 24429, 34028, 26842, 30844, 31735, 33192, 26379, 40527, 25447,
30896, 22383, 30738, 38713, 25209, 25259, 21128, 29749, 27607, 21860,
33086, 30130, [12138, 30382], 21305, 30174, 20731, 23617, 35692, 31687,
20559, [12122, 29255], 39575, 39128, 28418, 29922, 31080, 25735, 30629,
25340, 39057, 36139, 21697, 32856, 20050, 22378, 33529, 33805, 24179,
20973, 29942, 35780, 23631, 22369, 27900, 39047, 23110, 30772, 39748,
36843, 31893, 21078, 25169, 38138, 20166, 33670, 33889, 33769, 33970,
22484, 26420, 22275, 26222, 28006, 35889, 26333, 28689, 26399, 27450,
26646, 25114, 22971, 19971, 20932, 28422, 26578, 27791, 20854, 26827,
22855, 27495, 30054, 23822, 33040, 40784, 26071, 31048, 31041, 39569,
36215, 23682, 20062, 20225, 21551, 22865, 30732, 22120, [12115, 27668],
36804, 24323, 27773, 27875, 35755, 25488, 24688, 27965, 29301, 25190,
38030, 38085, 21315, 36801, 31614, 20191, 35878, 20094, 40660, 38065,
38067, 21069, 28508, 36963, 27973, 35892, 22545, 23884, [12107, 27424],
27465, 26538, 21595, 33108, 32652, 22681, 34103, 24378, 25250, 27207,
38201, 25970, 24708, 26725, 30631, 20052, 20392, 24039, 38808, 25772,
32728, 23789, 20431, 31373, 20999, 33540, 19988, 24623, 31363, 38054,
20405, 20146, 31206, 29748, 21220, 33465, 25810, 31165, 23517, 27777,
38738, 36731, 27682, 20542, 21375, 28165, 25806, 26228, 27696, 24773,
39031, 35831, 24198, 29756, 31351, 31179, 19992, 37041, 29699, 27714,
22234, 37195, 27845, 36235, 21306, 34502, 26354, 36527, 23624, 39537,
28192, 21462, 23094, 40843, 36259, 21435, 22280, 39079, 26435, 37275,
27849, 20840, 30154, 25331, [12125, 29356], 21048, 21149, 32570, 28820,
30264, 21364, 40522, 27063, 30830, 38592, 35033, 32676, 28982, 29123,
20873, 26579, 29924, 22756, 25880, 22199, 35753, 39286, 25200, 32469,
24825, 28909, 22764, 20161, [12040, 20154], 24525, 38887, 20219, 35748,
20995, 22922, 32427, 25172, 20173, [12103, 26085], 25102, 33592, 33993,
33635, 34701, 29076, 28342, 23481, 32466, 20887, 25545, 26580,
[12161, 32905], 33593, 34837, 20754, 23418, 22914, 36785, 20083, 27741,
[12042, 20837], 35109, 36719, 38446, 34122, 29790, 38160, 38384, 28070,
33509, 24369, 25746, 27922, 33832, 33134, 40131, 22622, 36187, 19977,
21441, 20254, 25955, 26705, 21971, 20007, 25620, 39578, 25195, 23234,
29791, [12170, 33394], 28073, 26862, 20711, 33678, 30722, 26432, 21049,
27801, 32433, 20667, 21861, 29022, 31579, 26194, 29642, 33515, 26441,
[12077, 23665], 21024, 29053, 34923, 38378, 38485, 25797, 36193, 33203,
21892, 27733, 25159, 32558, 22674, 20260, 21830, 36175, 26188, 19978,
23578, 35059, 26786, 25422, 31245, 28903, 33421, 21242, 38902, 23569,
21736, 37045, 32461, 22882, 36170, 34503, [12166, 33292], 33293, 36198,
25668, 23556, 24913, 28041, 31038, 35774, 30775, 30003, 21627, 20280,
[12189, 36523], 28145, 23072, 32453, 31070, 27784, 23457, 23158, 29978,
32958, 24910, 28183, 22768, [12131, 29983], 29989, 29298, 21319, 32499,
30465, 30427, 21097, 32988, 22307, 24072, 22833, 29422, 26045, 28287,
35799, [12075, 23608], 34417, [12055, 21313], [12143, 30707], 25342, 26102,
20160, [12215, 39135], 34432, 23454, 35782, 21490, [12142, 30690], 20351,
23630, 39542, 22987, 24335, [12144, 31034], [12064, 22763], 19990, 26623,
20107, 25325, 35475, 36893, 21183, 26159, 21980, 22124, 36866, 20181,
20365, 37322, 39280, [12114, 27663], 24066, 24643, 23460, 35270, 35797,
25910, [12095, 25163], [12216, 39318], 23432, 23551, 25480, 21806, 21463,
30246, 20861, 34092, 26530, 26803, 27530, 25234, 36755, 21460, 33298,
28113, 30095, 20070, 36174, 23408, 29087, 34223, 26257, 26329, 32626,
34560, [12233, 40653], [12239, 40736], 23646, 26415, 36848, 26641, 26463,
25101, 31446, 22661, 24246, 25968, 28465, 24661, 21047, 32781, 25684,
34928, 29993, 24069, 26643, 25332, 38684, 21452, 29245, 35841,
[12116, 27700], 30561, 31246, 21550, 30636, 39034, 33308, 35828, 30805,
26388, 28865, 26031, 25749, 22070, 24605, 31169, 21496, 19997, 27515,
32902, 23546, 21987, 22235, 20282, 20284, 39282, 24051, 26494, 32824,
24578, 39042, 36865, 23435, 35772, 35829, 25628, 33368, 25822, 22013,
33487, 37221, 20439, 32032, 36895, 31903, 20723, 22609, 28335, 23487,
35785, 32899, 37240, 33948, 31639, 34429, 38539, 38543, 32485, 39635,
30862, 23681, 31319, 36930, 38567, 31071, 23385, 25439, 31499, 34001,
26797, 21766, 32553, 29712, 32034, 38145, 25152, 22604, 20182, 23427,
22905, 22612, 29549, 25374, 36427, 36367, 32974, 33492, 25260, 21488,
27888, 37214, 22826, 24577, 27760, 22349, 25674, 36138, 30251, 28393,
22363, 27264, 30192, 28525, 35885, 35848, 22374, 27631, 34962, 30899,
25506, 21497, 28845, 27748, 22616, 25642, 22530, 26848, 33179, 21776,
31958, 20504, 36538, 28108, 36255, 28907, 25487, 28059, 28372, 32486,
33796, 26691, 36867, 28120, 38518, 35752, 22871, 29305, 34276, 33150,
30140, 35466, 26799, 21076, 36386, 38161, 25552, 39064, 36420, 21884,
20307, 26367, 22159, 24789, 28053, 21059, 23625, 22825, 28155, 22635,
[12133, 30000], 29980, 24684, 33300, 33094, 25361, 26465, 36834, 30522,
36339, 36148, 38081, 24086, 21381, 21548, 28867, 27712, 24311, 20572,
20141, 24237, 25402, 33351, 36890, 26704, 37230, 30643, 21516, 38108,
24420, 31461, 26742, 25413, 31570, 32479, 30171, 20599, 25237, 22836,
36879, 20984, 31171, 31361, 22270, 24466, 36884, 28034, 23648,
[12063, 22303], 21520, 20820, 28237, 22242, 25512, 39059, 33151, 34581,
35114, 36864, 21534, 23663, 33216, 25302, 25176, 33073, 40501, 38464,
39534, 39548, 26925, 22949, 25299, 21822, 25366, 21703, 34521, 27964,
23043, [12129, 29926], 34972, 27498, 22806, 35916, 24367, 28286, 29609,
39037, 20024, 28919, 23436, 30871, 25405, 26202, 30358, 24779, 23451,
23113, 19975, 33109, 27754, 29579, 20129, 26505, [12153, 32593], 24448,
26106, 26395, 24536, 22916, 23041, 24013, 24494, 21361, 38886, 36829,
26693, 22260, 21807, 24799, 20026, 28493, 32500, 33479, 33806, 22996,
20255, 20266, 23614, 32428, 26410, 34074, 21619, 30031, 32963, 21890,
39759, 20301, 28205, 35859, 23561, 24944, 21355, 30239, 28201, 34442,
[12098, 25991], 38395, 32441, 21563, 31283, 32010, 38382, 21985, 32705,
29934, 25373, 34583, 28065, 31389, 25105, 26017, 21351, 25569, 27779,
24043, 21596, 38056, 20044, 27745, 35820, 23627, [12102, 26080], 33436,
26791, 21566, 21556, [12111, 27595], 27494, 20116, 25410, 21320, 33310,
20237, 20398, 22366, 25098, 38654, 26212, 29289, 21247, 21153, 24735,
35823, 26132, 29081, 26512, 35199, 30802, 30717, 26224, 22075, 21560,
38177, 29306, 31232, 24687, 24076, 24713, 33181, [12067, 22805], 24796,
29060, 28911, 28330, 27728, 29312, 27268, 34989, 24109, 20064, 23219,
21916, 38115, 27927, 31995, 38553, 25103, 32454, 30606, 34430, 21283,
38686, 36758, 26247, 23777, 20384, 29421, 19979, 21414, 22799, 21523,
25472, 38184, 20808, 20185, 40092, 32420, 21688, 36132, 34900, 33335,
38386, 28046, 24358, 23244, 26174, 38505, 29616, 29486, 21439, 33146,
39301, 32673, 23466, 38519, 38480, 32447, 30456, 21410, 38262,
[12217, 39321], 31665, 35140, 28248, 20065, 32724, 31077, 35814, 24819,
21709, 20139, 39033, 24055, 27233, 20687, 21521, 35937, 33831, 30813,
38660, 21066, 21742, 22179, 38144, 28040, 23477, 28102, 26195,
[12073, 23567], 23389, 26657, 32918, 21880, 31505, 25928, 26964, 20123,
27463, 34638, 38795, 21327, 25375, 25658, 37034, 26012, 32961, 35856,
20889, 26800, 21368, 34809, 25032, 27844, 27899, 35874, 23633, 34218,
33455, 38156, 27427, [12191, 36763], 26032, 24571, [12092, 24515], 20449,
34885, 26143, 33125, 29481, 24826, 20852, 21009, 22411, 24418, 37026,
[12175, 34892], 37266, 24184, 26447, 24615, 22995, 20804, 20982, 33016,
21256, 27769, 38596, 29066, 20241, 20462, 32670, 26429, 21957, 38152,
31168, 34966, 32483, 22687, 25100, 38656, 34394, 22040, 39035, 24464,
35768, 33988, 37207, 21465, 26093, 24207, 30044, 24676, 32110, 23167,
32490, 32493, 36713, 21927, 23459, 24748, 26059, [12126, 29572], 36873,
30307, 30505, 32474, 38772, 34203, 23398, [12147, 31348], 38634,
[12174, 34880], 21195, 29071, 24490, 26092, 35810, 23547, 39535, 24033,
27529, 27739, 35757, 35759, 36874, 36805, 21387, 25276, 40486, 40493,
21568, 20011, 33469, [12123, 29273], 34460, 23830, 34905, 28079, 38597,
21713, 20122, 35766, 28937, 21693, 38409, 28895, 28153, 30416, 20005,
30740, 34578, 23721, 24310, [12180, 35328], 39068, 38414, 28814, 27839,
22852, 25513, 30524, 34893, 28436, 33395, 22576, 29141, 21388, 30746,
38593, 21761, 24422, 28976, 23476, 35866, 39564, 27523, 22830, 40495,
31207, 26472, 25196, 20335, 30113, [12154, 32650], 27915, 38451, 27687,
20208, 30162, 20859, 26679, 28478, 36992, 33136, 22934, 29814, 25671,
23591, 36965, 31377, 35875, 23002, 21676, 33280, 33647, 35201, 32768,
26928, 22094, 32822, 29239, 37326, 20918, 20063, 39029, 25494, 19994,
21494, 26355, 33099, 22812, 28082, [12032, 19968], 22777, 21307, 25558,
38129, 20381, 20234, [12176, 34915], 39056, 22839, 36951, 31227, 20202,
33008, 30097, 27778, 23452, 23016, 24413, 26885, 34433, 20506, 24050,
[12036, 20057], 30691, 20197, 33402, 25233, 26131, [12194, 37009], 23673,
20159, 24441, 33222, 36920, 32900, 30123, 20134, 35028, 24847, 27589,
24518, 20041, 30410, 28322, 35811, 35758, 35850, 35793, 24322, 32764,
32716, 32462, 33589, 33643, 22240, 27575, [12211, 38899], 38452, 23035,
21535, 38134, 28139, 23493, 39278, 23609, 24341, 38544, 21360, 33521,
27185, 23156, 40560, 24212, 32552, 33721, {f: 2, c: 33828}, 33639, 34631,
36814, 36194, 30408, 24433, 39062, 30828, 26144, 21727, 25317, 20323,
33219, 30152, 24248, 38605, 36362, 34553, 21647, 27891, 28044, 27704,
24703, 21191, [12132, 29992], 24189, 20248, 24736, 24551, 23588, 30001,
37038, 38080, 29369, 27833, 28216, [12195, 37193], 26377, 21451, 21491,
20305, 37321, 35825, [12060, 21448], 24188, 36802, 28132, 20110, 30402,
27014, 34398, 24858, 33286, 20313, 20446, 36926, 40060, 24841, 28189,
28180, 38533, 20104, 23089, [12204, 38632], 19982, 23679, 31161, 23431,
35821, [12155, 32701], [12127, 29577], 22495, 33419, 37057, 21505, 36935,
21947, 23786, 24481, 24840, 27442, 29425, 32946, 35465, 28020, 23507,
35029, 39044, 35947, 39533, 40499, 28170, 20900, 20803, 22435, 34945,
21407, 25588, 36757, 22253, 21592, 22278, 29503, 28304, 32536, 36828,
33489, 24895, 24616, 38498, [12104, 26352], 32422, 36234, 36291, 38053,
23731, 31908, [12105, 26376], 24742, 38405, 32792, 20113, 37095, 21248,
38504, 20801, 36816, 34164, 37213, 26197, 38901, 23381, 21277, 30776,
26434, 26685, 21705, 28798, 23472, 36733, 20877, 22312, 21681, 25874,
26242, 36190, 36163, 33039, 33900, 36973, 31967, 20991, 34299, 26531,
26089, 28577, 34468, 36481, 22122, 36896, 30338, 28790, 29157, 36131,
25321, 21017, 27901, 36156, 24590, 22686, 24974, 26366, 36192, 25166,
21939, 28195, 26413, 36711, 38113, 38392, 30504, 26629, 27048, 21643,
20045, 28856, 35784, 25688, 25995, 23429, 31364, 20538, 23528, 30651,
27617, 35449, 31896, 27838, 30415, 26025, 36759, 23853, 23637, 34360,
26632, 21344, 25112, 31449, 28251, 32509, 27167, 31456, 24432, 28467,
24352, 25484, 28072, 26454, 19976, 24080, 36134, 20183, 32960, 30260,
38556, 25307, 26157, 25214, 27836, 36213, 29031, 32617, 20806, 32903,
21484, 36974, 25240, 21746, 34544, 36761, 32773, 38167, 34071, 36825,
27993, 29645, 26015, 30495, 29956, 30759, 33275, 36126, 38024, 20390,
26517, 30137, 35786, 38663, 25391, 38215, 38453, 33976, 25379, 30529,
24449, 29424, 20105, 24596, 25972, 25327, 27491, 25919, 24103, 30151,
37073, 35777, 33437, 26525, [12096, 25903], 21553, 34584, 30693, 32930,
33026, 27713, 20043, 32455, 32844, 30452, 26893, 27542, 25191, 20540,
20356, 22336, 25351, [12108, 27490], 36286, 21482, 26088, 32440, 24535,
25370, 25527, [12164, 33267], 33268, 32622, 24092, 23769, 21046, 26234,
31209, 31258, 36136, 28825, 30164, 28382, 27835, 31378, 20013, 30405,
24544, 38047, 34935, 32456, 31181, 32959, 37325, 20210, 20247,
[12168, 33311], 21608, 24030, 27954, 35788, 31909, 36724, 32920, 24090,
21650, 30385, 23449, 26172, 39588, 29664, 26666, 34523, 26417, 29482,
35832, 35803, 36880, [12149, 31481], 28891, 29038, 25284, 30633, 22065,
20027, 33879, 26609, 21161, 34496, 36142, 38136, 31569, 20303, 27880,
31069, 39547, 25235, [12118, 29226], 25341, 19987, 30742, 36716, 25776,
36186, 31686, 26729, 24196, 35013, 22918, 25758, 22766, 29366, 26894,
38181, 36861, 36184, 22368, 32512, 35846, 20934, 25417, 25305, 21331,
26700, 29730, 33537, 37196, 21828, 30528, 28796, 27978, 20857, 21672,
36164, 23039, 28363, 28100, 23388, 32043, 20180, 31869, 28371,
[12070, 23376], [12163, 33258], 28173, 23383, 39683, 26837, 36394, 23447,
32508, 24635, 32437, 37049, [12187, 36208], 22863, 25549, 31199,
[12188, 36275], 21330, 26063, 31062, 35781, 38459, 32452, 38075, 32386,
22068, 37257, 26368, 32618, 23562, 36981, 26152, 24038, 20304, 26590,
20570, 20316, 22352, 24231, 20109, 19980, 20800, 19984, 24319, 21317,
19989, 20120, 19998, [12224, 39730], 23404, 22121, [12033, 20008], 31162,
[12035, 20031], [12052, 21269], 20039, 22829, [12120, 29243], 21358, 27664,
22239, 32996, 39319, 27603, 30590, 40727, [12034, 20022], 20127, 40720,
20060, 20073, 20115, 33416, 23387, 21868, 22031, 20164, 21389, 21405,
21411, 21413, 21422, 38757, 36189, [12053, 21274], 21493, 21286, 21294,
21310, 36188, 21350, 21347, 20994, 21000, 21006, 21037, 21043,
{f: 2, c: 21055}, 21068, 21086, 21089, 21084, 33967, 21117, 21122, 21121,
21136, 21139, [12044, 20866], 32596, 20155, 20163, 20169, 20162, 20200,
20193, 20203, 20190, 20251, 20211, 20258, 20324, 20213, 20261, 20263,
20233, 20267, 20318, 20327, 25912, 20314, 20317, 20319, 20311, 20274,
20285, 20342, 20340, 20369, 20361, 20355, 20367, 20350, 20347, 20394,
20348, 20396, 20372, 20454, 20456, 20458, 20421, 20442, 20451, 20444,
20433, 20447, 20472, 20521, 20556, 20467, 20524, 20495, 20526, 20525,
20478, 20508, 20492, 20517, 20520, 20606, 20547, 20565, 20552, 20558,
20588, 20603, 20645, 20647, 20649, 20666, 20694, 20742, 20717, 20716,
20710, 20718, 20743, 20747, 20189, 27709, 20312, 20325, 20430,
[12245, 40864], 27718, 31860, 20846, 24061, 40649, 39320, 20865, 22804,
[12051, 21241], 21261, 35335, 21264, 20971, 22809, 20821, [12039, 20128],
20822, 20147, 34926, 34980, 20149, 33044, 35026, 31104, 23348, 34819,
32696, [12046, 20907], 20913, 20925, 20924, 20935, [12045, 20886], 20898,
20901, 35744, {f: 2, c: 35750}, 35754, {f: 2, c: 35764}, 35767,
{f: 2, c: 35778}, 35787, 35791, 35790, {f: 3, c: 35794}, 35798,
{f: 2, c: 35800}, 35804, {f: 2, c: 35807}, 35812, {f: 2, c: 35816}, 35822,
35824, 35827, 35830, 35833, 35836, {f: 2, c: 35839}, 35842, 35844, 35847,
35852, 35855, {f: 2, c: 35857}, {f: 3, c: 35860}, 35865, 35867, 35864,
35869, {f: 3, c: 35871}, 35877, 35879, {f: 2, c: 35882}, {f: 2, c: 35886},
{f: 2, c: 35890}, {f: 2, c: 35893}, [12057, 21353], 21370, 38429, 38434,
38433, 38449, 38442, 38461, 38460, 38466, 38473, 38484, 38495, 38503,
38508, 38514, 38516, 38536, 38541, 38551, 38576, 37015, 37019, 37021,
37017, 37036, 37025, 37044, 37043, 37046, 37050, 37048, 37040, 37071,
37061, 37054, 37072, 37060, 37063, 37075, 37094, 37090, 37084, 37079,
37083, 37099, 37103, 37118, 37124, 37154, 37150, 37155, 37169, 37167,
37177, 37187, 37190, 21005, 22850, 21154, {f: 2, c: 21164}, 21182, 21759,
21200, 21206, 21232, 21471, 29166, 30669, [12085, 24308], [12048, 20981],
20988, [12223, 39727], [12059, 21430], 24321, 30042, 24047, 22348, 22441,
22433, 22654, 22716, 22725, 22737, 22313, 22316, 22314, 22323, 22329,
{f: 2, c: 22318}, 22364, 22331, 22338, 22377, 22405, 22379, 22406, 22396,
22395, 22376, 22381, 22390, 22387, 22445, 22436, 22412, 22450, 22479,
22439, 22452, 22419, 22432, 22485, 22488, 22490, 22489, 22482, 22456,
22516, 22511, 22520, 22500, 22493, 22539, 22541, 22525, 22509, 22528,
22558, 22553, 22596, 22560, 22629, 22636, 22657, 22665, 22682, 22656,
39336, 40729, 25087, 33401, 33405, 33407, 33423, 33418, 33448, 33412,
33422, 33425, 33431, 33433, 33451, 33464, 33470, 33456, 33480, 33482,
33507, 33432, 33463, 33454, {f: 2, c: 33483}, 33473, 33449, 33460, 33441,
33450, 33439, 33476, 33486, 33444, 33505, 33545, 33527, 33508, 33551,
33543, 33500, 33524, 33490, 33496, 33548, 33531, 33491, 33553, 33562,
33542, {f: 2, c: 33556}, 33504, 33493, 33564, 33617, {f: 2, c: 33627},
33544, 33682, 33596, 33588, 33585, 33691, 33630, 33583, 33615, 33607,
33603, 33631, 33600, 33559, 33632, 33581, 33594, 33587, 33638, 33637,
33640, 33563, 33641, 33644, 33642, {f: 2, c: 33645}, 33712, 33656,
{f: 2, c: 33715}, 33696, 33706, 33683, 33692, 33669, 33660, 33718, 33705,
33661, 33720, 33659, 33688, 33694, 33704, 33722, 33724, 33729, 33793,
33765, 33752, 22535, 33816, 33803, 33757, 33789, 33750, 33820, 33848,
33809, 33798, 33748, 33759, 33807, 33795, {f: 2, c: 33784}, 33770, 33733,
33728, 33830, 33776, 33761, 33884, 33873, 33882, 33881, 33907,
{f: 2, c: 33927}, 33914, 33929, 33912, 33852, 33862, 33897, 33910, 33932,
33934, 33841, 33901, 33985, 33997, 34000, 34022, 33981, 34003, 33994,
33983, 33978, 34016, 33953, 33977, 33972, 33943, 34021, 34019, 34060,
29965, 34104, 34032, 34105, 34079, 34106, 34134, 34107, 34047, 34044,
34137, 34120, 34152, 34148, 34142, 34170, 30626, 34115, 34162, 34171,
34212, 34216, 34183, 34191, 34169, 34222, 34204, 34181, 34233, 34231,
34224, 34259, 34241, 34268, 34303, 34343, 34309, 34345, 34326, 34364,
[12086, 24318], 24328, 22844, 22849, 32823, 22869, 22874, 22872, 21263,
[12074, 23586], 23589, 23596, 23604, 25164, 25194, 25247, 25275, 25290,
25306, 25303, 25326, 25378, 25334, 25401, 25419, 25411, 25517, 25590,
25457, 25466, 25486, 25524, 25453, 25516, 25482, 25449, 25518, 25532,
25586, 25592, 25568, 25599, 25540, 25566, 25550, 25682, 25542, 25534,
25669, 25665, 25611, 25627, 25632, 25612, 25638, 25633, 25694, 25732,
25709, 25750, 25722, {f: 2, c: 25783}, 25753, 25786, 25792, 25808, 25815,
25828, 25826, 25865, 25893, 25902, [12087, 24331], 24530, 29977, 24337,
21343, 21489, 21501, 21481, 21480, 21499, 21522, 21526, 21510, 21579,
{f: 3, c: 21586}, 21590, 21571, 21537, 21591, 21593, 21539, 21554, 21634,
21652, 21623, 21617, 21604, {f: 2, c: 21658}, 21636, 21622, 21606, 21661,
21712, 21677, 21698, 21684, 21714, 21671, 21670, {f: 2, c: 21715}, 21618,
21667, 21717, 21691, 21695, 21708, {f: 2, c: 21721}, 21724,
{f: 2, c: 21673}, 21668, 21725, 21711, 21726, 21787, 21735, 21792, 21757,
21780, 21747, {f: 2, c: 21794}, 21775, 21777, 21799, 21802, 21863, 21903,
21941, 21833, 21869, 21825, 21845, 21823, 21840, 21820, 21815, 21846,
{f: 3, c: 21877}, 21811, 21808, 21852, 21899, 21970, 21891, 21937, 21945,
21896, 21889, 21919, 21886, 21974, 21905, 21883, 21983, {f: 2, c: 21949},
21908, 21913, 21994, 22007, 21961, 22047, 21969, {f: 2, c: 21995}, 21972,
21990, 21981, 21956, 21999, 21989, {f: 2, c: 22002}, {f: 2, c: 21964},
21992, 22005, 21988, 36756, 22046, 22024, 22028, 22017, 22052, 22051,
22014, 22016, 22055, 22061, 22104, 22073, 22103, 22060, 22093, 22114,
22105, 22108, 22092, 22100, 22150, 22116, 22129, 22123, {f: 2, c: 22139},
22149, 22163, 22191, 22228, [12062, 22231], 22237, 22241, 22261, 22251,
22265, 22271, 22276, 22282, 22281, 22300, 24079, 24089, 24084, 24081,
24113, {f: 2, c: 24123}, 24119, 24132, 24148, 24155, 24158, 24161, 23692,
23674, 23693, 23696, 23702, 23688, {f: 2, c: 23704}, 23697, 23706, 23708,
23733, 23714, 23741, 23724, 23723, 23729, 23715, 23745, 23735, 23748,
23762, 23780, 23755, 23781, {f: 2, c: 23810}, 23847, 23846, 23854, 23844,
23838, 23814, 23835, 23896, 23870, 23860, 23869, 23916, 23899, 23919,
23901, 23915, 23883, 23882, 23913, 23924, 23938, 23961, 23965, 35955,
23991, 24005, [12091, 24435], 24439, 24450, 24455, 24457, 24460, 24469,
24473, 24476, 24488, 24493, 24501, 24508, 34914, [12090, 24417], 29357,
29360, 29364, {f: 2, c: 29367}, 29379, 29377, 29390, 29389, 29394, 29416,
29423, 29417, 29426, 29428, 29431, 29441, 29427, 29443, {f: 2, c: 29434},
29463, 29459, 29473, 29450, 29470, 29469, 29461, 29474, 29497, 29477,
29484, 29496, 29489, 29520, 29517, 29527, 29536, 29548, 29551, 29566,
[12167, 33307], 22821, 39143, 22820, [12065, 22786], 39267,
{f: 6, c: 39271}, 39284, 39287, 39293, 39296, 39300, 39303, 39306, 39309,
{f: 2, c: 39312}, {f: 3, c: 39315}, 24192, 24209, 24203, 24214, 24229,
24224, 24249, 24245, 24254, 24243, 36179, 24274, 24273, 24283, 24296,
24298, 33210, 24516, 24521, 24534, 24527, 24579, 24558, 24580, 24545,
24548, 24574, {f: 2, c: 24581}, 24554, 24557, 24568, 24601, 24629, 24614,
24603, 24591, 24589, 24617, 24619, 24586, 24639, 24609, {f: 2, c: 24696},
24699, 24698, 24642, 24682, 24701, 24726, 24730, 24749, 24733, 24707,
24722, 24716, 24731, 24812, 24763, 24753, 24797, 24792, 24774, 24794,
24756, 24864, 24870, 24853, 24867, 24820, 24832, 24846, 24875, 24906,
24949, 25004, 24980, 24999, 25015, 25044, 25077, 24541, 38579, 38377,
38379, 38385, 38387, {f: 2, c: 38389}, 38396, 38398, {f: 2, c: 38403},
38406, 38408, {f: 4, c: 38410}, 38415, 38418, {f: 3, c: 38421},
{f: 2, c: 38425}, 20012, [12121, 29247], 25109, 27701, 27732, 27740, 27722,
27811, 27781, 27792, 27796, 27788, {f: 2, c: 27752}, 27764, 27766, 27782,
27817, 27856, 27860, 27821, {f: 2, c: 27895}, 27889, 27863, 27826, 27872,
27862, 27898, 27883, 27886, 27825, 27859, 27887, 27902, 27961, 27943,
27916, 27971, 27976, 27911, 27908, 27929, 27918, 27947, 27981, 27950,
27957, 27930, 27983, 27986, 27988, 27955, 28049, 28015, 28062, 28064,
27998, {f: 2, c: 28051}, 27996, 28000, 28028, 28003, 28186, 28103, 28101,
28126, 28174, 28095, 28128, 28177, 28134, 28125, 28121, 28182, 28075,
28172, 28078, 28203, 28270, 28238, 28267, 28338, 28255, 28294,
{f: 2, c: 28243}, 28210, 28197, 28228, 28383, 28337, 28312, 28384, 28461,
28386, 28325, 28327, 28349, 28347, 28343, 28375, 28340, 28367, 28303,
28354, 28319, 28514, {f: 2, c: 28486}, 28452, 28437, 28409, 28463, 28470,
28491, 28532, 28458, 28425, 28457, 28553, 28557, 28556, 28536, 28530,
28540, 28538, 28625, 28617, 28583, 28601, 28598, 28610, 28641, 28654,
28638, 28640, 28655, 28698, 28707, 28699, 28729, 28725, 28751, 28766,
[12071, 23424], 23428, 23445, 23443, 23461, 23480, 29999, 39582, 25652,
23524, 23534, 35120, 23536, 36423, 35591, 36790, 36819, 36821, 36837,
36846, 36836, 36841, 36838, 36851, 36840, 36869, 36868, 36875, 36902,
36881, 36877, 36886, 36897, {f: 2, c: 36917}, 36909, 36911, 36932,
{f: 2, c: 36945}, 36944, 36968, 36952, 36962, 36955, 26297, 36980, 36989,
36994, 37000, 36995, 37003, [12089, 24400], 24407, 24406, 24408, 23611,
21675, 23632, 23641, 23409, 23651, 23654, 32700, 24362, 24361, 24365,
33396, 24380, 39739, [12076, 23662], 22913, 22915, 22925, {f: 2, c: 22953},
22947, 22935, 22986, 22955, 22942, 22948, 22994, 22962, 22959, 22999,
22974, {f: 2, c: 23045}, 23005, 23048, 23011, 23000, 23033, 23052, 23049,
23090, 23092, 23057, 23075, 23059, 23104, 23143, 23114, 23125, 23100,
23138, 23157, 33004, 23210, 23195, 23159, 23162, 23230, 23275, 23218,
23250, 23252, 23224, 23264, 23267, 23281, 23254, 23270, 23256, 23260,
23305, 23319, 23318, 23346, 23351, 23360, 23573, 23580, 23386, 23397,
23411, 23377, 23379, 23394, 39541, {f: 2, c: 39543}, 39546, 39551, 39549,
{f: 2, c: 39552}, 39557, 39560, 39562, 39568, {f: 2, c: 39570}, 39574,
39576, {f: 3, c: 39579}, {f: 2, c: 39583}, {f: 2, c: 39586}, 39589, 39591,
32415, 32417, 32419, 32421, {f: 2, c: 32424}, 32429, 32432, 32446,
{f: 3, c: 32448}, 32457, {f: 2, c: 32459}, 32464, 32468, 32471, 32475,
{f: 2, c: 32480}, 32488, 32491, {f: 2, c: 32494}, {f: 2, c: 32497}, 32525,
32502, {f: 2, c: 32506}, 32510, {f: 3, c: 32513}, {f: 2, c: 32519},
{f: 2, c: 32523}, 32527, {f: 2, c: 32529}, 32535, 32537, 32540, 32539,
32543, {f: 7, c: 32545}, {f: 4, c: 32554}, {f: 5, c: 32559}, 32565,
[12083, 24186], 30079, [12078, 24027], 30014, 37013, 29582, 29585, 29614,
29602, 29599, 29647, 29634, 29649, 29623, 29619, 29632, 29641, 29640,
29669, 29657, 39036, 29706, 29673, 29671, 29662, 29626, 29682, 29711,
29738, 29787, 29734, 29733, 29736, 29744, 29742, 29740, 29723, 29722,
29761, 29788, 29783, 29781, 29785, 29815, 29805, 29822, 29852, 29838,
{f: 2, c: 29824}, 29831, 29835, 29854, {f: 2, c: 29864}, 29840, 29863,
29906, 29882, {f: 3, c: 38890}, 26444, 26451, 26462, 26440, 26473, 26533,
26503, 26474, 26483, 26520, 26535, 26485, 26536, 26526, 26541, 26507,
26487, 26492, 26608, 26633, 26584, 26634, 26601, 26544, 26636, 26585,
26549, 26586, 26547, 26589, 26624, 26563, 26552, 26594, 26638, 26561,
26621, {f: 2, c: 26674}, {f: 2, c: 26720}, 26702, 26722, 26692, 26724,
26755, 26653, 26709, 26726, 26689, 26727, 26688, 26686, 26698, 26697,
26665, 26805, 26767, 26740, 26743, 26771, 26731, 26818, 26990, 26876,
{f: 2, c: 26911}, 26873, 26916, 26864, 26891, 26881, 26967, 26851, 26896,
26993, 26937, 26976, 26946, 26973, 27012, 26987, 27008, 27032, 27000,
26932, 27084, {f: 2, c: 27015}, 27086, 27017, 26982, 26979, 27001, 27035,
27047, 27067, 27051, 27053, 27092, 27057, 27073, 27082, 27103, 27029,
27104, 27021, 27135, 27183, 27117, {f: 2, c: 27159}, 27237, 27122, 27204,
27198, 27296, 27216, 27227, 27189, 27278, 27257, 27197, 27176, 27224,
27260, 27281, 27280, 27305, 27287, 27307, 29495, 29522, {f: 2, c: 27521},
27527, 27524, {f: 2, c: 27538}, 27533, {f: 2, c: 27546}, 27553, 27562,
36715, 36717, {f: 3, c: 36721}, {f: 2, c: 36725}, 36728, 36727,
{f: 2, c: 36729}, 36732, 36734, {f: 2, c: 36737}, 36740, 36743, 36747,
{f: 3, c: 36749}, 36760, 36762, 36558, 25099, 25111, 25115, 25119, 25122,
25121, 25125, 25124, 25132, 33255, 29935, 29940, 29951, 29967, 29969,
29971, [12097, 25908], {f: 3, c: 26094}, 26122, 26137, 26482, 26115, 26133,
26112, 28805, 26359, 26141, 26164, 26161, 26166, 26165, 32774, 26207,
26196, 26177, 26191, 26198, 26209, 26199, 26231, 26244, 26252, 26279,
26269, 26302, {f: 2, c: 26331}, 26342, 26345, {f: 2, c: 36146}, 36150,
36155, 36157, 36160, {f: 2, c: 36165}, {f: 2, c: 36168}, 36167, 36173,
36181, 36185, 35271, {f: 3, c: 35274}, {f: 4, c: 35278}, 29294, 29343,
29277, 29286, 29295, {f: 2, c: 29310}, 29316, 29323, 29325, 29327, 29330,
25352, 25394, 25520, 25663, 25816, 32772, 27626, 27635, 27645, 27637,
27641, 27653, 27655, 27654, 27661, 27669, {f: 3, c: 27672}, 27681, 27689,
27684, 27690, 27698, 25909, 25941, 25963, 29261, 29266, 29270, 29232,
34402, 21014, 32927, 32924, 32915, 32956, 26378, 32957, 32945, 32939,
32941, 32948, 32951, {f: 4, c: 32999}, 32987, 32962, 32964, 32985, 32973,
32983, 26384, 32989, 33003, 33009, 33012, 33005, {f: 2, c: 33037}, 33010,
33020, 26389, 33042, 35930, 33078, 33054, 33068, 33048, 33074, 33096,
33100, 33107, 33140, {f: 2, c: 33113}, 33137, 33120, 33129,
{f: 2, c: 33148}, 33133, 33127, 22605, 23221, 33160, 33154, 33169, 28373,
33187, 33194, 33228, 26406, 33226, 33211, 33217, 33190, 27428, 27447,
27449, 27459, 27462, 27481, {f: 3, c: 39121}, 39125, {f: 2, c: 39129},
[12110, 27571], 24384, 27586, 35315, 26000, 40785, 26003, 26044, 26054,
26052, 26051, 26060, 26062, 26066, 26070, 28800, 28828, 28822, 28829,
28859, 28864, 28855, 28843, 28849, 28904, 28874, 28944, 28947, 28950,
28975, 28977, 29043, 29020, 29032, 28997, 29042, 29002, 29048, 29050,
29080, 29107, 29109, 29096, 29088, 29152, 29140, 29159, 29177, 29213,
29224, 28780, 28952, 29030, 29113, 25150, 25149, 25155, {f: 2, c: 25160},
31035, 31040, 31046, 31049, {f: 2, c: 31067}, 31059, 31066, 31074, 31063,
31072, 31087, 31079, 31098, 31109, 31114, 31130, 31143, 31155, 24529,
24528, 24636, 24669, 24666, 24679, 24641, 24665, 24675, 24747, 24838,
24845, 24925, 25001, 24989, 25035, 25041, 25094, 32896, [12160, 32895],
27795, 27894, 28156, 30710, 30712, 30720, 30729, {f: 2, c: 30743}, 30737,
26027, 30765, {f: 2, c: 30748}, {f: 3, c: 30777}, 30751, 30780, 30757,
30764, 30755, 30761, 30798, 30829, {f: 2, c: 30806}, 30758, 30800, 30791,
30796, 30826, 30875, 30867, 30874, 30855, 30876, 30881, 30883, 30898,
30905, 30885, 30932, 30937, 30921, 30956, 30962, 30981, 30964, 30995,
31012, 31006, 31028, 40859, [12235, 40697], {f: 2, c: 40699}, 30449, 30468,
30477, 30457, {f: 2, c: 30471}, 30490, 30498, 30489, 30509, 30502, 30517,
30520, {f: 2, c: 30544}, 30535, 30531, 30554, 30568, 30562, 30565, 30591,
30605, 30589, 30592, 30604, 30609, {f: 2, c: 30623}, 30640, 30645, 30653,
30010, 30016, 30030, 30027, 30024, 30043, 30066, 30073, 30083, 32600,
32609, 32607, 35400, 32616, 32628, 32625, 32633, 32641, 32638, 30413,
30437, 34866, {f: 3, c: 38021}, 38027, 38026, {f: 2, c: 38028},
{f: 2, c: 38031}, 38036, 38039, 38037, {f: 3, c: 38042}, {f: 2, c: 38051},
38059, 38058, 38061, 38060, {f: 2, c: 38063}, 38066, 38068,
{f: 5, c: 38070}, {f: 2, c: 38076}, 38079, 38084, {f: 7, c: 38088},
{f: 3, c: 38096}, {f: 3, c: 38101}, 38105, 38104, 38107, {f: 3, c: 38110},
38114, {f: 2, c: 38116}, {f: 2, c: 38119}, 38122, 38121, 38123,
{f: 2, c: 38126}, {f: 3, c: 38131}, 38135, 38137, {f: 2, c: 38140}, 38143,
38147, 38146, {f: 2, c: 38150}, {f: 2, c: 38153}, {f: 3, c: 38157},
{f: 5, c: 38162}, 38168, 38171, {f: 3, c: 38173}, 38178, {f: 2, c: 38186},
38185, 38188, {f: 2, c: 38193}, 38196, {f: 3, c: 38198}, 38204,
{f: 2, c: 38206}, 38210, 38197, {f: 3, c: 38212}, 38217, 38220,
{f: 2, c: 38222}, {f: 3, c: 38226}, {f: 4, c: 38230}, 38235,
{f: 2, c: 38238}, 38237, {f: 2, c: 38241}, {f: 9, c: 38244}, 38255,
{f: 3, c: 38257}, 38202, 30695, 30700, 38601, 31189, 31213, 31203, 31211,
31238, 23879, 31235, 31234, 31262, 31252, 31289, 31287, 31313, 40655,
39333, 31344, 30344, 30350, 30355, 30361, 30372, 29918, 29920, 29996,
40480, 40482, {f: 5, c: 40488}, 40498, 40497, 40502, 40504, 40503,
{f: 2, c: 40505}, 40510, {f: 2, c: 40513}, 40516, {f: 4, c: 40518},
{f: 2, c: 40523}, 40526, 40529, 40533, 40535, {f: 3, c: 40538}, 40542,
40547, {f: 7, c: 40550}, 40561, 40557, 40563, [12135, 30098], 30100, 30102,
30112, 30109, 30124, 30115, {f: 2, c: 30131}, 30136, 30148, 30129, 30128,
30147, 30146, 30166, 30157, 30179, 30184, 30182, 30180, 30187, 30183,
30211, 30193, 30204, 30207, 30224, 30208, 30213, 30220, 30231, 30218,
30245, 30232, 30229, 30233, 30235, 30268, 30242, 30240, 30272, 30253,
30256, 30271, 30261, 30275, 30270, 30259, 30285, 30302, 30292, 30300,
30294, 30315, 30319, 32714, 31462, {f: 2, c: 31352}, 31360, 31366, 31368,
31381, 31398, 31392, 31404, 31400, 31405, 31411, 34916, 34921, 34930,
34941, 34943, 34946, 34978, 35014, 34999, 35004, 35017, 35042, 35022,
35043, 35045, 35057, 35098, 35068, 35048, 35070, 35056, 35105, 35097,
35091, 35099, 35082, 35124, 35115, 35126, 35137, 35174, 35195,
[12134, 30091], 32997, 30386, 30388, 30684, [12158, 32786], 32788, 32790,
32796, 32800, 32802, {f: 3, c: 32805}, 32809, 32808, 32817, 32779, 32821,
32835, 32838, 32845, 32850, 32873, 32881, 35203, 39032, 39040, 39043,
39049, {f: 2, c: 39052}, 39055, 39060, {f: 2, c: 39066}, {f: 2, c: 39070},
{f: 2, c: 39073}, {f: 2, c: 39077}, [12172, 34381], 34388, 34412, 34414,
34431, 34426, 34428, 34427, 34472, 34445, 34443, 34476, 34461, 34471,
34467, 34474, 34451, 34473, 34486, 34500, 34485, 34510, 34480, 34490,
34481, 34479, 34505, 34511, 34484, 34537, {f: 2, c: 34545}, 34541, 34547,
34512, 34579, 34526, 34548, 34527, 34520, 34513, 34563, 34567, 34552,
34568, 34570, 34573, 34569, 34595, 34619, 34590, 34597, 34606, 34586,
34622, 34632, 34612, 34609, 34601, 34615, 34623, 34690, 34594,
{f: 2, c: 34685}, 34683, 34656, 34672, 34636, 34670, 34699, 34643, 34659,
34684, 34660, 34649, 34661, 34707, 34735, 34728, 34770, 34758, 34696,
34693, 34733, 34711, 34691, 34731, 34789, 34732, 34741, 34739, 34763,
34771, 34749, 34769, 34752, 34762, 34779, 34794, 34784, 34798, 34838,
34835, 34814, 34826, 34843, 34849, 34873, 34876, [12152, 32566], 32578,
{f: 2, c: 32580}, 33296, 31482, 31485, 31496, {f: 2, c: 31491}, 31509,
31498, 31531, 31503, 31559, 31544, 31530, 31513, 31534, 31537, 31520,
31525, 31524, 31539, 31550, 31518, 31576, 31578, 31557, 31605, 31564,
31581, 31584, 31598, 31611, 31586, 31602, 31601, 31632, {f: 2, c: 31654},
31672, 31660, 31645, 31656, 31621, 31658, 31644, 31650, 31659, 31668,
31697, 31681, 31692, 31709, 31706, {f: 2, c: 31717}, 31722, 31756, 31742,
31740, 31759, 31766, 31755, 31775, 31786, 31782, 31800, 31809, 31808,
33278, {f: 2, c: 33281}, 33284, 33260, 34884, {f: 3, c: 33313}, 33325,
33327, 33320, 33323, 33336, 33339, {f: 2, c: 33331}, 33342, 33348, 33353,
33355, 33359, 33370, 33375, 33384, 34942, 34949, 34952, 35032, 35039,
35166, 32669, 32671, 32679, {f: 2, c: 32687}, 32690, 31868, 25929, 31889,
31901, 31900, 31902, 31906, 31922, {f: 2, c: 31932}, 31937, 31943,
{f: 2, c: 31948}, 31944, 31941, 31959, 31976, [12169, 33390], 26280, 32703,
32718, 32725, 32741, 32737, 32742, 32745, 32750, 32755, [12151, 31992],
32119, 32166, 32174, 32327, 32411, 40632, 40628, 36211, 36228, 36244,
36241, 36273, 36199, 36205, 35911, 35913, 37194, 37200, {f: 2, c: 37198},
37220, 37218, 37217, 37232, 37225, 37231, {f: 2, c: 37245}, 37234, 37236,
37241, 37260, 37253, 37264, 37261, 37265, {f: 2, c: 37282}, 37290,
{f: 3, c: 37293}, 37301, 37300, 37306, [12183, 35925], 40574, 36280, 36331,
36357, 36441, 36457, 36277, 36287, 36284, 36282, 36292, {f: 2, c: 36310},
36314, 36318, {f: 2, c: 36302}, 36315, 36294, 36332, {f: 2, c: 36343},
36323, 36345, 36347, 36324, 36361, 36349, 36372, 36381, 36383, 36396,
36398, 36387, 36399, 36410, 36416, 36409, 36405, 36413, 36401, 36425,
{f: 2, c: 36417}, {f: 2, c: 36433}, 36426, 36464, 36470, 36476, 36463,
36468, 36485, 36495, 36500, 36496, 36508, 36510, [12184, 35960], 35970,
35978, 35973, 35992, 35988, 26011, 35286, 35294, 35290, 35292, 35301,
35307, 35311, 35390, 35622, 38739, 38633, 38643, 38639, 38662, 38657,
38664, 38671, 38670, 38698, 38701, 38704, 38718, 40832, 40835,
{f: 6, c: 40837}, 40844, 40702, 40715, 40717, [12203, 38585],
{f: 2, c: 38588}, 38606, 38610, 30655, 38624, 37518, 37550, 37576, 37694,
37738, 37834, 37775, 37950, 37995, 40063, 40066, {f: 4, c: 40069}, 31267,
40075, 40078, {f: 3, c: 40080}, {f: 2, c: 40084}, {f: 2, c: 40090},
{f: 6, c: 40094}, {f: 5, c: 40101}, 40107, {f: 2, c: 40109},
{f: 8, c: 40112}, {f: 4, c: 40122}, {f: 4, c: 40132}, {f: 7, c: 40138},
{f: 3, c: 40147}, {f: 3, c: 40151}, {f: 2, c: 40156}, 40159, 40162, 38780,
38789, {f: 2, c: 38801}, 38804, 38831, 38827, 38819, 38834, 38836, 39601,
39600, 39607, 40536, 39606, 39610, 39612, 39617, 39616, 39621, 39618,
{f: 2, c: 39627}, 39633, 39749, 39747, 39751, 39753, 39752, 39757, 39761,
39144, 39181, 39214, 39253, 39252, [12221, 39647], 39649, 39654, 39663,
39659, 39675, 39661, 39673, 39688, 39695, 39699, 39711, 39715,
{f: 2, c: 40637}, 32315, 40578, {f: 2, c: 40583}, 40587, 40594, 37846,
40605, 40607, {f: 3, c: 40667}, 40672, 40671, 40674, 40681, 40679, 40677,
40682, 40687, 40738, 40748, 40751, 40761, 40759, {f: 2, c: 40765}, 40772,
12295, {s: 13}, 30362, 34297, 31001, 24859, 39599, 35158, 22761, 32631,
25850, 25943, 38930, 36774, 32070, 24171, 32129, 37770, 35607, 39165,
23542, 22577, 39825, 36649, [12185, 35997], 37575, 29437, 20633, 24970,
32179, 31558, 30050, 25987, 24163, 38281, 37002, 32232, 36022, 35722,
36783, 36782, 27161, 40009, 30303, 28693, 28657, 36051, 25839, 39173,
25765, 37474, 37457, 39361, 35036, 36001, 21443, 34870, 27544, 24922,
24920, 29158, 33980, 33369, 20489, 28356, 21408, 20596, 28204, 23652,
35435, 25881, 25723, 34796, 39262, 35730, 32399, 37855, 29987, 38369,
39019, 22580, 22039, [12199, 38263], 20767, 33144, 24288, 26274, 37396,
[12190, 36554], 24505, 22645, 38515, 35183, 31281, 25074, 35488, 39425,
36978, 39347, [12242, 40786], 29118, 34909, 34802, 23541, 30087, 36490,
31820, 32162, 37276, 37604, 38619, 30990, 20786, 35320, 34389, 20659,
30241, 38358, 21109, 37656, 32020, 32189, 36781, 35422, 36060, 32880,
24478, 21474, 36517, 31428, 37679, 36948, 24118, 36024, 25812, 21934,
37170, 25763, 33213, 24986, 35477, 24392, 30070, 25803, 40680, 34153,
27284, 25623, 23798, 31153, 23566, 29128, 37159, 25973, 28364, 36958,
32224, 39003, 40670, 22666, 38651, 28593, 37347, 35519, 35548, 37336,
38914, 37664, 35330, 26481, 21205, 26847, 20941, [12222, 39717], 29346,
29544, 35712, 36077, 37709, 37723, 26039, 32222, 38538, 23565, 22136,
38931, 37389, 22890, 22702, 40285, 38989, 35355, 24801, 39187, 20818,
29246, 39180, 36019, 30332, 32624, 38309, 31020, 37353, 29033, 31684,
36009, 39151, 35370, 32033, [12214, 39131], 35513, 24290, 36027, 32027,
22707, 22894, 24996, 31966, 35920, 26963, 37586, [12213, 39080], 30219,
39342, 32299, 35575, 40179, 33178, 36667, 25771, 36628, 36070, 24489,
36000, 35331, 23142, 32283, 35442, 37411, 33995, 24185, 36245, 36123,
23713, 21083, 37628, 32177, 23831, 37804, 25841, 40255, 38307, 37499,
20491, 32102, 40852, 38799, 36002, 37390, 28317, 27083, 36092, 34865,
39015, 21102, 38364, 35264, 39208, 24931, 36011, 24291, 35215, 27512,
[12244, 40860], 38312, 36556, 35437, 27331, 36020, 21130, 36645, 37707,
22283, 36942, 39405, 38867, 28450, 34399, 38305, 40372, 36032, 36703,
40251, 32005, 22778, 35703, 28396, 22057, 33775, 30059, 21123, 35441,
25079, 22750, 27489, 29872, 36996, 32233, 35594, 25582, 36637, 36036,
31330, 26371, 29172, 21295, 35569, 35496, 32362, 33911, 28222, 29554,
36008, 31117, 25802, 27231, 31309, 39249, 35663, 40388, 32318, 32221,
26997, 36655, 32026, 25824, 24190, 34186, 21137, 28639, 35336, 35352,
38555, 32380, 32000, 22846, 33698, 38960, 36040, 37440, 20729, 39381,
27570, 30435, 22533, 31627, 38291, 33393, 32216, 32365, 27298, 40572,
25536, 25791, 31777, 20745, 34214, 27323, 37970, 36368, 36068,
[12178, 35211], 37749, 33382, 21133, 39198, 28472, 28666, 28567, 23559,
28479, 34083, 27123, 22892, 35611, 37292, 33184, 28550, 39509, 23308,
25898, 37496, 30703, 20709, 39171, 32371, 32094, 36686, 36611, 38542,
31680, 28500, 32080, 35489, 32202, 37670, 20677, 35641, 36914, 29180,
30433, 21185, 33686, 39912, 39514, 32147, 38968, 37857, 24465, 30169,
31478, 31998, 33290, 39378, 33289, 25818, 37624, 25084, 21127, 40273,
32121, 35258, 35363, 32118, 37406, 36557, 39423, 38283, 20977, 38982,
27579, 35506, 22718, 25031, 25715, 24235, 35122, 35463, 22602, 20744,
23532, 31014, 26336, 34407, 24011, 31418, 39243, 28528, 25844, 38346,
34847, 33240, 33802, 20358, 36084, 34253, 27396, 25876, 31811, 38348,
34349, 28734, 35733, 25900, 35261, 25078, 32412, 29211, 28651, 25736,
21214, 28551, 27138, 37939, 22744, 39006, 31852, 38626, 28757, 35023,
39881, 31150, 40599, 21426, 21237, 31019, 27511, 28701, 38584, 20486,
32879, 34030, 36899, 37934, 24976, 28451, 31806, 25986, 33225, 37832,
25088, 29001, 32244, 31975, 20841, 36635, 35538, 30274, 36988, 37904,
29557, 33256, 37168, 40023, 36035, 40801, 37428, 38728, 23994, 38936,
39230, 21129, [12243, 40845], 32894, 22184, 31840, 22751, 25871, 38580,
27155, 23105, 25695, 31757, 34310, 30439, 39025, 24300, 29200, 25796,
28407, 34396, 39791, 36034, 37682, 38520, 39522, 37569, 23650, 32311,
24942, 28670, 32209, 24018, 25891, 23423, 28772, 20098, 25476, 36650,
20523, 20374, 28138, 32184, 35542, 34367, 32645, 37007, 38012, 31854,
39486, 39409, 32097, 23229, 29802, 30908, 34718, [12218, 39340], 39393,
21966, 36023, [12230, 40613], 36067, 36993, 30622, 39237, 34875, 28415,
35646, 37672, 37466, 36031, 37762, [12200, 38272], 24758, 20497, 37683,
22818, 35598, 24396, 35219, 32191, 32236, 24287, 28357, 25003, 38313,
40180, 37528, 35628, 35584, 30045, 37385, 32013, 38627, 25747, 33126,
24817, 39719, 39186, 25836, 33193, 25862, 37312, [12227, 40165], 32886,
22169, 38007, 37811, 27320, 29552, 23527, 25840, 28632, 37397, 32016,
33215, 28611, 36786, 30247, 35582, 27472, 40407, 27590, 22036, 28442,
30436, 40848, 36064, 22132, 40300, 39449, 39108, 38971, 36007, 34315,
24977, 35413, 28497, 38935, 25778, 37610, 20693, 27192, 35676, 33229,
[12241, 40778], 39438, 35912, 21843, 27683, 35350, 29309, 37370, 37467,
36983, 31805, 35609, 37666, 37463, 28154, 35700, 22649, 27085, 21958,
22715, 34196, 25654, 37740, 27211, 21932, 20689, 32761, 31429, 31434,
27453, 35242, 23522, 36629, 27691, 20670, 38915, 35531, 24950, 29898,
31406, 36264, 21312, 36544, 39493, 40818, 39028, 27402, 21240, 40306,
30906, 35731, 39250, 25854, 32350, 29105, 38860, 35469, 32009, 27054,
32104, 36575, 37613, 38287, 28516, 28753, 34217, 39955, 36093, 20632,
21930, 39479, 25475, 28544, 27578, 32023, 31721, 26348, 38275, 38493,
36109, 32341, 20663, 36062, 29138, 32057, 36050, 25448, 25885, 25086,
35373, 32051, 23529, 23352, 33102, 28402, 32882, 32361, 21213, 32854,
24107, 29509, 28629, 35433, 26178, 34645, 23526, 35672, 39387, 21218,
36969, 37323, 39166, 35222, 35430, 22781, 29560, 27166, 36664, 26360,
36118, 23660, 34899, 27193, 31466, 25976, 24101, 38617, 35504, 38918,
35500, 30889, 29197, 32114, 39164, 39686, 32883, 24939, 38924, 35359,
35494, 25851, 34311, 35380, 32901, 38614, 38568, 32143, 27506, 23403,
25613, 32302, 29795, 37782, 29562, 25787, 33274, 24907, 25892, 36010,
30321, 28760, 22727, 35674, 35527, 22022, 28271, 29145, 28644, 32295,
35342, 39472, 35588, 37563, 38988, 39636, 26781, 36028, 37941, 24307,
32893, 28916, 37509, 32113, 38957, 22294, 22615, 22296, 38973, 40213,
39345, 39389, 27234, 31402, 35178, 24398, 28771, 38929, 33836, 32178,
[12209, 38859], 36949, 22285, 29234, 28656, 32173, 33894, 20553, 20702,
32239, 35586, 34907, 32862, 32011, 31337, 21839, 25790, 34680, 28198,
31401, 21978, 37794, 28879, 35491, 28961, 34154, 22626, 38695, 21209,
35492, 37675, 29351, 35186, 32722, 37521, 25138, 32048, 34662, 36676,
23805, 20448, 29433, 22151, 37697, 39854, 32406, 36066, 37532, 38289,
39023, 38570, 29694, 29563, 32291, 39201, 25010, 32171, 38002, 37129,
35443, 38911, 38917, 34157, 22210, 37559, 26313, 22063, 21332, 25406,
33029, 35559, 23531, 28681, 35613, 37573, 37313, 33288, 37561, 32137,
38920, 35377, 32210, 32396, 36562, 25080, 36984, 30316, 32098, 23416,
21211, 35426, 23563, 39348, 35347, 35338, 36956, 22739, 40201, 40232,
21854, 20126, 35357, 38329, 40573, 22196, 38996, 38331, 33399, 21421,
30831, 35578, 39511, 40230, 26954, 25562, 30221, 38525, 30306, 39178,
27171, 22575, 35617, 34277, 29242, [12212, 38913], 26989, 33865, 37291,
37541, 38948, 36986, 20736, 34811, 34269, 20740, 25014, 32681, 35427,
35696, 35516, 35695, 32377, 34093, 38512, 37504, 39154, 38577, 27387,
23344, 40441, 25033, 32403, 29801, 34722, 29151, 29074, 34821, 36111,
31310, 21938, 25793, 20653, 30320, 36404, 20778, 24962, 37109, 37438,
29494, 35480, 36671, 39192, [12226, 39770], 28417, 33287, 23996, 35486,
39729, 29508, 35709, 38928, 39341, 40219, 28149, 36677, 22290, 21729,
22291, 32227, 36960, 39000, 32004, 36493, 38000, 38322, 38642, 37142,
38549, 36939, 34292, 37270, 26248, 38620, 36617, 25890, 26283, 36106,
36124, 33247, 38015, 26839, 31432, 36012, 25799, 21063, 28580, 36042,
36104, 36555, 37720, 38296, 35408, 40779, 20661, 27656, 30430, 26028,
36670, 23940, 26855, 25136, 32187, 24373, 28466, 24115, 36076, 33081,
36249, 34756, 36685, 37754, 36889, 35998, 37341, 20597, 35386, 37806,
38499, 24128, 30309, 37165, 35657, 32340, 32887, 22519, 34937, 32025,
25711, 25842, 24159, 36074, 28399, 37912, 32066, 31278, 33131, 34886,
35589, 36600, 30394, 26205, 39519, 35576, 35461, 29165, 30682, 22225,
36015, 37956, 31689, 39376, 23560, 30938, 36681, 36090, 27137, 33674,
35037, 22941, 22767, 29376, 37648, 36101, 22684, 32180, 35524, 28310,
28609, 36039, 28460, 32156, 32317, 32305, 37138, 35419, 32068, 38013,
21959, 21401, 21428, 38760, 36107, 21293, 21297, 36094, 21060, 21132,
21108, 20660, 20480, 20630, 20757, 20738, 20756, 20796, 20791, 20712,
20674, 20795, 20752, 20794, 20681, 31988, 40652, 22213, 40172, 35131,
33248, 35329, 35344, 35340, 35349, 35635, 35406, 35365, 35393, 35382,
35398, 35412, 35416, 35410, 35462, 35460, 35455, 35440, 35452, 35445,
35436, 35438, 35533, 35554, 35425, 35482, 35493, {f: 2, c: 35473}, 35535,
35537, 35529, 35547, 35543, 35522, 35510, 35574, 35563, 35604, 35585,
35556, 35565, 35580, 35571, 35558, 35566, 35550, 35624, 35740, 35606,
35610, 35600, 35627, 35629, 35670, 35673, 35662, 35742, 35691, 35734,
38488, 37178, 37140, 37172, 37087, 37174, 37126, 37192, 33467, 21233,
24048, 22538, 22745, 22754, 22752, 22746, 22497, 22607, 22550, 22610,
22557, 22628, 34188, 34131, 34294, 33703, 33799, 34031, 33511, 34338,
34086, 22603, 29026, 34136, 34045, 34126, 34184, 34234, 29334, 28366,
34113, 34254, 34130, 33984, 33874, 33892, 33940, 33845, 34207, 34133,
40367, 33939, 32264, 34118, 34146, 34078, 39488, 34362, 37795, 34167,
34334, 34298, 34308, 34282, 34330, 22889, 23607, 25451, 25718, 25759,
25681, 25692, 25779, 25860, 25878, 25847, 25852, 25883, 22064, 22072,
22216, 22182, 21764, 21692, 22144, 22109, 22112, 22069, 22006, 22118,
22130, 22156, 22117, 22044, 22062, 21993, 22038, 22208, 22029, 22195,
22209, 22127, 36705, 22198, 22165, 22279, 24131, 24172, 24152, 24151,
23943, 23796, 23888, 23852, 23975, 23968, 23959, 23821, 23992, 23937,
24020, 24480, 29559, 29505, 29546, 29499, 29547, 29568, 29564, 39136,
39219, 39145, 39228, {f: 2, c: 39146}, 39149, 39156, 39177, 39185, 39195,
39223, 39231, 39235, {f: 3, c: 39240}, 39244, 39266, 24289, 36065, 25082,
25006, 24938, 24894, 24757, 24884, 25036, 24927, 25064, 24827, 24887,
24818, 24947, 24860, 24978, 38274, 38278, 38344, 38286, 38292, 38284,
38373, 38317, 38315, 39726, 38316, 38334, 38326, 39721, 38335, 38333,
38332, 38339, 38347, 38356, 38352, 38357, 38366, 28739, 28505, 28711,
28696, 28668, 28039, 28025, 28254, 28590, 28687, 28408, 28527, 28150,
28543, 28678, 28576, 28683, 28775, 28740, 28677, 28535, 28704, 28703,
28722, 28712, 28765, 39467, 36999, 36885, 37008, 23656, 24371, 23285,
23255, 23296, 23149, 23304, 23372, 23207, 23291, 23307, 23329, 23338,
23321, 39380, 39391, 39385, 39478, 39515, 39377, 39384, 39501, 39498,
39394, 39530, 39439, 39437, 39429, 39490, 39469, 39446, 39489, 39470,
39480, {f: 2, c: 39491}, 39503, 39525, 39524, 31993, 32006, 32002,
{f: 2, c: 32007}, 32394, 32028, 32021, 32019, 32058, 32050, 32049, 32272,
32060, 32064, 32063, 32093, 32078, 32115, 32134, 32131, 32136, 32190,
32186, 32203, 32212, 32196, 32158, 32172, 32185, 32163, 32176, 32199,
32217, 32215, 32249, 32242, 32354, 32230, 32246, 32241, 32267, 32225,
32265, 32285, 32287, 32286, 32301, 32266, 32273, 32381, 32313, 32309,
32306, 32326, 32325, 32392, 32346, 32338, 32366, 32382, 32368, 32367,
32408, 29859, 29771, 29903, 38922, 29885, 29759, 29833, 29862, 29908,
29914, 38873, 38878, 38876, 27050, 27370, 26776, 26838, 27141, 26783,
27355, 27379, 27368, 27359, 27273, 26895, 27208, 26984, 27071, 27194,
27292, 27410, 27422, 27357, 27111, 27407, 27414, 27372, 27354, 27384,
27315, 27367, 27299, 27347, 27358, 27556, 27550, 27566, 27563, 27567,
36564, 36571, 36594, 36603, 36708, 36601, 36604, 36587, 36580, 36706,
36602, 36606, 36618, 36615, 36613, 36626, 36646, {f: 2, c: 36638}, 36636,
36659, 36678, 36692, 25108, 25127, 29964, 26311, 26308, 26249, 26326,
36033, 36016, 36026, 36029, 36100, 36018, 36037, 36112, 36049, 36058,
36053, 36075, 36071, 36091, 35224, 35244, 35233, 35263, 35238, 35247,
35250, 35255, 27647, 27660, 27692, 29272, 26407, 33110, 33242, 33051,
33214, 33121, 33231, 27487, {f: 2, c: 39086}, 39094, 39100, 39110, 39112,
36674, 40783, 26005, 29036, 29010, 29079, 29121, 29148, 29182, 31152,
31118, 31146, 25055, 24932, 25059, 25095, 28585, 30959, 30893, 30824,
30904, 31018, 31025, 30820, 30973, 30951, 30947, 40853, 30616, 30558,
30652, 32646, 32648, {f: 3, c: 37330}, 37337, 37335, 37333, 37367, 37351,
37348, 37702, 37365, 37369, 37384, 37414, 37445, 37393, 37392, 37377,
37415, 37380, 37413, 37376, 37434, 37478, 37431, 37427, 37461, 37437,
37432, 37470, {f: 2, c: 37484}, 37439, 37984, 37424, 37449, 37448, 37453,
37422, 37433, 37944, 37548, 37536, 37498, 37546, 37614, 37583, 37891,
37603, 37946, 37553, 37542, 37799, 37526, 37580, 37545, 37877, 37523,
37503, 37801, 37530, 37658, 37547, 37507, 37899, 37544, 37539, 37906,
37688, 37617, 37847, 37605, 37616, 37615, 37608, 37564, 37597, 37622,
{f: 2, c: 37926}, 37571, 37599, 37606, 37650, 37638, 37737, 37659, 37696,
37633, 37653, 37678, 37699, {f: 2, c: 37639}, 37663, 37657, 37733, 37703,
37750, 37716, 37732, 37802, 37744, 37764, 37860, 37848, 37928, 37767,
37836, 37784, 37816, 37823, 37798, 37808, 37813, 37964, 37858,
{f: 2, c: 37852}, 37837, 37854, 37827, 37831, 37841, 37908, 37917, 37879,
37989, 37907, 37997, 37920, 38009, 37881, 37913, 37962, 37938, 37951,
37972, 37987, 37758, 31329, 40169, 40182, 40199, 40198, 40227, 40327,
40469, 40221, 40223, 40421, 40239, 40409, 40240, 40258, 40478, 40275,
40477, 40288, 40274, 40435, 40284, 40289, 40339, 40298, 40303, 40329,
40344, 40346, 40384, 40357, 40361, 40386, 40380, 40474, 40403, 40410,
40431, 40422, 40434, 40440, 40460, 40442, 40475, 30308, 30296, 30311,
30210, {f: 2, c: 30278}, 30281, 30238, 30267, {f: 2, c: 30317}, 30313,
30322, 31431, 31414, 35168, 35123, 35165, 35143, 35128, 35172, 30392,
32814, 32812, 32889, 32885, 38919, {f: 2, c: 38926}, 38945, 38940, 28481,
38950, 38967, 38990, 38995, 39027, 39010, 39001, 39013, 39020, 39024,
34787, 34822, 34566, 34851, 34806, 34554, 34799, 34692, 34832, 34760,
34833, 34747, 34766, 32588, 31716, 31591, 31849, 31731, 31744, 31691,
31836, 31774, 31787, 31779, 31850, 31839, 33380, 33387, 35018, 32677,
31986, 31990, 31965, 32310, 40617, 36274, 37317, 37315, 40570, 36489,
36428, 36498, 36474, 36437, 36506, 36491, 36499, 36497, 36513, 36451,
36522, 36518, 35316, 35318, 38746, 38722, 38717, 38724, 40788, 40799,
40793, 40800, 40796, 40806, 40812, 40810, 40823, [12236, 40701], 40703,
40713, 35726, 38014, 37864, 39799, 39796, 39809, 39811, 39822, 40056,
31308, 39826, 40031, 39824, 39853, 39834, 39850, 39838, 40045, 39851,
39837, 40024, 39873, 40058, 39985, 39993, 39971, 39991, 39872, 39882,
39879, 39933, 39894, {f: 2, c: 39914}, 39905, 39908, 39911, 39901, 39906,
39920, 39899, 39924, 39892, 40029, 39944, 39952, 39949, 39954, 39945,
39935, 39968, 39986, 39981, 39976, 39973, 39977, 39987, 39998, 40008,
39995, 39989, 40005, 40022, 40020, 40018, 40039, 38851, 38845, 38857,
40379, 39631, 39638, 39637, 39768, 39758, 39255, 39260, 39714, 40695,
40690, 35180, 38342, 37686, 24390, 34068, 32404, 40803, 22137, 40725,
22081, 39662, 35079, 31296, 39091, 38308, 39693, 36852, 24409, 31339,
39138, 20642, 34193, 20760, 25458, 21067, 30543, 32397, 26310, 30637,
[12228, 40565], 22217, 40692, 28635, 25054, 30663, 28720, 40629, 34890,
38370, 38854, 31844, 32308, 38822, 40623, 22220, 39089, 27311, 32590,
31984, 20418, 32363, 40569, 22190, 39706, 33903, 31142, 31858, 39634,
38587, 32251, 35069, 30787, {f: 10, c: 8560}, {f: 2, c: 714}, 729, 8211,
8213, 8229, 8245, 8453, 8457, {f: 4, c: 8598}, 8725, 8735, 8739, 8786,
{f: 2, c: 8806}, 8895, {f: 36, c: 9552}, {f: 15, c: 9601}, {f: 3, c: 9619},
{f: 2, c: 9660}, {f: 4, c: 9698}, 9737, 8853, 12306, {f: 2, c: 12317},
{f: 9, c: 12321}, 12963, {f: 2, c: 13198}, {f: 3, c: 13212}, 13217, 13252,
13262, {f: 2, c: 13265}, 13269, 65072, 65506, 65508, 8481, 12849, 8208,
12540, {f: 2, c: 12443}, {f: 2, c: 12541}, 12294, {f: 2, c: 12445},
{f: 10, c: 65097}, {f: 4, c: 65108}, {f: 14, c: 65113}, {f: 4, c: 65128},
12350, {f: 12, c: 12272}, 19970, {f: 3, c: 19972}, 19983, 19986, 19991,
{f: 3, c: 19999}, 20003, 20006, 20009, {f: 2, c: 20014}, 20017, 20019,
20021, 20023, 20028, {f: 3, c: 20032}, 20036, 20038, 20042, 20049, 20053,
20055, {f: 2, c: 20058}, {f: 4, c: 20066}, {f: 2, c: 20071},
{f: 6, c: 20074}, 20082, {f: 10, c: 20084}, {f: 3, c: 20095},
{f: 2, c: 20099}, [12037, 20101], 20103, 20106, 20112, {f: 2, c: 20118},
20121, {f: 2, c: 20124}, 20131, 20138, {f: 3, c: 20143}, 20148,
{f: 4, c: 20150}, {f: 3, c: 20156}, 20168, 20172, {f: 2, c: 20175}, 20178,
{f: 3, c: 20186}, 20192, 20194, {f: 2, c: 20198}, 20201, {f: 3, c: 20205},
20209, 20212, {f: 3, c: 20216}, 20220, 20222, 20224, {f: 7, c: 20226},
{f: 2, c: 20235}, {f: 5, c: 20242}, {f: 2, c: 20252}, 20257, 20259,
{f: 2, c: 20264}, {f: 3, c: 20268}, 20273, 20275, 20277, 20279, 20281,
20283, {f: 5, c: 20286}, {f: 2, c: 20292}, {f: 6, c: 20295}, 20306, 20308,
20310, {f: 2, c: 20321}, 20326, 20328, {f: 2, c: 20330}, {f: 2, c: 20333},
{f: 2, c: 20337}, 20341, {f: 4, c: 20343}, 20349, {f: 3, c: 20352}, 20357,
20359, 20362, 20364, 20366, 20368, {f: 2, c: 20370}, 20373,
{f: 3, c: 20376}, 20380, {f: 2, c: 20382}, {f: 2, c: 20385}, 20388, 20395,
20397, {f: 5, c: 20400}, {f: 9, c: 20406}, {f: 2, c: 20416},
{f: 4, c: 20422}, {f: 3, c: 20427}, {f: 5, c: 20434}, 20441, 20443, 20450,
{f: 2, c: 20452}, 20455, {f: 2, c: 20459}, 20464, 20466, {f: 4, c: 20468},
20473, {f: 3, c: 20475}, 20479, {f: 5, c: 20481}, {f: 2, c: 20487}, 20490,
20494, 20496, 20499, {f: 3, c: 20501}, 20507, {f: 2, c: 20509}, 20512,
{f: 3, c: 20514}, 20519, {f: 11, c: 20527}, 20539, 20541, {f: 4, c: 20543},
{f: 3, c: 20548}, {f: 2, c: 20554}, 20557, {f: 5, c: 20560},
{f: 4, c: 20566}, 20571, {f: 8, c: 20573}, {f: 6, c: 20582},
{f: 7, c: 20589}, {f: 3, c: 20600}, {f: 2, c: 20604}, {f: 4, c: 20609},
{f: 2, c: 20614}, {f: 4, c: 20617}, {f: 8, c: 20622}, 20631,
{f: 8, c: 20634}, 20644, 20646, {f: 2, c: 20650}, {f: 4, c: 20654}, 20662,
{f: 2, c: 20664}, {f: 2, c: 20668}, {f: 3, c: 20671}, {f: 2, c: 20675},
{f: 3, c: 20678}, {f: 5, c: 20682}, 20688, {f: 3, c: 20690},
{f: 3, c: 20695}, {f: 3, c: 20699}, {f: 6, c: 20703}, {f: 3, c: 20713},
{f: 4, c: 20719}, 20724, {f: 3, c: 20726}, 20730, {f: 4, c: 20732}, 20737,
20739, 20741, 20746, {f: 4, c: 20748}, 20753, 20755, {f: 2, c: 20758},
{f: 6, c: 20761}, 20768, {f: 8, c: 20770}, {f: 7, c: 20779},
{f: 4, c: 20787}, {f: 2, c: 20792}, {f: 2, c: 20797}, 20802, 20807, 20810,
20812, {f: 3, c: 20814}, 20819, {f: 3, c: 20823}, 20827, {f: 5, c: 20829},
{f: 2, c: 20835}, {f: 2, c: 20838}, 20842, 20847, 20850, 20858,
{f: 2, c: 20862}, {f: 2, c: 20867}, {f: 2, c: 20870}, {f: 2, c: 20874},
{f: 4, c: 20878}, {f: 2, c: 20883}, 20888, 20890, {f: 3, c: 20893}, 20897,
20899, {f: 5, c: 20902}, {f: 2, c: 20909}, 20916, {f: 3, c: 20920},
{f: 2, c: 20926}, {f: 3, c: 20929}, 20933, 20936, 20938, 20942, 20944,
{f: 9, c: 20946}, 20956, {f: 2, c: 20958}, {f: 2, c: 20962},
{f: 6, c: 20965}, 20972, 20974, 20978, 20980, 20983, 20990,
{f: 2, c: 20996}, 21001, {f: 2, c: 21003}, {f: 2, c: 21007},
{f: 3, c: 21011}, 21020, {f: 2, c: 21022}, {f: 3, c: 21025},
{f: 3, c: 21029}, 21034, 21036, 21039, {f: 2, c: 21041}, {f: 2, c: 21044},
21052, 21054, {f: 2, c: 21061}, {f: 2, c: 21064}, {f: 2, c: 21070},
{f: 2, c: 21074}, 21077, {f: 4, c: 21079}, 21085, {f: 2, c: 21087},
{f: 3, c: 21090}, 21094, 21096, {f: 3, c: 21099}, {f: 2, c: 21104}, 21107,
{f: 7, c: 21110}, 21118, 21120, {f: 3, c: 21124}, 21131, {f: 2, c: 21134},
21138, {f: 7, c: 21140}, 21148, {f: 4, c: 21156}, {f: 3, c: 21166},
{f: 10, c: 21172}, 21184, 21186, {f: 3, c: 21188}, 21192, 21194,
{f: 4, c: 21196}, 21201, {f: 2, c: 21203}, 21207, 21210, 21212,
{f: 2, c: 21216}, 21219, {f: 11, c: 21221}, {f: 3, c: 21234},
{f: 2, c: 21238}, {f: 3, c: 21243}, {f: 4, c: 21249}, 21255,
{f: 4, c: 21257}, 21262, {f: 4, c: 21265}, 21272, {f: 2, c: 21275},
{f: 2, c: 21278}, 21282, {f: 2, c: 21284}, {f: 3, c: 21287},
{f: 2, c: 21291}, 21296, {f: 6, c: 21298}, [12054, 21304],
{f: 2, c: 21308}, 21314, 21316, 21318, {f: 3, c: 21323}, 21328,
{f: 2, c: 21336}, 21339, 21341, 21349, 21352, 21354, {f: 2, c: 21356},
21362, 21366, 21369, {f: 4, c: 21371}, {f: 2, c: 21376}, 21379,
{f: 2, c: 21383}, 21386, {f: 7, c: 21390}, {f: 2, c: 21398},
{f: 2, c: 21403}, 21406, 21409, 21412, 21415, {f: 3, c: 21418},
{f: 3, c: 21423}, 21427, 21429, {f: 4, c: 21431}, {f: 3, c: 21436}, 21440,
{f: 4, c: 21444}, {f: 3, c: 21454}, {f: 2, c: 21458}, 21461, 21466,
{f: 3, c: 21468}, 21473, 21479, 21492, 21498, {f: 3, c: 21502}, 21506,
21509, 21511, 21515, 21524, {f: 3, c: 21528}, 21532, 21538,
{f: 2, c: 21540}, 21546, 21552, 21555, {f: 2, c: 21558}, 21562, 21565,
21567, {f: 2, c: 21569}, {f: 2, c: 21572}, 21575, 21577, {f: 4, c: 21580},
21585, 21594, {f: 5, c: 21597}, 21603, 21605, 21607, {f: 8, c: 21609},
21620, {f: 2, c: 21625}, {f: 2, c: 21630}, 21633, 21635, 21637,
{f: 4, c: 21639}, 21645, 21649, 21651, {f: 2, c: 21655}, 21660,
{f: 5, c: 21662}, 21669, 21678, 21680, 21682, {f: 3, c: 21685},
{f: 2, c: 21689}, 21694, 21699, 21701, {f: 2, c: 21706}, 21718, 21720,
21723, 21728, {f: 3, c: 21730}, {f: 2, c: 21739}, {f: 3, c: 21743},
{f: 6, c: 21748}, 21755, 21758, 21760, {f: 2, c: 21762}, 21765, 21768,
{f: 5, c: 21770}, {f: 2, c: 21778}, {f: 6, c: 21781}, {f: 4, c: 21788},
21793, {f: 2, c: 21797}, {f: 2, c: 21800}, 21803, 21805, 21810,
{f: 3, c: 21812}, {f: 4, c: 21816}, 21821, 21824, 21826, 21829,
{f: 2, c: 21831}, {f: 4, c: 21835}, {f: 2, c: 21841}, 21844,
{f: 5, c: 21847}, 21853, {f: 2, c: 21855}, {f: 2, c: 21858},
{f: 2, c: 21864}, 21867, {f: 6, c: 21871}, {f: 2, c: 21881}, 21885, 21887,
{f: 2, c: 21893}, {f: 3, c: 21900}, 21904, {f: 2, c: 21906},
{f: 3, c: 21909}, {f: 2, c: 21914}, 21918, {f: 7, c: 21920},
{f: 2, c: 21928}, 21931, 21933, {f: 2, c: 21935}, 21940, 21942, 21944,
21946, 21948, {f: 5, c: 21951}, 21960, {f: 2, c: 21962}, {f: 2, c: 21967},
21973, {f: 3, c: 21975}, 21979, 21982, 21984, 21986, 21991,
{f: 2, c: 21997}, {f: 2, c: 22000}, 22004, {f: 5, c: 22008}, 22015,
{f: 4, c: 22018}, 22023, {f: 2, c: 22026}, {f: 4, c: 22032}, 22037,
{f: 2, c: 22041}, 22045, {f: 3, c: 22048}, {f: 2, c: 22053}, 22056,
{f: 2, c: 22058}, 22067, 22071, 22074, {f: 3, c: 22076}, 22080,
{f: 10, c: 22082}, {f: 5, c: 22095}, {f: 2, c: 22101}, {f: 2, c: 22106},
{f: 2, c: 22110}, 22113, 22115, 22119, {f: 2, c: 22125}, 22128, 22131,
22133, 22135, 22138, {f: 3, c: 22141}, {f: 4, c: 22145}, {f: 4, c: 22152},
22157, {f: 3, c: 22160}, 22164, {f: 3, c: 22166}, {f: 9, c: 22170},
{f: 2, c: 22180}, 22183, {f: 5, c: 22185}, {f: 3, c: 22192}, 22197,
{f: 4, c: 22200}, {f: 3, c: 22205}, {f: 2, c: 22211}, {f: 2, c: 22214},
22219, {f: 4, c: 22221}, {f: 2, c: 22226}, {f: 2, c: 22229},
{f: 2, c: 22232}, 22236, 22243, {f: 6, c: 22245}, 22252, {f: 2, c: 22254},
{f: 2, c: 22258}, {f: 3, c: 22262}, {f: 2, c: 22267}, {f: 3, c: 22272},
22277, 22284, {f: 4, c: 22286}, {f: 2, c: 22292}, 22295, {f: 3, c: 22297},
{f: 2, c: 22301}, {f: 3, c: 22304}, {f: 4, c: 22308}, 22315,
{f: 2, c: 22321}, {f: 5, c: 22324}, {f: 2, c: 22332}, 22335, 22337,
{f: 4, c: 22339}, {f: 2, c: 22344}, 22347, {f: 5, c: 22354},
{f: 2, c: 22360}, {f: 2, c: 22370}, 22373, 22375, 22380, 22382,
{f: 3, c: 22384}, {f: 2, c: 22388}, {f: 3, c: 22392}, {f: 5, c: 22397},
{f: 4, c: 22407}, {f: 5, c: 22413}, {f: 7, c: 22420}, {f: 4, c: 22428},
22437, 22440, 22442, 22444, {f: 3, c: 22447}, 22451, {f: 3, c: 22453},
{f: 9, c: 22457}, {f: 7, c: 22468}, {f: 2, c: 22476}, {f: 2, c: 22480},
22483, {f: 2, c: 22486}, {f: 2, c: 22491}, 22494, {f: 2, c: 22498},
{f: 8, c: 22501}, 22510, {f: 4, c: 22512}, {f: 2, c: 22517},
{f: 2, c: 22523}, {f: 2, c: 22526}, 22529, {f: 2, c: 22531},
{f: 2, c: 22536}, 22540, {f: 3, c: 22542}, {f: 3, c: 22546},
{f: 2, c: 22551}, {f: 3, c: 22554}, 22559, {f: 2, c: 22562},
{f: 5, c: 22565}, {f: 4, c: 22571}, {f: 2, c: 22578}, {f: 14, c: 22582},
{f: 5, c: 22597}, 22606, 22608, 22611, {f: 2, c: 22613}, {f: 5, c: 22617},
{f: 3, c: 22623}, 22627, {f: 5, c: 22630}, {f: 8, c: 22637},
{f: 3, c: 22646}, {f: 4, c: 22650}, 22655, 22658, 22660, {f: 3, c: 22662},
{f: 7, c: 22667}, {f: 5, c: 22676}, 22683, 22685, {f: 8, c: 22688},
{f: 4, c: 22698}, {f: 4, c: 22703}, {f: 7, c: 22708}, 22717,
{f: 2, c: 22719}, {f: 3, c: 22722}, 22726, {f: 9, c: 22728}, 22738, 22740,
{f: 2, c: 22742}, {f: 3, c: 22747}, 22753, 22755, {f: 4, c: 22757}, 22762,
22765, {f: 2, c: 22769}, {f: 2, c: 22772}, {f: 2, c: 22775},
{f: 2, c: 22779}, {f: 4, c: 22782}, 22787, {f: 2, c: 22789},
{f: 2, c: 22792}, [12066, 22794], {f: 2, c: 22795}, 22798,
{f: 4, c: 22800}, {f: 2, c: 22807}, 22811, {f: 2, c: 22813},
{f: 2, c: 22816}, 22819, 22822, 22824, 22828, 22832, {f: 2, c: 22834},
{f: 2, c: 22837}, 22843, 22845, {f: 2, c: 22847}, 22851, {f: 2, c: 22853},
22858, {f: 2, c: 22860}, 22864, {f: 2, c: 22866}, 22873, {f: 5, c: 22875},
22881, {f: 2, c: 22883}, {f: 3, c: 22886}, 22891, 22893, {f: 4, c: 22895},
22901, 22903, {f: 3, c: 22906}, {f: 3, c: 22910}, 22917, 22921,
{f: 2, c: 22923}, {f: 4, c: 22926}, {f: 2, c: 22932}, 22936,
{f: 3, c: 22938}, {f: 4, c: 22943}, {f: 2, c: 22950}, {f: 2, c: 22956},
{f: 2, c: 22960}, {f: 6, c: 22963}, 22970, {f: 2, c: 22972},
{f: 7, c: 22975}, {f: 3, c: 22983}, {f: 4, c: 22988}, {f: 2, c: 22997},
23001, 23003, {f: 5, c: 23006}, 23012, {f: 2, c: 23014}, {f: 3, c: 23017},
{f: 12, c: 23021}, 23034, {f: 3, c: 23036}, 23040, 23042, {f: 2, c: 23050},
{f: 4, c: 23053}, 23058, {f: 4, c: 23060}, {f: 3, c: 23065},
{f: 2, c: 23069}, {f: 2, c: 23073}, 23076, {f: 3, c: 23078},
{f: 7, c: 23082}, 23091, 23093, {f: 5, c: 23095}, {f: 3, c: 23101},
{f: 4, c: 23106}, {f: 2, c: 23111}, {f: 10, c: 23115}, {f: 4, c: 23126},
{f: 7, c: 23131}, {f: 3, c: 23139}, {f: 2, c: 23144}, {f: 2, c: 23147},
{f: 6, c: 23150}, {f: 2, c: 23160}, {f: 4, c: 23163}, {f: 18, c: 23168},
{f: 7, c: 23187}, {f: 11, c: 23196}, {f: 2, c: 23208}, {f: 7, c: 23211},
23220, {f: 2, c: 23222}, {f: 4, c: 23225}, {f: 2, c: 23231},
{f: 6, c: 23235}, {f: 2, c: 23242}, {f: 5, c: 23245}, 23251, 23253,
{f: 3, c: 23257}, {f: 3, c: 23261}, 23266, {f: 2, c: 23268},
{f: 2, c: 23271}, 23274, {f: 5, c: 23276}, {f: 3, c: 23282},
{f: 5, c: 23286}, {f: 4, c: 23292}, {f: 7, c: 23297}, 23306,
{f: 9, c: 23309}, 23320, {f: 7, c: 23322}, {f: 8, c: 23330},
{f: 5, c: 23339}, 23345, 23347, {f: 2, c: 23349}, {f: 7, c: 23353},
{f: 11, c: 23361}, {f: 3, c: 23373}, 23378, 23382, 23390, {f: 2, c: 23392},
{f: 2, c: 23399}, {f: 3, c: 23405}, 23410, 23412, {f: 2, c: 23414}, 23417,
{f: 2, c: 23419}, 23422, 23426, 23430, 23434, {f: 2, c: 23437},
{f: 3, c: 23440}, 23444, 23446, 23455, {f: 3, c: 23463}, {f: 4, c: 23468},
{f: 2, c: 23473}, 23479, {f: 3, c: 23482}, {f: 2, c: 23488}, 23491,
{f: 4, c: 23496}, {f: 3, c: 23501}, 23505, {f: 9, c: 23508}, 23520, 23523,
23530, 23533, 23535, {f: 4, c: 23537}, 23543, {f: 2, c: 23549}, 23552,
{f: 2, c: 23554}, 23557, 23564, 23568, {f: 2, c: 23570}, 23575, 23577,
23579, {f: 4, c: 23582}, 23587, 23590, {f: 4, c: 23592}, {f: 4, c: 23597},
{f: 2, c: 23602}, {f: 2, c: 23605}, {f: 2, c: 23619}, {f: 2, c: 23622},
{f: 2, c: 23628}, {f: 3, c: 23634}, {f: 3, c: 23638}, {f: 4, c: 23642},
23647, 23655, {f: 3, c: 23657}, 23661, 23664, {f: 7, c: 23666},
{f: 4, c: 23675}, 23680, {f: 5, c: 23683}, {f: 3, c: 23689},
{f: 2, c: 23694}, {f: 2, c: 23698}, 23701, {f: 4, c: 23709},
{f: 5, c: 23716}, 23722, {f: 3, c: 23726}, 23730, 23732, 23734,
{f: 4, c: 23737}, 23742, 23744, {f: 2, c: 23746}, {f: 6, c: 23749},
{f: 6, c: 23756}, {f: 6, c: 23763}, {f: 7, c: 23770}, {f: 2, c: 23778},
23783, 23785, {f: 2, c: 23787}, {f: 2, c: 23790}, {f: 3, c: 23793}, 23797,
{f: 4, c: 23799}, 23804, {f: 4, c: 23806}, {f: 2, c: 23812},
{f: 5, c: 23816}, {f: 5, c: 23823}, 23829, {f: 3, c: 23832},
{f: 2, c: 23836}, {f: 5, c: 23839}, 23845, 23848, {f: 2, c: 23850},
{f: 5, c: 23855}, {f: 8, c: 23861}, {f: 8, c: 23871}, {f: 2, c: 23880},
{f: 3, c: 23885}, {f: 7, c: 23889}, {f: 2, c: 23897}, 23900,
{f: 11, c: 23902}, 23914, {f: 2, c: 23917}, {f: 4, c: 23920},
{f: 12, c: 23925}, 23939, {f: 2, c: 23941}, {f: 15, c: 23944}, 23960,
{f: 3, c: 23962}, {f: 2, c: 23966}, {f: 6, c: 23969}, {f: 15, c: 23976},
23993, 23995, {f: 8, c: 23997}, {f: 5, c: 24006}, 24012, {f: 4, c: 24014},
24019, {f: 6, c: 24021}, 24028, {f: 2, c: 24031}, {f: 2, c: 24035}, 24042,
{f: 2, c: 24044}, {f: 2, c: 24053}, {f: 5, c: 24056}, {f: 2, c: 24063},
24068, 24071, {f: 3, c: 24073}, {f: 2, c: 24077}, {f: 2, c: 24082}, 24087,
{f: 7, c: 24094}, {f: 3, c: 24104}, 24108, {f: 2, c: 24111}, 24114,
{f: 2, c: 24116}, {f: 2, c: 24121}, {f: 2, c: 24126}, 24129,
{f: 6, c: 24134}, {f: 7, c: 24141}, 24150, {f: 2, c: 24153},
{f: 2, c: 24156}, 24160, {f: 7, c: 24164}, {f: 5, c: 24173}, 24181, 24183,
{f: 3, c: 24193}, 24197, {f: 2, c: 24200}, {f: 3, c: 24204}, 24210, 24216,
24219, 24221, {f: 4, c: 24225}, {f: 3, c: 24232}, 24236, {f: 5, c: 24238},
24244, {f: 4, c: 24250}, {f: 10, c: 24255}, {f: 6, c: 24267},
{f: 2, c: 24276}, {f: 4, c: 24279}, {f: 3, c: 24284}, {f: 4, c: 24292},
24297, 24299, {f: 6, c: 24301}, 24309, {f: 2, c: 24312}, {f: 3, c: 24315},
{f: 3, c: 24325}, 24329, {f: 3, c: 24332}, 24336, 24338, 24340, 24342,
{f: 2, c: 24345}, {f: 3, c: 24348}, {f: 4, c: 24353}, 24360,
{f: 2, c: 24363}, 24366, 24368, 24370, 24372, {f: 3, c: 24374}, 24379,
{f: 3, c: 24381}, {f: 5, c: 24385}, 24391, {f: 3, c: 24393}, 24397, 24399,
24401, 24404, {f: 3, c: 24410}, {f: 3, c: 24414}, 24419, 24421,
{f: 2, c: 24423}, 24427, {f: 2, c: 24430}, 24434, {f: 3, c: 24436}, 24440,
24442, {f: 3, c: 24445}, 24451, 24454, {f: 3, c: 24461}, {f: 2, c: 24467},
24470, {f: 2, c: 24474}, 24477, 24479, {f: 6, c: 24482}, {f: 2, c: 24491},
{f: 6, c: 24495}, 24502, 24504, {f: 2, c: 24506}, {f: 5, c: 24510},
{f: 2, c: 24519}, {f: 2, c: 24522}, 24526, {f: 3, c: 24531},
{f: 3, c: 24538}, {f: 2, c: 24542}, {f: 2, c: 24546}, {f: 2, c: 24549},
{f: 2, c: 24552}, 24556, {f: 2, c: 24559}, {f: 3, c: 24562},
{f: 2, c: 24566}, {f: 2, c: 24569}, 24572, {f: 3, c: 24583},
{f: 2, c: 24587}, {f: 2, c: 24592}, 24595, {f: 2, c: 24599}, 24602,
{f: 2, c: 24606}, {f: 3, c: 24610}, {f: 3, c: 24620}, {f: 5, c: 24624},
{f: 5, c: 24630}, {f: 2, c: 24637}, 24640, {f: 7, c: 24644}, 24652,
{f: 2, c: 24654}, 24657, {f: 2, c: 24659}, {f: 3, c: 24662},
{f: 2, c: 24667}, {f: 4, c: 24670}, {f: 2, c: 24677}, 24686,
{f: 2, c: 24689}, {f: 2, c: 24692}, 24695, 24702, {f: 3, c: 24704},
{f: 4, c: 24709}, {f: 2, c: 24714}, {f: 4, c: 24718}, 24723, 24725,
{f: 3, c: 24727}, 24732, 24734, {f: 2, c: 24737}, {f: 2, c: 24740}, 24743,
{f: 2, c: 24745}, 24750, 24752, 24755, 24759, {f: 2, c: 24761},
{f: 8, c: 24765}, {f: 3, c: 24775}, {f: 5, c: 24780}, {f: 3, c: 24786},
{f: 2, c: 24790}, 24793, 24795, 24798, {f: 4, c: 24802}, 24810, 24821,
{f: 2, c: 24823}, {f: 4, c: 24828}, {f: 4, c: 24834}, 24839,
{f: 3, c: 24842}, {f: 5, c: 24848}, {f: 4, c: 24854}, {f: 2, c: 24861},
{f: 2, c: 24865}, 24869, {f: 3, c: 24872}, {f: 8, c: 24876},
{f: 2, c: 24885}, {f: 6, c: 24888}, {f: 8, c: 24896}, 24905, 24909,
{f: 2, c: 24911}, {f: 3, c: 24914}, {f: 2, c: 24918}, 24921,
{f: 2, c: 24923}, 24926, {f: 2, c: 24928}, {f: 2, c: 24933}, 24937,
{f: 2, c: 24940}, 24943, {f: 2, c: 24945}, 24948, {f: 10, c: 24952},
{f: 7, c: 24963}, {f: 2, c: 24972}, 24975, 24979, {f: 5, c: 24981},
{f: 2, c: 24987}, {f: 6, c: 24990}, {f: 2, c: 24997}, 25002, 25005,
{f: 3, c: 25007}, {f: 3, c: 25011}, {f: 6, c: 25016}, {f: 3, c: 25023},
{f: 4, c: 25027}, {f: 4, c: 25037}, 25043, {f: 9, c: 25045},
{f: 3, c: 25056}, {f: 2, c: 25060}, 25063, {f: 9, c: 25065},
{f: 2, c: 25075}, 25081, 25083, 25085, {f: 5, c: 25089}, 25097, 25107,
25113, {f: 3, c: 25116}, 25120, 25123, 25126, {f: 2, c: 25128}, 25131,
25133, 25135, 25137, 25141, [12094, 25142], {f: 5, c: 25144}, 25154,
{f: 3, c: 25156}, 25162, {f: 2, c: 25167}, {f: 3, c: 25173},
{f: 2, c: 25177}, {f: 7, c: 25180}, {f: 2, c: 25188}, 25192,
{f: 2, c: 25201}, {f: 2, c: 25204}, {f: 2, c: 25207}, {f: 2, c: 25210},
25213, {f: 3, c: 25217}, {f: 4, c: 25221}, {f: 6, c: 25227}, 25236, 25241,
{f: 3, c: 25244}, 25251, {f: 2, c: 25254}, {f: 2, c: 25257},
{f: 4, c: 25261}, {f: 3, c: 25266}, {f: 3, c: 25270}, 25274, 25278,
{f: 2, c: 25280}, 25283, 25291, 25295, 25297, 25301, {f: 2, c: 25309},
{f: 2, c: 25312}, 25316, {f: 2, c: 25322}, 25328, 25330, 25333,
{f: 4, c: 25336}, 25344, {f: 4, c: 25347}, {f: 4, c: 25354},
{f: 2, c: 25359}, {f: 4, c: 25362}, {f: 3, c: 25367}, 25372,
{f: 2, c: 25382}, 25385, {f: 3, c: 25388}, {f: 2, c: 25392},
{f: 6, c: 25395}, {f: 2, c: 25403}, {f: 3, c: 25407}, 25412,
{f: 2, c: 25415}, 25418, {f: 4, c: 25425}, {f: 8, c: 25430}, 25440,
{f: 3, c: 25444}, 25450, 25452, {f: 2, c: 25455}, {f: 3, c: 25459},
{f: 2, c: 25464}, {f: 4, c: 25468}, 25473, {f: 2, c: 25477}, 25483, 25485,
25489, {f: 3, c: 25491}, 25495, {f: 7, c: 25497}, 25505, 25508, 25510,
25515, 25519, {f: 2, c: 25521}, {f: 2, c: 25525}, 25529, 25531, 25533,
25535, {f: 3, c: 25537}, 25541, {f: 2, c: 25543}, {f: 3, c: 25546}, 25553,
{f: 3, c: 25555}, {f: 3, c: 25559}, {f: 3, c: 25563}, 25567, 25570,
{f: 5, c: 25572}, {f: 2, c: 25579}, {f: 3, c: 25583}, 25587, 25589, 25591,
{f: 4, c: 25593}, 25598, {f: 2, c: 25603}, {f: 5, c: 25606}, 25614,
{f: 2, c: 25617}, {f: 2, c: 25621}, {f: 3, c: 25624}, 25629, 25631,
{f: 4, c: 25634}, {f: 3, c: 25639}, 25643, {f: 6, c: 25646}, 25653,
{f: 3, c: 25655}, {f: 2, c: 25659}, 25662, 25664, {f: 2, c: 25666}, 25673,
{f: 6, c: 25675}, 25683, {f: 3, c: 25685}, {f: 3, c: 25689}, 25693,
{f: 7, c: 25696}, 25704, {f: 3, c: 25706}, 25710, {f: 3, c: 25712},
{f: 2, c: 25716}, 25719, {f: 6, c: 25724}, 25731, 25734, {f: 8, c: 25737},
25748, {f: 2, c: 25751}, {f: 4, c: 25754}, {f: 3, c: 25760},
{f: 3, c: 25766}, 25770, 25775, 25777, 25780, 25782, 25785, 25789, 25795,
25798, {f: 2, c: 25800}, 25804, 25807, 25809, 25811, {f: 2, c: 25813},
25817, {f: 3, c: 25819}, 25823, 25825, 25827, 25829, {f: 5, c: 25831},
{f: 2, c: 25837}, 25843, {f: 2, c: 25845}, {f: 2, c: 25848}, 25853, 25855,
{f: 3, c: 25857}, 25861, {f: 2, c: 25863}, {f: 5, c: 25866},
{f: 2, c: 25872}, 25875, 25877, 25879, 25882, 25884, {f: 4, c: 25886},
{f: 4, c: 25894}, 25901, {f: 4, c: 25904}, 25911, 25914, {f: 2, c: 25916},
{f: 5, c: 25920}, {f: 2, c: 25926}, {f: 2, c: 25930}, {f: 2, c: 25933},
25936, {f: 3, c: 25938}, 25944, 25946, 25948, {f: 3, c: 25951},
{f: 2, c: 25956}, {f: 4, c: 25959}, {f: 3, c: 25965}, 25969, 25971, 25974,
{f: 9, c: 25977}, {f: 3, c: 25988}, {f: 3, c: 25992}, {f: 3, c: 25997},
26002, 26004, 26006, 26008, 26010, {f: 2, c: 26013}, 26016,
{f: 2, c: 26018}, 26022, 26024, 26026, 26030, {f: 6, c: 26033}, 26040,
{f: 2, c: 26042}, {f: 3, c: 26046}, 26050, {f: 4, c: 26055}, 26061,
{f: 2, c: 26064}, {f: 3, c: 26067}, {f: 8, c: 26072}, 26081,
{f: 2, c: 26083}, {f: 2, c: 26090}, {f: 4, c: 26098}, {f: 2, c: 26104},
{f: 5, c: 26107}, 26113, {f: 2, c: 26116}, {f: 3, c: 26119}, 26123, 26125,
{f: 3, c: 26128}, {f: 3, c: 26134}, {f: 3, c: 26138}, 26142,
{f: 4, c: 26145}, 26150, {f: 4, c: 26153}, 26158, 26160, {f: 2, c: 26162},
{f: 5, c: 26167}, 26173, {f: 2, c: 26175}, {f: 7, c: 26180},
{f: 2, c: 26189}, {f: 2, c: 26192}, {f: 2, c: 26200}, {f: 2, c: 26203},
26206, 26208, {f: 2, c: 26210}, 26213, 26215, {f: 5, c: 26217},
{f: 3, c: 26225}, 26229, {f: 2, c: 26232}, {f: 3, c: 26235},
{f: 3, c: 26239}, 26243, {f: 2, c: 26245}, {f: 2, c: 26250},
{f: 4, c: 26253}, {f: 4, c: 26258}, {f: 5, c: 26264}, {f: 4, c: 26270},
{f: 4, c: 26275}, {f: 2, c: 26281}, {f: 2, c: 26284}, {f: 5, c: 26287},
{f: 4, c: 26293}, {f: 4, c: 26298}, {f: 5, c: 26303}, 26309, 26312,
{f: 12, c: 26314}, {f: 2, c: 26327}, 26330, {f: 2, c: 26334},
{f: 5, c: 26337}, {f: 2, c: 26343}, {f: 2, c: 26346}, {f: 3, c: 26349},
26353, {f: 2, c: 26357}, {f: 2, c: 26362}, 26365, {f: 2, c: 26369},
{f: 4, c: 26372}, 26380, {f: 2, c: 26382}, {f: 3, c: 26385}, 26390,
{f: 3, c: 26392}, 26396, 26398, {f: 6, c: 26400}, 26409, 26414, 26416,
{f: 2, c: 26418}, {f: 4, c: 26422}, {f: 2, c: 26427}, {f: 2, c: 26430},
26433, {f: 2, c: 26436}, 26439, {f: 2, c: 26442}, 26445, 26450,
{f: 2, c: 26452}, {f: 5, c: 26455}, 26461, {f: 3, c: 26466},
{f: 2, c: 26470}, {f: 2, c: 26475}, 26478, 26484, 26486, {f: 4, c: 26488},
26493, 26496, {f: 2, c: 26498}, {f: 2, c: 26501}, 26504, 26506,
{f: 4, c: 26508}, {f: 4, c: 26513}, 26518, 26521, 26523, {f: 3, c: 26527},
26532, 26534, 26537, 26540, 26542, {f: 2, c: 26545}, 26548,
{f: 8, c: 26553}, 26562, {f: 10, c: 26565}, {f: 3, c: 26581}, 26587, 26591,
26593, {f: 2, c: 26595}, {f: 3, c: 26598}, {f: 2, c: 26602},
{f: 2, c: 26605}, 26610, {f: 8, c: 26613}, 26622, {f: 4, c: 26625}, 26630,
26637, 26640, 26642, {f: 2, c: 26644}, {f: 5, c: 26648}, {f: 3, c: 26654},
{f: 7, c: 26658}, {f: 7, c: 26667}, {f: 3, c: 26676}, {f: 2, c: 26682},
26687, 26695, 26699, 26701, 26703, 26706, {f: 10, c: 26710}, 26730,
{f: 8, c: 26732}, 26741, {f: 9, c: 26744}, 26754, 26756, {f: 8, c: 26759},
{f: 3, c: 26768}, {f: 3, c: 26772}, {f: 4, c: 26777}, 26782,
{f: 2, c: 26784}, {f: 3, c: 26787}, {f: 4, c: 26793}, 26798,
{f: 2, c: 26801}, 26804, {f: 10, c: 26806}, 26817, {f: 6, c: 26819}, 26826,
26828, {f: 4, c: 26830}, {f: 2, c: 26835}, 26841, {f: 4, c: 26843},
{f: 2, c: 26849}, {f: 3, c: 26852}, {f: 6, c: 26856}, 26863,
{f: 3, c: 26866}, {f: 3, c: 26870}, 26875, {f: 4, c: 26877},
{f: 3, c: 26882}, {f: 5, c: 26886}, 26892, 26897, {f: 12, c: 26899},
{f: 3, c: 26913}, {f: 8, c: 26917}, {f: 2, c: 26926}, {f: 3, c: 26929},
{f: 4, c: 26933}, {f: 3, c: 26938}, 26942, {f: 2, c: 26944},
{f: 7, c: 26947}, {f: 8, c: 26955}, {f: 2, c: 26965}, {f: 2, c: 26968},
{f: 2, c: 26971}, 26975, {f: 2, c: 26977}, {f: 2, c: 26980}, 26983,
{f: 2, c: 26985}, 26988, {f: 2, c: 26991}, {f: 3, c: 26994}, 26998,
{f: 2, c: 27002}, {f: 3, c: 27005}, 27009, 27011, 27013, {f: 3, c: 27018},
{f: 6, c: 27022}, {f: 2, c: 27030}, {f: 2, c: 27033}, {f: 10, c: 27037},
27049, 27052, {f: 2, c: 27055}, {f: 2, c: 27058}, {f: 2, c: 27061},
{f: 3, c: 27064}, {f: 3, c: 27068}, 27072, {f: 8, c: 27074}, 27087,
{f: 3, c: 27089}, {f: 6, c: 27093}, {f: 3, c: 27100}, {f: 6, c: 27105},
{f: 5, c: 27112}, {f: 4, c: 27118}, {f: 9, c: 27124}, 27134, 27136,
{f: 2, c: 27139}, {f: 4, c: 27142}, {f: 8, c: 27147}, {f: 3, c: 27156},
{f: 4, c: 27162}, 27168, 27170, {f: 4, c: 27172}, 27177, {f: 4, c: 27179},
27184, {f: 3, c: 27186}, {f: 2, c: 27190}, {f: 2, c: 27195},
{f: 5, c: 27199}, {f: 2, c: 27205}, {f: 2, c: 27209}, {f: 4, c: 27212},
{f: 7, c: 27217}, 27226, {f: 3, c: 27228}, 27232, {f: 2, c: 27235},
{f: 11, c: 27238}, {f: 7, c: 27250}, {f: 2, c: 27258}, {f: 3, c: 27261},
{f: 3, c: 27265}, {f: 4, c: 27269}, {f: 4, c: 27274}, 27279,
{f: 2, c: 27282}, {f: 2, c: 27285}, {f: 4, c: 27288}, {f: 3, c: 27293},
27297, {f: 5, c: 27300}, 27306, {f: 2, c: 27309}, {f: 3, c: 27312},
{f: 4, c: 27316}, {f: 2, c: 27321}, {f: 7, c: 27324}, {f: 15, c: 27332},
{f: 6, c: 27348}, 27356, {f: 7, c: 27360}, 27369, 27371, {f: 6, c: 27373},
{f: 4, c: 27380}, {f: 2, c: 27385}, {f: 8, c: 27388}, {f: 5, c: 27397},
{f: 4, c: 27403}, {f: 2, c: 27408}, {f: 3, c: 27411}, {f: 7, c: 27415},
27423, {f: 2, c: 27429}, {f: 10, c: 27432}, {f: 4, c: 27443}, 27448,
{f: 2, c: 27451}, {f: 4, c: 27455}, {f: 2, c: 27460}, 27464,
{f: 2, c: 27466}, {f: 3, c: 27469}, {f: 8, c: 27473}, {f: 5, c: 27482},
27488, {f: 2, c: 27496}, {f: 7, c: 27499}, {f: 4, c: 27507}, 27514,
{f: 4, c: 27517}, 27525, 27528, 27532, {f: 4, c: 27534}, {f: 2, c: 27540},
27543, 27545, {f: 2, c: 27548}, {f: 2, c: 27551}, {f: 2, c: 27554},
{f: 5, c: 27557}, {f: 2, c: 27564}, {f: 2, c: 27568}, 27574,
{f: 2, c: 27576}, {f: 3, c: 27580}, 27584, {f: 2, c: 27587},
{f: 4, c: 27591}, 27596, 27598, {f: 2, c: 27600}, 27608, 27610,
{f: 5, c: 27612}, {f: 8, c: 27618}, {f: 3, c: 27628}, {f: 3, c: 27632},
27636, {f: 3, c: 27638}, {f: 3, c: 27642}, 27646, {f: 5, c: 27648},
{f: 3, c: 27657}, 27662, 27666, 27671, {f: 3, c: 27676}, 27680, 27685,
27693, 27697, 27699, {f: 2, c: 27702}, {f: 4, c: 27705}, {f: 2, c: 27710},
{f: 3, c: 27715}, 27720, {f: 5, c: 27723}, {f: 3, c: 27729}, 27734,
{f: 3, c: 27736}, {f: 2, c: 27746}, {f: 3, c: 27749}, {f: 5, c: 27755},
27761, 27763, 27765, {f: 2, c: 27767}, {f: 3, c: 27770}, {f: 2, c: 27775},
27780, 27783, {f: 2, c: 27786}, {f: 2, c: 27789}, {f: 2, c: 27793},
{f: 4, c: 27797}, 27802, {f: 3, c: 27804}, 27808, 27810, 27816, 27820,
{f: 2, c: 27823}, {f: 4, c: 27828}, 27834, {f: 4, c: 27840},
{f: 3, c: 27846}, 27851, {f: 3, c: 27853}, {f: 2, c: 27857},
{f: 3, c: 27864}, {f: 2, c: 27868}, 27871, 27876, {f: 2, c: 27878}, 27881,
{f: 2, c: 27884}, 27890, 27892, 27897, {f: 2, c: 27903}, {f: 2, c: 27906},
{f: 2, c: 27909}, {f: 3, c: 27912}, 27917, {f: 3, c: 27919},
{f: 4, c: 27923}, 27928, {f: 2, c: 27932}, {f: 6, c: 27935}, 27942,
{f: 2, c: 27944}, {f: 2, c: 27948}, {f: 2, c: 27951}, 27956,
{f: 3, c: 27958}, 27962, {f: 2, c: 27967}, 27970, 27972, 27977, 27980,
27984, {f: 4, c: 27989}, 27995, 27997, 27999, {f: 2, c: 28001},
{f: 2, c: 28004}, {f: 2, c: 28007}, {f: 3, c: 28011}, {f: 4, c: 28016},
{f: 2, c: 28021}, {f: 2, c: 28026}, {f: 5, c: 28029}, {f: 2, c: 28035},
28038, {f: 2, c: 28042}, 28045, {f: 2, c: 28047}, 28050, {f: 5, c: 28054},
28060, 28066, 28069, {f: 2, c: 28076}, {f: 2, c: 28080}, {f: 2, c: 28083},
{f: 2, c: 28086}, {f: 6, c: 28089}, {f: 3, c: 28097}, {f: 3, c: 28104},
{f: 4, c: 28109}, {f: 4, c: 28114}, 28119, {f: 3, c: 28122}, 28127,
{f: 2, c: 28130}, 28133, {f: 3, c: 28135}, 28141, {f: 2, c: 28143}, 28146,
28148, 28152, {f: 8, c: 28157}, {f: 4, c: 28166}, 28171, 28175,
{f: 2, c: 28178}, 28181, {f: 2, c: 28184}, {f: 2, c: 28187},
{f: 2, c: 28190}, 28194, {f: 2, c: 28199}, 28202, 28206, {f: 2, c: 28208},
28211, {f: 3, c: 28213}, 28217, {f: 3, c: 28219}, {f: 4, c: 28223},
{f: 8, c: 28229}, {f: 4, c: 28239}, 28245, 28247, {f: 2, c: 28249},
{f: 2, c: 28252}, {f: 11, c: 28256}, {f: 2, c: 28268}, {f: 14, c: 28272},
{f: 3, c: 28288}, 28292, {f: 2, c: 28295}, {f: 5, c: 28298},
{f: 5, c: 28305}, 28311, {f: 3, c: 28313}, 28318, {f: 2, c: 28320},
{f: 2, c: 28323}, 28326, {f: 2, c: 28328}, {f: 4, c: 28331}, 28336, 28339,
28341, {f: 2, c: 28344}, 28348, {f: 3, c: 28350}, 28355, 28358,
{f: 3, c: 28360}, 28365, 28368, 28370, 28374, {f: 2, c: 28376},
{f: 3, c: 28379}, 28387, 28391, {f: 2, c: 28394}, {f: 2, c: 28397},
{f: 2, c: 28400}, 28403, {f: 2, c: 28405}, {f: 5, c: 28410}, 28416,
{f: 3, c: 28419}, {f: 2, c: 28423}, {f: 5, c: 28426}, {f: 3, c: 28432},
{f: 4, c: 28438}, {f: 5, c: 28443}, 28449, {f: 4, c: 28453}, 28462, 28464,
{f: 2, c: 28468}, 28471, {f: 5, c: 28473}, 28480, {f: 4, c: 28482},
{f: 3, c: 28488}, 28492, {f: 3, c: 28494}, {f: 2, c: 28498},
{f: 3, c: 28501}, {f: 2, c: 28506}, 28509, {f: 3, c: 28511}, 28515, 28517,
{f: 6, c: 28519}, 28529, 28531, {f: 2, c: 28533}, 28537, 28539,
{f: 2, c: 28541}, {f: 3, c: 28545}, 28549, {f: 2, c: 28554},
{f: 8, c: 28559}, {f: 4, c: 28568}, {f: 3, c: 28573}, {f: 2, c: 28578},
{f: 2, c: 28581}, 28584, {f: 4, c: 28586}, {f: 2, c: 28591}, 28594,
{f: 2, c: 28596}, {f: 2, c: 28599}, {f: 6, c: 28602}, {f: 5, c: 28612},
{f: 7, c: 28618}, {f: 2, c: 28627}, {f: 2, c: 28630}, {f: 2, c: 28633},
{f: 2, c: 28636}, {f: 2, c: 28642}, {f: 6, c: 28645}, {f: 2, c: 28652},
{f: 8, c: 28658}, 28667, 28669, {f: 6, c: 28671}, {f: 2, c: 28679}, 28682,
{f: 3, c: 28684}, 28688, {f: 3, c: 28690}, {f: 2, c: 28694}, 28697, 28700,
28702, {f: 2, c: 28705}, {f: 3, c: 28708}, {f: 7, c: 28713}, 28721,
{f: 2, c: 28723}, {f: 3, c: 28726}, {f: 4, c: 28730}, {f: 4, c: 28735},
{f: 7, c: 28741}, {f: 2, c: 28749}, 28752, {f: 3, c: 28754},
{f: 2, c: 28758}, {f: 4, c: 28761}, {f: 4, c: 28767}, {f: 2, c: 28773},
{f: 3, c: 28776}, 28782, {f: 4, c: 28785}, 28791, {f: 3, c: 28793}, 28797,
{f: 4, c: 28801}, {f: 3, c: 28806}, {f: 3, c: 28811}, {f: 3, c: 28815},
28819, {f: 2, c: 28823}, {f: 2, c: 28826}, {f: 13, c: 28830}, 28848, 28850,
{f: 3, c: 28852}, 28858, {f: 2, c: 28862}, {f: 4, c: 28868}, 28873,
{f: 4, c: 28875}, {f: 8, c: 28880}, 28890, {f: 3, c: 28892},
{f: 4, c: 28896}, 28901, 28906, 28910, {f: 4, c: 28912}, {f: 2, c: 28917},
28920, {f: 3, c: 28922}, {f: 11, c: 28926}, {f: 5, c: 28939},
{f: 2, c: 28945}, 28948, 28951, {f: 6, c: 28955}, {f: 4, c: 28962},
{f: 8, c: 28967}, {f: 4, c: 28978}, {f: 14, c: 28983}, {f: 3, c: 28998},
29003, 29005, {f: 3, c: 29007}, {f: 9, c: 29011}, 29021, {f: 3, c: 29023},
29027, 29029, {f: 2, c: 29034}, 29037, {f: 3, c: 29039}, {f: 4, c: 29044},
29049, {f: 2, c: 29051}, {f: 6, c: 29054}, {f: 5, c: 29061},
{f: 4, c: 29067}, {f: 2, c: 29072}, 29075, {f: 2, c: 29077},
{f: 5, c: 29082}, {f: 7, c: 29089}, {f: 3, c: 29097}, {f: 4, c: 29101},
29106, 29108, {f: 3, c: 29110}, {f: 4, c: 29114}, {f: 2, c: 29119}, 29122,
{f: 4, c: 29124}, {f: 5, c: 29129}, {f: 3, c: 29135}, 29139,
{f: 3, c: 29142}, {f: 2, c: 29146}, {f: 2, c: 29149}, {f: 4, c: 29153},
{f: 5, c: 29160}, {f: 5, c: 29167}, {f: 4, c: 29173}, {f: 2, c: 29178},
29181, {f: 7, c: 29183}, {f: 6, c: 29191}, {f: 2, c: 29198},
{f: 10, c: 29201}, 29212, {f: 10, c: 29214}, 29225, 29227,
{f: 3, c: 29229}, {f: 2, c: 29235}, 29244, {f: 7, c: 29248},
{f: 3, c: 29257}, {f: 4, c: 29262}, {f: 3, c: 29267}, 29271, 29274, 29276,
29278, 29280, {f: 3, c: 29283}, 29288, {f: 4, c: 29290}, {f: 2, c: 29296},
{f: 2, c: 29299}, {f: 3, c: 29302}, {f: 2, c: 29307}, {f: 2, c: 29314},
{f: 5, c: 29317}, 29324, 29326, {f: 2, c: 29328}, {f: 3, c: 29331},
{f: 8, c: 29335}, {f: 2, c: 29344}, {f: 4, c: 29347}, {f: 4, c: 29352},
29358, {f: 3, c: 29361}, 29365, {f: 6, c: 29370}, {f: 3, c: 29381},
{f: 4, c: 29385}, 29391, 29393, {f: 4, c: 29395}, 29400, {f: 4, c: 29402},
29407, {f: 6, c: 29410}, {f: 2, c: 29418}, {f: 2, c: 29429},
{f: 3, c: 29438}, 29442, {f: 6, c: 29444}, {f: 3, c: 29451},
{f: 4, c: 29455}, 29460, {f: 3, c: 29464}, {f: 2, c: 29471},
{f: 2, c: 29475}, {f: 3, c: 29478}, 29485, {f: 2, c: 29487},
{f: 2, c: 29490}, 29493, 29498, {f: 2, c: 29500}, 29504, {f: 2, c: 29506},
{f: 7, c: 29510}, {f: 2, c: 29518}, 29521, {f: 4, c: 29523},
{f: 8, c: 29528}, {f: 7, c: 29537}, 29545, 29550, 29553, {f: 2, c: 29555},
29558, 29561, 29565, 29567, {f: 3, c: 29569}, {f: 2, c: 29573}, 29576,
29578, {f: 2, c: 29580}, {f: 2, c: 29583}, {f: 4, c: 29586},
{f: 4, c: 29591}, {f: 3, c: 29596}, {f: 2, c: 29600}, {f: 6, c: 29603},
29610, {f: 2, c: 29612}, 29617, {f: 3, c: 29620}, {f: 2, c: 29624},
{f: 4, c: 29628}, 29633, {f: 5, c: 29635}, {f: 2, c: 29643}, 29646,
{f: 7, c: 29650}, {f: 4, c: 29658}, 29663, {f: 4, c: 29665}, 29670, 29672,
{f: 3, c: 29674}, {f: 4, c: 29678}, {f: 11, c: 29683}, {f: 4, c: 29695},
29700, {f: 2, c: 29703}, {f: 4, c: 29707}, {f: 9, c: 29713},
{f: 6, c: 29724}, {f: 2, c: 29731}, 29735, 29737, 29739, 29741, 29743,
{f: 2, c: 29745}, {f: 5, c: 29751}, {f: 2, c: 29757}, 29760,
{f: 9, c: 29762}, {f: 9, c: 29772}, 29782, 29784, 29789, {f: 3, c: 29792},
{f: 5, c: 29796}, {f: 2, c: 29803}, {f: 2, c: 29806}, {f: 5, c: 29809},
{f: 6, c: 29816}, 29823, 29826, {f: 3, c: 29828}, 29832, 29834,
{f: 2, c: 29836}, 29839, {f: 11, c: 29841}, 29853, {f: 4, c: 29855},
{f: 2, c: 29860}, {f: 6, c: 29866}, {f: 9, c: 29873}, {f: 2, c: 29883},
{f: 12, c: 29886}, {f: 4, c: 29899}, {f: 2, c: 29904}, 29907,
{f: 5, c: 29909}, 29915, 29917, 29919, 29921, 29925, {f: 7, c: 29927},
{f: 4, c: 29936}, 29941, {f: 7, c: 29944}, {f: 4, c: 29952},
{f: 7, c: 29957}, 29966, 29968, 29970, {f: 4, c: 29972}, 29979,
{f: 2, c: 29981}, {f: 3, c: 29984}, 29988, {f: 2, c: 29990}, 29994, 29998,
30004, 30006, 30009, {f: 2, c: 30012}, 30015, {f: 4, c: 30017},
{f: 2, c: 30022}, {f: 2, c: 30025}, 30029, {f: 4, c: 30032},
{f: 4, c: 30037}, {f: 4, c: 30046}, {f: 2, c: 30051}, {f: 3, c: 30055},
{f: 6, c: 30060}, 30067, 30069, 30071, {f: 5, c: 30074}, {f: 3, c: 30080},
{f: 2, c: 30084}, {f: 3, c: 30088}, {f: 3, c: 30092}, 30096, 30099, 30101,
30104, {f: 2, c: 30107}, 30110, 30114, {f: 5, c: 30118}, 30125,
{f: 2, c: 30134}, {f: 2, c: 30138}, {f: 3, c: 30143}, 30150,
{f: 2, c: 30155}, {f: 4, c: 30158}, 30163, 30167, 30170, {f: 2, c: 30172},
{f: 3, c: 30175}, 30181, 30185, {f: 4, c: 30188}, {f: 2, c: 30194},
{f: 4, c: 30197}, {f: 2, c: 30202}, {f: 2, c: 30205}, 30212,
{f: 4, c: 30214}, {f: 2, c: 30222}, {f: 4, c: 30225}, 30230, 30234,
{f: 2, c: 30236}, 30243, 30248, 30252, {f: 2, c: 30254}, {f: 2, c: 30257},
{f: 2, c: 30262}, {f: 2, c: 30265}, 30269, 30273, {f: 2, c: 30276}, 30280,
{f: 2, c: 30282}, {f: 6, c: 30286}, 30293, 30295, {f: 3, c: 30297}, 30301,
{f: 2, c: 30304}, 30310, 30312, 30314, {f: 3, c: 30323}, [12136, 30326],
30327, {f: 2, c: 30329}, {f: 3, c: 30335}, 30339, 30341, {f: 2, c: 30345},
{f: 2, c: 30348}, {f: 2, c: 30351}, 30354, {f: 2, c: 30356},
{f: 2, c: 30359}, {f: 9, c: 30363}, {f: 9, c: 30373}, {f: 2, c: 30383},
30387, {f: 3, c: 30389}, 30393, {f: 4, c: 30395}, {f: 2, c: 30400},
{f: 2, c: 30403}, 30407, 30409, {f: 2, c: 30411}, 30419, 30421,
{f: 2, c: 30425}, {f: 2, c: 30428}, 30432, 30434, 30438, {f: 6, c: 30440},
30448, 30451, {f: 3, c: 30453}, {f: 2, c: 30458}, 30461, {f: 2, c: 30463},
{f: 2, c: 30466}, {f: 2, c: 30469}, 30474, 30476, {f: 11, c: 30478},
{f: 4, c: 30491}, 30497, {f: 3, c: 30499}, 30503, {f: 3, c: 30506}, 30510,
{f: 5, c: 30512}, 30521, 30523, {f: 3, c: 30525}, 30530, {f: 3, c: 30532},
{f: 7, c: 30536}, {f: 8, c: 30546}, {f: 2, c: 30556}, {f: 2, c: 30559},
30564, 30567, {f: 2, c: 30569}, {f: 12, c: 30573}, {f: 3, c: 30586},
{f: 3, c: 30593}, {f: 6, c: 30598}, {f: 2, c: 30607}, {f: 5, c: 30611},
{f: 5, c: 30617}, 30625, {f: 2, c: 30627}, 30630, 30632, 30635,
{f: 2, c: 30638}, {f: 2, c: 30641}, 30644, {f: 5, c: 30646}, 30654,
{f: 7, c: 30656}, {f: 5, c: 30664}, {f: 9, c: 30670}, {f: 2, c: 30680},
{f: 5, c: 30685}, 30692, 30694, 30696, 30698, {f: 3, c: 30704},
{f: 2, c: 30708}, 30711, {f: 4, c: 30713}, {f: 6, c: 30723},
{f: 2, c: 30730}, {f: 3, c: 30734}, 30739, 30741, 30745, 30747, 30750,
{f: 3, c: 30752}, 30756, 30760, {f: 2, c: 30762}, {f: 2, c: 30766},
{f: 3, c: 30769}, {f: 2, c: 30773}, 30781, 30783, {f: 2, c: 30785}, 30788,
30790, {f: 4, c: 30792}, 30797, 30799, 30801, {f: 2, c: 30803},
{f: 5, c: 30808}, {f: 6, c: 30814}, {f: 3, c: 30821}, 30825,
{f: 7, c: 30832}, {f: 4, c: 30840}, {f: 10, c: 30845}, 30856,
{f: 2, c: 30858}, {f: 2, c: 30863}, 30866, {f: 3, c: 30868}, 30873,
{f: 2, c: 30877}, 30880, 30882, 30884, 30886, 30888, {f: 3, c: 30890},
{f: 2, c: 30894}, {f: 3, c: 30901}, 30907, 30909, {f: 2, c: 30911},
{f: 3, c: 30914}, {f: 3, c: 30918}, {f: 4, c: 30924}, {f: 3, c: 30929},
{f: 3, c: 30934}, {f: 8, c: 30939}, {f: 3, c: 30948}, {f: 3, c: 30953},
{f: 2, c: 30957}, {f: 2, c: 30960}, 30963, {f: 2, c: 30965},
{f: 2, c: 30968}, {f: 2, c: 30971}, {f: 3, c: 30974}, {f: 3, c: 30978},
{f: 8, c: 30982}, {f: 4, c: 30991}, {f: 5, c: 30996}, {f: 4, c: 31002},
{f: 5, c: 31007}, 31013, {f: 3, c: 31015}, {f: 4, c: 31021},
{f: 2, c: 31026}, {f: 5, c: 31029}, 31037, 31039, {f: 4, c: 31042}, 31047,
{f: 9, c: 31050}, {f: 2, c: 31060}, {f: 2, c: 31064}, 31073,
{f: 2, c: 31075}, 31078, {f: 4, c: 31081}, 31086, {f: 7, c: 31088}, 31097,
{f: 5, c: 31099}, {f: 2, c: 31106}, {f: 4, c: 31110}, {f: 2, c: 31115},
{f: 10, c: 31120}, {f: 11, c: 31131}, {f: 2, c: 31144}, {f: 3, c: 31147},
31151, 31154, {f: 4, c: 31156}, [12145, 31160], 31164, 31167, 31170,
{f: 2, c: 31172}, {f: 2, c: 31175}, 31178, 31180, {f: 3, c: 31182},
{f: 2, c: 31187}, {f: 2, c: 31190}, {f: 6, c: 31193}, {f: 3, c: 31200},
31205, 31208, 31210, 31212, 31214, {f: 7, c: 31217}, {f: 2, c: 31225},
31228, {f: 2, c: 31230}, 31233, {f: 2, c: 31236}, {f: 4, c: 31239}, 31244,
{f: 5, c: 31247}, {f: 2, c: 31253}, {f: 2, c: 31256}, {f: 3, c: 31259},
31263, {f: 2, c: 31265}, {f: 10, c: 31268}, {f: 2, c: 31279}, 31282,
{f: 3, c: 31284}, 31288, 31290, 31294, {f: 5, c: 31297}, {f: 5, c: 31303},
{f: 2, c: 31311}, {f: 5, c: 31314}, {f: 9, c: 31320}, {f: 6, c: 31331},
31338, {f: 4, c: 31340}, {f: 3, c: 31345}, 31349, {f: 4, c: 31355}, 31362,
31365, 31367, {f: 4, c: 31369}, {f: 3, c: 31374}, {f: 2, c: 31379},
{f: 3, c: 31385}, 31390, {f: 4, c: 31393}, 31399, 31403, {f: 4, c: 31407},
{f: 2, c: 31412}, {f: 3, c: 31415}, {f: 4, c: 31419}, {f: 4, c: 31424},
31430, 31433, {f: 10, c: 31436}, {f: 2, c: 31447}, {f: 4, c: 31450},
{f: 2, c: 31457}, 31460, {f: 3, c: 31463}, {f: 2, c: 31467}, 31470,
{f: 6, c: 31472}, {f: 2, c: 31479}, {f: 2, c: 31483}, 31486,
{f: 3, c: 31488}, 31493, 31495, 31497, {f: 3, c: 31500}, 31504,
{f: 2, c: 31506}, {f: 3, c: 31510}, 31514, {f: 2, c: 31516}, 31519,
{f: 3, c: 31521}, 31527, 31529, 31533, {f: 2, c: 31535}, 31538,
{f: 4, c: 31540}, 31545, 31547, 31549, {f: 6, c: 31551}, 31560, 31562,
{f: 2, c: 31565}, 31571, 31573, 31575, 31577, 31580, {f: 2, c: 31582},
31585, {f: 4, c: 31587}, {f: 6, c: 31592}, {f: 2, c: 31599},
{f: 2, c: 31603}, 31606, 31608, 31610, {f: 2, c: 31612}, 31615,
{f: 4, c: 31617}, {f: 5, c: 31622}, 31628, {f: 2, c: 31630},
{f: 3, c: 31633}, 31638, {f: 4, c: 31640}, {f: 3, c: 31646},
{f: 3, c: 31651}, {f: 3, c: 31662}, {f: 2, c: 31666}, {f: 3, c: 31669},
{f: 7, c: 31673}, {f: 2, c: 31682}, 31685, 31688, 31690, {f: 4, c: 31693},
31698, {f: 5, c: 31700}, {f: 2, c: 31707}, {f: 3, c: 31710},
{f: 2, c: 31714}, {f: 2, c: 31719}, {f: 3, c: 31723}, {f: 2, c: 31727},
31730, {f: 3, c: 31732}, {f: 4, c: 31736}, 31741, 31743, {f: 6, c: 31745},
{f: 3, c: 31752}, 31758, {f: 6, c: 31760}, {f: 7, c: 31767}, 31776, 31778,
{f: 2, c: 31780}, {f: 2, c: 31784}, {f: 12, c: 31788}, {f: 4, c: 31801},
31810, {f: 8, c: 31812}, {f: 14, c: 31822}, {f: 2, c: 31837},
{f: 3, c: 31841}, {f: 4, c: 31845}, 31851, 31853, {f: 3, c: 31855},
{f: 6, c: 31861}, {f: 11, c: 31870}, {f: 7, c: 31882}, {f: 2, c: 31891},
31894, {f: 3, c: 31897}, {f: 2, c: 31904}, 31907, {f: 4, c: 31910},
{f: 3, c: 31915}, {f: 2, c: 31919}, {f: 5, c: 31924}, {f: 2, c: 31930},
{f: 2, c: 31935}, {f: 3, c: 31938}, 31942, 31945, 31947, {f: 7, c: 31950},
31960, {f: 2, c: 31962}, {f: 6, c: 31969}, {f: 6, c: 31977}, 31985, 31987,
31989, 31991, 31994, {f: 2, c: 31996}, 31999, 32001, 32003, 32012,
{f: 2, c: 32014}, {f: 2, c: 32017}, 32022, 32024, {f: 3, c: 32029},
{f: 4, c: 32035}, {f: 3, c: 32040}, {f: 3, c: 32044}, {f: 5, c: 32052},
32059, {f: 2, c: 32061}, 32065, 32067, 32069, {f: 7, c: 32071}, 32079,
{f: 12, c: 32081}, {f: 2, c: 32095}, {f: 3, c: 32099}, 32103,
{f: 5, c: 32105}, {f: 2, c: 32111}, {f: 2, c: 32116}, 32120,
{f: 7, c: 32122}, 32130, {f: 2, c: 32132}, 32135, {f: 5, c: 32138},
{f: 3, c: 32144}, {f: 8, c: 32148}, 32157, {f: 3, c: 32159},
{f: 2, c: 32164}, {f: 4, c: 32167}, 32175, {f: 3, c: 32181}, 32188,
{f: 4, c: 32192}, {f: 2, c: 32197}, {f: 2, c: 32200}, {f: 5, c: 32204},
32211, {f: 2, c: 32213}, {f: 3, c: 32218}, 32223, 32226, {f: 2, c: 32228},
32231, {f: 2, c: 32234}, {f: 2, c: 32237}, 32240, 32243, 32245,
{f: 2, c: 32247}, 32250, {f: 12, c: 32252}, {f: 4, c: 32268},
{f: 9, c: 32274}, 32284, {f: 3, c: 32288}, {f: 3, c: 32292},
{f: 3, c: 32296}, 32300, {f: 2, c: 32303}, 32307, 32312, 32314, 32316,
{f: 2, c: 32319}, {f: 3, c: 32322}, {f: 10, c: 32328}, 32339,
{f: 4, c: 32342}, {f: 3, c: 32347}, {f: 3, c: 32351}, {f: 6, c: 32355},
32364, {f: 2, c: 32369}, {f: 5, c: 32372}, {f: 2, c: 32378},
{f: 3, c: 32383}, {f: 5, c: 32387}, 32393, 32395, 32398, {f: 3, c: 32400},
32405, 32407, {f: 2, c: 32409}, {f: 2, c: 32413}, 32430, 32436,
{f: 2, c: 32443}, 32470, 32484, 32492, 32505, 32522, 32528, 32542, 32567,
32569, {f: 7, c: 32571}, 32579, {f: 6, c: 32582}, 32589, 32591,
{f: 2, c: 32594}, 32598, 32601, {f: 4, c: 32603}, 32608, {f: 5, c: 32611},
{f: 3, c: 32619}, 32623, 32627, {f: 2, c: 32629}, 32632, {f: 4, c: 32634},
{f: 2, c: 32639}, {f: 3, c: 32642}, 32647, 32649, 32651, 32653,
{f: 5, c: 32655}, {f: 5, c: 32661}, {f: 2, c: 32667}, 32672,
{f: 2, c: 32674}, 32678, 32680, {f: 5, c: 32682}, 32689, {f: 5, c: 32691},
{f: 2, c: 32698}, 32702, 32704, {f: 3, c: 32706}, {f: 4, c: 32710}, 32715,
32717, {f: 3, c: 32719}, 32723, {f: 2, c: 32726}, {f: 6, c: 32729},
{f: 3, c: 32738}, {f: 2, c: 32743}, {f: 4, c: 32746}, 32751, 32754,
{f: 5, c: 32756}, 32762, {f: 3, c: 32765}, 32770, {f: 4, c: 32775},
{f: 2, c: 32782}, 32785, 32787, {f: 2, c: 32794}, {f: 3, c: 32797}, 32801,
{f: 2, c: 32803}, 32811, 32813, {f: 2, c: 32815}, 32818, 32820,
{f: 2, c: 32825}, 32828, 32830, {f: 2, c: 32832}, {f: 2, c: 32836},
{f: 3, c: 32839}, {f: 4, c: 32846}, 32851, 32853, 32855, 32857,
{f: 3, c: 32859}, {f: 10, c: 32863}, {f: 4, c: 32875}, 32884, 32888,
{f: 3, c: 32890}, {f: 2, c: 32897}, 32904, 32906, {f: 6, c: 32909},
{f: 2, c: 32916}, 32919, 32921, 32926, 32931, {f: 3, c: 32934}, 32940,
32944, 32947, {f: 2, c: 32949}, {f: 2, c: 32952}, 32955, 32965,
{f: 5, c: 32967}, {f: 7, c: 32975}, 32984, {f: 2, c: 32991},
{f: 2, c: 32994}, 32998, 33006, 33013, 33015, 33017, 33019,
{f: 4, c: 33022}, {f: 2, c: 33027}, {f: 2, c: 33031}, {f: 2, c: 33035},
33045, 33047, 33049, {f: 2, c: 33052}, {f: 13, c: 33055}, {f: 2, c: 33069},
33072, {f: 3, c: 33075}, 33079, {f: 4, c: 33082}, {f: 7, c: 33087}, 33095,
33097, 33101, 33103, 33106, {f: 2, c: 33111}, {f: 5, c: 33115},
{f: 3, c: 33122}, 33128, 33130, 33132, 33135, {f: 2, c: 33138},
{f: 3, c: 33141}, 33153, {f: 5, c: 33155}, 33161, {f: 4, c: 33163}, 33168,
{f: 6, c: 33170}, 33177, {f: 2, c: 33182}, {f: 2, c: 33185},
{f: 2, c: 33188}, 33191, {f: 8, c: 33195}, {f: 6, c: 33204}, 33212,
{f: 2, c: 33220}, {f: 2, c: 33223}, 33227, 33230, {f: 8, c: 33232}, 33241,
{f: 4, c: 33243}, {f: 2, c: 33249}, {f: 3, c: 33252}, 33257, 33259,
{f: 5, c: 33262}, {f: 5, c: 33269}, 33277, 33279, 33283, 33291,
{f: 2, c: 33294}, 33297, 33299, {f: 6, c: 33301}, 33309, 33312,
{f: 4, c: 33316}, 33321, 33326, 33330, 33338, {f: 2, c: 33340},
{f: 5, c: 33343}, {f: 2, c: 33349}, 33352, 33354, {f: 3, c: 33356},
{f: 8, c: 33360}, {f: 4, c: 33371}, {f: 4, c: 33376}, 33381, 33383,
{f: 2, c: 33385}, {f: 2, c: 33388}, {f: 2, c: 33397}, [12171, 33400],
{f: 2, c: 33403}, {f: 2, c: 33408}, 33411, {f: 3, c: 33413}, 33417, 33420,
33424, {f: 4, c: 33427}, {f: 2, c: 33434}, 33438, 33440, {f: 2, c: 33442},
33447, 33458, {f: 2, c: 33461}, 33466, 33468, {f: 2, c: 33471},
{f: 2, c: 33474}, {f: 2, c: 33477}, 33481, 33488, 33494, {f: 2, c: 33497},
33501, 33506, {f: 3, c: 33512}, {f: 3, c: 33516}, 33520, {f: 2, c: 33522},
{f: 2, c: 33525}, 33528, 33530, {f: 5, c: 33532}, {f: 2, c: 33546}, 33549,
33552, {f: 2, c: 33554}, 33558, {f: 2, c: 33560}, {f: 10, c: 33565},
{f: 2, c: 33577}, 33582, 33584, 33586, 33591, 33595, {f: 3, c: 33597},
{f: 2, c: 33601}, {f: 2, c: 33604}, 33608, {f: 5, c: 33610}, 33619,
{f: 5, c: 33621}, 33629, 33634, {f: 7, c: 33648}, {f: 2, c: 33657},
{f: 7, c: 33662}, {f: 2, c: 33671}, {f: 3, c: 33675}, {f: 3, c: 33679},
{f: 2, c: 33684}, 33687, {f: 2, c: 33689}, 33693, 33695, 33697,
{f: 4, c: 33699}, {f: 4, c: 33708}, 33717, 33723, {f: 2, c: 33726},
{f: 3, c: 33730}, 33734, {f: 2, c: 33736}, 33739, {f: 2, c: 33741},
{f: 4, c: 33744}, 33749, 33751, {f: 3, c: 33753}, 33758, {f: 3, c: 33762},
{f: 3, c: 33766}, {f: 4, c: 33771}, {f: 5, c: 33779}, {f: 3, c: 33786},
{f: 3, c: 33790}, 33794, 33797, {f: 2, c: 33800}, 33808, {f: 6, c: 33810},
{f: 3, c: 33817}, {f: 6, c: 33822}, {f: 3, c: 33833}, {f: 4, c: 33837},
{f: 3, c: 33842}, {f: 2, c: 33846}, {f: 3, c: 33849}, {f: 8, c: 33854},
{f: 2, c: 33863}, {f: 7, c: 33866}, {f: 4, c: 33875}, 33880,
{f: 4, c: 33885}, 33890, 33893, {f: 2, c: 33895}, 33898, 33902, 33904,
33906, 33908, 33913, {f: 7, c: 33915}, {f: 4, c: 33923}, 33930, 33933,
{f: 4, c: 33935}, {f: 2, c: 33941}, 33944, {f: 2, c: 33946},
{f: 4, c: 33949}, {f: 13, c: 33954}, {f: 2, c: 33968}, 33971,
{f: 3, c: 33973}, 33979, 33982, {f: 2, c: 33986}, {f: 4, c: 33989}, 33996,
{f: 2, c: 33998}, 34002, {f: 2, c: 34004}, {f: 6, c: 34007}, 34014,
{f: 2, c: 34017}, 34020, {f: 5, c: 34023}, 34029, {f: 11, c: 34033}, 34046,
{f: 12, c: 34048}, {f: 4, c: 34061}, 34066, {f: 2, c: 34069},
{f: 2, c: 34072}, {f: 3, c: 34075}, 34080, 34082, {f: 2, c: 34084},
{f: 4, c: 34087}, {f: 9, c: 34094}, {f: 3, c: 34110}, 34114,
{f: 2, c: 34116}, 34119, {f: 3, c: 34123}, {f: 3, c: 34127}, 34132, 34135,
{f: 4, c: 34138}, {f: 3, c: 34143}, 34147, {f: 3, c: 34149},
{f: 2, c: 34155}, {f: 4, c: 34158}, 34163, {f: 2, c: 34165}, 34168,
{f: 2, c: 34172}, {f: 5, c: 34175}, 34182, 34185, 34187, {f: 2, c: 34189},
34192, {f: 2, c: 34194}, {f: 6, c: 34197}, {f: 2, c: 34205},
{f: 4, c: 34208}, 34213, 34215, {f: 3, c: 34219}, {f: 6, c: 34225}, 34232,
{f: 6, c: 34235}, {f: 7, c: 34242}, {f: 3, c: 34250}, {f: 2, c: 34257},
34260, {f: 6, c: 34262}, {f: 6, c: 34270}, {f: 3, c: 34278},
{f: 9, c: 34283}, 34293, {f: 2, c: 34295}, {f: 3, c: 34300},
{f: 4, c: 34304}, {f: 3, c: 34312}, {f: 5, c: 34316}, {f: 4, c: 34322},
{f: 3, c: 34327}, {f: 3, c: 34331}, {f: 3, c: 34335}, {f: 4, c: 34339},
34344, {f: 3, c: 34346}, {f: 10, c: 34350}, 34361, 34363, {f: 2, c: 34365},
{f: 13, c: 34368}, {f: 2, c: 34386}, {f: 4, c: 34390}, 34395, 34397,
{f: 2, c: 34400}, {f: 4, c: 34403}, {f: 3, c: 34408}, 34413,
{f: 2, c: 34415}, {f: 7, c: 34418}, {f: 7, c: 34435}, {f: 5, c: 34446},
34452, {f: 6, c: 34454}, {f: 5, c: 34462}, {f: 2, c: 34469}, 34475,
{f: 2, c: 34477}, {f: 2, c: 34482}, {f: 3, c: 34487}, {f: 5, c: 34491},
{f: 3, c: 34497}, 34501, 34504, {f: 2, c: 34508}, {f: 2, c: 34514},
{f: 3, c: 34517}, 34522, {f: 2, c: 34524}, {f: 4, c: 34528},
{f: 4, c: 34533}, {f: 3, c: 34538}, 34543, {f: 3, c: 34549},
{f: 3, c: 34555}, 34559, 34561, {f: 2, c: 34564}, {f: 2, c: 34571},
{f: 4, c: 34574}, 34580, 34582, 34585, 34587, 34589, {f: 2, c: 34591},
34596, {f: 3, c: 34598}, {f: 4, c: 34602}, {f: 2, c: 34607},
{f: 2, c: 34610}, {f: 2, c: 34613}, {f: 3, c: 34616}, {f: 2, c: 34620},
{f: 7, c: 34624}, {f: 2, c: 34634}, 34637, {f: 4, c: 34639}, 34644, 34646,
34648, {f: 6, c: 34650}, {f: 2, c: 34657}, {f: 7, c: 34663}, 34671,
{f: 3, c: 34673}, 34677, 34679, {f: 2, c: 34681}, {f: 3, c: 34687},
{f: 2, c: 34694}, {f: 2, c: 34697}, 34700, {f: 5, c: 34702},
{f: 3, c: 34708}, {f: 6, c: 34712}, {f: 2, c: 34720}, {f: 5, c: 34723},
{f: 2, c: 34729}, 34734, {f: 3, c: 34736}, 34740, {f: 4, c: 34742}, 34748,
{f: 2, c: 34750}, {f: 3, c: 34753}, 34757, 34759, 34761, {f: 2, c: 34764},
{f: 2, c: 34767}, {f: 7, c: 34772}, {f: 4, c: 34780}, {f: 2, c: 34785},
34788, {f: 4, c: 34790}, 34795, 34797, {f: 2, c: 34800}, {f: 3, c: 34803},
{f: 2, c: 34807}, 34810, {f: 2, c: 34812}, {f: 4, c: 34815}, 34820,
{f: 3, c: 34823}, {f: 5, c: 34827}, 34834, 34836, {f: 4, c: 34839},
{f: 3, c: 34844}, 34848, {f: 13, c: 34852}, {f: 3, c: 34867},
{f: 2, c: 34871}, 34874, {f: 3, c: 34877}, {f: 3, c: 34881},
{f: 3, c: 34887}, 34891, {f: 5, c: 34894}, {f: 2, c: 34901}, 34904, 34906,
34908, {f: 3, c: 34910}, {f: 2, c: 34918}, 34922, 34925, 34927, 34929,
{f: 4, c: 34931}, 34936, {f: 3, c: 34938}, 34944, 34947, {f: 2, c: 34950},
{f: 2, c: 34953}, 34956, {f: 4, c: 34958}, {f: 3, c: 34963},
{f: 5, c: 34967}, {f: 5, c: 34973}, 34979, {f: 6, c: 34981}, 34988,
{f: 3, c: 34990}, {f: 5, c: 34994}, {f: 4, c: 35000}, {f: 4, c: 35005},
{f: 2, c: 35011}, {f: 2, c: 35015}, {f: 3, c: 35019}, {f: 2, c: 35024},
35027, {f: 2, c: 35030}, {f: 2, c: 35034}, 35038, {f: 2, c: 35040},
{f: 2, c: 35046}, {f: 7, c: 35049}, 35058, {f: 3, c: 35061},
{f: 2, c: 35066}, {f: 3, c: 35071}, {f: 4, c: 35075}, {f: 2, c: 35080},
{f: 5, c: 35083}, 35089, {f: 5, c: 35092}, {f: 5, c: 35100},
{f: 3, c: 35106}, {f: 4, c: 35110}, {f: 4, c: 35116}, 35121, 35125, 35127,
{f: 2, c: 35129}, {f: 5, c: 35132}, {f: 2, c: 35138}, {f: 2, c: 35141},
{f: 14, c: 35144}, {f: 6, c: 35159}, {f: 3, c: 35169}, 35173,
{f: 3, c: 35175}, 35179, {f: 2, c: 35181}, {f: 2, c: 35184},
{f: 8, c: 35187}, {f: 2, c: 35196}, [12177, 35198], 35200, 35202,
{f: 2, c: 35204}, {f: 4, c: 35207}, {f: 3, c: 35212}, {f: 3, c: 35216},
{f: 2, c: 35220}, 35223, {f: 8, c: 35225}, {f: 4, c: 35234},
{f: 3, c: 35239}, 35243, {f: 2, c: 35245}, {f: 2, c: 35248},
{f: 4, c: 35251}, {f: 2, c: 35256}, {f: 2, c: 35259}, 35262, 35267, 35277,
{f: 3, c: 35283}, {f: 3, c: 35287}, 35291, 35293, {f: 4, c: 35295}, 35300,
{f: 4, c: 35303}, {f: 3, c: 35308}, {f: 3, c: 35312}, 35317, 35319,
{f: 7, c: 35321}, {f: 3, c: 35332}, 35337, 35339, 35341, 35343,
{f: 2, c: 35345}, 35348, 35351, {f: 2, c: 35353}, 35356, 35358,
{f: 3, c: 35360}, 35364, {f: 4, c: 35366}, {f: 2, c: 35371},
{f: 3, c: 35374}, {f: 2, c: 35378}, 35381, {f: 3, c: 35383},
{f: 3, c: 35387}, {f: 2, c: 35391}, {f: 4, c: 35394}, 35399,
{f: 5, c: 35401}, 35407, 35409, 35411, {f: 2, c: 35414}, {f: 2, c: 35417},
{f: 2, c: 35420}, {f: 2, c: 35423}, {f: 2, c: 35428}, {f: 2, c: 35431},
35434, 35439, 35444, {f: 3, c: 35446}, {f: 2, c: 35450}, {f: 2, c: 35453},
{f: 4, c: 35456}, 35464, {f: 2, c: 35467}, {f: 3, c: 35470}, 35476,
{f: 2, c: 35478}, 35481, {f: 3, c: 35483}, 35487, 35490, 35495,
{f: 3, c: 35497}, {f: 3, c: 35501}, 35505, {f: 3, c: 35507},
{f: 2, c: 35511}, {f: 2, c: 35514}, {f: 2, c: 35517}, {f: 2, c: 35520},
35523, {f: 2, c: 35525}, 35528, 35530, 35532, 35534, 35536,
{f: 3, c: 35539}, {f: 3, c: 35544}, 35549, {f: 3, c: 35551}, 35555, 35557,
{f: 3, c: 35560}, 35564, {f: 2, c: 35567}, 35570, {f: 2, c: 35572}, 35577,
35579, 35581, 35583, 35587, 35590, {f: 2, c: 35592}, {f: 3, c: 35595},
35599, {f: 3, c: 35601}, 35605, 35608, 35612, {f: 3, c: 35614},
{f: 4, c: 35618}, 35623, {f: 2, c: 35625}, {f: 5, c: 35630},
{f: 5, c: 35636}, {f: 4, c: 35642}, {f: 10, c: 35647}, {f: 4, c: 35658},
{f: 6, c: 35664}, 35671, 35675, {f: 9, c: 35677}, {f: 4, c: 35687},
{f: 2, c: 35693}, {f: 3, c: 35697}, {f: 2, c: 35701}, {f: 5, c: 35704},
{f: 2, c: 35710}, {f: 9, c: 35713}, {f: 3, c: 35723}, {f: 3, c: 35727},
35732, {f: 5, c: 35735}, 35741, 35743, 35756, 35761, 35771, 35783, 35792,
35818, 35849, 35870, {f: 9, c: 35896}, {f: 4, c: 35906}, {f: 2, c: 35914},
{f: 3, c: 35917}, {f: 4, c: 35921}, {f: 4, c: 35926}, {f: 6, c: 35931},
{f: 7, c: 35939}, {f: 7, c: 35948}, {f: 4, c: 35956}, {f: 7, c: 35963},
{f: 2, c: 35971}, {f: 3, c: 35974}, 35979, {f: 7, c: 35981},
{f: 3, c: 35989}, {f: 4, c: 35993}, 35999, {f: 4, c: 36003},
{f: 2, c: 36013}, 36017, 36021, 36025, 36030, 36038, 36041,
{f: 6, c: 36043}, 36052, {f: 4, c: 36054}, 36059, 36061, 36063, 36069,
{f: 2, c: 36072}, {f: 6, c: 36078}, {f: 5, c: 36085}, {f: 5, c: 36095},
{f: 2, c: 36102}, 36105, 36108, 36110, {f: 5, c: 36113}, {f: 4, c: 36119},
36128, {f: 2, c: 36177}, 36183, 36191, 36197, {f: 3, c: 36200}, 36204,
{f: 2, c: 36206}, {f: 2, c: 36209}, {f: 9, c: 36216}, {f: 2, c: 36226},
{f: 4, c: 36230}, {f: 5, c: 36236}, {f: 2, c: 36242}, {f: 3, c: 36246},
{f: 5, c: 36250}, {f: 3, c: 36256}, {f: 4, c: 36260}, {f: 8, c: 36265},
{f: 2, c: 36278}, 36281, 36283, 36285, {f: 3, c: 36288}, 36293,
{f: 4, c: 36295}, 36301, 36304, {f: 4, c: 36306}, {f: 2, c: 36312}, 36316,
{f: 3, c: 36320}, {f: 3, c: 36325}, 36329, {f: 2, c: 36333},
{f: 3, c: 36336}, 36340, 36342, 36348, {f: 7, c: 36350}, {f: 3, c: 36358},
36363, {f: 2, c: 36365}, {f: 3, c: 36369}, {f: 8, c: 36373},
{f: 2, c: 36384}, {f: 5, c: 36388}, 36395, 36397, 36400, {f: 2, c: 36402},
{f: 3, c: 36406}, {f: 2, c: 36411}, {f: 2, c: 36414}, 36419,
{f: 2, c: 36421}, {f: 4, c: 36429}, {f: 2, c: 36435}, {f: 3, c: 36438},
{f: 9, c: 36442}, {f: 2, c: 36452}, {f: 2, c: 36455}, {f: 2, c: 36458},
36462, 36465, 36467, 36469, {f: 3, c: 36471}, 36475, {f: 2, c: 36477},
36480, {f: 3, c: 36482}, 36486, 36488, 36492, 36494, {f: 5, c: 36501},
36507, 36509, {f: 2, c: 36511}, {f: 3, c: 36514}, {f: 3, c: 36519},
{f: 2, c: 36525}, {f: 2, c: 36528}, {f: 7, c: 36531}, {f: 5, c: 36539},
{f: 9, c: 36545}, {f: 3, c: 36559}, 36563, {f: 6, c: 36565},
{f: 3, c: 36572}, {f: 4, c: 36576}, {f: 6, c: 36581}, {f: 6, c: 36588},
{f: 5, c: 36595}, 36605, {f: 4, c: 36607}, 36612, 36614, 36616,
{f: 7, c: 36619}, 36627, {f: 5, c: 36630}, {f: 5, c: 36640},
{f: 2, c: 36647}, {f: 4, c: 36651}, {f: 3, c: 36656}, {f: 4, c: 36660},
{f: 2, c: 36665}, {f: 2, c: 36668}, {f: 2, c: 36672}, 36675,
{f: 2, c: 36679}, {f: 3, c: 36682}, {f: 5, c: 36687}, {f: 10, c: 36693},
36704, 36707, 36709, 36714, 36736, 36748, 36754, 36765, {f: 3, c: 36768},
{f: 2, c: 36772}, 36775, 36778, 36780, {f: 2, c: 36787}, [12193, 36789],
{f: 2, c: 36791}, {f: 3, c: 36794}, {f: 2, c: 36799}, 36803, 36806,
{f: 5, c: 36809}, 36815, 36818, {f: 2, c: 36822}, 36826, {f: 2, c: 36832},
36835, 36839, 36844, 36847, {f: 2, c: 36849}, {f: 2, c: 36853},
{f: 3, c: 36858}, {f: 2, c: 36862}, {f: 2, c: 36871}, 36876, 36878, 36883,
36888, 36892, {f: 2, c: 36900}, {f: 6, c: 36903}, {f: 2, c: 36912},
{f: 2, c: 36915}, 36919, {f: 2, c: 36921}, 36925, {f: 2, c: 36927}, 36931,
{f: 2, c: 36933}, {f: 3, c: 36936}, 36940, 36950, {f: 2, c: 36953}, 36957,
36959, 36961, 36964, {f: 2, c: 36966}, {f: 3, c: 36970}, {f: 3, c: 36975},
36979, 36982, 36985, 36987, 36990, {f: 2, c: 36997}, 37001,
{f: 3, c: 37004}, 37010, 37012, 37014, 37016, 37018, 37020,
{f: 3, c: 37022}, {f: 2, c: 37028}, {f: 3, c: 37031}, 37035, 37037, 37042,
37047, {f: 2, c: 37052}, {f: 2, c: 37055}, {f: 2, c: 37058}, 37062,
{f: 2, c: 37064}, {f: 3, c: 37067}, 37074, {f: 3, c: 37076},
{f: 3, c: 37080}, 37086, 37088, {f: 3, c: 37091}, {f: 2, c: 37097}, 37100,
37102, {f: 4, c: 37104}, {f: 2, c: 37110}, {f: 4, c: 37113},
{f: 3, c: 37119}, 37123, 37125, {f: 2, c: 37127}, {f: 8, c: 37130}, 37139,
37141, {f: 2, c: 37143}, {f: 4, c: 37146}, {f: 3, c: 37151},
{f: 3, c: 37156}, {f: 5, c: 37160}, 37166, 37171, 37173, {f: 2, c: 37175},
{f: 8, c: 37179}, {f: 2, c: 37188}, 37191, 37201, {f: 4, c: 37203},
{f: 2, c: 37208}, {f: 2, c: 37211}, {f: 2, c: 37215}, {f: 3, c: 37222},
37227, 37229, 37235, {f: 3, c: 37242}, {f: 5, c: 37248}, 37254, 37256,
37258, {f: 2, c: 37262}, {f: 3, c: 37267}, {f: 3, c: 37271},
{f: 5, c: 37277}, {f: 6, c: 37284}, {f: 4, c: 37296}, {f: 4, c: 37302},
{f: 5, c: 37307}, 37314, 37316, [12196, 37318], 37320, 37328, 37334,
{f: 2, c: 37338}, {f: 5, c: 37342}, {f: 2, c: 37349}, 37352,
{f: 11, c: 37354}, 37366, 37368, {f: 5, c: 37371}, {f: 2, c: 37378},
{f: 3, c: 37381}, {f: 3, c: 37386}, 37391, {f: 2, c: 37394},
{f: 8, c: 37398}, {f: 4, c: 37407}, 37412, {f: 6, c: 37416}, 37423,
{f: 2, c: 37425}, {f: 2, c: 37429}, {f: 2, c: 37435}, {f: 4, c: 37441},
{f: 2, c: 37446}, {f: 3, c: 37450}, {f: 3, c: 37454}, {f: 3, c: 37458},
37462, {f: 2, c: 37464}, {f: 2, c: 37468}, {f: 3, c: 37471},
{f: 3, c: 37475}, {f: 5, c: 37479}, {f: 6, c: 37486}, {f: 3, c: 37493},
37497, {f: 3, c: 37500}, {f: 2, c: 37505}, 37508, {f: 8, c: 37510},
{f: 2, c: 37519}, 37522, {f: 2, c: 37524}, 37527, 37529, 37531,
{f: 3, c: 37533}, {f: 2, c: 37537}, 37540, 37543, 37549, {f: 2, c: 37551},
{f: 5, c: 37554}, 37560, 37562, {f: 4, c: 37565}, 37570, 37572, 37574,
{f: 3, c: 37577}, {f: 2, c: 37581}, {f: 2, c: 37584}, {f: 10, c: 37587},
37598, {f: 3, c: 37600}, 37607, 37609, {f: 2, c: 37611}, {f: 4, c: 37618},
37623, {f: 3, c: 37625}, {f: 4, c: 37629}, {f: 4, c: 37634},
{f: 7, c: 37641}, 37649, {f: 2, c: 37651}, {f: 2, c: 37654},
{f: 3, c: 37660}, 37665, {f: 3, c: 37667}, 37671, {f: 2, c: 37673},
{f: 2, c: 37676}, {f: 2, c: 37680}, {f: 2, c: 37684}, 37687,
{f: 5, c: 37689}, 37695, 37698, {f: 2, c: 37700}, {f: 3, c: 37704}, 37708,
{f: 6, c: 37710}, {f: 3, c: 37717}, {f: 2, c: 37721}, {f: 8, c: 37724},
{f: 3, c: 37734}, 37739, {f: 3, c: 37741}, {f: 4, c: 37745},
{f: 3, c: 37751}, {f: 3, c: 37755}, {f: 3, c: 37759}, 37763,
{f: 2, c: 37765}, {f: 2, c: 37768}, {f: 4, c: 37771}, {f: 6, c: 37776},
37783, {f: 9, c: 37785}, {f: 2, c: 37796}, 37800, 37803, 37805, 37807,
{f: 2, c: 37809}, 37812, {f: 2, c: 37814}, {f: 6, c: 37817},
{f: 3, c: 37824}, {f: 3, c: 37828}, 37833, 37835, {f: 3, c: 37838},
{f: 4, c: 37842}, {f: 3, c: 37849}, 37856, 37859, {f: 3, c: 37861},
{f: 12, c: 37865}, 37878, 37880, {f: 9, c: 37882}, {f: 7, c: 37892},
{f: 4, c: 37900}, 37905, {f: 3, c: 37909}, {f: 3, c: 37914},
{f: 2, c: 37918}, {f: 5, c: 37921}, {f: 5, c: 37929}, {f: 3, c: 37935},
37940, {f: 2, c: 37942}, 37945, {f: 3, c: 37947}, {f: 4, c: 37952},
{f: 5, c: 37957}, 37963, {f: 5, c: 37965}, 37971, {f: 11, c: 37973},
{f: 2, c: 37985}, 37988, {f: 5, c: 37990}, 37996, {f: 2, c: 37998}, 38001,
{f: 4, c: 38003}, 38008, {f: 2, c: 38010}, {f: 5, c: 38016}, 38033, 38038,
38040, 38087, 38095, {f: 2, c: 38099}, 38106, 38118, 38139, 38172, 38176,
38183, 38195, 38205, 38211, 38216, 38219, 38229, 38234, 38240, 38254,
{f: 2, c: 38260}, {f: 7, c: 38264}, 38273, {f: 2, c: 38276},
{f: 2, c: 38279}, 38282, 38285, 38288, 38290, {f: 3, c: 38293},
{f: 8, c: 38297}, 38306, {f: 2, c: 38310}, 38314, {f: 4, c: 38318},
{f: 3, c: 38323}, {f: 2, c: 38327}, 38330, {f: 3, c: 38336},
{f: 2, c: 38340}, 38343, 38345, {f: 3, c: 38349}, {f: 3, c: 38353},
{f: 5, c: 38359}, 38365, {f: 2, c: 38367}, {f: 2, c: 38371},
{f: 2, c: 38374}, 38380, 38399, 38407, 38419, 38424, 38427, 38430, 38432,
{f: 7, c: 38435}, {f: 3, c: 38443}, {f: 2, c: 38447}, {f: 4, c: 38455},
38462, 38465, 38467, 38474, {f: 2, c: 38478}, {f: 3, c: 38481},
{f: 2, c: 38486}, {f: 2, c: 38489}, 38492, 38494, 38496, {f: 2, c: 38501},
38507, {f: 3, c: 38509}, 38513, {f: 4, c: 38521}, {f: 7, c: 38526}, 38535,
38537, 38540, {f: 3, c: 38545}, 38550, 38554, {f: 10, c: 38557}, 38569,
{f: 5, c: 38571}, 38578, 38581, 38583, 38586, 38591, {f: 2, c: 38594},
38600, {f: 2, c: 38602}, {f: 2, c: 38608}, {f: 2, c: 38611},
{f: 2, c: 38615}, 38618, {f: 3, c: 38621}, 38625, {f: 4, c: 38628},
{f: 4, c: 38635}, {f: 2, c: 38640}, {f: 2, c: 38644}, 38648, 38650,
{f: 2, c: 38652}, 38655, {f: 2, c: 38658}, 38661, {f: 3, c: 38666},
{f: 3, c: 38672}, {f: 2, c: 38676}, {f: 5, c: 38679}, 38685,
{f: 8, c: 38687}, {f: 2, c: 38696}, {f: 2, c: 38699}, {f: 2, c: 38702},
38705, {f: 5, c: 38707}, {f: 3, c: 38714}, {f: 3, c: 38719}, 38723,
{f: 3, c: 38725}, {f: 8, c: 38729}, [12205, 38737], {f: 2, c: 38740},
{f: 2, c: 38743}, {f: 2, c: 38748}, 38751, {f: 2, c: 38755},
{f: 2, c: 38758}, {f: 9, c: 38762}, 38773, {f: 5, c: 38775},
{f: 8, c: 38781}, {f: 5, c: 38790}, 38796, 38798, 38800, 38803,
{f: 3, c: 38805}, {f: 7, c: 38809}, {f: 2, c: 38817}, {f: 2, c: 38820},
{f: 4, c: 38823}, 38828, 38830, {f: 2, c: 38832}, 38835, {f: 8, c: 38837},
{f: 5, c: 38846}, {f: 2, c: 38852}, {f: 2, c: 38855}, 38858,
{f: 6, c: 38861}, {f: 5, c: 38868}, {f: 2, c: 38874}, 38877,
{f: 7, c: 38879}, 38888, {f: 5, c: 38894}, 38900, {f: 8, c: 38903}, 38912,
38916, 38921, 38923, 38925, {f: 3, c: 38932}, {f: 3, c: 38937},
{f: 4, c: 38941}, {f: 2, c: 38946}, 38949, {f: 6, c: 38951},
{f: 2, c: 38958}, {f: 6, c: 38961}, {f: 2, c: 38969}, 38972,
{f: 8, c: 38974}, {f: 5, c: 38983}, {f: 4, c: 38991}, {f: 3, c: 38997},
39002, {f: 2, c: 39004}, {f: 3, c: 39007}, {f: 2, c: 39011}, 39014,
{f: 3, c: 39016}, {f: 2, c: 39021}, 39026, 39051, 39054, 39058, 39061,
39065, 39075, {f: 5, c: 39081}, 39088, 39090, {f: 2, c: 39092},
{f: 5, c: 39095}, {f: 7, c: 39101}, 39109, 39111, {f: 5, c: 39113},
{f: 2, c: 39119}, 39124, {f: 2, c: 39126}, {f: 2, c: 39132}, 39137,
{f: 4, c: 39139}, 39148, 39150, {f: 2, c: 39152}, 39155, {f: 7, c: 39157},
{f: 4, c: 39167}, 39172, {f: 3, c: 39174}, 39179, {f: 2, c: 39182},
{f: 4, c: 39188}, {f: 2, c: 39193}, {f: 2, c: 39196}, {f: 2, c: 39199},
{f: 6, c: 39202}, {f: 5, c: 39209}, {f: 4, c: 39215}, {f: 3, c: 39220},
{f: 4, c: 39224}, 39229, {f: 3, c: 39232}, 39236, {f: 2, c: 39238},
{f: 4, c: 39245}, 39251, 39254, {f: 4, c: 39256}, 39261, {f: 3, c: 39263},
39268, 39270, 39283, {f: 2, c: 39288}, 39291, 39294, {f: 2, c: 39298},
39305, 39308, 39310, {f: 11, c: 39322}, {f: 2, c: 39334}, {f: 3, c: 39337},
{f: 2, c: 39343}, 39346, {f: 12, c: 39349}, {f: 14, c: 39362}, 39379,
{f: 2, c: 39382}, 39386, 39388, 39390, 39392, {f: 10, c: 39395},
{f: 3, c: 39406}, {f: 13, c: 39410}, 39424, {f: 3, c: 39426},
{f: 7, c: 39430}, {f: 6, c: 39440}, {f: 2, c: 39447}, {f: 17, c: 39450},
39468, 39471, {f: 5, c: 39473}, {f: 5, c: 39481}, 39487, {f: 4, c: 39494},
{f: 2, c: 39499}, 39502, {f: 5, c: 39504}, 39510, {f: 2, c: 39512},
{f: 3, c: 39516}, {f: 2, c: 39520}, 39523, {f: 4, c: 39526}, 39531, 39538,
39555, 39561, {f: 2, c: 39565}, {f: 2, c: 39572}, 39577, 39590,
{f: 6, c: 39593}, {f: 4, c: 39602}, 39609, 39611, {f: 3, c: 39613},
{f: 2, c: 39619}, {f: 5, c: 39622}, {f: 2, c: 39629}, 39632, 39639,
{f: 6, c: 39641}, 39648, {f: 4, c: 39650}, {f: 4, c: 39655}, 39660,
{f: 9, c: 39664}, 39674, {f: 7, c: 39676}, {f: 2, c: 39684}, 39687,
{f: 4, c: 39689}, 39694, {f: 3, c: 39696}, {f: 6, c: 39700},
{f: 4, c: 39707}, {f: 2, c: 39712}, 39716, 39718, 39720, {f: 4, c: 39722},
39728, {f: 8, c: 39731}, {f: 4, c: 39741}, 39750, {f: 3, c: 39754}, 39760,
{f: 2, c: 39762}, {f: 3, c: 39765}, 39769, {f: 20, c: 39771},
{f: 4, c: 39792}, {f: 2, c: 39797}, {f: 9, c: 39800}, 39810,
{f: 10, c: 39812}, 39823, {f: 7, c: 39827}, {f: 2, c: 39835},
{f: 11, c: 39839}, 39852, {f: 17, c: 39855}, {f: 5, c: 39874}, 39880,
{f: 9, c: 39883}, 39893, {f: 4, c: 39895}, 39900, {f: 3, c: 39902}, 39907,
{f: 2, c: 39909}, 39913, {f: 4, c: 39916}, {f: 3, c: 39921},
{f: 8, c: 39925}, 39934, {f: 8, c: 39936}, {f: 3, c: 39946},
{f: 2, c: 39950}, 39953, {f: 12, c: 39956}, {f: 2, c: 39969}, 39972,
{f: 2, c: 39974}, {f: 3, c: 39978}, {f: 3, c: 39982}, 39988, 39990, 39992,
39994, {f: 2, c: 39996}, {f: 6, c: 39999}, {f: 2, c: 40006},
{f: 8, c: 40010}, 40019, 40021, {f: 4, c: 40025}, 40030, {f: 7, c: 40032},
{f: 5, c: 40040}, {f: 10, c: 40046}, 40057, 40059, {f: 2, c: 40061}, 40064,
{f: 2, c: 40067}, {f: 2, c: 40073}, 40076, 40079, 40083, {f: 4, c: 40086},
40093, 40106, 40108, 40111, 40121, {f: 5, c: 40126}, {f: 2, c: 40136},
{f: 2, c: 40145}, {f: 2, c: 40154}, {f: 2, c: 40160}, {f: 2, c: 40163},
{f: 3, c: 40166}, {f: 2, c: 40170}, {f: 6, c: 40173}, 40181,
{f: 15, c: 40183}, 40200, {f: 11, c: 40202}, {f: 5, c: 40214}, 40220,
40222, {f: 3, c: 40224}, {f: 2, c: 40228}, 40231, {f: 6, c: 40233},
{f: 10, c: 40241}, {f: 3, c: 40252}, {f: 2, c: 40256}, {f: 14, c: 40259},
{f: 8, c: 40276}, {f: 2, c: 40286}, {f: 8, c: 40290}, 40299,
{f: 2, c: 40301}, {f: 2, c: 40304}, {f: 20, c: 40307}, 40328,
{f: 9, c: 40330}, {f: 4, c: 40340}, 40345, {f: 10, c: 40347},
{f: 3, c: 40358}, {f: 5, c: 40362}, {f: 4, c: 40368}, {f: 6, c: 40373},
{f: 3, c: 40381}, 40385, 40387, {f: 14, c: 40389}, {f: 3, c: 40404}, 40408,
{f: 10, c: 40411}, {f: 8, c: 40423}, {f: 2, c: 40432}, {f: 4, c: 40436},
{f: 17, c: 40443}, {f: 8, c: 40461}, {f: 4, c: 40470}, 40476, 40484, 40487,
40494, 40496, 40500, {f: 2, c: 40507}, 40512, 40525, 40528,
{f: 3, c: 40530}, 40534, 40537, 40541, {f: 4, c: 40543}, 40549,
{f: 2, c: 40558}, 40562, 40564, {f: 3, c: 40566}, 40571, {f: 2, c: 40576},
{f: 4, c: 40579}, {f: 2, c: 40585}, {f: 6, c: 40588}, {f: 3, c: 40596},
{f: 5, c: 40600}, 40606, {f: 5, c: 40608}, {f: 2, c: 40615},
{f: 5, c: 40618}, {f: 4, c: 40624}, {f: 2, c: 40630}, {f: 2, c: 40633},
40636, {f: 4, c: 40639}, [12232, 40643], {f: 4, c: 40645},
{f: 2, c: 40650}, 40656, {f: 2, c: 40658}, {f: 3, c: 40661},
{f: 2, c: 40665}, 40673, {f: 2, c: 40675}, 40678, {f: 4, c: 40683},
{f: 2, c: 40688}, 40691, {f: 2, c: 40693}, 40696, 40698, {f: 9, c: 40704},
40714, 40716, 40719, {f: 2, c: 40721}, 40724, 40726, 40728,
{f: 6, c: 40730}, 40737, {f: 9, c: 40739}, {f: 2, c: 40749},
{f: 7, c: 40752}, 40760, 40762, 40764, {f: 5, c: 40767}, {f: 5, c: 40773},
{f: 3, c: 40780}, 40787, {f: 4, c: 40789}, {f: 2, c: 40794},
{f: 2, c: 40797}, 40802, {f: 2, c: 40804}, {f: 3, c: 40807}, 40811,
{f: 5, c: 40813}, {f: 4, c: 40819}, {f: 7, c: 40824}, {f: 2, c: 40833},
{f: 2, c: 40846}, {f: 3, c: 40849}, {f: 3, c: 40854}, {f: 2, c: 40861},
{f: 5, c: 40865}, 63788, {f: 3, c: 64013}, 64017, {f: 2, c: 64019}, 64024,
{f: 3, c: 64031}, {f: 2, c: 64035}, {f: 3, c: 64039}, 11905,
[59414, 131207], [59415, 131209], [59416, 131276], 11908, 13427, 13383,
11912, 11915, 59422, 13726, 13850, 13838, 11916, 11927, 14702, 14616,
59430, 14799, 14815, 14963, 14800, {f: 2, c: 59435}, 15182, 15470, 15584,
11943, [59441, 136663], 59442, 11946, 16470, 16735, 11950, 17207, 11955,
{f: 2, c: 11958}, [59451, 141711], 17329, 17324, 11963, 17373, 17622,
18017, 17996, [59459, 132361], 18211, 18217, 18300, 18317, 11978, 18759,
18810, 18813, {f: 2, c: 18818}, {f: 2, c: 18821}, 18847, 18843, 18871,
18870, [59476, 133533], [59477, 147966], 19619, {f: 3, c: 19615}, 19575,
19618, {f: 7, c: 19731}, 19886, 59492, {s: 226}, 8364, 165, 0, 0, 12351,
{s: 17}, 12436, {s: 14}, 12535, 12537, 12536, 12538, 0, {f: 3, c: 12339},
{f: 3, c: 12344}, {f: 3, c: 12586}, {f: 24, c: 12704}, 11904,
{f: 2, c: 11906}, {f: 3, c: 11909}, {f: 2, c: 11913}, {f: 10, c: 11917},
{f: 2, c: 11928}, {f: 12, c: 11931}, {f: 2, c: 11944}, {f: 3, c: 11947},
{f: 4, c: 11951}, {f: 2, c: 11956}, {f: 3, c: 11960}, {f: 14, c: 11964},
{f: 41, c: 11979}, {f: 71, c: 13312}, {f: 43, c: 13384},
{f: 298, c: 13428}, {f: 111, c: 13727}, {f: 11, c: 13839},
{f: 765, c: 13851}, {f: 85, c: 14617}, {f: 96, c: 14703},
{f: 14, c: 14801}, {f: 147, c: 14816}, {f: 218, c: 14964},
{f: 287, c: 15183}, {f: 113, c: 15471}, {f: 885, c: 15585},
{f: 264, c: 16471}, {f: 471, c: 16736}, {f: 116, c: 17208},
{f: 4, c: 17325}, {f: 43, c: 17330}, {f: 248, c: 17374},
{f: 373, c: 17623}, {f: 20, c: 17997}, {f: 193, c: 18018},
{f: 5, c: 18212}, {f: 82, c: 18218}, {f: 16, c: 18301}, {f: 441, c: 18318},
{f: 50, c: 18760}, {f: 2, c: 18811}, {f: 4, c: 18814}, 18820,
{f: 20, c: 18823}, {f: 3, c: 18844}, {f: 22, c: 18848}, {f: 703, c: 18872},
{f: 39, c: 19576}, {f: 111, c: 19620}, {f: 148, c: 19738},
{f: 7, c: 19887}]
};
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var ColorSpace = (function colorSpaceColorSpace() {
// Constructor should define this.numComps, this.defaultColor, this.name
function constructor() {
error('should not call ColorSpace constructor');
}
constructor.prototype = {
// Input: array of size numComps representing color component values
// Output: array of rgb values, each value ranging from [0.1]
getRgb: function colorSpaceGetRgb(color) {
error('Should not call ColorSpace.getRgb: ' + color);
},
// Input: Uint8Array of component values, each value scaled to [0,255]
// Output: Uint8Array of rgb values, each value scaled to [0,255]
getRgbBuffer: function colorSpaceGetRgbBuffer(input) {
error('Should not call ColorSpace.getRgbBuffer: ' + input);
}
};
constructor.parse = function colorSpaceParse(cs, xref, res) {
var IR = constructor.parseToIR(cs, xref, res);
if (IR instanceof AlternateCS)
return IR;
return constructor.fromIR(IR);
};
constructor.fromIR = function colorSpaceFromIR(IR) {
var name = isArray(IR) ? IR[0] : IR;
switch (name) {
case 'DeviceGrayCS':
return new DeviceGrayCS();
case 'DeviceRgbCS':
return new DeviceRgbCS();
case 'DeviceCmykCS':
return new DeviceCmykCS();
case 'PatternCS':
var basePatternCS = IR[1];
if (basePatternCS)
basePatternCS = ColorSpace.fromIR(basePatternCS);
return new PatternCS(basePatternCS);
case 'IndexedCS':
var baseIndexedCS = IR[1];
var hiVal = IR[2];
var lookup = IR[3];
return new IndexedCS(ColorSpace.fromIR(baseIndexedCS), hiVal, lookup);
case 'AlternateCS':
var numComps = IR[1];
var alt = IR[2];
var tintFnIR = IR[3];
return new AlternateCS(numComps, ColorSpace.fromIR(alt),
PDFFunction.fromIR(tintFnIR));
default:
error('Unkown name ' + name);
}
return null;
};
constructor.parseToIR = function colorSpaceParseToIR(cs, xref, res) {
if (isName(cs)) {
var colorSpaces = xref.fetchIfRef(res.get('ColorSpace'));
if (isDict(colorSpaces)) {
var refcs = colorSpaces.get(cs.name);
if (refcs)
cs = refcs;
}
}
cs = xref.fetchIfRef(cs);
var mode;
if (isName(cs)) {
mode = cs.name;
this.mode = mode;
switch (mode) {
case 'DeviceGray':
case 'G':
return 'DeviceGrayCS';
case 'DeviceRGB':
case 'RGB':
return 'DeviceRgbCS';
case 'DeviceCMYK':
case 'CMYK':
return 'DeviceCmykCS';
case 'Pattern':
return ['PatternCS', null];
default:
error('unrecognized colorspace ' + mode);
}
} else if (isArray(cs)) {
mode = cs[0].name;
this.mode = mode;
switch (mode) {
case 'DeviceGray':
case 'G':
return 'DeviceGrayCS';
case 'DeviceRGB':
case 'RGB':
return 'DeviceRgbCS';
case 'DeviceCMYK':
case 'CMYK':
return 'DeviceCmykCS';
case 'CalGray':
return 'DeviceGrayCS';
case 'CalRGB':
return 'DeviceRgbCS';
case 'ICCBased':
var stream = xref.fetchIfRef(cs[1]);
var dict = stream.dict;
var numComps = dict.get('N');
if (numComps == 1)
return 'DeviceGrayCS';
if (numComps == 3)
return 'DeviceRgbCS';
if (numComps == 4)
return 'DeviceCmykCS';
break;
case 'Pattern':
var basePatternCS = cs[1];
if (basePatternCS)
basePatternCS = ColorSpace.parseToIR(basePatternCS, xref, res);
return ['PatternCS', basePatternCS];
case 'Indexed':
var baseIndexedCS = ColorSpace.parseToIR(cs[1], xref, res);
var hiVal = cs[2] + 1;
var lookup = xref.fetchIfRef(cs[3]);
return ['IndexedCS', baseIndexedCS, hiVal, lookup];
case 'Separation':
case 'DeviceN':
var name = cs[1];
var numComps = 1;
if (isName(name))
numComps = 1;
else if (isArray(name))
numComps = name.length;
var alt = ColorSpace.parseToIR(cs[2], xref, res);
var tintFnIR = PDFFunction.getIR(xref, xref.fetchIfRef(cs[3]));
return ['AlternateCS', numComps, alt, tintFnIR];
case 'Lab':
default:
error('unimplemented color space object "' + mode + '"');
}
} else {
error('unrecognized color space object: "' + cs + '"');
}
return null;
};
return constructor;
})();
/**
* Alternate color space handles both Separation and DeviceN color spaces. A
* Separation color space is actually just a DeviceN with one color component.
* Both color spaces use a tinting function to convert colors to a base color
* space.
*/
var AlternateCS = (function alternateCS() {
function constructor(numComps, base, tintFn) {
this.name = 'Alternate';
this.numComps = numComps;
this.defaultColor = [];
for (var i = 0; i < numComps; ++i)
this.defaultColor.push(1);
this.base = base;
this.tintFn = tintFn;
}
constructor.prototype = {
getRgb: function altcs_getRgb(color) {
var tinted = this.tintFn(color);
return this.base.getRgb(tinted);
},
getRgbBuffer: function altcs_getRgbBuffer(input, bits) {
var tintFn = this.tintFn;
var base = this.base;
var scale = 1 / ((1 << bits) - 1);
var length = input.length;
var pos = 0;
var baseNumComps = base.numComps;
var baseBuf = new Uint8Array(baseNumComps * length);
var numComps = this.numComps;
var scaled = new Array(numComps);
for (var i = 0; i < length; i += numComps) {
for (var z = 0; z < numComps; ++z)
scaled[z] = input[i + z] * scale;
var tinted = tintFn(scaled);
for (var j = 0; j < baseNumComps; ++j)
baseBuf[pos++] = 255 * tinted[j];
}
return base.getRgbBuffer(baseBuf, 8);
}
};
return constructor;
})();
var PatternCS = (function patternCS() {
function constructor(baseCS) {
this.name = 'Pattern';
this.base = baseCS;
}
constructor.prototype = {};
return constructor;
})();
var IndexedCS = (function indexedCS() {
function constructor(base, highVal, lookup) {
this.name = 'Indexed';
this.numComps = 1;
this.defaultColor = [0];
this.base = base;
this.highVal = highVal;
var baseNumComps = base.numComps;
var length = baseNumComps * highVal;
var lookupArray = new Uint8Array(length);
if (isStream(lookup)) {
var bytes = lookup.getBytes(length);
lookupArray.set(bytes);
} else if (isString(lookup)) {
for (var i = 0; i < length; ++i)
lookupArray[i] = lookup.charCodeAt(i);
} else {
error('Unrecognized lookup table: ' + lookup);
}
this.lookup = lookupArray;
}
constructor.prototype = {
getRgb: function indexcs_getRgb(color) {
var numComps = this.base.numComps;
var start = color[0] * numComps;
var c = [];
for (var i = start, ii = start + numComps; i < ii; ++i)
c.push(this.lookup[i]);
return this.base.getRgb(c);
},
getRgbBuffer: function indexcs_getRgbBuffer(input) {
var base = this.base;
var numComps = base.numComps;
var lookup = this.lookup;
var length = input.length;
var baseBuf = new Uint8Array(length * numComps);
var baseBufPos = 0;
for (var i = 0; i < length; ++i) {
var lookupPos = input[i] * numComps;
for (var j = 0; j < numComps; ++j) {
baseBuf[baseBufPos++] = lookup[lookupPos + j];
}
}
return base.getRgbBuffer(baseBuf, 8);
}
};
return constructor;
})();
var DeviceGrayCS = (function deviceGrayCS() {
function constructor() {
this.name = 'DeviceGray';
this.numComps = 1;
this.defaultColor = [0];
}
constructor.prototype = {
getRgb: function graycs_getRgb(color) {
var c = color[0];
return [c, c, c];
},
getRgbBuffer: function graycs_getRgbBuffer(input, bits) {
var scale = 255 / ((1 << bits) - 1);
var length = input.length;
var rgbBuf = new Uint8Array(length * 3);
for (var i = 0, j = 0; i < length; ++i) {
var c = (scale * input[i]) | 0;
rgbBuf[j++] = c;
rgbBuf[j++] = c;
rgbBuf[j++] = c;
}
return rgbBuf;
}
};
return constructor;
})();
var DeviceRgbCS = (function deviceRgbCS() {
function constructor() {
this.name = 'DeviceRGB';
this.numComps = 3;
this.defaultColor = [0, 0, 0];
}
constructor.prototype = {
getRgb: function rgbcs_getRgb(color) {
return color;
},
getRgbBuffer: function rgbcs_getRgbBuffer(input, bits) {
if (bits == 8)
return input;
var scale = 255 / ((1 << bits) - 1);
var i, length = input.length;
var rgbBuf = new Uint8Array(length);
for (i = 0; i < length; ++i)
rgbBuf[i] = (scale * input[i]) | 0;
return rgbBuf;
}
};
return constructor;
})();
var DeviceCmykCS = (function deviceCmykCS() {
function constructor() {
this.name = 'DeviceCMYK';
this.numComps = 4;
this.defaultColor = [0, 0, 0, 1];
}
constructor.prototype = {
getRgb: function cmykcs_getRgb(color) {
var c = color[0], m = color[1], y = color[2], k = color[3];
var c1 = 1 - c, m1 = 1 - m, y1 = 1 - y, k1 = 1 - k;
var x, r, g, b;
// this is a matrix multiplication, unrolled for performance
// code is taken from the poppler implementation
x = c1 * m1 * y1 * k1; // 0 0 0 0
r = g = b = x;
x = c1 * m1 * y1 * k; // 0 0 0 1
r += 0.1373 * x;
g += 0.1216 * x;
b += 0.1255 * x;
x = c1 * m1 * y * k1; // 0 0 1 0
r += x;
g += 0.9490 * x;
x = c1 * m1 * y * k; // 0 0 1 1
r += 0.1098 * x;
g += 0.1020 * x;
x = c1 * m * y1 * k1; // 0 1 0 0
r += 0.9255 * x;
b += 0.5490 * x;
x = c1 * m * y1 * k; // 0 1 0 1
r += 0.1412 * x;
x = c1 * m * y * k1; // 0 1 1 0
r += 0.9294 * x;
g += 0.1098 * x;
b += 0.1412 * x;
x = c1 * m * y * k; // 0 1 1 1
r += 0.1333 * x;
x = c * m1 * y1 * k1; // 1 0 0 0
g += 0.6784 * x;
b += 0.9373 * x;
x = c * m1 * y1 * k; // 1 0 0 1
g += 0.0588 * x;
b += 0.1412 * x;
x = c * m1 * y * k1; // 1 0 1 0
g += 0.6510 * x;
b += 0.3137 * x;
x = c * m1 * y * k; // 1 0 1 1
g += 0.0745 * x;
x = c * m * y1 * k1; // 1 1 0 0
r += 0.1804 * x;
g += 0.1922 * x;
b += 0.5725 * x;
x = c * m * y1 * k; // 1 1 0 1
b += 0.0078 * x;
x = c * m * y * k1; // 1 1 1 0
r += 0.2118 * x;
g += 0.2119 * x;
b += 0.2235 * x;
return [r, g, b];
},
getRgbBuffer: function cmykcs_getRgbBuffer(colorBuf, bits) {
var scale = 1 / ((1 << bits) - 1);
var length = colorBuf.length / 4;
var rgbBuf = new Uint8Array(length * 3);
var rgbBufPos = 0;
var colorBufPos = 0;
for (var i = 0; i < length; i++) {
var cmyk = [];
for (var j = 0; j < 4; ++j)
cmyk.push(scale * colorBuf[colorBufPos++]);
var rgb = this.getRgb(cmyk);
for (var j = 0; j < 3; ++j)
rgbBuf[rgbBufPos++] = Math.round(rgb[j] * 255);
}
return rgbBuf;
}
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var ARCFourCipher = (function arcFourCipher() {
function constructor(key) {
this.a = 0;
this.b = 0;
var s = new Uint8Array(256);
var i, j = 0, tmp, keyLength = key.length;
for (i = 0; i < 256; ++i)
s[i] = i;
for (i = 0; i < 256; ++i) {
tmp = s[i];
j = (j + tmp + key[i % keyLength]) & 0xFF;
s[i] = s[j];
s[j] = tmp;
}
this.s = s;
}
constructor.prototype = {
encryptBlock: function arcFourCipherEncryptBlock(data) {
var i, n = data.length, tmp, tmp2;
var a = this.a, b = this.b, s = this.s;
var output = new Uint8Array(n);
for (i = 0; i < n; ++i) {
a = (a + 1) & 0xFF;
tmp = s[a];
b = (b + tmp) & 0xFF;
tmp2 = s[b];
s[a] = tmp2;
s[b] = tmp;
output[i] = data[i] ^ s[(tmp + tmp2) & 0xFF];
}
this.a = a;
this.b = b;
return output;
}
};
constructor.prototype.decryptBlock = constructor.prototype.encryptBlock;
return constructor;
})();
var calculateMD5 = (function calculateMD5() {
var r = new Uint8Array([
7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22,
5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20,
4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23,
6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21]);
var k = new Int32Array([
-680876936, -389564586, 606105819, -1044525330, -176418897, 1200080426,
-1473231341, -45705983, 1770035416, -1958414417, -42063, -1990404162,
1804603682, -40341101, -1502002290, 1236535329, -165796510, -1069501632,
643717713, -373897302, -701558691, 38016083, -660478335, -405537848,
568446438, -1019803690, -187363961, 1163531501, -1444681467, -51403784,
1735328473, -1926607734, -378558, -2022574463, 1839030562, -35309556,
-1530992060, 1272893353, -155497632, -1094730640, 681279174, -358537222,
-722521979, 76029189, -640364487, -421815835, 530742520, -995338651,
-198630844, 1126891415, -1416354905, -57434055, 1700485571, -1894986606,
-1051523, -2054922799, 1873313359, -30611744, -1560198380, 1309151649,
-145523070, -1120210379, 718787259, -343485551]);
function hash(data, offset, length) {
var h0 = 1732584193, h1 = -271733879, h2 = -1732584194, h3 = 271733878;
// pre-processing
var paddedLength = (length + 72) & ~63; // data + 9 extra bytes
var padded = new Uint8Array(paddedLength);
var i, j, n;
for (i = 0; i < length; ++i)
padded[i] = data[offset++];
padded[i++] = 0x80;
n = paddedLength - 8;
while (i < n)
padded[i++] = 0;
padded[i++] = (length << 3) & 0xFF;
padded[i++] = (length >> 5) & 0xFF;
padded[i++] = (length >> 13) & 0xFF;
padded[i++] = (length >> 21) & 0xFF;
padded[i++] = (length >>> 29) & 0xFF;
padded[i++] = 0;
padded[i++] = 0;
padded[i++] = 0;
// chunking
// TODO ArrayBuffer ?
var w = new Int32Array(16);
for (i = 0; i < paddedLength;) {
for (j = 0; j < 16; ++j, i += 4) {
w[j] = (padded[i] | (padded[i + 1] << 8) |
(padded[i + 2] << 16) | (padded[i + 3] << 24));
}
var a = h0, b = h1, c = h2, d = h3, f, g;
for (j = 0; j < 64; ++j) {
if (j < 16) {
f = (b & c) | ((~b) & d);
g = j;
} else if (j < 32) {
f = (d & b) | ((~d) & c);
g = (5 * j + 1) & 15;
} else if (j < 48) {
f = b ^ c ^ d;
g = (3 * j + 5) & 15;
} else {
f = c ^ (b | (~d));
g = (7 * j) & 15;
}
var tmp = d, rotateArg = (a + f + k[j] + w[g]) | 0, rotate = r[j];
d = c;
c = b;
b = (b + ((rotateArg << rotate) | (rotateArg >>> (32 - rotate)))) | 0;
a = tmp;
}
h0 = (h0 + a) | 0;
h1 = (h1 + b) | 0;
h2 = (h2 + c) | 0;
h3 = (h3 + d) | 0;
}
return new Uint8Array([
h0 & 0xFF, (h0 >> 8) & 0xFF, (h0 >> 16) & 0xFF, (h0 >>> 24) & 0xFF,
h1 & 0xFF, (h1 >> 8) & 0xFF, (h1 >> 16) & 0xFF, (h1 >>> 24) & 0xFF,
h2 & 0xFF, (h2 >> 8) & 0xFF, (h2 >> 16) & 0xFF, (h2 >>> 24) & 0xFF,
h3 & 0xFF, (h3 >> 8) & 0xFF, (h3 >> 16) & 0xFF, (h3 >>> 24) & 0xFF
]);
}
return hash;
})();
var NullCipher = (function nullCipher() {
function constructor() {
}
constructor.prototype = {
decryptBlock: function nullCipherDecryptBlock(data) {
return data;
}
};
return constructor;
})();
var AES128Cipher = (function aes128Cipher() {
var rcon = new Uint8Array([
0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c,
0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a,
0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd,
0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a,
0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80,
0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6,
0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72,
0xe4, 0xd3, 0xbd, 0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc,
0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02, 0x04, 0x08, 0x10,
0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e,
0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5,
0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd, 0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94,
0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb, 0x8d, 0x01, 0x02,
0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d,
0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d,
0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd, 0x61, 0xc2, 0x9f,
0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a, 0x74, 0xe8, 0xcb,
0x8d, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c,
0xd8, 0xab, 0x4d, 0x9a, 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a,
0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91, 0x39, 0x72, 0xe4, 0xd3, 0xbd,
0x61, 0xc2, 0x9f, 0x25, 0x4a, 0x94, 0x33, 0x66, 0xcc, 0x83, 0x1d, 0x3a,
0x74, 0xe8, 0xcb, 0x8d]);
var s = new Uint8Array([
0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, 0x30, 0x01, 0x67, 0x2b,
0xfe, 0xd7, 0xab, 0x76, 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0,
0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0, 0xb7, 0xfd, 0x93, 0x26,
0x36, 0x3f, 0xf7, 0xcc, 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15,
0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a, 0x07, 0x12, 0x80, 0xe2,
0xeb, 0x27, 0xb2, 0x75, 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0,
0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84, 0x53, 0xd1, 0x00, 0xed,
0x20, 0xfc, 0xb1, 0x5b, 0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf,
0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85, 0x45, 0xf9, 0x02, 0x7f,
0x50, 0x3c, 0x9f, 0xa8, 0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5,
0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2, 0xcd, 0x0c, 0x13, 0xec,
0x5f, 0x97, 0x44, 0x17, 0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73,
0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88, 0x46, 0xee, 0xb8, 0x14,
0xde, 0x5e, 0x0b, 0xdb, 0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c,
0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79, 0xe7, 0xc8, 0x37, 0x6d,
0x8d, 0xd5, 0x4e, 0xa9, 0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08,
0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6, 0xe8, 0xdd, 0x74, 0x1f,
0x4b, 0xbd, 0x8b, 0x8a, 0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e,
0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e, 0xe1, 0xf8, 0x98, 0x11,
0x69, 0xd9, 0x8e, 0x94, 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf,
0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68, 0x41, 0x99, 0x2d, 0x0f,
0xb0, 0x54, 0xbb, 0x16]);
var inv_s = new Uint8Array([
0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38, 0xbf, 0x40, 0xa3, 0x9e,
0x81, 0xf3, 0xd7, 0xfb, 0x7c, 0xe3, 0x39, 0x82, 0x9b, 0x2f, 0xff, 0x87,
0x34, 0x8e, 0x43, 0x44, 0xc4, 0xde, 0xe9, 0xcb, 0x54, 0x7b, 0x94, 0x32,
0xa6, 0xc2, 0x23, 0x3d, 0xee, 0x4c, 0x95, 0x0b, 0x42, 0xfa, 0xc3, 0x4e,
0x08, 0x2e, 0xa1, 0x66, 0x28, 0xd9, 0x24, 0xb2, 0x76, 0x5b, 0xa2, 0x49,
0x6d, 0x8b, 0xd1, 0x25, 0x72, 0xf8, 0xf6, 0x64, 0x86, 0x68, 0x98, 0x16,
0xd4, 0xa4, 0x5c, 0xcc, 0x5d, 0x65, 0xb6, 0x92, 0x6c, 0x70, 0x48, 0x50,
0xfd, 0xed, 0xb9, 0xda, 0x5e, 0x15, 0x46, 0x57, 0xa7, 0x8d, 0x9d, 0x84,
0x90, 0xd8, 0xab, 0x00, 0x8c, 0xbc, 0xd3, 0x0a, 0xf7, 0xe4, 0x58, 0x05,
0xb8, 0xb3, 0x45, 0x06, 0xd0, 0x2c, 0x1e, 0x8f, 0xca, 0x3f, 0x0f, 0x02,
0xc1, 0xaf, 0xbd, 0x03, 0x01, 0x13, 0x8a, 0x6b, 0x3a, 0x91, 0x11, 0x41,
0x4f, 0x67, 0xdc, 0xea, 0x97, 0xf2, 0xcf, 0xce, 0xf0, 0xb4, 0xe6, 0x73,
0x96, 0xac, 0x74, 0x22, 0xe7, 0xad, 0x35, 0x85, 0xe2, 0xf9, 0x37, 0xe8,
0x1c, 0x75, 0xdf, 0x6e, 0x47, 0xf1, 0x1a, 0x71, 0x1d, 0x29, 0xc5, 0x89,
0x6f, 0xb7, 0x62, 0x0e, 0xaa, 0x18, 0xbe, 0x1b, 0xfc, 0x56, 0x3e, 0x4b,
0xc6, 0xd2, 0x79, 0x20, 0x9a, 0xdb, 0xc0, 0xfe, 0x78, 0xcd, 0x5a, 0xf4,
0x1f, 0xdd, 0xa8, 0x33, 0x88, 0x07, 0xc7, 0x31, 0xb1, 0x12, 0x10, 0x59,
0x27, 0x80, 0xec, 0x5f, 0x60, 0x51, 0x7f, 0xa9, 0x19, 0xb5, 0x4a, 0x0d,
0x2d, 0xe5, 0x7a, 0x9f, 0x93, 0xc9, 0x9c, 0xef, 0xa0, 0xe0, 0x3b, 0x4d,
0xae, 0x2a, 0xf5, 0xb0, 0xc8, 0xeb, 0xbb, 0x3c, 0x83, 0x53, 0x99, 0x61,
0x17, 0x2b, 0x04, 0x7e, 0xba, 0x77, 0xd6, 0x26, 0xe1, 0x69, 0x14, 0x63,
0x55, 0x21, 0x0c, 0x7d]);
var mix = new Uint32Array([
0x00000000, 0x0e090d0b, 0x1c121a16, 0x121b171d, 0x3824342c, 0x362d3927,
0x24362e3a, 0x2a3f2331, 0x70486858, 0x7e416553, 0x6c5a724e, 0x62537f45,
0x486c5c74, 0x4665517f, 0x547e4662, 0x5a774b69, 0xe090d0b0, 0xee99ddbb,
0xfc82caa6, 0xf28bc7ad, 0xd8b4e49c, 0xd6bde997, 0xc4a6fe8a, 0xcaaff381,
0x90d8b8e8, 0x9ed1b5e3, 0x8ccaa2fe, 0x82c3aff5, 0xa8fc8cc4, 0xa6f581cf,
0xb4ee96d2, 0xbae79bd9, 0xdb3bbb7b, 0xd532b670, 0xc729a16d, 0xc920ac66,
0xe31f8f57, 0xed16825c, 0xff0d9541, 0xf104984a, 0xab73d323, 0xa57ade28,
0xb761c935, 0xb968c43e, 0x9357e70f, 0x9d5eea04, 0x8f45fd19, 0x814cf012,
0x3bab6bcb, 0x35a266c0, 0x27b971dd, 0x29b07cd6, 0x038f5fe7, 0x0d8652ec,
0x1f9d45f1, 0x119448fa, 0x4be30393, 0x45ea0e98, 0x57f11985, 0x59f8148e,
0x73c737bf, 0x7dce3ab4, 0x6fd52da9, 0x61dc20a2, 0xad766df6, 0xa37f60fd,
0xb16477e0, 0xbf6d7aeb, 0x955259da, 0x9b5b54d1, 0x894043cc, 0x87494ec7,
0xdd3e05ae, 0xd33708a5, 0xc12c1fb8, 0xcf2512b3, 0xe51a3182, 0xeb133c89,
0xf9082b94, 0xf701269f, 0x4de6bd46, 0x43efb04d, 0x51f4a750, 0x5ffdaa5b,
0x75c2896a, 0x7bcb8461, 0x69d0937c, 0x67d99e77, 0x3daed51e, 0x33a7d815,
0x21bccf08, 0x2fb5c203, 0x058ae132, 0x0b83ec39, 0x1998fb24, 0x1791f62f,
0x764dd68d, 0x7844db86, 0x6a5fcc9b, 0x6456c190, 0x4e69e2a1, 0x4060efaa,
0x527bf8b7, 0x5c72f5bc, 0x0605bed5, 0x080cb3de, 0x1a17a4c3, 0x141ea9c8,
0x3e218af9, 0x302887f2, 0x223390ef, 0x2c3a9de4, 0x96dd063d, 0x98d40b36,
0x8acf1c2b, 0x84c61120, 0xaef93211, 0xa0f03f1a, 0xb2eb2807, 0xbce2250c,
0xe6956e65, 0xe89c636e, 0xfa877473, 0xf48e7978, 0xdeb15a49, 0xd0b85742,
0xc2a3405f, 0xccaa4d54, 0x41ecdaf7, 0x4fe5d7fc, 0x5dfec0e1, 0x53f7cdea,
0x79c8eedb, 0x77c1e3d0, 0x65daf4cd, 0x6bd3f9c6, 0x31a4b2af, 0x3fadbfa4,
0x2db6a8b9, 0x23bfa5b2, 0x09808683, 0x07898b88, 0x15929c95, 0x1b9b919e,
0xa17c0a47, 0xaf75074c, 0xbd6e1051, 0xb3671d5a, 0x99583e6b, 0x97513360,
0x854a247d, 0x8b432976, 0xd134621f, 0xdf3d6f14, 0xcd267809, 0xc32f7502,
0xe9105633, 0xe7195b38, 0xf5024c25, 0xfb0b412e, 0x9ad7618c, 0x94de6c87,
0x86c57b9a, 0x88cc7691, 0xa2f355a0, 0xacfa58ab, 0xbee14fb6, 0xb0e842bd,
0xea9f09d4, 0xe49604df, 0xf68d13c2, 0xf8841ec9, 0xd2bb3df8, 0xdcb230f3,
0xcea927ee, 0xc0a02ae5, 0x7a47b13c, 0x744ebc37, 0x6655ab2a, 0x685ca621,
0x42638510, 0x4c6a881b, 0x5e719f06, 0x5078920d, 0x0a0fd964, 0x0406d46f,
0x161dc372, 0x1814ce79, 0x322bed48, 0x3c22e043, 0x2e39f75e, 0x2030fa55,
0xec9ab701, 0xe293ba0a, 0xf088ad17, 0xfe81a01c, 0xd4be832d, 0xdab78e26,
0xc8ac993b, 0xc6a59430, 0x9cd2df59, 0x92dbd252, 0x80c0c54f, 0x8ec9c844,
0xa4f6eb75, 0xaaffe67e, 0xb8e4f163, 0xb6edfc68, 0x0c0a67b1, 0x02036aba,
0x10187da7, 0x1e1170ac, 0x342e539d, 0x3a275e96, 0x283c498b, 0x26354480,
0x7c420fe9, 0x724b02e2, 0x605015ff, 0x6e5918f4, 0x44663bc5, 0x4a6f36ce,
0x587421d3, 0x567d2cd8, 0x37a10c7a, 0x39a80171, 0x2bb3166c, 0x25ba1b67,
0x0f853856, 0x018c355d, 0x13972240, 0x1d9e2f4b, 0x47e96422, 0x49e06929,
0x5bfb7e34, 0x55f2733f, 0x7fcd500e, 0x71c45d05, 0x63df4a18, 0x6dd64713,
0xd731dcca, 0xd938d1c1, 0xcb23c6dc, 0xc52acbd7, 0xef15e8e6, 0xe11ce5ed,
0xf307f2f0, 0xfd0efffb, 0xa779b492, 0xa970b999, 0xbb6bae84, 0xb562a38f,
0x9f5d80be, 0x91548db5, 0x834f9aa8, 0x8d4697a3]);
function expandKey128(cipherKey) {
var b = 176, result = new Uint8Array(b);
result.set(cipherKey);
for (var j = 16, i = 1; j < b; ++i) {
// RotWord
var t1 = result[j - 3], t2 = result[j - 2],
t3 = result[j - 1], t4 = result[j - 4];
// SubWord
t1 = s[t1]; t2 = s[t2]; t3 = s[t3]; t4 = s[t4];
// Rcon
t1 = t1 ^ rcon[i];
for (var n = 0; n < 4; ++n) {
result[j] = (t1 ^= result[j - 16]); j++;
result[j] = (t2 ^= result[j - 16]); j++;
result[j] = (t3 ^= result[j - 16]); j++;
result[j] = (t4 ^= result[j - 16]); j++;
}
}
return result;
}
function decrypt128(input, key) {
var state = new Uint8Array(16);
state.set(input);
var i, j, k;
var t, u, v;
// AddRoundKey
for (j = 0, k = 160; j < 16; ++j, ++k)
state[j] ^= key[k];
for (i = 9; i >= 1; --i) {
// InvShiftRows
t = state[13]; state[13] = state[9]; state[9] = state[5];
state[5] = state[1]; state[1] = t;
t = state[14]; u = state[10]; state[14] = state[6];
state[10] = state[2]; state[6] = t; state[2] = u;
t = state[15]; u = state[11]; v = state[7]; state[15] = state[3];
state[11] = t; state[7] = u; state[3] = v;
// InvSubBytes
for (j = 0; j < 16; ++j)
state[j] = inv_s[state[j]];
// AddRoundKey
for (j = 0, k = i * 16; j < 16; ++j, ++k)
state[j] ^= key[k];
// InvMixColumns
for (j = 0; j < 16; j += 4) {
var s0 = mix[state[j]], s1 = mix[state[j + 1]],
s2 = mix[state[j + 2]], s3 = mix[state[j + 3]];
t = (s0 ^ (s1 >>> 8) ^ (s1 << 24) ^ (s2 >>> 16) ^ (s2 << 16) ^
(s3 >>> 24) ^ (s3 << 8));
state[j] = (t >>> 24) & 0xFF;
state[j + 1] = (t >> 16) & 0xFF;
state[j + 2] = (t >> 8) & 0xFF;
state[j + 3] = t & 0xFF;
}
}
// InvShiftRows
t = state[13]; state[13] = state[9]; state[9] = state[5];
state[5] = state[1]; state[1] = t;
t = state[14]; u = state[10]; state[14] = state[6];
state[10] = state[2]; state[6] = t; state[2] = u;
t = state[15]; u = state[11]; v = state[7]; state[15] = state[3];
state[11] = t; state[7] = u; state[3] = v;
for (j = 0; j < 16; ++j) {
// InvSubBytes
state[j] = inv_s[state[j]];
// AddRoundKey
state[j] ^= key[j];
}
return state;
}
function constructor(key) {
this.key = expandKey128(key);
this.buffer = new Uint8Array(16);
this.bufferPosition = 0;
}
function decryptBlock2(data) {
var i, j, ii, sourceLength = data.length,
buffer = this.buffer, bufferLength = this.bufferPosition,
result = [], iv = this.iv;
for (i = 0; i < sourceLength; ++i) {
buffer[bufferLength] = data[i];
++bufferLength;
if (bufferLength < 16)
continue;
// buffer is full, decrypting
var plain = decrypt128(buffer, this.key);
// xor-ing the IV vector to get plain text
for (j = 0; j < 16; ++j)
plain[j] ^= iv[j];
iv = buffer;
result.push(plain);
buffer = new Uint8Array(16);
bufferLength = 0;
}
// saving incomplete buffer
this.buffer = buffer;
this.bufferLength = bufferLength;
this.iv = iv;
if (result.length == 0)
return new Uint8Array([]);
if (result.length == 1)
return result[0];
// combining plain text blocks into one
var output = new Uint8Array(16 * result.length);
for (i = 0, j = 0, ii = result.length; i < ii; ++i, j += 16)
output.set(result[i], j);
return output;
}
constructor.prototype = {
decryptBlock: function aes128CipherDecryptBlock(data) {
var i, sourceLength = data.length;
var buffer = this.buffer, bufferLength = this.bufferPosition;
// waiting for IV values -- they are at the start of the stream
for (i = 0; bufferLength < 16 && i < sourceLength; ++i, ++bufferLength)
buffer[bufferLength] = data[i];
if (bufferLength < 16) {
// need more data
this.bufferLength = bufferLength;
return new Uint8Array([]);
}
this.iv = buffer;
this.buffer = new Uint8Array(16);
this.bufferLength = 0;
// starting decryption
this.decryptBlock = decryptBlock2;
return this.decryptBlock(data.subarray(16));
}
};
return constructor;
})();
var CipherTransform = (function cipherTransform() {
function constructor(stringCipherConstructor, streamCipherConstructor) {
this.stringCipherConstructor = stringCipherConstructor;
this.streamCipherConstructor = streamCipherConstructor;
}
constructor.prototype = {
createStream: function cipherTransformCreateStream(stream) {
var cipher = new this.streamCipherConstructor();
return new DecryptStream(stream,
function cipherTransformDecryptStream(data) {
return cipher.decryptBlock(data);
}
);
},
decryptString: function cipherTransformDecryptString(s) {
var cipher = new this.stringCipherConstructor();
var data = stringToBytes(s);
data = cipher.decryptBlock(data);
return bytesToString(data);
}
};
return constructor;
})();
var CipherTransformFactory = (function cipherTransformFactory() {
function prepareKeyData(fileId, password, ownerPassword, userPassword,
flags, revision, keyLength, encryptMetadata) {
var defaultPasswordBytes = new Uint8Array([
0x28, 0xBF, 0x4E, 0x5E, 0x4E, 0x75, 0x8A, 0x41,
0x64, 0x00, 0x4E, 0x56, 0xFF, 0xFA, 0x01, 0x08,
0x2E, 0x2E, 0x00, 0xB6, 0xD0, 0x68, 0x3E, 0x80,
0x2F, 0x0C, 0xA9, 0xFE, 0x64, 0x53, 0x69, 0x7A]);
var hashData = new Uint8Array(100), i = 0, j, n;
if (password) {
n = Math.min(32, password.length);
for (; i < n; ++i)
hashData[i] = password[i];
}
j = 0;
while (i < 32) {
hashData[i++] = defaultPasswordBytes[j++];
}
// as now the padded password in the hashData[0..i]
for (j = 0, n = ownerPassword.length; j < n; ++j)
hashData[i++] = ownerPassword[j];
hashData[i++] = flags & 0xFF;
hashData[i++] = (flags >> 8) & 0xFF;
hashData[i++] = (flags >> 16) & 0xFF;
hashData[i++] = (flags >>> 24) & 0xFF;
for (j = 0, n = fileId.length; j < n; ++j)
hashData[i++] = fileId[j];
if (revision >= 4 && !encryptMetadata) {
hashData[i++] = 0xFF;
hashData[i++] = 0xFF;
hashData[i++] = 0xFF;
hashData[i++] = 0xFF;
}
var hash = calculateMD5(hashData, 0, i);
var keyLengthInBytes = keyLength >> 3;
if (revision >= 3) {
for (j = 0; j < 50; ++j) {
hash = calculateMD5(hash, 0, keyLengthInBytes);
}
}
var encryptionKey = hash.subarray(0, keyLengthInBytes);
var cipher, checkData;
if (revision >= 3) {
// padded password in hashData, we can use this array for user
// password check
i = 32;
for (j = 0, n = fileId.length; j < n; ++j)
hashData[i++] = fileId[j];
cipher = new ARCFourCipher(encryptionKey);
var checkData = cipher.encryptBlock(calculateMD5(hashData, 0, i));
n = encryptionKey.length;
var derivedKey = new Uint8Array(n), k;
for (j = 1; j <= 19; ++j) {
for (k = 0; k < n; ++k)
derivedKey[k] = encryptionKey[k] ^ j;
cipher = new ARCFourCipher(derivedKey);
checkData = cipher.encryptBlock(checkData);
}
} else {
cipher = new ARCFourCipher(encryptionKey);
checkData = cipher.encryptBlock(hashData.subarray(0, 32));
}
for (j = 0, n = checkData.length; j < n; ++j) {
if (userPassword[j] != checkData[j])
error('incorrect password');
}
return encryptionKey;
}
var identityName = new Name('Identity');
function constructor(dict, fileId, password) {
var filter = dict.get('Filter');
if (!isName(filter) || filter.name != 'Standard')
error('unknown encryption method');
this.dict = dict;
var algorithm = dict.get('V');
if (!isInt(algorithm) ||
(algorithm != 1 && algorithm != 2 && algorithm != 4))
error('unsupported encryption algorithm');
this.algorithm = algorithm;
var keyLength = dict.get('Length') || 40;
if (!isInt(keyLength) ||
keyLength < 40 || (keyLength % 8) != 0)
error('invalid key length');
// prepare keys
var ownerPassword = stringToBytes(dict.get('O'));
var userPassword = stringToBytes(dict.get('U'));
var flags = dict.get('P');
var revision = dict.get('R');
var encryptMetadata =
dict.get('EncryptMetadata') !== false; // makes true as default value
var fileIdBytes = stringToBytes(fileId);
var passwordBytes;
if (password)
passwordBytes = stringToBytes(password);
this.encryptionKey = prepareKeyData(fileIdBytes, passwordBytes,
ownerPassword, userPassword,
flags, revision,
keyLength, encryptMetadata);
if (algorithm == 4) {
this.cf = dict.get('CF');
this.stmf = dict.get('StmF') || identityName;
this.strf = dict.get('StrF') || identityName;
this.eff = dict.get('EFF') || this.strf;
}
}
function buildObjectKey(num, gen, encryptionKey, isAes) {
var key = new Uint8Array(encryptionKey.length + 9), i, n;
for (i = 0, n = encryptionKey.length; i < n; ++i)
key[i] = encryptionKey[i];
key[i++] = num & 0xFF;
key[i++] = (num >> 8) & 0xFF;
key[i++] = (num >> 16) & 0xFF;
key[i++] = gen & 0xFF;
key[i++] = (gen >> 8) & 0xFF;
if (isAes) {
key[i++] = 0x73;
key[i++] = 0x41;
key[i++] = 0x6C;
key[i++] = 0x54;
}
var hash = calculateMD5(key, 0, i);
return hash.subarray(0, Math.min(encryptionKey.length + 5, 16));
}
function buildCipherConstructor(cf, name, num, gen, key) {
var cryptFilter = cf.get(name.name);
var cfm;
if (cryptFilter != null)
cfm = cryptFilter.get('CFM');
if (!cfm || cfm.name == 'None') {
return function cipherTransformFactoryBuildCipherConstructorNone() {
return new NullCipher();
};
}
if ('V2' == cfm.name) {
return function cipherTransformFactoryBuildCipherConstructorV2() {
return new ARCFourCipher(
buildObjectKey(num, gen, key, false));
};
}
if ('AESV2' == cfm.name) {
return function cipherTransformFactoryBuildCipherConstructorAESV2() {
return new AES128Cipher(
buildObjectKey(num, gen, key, true));
};
}
error('Unknown crypto method');
return null;
}
constructor.prototype = {
createCipherTransform: function buildCipherCreateCipherTransform(num,
gen) {
if (this.algorithm == 4) {
return new CipherTransform(
buildCipherConstructor(this.cf, this.stmf,
num, gen, this.encryptionKey),
buildCipherConstructor(this.cf, this.strf,
num, gen, this.encryptionKey));
}
// algorithms 1 and 2
var key = buildObjectKey(num, gen, this.encryptionKey, false);
var cipherConstructor = function buildCipherCipherConstructor() {
return new ARCFourCipher(key);
};
return new CipherTransform(cipherConstructor, cipherConstructor);
}
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PartialEvaluator = (function partialEvaluator() {
function constructor(xref, handler, uniquePrefix) {
this.state = new EvalState();
this.stateStack = [];
this.xref = xref;
this.handler = handler;
this.uniquePrefix = uniquePrefix;
this.objIdCounter = 0;
}
var OP_MAP = {
// Graphics state
w: 'setLineWidth',
J: 'setLineCap',
j: 'setLineJoin',
M: 'setMiterLimit',
d: 'setDash',
ri: 'setRenderingIntent',
i: 'setFlatness',
gs: 'setGState',
q: 'save',
Q: 'restore',
cm: 'transform',
// Path
m: 'moveTo',
l: 'lineTo',
c: 'curveTo',
v: 'curveTo2',
y: 'curveTo3',
h: 'closePath',
re: 'rectangle',
S: 'stroke',
s: 'closeStroke',
f: 'fill',
F: 'fill',
'f*': 'eoFill',
B: 'fillStroke',
'B*': 'eoFillStroke',
b: 'closeFillStroke',
'b*': 'closeEOFillStroke',
n: 'endPath',
// Clipping
W: 'clip',
'W*': 'eoClip',
// Text
BT: 'beginText',
ET: 'endText',
Tc: 'setCharSpacing',
Tw: 'setWordSpacing',
Tz: 'setHScale',
TL: 'setLeading',
Tf: 'setFont',
Tr: 'setTextRenderingMode',
Ts: 'setTextRise',
Td: 'moveText',
TD: 'setLeadingMoveText',
Tm: 'setTextMatrix',
'T*': 'nextLine',
Tj: 'showText',
TJ: 'showSpacedText',
"'": 'nextLineShowText',
'"': 'nextLineSetSpacingShowText',
// Type3 fonts
d0: 'setCharWidth',
d1: 'setCharWidthAndBounds',
// Color
CS: 'setStrokeColorSpace',
cs: 'setFillColorSpace',
SC: 'setStrokeColor',
SCN: 'setStrokeColorN',
sc: 'setFillColor',
scn: 'setFillColorN',
G: 'setStrokeGray',
g: 'setFillGray',
RG: 'setStrokeRGBColor',
rg: 'setFillRGBColor',
K: 'setStrokeCMYKColor',
k: 'setFillCMYKColor',
// Shading
sh: 'shadingFill',
// Images
BI: 'beginInlineImage',
ID: 'beginImageData',
EI: 'endInlineImage',
// XObjects
Do: 'paintXObject',
// Marked content
MP: 'markPoint',
DP: 'markPointProps',
BMC: 'beginMarkedContent',
BDC: 'beginMarkedContentProps',
EMC: 'endMarkedContent',
// Compatibility
BX: 'beginCompat',
EX: 'endCompat'
};
constructor.prototype = {
getIRQueue: function partialEvaluatorGetIRQueue(stream, resources,
queue, dependency) {
var self = this;
var xref = this.xref;
var handler = this.handler;
var uniquePrefix = this.uniquePrefix;
function insertDependency(depList) {
fnArray.push('dependency');
argsArray.push(depList);
for (var i = 0, ii = depList.length; i < ii; i++) {
var dep = depList[i];
if (dependency.indexOf(dep) == -1) {
dependency.push(depList[i]);
}
}
}
function handleSetFont(fontName, fontRef) {
var loadedName = null;
var fontRes = resources.get('Font');
// TODO: TOASK: Is it possible to get here? If so, what does
// args[0].name should be like???
assert(fontRes, 'fontRes not available');
fontRes = xref.fetchIfRef(fontRes);
fontRef = fontRef || fontRes.get(fontName);
var font = xref.fetchIfRef(fontRef);
assertWellFormed(isDict(font));
if (!font.translated) {
font.translated = self.translateFont(font, xref, resources,
dependency);
if (font.translated) {
// keep track of each font we translated so the caller can
// load them asynchronously before calling display on a page
loadedName = 'font_' + uniquePrefix + (++self.objIdCounter);
font.translated.properties.loadedName = loadedName;
font.loadedName = loadedName;
var translated = font.translated;
// Convert the file to an ArrayBuffer which will be turned back into
// a Stream in the main thread.
if (translated.file)
translated.file = translated.file.getBytes();
handler.send('obj', [
loadedName,
'Font',
translated.name,
translated.file,
translated.properties
]);
}
}
loadedName = loadedName || font.loadedName;
// Ensure the font is ready before the font is set
// and later on used for drawing.
// TODO: This should get insert to the IRQueue only once per
// page.
insertDependency([loadedName]);
return loadedName;
}
function buildPaintImageXObject(image, inline) {
var dict = image.dict;
var w = dict.get('Width', 'W');
var h = dict.get('Height', 'H');
if (image instanceof JpegStream && image.isNative) {
var objId = 'img_' + uniquePrefix + (++self.objIdCounter);
handler.send('obj', [objId, 'JpegStream', image.getIR()]);
// Add the dependency on the image object.
insertDependency([objId]);
// The normal fn.
fn = 'paintJpegXObject';
args = [objId, w, h];
return;
}
// Needs to be rendered ourself.
// Figure out if the image has an imageMask.
var imageMask = dict.get('ImageMask', 'IM') || false;
// If there is no imageMask, create the PDFImage and a lot
// of image processing can be done here.
if (!imageMask) {
var imageObj = new PDFImage(xref, resources, image, inline);
if (imageObj.imageMask) {
throw 'Can\'t handle this in the web worker :/';
}
var imgData = {
width: w,
height: h,
data: new Uint8Array(w * h * 4)
};
var pixels = imgData.data;
imageObj.fillRgbaBuffer(pixels, imageObj.decode);
fn = 'paintImageXObject';
args = [imgData];
return;
}
// This depends on a tmpCanvas beeing filled with the
// current fillStyle, such that processing the pixel
// data can't be done here. Instead of creating a
// complete PDFImage, only read the information needed
// for later.
fn = 'paintImageMaskXObject';
var width = dict.get('Width', 'W');
var height = dict.get('Height', 'H');
var bitStrideLength = (width + 7) >> 3;
var imgArray = image.getBytes(bitStrideLength * height);
var decode = dict.get('Decode', 'D');
var inverseDecode = !!decode && decode[0] > 0;
args = [imgArray, inverseDecode, width, height];
}
uniquePrefix = uniquePrefix || '';
if (!queue.argsArray) {
queue.argsArray = [];
}
if (!queue.fnArray) {
queue.fnArray = [];
}
var fnArray = queue.fnArray, argsArray = queue.argsArray;
var dependencyArray = dependency || [];
resources = xref.fetchIfRef(resources) || new Dict();
var xobjs = xref.fetchIfRef(resources.get('XObject')) || new Dict();
var patterns = xref.fetchIfRef(resources.get('Pattern')) || new Dict();
var parser = new Parser(new Lexer(stream), false);
var res = resources;
var args = [], obj;
var getObjBt = function getObjBt() {
parser = this.oldParser;
return { name: 'BT' };
};
var TILING_PATTERN = 1, SHADING_PATTERN = 2;
while (!isEOF(obj = parser.getObj())) {
if (isCmd(obj)) {
var cmd = obj.cmd;
var fn = OP_MAP[cmd];
if (!fn) {
// invalid content command, trying to recover
if (cmd.substr(-2) == 'BT') {
fn = OP_MAP[cmd.substr(0, cmd.length - 2)];
// feeding 'BT' on next interation
parser = {
getObj: getObjBt,
oldParser: parser
};
}
}
assertWellFormed(fn, 'Unknown command "' + cmd + '"');
// TODO figure out how to type-check vararg functions
if ((cmd == 'SCN' || cmd == 'scn') && !args[args.length - 1].code) {
// Use the IR version for setStroke/FillColorN.
fn += '_IR';
// compile tiling patterns
var patternName = args[args.length - 1];
// SCN/scn applies patterns along with normal colors
if (isName(patternName)) {
var pattern = xref.fetchIfRef(patterns.get(patternName.name));
if (pattern) {
var dict = isStream(pattern) ? pattern.dict : pattern;
var typeNum = dict.get('PatternType');
if (typeNum == TILING_PATTERN) {
// Create an IR of the pattern code.
var depIdx = dependencyArray.length;
var queueObj = {};
var codeIR = this.getIRQueue(pattern, dict.get('Resources'),
queueObj, dependencyArray);
// Add the dependencies that are required to execute the
// codeIR.
insertDependency(dependencyArray.slice(depIdx));
args = TilingPattern.getIR(codeIR, dict, args);
}
else if (typeNum == SHADING_PATTERN) {
var shading = xref.fetchIfRef(dict.get('Shading'));
var matrix = dict.get('Matrix');
var pattern = Pattern.parseShading(shading, matrix, xref, res,
null /*ctx*/);
args = pattern.getIR();
} else {
error('Unkown PatternType ' + typeNum);
}
}
}
} else if (cmd == 'Do' && !args[0].code) {
// eagerly compile XForm objects
var name = args[0].name;
var xobj = xobjs.get(name);
if (xobj) {
xobj = xref.fetchIfRef(xobj);
assertWellFormed(isStream(xobj), 'XObject should be a stream');
var type = xobj.dict.get('Subtype');
assertWellFormed(
isName(type),
'XObject should have a Name subtype'
);
if ('Form' == type.name) {
var matrix = xobj.dict.get('Matrix');
var bbox = xobj.dict.get('BBox');
fnArray.push('paintFormXObjectBegin');
argsArray.push([matrix, bbox]);
// This adds the IRQueue of the xObj to the current queue.
var depIdx = dependencyArray.length;
this.getIRQueue(xobj, xobj.dict.get('Resources'), queue,
dependencyArray);
// Add the dependencies that are required to execute the
// codeIR.
insertDependency(dependencyArray.slice(depIdx));
fn = 'paintFormXObjectEnd';
args = [];
} else if ('Image' == type.name) {
buildPaintImageXObject(xobj, false);
} else {
error('Unhandled XObject subtype ' + type.name);
}
}
} else if (cmd == 'Tf') { // eagerly collect all fonts
args[0] = handleSetFont(args[0].name);
} else if (cmd == 'EI') {
buildPaintImageXObject(args[0], true);
}
switch (fn) {
// Parse the ColorSpace data to a raw format.
case 'setFillColorSpace':
case 'setStrokeColorSpace':
args = [ColorSpace.parseToIR(args[0], xref, resources)];
break;
case 'shadingFill':
var shadingRes = xref.fetchIfRef(res.get('Shading'));
if (!shadingRes)
error('No shading resource found');
var shading = xref.fetchIfRef(shadingRes.get(args[0].name));
if (!shading)
error('No shading object found');
var shadingFill = Pattern.parseShading(shading, null, xref, res,
null);
var patternIR = shadingFill.getIR();
args = [patternIR];
fn = 'shadingFill';
break;
case 'setGState':
var dictName = args[0];
var extGState = xref.fetchIfRef(resources.get('ExtGState'));
if (!isDict(extGState) || !extGState.has(dictName.name))
break;
var gsState = xref.fetchIfRef(extGState.get(dictName.name));
// This array holds the converted/processed state data.
var gsStateObj = [];
gsState.forEach(
function canvasGraphicsSetGStateForEach(key, value) {
switch (key) {
case 'Type':
break;
case 'LW':
case 'LC':
case 'LJ':
case 'ML':
case 'D':
case 'RI':
case 'FL':
case 'CA':
case 'ca':
gsStateObj.push([key, value]);
break;
case 'Font':
gsStateObj.push([
'Font',
handleSetFont(null, value[0]),
value[1]
]);
break;
case 'OP':
case 'op':
case 'OPM':
case 'BG':
case 'BG2':
case 'UCR':
case 'UCR2':
case 'TR':
case 'TR2':
case 'HT':
case 'SM':
case 'SA':
case 'BM':
case 'SMask':
case 'AIS':
case 'TK':
TODO('graphic state operator ' + key);
break;
default:
warn('Unknown graphic state operator ' + key);
break;
}
}
);
args = [gsStateObj];
break;
} // switch
fnArray.push(fn);
argsArray.push(args);
args = [];
} else if (obj != null) {
assertWellFormed(args.length <= 33, 'Too many arguments');
args.push(obj);
}
}
return {
fnArray: fnArray,
argsArray: argsArray
};
},
extractDataStructures: function
partialEvaluatorExtractDataStructures(dict, baseDict,
xref, properties) {
// 9.10.2
var toUnicode = dict.get('ToUnicode') ||
baseDict.get('ToUnicode');
if (toUnicode)
properties.toUnicode = this.readToUnicode(toUnicode, xref);
if (properties.composite) {
// CIDSystemInfo helps to match CID to glyphs
var cidSystemInfo = xref.fetchIfRef(dict.get('CIDSystemInfo'));
if (isDict(cidSystemInfo)) {
properties.cidSystemInfo = {
registry: cidSystemInfo.get('Registry'),
ordering: cidSystemInfo.get('Ordering'),
supplement: cidSystemInfo.get('Supplement')
};
}
var cidToGidMap = xref.fetchIfRef(dict.get('CIDToGIDMap'));
if (isStream(cidToGidMap))
properties.cidToGidMap = this.readCidToGidMap(cidToGidMap);
}
var differences = [];
var baseEncoding = Encodings.StandardEncoding;
var hasEncoding = dict.has('Encoding');
if (hasEncoding) {
var encoding = xref.fetchIfRef(dict.get('Encoding'));
if (isDict(encoding)) {
var baseName = encoding.get('BaseEncoding');
if (baseName)
baseEncoding = Encodings[baseName.name];
// Load the differences between the base and original
if (encoding.has('Differences')) {
var diffEncoding = encoding.get('Differences');
var index = 0;
for (var j = 0, jj = diffEncoding.length; j < jj; j++) {
var data = diffEncoding[j];
if (isNum(data))
index = data;
else
differences[index++] = data.name;
}
}
} else if (isName(encoding)) {
baseEncoding = Encodings[encoding.name];
} else {
error('Encoding is not a Name nor a Dict');
}
}
properties.differences = differences;
properties.baseEncoding = baseEncoding;
properties.hasEncoding = hasEncoding;
},
readToUnicode:
function partialEvaluatorReadToUnicode(toUnicode, xref) {
var cmapObj = xref.fetchIfRef(toUnicode);
var charToUnicode = [];
if (isName(cmapObj)) {
var isIdentityMap = cmapObj.name.substr(0, 9) == 'Identity-';
if (!isIdentityMap)
error('ToUnicode file cmap translation not implemented');
} else if (isStream(cmapObj)) {
var tokens = [];
var token = '';
var beginArrayToken = {};
var cmap = cmapObj.getBytes(cmapObj.length);
for (var i = 0, ii = cmap.length; i < ii; i++) {
var byte = cmap[i];
if (byte == 0x20 || byte == 0x0D || byte == 0x0A ||
byte == 0x3C || byte == 0x5B || byte == 0x5D) {
switch (token) {
case 'usecmap':
error('usecmap is not implemented');
break;
case 'beginbfchar':
case 'beginbfrange':
case 'begincidchar':
case 'begincidrange':
token = '';
tokens = [];
break;
case 'endcidrange':
case 'endbfrange':
for (var j = 0, jj = tokens.length; j < jj; j += 3) {
var startRange = tokens[j];
var endRange = tokens[j + 1];
var code = tokens[j + 2];
if (code == 0xFFFF) {
// CMap is broken, assuming code == startRange
code = startRange;
}
if (isArray(code)) {
var codeindex = 0;
while (startRange <= endRange) {
charToUnicode[startRange] = code[codeindex++];
++startRange;
}
} else {
while (startRange <= endRange) {
charToUnicode[startRange] = code++;
++startRange;
}
}
}
break;
case 'endcidchar':
case 'endbfchar':
for (var j = 0, jj = tokens.length; j < jj; j += 2) {
var index = tokens[j];
var code = tokens[j + 1];
charToUnicode[index] = code;
}
break;
case '':
break;
default:
if (token[0] >= '0' && token[0] <= '9')
token = parseInt(token, 10); // a number
tokens.push(token);
token = '';
}
switch (byte) {
case 0x5B:
// begin list parsing
tokens.push(beginArrayToken);
break;
case 0x5D:
// collect array items
var items = [], item;
while (tokens.length &&
(item = tokens.pop()) != beginArrayToken)
items.unshift(item);
tokens.push(items);
break;
}
} else if (byte == 0x3E) {
if (token.length) {
if (token.length <= 4) {
// parsing hex number
tokens.push(parseInt(token, 16));
token = '';
} else {
// parsing hex UTF-16BE numbers
var str = [];
for (var i = 0, ii = token.length; i < ii; i += 4)
str.push(parseInt(token.substr(i, 4), 16));
tokens.push(String.fromCharCode.apply(String, str));
token = '';
}
}
} else {
token += String.fromCharCode(byte);
}
}
}
return charToUnicode;
},
readCidToGidMap:
function partialEvaluatorReadCidToGidMap(cidToGidStream) {
// Extract the encoding from the CIDToGIDMap
var glyphsData = cidToGidStream.getBytes();
// Set encoding 0 to later verify the font has an encoding
var result = [];
for (var j = 0, jj = glyphsData.length; j < jj; j++) {
var glyphID = (glyphsData[j++] << 8) | glyphsData[j];
if (glyphID == 0)
continue;
var code = j >> 1;
result[code] = glyphID;
}
return result;
},
extractWidths: function partialEvaluatorWidths(dict,
xref,
descriptor,
properties) {
var glyphsWidths = [];
var defaultWidth = 0;
if (properties.composite) {
defaultWidth = xref.fetchIfRef(dict.get('DW')) || 1000;
var widths = xref.fetchIfRef(dict.get('W'));
if (widths) {
var start = 0, end = 0;
for (var i = 0, ii = widths.length; i < ii; i++) {
var code = widths[i];
if (isArray(code)) {
for (var j = 0, jj = code.length; j < jj; j++)
glyphsWidths[start++] = code[j];
start = 0;
} else if (start) {
var width = widths[++i];
for (var j = start; j <= code; j++)
glyphsWidths[j] = width;
start = 0;
} else {
start = code;
}
}
}
} else {
var firstChar = properties.firstChar;
var widths = xref.fetchIfRef(dict.get('Widths'));
if (widths) {
var j = firstChar;
for (var i = 0, ii = widths.length; i < ii; i++)
glyphsWidths[j++] = widths[i];
defaultWidth = parseFloat(descriptor.get('MissingWidth')) || 0;
} else {
// Trying get the BaseFont metrics (see comment above).
var baseFontName = dict.get('BaseFont');
if (isName(baseFontName)) {
var metrics = this.getBaseFontMetrics(baseFontName.name);
glyphsWidths = metrics.widths;
defaultWidth = metrics.defaultWidth;
}
}
}
properties.defaultWidth = defaultWidth;
properties.widths = glyphsWidths;
},
getBaseFontMetrics: function getBaseFontMetrics(name) {
var defaultWidth = 0, widths = [];
var glyphWidths = Metrics[stdFontMap[name] || name];
if (isNum(glyphWidths)) {
defaultWidth = glyphWidths;
} else {
widths = glyphWidths;
}
return {
defaultWidth: defaultWidth,
widths: widths
};
},
translateFont: function partialEvaluatorTranslateFont(dict, xref, resources,
dependency) {
var baseDict = dict;
var type = dict.get('Subtype');
assertWellFormed(isName(type), 'invalid font Subtype');
var composite = false;
if (type.name == 'Type0') {
// If font is a composite
// - get the descendant font
// - set the type according to the descendant font
// - get the FontDescriptor from the descendant font
var df = dict.get('DescendantFonts');
if (!df)
return null;
if (isRef(df))
df = xref.fetch(df);
dict = xref.fetchIfRef(isRef(df) ? df : df[0]);
type = dict.get('Subtype');
assertWellFormed(isName(type), 'invalid font Subtype');
composite = true;
}
var maxCharIndex = composite ? 0xFFFF : 0xFF;
var descriptor = xref.fetchIfRef(dict.get('FontDescriptor'));
if (!descriptor) {
if (type.name == 'Type3') {
// FontDescriptor is only required for Type3 fonts when the document
// is a tagged pdf. Create a barbebones one to get by.
descriptor = new Dict();
descriptor.set('FontName', new Name(type.name));
} else {
// Before PDF 1.5 if the font was one of the base 14 fonts, having a
// FontDescriptor was not required.
// This case is here for compatibility.
var baseFontName = dict.get('BaseFont');
if (!isName(baseFontName))
return null;
// Using base font name as a font name.
baseFontName = baseFontName.name.replace(/[,_]/g, '-');
var metrics = this.getBaseFontMetrics(baseFontName);
var properties = {
type: type.name,
widths: metrics.widths,
defaultWidth: metrics.defaultWidth,
firstChar: 0,
lastChar: maxCharIndex
};
this.extractDataStructures(dict, dict, xref, properties);
return {
name: baseFontName,
dict: baseDict,
properties: properties
};
}
}
// According to the spec if 'FontDescriptor' is declared, 'FirstChar',
// 'LastChar' and 'Widths' should exists too, but some PDF encoders seems
// to ignore this rule when a variant of a standart font is used.
// TODO Fill the width array depending on which of the base font this is
// a variant.
var firstChar = xref.fetchIfRef(dict.get('FirstChar')) || 0;
var lastChar = xref.fetchIfRef(dict.get('LastChar')) || maxCharIndex;
var fontName = xref.fetchIfRef(descriptor.get('FontName'));
assertWellFormed(isName(fontName), 'invalid font name');
var fontFile = descriptor.get('FontFile', 'FontFile2', 'FontFile3');
if (fontFile) {
fontFile = xref.fetchIfRef(fontFile);
if (fontFile.dict) {
var subtype = fontFile.dict.get('Subtype');
if (subtype)
subtype = subtype.name;
var length1 = fontFile.dict.get('Length1');
if (!isInt(length1))
length1 = xref.fetchIfRef(length1);
var length2 = fontFile.dict.get('Length2');
if (!isInt(length2))
length2 = xref.fetchIfRef(length2);
}
}
var properties = {
type: type.name,
subtype: subtype,
file: fontFile,
length1: length1,
length2: length2,
composite: composite,
fixedPitch: false,
fontMatrix: dict.get('FontMatrix') || IDENTITY_MATRIX,
firstChar: firstChar || 0,
lastChar: lastChar || maxCharIndex,
bbox: descriptor.get('FontBBox'),
ascent: descriptor.get('Ascent'),
descent: descriptor.get('Descent'),
xHeight: descriptor.get('XHeight'),
capHeight: descriptor.get('CapHeight'),
flags: descriptor.get('Flags'),
italicAngle: descriptor.get('ItalicAngle'),
coded: false
};
this.extractWidths(dict, xref, descriptor, properties);
this.extractDataStructures(dict, baseDict, xref, properties);
if (type.name === 'Type3') {
properties.coded = true;
var charProcs = xref.fetchIfRef(dict.get('CharProcs'));
var fontResources = xref.fetchIfRef(dict.get('Resources')) || resources;
properties.resources = fontResources;
properties.charProcIRQueues = {};
for (var key in charProcs.map) {
var glyphStream = xref.fetchIfRef(charProcs.map[key]);
var queueObj = {};
properties.charProcIRQueues[key] =
this.getIRQueue(glyphStream, fontResources, queueObj, dependency);
}
}
return {
name: fontName.name,
dict: baseDict,
file: fontFile,
properties: properties
};
}
};
return constructor;
})();
var EvalState = (function evalState() {
function constructor() {
// Are soft masks and alpha values shapes or opacities?
this.alphaIsShape = false;
this.fontSize = 0;
this.textMatrix = IDENTITY_MATRIX;
this.leading = 0;
// Start of text line (in text coordinates)
this.lineX = 0;
this.lineY = 0;
// Character and word spacing
this.charSpacing = 0;
this.wordSpacing = 0;
this.textHScale = 1;
// Color spaces
this.fillColorSpace = null;
this.strokeColorSpace = null;
}
constructor.prototype = {
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var isWorker = (typeof window == 'undefined');
/**
* Maximum time to wait for a font to be loaded by font-face rules.
*/
var kMaxWaitForFontFace = 1000;
// Unicode Private Use Area
var kCmapGlyphOffset = 0xE000;
var kSizeOfGlyphArea = 0x1900;
// PDF Glyph Space Units are one Thousandth of a TextSpace Unit
// except for Type 3 fonts
var kPDFGlyphSpaceUnits = 1000;
// Until hinting is fully supported this constant can be used
var kHintingEnabled = false;
var Encodings = {
get ExpertEncoding() {
return shadow(this, 'ExpertEncoding', ['', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'space', 'exclamsmall', 'Hungarumlautsmall', '',
'dollaroldstyle', 'dollarsuperior', 'ampersandsmall', 'Acutesmall',
'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
'onedotenleader', 'comma', 'hyphen', 'period', 'fraction',
'zerooldstyle', 'oneoldstyle', 'twooldstyle', 'threeoldstyle',
'fouroldstyle', 'fiveoldstyle', 'sixoldstyle', 'sevenoldstyle',
'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon', 'commasuperior',
'threequartersemdash', 'periodsuperior', 'questionsmall', '',
'asuperior', 'bsuperior', 'centsuperior', 'dsuperior', 'esuperior', '',
'', 'isuperior', '', '', 'lsuperior', 'msuperior', 'nsuperior',
'osuperior', '', '', 'rsuperior', 'ssuperior', 'tsuperior', '', 'ff',
'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior', '', 'parenrightinferior',
'Circumflexsmall', 'hyphensuperior', 'Gravesmall', 'Asmall', 'Bsmall',
'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall',
'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall',
'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall',
'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary', 'onefitted', 'rupiah',
'Tildesmall', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', 'exclamdownsmall', 'centoldstyle', 'Lslashsmall', '', '',
'Scaronsmall', 'Zcaronsmall', 'Dieresissmall', 'Brevesmall',
'Caronsmall', '', 'Dotaccentsmall', '', '', 'Macronsmall', '', '',
'figuredash', 'hypheninferior', '', '', 'Ogoneksmall', 'Ringsmall',
'Cedillasmall', '', '', '', 'onequarter', 'onehalf', 'threequarters',
'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds', '', '', 'zerosuperior',
'onesuperior', 'twosuperior', 'threesuperior', 'foursuperior',
'fivesuperior', 'sixsuperior', 'sevensuperior', 'eightsuperior',
'ninesuperior', 'zeroinferior', 'oneinferior', 'twoinferior',
'threeinferior', 'fourinferior', 'fiveinferior', 'sixinferior',
'seveninferior', 'eightinferior', 'nineinferior', 'centinferior',
'dollarinferior', 'periodinferior', 'commainferior', 'Agravesmall',
'Aacutesmall', 'Acircumflexsmall', 'Atildesmall', 'Adieresissmall',
'Aringsmall', 'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall',
'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall',
'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall', 'Uacutesmall',
'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall', 'Thornsmall',
'Ydieresissmall'
]);
},
get MacExpertEncoding() {
return shadow(this, 'MacExpertEncoding', ['', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', 'space', 'exclamsmall', 'Hungarumlautsmall',
'centoldstyle', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall',
'Acutesmall', 'parenleftsuperior', 'parenrightsuperior',
'twodotenleader', 'onedotenleader', 'comma', 'hyphen', 'period',
'fraction', 'zerooldstyle', 'oneoldstyle', 'twooldstyle',
'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle',
'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon',
'', 'threequartersemdash', '', 'questionsmall', '', '', '', '',
'Ethsmall', '', '', 'onequarter', 'onehalf', 'threequarters',
'oneeighth', 'threeeighths', 'fiveeighths', 'seveneighths', 'onethird',
'twothirds', '', '', '', '', '', '', 'ff', 'fi', 'fl', 'ffi', 'ffl',
'parenleftinferior', '', 'parenrightinferior', 'Circumflexsmall',
'hypheninferior', 'Gravesmall', 'Asmall', 'Bsmall', 'Csmall', 'Dsmall',
'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall', 'Jsmall', 'Ksmall',
'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall', 'Qsmall', 'Rsmall',
'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall', 'Xsmall', 'Ysmall',
'Zsmall', 'colonmonetary', 'onefitted', 'rupiah', 'Tildesmall', '', '',
'asuperior', 'centsuperior', '', '', '', '', 'Aacutesmall',
'Agravesmall', 'Acircumflexsmall', 'Adieresissmall', 'Atildesmall',
'Aringsmall', 'Ccedillasmall', 'Eacutesmall', 'Egravesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Iacutesmall', 'Igravesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ntildesmall', 'Oacutesmall',
'Ogravesmall', 'Ocircumflexsmall', 'Odieresissmall', 'Otildesmall',
'Uacutesmall', 'Ugravesmall', 'Ucircumflexsmall', 'Udieresissmall', '',
'eightsuperior', 'fourinferior', 'threeinferior', 'sixinferior',
'eightinferior', 'seveninferior', 'Scaronsmall', '', 'centinferior',
'twoinferior', '', 'Dieresissmall', '', 'Caronsmall', 'osuperior',
'fiveinferior', '', 'commainferior', 'periodinferior', 'Yacutesmall', '',
'dollarinferior', '', 'Thornsmall', '', 'nineinferior', 'zeroinferior',
'Zcaronsmall', 'AEsmall', 'Oslashsmall', 'questiondownsmall',
'oneinferior', 'Lslashsmall', '', '', '', '', '', '', 'Cedillasmall', '',
'', '', '', '', 'OEsmall', 'figuredash', 'hyphensuperior', '', '', '',
'', 'exclamdownsmall', '', 'Ydieresissmall', '', 'onesuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
'sixsuperior', 'sevensuperior', 'ninesuperior', 'zerosuperior', '',
'esuperior', 'rsuperior', 'tsuperior', '', '', 'isuperior', 'ssuperior',
'dsuperior', '', '', '', '', '', 'lsuperior', 'Ogoneksmall',
'Brevesmall', 'Macronsmall', 'bsuperior', 'nsuperior', 'msuperior',
'commasuperior', 'periodsuperior', 'Dotaccentsmall', 'Ringsmall'
]);
},
get MacRomanEncoding() {
return shadow(this, 'MacRomanEncoding', ['', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'grave', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', '', 'Adieresis', 'Aring',
'Ccedilla', 'Eacute', 'Ntilde', 'Odieresis', 'Udieresis', 'aacute',
'agrave', 'acircumflex', 'adieresis', 'atilde', 'aring', 'ccedilla',
'eacute', 'egrave', 'ecircumflex', 'edieresis', 'iacute', 'igrave',
'icircumflex', 'idieresis', 'ntilde', 'oacute', 'ograve', 'ocircumflex',
'odieresis', 'otilde', 'uacute', 'ugrave', 'ucircumflex', 'udieresis',
'dagger', 'degree', 'cent', 'sterling', 'section', 'bullet', 'paragraph',
'germandbls', 'registered', 'copyright', 'trademark', 'acute',
'dieresis', 'notequal', 'AE', 'Oslash', 'infinity', 'plusminus',
'lessequal', 'greaterequal', 'yen', 'mu', 'partialdiff', 'summation',
'product', 'pi', 'integral', 'ordfeminine', 'ordmasculine', 'Omega',
'ae', 'oslash', 'questiondown', 'exclamdown', 'logicalnot', 'radical',
'florin', 'approxequal', 'Delta', 'guillemotleft', 'guillemotright',
'ellipsis', 'space', 'Agrave', 'Atilde', 'Otilde', 'OE', 'oe', 'endash',
'emdash', 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright',
'divide', 'lozenge', 'ydieresis', 'Ydieresis', 'fraction', 'currency',
'guilsinglleft', 'guilsinglright', 'fi', 'fl', 'daggerdbl',
'periodcentered', 'quotesinglbase', 'quotedblbase', 'perthousand',
'Acircumflex', 'Ecircumflex', 'Aacute', 'Edieresis', 'Egrave', 'Iacute',
'Icircumflex', 'Idieresis', 'Igrave', 'Oacute', 'Ocircumflex', 'apple',
'Ograve', 'Uacute', 'Ucircumflex', 'Ugrave', 'dotlessi', 'circumflex',
'tilde', 'macron', 'breve', 'dotaccent', 'ring', 'cedilla',
'hungarumlaut', 'ogonek', 'caron'
]);
},
get StandardEncoding() {
return shadow(this, 'StandardEncoding', ['', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quoteright', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', '', '', 'exclamdown',
'cent', 'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
'guilsinglright', 'fi', 'fl', '', 'endash', 'dagger', 'daggerdbl',
'periodcentered', '', 'paragraph', 'bullet', 'quotesinglbase',
'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis',
'perthousand', '', 'questiondown', '', 'grave', 'acute', 'circumflex',
'tilde', 'macron', 'breve', 'dotaccent', 'dieresis', '', 'ring',
'cedilla', '', 'hungarumlaut', 'ogonek', 'caron', 'emdash', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', 'AE', '',
'ordfeminine', '', '', '', '', 'Lslash', 'Oslash', 'OE', 'ordmasculine',
'', '', '', '', '', 'ae', '', '', '', 'dotlessi', '', '', 'lslash',
'oslash', 'oe', 'germandbls'
]);
},
get WinAnsiEncoding() {
return shadow(this, 'WinAnsiEncoding', ['', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'grave', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', 'bullet', 'Euro',
'bullet', 'quotesinglbase', 'florin', 'quotedblbase', 'ellipsis',
'dagger', 'daggerdbl', 'circumflex', 'perthousand', 'Scaron',
'guilsinglleft', 'OE', 'bullet', 'Zcaron', 'bullet', 'bullet',
'quoteleft', 'quoteright', 'quotedblleft', 'quotedblright', 'bullet',
'endash', 'emdash', 'tilde', 'trademark', 'scaron', 'guilsinglright',
'oe', 'bullet', 'zcaron', 'Ydieresis', 'space', 'exclamdown', 'cent',
'sterling', 'currency', 'yen', 'brokenbar', 'section', 'dieresis',
'copyright', 'ordfeminine', 'guillemotleft', 'logicalnot', 'hyphen',
'registered', 'macron', 'degree', 'plusminus', 'twosuperior',
'threesuperior', 'acute', 'mu', 'paragraph', 'periodcentered',
'cedilla', 'onesuperior', 'ordmasculine', 'guillemotright', 'onequarter',
'onehalf', 'threequarters', 'questiondown', 'Agrave', 'Aacute',
'Acircumflex', 'Atilde', 'Adieresis', 'Aring', 'AE', 'Ccedilla',
'Egrave', 'Eacute', 'Ecircumflex', 'Edieresis', 'Igrave', 'Iacute',
'Icircumflex', 'Idieresis', 'Eth', 'Ntilde', 'Ograve', 'Oacute',
'Ocircumflex', 'Otilde', 'Odieresis', 'multiply', 'Oslash', 'Ugrave',
'Uacute', 'Ucircumflex', 'Udieresis', 'Yacute', 'Thorn', 'germandbls',
'agrave', 'aacute', 'acircumflex', 'atilde', 'adieresis', 'aring', 'ae',
'ccedilla', 'egrave', 'eacute', 'ecircumflex', 'edieresis', 'igrave',
'iacute', 'icircumflex', 'idieresis', 'eth', 'ntilde', 'ograve',
'oacute', 'ocircumflex', 'otilde', 'odieresis', 'divide', 'oslash',
'ugrave', 'uacute', 'ucircumflex', 'udieresis', 'yacute', 'thorn',
'ydieresis'
]);
},
get symbolsEncoding() {
return shadow(this, 'symbolsEncoding', ['', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'space', 'exclam', 'universal', 'numbersign',
'existential', 'percent', 'ampersand', 'suchthat', 'parenleft',
'parenright', 'asteriskmath', 'plus', 'comma', 'minus', 'period',
'slash', 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven',
'eight', 'nine', 'colon', 'semicolon', 'less', 'equal', 'greater',
'question', 'congruent', 'Alpha', 'Beta', 'Chi', 'Delta', 'Epsilon',
'Phi', 'Gamma', 'Eta', 'Iota', 'theta1', 'Kappa', 'Lambda', 'Mu', 'Nu',
'Omicron', 'Pi', 'Theta', 'Rho', 'Sigma', 'Tau', 'Upsilon', 'sigma1',
'Omega', 'Xi', 'Psi', 'Zeta', 'bracketleft', 'therefore', 'bracketright',
'perpendicular', 'underscore', 'radicalex', 'alpha', 'beta', 'chi',
'delta', 'epsilon', 'phi', 'gamma', 'eta', 'iota', 'phi1', 'kappa',
'lambda', 'mu', 'nu', 'omicron', 'pi', 'theta', 'rho', 'sigma', 'tau',
'upsilon', 'omega1', 'omega', 'xi', 'psi', 'zeta', 'braceleft', 'bar',
'braceright', 'similar', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', 'Euro', 'Upsilon1', 'minute', 'lessequal', 'fraction',
'infinity', 'florin', 'club', 'diamond', 'heart', 'spade', 'arrowboth',
'arrowleft', 'arrowup', 'arrowright', 'arrowdown', 'degree', 'plusminus',
'second', 'greaterequal', 'multiply', 'proportional', 'partialdiff',
'bullet', 'divide', 'notequal', 'equivalence', 'approxequal', 'ellipsis',
'arrowvertex', 'arrowhorizex', 'carriagereturn', 'aleph', 'Ifraktur',
'Rfraktur', 'weierstrass', 'circlemultiply', 'circleplus', 'emptyset',
'intersection', 'union', 'propersuperset', 'reflexsuperset', 'notsubset',
'propersubset', 'reflexsubset', 'element', 'notelement', 'angle',
'gradient', 'registerserif', 'copyrightserif', 'trademarkserif',
'product', 'radical', 'dotmath', 'logicalnot', 'logicaland', 'logicalor',
'arrowdblboth', 'arrowdblleft', 'arrowdblup', 'arrowdblright',
'arrowdbldown', 'lozenge', 'angleleft', 'registersans', 'copyrightsans',
'trademarksans', 'summation', 'parenlefttp', 'parenleftex',
'parenleftbt', 'bracketlefttp', 'bracketleftex', 'bracketleftbt',
'bracelefttp', 'braceleftmid', 'braceleftbt', 'braceex', '',
'angleright', 'integral', 'integraltp', 'integralex', 'integralbt',
'parenrighttp', 'parenrightex', 'parenrightbt', 'bracketrighttp',
'bracketrightex', 'bracketrightbt', 'bracerighttp', 'bracerightmid',
'bracerightbt'
]);
},
get zapfDingbatsEncoding() {
return shadow(this, 'zapfDingbatsEncoding', ['', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', 'space', 'a1', 'a2', 'a202', 'a3', 'a4',
'a5', 'a119', 'a118', 'a117', 'a11', 'a12', 'a13', 'a14', 'a15', 'a16',
'a105', 'a17', 'a18', 'a19', 'a20', 'a21', 'a22', 'a23', 'a24', 'a25',
'a26', 'a27', 'a28', 'a6', 'a7', 'a8', 'a9', 'a10', 'a29', 'a30', 'a31',
'a32', 'a33', 'a34', 'a35', 'a36', 'a37', 'a38', 'a39', 'a40', 'a41',
'a42', 'a43', 'a44', 'a45', 'a46', 'a47', 'a48', 'a49', 'a50', 'a51',
'a52', 'a53', 'a54', 'a55', 'a56', 'a57', 'a58', 'a59', 'a60', 'a61',
'a62', 'a63', 'a64', 'a65', 'a66', 'a67', 'a68', 'a69', 'a70', 'a71',
'a72', 'a73', 'a74', 'a203', 'a75', 'a204', 'a76', 'a77', 'a78', 'a79',
'a81', 'a82', 'a83', 'a84', 'a97', 'a98', 'a99', 'a100', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '', '', '', '', '', 'a101', 'a102', 'a103',
'a104', 'a106', 'a107', 'a108', 'a112', 'a111', 'a110', 'a109', 'a120',
'a121', 'a122', 'a123', 'a124', 'a125', 'a126', 'a127', 'a128', 'a129',
'a130', 'a131', 'a132', 'a133', 'a134', 'a135', 'a136', 'a137', 'a138',
'a139', 'a140', 'a141', 'a142', 'a143', 'a144', 'a145', 'a146', 'a147',
'a148', 'a149', 'a150', 'a151', 'a152', 'a153', 'a154', 'a155', 'a156',
'a157', 'a158', 'a159', 'a160', 'a161', 'a163', 'a164', 'a196', 'a165',
'a192', 'a166', 'a167', 'a168', 'a169', 'a170', 'a171', 'a172', 'a173',
'a162', 'a174', 'a175', 'a176', 'a177', 'a178', 'a179', 'a193', 'a180',
'a199', 'a181', 'a200', 'a182', '', 'a201', 'a183', 'a184', 'a197',
'a185', 'a194', 'a198', 'a186', 'a195', 'a187', 'a188', 'a189', 'a190',
'a191'
]);
}
};
/**
* Hold a map of decoded fonts and of the standard fourteen Type1
* fonts and their acronyms.
*/
var stdFontMap = {
'ArialNarrow': 'Helvetica',
'ArialNarrow-Bold': 'Helvetica-Bold',
'ArialNarrow-BoldItalic': 'Helvetica-BoldOblique',
'ArialNarrow-Italic': 'Helvetica-Oblique',
'ArialBlack': 'Helvetica',
'ArialBlack-Bold': 'Helvetica-Bold',
'ArialBlack-BoldItalic': 'Helvetica-BoldOblique',
'ArialBlack-Italic': 'Helvetica-Oblique',
'Arial': 'Helvetica',
'Arial-Bold': 'Helvetica-Bold',
'Arial-BoldItalic': 'Helvetica-BoldOblique',
'Arial-Italic': 'Helvetica-Oblique',
'Arial-BoldItalicMT': 'Helvetica-BoldOblique',
'Arial-BoldMT': 'Helvetica-Bold',
'Arial-ItalicMT': 'Helvetica-Oblique',
'ArialMT': 'Helvetica',
'Courier-Bold': 'Courier-Bold',
'Courier-BoldItalic': 'Courier-BoldOblique',
'Courier-Italic': 'Courier-Oblique',
'CourierNew': 'Courier',
'CourierNew-Bold': 'Courier-Bold',
'CourierNew-BoldItalic': 'Courier-BoldOblique',
'CourierNew-Italic': 'Courier-Oblique',
'CourierNewPS-BoldItalicMT': 'Courier-BoldOblique',
'CourierNewPS-BoldMT': 'Courier-Bold',
'CourierNewPS-ItalicMT': 'Courier-Oblique',
'CourierNewPSMT': 'Courier',
'Helvetica-Bold': 'Helvetica-Bold',
'Helvetica-BoldItalic': 'Helvetica-BoldOblique',
'Helvetica-Italic': 'Helvetica-Oblique',
'Symbol-Bold': 'Symbol',
'Symbol-BoldItalic': 'Symbol',
'Symbol-Italic': 'Symbol',
'TimesNewRoman': 'Times-Roman',
'TimesNewRoman-Bold': 'Times-Bold',
'TimesNewRoman-BoldItalic': 'Times-BoldItalic',
'TimesNewRoman-Italic': 'Times-Italic',
'TimesNewRomanPS': 'Times-Roman',
'TimesNewRomanPS-Bold': 'Times-Bold',
'TimesNewRomanPS-BoldItalic': 'Times-BoldItalic',
'TimesNewRomanPS-BoldItalicMT': 'Times-BoldItalic',
'TimesNewRomanPS-BoldMT': 'Times-Bold',
'TimesNewRomanPS-Italic': 'Times-Italic',
'TimesNewRomanPS-ItalicMT': 'Times-Italic',
'TimesNewRomanPSMT': 'Times-Roman',
'TimesNewRomanPSMT-Bold': 'Times-Bold',
'TimesNewRomanPSMT-BoldItalic': 'Times-BoldItalic',
'TimesNewRomanPSMT-Italic': 'Times-Italic'
};
var serifFonts = {
'Adobe Jenson': true, 'Adobe Text': true, 'Albertus': true,
'Aldus': true, 'Alexandria': true, 'Algerian': true,
'American Typewriter': true, 'Antiqua': true, 'Apex': true,
'Arno': true, 'Aster': true, 'Aurora': true,
'Baskerville': true, 'Bell': true, 'Bembo': true,
'Bembo Schoolbook': true, 'Benguiat': true, 'Berkeley Old Style': true,
'Bernhard Modern': true, 'Berthold City': true, 'Bodoni': true,
'Bauer Bodoni': true, 'Book Antiqua': true, 'Bookman': true,
'Bordeaux Roman': true, 'Californian FB': true, 'Calisto': true,
'Calvert': true, 'Capitals': true, 'Cambria': true,
'Cartier': true, 'Caslon': true, 'Catull': true,
'Centaur': true, 'Century Old Style': true, 'Century Schoolbook': true,
'Chaparral': true, 'Charis SIL': true, 'Cheltenham': true,
'Cholla Slab': true, 'Clarendon': true, 'Clearface': true,
'Cochin': true, 'Colonna': true, 'Computer Modern': true,
'Concrete Roman': true, 'Constantia': true, 'Cooper Black': true,
'Corona': true, 'Ecotype': true, 'Egyptienne': true,
'Elephant': true, 'Excelsior': true, 'Fairfield': true,
'FF Scala': true, 'Folkard': true, 'Footlight': true,
'FreeSerif': true, 'Friz Quadrata': true, 'Garamond': true,
'Gentium': true, 'Georgia': true, 'Gloucester': true,
'Goudy Old Style': true, 'Goudy Schoolbook': true, 'Goudy Pro Font': true,
'Granjon': true, 'Guardian Egyptian': true, 'Heather': true,
'Hercules': true, 'High Tower Text': true, 'Hiroshige': true,
'Hoefler Text': true, 'Humana Serif': true, 'Imprint': true,
'Ionic No. 5': true, 'Janson': true, 'Joanna': true,
'Korinna': true, 'Lexicon': true, 'Liberation Serif': true,
'Linux Libertine': true, 'Literaturnaya': true, 'Lucida': true,
'Lucida Bright': true, 'Melior': true, 'Memphis': true,
'Miller': true, 'Minion': true, 'Modern': true,
'Mona Lisa': true, 'Mrs Eaves': true, 'MS Serif': true,
'Museo Slab': true, 'New York': true, 'Nimbus Roman': true,
'NPS Rawlinson Roadway': true, 'Palatino': true, 'Perpetua': true,
'Plantin': true, 'Plantin Schoolbook': true, 'Playbill': true,
'Poor Richard': true, 'Rawlinson Roadway': true, 'Renault': true,
'Requiem': true, 'Rockwell': true, 'Roman': true,
'Rotis Serif': true, 'Sabon': true, 'Scala': true,
'Seagull': true, 'Sistina': true, 'Souvenir': true,
'STIX': true, 'Stone Informal': true, 'Stone Serif': true,
'Sylfaen': true, 'Times': true, 'Trajan': true,
'Trinité': true, 'Trump Mediaeval': true, 'Utopia': true,
'Vale Type': true, 'Bitstream Vera': true, 'Vera Serif': true,
'Versailles': true, 'Wanted': true, 'Weiss': true,
'Wide Latin': true, 'Windsor': true, 'XITS': true
};
var FontLoader = {
listeningForFontLoad: false,
bind: function fontLoaderBind(fonts, callback) {
function checkFontsLoaded() {
for (var i = 0, ii = objs.length; i < ii; i++) {
var fontObj = objs[i];
if (fontObj.loading) {
return false;
}
}
document.documentElement.removeEventListener(
'pdfjsFontLoad', checkFontsLoaded, false);
callback();
return true;
}
var rules = [], names = [], objs = [];
for (var i = 0, ii = fonts.length; i < ii; i++) {
var font = fonts[i];
// If there is already a fontObj on the font, then it was loaded/attached
// to the page already and we don't have to do anything for this font
// here future.
if (font.fontObj) {
continue;
}
var obj = new Font(font.name, font.file, font.properties);
// Store the fontObj on the font such that `setFont` in CanvasGraphics
// can reuse it later again.
font.fontObj = obj;
objs.push(obj);
var str = '';
var data = obj.data;
if (data) {
var length = data.length;
for (var j = 0; j < length; j++)
str += String.fromCharCode(data[j]);
var rule = isWorker ? obj.bindWorker(str) : obj.bindDOM(str);
if (rule) {
rules.push(rule);
names.push(obj.loadedName);
}
}
}
this.listeningForFontLoad = false;
if (!isWorker && rules.length) {
FontLoader.prepareFontLoadEvent(rules, names, objs);
}
if (!checkFontsLoaded()) {
document.documentElement.addEventListener(
'pdfjsFontLoad', checkFontsLoaded, false);
}
return objs;
},
// Set things up so that at least one pdfjsFontLoad event is
// dispatched when all the @font-face |rules| for |names| have been
// loaded in a subdocument. It's expected that the load of |rules|
// has already started in this (outer) document, so that they should
// be ordered before the load in the subdocument.
prepareFontLoadEvent: function fontLoaderPrepareFontLoadEvent(rules, names,
objs) {
/** Hack begin */
// There's no event when a font has finished downloading so the
// following code is a dirty hack to 'guess' when a font is
// ready. This code will be obsoleted by Mozilla bug 471915.
//
// The only reliable way to know if a font is loaded in Gecko
// (at the moment) is document.onload in a document with
// a @font-face rule defined in a "static" stylesheet. We use a
// subdocument in an <iframe>, set up properly, to know when
// our @font-face rule was loaded. However, the subdocument and
// outer document can't share CSS rules, so the inner document
// is only part of the puzzle. The second piece is an invisible
// div created in order to force loading of the @font-face in
// the *outer* document. (The font still needs to be loaded for
// its metrics, for reflow). We create the div first for the
// outer document, then create the iframe. Unless something
// goes really wonkily, we expect the @font-face for the outer
// document to be processed before the inner. That's still
// fragile, but seems to work in practice.
//
// The postMessage() hackery was added to work around chrome bug
// 82402.
var div = document.createElement('div');
div.setAttribute('style',
'visibility: hidden;' +
'width: 10px; height: 10px;' +
'position: absolute; top: 0px; left: 0px;');
var html = '';
for (var i = 0, ii = names.length; i < ii; ++i) {
html += '<span style="font-family:' + names[i] + '">Hi</span>';
}
div.innerHTML = html;
document.body.appendChild(div);
if (!this.listeningForFontLoad) {
window.addEventListener(
'message',
function fontLoaderMessage(e) {
var fontNames = JSON.parse(e.data);
for (var i = 0, ii = objs.length; i < ii; ++i) {
var font = objs[i];
font.loading = false;
}
var evt = document.createEvent('Events');
evt.initEvent('pdfjsFontLoad', true, false);
document.documentElement.dispatchEvent(evt);
},
false);
this.listeningForFontLoad = true;
}
// XXX we should have a time-out here too, and maybe fire
// pdfjsFontLoadFailed?
var src = '<!DOCTYPE HTML><html><head>';
src += '<style type="text/css">';
for (var i = 0, ii = rules.length; i < ii; ++i) {
src += rules[i];
}
src += '</style>';
src += '<script type="application/javascript">';
var fontNamesArray = '';
for (var i = 0, ii = names.length; i < ii; ++i) {
fontNamesArray += '"' + names[i] + '", ';
}
src += ' var fontNames=[' + fontNamesArray + '];\n';
src += ' window.onload = function fontLoaderOnload() {\n';
src += ' parent.postMessage(JSON.stringify(fontNames), "*");\n';
src += ' }';
src += '</script></head><body>';
for (var i = 0, ii = names.length; i < ii; ++i) {
src += '<p style="font-family:\'' + names[i] + '\'">Hi</p>';
}
src += '</body></html>';
var frame = document.createElement('iframe');
frame.src = 'data:text/html,' + src;
frame.setAttribute('style',
'visibility: hidden;' +
'width: 10px; height: 10px;' +
'position: absolute; top: 0px; left: 0px;');
document.body.appendChild(frame);
/** Hack end */
}
};
var UnicodeRanges = [
{ 'begin': 0x0000, 'end': 0x007F }, // Basic Latin
{ 'begin': 0x0080, 'end': 0x00FF }, // Latin-1 Supplement
{ 'begin': 0x0100, 'end': 0x017F }, // Latin Extended-A
{ 'begin': 0x0180, 'end': 0x024F }, // Latin Extended-B
{ 'begin': 0x0250, 'end': 0x02AF }, // IPA Extensions
{ 'begin': 0x02B0, 'end': 0x02FF }, // Spacing Modifier Letters
{ 'begin': 0x0300, 'end': 0x036F }, // Combining Diacritical Marks
{ 'begin': 0x0370, 'end': 0x03FF }, // Greek and Coptic
{ 'begin': 0x2C80, 'end': 0x2CFF }, // Coptic
{ 'begin': 0x0400, 'end': 0x04FF }, // Cyrillic
{ 'begin': 0x0530, 'end': 0x058F }, // Armenian
{ 'begin': 0x0590, 'end': 0x05FF }, // Hebrew
{ 'begin': 0xA500, 'end': 0xA63F }, // Vai
{ 'begin': 0x0600, 'end': 0x06FF }, // Arabic
{ 'begin': 0x07C0, 'end': 0x07FF }, // NKo
{ 'begin': 0x0900, 'end': 0x097F }, // Devanagari
{ 'begin': 0x0980, 'end': 0x09FF }, // Bengali
{ 'begin': 0x0A00, 'end': 0x0A7F }, // Gurmukhi
{ 'begin': 0x0A80, 'end': 0x0AFF }, // Gujarati
{ 'begin': 0x0B00, 'end': 0x0B7F }, // Oriya
{ 'begin': 0x0B80, 'end': 0x0BFF }, // Tamil
{ 'begin': 0x0C00, 'end': 0x0C7F }, // Telugu
{ 'begin': 0x0C80, 'end': 0x0CFF }, // Kannada
{ 'begin': 0x0D00, 'end': 0x0D7F }, // Malayalam
{ 'begin': 0x0E00, 'end': 0x0E7F }, // Thai
{ 'begin': 0x0E80, 'end': 0x0EFF }, // Lao
{ 'begin': 0x10A0, 'end': 0x10FF }, // Georgian
{ 'begin': 0x1B00, 'end': 0x1B7F }, // Balinese
{ 'begin': 0x1100, 'end': 0x11FF }, // Hangul Jamo
{ 'begin': 0x1E00, 'end': 0x1EFF }, // Latin Extended Additional
{ 'begin': 0x1F00, 'end': 0x1FFF }, // Greek Extended
{ 'begin': 0x2000, 'end': 0x206F }, // General Punctuation
{ 'begin': 0x2070, 'end': 0x209F }, // Superscripts And Subscripts
{ 'begin': 0x20A0, 'end': 0x20CF }, // Currency Symbol
{ 'begin': 0x20D0, 'end': 0x20FF }, // Combining Diacritical Marks For Symbols
{ 'begin': 0x2100, 'end': 0x214F }, // Letterlike Symbols
{ 'begin': 0x2150, 'end': 0x218F }, // Number Forms
{ 'begin': 0x2190, 'end': 0x21FF }, // Arrows
{ 'begin': 0x2200, 'end': 0x22FF }, // Mathematical Operators
{ 'begin': 0x2300, 'end': 0x23FF }, // Miscellaneous Technical
{ 'begin': 0x2400, 'end': 0x243F }, // Control Pictures
{ 'begin': 0x2440, 'end': 0x245F }, // Optical Character Recognition
{ 'begin': 0x2460, 'end': 0x24FF }, // Enclosed Alphanumerics
{ 'begin': 0x2500, 'end': 0x257F }, // Box Drawing
{ 'begin': 0x2580, 'end': 0x259F }, // Block Elements
{ 'begin': 0x25A0, 'end': 0x25FF }, // Geometric Shapes
{ 'begin': 0x2600, 'end': 0x26FF }, // Miscellaneous Symbols
{ 'begin': 0x2700, 'end': 0x27BF }, // Dingbats
{ 'begin': 0x3000, 'end': 0x303F }, // CJK Symbols And Punctuation
{ 'begin': 0x3040, 'end': 0x309F }, // Hiragana
{ 'begin': 0x30A0, 'end': 0x30FF }, // Katakana
{ 'begin': 0x3100, 'end': 0x312F }, // Bopomofo
{ 'begin': 0x3130, 'end': 0x318F }, // Hangul Compatibility Jamo
{ 'begin': 0xA840, 'end': 0xA87F }, // Phags-pa
{ 'begin': 0x3200, 'end': 0x32FF }, // Enclosed CJK Letters And Months
{ 'begin': 0x3300, 'end': 0x33FF }, // CJK Compatibility
{ 'begin': 0xAC00, 'end': 0xD7AF }, // Hangul Syllables
{ 'begin': 0xD800, 'end': 0xDFFF }, // Non-Plane 0 *
{ 'begin': 0x10900, 'end': 0x1091F }, // Phoenicia
{ 'begin': 0x4E00, 'end': 0x9FFF }, // CJK Unified Ideographs
{ 'begin': 0xE000, 'end': 0xF8FF }, // Private Use Area (plane 0)
{ 'begin': 0x31C0, 'end': 0x31EF }, // CJK Strokes
{ 'begin': 0xFB00, 'end': 0xFB4F }, // Alphabetic Presentation Forms
{ 'begin': 0xFB50, 'end': 0xFDFF }, // Arabic Presentation Forms-A
{ 'begin': 0xFE20, 'end': 0xFE2F }, // Combining Half Marks
{ 'begin': 0xFE10, 'end': 0xFE1F }, // Vertical Forms
{ 'begin': 0xFE50, 'end': 0xFE6F }, // Small Form Variants
{ 'begin': 0xFE70, 'end': 0xFEFF }, // Arabic Presentation Forms-B
{ 'begin': 0xFF00, 'end': 0xFFEF }, // Halfwidth And Fullwidth Forms
{ 'begin': 0xFFF0, 'end': 0xFFFF }, // Specials
{ 'begin': 0x0F00, 'end': 0x0FFF }, // Tibetan
{ 'begin': 0x0700, 'end': 0x074F }, // Syriac
{ 'begin': 0x0780, 'end': 0x07BF }, // Thaana
{ 'begin': 0x0D80, 'end': 0x0DFF }, // Sinhala
{ 'begin': 0x1000, 'end': 0x109F }, // Myanmar
{ 'begin': 0x1200, 'end': 0x137F }, // Ethiopic
{ 'begin': 0x13A0, 'end': 0x13FF }, // Cherokee
{ 'begin': 0x1400, 'end': 0x167F }, // Unified Canadian Aboriginal Syllabics
{ 'begin': 0x1680, 'end': 0x169F }, // Ogham
{ 'begin': 0x16A0, 'end': 0x16FF }, // Runic
{ 'begin': 0x1780, 'end': 0x17FF }, // Khmer
{ 'begin': 0x1800, 'end': 0x18AF }, // Mongolian
{ 'begin': 0x2800, 'end': 0x28FF }, // Braille Patterns
{ 'begin': 0xA000, 'end': 0xA48F }, // Yi Syllables
{ 'begin': 0x1700, 'end': 0x171F }, // Tagalog
{ 'begin': 0x10300, 'end': 0x1032F }, // Old Italic
{ 'begin': 0x10330, 'end': 0x1034F }, // Gothic
{ 'begin': 0x10400, 'end': 0x1044F }, // Deseret
{ 'begin': 0x1D000, 'end': 0x1D0FF }, // Byzantine Musical Symbols
{ 'begin': 0x1D400, 'end': 0x1D7FF }, // Mathematical Alphanumeric Symbols
{ 'begin': 0xFF000, 'end': 0xFFFFD }, // Private Use (plane 15)
{ 'begin': 0xFE00, 'end': 0xFE0F }, // Variation Selectors
{ 'begin': 0xE0000, 'end': 0xE007F }, // Tags
{ 'begin': 0x1900, 'end': 0x194F }, // Limbu
{ 'begin': 0x1950, 'end': 0x197F }, // Tai Le
{ 'begin': 0x1980, 'end': 0x19DF }, // New Tai Lue
{ 'begin': 0x1A00, 'end': 0x1A1F }, // Buginese
{ 'begin': 0x2C00, 'end': 0x2C5F }, // Glagolitic
{ 'begin': 0x2D30, 'end': 0x2D7F }, // Tifinagh
{ 'begin': 0x4DC0, 'end': 0x4DFF }, // Yijing Hexagram Symbols
{ 'begin': 0xA800, 'end': 0xA82F }, // Syloti Nagri
{ 'begin': 0x10000, 'end': 0x1007F }, // Linear B Syllabary
{ 'begin': 0x10140, 'end': 0x1018F }, // Ancient Greek Numbers
{ 'begin': 0x10380, 'end': 0x1039F }, // Ugaritic
{ 'begin': 0x103A0, 'end': 0x103DF }, // Old Persian
{ 'begin': 0x10450, 'end': 0x1047F }, // Shavian
{ 'begin': 0x10480, 'end': 0x104AF }, // Osmanya
{ 'begin': 0x10800, 'end': 0x1083F }, // Cypriot Syllabary
{ 'begin': 0x10A00, 'end': 0x10A5F }, // Kharoshthi
{ 'begin': 0x1D300, 'end': 0x1D35F }, // Tai Xuan Jing Symbols
{ 'begin': 0x12000, 'end': 0x123FF }, // Cuneiform
{ 'begin': 0x1D360, 'end': 0x1D37F }, // Counting Rod Numerals
{ 'begin': 0x1B80, 'end': 0x1BBF }, // Sundanese
{ 'begin': 0x1C00, 'end': 0x1C4F }, // Lepcha
{ 'begin': 0x1C50, 'end': 0x1C7F }, // Ol Chiki
{ 'begin': 0xA880, 'end': 0xA8DF }, // Saurashtra
{ 'begin': 0xA900, 'end': 0xA92F }, // Kayah Li
{ 'begin': 0xA930, 'end': 0xA95F }, // Rejang
{ 'begin': 0xAA00, 'end': 0xAA5F }, // Cham
{ 'begin': 0x10190, 'end': 0x101CF }, // Ancient Symbols
{ 'begin': 0x101D0, 'end': 0x101FF }, // Phaistos Disc
{ 'begin': 0x102A0, 'end': 0x102DF }, // Carian
{ 'begin': 0x1F030, 'end': 0x1F09F } // Domino Tiles
];
var MacStandardGlyphOrdering = [
'.notdef', '.null', 'nonmarkingreturn', 'space', 'exclam', 'quotedbl',
'numbersign', 'dollar', 'percent', 'ampersand', 'quotesingle', 'parenleft',
'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash',
'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question', 'at',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'bracketleft',
'backslash', 'bracketright', 'asciicircum', 'underscore', 'grave', 'a', 'b',
'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q',
'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'braceleft', 'bar', 'braceright',
'asciitilde', 'Adieresis', 'Aring', 'Ccedilla', 'Eacute', 'Ntilde',
'Odieresis', 'Udieresis', 'aacute', 'agrave', 'acircumflex', 'adieresis',
'atilde', 'aring', 'ccedilla', 'eacute', 'egrave', 'ecircumflex', 'edieresis',
'iacute', 'igrave', 'icircumflex', 'idieresis', 'ntilde', 'oacute', 'ograve',
'ocircumflex', 'odieresis', 'otilde', 'uacute', 'ugrave', 'ucircumflex',
'udieresis', 'dagger', 'degree', 'cent', 'sterling', 'section', 'bullet',
'paragraph', 'germandbls', 'registered', 'copyright', 'trademark', 'acute',
'dieresis', 'notequal', 'AE', 'Oslash', 'infinity', 'plusminus', 'lessequal',
'greaterequal', 'yen', 'mu', 'partialdiff', 'summation', 'product', 'pi',
'integral', 'ordfeminine', 'ordmasculine', 'Omega', 'ae', 'oslash',
'questiondown', 'exclamdown', 'logicalnot', 'radical', 'florin',
'approxequal', 'Delta', 'guillemotleft', 'guillemotright', 'ellipsis',
'nonbreakingspace', 'Agrave', 'Atilde', 'Otilde', 'OE', 'oe', 'endash',
'emdash', 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright',
'divide', 'lozenge', 'ydieresis', 'Ydieresis', 'fraction', 'currency',
'guilsinglleft', 'guilsinglright', 'fi', 'fl', 'daggerdbl', 'periodcentered',
'quotesinglbase', 'quotedblbase', 'perthousand', 'Acircumflex',
'Ecircumflex', 'Aacute', 'Edieresis', 'Egrave', 'Iacute', 'Icircumflex',
'Idieresis', 'Igrave', 'Oacute', 'Ocircumflex', 'apple', 'Ograve', 'Uacute',
'Ucircumflex', 'Ugrave', 'dotlessi', 'circumflex', 'tilde', 'macron',
'breve', 'dotaccent', 'ring', 'cedilla', 'hungarumlaut', 'ogonek', 'caron',
'Lslash', 'lslash', 'Scaron', 'scaron', 'Zcaron', 'zcaron', 'brokenbar',
'Eth', 'eth', 'Yacute', 'yacute', 'Thorn', 'thorn', 'minus', 'multiply',
'onesuperior', 'twosuperior', 'threesuperior', 'onehalf', 'onequarter',
'threequarters', 'franc', 'Gbreve', 'gbreve', 'Idotaccent', 'Scedilla',
'scedilla', 'Cacute', 'cacute', 'Ccaron', 'ccaron', 'dcroat'];
function getUnicodeRangeFor(value) {
for (var i = 0, ii = UnicodeRanges.length; i < ii; i++) {
var range = UnicodeRanges[i];
if (value >= range.begin && value < range.end)
return i;
}
return -1;
}
function isSpecialUnicode(unicode) {
return (unicode <= 0x1F || (unicode >= 127 && unicode < kSizeOfGlyphArea)) ||
(unicode >= kCmapGlyphOffset &&
unicode < kCmapGlyphOffset + kSizeOfGlyphArea);
}
/**
* 'Font' is the class the outside world should use, it encapsulate all the font
* decoding logics whatever type it is (assuming the font type is supported).
*
* For example to read a Type1 font and to attach it to the document:
* var type1Font = new Font("MyFontName", binaryFile, propertiesObject);
* type1Font.bind();
*/
var Font = (function Font() {
var constructor = function font_constructor(name, file, properties) {
this.name = name;
this.coded = properties.coded;
this.charProcIRQueues = properties.charProcIRQueues;
this.resources = properties.resources;
this.sizes = [];
var names = name.split('+');
names = names.length > 1 ? names[1] : names[0];
names = names.split(/[-,_]/g)[0];
this.serif = serifFonts[names] || (name.search(/serif/gi) != -1);
var type = properties.type;
this.type = type;
// If the font is to be ignored, register it like an already loaded font
// to avoid the cost of waiting for it be be loaded by the platform.
if (properties.ignore) {
this.loadedName = this.serif ? 'serif' : 'sans-serif';
this.loading = false;
return;
}
this.differences = properties.differences;
this.widths = properties.widths;
this.defaultWidth = properties.defaultWidth;
this.composite = properties.composite;
this.hasEncoding = properties.hasEncoding;
this.fontMatrix = properties.fontMatrix;
if (properties.type == 'Type3')
return;
// Trying to fix encoding using glyph CIDSystemInfo.
this.loadCidToUnicode(properties);
if (properties.toUnicode)
this.toUnicode = properties.toUnicode;
else
this.rebuildToUnicode(properties);
if (!file) {
// The file data is not specified. Trying to fix the font name
// to be used with the canvas.font.
var fontName = name.replace(/[,_]/g, '-');
fontName = stdFontMap[fontName] || fontName;
this.bold = (fontName.search(/bold/gi) != -1);
this.italic = (fontName.search(/oblique/gi) != -1) ||
(fontName.search(/italic/gi) != -1);
// Use 'name' instead of 'fontName' here because the original
// name ArialBlack for example will be replaced by Helvetica.
this.black = (name.search(/Black/g) != -1);
this.encoding = properties.baseEncoding;
this.noUnicodeAdaptation = true;
this.loadedName = fontName.split('-')[0];
this.loading = false;
return;
}
var data;
switch (type) {
case 'Type1':
case 'CIDFontType0':
this.mimetype = 'font/opentype';
var subtype = properties.subtype;
var cff = (subtype == 'Type1C' || subtype == 'CIDFontType0C') ?
new Type2CFF(file, properties) : new CFF(name, file, properties);
// Wrap the CFF data inside an OTF font file
data = this.convert(name, cff, properties);
break;
case 'TrueType':
case 'CIDFontType2':
this.mimetype = 'font/opentype';
// Repair the TrueType file. It is can be damaged in the point of
// view of the sanitizer
data = this.checkAndRepair(name, file, properties);
break;
default:
warn('Font ' + properties.type + ' is not supported');
break;
}
this.data = data;
this.fontMatrix = properties.fontMatrix;
this.encoding = properties.baseEncoding;
this.hasShortCmap = properties.hasShortCmap;
this.loadedName = getUniqueName();
this.loading = true;
};
var numFonts = 0;
function getUniqueName() {
return 'pdfFont' + numFonts++;
}
function stringToArray(str) {
var array = [];
for (var i = 0, ii = str.length; i < ii; ++i)
array[i] = str.charCodeAt(i);
return array;
};
function arrayToString(arr) {
var str = '';
for (var i = 0, ii = arr.length; i < ii; ++i)
str += String.fromCharCode(arr[i]);
return str;
};
function int16(bytes) {
return (bytes[0] << 8) + (bytes[1] & 0xff);
};
function int32(bytes) {
return (bytes[0] << 24) + (bytes[1] << 16) +
(bytes[2] << 8) + (bytes[3] & 0xff);
};
function getMaxPower2(number) {
var maxPower = 0;
var value = number;
while (value >= 2) {
value /= 2;
maxPower++;
}
value = 2;
for (var i = 1; i < maxPower; i++)
value *= 2;
return value;
};
function string16(value) {
return String.fromCharCode((value >> 8) & 0xff) +
String.fromCharCode(value & 0xff);
};
function string32(value) {
return String.fromCharCode((value >> 24) & 0xff) +
String.fromCharCode((value >> 16) & 0xff) +
String.fromCharCode((value >> 8) & 0xff) +
String.fromCharCode(value & 0xff);
};
function createOpenTypeHeader(sfnt, file, numTables) {
// Windows hates the Mac TrueType sfnt version number
if (sfnt == 'true')
sfnt = string32(0x00010000);
// sfnt version (4 bytes)
var header = sfnt;
// numTables (2 bytes)
header += string16(numTables);
// searchRange (2 bytes)
var tablesMaxPower2 = getMaxPower2(numTables);
var searchRange = tablesMaxPower2 * 16;
header += string16(searchRange);
// entrySelector (2 bytes)
header += string16(Math.log(tablesMaxPower2) / Math.log(2));
// rangeShift (2 bytes)
header += string16(numTables * 16 - searchRange);
file.file += header;
file.virtualOffset += header.length;
};
function createTableEntry(file, tag, data) {
// offset
var offset = file.virtualOffset;
// length
var length = data.length;
// Per spec tables must be 4-bytes align so add padding as needed
while (data.length & 3)
data.push(0x00);
while (file.virtualOffset & 3)
file.virtualOffset++;
// checksum
var checksum = 0, n = data.length;
for (var i = 0; i < n; i += 4)
checksum = (checksum + int32([data[i], data[i + 1], data[i + 2],
data[i + 3]])) | 0;
var tableEntry = (tag + string32(checksum) +
string32(offset) + string32(length));
file.file += tableEntry;
file.virtualOffset += data.length;
};
function getRanges(glyphs) {
// Array.sort() sorts by characters, not numerically, so convert to an
// array of characters.
var codes = [];
var length = glyphs.length;
for (var n = 0; n < length; ++n)
codes.push({ unicode: glyphs[n].unicode, code: n });
codes.sort(function fontGetRangesSort(a, b) {
return a.unicode - b.unicode;
});
// Split the sorted codes into ranges.
var ranges = [];
for (var n = 0; n < length; ) {
var start = codes[n].unicode;
var codeIndices = [codes[n].code];
++n;
var end = start;
while (n < length && end + 1 == codes[n].unicode) {
codeIndices.push(codes[n].code);
++end;
++n;
}
ranges.push([start, end, codeIndices]);
}
return ranges;
};
function createCMapTable(glyphs, deltas) {
var ranges = getRanges(glyphs);
var numTables = 1;
var cmap = '\x00\x00' + // version
string16(numTables) + // numTables
'\x00\x03' + // platformID
'\x00\x01' + // encodingID
string32(4 + numTables * 8); // start of the table record
var segCount = ranges.length + 1;
var segCount2 = segCount * 2;
var searchRange = getMaxPower2(segCount) * 2;
var searchEntry = Math.log(segCount) / Math.log(2);
var rangeShift = 2 * segCount - searchRange;
// Fill up the 4 parallel arrays describing the segments.
var startCount = '';
var endCount = '';
var idDeltas = '';
var idRangeOffsets = '';
var glyphsIds = '';
var bias = 0;
if (deltas) {
for (var i = 0; i < segCount - 1; i++) {
var range = ranges[i];
var start = range[0];
var end = range[1];
var offset = (segCount - i) * 2 + bias * 2;
bias += (end - start + 1);
startCount += string16(start);
endCount += string16(end);
idDeltas += string16(0);
idRangeOffsets += string16(offset);
var codes = range[2];
for (var j = 0, jj = codes.length; j < jj; ++j)
glyphsIds += string16(deltas[codes[j]]);
}
} else {
for (var i = 0; i < segCount - 1; i++) {
var range = ranges[i];
var start = range[0];
var end = range[1];
var startCode = range[2][0];
startCount += string16(start);
endCount += string16(end);
idDeltas += string16((startCode - start + 1) & 0xFFFF);
idRangeOffsets += string16(0);
}
}
endCount += '\xFF\xFF';
startCount += '\xFF\xFF';
idDeltas += '\x00\x01';
idRangeOffsets += '\x00\x00';
var format314 = '\x00\x00' + // language
string16(segCount2) +
string16(searchRange) +
string16(searchEntry) +
string16(rangeShift) +
endCount + '\x00\x00' + startCount +
idDeltas + idRangeOffsets + glyphsIds;
return stringToArray(cmap +
'\x00\x04' + // format
string16(format314.length + 4) + // length
format314);
};
function createOS2Table(properties, charstrings, override) {
override = override || {
unitsPerEm: 0,
yMax: 0,
yMin: 0,
ascent: 0,
descent: 0
};
var ulUnicodeRange1 = 0;
var ulUnicodeRange2 = 0;
var ulUnicodeRange3 = 0;
var ulUnicodeRange4 = 0;
var firstCharIndex = null;
var lastCharIndex = 0;
if (charstrings) {
for (var i = 0; i < charstrings.length; ++i) {
var code = charstrings[i].unicode;
if (firstCharIndex > code || !firstCharIndex)
firstCharIndex = code;
if (lastCharIndex < code)
lastCharIndex = code;
var position = getUnicodeRangeFor(code);
if (position < 32) {
ulUnicodeRange1 |= 1 << position;
} else if (position < 64) {
ulUnicodeRange2 |= 1 << position - 32;
} else if (position < 96) {
ulUnicodeRange3 |= 1 << position - 64;
} else if (position < 123) {
ulUnicodeRange4 |= 1 << position - 96;
} else {
error('Unicode ranges Bits > 123 are reserved for internal usage');
}
}
} else {
// TODO
firstCharIndex = 0;
lastCharIndex = 255;
}
var unitsPerEm = override.unitsPerEm || kPDFGlyphSpaceUnits;
var typoAscent = override.ascent || properties.ascent;
var typoDescent = override.descent || properties.descent;
var winAscent = override.yMax || typoAscent;
var winDescent = -override.yMin || -typoDescent;
// if there is a units per em value but no other override
// then scale the calculated ascent
if (unitsPerEm != kPDFGlyphSpaceUnits &&
'undefined' == typeof(override.ascent)) {
// if the font units differ to the PDF glyph space units
// then scale up the values
typoAscent = Math.round(typoAscent * unitsPerEm / kPDFGlyphSpaceUnits);
typoDescent = Math.round(typoDescent * unitsPerEm / kPDFGlyphSpaceUnits);
winAscent = typoAscent;
winDescent = -typoDescent;
}
return '\x00\x03' + // version
'\x02\x24' + // xAvgCharWidth
'\x01\xF4' + // usWeightClass
'\x00\x05' + // usWidthClass
'\x00\x00' + // fstype (0 to let the font loads via font-face on IE)
'\x02\x8A' + // ySubscriptXSize
'\x02\xBB' + // ySubscriptYSize
'\x00\x00' + // ySubscriptXOffset
'\x00\x8C' + // ySubscriptYOffset
'\x02\x8A' + // ySuperScriptXSize
'\x02\xBB' + // ySuperScriptYSize
'\x00\x00' + // ySuperScriptXOffset
'\x01\xDF' + // ySuperScriptYOffset
'\x00\x31' + // yStrikeOutSize
'\x01\x02' + // yStrikeOutPosition
'\x00\x00' + // sFamilyClass
'\x00\x00\x06' +
String.fromCharCode(properties.fixedPitch ? 0x09 : 0x00) +
'\x00\x00\x00\x00\x00\x00' + // Panose
string32(ulUnicodeRange1) + // ulUnicodeRange1 (Bits 0-31)
string32(ulUnicodeRange2) + // ulUnicodeRange2 (Bits 32-63)
string32(ulUnicodeRange3) + // ulUnicodeRange3 (Bits 64-95)
string32(ulUnicodeRange4) + // ulUnicodeRange4 (Bits 96-127)
'\x2A\x32\x31\x2A' + // achVendID
string16(properties.italicAngle ? 1 : 0) + // fsSelection
string16(firstCharIndex ||
properties.firstChar) + // usFirstCharIndex
string16(lastCharIndex || properties.lastChar) + // usLastCharIndex
string16(typoAscent) + // sTypoAscender
string16(typoDescent) + // sTypoDescender
'\x00\x64' + // sTypoLineGap (7%-10% of the unitsPerEM value)
string16(winAscent) + // usWinAscent
string16(winDescent) + // usWinDescent
'\x00\x00\x00\x00' + // ulCodePageRange1 (Bits 0-31)
'\x00\x00\x00\x00' + // ulCodePageRange2 (Bits 32-63)
string16(properties.xHeight) + // sxHeight
string16(properties.capHeight) + // sCapHeight
string16(0) + // usDefaultChar
string16(firstCharIndex || properties.firstChar) + // usBreakChar
'\x00\x03'; // usMaxContext
};
function createPostTable(properties) {
var angle = Math.floor(properties.italicAngle * (Math.pow(2, 16)));
return '\x00\x03\x00\x00' + // Version number
string32(angle) + // italicAngle
'\x00\x00' + // underlinePosition
'\x00\x00' + // underlineThickness
string32(properties.fixedPitch) + // isFixedPitch
'\x00\x00\x00\x00' + // minMemType42
'\x00\x00\x00\x00' + // maxMemType42
'\x00\x00\x00\x00' + // minMemType1
'\x00\x00\x00\x00'; // maxMemType1
};
function createNameTable(name) {
var strings = [
'Original licence', // 0.Copyright
name, // 1.Font family
'Unknown', // 2.Font subfamily (font weight)
'uniqueID', // 3.Unique ID
name, // 4.Full font name
'Version 0.11', // 5.Version
'', // 6.Postscript name
'Unknown', // 7.Trademark
'Unknown', // 8.Manufacturer
'Unknown' // 9.Designer
];
// Mac want 1-byte per character strings while Windows want
// 2-bytes per character, so duplicate the names table
var stringsUnicode = [];
for (var i = 0, ii = strings.length; i < ii; i++) {
var str = strings[i];
var strUnicode = '';
for (var j = 0, jj = str.length; j < jj; j++)
strUnicode += string16(str.charCodeAt(j));
stringsUnicode.push(strUnicode);
}
var names = [strings, stringsUnicode];
var platforms = ['\x00\x01', '\x00\x03'];
var encodings = ['\x00\x00', '\x00\x01'];
var languages = ['\x00\x00', '\x04\x09'];
var namesRecordCount = strings.length * platforms.length;
var nameTable =
'\x00\x00' + // format
string16(namesRecordCount) + // Number of names Record
string16(namesRecordCount * 12 + 6); // Storage
// Build the name records field
var strOffset = 0;
for (var i = 0, ii = platforms.length; i < ii; i++) {
var strs = names[i];
for (var j = 0, jj = strs.length; j < jj; j++) {
var str = strs[j];
var nameRecord =
platforms[i] + // platform ID
encodings[i] + // encoding ID
languages[i] + // language ID
string16(j) + // name ID
string16(str.length) +
string16(strOffset);
nameTable += nameRecord;
strOffset += str.length;
}
}
nameTable += strings.join('') + stringsUnicode.join('');
return nameTable;
}
constructor.prototype = {
name: null,
font: null,
mimetype: null,
encoding: null,
checkAndRepair: function font_checkAndRepair(name, font, properties) {
function readTableEntry(file) {
var tag = file.getBytes(4);
tag = String.fromCharCode(tag[0]) +
String.fromCharCode(tag[1]) +
String.fromCharCode(tag[2]) +
String.fromCharCode(tag[3]);
var checksum = int32(file.getBytes(4));
var offset = int32(file.getBytes(4));
var length = int32(file.getBytes(4));
// Read the table associated data
var previousPosition = file.pos;
file.pos = file.start ? file.start : 0;
file.skip(offset);
var data = file.getBytes(length);
file.pos = previousPosition;
if (tag == 'head') {
// clearing checksum adjustment
data[8] = data[9] = data[10] = data[11] = 0;
data[17] |= 0x20; //Set font optimized for cleartype flag
}
return {
tag: tag,
checksum: checksum,
length: length,
offset: offset,
data: data
};
};
function readOpenTypeHeader(ttf) {
return {
version: arrayToString(ttf.getBytes(4)),
numTables: int16(ttf.getBytes(2)),
searchRange: int16(ttf.getBytes(2)),
entrySelector: int16(ttf.getBytes(2)),
rangeShift: int16(ttf.getBytes(2))
};
};
function createGlyphNameMap(glyphs, ids, properties) {
var glyphNames = properties.glyphNames;
if (!glyphNames) {
properties.glyphNameMap = {};
return;
}
var glyphsLength = glyphs.length;
var glyphNameMap = {};
var encoding = [];
for (var i = 0; i < glyphsLength; ++i) {
var glyphName = glyphNames[ids[i]];
if (!glyphName)
continue;
var unicode = glyphs[i].unicode;
glyphNameMap[glyphName] = unicode;
var code = glyphs[i].code;
encoding[code] = glyphName;
}
properties.glyphNameMap = glyphNameMap;
if (!properties.hasEncoding)
properties.baseEncoding = encoding;
}
function readCMapTable(cmap, font) {
var start = (font.start ? font.start : 0) + cmap.offset;
font.pos = start;
var version = int16(font.getBytes(2));
var numRecords = int16(font.getBytes(2));
var records = [];
for (var i = 0; i < numRecords; i++) {
records.push({
platformID: int16(font.getBytes(2)),
encodingID: int16(font.getBytes(2)),
offset: int32(font.getBytes(4))
});
}
// Check that table are sorted by platformID then encodingID,
records.sort(function fontReadCMapTableSort(a, b) {
return ((a.platformID << 16) + a.encodingID) -
((b.platformID << 16) + b.encodingID);
});
var tables = [records[0]];
for (var i = 1; i < numRecords; i++) {
// The sanitizer will drop the font if 2 tables have the same
// platformID and the same encodingID, this will be correct for
// most cases but if the font has been made for Mac it could
// exist a few platformID: 1, encodingID: 0 but with a different
// language field and that's correct. But the sanitizer does not
// seem to support this case.
var current = records[i];
var previous = records[i - 1];
if (((current.platformID << 16) + current.encodingID) <=
((previous.platformID << 16) + previous.encodingID))
continue;
tables.push(current);
}
var missing = numRecords - tables.length;
if (missing) {
numRecords = tables.length;
var data = string16(version) + string16(numRecords);
for (var i = 0; i < numRecords; i++) {
var table = tables[i];
data += string16(table.platformID) +
string16(table.encodingID) +
string32(table.offset);
}
for (var i = 0, ii = data.length; i < ii; i++)
cmap.data[i] = data.charCodeAt(i);
}
for (var i = 0; i < numRecords; i++) {
var table = tables[i];
font.pos = start + table.offset;
var format = int16(font.getBytes(2));
var length = int16(font.getBytes(2));
var language = int16(font.getBytes(2));
if (format == 0) {
// Characters below 0x20 are controls characters that are hardcoded
// into the platform so if some characters in the font are assigned
// under this limit they will not be displayed so let's rewrite the
// CMap.
var glyphs = [];
var ids = [];
for (var j = 0; j < 256; j++) {
var index = font.getByte();
if (index) {
glyphs.push({ unicode: j, code: j });
ids.push(index);
}
}
return {
glyphs: glyphs,
ids: ids,
hasShortCmap: true
};
} else if (format == 4) {
// re-creating the table in format 4 since the encoding
// might be changed
var segCount = (int16(font.getBytes(2)) >> 1);
font.getBytes(6); // skipping range fields
var segIndex, segments = [];
for (segIndex = 0; segIndex < segCount; segIndex++) {
segments.push({ end: int16(font.getBytes(2)) });
}
font.getBytes(2);
for (segIndex = 0; segIndex < segCount; segIndex++) {
segments[segIndex].start = int16(font.getBytes(2));
}
for (segIndex = 0; segIndex < segCount; segIndex++) {
segments[segIndex].delta = int16(font.getBytes(2));
}
var offsetsCount = 0;
for (segIndex = 0; segIndex < segCount; segIndex++) {
var segment = segments[segIndex];
var rangeOffset = int16(font.getBytes(2));
if (!rangeOffset) {
segment.offsetIndex = -1;
continue;
}
var offsetIndex = (rangeOffset >> 1) - (segCount - segIndex);
segment.offsetIndex = offsetIndex;
offsetsCount = Math.max(offsetsCount, offsetIndex +
segment.end - segment.start + 1);
}
var offsets = [];
for (var j = 0; j < offsetsCount; j++)
offsets.push(int16(font.getBytes(2)));
var glyphs = [], ids = [];
for (segIndex = 0; segIndex < segCount; segIndex++) {
var segment = segments[segIndex];
var start = segment.start, end = segment.end;
var delta = segment.delta, offsetIndex = segment.offsetIndex;
for (var j = start; j <= end; j++) {
if (j == 0xFFFF)
continue;
var glyphCode = offsetIndex < 0 ? j :
offsets[offsetIndex + j - start];
glyphCode = (glyphCode + delta) & 0xFFFF;
if (glyphCode == 0)
continue;
glyphs.push({ unicode: j, code: j });
ids.push(glyphCode);
}
}
return {
glyphs: glyphs,
ids: ids
};
} else if (format == 6) {
// Format 6 is a 2-bytes dense mapping, which means the font data
// lives glue together even if they are pretty far in the unicode
// table. (This looks weird, so I can have missed something), this
// works on Linux but seems to fails on Mac so let's rewrite the
// cmap table to a 3-1-4 style
var firstCode = int16(font.getBytes(2));
var entryCount = int16(font.getBytes(2));
var glyphs = [];
var ids = [];
for (var j = 0; j < entryCount; j++) {
var glyphCode = int16(font.getBytes(2));
var code = firstCode + j;
glyphs.push({ unicode: code, code: code });
ids.push(glyphCode);
}
return {
glyphs: glyphs,
ids: ids
};
}
}
error('Unsupported cmap table format');
};
function sanitizeMetrics(font, header, metrics, numGlyphs) {
if (!header && !metrics)
return;
// The vhea/vmtx tables are not required, so it happens that
// some fonts embed a vmtx table without a vhea table. In this
// situation the sanitizer assume numOfLongVerMetrics = 1. As
// a result it tries to read numGlyphs - 1 SHORT from the vmtx
// table, and if it is not possible, the font is rejected.
// So remove the vmtx table if there is no vhea table.
if (!header && metrics) {
metrics.data = null;
return;
}
font.pos = (font.start ? font.start : 0) + header.offset;
font.pos += header.length - 2;
var numOfMetrics = int16(font.getBytes(2));
var numOfSidebearings = numGlyphs - numOfMetrics;
var numMissing = numOfSidebearings -
((hmtx.length - numOfMetrics * 4) >> 1);
if (numMissing > 0) {
font.pos = (font.start ? font.start : 0) + metrics.offset;
var entries = '';
for (var i = 0, ii = hmtx.length; i < ii; i++)
entries += String.fromCharCode(font.getByte());
for (var i = 0; i < numMissing; i++)
entries += '\x00\x00';
metrics.data = stringToArray(entries);
}
};
function sanitizeGlyphLocations(loca, glyf, numGlyphs,
isGlyphLocationsLong) {
var itemSize, itemDecode, itemEncode;
if (isGlyphLocationsLong) {
itemSize = 4;
itemDecode = function fontItemDecodeLong(data, offset) {
return (data[offset] << 24) | (data[offset + 1] << 16) |
(data[offset + 2] << 8) | data[offset + 3];
};
itemEncode = function fontItemEncodeLong(data, offset, value) {
data[offset] = (value >>> 24) & 0xFF;
data[offset + 1] = (value >> 16) & 0xFF;
data[offset + 2] = (value >> 8) & 0xFF;
data[offset + 3] = value & 0xFF;
};
} else {
itemSize = 2;
itemDecode = function fontItemDecode(data, offset) {
return (data[offset] << 9) | (data[offset + 1] << 1);
};
itemEncode = function fontItemEncode(data, offset, value) {
data[offset] = (value >> 9) & 0xFF;
data[offset + 1] = (value >> 1) & 0xFF;
};
}
var locaData = loca.data;
var startOffset = itemDecode(locaData, 0);
var firstOffset = itemDecode(locaData, itemSize);
if (firstOffset - startOffset < 12 || startOffset > 0) {
// removing first glyph
glyf.data = glyf.data.subarray(firstOffset);
glyf.length -= firstOffset;
itemEncode(locaData, 0, 0);
var i, pos = itemSize;
for (i = 1; i <= numGlyphs; ++i) {
itemEncode(locaData, pos,
itemDecode(locaData, pos) - firstOffset);
pos += itemSize;
}
}
}
function readGlyphNameMap(post, properties) {
var start = (font.start ? font.start : 0) + post.offset;
font.pos = start;
var length = post.length, end = start + length;
var version = int32(font.getBytes(4));
// skip rest to the tables
font.getBytes(28);
var glyphNames;
switch (version) {
case 0x00010000:
glyphNames = MacStandardGlyphOrdering;
break;
case 0x00020000:
var numGlyphs = int16(font.getBytes(2));
var glyphNameIndexes = [];
for (var i = 0; i < numGlyphs; ++i)
glyphNameIndexes.push(int16(font.getBytes(2)));
var customNames = [];
while (font.pos < end) {
var stringLength = font.getByte();
var string = '';
for (var i = 0; i < stringLength; ++i)
string += font.getChar();
customNames.push(string);
}
glyphNames = [];
for (var i = 0; i < numGlyphs; ++i) {
var j = glyphNameIndexes[i];
if (j < 258) {
glyphNames.push(MacStandardGlyphOrdering[j]);
continue;
}
glyphNames.push(customNames[j - 258]);
}
break;
case 0x00030000:
break;
default:
warn('Unknown/unsupported post table version ' + version);
break;
}
properties.glyphNames = glyphNames;
}
// Check that required tables are present
var requiredTables = ['OS/2', 'cmap', 'head', 'hhea',
'hmtx', 'maxp', 'name', 'post'];
var header = readOpenTypeHeader(font);
var numTables = header.numTables;
var cmap, post, maxp, hhea, hmtx, vhea, vmtx, head, loca, glyf;
var tables = [];
for (var i = 0; i < numTables; i++) {
var table = readTableEntry(font);
var index = requiredTables.indexOf(table.tag);
if (index != -1) {
if (table.tag == 'cmap')
cmap = table;
else if (table.tag == 'post')
post = table;
else if (table.tag == 'maxp')
maxp = table;
else if (table.tag == 'hhea')
hhea = table;
else if (table.tag == 'hmtx')
hmtx = table;
else if (table.tag == 'head')
head = table;
requiredTables.splice(index, 1);
} else {
if (table.tag == 'vmtx')
vmtx = table;
else if (table.tag == 'vhea')
vhea = table;
else if (table.tag == 'loca')
loca = table;
else if (table.tag == 'glyf')
glyf = table;
}
tables.push(table);
}
var numTables = header.numTables + requiredTables.length;
// header and new offsets. Table entry information is appended to the
// end of file. The virtualOffset represents where to put the actual
// data of a particular table;
var ttf = {
file: '',
virtualOffset: numTables * (4 * 4)
};
// The new numbers of tables will be the last one plus the num
// of missing tables
createOpenTypeHeader(header.version, ttf, numTables);
if (requiredTables.indexOf('OS/2') != -1) {
// extract some more font properties from the OpenType head and
// hhea tables; yMin and descent value are always negative
var override = {
unitsPerEm: int16([head.data[18], head.data[19]]),
yMax: int16([head.data[42], head.data[43]]),
yMin: int16([head.data[38], head.data[39]]) - 0x10000,
ascent: int16([hhea.data[4], hhea.data[5]]),
descent: int16([hhea.data[6], hhea.data[7]]) - 0x10000
};
tables.push({
tag: 'OS/2',
data: stringToArray(createOS2Table(properties, null, override))
});
}
// Ensure the [h/v]mtx tables contains the advance width and
// sidebearings information for numGlyphs in the maxp table
font.pos = (font.start || 0) + maxp.offset;
var version = int16(font.getBytes(4));
var numGlyphs = int16(font.getBytes(2));
sanitizeMetrics(font, hhea, hmtx, numGlyphs);
sanitizeMetrics(font, vhea, vmtx, numGlyphs);
if (head && loca && glyf) {
var isGlyphLocationsLong = int16([head.data[50], head.data[51]]);
sanitizeGlyphLocations(loca, glyf, numGlyphs, isGlyphLocationsLong);
}
// Sanitizer reduces the glyph advanceWidth to the maxAdvanceWidth
// Sometimes it's 0. That needs to be fixed
if (hhea.data[10] == 0 && hhea.data[11] == 0) {
hhea.data[10] = 0xFF;
hhea.data[11] = 0xFF;
}
// The 'post' table has glyphs names.
if (post) {
readGlyphNameMap(post, properties);
}
// Replace the old CMAP table with a shiny new one
if (properties.type == 'CIDFontType2') {
// Type2 composite fonts map characters directly to glyphs so the cmap
// table must be replaced.
// canvas fillText will reencode some characters even if the font has a
// glyph at that position - e.g. newline is converted to a space and
// U+00AD (soft hyphen) is not drawn.
// So, offset all the glyphs by 0xFF to avoid these cases and use
// the encoding to map incoming characters to the new glyph positions
if (!cmap) {
cmap = {
tag: 'cmap',
data: null
};
tables.push(cmap);
}
var cidToGidMap = properties.cidToGidMap || [];
var gidToCidMap = [0];
for (var j = cidToGidMap.length - 1; j >= 0; j--) {
var gid = cidToGidMap[j];
if (gid)
gidToCidMap[gid] = j;
}
var glyphs = [], ids = [];
var usedUnicodes = [];
var unassignedUnicodeItems = [];
for (var i = 1; i < numGlyphs; i++) {
var cid = gidToCidMap[i] || i;
var unicode = this.toUnicode[cid];
if (!unicode || isSpecialUnicode(unicode) ||
unicode in usedUnicodes) {
unassignedUnicodeItems.push(i);
continue;
}
usedUnicodes[unicode] = true;
glyphs.push({ unicode: unicode, code: cid });
ids.push(i);
}
// trying to fit as many unassigned symbols as we can
// in the range allocated for the user defined symbols
var unusedUnicode = kCmapGlyphOffset;
for (var j = 0, jj = unassignedUnicodeItems.length; j < jj; j++) {
var i = unassignedUnicodeItems[j];
var cid = gidToCidMap[i] || i;
while (unusedUnicode in usedUnicodes)
unusedUnicode++;
if (unusedUnicode >= kCmapGlyphOffset + kSizeOfGlyphArea)
break;
var unicode = unusedUnicode++;
this.toUnicode[cid] = unicode;
usedUnicodes[unicode] = true;
glyphs.push({ unicode: unicode, code: cid });
ids.push(i);
}
cmap.data = createCMapTable(glyphs, ids);
} else {
var cmapTable = readCMapTable(cmap, font);
var glyphs = cmapTable.glyphs;
var ids = cmapTable.ids;
var hasShortCmap = !!cmapTable.hasShortCmap;
var toUnicode = this.toUnicode;
if (hasShortCmap && toUnicode) {
// checking if cmap is just identity map
var isIdentity = true;
for (var i = 0, ii = glyphs.length; i < ii; i++) {
if (glyphs[i].unicode != i + 1) {
isIdentity = false;
break;
}
}
// if it is, replacing with meaningful toUnicode values
if (isIdentity) {
for (var i = 0, ii = glyphs.length; i < ii; i++) {
var unicode = toUnicode[i + 1] || i + 1;
glyphs[i].unicode = unicode;
}
this.useToUnicode = true;
}
}
properties.hasShortCmap = hasShortCmap;
createGlyphNameMap(glyphs, ids, properties);
this.glyphNameMap = properties.glyphNameMap;
cmap.data = createCMapTable(glyphs, ids);
}
// Rewrite the 'post' table if needed
if (requiredTables.indexOf('post') != -1) {
tables.push({
tag: 'post',
data: stringToArray(createPostTable(properties))
});
}
// Rewrite the 'name' table if needed
if (requiredTables.indexOf('name') != -1) {
tables.push({
tag: 'name',
data: stringToArray(createNameTable(this.name))
});
}
// Tables needs to be written by ascendant alphabetic order
tables.sort(function tables_sort(a, b) {
return (a.tag > b.tag) - (a.tag < b.tag);
});
// rewrite the tables but tweak offsets
for (var i = 0, ii = tables.length; i < ii; i++) {
var table = tables[i];
var data = [];
var tableData = table.data;
for (var j = 0, jj = tableData.length; j < jj; j++)
data.push(tableData[j]);
createTableEntry(ttf, table.tag, data);
}
// Add the table datas
for (var i = 0, ii = tables.length; i < ii; i++) {
var table = tables[i];
var tableData = table.data;
ttf.file += arrayToString(tableData);
// 4-byte aligned data
while (ttf.file.length & 3)
ttf.file += String.fromCharCode(0);
}
return stringToArray(ttf.file);
},
convert: function font_convert(fontName, font, properties) {
function isFixedPitch(glyphs) {
for (var i = 0, ii = glyphs.length - 1; i < ii; i++) {
if (glyphs[i] != glyphs[i + 1])
return false;
}
return true;
}
// The offsets object holds at the same time a representation of where
// to write the table entry information about a table and another offset
// representing the offset where to draw the actual data of a particular
// table
var kRequiredTablesCount = 9;
var otf = {
file: '',
virtualOffset: 9 * (4 * 4)
};
createOpenTypeHeader('\x4F\x54\x54\x4F', otf, 9);
var charstrings = font.charstrings;
properties.fixedPitch = isFixedPitch(charstrings);
var glyphNameMap = {};
for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i];
glyphNameMap[charstring.glyph] = charstring.unicode;
}
this.glyphNameMap = glyphNameMap;
if (!properties.hasEncoding && (properties.subtype == 'Type1C' ||
properties.subtype == 'CIDFontType0C')) {
var encoding = [];
for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i];
encoding[charstring.code] = charstring.glyph;
}
properties.baseEncoding = encoding;
}
if (properties.subtype == 'CIDFontType0C') {
var toUnicode = [];
for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i];
toUnicode[charstring.code] = charstring.unicode;
}
this.toUnicode = toUnicode;
}
var fields = {
// PostScript Font Program
'CFF ': font.data,
// OS/2 and Windows Specific metrics
'OS/2': stringToArray(createOS2Table(properties, charstrings)),
// Character to glyphs mapping
'cmap': createCMapTable(charstrings.slice(),
('glyphIds' in font) ? font.glyphIds : null),
// Font header
'head': (function fontFieldsHead() {
return stringToArray(
'\x00\x01\x00\x00' + // Version number
'\x00\x00\x10\x00' + // fontRevision
'\x00\x00\x00\x00' + // checksumAdjustement
'\x5F\x0F\x3C\xF5' + // magicNumber
'\x00\x00' + // Flags
'\x03\xE8' + // unitsPerEM (defaulting to 1000)
'\x00\x00\x00\x00\x9e\x0b\x7e\x27' + // creation date
'\x00\x00\x00\x00\x9e\x0b\x7e\x27' + // modifification date
'\x00\x00' + // xMin
string16(properties.descent) + // yMin
'\x0F\xFF' + // xMax
string16(properties.ascent) + // yMax
string16(properties.italicAngle ? 2 : 0) + // macStyle
'\x00\x11' + // lowestRecPPEM
'\x00\x00' + // fontDirectionHint
'\x00\x00' + // indexToLocFormat
'\x00\x00'); // glyphDataFormat
})(),
// Horizontal header
'hhea': (function fontFieldsHhea() {
return stringToArray(
'\x00\x01\x00\x00' + // Version number
string16(properties.ascent) + // Typographic Ascent
string16(properties.descent) + // Typographic Descent
'\x00\x00' + // Line Gap
'\xFF\xFF' + // advanceWidthMax
'\x00\x00' + // minLeftSidebearing
'\x00\x00' + // minRightSidebearing
'\x00\x00' + // xMaxExtent
string16(properties.capHeight) + // caretSlopeRise
string16(Math.tan(properties.italicAngle) *
properties.xHeight) + // caretSlopeRun
'\x00\x00' + // caretOffset
'\x00\x00' + // -reserved-
'\x00\x00' + // -reserved-
'\x00\x00' + // -reserved-
'\x00\x00' + // -reserved-
'\x00\x00' + // metricDataFormat
string16(charstrings.length + 1)); // Number of HMetrics
})(),
// Horizontal metrics
'hmtx': (function fontFieldsHmtx() {
var hmtx = '\x00\x00\x00\x00'; // Fake .notdef
for (var i = 0, ii = charstrings.length; i < ii; i++) {
var charstring = charstrings[i];
var width = 'width' in charstring ? charstring.width : 0;
hmtx += string16(width) + string16(0);
}
return stringToArray(hmtx);
})(),
// Maximum profile
'maxp': (function fontFieldsMaxp() {
return stringToArray(
'\x00\x00\x50\x00' + // Version number
string16(charstrings.length + 1)); // Num of glyphs
})(),
// Naming tables
'name': stringToArray(createNameTable(fontName)),
// PostScript informations
'post': stringToArray(createPostTable(properties))
};
for (var field in fields)
createTableEntry(otf, field, fields[field]);
for (var field in fields) {
var table = fields[field];
otf.file += arrayToString(table);
}
return stringToArray(otf.file);
},
rebuildToUnicode: function font_rebuildToUnicode(properties) {
var firstChar = properties.firstChar, lastChar = properties.lastChar;
var map = [];
if (properties.composite) {
var isIdentityMap = this.cidToUnicode.length == 0;
for (var i = firstChar, ii = lastChar; i <= ii; i++) {
// TODO missing map the character according font's CMap
var cid = i;
map[i] = isIdentityMap ? cid : this.cidToUnicode[cid];
}
} else {
for (var i = firstChar, ii = lastChar; i <= ii; i++) {
var glyph = properties.differences[i];
if (!glyph)
glyph = properties.baseEncoding[i];
if (!!glyph && (glyph in GlyphsUnicode))
map[i] = GlyphsUnicode[glyph];
}
}
this.toUnicode = map;
},
loadCidToUnicode: function font_loadCidToUnicode(properties) {
if (!properties.cidSystemInfo)
return;
var cidToUnicodeMap = [], unicodeToCIDMap = [];
this.cidToUnicode = cidToUnicodeMap;
this.unicodeToCID = unicodeToCIDMap;
var cidSystemInfo = properties.cidSystemInfo;
var cidToUnicode;
if (cidSystemInfo) {
cidToUnicode = CIDToUnicodeMaps[
cidSystemInfo.registry + '-' + cidSystemInfo.ordering];
}
if (!cidToUnicode)
return; // identity encoding
var cid = 1, i, j, k, ii;
for (i = 0, ii = cidToUnicode.length; i < ii; ++i) {
var unicode = cidToUnicode[i];
if (isArray(unicode)) {
var length = unicode.length;
for (j = 0; j < length; j++) {
cidToUnicodeMap[cid] = unicode[j];
unicodeToCIDMap[unicode[j]] = cid;
}
cid++;
} else if (typeof unicode === 'object') {
var fillLength = unicode.f;
if (fillLength) {
k = unicode.c;
for (j = 0; j < fillLength; ++j) {
cidToUnicodeMap[cid] = k;
unicodeToCIDMap[k] = cid;
cid++;
k++;
}
} else
cid += unicode.s;
} else if (unicode) {
cidToUnicodeMap[cid] = unicode;
unicodeToCIDMap[unicode] = cid;
cid++;
} else
cid++;
}
},
bindWorker: function font_bindWorker(data) {
postMessage({
action: 'font',
data: {
raw: data,
fontName: this.loadedName,
mimetype: this.mimetype
}
});
},
bindDOM: function font_bindDom(data) {
var fontName = this.loadedName;
// Add the font-face rule to the document
var url = ('url(data:' + this.mimetype + ';base64,' +
window.btoa(data) + ');');
var rule = "@font-face { font-family:'" + fontName + "';src:" + url + '}';
document.documentElement.firstChild.appendChild(
document.createElement('style'));
var styleSheet = document.styleSheets[document.styleSheets.length - 1];
styleSheet.insertRule(rule, styleSheet.cssRules.length);
return rule;
},
charToGlyph: function fonts_charToGlyph(charcode) {
var unicode, width, codeIRQueue;
var width = this.widths[charcode];
switch (this.type) {
case 'CIDFontType0':
if (this.noUnicodeAdaptation) {
width = this.widths[this.unicodeToCID[charcode] || charcode];
unicode = charcode;
break;
}
unicode = this.toUnicode[charcode] || charcode;
break;
case 'CIDFontType2':
if (this.noUnicodeAdaptation) {
width = this.widths[this.unicodeToCID[charcode] || charcode];
unicode = charcode;
break;
}
unicode = this.toUnicode[charcode] || charcode;
break;
case 'Type1':
var glyphName = this.differences[charcode] || this.encoding[charcode];
if (this.noUnicodeAdaptation) {
if (!isNum(width))
width = this.widths[glyphName];
unicode = GlyphsUnicode[glyphName] || charcode;
break;
}
unicode = this.glyphNameMap[glyphName] ||
GlyphsUnicode[glyphName] || charcode;
break;
case 'Type3':
var glyphName = this.differences[charcode] || this.encoding[charcode];
codeIRQueue = this.charProcIRQueues[glyphName];
unicode = charcode;
break;
case 'TrueType':
var glyphName = this.differences[charcode] || this.encoding[charcode];
if (!glyphName)
glyphName = Encodings.StandardEncoding[charcode];
if (!isNum(width))
width = this.widths[glyphName];
if (this.noUnicodeAdaptation) {
unicode = GlyphsUnicode[glyphName] || charcode;
break;
}
if (!this.hasEncoding) {
unicode = this.useToUnicode ? this.toUnicode[charcode] : charcode;
break;
}
if (this.hasShortCmap && false) {
var j = Encodings.MacRomanEncoding.indexOf(glyphName);
unicode = j >= 0 ? j :
this.glyphNameMap[glyphName];
} else {
unicode = glyphName in GlyphsUnicode ?
GlyphsUnicode[glyphName] :
this.glyphNameMap[glyphName];
}
break;
default:
warn('Unsupported font type: ' + this.type);
break;
}
var unicodeChars = this.toUnicode ? this.toUnicode[charcode] : charcode;
if (typeof unicodeChars === 'number')
unicodeChars = String.fromCharCode(unicodeChars);
return {
fontChar: String.fromCharCode(unicode),
unicode: unicodeChars,
width: isNum(width) ? width : this.defaultWidth,
codeIRQueue: codeIRQueue
};
},
charsToGlyphs: function fonts_chars2Glyphs(chars) {
var charsCache = this.charsCache;
var glyphs;
// if we translated this string before, just grab it from the cache
if (charsCache) {
glyphs = charsCache[chars];
if (glyphs)
return glyphs;
}
// lazily create the translation cache
if (!charsCache)
charsCache = this.charsCache = Object.create(null);
glyphs = [];
if (this.composite) {
// composite fonts have multi-byte strings convert the string from
// single-byte to multi-byte
// XXX assuming CIDFonts are two-byte - later need to extract the
// correct byte encoding according to the PDF spec
var length = chars.length - 1; // looping over two bytes at a time so
// loop should never end on the last byte
for (var i = 0; i < length; i++) {
var charcode = int16([chars.charCodeAt(i++), chars.charCodeAt(i)]);
var glyph = this.charToGlyph(charcode);
glyphs.push(glyph);
// placing null after each word break charcode (ASCII SPACE)
if (charcode == 0x20)
glyphs.push(null);
}
}
else {
for (var i = 0, ii = chars.length; i < ii; ++i) {
var charcode = chars.charCodeAt(i);
var glyph = this.charToGlyph(charcode);
glyphs.push(glyph);
if (charcode == 0x20)
glyphs.push(null);
}
}
// Enter the translated string into the cache
return (charsCache[chars] = glyphs);
}
};
return constructor;
})();
/*
* Type1Parser encapsulate the needed code for parsing a Type1 font
* program. Some of its logic depends on the Type2 charstrings
* structure.
*/
var Type1Parser = function type1Parser() {
/*
* Decrypt a Sequence of Ciphertext Bytes to Produce the Original Sequence
* of Plaintext Bytes. The function took a key as a parameter which can be
* for decrypting the eexec block of for decoding charStrings.
*/
var kEexecEncryptionKey = 55665;
var kCharStringsEncryptionKey = 4330;
function decrypt(stream, key, discardNumber) {
var r = key, c1 = 52845, c2 = 22719;
var decryptedString = [];
var value = '';
var count = stream.length;
for (var i = 0; i < count; i++) {
value = stream[i];
decryptedString[i] = value ^ (r >> 8);
r = ((value + r) * c1 + c2) & ((1 << 16) - 1);
}
return decryptedString.slice(discardNumber);
}
/*
* CharStrings are encoded following the the CharString Encoding sequence
* describe in Chapter 6 of the "Adobe Type1 Font Format" specification.
* The value in a byte indicates a command, a number, or subsequent bytes
* that are to be interpreted in a special way.
*
* CharString Number Encoding:
* A CharString byte containing the values from 32 through 255 inclusive
* indicate an integer. These values are decoded in four ranges.
*
* 1. A CharString byte containing a value, v, between 32 and 246 inclusive,
* indicate the integer v - 139. Thus, the integer values from -107 through
* 107 inclusive may be encoded in single byte.
*
* 2. A CharString byte containing a value, v, between 247 and 250 inclusive,
* indicates an integer involving the next byte, w, according to the formula:
* [(v - 247) x 256] + w + 108
*
* 3. A CharString byte containing a value, v, between 251 and 254 inclusive,
* indicates an integer involving the next byte, w, according to the formula:
* -[(v - 251) * 256] - w - 108
*
* 4. A CharString containing the value 255 indicates that the next 4 bytes
* are a two complement signed integer. The first of these bytes contains the
* highest order bits, the second byte contains the next higher order bits
* and the fourth byte contain the lowest order bits.
*
*
* CharString Command Encoding:
* CharStrings commands are encoded in 1 or 2 bytes.
*
* Single byte commands are encoded in 1 byte that contains a value between
* 0 and 31 inclusive.
* If a command byte contains the value 12, then the value in the next byte
* indicates a command. This "escape" mechanism allows many extra commands
* to be encoded and this encoding technique helps to minimize the length of
* the charStrings.
*/
var charStringDictionary = {
'1': 'hstem',
'3': 'vstem',
'4': 'vmoveto',
'5': 'rlineto',
'6': 'hlineto',
'7': 'vlineto',
'8': 'rrcurveto',
// closepath is a Type1 command that do not take argument and is useless
// in Type2 and it can simply be ignored.
'9': null, // closepath
'10': 'callsubr',
// return is normally used inside sub-routines to tells to the execution
// flow that it can be back to normal.
// During the translation process Type1 charstrings will be flattened and
// sub-routines will be embedded directly into the charstring directly, so
// this can be ignored safely.
'11': 'return',
'12': {
// dotsection is a Type1 command to specify some hinting feature for dots
// that do not take a parameter and it can safely be ignored for Type2.
'0': null, // dotsection
// [vh]stem3 are Type1 only and Type2 supports [vh]stem with multiple
// parameters, so instead of returning [vh]stem3 take a shortcut and
// return [vhstem] instead.
'1': 'vstem',
'2': 'hstem',
// Type1 only command with command not (yet) built-in ,throw an error
'6': -1, // seac
'7': -1, // sbw
'11': 'sub',
'12': 'div',
// callothersubr is a mechanism to make calls on the postscript
// interpreter, this is not supported by Type2 charstring but hopefully
// most of the default commands can be ignored safely.
'16': 'callothersubr',
'17': 'pop',
// setcurrentpoint sets the current point to x, y without performing a
// moveto (this is a one shot positionning command). This is used only
// with the return of an OtherSubrs call.
// TODO Implement the OtherSubrs charstring embedding and replace this
// call by a no-op, like 2 'pop' commands for example.
'33': null // setcurrentpoint
},
'13': 'hsbw',
'14': 'endchar',
'21': 'rmoveto',
'22': 'hmoveto',
'30': 'vhcurveto',
'31': 'hvcurveto'
};
var kEscapeCommand = 12;
function decodeCharString(array) {
var charstring = [];
var lsb = 0;
var width = 0;
var flexState = 0;
var value = '';
var count = array.length;
for (var i = 0; i < count; i++) {
value = array[i];
if (value < 32) {
var command = null;
if (value == kEscapeCommand) {
var escape = array[++i];
// TODO Clean this code
if (escape == 16) {
var index = charstring.pop();
var argc = charstring.pop();
for (var j = 0; j < argc; j++)
charstring.push('drop');
// If the flex mechanism is not used in a font program, Adobe
// states that entries 0, 1 and 2 can simply be replaced by
// {}, which means that we can simply ignore them.
if (index < 3) {
continue;
}
// This is the same things about hint replacement, if it is not used
// entry 3 can be replaced by {3}
// TODO support hint replacment
if (index == 3) {
charstring.push(3);
i++;
continue;
}
} else if (escape == 17 || escape == 33) {
// pop or setcurrentpoint commands can be ignored
// since we are not doing callothersubr
continue;
} else if (!kHintingEnabled && (escape == 1 || escape == 2)) {
charstring.push('drop', 'drop', 'drop', 'drop', 'drop', 'drop');
continue;
}
command = charStringDictionary['12'][escape];
} else {
// TODO Clean this code
if (value == 13) { // hsbw
if (charstring.length == 2) {
lsb = charstring[0];
width = charstring[1];
charstring.splice(0, 1);
} else if (charstring.length == 4 && charstring[3] == 'div') {
lsb = charstring[0];
width = charstring[1] / charstring[2];
charstring.splice(0, 1);
} else if (charstring.length == 4 && charstring[2] == 'div') {
lsb = charstring[0] / charstring[1];
width = charstring[3];
charstring.splice(0, 3);
} else {
error('Unsupported hsbw format: ' + charstring);
}
charstring.push(lsb, 'hmoveto');
continue;
} else if (value == 10) { // callsubr
if (charstring[charstring.length - 1] < 3) { // subr #0..2
var subrNumber = charstring.pop();
switch (subrNumber) {
case 1:
flexState = 1; // prepare for flex coordinates
break;
case 2:
flexState = 2; // flex in progress
break;
case 0:
// type2 flex command does not need final coords
charstring.push('exch', 'drop', 'exch', 'drop');
charstring.push('flex');
flexState = 0;
break;
}
continue;
}
} else if (value == 21 && flexState > 0) {
if (flexState > 1)
continue; // ignoring rmoveto
value = 5; // first segment replacing with rlineto
} else if (!kHintingEnabled && (value == 1 || value == 3)) {
charstring.push('drop', 'drop');
continue;
}
command = charStringDictionary[value];
}
// Some charstring commands are meaningless in Type2 and will return
// a null, let's just ignored them
if (!command && i < count) {
continue;
} else if (!command) {
break;
} else if (command == -1) {
warn('Support for Type1 command ' + value +
' (' + escape + ') is not implemented in charstring: ' +
charstring);
if (value == 12) {
// we know how to ignore only some the Type1 commands
switch (escape) {
case 7:
charstring.push('drop', 'drop', 'drop', 'drop');
continue;
case 8:
charstring.push('drop');
continue;
}
}
}
value = command;
} else if (value <= 246) {
value = value - 139;
} else if (value <= 250) {
value = ((value - 247) * 256) + array[++i] + 108;
} else if (value <= 254) {
value = -((value - 251) * 256) - array[++i] - 108;
} else {
value = (array[++i] & 0xff) << 24 | (array[++i] & 0xff) << 16 |
(array[++i] & 0xff) << 8 | (array[++i] & 0xff) << 0;
}
charstring.push(value);
}
return { charstring: charstring, width: width, lsb: lsb };
}
/*
* Returns an object containing a Subrs array and a CharStrings
* array extracted from and eexec encrypted block of data
*/
function readNumberArray(str, index) {
var start = index;
while (str[index++] != '[')
start++;
start++;
var count = 0;
while (str[index++] != ']')
count++;
var array = str.substr(start, count).split(' ');
for (var i = 0, ii = array.length; i < ii; i++)
array[i] = parseFloat(array[i] || 0);
return array;
}
function readNumber(str, index) {
while (str[index] == ' ')
index++;
var start = index;
var count = 0;
while (str[index++] != ' ')
count++;
return parseFloat(str.substr(start, count) || 0);
}
function isSeparator(c) {
return c == ' ' || c == '\n' || c == '\x0d';
}
this.extractFontProgram = function t1_extractFontProgram(stream) {
var eexec = decrypt(stream, kEexecEncryptionKey, 4);
var eexecStr = '';
for (var i = 0, ii = eexec.length; i < ii; i++)
eexecStr += String.fromCharCode(eexec[i]);
var glyphsSection = false, subrsSection = false;
var program = {
subrs: [],
charstrings: [],
properties: {
'private': {
'lenIV': 4
}
}
};
var glyph = '';
var token = '';
var length = 0;
var c = '';
var count = eexecStr.length;
for (var i = 0; i < count; i++) {
var getToken = function getToken() {
while (i < count && isSeparator(eexecStr[i]))
++i;
var token = '';
while (i < count && !isSeparator(eexecStr[i]))
token += eexecStr[i++];
return token;
};
var c = eexecStr[i];
if ((glyphsSection || subrsSection) &&
(token == 'RD' || token == '-|')) {
i++;
var data = eexec.slice(i, i + length);
var lenIV = program.properties.private['lenIV'];
var encoded = decrypt(data, kCharStringsEncryptionKey, lenIV);
var str = decodeCharString(encoded);
if (glyphsSection) {
program.charstrings.push({
glyph: glyph,
data: str.charstring,
lsb: str.lsb,
width: str.width
});
} else {
program.subrs.push(str.charstring);
}
i += length;
token = '';
} else if (isSeparator(c)) {
length = parseInt(token, 10);
token = '';
} else {
token += c;
if (!glyphsSection) {
switch (token) {
case '/CharString':
glyphsSection = true;
break;
case '/Subrs':
++i;
var num = parseInt(getToken(), 10);
getToken(); // read in 'array'
for (var j = 0; j < num; ++j) {
var t = getToken(); // read in 'dup'
if (t == 'ND' || t == '|-' || t == 'noaccess')
break;
var index = parseInt(getToken(), 10);
if (index > j)
j = index;
var length = parseInt(getToken(), 10);
getToken(); // read in 'RD'
var data = eexec.slice(i + 1, i + 1 + length);
var lenIV = program.properties.private['lenIV'];
var encoded = decrypt(data, kCharStringsEncryptionKey, lenIV);
var str = decodeCharString(encoded);
i = i + 1 + length;
t = getToken(); // read in 'NP'
if (t == 'noaccess')
getToken(); // read in 'put'
program.subrs[index] = str.charstring;
}
break;
case '/BlueValues':
case '/OtherBlues':
case '/FamilyBlues':
case '/FamilyOtherBlues':
case '/StemSnapH':
case '/StemSnapV':
program.properties.private[token.substring(1)] =
readNumberArray(eexecStr, i + 1);
break;
case '/StdHW':
case '/StdVW':
program.properties.private[token.substring(1)] =
readNumberArray(eexecStr, i + 2)[0];
break;
case '/BlueShift':
case '/lenIV':
case '/BlueFuzz':
case '/BlueScale':
case '/LanguageGroup':
case '/ExpansionFactor':
program.properties.private[token.substring(1)] =
readNumber(eexecStr, i + 1);
break;
}
} else if (c == '/') {
token = glyph = '';
while ((c = eexecStr[++i]) != ' ')
glyph += c;
}
}
}
return program;
};
this.extractFontHeader = function t1_extractFontHeader(stream, properties) {
var headerString = '';
for (var i = 0, ii = stream.length; i < ii; i++)
headerString += String.fromCharCode(stream[i]);
var token = '';
var count = headerString.length;
for (var i = 0; i < count; i++) {
var getToken = function getToken() {
var char = headerString[i];
while (i < count && (isSeparator(char) || char == '/'))
char = headerString[++i];
var token = '';
while (i < count && !(isSeparator(char) || char == '/')) {
token += char;
char = headerString[++i];
}
return token;
};
var c = headerString[i];
if (isSeparator(c)) {
switch (token) {
case '/FontMatrix':
var matrix = readNumberArray(headerString, i + 1);
// The FontMatrix is in unitPerEm, so make it pixels
for (var j = 0, jj = matrix.length; j < jj; j++)
matrix[j] *= 1000;
// Make the angle into the right direction
matrix[2] *= -1;
properties.fontMatrix = matrix;
break;
case '/Encoding':
var encodingArg = getToken();
var encoding;
if (!/^\d+$/.test(encodingArg)) {
// encoding name is specified
encoding = Encodings[encodingArg];
} else {
encoding = [];
var size = parseInt(encodingArg, 10);
getToken(); // read in 'array'
for (var j = 0; j < size; j++) {
var token = getToken();
if (token == 'dup') {
var index = parseInt(getToken(), 10);
var glyph = getToken();
encoding[index] = glyph;
getToken(); // read the in 'put'
}
}
}
if (!properties.hasEncoding && encoding) {
properties.baseEncoding = encoding;
break;
}
break;
}
token = '';
} else {
token += c;
}
}
};
};
/**
* The CFF class takes a Type1 file and wrap it into a
* 'Compact Font Format' which itself embed Type2 charstrings.
*/
var CFFStrings = [
'.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar', 'percent',
'ampersand', 'quoteright', 'parenleft', 'parenright', 'asterisk', 'plus',
'comma', 'hyphen', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four',
'five', 'six', 'seven', 'eight', 'nine', 'colon', 'semicolon', 'less',
'equal', 'greater', 'question', 'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
'X', 'Y', 'Z', 'bracketleft', 'backslash', 'bracketright', 'asciicircum',
'underscore', 'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y',
'z', 'braceleft', 'bar', 'braceright', 'asciitilde', 'exclamdown', 'cent',
'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
'guilsinglright', 'fi', 'fl', 'endash', 'dagger', 'daggerdbl',
'periodcentered', 'paragraph', 'bullet', 'quotesinglbase', 'quotedblbase',
'quotedblright', 'guillemotright', 'ellipsis', 'perthousand', 'questiondown',
'grave', 'acute', 'circumflex', 'tilde', 'macron', 'breve', 'dotaccent',
'dieresis', 'ring', 'cedilla', 'hungarumlaut', 'ogonek', 'caron', 'emdash',
'AE', 'ordfeminine', 'Lslash', 'Oslash', 'OE', 'ordmasculine', 'ae',
'dotlessi', 'lslash', 'oslash', 'oe', 'germandbls', 'onesuperior',
'logicalnot', 'mu', 'trademark', 'Eth', 'onehalf', 'plusminus', 'Thorn',
'onequarter', 'divide', 'brokenbar', 'degree', 'thorn', 'threequarters',
'twosuperior', 'registered', 'minus', 'eth', 'multiply', 'threesuperior',
'copyright', 'Aacute', 'Acircumflex', 'Adieresis', 'Agrave', 'Aring',
'Atilde', 'Ccedilla', 'Eacute', 'Ecircumflex', 'Edieresis', 'Egrave',
'Iacute', 'Icircumflex', 'Idieresis', 'Igrave', 'Ntilde', 'Oacute',
'Ocircumflex', 'Odieresis', 'Ograve', 'Otilde', 'Scaron', 'Uacute',
'Ucircumflex', 'Udieresis', 'Ugrave', 'Yacute', 'Ydieresis', 'Zcaron',
'aacute', 'acircumflex', 'adieresis', 'agrave', 'aring', 'atilde',
'ccedilla', 'eacute', 'ecircumflex', 'edieresis', 'egrave', 'iacute',
'icircumflex', 'idieresis', 'igrave', 'ntilde', 'oacute', 'ocircumflex',
'odieresis', 'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex',
'udieresis', 'ugrave', 'yacute', 'ydieresis', 'zcaron', 'exclamsmall',
'Hungarumlautsmall', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall',
'Acutesmall', 'parenleftsuperior', 'parenrightsuperior', '266 ff',
'onedotenleader', 'zerooldstyle', 'oneoldstyle', 'twooldstyle',
'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle',
'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'commasuperior',
'threequartersemdash', 'periodsuperior', 'questionsmall', 'asuperior',
'bsuperior', 'centsuperior', 'dsuperior', 'esuperior', 'isuperior',
'lsuperior', 'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
'tsuperior', 'ff', 'ffi', 'ffl', 'parenleftinferior', 'parenrightinferior',
'Circumflexsmall', 'hyphensuperior', 'Gravesmall', 'Asmall', 'Bsmall',
'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall',
'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall',
'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall',
'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary', 'onefitted', 'rupiah',
'Tildesmall', 'exclamdownsmall', 'centoldstyle', 'Lslashsmall',
'Scaronsmall', 'Zcaronsmall', 'Dieresissmall', 'Brevesmall', 'Caronsmall',
'Dotaccentsmall', 'Macronsmall', 'figuredash', 'hypheninferior',
'Ogoneksmall', 'Ringsmall', 'Cedillasmall', 'questiondownsmall', 'oneeighth',
'threeeighths', 'fiveeighths', 'seveneighths', 'onethird', 'twothirds',
'zerosuperior', 'foursuperior', 'fivesuperior', 'sixsuperior',
'sevensuperior', 'eightsuperior', 'ninesuperior', 'zeroinferior',
'oneinferior', 'twoinferior', 'threeinferior', 'fourinferior',
'fiveinferior', 'sixinferior', 'seveninferior', 'eightinferior',
'nineinferior', 'centinferior', 'dollarinferior', 'periodinferior',
'commainferior', 'Agravesmall', 'Aacutesmall', 'Acircumflexsmall',
'Atildesmall', 'Adieresissmall', 'Aringsmall', 'AEsmall', 'Ccedillasmall',
'Egravesmall', 'Eacutesmall', 'Ecircumflexsmall', 'Edieresissmall',
'Igravesmall', 'Iacutesmall', 'Icircumflexsmall', 'Idieresissmall',
'Ethsmall', 'Ntildesmall', 'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall',
'Otildesmall', 'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall',
'Uacutesmall', 'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall',
'Thornsmall', 'Ydieresissmall', '001.000', '001.001', '001.002', '001.003',
'Black', 'Bold', 'Book', 'Light', 'Medium', 'Regular', 'Roman', 'Semibold'
];
var type1Parser = new Type1Parser();
var CFF = function cffCFF(name, file, properties) {
// Get the data block containing glyphs and subrs informations
var headerBlock = file.getBytes(properties.length1);
type1Parser.extractFontHeader(headerBlock, properties);
// Decrypt the data blocks and retrieve it's content
var eexecBlock = file.getBytes(properties.length2);
var data = type1Parser.extractFontProgram(eexecBlock);
for (var info in data.properties)
properties[info] = data.properties[info];
var charstrings = this.getOrderedCharStrings(data.charstrings, properties);
var type2Charstrings = this.getType2Charstrings(charstrings);
var subrs = this.getType2Subrs(data.subrs);
this.charstrings = charstrings;
this.data = this.wrap(name, type2Charstrings, this.charstrings,
subrs, properties);
};
CFF.prototype = {
createCFFIndexHeader: function cff_createCFFIndexHeader(objects, isByte) {
// First 2 bytes contains the number of objects contained into this index
var count = objects.length;
// If there is no object, just create an array saying that with another
// offset byte.
if (count == 0)
return '\x00\x00\x00';
var data = String.fromCharCode((count >> 8) & 0xFF, count & 0xff);
// Next byte contains the offset size use to reference object in the file
// Actually we're using 0x04 to be sure to be able to store everything
// without thinking of it while coding.
data += '\x04';
// Add another offset after this one because we need a new offset
var relativeOffset = 1;
for (var i = 0; i < count + 1; i++) {
data += String.fromCharCode((relativeOffset >>> 24) & 0xFF,
(relativeOffset >> 16) & 0xFF,
(relativeOffset >> 8) & 0xFF,
relativeOffset & 0xFF);
if (objects[i])
relativeOffset += objects[i].length;
}
for (var i = 0; i < count; i++) {
for (var j = 0, jj = objects[i].length; j < jj; j++)
data += isByte ? String.fromCharCode(objects[i][j] & 0xFF) :
objects[i][j];
}
return data;
},
encodeNumber: function cff_encodeNumber(value) {
// some of the fonts has ouf-of-range values
// they are just arithmetic overflows
// make sanitizer happy
value |= 0;
if (value >= -32768 && value <= 32767) {
return '\x1c' +
String.fromCharCode((value >> 8) & 0xFF) +
String.fromCharCode(value & 0xFF);
} else {
return '\x1d' +
String.fromCharCode((value >> 24) & 0xFF) +
String.fromCharCode((value >> 16) & 0xFF) +
String.fromCharCode((value >> 8) & 0xFF) +
String.fromCharCode(value & 0xFF);
}
},
getOrderedCharStrings: function cff_getOrderedCharStrings(glyphs,
properties) {
var charstrings = [];
var i, length, glyphName;
var unusedUnicode = kCmapGlyphOffset;
for (i = 0, length = glyphs.length; i < length; i++) {
var item = glyphs[i];
var glyphName = item.glyph;
var unicode = glyphName in GlyphsUnicode ?
GlyphsUnicode[glyphName] : unusedUnicode++;
charstrings.push({
glyph: glyphName,
unicode: unicode,
gid: i,
charstring: item.data,
width: item.width,
lsb: item.lsb
});
}
charstrings.sort(function charstrings_sort(a, b) {
return a.unicode - b.unicode;
});
return charstrings;
},
getType2Charstrings: function cff_getType2Charstrings(type1Charstrings) {
var type2Charstrings = [];
var count = type1Charstrings.length;
for (var i = 0; i < count; i++) {
var charstring = type1Charstrings[i].charstring;
type2Charstrings.push(this.flattenCharstring(charstring.slice(),
this.commandsMap));
}
return type2Charstrings;
},
getType2Subrs: function cff_getType2Subrs(type1Subrs) {
var bias = 0;
var count = type1Subrs.length;
if (count < 1240)
bias = 107;
else if (count < 33900)
bias = 1131;
else
bias = 32768;
// Add a bunch of empty subrs to deal with the Type2 bias
var type2Subrs = [];
for (var i = 0; i < bias; i++)
type2Subrs.push([0x0B]);
for (var i = 0; i < count; i++) {
var subr = type1Subrs[i];
if (!subr)
subr = [0x0B];
type2Subrs.push(this.flattenCharstring(subr, this.commandsMap));
}
return type2Subrs;
},
/*
* Flatten the commands by interpreting the postscript code and replacing
* every 'callsubr', 'callothersubr' by the real commands.
*/
commandsMap: {
'hstem': 1,
'vstem': 3,
'vmoveto': 4,
'rlineto': 5,
'hlineto': 6,
'vlineto': 7,
'rrcurveto': 8,
'callsubr': 10,
'return': 11,
'sub': [12, 11],
'div': [12, 12],
'exch': [12, 28],
'flex': [12, 35],
'drop' : [12, 18],
'endchar': 14,
'rmoveto': 21,
'hmoveto': 22,
'vhcurveto': 30,
'hvcurveto': 31
},
flattenCharstring: function flattenCharstring(charstring, map) {
// charstring changes size - can't cache .length in loop
for (var i = 0; i < charstring.length; i++) {
var command = charstring[i];
if (command.charAt) {
var cmd = map[command];
assert(cmd, 'Unknow command: ' + command);
if (isArray(cmd))
charstring.splice(i++, 1, cmd[0], cmd[1]);
else
charstring[i] = cmd;
} else {
// Type1 charstring use a division for number above 32000
if (command > 32000) {
var divisor = charstring[i + 1];
command /= divisor;
charstring.splice(i, 3, 28, command >> 8, command & 0xff);
} else {
charstring.splice(i, 1, 28, command >> 8, command & 0xff);
}
i += 2;
}
}
return charstring;
},
wrap: function wrap(name, glyphs, charstrings, subrs, properties) {
var fields = {
// major version, minor version, header size, offset size
'header': '\x01\x00\x04\x04',
'names': this.createCFFIndexHeader([name]),
'topDict': (function topDict(self) {
return function cffWrapTopDict() {
var header = '\x00\x01\x01\x01';
var dict =
'\xf8\x1b\x00' + // version
'\xf8\x1c\x01' + // Notice
'\xf8\x1d\x02' + // FullName
'\xf8\x1e\x03' + // FamilyName
'\xf8\x1f\x04' + // Weight
'\x1c\x00\x00\x10'; // Encoding
var boundingBox = properties.bbox;
for (var i = 0, ii = boundingBox.length; i < ii; i++)
dict += self.encodeNumber(boundingBox[i]);
dict += '\x05'; // FontBBox;
var offset = fields.header.length +
fields.names.length +
(header.length + 1) +
(dict.length + (4 + 4)) +
fields.strings.length +
fields.globalSubrs.length;
// If the offset if over 32767, encodeNumber is going to return
// 5 bytes to encode the position instead of 3.
if ((offset + fields.charstrings.length) > 32767) {
offset += 9;
} else {
offset += 7;
}
dict += self.encodeNumber(offset) + '\x0f'; // Charset
offset = offset + (glyphs.length * 2) + 1;
dict += self.encodeNumber(offset) + '\x11'; // Charstrings
offset = offset + fields.charstrings.length;
dict += self.encodeNumber(fields.private.length);
dict += self.encodeNumber(offset) + '\x12'; // Private
return header + String.fromCharCode(dict.length + 1) + dict;
};
})(this),
'strings': (function strings(self) {
var strings = [
'Version 0.11', // Version
'See original notice', // Notice
name, // FullName
name, // FamilyName
'Medium' // Weight
];
return self.createCFFIndexHeader(strings);
})(this),
'globalSubrs': this.createCFFIndexHeader([]),
'charset': (function charset(self) {
var charsetString = '\x00'; // Encoding
var count = glyphs.length;
for (var i = 0; i < count; i++) {
var index = CFFStrings.indexOf(charstrings[i].glyph);
// Some characters like asterikmath && circlecopyrt are
// missing from the original strings, for the moment let's
// map them to .notdef and see later if it cause any
// problems
if (index == -1)
index = 0;
charsetString += String.fromCharCode(index >> 8, index & 0xff);
}
return charsetString;
})(this),
'charstrings': this.createCFFIndexHeader([[0x8B, 0x0E]].concat(glyphs),
true),
'private': (function cffWrapPrivate(self) {
var data =
'\x8b\x14' + // defaultWidth
'\x8b\x15'; // nominalWidth
var fieldMap = {
BlueValues: '\x06',
OtherBlues: '\x07',
FamilyBlues: '\x08',
FamilyOtherBlues: '\x09',
StemSnapH: '\x0c\x0c',
StemSnapV: '\x0c\x0d',
BlueShift: '\x0c\x0a',
BlueFuzz: '\x0c\x0b',
BlueScale: '\x0c\x09',
LanguageGroup: '\x0c\x11',
ExpansionFactor: '\x0c\x18'
};
for (var field in fieldMap) {
if (!properties.private.hasOwnProperty(field))
continue;
var value = properties.private[field];
if (isArray(value)) {
data += self.encodeNumber(value[0]);
for (var i = 1, ii = value.length; i < ii; i++)
data += self.encodeNumber(value[i] - value[i - 1]);
} else {
data += self.encodeNumber(value);
}
data += fieldMap[field];
}
data += self.encodeNumber(data.length + 4) + '\x13'; // Subrs offset
return data;
})(this),
'localSubrs': this.createCFFIndexHeader(subrs, true)
};
fields.topDict = fields.topDict();
var cff = [];
for (var index in fields) {
var field = fields[index];
for (var i = 0, ii = field.length; i < ii; i++)
cff.push(field.charCodeAt(i));
}
return cff;
}
};
var Type2CFF = (function type2CFF() {
// TODO: replace parsing code with the Type2Parser in font_utils.js
function constructor(file, properties) {
var bytes = file.getBytes();
this.bytes = bytes;
this.properties = properties;
this.data = this.parse();
}
constructor.prototype = {
parse: function cff_parse() {
var header = this.parseHeader();
var properties = this.properties;
var nameIndex = this.parseIndex(header.endPos);
var dictIndex = this.parseIndex(nameIndex.endPos);
if (dictIndex.length != 1)
error('CFF contains more than 1 font');
var stringIndex = this.parseIndex(dictIndex.endPos);
var gsubrIndex = this.parseIndex(stringIndex.endPos);
var strings = this.getStrings(stringIndex);
var baseDict = this.parseDict(dictIndex.get(0).data);
var topDict = this.getTopDict(baseDict, strings);
var bytes = this.bytes;
var privateDict = {};
var privateInfo = topDict.Private;
if (privateInfo) {
var privOffset = privateInfo[1], privLength = privateInfo[0];
var privBytes = bytes.subarray(privOffset, privOffset + privLength);
baseDict = this.parseDict(privBytes);
privateDict = this.getPrivDict(baseDict, strings);
} else {
privateDict.defaultWidthX = properties.defaultWidth;
}
var charStrings = this.parseIndex(topDict.CharStrings);
var charset, encoding;
var isCIDFont = properties.subtype == 'CIDFontType0C';
if (isCIDFont) {
charset = ['.notdef'];
for (var i = 1, ii = charStrings.length; i < ii; ++i)
charset.push('glyph' + i);
encoding = this.parseCidMap(topDict.charset,
charStrings.length);
} else {
charset = this.parseCharsets(topDict.charset,
charStrings.length, strings);
encoding = this.parseEncoding(topDict.Encoding, properties,
strings, charset);
}
// The font sanitizer does not support CFF encoding with a
// supplement, since the encoding is not really use to map
// between gid to glyph, let's overwrite what is declared in
// the top dictionary to let the sanitizer think the font use
// StandardEncoding, that's a lie but that's ok.
if (encoding.hasSupplement)
bytes[topDict.Encoding] &= 0x7F;
// The CFF specification state that the 'dotsection' command
// (12, 0) is deprecated and treated as a no-op, but all Type2
// charstrings processors should support them. Unfortunately
// the font sanitizer don't. As a workaround the sequence (12, 0)
// is replaced by a useless (0, hmoveto).
var count = charStrings.length;
for (var i = 0; i < count; i++) {
var charstring = charStrings.get(i);
var start = charstring.start;
var data = charstring.data;
var length = data.length;
for (var j = 0; j <= length; j) {
var value = data[j++];
if (value == 12 && data[j++] == 0) {
bytes[start + j - 2] = 139;
bytes[start + j - 1] = 22;
} else if (value === 28) {
j += 2;
} else if (value >= 247 && value <= 254) {
j++;
} else if (value == 255) {
j += 4;
}
}
}
// charstrings contains info about glyphs (one element per glyph
// containing mappings for {unicode, width})
var charstrings = this.getCharStrings(charset, encoding.encoding,
privateDict, this.properties);
// create the mapping between charstring and glyph id
var glyphIds = [];
for (var i = 0, ii = charstrings.length; i < ii; i++)
glyphIds.push(charstrings[i].gid);
this.charstrings = charstrings;
this.glyphIds = glyphIds;
var data = [];
for (var i = 0, ii = bytes.length; i < ii; ++i)
data.push(bytes[i]);
return data;
},
getCharStrings: function cff_charstrings(charsets, encoding,
privateDict, properties) {
var charstrings = [];
var unicodeUsed = [];
var unassignedUnicodeItems = [];
var inverseEncoding = [];
for (var charcode in encoding)
inverseEncoding[encoding[charcode]] = charcode | 0;
for (var i = 0, ii = charsets.length; i < ii; i++) {
var glyph = charsets[i];
if (glyph == '.notdef') {
charstrings.push({
unicode: 0,
code: 0,
gid: i,
glyph: glyph
});
continue;
}
var code = inverseEncoding[i];
if (!code || isSpecialUnicode(code)) {
unassignedUnicodeItems.push(i);
continue;
}
charstrings.push({
unicode: code,
code: code,
gid: i,
glyph: glyph
});
unicodeUsed[code] = true;
}
var nextUnusedUnicode = kCmapGlyphOffset;
for (var j = 0, jj = unassignedUnicodeItems.length; j < jj; ++j) {
var i = unassignedUnicodeItems[j];
// giving unicode value anyway
while (nextUnusedUnicode in unicodeUsed)
nextUnusedUnicode++;
var unicode = nextUnusedUnicode++;
charstrings.push({
unicode: unicode,
code: inverseEncoding[i] || 0,
gid: i,
glyph: charsets[i]
});
}
// sort the array by the unicode value (again)
charstrings.sort(function type2CFFGetCharStringsSort(a, b) {
return a.unicode - b.unicode;
});
return charstrings;
},
parseEncoding: function cff_parseencoding(pos, properties, strings,
charset) {
var encoding = {};
var bytes = this.bytes;
var result = {
encoding: encoding,
hasSupplement: false
};
function readSupplement() {
var supplementsCount = bytes[pos++];
for (var i = 0; i < supplementsCount; i++) {
var code = bytes[pos++];
var sid = (bytes[pos++] << 8) + (bytes[pos++] & 0xff);
encoding[code] = properties.differences.indexOf(strings[sid]);
}
}
if (pos == 0 || pos == 1) {
var gid = 1;
var baseEncoding = pos ? Encodings.ExpertEncoding :
Encodings.StandardEncoding;
for (var i = 0, ii = charset.length; i < ii; i++) {
var index = baseEncoding.indexOf(charset[i]);
if (index != -1)
encoding[index] = gid++;
}
} else {
var format = bytes[pos++];
switch (format & 0x7f) {
case 0:
var glyphsCount = bytes[pos++];
for (var i = 1; i <= glyphsCount; i++)
encoding[bytes[pos++]] = i;
break;
case 1:
var rangesCount = bytes[pos++];
var gid = 1;
for (var i = 0; i < rangesCount; i++) {
var start = bytes[pos++];
var left = bytes[pos++];
for (var j = start; j <= start + left; j++)
encoding[j] = gid++;
}
break;
default:
error('Unknow encoding format: ' + format + ' in CFF');
break;
}
if (format & 0x80) {
readSupplement();
result.hasSupplement = true;
}
}
return result;
},
parseCharsets: function cff_parsecharsets(pos, length, strings) {
if (pos == 0) {
return ISOAdobeCharset.slice();
} else if (pos == 1) {
return ExpertCharset.slice();
} else if (pos == 2) {
return ExpertSubsetCharset.slice();
}
var bytes = this.bytes;
var format = bytes[pos++];
var charset = ['.notdef'];
// subtract 1 for the .notdef glyph
length -= 1;
switch (format) {
case 0:
for (var i = 0; i < length; i++) {
var sid = (bytes[pos++] << 8) | bytes[pos++];
charset.push(strings[sid]);
}
break;
case 1:
while (charset.length <= length) {
var sid = (bytes[pos++] << 8) | bytes[pos++];
var count = bytes[pos++];
for (var i = 0; i <= count; i++)
charset.push(strings[sid++]);
}
break;
case 2:
while (charset.length <= length) {
var sid = (bytes[pos++] << 8) | bytes[pos++];
var count = (bytes[pos++] << 8) | bytes[pos++];
for (var i = 0; i <= count; i++)
charset.push(strings[sid++]);
}
break;
default:
error('Unknown charset format');
}
return charset;
},
parseCidMap: function cff_parsecharsets(pos, length) {
var bytes = this.bytes;
var format = bytes[pos++];
var encoding = {};
var map = {encoding: encoding};
encoding[0] = 0;
var gid = 1;
switch (format) {
case 0:
while (gid < length) {
var cid = (bytes[pos++] << 8) | bytes[pos++];
encoding[cid] = gid++;
}
break;
case 1:
while (gid < length) {
var cid = (bytes[pos++] << 8) | bytes[pos++];
var count = bytes[pos++];
for (var i = 0; i <= count; i++)
encoding[cid++] = gid++;
}
break;
case 2:
while (gid < length) {
var cid = (bytes[pos++] << 8) | bytes[pos++];
var count = (bytes[pos++] << 8) | bytes[pos++];
for (var i = 0; i <= count; i++)
encoding[cid++] = gid++;
}
break;
default:
error('Unknown charset format');
}
return map;
},
getPrivDict: function cff_getprivdict(baseDict, strings) {
var dict = {};
// default values
dict['defaultWidthX'] = 0;
dict['nominalWidthX'] = 0;
for (var i = 0, ii = baseDict.length; i < ii; ++i) {
var pair = baseDict[i];
var key = pair[0];
var value = pair[1];
switch (key) {
case 20:
dict['defaultWidthX'] = value[0];
case 21:
dict['nominalWidthX'] = value[0];
default:
TODO('interpret top dict key: ' + key);
}
}
return dict;
},
getTopDict: function cff_gettopdict(baseDict, strings) {
var dict = {};
// default values
dict['Encoding'] = 0;
dict['charset'] = 0;
for (var i = 0, ii = baseDict.length; i < ii; ++i) {
var pair = baseDict[i];
var key = pair[0];
var value = pair[1];
switch (key) {
case 1:
dict['Notice'] = strings[value[0]];
break;
case 4:
dict['Weight'] = strings[value[0]];
break;
case 3094:
dict['BaseFontName'] = strings[value[0]];
break;
case 5:
dict['FontBBox'] = value;
break;
case 13:
dict['UniqueID'] = value[0];
break;
case 15:
dict['charset'] = value[0];
break;
case 16:
dict['Encoding'] = value[0];
break;
case 17:
dict['CharStrings'] = value[0];
break;
case 18:
dict['Private'] = value;
break;
case 3102:
case 3103:
case 3104:
case 3105:
case 3106:
case 3107:
case 3108:
case 3109:
case 3110:
dict['cidOperatorPresent'] = true;
break;
default:
TODO('interpret top dict key');
}
}
return dict;
},
getStrings: function cff_getStrings(stringIndex) {
function bytesToString(bytesArray) {
var str = '';
for (var i = 0, ii = bytesArray.length; i < ii; i++)
str += String.fromCharCode(bytesArray[i]);
return str;
}
var stringArray = [];
for (var i = 0, ii = CFFStrings.length; i < ii; i++)
stringArray.push(CFFStrings[i]);
for (var i = 0, ii = stringIndex.length; i < ii; i++)
stringArray.push(bytesToString(stringIndex.get(i).data));
return stringArray;
},
parseHeader: function cff_parseHeader() {
var bytes = this.bytes;
var offset = 0;
while (bytes[offset] != 1)
++offset;
if (offset != 0) {
warning('cff data is shifted');
bytes = bytes.subarray(offset);
this.bytes = bytes;
}
return {
endPos: bytes[2],
offsetSize: bytes[3]
};
},
parseDict: function cff_parseDict(dict) {
var pos = 0;
function parseOperand() {
var value = dict[pos++];
if (value === 30) {
return parseFloatOperand(pos);
} else if (value === 28) {
value = dict[pos++];
value = (value << 8) | dict[pos++];
return value;
} else if (value === 29) {
value = dict[pos++];
value = (value << 8) | dict[pos++];
value = (value << 8) | dict[pos++];
value = (value << 8) | dict[pos++];
return value;
} else if (value <= 246) {
return value - 139;
} else if (value <= 250) {
return ((value - 247) * 256) + dict[pos++] + 108;
} else if (value <= 254) {
return -((value - 251) * 256) - dict[pos++] - 108;
} else {
error('255 is not a valid DICT command');
}
return -1;
}
function parseFloatOperand() {
var str = '';
var eof = 15;
var lookup = ['0', '1', '2', '3', '4', '5', '6', '7', '8',
'9', '.', 'E', 'E-', null, '-'];
var length = dict.length;
while (pos < length) {
var b = dict[pos++];
var b1 = b >> 4;
var b2 = b & 15;
if (b1 == eof)
break;
str += lookup[b1];
if (b2 == eof)
break;
str += lookup[b2];
}
return parseFloat(str);
}
var operands = [];
var entries = [];
var pos = 0;
var end = dict.length;
while (pos < end) {
var b = dict[pos];
if (b <= 21) {
if (b === 12) {
++pos;
var op = dict[pos];
if ((op > 14 && op < 17) ||
(op > 23 && op < 30) || op > 38) {
warn('Invalid CFF dictionary key: ' + op);
// trying to replace it with initialRandomSeed
// to pass sanitizer
dict[pos] = 19;
}
var b = (b << 8) | op;
}
if (!operands.length && b == 8 &&
dict[pos + 1] == 9) {
// no operands for FamilyBlues, removing the key
// and next one is FamilyOtherBlues - skipping them
// also replacing FamilyBlues to pass sanitizer
dict[pos] = 139;
pos += 2;
continue;
}
entries.push([b, operands]);
operands = [];
++pos;
} else {
operands.push(parseOperand());
}
}
return entries;
},
parseIndex: function cff_parseIndex(pos) {
var bytes = this.bytes;
var count = bytes[pos++] << 8 | bytes[pos++];
var offsets = [];
var end = pos;
if (count != 0) {
var offsetSize = bytes[pos++];
// add 1 for offset to determine size of last object
var startPos = pos + ((count + 1) * offsetSize) - 1;
for (var i = 0, ii = count + 1; i < ii; ++i) {
var offset = 0;
for (var j = 0; j < offsetSize; ++j) {
offset <<= 8;
offset += bytes[pos++];
}
offsets.push(startPos + offset);
}
end = offsets[count];
}
return {
get: function index_get(index) {
if (index >= count)
return null;
var start = offsets[index];
var end = offsets[index + 1];
return {
start: start,
end: end,
data: bytes.subarray(start, end)
};
},
length: count,
endPos: end
};
}
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var GlyphsUnicode = {
A: 0x0041,
AE: 0x00C6,
AEacute: 0x01FC,
AEmacron: 0x01E2,
AEsmall: 0xF7E6,
Aacute: 0x00C1,
Aacutesmall: 0xF7E1,
Abreve: 0x0102,
Abreveacute: 0x1EAE,
Abrevecyrillic: 0x04D0,
Abrevedotbelow: 0x1EB6,
Abrevegrave: 0x1EB0,
Abrevehookabove: 0x1EB2,
Abrevetilde: 0x1EB4,
Acaron: 0x01CD,
Acircle: 0x24B6,
Acircumflex: 0x00C2,
Acircumflexacute: 0x1EA4,
Acircumflexdotbelow: 0x1EAC,
Acircumflexgrave: 0x1EA6,
Acircumflexhookabove: 0x1EA8,
Acircumflexsmall: 0xF7E2,
Acircumflextilde: 0x1EAA,
Acute: 0xF6C9,
Acutesmall: 0xF7B4,
Acyrillic: 0x0410,
Adblgrave: 0x0200,
Adieresis: 0x00C4,
Adieresiscyrillic: 0x04D2,
Adieresismacron: 0x01DE,
Adieresissmall: 0xF7E4,
Adotbelow: 0x1EA0,
Adotmacron: 0x01E0,
Agrave: 0x00C0,
Agravesmall: 0xF7E0,
Ahookabove: 0x1EA2,
Aiecyrillic: 0x04D4,
Ainvertedbreve: 0x0202,
Alpha: 0x0391,
Alphatonos: 0x0386,
Amacron: 0x0100,
Amonospace: 0xFF21,
Aogonek: 0x0104,
Aring: 0x00C5,
Aringacute: 0x01FA,
Aringbelow: 0x1E00,
Aringsmall: 0xF7E5,
Asmall: 0xF761,
Atilde: 0x00C3,
Atildesmall: 0xF7E3,
Aybarmenian: 0x0531,
B: 0x0042,
Bcircle: 0x24B7,
Bdotaccent: 0x1E02,
Bdotbelow: 0x1E04,
Becyrillic: 0x0411,
Benarmenian: 0x0532,
Beta: 0x0392,
Bhook: 0x0181,
Blinebelow: 0x1E06,
Bmonospace: 0xFF22,
Brevesmall: 0xF6F4,
Bsmall: 0xF762,
Btopbar: 0x0182,
C: 0x0043,
Caarmenian: 0x053E,
Cacute: 0x0106,
Caron: 0xF6CA,
Caronsmall: 0xF6F5,
Ccaron: 0x010C,
Ccedilla: 0x00C7,
Ccedillaacute: 0x1E08,
Ccedillasmall: 0xF7E7,
Ccircle: 0x24B8,
Ccircumflex: 0x0108,
Cdot: 0x010A,
Cdotaccent: 0x010A,
Cedillasmall: 0xF7B8,
Chaarmenian: 0x0549,
Cheabkhasiancyrillic: 0x04BC,
Checyrillic: 0x0427,
Chedescenderabkhasiancyrillic: 0x04BE,
Chedescendercyrillic: 0x04B6,
Chedieresiscyrillic: 0x04F4,
Cheharmenian: 0x0543,
Chekhakassiancyrillic: 0x04CB,
Cheverticalstrokecyrillic: 0x04B8,
Chi: 0x03A7,
Chook: 0x0187,
Circumflexsmall: 0xF6F6,
Cmonospace: 0xFF23,
Coarmenian: 0x0551,
Csmall: 0xF763,
D: 0x0044,
DZ: 0x01F1,
DZcaron: 0x01C4,
Daarmenian: 0x0534,
Dafrican: 0x0189,
Dcaron: 0x010E,
Dcedilla: 0x1E10,
Dcircle: 0x24B9,
Dcircumflexbelow: 0x1E12,
Dcroat: 0x0110,
Ddotaccent: 0x1E0A,
Ddotbelow: 0x1E0C,
Decyrillic: 0x0414,
Deicoptic: 0x03EE,
Delta: 0x2206,
Deltagreek: 0x0394,
Dhook: 0x018A,
Dieresis: 0xF6CB,
DieresisAcute: 0xF6CC,
DieresisGrave: 0xF6CD,
Dieresissmall: 0xF7A8,
Digammagreek: 0x03DC,
Djecyrillic: 0x0402,
Dlinebelow: 0x1E0E,
Dmonospace: 0xFF24,
Dotaccentsmall: 0xF6F7,
Dslash: 0x0110,
Dsmall: 0xF764,
Dtopbar: 0x018B,
Dz: 0x01F2,
Dzcaron: 0x01C5,
Dzeabkhasiancyrillic: 0x04E0,
Dzecyrillic: 0x0405,
Dzhecyrillic: 0x040F,
E: 0x0045,
Eacute: 0x00C9,
Eacutesmall: 0xF7E9,
Ebreve: 0x0114,
Ecaron: 0x011A,
Ecedillabreve: 0x1E1C,
Echarmenian: 0x0535,
Ecircle: 0x24BA,
Ecircumflex: 0x00CA,
Ecircumflexacute: 0x1EBE,
Ecircumflexbelow: 0x1E18,
Ecircumflexdotbelow: 0x1EC6,
Ecircumflexgrave: 0x1EC0,
Ecircumflexhookabove: 0x1EC2,
Ecircumflexsmall: 0xF7EA,
Ecircumflextilde: 0x1EC4,
Ecyrillic: 0x0404,
Edblgrave: 0x0204,
Edieresis: 0x00CB,
Edieresissmall: 0xF7EB,
Edot: 0x0116,
Edotaccent: 0x0116,
Edotbelow: 0x1EB8,
Efcyrillic: 0x0424,
Egrave: 0x00C8,
Egravesmall: 0xF7E8,
Eharmenian: 0x0537,
Ehookabove: 0x1EBA,
Eightroman: 0x2167,
Einvertedbreve: 0x0206,
Eiotifiedcyrillic: 0x0464,
Elcyrillic: 0x041B,
Elevenroman: 0x216A,
Emacron: 0x0112,
Emacronacute: 0x1E16,
Emacrongrave: 0x1E14,
Emcyrillic: 0x041C,
Emonospace: 0xFF25,
Encyrillic: 0x041D,
Endescendercyrillic: 0x04A2,
Eng: 0x014A,
Enghecyrillic: 0x04A4,
Enhookcyrillic: 0x04C7,
Eogonek: 0x0118,
Eopen: 0x0190,
Epsilon: 0x0395,
Epsilontonos: 0x0388,
Ercyrillic: 0x0420,
Ereversed: 0x018E,
Ereversedcyrillic: 0x042D,
Escyrillic: 0x0421,
Esdescendercyrillic: 0x04AA,
Esh: 0x01A9,
Esmall: 0xF765,
Eta: 0x0397,
Etarmenian: 0x0538,
Etatonos: 0x0389,
Eth: 0x00D0,
Ethsmall: 0xF7F0,
Etilde: 0x1EBC,
Etildebelow: 0x1E1A,
Euro: 0x20AC,
Ezh: 0x01B7,
Ezhcaron: 0x01EE,
Ezhreversed: 0x01B8,
F: 0x0046,
Fcircle: 0x24BB,
Fdotaccent: 0x1E1E,
Feharmenian: 0x0556,
Feicoptic: 0x03E4,
Fhook: 0x0191,
Fitacyrillic: 0x0472,
Fiveroman: 0x2164,
Fmonospace: 0xFF26,
Fourroman: 0x2163,
Fsmall: 0xF766,
G: 0x0047,
GBsquare: 0x3387,
Gacute: 0x01F4,
Gamma: 0x0393,
Gammaafrican: 0x0194,
Gangiacoptic: 0x03EA,
Gbreve: 0x011E,
Gcaron: 0x01E6,
Gcedilla: 0x0122,
Gcircle: 0x24BC,
Gcircumflex: 0x011C,
Gcommaaccent: 0x0122,
Gdot: 0x0120,
Gdotaccent: 0x0120,
Gecyrillic: 0x0413,
Ghadarmenian: 0x0542,
Ghemiddlehookcyrillic: 0x0494,
Ghestrokecyrillic: 0x0492,
Gheupturncyrillic: 0x0490,
Ghook: 0x0193,
Gimarmenian: 0x0533,
Gjecyrillic: 0x0403,
Gmacron: 0x1E20,
Gmonospace: 0xFF27,
Grave: 0xF6CE,
Gravesmall: 0xF760,
Gsmall: 0xF767,
Gsmallhook: 0x029B,
Gstroke: 0x01E4,
H: 0x0048,
H18533: 0x25CF,
H18543: 0x25AA,
H18551: 0x25AB,
H22073: 0x25A1,
HPsquare: 0x33CB,
Haabkhasiancyrillic: 0x04A8,
Hadescendercyrillic: 0x04B2,
Hardsigncyrillic: 0x042A,
Hbar: 0x0126,
Hbrevebelow: 0x1E2A,
Hcedilla: 0x1E28,
Hcircle: 0x24BD,
Hcircumflex: 0x0124,
Hdieresis: 0x1E26,
Hdotaccent: 0x1E22,
Hdotbelow: 0x1E24,
Hmonospace: 0xFF28,
Hoarmenian: 0x0540,
Horicoptic: 0x03E8,
Hsmall: 0xF768,
Hungarumlaut: 0xF6CF,
Hungarumlautsmall: 0xF6F8,
Hzsquare: 0x3390,
I: 0x0049,
IAcyrillic: 0x042F,
IJ: 0x0132,
IUcyrillic: 0x042E,
Iacute: 0x00CD,
Iacutesmall: 0xF7ED,
Ibreve: 0x012C,
Icaron: 0x01CF,
Icircle: 0x24BE,
Icircumflex: 0x00CE,
Icircumflexsmall: 0xF7EE,
Icyrillic: 0x0406,
Idblgrave: 0x0208,
Idieresis: 0x00CF,
Idieresisacute: 0x1E2E,
Idieresiscyrillic: 0x04E4,
Idieresissmall: 0xF7EF,
Idot: 0x0130,
Idotaccent: 0x0130,
Idotbelow: 0x1ECA,
Iebrevecyrillic: 0x04D6,
Iecyrillic: 0x0415,
Ifraktur: 0x2111,
Igrave: 0x00CC,
Igravesmall: 0xF7EC,
Ihookabove: 0x1EC8,
Iicyrillic: 0x0418,
Iinvertedbreve: 0x020A,
Iishortcyrillic: 0x0419,
Imacron: 0x012A,
Imacroncyrillic: 0x04E2,
Imonospace: 0xFF29,
Iniarmenian: 0x053B,
Iocyrillic: 0x0401,
Iogonek: 0x012E,
Iota: 0x0399,
Iotaafrican: 0x0196,
Iotadieresis: 0x03AA,
Iotatonos: 0x038A,
Ismall: 0xF769,
Istroke: 0x0197,
Itilde: 0x0128,
Itildebelow: 0x1E2C,
Izhitsacyrillic: 0x0474,
Izhitsadblgravecyrillic: 0x0476,
J: 0x004A,
Jaarmenian: 0x0541,
Jcircle: 0x24BF,
Jcircumflex: 0x0134,
Jecyrillic: 0x0408,
Jheharmenian: 0x054B,
Jmonospace: 0xFF2A,
Jsmall: 0xF76A,
K: 0x004B,
KBsquare: 0x3385,
KKsquare: 0x33CD,
Kabashkircyrillic: 0x04A0,
Kacute: 0x1E30,
Kacyrillic: 0x041A,
Kadescendercyrillic: 0x049A,
Kahookcyrillic: 0x04C3,
Kappa: 0x039A,
Kastrokecyrillic: 0x049E,
Kaverticalstrokecyrillic: 0x049C,
Kcaron: 0x01E8,
Kcedilla: 0x0136,
Kcircle: 0x24C0,
Kcommaaccent: 0x0136,
Kdotbelow: 0x1E32,
Keharmenian: 0x0554,
Kenarmenian: 0x053F,
Khacyrillic: 0x0425,
Kheicoptic: 0x03E6,
Khook: 0x0198,
Kjecyrillic: 0x040C,
Klinebelow: 0x1E34,
Kmonospace: 0xFF2B,
Koppacyrillic: 0x0480,
Koppagreek: 0x03DE,
Ksicyrillic: 0x046E,
Ksmall: 0xF76B,
L: 0x004C,
LJ: 0x01C7,
LL: 0xF6BF,
Lacute: 0x0139,
Lambda: 0x039B,
Lcaron: 0x013D,
Lcedilla: 0x013B,
Lcircle: 0x24C1,
Lcircumflexbelow: 0x1E3C,
Lcommaaccent: 0x013B,
Ldot: 0x013F,
Ldotaccent: 0x013F,
Ldotbelow: 0x1E36,
Ldotbelowmacron: 0x1E38,
Liwnarmenian: 0x053C,
Lj: 0x01C8,
Ljecyrillic: 0x0409,
Llinebelow: 0x1E3A,
Lmonospace: 0xFF2C,
Lslash: 0x0141,
Lslashsmall: 0xF6F9,
Lsmall: 0xF76C,
M: 0x004D,
MBsquare: 0x3386,
Macron: 0xF6D0,
Macronsmall: 0xF7AF,
Macute: 0x1E3E,
Mcircle: 0x24C2,
Mdotaccent: 0x1E40,
Mdotbelow: 0x1E42,
Menarmenian: 0x0544,
Mmonospace: 0xFF2D,
Msmall: 0xF76D,
Mturned: 0x019C,
Mu: 0x039C,
N: 0x004E,
NJ: 0x01CA,
Nacute: 0x0143,
Ncaron: 0x0147,
Ncedilla: 0x0145,
Ncircle: 0x24C3,
Ncircumflexbelow: 0x1E4A,
Ncommaaccent: 0x0145,
Ndotaccent: 0x1E44,
Ndotbelow: 0x1E46,
Nhookleft: 0x019D,
Nineroman: 0x2168,
Nj: 0x01CB,
Njecyrillic: 0x040A,
Nlinebelow: 0x1E48,
Nmonospace: 0xFF2E,
Nowarmenian: 0x0546,
Nsmall: 0xF76E,
Ntilde: 0x00D1,
Ntildesmall: 0xF7F1,
Nu: 0x039D,
O: 0x004F,
OE: 0x0152,
OEsmall: 0xF6FA,
Oacute: 0x00D3,
Oacutesmall: 0xF7F3,
Obarredcyrillic: 0x04E8,
Obarreddieresiscyrillic: 0x04EA,
Obreve: 0x014E,
Ocaron: 0x01D1,
Ocenteredtilde: 0x019F,
Ocircle: 0x24C4,
Ocircumflex: 0x00D4,
Ocircumflexacute: 0x1ED0,
Ocircumflexdotbelow: 0x1ED8,
Ocircumflexgrave: 0x1ED2,
Ocircumflexhookabove: 0x1ED4,
Ocircumflexsmall: 0xF7F4,
Ocircumflextilde: 0x1ED6,
Ocyrillic: 0x041E,
Odblacute: 0x0150,
Odblgrave: 0x020C,
Odieresis: 0x00D6,
Odieresiscyrillic: 0x04E6,
Odieresissmall: 0xF7F6,
Odotbelow: 0x1ECC,
Ogoneksmall: 0xF6FB,
Ograve: 0x00D2,
Ogravesmall: 0xF7F2,
Oharmenian: 0x0555,
Ohm: 0x2126,
Ohookabove: 0x1ECE,
Ohorn: 0x01A0,
Ohornacute: 0x1EDA,
Ohorndotbelow: 0x1EE2,
Ohorngrave: 0x1EDC,
Ohornhookabove: 0x1EDE,
Ohorntilde: 0x1EE0,
Ohungarumlaut: 0x0150,
Oi: 0x01A2,
Oinvertedbreve: 0x020E,
Omacron: 0x014C,
Omacronacute: 0x1E52,
Omacrongrave: 0x1E50,
Omega: 0x2126,
Omegacyrillic: 0x0460,
Omegagreek: 0x03A9,
Omegaroundcyrillic: 0x047A,
Omegatitlocyrillic: 0x047C,
Omegatonos: 0x038F,
Omicron: 0x039F,
Omicrontonos: 0x038C,
Omonospace: 0xFF2F,
Oneroman: 0x2160,
Oogonek: 0x01EA,
Oogonekmacron: 0x01EC,
Oopen: 0x0186,
Oslash: 0x00D8,
Oslashacute: 0x01FE,
Oslashsmall: 0xF7F8,
Osmall: 0xF76F,
Ostrokeacute: 0x01FE,
Otcyrillic: 0x047E,
Otilde: 0x00D5,
Otildeacute: 0x1E4C,
Otildedieresis: 0x1E4E,
Otildesmall: 0xF7F5,
P: 0x0050,
Pacute: 0x1E54,
Pcircle: 0x24C5,
Pdotaccent: 0x1E56,
Pecyrillic: 0x041F,
Peharmenian: 0x054A,
Pemiddlehookcyrillic: 0x04A6,
Phi: 0x03A6,
Phook: 0x01A4,
Pi: 0x03A0,
Piwrarmenian: 0x0553,
Pmonospace: 0xFF30,
Psi: 0x03A8,
Psicyrillic: 0x0470,
Psmall: 0xF770,
Q: 0x0051,
Qcircle: 0x24C6,
Qmonospace: 0xFF31,
Qsmall: 0xF771,
R: 0x0052,
Raarmenian: 0x054C,
Racute: 0x0154,
Rcaron: 0x0158,
Rcedilla: 0x0156,
Rcircle: 0x24C7,
Rcommaaccent: 0x0156,
Rdblgrave: 0x0210,
Rdotaccent: 0x1E58,
Rdotbelow: 0x1E5A,
Rdotbelowmacron: 0x1E5C,
Reharmenian: 0x0550,
Rfraktur: 0x211C,
Rho: 0x03A1,
Ringsmall: 0xF6FC,
Rinvertedbreve: 0x0212,
Rlinebelow: 0x1E5E,
Rmonospace: 0xFF32,
Rsmall: 0xF772,
Rsmallinverted: 0x0281,
Rsmallinvertedsuperior: 0x02B6,
S: 0x0053,
SF010000: 0x250C,
SF020000: 0x2514,
SF030000: 0x2510,
SF040000: 0x2518,
SF050000: 0x253C,
SF060000: 0x252C,
SF070000: 0x2534,
SF080000: 0x251C,
SF090000: 0x2524,
SF100000: 0x2500,
SF110000: 0x2502,
SF190000: 0x2561,
SF200000: 0x2562,
SF210000: 0x2556,
SF220000: 0x2555,
SF230000: 0x2563,
SF240000: 0x2551,
SF250000: 0x2557,
SF260000: 0x255D,
SF270000: 0x255C,
SF280000: 0x255B,
SF360000: 0x255E,
SF370000: 0x255F,
SF380000: 0x255A,
SF390000: 0x2554,
SF400000: 0x2569,
SF410000: 0x2566,
SF420000: 0x2560,
SF430000: 0x2550,
SF440000: 0x256C,
SF450000: 0x2567,
SF460000: 0x2568,
SF470000: 0x2564,
SF480000: 0x2565,
SF490000: 0x2559,
SF500000: 0x2558,
SF510000: 0x2552,
SF520000: 0x2553,
SF530000: 0x256B,
SF540000: 0x256A,
Sacute: 0x015A,
Sacutedotaccent: 0x1E64,
Sampigreek: 0x03E0,
Scaron: 0x0160,
Scarondotaccent: 0x1E66,
Scaronsmall: 0xF6FD,
Scedilla: 0x015E,
Schwa: 0x018F,
Schwacyrillic: 0x04D8,
Schwadieresiscyrillic: 0x04DA,
Scircle: 0x24C8,
Scircumflex: 0x015C,
Scommaaccent: 0x0218,
Sdotaccent: 0x1E60,
Sdotbelow: 0x1E62,
Sdotbelowdotaccent: 0x1E68,
Seharmenian: 0x054D,
Sevenroman: 0x2166,
Shaarmenian: 0x0547,
Shacyrillic: 0x0428,
Shchacyrillic: 0x0429,
Sheicoptic: 0x03E2,
Shhacyrillic: 0x04BA,
Shimacoptic: 0x03EC,
Sigma: 0x03A3,
Sixroman: 0x2165,
Smonospace: 0xFF33,
Softsigncyrillic: 0x042C,
Ssmall: 0xF773,
Stigmagreek: 0x03DA,
T: 0x0054,
Tau: 0x03A4,
Tbar: 0x0166,
Tcaron: 0x0164,
Tcedilla: 0x0162,
Tcircle: 0x24C9,
Tcircumflexbelow: 0x1E70,
Tcommaaccent: 0x0162,
Tdotaccent: 0x1E6A,
Tdotbelow: 0x1E6C,
Tecyrillic: 0x0422,
Tedescendercyrillic: 0x04AC,
Tenroman: 0x2169,
Tetsecyrillic: 0x04B4,
Theta: 0x0398,
Thook: 0x01AC,
Thorn: 0x00DE,
Thornsmall: 0xF7FE,
Threeroman: 0x2162,
Tildesmall: 0xF6FE,
Tiwnarmenian: 0x054F,
Tlinebelow: 0x1E6E,
Tmonospace: 0xFF34,
Toarmenian: 0x0539,
Tonefive: 0x01BC,
Tonesix: 0x0184,
Tonetwo: 0x01A7,
Tretroflexhook: 0x01AE,
Tsecyrillic: 0x0426,
Tshecyrillic: 0x040B,
Tsmall: 0xF774,
Twelveroman: 0x216B,
Tworoman: 0x2161,
U: 0x0055,
Uacute: 0x00DA,
Uacutesmall: 0xF7FA,
Ubreve: 0x016C,
Ucaron: 0x01D3,
Ucircle: 0x24CA,
Ucircumflex: 0x00DB,
Ucircumflexbelow: 0x1E76,
Ucircumflexsmall: 0xF7FB,
Ucyrillic: 0x0423,
Udblacute: 0x0170,
Udblgrave: 0x0214,
Udieresis: 0x00DC,
Udieresisacute: 0x01D7,
Udieresisbelow: 0x1E72,
Udieresiscaron: 0x01D9,
Udieresiscyrillic: 0x04F0,
Udieresisgrave: 0x01DB,
Udieresismacron: 0x01D5,
Udieresissmall: 0xF7FC,
Udotbelow: 0x1EE4,
Ugrave: 0x00D9,
Ugravesmall: 0xF7F9,
Uhookabove: 0x1EE6,
Uhorn: 0x01AF,
Uhornacute: 0x1EE8,
Uhorndotbelow: 0x1EF0,
Uhorngrave: 0x1EEA,
Uhornhookabove: 0x1EEC,
Uhorntilde: 0x1EEE,
Uhungarumlaut: 0x0170,
Uhungarumlautcyrillic: 0x04F2,
Uinvertedbreve: 0x0216,
Ukcyrillic: 0x0478,
Umacron: 0x016A,
Umacroncyrillic: 0x04EE,
Umacrondieresis: 0x1E7A,
Umonospace: 0xFF35,
Uogonek: 0x0172,
Upsilon: 0x03A5,
Upsilon1: 0x03D2,
Upsilonacutehooksymbolgreek: 0x03D3,
Upsilonafrican: 0x01B1,
Upsilondieresis: 0x03AB,
Upsilondieresishooksymbolgreek: 0x03D4,
Upsilonhooksymbol: 0x03D2,
Upsilontonos: 0x038E,
Uring: 0x016E,
Ushortcyrillic: 0x040E,
Usmall: 0xF775,
Ustraightcyrillic: 0x04AE,
Ustraightstrokecyrillic: 0x04B0,
Utilde: 0x0168,
Utildeacute: 0x1E78,
Utildebelow: 0x1E74,
V: 0x0056,
Vcircle: 0x24CB,
Vdotbelow: 0x1E7E,
Vecyrillic: 0x0412,
Vewarmenian: 0x054E,
Vhook: 0x01B2,
Vmonospace: 0xFF36,
Voarmenian: 0x0548,
Vsmall: 0xF776,
Vtilde: 0x1E7C,
W: 0x0057,
Wacute: 0x1E82,
Wcircle: 0x24CC,
Wcircumflex: 0x0174,
Wdieresis: 0x1E84,
Wdotaccent: 0x1E86,
Wdotbelow: 0x1E88,
Wgrave: 0x1E80,
Wmonospace: 0xFF37,
Wsmall: 0xF777,
X: 0x0058,
Xcircle: 0x24CD,
Xdieresis: 0x1E8C,
Xdotaccent: 0x1E8A,
Xeharmenian: 0x053D,
Xi: 0x039E,
Xmonospace: 0xFF38,
Xsmall: 0xF778,
Y: 0x0059,
Yacute: 0x00DD,
Yacutesmall: 0xF7FD,
Yatcyrillic: 0x0462,
Ycircle: 0x24CE,
Ycircumflex: 0x0176,
Ydieresis: 0x0178,
Ydieresissmall: 0xF7FF,
Ydotaccent: 0x1E8E,
Ydotbelow: 0x1EF4,
Yericyrillic: 0x042B,
Yerudieresiscyrillic: 0x04F8,
Ygrave: 0x1EF2,
Yhook: 0x01B3,
Yhookabove: 0x1EF6,
Yiarmenian: 0x0545,
Yicyrillic: 0x0407,
Yiwnarmenian: 0x0552,
Ymonospace: 0xFF39,
Ysmall: 0xF779,
Ytilde: 0x1EF8,
Yusbigcyrillic: 0x046A,
Yusbigiotifiedcyrillic: 0x046C,
Yuslittlecyrillic: 0x0466,
Yuslittleiotifiedcyrillic: 0x0468,
Z: 0x005A,
Zaarmenian: 0x0536,
Zacute: 0x0179,
Zcaron: 0x017D,
Zcaronsmall: 0xF6FF,
Zcircle: 0x24CF,
Zcircumflex: 0x1E90,
Zdot: 0x017B,
Zdotaccent: 0x017B,
Zdotbelow: 0x1E92,
Zecyrillic: 0x0417,
Zedescendercyrillic: 0x0498,
Zedieresiscyrillic: 0x04DE,
Zeta: 0x0396,
Zhearmenian: 0x053A,
Zhebrevecyrillic: 0x04C1,
Zhecyrillic: 0x0416,
Zhedescendercyrillic: 0x0496,
Zhedieresiscyrillic: 0x04DC,
Zlinebelow: 0x1E94,
Zmonospace: 0xFF3A,
Zsmall: 0xF77A,
Zstroke: 0x01B5,
a: 0x0061,
aabengali: 0x0986,
aacute: 0x00E1,
aadeva: 0x0906,
aagujarati: 0x0A86,
aagurmukhi: 0x0A06,
aamatragurmukhi: 0x0A3E,
aarusquare: 0x3303,
aavowelsignbengali: 0x09BE,
aavowelsigndeva: 0x093E,
aavowelsigngujarati: 0x0ABE,
abbreviationmarkarmenian: 0x055F,
abbreviationsigndeva: 0x0970,
abengali: 0x0985,
abopomofo: 0x311A,
abreve: 0x0103,
abreveacute: 0x1EAF,
abrevecyrillic: 0x04D1,
abrevedotbelow: 0x1EB7,
abrevegrave: 0x1EB1,
abrevehookabove: 0x1EB3,
abrevetilde: 0x1EB5,
acaron: 0x01CE,
acircle: 0x24D0,
acircumflex: 0x00E2,
acircumflexacute: 0x1EA5,
acircumflexdotbelow: 0x1EAD,
acircumflexgrave: 0x1EA7,
acircumflexhookabove: 0x1EA9,
acircumflextilde: 0x1EAB,
acute: 0x00B4,
acutebelowcmb: 0x0317,
acutecmb: 0x0301,
acutecomb: 0x0301,
acutedeva: 0x0954,
acutelowmod: 0x02CF,
acutetonecmb: 0x0341,
acyrillic: 0x0430,
adblgrave: 0x0201,
addakgurmukhi: 0x0A71,
adeva: 0x0905,
adieresis: 0x00E4,
adieresiscyrillic: 0x04D3,
adieresismacron: 0x01DF,
adotbelow: 0x1EA1,
adotmacron: 0x01E1,
ae: 0x00E6,
aeacute: 0x01FD,
aekorean: 0x3150,
aemacron: 0x01E3,
afii00208: 0x2015,
afii08941: 0x20A4,
afii10017: 0x0410,
afii10018: 0x0411,
afii10019: 0x0412,
afii10020: 0x0413,
afii10021: 0x0414,
afii10022: 0x0415,
afii10023: 0x0401,
afii10024: 0x0416,
afii10025: 0x0417,
afii10026: 0x0418,
afii10027: 0x0419,
afii10028: 0x041A,
afii10029: 0x041B,
afii10030: 0x041C,
afii10031: 0x041D,
afii10032: 0x041E,
afii10033: 0x041F,
afii10034: 0x0420,
afii10035: 0x0421,
afii10036: 0x0422,
afii10037: 0x0423,
afii10038: 0x0424,
afii10039: 0x0425,
afii10040: 0x0426,
afii10041: 0x0427,
afii10042: 0x0428,
afii10043: 0x0429,
afii10044: 0x042A,
afii10045: 0x042B,
afii10046: 0x042C,
afii10047: 0x042D,
afii10048: 0x042E,
afii10049: 0x042F,
afii10050: 0x0490,
afii10051: 0x0402,
afii10052: 0x0403,
afii10053: 0x0404,
afii10054: 0x0405,
afii10055: 0x0406,
afii10056: 0x0407,
afii10057: 0x0408,
afii10058: 0x0409,
afii10059: 0x040A,
afii10060: 0x040B,
afii10061: 0x040C,
afii10062: 0x040E,
afii10063: 0xF6C4,
afii10064: 0xF6C5,
afii10065: 0x0430,
afii10066: 0x0431,
afii10067: 0x0432,
afii10068: 0x0433,
afii10069: 0x0434,
afii10070: 0x0435,
afii10071: 0x0451,
afii10072: 0x0436,
afii10073: 0x0437,
afii10074: 0x0438,
afii10075: 0x0439,
afii10076: 0x043A,
afii10077: 0x043B,
afii10078: 0x043C,
afii10079: 0x043D,
afii10080: 0x043E,
afii10081: 0x043F,
afii10082: 0x0440,
afii10083: 0x0441,
afii10084: 0x0442,
afii10085: 0x0443,
afii10086: 0x0444,
afii10087: 0x0445,
afii10088: 0x0446,
afii10089: 0x0447,
afii10090: 0x0448,
afii10091: 0x0449,
afii10092: 0x044A,
afii10093: 0x044B,
afii10094: 0x044C,
afii10095: 0x044D,
afii10096: 0x044E,
afii10097: 0x044F,
afii10098: 0x0491,
afii10099: 0x0452,
afii10100: 0x0453,
afii10101: 0x0454,
afii10102: 0x0455,
afii10103: 0x0456,
afii10104: 0x0457,
afii10105: 0x0458,
afii10106: 0x0459,
afii10107: 0x045A,
afii10108: 0x045B,
afii10109: 0x045C,
afii10110: 0x045E,
afii10145: 0x040F,
afii10146: 0x0462,
afii10147: 0x0472,
afii10148: 0x0474,
afii10192: 0xF6C6,
afii10193: 0x045F,
afii10194: 0x0463,
afii10195: 0x0473,
afii10196: 0x0475,
afii10831: 0xF6C7,
afii10832: 0xF6C8,
afii10846: 0x04D9,
afii299: 0x200E,
afii300: 0x200F,
afii301: 0x200D,
afii57381: 0x066A,
afii57388: 0x060C,
afii57392: 0x0660,
afii57393: 0x0661,
afii57394: 0x0662,
afii57395: 0x0663,
afii57396: 0x0664,
afii57397: 0x0665,
afii57398: 0x0666,
afii57399: 0x0667,
afii57400: 0x0668,
afii57401: 0x0669,
afii57403: 0x061B,
afii57407: 0x061F,
afii57409: 0x0621,
afii57410: 0x0622,
afii57411: 0x0623,
afii57412: 0x0624,
afii57413: 0x0625,
afii57414: 0x0626,
afii57415: 0x0627,
afii57416: 0x0628,
afii57417: 0x0629,
afii57418: 0x062A,
afii57419: 0x062B,
afii57420: 0x062C,
afii57421: 0x062D,
afii57422: 0x062E,
afii57423: 0x062F,
afii57424: 0x0630,
afii57425: 0x0631,
afii57426: 0x0632,
afii57427: 0x0633,
afii57428: 0x0634,
afii57429: 0x0635,
afii57430: 0x0636,
afii57431: 0x0637,
afii57432: 0x0638,
afii57433: 0x0639,
afii57434: 0x063A,
afii57440: 0x0640,
afii57441: 0x0641,
afii57442: 0x0642,
afii57443: 0x0643,
afii57444: 0x0644,
afii57445: 0x0645,
afii57446: 0x0646,
afii57448: 0x0648,
afii57449: 0x0649,
afii57450: 0x064A,
afii57451: 0x064B,
afii57452: 0x064C,
afii57453: 0x064D,
afii57454: 0x064E,
afii57455: 0x064F,
afii57456: 0x0650,
afii57457: 0x0651,
afii57458: 0x0652,
afii57470: 0x0647,
afii57505: 0x06A4,
afii57506: 0x067E,
afii57507: 0x0686,
afii57508: 0x0698,
afii57509: 0x06AF,
afii57511: 0x0679,
afii57512: 0x0688,
afii57513: 0x0691,
afii57514: 0x06BA,
afii57519: 0x06D2,
afii57534: 0x06D5,
afii57636: 0x20AA,
afii57645: 0x05BE,
afii57658: 0x05C3,
afii57664: 0x05D0,
afii57665: 0x05D1,
afii57666: 0x05D2,
afii57667: 0x05D3,
afii57668: 0x05D4,
afii57669: 0x05D5,
afii57670: 0x05D6,
afii57671: 0x05D7,
afii57672: 0x05D8,
afii57673: 0x05D9,
afii57674: 0x05DA,
afii57675: 0x05DB,
afii57676: 0x05DC,
afii57677: 0x05DD,
afii57678: 0x05DE,
afii57679: 0x05DF,
afii57680: 0x05E0,
afii57681: 0x05E1,
afii57682: 0x05E2,
afii57683: 0x05E3,
afii57684: 0x05E4,
afii57685: 0x05E5,
afii57686: 0x05E6,
afii57687: 0x05E7,
afii57688: 0x05E8,
afii57689: 0x05E9,
afii57690: 0x05EA,
afii57694: 0xFB2A,
afii57695: 0xFB2B,
afii57700: 0xFB4B,
afii57705: 0xFB1F,
afii57716: 0x05F0,
afii57717: 0x05F1,
afii57718: 0x05F2,
afii57723: 0xFB35,
afii57793: 0x05B4,
afii57794: 0x05B5,
afii57795: 0x05B6,
afii57796: 0x05BB,
afii57797: 0x05B8,
afii57798: 0x05B7,
afii57799: 0x05B0,
afii57800: 0x05B2,
afii57801: 0x05B1,
afii57802: 0x05B3,
afii57803: 0x05C2,
afii57804: 0x05C1,
afii57806: 0x05B9,
afii57807: 0x05BC,
afii57839: 0x05BD,
afii57841: 0x05BF,
afii57842: 0x05C0,
afii57929: 0x02BC,
afii61248: 0x2105,
afii61289: 0x2113,
afii61352: 0x2116,
afii61573: 0x202C,
afii61574: 0x202D,
afii61575: 0x202E,
afii61664: 0x200C,
afii63167: 0x066D,
afii64937: 0x02BD,
agrave: 0x00E0,
agujarati: 0x0A85,
agurmukhi: 0x0A05,
ahiragana: 0x3042,
ahookabove: 0x1EA3,
aibengali: 0x0990,
aibopomofo: 0x311E,
aideva: 0x0910,
aiecyrillic: 0x04D5,
aigujarati: 0x0A90,
aigurmukhi: 0x0A10,
aimatragurmukhi: 0x0A48,
ainarabic: 0x0639,
ainfinalarabic: 0xFECA,
aininitialarabic: 0xFECB,
ainmedialarabic: 0xFECC,
ainvertedbreve: 0x0203,
aivowelsignbengali: 0x09C8,
aivowelsigndeva: 0x0948,
aivowelsigngujarati: 0x0AC8,
akatakana: 0x30A2,
akatakanahalfwidth: 0xFF71,
akorean: 0x314F,
alef: 0x05D0,
alefarabic: 0x0627,
alefdageshhebrew: 0xFB30,
aleffinalarabic: 0xFE8E,
alefhamzaabovearabic: 0x0623,
alefhamzaabovefinalarabic: 0xFE84,
alefhamzabelowarabic: 0x0625,
alefhamzabelowfinalarabic: 0xFE88,
alefhebrew: 0x05D0,
aleflamedhebrew: 0xFB4F,
alefmaddaabovearabic: 0x0622,
alefmaddaabovefinalarabic: 0xFE82,
alefmaksuraarabic: 0x0649,
alefmaksurafinalarabic: 0xFEF0,
alefmaksurainitialarabic: 0xFEF3,
alefmaksuramedialarabic: 0xFEF4,
alefpatahhebrew: 0xFB2E,
alefqamatshebrew: 0xFB2F,
aleph: 0x2135,
allequal: 0x224C,
alpha: 0x03B1,
alphatonos: 0x03AC,
amacron: 0x0101,
amonospace: 0xFF41,
ampersand: 0x0026,
ampersandmonospace: 0xFF06,
ampersandsmall: 0xF726,
amsquare: 0x33C2,
anbopomofo: 0x3122,
angbopomofo: 0x3124,
angbracketleft: 0x3008, // This glyph is missing from Adobe's original list.
angbracketright: 0x3009, // This glyph is missing from Adobe's original list.
angkhankhuthai: 0x0E5A,
angle: 0x2220,
anglebracketleft: 0x3008,
anglebracketleftvertical: 0xFE3F,
anglebracketright: 0x3009,
anglebracketrightvertical: 0xFE40,
angleleft: 0x2329,
angleright: 0x232A,
angstrom: 0x212B,
anoteleia: 0x0387,
anudattadeva: 0x0952,
anusvarabengali: 0x0982,
anusvaradeva: 0x0902,
anusvaragujarati: 0x0A82,
aogonek: 0x0105,
apaatosquare: 0x3300,
aparen: 0x249C,
apostrophearmenian: 0x055A,
apostrophemod: 0x02BC,
apple: 0xF8FF,
approaches: 0x2250,
approxequal: 0x2248,
approxequalorimage: 0x2252,
approximatelyequal: 0x2245,
araeaekorean: 0x318E,
araeakorean: 0x318D,
arc: 0x2312,
arighthalfring: 0x1E9A,
aring: 0x00E5,
aringacute: 0x01FB,
aringbelow: 0x1E01,
arrowboth: 0x2194,
arrowdashdown: 0x21E3,
arrowdashleft: 0x21E0,
arrowdashright: 0x21E2,
arrowdashup: 0x21E1,
arrowdblboth: 0x21D4,
arrowdbldown: 0x21D3,
arrowdblleft: 0x21D0,
arrowdblright: 0x21D2,
arrowdblup: 0x21D1,
arrowdown: 0x2193,
arrowdownleft: 0x2199,
arrowdownright: 0x2198,
arrowdownwhite: 0x21E9,
arrowheaddownmod: 0x02C5,
arrowheadleftmod: 0x02C2,
arrowheadrightmod: 0x02C3,
arrowheadupmod: 0x02C4,
arrowhorizex: 0xF8E7,
arrowleft: 0x2190,
arrowleftdbl: 0x21D0,
arrowleftdblstroke: 0x21CD,
arrowleftoverright: 0x21C6,
arrowleftwhite: 0x21E6,
arrowright: 0x2192,
arrowrightdblstroke: 0x21CF,
arrowrightheavy: 0x279E,
arrowrightoverleft: 0x21C4,
arrowrightwhite: 0x21E8,
arrowtableft: 0x21E4,
arrowtabright: 0x21E5,
arrowup: 0x2191,
arrowupdn: 0x2195,
arrowupdnbse: 0x21A8,
arrowupdownbase: 0x21A8,
arrowupleft: 0x2196,
arrowupleftofdown: 0x21C5,
arrowupright: 0x2197,
arrowupwhite: 0x21E7,
arrowvertex: 0xF8E6,
asciicircum: 0x005E,
asciicircummonospace: 0xFF3E,
asciitilde: 0x007E,
asciitildemonospace: 0xFF5E,
ascript: 0x0251,
ascriptturned: 0x0252,
asmallhiragana: 0x3041,
asmallkatakana: 0x30A1,
asmallkatakanahalfwidth: 0xFF67,
asterisk: 0x002A,
asteriskaltonearabic: 0x066D,
asteriskarabic: 0x066D,
asteriskmath: 0x2217,
asteriskmonospace: 0xFF0A,
asterisksmall: 0xFE61,
asterism: 0x2042,
asuperior: 0xF6E9,
asymptoticallyequal: 0x2243,
at: 0x0040,
atilde: 0x00E3,
atmonospace: 0xFF20,
atsmall: 0xFE6B,
aturned: 0x0250,
aubengali: 0x0994,
aubopomofo: 0x3120,
audeva: 0x0914,
augujarati: 0x0A94,
augurmukhi: 0x0A14,
aulengthmarkbengali: 0x09D7,
aumatragurmukhi: 0x0A4C,
auvowelsignbengali: 0x09CC,
auvowelsigndeva: 0x094C,
auvowelsigngujarati: 0x0ACC,
avagrahadeva: 0x093D,
aybarmenian: 0x0561,
ayin: 0x05E2,
ayinaltonehebrew: 0xFB20,
ayinhebrew: 0x05E2,
b: 0x0062,
babengali: 0x09AC,
backslash: 0x005C,
backslashmonospace: 0xFF3C,
badeva: 0x092C,
bagujarati: 0x0AAC,
bagurmukhi: 0x0A2C,
bahiragana: 0x3070,
bahtthai: 0x0E3F,
bakatakana: 0x30D0,
bar: 0x007C,
barmonospace: 0xFF5C,
bbopomofo: 0x3105,
bcircle: 0x24D1,
bdotaccent: 0x1E03,
bdotbelow: 0x1E05,
beamedsixteenthnotes: 0x266C,
because: 0x2235,
becyrillic: 0x0431,
beharabic: 0x0628,
behfinalarabic: 0xFE90,
behinitialarabic: 0xFE91,
behiragana: 0x3079,
behmedialarabic: 0xFE92,
behmeeminitialarabic: 0xFC9F,
behmeemisolatedarabic: 0xFC08,
behnoonfinalarabic: 0xFC6D,
bekatakana: 0x30D9,
benarmenian: 0x0562,
bet: 0x05D1,
beta: 0x03B2,
betasymbolgreek: 0x03D0,
betdagesh: 0xFB31,
betdageshhebrew: 0xFB31,
bethebrew: 0x05D1,
betrafehebrew: 0xFB4C,
bhabengali: 0x09AD,
bhadeva: 0x092D,
bhagujarati: 0x0AAD,
bhagurmukhi: 0x0A2D,
bhook: 0x0253,
bihiragana: 0x3073,
bikatakana: 0x30D3,
bilabialclick: 0x0298,
bindigurmukhi: 0x0A02,
birusquare: 0x3331,
blackcircle: 0x25CF,
blackdiamond: 0x25C6,
blackdownpointingtriangle: 0x25BC,
blackleftpointingpointer: 0x25C4,
blackleftpointingtriangle: 0x25C0,
blacklenticularbracketleft: 0x3010,
blacklenticularbracketleftvertical: 0xFE3B,
blacklenticularbracketright: 0x3011,
blacklenticularbracketrightvertical: 0xFE3C,
blacklowerlefttriangle: 0x25E3,
blacklowerrighttriangle: 0x25E2,
blackrectangle: 0x25AC,
blackrightpointingpointer: 0x25BA,
blackrightpointingtriangle: 0x25B6,
blacksmallsquare: 0x25AA,
blacksmilingface: 0x263B,
blacksquare: 0x25A0,
blackstar: 0x2605,
blackupperlefttriangle: 0x25E4,
blackupperrighttriangle: 0x25E5,
blackuppointingsmalltriangle: 0x25B4,
blackuppointingtriangle: 0x25B2,
blank: 0x2423,
blinebelow: 0x1E07,
block: 0x2588,
bmonospace: 0xFF42,
bobaimaithai: 0x0E1A,
bohiragana: 0x307C,
bokatakana: 0x30DC,
bparen: 0x249D,
bqsquare: 0x33C3,
braceex: 0xF8F4,
braceleft: 0x007B,
braceleftbt: 0xF8F3,
braceleftmid: 0xF8F2,
braceleftmonospace: 0xFF5B,
braceleftsmall: 0xFE5B,
bracelefttp: 0xF8F1,
braceleftvertical: 0xFE37,
braceright: 0x007D,
bracerightbt: 0xF8FE,
bracerightmid: 0xF8FD,
bracerightmonospace: 0xFF5D,
bracerightsmall: 0xFE5C,
bracerighttp: 0xF8FC,
bracerightvertical: 0xFE38,
bracketleft: 0x005B,
bracketleftbt: 0xF8F0,
bracketleftex: 0xF8EF,
bracketleftmonospace: 0xFF3B,
bracketlefttp: 0xF8EE,
bracketright: 0x005D,
bracketrightbt: 0xF8FB,
bracketrightex: 0xF8FA,
bracketrightmonospace: 0xFF3D,
bracketrighttp: 0xF8F9,
breve: 0x02D8,
brevebelowcmb: 0x032E,
brevecmb: 0x0306,
breveinvertedbelowcmb: 0x032F,
breveinvertedcmb: 0x0311,
breveinverteddoublecmb: 0x0361,
bridgebelowcmb: 0x032A,
bridgeinvertedbelowcmb: 0x033A,
brokenbar: 0x00A6,
bstroke: 0x0180,
bsuperior: 0xF6EA,
btopbar: 0x0183,
buhiragana: 0x3076,
bukatakana: 0x30D6,
bullet: 0x2022,
bulletinverse: 0x25D8,
bulletoperator: 0x2219,
bullseye: 0x25CE,
c: 0x0063,
caarmenian: 0x056E,
cabengali: 0x099A,
cacute: 0x0107,
cadeva: 0x091A,
cagujarati: 0x0A9A,
cagurmukhi: 0x0A1A,
calsquare: 0x3388,
candrabindubengali: 0x0981,
candrabinducmb: 0x0310,
candrabindudeva: 0x0901,
candrabindugujarati: 0x0A81,
capslock: 0x21EA,
careof: 0x2105,
caron: 0x02C7,
caronbelowcmb: 0x032C,
caroncmb: 0x030C,
carriagereturn: 0x21B5,
cbopomofo: 0x3118,
ccaron: 0x010D,
ccedilla: 0x00E7,
ccedillaacute: 0x1E09,
ccircle: 0x24D2,
ccircumflex: 0x0109,
ccurl: 0x0255,
cdot: 0x010B,
cdotaccent: 0x010B,
cdsquare: 0x33C5,
cedilla: 0x00B8,
cedillacmb: 0x0327,
cent: 0x00A2,
centigrade: 0x2103,
centinferior: 0xF6DF,
centmonospace: 0xFFE0,
centoldstyle: 0xF7A2,
centsuperior: 0xF6E0,
chaarmenian: 0x0579,
chabengali: 0x099B,
chadeva: 0x091B,
chagujarati: 0x0A9B,
chagurmukhi: 0x0A1B,
chbopomofo: 0x3114,
cheabkhasiancyrillic: 0x04BD,
checkmark: 0x2713,
checyrillic: 0x0447,
chedescenderabkhasiancyrillic: 0x04BF,
chedescendercyrillic: 0x04B7,
chedieresiscyrillic: 0x04F5,
cheharmenian: 0x0573,
chekhakassiancyrillic: 0x04CC,
cheverticalstrokecyrillic: 0x04B9,
chi: 0x03C7,
chieuchacirclekorean: 0x3277,
chieuchaparenkorean: 0x3217,
chieuchcirclekorean: 0x3269,
chieuchkorean: 0x314A,
chieuchparenkorean: 0x3209,
chochangthai: 0x0E0A,
chochanthai: 0x0E08,
chochingthai: 0x0E09,
chochoethai: 0x0E0C,
chook: 0x0188,
cieucacirclekorean: 0x3276,
cieucaparenkorean: 0x3216,
cieuccirclekorean: 0x3268,
cieuckorean: 0x3148,
cieucparenkorean: 0x3208,
cieucuparenkorean: 0x321C,
circle: 0x25CB,
circlecopyrt: 0x00A9, // This glyph is missing from Adobe's original list.
circlemultiply: 0x2297,
circleot: 0x2299,
circleplus: 0x2295,
circlepostalmark: 0x3036,
circlewithlefthalfblack: 0x25D0,
circlewithrighthalfblack: 0x25D1,
circumflex: 0x02C6,
circumflexbelowcmb: 0x032D,
circumflexcmb: 0x0302,
clear: 0x2327,
clickalveolar: 0x01C2,
clickdental: 0x01C0,
clicklateral: 0x01C1,
clickretroflex: 0x01C3,
club: 0x2663,
clubsuitblack: 0x2663,
clubsuitwhite: 0x2667,
cmcubedsquare: 0x33A4,
cmonospace: 0xFF43,
cmsquaredsquare: 0x33A0,
coarmenian: 0x0581,
colon: 0x003A,
colonmonetary: 0x20A1,
colonmonospace: 0xFF1A,
colonsign: 0x20A1,
colonsmall: 0xFE55,
colontriangularhalfmod: 0x02D1,
colontriangularmod: 0x02D0,
comma: 0x002C,
commaabovecmb: 0x0313,
commaaboverightcmb: 0x0315,
commaaccent: 0xF6C3,
commaarabic: 0x060C,
commaarmenian: 0x055D,
commainferior: 0xF6E1,
commamonospace: 0xFF0C,
commareversedabovecmb: 0x0314,
commareversedmod: 0x02BD,
commasmall: 0xFE50,
commasuperior: 0xF6E2,
commaturnedabovecmb: 0x0312,
commaturnedmod: 0x02BB,
compass: 0x263C,
congruent: 0x2245,
contourintegral: 0x222E,
control: 0x2303,
controlACK: 0x0006,
controlBEL: 0x0007,
controlBS: 0x0008,
controlCAN: 0x0018,
controlCR: 0x000D,
controlDC1: 0x0011,
controlDC2: 0x0012,
controlDC3: 0x0013,
controlDC4: 0x0014,
controlDEL: 0x007F,
controlDLE: 0x0010,
controlEM: 0x0019,
controlENQ: 0x0005,
controlEOT: 0x0004,
controlESC: 0x001B,
controlETB: 0x0017,
controlETX: 0x0003,
controlFF: 0x000C,
controlFS: 0x001C,
controlGS: 0x001D,
controlHT: 0x0009,
controlLF: 0x000A,
controlNAK: 0x0015,
controlRS: 0x001E,
controlSI: 0x000F,
controlSO: 0x000E,
controlSOT: 0x0002,
controlSTX: 0x0001,
controlSUB: 0x001A,
controlSYN: 0x0016,
controlUS: 0x001F,
controlVT: 0x000B,
copyright: 0x00A9,
copyrightsans: 0xF8E9,
copyrightserif: 0xF6D9,
cornerbracketleft: 0x300C,
cornerbracketlefthalfwidth: 0xFF62,
cornerbracketleftvertical: 0xFE41,
cornerbracketright: 0x300D,
cornerbracketrighthalfwidth: 0xFF63,
cornerbracketrightvertical: 0xFE42,
corporationsquare: 0x337F,
cosquare: 0x33C7,
coverkgsquare: 0x33C6,
cparen: 0x249E,
cruzeiro: 0x20A2,
cstretched: 0x0297,
curlyand: 0x22CF,
curlyor: 0x22CE,
currency: 0x00A4,
cyrBreve: 0xF6D1,
cyrFlex: 0xF6D2,
cyrbreve: 0xF6D4,
cyrflex: 0xF6D5,
d: 0x0064,
daarmenian: 0x0564,
dabengali: 0x09A6,
dadarabic: 0x0636,
dadeva: 0x0926,
dadfinalarabic: 0xFEBE,
dadinitialarabic: 0xFEBF,
dadmedialarabic: 0xFEC0,
dagesh: 0x05BC,
dageshhebrew: 0x05BC,
dagger: 0x2020,
daggerdbl: 0x2021,
dagujarati: 0x0AA6,
dagurmukhi: 0x0A26,
dahiragana: 0x3060,
dakatakana: 0x30C0,
dalarabic: 0x062F,
dalet: 0x05D3,
daletdagesh: 0xFB33,
daletdageshhebrew: 0xFB33,
dalethatafpatah: 0x05D305B2,
dalethatafpatahhebrew: 0x05D305B2,
dalethatafsegol: 0x05D305B1,
dalethatafsegolhebrew: 0x05D305B1,
dalethebrew: 0x05D3,
dalethiriq: 0x05D305B4,
dalethiriqhebrew: 0x05D305B4,
daletholam: 0x05D305B9,
daletholamhebrew: 0x05D305B9,
daletpatah: 0x05D305B7,
daletpatahhebrew: 0x05D305B7,
daletqamats: 0x05D305B8,
daletqamatshebrew: 0x05D305B8,
daletqubuts: 0x05D305BB,
daletqubutshebrew: 0x05D305BB,
daletsegol: 0x05D305B6,
daletsegolhebrew: 0x05D305B6,
daletsheva: 0x05D305B0,
daletshevahebrew: 0x05D305B0,
dalettsere: 0x05D305B5,
dalettserehebrew: 0x05D305B5,
dalfinalarabic: 0xFEAA,
dammaarabic: 0x064F,
dammalowarabic: 0x064F,
dammatanaltonearabic: 0x064C,
dammatanarabic: 0x064C,
danda: 0x0964,
dargahebrew: 0x05A7,
dargalefthebrew: 0x05A7,
dasiapneumatacyrilliccmb: 0x0485,
dblGrave: 0xF6D3,
dblanglebracketleft: 0x300A,
dblanglebracketleftvertical: 0xFE3D,
dblanglebracketright: 0x300B,
dblanglebracketrightvertical: 0xFE3E,
dblarchinvertedbelowcmb: 0x032B,
dblarrowleft: 0x21D4,
dblarrowright: 0x21D2,
dbldanda: 0x0965,
dblgrave: 0xF6D6,
dblgravecmb: 0x030F,
dblintegral: 0x222C,
dbllowline: 0x2017,
dbllowlinecmb: 0x0333,
dbloverlinecmb: 0x033F,
dblprimemod: 0x02BA,
dblverticalbar: 0x2016,
dblverticallineabovecmb: 0x030E,
dbopomofo: 0x3109,
dbsquare: 0x33C8,
dcaron: 0x010F,
dcedilla: 0x1E11,
dcircle: 0x24D3,
dcircumflexbelow: 0x1E13,
dcroat: 0x0111,
ddabengali: 0x09A1,
ddadeva: 0x0921,
ddagujarati: 0x0AA1,
ddagurmukhi: 0x0A21,
ddalarabic: 0x0688,
ddalfinalarabic: 0xFB89,
dddhadeva: 0x095C,
ddhabengali: 0x09A2,
ddhadeva: 0x0922,
ddhagujarati: 0x0AA2,
ddhagurmukhi: 0x0A22,
ddotaccent: 0x1E0B,
ddotbelow: 0x1E0D,
decimalseparatorarabic: 0x066B,
decimalseparatorpersian: 0x066B,
decyrillic: 0x0434,
degree: 0x00B0,
dehihebrew: 0x05AD,
dehiragana: 0x3067,
deicoptic: 0x03EF,
dekatakana: 0x30C7,
deleteleft: 0x232B,
deleteright: 0x2326,
delta: 0x03B4,
deltaturned: 0x018D,
denominatorminusonenumeratorbengali: 0x09F8,
dezh: 0x02A4,
dhabengali: 0x09A7,
dhadeva: 0x0927,
dhagujarati: 0x0AA7,
dhagurmukhi: 0x0A27,
dhook: 0x0257,
dialytikatonos: 0x0385,
dialytikatonoscmb: 0x0344,
diamond: 0x2666,
diamondsuitwhite: 0x2662,
dieresis: 0x00A8,
dieresisacute: 0xF6D7,
dieresisbelowcmb: 0x0324,
dieresiscmb: 0x0308,
dieresisgrave: 0xF6D8,
dieresistonos: 0x0385,
dihiragana: 0x3062,
dikatakana: 0x30C2,
dittomark: 0x3003,
divide: 0x00F7,
divides: 0x2223,
divisionslash: 0x2215,
djecyrillic: 0x0452,
dkshade: 0x2593,
dlinebelow: 0x1E0F,
dlsquare: 0x3397,
dmacron: 0x0111,
dmonospace: 0xFF44,
dnblock: 0x2584,
dochadathai: 0x0E0E,
dodekthai: 0x0E14,
dohiragana: 0x3069,
dokatakana: 0x30C9,
dollar: 0x0024,
dollarinferior: 0xF6E3,
dollarmonospace: 0xFF04,
dollaroldstyle: 0xF724,
dollarsmall: 0xFE69,
dollarsuperior: 0xF6E4,
dong: 0x20AB,
dorusquare: 0x3326,
dotaccent: 0x02D9,
dotaccentcmb: 0x0307,
dotbelowcmb: 0x0323,
dotbelowcomb: 0x0323,
dotkatakana: 0x30FB,
dotlessi: 0x0131,
dotlessj: 0xF6BE,
dotlessjstrokehook: 0x0284,
dotmath: 0x22C5,
dottedcircle: 0x25CC,
doubleyodpatah: 0xFB1F,
doubleyodpatahhebrew: 0xFB1F,
downtackbelowcmb: 0x031E,
downtackmod: 0x02D5,
dparen: 0x249F,
dsuperior: 0xF6EB,
dtail: 0x0256,
dtopbar: 0x018C,
duhiragana: 0x3065,
dukatakana: 0x30C5,
dz: 0x01F3,
dzaltone: 0x02A3,
dzcaron: 0x01C6,
dzcurl: 0x02A5,
dzeabkhasiancyrillic: 0x04E1,
dzecyrillic: 0x0455,
dzhecyrillic: 0x045F,
e: 0x0065,
eacute: 0x00E9,
earth: 0x2641,
ebengali: 0x098F,
ebopomofo: 0x311C,
ebreve: 0x0115,
ecandradeva: 0x090D,
ecandragujarati: 0x0A8D,
ecandravowelsigndeva: 0x0945,
ecandravowelsigngujarati: 0x0AC5,
ecaron: 0x011B,
ecedillabreve: 0x1E1D,
echarmenian: 0x0565,
echyiwnarmenian: 0x0587,
ecircle: 0x24D4,
ecircumflex: 0x00EA,
ecircumflexacute: 0x1EBF,
ecircumflexbelow: 0x1E19,
ecircumflexdotbelow: 0x1EC7,
ecircumflexgrave: 0x1EC1,
ecircumflexhookabove: 0x1EC3,
ecircumflextilde: 0x1EC5,
ecyrillic: 0x0454,
edblgrave: 0x0205,
edeva: 0x090F,
edieresis: 0x00EB,
edot: 0x0117,
edotaccent: 0x0117,
edotbelow: 0x1EB9,
eegurmukhi: 0x0A0F,
eematragurmukhi: 0x0A47,
efcyrillic: 0x0444,
egrave: 0x00E8,
egujarati: 0x0A8F,
eharmenian: 0x0567,
ehbopomofo: 0x311D,
ehiragana: 0x3048,
ehookabove: 0x1EBB,
eibopomofo: 0x311F,
eight: 0x0038,
eightarabic: 0x0668,
eightbengali: 0x09EE,
eightcircle: 0x2467,
eightcircleinversesansserif: 0x2791,
eightdeva: 0x096E,
eighteencircle: 0x2471,
eighteenparen: 0x2485,
eighteenperiod: 0x2499,
eightgujarati: 0x0AEE,
eightgurmukhi: 0x0A6E,
eighthackarabic: 0x0668,
eighthangzhou: 0x3028,
eighthnotebeamed: 0x266B,
eightideographicparen: 0x3227,
eightinferior: 0x2088,
eightmonospace: 0xFF18,
eightoldstyle: 0xF738,
eightparen: 0x247B,
eightperiod: 0x248F,
eightpersian: 0x06F8,
eightroman: 0x2177,
eightsuperior: 0x2078,
eightthai: 0x0E58,
einvertedbreve: 0x0207,
eiotifiedcyrillic: 0x0465,
ekatakana: 0x30A8,
ekatakanahalfwidth: 0xFF74,
ekonkargurmukhi: 0x0A74,
ekorean: 0x3154,
elcyrillic: 0x043B,
element: 0x2208,
elevencircle: 0x246A,
elevenparen: 0x247E,
elevenperiod: 0x2492,
elevenroman: 0x217A,
ellipsis: 0x2026,
ellipsisvertical: 0x22EE,
emacron: 0x0113,
emacronacute: 0x1E17,
emacrongrave: 0x1E15,
emcyrillic: 0x043C,
emdash: 0x2014,
emdashvertical: 0xFE31,
emonospace: 0xFF45,
emphasismarkarmenian: 0x055B,
emptyset: 0x2205,
enbopomofo: 0x3123,
encyrillic: 0x043D,
endash: 0x2013,
endashvertical: 0xFE32,
endescendercyrillic: 0x04A3,
eng: 0x014B,
engbopomofo: 0x3125,
enghecyrillic: 0x04A5,
enhookcyrillic: 0x04C8,
enspace: 0x2002,
eogonek: 0x0119,
eokorean: 0x3153,
eopen: 0x025B,
eopenclosed: 0x029A,
eopenreversed: 0x025C,
eopenreversedclosed: 0x025E,
eopenreversedhook: 0x025D,
eparen: 0x24A0,
epsilon: 0x03B5,
epsilontonos: 0x03AD,
equal: 0x003D,
equalmonospace: 0xFF1D,
equalsmall: 0xFE66,
equalsuperior: 0x207C,
equivalence: 0x2261,
erbopomofo: 0x3126,
ercyrillic: 0x0440,
ereversed: 0x0258,
ereversedcyrillic: 0x044D,
escyrillic: 0x0441,
esdescendercyrillic: 0x04AB,
esh: 0x0283,
eshcurl: 0x0286,
eshortdeva: 0x090E,
eshortvowelsigndeva: 0x0946,
eshreversedloop: 0x01AA,
eshsquatreversed: 0x0285,
esmallhiragana: 0x3047,
esmallkatakana: 0x30A7,
esmallkatakanahalfwidth: 0xFF6A,
estimated: 0x212E,
esuperior: 0xF6EC,
eta: 0x03B7,
etarmenian: 0x0568,
etatonos: 0x03AE,
eth: 0x00F0,
etilde: 0x1EBD,
etildebelow: 0x1E1B,
etnahtafoukhhebrew: 0x0591,
etnahtafoukhlefthebrew: 0x0591,
etnahtahebrew: 0x0591,
etnahtalefthebrew: 0x0591,
eturned: 0x01DD,
eukorean: 0x3161,
euro: 0x20AC,
evowelsignbengali: 0x09C7,
evowelsigndeva: 0x0947,
evowelsigngujarati: 0x0AC7,
exclam: 0x0021,
exclamarmenian: 0x055C,
exclamdbl: 0x203C,
exclamdown: 0x00A1,
exclamdownsmall: 0xF7A1,
exclammonospace: 0xFF01,
exclamsmall: 0xF721,
existential: 0x2203,
ezh: 0x0292,
ezhcaron: 0x01EF,
ezhcurl: 0x0293,
ezhreversed: 0x01B9,
ezhtail: 0x01BA,
f: 0x0066,
fadeva: 0x095E,
fagurmukhi: 0x0A5E,
fahrenheit: 0x2109,
fathaarabic: 0x064E,
fathalowarabic: 0x064E,
fathatanarabic: 0x064B,
fbopomofo: 0x3108,
fcircle: 0x24D5,
fdotaccent: 0x1E1F,
feharabic: 0x0641,
feharmenian: 0x0586,
fehfinalarabic: 0xFED2,
fehinitialarabic: 0xFED3,
fehmedialarabic: 0xFED4,
feicoptic: 0x03E5,
female: 0x2640,
ff: 0xFB00,
ffi: 0xFB03,
ffl: 0xFB04,
fi: 0xFB01,
fifteencircle: 0x246E,
fifteenparen: 0x2482,
fifteenperiod: 0x2496,
figuredash: 0x2012,
filledbox: 0x25A0,
filledrect: 0x25AC,
finalkaf: 0x05DA,
finalkafdagesh: 0xFB3A,
finalkafdageshhebrew: 0xFB3A,
finalkafhebrew: 0x05DA,
finalkafqamats: 0x05DA05B8,
finalkafqamatshebrew: 0x05DA05B8,
finalkafsheva: 0x05DA05B0,
finalkafshevahebrew: 0x05DA05B0,
finalmem: 0x05DD,
finalmemhebrew: 0x05DD,
finalnun: 0x05DF,
finalnunhebrew: 0x05DF,
finalpe: 0x05E3,
finalpehebrew: 0x05E3,
finaltsadi: 0x05E5,
finaltsadihebrew: 0x05E5,
firsttonechinese: 0x02C9,
fisheye: 0x25C9,
fitacyrillic: 0x0473,
five: 0x0035,
fivearabic: 0x0665,
fivebengali: 0x09EB,
fivecircle: 0x2464,
fivecircleinversesansserif: 0x278E,
fivedeva: 0x096B,
fiveeighths: 0x215D,
fivegujarati: 0x0AEB,
fivegurmukhi: 0x0A6B,
fivehackarabic: 0x0665,
fivehangzhou: 0x3025,
fiveideographicparen: 0x3224,
fiveinferior: 0x2085,
fivemonospace: 0xFF15,
fiveoldstyle: 0xF735,
fiveparen: 0x2478,
fiveperiod: 0x248C,
fivepersian: 0x06F5,
fiveroman: 0x2174,
fivesuperior: 0x2075,
fivethai: 0x0E55,
fl: 0xFB02,
florin: 0x0192,
fmonospace: 0xFF46,
fmsquare: 0x3399,
fofanthai: 0x0E1F,
fofathai: 0x0E1D,
fongmanthai: 0x0E4F,
forall: 0x2200,
four: 0x0034,
fourarabic: 0x0664,
fourbengali: 0x09EA,
fourcircle: 0x2463,
fourcircleinversesansserif: 0x278D,
fourdeva: 0x096A,
fourgujarati: 0x0AEA,
fourgurmukhi: 0x0A6A,
fourhackarabic: 0x0664,
fourhangzhou: 0x3024,
fourideographicparen: 0x3223,
fourinferior: 0x2084,
fourmonospace: 0xFF14,
fournumeratorbengali: 0x09F7,
fouroldstyle: 0xF734,
fourparen: 0x2477,
fourperiod: 0x248B,
fourpersian: 0x06F4,
fourroman: 0x2173,
foursuperior: 0x2074,
fourteencircle: 0x246D,
fourteenparen: 0x2481,
fourteenperiod: 0x2495,
fourthai: 0x0E54,
fourthtonechinese: 0x02CB,
fparen: 0x24A1,
fraction: 0x2044,
franc: 0x20A3,
g: 0x0067,
gabengali: 0x0997,
gacute: 0x01F5,
gadeva: 0x0917,
gafarabic: 0x06AF,
gaffinalarabic: 0xFB93,
gafinitialarabic: 0xFB94,
gafmedialarabic: 0xFB95,
gagujarati: 0x0A97,
gagurmukhi: 0x0A17,
gahiragana: 0x304C,
gakatakana: 0x30AC,
gamma: 0x03B3,
gammalatinsmall: 0x0263,
gammasuperior: 0x02E0,
gangiacoptic: 0x03EB,
gbopomofo: 0x310D,
gbreve: 0x011F,
gcaron: 0x01E7,
gcedilla: 0x0123,
gcircle: 0x24D6,
gcircumflex: 0x011D,
gcommaaccent: 0x0123,
gdot: 0x0121,
gdotaccent: 0x0121,
gecyrillic: 0x0433,
gehiragana: 0x3052,
gekatakana: 0x30B2,
geometricallyequal: 0x2251,
gereshaccenthebrew: 0x059C,
gereshhebrew: 0x05F3,
gereshmuqdamhebrew: 0x059D,
germandbls: 0x00DF,
gershayimaccenthebrew: 0x059E,
gershayimhebrew: 0x05F4,
getamark: 0x3013,
ghabengali: 0x0998,
ghadarmenian: 0x0572,
ghadeva: 0x0918,
ghagujarati: 0x0A98,
ghagurmukhi: 0x0A18,
ghainarabic: 0x063A,
ghainfinalarabic: 0xFECE,
ghaininitialarabic: 0xFECF,
ghainmedialarabic: 0xFED0,
ghemiddlehookcyrillic: 0x0495,
ghestrokecyrillic: 0x0493,
gheupturncyrillic: 0x0491,
ghhadeva: 0x095A,
ghhagurmukhi: 0x0A5A,
ghook: 0x0260,
ghzsquare: 0x3393,
gihiragana: 0x304E,
gikatakana: 0x30AE,
gimarmenian: 0x0563,
gimel: 0x05D2,
gimeldagesh: 0xFB32,
gimeldageshhebrew: 0xFB32,
gimelhebrew: 0x05D2,
gjecyrillic: 0x0453,
glottalinvertedstroke: 0x01BE,
glottalstop: 0x0294,
glottalstopinverted: 0x0296,
glottalstopmod: 0x02C0,
glottalstopreversed: 0x0295,
glottalstopreversedmod: 0x02C1,
glottalstopreversedsuperior: 0x02E4,
glottalstopstroke: 0x02A1,
glottalstopstrokereversed: 0x02A2,
gmacron: 0x1E21,
gmonospace: 0xFF47,
gohiragana: 0x3054,
gokatakana: 0x30B4,
gparen: 0x24A2,
gpasquare: 0x33AC,
gradient: 0x2207,
grave: 0x0060,
gravebelowcmb: 0x0316,
gravecmb: 0x0300,
gravecomb: 0x0300,
gravedeva: 0x0953,
gravelowmod: 0x02CE,
gravemonospace: 0xFF40,
gravetonecmb: 0x0340,
greater: 0x003E,
greaterequal: 0x2265,
greaterequalorless: 0x22DB,
greatermonospace: 0xFF1E,
greaterorequivalent: 0x2273,
greaterorless: 0x2277,
greateroverequal: 0x2267,
greatersmall: 0xFE65,
gscript: 0x0261,
gstroke: 0x01E5,
guhiragana: 0x3050,
guillemotleft: 0x00AB,
guillemotright: 0x00BB,
guilsinglleft: 0x2039,
guilsinglright: 0x203A,
gukatakana: 0x30B0,
guramusquare: 0x3318,
gysquare: 0x33C9,
h: 0x0068,
haabkhasiancyrillic: 0x04A9,
haaltonearabic: 0x06C1,
habengali: 0x09B9,
hadescendercyrillic: 0x04B3,
hadeva: 0x0939,
hagujarati: 0x0AB9,
hagurmukhi: 0x0A39,
haharabic: 0x062D,
hahfinalarabic: 0xFEA2,
hahinitialarabic: 0xFEA3,
hahiragana: 0x306F,
hahmedialarabic: 0xFEA4,
haitusquare: 0x332A,
hakatakana: 0x30CF,
hakatakanahalfwidth: 0xFF8A,
halantgurmukhi: 0x0A4D,
hamzaarabic: 0x0621,
hamzadammaarabic: 0x0621064F,
hamzadammatanarabic: 0x0621064C,
hamzafathaarabic: 0x0621064E,
hamzafathatanarabic: 0x0621064B,
hamzalowarabic: 0x0621,
hamzalowkasraarabic: 0x06210650,
hamzalowkasratanarabic: 0x0621064D,
hamzasukunarabic: 0x06210652,
hangulfiller: 0x3164,
hardsigncyrillic: 0x044A,
harpoonleftbarbup: 0x21BC,
harpoonrightbarbup: 0x21C0,
hasquare: 0x33CA,
hatafpatah: 0x05B2,
hatafpatah16: 0x05B2,
hatafpatah23: 0x05B2,
hatafpatah2f: 0x05B2,
hatafpatahhebrew: 0x05B2,
hatafpatahnarrowhebrew: 0x05B2,
hatafpatahquarterhebrew: 0x05B2,
hatafpatahwidehebrew: 0x05B2,
hatafqamats: 0x05B3,
hatafqamats1b: 0x05B3,
hatafqamats28: 0x05B3,
hatafqamats34: 0x05B3,
hatafqamatshebrew: 0x05B3,
hatafqamatsnarrowhebrew: 0x05B3,
hatafqamatsquarterhebrew: 0x05B3,
hatafqamatswidehebrew: 0x05B3,
hatafsegol: 0x05B1,
hatafsegol17: 0x05B1,
hatafsegol24: 0x05B1,
hatafsegol30: 0x05B1,
hatafsegolhebrew: 0x05B1,
hatafsegolnarrowhebrew: 0x05B1,
hatafsegolquarterhebrew: 0x05B1,
hatafsegolwidehebrew: 0x05B1,
hbar: 0x0127,
hbopomofo: 0x310F,
hbrevebelow: 0x1E2B,
hcedilla: 0x1E29,
hcircle: 0x24D7,
hcircumflex: 0x0125,
hdieresis: 0x1E27,
hdotaccent: 0x1E23,
hdotbelow: 0x1E25,
he: 0x05D4,
heart: 0x2665,
heartsuitblack: 0x2665,
heartsuitwhite: 0x2661,
hedagesh: 0xFB34,
hedageshhebrew: 0xFB34,
hehaltonearabic: 0x06C1,
heharabic: 0x0647,
hehebrew: 0x05D4,
hehfinalaltonearabic: 0xFBA7,
hehfinalalttwoarabic: 0xFEEA,
hehfinalarabic: 0xFEEA,
hehhamzaabovefinalarabic: 0xFBA5,
hehhamzaaboveisolatedarabic: 0xFBA4,
hehinitialaltonearabic: 0xFBA8,
hehinitialarabic: 0xFEEB,
hehiragana: 0x3078,
hehmedialaltonearabic: 0xFBA9,
hehmedialarabic: 0xFEEC,
heiseierasquare: 0x337B,
hekatakana: 0x30D8,
hekatakanahalfwidth: 0xFF8D,
hekutaarusquare: 0x3336,
henghook: 0x0267,
herutusquare: 0x3339,
het: 0x05D7,
hethebrew: 0x05D7,
hhook: 0x0266,
hhooksuperior: 0x02B1,
hieuhacirclekorean: 0x327B,
hieuhaparenkorean: 0x321B,
hieuhcirclekorean: 0x326D,
hieuhkorean: 0x314E,
hieuhparenkorean: 0x320D,
hihiragana: 0x3072,
hikatakana: 0x30D2,
hikatakanahalfwidth: 0xFF8B,
hiriq: 0x05B4,
hiriq14: 0x05B4,
hiriq21: 0x05B4,
hiriq2d: 0x05B4,
hiriqhebrew: 0x05B4,
hiriqnarrowhebrew: 0x05B4,
hiriqquarterhebrew: 0x05B4,
hiriqwidehebrew: 0x05B4,
hlinebelow: 0x1E96,
hmonospace: 0xFF48,
hoarmenian: 0x0570,
hohipthai: 0x0E2B,
hohiragana: 0x307B,
hokatakana: 0x30DB,
hokatakanahalfwidth: 0xFF8E,
holam: 0x05B9,
holam19: 0x05B9,
holam26: 0x05B9,
holam32: 0x05B9,
holamhebrew: 0x05B9,
holamnarrowhebrew: 0x05B9,
holamquarterhebrew: 0x05B9,
holamwidehebrew: 0x05B9,
honokhukthai: 0x0E2E,
hookabovecomb: 0x0309,
hookcmb: 0x0309,
hookpalatalizedbelowcmb: 0x0321,
hookretroflexbelowcmb: 0x0322,
hoonsquare: 0x3342,
horicoptic: 0x03E9,
horizontalbar: 0x2015,
horncmb: 0x031B,
hotsprings: 0x2668,
house: 0x2302,
hparen: 0x24A3,
hsuperior: 0x02B0,
hturned: 0x0265,
huhiragana: 0x3075,
huiitosquare: 0x3333,
hukatakana: 0x30D5,
hukatakanahalfwidth: 0xFF8C,
hungarumlaut: 0x02DD,
hungarumlautcmb: 0x030B,
hv: 0x0195,
hyphen: 0x002D,
hypheninferior: 0xF6E5,
hyphenmonospace: 0xFF0D,
hyphensmall: 0xFE63,
hyphensuperior: 0xF6E6,
hyphentwo: 0x2010,
i: 0x0069,
iacute: 0x00ED,
iacyrillic: 0x044F,
ibengali: 0x0987,
ibopomofo: 0x3127,
ibreve: 0x012D,
icaron: 0x01D0,
icircle: 0x24D8,
icircumflex: 0x00EE,
icyrillic: 0x0456,
idblgrave: 0x0209,
ideographearthcircle: 0x328F,
ideographfirecircle: 0x328B,
ideographicallianceparen: 0x323F,
ideographiccallparen: 0x323A,
ideographiccentrecircle: 0x32A5,
ideographicclose: 0x3006,
ideographiccomma: 0x3001,
ideographiccommaleft: 0xFF64,
ideographiccongratulationparen: 0x3237,
ideographiccorrectcircle: 0x32A3,
ideographicearthparen: 0x322F,
ideographicenterpriseparen: 0x323D,
ideographicexcellentcircle: 0x329D,
ideographicfestivalparen: 0x3240,
ideographicfinancialcircle: 0x3296,
ideographicfinancialparen: 0x3236,
ideographicfireparen: 0x322B,
ideographichaveparen: 0x3232,
ideographichighcircle: 0x32A4,
ideographiciterationmark: 0x3005,
ideographiclaborcircle: 0x3298,
ideographiclaborparen: 0x3238,
ideographicleftcircle: 0x32A7,
ideographiclowcircle: 0x32A6,
ideographicmedicinecircle: 0x32A9,
ideographicmetalparen: 0x322E,
ideographicmoonparen: 0x322A,
ideographicnameparen: 0x3234,
ideographicperiod: 0x3002,
ideographicprintcircle: 0x329E,
ideographicreachparen: 0x3243,
ideographicrepresentparen: 0x3239,
ideographicresourceparen: 0x323E,
ideographicrightcircle: 0x32A8,
ideographicsecretcircle: 0x3299,
ideographicselfparen: 0x3242,
ideographicsocietyparen: 0x3233,
ideographicspace: 0x3000,
ideographicspecialparen: 0x3235,
ideographicstockparen: 0x3231,
ideographicstudyparen: 0x323B,
ideographicsunparen: 0x3230,
ideographicsuperviseparen: 0x323C,
ideographicwaterparen: 0x322C,
ideographicwoodparen: 0x322D,
ideographiczero: 0x3007,
ideographmetalcircle: 0x328E,
ideographmooncircle: 0x328A,
ideographnamecircle: 0x3294,
ideographsuncircle: 0x3290,
ideographwatercircle: 0x328C,
ideographwoodcircle: 0x328D,
ideva: 0x0907,
idieresis: 0x00EF,
idieresisacute: 0x1E2F,
idieresiscyrillic: 0x04E5,
idotbelow: 0x1ECB,
iebrevecyrillic: 0x04D7,
iecyrillic: 0x0435,
ieungacirclekorean: 0x3275,
ieungaparenkorean: 0x3215,
ieungcirclekorean: 0x3267,
ieungkorean: 0x3147,
ieungparenkorean: 0x3207,
igrave: 0x00EC,
igujarati: 0x0A87,
igurmukhi: 0x0A07,
ihiragana: 0x3044,
ihookabove: 0x1EC9,
iibengali: 0x0988,
iicyrillic: 0x0438,
iideva: 0x0908,
iigujarati: 0x0A88,
iigurmukhi: 0x0A08,
iimatragurmukhi: 0x0A40,
iinvertedbreve: 0x020B,
iishortcyrillic: 0x0439,
iivowelsignbengali: 0x09C0,
iivowelsigndeva: 0x0940,
iivowelsigngujarati: 0x0AC0,
ij: 0x0133,
ikatakana: 0x30A4,
ikatakanahalfwidth: 0xFF72,
ikorean: 0x3163,
ilde: 0x02DC,
iluyhebrew: 0x05AC,
imacron: 0x012B,
imacroncyrillic: 0x04E3,
imageorapproximatelyequal: 0x2253,
imatragurmukhi: 0x0A3F,
imonospace: 0xFF49,
increment: 0x2206,
infinity: 0x221E,
iniarmenian: 0x056B,
integral: 0x222B,
integralbottom: 0x2321,
integralbt: 0x2321,
integralex: 0xF8F5,
integraltop: 0x2320,
integraltp: 0x2320,
intersection: 0x2229,
intisquare: 0x3305,
invbullet: 0x25D8,
invcircle: 0x25D9,
invsmileface: 0x263B,
iocyrillic: 0x0451,
iogonek: 0x012F,
iota: 0x03B9,
iotadieresis: 0x03CA,
iotadieresistonos: 0x0390,
iotalatin: 0x0269,
iotatonos: 0x03AF,
iparen: 0x24A4,
irigurmukhi: 0x0A72,
ismallhiragana: 0x3043,
ismallkatakana: 0x30A3,
ismallkatakanahalfwidth: 0xFF68,
issharbengali: 0x09FA,
istroke: 0x0268,
isuperior: 0xF6ED,
iterationhiragana: 0x309D,
iterationkatakana: 0x30FD,
itilde: 0x0129,
itildebelow: 0x1E2D,
iubopomofo: 0x3129,
iucyrillic: 0x044E,
ivowelsignbengali: 0x09BF,
ivowelsigndeva: 0x093F,
ivowelsigngujarati: 0x0ABF,
izhitsacyrillic: 0x0475,
izhitsadblgravecyrillic: 0x0477,
j: 0x006A,
jaarmenian: 0x0571,
jabengali: 0x099C,
jadeva: 0x091C,
jagujarati: 0x0A9C,
jagurmukhi: 0x0A1C,
jbopomofo: 0x3110,
jcaron: 0x01F0,
jcircle: 0x24D9,
jcircumflex: 0x0135,
jcrossedtail: 0x029D,
jdotlessstroke: 0x025F,
jecyrillic: 0x0458,
jeemarabic: 0x062C,
jeemfinalarabic: 0xFE9E,
jeeminitialarabic: 0xFE9F,
jeemmedialarabic: 0xFEA0,
jeharabic: 0x0698,
jehfinalarabic: 0xFB8B,
jhabengali: 0x099D,
jhadeva: 0x091D,
jhagujarati: 0x0A9D,
jhagurmukhi: 0x0A1D,
jheharmenian: 0x057B,
jis: 0x3004,
jmonospace: 0xFF4A,
jparen: 0x24A5,
jsuperior: 0x02B2,
k: 0x006B,
kabashkircyrillic: 0x04A1,
kabengali: 0x0995,
kacute: 0x1E31,
kacyrillic: 0x043A,
kadescendercyrillic: 0x049B,
kadeva: 0x0915,
kaf: 0x05DB,
kafarabic: 0x0643,
kafdagesh: 0xFB3B,
kafdageshhebrew: 0xFB3B,
kaffinalarabic: 0xFEDA,
kafhebrew: 0x05DB,
kafinitialarabic: 0xFEDB,
kafmedialarabic: 0xFEDC,
kafrafehebrew: 0xFB4D,
kagujarati: 0x0A95,
kagurmukhi: 0x0A15,
kahiragana: 0x304B,
kahookcyrillic: 0x04C4,
kakatakana: 0x30AB,
kakatakanahalfwidth: 0xFF76,
kappa: 0x03BA,
kappasymbolgreek: 0x03F0,
kapyeounmieumkorean: 0x3171,
kapyeounphieuphkorean: 0x3184,
kapyeounpieupkorean: 0x3178,
kapyeounssangpieupkorean: 0x3179,
karoriisquare: 0x330D,
kashidaautoarabic: 0x0640,
kashidaautonosidebearingarabic: 0x0640,
kasmallkatakana: 0x30F5,
kasquare: 0x3384,
kasraarabic: 0x0650,
kasratanarabic: 0x064D,
kastrokecyrillic: 0x049F,
katahiraprolongmarkhalfwidth: 0xFF70,
kaverticalstrokecyrillic: 0x049D,
kbopomofo: 0x310E,
kcalsquare: 0x3389,
kcaron: 0x01E9,
kcedilla: 0x0137,
kcircle: 0x24DA,
kcommaaccent: 0x0137,
kdotbelow: 0x1E33,
keharmenian: 0x0584,
kehiragana: 0x3051,
kekatakana: 0x30B1,
kekatakanahalfwidth: 0xFF79,
kenarmenian: 0x056F,
kesmallkatakana: 0x30F6,
kgreenlandic: 0x0138,
khabengali: 0x0996,
khacyrillic: 0x0445,
khadeva: 0x0916,
khagujarati: 0x0A96,
khagurmukhi: 0x0A16,
khaharabic: 0x062E,
khahfinalarabic: 0xFEA6,
khahinitialarabic: 0xFEA7,
khahmedialarabic: 0xFEA8,
kheicoptic: 0x03E7,
khhadeva: 0x0959,
khhagurmukhi: 0x0A59,
khieukhacirclekorean: 0x3278,
khieukhaparenkorean: 0x3218,
khieukhcirclekorean: 0x326A,
khieukhkorean: 0x314B,
khieukhparenkorean: 0x320A,
khokhaithai: 0x0E02,
khokhonthai: 0x0E05,
khokhuatthai: 0x0E03,
khokhwaithai: 0x0E04,
khomutthai: 0x0E5B,
khook: 0x0199,
khorakhangthai: 0x0E06,
khzsquare: 0x3391,
kihiragana: 0x304D,
kikatakana: 0x30AD,
kikatakanahalfwidth: 0xFF77,
kiroguramusquare: 0x3315,
kiromeetorusquare: 0x3316,
kirosquare: 0x3314,
kiyeokacirclekorean: 0x326E,
kiyeokaparenkorean: 0x320E,
kiyeokcirclekorean: 0x3260,
kiyeokkorean: 0x3131,
kiyeokparenkorean: 0x3200,
kiyeoksioskorean: 0x3133,
kjecyrillic: 0x045C,
klinebelow: 0x1E35,
klsquare: 0x3398,
kmcubedsquare: 0x33A6,
kmonospace: 0xFF4B,
kmsquaredsquare: 0x33A2,
kohiragana: 0x3053,
kohmsquare: 0x33C0,
kokaithai: 0x0E01,
kokatakana: 0x30B3,
kokatakanahalfwidth: 0xFF7A,
kooposquare: 0x331E,
koppacyrillic: 0x0481,
koreanstandardsymbol: 0x327F,
koroniscmb: 0x0343,
kparen: 0x24A6,
kpasquare: 0x33AA,
ksicyrillic: 0x046F,
ktsquare: 0x33CF,
kturned: 0x029E,
kuhiragana: 0x304F,
kukatakana: 0x30AF,
kukatakanahalfwidth: 0xFF78,
kvsquare: 0x33B8,
kwsquare: 0x33BE,
l: 0x006C,
labengali: 0x09B2,
lacute: 0x013A,
ladeva: 0x0932,
lagujarati: 0x0AB2,
lagurmukhi: 0x0A32,
lakkhangyaothai: 0x0E45,
lamaleffinalarabic: 0xFEFC,
lamalefhamzaabovefinalarabic: 0xFEF8,
lamalefhamzaaboveisolatedarabic: 0xFEF7,
lamalefhamzabelowfinalarabic: 0xFEFA,
lamalefhamzabelowisolatedarabic: 0xFEF9,
lamalefisolatedarabic: 0xFEFB,
lamalefmaddaabovefinalarabic: 0xFEF6,
lamalefmaddaaboveisolatedarabic: 0xFEF5,
lamarabic: 0x0644,
lambda: 0x03BB,
lambdastroke: 0x019B,
lamed: 0x05DC,
lameddagesh: 0xFB3C,
lameddageshhebrew: 0xFB3C,
lamedhebrew: 0x05DC,
lamedholam: 0x05DC05B9,
lamedholamdagesh: '05DC 05B9 05BC',
lamedholamdageshhebrew: '05DC 05B9 05BC',
lamedholamhebrew: 0x05DC05B9,
lamfinalarabic: 0xFEDE,
lamhahinitialarabic: 0xFCCA,
laminitialarabic: 0xFEDF,
lamjeeminitialarabic: 0xFCC9,
lamkhahinitialarabic: 0xFCCB,
lamlamhehisolatedarabic: 0xFDF2,
lammedialarabic: 0xFEE0,
lammeemhahinitialarabic: 0xFD88,
lammeeminitialarabic: 0xFCCC,
lammeemjeeminitialarabic: 'FEDF FEE4 FEA0',
lammeemkhahinitialarabic: 'FEDF FEE4 FEA8',
largecircle: 0x25EF,
lbar: 0x019A,
lbelt: 0x026C,
lbopomofo: 0x310C,
lcaron: 0x013E,
lcedilla: 0x013C,
lcircle: 0x24DB,
lcircumflexbelow: 0x1E3D,
lcommaaccent: 0x013C,
ldot: 0x0140,
ldotaccent: 0x0140,
ldotbelow: 0x1E37,
ldotbelowmacron: 0x1E39,
leftangleabovecmb: 0x031A,
lefttackbelowcmb: 0x0318,
less: 0x003C,
lessequal: 0x2264,
lessequalorgreater: 0x22DA,
lessmonospace: 0xFF1C,
lessorequivalent: 0x2272,
lessorgreater: 0x2276,
lessoverequal: 0x2266,
lesssmall: 0xFE64,
lezh: 0x026E,
lfblock: 0x258C,
lhookretroflex: 0x026D,
lira: 0x20A4,
liwnarmenian: 0x056C,
lj: 0x01C9,
ljecyrillic: 0x0459,
ll: 0xF6C0,
lladeva: 0x0933,
llagujarati: 0x0AB3,
llinebelow: 0x1E3B,
llladeva: 0x0934,
llvocalicbengali: 0x09E1,
llvocalicdeva: 0x0961,
llvocalicvowelsignbengali: 0x09E3,
llvocalicvowelsigndeva: 0x0963,
lmiddletilde: 0x026B,
lmonospace: 0xFF4C,
lmsquare: 0x33D0,
lochulathai: 0x0E2C,
logicaland: 0x2227,
logicalnot: 0x00AC,
logicalnotreversed: 0x2310,
logicalor: 0x2228,
lolingthai: 0x0E25,
longs: 0x017F,
lowlinecenterline: 0xFE4E,
lowlinecmb: 0x0332,
lowlinedashed: 0xFE4D,
lozenge: 0x25CA,
lparen: 0x24A7,
lslash: 0x0142,
lsquare: 0x2113,
lsuperior: 0xF6EE,
ltshade: 0x2591,
luthai: 0x0E26,
lvocalicbengali: 0x098C,
lvocalicdeva: 0x090C,
lvocalicvowelsignbengali: 0x09E2,
lvocalicvowelsigndeva: 0x0962,
lxsquare: 0x33D3,
m: 0x006D,
mabengali: 0x09AE,
macron: 0x00AF,
macronbelowcmb: 0x0331,
macroncmb: 0x0304,
macronlowmod: 0x02CD,
macronmonospace: 0xFFE3,
macute: 0x1E3F,
madeva: 0x092E,
magujarati: 0x0AAE,
magurmukhi: 0x0A2E,
mahapakhhebrew: 0x05A4,
mahapakhlefthebrew: 0x05A4,
mahiragana: 0x307E,
maichattawalowleftthai: 0xF895,
maichattawalowrightthai: 0xF894,
maichattawathai: 0x0E4B,
maichattawaupperleftthai: 0xF893,
maieklowleftthai: 0xF88C,
maieklowrightthai: 0xF88B,
maiekthai: 0x0E48,
maiekupperleftthai: 0xF88A,
maihanakatleftthai: 0xF884,
maihanakatthai: 0x0E31,
maitaikhuleftthai: 0xF889,
maitaikhuthai: 0x0E47,
maitholowleftthai: 0xF88F,
maitholowrightthai: 0xF88E,
maithothai: 0x0E49,
maithoupperleftthai: 0xF88D,
maitrilowleftthai: 0xF892,
maitrilowrightthai: 0xF891,
maitrithai: 0x0E4A,
maitriupperleftthai: 0xF890,
maiyamokthai: 0x0E46,
makatakana: 0x30DE,
makatakanahalfwidth: 0xFF8F,
male: 0x2642,
mansyonsquare: 0x3347,
maqafhebrew: 0x05BE,
mars: 0x2642,
masoracirclehebrew: 0x05AF,
masquare: 0x3383,
mbopomofo: 0x3107,
mbsquare: 0x33D4,
mcircle: 0x24DC,
mcubedsquare: 0x33A5,
mdotaccent: 0x1E41,
mdotbelow: 0x1E43,
meemarabic: 0x0645,
meemfinalarabic: 0xFEE2,
meeminitialarabic: 0xFEE3,
meemmedialarabic: 0xFEE4,
meemmeeminitialarabic: 0xFCD1,
meemmeemisolatedarabic: 0xFC48,
meetorusquare: 0x334D,
mehiragana: 0x3081,
meizierasquare: 0x337E,
mekatakana: 0x30E1,
mekatakanahalfwidth: 0xFF92,
mem: 0x05DE,
memdagesh: 0xFB3E,
memdageshhebrew: 0xFB3E,
memhebrew: 0x05DE,
menarmenian: 0x0574,
merkhahebrew: 0x05A5,
merkhakefulahebrew: 0x05A6,
merkhakefulalefthebrew: 0x05A6,
merkhalefthebrew: 0x05A5,
mhook: 0x0271,
mhzsquare: 0x3392,
middledotkatakanahalfwidth: 0xFF65,
middot: 0x00B7,
mieumacirclekorean: 0x3272,
mieumaparenkorean: 0x3212,
mieumcirclekorean: 0x3264,
mieumkorean: 0x3141,
mieumpansioskorean: 0x3170,
mieumparenkorean: 0x3204,
mieumpieupkorean: 0x316E,
mieumsioskorean: 0x316F,
mihiragana: 0x307F,
mikatakana: 0x30DF,
mikatakanahalfwidth: 0xFF90,
minus: 0x2212,
minusbelowcmb: 0x0320,
minuscircle: 0x2296,
minusmod: 0x02D7,
minusplus: 0x2213,
minute: 0x2032,
miribaarusquare: 0x334A,
mirisquare: 0x3349,
mlonglegturned: 0x0270,
mlsquare: 0x3396,
mmcubedsquare: 0x33A3,
mmonospace: 0xFF4D,
mmsquaredsquare: 0x339F,
mohiragana: 0x3082,
mohmsquare: 0x33C1,
mokatakana: 0x30E2,
mokatakanahalfwidth: 0xFF93,
molsquare: 0x33D6,
momathai: 0x0E21,
moverssquare: 0x33A7,
moverssquaredsquare: 0x33A8,
mparen: 0x24A8,
mpasquare: 0x33AB,
mssquare: 0x33B3,
msuperior: 0xF6EF,
mturned: 0x026F,
mu: 0x00B5,
mu1: 0x00B5,
muasquare: 0x3382,
muchgreater: 0x226B,
muchless: 0x226A,
mufsquare: 0x338C,
mugreek: 0x03BC,
mugsquare: 0x338D,
muhiragana: 0x3080,
mukatakana: 0x30E0,
mukatakanahalfwidth: 0xFF91,
mulsquare: 0x3395,
multiply: 0x00D7,
mumsquare: 0x339B,
munahhebrew: 0x05A3,
munahlefthebrew: 0x05A3,
musicalnote: 0x266A,
musicalnotedbl: 0x266B,
musicflatsign: 0x266D,
musicsharpsign: 0x266F,
mussquare: 0x33B2,
muvsquare: 0x33B6,
muwsquare: 0x33BC,
mvmegasquare: 0x33B9,
mvsquare: 0x33B7,
mwmegasquare: 0x33BF,
mwsquare: 0x33BD,
n: 0x006E,
nabengali: 0x09A8,
nabla: 0x2207,
nacute: 0x0144,
nadeva: 0x0928,
nagujarati: 0x0AA8,
nagurmukhi: 0x0A28,
nahiragana: 0x306A,
nakatakana: 0x30CA,
nakatakanahalfwidth: 0xFF85,
napostrophe: 0x0149,
nasquare: 0x3381,
nbopomofo: 0x310B,
nbspace: 0x00A0,
ncaron: 0x0148,
ncedilla: 0x0146,
ncircle: 0x24DD,
ncircumflexbelow: 0x1E4B,
ncommaaccent: 0x0146,
ndotaccent: 0x1E45,
ndotbelow: 0x1E47,
nehiragana: 0x306D,
nekatakana: 0x30CD,
nekatakanahalfwidth: 0xFF88,
newsheqelsign: 0x20AA,
nfsquare: 0x338B,
ngabengali: 0x0999,
ngadeva: 0x0919,
ngagujarati: 0x0A99,
ngagurmukhi: 0x0A19,
ngonguthai: 0x0E07,
nhiragana: 0x3093,
nhookleft: 0x0272,
nhookretroflex: 0x0273,
nieunacirclekorean: 0x326F,
nieunaparenkorean: 0x320F,
nieuncieuckorean: 0x3135,
nieuncirclekorean: 0x3261,
nieunhieuhkorean: 0x3136,
nieunkorean: 0x3134,
nieunpansioskorean: 0x3168,
nieunparenkorean: 0x3201,
nieunsioskorean: 0x3167,
nieuntikeutkorean: 0x3166,
nihiragana: 0x306B,
nikatakana: 0x30CB,
nikatakanahalfwidth: 0xFF86,
nikhahitleftthai: 0xF899,
nikhahitthai: 0x0E4D,
nine: 0x0039,
ninearabic: 0x0669,
ninebengali: 0x09EF,
ninecircle: 0x2468,
ninecircleinversesansserif: 0x2792,
ninedeva: 0x096F,
ninegujarati: 0x0AEF,
ninegurmukhi: 0x0A6F,
ninehackarabic: 0x0669,
ninehangzhou: 0x3029,
nineideographicparen: 0x3228,
nineinferior: 0x2089,
ninemonospace: 0xFF19,
nineoldstyle: 0xF739,
nineparen: 0x247C,
nineperiod: 0x2490,
ninepersian: 0x06F9,
nineroman: 0x2178,
ninesuperior: 0x2079,
nineteencircle: 0x2472,
nineteenparen: 0x2486,
nineteenperiod: 0x249A,
ninethai: 0x0E59,
nj: 0x01CC,
njecyrillic: 0x045A,
nkatakana: 0x30F3,
nkatakanahalfwidth: 0xFF9D,
nlegrightlong: 0x019E,
nlinebelow: 0x1E49,
nmonospace: 0xFF4E,
nmsquare: 0x339A,
nnabengali: 0x09A3,
nnadeva: 0x0923,
nnagujarati: 0x0AA3,
nnagurmukhi: 0x0A23,
nnnadeva: 0x0929,
nohiragana: 0x306E,
nokatakana: 0x30CE,
nokatakanahalfwidth: 0xFF89,
nonbreakingspace: 0x00A0,
nonenthai: 0x0E13,
nonuthai: 0x0E19,
noonarabic: 0x0646,
noonfinalarabic: 0xFEE6,
noonghunnaarabic: 0x06BA,
noonghunnafinalarabic: 0xFB9F,
noonhehinitialarabic: 0xFEE7FEEC,
nooninitialarabic: 0xFEE7,
noonjeeminitialarabic: 0xFCD2,
noonjeemisolatedarabic: 0xFC4B,
noonmedialarabic: 0xFEE8,
noonmeeminitialarabic: 0xFCD5,
noonmeemisolatedarabic: 0xFC4E,
noonnoonfinalarabic: 0xFC8D,
notcontains: 0x220C,
notelement: 0x2209,
notelementof: 0x2209,
notequal: 0x2260,
notgreater: 0x226F,
notgreaternorequal: 0x2271,
notgreaternorless: 0x2279,
notidentical: 0x2262,
notless: 0x226E,
notlessnorequal: 0x2270,
notparallel: 0x2226,
notprecedes: 0x2280,
notsubset: 0x2284,
notsucceeds: 0x2281,
notsuperset: 0x2285,
nowarmenian: 0x0576,
nparen: 0x24A9,
nssquare: 0x33B1,
nsuperior: 0x207F,
ntilde: 0x00F1,
nu: 0x03BD,
nuhiragana: 0x306C,
nukatakana: 0x30CC,
nukatakanahalfwidth: 0xFF87,
nuktabengali: 0x09BC,
nuktadeva: 0x093C,
nuktagujarati: 0x0ABC,
nuktagurmukhi: 0x0A3C,
numbersign: 0x0023,
numbersignmonospace: 0xFF03,
numbersignsmall: 0xFE5F,
numeralsigngreek: 0x0374,
numeralsignlowergreek: 0x0375,
numero: 0x2116,
nun: 0x05E0,
nundagesh: 0xFB40,
nundageshhebrew: 0xFB40,
nunhebrew: 0x05E0,
nvsquare: 0x33B5,
nwsquare: 0x33BB,
nyabengali: 0x099E,
nyadeva: 0x091E,
nyagujarati: 0x0A9E,
nyagurmukhi: 0x0A1E,
o: 0x006F,
oacute: 0x00F3,
oangthai: 0x0E2D,
obarred: 0x0275,
obarredcyrillic: 0x04E9,
obarreddieresiscyrillic: 0x04EB,
obengali: 0x0993,
obopomofo: 0x311B,
obreve: 0x014F,
ocandradeva: 0x0911,
ocandragujarati: 0x0A91,
ocandravowelsigndeva: 0x0949,
ocandravowelsigngujarati: 0x0AC9,
ocaron: 0x01D2,
ocircle: 0x24DE,
ocircumflex: 0x00F4,
ocircumflexacute: 0x1ED1,
ocircumflexdotbelow: 0x1ED9,
ocircumflexgrave: 0x1ED3,
ocircumflexhookabove: 0x1ED5,
ocircumflextilde: 0x1ED7,
ocyrillic: 0x043E,
odblacute: 0x0151,
odblgrave: 0x020D,
odeva: 0x0913,
odieresis: 0x00F6,
odieresiscyrillic: 0x04E7,
odotbelow: 0x1ECD,
oe: 0x0153,
oekorean: 0x315A,
ogonek: 0x02DB,
ogonekcmb: 0x0328,
ograve: 0x00F2,
ogujarati: 0x0A93,
oharmenian: 0x0585,
ohiragana: 0x304A,
ohookabove: 0x1ECF,
ohorn: 0x01A1,
ohornacute: 0x1EDB,
ohorndotbelow: 0x1EE3,
ohorngrave: 0x1EDD,
ohornhookabove: 0x1EDF,
ohorntilde: 0x1EE1,
ohungarumlaut: 0x0151,
oi: 0x01A3,
oinvertedbreve: 0x020F,
okatakana: 0x30AA,
okatakanahalfwidth: 0xFF75,
okorean: 0x3157,
olehebrew: 0x05AB,
omacron: 0x014D,
omacronacute: 0x1E53,
omacrongrave: 0x1E51,
omdeva: 0x0950,
omega: 0x03C9,
omega1: 0x03D6,
omegacyrillic: 0x0461,
omegalatinclosed: 0x0277,
omegaroundcyrillic: 0x047B,
omegatitlocyrillic: 0x047D,
omegatonos: 0x03CE,
omgujarati: 0x0AD0,
omicron: 0x03BF,
omicrontonos: 0x03CC,
omonospace: 0xFF4F,
one: 0x0031,
onearabic: 0x0661,
onebengali: 0x09E7,
onecircle: 0x2460,
onecircleinversesansserif: 0x278A,
onedeva: 0x0967,
onedotenleader: 0x2024,
oneeighth: 0x215B,
onefitted: 0xF6DC,
onegujarati: 0x0AE7,
onegurmukhi: 0x0A67,
onehackarabic: 0x0661,
onehalf: 0x00BD,
onehangzhou: 0x3021,
oneideographicparen: 0x3220,
oneinferior: 0x2081,
onemonospace: 0xFF11,
onenumeratorbengali: 0x09F4,
oneoldstyle: 0xF731,
oneparen: 0x2474,
oneperiod: 0x2488,
onepersian: 0x06F1,
onequarter: 0x00BC,
oneroman: 0x2170,
onesuperior: 0x00B9,
onethai: 0x0E51,
onethird: 0x2153,
oogonek: 0x01EB,
oogonekmacron: 0x01ED,
oogurmukhi: 0x0A13,
oomatragurmukhi: 0x0A4B,
oopen: 0x0254,
oparen: 0x24AA,
openbullet: 0x25E6,
option: 0x2325,
ordfeminine: 0x00AA,
ordmasculine: 0x00BA,
orthogonal: 0x221F,
oshortdeva: 0x0912,
oshortvowelsigndeva: 0x094A,
oslash: 0x00F8,
oslashacute: 0x01FF,
osmallhiragana: 0x3049,
osmallkatakana: 0x30A9,
osmallkatakanahalfwidth: 0xFF6B,
ostrokeacute: 0x01FF,
osuperior: 0xF6F0,
otcyrillic: 0x047F,
otilde: 0x00F5,
otildeacute: 0x1E4D,
otildedieresis: 0x1E4F,
oubopomofo: 0x3121,
overline: 0x203E,
overlinecenterline: 0xFE4A,
overlinecmb: 0x0305,
overlinedashed: 0xFE49,
overlinedblwavy: 0xFE4C,
overlinewavy: 0xFE4B,
overscore: 0x00AF,
ovowelsignbengali: 0x09CB,
ovowelsigndeva: 0x094B,
ovowelsigngujarati: 0x0ACB,
p: 0x0070,
paampssquare: 0x3380,
paasentosquare: 0x332B,
pabengali: 0x09AA,
pacute: 0x1E55,
padeva: 0x092A,
pagedown: 0x21DF,
pageup: 0x21DE,
pagujarati: 0x0AAA,
pagurmukhi: 0x0A2A,
pahiragana: 0x3071,
paiyannoithai: 0x0E2F,
pakatakana: 0x30D1,
palatalizationcyrilliccmb: 0x0484,
palochkacyrillic: 0x04C0,
pansioskorean: 0x317F,
paragraph: 0x00B6,
parallel: 0x2225,
parenleft: 0x0028,
parenleftaltonearabic: 0xFD3E,
parenleftbt: 0xF8ED,
parenleftex: 0xF8EC,
parenleftinferior: 0x208D,
parenleftmonospace: 0xFF08,
parenleftsmall: 0xFE59,
parenleftsuperior: 0x207D,
parenlefttp: 0xF8EB,
parenleftvertical: 0xFE35,
parenright: 0x0029,
parenrightaltonearabic: 0xFD3F,
parenrightbt: 0xF8F8,
parenrightex: 0xF8F7,
parenrightinferior: 0x208E,
parenrightmonospace: 0xFF09,
parenrightsmall: 0xFE5A,
parenrightsuperior: 0x207E,
parenrighttp: 0xF8F6,
parenrightvertical: 0xFE36,
partialdiff: 0x2202,
paseqhebrew: 0x05C0,
pashtahebrew: 0x0599,
pasquare: 0x33A9,
patah: 0x05B7,
patah11: 0x05B7,
patah1d: 0x05B7,
patah2a: 0x05B7,
patahhebrew: 0x05B7,
patahnarrowhebrew: 0x05B7,
patahquarterhebrew: 0x05B7,
patahwidehebrew: 0x05B7,
pazerhebrew: 0x05A1,
pbopomofo: 0x3106,
pcircle: 0x24DF,
pdotaccent: 0x1E57,
pe: 0x05E4,
pecyrillic: 0x043F,
pedagesh: 0xFB44,
pedageshhebrew: 0xFB44,
peezisquare: 0x333B,
pefinaldageshhebrew: 0xFB43,
peharabic: 0x067E,
peharmenian: 0x057A,
pehebrew: 0x05E4,
pehfinalarabic: 0xFB57,
pehinitialarabic: 0xFB58,
pehiragana: 0x307A,
pehmedialarabic: 0xFB59,
pekatakana: 0x30DA,
pemiddlehookcyrillic: 0x04A7,
perafehebrew: 0xFB4E,
percent: 0x0025,
percentarabic: 0x066A,
percentmonospace: 0xFF05,
percentsmall: 0xFE6A,
period: 0x002E,
periodarmenian: 0x0589,
periodcentered: 0x00B7,
periodhalfwidth: 0xFF61,
periodinferior: 0xF6E7,
periodmonospace: 0xFF0E,
periodsmall: 0xFE52,
periodsuperior: 0xF6E8,
perispomenigreekcmb: 0x0342,
perpendicular: 0x22A5,
perthousand: 0x2030,
peseta: 0x20A7,
pfsquare: 0x338A,
phabengali: 0x09AB,
phadeva: 0x092B,
phagujarati: 0x0AAB,
phagurmukhi: 0x0A2B,
phi: 0x03C6,
phi1: 0x03D5,
phieuphacirclekorean: 0x327A,
phieuphaparenkorean: 0x321A,
phieuphcirclekorean: 0x326C,
phieuphkorean: 0x314D,
phieuphparenkorean: 0x320C,
philatin: 0x0278,
phinthuthai: 0x0E3A,
phisymbolgreek: 0x03D5,
phook: 0x01A5,
phophanthai: 0x0E1E,
phophungthai: 0x0E1C,
phosamphaothai: 0x0E20,
pi: 0x03C0,
pieupacirclekorean: 0x3273,
pieupaparenkorean: 0x3213,
pieupcieuckorean: 0x3176,
pieupcirclekorean: 0x3265,
pieupkiyeokkorean: 0x3172,
pieupkorean: 0x3142,
pieupparenkorean: 0x3205,
pieupsioskiyeokkorean: 0x3174,
pieupsioskorean: 0x3144,
pieupsiostikeutkorean: 0x3175,
pieupthieuthkorean: 0x3177,
pieuptikeutkorean: 0x3173,
pihiragana: 0x3074,
pikatakana: 0x30D4,
pisymbolgreek: 0x03D6,
piwrarmenian: 0x0583,
plus: 0x002B,
plusbelowcmb: 0x031F,
pluscircle: 0x2295,
plusminus: 0x00B1,
plusmod: 0x02D6,
plusmonospace: 0xFF0B,
plussmall: 0xFE62,
plussuperior: 0x207A,
pmonospace: 0xFF50,
pmsquare: 0x33D8,
pohiragana: 0x307D,
pointingindexdownwhite: 0x261F,
pointingindexleftwhite: 0x261C,
pointingindexrightwhite: 0x261E,
pointingindexupwhite: 0x261D,
pokatakana: 0x30DD,
poplathai: 0x0E1B,
postalmark: 0x3012,
postalmarkface: 0x3020,
pparen: 0x24AB,
precedes: 0x227A,
prescription: 0x211E,
primemod: 0x02B9,
primereversed: 0x2035,
product: 0x220F,
projective: 0x2305,
prolongedkana: 0x30FC,
propellor: 0x2318,
propersubset: 0x2282,
propersuperset: 0x2283,
proportion: 0x2237,
proportional: 0x221D,
psi: 0x03C8,
psicyrillic: 0x0471,
psilipneumatacyrilliccmb: 0x0486,
pssquare: 0x33B0,
puhiragana: 0x3077,
pukatakana: 0x30D7,
pvsquare: 0x33B4,
pwsquare: 0x33BA,
q: 0x0071,
qadeva: 0x0958,
qadmahebrew: 0x05A8,
qafarabic: 0x0642,
qaffinalarabic: 0xFED6,
qafinitialarabic: 0xFED7,
qafmedialarabic: 0xFED8,
qamats: 0x05B8,
qamats10: 0x05B8,
qamats1a: 0x05B8,
qamats1c: 0x05B8,
qamats27: 0x05B8,
qamats29: 0x05B8,
qamats33: 0x05B8,
qamatsde: 0x05B8,
qamatshebrew: 0x05B8,
qamatsnarrowhebrew: 0x05B8,
qamatsqatanhebrew: 0x05B8,
qamatsqatannarrowhebrew: 0x05B8,
qamatsqatanquarterhebrew: 0x05B8,
qamatsqatanwidehebrew: 0x05B8,
qamatsquarterhebrew: 0x05B8,
qamatswidehebrew: 0x05B8,
qarneyparahebrew: 0x059F,
qbopomofo: 0x3111,
qcircle: 0x24E0,
qhook: 0x02A0,
qmonospace: 0xFF51,
qof: 0x05E7,
qofdagesh: 0xFB47,
qofdageshhebrew: 0xFB47,
qofhatafpatah: 0x05E705B2,
qofhatafpatahhebrew: 0x05E705B2,
qofhatafsegol: 0x05E705B1,
qofhatafsegolhebrew: 0x05E705B1,
qofhebrew: 0x05E7,
qofhiriq: 0x05E705B4,
qofhiriqhebrew: 0x05E705B4,
qofholam: 0x05E705B9,
qofholamhebrew: 0x05E705B9,
qofpatah: 0x05E705B7,
qofpatahhebrew: 0x05E705B7,
qofqamats: 0x05E705B8,
qofqamatshebrew: 0x05E705B8,
qofqubuts: 0x05E705BB,
qofqubutshebrew: 0x05E705BB,
qofsegol: 0x05E705B6,
qofsegolhebrew: 0x05E705B6,
qofsheva: 0x05E705B0,
qofshevahebrew: 0x05E705B0,
qoftsere: 0x05E705B5,
qoftserehebrew: 0x05E705B5,
qparen: 0x24AC,
quarternote: 0x2669,
qubuts: 0x05BB,
qubuts18: 0x05BB,
qubuts25: 0x05BB,
qubuts31: 0x05BB,
qubutshebrew: 0x05BB,
qubutsnarrowhebrew: 0x05BB,
qubutsquarterhebrew: 0x05BB,
qubutswidehebrew: 0x05BB,
question: 0x003F,
questionarabic: 0x061F,
questionarmenian: 0x055E,
questiondown: 0x00BF,
questiondownsmall: 0xF7BF,
questiongreek: 0x037E,
questionmonospace: 0xFF1F,
questionsmall: 0xF73F,
quotedbl: 0x0022,
quotedblbase: 0x201E,
quotedblleft: 0x201C,
quotedblmonospace: 0xFF02,
quotedblprime: 0x301E,
quotedblprimereversed: 0x301D,
quotedblright: 0x201D,
quoteleft: 0x2018,
quoteleftreversed: 0x201B,
quotereversed: 0x201B,
quoteright: 0x2019,
quoterightn: 0x0149,
quotesinglbase: 0x201A,
quotesingle: 0x0027,
quotesinglemonospace: 0xFF07,
r: 0x0072,
raarmenian: 0x057C,
rabengali: 0x09B0,
racute: 0x0155,
radeva: 0x0930,
radical: 0x221A,
radicalex: 0xF8E5,
radoverssquare: 0x33AE,
radoverssquaredsquare: 0x33AF,
radsquare: 0x33AD,
rafe: 0x05BF,
rafehebrew: 0x05BF,
ragujarati: 0x0AB0,
ragurmukhi: 0x0A30,
rahiragana: 0x3089,
rakatakana: 0x30E9,
rakatakanahalfwidth: 0xFF97,
ralowerdiagonalbengali: 0x09F1,
ramiddlediagonalbengali: 0x09F0,
ramshorn: 0x0264,
ratio: 0x2236,
rbopomofo: 0x3116,
rcaron: 0x0159,
rcedilla: 0x0157,
rcircle: 0x24E1,
rcommaaccent: 0x0157,
rdblgrave: 0x0211,
rdotaccent: 0x1E59,
rdotbelow: 0x1E5B,
rdotbelowmacron: 0x1E5D,
referencemark: 0x203B,
reflexsubset: 0x2286,
reflexsuperset: 0x2287,
registered: 0x00AE,
registersans: 0xF8E8,
registerserif: 0xF6DA,
reharabic: 0x0631,
reharmenian: 0x0580,
rehfinalarabic: 0xFEAE,
rehiragana: 0x308C,
rehyehaleflamarabic: '0631 FEF3 FE8E 0644',
rekatakana: 0x30EC,
rekatakanahalfwidth: 0xFF9A,
resh: 0x05E8,
reshdageshhebrew: 0xFB48,
reshhatafpatah: 0x05E805B2,
reshhatafpatahhebrew: 0x05E805B2,
reshhatafsegol: 0x05E805B1,
reshhatafsegolhebrew: 0x05E805B1,
reshhebrew: 0x05E8,
reshhiriq: 0x05E805B4,
reshhiriqhebrew: 0x05E805B4,
reshholam: 0x05E805B9,
reshholamhebrew: 0x05E805B9,
reshpatah: 0x05E805B7,
reshpatahhebrew: 0x05E805B7,
reshqamats: 0x05E805B8,
reshqamatshebrew: 0x05E805B8,
reshqubuts: 0x05E805BB,
reshqubutshebrew: 0x05E805BB,
reshsegol: 0x05E805B6,
reshsegolhebrew: 0x05E805B6,
reshsheva: 0x05E805B0,
reshshevahebrew: 0x05E805B0,
reshtsere: 0x05E805B5,
reshtserehebrew: 0x05E805B5,
reversedtilde: 0x223D,
reviahebrew: 0x0597,
reviamugrashhebrew: 0x0597,
revlogicalnot: 0x2310,
rfishhook: 0x027E,
rfishhookreversed: 0x027F,
rhabengali: 0x09DD,
rhadeva: 0x095D,
rho: 0x03C1,
rhook: 0x027D,
rhookturned: 0x027B,
rhookturnedsuperior: 0x02B5,
rhosymbolgreek: 0x03F1,
rhotichookmod: 0x02DE,
rieulacirclekorean: 0x3271,
rieulaparenkorean: 0x3211,
rieulcirclekorean: 0x3263,
rieulhieuhkorean: 0x3140,
rieulkiyeokkorean: 0x313A,
rieulkiyeoksioskorean: 0x3169,
rieulkorean: 0x3139,
rieulmieumkorean: 0x313B,
rieulpansioskorean: 0x316C,
rieulparenkorean: 0x3203,
rieulphieuphkorean: 0x313F,
rieulpieupkorean: 0x313C,
rieulpieupsioskorean: 0x316B,
rieulsioskorean: 0x313D,
rieulthieuthkorean: 0x313E,
rieultikeutkorean: 0x316A,
rieulyeorinhieuhkorean: 0x316D,
rightangle: 0x221F,
righttackbelowcmb: 0x0319,
righttriangle: 0x22BF,
rihiragana: 0x308A,
rikatakana: 0x30EA,
rikatakanahalfwidth: 0xFF98,
ring: 0x02DA,
ringbelowcmb: 0x0325,
ringcmb: 0x030A,
ringhalfleft: 0x02BF,
ringhalfleftarmenian: 0x0559,
ringhalfleftbelowcmb: 0x031C,
ringhalfleftcentered: 0x02D3,
ringhalfright: 0x02BE,
ringhalfrightbelowcmb: 0x0339,
ringhalfrightcentered: 0x02D2,
rinvertedbreve: 0x0213,
rittorusquare: 0x3351,
rlinebelow: 0x1E5F,
rlongleg: 0x027C,
rlonglegturned: 0x027A,
rmonospace: 0xFF52,
rohiragana: 0x308D,
rokatakana: 0x30ED,
rokatakanahalfwidth: 0xFF9B,
roruathai: 0x0E23,
rparen: 0x24AD,
rrabengali: 0x09DC,
rradeva: 0x0931,
rragurmukhi: 0x0A5C,
rreharabic: 0x0691,
rrehfinalarabic: 0xFB8D,
rrvocalicbengali: 0x09E0,
rrvocalicdeva: 0x0960,
rrvocalicgujarati: 0x0AE0,
rrvocalicvowelsignbengali: 0x09C4,
rrvocalicvowelsigndeva: 0x0944,
rrvocalicvowelsigngujarati: 0x0AC4,
rsuperior: 0xF6F1,
rtblock: 0x2590,
rturned: 0x0279,
rturnedsuperior: 0x02B4,
ruhiragana: 0x308B,
rukatakana: 0x30EB,
rukatakanahalfwidth: 0xFF99,
rupeemarkbengali: 0x09F2,
rupeesignbengali: 0x09F3,
rupiah: 0xF6DD,
ruthai: 0x0E24,
rvocalicbengali: 0x098B,
rvocalicdeva: 0x090B,
rvocalicgujarati: 0x0A8B,
rvocalicvowelsignbengali: 0x09C3,
rvocalicvowelsigndeva: 0x0943,
rvocalicvowelsigngujarati: 0x0AC3,
s: 0x0073,
sabengali: 0x09B8,
sacute: 0x015B,
sacutedotaccent: 0x1E65,
sadarabic: 0x0635,
sadeva: 0x0938,
sadfinalarabic: 0xFEBA,
sadinitialarabic: 0xFEBB,
sadmedialarabic: 0xFEBC,
sagujarati: 0x0AB8,
sagurmukhi: 0x0A38,
sahiragana: 0x3055,
sakatakana: 0x30B5,
sakatakanahalfwidth: 0xFF7B,
sallallahoualayhewasallamarabic: 0xFDFA,
samekh: 0x05E1,
samekhdagesh: 0xFB41,
samekhdageshhebrew: 0xFB41,
samekhhebrew: 0x05E1,
saraaathai: 0x0E32,
saraaethai: 0x0E41,
saraaimaimalaithai: 0x0E44,
saraaimaimuanthai: 0x0E43,
saraamthai: 0x0E33,
saraathai: 0x0E30,
saraethai: 0x0E40,
saraiileftthai: 0xF886,
saraiithai: 0x0E35,
saraileftthai: 0xF885,
saraithai: 0x0E34,
saraothai: 0x0E42,
saraueeleftthai: 0xF888,
saraueethai: 0x0E37,
saraueleftthai: 0xF887,
sarauethai: 0x0E36,
sarauthai: 0x0E38,
sarauuthai: 0x0E39,
sbopomofo: 0x3119,
scaron: 0x0161,
scarondotaccent: 0x1E67,
scedilla: 0x015F,
schwa: 0x0259,
schwacyrillic: 0x04D9,
schwadieresiscyrillic: 0x04DB,
schwahook: 0x025A,
scircle: 0x24E2,
scircumflex: 0x015D,
scommaaccent: 0x0219,
sdotaccent: 0x1E61,
sdotbelow: 0x1E63,
sdotbelowdotaccent: 0x1E69,
seagullbelowcmb: 0x033C,
second: 0x2033,
secondtonechinese: 0x02CA,
section: 0x00A7,
seenarabic: 0x0633,
seenfinalarabic: 0xFEB2,
seeninitialarabic: 0xFEB3,
seenmedialarabic: 0xFEB4,
segol: 0x05B6,
segol13: 0x05B6,
segol1f: 0x05B6,
segol2c: 0x05B6,
segolhebrew: 0x05B6,
segolnarrowhebrew: 0x05B6,
segolquarterhebrew: 0x05B6,
segoltahebrew: 0x0592,
segolwidehebrew: 0x05B6,
seharmenian: 0x057D,
sehiragana: 0x305B,
sekatakana: 0x30BB,
sekatakanahalfwidth: 0xFF7E,
semicolon: 0x003B,
semicolonarabic: 0x061B,
semicolonmonospace: 0xFF1B,
semicolonsmall: 0xFE54,
semivoicedmarkkana: 0x309C,
semivoicedmarkkanahalfwidth: 0xFF9F,
sentisquare: 0x3322,
sentosquare: 0x3323,
seven: 0x0037,
sevenarabic: 0x0667,
sevenbengali: 0x09ED,
sevencircle: 0x2466,
sevencircleinversesansserif: 0x2790,
sevendeva: 0x096D,
seveneighths: 0x215E,
sevengujarati: 0x0AED,
sevengurmukhi: 0x0A6D,
sevenhackarabic: 0x0667,
sevenhangzhou: 0x3027,
sevenideographicparen: 0x3226,
seveninferior: 0x2087,
sevenmonospace: 0xFF17,
sevenoldstyle: 0xF737,
sevenparen: 0x247A,
sevenperiod: 0x248E,
sevenpersian: 0x06F7,
sevenroman: 0x2176,
sevensuperior: 0x2077,
seventeencircle: 0x2470,
seventeenparen: 0x2484,
seventeenperiod: 0x2498,
seventhai: 0x0E57,
sfthyphen: 0x00AD,
shaarmenian: 0x0577,
shabengali: 0x09B6,
shacyrillic: 0x0448,
shaddaarabic: 0x0651,
shaddadammaarabic: 0xFC61,
shaddadammatanarabic: 0xFC5E,
shaddafathaarabic: 0xFC60,
shaddafathatanarabic: 0x0651064B,
shaddakasraarabic: 0xFC62,
shaddakasratanarabic: 0xFC5F,
shade: 0x2592,
shadedark: 0x2593,
shadelight: 0x2591,
shademedium: 0x2592,
shadeva: 0x0936,
shagujarati: 0x0AB6,
shagurmukhi: 0x0A36,
shalshelethebrew: 0x0593,
shbopomofo: 0x3115,
shchacyrillic: 0x0449,
sheenarabic: 0x0634,
sheenfinalarabic: 0xFEB6,
sheeninitialarabic: 0xFEB7,
sheenmedialarabic: 0xFEB8,
sheicoptic: 0x03E3,
sheqel: 0x20AA,
sheqelhebrew: 0x20AA,
sheva: 0x05B0,
sheva115: 0x05B0,
sheva15: 0x05B0,
sheva22: 0x05B0,
sheva2e: 0x05B0,
shevahebrew: 0x05B0,
shevanarrowhebrew: 0x05B0,
shevaquarterhebrew: 0x05B0,
shevawidehebrew: 0x05B0,
shhacyrillic: 0x04BB,
shimacoptic: 0x03ED,
shin: 0x05E9,
shindagesh: 0xFB49,
shindageshhebrew: 0xFB49,
shindageshshindot: 0xFB2C,
shindageshshindothebrew: 0xFB2C,
shindageshsindot: 0xFB2D,
shindageshsindothebrew: 0xFB2D,
shindothebrew: 0x05C1,
shinhebrew: 0x05E9,
shinshindot: 0xFB2A,
shinshindothebrew: 0xFB2A,
shinsindot: 0xFB2B,
shinsindothebrew: 0xFB2B,
shook: 0x0282,
sigma: 0x03C3,
sigma1: 0x03C2,
sigmafinal: 0x03C2,
sigmalunatesymbolgreek: 0x03F2,
sihiragana: 0x3057,
sikatakana: 0x30B7,
sikatakanahalfwidth: 0xFF7C,
siluqhebrew: 0x05BD,
siluqlefthebrew: 0x05BD,
similar: 0x223C,
sindothebrew: 0x05C2,
siosacirclekorean: 0x3274,
siosaparenkorean: 0x3214,
sioscieuckorean: 0x317E,
sioscirclekorean: 0x3266,
sioskiyeokkorean: 0x317A,
sioskorean: 0x3145,
siosnieunkorean: 0x317B,
siosparenkorean: 0x3206,
siospieupkorean: 0x317D,
siostikeutkorean: 0x317C,
six: 0x0036,
sixarabic: 0x0666,
sixbengali: 0x09EC,
sixcircle: 0x2465,
sixcircleinversesansserif: 0x278F,
sixdeva: 0x096C,
sixgujarati: 0x0AEC,
sixgurmukhi: 0x0A6C,
sixhackarabic: 0x0666,
sixhangzhou: 0x3026,
sixideographicparen: 0x3225,
sixinferior: 0x2086,
sixmonospace: 0xFF16,
sixoldstyle: 0xF736,
sixparen: 0x2479,
sixperiod: 0x248D,
sixpersian: 0x06F6,
sixroman: 0x2175,
sixsuperior: 0x2076,
sixteencircle: 0x246F,
sixteencurrencydenominatorbengali: 0x09F9,
sixteenparen: 0x2483,
sixteenperiod: 0x2497,
sixthai: 0x0E56,
slash: 0x002F,
slashmonospace: 0xFF0F,
slong: 0x017F,
slongdotaccent: 0x1E9B,
smileface: 0x263A,
smonospace: 0xFF53,
sofpasuqhebrew: 0x05C3,
softhyphen: 0x00AD,
softsigncyrillic: 0x044C,
sohiragana: 0x305D,
sokatakana: 0x30BD,
sokatakanahalfwidth: 0xFF7F,
soliduslongoverlaycmb: 0x0338,
solidusshortoverlaycmb: 0x0337,
sorusithai: 0x0E29,
sosalathai: 0x0E28,
sosothai: 0x0E0B,
sosuathai: 0x0E2A,
space: 0x0020,
spacehackarabic: 0x0020,
spade: 0x2660,
spadesuitblack: 0x2660,
spadesuitwhite: 0x2664,
sparen: 0x24AE,
squarebelowcmb: 0x033B,
squarecc: 0x33C4,
squarecm: 0x339D,
squarediagonalcrosshatchfill: 0x25A9,
squarehorizontalfill: 0x25A4,
squarekg: 0x338F,
squarekm: 0x339E,
squarekmcapital: 0x33CE,
squareln: 0x33D1,
squarelog: 0x33D2,
squaremg: 0x338E,
squaremil: 0x33D5,
squaremm: 0x339C,
squaremsquared: 0x33A1,
squareorthogonalcrosshatchfill: 0x25A6,
squareupperlefttolowerrightfill: 0x25A7,
squareupperrighttolowerleftfill: 0x25A8,
squareverticalfill: 0x25A5,
squarewhitewithsmallblack: 0x25A3,
srsquare: 0x33DB,
ssabengali: 0x09B7,
ssadeva: 0x0937,
ssagujarati: 0x0AB7,
ssangcieuckorean: 0x3149,
ssanghieuhkorean: 0x3185,
ssangieungkorean: 0x3180,
ssangkiyeokkorean: 0x3132,
ssangnieunkorean: 0x3165,
ssangpieupkorean: 0x3143,
ssangsioskorean: 0x3146,
ssangtikeutkorean: 0x3138,
ssuperior: 0xF6F2,
sterling: 0x00A3,
sterlingmonospace: 0xFFE1,
strokelongoverlaycmb: 0x0336,
strokeshortoverlaycmb: 0x0335,
subset: 0x2282,
subsetnotequal: 0x228A,
subsetorequal: 0x2286,
succeeds: 0x227B,
suchthat: 0x220B,
suhiragana: 0x3059,
sukatakana: 0x30B9,
sukatakanahalfwidth: 0xFF7D,
sukunarabic: 0x0652,
summation: 0x2211,
sun: 0x263C,
superset: 0x2283,
supersetnotequal: 0x228B,
supersetorequal: 0x2287,
svsquare: 0x33DC,
syouwaerasquare: 0x337C,
t: 0x0074,
tabengali: 0x09A4,
tackdown: 0x22A4,
tackleft: 0x22A3,
tadeva: 0x0924,
tagujarati: 0x0AA4,
tagurmukhi: 0x0A24,
taharabic: 0x0637,
tahfinalarabic: 0xFEC2,
tahinitialarabic: 0xFEC3,
tahiragana: 0x305F,
tahmedialarabic: 0xFEC4,
taisyouerasquare: 0x337D,
takatakana: 0x30BF,
takatakanahalfwidth: 0xFF80,
tatweelarabic: 0x0640,
tau: 0x03C4,
tav: 0x05EA,
tavdages: 0xFB4A,
tavdagesh: 0xFB4A,
tavdageshhebrew: 0xFB4A,
tavhebrew: 0x05EA,
tbar: 0x0167,
tbopomofo: 0x310A,
tcaron: 0x0165,
tccurl: 0x02A8,
tcedilla: 0x0163,
tcheharabic: 0x0686,
tchehfinalarabic: 0xFB7B,
tchehinitialarabic: 0xFB7C,
tchehmedialarabic: 0xFB7D,
tchehmeeminitialarabic: 0xFB7CFEE4,
tcircle: 0x24E3,
tcircumflexbelow: 0x1E71,
tcommaaccent: 0x0163,
tdieresis: 0x1E97,
tdotaccent: 0x1E6B,
tdotbelow: 0x1E6D,
tecyrillic: 0x0442,
tedescendercyrillic: 0x04AD,
teharabic: 0x062A,
tehfinalarabic: 0xFE96,
tehhahinitialarabic: 0xFCA2,
tehhahisolatedarabic: 0xFC0C,
tehinitialarabic: 0xFE97,
tehiragana: 0x3066,
tehjeeminitialarabic: 0xFCA1,
tehjeemisolatedarabic: 0xFC0B,
tehmarbutaarabic: 0x0629,
tehmarbutafinalarabic: 0xFE94,
tehmedialarabic: 0xFE98,
tehmeeminitialarabic: 0xFCA4,
tehmeemisolatedarabic: 0xFC0E,
tehnoonfinalarabic: 0xFC73,
tekatakana: 0x30C6,
tekatakanahalfwidth: 0xFF83,
telephone: 0x2121,
telephoneblack: 0x260E,
telishagedolahebrew: 0x05A0,
telishaqetanahebrew: 0x05A9,
tencircle: 0x2469,
tenideographicparen: 0x3229,
tenparen: 0x247D,
tenperiod: 0x2491,
tenroman: 0x2179,
tesh: 0x02A7,
tet: 0x05D8,
tetdagesh: 0xFB38,
tetdageshhebrew: 0xFB38,
tethebrew: 0x05D8,
tetsecyrillic: 0x04B5,
tevirhebrew: 0x059B,
tevirlefthebrew: 0x059B,
thabengali: 0x09A5,
thadeva: 0x0925,
thagujarati: 0x0AA5,
thagurmukhi: 0x0A25,
thalarabic: 0x0630,
thalfinalarabic: 0xFEAC,
thanthakhatlowleftthai: 0xF898,
thanthakhatlowrightthai: 0xF897,
thanthakhatthai: 0x0E4C,
thanthakhatupperleftthai: 0xF896,
theharabic: 0x062B,
thehfinalarabic: 0xFE9A,
thehinitialarabic: 0xFE9B,
thehmedialarabic: 0xFE9C,
thereexists: 0x2203,
therefore: 0x2234,
theta: 0x03B8,
theta1: 0x03D1,
thetasymbolgreek: 0x03D1,
thieuthacirclekorean: 0x3279,
thieuthaparenkorean: 0x3219,
thieuthcirclekorean: 0x326B,
thieuthkorean: 0x314C,
thieuthparenkorean: 0x320B,
thirteencircle: 0x246C,
thirteenparen: 0x2480,
thirteenperiod: 0x2494,
thonangmonthothai: 0x0E11,
thook: 0x01AD,
thophuthaothai: 0x0E12,
thorn: 0x00FE,
thothahanthai: 0x0E17,
thothanthai: 0x0E10,
thothongthai: 0x0E18,
thothungthai: 0x0E16,
thousandcyrillic: 0x0482,
thousandsseparatorarabic: 0x066C,
thousandsseparatorpersian: 0x066C,
three: 0x0033,
threearabic: 0x0663,
threebengali: 0x09E9,
threecircle: 0x2462,
threecircleinversesansserif: 0x278C,
threedeva: 0x0969,
threeeighths: 0x215C,
threegujarati: 0x0AE9,
threegurmukhi: 0x0A69,
threehackarabic: 0x0663,
threehangzhou: 0x3023,
threeideographicparen: 0x3222,
threeinferior: 0x2083,
threemonospace: 0xFF13,
threenumeratorbengali: 0x09F6,
threeoldstyle: 0xF733,
threeparen: 0x2476,
threeperiod: 0x248A,
threepersian: 0x06F3,
threequarters: 0x00BE,
threequartersemdash: 0xF6DE,
threeroman: 0x2172,
threesuperior: 0x00B3,
threethai: 0x0E53,
thzsquare: 0x3394,
tihiragana: 0x3061,
tikatakana: 0x30C1,
tikatakanahalfwidth: 0xFF81,
tikeutacirclekorean: 0x3270,
tikeutaparenkorean: 0x3210,
tikeutcirclekorean: 0x3262,
tikeutkorean: 0x3137,
tikeutparenkorean: 0x3202,
tilde: 0x02DC,
tildebelowcmb: 0x0330,
tildecmb: 0x0303,
tildecomb: 0x0303,
tildedoublecmb: 0x0360,
tildeoperator: 0x223C,
tildeoverlaycmb: 0x0334,
tildeverticalcmb: 0x033E,
timescircle: 0x2297,
tipehahebrew: 0x0596,
tipehalefthebrew: 0x0596,
tippigurmukhi: 0x0A70,
titlocyrilliccmb: 0x0483,
tiwnarmenian: 0x057F,
tlinebelow: 0x1E6F,
tmonospace: 0xFF54,
toarmenian: 0x0569,
tohiragana: 0x3068,
tokatakana: 0x30C8,
tokatakanahalfwidth: 0xFF84,
tonebarextrahighmod: 0x02E5,
tonebarextralowmod: 0x02E9,
tonebarhighmod: 0x02E6,
tonebarlowmod: 0x02E8,
tonebarmidmod: 0x02E7,
tonefive: 0x01BD,
tonesix: 0x0185,
tonetwo: 0x01A8,
tonos: 0x0384,
tonsquare: 0x3327,
topatakthai: 0x0E0F,
tortoiseshellbracketleft: 0x3014,
tortoiseshellbracketleftsmall: 0xFE5D,
tortoiseshellbracketleftvertical: 0xFE39,
tortoiseshellbracketright: 0x3015,
tortoiseshellbracketrightsmall: 0xFE5E,
tortoiseshellbracketrightvertical: 0xFE3A,
totaothai: 0x0E15,
tpalatalhook: 0x01AB,
tparen: 0x24AF,
trademark: 0x2122,
trademarksans: 0xF8EA,
trademarkserif: 0xF6DB,
tretroflexhook: 0x0288,
triagdn: 0x25BC,
triaglf: 0x25C4,
triagrt: 0x25BA,
triagup: 0x25B2,
ts: 0x02A6,
tsadi: 0x05E6,
tsadidagesh: 0xFB46,
tsadidageshhebrew: 0xFB46,
tsadihebrew: 0x05E6,
tsecyrillic: 0x0446,
tsere: 0x05B5,
tsere12: 0x05B5,
tsere1e: 0x05B5,
tsere2b: 0x05B5,
tserehebrew: 0x05B5,
tserenarrowhebrew: 0x05B5,
tserequarterhebrew: 0x05B5,
tserewidehebrew: 0x05B5,
tshecyrillic: 0x045B,
tsuperior: 0xF6F3,
ttabengali: 0x099F,
ttadeva: 0x091F,
ttagujarati: 0x0A9F,
ttagurmukhi: 0x0A1F,
tteharabic: 0x0679,
ttehfinalarabic: 0xFB67,
ttehinitialarabic: 0xFB68,
ttehmedialarabic: 0xFB69,
tthabengali: 0x09A0,
tthadeva: 0x0920,
tthagujarati: 0x0AA0,
tthagurmukhi: 0x0A20,
tturned: 0x0287,
tuhiragana: 0x3064,
tukatakana: 0x30C4,
tukatakanahalfwidth: 0xFF82,
tusmallhiragana: 0x3063,
tusmallkatakana: 0x30C3,
tusmallkatakanahalfwidth: 0xFF6F,
twelvecircle: 0x246B,
twelveparen: 0x247F,
twelveperiod: 0x2493,
twelveroman: 0x217B,
twentycircle: 0x2473,
twentyhangzhou: 0x5344,
twentyparen: 0x2487,
twentyperiod: 0x249B,
two: 0x0032,
twoarabic: 0x0662,
twobengali: 0x09E8,
twocircle: 0x2461,
twocircleinversesansserif: 0x278B,
twodeva: 0x0968,
twodotenleader: 0x2025,
twodotleader: 0x2025,
twodotleadervertical: 0xFE30,
twogujarati: 0x0AE8,
twogurmukhi: 0x0A68,
twohackarabic: 0x0662,
twohangzhou: 0x3022,
twoideographicparen: 0x3221,
twoinferior: 0x2082,
twomonospace: 0xFF12,
twonumeratorbengali: 0x09F5,
twooldstyle: 0xF732,
twoparen: 0x2475,
twoperiod: 0x2489,
twopersian: 0x06F2,
tworoman: 0x2171,
twostroke: 0x01BB,
twosuperior: 0x00B2,
twothai: 0x0E52,
twothirds: 0x2154,
u: 0x0075,
uacute: 0x00FA,
ubar: 0x0289,
ubengali: 0x0989,
ubopomofo: 0x3128,
ubreve: 0x016D,
ucaron: 0x01D4,
ucircle: 0x24E4,
ucircumflex: 0x00FB,
ucircumflexbelow: 0x1E77,
ucyrillic: 0x0443,
udattadeva: 0x0951,
udblacute: 0x0171,
udblgrave: 0x0215,
udeva: 0x0909,
udieresis: 0x00FC,
udieresisacute: 0x01D8,
udieresisbelow: 0x1E73,
udieresiscaron: 0x01DA,
udieresiscyrillic: 0x04F1,
udieresisgrave: 0x01DC,
udieresismacron: 0x01D6,
udotbelow: 0x1EE5,
ugrave: 0x00F9,
ugujarati: 0x0A89,
ugurmukhi: 0x0A09,
uhiragana: 0x3046,
uhookabove: 0x1EE7,
uhorn: 0x01B0,
uhornacute: 0x1EE9,
uhorndotbelow: 0x1EF1,
uhorngrave: 0x1EEB,
uhornhookabove: 0x1EED,
uhorntilde: 0x1EEF,
uhungarumlaut: 0x0171,
uhungarumlautcyrillic: 0x04F3,
uinvertedbreve: 0x0217,
ukatakana: 0x30A6,
ukatakanahalfwidth: 0xFF73,
ukcyrillic: 0x0479,
ukorean: 0x315C,
umacron: 0x016B,
umacroncyrillic: 0x04EF,
umacrondieresis: 0x1E7B,
umatragurmukhi: 0x0A41,
umonospace: 0xFF55,
underscore: 0x005F,
underscoredbl: 0x2017,
underscoremonospace: 0xFF3F,
underscorevertical: 0xFE33,
underscorewavy: 0xFE4F,
union: 0x222A,
universal: 0x2200,
uogonek: 0x0173,
uparen: 0x24B0,
upblock: 0x2580,
upperdothebrew: 0x05C4,
upsilon: 0x03C5,
upsilondieresis: 0x03CB,
upsilondieresistonos: 0x03B0,
upsilonlatin: 0x028A,
upsilontonos: 0x03CD,
uptackbelowcmb: 0x031D,
uptackmod: 0x02D4,
uragurmukhi: 0x0A73,
uring: 0x016F,
ushortcyrillic: 0x045E,
usmallhiragana: 0x3045,
usmallkatakana: 0x30A5,
usmallkatakanahalfwidth: 0xFF69,
ustraightcyrillic: 0x04AF,
ustraightstrokecyrillic: 0x04B1,
utilde: 0x0169,
utildeacute: 0x1E79,
utildebelow: 0x1E75,
uubengali: 0x098A,
uudeva: 0x090A,
uugujarati: 0x0A8A,
uugurmukhi: 0x0A0A,
uumatragurmukhi: 0x0A42,
uuvowelsignbengali: 0x09C2,
uuvowelsigndeva: 0x0942,
uuvowelsigngujarati: 0x0AC2,
uvowelsignbengali: 0x09C1,
uvowelsigndeva: 0x0941,
uvowelsigngujarati: 0x0AC1,
v: 0x0076,
vadeva: 0x0935,
vagujarati: 0x0AB5,
vagurmukhi: 0x0A35,
vakatakana: 0x30F7,
vav: 0x05D5,
vavdagesh: 0xFB35,
vavdagesh65: 0xFB35,
vavdageshhebrew: 0xFB35,
vavhebrew: 0x05D5,
vavholam: 0xFB4B,
vavholamhebrew: 0xFB4B,
vavvavhebrew: 0x05F0,
vavyodhebrew: 0x05F1,
vcircle: 0x24E5,
vdotbelow: 0x1E7F,
vecyrillic: 0x0432,
veharabic: 0x06A4,
vehfinalarabic: 0xFB6B,
vehinitialarabic: 0xFB6C,
vehmedialarabic: 0xFB6D,
vekatakana: 0x30F9,
venus: 0x2640,
verticalbar: 0x007C,
verticallineabovecmb: 0x030D,
verticallinebelowcmb: 0x0329,
verticallinelowmod: 0x02CC,
verticallinemod: 0x02C8,
vewarmenian: 0x057E,
vhook: 0x028B,
vikatakana: 0x30F8,
viramabengali: 0x09CD,
viramadeva: 0x094D,
viramagujarati: 0x0ACD,
visargabengali: 0x0983,
visargadeva: 0x0903,
visargagujarati: 0x0A83,
vmonospace: 0xFF56,
voarmenian: 0x0578,
voicediterationhiragana: 0x309E,
voicediterationkatakana: 0x30FE,
voicedmarkkana: 0x309B,
voicedmarkkanahalfwidth: 0xFF9E,
vokatakana: 0x30FA,
vparen: 0x24B1,
vtilde: 0x1E7D,
vturned: 0x028C,
vuhiragana: 0x3094,
vukatakana: 0x30F4,
w: 0x0077,
wacute: 0x1E83,
waekorean: 0x3159,
wahiragana: 0x308F,
wakatakana: 0x30EF,
wakatakanahalfwidth: 0xFF9C,
wakorean: 0x3158,
wasmallhiragana: 0x308E,
wasmallkatakana: 0x30EE,
wattosquare: 0x3357,
wavedash: 0x301C,
wavyunderscorevertical: 0xFE34,
wawarabic: 0x0648,
wawfinalarabic: 0xFEEE,
wawhamzaabovearabic: 0x0624,
wawhamzaabovefinalarabic: 0xFE86,
wbsquare: 0x33DD,
wcircle: 0x24E6,
wcircumflex: 0x0175,
wdieresis: 0x1E85,
wdotaccent: 0x1E87,
wdotbelow: 0x1E89,
wehiragana: 0x3091,
weierstrass: 0x2118,
wekatakana: 0x30F1,
wekorean: 0x315E,
weokorean: 0x315D,
wgrave: 0x1E81,
whitebullet: 0x25E6,
whitecircle: 0x25CB,
whitecircleinverse: 0x25D9,
whitecornerbracketleft: 0x300E,
whitecornerbracketleftvertical: 0xFE43,
whitecornerbracketright: 0x300F,
whitecornerbracketrightvertical: 0xFE44,
whitediamond: 0x25C7,
whitediamondcontainingblacksmalldiamond: 0x25C8,
whitedownpointingsmalltriangle: 0x25BF,
whitedownpointingtriangle: 0x25BD,
whiteleftpointingsmalltriangle: 0x25C3,
whiteleftpointingtriangle: 0x25C1,
whitelenticularbracketleft: 0x3016,
whitelenticularbracketright: 0x3017,
whiterightpointingsmalltriangle: 0x25B9,
whiterightpointingtriangle: 0x25B7,
whitesmallsquare: 0x25AB,
whitesmilingface: 0x263A,
whitesquare: 0x25A1,
whitestar: 0x2606,
whitetelephone: 0x260F,
whitetortoiseshellbracketleft: 0x3018,
whitetortoiseshellbracketright: 0x3019,
whiteuppointingsmalltriangle: 0x25B5,
whiteuppointingtriangle: 0x25B3,
wihiragana: 0x3090,
wikatakana: 0x30F0,
wikorean: 0x315F,
wmonospace: 0xFF57,
wohiragana: 0x3092,
wokatakana: 0x30F2,
wokatakanahalfwidth: 0xFF66,
won: 0x20A9,
wonmonospace: 0xFFE6,
wowaenthai: 0x0E27,
wparen: 0x24B2,
wring: 0x1E98,
wsuperior: 0x02B7,
wturned: 0x028D,
wynn: 0x01BF,
x: 0x0078,
xabovecmb: 0x033D,
xbopomofo: 0x3112,
xcircle: 0x24E7,
xdieresis: 0x1E8D,
xdotaccent: 0x1E8B,
xeharmenian: 0x056D,
xi: 0x03BE,
xmonospace: 0xFF58,
xparen: 0x24B3,
xsuperior: 0x02E3,
y: 0x0079,
yaadosquare: 0x334E,
yabengali: 0x09AF,
yacute: 0x00FD,
yadeva: 0x092F,
yaekorean: 0x3152,
yagujarati: 0x0AAF,
yagurmukhi: 0x0A2F,
yahiragana: 0x3084,
yakatakana: 0x30E4,
yakatakanahalfwidth: 0xFF94,
yakorean: 0x3151,
yamakkanthai: 0x0E4E,
yasmallhiragana: 0x3083,
yasmallkatakana: 0x30E3,
yasmallkatakanahalfwidth: 0xFF6C,
yatcyrillic: 0x0463,
ycircle: 0x24E8,
ycircumflex: 0x0177,
ydieresis: 0x00FF,
ydotaccent: 0x1E8F,
ydotbelow: 0x1EF5,
yeharabic: 0x064A,
yehbarreearabic: 0x06D2,
yehbarreefinalarabic: 0xFBAF,
yehfinalarabic: 0xFEF2,
yehhamzaabovearabic: 0x0626,
yehhamzaabovefinalarabic: 0xFE8A,
yehhamzaaboveinitialarabic: 0xFE8B,
yehhamzaabovemedialarabic: 0xFE8C,
yehinitialarabic: 0xFEF3,
yehmedialarabic: 0xFEF4,
yehmeeminitialarabic: 0xFCDD,
yehmeemisolatedarabic: 0xFC58,
yehnoonfinalarabic: 0xFC94,
yehthreedotsbelowarabic: 0x06D1,
yekorean: 0x3156,
yen: 0x00A5,
yenmonospace: 0xFFE5,
yeokorean: 0x3155,
yeorinhieuhkorean: 0x3186,
yerahbenyomohebrew: 0x05AA,
yerahbenyomolefthebrew: 0x05AA,
yericyrillic: 0x044B,
yerudieresiscyrillic: 0x04F9,
yesieungkorean: 0x3181,
yesieungpansioskorean: 0x3183,
yesieungsioskorean: 0x3182,
yetivhebrew: 0x059A,
ygrave: 0x1EF3,
yhook: 0x01B4,
yhookabove: 0x1EF7,
yiarmenian: 0x0575,
yicyrillic: 0x0457,
yikorean: 0x3162,
yinyang: 0x262F,
yiwnarmenian: 0x0582,
ymonospace: 0xFF59,
yod: 0x05D9,
yoddagesh: 0xFB39,
yoddageshhebrew: 0xFB39,
yodhebrew: 0x05D9,
yodyodhebrew: 0x05F2,
yodyodpatahhebrew: 0xFB1F,
yohiragana: 0x3088,
yoikorean: 0x3189,
yokatakana: 0x30E8,
yokatakanahalfwidth: 0xFF96,
yokorean: 0x315B,
yosmallhiragana: 0x3087,
yosmallkatakana: 0x30E7,
yosmallkatakanahalfwidth: 0xFF6E,
yotgreek: 0x03F3,
yoyaekorean: 0x3188,
yoyakorean: 0x3187,
yoyakthai: 0x0E22,
yoyingthai: 0x0E0D,
yparen: 0x24B4,
ypogegrammeni: 0x037A,
ypogegrammenigreekcmb: 0x0345,
yr: 0x01A6,
yring: 0x1E99,
ysuperior: 0x02B8,
ytilde: 0x1EF9,
yturned: 0x028E,
yuhiragana: 0x3086,
yuikorean: 0x318C,
yukatakana: 0x30E6,
yukatakanahalfwidth: 0xFF95,
yukorean: 0x3160,
yusbigcyrillic: 0x046B,
yusbigiotifiedcyrillic: 0x046D,
yuslittlecyrillic: 0x0467,
yuslittleiotifiedcyrillic: 0x0469,
yusmallhiragana: 0x3085,
yusmallkatakana: 0x30E5,
yusmallkatakanahalfwidth: 0xFF6D,
yuyekorean: 0x318B,
yuyeokorean: 0x318A,
yyabengali: 0x09DF,
yyadeva: 0x095F,
z: 0x007A,
zaarmenian: 0x0566,
zacute: 0x017A,
zadeva: 0x095B,
zagurmukhi: 0x0A5B,
zaharabic: 0x0638,
zahfinalarabic: 0xFEC6,
zahinitialarabic: 0xFEC7,
zahiragana: 0x3056,
zahmedialarabic: 0xFEC8,
zainarabic: 0x0632,
zainfinalarabic: 0xFEB0,
zakatakana: 0x30B6,
zaqefgadolhebrew: 0x0595,
zaqefqatanhebrew: 0x0594,
zarqahebrew: 0x0598,
zayin: 0x05D6,
zayindagesh: 0xFB36,
zayindageshhebrew: 0xFB36,
zayinhebrew: 0x05D6,
zbopomofo: 0x3117,
zcaron: 0x017E,
zcircle: 0x24E9,
zcircumflex: 0x1E91,
zcurl: 0x0291,
zdot: 0x017C,
zdotaccent: 0x017C,
zdotbelow: 0x1E93,
zecyrillic: 0x0437,
zedescendercyrillic: 0x0499,
zedieresiscyrillic: 0x04DF,
zehiragana: 0x305C,
zekatakana: 0x30BC,
zero: 0x0030,
zeroarabic: 0x0660,
zerobengali: 0x09E6,
zerodeva: 0x0966,
zerogujarati: 0x0AE6,
zerogurmukhi: 0x0A66,
zerohackarabic: 0x0660,
zeroinferior: 0x2080,
zeromonospace: 0xFF10,
zerooldstyle: 0xF730,
zeropersian: 0x06F0,
zerosuperior: 0x2070,
zerothai: 0x0E50,
zerowidthjoiner: 0xFEFF,
zerowidthnonjoiner: 0x200C,
zerowidthspace: 0x200B,
zeta: 0x03B6,
zhbopomofo: 0x3113,
zhearmenian: 0x056A,
zhebrevecyrillic: 0x04C2,
zhecyrillic: 0x0436,
zhedescendercyrillic: 0x0497,
zhedieresiscyrillic: 0x04DD,
zihiragana: 0x3058,
zikatakana: 0x30B8,
zinorhebrew: 0x05AE,
zlinebelow: 0x1E95,
zmonospace: 0xFF5A,
zohiragana: 0x305E,
zokatakana: 0x30BE,
zparen: 0x24B5,
zretroflexhook: 0x0290,
zstroke: 0x01B6,
zuhiragana: 0x305A,
zukatakana: 0x30BA
};
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var PDFImage = (function pdfImage() {
function constructor(xref, res, image, inline) {
this.image = image;
if (image.getParams) {
// JPX/JPEG2000 streams directly contain bits per component
// and color space mode information.
TODO('get params from actual stream');
// var bits = ...
// var colorspace = ...
}
// TODO cache rendered images?
var dict = image.dict;
this.width = dict.get('Width', 'W');
this.height = dict.get('Height', 'H');
if (this.width < 1 || this.height < 1)
error('Invalid image width: ' + this.width + ' or height: ' +
this.height);
this.interpolate = dict.get('Interpolate', 'I') || false;
this.imageMask = dict.get('ImageMask', 'IM') || false;
var bitsPerComponent = image.bitsPerComponent;
if (!bitsPerComponent) {
bitsPerComponent = dict.get('BitsPerComponent', 'BPC');
if (!bitsPerComponent) {
if (this.imageMask)
bitsPerComponent = 1;
else
error('Bits per component missing in image: ' + this.imageMask);
}
}
this.bpc = bitsPerComponent;
if (!this.imageMask) {
var colorSpace = dict.get('ColorSpace', 'CS');
if (!colorSpace) {
TODO('JPX images (which don"t require color spaces');
colorSpace = new Name('DeviceRGB');
}
this.colorSpace = ColorSpace.parse(colorSpace, xref, res);
this.numComps = this.colorSpace.numComps;
}
this.decode = dict.get('Decode', 'D');
var mask = xref.fetchIfRef(dict.get('Mask'));
var smask = xref.fetchIfRef(dict.get('SMask'));
if (mask) {
TODO('masked images');
} else if (smask) {
this.smask = new PDFImage(xref, res, smask);
}
}
constructor.prototype = {
getComponents: function getComponents(buffer, decodeMap) {
var bpc = this.bpc;
if (bpc == 8)
return buffer;
var width = this.width;
var height = this.height;
var numComps = this.numComps;
var length = width * height;
var bufferPos = 0;
var output = bpc <= 8 ? new Uint8Array(length) :
bpc <= 16 ? new Uint16Array(length) : new Uint32Array(length);
var rowComps = width * numComps;
if (bpc == 1) {
var valueZero = 0, valueOne = 1;
if (decodeMap) {
valueZero = decodeMap[0] ? 1 : 0;
valueOne = decodeMap[1] ? 1 : 0;
}
var mask = 0;
var buf = 0;
for (var i = 0, ii = length; i < ii; ++i) {
if (i % rowComps == 0) {
mask = 0;
buf = 0;
} else {
mask >>= 1;
}
if (mask <= 0) {
buf = buffer[bufferPos++];
mask = 128;
}
output[i] = !(buf & mask) ? valueZero : valueOne;
}
} else {
if (decodeMap != null)
TODO('interpolate component values');
var bits = 0, buf = 0;
for (var i = 0, ii = length; i < ii; ++i) {
if (i % rowComps == 0) {
buf = 0;
bits = 0;
}
while (bits < bpc) {
buf = (buf << 8) | buffer[bufferPos++];
bits += 8;
}
var remainingBits = bits - bpc;
output[i] = buf >> remainingBits;
buf = buf & ((1 << remainingBits) - 1);
bits = remainingBits;
}
}
return output;
},
getOpacity: function getOpacity() {
var smask = this.smask;
var width = this.width;
var height = this.height;
var buf = new Uint8Array(width * height);
if (smask) {
if (smask.image.getImage) {
// smask is a DOM image
var tempCanvas = new ScratchCanvas(width, height);
var tempCtx = tempCanvas.getContext('2d');
var domImage = smask.image.getImage();
tempCtx.drawImage(domImage, 0, 0, domImage.width, domImage.height,
0, 0, width, height);
var data = tempCtx.getImageData(0, 0, width, height).data;
for (var i = 0, j = 0, ii = width * height; i < ii; ++i, j += 4)
buf[i] = data[j]; // getting first component value
return buf;
}
var sw = smask.width;
var sh = smask.height;
if (sw != this.width || sh != this.height)
error('smask dimensions do not match image dimensions: ' + sw +
' != ' + this.width + ', ' + sh + ' != ' + this.height);
smask.fillGrayBuffer(buf);
return buf;
} else {
for (var i = 0, ii = width * height; i < ii; ++i)
buf[i] = 255;
}
return buf;
},
applyStencilMask: function applyStencilMask(buffer, inverseDecode) {
var width = this.width, height = this.height;
var bitStrideLength = (width + 7) >> 3;
this.image.reset();
var imgArray = this.image.getBytes(bitStrideLength * height);
var imgArrayPos = 0;
var i, j, mask, buf;
// removing making non-masked pixels transparent
var bufferPos = 3; // alpha component offset
for (i = 0; i < height; i++) {
mask = 0;
for (j = 0; j < width; j++) {
if (!mask) {
buf = imgArray[imgArrayPos++];
mask = 128;
}
if (!(buf & mask) == inverseDecode) {
buffer[bufferPos] = 0;
}
bufferPos += 4;
mask >>= 1;
}
}
},
fillRgbaBuffer: function fillRgbaBuffer(buffer, decodeMap) {
var numComps = this.numComps;
var width = this.width;
var height = this.height;
var bpc = this.bpc;
// rows start at byte boundary;
var rowBytes = (width * numComps * bpc + 7) >> 3;
this.image.reset();
var imgArray = this.image.getBytes(height * rowBytes);
var comps = this.colorSpace.getRgbBuffer(
this.getComponents(imgArray, decodeMap), bpc);
var compsPos = 0;
var opacity = this.getOpacity();
var opacityPos = 0;
var length = width * height * 4;
for (var i = 0; i < length; i += 4) {
buffer[i] = comps[compsPos++];
buffer[i + 1] = comps[compsPos++];
buffer[i + 2] = comps[compsPos++];
buffer[i + 3] = opacity[opacityPos++];
}
},
fillGrayBuffer: function fillGrayBuffer(buffer) {
var numComps = this.numComps;
if (numComps != 1)
error('Reading gray scale from a color image: ' + numComps);
var width = this.width;
var height = this.height;
var bpc = this.bpc;
// rows start at byte boundary;
var rowBytes = (width * numComps * bpc + 7) >> 3;
this.image.reset();
var imgArray = this.image.getBytes(height * rowBytes);
var comps = this.getComponents(imgArray);
var length = width * height;
for (var i = 0; i < length; ++i)
buffer[i] = comps[i];
}
};
return constructor;
})();
var JpegImageLoader = (function jpegImage() {
function JpegImageLoader(objId, imageData, objs) {
var src = 'data:image/jpeg;base64,' + window.btoa(imageData);
var img = new Image();
img.onload = (function jpegImageLoaderOnload() {
this.loaded = true;
objs.resolve(objId, this);
if (this.onLoad)
this.onLoad();
}).bind(this);
img.src = src;
this.domImage = img;
}
JpegImageLoader.prototype = {
getImage: function jpegImageLoaderGetImage() {
return this.domImage;
}
};
return JpegImageLoader;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Metrics = {
'Courier': 600,
'Courier-Bold': 600,
'Courier-BoldOblique': 600,
'Courier-Oblique': 600,
'Helvetica' : {
'space': 278,
'exclam': 278,
'quotedbl': 355,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 667,
'quoteright': 222,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 278,
'semicolon': 278,
'less': 584,
'equal': 584,
'greater': 584,
'question': 556,
'at': 1015,
'A': 667,
'B': 667,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 500,
'K': 667,
'L': 556,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 278,
'backslash': 278,
'bracketright': 278,
'asciicircum': 469,
'underscore': 556,
'quoteleft': 222,
'a': 556,
'b': 556,
'c': 500,
'd': 556,
'e': 556,
'f': 278,
'g': 556,
'h': 556,
'i': 222,
'j': 222,
'k': 500,
'l': 222,
'm': 833,
'n': 556,
'o': 556,
'p': 556,
'q': 556,
'r': 333,
's': 500,
't': 278,
'u': 556,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 500,
'braceleft': 334,
'bar': 260,
'braceright': 334,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 191,
'quotedblleft': 333,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 500,
'fl': 500,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 537,
'bullet': 350,
'quotesinglbase': 222,
'quotedblbase': 333,
'quotedblright': 333,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 556,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 222,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 556,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 667,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 500,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 500,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 222,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 500,
'scedilla': 500,
'iacute': 278,
'lozenge': 471,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 556,
'acircumflex': 556,
'Amacron': 667,
'rcaron': 333,
'ccedilla': 500,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 643,
'Umacron': 722,
'uring': 556,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 667,
'Abreve': 667,
'multiply': 584,
'uacute': 556,
'Tcaron': 611,
'partialdiff': 476,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 500,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 260,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 333,
'omacron': 556,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 222,
'tcaron': 317,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 667,
'Adieresis': 667,
'egrave': 556,
'zacute': 500,
'iogonek': 222,
'Oacute': 778,
'oacute': 556,
'amacron': 556,
'sacute': 500,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 556,
'twosuperior': 333,
'Odieresis': 778,
'mu': 556,
'igrave': 278,
'ohungarumlaut': 556,
'Eogonek': 667,
'dcroat': 556,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 299,
'Kcommaaccent': 667,
'Lacute': 556,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 556,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 556,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 556,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 556,
'Ccaron': 722,
'ugrave': 556,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 333,
'Ntilde': 722,
'otilde': 556,
'Rcommaaccent': 722,
'Lcommaaccent': 556,
'Atilde': 667,
'Aogonek': 667,
'Aring': 667,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 500,
'minus': 584,
'Icircumflex': 278,
'ncaron': 556,
'tcommaaccent': 278,
'logicalnot': 584,
'odieresis': 556,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 556,
'eth': 556,
'zcaron': 500,
'ncommaaccent': 556,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Helvetica-Bold': {
'space': 278,
'exclam': 333,
'quotedbl': 474,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 722,
'quoteright': 278,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 333,
'semicolon': 333,
'less': 584,
'equal': 584,
'greater': 584,
'question': 611,
'at': 975,
'A': 722,
'B': 722,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 556,
'K': 722,
'L': 611,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 584,
'underscore': 556,
'quoteleft': 278,
'a': 556,
'b': 611,
'c': 556,
'd': 611,
'e': 556,
'f': 333,
'g': 611,
'h': 611,
'i': 278,
'j': 278,
'k': 556,
'l': 278,
'm': 889,
'n': 611,
'o': 611,
'p': 611,
'q': 611,
'r': 389,
's': 556,
't': 333,
'u': 611,
'v': 556,
'w': 778,
'x': 556,
'y': 556,
'z': 500,
'braceleft': 389,
'bar': 280,
'braceright': 389,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 238,
'quotedblleft': 500,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 611,
'fl': 611,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 556,
'bullet': 350,
'quotesinglbase': 278,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 611,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 278,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 611,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 722,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 556,
'scommaaccent': 556,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 611,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 556,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 556,
'scedilla': 556,
'iacute': 278,
'lozenge': 494,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 611,
'acircumflex': 556,
'Amacron': 722,
'rcaron': 389,
'ccedilla': 556,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 743,
'Umacron': 722,
'uring': 611,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 722,
'Abreve': 722,
'multiply': 584,
'uacute': 611,
'Tcaron': 611,
'partialdiff': 494,
'ydieresis': 556,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 556,
'nacute': 611,
'umacron': 611,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 280,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 389,
'omacron': 611,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 278,
'tcaron': 389,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 556,
'zacute': 500,
'iogonek': 278,
'Oacute': 778,
'oacute': 611,
'amacron': 556,
'sacute': 556,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 611,
'twosuperior': 333,
'Odieresis': 778,
'mu': 611,
'igrave': 278,
'ohungarumlaut': 611,
'Eogonek': 667,
'dcroat': 611,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 400,
'Kcommaaccent': 722,
'Lacute': 611,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 611,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 611,
'ntilde': 611,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 611,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 611,
'Ccaron': 722,
'ugrave': 611,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 722,
'otilde': 611,
'Rcommaaccent': 722,
'Lcommaaccent': 611,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 556,
'minus': 584,
'Icircumflex': 278,
'ncaron': 611,
'tcommaaccent': 333,
'logicalnot': 584,
'odieresis': 611,
'udieresis': 611,
'notequal': 549,
'gcommaaccent': 611,
'eth': 611,
'zcaron': 500,
'ncommaaccent': 611,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Helvetica-BoldOblique': {
'space': 278,
'exclam': 333,
'quotedbl': 474,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 722,
'quoteright': 278,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 333,
'semicolon': 333,
'less': 584,
'equal': 584,
'greater': 584,
'question': 611,
'at': 975,
'A': 722,
'B': 722,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 556,
'K': 722,
'L': 611,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 584,
'underscore': 556,
'quoteleft': 278,
'a': 556,
'b': 611,
'c': 556,
'd': 611,
'e': 556,
'f': 333,
'g': 611,
'h': 611,
'i': 278,
'j': 278,
'k': 556,
'l': 278,
'm': 889,
'n': 611,
'o': 611,
'p': 611,
'q': 611,
'r': 389,
's': 556,
't': 333,
'u': 611,
'v': 556,
'w': 778,
'x': 556,
'y': 556,
'z': 500,
'braceleft': 389,
'bar': 280,
'braceright': 389,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 238,
'quotedblleft': 500,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 611,
'fl': 611,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 556,
'bullet': 350,
'quotesinglbase': 278,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 611,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 278,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 611,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 722,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 556,
'scommaaccent': 556,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 611,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 556,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 556,
'scedilla': 556,
'iacute': 278,
'lozenge': 494,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 611,
'acircumflex': 556,
'Amacron': 722,
'rcaron': 389,
'ccedilla': 556,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 743,
'Umacron': 722,
'uring': 611,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 722,
'Abreve': 722,
'multiply': 584,
'uacute': 611,
'Tcaron': 611,
'partialdiff': 494,
'ydieresis': 556,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 556,
'nacute': 611,
'umacron': 611,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 280,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 389,
'omacron': 611,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 278,
'tcaron': 389,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 556,
'zacute': 500,
'iogonek': 278,
'Oacute': 778,
'oacute': 611,
'amacron': 556,
'sacute': 556,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 611,
'twosuperior': 333,
'Odieresis': 778,
'mu': 611,
'igrave': 278,
'ohungarumlaut': 611,
'Eogonek': 667,
'dcroat': 611,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 400,
'Kcommaaccent': 722,
'Lacute': 611,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 611,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 611,
'ntilde': 611,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 611,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 611,
'Ccaron': 722,
'ugrave': 611,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 722,
'otilde': 611,
'Rcommaaccent': 722,
'Lcommaaccent': 611,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 556,
'minus': 584,
'Icircumflex': 278,
'ncaron': 611,
'tcommaaccent': 333,
'logicalnot': 584,
'odieresis': 611,
'udieresis': 611,
'notequal': 549,
'gcommaaccent': 611,
'eth': 611,
'zcaron': 500,
'ncommaaccent': 611,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Helvetica-Oblique' : {
'space': 278,
'exclam': 278,
'quotedbl': 355,
'numbersign': 556,
'dollar': 556,
'percent': 889,
'ampersand': 667,
'quoteright': 222,
'parenleft': 333,
'parenright': 333,
'asterisk': 389,
'plus': 584,
'comma': 278,
'hyphen': 333,
'period': 278,
'slash': 278,
'zero': 556,
'one': 556,
'two': 556,
'three': 556,
'four': 556,
'five': 556,
'six': 556,
'seven': 556,
'eight': 556,
'nine': 556,
'colon': 278,
'semicolon': 278,
'less': 584,
'equal': 584,
'greater': 584,
'question': 556,
'at': 1015,
'A': 667,
'B': 667,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 722,
'I': 278,
'J': 500,
'K': 667,
'L': 556,
'M': 833,
'N': 722,
'O': 778,
'P': 667,
'Q': 778,
'R': 722,
'S': 667,
'T': 611,
'U': 722,
'V': 667,
'W': 944,
'X': 667,
'Y': 667,
'Z': 611,
'bracketleft': 278,
'backslash': 278,
'bracketright': 278,
'asciicircum': 469,
'underscore': 556,
'quoteleft': 222,
'a': 556,
'b': 556,
'c': 500,
'd': 556,
'e': 556,
'f': 278,
'g': 556,
'h': 556,
'i': 222,
'j': 222,
'k': 500,
'l': 222,
'm': 833,
'n': 556,
'o': 556,
'p': 556,
'q': 556,
'r': 333,
's': 500,
't': 278,
'u': 556,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 500,
'braceleft': 334,
'bar': 260,
'braceright': 334,
'asciitilde': 584,
'exclamdown': 333,
'cent': 556,
'sterling': 556,
'fraction': 167,
'yen': 556,
'florin': 556,
'section': 556,
'currency': 556,
'quotesingle': 191,
'quotedblleft': 333,
'guillemotleft': 556,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 500,
'fl': 500,
'endash': 556,
'dagger': 556,
'daggerdbl': 556,
'periodcentered': 278,
'paragraph': 537,
'bullet': 350,
'quotesinglbase': 222,
'quotedblbase': 333,
'quotedblright': 333,
'guillemotright': 556,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 611,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 370,
'Lslash': 556,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 365,
'ae': 889,
'dotlessi': 278,
'lslash': 222,
'oslash': 611,
'oe': 944,
'germandbls': 611,
'Idieresis': 278,
'eacute': 556,
'abreve': 556,
'uhungarumlaut': 556,
'ecaron': 556,
'Ydieresis': 667,
'divide': 584,
'Yacute': 667,
'Acircumflex': 667,
'aacute': 556,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 500,
'ecircumflex': 556,
'Uring': 722,
'Udieresis': 722,
'aogonek': 556,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 737,
'Emacron': 667,
'ccaron': 500,
'aring': 556,
'Ncommaaccent': 722,
'lacute': 222,
'agrave': 556,
'Tcommaaccent': 611,
'Cacute': 722,
'atilde': 556,
'Edotaccent': 667,
'scaron': 500,
'scedilla': 500,
'iacute': 278,
'lozenge': 471,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 556,
'acircumflex': 556,
'Amacron': 667,
'rcaron': 333,
'ccedilla': 500,
'Zdotaccent': 611,
'Thorn': 667,
'Omacron': 778,
'Racute': 722,
'Sacute': 667,
'dcaron': 643,
'Umacron': 722,
'uring': 556,
'threesuperior': 333,
'Ograve': 778,
'Agrave': 667,
'Abreve': 667,
'multiply': 584,
'uacute': 556,
'Tcaron': 611,
'partialdiff': 476,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 556,
'edieresis': 556,
'cacute': 500,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 278,
'plusminus': 584,
'brokenbar': 260,
'registered': 737,
'Gbreve': 778,
'Idotaccent': 278,
'summation': 600,
'Egrave': 667,
'racute': 333,
'omacron': 556,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 222,
'tcaron': 317,
'eogonek': 556,
'Uogonek': 722,
'Aacute': 667,
'Adieresis': 667,
'egrave': 556,
'zacute': 500,
'iogonek': 222,
'Oacute': 778,
'oacute': 556,
'amacron': 556,
'sacute': 500,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 556,
'twosuperior': 333,
'Odieresis': 778,
'mu': 556,
'igrave': 278,
'ohungarumlaut': 556,
'Eogonek': 667,
'dcroat': 556,
'threequarters': 834,
'Scedilla': 667,
'lcaron': 299,
'Kcommaaccent': 667,
'Lacute': 556,
'trademark': 1000,
'edotaccent': 556,
'Igrave': 278,
'Imacron': 278,
'Lcaron': 556,
'onehalf': 834,
'lessequal': 549,
'ocircumflex': 556,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 556,
'gbreve': 556,
'onequarter': 834,
'Scaron': 667,
'Scommaaccent': 667,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 556,
'Ccaron': 722,
'ugrave': 556,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 333,
'Ntilde': 722,
'otilde': 556,
'Rcommaaccent': 722,
'Lcommaaccent': 556,
'Atilde': 667,
'Aogonek': 667,
'Aring': 667,
'Otilde': 778,
'zdotaccent': 500,
'Ecaron': 667,
'Iogonek': 278,
'kcommaaccent': 500,
'minus': 584,
'Icircumflex': 278,
'ncaron': 556,
'tcommaaccent': 278,
'logicalnot': 584,
'odieresis': 556,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 556,
'eth': 556,
'zcaron': 500,
'ncommaaccent': 556,
'onesuperior': 333,
'imacron': 278,
'Euro': 556
},
'Symbol': {
'space': 250,
'exclam': 333,
'universal': 713,
'numbersign': 500,
'existential': 549,
'percent': 833,
'ampersand': 778,
'suchthat': 439,
'parenleft': 333,
'parenright': 333,
'asteriskmath': 500,
'plus': 549,
'comma': 250,
'minus': 549,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 278,
'semicolon': 278,
'less': 549,
'equal': 549,
'greater': 549,
'question': 444,
'congruent': 549,
'Alpha': 722,
'Beta': 667,
'Chi': 722,
'Delta': 612,
'Epsilon': 611,
'Phi': 763,
'Gamma': 603,
'Eta': 722,
'Iota': 333,
'theta1': 631,
'Kappa': 722,
'Lambda': 686,
'Mu': 889,
'Nu': 722,
'Omicron': 722,
'Pi': 768,
'Theta': 741,
'Rho': 556,
'Sigma': 592,
'Tau': 611,
'Upsilon': 690,
'sigma1': 439,
'Omega': 768,
'Xi': 645,
'Psi': 795,
'Zeta': 611,
'bracketleft': 333,
'therefore': 863,
'bracketright': 333,
'perpendicular': 658,
'underscore': 500,
'radicalex': 500,
'alpha': 631,
'beta': 549,
'chi': 549,
'delta': 494,
'epsilon': 439,
'phi': 521,
'gamma': 411,
'eta': 603,
'iota': 329,
'phi1': 603,
'kappa': 549,
'lambda': 549,
'mu': 576,
'nu': 521,
'omicron': 549,
'pi': 549,
'theta': 521,
'rho': 549,
'sigma': 603,
'tau': 439,
'upsilon': 576,
'omega1': 713,
'omega': 686,
'xi': 493,
'psi': 686,
'zeta': 494,
'braceleft': 480,
'bar': 200,
'braceright': 480,
'similar': 549,
'Euro': 750,
'Upsilon1': 620,
'minute': 247,
'lessequal': 549,
'fraction': 167,
'infinity': 713,
'florin': 500,
'club': 753,
'diamond': 753,
'heart': 753,
'spade': 753,
'arrowboth': 1042,
'arrowleft': 987,
'arrowup': 603,
'arrowright': 987,
'arrowdown': 603,
'degree': 400,
'plusminus': 549,
'second': 411,
'greaterequal': 549,
'multiply': 549,
'proportional': 713,
'partialdiff': 494,
'bullet': 460,
'divide': 549,
'notequal': 549,
'equivalence': 549,
'approxequal': 549,
'ellipsis': 1000,
'arrowvertex': 603,
'arrowhorizex': 1000,
'carriagereturn': 658,
'aleph': 823,
'Ifraktur': 686,
'Rfraktur': 795,
'weierstrass': 987,
'circlemultiply': 768,
'circleplus': 768,
'emptyset': 823,
'intersection': 768,
'union': 768,
'propersuperset': 713,
'reflexsuperset': 713,
'notsubset': 713,
'propersubset': 713,
'reflexsubset': 713,
'element': 713,
'notelement': 713,
'angle': 768,
'gradient': 713,
'registerserif': 790,
'copyrightserif': 790,
'trademarkserif': 890,
'product': 823,
'radical': 549,
'dotmath': 250,
'logicalnot': 713,
'logicaland': 603,
'logicalor': 603,
'arrowdblboth': 1042,
'arrowdblleft': 987,
'arrowdblup': 603,
'arrowdblright': 987,
'arrowdbldown': 603,
'lozenge': 494,
'angleleft': 329,
'registersans': 790,
'copyrightsans': 790,
'trademarksans': 786,
'summation': 713,
'parenlefttp': 384,
'parenleftex': 384,
'parenleftbt': 384,
'bracketlefttp': 384,
'bracketleftex': 384,
'bracketleftbt': 384,
'bracelefttp': 494,
'braceleftmid': 494,
'braceleftbt': 494,
'braceex': 494,
'angleright': 329,
'integral': 274,
'integraltp': 686,
'integralex': 686,
'integralbt': 686,
'parenrighttp': 384,
'parenrightex': 384,
'parenrightbt': 384,
'bracketrighttp': 384,
'bracketrightex': 384,
'bracketrightbt': 384,
'bracerighttp': 494,
'bracerightmid': 494,
'bracerightbt': 494,
'apple': 790
},
'Times-Roman': {
'space': 250,
'exclam': 333,
'quotedbl': 408,
'numbersign': 500,
'dollar': 500,
'percent': 833,
'ampersand': 778,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 564,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 278,
'semicolon': 278,
'less': 564,
'equal': 564,
'greater': 564,
'question': 444,
'at': 921,
'A': 722,
'B': 667,
'C': 667,
'D': 722,
'E': 611,
'F': 556,
'G': 722,
'H': 722,
'I': 333,
'J': 389,
'K': 722,
'L': 611,
'M': 889,
'N': 722,
'O': 722,
'P': 556,
'Q': 722,
'R': 667,
'S': 556,
'T': 611,
'U': 722,
'V': 722,
'W': 944,
'X': 722,
'Y': 722,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 469,
'underscore': 500,
'quoteleft': 333,
'a': 444,
'b': 500,
'c': 444,
'd': 500,
'e': 444,
'f': 333,
'g': 500,
'h': 500,
'i': 278,
'j': 278,
'k': 500,
'l': 278,
'm': 778,
'n': 500,
'o': 500,
'p': 500,
'q': 500,
'r': 333,
's': 389,
't': 278,
'u': 500,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 444,
'braceleft': 480,
'bar': 200,
'braceright': 480,
'asciitilde': 541,
'exclamdown': 333,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 180,
'quotedblleft': 444,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 556,
'fl': 556,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 453,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 444,
'quotedblright': 444,
'guillemotright': 500,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 444,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 889,
'ordfeminine': 276,
'Lslash': 611,
'Oslash': 722,
'OE': 889,
'ordmasculine': 310,
'ae': 667,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 722,
'germandbls': 500,
'Idieresis': 333,
'eacute': 444,
'abreve': 444,
'uhungarumlaut': 500,
'ecaron': 444,
'Ydieresis': 722,
'divide': 564,
'Yacute': 722,
'Acircumflex': 722,
'aacute': 444,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 444,
'Uacute': 722,
'uogonek': 500,
'Edieresis': 611,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 760,
'Emacron': 611,
'ccaron': 444,
'aring': 444,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 444,
'Tcommaaccent': 611,
'Cacute': 667,
'atilde': 444,
'Edotaccent': 611,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 471,
'Rcaron': 667,
'Gcommaaccent': 722,
'ucircumflex': 500,
'acircumflex': 444,
'Amacron': 722,
'rcaron': 333,
'ccedilla': 444,
'Zdotaccent': 611,
'Thorn': 556,
'Omacron': 722,
'Racute': 667,
'Sacute': 556,
'dcaron': 588,
'Umacron': 722,
'uring': 500,
'threesuperior': 300,
'Ograve': 722,
'Agrave': 722,
'Abreve': 722,
'multiply': 564,
'uacute': 500,
'Tcaron': 611,
'partialdiff': 476,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 611,
'adieresis': 444,
'edieresis': 444,
'cacute': 444,
'nacute': 500,
'umacron': 500,
'Ncaron': 722,
'Iacute': 333,
'plusminus': 564,
'brokenbar': 200,
'registered': 760,
'Gbreve': 722,
'Idotaccent': 333,
'summation': 600,
'Egrave': 611,
'racute': 333,
'omacron': 500,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 667,
'lcommaaccent': 278,
'tcaron': 326,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 444,
'zacute': 444,
'iogonek': 278,
'Oacute': 722,
'oacute': 500,
'amacron': 444,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 722,
'Ugrave': 722,
'Delta': 612,
'thorn': 500,
'twosuperior': 300,
'Odieresis': 722,
'mu': 500,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 611,
'dcroat': 500,
'threequarters': 750,
'Scedilla': 556,
'lcaron': 344,
'Kcommaaccent': 722,
'Lacute': 611,
'trademark': 980,
'edotaccent': 444,
'Igrave': 333,
'Imacron': 333,
'Lcaron': 611,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 500,
'Uhungarumlaut': 722,
'Eacute': 611,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 556,
'Scommaaccent': 556,
'Ohungarumlaut': 722,
'degree': 400,
'ograve': 500,
'Ccaron': 667,
'ugrave': 500,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 333,
'Ntilde': 722,
'otilde': 500,
'Rcommaaccent': 667,
'Lcommaaccent': 611,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 722,
'zdotaccent': 444,
'Ecaron': 611,
'Iogonek': 333,
'kcommaaccent': 500,
'minus': 564,
'Icircumflex': 333,
'ncaron': 500,
'tcommaaccent': 278,
'logicalnot': 564,
'odieresis': 500,
'udieresis': 500,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 444,
'ncommaaccent': 500,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'Times-Bold': {
'space': 250,
'exclam': 333,
'quotedbl': 555,
'numbersign': 500,
'dollar': 500,
'percent': 1000,
'ampersand': 833,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 570,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 333,
'semicolon': 333,
'less': 570,
'equal': 570,
'greater': 570,
'question': 500,
'at': 930,
'A': 722,
'B': 667,
'C': 722,
'D': 722,
'E': 667,
'F': 611,
'G': 778,
'H': 778,
'I': 389,
'J': 500,
'K': 778,
'L': 667,
'M': 944,
'N': 722,
'O': 778,
'P': 611,
'Q': 778,
'R': 722,
'S': 556,
'T': 667,
'U': 722,
'V': 722,
'W': 1000,
'X': 722,
'Y': 722,
'Z': 667,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 581,
'underscore': 500,
'quoteleft': 333,
'a': 500,
'b': 556,
'c': 444,
'd': 556,
'e': 444,
'f': 333,
'g': 500,
'h': 556,
'i': 278,
'j': 333,
'k': 556,
'l': 278,
'm': 833,
'n': 556,
'o': 500,
'p': 556,
'q': 556,
'r': 444,
's': 389,
't': 333,
'u': 556,
'v': 500,
'w': 722,
'x': 500,
'y': 500,
'z': 444,
'braceleft': 394,
'bar': 220,
'braceright': 394,
'asciitilde': 520,
'exclamdown': 333,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 278,
'quotedblleft': 500,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 556,
'fl': 556,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 540,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 500,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 500,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 1000,
'ordfeminine': 300,
'Lslash': 667,
'Oslash': 778,
'OE': 1000,
'ordmasculine': 330,
'ae': 722,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 722,
'germandbls': 556,
'Idieresis': 389,
'eacute': 444,
'abreve': 500,
'uhungarumlaut': 556,
'ecaron': 444,
'Ydieresis': 722,
'divide': 570,
'Yacute': 722,
'Acircumflex': 722,
'aacute': 500,
'Ucircumflex': 722,
'yacute': 500,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 500,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 747,
'Emacron': 667,
'ccaron': 444,
'aring': 500,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 500,
'Tcommaaccent': 667,
'Cacute': 722,
'atilde': 500,
'Edotaccent': 667,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 494,
'Rcaron': 722,
'Gcommaaccent': 778,
'ucircumflex': 556,
'acircumflex': 500,
'Amacron': 722,
'rcaron': 444,
'ccedilla': 444,
'Zdotaccent': 667,
'Thorn': 611,
'Omacron': 778,
'Racute': 722,
'Sacute': 556,
'dcaron': 672,
'Umacron': 722,
'uring': 556,
'threesuperior': 300,
'Ograve': 778,
'Agrave': 722,
'Abreve': 722,
'multiply': 570,
'uacute': 556,
'Tcaron': 667,
'partialdiff': 494,
'ydieresis': 500,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 500,
'edieresis': 444,
'cacute': 444,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 389,
'plusminus': 570,
'brokenbar': 220,
'registered': 747,
'Gbreve': 778,
'Idotaccent': 389,
'summation': 600,
'Egrave': 667,
'racute': 444,
'omacron': 500,
'Zacute': 667,
'Zcaron': 667,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 722,
'lcommaaccent': 278,
'tcaron': 416,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 722,
'Adieresis': 722,
'egrave': 444,
'zacute': 444,
'iogonek': 278,
'Oacute': 778,
'oacute': 500,
'amacron': 500,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 778,
'Ugrave': 722,
'Delta': 612,
'thorn': 556,
'twosuperior': 300,
'Odieresis': 778,
'mu': 556,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 667,
'dcroat': 556,
'threequarters': 750,
'Scedilla': 556,
'lcaron': 394,
'Kcommaaccent': 778,
'Lacute': 667,
'trademark': 1000,
'edotaccent': 444,
'Igrave': 389,
'Imacron': 389,
'Lcaron': 667,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 556,
'Scommaaccent': 556,
'Ohungarumlaut': 778,
'degree': 400,
'ograve': 500,
'Ccaron': 722,
'ugrave': 556,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 444,
'Ntilde': 722,
'otilde': 500,
'Rcommaaccent': 722,
'Lcommaaccent': 667,
'Atilde': 722,
'Aogonek': 722,
'Aring': 722,
'Otilde': 778,
'zdotaccent': 444,
'Ecaron': 667,
'Iogonek': 389,
'kcommaaccent': 556,
'minus': 570,
'Icircumflex': 389,
'ncaron': 556,
'tcommaaccent': 333,
'logicalnot': 570,
'odieresis': 500,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 444,
'ncommaaccent': 556,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'Times-BoldItalic': {
'space': 250,
'exclam': 389,
'quotedbl': 555,
'numbersign': 500,
'dollar': 500,
'percent': 833,
'ampersand': 778,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 570,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 333,
'semicolon': 333,
'less': 570,
'equal': 570,
'greater': 570,
'question': 500,
'at': 832,
'A': 667,
'B': 667,
'C': 667,
'D': 722,
'E': 667,
'F': 667,
'G': 722,
'H': 778,
'I': 389,
'J': 500,
'K': 667,
'L': 611,
'M': 889,
'N': 722,
'O': 722,
'P': 611,
'Q': 722,
'R': 667,
'S': 556,
'T': 611,
'U': 722,
'V': 667,
'W': 889,
'X': 667,
'Y': 611,
'Z': 611,
'bracketleft': 333,
'backslash': 278,
'bracketright': 333,
'asciicircum': 570,
'underscore': 500,
'quoteleft': 333,
'a': 500,
'b': 500,
'c': 444,
'd': 500,
'e': 444,
'f': 333,
'g': 500,
'h': 556,
'i': 278,
'j': 278,
'k': 500,
'l': 278,
'm': 778,
'n': 556,
'o': 500,
'p': 500,
'q': 500,
'r': 389,
's': 389,
't': 278,
'u': 556,
'v': 444,
'w': 667,
'x': 500,
'y': 444,
'z': 389,
'braceleft': 348,
'bar': 220,
'braceright': 348,
'asciitilde': 570,
'exclamdown': 389,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 278,
'quotedblleft': 500,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 556,
'fl': 556,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 500,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 500,
'quotedblright': 500,
'guillemotright': 500,
'ellipsis': 1000,
'perthousand': 1000,
'questiondown': 500,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 1000,
'AE': 944,
'ordfeminine': 266,
'Lslash': 611,
'Oslash': 722,
'OE': 944,
'ordmasculine': 300,
'ae': 722,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 722,
'germandbls': 500,
'Idieresis': 389,
'eacute': 444,
'abreve': 500,
'uhungarumlaut': 556,
'ecaron': 444,
'Ydieresis': 611,
'divide': 570,
'Yacute': 611,
'Acircumflex': 667,
'aacute': 500,
'Ucircumflex': 722,
'yacute': 444,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 500,
'Uacute': 722,
'uogonek': 556,
'Edieresis': 667,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 747,
'Emacron': 667,
'ccaron': 444,
'aring': 500,
'Ncommaaccent': 722,
'lacute': 278,
'agrave': 500,
'Tcommaaccent': 611,
'Cacute': 667,
'atilde': 500,
'Edotaccent': 667,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 494,
'Rcaron': 667,
'Gcommaaccent': 722,
'ucircumflex': 556,
'acircumflex': 500,
'Amacron': 667,
'rcaron': 389,
'ccedilla': 444,
'Zdotaccent': 611,
'Thorn': 611,
'Omacron': 722,
'Racute': 667,
'Sacute': 556,
'dcaron': 608,
'Umacron': 722,
'uring': 556,
'threesuperior': 300,
'Ograve': 722,
'Agrave': 667,
'Abreve': 667,
'multiply': 570,
'uacute': 556,
'Tcaron': 611,
'partialdiff': 494,
'ydieresis': 444,
'Nacute': 722,
'icircumflex': 278,
'Ecircumflex': 667,
'adieresis': 500,
'edieresis': 444,
'cacute': 444,
'nacute': 556,
'umacron': 556,
'Ncaron': 722,
'Iacute': 389,
'plusminus': 570,
'brokenbar': 220,
'registered': 747,
'Gbreve': 722,
'Idotaccent': 389,
'summation': 600,
'Egrave': 667,
'racute': 389,
'omacron': 500,
'Zacute': 611,
'Zcaron': 611,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 667,
'lcommaaccent': 278,
'tcaron': 366,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 667,
'Adieresis': 667,
'egrave': 444,
'zacute': 389,
'iogonek': 278,
'Oacute': 722,
'oacute': 500,
'amacron': 500,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 722,
'Ugrave': 722,
'Delta': 612,
'thorn': 500,
'twosuperior': 300,
'Odieresis': 722,
'mu': 576,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 667,
'dcroat': 500,
'threequarters': 750,
'Scedilla': 556,
'lcaron': 382,
'Kcommaaccent': 667,
'Lacute': 611,
'trademark': 1000,
'edotaccent': 444,
'Igrave': 389,
'Imacron': 389,
'Lcaron': 611,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 556,
'Uhungarumlaut': 722,
'Eacute': 667,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 556,
'Scommaaccent': 556,
'Ohungarumlaut': 722,
'degree': 400,
'ograve': 500,
'Ccaron': 667,
'ugrave': 556,
'radical': 549,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 722,
'otilde': 500,
'Rcommaaccent': 667,
'Lcommaaccent': 611,
'Atilde': 667,
'Aogonek': 667,
'Aring': 667,
'Otilde': 722,
'zdotaccent': 389,
'Ecaron': 667,
'Iogonek': 389,
'kcommaaccent': 500,
'minus': 606,
'Icircumflex': 389,
'ncaron': 556,
'tcommaaccent': 278,
'logicalnot': 606,
'odieresis': 500,
'udieresis': 556,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 389,
'ncommaaccent': 556,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'Times-Italic': {
'space': 250,
'exclam': 333,
'quotedbl': 420,
'numbersign': 500,
'dollar': 500,
'percent': 833,
'ampersand': 778,
'quoteright': 333,
'parenleft': 333,
'parenright': 333,
'asterisk': 500,
'plus': 675,
'comma': 250,
'hyphen': 333,
'period': 250,
'slash': 278,
'zero': 500,
'one': 500,
'two': 500,
'three': 500,
'four': 500,
'five': 500,
'six': 500,
'seven': 500,
'eight': 500,
'nine': 500,
'colon': 333,
'semicolon': 333,
'less': 675,
'equal': 675,
'greater': 675,
'question': 500,
'at': 920,
'A': 611,
'B': 611,
'C': 667,
'D': 722,
'E': 611,
'F': 611,
'G': 722,
'H': 722,
'I': 333,
'J': 444,
'K': 667,
'L': 556,
'M': 833,
'N': 667,
'O': 722,
'P': 611,
'Q': 722,
'R': 611,
'S': 500,
'T': 556,
'U': 722,
'V': 611,
'W': 833,
'X': 611,
'Y': 556,
'Z': 556,
'bracketleft': 389,
'backslash': 278,
'bracketright': 389,
'asciicircum': 422,
'underscore': 500,
'quoteleft': 333,
'a': 500,
'b': 500,
'c': 444,
'd': 500,
'e': 444,
'f': 278,
'g': 500,
'h': 500,
'i': 278,
'j': 278,
'k': 444,
'l': 278,
'm': 722,
'n': 500,
'o': 500,
'p': 500,
'q': 500,
'r': 389,
's': 389,
't': 278,
'u': 500,
'v': 444,
'w': 667,
'x': 444,
'y': 444,
'z': 389,
'braceleft': 400,
'bar': 275,
'braceright': 400,
'asciitilde': 541,
'exclamdown': 389,
'cent': 500,
'sterling': 500,
'fraction': 167,
'yen': 500,
'florin': 500,
'section': 500,
'currency': 500,
'quotesingle': 214,
'quotedblleft': 556,
'guillemotleft': 500,
'guilsinglleft': 333,
'guilsinglright': 333,
'fi': 500,
'fl': 500,
'endash': 500,
'dagger': 500,
'daggerdbl': 500,
'periodcentered': 250,
'paragraph': 523,
'bullet': 350,
'quotesinglbase': 333,
'quotedblbase': 556,
'quotedblright': 556,
'guillemotright': 500,
'ellipsis': 889,
'perthousand': 1000,
'questiondown': 500,
'grave': 333,
'acute': 333,
'circumflex': 333,
'tilde': 333,
'macron': 333,
'breve': 333,
'dotaccent': 333,
'dieresis': 333,
'ring': 333,
'cedilla': 333,
'hungarumlaut': 333,
'ogonek': 333,
'caron': 333,
'emdash': 889,
'AE': 889,
'ordfeminine': 276,
'Lslash': 556,
'Oslash': 722,
'OE': 944,
'ordmasculine': 310,
'ae': 667,
'dotlessi': 278,
'lslash': 278,
'oslash': 500,
'oe': 667,
'germandbls': 500,
'Idieresis': 333,
'eacute': 444,
'abreve': 500,
'uhungarumlaut': 500,
'ecaron': 444,
'Ydieresis': 556,
'divide': 675,
'Yacute': 556,
'Acircumflex': 611,
'aacute': 500,
'Ucircumflex': 722,
'yacute': 444,
'scommaaccent': 389,
'ecircumflex': 444,
'Uring': 722,
'Udieresis': 722,
'aogonek': 500,
'Uacute': 722,
'uogonek': 500,
'Edieresis': 611,
'Dcroat': 722,
'commaaccent': 250,
'copyright': 760,
'Emacron': 611,
'ccaron': 444,
'aring': 500,
'Ncommaaccent': 667,
'lacute': 278,
'agrave': 500,
'Tcommaaccent': 556,
'Cacute': 667,
'atilde': 500,
'Edotaccent': 611,
'scaron': 389,
'scedilla': 389,
'iacute': 278,
'lozenge': 471,
'Rcaron': 611,
'Gcommaaccent': 722,
'ucircumflex': 500,
'acircumflex': 500,
'Amacron': 611,
'rcaron': 389,
'ccedilla': 444,
'Zdotaccent': 556,
'Thorn': 611,
'Omacron': 722,
'Racute': 611,
'Sacute': 500,
'dcaron': 544,
'Umacron': 722,
'uring': 500,
'threesuperior': 300,
'Ograve': 722,
'Agrave': 611,
'Abreve': 611,
'multiply': 675,
'uacute': 500,
'Tcaron': 556,
'partialdiff': 476,
'ydieresis': 444,
'Nacute': 667,
'icircumflex': 278,
'Ecircumflex': 611,
'adieresis': 500,
'edieresis': 444,
'cacute': 444,
'nacute': 500,
'umacron': 500,
'Ncaron': 667,
'Iacute': 333,
'plusminus': 675,
'brokenbar': 275,
'registered': 760,
'Gbreve': 722,
'Idotaccent': 333,
'summation': 600,
'Egrave': 611,
'racute': 389,
'omacron': 500,
'Zacute': 556,
'Zcaron': 556,
'greaterequal': 549,
'Eth': 722,
'Ccedilla': 667,
'lcommaaccent': 278,
'tcaron': 300,
'eogonek': 444,
'Uogonek': 722,
'Aacute': 611,
'Adieresis': 611,
'egrave': 444,
'zacute': 389,
'iogonek': 278,
'Oacute': 722,
'oacute': 500,
'amacron': 500,
'sacute': 389,
'idieresis': 278,
'Ocircumflex': 722,
'Ugrave': 722,
'Delta': 612,
'thorn': 500,
'twosuperior': 300,
'Odieresis': 722,
'mu': 500,
'igrave': 278,
'ohungarumlaut': 500,
'Eogonek': 611,
'dcroat': 500,
'threequarters': 750,
'Scedilla': 500,
'lcaron': 300,
'Kcommaaccent': 667,
'Lacute': 556,
'trademark': 980,
'edotaccent': 444,
'Igrave': 333,
'Imacron': 333,
'Lcaron': 611,
'onehalf': 750,
'lessequal': 549,
'ocircumflex': 500,
'ntilde': 500,
'Uhungarumlaut': 722,
'Eacute': 611,
'emacron': 444,
'gbreve': 500,
'onequarter': 750,
'Scaron': 500,
'Scommaaccent': 500,
'Ohungarumlaut': 722,
'degree': 400,
'ograve': 500,
'Ccaron': 667,
'ugrave': 500,
'radical': 453,
'Dcaron': 722,
'rcommaaccent': 389,
'Ntilde': 667,
'otilde': 500,
'Rcommaaccent': 611,
'Lcommaaccent': 556,
'Atilde': 611,
'Aogonek': 611,
'Aring': 611,
'Otilde': 722,
'zdotaccent': 389,
'Ecaron': 611,
'Iogonek': 333,
'kcommaaccent': 444,
'minus': 675,
'Icircumflex': 333,
'ncaron': 500,
'tcommaaccent': 278,
'logicalnot': 675,
'odieresis': 500,
'udieresis': 500,
'notequal': 549,
'gcommaaccent': 500,
'eth': 500,
'zcaron': 389,
'ncommaaccent': 500,
'onesuperior': 300,
'imacron': 278,
'Euro': 500
},
'ZapfDingbats': {
'space': 278,
'a1': 974,
'a2': 961,
'a202': 974,
'a3': 980,
'a4': 719,
'a5': 789,
'a119': 790,
'a118': 791,
'a117': 690,
'a11': 960,
'a12': 939,
'a13': 549,
'a14': 855,
'a15': 911,
'a16': 933,
'a105': 911,
'a17': 945,
'a18': 974,
'a19': 755,
'a20': 846,
'a21': 762,
'a22': 761,
'a23': 571,
'a24': 677,
'a25': 763,
'a26': 760,
'a27': 759,
'a28': 754,
'a6': 494,
'a7': 552,
'a8': 537,
'a9': 577,
'a10': 692,
'a29': 786,
'a30': 788,
'a31': 788,
'a32': 790,
'a33': 793,
'a34': 794,
'a35': 816,
'a36': 823,
'a37': 789,
'a38': 841,
'a39': 823,
'a40': 833,
'a41': 816,
'a42': 831,
'a43': 923,
'a44': 744,
'a45': 723,
'a46': 749,
'a47': 790,
'a48': 792,
'a49': 695,
'a50': 776,
'a51': 768,
'a52': 792,
'a53': 759,
'a54': 707,
'a55': 708,
'a56': 682,
'a57': 701,
'a58': 826,
'a59': 815,
'a60': 789,
'a61': 789,
'a62': 707,
'a63': 687,
'a64': 696,
'a65': 689,
'a66': 786,
'a67': 787,
'a68': 713,
'a69': 791,
'a70': 785,
'a71': 791,
'a72': 873,
'a73': 761,
'a74': 762,
'a203': 762,
'a75': 759,
'a204': 759,
'a76': 892,
'a77': 892,
'a78': 788,
'a79': 784,
'a81': 438,
'a82': 138,
'a83': 277,
'a84': 415,
'a97': 392,
'a98': 392,
'a99': 668,
'a100': 668,
'a89': 390,
'a90': 390,
'a93': 317,
'a94': 317,
'a91': 276,
'a92': 276,
'a205': 509,
'a85': 509,
'a206': 410,
'a86': 410,
'a87': 234,
'a88': 234,
'a95': 334,
'a96': 334,
'a101': 732,
'a102': 544,
'a103': 544,
'a104': 910,
'a106': 667,
'a107': 760,
'a108': 760,
'a112': 776,
'a111': 595,
'a110': 694,
'a109': 626,
'a120': 788,
'a121': 788,
'a122': 788,
'a123': 788,
'a124': 788,
'a125': 788,
'a126': 788,
'a127': 788,
'a128': 788,
'a129': 788,
'a130': 788,
'a131': 788,
'a132': 788,
'a133': 788,
'a134': 788,
'a135': 788,
'a136': 788,
'a137': 788,
'a138': 788,
'a139': 788,
'a140': 788,
'a141': 788,
'a142': 788,
'a143': 788,
'a144': 788,
'a145': 788,
'a146': 788,
'a147': 788,
'a148': 788,
'a149': 788,
'a150': 788,
'a151': 788,
'a152': 788,
'a153': 788,
'a154': 788,
'a155': 788,
'a156': 788,
'a157': 788,
'a158': 788,
'a159': 788,
'a160': 894,
'a161': 838,
'a163': 1016,
'a164': 458,
'a196': 748,
'a165': 924,
'a192': 748,
'a166': 918,
'a167': 927,
'a168': 928,
'a169': 928,
'a170': 834,
'a171': 873,
'a172': 828,
'a173': 924,
'a162': 924,
'a174': 917,
'a175': 930,
'a176': 931,
'a177': 463,
'a178': 883,
'a179': 836,
'a193': 836,
'a180': 867,
'a199': 867,
'a181': 696,
'a200': 696,
'a182': 874,
'a201': 874,
'a183': 760,
'a184': 946,
'a197': 771,
'a185': 865,
'a194': 771,
'a198': 888,
'a186': 967,
'a195': 888,
'a187': 831,
'a188': 873,
'a189': 927,
'a190': 970,
'a191': 918
}
};
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var EOF = {};
function isEOF(v) {
return v == EOF;
}
var Parser = (function parserParser() {
function constructor(lexer, allowStreams, xref) {
this.lexer = lexer;
this.allowStreams = allowStreams;
this.xref = xref;
this.inlineImg = 0;
this.refill();
}
constructor.prototype = {
refill: function parserRefill() {
this.buf1 = this.lexer.getObj();
this.buf2 = this.lexer.getObj();
},
shift: function parserShift() {
if (isCmd(this.buf2, 'ID')) {
this.buf1 = this.buf2;
this.buf2 = null;
// skip byte after ID
this.lexer.skip();
} else {
this.buf1 = this.buf2;
this.buf2 = this.lexer.getObj();
}
},
getObj: function parserGetObj(cipherTransform) {
if (isCmd(this.buf1, 'BI')) { // inline image
this.shift();
return this.makeInlineImage(cipherTransform);
}
if (isCmd(this.buf1, '[')) { // array
this.shift();
var array = [];
while (!isCmd(this.buf1, ']') && !isEOF(this.buf1))
array.push(this.getObj());
if (isEOF(this.buf1))
error('End of file inside array');
this.shift();
return array;
}
if (isCmd(this.buf1, '<<')) { // dictionary or stream
this.shift();
var dict = new Dict();
while (!isCmd(this.buf1, '>>') && !isEOF(this.buf1)) {
if (!isName(this.buf1)) {
error('Dictionary key must be a name object');
} else {
var key = this.buf1.name;
this.shift();
if (isEOF(this.buf1))
break;
dict.set(key, this.getObj(cipherTransform));
}
}
if (isEOF(this.buf1))
error('End of file inside dictionary');
// stream objects are not allowed inside content streams or
// object streams
if (isCmd(this.buf2, 'stream')) {
return this.allowStreams ?
this.makeStream(dict, cipherTransform) : dict;
}
this.shift();
return dict;
}
if (isInt(this.buf1)) { // indirect reference or integer
var num = this.buf1;
this.shift();
if (isInt(this.buf1) && isCmd(this.buf2, 'R')) {
var ref = new Ref(num, this.buf1);
this.shift();
this.shift();
return ref;
}
return num;
}
if (isString(this.buf1)) { // string
var str = this.buf1;
this.shift();
if (cipherTransform)
str = cipherTransform.decryptString(str);
return str;
}
// simple object
var obj = this.buf1;
this.shift();
return obj;
},
makeInlineImage: function parserMakeInlineImage(cipherTransform) {
var lexer = this.lexer;
var stream = lexer.stream;
// parse dictionary
var dict = new Dict();
while (!isCmd(this.buf1, 'ID') && !isEOF(this.buf1)) {
if (!isName(this.buf1)) {
error('Dictionary key must be a name object');
} else {
var key = this.buf1.name;
this.shift();
if (isEOF(this.buf1))
break;
dict.set(key, this.getObj(cipherTransform));
}
}
// parse image stream
var startPos = stream.pos;
// searching for the /\sEI\s/
var state = 0, ch;
while (state != 4 && (ch = stream.getByte()) != null) {
switch (ch) {
case 0x20:
case 0x0D:
case 0x0A:
state = state === 3 ? 4 : 1;
break;
case 0x45:
state = state === 1 ? 2 : 0;
break;
case 0x49:
state = state === 2 ? 3 : 0;
break;
default:
state = 0;
break;
}
}
// TODO improve the small images performance to remove the limit
var inlineImgLimit = 500;
if (++this.inlineImg >= inlineImgLimit) {
if (this.inlineImg === inlineImgLimit)
warn('Too many inline images');
this.shift();
return null;
}
var length = (stream.pos - 4) - startPos;
var imageStream = stream.makeSubStream(startPos, length, dict);
if (cipherTransform)
imageStream = cipherTransform.createStream(imageStream);
imageStream = this.filter(imageStream, dict, length);
imageStream.parameters = dict;
this.buf2 = new Cmd('EI');
this.shift();
return imageStream;
},
makeStream: function parserMakeStream(dict, cipherTransform) {
var lexer = this.lexer;
var stream = lexer.stream;
// get stream start position
lexer.skipToNextLine();
var pos = stream.pos;
// get length
var length = dict.get('Length');
var xref = this.xref;
if (xref)
length = xref.fetchIfRef(length);
if (!isInt(length)) {
error('Bad ' + length + ' attribute in stream');
length = 0;
}
// skip over the stream data
stream.pos = pos + length;
this.shift(); // '>>'
this.shift(); // 'stream'
if (!isCmd(this.buf1, 'endstream'))
error('Missing endstream');
this.shift();
stream = stream.makeSubStream(pos, length, dict);
if (cipherTransform)
stream = cipherTransform.createStream(stream);
stream = this.filter(stream, dict, length);
stream.parameters = dict;
return stream;
},
filter: function parserFilter(stream, dict, length) {
var filter = dict.get('Filter', 'F');
var params = dict.get('DecodeParms', 'DP');
if (isName(filter))
return this.makeFilter(stream, filter.name, length, params);
if (isArray(filter)) {
var filterArray = filter;
var paramsArray = params;
for (var i = 0, ii = filterArray.length; i < ii; ++i) {
filter = filterArray[i];
if (!isName(filter))
error('Bad filter name: ' + filter);
else {
params = null;
if (isArray(paramsArray) && (i in paramsArray))
params = paramsArray[i];
stream = this.makeFilter(stream, filter.name, length, params);
// after the first stream the length variable is invalid
length = null;
}
}
}
return stream;
},
makeFilter: function parserMakeFilter(stream, name, length, params) {
if (name == 'FlateDecode' || name == 'Fl') {
if (params) {
return new PredictorStream(new FlateStream(stream), params);
}
return new FlateStream(stream);
} else if (name == 'LZWDecode' || name == 'LZW') {
var earlyChange = 1;
if (params) {
if (params.has('EarlyChange'))
earlyChange = params.get('EarlyChange');
return new PredictorStream(
new LZWStream(stream, earlyChange), params);
}
return new LZWStream(stream, earlyChange);
} else if (name == 'DCTDecode' || name == 'DCT') {
var bytes = stream.getBytes(length);
return new JpegStream(bytes, stream.dict, this.xref);
} else if (name == 'ASCII85Decode' || name == 'A85') {
return new Ascii85Stream(stream);
} else if (name == 'ASCIIHexDecode' || name == 'AHx') {
return new AsciiHexStream(stream);
} else if (name == 'CCITTFaxDecode' || name == 'CCF') {
return new CCITTFaxStream(stream, params);
} else {
TODO('filter "' + name + '" not supported yet');
}
return stream;
}
};
return constructor;
})();
var Lexer = (function lexer() {
function constructor(stream) {
this.stream = stream;
}
constructor.isSpace = function lexerIsSpace(ch) {
return ch == ' ' || ch == '\t' || ch == '\x0d' || ch == '\x0a';
};
// A '1' in this array means the character is white space. A '1' or
// '2' means the character ends a name or command.
var specialChars = [
1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, // 0x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 1x
1, 0, 0, 0, 0, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, // 2x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, // 3x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 4x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 5x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 6x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 7x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 8x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 9x
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ax
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // bx
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // cx
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // dx
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ex
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 // fx
];
function toHexDigit(ch) {
if (ch >= '0' && ch <= '9')
return ch.charCodeAt(0) - 48;
ch = ch.toUpperCase();
if (ch >= 'A' && ch <= 'F')
return ch.charCodeAt(0) - 55;
return -1;
}
constructor.prototype = {
getNumber: function lexerGetNumber(ch) {
var floating = false;
var str = ch;
var stream = this.stream;
for (;;) {
ch = stream.lookChar();
if (ch == '.' && !floating) {
str += ch;
floating = true;
} else if (ch == '-') {
// ignore minus signs in the middle of numbers to match
// Adobe's behavior
warn('Badly formated number');
} else if (ch >= '0' && ch <= '9') {
str += ch;
} else if (ch == 'e' || ch == 'E') {
floating = true;
} else {
// the last character doesn't belong to us
break;
}
stream.skip();
}
var value = parseFloat(str);
if (isNaN(value))
error('Invalid floating point number: ' + value);
return value;
},
getString: function lexerGetString() {
var numParen = 1;
var done = false;
var str = '';
var stream = this.stream;
var ch;
do {
ch = stream.getChar();
switch (ch) {
case undefined:
warn('Unterminated string');
done = true;
break;
case '(':
++numParen;
str += ch;
break;
case ')':
if (--numParen == 0) {
done = true;
} else {
str += ch;
}
break;
case '\\':
ch = stream.getChar();
switch (ch) {
case undefined:
warn('Unterminated string');
done = true;
break;
case 'n':
str += '\n';
break;
case 'r':
str += '\r';
break;
case 't':
str += '\t';
break;
case 'b':
str += '\b';
break;
case 'f':
str += '\f';
break;
case '\\':
case '(':
case ')':
str += ch;
break;
case '0': case '1': case '2': case '3':
case '4': case '5': case '6': case '7':
var x = ch - '0';
ch = stream.lookChar();
if (ch >= '0' && ch <= '7') {
stream.skip();
x = (x << 3) + (ch - '0');
ch = stream.lookChar();
if (ch >= '0' && ch <= '7') {
stream.skip();
x = (x << 3) + (ch - '0');
}
}
str += String.fromCharCode(x);
break;
case '\r':
ch = stream.lookChar();
if (ch == '\n')
stream.skip();
break;
case '\n':
break;
default:
str += ch;
}
break;
default:
str += ch;
}
} while (!done);
return str;
},
getName: function lexerGetName(ch) {
var str = '';
var stream = this.stream;
while (!!(ch = stream.lookChar()) && !specialChars[ch.charCodeAt(0)]) {
stream.skip();
if (ch == '#') {
ch = stream.lookChar();
var x = toHexDigit(ch);
if (x != -1) {
stream.skip();
var x2 = toHexDigit(stream.getChar());
if (x2 == -1)
error('Illegal digit in hex char in name: ' + x2);
str += String.fromCharCode((x << 4) | x2);
} else {
str += '#';
str += ch;
}
} else {
str += ch;
}
}
if (str.length > 128)
error('Warning: name token is longer than allowed by the spec: ' +
str.length);
return new Name(str);
},
getHexString: function lexerGetHexString(ch) {
var str = '';
var stream = this.stream;
for (;;) {
ch = stream.getChar();
if (ch == '>') {
break;
}
if (!ch) {
warn('Unterminated hex string');
break;
}
if (specialChars[ch.charCodeAt(0)] != 1) {
var x, x2;
if ((x = toHexDigit(ch)) == -1)
error('Illegal character in hex string: ' + ch);
ch = stream.getChar();
while (specialChars[ch.charCodeAt(0)] == 1)
ch = stream.getChar();
if ((x2 = toHexDigit(ch)) == -1)
error('Illegal character in hex string: ' + ch);
str += String.fromCharCode((x << 4) | x2);
}
}
return str;
},
getObj: function lexerGetObj() {
// skip whitespace and comments
var comment = false;
var stream = this.stream;
var ch;
while (true) {
if (!(ch = stream.getChar()))
return EOF;
if (comment) {
if (ch == '\r' || ch == '\n')
comment = false;
} else if (ch == '%') {
comment = true;
} else if (specialChars[ch.charCodeAt(0)] != 1) {
break;
}
}
// start reading token
switch (ch) {
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
case '+': case '-': case '.':
return this.getNumber(ch);
case '(':
return this.getString();
case '/':
return this.getName(ch);
// array punctuation
case '[':
case ']':
return new Cmd(ch);
// hex string or dict punctuation
case '<':
ch = stream.lookChar();
if (ch == '<') {
// dict punctuation
stream.skip();
return new Cmd('<<');
}
return this.getHexString(ch);
// dict punctuation
case '>':
ch = stream.lookChar();
if (ch == '>') {
stream.skip();
return new Cmd('>>');
}
case '{':
case '}':
return new Cmd(ch);
// fall through
case ')':
error('Illegal character: ' + ch);
return Error;
}
// command
var str = ch;
while (!!(ch = stream.lookChar()) && !specialChars[ch.charCodeAt(0)]) {
stream.skip();
if (str.length == 128) {
error('Command token too long: ' + str.length);
break;
}
str += ch;
}
if (str == 'true')
return true;
if (str == 'false')
return false;
if (str == 'null')
return null;
return new Cmd(str);
},
skipToNextLine: function lexerSkipToNextLine() {
var stream = this.stream;
while (true) {
var ch = stream.getChar();
if (!ch || ch == '\n')
return;
if (ch == '\r') {
if ((ch = stream.lookChar()) == '\n')
stream.skip();
return;
}
}
},
skip: function lexerSkip() {
this.stream.skip();
}
};
return constructor;
})();
var Linearization = (function linearizationLinearization() {
function constructor(stream) {
this.parser = new Parser(new Lexer(stream), false);
var obj1 = this.parser.getObj();
var obj2 = this.parser.getObj();
var obj3 = this.parser.getObj();
this.linDict = this.parser.getObj();
if (isInt(obj1) && isInt(obj2) && isCmd(obj3, 'obj') &&
isDict(this.linDict)) {
var obj = this.linDict.get('Linearized');
if (!(isNum(obj) && obj > 0))
this.linDict = null;
}
}
constructor.prototype = {
getInt: function linearizationGetInt(name) {
var linDict = this.linDict;
var obj;
if (isDict(linDict) &&
isInt(obj = linDict.get(name)) &&
obj > 0) {
return obj;
}
error('"' + name + '" field in linearization table is invalid');
return 0;
},
getHint: function linearizationGetHint(index) {
var linDict = this.linDict;
var obj1, obj2;
if (isDict(linDict) &&
isArray(obj1 = linDict.get('H')) &&
obj1.length >= 2 &&
isInt(obj2 = obj1[index]) &&
obj2 > 0) {
return obj2;
}
error('Hints table in linearization table is invalid: ' + index);
return 0;
},
get length() {
if (!isDict(this.linDict))
return 0;
return this.getInt('L');
},
get hintsOffset() {
return this.getHint(0);
},
get hintsLength() {
return this.getHint(1);
},
get hintsOffset2() {
return this.getHint(2);
},
get hintsLenth2() {
return this.getHint(3);
},
get objectNumberFirst() {
return this.getInt('O');
},
get endFirst() {
return this.getInt('E');
},
get numPages() {
return this.getInt('N');
},
get mainXRefEntriesOffset() {
return this.getInt('T');
},
get pageFirst() {
return this.getInt('P');
}
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Pattern = (function patternPattern() {
// Constructor should define this.getPattern
function constructor() {
error('should not call Pattern constructor');
}
constructor.prototype = {
// Input: current Canvas context
// Output: the appropriate fillStyle or strokeStyle
getPattern: function pattern_getStyle(ctx) {
error('Should not call Pattern.getStyle: ' + ctx);
}
};
constructor.shadingFromIR = function pattern_shadingFromIR(ctx, raw) {
return Shadings[raw[0]].fromIR(ctx, raw);
};
constructor.parseShading = function pattern_shading(shading, matrix, xref,
res, ctx) {
var dict = isStream(shading) ? shading.dict : shading;
var type = dict.get('ShadingType');
switch (type) {
case 2:
case 3:
// both radial and axial shadings are handled by RadialAxial shading
return new Shadings.RadialAxial(dict, matrix, xref, res, ctx);
default:
return new Shadings.Dummy();
}
};
return constructor;
})();
var Shadings = {};
// Radial and axial shading have very similar implementations
// If needed, the implementations can be broken into two classes
Shadings.RadialAxial = (function radialAxialShading() {
function constructor(dict, matrix, xref, res, ctx) {
this.matrix = matrix;
this.coordsArr = dict.get('Coords');
this.shadingType = dict.get('ShadingType');
this.type = 'Pattern';
this.ctx = ctx;
var cs = dict.get('ColorSpace', 'CS');
cs = ColorSpace.parse(cs, xref, res);
this.cs = cs;
var t0 = 0.0, t1 = 1.0;
if (dict.has('Domain')) {
var domainArr = dict.get('Domain');
t0 = domainArr[0];
t1 = domainArr[1];
}
var extendStart = false, extendEnd = false;
if (dict.has('Extend')) {
var extendArr = dict.get('Extend');
extendStart = extendArr[0];
extendEnd = extendArr[1];
TODO('Support extend');
}
this.extendStart = extendStart;
this.extendEnd = extendEnd;
var fnObj = dict.get('Function');
fnObj = xref.fetchIfRef(fnObj);
if (isArray(fnObj))
error('No support for array of functions');
else if (!isPDFFunction(fnObj))
error('Invalid function');
var fn = PDFFunction.parse(xref, fnObj);
// 10 samples seems good enough for now, but probably won't work
// if there are sharp color changes. Ideally, we would implement
// the spec faithfully and add lossless optimizations.
var step = (t1 - t0) / 10;
var diff = t1 - t0;
var colorStops = [];
for (var i = t0; i <= t1; i += step) {
var color = fn([i]);
var rgbColor = Util.makeCssRgb.apply(this, cs.getRgb(color));
colorStops.push([(i - t0) / diff, rgbColor]);
}
this.colorStops = colorStops;
}
constructor.fromIR = function radialAxialShadingGetIR(ctx, raw) {
var type = raw[1];
var colorStops = raw[2];
var p0 = raw[3];
var p1 = raw[4];
var r0 = raw[5];
var r1 = raw[6];
var curMatrix = ctx.mozCurrentTransform;
if (curMatrix) {
var userMatrix = ctx.mozCurrentTransformInverse;
p0 = Util.applyTransform(p0, curMatrix);
p0 = Util.applyTransform(p0, userMatrix);
p1 = Util.applyTransform(p1, curMatrix);
p1 = Util.applyTransform(p1, userMatrix);
}
var grad;
if (type == 2)
grad = ctx.createLinearGradient(p0[0], p0[1], p1[0], p1[1]);
else if (type == 3)
grad = ctx.createRadialGradient(p0[0], p0[1], r0, p1[0], p1[1], r1);
for (var i = 0, ii = colorStops.length; i < ii; ++i) {
var c = colorStops[i];
grad.addColorStop(c[0], c[1]);
}
return grad;
};
constructor.prototype = {
getIR: function radialAxialShadingGetIR() {
var coordsArr = this.coordsArr;
var type = this.shadingType;
if (type == 2) {
var p0 = [coordsArr[0], coordsArr[1]];
var p1 = [coordsArr[2], coordsArr[3]];
var r0 = null;
var r1 = null;
} else if (type == 3) {
var p0 = [coordsArr[0], coordsArr[1]];
var p1 = [coordsArr[3], coordsArr[4]];
var r0 = coordsArr[2];
var r1 = coordsArr[5];
} else {
error('getPattern type unknown: ' + type);
}
var matrix = this.matrix;
if (matrix) {
p0 = Util.applyTransform(p0, matrix);
p1 = Util.applyTransform(p1, matrix);
}
return ['RadialAxial', type, this.colorStops, p0, p1, r0, r1];
}
};
return constructor;
})();
Shadings.Dummy = (function dummyShading() {
function constructor() {
this.type = 'Pattern';
}
constructor.fromIR = function dummyShadingFromIR() {
return 'hotpink';
};
constructor.prototype = {
getIR: function dummyShadingGetIR() {
return ['Dummy'];
}
};
return constructor;
})();
var TilingPattern = (function tilingPattern() {
var PAINT_TYPE_COLORED = 1, PAINT_TYPE_UNCOLORED = 2;
function TilingPattern(IR, color, ctx, objs) {
var IRQueue = IR[2];
this.matrix = IR[3];
var bbox = IR[4];
var xstep = IR[5];
var ystep = IR[6];
var paintType = IR[7];
TODO('TilingType');
this.curMatrix = ctx.mozCurrentTransform;
this.invMatrix = ctx.mozCurrentTransformInverse;
this.ctx = ctx;
this.type = 'Pattern';
var x0 = bbox[0], y0 = bbox[1], x1 = bbox[2], y1 = bbox[3];
var topLeft = [x0, y0];
// we want the canvas to be as large as the step size
var botRight = [x0 + xstep, y0 + ystep];
var width = botRight[0] - topLeft[0];
var height = botRight[1] - topLeft[1];
// TODO: hack to avoid OOM, we would idealy compute the tiling
// pattern to be only as large as the acual size in device space
// This could be computed with .mozCurrentTransform, but still
// needs to be implemented
while (Math.abs(width) > 512 || Math.abs(height) > 512) {
width = 512;
height = 512;
}
var tmpCanvas = new ScratchCanvas(width, height);
// set the new canvas element context as the graphics context
var tmpCtx = tmpCanvas.getContext('2d');
var graphics = new CanvasGraphics(tmpCtx, objs);
switch (paintType) {
case PAINT_TYPE_COLORED:
tmpCtx.fillStyle = ctx.fillStyle;
tmpCtx.strokeStyle = ctx.strokeStyle;
break;
case PAINT_TYPE_UNCOLORED:
color = Util.makeCssRgb.apply(this, color);
tmpCtx.fillStyle = color;
tmpCtx.strokeStyle = color;
break;
default:
error('Unsupported paint type: ' + paintType);
}
var scale = [width / xstep, height / ystep];
this.scale = scale;
// transform coordinates to pattern space
var tmpTranslate = [1, 0, 0, 1, -topLeft[0], -topLeft[1]];
var tmpScale = [scale[0], 0, 0, scale[1], 0, 0];
graphics.transform.apply(graphics, tmpScale);
graphics.transform.apply(graphics, tmpTranslate);
if (bbox && isArray(bbox) && 4 == bbox.length) {
var bboxWidth = x1 - x0;
var bboxHeight = y1 - y0;
graphics.rectangle(x0, y0, bboxWidth, bboxHeight);
graphics.clip();
graphics.endPath();
}
graphics.executeIRQueue(IRQueue);
this.canvas = tmpCanvas;
}
TilingPattern.getIR = function tiling_getIR(codeIR, dict, args) {
var matrix = dict.get('Matrix');
var bbox = dict.get('BBox');
var xstep = dict.get('XStep');
var ystep = dict.get('YStep');
var paintType = dict.get('PaintType');
return [
'TilingPattern', args, codeIR, matrix, bbox, xstep, ystep, paintType
];
};
TilingPattern.prototype = {
getPattern: function tiling_getPattern() {
var matrix = this.matrix;
var curMatrix = this.curMatrix;
var ctx = this.ctx;
if (curMatrix)
ctx.setTransform.apply(ctx, curMatrix);
if (matrix)
ctx.transform.apply(ctx, matrix);
var scale = this.scale;
ctx.scale(1 / scale[0], 1 / scale[1]);
return ctx.createPattern(this.canvas, 'repeat');
}
};
return TilingPattern;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
var Stream = (function streamStream() {
function constructor(arrayBuffer, start, length, dict) {
this.bytes = new Uint8Array(arrayBuffer);
this.start = start || 0;
this.pos = this.start;
this.end = (start + length) || this.bytes.length;
this.dict = dict;
}
// required methods for a stream. if a particular stream does not
// implement these, an error should be thrown
constructor.prototype = {
get length() {
return this.end - this.start;
},
getByte: function stream_getByte() {
if (this.pos >= this.end)
return null;
return this.bytes[this.pos++];
},
// returns subarray of original buffer
// should only be read
getBytes: function stream_getBytes(length) {
var bytes = this.bytes;
var pos = this.pos;
var strEnd = this.end;
if (!length)
return bytes.subarray(pos, strEnd);
var end = pos + length;
if (end > strEnd)
end = strEnd;
this.pos = end;
return bytes.subarray(pos, end);
},
lookChar: function stream_lookChar() {
if (this.pos >= this.end)
return null;
return String.fromCharCode(this.bytes[this.pos]);
},
getChar: function stream_getChar() {
if (this.pos >= this.end)
return null;
return String.fromCharCode(this.bytes[this.pos++]);
},
skip: function stream_skip(n) {
if (!n)
n = 1;
this.pos += n;
},
reset: function stream_reset() {
this.pos = this.start;
},
moveStart: function stream_moveStart() {
this.start = this.pos;
},
makeSubStream: function stream_makeSubstream(start, length, dict) {
return new Stream(this.bytes.buffer, start, length, dict);
},
isStream: true
};
return constructor;
})();
var StringStream = (function stringStream() {
function constructor(str) {
var length = str.length;
var bytes = new Uint8Array(length);
for (var n = 0; n < length; ++n)
bytes[n] = str.charCodeAt(n);
Stream.call(this, bytes);
}
constructor.prototype = Stream.prototype;
return constructor;
})();
// super class for the decoding streams
var DecodeStream = (function decodeStream() {
function constructor() {
this.pos = 0;
this.bufferLength = 0;
this.eof = false;
this.buffer = null;
}
constructor.prototype = {
ensureBuffer: function decodestream_ensureBuffer(requested) {
var buffer = this.buffer;
var current = buffer ? buffer.byteLength : 0;
if (requested < current)
return buffer;
var size = 512;
while (size < requested)
size <<= 1;
var buffer2 = new Uint8Array(size);
for (var i = 0; i < current; ++i)
buffer2[i] = buffer[i];
return (this.buffer = buffer2);
},
getByte: function decodestream_getByte() {
var pos = this.pos;
while (this.bufferLength <= pos) {
if (this.eof)
return null;
this.readBlock();
}
return this.buffer[this.pos++];
},
getBytes: function decodestream_getBytes(length) {
var end, pos = this.pos;
if (length) {
this.ensureBuffer(pos + length);
end = pos + length;
while (!this.eof && this.bufferLength < end)
this.readBlock();
var bufEnd = this.bufferLength;
if (end > bufEnd)
end = bufEnd;
} else {
while (!this.eof)
this.readBlock();
end = this.bufferLength;
// checking if bufferLength is still 0 then
// the buffer has to be initialized
if (!end)
this.buffer = new Uint8Array(0);
}
this.pos = end;
return this.buffer.subarray(pos, end);
},
lookChar: function decodestream_lookChar() {
var pos = this.pos;
while (this.bufferLength <= pos) {
if (this.eof)
return null;
this.readBlock();
}
return String.fromCharCode(this.buffer[this.pos]);
},
getChar: function decodestream_getChar() {
var pos = this.pos;
while (this.bufferLength <= pos) {
if (this.eof)
return null;
this.readBlock();
}
return String.fromCharCode(this.buffer[this.pos++]);
},
makeSubStream: function decodestream_makeSubstream(start, length, dict) {
var end = start + length;
while (this.bufferLength <= end && !this.eof)
this.readBlock();
return new Stream(this.buffer, start, length, dict);
},
skip: function decodestream_skip(n) {
if (!n)
n = 1;
this.pos += n;
},
reset: function decodestream_reset() {
this.pos = 0;
}
};
return constructor;
})();
var FakeStream = (function fakeStream() {
function constructor(stream) {
this.dict = stream.dict;
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlock = function fakeStreamReadBlock() {
var bufferLength = this.bufferLength;
bufferLength += 1024;
var buffer = this.ensureBuffer(bufferLength);
this.bufferLength = bufferLength;
};
constructor.prototype.getBytes = function fakeStreamGetBytes(length) {
var end, pos = this.pos;
if (length) {
this.ensureBuffer(pos + length);
end = pos + length;
while (!this.eof && this.bufferLength < end)
this.readBlock();
var bufEnd = this.bufferLength;
if (end > bufEnd)
end = bufEnd;
} else {
this.eof = true;
end = this.bufferLength;
}
this.pos = end;
return this.buffer.subarray(pos, end);
};
return constructor;
})();
var StreamsSequenceStream = (function streamSequenceStream() {
function constructor(streams) {
this.streams = streams;
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlock = function streamSequenceStreamReadBlock() {
var streams = this.streams;
if (streams.length == 0) {
this.eof = true;
return;
}
var stream = streams.shift();
var chunk = stream.getBytes();
var bufferLength = this.bufferLength;
var newLength = bufferLength + chunk.length;
var buffer = this.ensureBuffer(newLength);
buffer.set(chunk, bufferLength);
this.bufferLength = newLength;
};
return constructor;
})();
var FlateStream = (function flateStream() {
var codeLenCodeMap = new Uint32Array([
16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15
]);
var lengthDecode = new Uint32Array([
0x00003, 0x00004, 0x00005, 0x00006, 0x00007, 0x00008, 0x00009, 0x0000a,
0x1000b, 0x1000d, 0x1000f, 0x10011, 0x20013, 0x20017, 0x2001b, 0x2001f,
0x30023, 0x3002b, 0x30033, 0x3003b, 0x40043, 0x40053, 0x40063, 0x40073,
0x50083, 0x500a3, 0x500c3, 0x500e3, 0x00102, 0x00102, 0x00102
]);
var distDecode = new Uint32Array([
0x00001, 0x00002, 0x00003, 0x00004, 0x10005, 0x10007, 0x20009, 0x2000d,
0x30011, 0x30019, 0x40021, 0x40031, 0x50041, 0x50061, 0x60081, 0x600c1,
0x70101, 0x70181, 0x80201, 0x80301, 0x90401, 0x90601, 0xa0801, 0xa0c01,
0xb1001, 0xb1801, 0xc2001, 0xc3001, 0xd4001, 0xd6001
]);
var fixedLitCodeTab = [new Uint32Array([
0x70100, 0x80050, 0x80010, 0x80118, 0x70110, 0x80070, 0x80030, 0x900c0,
0x70108, 0x80060, 0x80020, 0x900a0, 0x80000, 0x80080, 0x80040, 0x900e0,
0x70104, 0x80058, 0x80018, 0x90090, 0x70114, 0x80078, 0x80038, 0x900d0,
0x7010c, 0x80068, 0x80028, 0x900b0, 0x80008, 0x80088, 0x80048, 0x900f0,
0x70102, 0x80054, 0x80014, 0x8011c, 0x70112, 0x80074, 0x80034, 0x900c8,
0x7010a, 0x80064, 0x80024, 0x900a8, 0x80004, 0x80084, 0x80044, 0x900e8,
0x70106, 0x8005c, 0x8001c, 0x90098, 0x70116, 0x8007c, 0x8003c, 0x900d8,
0x7010e, 0x8006c, 0x8002c, 0x900b8, 0x8000c, 0x8008c, 0x8004c, 0x900f8,
0x70101, 0x80052, 0x80012, 0x8011a, 0x70111, 0x80072, 0x80032, 0x900c4,
0x70109, 0x80062, 0x80022, 0x900a4, 0x80002, 0x80082, 0x80042, 0x900e4,
0x70105, 0x8005a, 0x8001a, 0x90094, 0x70115, 0x8007a, 0x8003a, 0x900d4,
0x7010d, 0x8006a, 0x8002a, 0x900b4, 0x8000a, 0x8008a, 0x8004a, 0x900f4,
0x70103, 0x80056, 0x80016, 0x8011e, 0x70113, 0x80076, 0x80036, 0x900cc,
0x7010b, 0x80066, 0x80026, 0x900ac, 0x80006, 0x80086, 0x80046, 0x900ec,
0x70107, 0x8005e, 0x8001e, 0x9009c, 0x70117, 0x8007e, 0x8003e, 0x900dc,
0x7010f, 0x8006e, 0x8002e, 0x900bc, 0x8000e, 0x8008e, 0x8004e, 0x900fc,
0x70100, 0x80051, 0x80011, 0x80119, 0x70110, 0x80071, 0x80031, 0x900c2,
0x70108, 0x80061, 0x80021, 0x900a2, 0x80001, 0x80081, 0x80041, 0x900e2,
0x70104, 0x80059, 0x80019, 0x90092, 0x70114, 0x80079, 0x80039, 0x900d2,
0x7010c, 0x80069, 0x80029, 0x900b2, 0x80009, 0x80089, 0x80049, 0x900f2,
0x70102, 0x80055, 0x80015, 0x8011d, 0x70112, 0x80075, 0x80035, 0x900ca,
0x7010a, 0x80065, 0x80025, 0x900aa, 0x80005, 0x80085, 0x80045, 0x900ea,
0x70106, 0x8005d, 0x8001d, 0x9009a, 0x70116, 0x8007d, 0x8003d, 0x900da,
0x7010e, 0x8006d, 0x8002d, 0x900ba, 0x8000d, 0x8008d, 0x8004d, 0x900fa,
0x70101, 0x80053, 0x80013, 0x8011b, 0x70111, 0x80073, 0x80033, 0x900c6,
0x70109, 0x80063, 0x80023, 0x900a6, 0x80003, 0x80083, 0x80043, 0x900e6,
0x70105, 0x8005b, 0x8001b, 0x90096, 0x70115, 0x8007b, 0x8003b, 0x900d6,
0x7010d, 0x8006b, 0x8002b, 0x900b6, 0x8000b, 0x8008b, 0x8004b, 0x900f6,
0x70103, 0x80057, 0x80017, 0x8011f, 0x70113, 0x80077, 0x80037, 0x900ce,
0x7010b, 0x80067, 0x80027, 0x900ae, 0x80007, 0x80087, 0x80047, 0x900ee,
0x70107, 0x8005f, 0x8001f, 0x9009e, 0x70117, 0x8007f, 0x8003f, 0x900de,
0x7010f, 0x8006f, 0x8002f, 0x900be, 0x8000f, 0x8008f, 0x8004f, 0x900fe,
0x70100, 0x80050, 0x80010, 0x80118, 0x70110, 0x80070, 0x80030, 0x900c1,
0x70108, 0x80060, 0x80020, 0x900a1, 0x80000, 0x80080, 0x80040, 0x900e1,
0x70104, 0x80058, 0x80018, 0x90091, 0x70114, 0x80078, 0x80038, 0x900d1,
0x7010c, 0x80068, 0x80028, 0x900b1, 0x80008, 0x80088, 0x80048, 0x900f1,
0x70102, 0x80054, 0x80014, 0x8011c, 0x70112, 0x80074, 0x80034, 0x900c9,
0x7010a, 0x80064, 0x80024, 0x900a9, 0x80004, 0x80084, 0x80044, 0x900e9,
0x70106, 0x8005c, 0x8001c, 0x90099, 0x70116, 0x8007c, 0x8003c, 0x900d9,
0x7010e, 0x8006c, 0x8002c, 0x900b9, 0x8000c, 0x8008c, 0x8004c, 0x900f9,
0x70101, 0x80052, 0x80012, 0x8011a, 0x70111, 0x80072, 0x80032, 0x900c5,
0x70109, 0x80062, 0x80022, 0x900a5, 0x80002, 0x80082, 0x80042, 0x900e5,
0x70105, 0x8005a, 0x8001a, 0x90095, 0x70115, 0x8007a, 0x8003a, 0x900d5,
0x7010d, 0x8006a, 0x8002a, 0x900b5, 0x8000a, 0x8008a, 0x8004a, 0x900f5,
0x70103, 0x80056, 0x80016, 0x8011e, 0x70113, 0x80076, 0x80036, 0x900cd,
0x7010b, 0x80066, 0x80026, 0x900ad, 0x80006, 0x80086, 0x80046, 0x900ed,
0x70107, 0x8005e, 0x8001e, 0x9009d, 0x70117, 0x8007e, 0x8003e, 0x900dd,
0x7010f, 0x8006e, 0x8002e, 0x900bd, 0x8000e, 0x8008e, 0x8004e, 0x900fd,
0x70100, 0x80051, 0x80011, 0x80119, 0x70110, 0x80071, 0x80031, 0x900c3,
0x70108, 0x80061, 0x80021, 0x900a3, 0x80001, 0x80081, 0x80041, 0x900e3,
0x70104, 0x80059, 0x80019, 0x90093, 0x70114, 0x80079, 0x80039, 0x900d3,
0x7010c, 0x80069, 0x80029, 0x900b3, 0x80009, 0x80089, 0x80049, 0x900f3,
0x70102, 0x80055, 0x80015, 0x8011d, 0x70112, 0x80075, 0x80035, 0x900cb,
0x7010a, 0x80065, 0x80025, 0x900ab, 0x80005, 0x80085, 0x80045, 0x900eb,
0x70106, 0x8005d, 0x8001d, 0x9009b, 0x70116, 0x8007d, 0x8003d, 0x900db,
0x7010e, 0x8006d, 0x8002d, 0x900bb, 0x8000d, 0x8008d, 0x8004d, 0x900fb,
0x70101, 0x80053, 0x80013, 0x8011b, 0x70111, 0x80073, 0x80033, 0x900c7,
0x70109, 0x80063, 0x80023, 0x900a7, 0x80003, 0x80083, 0x80043, 0x900e7,
0x70105, 0x8005b, 0x8001b, 0x90097, 0x70115, 0x8007b, 0x8003b, 0x900d7,
0x7010d, 0x8006b, 0x8002b, 0x900b7, 0x8000b, 0x8008b, 0x8004b, 0x900f7,
0x70103, 0x80057, 0x80017, 0x8011f, 0x70113, 0x80077, 0x80037, 0x900cf,
0x7010b, 0x80067, 0x80027, 0x900af, 0x80007, 0x80087, 0x80047, 0x900ef,
0x70107, 0x8005f, 0x8001f, 0x9009f, 0x70117, 0x8007f, 0x8003f, 0x900df,
0x7010f, 0x8006f, 0x8002f, 0x900bf, 0x8000f, 0x8008f, 0x8004f, 0x900ff
]), 9];
var fixedDistCodeTab = [new Uint32Array([
0x50000, 0x50010, 0x50008, 0x50018, 0x50004, 0x50014, 0x5000c, 0x5001c,
0x50002, 0x50012, 0x5000a, 0x5001a, 0x50006, 0x50016, 0x5000e, 0x00000,
0x50001, 0x50011, 0x50009, 0x50019, 0x50005, 0x50015, 0x5000d, 0x5001d,
0x50003, 0x50013, 0x5000b, 0x5001b, 0x50007, 0x50017, 0x5000f, 0x00000
]), 5];
function constructor(stream) {
var bytes = stream.getBytes();
var bytesPos = 0;
this.dict = stream.dict;
var cmf = bytes[bytesPos++];
var flg = bytes[bytesPos++];
if (cmf == -1 || flg == -1)
error('Invalid header in flate stream: ' + cmf + ', ' + flg);
if ((cmf & 0x0f) != 0x08)
error('Unknown compression method in flate stream: ' + cmf + ', ' + flg);
if ((((cmf << 8) + flg) % 31) != 0)
error('Bad FCHECK in flate stream: ' + cmf + ', ' + flg);
if (flg & 0x20)
error('FDICT bit set in flate stream: ' + cmf + ', ' + flg);
this.bytes = bytes;
this.bytesPos = bytesPos;
this.codeSize = 0;
this.codeBuf = 0;
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.getBits = function flateStreamGetBits(bits) {
var codeSize = this.codeSize;
var codeBuf = this.codeBuf;
var bytes = this.bytes;
var bytesPos = this.bytesPos;
var b;
while (codeSize < bits) {
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad encoding in flate stream');
codeBuf |= b << codeSize;
codeSize += 8;
}
b = codeBuf & ((1 << bits) - 1);
this.codeBuf = codeBuf >> bits;
this.codeSize = codeSize -= bits;
this.bytesPos = bytesPos;
return b;
};
constructor.prototype.getCode = function flateStreamGetCode(table) {
var codes = table[0];
var maxLen = table[1];
var codeSize = this.codeSize;
var codeBuf = this.codeBuf;
var bytes = this.bytes;
var bytesPos = this.bytesPos;
while (codeSize < maxLen) {
var b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad encoding in flate stream');
codeBuf |= (b << codeSize);
codeSize += 8;
}
var code = codes[codeBuf & ((1 << maxLen) - 1)];
var codeLen = code >> 16;
var codeVal = code & 0xffff;
if (codeSize == 0 || codeSize < codeLen || codeLen == 0)
error('Bad encoding in flate stream');
this.codeBuf = (codeBuf >> codeLen);
this.codeSize = (codeSize - codeLen);
this.bytesPos = bytesPos;
return codeVal;
};
constructor.prototype.generateHuffmanTable =
function flateStreamGenerateHuffmanTable(lengths) {
var n = lengths.length;
// find max code length
var maxLen = 0;
for (var i = 0; i < n; ++i) {
if (lengths[i] > maxLen)
maxLen = lengths[i];
}
// build the table
var size = 1 << maxLen;
var codes = new Uint32Array(size);
for (var len = 1, code = 0, skip = 2;
len <= maxLen;
++len, code <<= 1, skip <<= 1) {
for (var val = 0; val < n; ++val) {
if (lengths[val] == len) {
// bit-reverse the code
var code2 = 0;
var t = code;
for (var i = 0; i < len; ++i) {
code2 = (code2 << 1) | (t & 1);
t >>= 1;
}
// fill the table entries
for (var i = code2; i < size; i += skip)
codes[i] = (len << 16) | val;
++code;
}
}
}
return [codes, maxLen];
};
constructor.prototype.readBlock = function flateStreamReadBlock() {
// read block header
var hdr = this.getBits(3);
if (hdr & 1)
this.eof = true;
hdr >>= 1;
if (hdr == 0) { // uncompressed block
var bytes = this.bytes;
var bytesPos = this.bytesPos;
var b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
var blockLen = b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
blockLen |= (b << 8);
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
var check = b;
if (typeof (b = bytes[bytesPos++]) == 'undefined')
error('Bad block header in flate stream');
check |= (b << 8);
if (check != (~blockLen & 0xffff))
error('Bad uncompressed block length in flate stream');
this.codeBuf = 0;
this.codeSize = 0;
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + blockLen);
var end = bufferLength + blockLen;
this.bufferLength = end;
for (var n = bufferLength; n < end; ++n) {
if (typeof (b = bytes[bytesPos++]) == 'undefined') {
this.eof = true;
break;
}
buffer[n] = b;
}
this.bytesPos = bytesPos;
return;
}
var litCodeTable;
var distCodeTable;
if (hdr == 1) { // compressed block, fixed codes
litCodeTable = fixedLitCodeTab;
distCodeTable = fixedDistCodeTab;
} else if (hdr == 2) { // compressed block, dynamic codes
var numLitCodes = this.getBits(5) + 257;
var numDistCodes = this.getBits(5) + 1;
var numCodeLenCodes = this.getBits(4) + 4;
// build the code lengths code table
var codeLenCodeLengths = new Uint8Array(codeLenCodeMap.length);
for (var i = 0; i < numCodeLenCodes; ++i)
codeLenCodeLengths[codeLenCodeMap[i]] = this.getBits(3);
var codeLenCodeTab = this.generateHuffmanTable(codeLenCodeLengths);
// build the literal and distance code tables
var len = 0;
var i = 0;
var codes = numLitCodes + numDistCodes;
var codeLengths = new Uint8Array(codes);
while (i < codes) {
var code = this.getCode(codeLenCodeTab);
if (code == 16) {
var bitsLength = 2, bitsOffset = 3, what = len;
} else if (code == 17) {
var bitsLength = 3, bitsOffset = 3, what = (len = 0);
} else if (code == 18) {
var bitsLength = 7, bitsOffset = 11, what = (len = 0);
} else {
codeLengths[i++] = len = code;
continue;
}
var repeatLength = this.getBits(bitsLength) + bitsOffset;
while (repeatLength-- > 0)
codeLengths[i++] = what;
}
litCodeTable =
this.generateHuffmanTable(codeLengths.subarray(0, numLitCodes));
distCodeTable =
this.generateHuffmanTable(codeLengths.subarray(numLitCodes, codes));
} else {
error('Unknown block type in flate stream');
}
var buffer = this.buffer;
var limit = buffer ? buffer.length : 0;
var pos = this.bufferLength;
while (true) {
var code1 = this.getCode(litCodeTable);
if (code1 < 256) {
if (pos + 1 >= limit) {
buffer = this.ensureBuffer(pos + 1);
limit = buffer.length;
}
buffer[pos++] = code1;
continue;
}
if (code1 == 256) {
this.bufferLength = pos;
return;
}
code1 -= 257;
code1 = lengthDecode[code1];
var code2 = code1 >> 16;
if (code2 > 0)
code2 = this.getBits(code2);
var len = (code1 & 0xffff) + code2;
code1 = this.getCode(distCodeTable);
code1 = distDecode[code1];
code2 = code1 >> 16;
if (code2 > 0)
code2 = this.getBits(code2);
var dist = (code1 & 0xffff) + code2;
if (pos + len >= limit) {
buffer = this.ensureBuffer(pos + len);
limit = buffer.length;
}
for (var k = 0; k < len; ++k, ++pos)
buffer[pos] = buffer[pos - dist];
}
};
return constructor;
})();
var PredictorStream = (function predictorStream() {
function constructor(stream, params) {
var predictor = this.predictor = params.get('Predictor') || 1;
if (predictor <= 1)
return stream; // no prediction
if (predictor !== 2 && (predictor < 10 || predictor > 15))
error('Unsupported predictor: ' + predictor);
if (predictor === 2)
this.readBlock = this.readBlockTiff;
else
this.readBlock = this.readBlockPng;
this.stream = stream;
this.dict = stream.dict;
var colors = this.colors = params.get('Colors') || 1;
var bits = this.bits = params.get('BitsPerComponent') || 8;
var columns = this.columns = params.get('Columns') || 1;
this.pixBytes = (colors * bits + 7) >> 3;
this.rowBytes = (columns * colors * bits + 7) >> 3;
DecodeStream.call(this);
return this;
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlockTiff =
function predictorStreamReadBlockTiff() {
var rowBytes = this.rowBytes;
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + rowBytes);
var currentRow = buffer.subarray(bufferLength, bufferLength + rowBytes);
var bits = this.bits;
var colors = this.colors;
var rawBytes = this.stream.getBytes(rowBytes);
var inbuf = 0, outbuf = 0;
var inbits = 0, outbits = 0;
if (bits === 1) {
for (var i = 0; i < rowBytes; ++i) {
var c = rawBytes[i];
inbuf = (inbuf << 8) | c;
// bitwise addition is exclusive or
// first shift inbuf and then add
currentRow[i] = (c ^ (inbuf >> colors)) & 0xFF;
// truncate inbuf (assumes colors < 16)
inbuf &= 0xFFFF;
}
} else if (bits === 8) {
for (var i = 0; i < colors; ++i)
currentRow[i] = rawBytes[i];
for (; i < rowBytes; ++i)
currentRow[i] = currentRow[i - colors] + rawBytes[i];
} else {
var compArray = new Uint8Array(colors + 1);
var bitMask = (1 << bits) - 1;
var j = 0, k = 0;
var columns = this.columns;
for (var i = 0; i < columns; ++i) {
for (var kk = 0; kk < colors; ++kk) {
if (inbits < bits) {
inbuf = (inbuf << 8) | (rawBytes[j++] & 0xFF);
inbits += 8;
}
compArray[kk] = (compArray[kk] +
(inbuf >> (inbits - bits))) & bitMask;
inbits -= bits;
outbuf = (outbuf << bits) | compArray[kk];
outbits += bits;
if (outbits >= 8) {
currentRow[k++] = (outbuf >> (outbits - 8)) & 0xFF;
outbits -= 8;
}
}
}
if (outbits > 0) {
currentRow[k++] = (outbuf << (8 - outbits)) +
(inbuf & ((1 << (8 - outbits)) - 1));
}
}
this.bufferLength += rowBytes;
};
constructor.prototype.readBlockPng = function predictorStreamReadBlockPng() {
var rowBytes = this.rowBytes;
var pixBytes = this.pixBytes;
var predictor = this.stream.getByte();
var rawBytes = this.stream.getBytes(rowBytes);
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + rowBytes);
var currentRow = buffer.subarray(bufferLength, bufferLength + rowBytes);
var prevRow = buffer.subarray(bufferLength - rowBytes, bufferLength);
if (prevRow.length == 0)
prevRow = new Uint8Array(rowBytes);
switch (predictor) {
case 0:
for (var i = 0; i < rowBytes; ++i)
currentRow[i] = rawBytes[i];
break;
case 1:
for (var i = 0; i < pixBytes; ++i)
currentRow[i] = rawBytes[i];
for (; i < rowBytes; ++i)
currentRow[i] = (currentRow[i - pixBytes] + rawBytes[i]) & 0xFF;
break;
case 2:
for (var i = 0; i < rowBytes; ++i)
currentRow[i] = (prevRow[i] + rawBytes[i]) & 0xFF;
break;
case 3:
for (var i = 0; i < pixBytes; ++i)
currentRow[i] = (prevRow[i] >> 1) + rawBytes[i];
for (; i < rowBytes; ++i) {
currentRow[i] = (((prevRow[i] + currentRow[i - pixBytes]) >> 1) +
rawBytes[i]) & 0xFF;
}
break;
case 4:
// we need to save the up left pixels values. the simplest way
// is to create a new buffer
for (var i = 0; i < pixBytes; ++i) {
var up = prevRow[i];
var c = rawBytes[i];
currentRow[i] = up + c;
}
for (; i < rowBytes; ++i) {
var up = prevRow[i];
var upLeft = prevRow[i - pixBytes];
var left = currentRow[i - pixBytes];
var p = left + up - upLeft;
var pa = p - left;
if (pa < 0)
pa = -pa;
var pb = p - up;
if (pb < 0)
pb = -pb;
var pc = p - upLeft;
if (pc < 0)
pc = -pc;
var c = rawBytes[i];
if (pa <= pb && pa <= pc)
currentRow[i] = left + c;
else if (pb <= pc)
currentRow[i] = up + c;
else
currentRow[i] = upLeft + c;
}
break;
default:
error('Unsupported predictor: ' + predictor);
}
this.bufferLength += rowBytes;
};
return constructor;
})();
/**
* Depending on the type of JPEG a JpegStream is handled in different ways. For
* JPEG's that are supported natively such as DeviceGray and DeviceRGB the image
* data is stored and then loaded by the browser. For unsupported JPEG's we use
* a library to decode these images and the stream behaves like all the other
* DecodeStreams.
*/
var JpegStream = (function jpegStream() {
function isAdobeImage(bytes) {
var maxBytesScanned = Math.max(bytes.length - 16, 1024);
// Looking for APP14, 'Adobe'
for (var i = 0; i < maxBytesScanned; ++i) {
if (bytes[i] == 0xFF && bytes[i + 1] == 0xEE &&
bytes[i + 2] == 0x00 && bytes[i + 3] == 0x0E &&
bytes[i + 4] == 0x41 && bytes[i + 5] == 0x64 &&
bytes[i + 6] == 0x6F && bytes[i + 7] == 0x62 &&
bytes[i + 8] == 0x65 && bytes[i + 9] == 0x00)
return true;
// scanning until frame tag
if (bytes[i] == 0xFF && bytes[i + 1] == 0xC0)
break;
}
return false;
}
function fixAdobeImage(bytes) {
// Inserting 'EMBED' marker after JPEG signature
var embedMarker = new Uint8Array([0xFF, 0xEC, 0, 8, 0x45, 0x4D, 0x42, 0x45,
0x44, 0]);
var newBytes = new Uint8Array(bytes.length + embedMarker.length);
newBytes.set(bytes, embedMarker.length);
// copy JPEG header
newBytes[0] = bytes[0];
newBytes[1] = bytes[1];
newBytes.set(embedMarker, 2);
return newBytes;
}
function constructor(bytes, dict, xref) {
// TODO: per poppler, some images may have 'junk' before that
// need to be removed
this.dict = dict;
// Flag indicating wether the image can be natively loaded.
this.isNative = true;
this.colorTransform = -1;
if (isAdobeImage(bytes)) {
// when bug 674619 land, let's check if browser can do
// normal cmyk and then we won't have to the following
var cs = xref.fetchIfRef(dict.get('ColorSpace'));
// DeviceRGB and DeviceGray are the only Adobe images that work natively
if (isName(cs) && (cs.name === 'DeviceRGB' || cs.name === 'DeviceGray')) {
bytes = fixAdobeImage(bytes);
this.src = bytesToString(bytes);
} else {
this.colorTransform = dict.get('ColorTransform');
this.isNative = false;
this.bytes = bytes;
}
} else {
this.src = bytesToString(bytes);
}
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.ensureBuffer = function jpegStreamEnsureBuffer(req) {
if (this.bufferLength)
return;
var jpegImage = new JpegImage();
jpegImage.colorTransform = this.colorTransform;
jpegImage.parse(this.bytes);
var width = jpegImage.width;
var height = jpegImage.height;
var data = jpegImage.getData(width, height);
this.buffer = data;
this.bufferLength = data.length;
};
constructor.prototype.getIR = function jpegStreamGetIR() {
return this.src;
};
constructor.prototype.getChar = function jpegStreamGetChar() {
error('internal error: getChar is not valid on JpegStream');
};
return constructor;
})();
var DecryptStream = (function decryptStream() {
function constructor(str, decrypt) {
this.str = str;
this.dict = str.dict;
this.decrypt = decrypt;
DecodeStream.call(this);
}
var chunkSize = 512;
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlock = function decryptStreamReadBlock() {
var chunk = this.str.getBytes(chunkSize);
if (!chunk || chunk.length == 0) {
this.eof = true;
return;
}
var decrypt = this.decrypt;
chunk = decrypt(chunk);
var bufferLength = this.bufferLength;
var i, n = chunk.length;
var buffer = this.ensureBuffer(bufferLength + n);
for (i = 0; i < n; i++)
buffer[bufferLength++] = chunk[i];
this.bufferLength = bufferLength;
};
return constructor;
})();
var Ascii85Stream = (function ascii85Stream() {
function constructor(str) {
this.str = str;
this.dict = str.dict;
this.input = new Uint8Array(5);
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlock = function ascii85StreamReadBlock() {
var tildaCode = '~'.charCodeAt(0);
var zCode = 'z'.charCodeAt(0);
var str = this.str;
var c = str.getByte();
while (Lexer.isSpace(String.fromCharCode(c)))
c = str.getByte();
if (!c || c === tildaCode) {
this.eof = true;
return;
}
var bufferLength = this.bufferLength, buffer;
// special code for z
if (c == zCode) {
buffer = this.ensureBuffer(bufferLength + 4);
for (var i = 0; i < 4; ++i)
buffer[bufferLength + i] = 0;
this.bufferLength += 4;
} else {
var input = this.input;
input[0] = c;
for (var i = 1; i < 5; ++i) {
c = str.getByte();
while (Lexer.isSpace(String.fromCharCode(c)))
c = str.getByte();
input[i] = c;
if (!c || c == tildaCode)
break;
}
buffer = this.ensureBuffer(bufferLength + i - 1);
this.bufferLength += i - 1;
// partial ending;
if (i < 5) {
for (; i < 5; ++i)
input[i] = 0x21 + 84;
this.eof = true;
}
var t = 0;
for (var i = 0; i < 5; ++i)
t = t * 85 + (input[i] - 0x21);
for (var i = 3; i >= 0; --i) {
buffer[bufferLength + i] = t & 0xFF;
t >>= 8;
}
}
};
return constructor;
})();
var AsciiHexStream = (function asciiHexStream() {
function constructor(str) {
this.str = str;
this.dict = str.dict;
DecodeStream.call(this);
}
var hexvalueMap = {
9: -1, // \t
32: -1, // space
48: 0,
49: 1,
50: 2,
51: 3,
52: 4,
53: 5,
54: 6,
55: 7,
56: 8,
57: 9,
65: 10,
66: 11,
67: 12,
68: 13,
69: 14,
70: 15,
97: 10,
98: 11,
99: 12,
100: 13,
101: 14,
102: 15
};
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlock = function asciiHexStreamReadBlock() {
var gtCode = '>'.charCodeAt(0), bytes = this.str.getBytes(), c, n,
decodeLength, buffer, bufferLength, i, length;
decodeLength = (bytes.length + 1) >> 1;
buffer = this.ensureBuffer(this.bufferLength + decodeLength);
bufferLength = this.bufferLength;
for (i = 0, length = bytes.length; i < length; i++) {
c = hexvalueMap[bytes[i]];
while (c == -1 && (i + 1) < length) {
c = hexvalueMap[bytes[++i]];
}
if ((i + 1) < length && (bytes[i + 1] !== gtCode)) {
n = hexvalueMap[bytes[++i]];
buffer[bufferLength++] = c * 16 + n;
} else {
// EOD marker at an odd number, behave as if a 0 followed the last
// digit.
if (bytes[i] !== gtCode) {
buffer[bufferLength++] = c * 16;
}
}
}
this.bufferLength = bufferLength;
this.eof = true;
};
return constructor;
})();
var CCITTFaxStream = (function ccittFaxStream() {
var ccittEOL = -2;
var twoDimPass = 0;
var twoDimHoriz = 1;
var twoDimVert0 = 2;
var twoDimVertR1 = 3;
var twoDimVertL1 = 4;
var twoDimVertR2 = 5;
var twoDimVertL2 = 6;
var twoDimVertR3 = 7;
var twoDimVertL3 = 8;
var twoDimTable = [
[-1, -1], [-1, -1], // 000000x
[7, twoDimVertL3], // 0000010
[7, twoDimVertR3], // 0000011
[6, twoDimVertL2], [6, twoDimVertL2], // 000010x
[6, twoDimVertR2], [6, twoDimVertR2], // 000011x
[4, twoDimPass], [4, twoDimPass], // 0001xxx
[4, twoDimPass], [4, twoDimPass],
[4, twoDimPass], [4, twoDimPass],
[4, twoDimPass], [4, twoDimPass],
[3, twoDimHoriz], [3, twoDimHoriz], // 001xxxx
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimHoriz], [3, twoDimHoriz],
[3, twoDimVertL1], [3, twoDimVertL1], // 010xxxx
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertL1], [3, twoDimVertL1],
[3, twoDimVertR1], [3, twoDimVertR1], // 011xxxx
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[3, twoDimVertR1], [3, twoDimVertR1],
[1, twoDimVert0], [1, twoDimVert0], // 1xxxxxx
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0],
[1, twoDimVert0], [1, twoDimVert0]
];
var whiteTable1 = [
[-1, -1], // 00000
[12, ccittEOL], // 00001
[-1, -1], [-1, -1], // 0001x
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 001xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 010xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 011xx
[11, 1792], [11, 1792], // 1000x
[12, 1984], // 10010
[12, 2048], // 10011
[12, 2112], // 10100
[12, 2176], // 10101
[12, 2240], // 10110
[12, 2304], // 10111
[11, 1856], [11, 1856], // 1100x
[11, 1920], [11, 1920], // 1101x
[12, 2368], // 11100
[12, 2432], // 11101
[12, 2496], // 11110
[12, 2560] // 11111
];
var whiteTable2 = [
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 0000000xx
[8, 29], [8, 29], // 00000010x
[8, 30], [8, 30], // 00000011x
[8, 45], [8, 45], // 00000100x
[8, 46], [8, 46], // 00000101x
[7, 22], [7, 22], [7, 22], [7, 22], // 0000011xx
[7, 23], [7, 23], [7, 23], [7, 23], // 0000100xx
[8, 47], [8, 47], // 00001010x
[8, 48], [8, 48], // 00001011x
[6, 13], [6, 13], [6, 13], [6, 13], // 000011xxx
[6, 13], [6, 13], [6, 13], [6, 13],
[7, 20], [7, 20], [7, 20], [7, 20], // 0001000xx
[8, 33], [8, 33], // 00010010x
[8, 34], [8, 34], // 00010011x
[8, 35], [8, 35], // 00010100x
[8, 36], [8, 36], // 00010101x
[8, 37], [8, 37], // 00010110x
[8, 38], [8, 38], // 00010111x
[7, 19], [7, 19], [7, 19], [7, 19], // 0001100xx
[8, 31], [8, 31], // 00011010x
[8, 32], [8, 32], // 00011011x
[6, 1], [6, 1], [6, 1], [6, 1], // 000111xxx
[6, 1], [6, 1], [6, 1], [6, 1],
[6, 12], [6, 12], [6, 12], [6, 12], // 001000xxx
[6, 12], [6, 12], [6, 12], [6, 12],
[8, 53], [8, 53], // 00100100x
[8, 54], [8, 54], // 00100101x
[7, 26], [7, 26], [7, 26], [7, 26], // 0010011xx
[8, 39], [8, 39], // 00101000x
[8, 40], [8, 40], // 00101001x
[8, 41], [8, 41], // 00101010x
[8, 42], [8, 42], // 00101011x
[8, 43], [8, 43], // 00101100x
[8, 44], [8, 44], // 00101101x
[7, 21], [7, 21], [7, 21], [7, 21], // 0010111xx
[7, 28], [7, 28], [7, 28], [7, 28], // 0011000xx
[8, 61], [8, 61], // 00110010x
[8, 62], [8, 62], // 00110011x
[8, 63], [8, 63], // 00110100x
[8, 0], [8, 0], // 00110101x
[8, 320], [8, 320], // 00110110x
[8, 384], [8, 384], // 00110111x
[5, 10], [5, 10], [5, 10], [5, 10], // 00111xxxx
[5, 10], [5, 10], [5, 10], [5, 10],
[5, 10], [5, 10], [5, 10], [5, 10],
[5, 10], [5, 10], [5, 10], [5, 10],
[5, 11], [5, 11], [5, 11], [5, 11], // 01000xxxx
[5, 11], [5, 11], [5, 11], [5, 11],
[5, 11], [5, 11], [5, 11], [5, 11],
[5, 11], [5, 11], [5, 11], [5, 11],
[7, 27], [7, 27], [7, 27], [7, 27], // 0100100xx
[8, 59], [8, 59], // 01001010x
[8, 60], [8, 60], // 01001011x
[9, 1472], // 010011000
[9, 1536], // 010011001
[9, 1600], // 010011010
[9, 1728], // 010011011
[7, 18], [7, 18], [7, 18], [7, 18], // 0100111xx
[7, 24], [7, 24], [7, 24], [7, 24], // 0101000xx
[8, 49], [8, 49], // 01010010x
[8, 50], [8, 50], // 01010011x
[8, 51], [8, 51], // 01010100x
[8, 52], [8, 52], // 01010101x
[7, 25], [7, 25], [7, 25], [7, 25], // 0101011xx
[8, 55], [8, 55], // 01011000x
[8, 56], [8, 56], // 01011001x
[8, 57], [8, 57], // 01011010x
[8, 58], [8, 58], // 01011011x
[6, 192], [6, 192], [6, 192], [6, 192], // 010111xxx
[6, 192], [6, 192], [6, 192], [6, 192],
[6, 1664], [6, 1664], [6, 1664], [6, 1664], // 011000xxx
[6, 1664], [6, 1664], [6, 1664], [6, 1664],
[8, 448], [8, 448], // 01100100x
[8, 512], [8, 512], // 01100101x
[9, 704], // 011001100
[9, 768], // 011001101
[8, 640], [8, 640], // 01100111x
[8, 576], [8, 576], // 01101000x
[9, 832], // 011010010
[9, 896], // 011010011
[9, 960], // 011010100
[9, 1024], // 011010101
[9, 1088], // 011010110
[9, 1152], // 011010111
[9, 1216], // 011011000
[9, 1280], // 011011001
[9, 1344], // 011011010
[9, 1408], // 011011011
[7, 256], [7, 256], [7, 256], [7, 256], // 0110111xx
[4, 2], [4, 2], [4, 2], [4, 2], // 0111xxxxx
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 2], [4, 2], [4, 2], [4, 2],
[4, 3], [4, 3], [4, 3], [4, 3], // 1000xxxxx
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[4, 3], [4, 3], [4, 3], [4, 3],
[5, 128], [5, 128], [5, 128], [5, 128], // 10010xxxx
[5, 128], [5, 128], [5, 128], [5, 128],
[5, 128], [5, 128], [5, 128], [5, 128],
[5, 128], [5, 128], [5, 128], [5, 128],
[5, 8], [5, 8], [5, 8], [5, 8], // 10011xxxx
[5, 8], [5, 8], [5, 8], [5, 8],
[5, 8], [5, 8], [5, 8], [5, 8],
[5, 8], [5, 8], [5, 8], [5, 8],
[5, 9], [5, 9], [5, 9], [5, 9], // 10100xxxx
[5, 9], [5, 9], [5, 9], [5, 9],
[5, 9], [5, 9], [5, 9], [5, 9],
[5, 9], [5, 9], [5, 9], [5, 9],
[6, 16], [6, 16], [6, 16], [6, 16], // 101010xxx
[6, 16], [6, 16], [6, 16], [6, 16],
[6, 17], [6, 17], [6, 17], [6, 17], // 101011xxx
[6, 17], [6, 17], [6, 17], [6, 17],
[4, 4], [4, 4], [4, 4], [4, 4], // 1011xxxxx
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 4], [4, 4], [4, 4], [4, 4],
[4, 5], [4, 5], [4, 5], [4, 5], // 1100xxxxx
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[4, 5], [4, 5], [4, 5], [4, 5],
[6, 14], [6, 14], [6, 14], [6, 14], // 110100xxx
[6, 14], [6, 14], [6, 14], [6, 14],
[6, 15], [6, 15], [6, 15], [6, 15], // 110101xxx
[6, 15], [6, 15], [6, 15], [6, 15],
[5, 64], [5, 64], [5, 64], [5, 64], // 11011xxxx
[5, 64], [5, 64], [5, 64], [5, 64],
[5, 64], [5, 64], [5, 64], [5, 64],
[5, 64], [5, 64], [5, 64], [5, 64],
[4, 6], [4, 6], [4, 6], [4, 6], // 1110xxxxx
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 6], [4, 6], [4, 6], [4, 6],
[4, 7], [4, 7], [4, 7], [4, 7], // 1111xxxxx
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7],
[4, 7], [4, 7], [4, 7], [4, 7]
];
var blackTable1 = [
[-1, -1], [-1, -1], // 000000000000x
[12, ccittEOL], [12, ccittEOL], // 000000000001x
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000001xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000010xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000011xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000100xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000101xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000110xx
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 00000000111xx
[11, 1792], [11, 1792], [11, 1792], [11, 1792], // 00000001000xx
[12, 1984], [12, 1984], // 000000010010x
[12, 2048], [12, 2048], // 000000010011x
[12, 2112], [12, 2112], // 000000010100x
[12, 2176], [12, 2176], // 000000010101x
[12, 2240], [12, 2240], // 000000010110x
[12, 2304], [12, 2304], // 000000010111x
[11, 1856], [11, 1856], [11, 1856], [11, 1856], // 00000001100xx
[11, 1920], [11, 1920], [11, 1920], [11, 1920], // 00000001101xx
[12, 2368], [12, 2368], // 000000011100x
[12, 2432], [12, 2432], // 000000011101x
[12, 2496], [12, 2496], // 000000011110x
[12, 2560], [12, 2560], // 000000011111x
[10, 18], [10, 18], [10, 18], [10, 18], // 0000001000xxx
[10, 18], [10, 18], [10, 18], [10, 18],
[12, 52], [12, 52], // 000000100100x
[13, 640], // 0000001001010
[13, 704], // 0000001001011
[13, 768], // 0000001001100
[13, 832], // 0000001001101
[12, 55], [12, 55], // 000000100111x
[12, 56], [12, 56], // 000000101000x
[13, 1280], // 0000001010010
[13, 1344], // 0000001010011
[13, 1408], // 0000001010100
[13, 1472], // 0000001010101
[12, 59], [12, 59], // 000000101011x
[12, 60], [12, 60], // 000000101100x
[13, 1536], // 0000001011010
[13, 1600], // 0000001011011
[11, 24], [11, 24], [11, 24], [11, 24], // 00000010111xx
[11, 25], [11, 25], [11, 25], [11, 25], // 00000011000xx
[13, 1664], // 0000001100100
[13, 1728], // 0000001100101
[12, 320], [12, 320], // 000000110011x
[12, 384], [12, 384], // 000000110100x
[12, 448], [12, 448], // 000000110101x
[13, 512], // 0000001101100
[13, 576], // 0000001101101
[12, 53], [12, 53], // 000000110111x
[12, 54], [12, 54], // 000000111000x
[13, 896], // 0000001110010
[13, 960], // 0000001110011
[13, 1024], // 0000001110100
[13, 1088], // 0000001110101
[13, 1152], // 0000001110110
[13, 1216], // 0000001110111
[10, 64], [10, 64], [10, 64], [10, 64], // 0000001111xxx
[10, 64], [10, 64], [10, 64], [10, 64]
];
var blackTable2 = [
[8, 13], [8, 13], [8, 13], [8, 13], // 00000100xxxx
[8, 13], [8, 13], [8, 13], [8, 13],
[8, 13], [8, 13], [8, 13], [8, 13],
[8, 13], [8, 13], [8, 13], [8, 13],
[11, 23], [11, 23], // 00000101000x
[12, 50], // 000001010010
[12, 51], // 000001010011
[12, 44], // 000001010100
[12, 45], // 000001010101
[12, 46], // 000001010110
[12, 47], // 000001010111
[12, 57], // 000001011000
[12, 58], // 000001011001
[12, 61], // 000001011010
[12, 256], // 000001011011
[10, 16], [10, 16], [10, 16], [10, 16], // 0000010111xx
[10, 17], [10, 17], [10, 17], [10, 17], // 0000011000xx
[12, 48], // 000001100100
[12, 49], // 000001100101
[12, 62], // 000001100110
[12, 63], // 000001100111
[12, 30], // 000001101000
[12, 31], // 000001101001
[12, 32], // 000001101010
[12, 33], // 000001101011
[12, 40], // 000001101100
[12, 41], // 000001101101
[11, 22], [11, 22], // 00000110111x
[8, 14], [8, 14], [8, 14], [8, 14], // 00000111xxxx
[8, 14], [8, 14], [8, 14], [8, 14],
[8, 14], [8, 14], [8, 14], [8, 14],
[8, 14], [8, 14], [8, 14], [8, 14],
[7, 10], [7, 10], [7, 10], [7, 10], // 0000100xxxxx
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 10], [7, 10], [7, 10], [7, 10],
[7, 11], [7, 11], [7, 11], [7, 11], // 0000101xxxxx
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[7, 11], [7, 11], [7, 11], [7, 11],
[9, 15], [9, 15], [9, 15], [9, 15], // 000011000xxx
[9, 15], [9, 15], [9, 15], [9, 15],
[12, 128], // 000011001000
[12, 192], // 000011001001
[12, 26], // 000011001010
[12, 27], // 000011001011
[12, 28], // 000011001100
[12, 29], // 000011001101
[11, 19], [11, 19], // 00001100111x
[11, 20], [11, 20], // 00001101000x
[12, 34], // 000011010010
[12, 35], // 000011010011
[12, 36], // 000011010100
[12, 37], // 000011010101
[12, 38], // 000011010110
[12, 39], // 000011010111
[11, 21], [11, 21], // 00001101100x
[12, 42], // 000011011010
[12, 43], // 000011011011
[10, 0], [10, 0], [10, 0], [10, 0], // 0000110111xx
[7, 12], [7, 12], [7, 12], [7, 12], // 0000111xxxxx
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12],
[7, 12], [7, 12], [7, 12], [7, 12]
];
var blackTable3 = [
[-1, -1], [-1, -1], [-1, -1], [-1, -1], // 0000xx
[6, 9], // 000100
[6, 8], // 000101
[5, 7], [5, 7], // 00011x
[4, 6], [4, 6], [4, 6], [4, 6], // 0010xx
[4, 5], [4, 5], [4, 5], [4, 5], // 0011xx
[3, 1], [3, 1], [3, 1], [3, 1], // 010xxx
[3, 1], [3, 1], [3, 1], [3, 1],
[3, 4], [3, 4], [3, 4], [3, 4], // 011xxx
[3, 4], [3, 4], [3, 4], [3, 4],
[2, 3], [2, 3], [2, 3], [2, 3], // 10xxxx
[2, 3], [2, 3], [2, 3], [2, 3],
[2, 3], [2, 3], [2, 3], [2, 3],
[2, 3], [2, 3], [2, 3], [2, 3],
[2, 2], [2, 2], [2, 2], [2, 2], // 11xxxx
[2, 2], [2, 2], [2, 2], [2, 2],
[2, 2], [2, 2], [2, 2], [2, 2],
[2, 2], [2, 2], [2, 2], [2, 2]
];
function constructor(str, params) {
this.str = str;
this.dict = str.dict;
params = params || new Dict();
this.encoding = params.get('K') || 0;
this.eoline = params.get('EndOfLine') || false;
this.byteAlign = params.get('EncodedByteAlign') || false;
this.columns = params.get('Columns') || 1728;
this.rows = params.get('Rows') || 0;
var eoblock = params.get('EndOfBlock');
if (eoblock == null)
eoblock = true;
this.eoblock = eoblock;
this.black = params.get('BlackIs1') || false;
this.codingLine = new Uint32Array(this.columns + 1);
this.refLine = new Uint32Array(this.columns + 2);
this.codingLine[0] = this.columns;
this.codingPos = 0;
this.row = 0;
this.nextLine2D = this.encoding < 0;
this.inputBits = 0;
this.inputBuf = 0;
this.outputBits = 0;
this.buf = EOF;
var code1;
while ((code1 = this.lookBits(12)) == 0) {
this.eatBits(1);
}
if (code1 == 1) {
this.eatBits(12);
}
if (this.encoding > 0) {
this.nextLine2D = !this.lookBits(1);
this.eatBits(1);
}
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBlock = function ccittFaxStreamReadBlock() {
while (!this.eof) {
var c = this.lookChar();
this.buf = EOF;
this.ensureBuffer(this.bufferLength + 1);
this.buffer[this.bufferLength++] = c;
}
};
constructor.prototype.addPixels =
function ccittFaxStreamAddPixels(a1, blackPixels) {
var codingLine = this.codingLine;
var codingPos = this.codingPos;
if (a1 > codingLine[codingPos]) {
if (a1 > this.columns) {
warn('row is wrong length');
this.err = true;
a1 = this.columns;
}
if ((codingPos & 1) ^ blackPixels) {
++codingPos;
}
codingLine[codingPos] = a1;
}
this.codingPos = codingPos;
};
constructor.prototype.addPixelsNeg =
function ccittFaxStreamAddPixelsNeg(a1, blackPixels) {
var codingLine = this.codingLine;
var codingPos = this.codingPos;
if (a1 > codingLine[codingPos]) {
if (a1 > this.columns) {
warn('row is wrong length');
this.err = true;
a1 = this.columns;
}
if ((codingPos & 1) ^ blackPixels)
++codingPos;
codingLine[codingPos] = a1;
} else if (a1 < codingLine[codingPos]) {
if (a1 < 0) {
warn('invalid code');
this.err = true;
a1 = 0;
}
while (codingPos > 0 && a1 < codingLine[codingPos - 1])
--codingPos;
codingLine[codingPos] = a1;
}
this.codingPos = codingPos;
};
constructor.prototype.lookChar = function ccittFaxStreamLookChar() {
if (this.buf != EOF)
return this.buf;
var refLine = this.refLine;
var codingLine = this.codingLine;
var columns = this.columns;
var refPos, blackPixels, bits;
if (this.outputBits == 0) {
if (this.eof)
return null;
this.err = false;
var code1, code2, code3;
if (this.nextLine2D) {
for (var i = 0; codingLine[i] < columns; ++i)
refLine[i] = codingLine[i];
refLine[i++] = columns;
refLine[i] = columns;
codingLine[0] = 0;
this.codingPos = 0;
refPos = 0;
blackPixels = 0;
while (codingLine[this.codingPos] < columns) {
code1 = this.getTwoDimCode();
switch (code1) {
case twoDimPass:
this.addPixels(refLine[refPos + 1], blackPixels);
if (refLine[refPos + 1] < columns)
refPos += 2;
break;
case twoDimHoriz:
code1 = code2 = 0;
if (blackPixels) {
do {
code1 += (code3 = this.getBlackCode());
} while (code3 >= 64);
do {
code2 += (code3 = this.getWhiteCode());
} while (code3 >= 64);
} else {
do {
code1 += (code3 = this.getWhiteCode());
} while (code3 >= 64);
do {
code2 += (code3 = this.getBlackCode());
} while (code3 >= 64);
}
this.addPixels(codingLine[this.codingPos] +
code1, blackPixels);
if (codingLine[this.codingPos] < columns) {
this.addPixels(codingLine[this.codingPos] + code2,
blackPixels ^ 1);
}
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns) {
refPos += 2;
}
break;
case twoDimVertR3:
this.addPixels(refLine[refPos] + 3, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertR2:
this.addPixels(refLine[refPos] + 2, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns) {
refPos += 2;
}
}
break;
case twoDimVertR1:
this.addPixels(refLine[refPos] + 1, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVert0:
this.addPixels(refLine[refPos], blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertL3:
this.addPixelsNeg(refLine[refPos] - 3, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
if (refPos > 0)
--refPos;
else
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertL2:
this.addPixelsNeg(refLine[refPos] - 2, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
if (refPos > 0)
--refPos;
else
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case twoDimVertL1:
this.addPixelsNeg(refLine[refPos] - 1, blackPixels);
blackPixels ^= 1;
if (codingLine[this.codingPos] < columns) {
if (refPos > 0)
--refPos;
else
++refPos;
while (refLine[refPos] <= codingLine[this.codingPos] &&
refLine[refPos] < columns)
refPos += 2;
}
break;
case EOF:
this.addPixels(columns, 0);
this.eof = true;
break;
default:
warn('bad 2d code');
this.addPixels(columns, 0);
this.err = true;
}
}
} else {
codingLine[0] = 0;
this.codingPos = 0;
blackPixels = 0;
while (codingLine[this.codingPos] < columns) {
code1 = 0;
if (blackPixels) {
do {
code1 += (code3 = this.getBlackCode());
} while (code3 >= 64);
} else {
do {
code1 += (code3 = this.getWhiteCode());
} while (code3 >= 64);
}
this.addPixels(codingLine[this.codingPos] + code1, blackPixels);
blackPixels ^= 1;
}
}
if (this.byteAlign)
this.inputBits &= ~7;
var gotEOL = false;
if (!this.eoblock && this.row == this.rows - 1) {
this.eof = true;
} else {
code1 = this.lookBits(12);
while (code1 == 0) {
this.eatBits(1);
code1 = this.lookBits(12);
}
if (code1 == 1) {
this.eatBits(12);
gotEOL = true;
} else if (code1 == EOF) {
this.eof = true;
}
}
if (!this.eof && this.encoding > 0) {
this.nextLine2D = !this.lookBits(1);
this.eatBits(1);
}
if (this.eoblock && gotEOL) {
code1 = this.lookBits(12);
if (code1 == 1) {
this.eatBits(12);
if (this.encoding > 0) {
this.lookBits(1);
this.eatBits(1);
}
if (this.encoding >= 0) {
for (var i = 0; i < 4; ++i) {
code1 = this.lookBits(12);
if (code1 != 1)
warn('bad rtc code: ' + code1);
this.eatBits(12);
if (this.encoding > 0) {
this.lookBits(1);
this.eatBits(1);
}
}
}
this.eof = true;
}
} else if (this.err && this.eoline) {
while (true) {
code1 = this.lookBits(13);
if (code1 == EOF) {
this.eof = true;
return null;
}
if ((code1 >> 1) == 1) {
break;
}
this.eatBits(1);
}
this.eatBits(12);
if (this.encoding > 0) {
this.eatBits(1);
this.nextLine2D = !(code1 & 1);
}
}
if (codingLine[0] > 0)
this.outputBits = codingLine[this.codingPos = 0];
else
this.outputBits = codingLine[this.codingPos = 1];
this.row++;
}
if (this.outputBits >= 8) {
this.buf = (this.codingPos & 1) ? 0 : 0xFF;
this.outputBits -= 8;
if (this.outputBits == 0 && codingLine[this.codingPos] < columns) {
this.codingPos++;
this.outputBits = (codingLine[this.codingPos] -
codingLine[this.codingPos - 1]);
}
} else {
var bits = 8;
this.buf = 0;
do {
if (this.outputBits > bits) {
this.buf <<= bits;
if (!(this.codingPos & 1)) {
this.buf |= 0xFF >> (8 - bits);
}
this.outputBits -= bits;
bits = 0;
} else {
this.buf <<= this.outputBits;
if (!(this.codingPos & 1)) {
this.buf |= 0xFF >> (8 - this.outputBits);
}
bits -= this.outputBits;
this.outputBits = 0;
if (codingLine[this.codingPos] < columns) {
this.codingPos++;
this.outputBits = (codingLine[this.codingPos] -
codingLine[this.codingPos - 1]);
} else if (bits > 0) {
this.buf <<= bits;
bits = 0;
}
}
} while (bits);
}
if (this.black) {
this.buf ^= 0xFF;
}
return this.buf;
};
// This functions returns the code found from the table.
// The start and end parameters set the boundaries for searching the table.
// The limit parameter is optional. Function returns an array with three
// values. The first array element indicates whether a valid code is being
// returned. The second array element is the actual code. The third array
// element indicates whether EOF was reached.
var findTableCode = function ccittFaxStreamFindTableCode(start, end, table,
limit) {
var limitValue = limit || 0;
for (var i = start; i <= end; ++i) {
var code = this.lookBits(i);
if (code == EOF)
return [true, 1, false];
if (i < end)
code <<= end - i;
if (!limitValue || code >= limitValue) {
var p = table[code - limitValue];
if (p[0] == i) {
this.eatBits(i);
return [true, p[1], true];
}
}
}
return [false, 0, false];
};
constructor.prototype.getTwoDimCode = function ccittFaxStreamGetTwoDimCode() {
var code = 0;
var p;
if (this.eoblock) {
code = this.lookBits(7);
p = twoDimTable[code];
if (p[0] > 0) {
this.eatBits(p[0]);
return p[1];
}
} else {
var result = findTableCode(1, 7, twoDimTable);
if (result[0] && result[2])
return result[1];
}
warn('Bad two dim code');
return EOF;
};
constructor.prototype.getWhiteCode = function ccittFaxStreamGetWhiteCode() {
var code = 0;
var p;
var n;
if (this.eoblock) {
code = this.lookBits(12);
if (code == EOF)
return 1;
if ((code >> 5) == 0)
p = whiteTable1[code];
else
p = whiteTable2[code >> 3];
if (p[0] > 0) {
this.eatBits(p[0]);
return p[1];
}
} else {
var result = findTableCode(1, 9, whiteTable2);
if (result[0])
return result[1];
result = findTableCode(11, 12, whiteTable1);
if (result[0])
return result[1];
}
warn('bad white code');
this.eatBits(1);
return 1;
};
constructor.prototype.getBlackCode = function ccittFaxStreamGetBlackCode() {
var code, p;
if (this.eoblock) {
code = this.lookBits(13);
if (code == EOF)
return 1;
if ((code >> 7) == 0)
p = blackTable1[code];
else if ((code >> 9) == 0 && (code >> 7) != 0)
p = blackTable2[(code >> 1) - 64];
else
p = blackTable3[code >> 7];
if (p[0] > 0) {
this.eatBits(p[0]);
return p[1];
}
} else {
var result = findTableCode(2, 6, blackTable3);
if (result[0])
return result[1];
result = findTableCode(7, 12, blackTable2, 64);
if (result[0])
return result[1];
result = findTableCode(10, 13, blackTable1);
if (result[0])
return result[1];
}
warn('bad black code');
this.eatBits(1);
return 1;
};
constructor.prototype.lookBits = function ccittFaxStreamLookBits(n) {
var c;
while (this.inputBits < n) {
if ((c = this.str.getByte()) == null) {
if (this.inputBits == 0)
return EOF;
return ((this.inputBuf << (n - this.inputBits)) &
(0xFFFF >> (16 - n)));
}
this.inputBuf = (this.inputBuf << 8) + c;
this.inputBits += 8;
}
return (this.inputBuf >> (this.inputBits - n)) & (0xFFFF >> (16 - n));
};
constructor.prototype.eatBits = function ccittFaxStreamEatBits(n) {
if ((this.inputBits -= n) < 0)
this.inputBits = 0;
};
return constructor;
})();
var LZWStream = (function lzwStream() {
function constructor(str, earlyChange) {
this.str = str;
this.dict = str.dict;
this.cachedData = 0;
this.bitsCached = 0;
var maxLzwDictionarySize = 4096;
var lzwState = {
earlyChange: earlyChange,
codeLength: 9,
nextCode: 258,
dictionaryValues: new Uint8Array(maxLzwDictionarySize),
dictionaryLengths: new Uint16Array(maxLzwDictionarySize),
dictionaryPrevCodes: new Uint16Array(maxLzwDictionarySize),
currentSequence: new Uint8Array(maxLzwDictionarySize),
currentSequenceLength: 0
};
for (var i = 0; i < 256; ++i) {
lzwState.dictionaryValues[i] = i;
lzwState.dictionaryLengths[i] = 1;
}
this.lzwState = lzwState;
DecodeStream.call(this);
}
constructor.prototype = Object.create(DecodeStream.prototype);
constructor.prototype.readBits = function lzwStreamReadBits(n) {
var bitsCached = this.bitsCached;
var cachedData = this.cachedData;
while (bitsCached < n) {
var c = this.str.getByte();
if (c == null) {
this.eof = true;
return null;
}
cachedData = (cachedData << 8) | c;
bitsCached += 8;
}
this.bitsCached = (bitsCached -= n);
this.cachedData = cachedData;
this.lastCode = null;
return (cachedData >>> bitsCached) & ((1 << n) - 1);
};
constructor.prototype.readBlock = function lzwStreamReadBlock() {
var blockSize = 512;
var estimatedDecodedSize = blockSize * 2, decodedSizeDelta = blockSize;
var i, j, q;
var lzwState = this.lzwState;
if (!lzwState)
return; // eof was found
var earlyChange = lzwState.earlyChange;
var nextCode = lzwState.nextCode;
var dictionaryValues = lzwState.dictionaryValues;
var dictionaryLengths = lzwState.dictionaryLengths;
var dictionaryPrevCodes = lzwState.dictionaryPrevCodes;
var codeLength = lzwState.codeLength;
var prevCode = lzwState.prevCode;
var currentSequence = lzwState.currentSequence;
var currentSequenceLength = lzwState.currentSequenceLength;
var decodedLength = 0;
var currentBufferLength = this.bufferLength;
var buffer = this.ensureBuffer(this.bufferLength + estimatedDecodedSize);
for (i = 0; i < blockSize; i++) {
var code = this.readBits(codeLength);
var hasPrev = currentSequenceLength > 0;
if (code < 256) {
currentSequence[0] = code;
currentSequenceLength = 1;
} else if (code >= 258) {
if (code < nextCode) {
currentSequenceLength = dictionaryLengths[code];
for (j = currentSequenceLength - 1, q = code; j >= 0; j--) {
currentSequence[j] = dictionaryValues[q];
q = dictionaryPrevCodes[q];
}
} else {
currentSequence[currentSequenceLength++] = currentSequence[0];
}
} else if (code == 256) {
codeLength = 9;
nextCode = 258;
currentSequenceLength = 0;
continue;
} else {
this.eof = true;
delete this.lzwState;
break;
}
if (hasPrev) {
dictionaryPrevCodes[nextCode] = prevCode;
dictionaryLengths[nextCode] = dictionaryLengths[prevCode] + 1;
dictionaryValues[nextCode] = currentSequence[0];
nextCode++;
codeLength = (nextCode + earlyChange) & (nextCode + earlyChange - 1) ?
codeLength : Math.min(Math.log(nextCode + earlyChange) /
0.6931471805599453 + 1, 12) | 0;
}
prevCode = code;
decodedLength += currentSequenceLength;
if (estimatedDecodedSize < decodedLength) {
do {
estimatedDecodedSize += decodedSizeDelta;
} while (estimatedDecodedSize < decodedLength);
buffer = this.ensureBuffer(this.bufferLength + estimatedDecodedSize);
}
for (j = 0; j < currentSequenceLength; j++)
buffer[currentBufferLength++] = currentSequence[j];
}
lzwState.nextCode = nextCode;
lzwState.codeLength = codeLength;
lzwState.prevCode = prevCode;
lzwState.currentSequenceLength = currentSequenceLength;
this.bufferLength = currentBufferLength;
};
return constructor;
})();
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
'use strict';
function MessageHandler(name, comObj) {
this.name = name;
this.comObj = comObj;
var ah = this.actionHandler = {};
ah['console_log'] = [function ahConsoleLog(data) {
console.log.apply(console, data);
}];
ah['console_error'] = [function ahConsoleError(data) {
console.error.apply(console, data);
}];
comObj.onmessage = function messageHandlerComObjOnMessage(event) {
var data = event.data;
if (data.action in ah) {
var action = ah[data.action];
action[0].call(action[1], data.data);
} else {
throw 'Unkown action from worker: ' + data.action;
}
};
}
MessageHandler.prototype = {
on: function messageHandlerOn(actionName, handler, scope) {
var ah = this.actionHandler;
if (ah[actionName]) {
throw 'There is already an actionName called "' + actionName + '"';
}
ah[actionName] = [handler, scope];
},
send: function messageHandlerSend(actionName, data) {
this.comObj.postMessage({
action: actionName,
data: data
});
}
};
var WorkerMessageHandler = {
setup: function wphSetup(handler) {
var pdfDoc = null;
handler.on('test', function wphSetupTest(data) {
handler.send('test', data instanceof Uint8Array);
});
handler.on('workerSrc', function wphSetupWorkerSrc(data) {
// In development, the `workerSrc` message is handled in the
// `worker_loader.js` file. In production the workerProcessHandler is
// called for this. This servers as a dummy to prevent calling an
// undefined action `workerSrc`.
});
handler.on('doc', function wphSetupDoc(data) {
// Create only the model of the PDFDoc, which is enough for
// processing the content of the pdf.
pdfDoc = new PDFDocModel(new Stream(data));
});
handler.on('page_request', function wphSetupPageRequest(pageNum) {
pageNum = parseInt(pageNum);
var page = pdfDoc.getPage(pageNum);
// The following code does quite the same as
// Page.prototype.startRendering, but stops at one point and sends the
// result back to the main thread.
var gfx = new CanvasGraphics(null);
var start = Date.now();
var dependency = [];
// Pre compile the pdf page and fetch the fonts/images.
var IRQueue = page.getIRQueue(handler, dependency);
console.log('page=%d - getIRQueue: time=%dms, len=%d', pageNum,
Date.now() - start, IRQueue.fnArray.length);
// Filter the dependecies for fonts.
var fonts = {};
for (var i = 0, ii = dependency.length; i < ii; i++) {
var dep = dependency[i];
if (dep.indexOf('font_') == 0) {
fonts[dep] = true;
}
}
handler.send('page', {
pageNum: pageNum,
IRQueue: IRQueue,
depFonts: Object.keys(fonts)
});
}, this);
handler.on('font', function wphSetupFont(data) {
var objId = data[0];
var name = data[1];
var file = data[2];
var properties = data[3];
var font = {
name: name,
file: file,
properties: properties
};
// Some fonts don't have a file, e.g. the build in ones like Arial.
if (file) {
var fontFileDict = new Dict();
fontFileDict.map = file.dict.map;
var fontFile = new Stream(file.bytes, file.start,
file.end - file.start, fontFileDict);
// Check if this is a FlateStream. Otherwise just use the created
// Stream one. This makes complex_ttf_font.pdf work.
var cmf = file.bytes[0];
if ((cmf & 0x0f) == 0x08) {
font.file = new FlateStream(fontFile);
} else {
font.file = fontFile;
}
}
var obj = new Font(font.name, font.file, font.properties);
var str = '';
var objData = obj.data;
if (objData) {
var length = objData.length;
for (var j = 0; j < length; ++j)
str += String.fromCharCode(objData[j]);
}
obj.str = str;
// Remove the data array form the font object, as it's not needed
// anymore as we sent over the ready str.
delete obj.data;
handler.send('font_ready', [objId, obj]);
});
}
};
var consoleTimer = {};
var workerConsole = {
log: function log() {
var args = Array.prototype.slice.call(arguments);
postMessage({
action: 'console_log',
data: args
});
},
error: function error() {
var args = Array.prototype.slice.call(arguments);
postMessage({
action: 'console_error',
data: args
});
},
time: function time(name) {
consoleTimer[name] = Date.now();
},
timeEnd: function timeEnd(name) {
var time = consoleTimer[name];
if (time == null) {
throw 'Unkown timer name ' + name;
}
this.log('Timer:', name, Date.now() - time);
}
};
// Worker thread?
if (typeof window === 'undefined') {
globalScope.console = workerConsole;
var handler = new MessageHandler('worker_processor', this);
WorkerMessageHandler.setup(handler);
}
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
// - The JPEG specification can be found in the ITU CCITT Recommendation T.81
// (www.w3.org/Graphics/JPEG/itu-t81.pdf)
// - The JFIF specification can be found in the JPEG File Interchange Format
// (www.w3.org/Graphics/JPEG/jfif3.pdf)
// - The Adobe Application-Specific JPEG markers in the Supporting the DCT Filters
// in PostScript Level 2, Technical Note #5116
// (partners.adobe.com/public/developer/en/ps/sdk/5116.DCT_Filter.pdf)
var JpegImage = (function jpegImage() {
"use strict";
var dctZigZag = new Int32Array([
0,
1, 8,
16, 9, 2,
3, 10, 17, 24,
32, 25, 18, 11, 4,
5, 12, 19, 26, 33, 40,
48, 41, 34, 27, 20, 13, 6,
7, 14, 21, 28, 35, 42, 49, 56,
57, 50, 43, 36, 29, 22, 15,
23, 30, 37, 44, 51, 58,
59, 52, 45, 38, 31,
39, 46, 53, 60,
61, 54, 47,
55, 62,
63
]);
var dctCos1 = 4017 // cos(pi/16)
var dctSin1 = 799 // sin(pi/16)
var dctCos3 = 3406 // cos(3*pi/16)
var dctSin3 = 2276 // sin(3*pi/16)
var dctCos6 = 1567 // cos(6*pi/16)
var dctSin6 = 3784 // sin(6*pi/16)
var dctSqrt2 = 5793 // sqrt(2)
var dctSqrt1d2 = 2896 // sqrt(2) / 2
function constructor() {
}
function buildHuffmanTable(codeLengths, values) {
var k = 0, code = [], i, j, length = 16;
while (length > 0 && !codeLengths[length - 1])
length--;
code.push({children: [], index: 0});
var p = code[0], q;
for (i = 0; i < length; i++) {
for (j = 0; j < codeLengths[i]; j++) {
p = code.pop();
p.children[p.index] = values[k];
while (p.index > 0) {
p = code.pop();
}
p.index++;
code.push(p);
while (code.length <= i) {
code.push(q = {children: [], index: 0});
p.children[p.index] = q.children;
p = q;
}
k++;
}
if (i + 1 < length) {
// p here points to last code
code.push(q = {children: [], index: 0});
p.children[p.index] = q.children;
p = q;
}
}
return code[0].children;
}
function decodeScan(data, offset,
frame, components, resetInterval,
spectralStart, spectralEnd,
successivePrev, successive) {
var precision = frame.precision;
var samplesPerLine = frame.samplesPerLine;
var scanLines = frame.scanLines;
var mcusPerLine = frame.mcusPerLine;
var progressive = frame.progressive;
var maxH = frame.maxH, maxV = frame.maxV;
var startOffset = offset, bitsData = 0, bitsCount = 0;
function readBit() {
if (bitsCount > 0) {
bitsCount--;
return (bitsData >> bitsCount) & 1;
}
bitsData = data[offset++];
if (bitsData == 0xFF) {
var nextByte = data[offset++];
if (nextByte) {
throw "unexpected marker: " + ((bitsData << 8) | nextByte).toString(16);
}
// unstuff 0
}
bitsCount = 7;
return bitsData >>> 7;
}
function decodeHuffman(tree) {
var node = tree, bit;
while ((bit = readBit()) !== null) {
node = node[bit];
if (typeof node === 'number')
return node;
if (typeof node !== 'object')
throw "invalid huffman sequence";
}
return null;
}
function receive(length) {
var n = 0;
while (length > 0) {
var bit = readBit();
if (bit === null) return;
n = (n << 1) | bit;
length--;
}
return n;
}
function receiveAndExtend(length) {
var n = receive(length);
if (n >= 1 << (length - 1))
return n;
return n + (-1 << length) + 1;
}
function decodeBaseline(component, zz) {
var t = decodeHuffman(component.huffmanTableDC);
var diff = t === 0 ? 0 : receiveAndExtend(t);
zz[0]= (component.pred += diff);
var k = 1;
while (k < 64) {
var rs = decodeHuffman(component.huffmanTableAC);
var s = rs & 15, r = rs >> 4;
if (s === 0) {
if (r < 15)
break;
k += 16;
continue;
}
k += r;
var z = dctZigZag[k];
zz[z] = receiveAndExtend(s);
k++;
}
}
function decodeDCFirst(component, zz) {
var t = decodeHuffman(component.huffmanTableDC);
var diff = t === 0 ? 0 : (receiveAndExtend(t) << successive);
zz[0] = (component.pred += diff);
}
function decodeDCSuccessive(component, zz) {
zz[0] |= readBit() << successive;
}
var eobrun = 0;
function decodeACFirst(component, zz) {
if (eobrun > 0) {
eobrun--;
return;
}
var k = spectralStart, e = spectralEnd;
while (k <= e) {
var rs = decodeHuffman(component.huffmanTableAC);
var s = rs & 15, r = rs >> 4;
if (s === 0) {
if (r < 15) {
eobrun = receive(r) + (1 << r) - 1;
break;
}
k += 16;
continue;
}
k += r;
var z = dctZigZag[k];
zz[z] = receiveAndExtend(s) * (1 << successive);
k++;
}
}
var successiveACState = 0, successiveACNextValue;
function decodeACSuccessive(component, zz) {
var k = spectralStart, e = spectralEnd, r = 0;
while (k <= e) {
var z = dctZigZag[k];
switch (successiveACState) {
case 0: // initial state
var rs = decodeHuffman(component.huffmanTableAC);
var s = rs & 15, r = rs >> 4;
if (s === 0) {
if (r < 15) {
eobrun = receive(r) + (1 << r);
successiveACState = 4;
} else {
r = 16;
successiveACState = 1;
}
} else {
if (s !== 1)
throw "invalid ACn encoding";
successiveACNextValue = receiveAndExtend(s);
successiveACState = r ? 2 : 3;
}
continue;
case 1: // skipping r zero items
case 2:
if (zz[z])
zz[z] += (readBit() << successive);
else {
r--;
if (r === 0)
successiveACState = successiveACState == 2 ? 3 : 0;
}
break;
case 3: // set value for a zero item
if (zz[z])
zz[z] += (readBit() << successive);
else {
zz[z] = successiveACNextValue << successive;
successiveACState = 0;
}
break;
case 4: // eob
if (zz[z])
zz[z] += (readBit() << successive);
break;
}
k++;
}
if (successiveACState === 4) {
eobrun--;
if (eobrun === 0)
successiveACState = 0;
}
}
function decodeMcu(component, decode, mcu, row, col) {
var mcuRow = (mcu / mcusPerLine) | 0;
var mcuCol = mcu % mcusPerLine;
var blockRow = mcuRow * component.v + row;
var blockCol = mcuCol * component.h + col;
decode(component, component.blocks[blockRow][blockCol]);
}
function decodeBlock(component, decode, mcu) {
var blockRow = (mcu / component.blocksPerLine) | 0;
var blockCol = mcu % component.blocksPerLine;
decode(component, component.blocks[blockRow][blockCol]);
}
var componentsLength = components.length;
var component, i, j, k, n;
var decodeFn;
if (progressive) {
if (spectralStart === 0)
decodeFn = successivePrev === 0 ? decodeDCFirst : decodeDCSuccessive;
else
decodeFn = successivePrev === 0 ? decodeACFirst : decodeACSuccessive;
} else {
decodeFn = decodeBaseline;
}
var mcu = 0, marker;
var mcuExpected;
if (componentsLength == 1) {
mcuExpected = components[0].blocksPerLine * components[0].blocksPerColumn;
} else {
mcuExpected = mcusPerLine * frame.mcusPerColumn;
}
if (!resetInterval) resetInterval = mcuExpected;
var h, v;
while (mcu < mcuExpected) {
// reset interval stuff
for (i = 0; i < componentsLength; i++)
components[i].pred = 0;
eobrun = 0;
if (componentsLength == 1) {
component = components[0];
for (n = 0; n < resetInterval; n++) {
decodeBlock(component, decodeFn, mcu);
mcu++;
}
} else {
for (n = 0; n < resetInterval; n++) {
for (i = 0; i < componentsLength; i++) {
component = components[i];
h = component.h;
v = component.v;
for (j = 0; j < v; j++) {
for (k = 0; k < h; k++) {
decodeMcu(component, decodeFn, mcu, j, k);
}
}
}
mcu++;
}
}
// find marker
bitsCount = 0;
marker = (data[offset] << 8) | data[offset + 1];
if (marker <= 0xFF00) {
throw "marker was not found";
}
if (marker >= 0xFFD0 && marker <= 0xFFD7) { // RSTx
offset += 2;
}
else
break;
}
return offset - startOffset;
}
function buildComponentData(frame, component) {
var lines = [];
var blocksPerLine = component.blocksPerLine;
var blocksPerColumn = component.blocksPerColumn;
var samplesPerLine = blocksPerLine << 3;
var R = new Int32Array(64), r = new Uint8Array(64);
// A port of poppler's IDCT method which in turn is taken from:
// Christoph Loeffler, Adriaan Ligtenberg, George S. Moschytz,
// "Practical Fast 1-D DCT Algorithms with 11 Multiplications",
// IEEE Intl. Conf. on Acoustics, Speech & Signal Processing, 1989,
// 988-991.
function quantizeAndInverse(zz, dataOut, dataIn) {
var qt = component.quantizationTable;
var v0, v1, v2, v3, v4, v5, v6, v7, t;
var p = dataIn;
var i;
// dequant
for (i = 0; i < 64; i++)
p[i] = zz[i] * qt[i];
// inverse DCT on rows
for (i = 0; i < 8; ++i) {
var row = 8 * i;
// check for all-zero AC coefficients
if (p[1 + row] == 0 && p[2 + row] == 0 && p[3 + row] == 0 &&
p[4 + row] == 0 && p[5 + row] == 0 && p[6 + row] == 0 &&
p[7 + row] == 0) {
t = (dctSqrt2 * p[0 + row] + 512) >> 10;
p[0 + row] = t;
p[1 + row] = t;
p[2 + row] = t;
p[3 + row] = t;
p[4 + row] = t;
p[5 + row] = t;
p[6 + row] = t;
p[7 + row] = t;
continue;
}
// stage 4
v0 = (dctSqrt2 * p[0 + row] + 128) >> 8;
v1 = (dctSqrt2 * p[4 + row] + 128) >> 8;
v2 = p[2 + row];
v3 = p[6 + row];
v4 = (dctSqrt1d2 * (p[1 + row] - p[7 + row]) + 128) >> 8;
v7 = (dctSqrt1d2 * (p[1 + row] + p[7 + row]) + 128) >> 8;
v5 = p[3 + row] << 4;
v6 = p[5 + row] << 4;
// stage 3
t = (v0 - v1+ 1) >> 1;
v0 = (v0 + v1 + 1) >> 1;
v1 = t;
t = (v2 * dctSin6 + v3 * dctCos6 + 128) >> 8;
v2 = (v2 * dctCos6 - v3 * dctSin6 + 128) >> 8;
v3 = t;
t = (v4 - v6 + 1) >> 1;
v4 = (v4 + v6 + 1) >> 1;
v6 = t;
t = (v7 + v5 + 1) >> 1;
v5 = (v7 - v5 + 1) >> 1;
v7 = t;
// stage 2
t = (v0 - v3 + 1) >> 1;
v0 = (v0 + v3 + 1) >> 1;
v3 = t;
t = (v1 - v2 + 1) >> 1;
v1 = (v1 + v2 + 1) >> 1;
v2 = t;
t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12;
v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12;
v7 = t;
t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12;
v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12;
v6 = t;
// stage 1
p[0 + row] = v0 + v7;
p[7 + row] = v0 - v7;
p[1 + row] = v1 + v6;
p[6 + row] = v1 - v6;
p[2 + row] = v2 + v5;
p[5 + row] = v2 - v5;
p[3 + row] = v3 + v4;
p[4 + row] = v3 - v4;
}
// inverse DCT on columns
for (i = 0; i < 8; ++i) {
var col = i;
// check for all-zero AC coefficients
if (p[1*8 + col] == 0 && p[2*8 + col] == 0 && p[3*8 + col] == 0 &&
p[4*8 + col] == 0 && p[5*8 + col] == 0 && p[6*8 + col] == 0 &&
p[7*8 + col] == 0) {
t = (dctSqrt2 * dataIn[i+0] + 8192) >> 14;
p[0*8 + col] = t;
p[1*8 + col] = t;
p[2*8 + col] = t;
p[3*8 + col] = t;
p[4*8 + col] = t;
p[5*8 + col] = t;
p[6*8 + col] = t;
p[7*8 + col] = t;
continue;
}
// stage 4
v0 = (dctSqrt2 * p[0*8 + col] + 2048) >> 12;
v1 = (dctSqrt2 * p[4*8 + col] + 2048) >> 12;
v2 = p[2*8 + col];
v3 = p[6*8 + col];
v4 = (dctSqrt1d2 * (p[1*8 + col] - p[7*8 + col]) + 2048) >> 12;
v7 = (dctSqrt1d2 * (p[1*8 + col] + p[7*8 + col]) + 2048) >> 12;
v5 = p[3*8 + col];
v6 = p[5*8 + col];
// stage 3
t = (v0 - v1 + 1) >> 1;
v0 = (v0 + v1 + 1) >> 1;
v1 = t;
t = (v2 * dctSin6 + v3 * dctCos6 + 2048) >> 12;
v2 = (v2 * dctCos6 - v3 * dctSin6 + 2048) >> 12;
v3 = t;
t = (v4 - v6 + 1) >> 1;
v4 = (v4 + v6 + 1) >> 1;
v6 = t;
t = (v7 + v5 + 1) >> 1;
v5 = (v7 - v5 + 1) >> 1;
v7 = t;
// stage 2
t = (v0 - v3 + 1) >> 1;
v0 = (v0 + v3 + 1) >> 1;
v3 = t;
t = (v1 - v2 + 1) >> 1;
v1 = (v1 + v2 + 1) >> 1;
v2 = t;
t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12;
v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12;
v7 = t;
t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12;
v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12;
v6 = t;
// stage 1
p[0*8 + col] = v0 + v7;
p[7*8 + col] = v0 - v7;
p[1*8 + col] = v1 + v6;
p[6*8 + col] = v1 - v6;
p[2*8 + col] = v2 + v5;
p[5*8 + col] = v2 - v5;
p[3*8 + col] = v3 + v4;
p[4*8 + col] = v3 - v4;
}
// convert to 8-bit integers
for (i = 0; i < 64; ++i) {
var sample = 128 + ((p[i] + 8) >> 4);
dataOut[i] = sample < 0 ? 0 : sample > 0xFF ? 0xFF : sample;
}
}
var i, j;
for (var blockRow = 0; blockRow < blocksPerColumn; blockRow++) {
var scanLine = blockRow << 3;
for (i = 0; i < 8; i++)
lines.push(new Uint8Array(samplesPerLine));
for (var blockCol = 0; blockCol < blocksPerLine; blockCol++) {
quantizeAndInverse(component.blocks[blockRow][blockCol], r, R);
var offset = 0, sample = blockCol << 3;
for (j = 0; j < 8; j++) {
var line = lines[scanLine + j];
for (i = 0; i < 8; i++)
line[sample + i] = r[offset++];
}
}
}
return lines;
}
constructor.prototype = {
load: function load(path) {
var xhr = new XMLHttpRequest();
xhr.open("GET", path, true);
xhr.responseType = "arraybuffer";
xhr.onload = (function() {
// TODO catch parse error
var data = new Uint8Array(xhr.response || xhr.mozResponseArrayBuffer);
this.parse(data);
if (this.onload)
this.onload();
}).bind(this);
xhr.send(null);
},
parse: function parse(data) {
var offset = 0, length = data.length;
function readUint16() {
var value = (data[offset] << 8) | data[offset + 1];
offset += 2;
return value;
}
function readDataBlock() {
var length = readUint16();
var array = data.subarray(offset, offset + length - 2);
offset += array.length;
return array;
}
function prepareComponents(frame) {
var maxH = 0, maxV = 0;
var component, componentId;
for (componentId in frame.components) {
if (frame.components.hasOwnProperty(componentId)) {
component = frame.components[componentId];
if (maxH < component.h) maxH = component.h;
if (maxV < component.v) maxV = component.v;
}
}
var mcusPerLine = Math.ceil(frame.samplesPerLine / 8 / maxH);
var mcusPerColumn = Math.ceil(frame.scanLines / 8 / maxV);
for (componentId in frame.components) {
if (frame.components.hasOwnProperty(componentId)) {
component = frame.components[componentId];
var blocksPerLine = Math.ceil(Math.ceil(frame.samplesPerLine / 8) * component.h / maxH);
var blocksPerColumn = Math.ceil(Math.ceil(frame.scanLines / 8) * component.v / maxV);
var blocksPerLineForMcu = mcusPerLine * component.h;
var blocksPerColumnForMcu = mcusPerColumn * component.v;
var blocks = [];
for (var i = 0; i < blocksPerColumnForMcu; i++) {
var row = [];
for (var j = 0; j < blocksPerLineForMcu; j++)
row.push(new Int32Array(64));
blocks.push(row);
}
component.blocksPerLine = blocksPerLine;
component.blocksPerColumn = blocksPerColumn;
component.blocks = blocks;
}
}
frame.maxH = maxH;
frame.maxV = maxV;
frame.mcusPerLine = mcusPerLine;
frame.mcusPerColumn = mcusPerColumn;
}
var jfif = null;
var adobe = null;
var pixels = null;
var frame, resetInterval;
var quantizationTables = [], frames = [];
var huffmanTablesAC = [], huffmanTablesDC = [];
var fileMarker = readUint16();
if (fileMarker != 0xFFD8) { // SOI (Start of Image)
throw "SOI not found";
}
fileMarker = readUint16();
while (fileMarker != 0xFFD9) { // EOI (End of image)
var i, j, l;
switch(fileMarker) {
case 0xFFE0: // APP0 (Application Specific)
case 0xFFE1: // APP1
case 0xFFE2: // APP2
case 0xFFE3: // APP3
case 0xFFE4: // APP4
case 0xFFE5: // APP5
case 0xFFE6: // APP6
case 0xFFE7: // APP7
case 0xFFE8: // APP8
case 0xFFE9: // APP9
case 0xFFEA: // APP10
case 0xFFEB: // APP11
case 0xFFEC: // APP12
case 0xFFED: // APP13
case 0xFFEE: // APP14
case 0xFFEF: // APP15
case 0xFFFE: // COM (Comment)
var appData = readDataBlock();
if (fileMarker === 0xFFE0) {
if (appData[0] === 0x4A && appData[1] === 0x46 && appData[2] === 0x49 &&
appData[3] === 0x46 && appData[4] === 0) { // 'JFIF\x00'
jfif = {
version: { major: appData[5], minor: appData[6] },
densityUnits: appData[7],
xDensity: (appData[8] << 8) | appData[9],
yDensity: (appData[10] << 8) | appData[11],
thumbWidth: appData[12],
thumbHeight: appData[13],
thumbData: appData.subarray(14, 14 + 3 * appData[12] * appData[13])
};
}
}
// TODO APP1 - Exif
if (fileMarker === 0xFFEE) {
if (appData[0] === 0x41 && appData[1] === 0x64 && appData[2] === 0x6F &&
appData[3] === 0x62 && appData[4] === 0x65 && appData[5] === 0) { // 'Adobe\x00'
adobe = {
version: appData[6],
flags0: (appData[7] << 8) | appData[8],
flags1: (appData[9] << 8) | appData[10],
transformCode: appData[11]
};
}
}
break;
case 0xFFDB: // DQT (Define Quantization Tables)
var quantizationTableCount = Math.floor((readUint16() - 2) / 65);
for (i = 0; i < quantizationTableCount; i++) {
var quantizationTableSpec = data[offset++];
var tableData = new Int32Array(64);
if ((quantizationTableSpec >> 4) === 0) { // 8 bit values
for (j = 0; j < 64; j++) {
var z = dctZigZag[j];
tableData[z] = data[offset++];
}
} else if ((quantizationTableSpec >> 4) === 1) { //16 bit
tableData[j] = readUint16();
} else
throw "DQT: invalid table spec";
quantizationTables[quantizationTableSpec & 15] = tableData;
}
break;
case 0xFFC0: // SOF0 (Start of Frame, Baseline DCT)
case 0xFFC2: // SOF2 (Start of Frame, Progressive DCT)
readUint16(); // skip data length
frame = {};
frame.progressive = (fileMarker === 0xFFC2);
frame.precision = data[offset++];
frame.scanLines = readUint16();
frame.samplesPerLine = readUint16();
frame.components = [];
var componentsCount = data[offset++], componentId;
var maxH = 0, maxV = 0;
for (i = 0; i < componentsCount; i++) {
componentId = data[offset];
var h = data[offset + 1] >> 4;
var v = data[offset + 1] & 15;
var qId = data[offset + 2];
frame.components[componentId] = {
h: h,
v: v,
quantizationTable: quantizationTables[qId]
};
offset += 3;
}
prepareComponents(frame);
frames.push(frame);
break;
case 0xFFC4: // DHT (Define Huffman Tables)
var huffmanLength = readUint16();
for (i = 2; i < huffmanLength;) {
var huffmanTableSpec = data[offset++];
var codeLengths = new Uint8Array(16);
var codeLengthSum = 0;
for (j = 0; j < 16; j++, offset++)
codeLengthSum += (codeLengths[j] = data[offset]);
var huffmanValues = new Uint8Array(codeLengthSum);
for (j = 0; j < codeLengthSum; j++, offset++)
huffmanValues[j] = data[offset];
i += 17 + codeLengthSum;
((huffmanTableSpec >> 4) === 0 ?
huffmanTablesDC : huffmanTablesAC)[huffmanTableSpec & 15] =
buildHuffmanTable(codeLengths, huffmanValues);
}
break;
case 0xFFDD: // DRI (Define Restart Interval)
readUint16(); // skip data length
resetInterval = readUint16();
break;
case 0xFFDA: // SOS (Start of Scan)
var scanLength = readUint16();
var selectorsCount = data[offset++];
var components = [], component;
for (i = 0; i < selectorsCount; i++) {
component = frame.components[data[offset++]];
var tableSpec = data[offset++];
component.huffmanTableDC = huffmanTablesDC[tableSpec >> 4];
component.huffmanTableAC = huffmanTablesAC[tableSpec & 15];
components.push(component);
}
var spectralStart = data[offset++];
var spectralEnd = data[offset++];
var successiveApproximation = data[offset++];
var processed = decodeScan(data, offset,
frame, components, resetInterval,
spectralStart, spectralEnd,
successiveApproximation >> 4, successiveApproximation & 15);
offset += processed;
break;
default:
throw "unknown JPEG marker " + fileMarker.toString(16);
}
fileMarker = readUint16();
}
if (frames.length != 1)
throw "only single frame JPEGs supported";
this.width = frame.samplesPerLine;
this.height = frame.scanLines;
this.jfif = jfif;
this.adobe = adobe;
this.components = [];
for (var id in frame.components) {
if (frame.components.hasOwnProperty(id)) {
this.components.push({
lines: buildComponentData(frame, frame.components[id]),
scaleX: frame.components[id].h / frame.maxH,
scaleY: frame.components[id].v / frame.maxV
});
}
}
},
getData: function getData(width, height) {
function clampTo8bit(a) {
return a < 0 ? 0 : a > 255 ? 255 : a;
}
var scaleX = this.width / width, scaleY = this.height / height;
var component1, component2, component3, component4;
var component1Line, component2Line, component3Line, component4Line;
var x, y;
var offset = 0;
var Y, Cb, Cr, K, C, M, Ye, R, G, B;
var colorTransform;
var dataLength = width * height * this.components.length;
var data = new Uint8Array(dataLength);
switch (this.components.length) {
case 1:
component1 = this.components[0];
for (y = 0; y < height; y++) {
component1Line = component1.lines[0 | (y * component1.scaleY * scaleY)];
for (x = 0; x < width; x++) {
Y = component1Line[0 | (x * component1.scaleX * scaleX)];
data[offset++] = Y;
}
}
break;
case 3:
// The default transform for three components is true
colorTransform = true;
// The adobe transform marker overrides any previous setting
if (this.adobe && this.adobe.transformCode)
colorTransform = true;
else if (typeof this.colorTransform !== 'undefined')
colorTransform = !!this.colorTransform;
component1 = this.components[0];
component2 = this.components[1];
component3 = this.components[2];
for (y = 0; y < height; y++) {
component1Line = component1.lines[0 | (y * component1.scaleY * scaleY)];
component2Line = component2.lines[0 | (y * component2.scaleY * scaleY)];
component3Line = component3.lines[0 | (y * component3.scaleY * scaleY)];
for (x = 0; x < width; x++) {
if (!colorTransform) {
R = component1Line[0 | (x * component1.scaleX * scaleX)];
G = component2Line[0 | (x * component2.scaleX * scaleX)];
B = component3Line[0 | (x * component3.scaleX * scaleX)];
} else {
Y = component1Line[0 | (x * component1.scaleX * scaleX)];
Cb = component2Line[0 | (x * component2.scaleX * scaleX)];
Cr = component3Line[0 | (x * component3.scaleX * scaleX)];
R = clampTo8bit(Y + 1.402 * (Cr - 128));
G = clampTo8bit(Y - 0.3441363 * (Cb - 128) - 0.71413636 * (Cr - 128));
B = clampTo8bit(Y + 1.772 * (Cb - 128));
}
data[offset++] = R;
data[offset++] = G;
data[offset++] = B;
}
}
break;
case 4:
if (!this.adobe)
throw 'Unsupported color mode (4 components)';
// The default transform for four components is false
colorTransform = false;
// The adobe transform marker overrides any previous setting
if (this.adobe && this.adobe.transformCode)
colorTransform = true;
else if (typeof this.colorTransform !== 'undefined')
colorTransform = !!this.colorTransform;
component1 = this.components[0];
component2 = this.components[1];
component3 = this.components[2];
component4 = this.components[3];
for (y = 0; y < height; y++) {
component1Line = component1.lines[0 | (y * component1.scaleY * scaleY)];
component2Line = component2.lines[0 | (y * component2.scaleY * scaleY)];
component3Line = component3.lines[0 | (y * component3.scaleY * scaleY)];
component4Line = component4.lines[0 | (y * component4.scaleY * scaleY)];
for (x = 0; x < width; x++) {
if (!colorTransform) {
C = component1Line[0 | (x * component1.scaleX * scaleX)];
M = component2Line[0 | (x * component2.scaleX * scaleX)];
Ye = component3Line[0 | (x * component3.scaleX * scaleX)];
K = component4Line[0 | (x * component4.scaleX * scaleX)];
} else {
Y = component1Line[0 | (x * component1.scaleX * scaleX)];
Cb = component2Line[0 | (x * component2.scaleX * scaleX)];
Cr = component3Line[0 | (x * component3.scaleX * scaleX)];
K = component4Line[0 | (x * component4.scaleX * scaleX)];
C = 255 - clampTo8bit(Y + 1.402 * (Cr - 128));
M = 255 - clampTo8bit(Y - 0.3441363 * (Cb - 128) - 0.71413636 * (Cr - 128));
Ye = 255 - clampTo8bit(Y + 1.772 * (Cb - 128));
}
data[offset++] = C;
data[offset++] = M;
data[offset++] = Ye;
data[offset++] = K;
}
}
break;
default:
throw 'Unsupported color mode';
}
return data;
},
copyToImageData: function copyToImageData(imageData) {
var width = imageData.width, height = imageData.height;
var imageDataArray = imageData.data;
var data = this.getData(width, height);
var i = 0, j = 0, x, y;
var Y, K, C, M, R, G, B;
switch (this.components.length) {
case 1:
for (y = 0; y < height; y++) {
for (x = 0; x < width; x++) {
Y = data[i++];
imageDataArray[j++] = Y;
imageDataArray[j++] = Y;
imageDataArray[j++] = Y;
imageDataArray[j++] = 255;
}
}
break;
case 3:
for (y = 0; y < height; y++) {
for (x = 0; x < width; x++) {
R = data[i++];
G = data[i++];
B = data[i++];
imageDataArray[j++] = R;
imageDataArray[j++] = G;
imageDataArray[j++] = B;
imageDataArray[j++] = 255;
}
}
break;
case 4:
for (y = 0; y < height; y++) {
for (x = 0; x < width; x++) {
C = data[i++];
M = data[i++];
Y = data[i++];
K = data[i++];
R = 255 - clampTo8bit(C * (1 - K / 255) + K);
G = 255 - clampTo8bit(M * (1 - K / 255) + K);
B = 255 - clampTo8bit(Y * (1 - K / 255) + K);
imageDataArray[j++] = R;
imageDataArray[j++] = G;
imageDataArray[j++] = B;
imageDataArray[j++] = 255;
}
}
break;
default:
throw 'Unsupported color mode';
}
}
};
return constructor;
})();
}).call((typeof window === 'undefined') ? this : window);
| JavaScript |
var list = []; //评论列表
var editorId = "#comment_content";
var verifycodeId = "#img_verifycode";
var listId = "#comment_list";
$(document).ready(init_comment);
function init_comment() {
load_comment_form();
editor = $(editorId);
var editor_inter = null;
if (editor.length > 0) {
var v = ["html", "javascript", "css", "php", "csharp", "cpp", "java", "python", "ruby", "vb", "delphi", "sql", "plain"];
var k = ["HTML/XML", "JavaScript", "CSS", "PHP", "C#", "C++", "Java", "Python", "Ruby", "Visual Basic", "Delphi", "SQL", "其它"];
for (var i = 0; i < v.length; i++) {
$("#lang_list").append('<a href="#' + v[i] + '">' + k[i] + '</a>')
}
editor.focus(function () {
editor_inter = setInterval(function () {
commentTip("还能输入" + (1000 - editor.val().length) + "个字符");
}, 200);
}).blur(function () {
if (editor_inter) clearInterval(editor_inter);
});
}
//加载列表
loadList(1);
}
function noComments() {
$(listId).html('<br /> 暂无评论<br /><br /><div class="clear"></div>');
}
function loadList(pageIndex, isSub) {
if (commentscount == 0) {
noComments();
return;
}
pageIndex = parseInt(pageIndex) || 1;
$("#comments_bar").html("正在加载评论...");
var cmtUrl = "../../comment/list/" + fileName + "?page=" + (pageIndex || 1);
if (isSub) cmtUrl += "&_" + Math.random();
$.get(cmtUrl, function (json) {
if (!json) {
noComments();
return;
}
var data = (typeof json == 'object') ? json : eval("(" + json + ")");
if (isSub) list = data.list;
else list = list.concat(data.list);
var listHtml = '';
//构造主题
var topics = getTopics(list);
var total = data.page.RecordCount > 0 ? data.page.RecordCount : topics.length;
//组装HTM
for (var i = 0; i < topics.length; i++) {
var comment = topics[i];
var layer = total - i;
listHtml += getItemHtml(comment, layer);
}
listHtml += '<div class="clear"></div>';
//输出列表
$(listId).html(listHtml);
//高亮评论中的代码段
dp.SyntaxHighlighter.HighlightAll('code2');
//展示昵称
new CNick(listId + ' a.username').showNickname();
//分页处理
if (data.page.PageIndex >= data.page.PageCount) {
$("#comment_bar").hide();
} else {
$("#comment_bar").html('<div id="load_comments" page="' + (pageIndex + 1) + '">查看更多评论</div>');
}
//添加按钮事件
setBtnEvent();
});
};
//获取评论主题
function getTopics(list) {
var topics = [];
for (var i = 0; i < list.length; i++) {
var t = list[i];
if (t.ParentId == 0) {
t.Replies = getReplies(t, list);
topics.push(t);
}
}
return topics;
}
//获取评论回复
function getReplies(item, list) {
var replies = [];
for (var i = 0; i < list.length; i++) {
var r = list[i];
if (r.ParentId == item.CommentId) {
r.Replies = getReplies(r, list);
replies.push(r);
}
}
return replies;
}
//获取评论的HTML
function getItemHtml(comment, index, floor, deep) {
if (!deep) deep = 0;
var sty = deep > 3 ? ' style="margin-left:0;"' : '';
var html = '<dl class="comment_item comment_' + (comment.ParentId > 0 ? "reply" : "topic") + '" id="comment_item_{id}"' + sty + '>' +
'<dt class="comment_head" floor=' + (floor || index) + '>' + (comment.ParentId > 0 ? "Re:" : index + '楼') + ' <span class="user">';
if (comment.UserName != null && comment.UserName != '')
html += '<a class="username" href="/' + comment.UserName + '" target="_blank">' + comment.UserName + '</a>';
else
html += '[游客]';
html += " <span class='ptime'>" + comment.PostTime + "发表</span> ";
html += ' <a href="#reply" class="cmt_btn reply" title="回复">[回复]</a> <span class="comment_manage" style="display:none;" commentid={id} username={username}> <a href="#quote" class="cmt_btn quote" title="引用">[引用]</a> <a href="#report" class="cmt_btn report" title="举报">[举报]</a>';
if (username == currentUserName || comment.UserName == currentUserName) html += ' <a href="#delete" class="cmt_btn delete" title="删除">[删除]</a>';
html += '</span></dt>';
html += '<dd class="comment_userface"><a href="/' + comment.UserName + '" target="_blank"><img src="' + comment.Userface + '" width="40" height="40" /></a></dd>';
html += '<dd class="comment_body">' + replaceUBBToHTML(comment) + '</dd>';
html = html.replace(/\{id\}/g, comment.CommentId).replace(/\{username\}/g, comment.UserName);
if (comment.Replies != null) {
for (var j = 0; j < comment.Replies.length; j++) {
html += getItemHtml(comment.Replies[j], j + 1, index, deep + 1);
}
}
html += "</dl>";
return html;
}
//获取评论对象
function getComment(commentId, list) {
for (var i = 0; i < list.length; i++) {
var comment = list[i];
if (comment.CommentId == commentId)
return comment;
}
return null;
}
function setBtnEvent() {
$("#load_comments").click(function () {
var page = $(this).attr("page");
loadList(page);
});
//评论按钮点击
$(".comment_head a").click(function () {
var action = $(this).attr("href");
action = action.substring(action.lastIndexOf('#'));
var commentId = $(this).parent().attr("commentid");
switch (action) {
case "#reply":
if (currentUserName) {
commentId = $(".comment_manage", $(this).parent()).attr("commentid");
replyComment(commentId, list);
setEditorFocus();
}
return true;
case "#quote":
if (currentUserName) {
quoteComment(commentId, list);
setEditorFocus();
}
return true;
case "#report":
reportComment(commentId, this);
break;
case "#delete":
deleteComment(commentId);
break;
default:
return true;
}
return false;
});
$(".comment_item").mouseover(function () {
$(".comment_manage", $(this)).eq(0).show();
}).mouseout(function () {
$(".comment_manage", $(this)).eq(0).hide();
});
}
/*使评论框获得焦点*/
function setEditorFocus() {
var val = editor.val();
editor.val('');
editor.focus();
editor.val(val);
}
//引用评论
function quoteComment(commentId, list) {
var comment = getComment(commentId, list);
var content = comment.Content;
if (comment.Content.length > 50) {
content = comment.Content.substring(0, 50) + "...";
}
editor.val("[quote=" + (comment.UserName == null ? "游客" : comment.UserName) + "]" + content + "[/quote]\r\n");
}
//回复评论
function replyComment(commentId, list) {
var comment = getComment(commentId, list);
editor.val('[reply]' + comment.UserName + "[/reply]\r\n");
$("#comment_replyId").val(commentId);
}
//举报评论
function reportComment(commentId, e) {
report(commentId, 3, e);
}
//删除评论
function deleteComment(commentId) {
if (!confirm("你确定要删除这篇评论吗?")) return;
var delUrl = blog_address + "/comment/delete?commentid=" + commentId + "&filename=" + fileName;
$.get(delUrl, function (data) {
if (data.result == 1) {
$("#comment_item_" + commentId).hide().remove();
} else {
alert("你没有删除该评论的权限!");
}
});
}
//替换评论的UBB代码
function replaceUBBToHTML(comment) {
var content = $.trim(comment.Content);
var re = /\[code=([\w#\.]+)\]([\s\S]*?)\[\/code\]/ig;
var codelist = [];
while ((mc = re.exec(content)) != null) {
codelist.push(mc[0]);
content = content.replace(mc[0], "--code--");
}
content = replaceQuote(content);
//content = content.replace(/\[e(\d+)\]/g, "<img src=\"" + static_host + "/images/emotions/e$1.gif\"\/>");
content = content.replace(/\[reply]([\s\S]*?)\[\/reply\][\r\n]{0,2}/gi, "回复$1:");
content = content.replace(/\[url=([^\]]+)]([\s\S]*?)\[\/url\]/gi, '<a href="$1" target="_blank">$2</a>');
content = content.replace(/\[img(=([^\]]+))?]([\s\S]*?)\[\/img\]/gi, '<img src="$3" style="max-width:400px;max-height:200px;" border="0" title="$2" />');
//content = content.replace(/\[(\/?)(b|i|u|p)\]/ig, "<$1$2>");
content = content.replace(/\r?\n/ig, "<br />");
if (codelist.length > 0) {
var re1 = /--code--/ig;
var i = 0;
while ((mc = re1.exec(content)) != null) {
content = content.replace(mc[0], codelist[i]);
i++;
}
}
content = content.replace(/\[code=([\w#\.]+)\]([\s\S]*?)\[\/code\]/ig, function (m0, m1, m2) {
if ($.trim(m2) == "") return '';
return '<pre name="code2" class="' + m1 + '">' + m2 + '</pre>';
});
return content;
}
//替换评论的引用
function replaceQuote(str) {
var m = /\[quote=([^\]]+)]([\s\S]*)\[\/quote\]/gi.exec(str);
if (m) {
return str.replace(m[0], '<fieldset><legend>引用“' + m[1] + '”的评论:</legend>' + replaceQuote(m[2]) + '</fieldset>');
} else {
return str;
}
}
function load_comment_form() {
if (islock) {
$("#comment_form").html("<div class='notice'>该文章已被禁止评论!</div>");
} else if (currentUserName) {
var html = '<a name="commentbox"></a><a name="reply"></a><a name="quote"></a><form action="/' + username + '/comment/submit?id=' + fileName + '" method="post" onsubmit="return subform(this);">' +
'<div class="commentform"><div class="panel_head">发表评论</div>' +
'<ul><li class="left">用 户 名:</li><li class="right">' + currentUserName + '</li></ul>' +
'<ul><li class="left">评论内容:</li><li class="right" style="position:relative;">' +
'<div id="ubbtools">' +
'<a href="#insertcode" code="code"><img src="' + static_host + '/images/ubb/code.gif" border="0" alt="插入代码" title="插入代码"/></a>' +
'</div>' +
'<div id="lang_list" style="display:none; position:absolute;top:25px; left:0px;"></div>' +
'<textarea class="comment_content" name="comment_content" id="comment_content" style="width: 400px; height: 200px;"></textarea>' +
'</li></ul>' +
'<ul><input type="hidden" id="comment_replyId" name="comment_replyId" />' +
'<input type="hidden" id="comment_userId" name="comment_userId" value="521203" />' +
'<input type="hidden" id="commentId" name="commentId" value="" />' +
'<input type="submit" class="comment_btn" value="提交" /> <span id="tip_comment" style="color: Red; display: none;"></span>' +
'</ul></div></form>';
$("#comment_form").html(html);
} else {
var curl = encodeURIComponent(location.href);
$("#comment_form").html('<div class="guest_link">您还没有登录,请' +
'<a href="javascript:void(0);" onclick="javascript:csdn.showLogin(function (dat) {js_logined(dat.data.userName);});">[登录]</a>或' +
'<a href="http://passport.csdn.net/account/register?from=' + curl + '">[注册]</a></div>');
}
ubb_event();
}
var c_doing = false;
function subform(e) {
if (c_doing) return false;
var content = $.trim($(editorId).val());
if (content == "") {
commentTip("评论内容没有填写!");
return false;
} else if (content.length > 1000) {
commentTip("评论内容太长了,不能超过1000个字符!");
return false;
}
var commentId = $("#commentId").val();
commentTip("正在发表评论...");
var beginTime = new Date();
$(editorId).attr("disabled", true);
$("button[type=submit]", e).attr("disabled", true);
c_doing = true;
$.ajax({
type: "POST",
url: $(e).attr("action"),
data: {
"commentid": commentId,
"content": content,
"replyId": $("#comment_replyId").val()
},
success: function (data) {
c_doing = false;
commentTip(data.content);
if (data.result) {
$(editorId).val('');
$("#comment_replyId,#comment_verifycode").val('');
commentscount++;
loadList(1, true);
$(editorId).attr("disabled", false);
$("button[type=submit]", e).attr("disabled", false);
commentTip("发表成功!评论耗时:" + (new Date() - beginTime) + "毫秒")
}
}
});
return false;
}
//操作提示
var _c_t;
function commentTip(message) {
$("#tip_comment").html(message).show();
clearTimeout(_c_t);
_c_t = setTimeout(function () {
$("#tip_comment").hide();
}, 10000);
}
function ubb_event() {
//ubb按钮事件
$("#ubbtools").children().click(function () {
var selectedValue = editor.selection();
editor.focus();
var code = $(this).attr("code");
switch (code) {
case "code":
var lang_list = $("#lang_list");
lang_list.show();
lang_list.children().each(function () {
$(this).unbind("click").click(function () {
editor.val("[code=" + $.trim(this.href.split('#')[1]) + "]\n" + selectedValue + "\n[/code]");
lang_list.hide();
});
});
editor.click(function (e) {
lang_list.hide();
});
break;
default:
editor.val("[" + code + "]" + selectedValue + "[/" + code + "]");
break;
}
return false;
});
} | JavaScript |
// JScript 文件
function LogClickCount(link,areaId)
{
var url=window.location.href;
var myImage=new Image(0,0);
if(link!=null && link!='')
{
myImage.src="http://counter.csdn.net/a/Counter.aspx?area=" + areaId+"&u="+ escape(link);
}
else
{
myImage.src="http://counter.csdn.net/a/Counter.aspx?area=" + areaId+"&u="+ escape(link);
}
} | JavaScript |
document.writeln("<link rel=\"stylesheet\" type=\"text\/css\" href=\"http://csdnimg.cn/pubnav/css/navtop_2012.css\" \/>");
document.writeln("<div class=\"nav_top_2011\">");
var p__un = document.cookie.match(new RegExp("(^| )UserName=([^;]*)(;|$)"));
if (p__un) {
document.write('<p><em>' + p__un[2] + '</em><a href="http://my.csdn.net/my/notifications" class="notice_num" id="header_notice_num" target=_blank></a>我的:<a href="http://my.csdn.net/my/letter" target=_blank>收件箱<span id="header_letter_num"></span></a><a href="http://download.csdn.net/my" class="red" target=_top>资源</a><a href="http://write.blog.csdn.net/" class="red" target=_top>博客</a><a href="http://my.csdn.net" target=_top>空间</a><a href="https://passport.csdn.net/account/profile" target=_blank>设置</a>|<a href="https://passport.csdn.net/help/faq" target=_blank>帮助</a>|<a href="https://passport.csdn.net/account/logout" target="_top">退出</a></p>');
} else {
document.write('<p><span style="color:red;">您还未登录!</span>|<a href="https://passport.csdn.net/account/login" target="_top">登录</a>|<a href="https://passport.csdn.net/account/register" target=_top>注册</a>|<a href="https://passport.csdn.net/help/faq" target="_blank">帮助</a></p>');
}
document.writeln("<ul>");
var nav_arr1 = ['首页','业界','移动','云计算','研发','论坛','博客','下载'];
var nav_arr2 = ['www.csdn.net', 'news.csdn.net', 'mobile.csdn.net','cloud.csdn.net','sd.csdn.net','bbs.csdn.net', 'blog.csdn.net', 'download.csdn.net'];
for (var ii = 0; ii < nav_arr1.length; ii++)
document.writeln('<li><a href="http://' + nav_arr2[ii] + '/" target="_blank">' + nav_arr1[ii] + '</a></li>');
document.writeln("<li class=\"more\" ><h2 id=\"topnav_btnmore\" onclick=\"showNavMore(this)\"><a href=\"javascript:void(0);\">更多<\/a><\/h2>");
document.writeln("<div id=\"topnav_hidlist\">");
document.writeln("<iframe name='nav_frm' src='about:blank' width=92 height=178 scrolling=no frameborder=no></iframe>");
document.writeln("<\/div>");
document.writeln("<\/li>");
document.writeln("<\/ul>");
document.writeln("<\/div>");
function showNavMore(e) {
var frm = window.frames['nav_frm'];
var ss = '<!doctype html>';
ss += '<html dir="ltr" lang="zh-CN">';
ss += '<head>';
ss += '<title>csdn</title>';
ss += '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
ss += '<link type="text/css" rel="Stylesheet" href="http://csdnimg.cn/pubnav/css/navtop_2012.css" />';
ss += '<base target="_blank" />';
ss += '</head>';
ss += '<body class="navbody">';
ss += '<div class="nav_top_2011">';
ss += '<ul style="width:76px;" onclick="top.hide_nav_more()">';
var arr1 = ['CTO俱乐部', '高校俱乐部', '培训充电', '程序员', 'ITeye', 'TUP'];
var arr2 = ['club.csdn.net/cto', 'student.csdn.net', 'edu.csdn.net', 'www.programmer.com.cn', 'www.iteye.com', 'tup.csdn.net'];
for (var i = 0; i < arr1.length; i++)
ss += '<li><a href="http://' + arr2[i] + '/">' + arr1[i] + '</a></li>';
ss += '</ul>';
ss += '</div>';
ss += '</body>';
ss += '</html>';
if (!frm.document.title) {
frm.document.write(ss);
}
var hidList = document.getElementById("topnav_hidlist");
var isshow = hidList.style.display == "block";
hidList.style.display = isshow ? "none" : "block";
e.className = isshow ? "" : "open";
e.firstChild.blur();
if (document.body.onclick == null) {
document.body.onclick = function (event) {
event = event || window.event;
var target = event.target || event.srcElement;
if (target.parentNode && target.parentNode.id == 'topnav_btnmore') {
return;
}
if (target.id != 'topnav_btnmore') {
hide_nav_more();
}
};
}
}
function hide_nav_more() {
document.getElementById("topnav_hidlist").style.display = "none";
document.getElementById("topnav_btnmore").className = "";
}
// Google code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-535605-6']);
_gaq.push(['_setDomainName', 'csdn.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
function csdnShowSpaceNotify(data) {
if (parseInt(data.n) > 0) {
document.getElementById("header_notice_num").innerHTML = data.n;
} else {
document.getElementById("header_notice_num").innerHTML = 0;
}
if (parseInt(data.l) > 0) {
document.getElementById("header_letter_num").innerHTML = "(" + data.l + ")";
}
}
if (p__un) {
(function() {
var ca = document.createElement('script'); ca.type = 'text/javascript'; ca.async = true;
ca.src = 'http://my.csdn.net/index.php/service/notifications/getnl?jsonpcallback=csdnShowSpaceNotify';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ca, s);
})();
}
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/iPad/i)=="ipad") {
document.write('<div id="ipad_adverting" style="position:fixed; z-index:1; left:0px; bottom:0px; width:100%; opacity:.8;"><a onclick=document.getElementById("ipad_adverting").style.display="none" style="position:absolute; top:0px; right:0px; width:4%; height:29%;display:inline-block;cursor:hand;"></a><a href="http://dingyue.programmer.com.cn/ipad.html" target="_blank"><img src="http://articles.csdn.net/uploads/allimg/120904/ipad_ad.jpg" width="100%" style="border-radius:1em 0;"/></a></div>');
} | JavaScript |
function RandomNum(min, max) {
return Math.floor(Math.random() * (max - min) + min);
}
// 水平滚动插件
(function ($) {
$.fn.extend({
Scroll: function (opt, callback) {
//参数初始化
if (!opt) var opt = {};
var _btnRight = $("#" + opt.right); //Shawphy:向右按钮
var _btnLeft = $("#" + opt.left); //Shawphy:向左按钮
var timerID;
var _this = this.eq(0).find("ul:first");
var lineW = _this.find("li:first").width(), //获取列表宽度
line = opt.line ? parseInt(opt.line, 10) : parseInt(this.width() / lineW, 10), //每次滚动的行数,默认为一屏,即父容器高度
speed = opt.speed ? parseInt(opt.speed, 10) : 500; //卷动速度,数值越大,速度越慢(毫秒)
timer = opt.timer //?parseInt(opt.timer,10):3000; //滚动的时间间隔(毫秒)
if (line == 0) line = 1;
var rightWidth = 0 - line * lineW;
//滚动函数
var scrollRight = function () {
_btnRight.unbind("click", scrollRight);
_this.animate({
marginLeft: rightWidth
}, speed, function () {
for (i = 1; i <= line; i++) {
_this.find("li:first").appendTo(_this);
}
_this.css({ marginLeft: 0 });
_btnRight.bind("click", scrollRight);
});
}
//Shawphy:向左翻页函数
var scrollLeft = function () {
_btnLeft.unbind("click", scrollLeft);
for (i = 1; i <= line; i++) {
_this.find("li:last").show().prependTo(_this);
}
_this.css({ marginLeft: rightWidth });
_this.animate({
marginLeft: 0
}, speed, function () {
_btnLeft.bind("click", scrollLeft);
});
}
//Shawphy:自动播放
var autoPlay = function () {
if (timer) timerID = window.setInterval(scrollRight, timer);
};
var autoStop = function () {
if (timer) window.clearInterval(timerID);
};
//鼠标事件绑定
_this.hover(autoStop, autoPlay);
autoPlay();
var i = 0;
var rd = RandomNum(0, 10);
while (i++ < rd) {
scrollRight();
}
_btnRight.css("cursor", "pointer").click(scrollRight).hover(autoStop, autoPlay);
_btnLeft.css("cursor", "pointer").click(scrollLeft).hover(autoStop, autoPlay);
}
})
})(jQuery); | JavaScript |
/*
* CSDN 登录框
* Copyright 2012, zhuhz@csdn.net
* Date: 2012-6-6
*
* 调用:csdn.showLogin(callback);
*
* 获取当前登录用户名(可用于判断用户是否处于登录状态):csdn.getCookie('UserName')
*/
(function(){
var csdn = window.csdn || function () { };
window.csdn = csdn;
csdn.domain = "passport.csdn.net";
csdn.doing = false;
csdn.$ = function (id) {
return document.getElementById(id);
};
csdn.loginBack = null;
csdn.showLogin = function (callback) {
var div = document.createElement("DIV");
div.id = "csdn_divh";
//div.style.marginLeft = "-200px";
div.style.marginTop = -75 + (document.documentElement.scrollTop||document.body.scrollTop) + "px";
// var title = '登录<a class="close" href="javascript:void(0);" onclick="javascript:csdn.closeLogin();return false;" title="关闭窗口">[X]</a>';
var title = '';
var body = csdn.loginForm();
var bottom = '';
var s = csdn.openBox().replace('#title#', title).replace('#body#', body);
div.innerHTML = s;
csdn.shieldBody();
document.body.appendChild(div);
var un = csdn.getCookie("UN");
if (un) {
csdn.$('u').value = un;
csdn.$('p').focus();
}
else {
csdn.$('u').focus();
}
csdn.$('u').onkeypress =
csdn.$('p').onkeypress = function (ev) {
if (csdn.isEnter(ev)) {
csdn.login();
}
};
csdn.loginBack = callback;
};
csdn.closeLogin = function () {
document.body.removeChild(csdn.$('csdn_divh'));
document.body.removeChild(csdn.$('csdn_shield'));
};
csdn.shieldBody = function () {
var shield = document.createElement("DIV");
shield.id = "csdn_shield";
var h1 = document.documentElement.clientHeight;
var h2 = document.documentElement.scrollHeight;
shield.style.height = Math.max(h1,h2) + "px";
shield.style.filter = "alpha(opacity=0)";
shield.style.opacity = 0;
document.body.appendChild(shield);
csdn.setOpacity = function (obj, opacity) {
if (opacity >= 1) opacity = opacity / 100;
try { obj.style.opacity = opacity; } catch (err) { }
try {
if (obj.filters.length > 0 && obj.filters("alpha")) {
obj.filters("alpha").opacity = opacity * 150;
} else {
obj.style.filter = "alpha(opacity=\"" + (opacity * 150) + "\")";
}
} catch (err) { }
};
var c = 0;
csdn.doAlpha = function () {
c += 2;
if (c > 20) { clearInterval(ad); return 0; }
csdn.setOpacity(shield, c);
};
var ad = setInterval("csdn.doAlpha()", 1);
};
csdn.setStyle = function () {
var lk = document.createElement("LINK");
lk.type = "text/css";
lk.rel = "stylesheet";
lk.href = location.protocol +"//" + csdn.domain + "/content/loginbox/style.css?r="+(new Date().getTime());
var head = document.getElementsByTagName("head")[0];
head.appendChild(lk);
};
csdn.isEnter = function (ev) {
ev = ev || window.event;
var code = (ev.keyCode || ev.which);
return (code == 10 || code == 13);
};
csdn.getCookie = function (name) {
var ck = document.cookie.match(new RegExp("(^| )" + name + "=([^;]*)(;|$)"));
if (ck) return ck[2];
else return null;
};
csdn.setCookie = function(name, value, expires) {
if (expires) expires = '; expires=' + new Date(expires).toUTCString();
else expires = '';
var path = '; path=/';
var domain = '; domain=' + document.domain.replace('www.', '');
document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain].join('');
}
csdn.openBox = function () {
var text =
"<div class='boxbody'>#body#</div>"
return text;
};
csdn.loginForm = function () {
var text = "<div class='login'>"
+ "<div class='login_content'>"
+ "<input name='close' type='button' class='close' onclick='javascript:csdn.closeLogin();return false;' />"
+ "<p class='point' id='sperr'> </p>"
//+ "<span id='sperr'> </span>"
+ "<input name='user_id' id='u' type='text' class='user_id' placeholder='用户ID/注册邮箱' />"
+ "<input name='password' id='p' type='password' class='password' placeholder='密码'/ >"
+ "<label><p class='remember clearfix'><input name='checkbox' id='chkre' type='checkbox' value='checkbox' />记住我一周</p></label>"
+ "<div class='pw_lg'>"
+ "<a href='https://" + csdn.domain + "/account/forgotpassword' target='_blank' >忘记密码</a>|<a href='https://" + csdn.domain + "/account/register' target='_blank' class='pw_a'>注册</a>"
+ "</div>"
+ "<input name='button' type='button' onclick='javascript:csdn.login();return false;' value='登 录' class='login_bt'/>"
+ "<div class='lg_3 clearfix'>"
+ "<a href='https://"+ csdn.domain +"/auth/google' target='_blank' class='google'></a>"
+ "<a href='https://"+ csdn.domain +"/auth/qq' target='_blank' class='qq' ></a>"
+ "<a href='https://"+ csdn.domain +"/auth/sinat' target='_blank' class='weibo'> </a>"
+ "第三方登录:"
+ "</div></div></div>";
return text;
};
csdn.login = function () {
if (csdn.doing) return;
var u = csdn.$('u');
var p = csdn.$('p');
var er = csdn.$('sperr');
if (!u.value) {
er.innerHTML = '* 请输入用户名/邮箱。';
return;
}
if (!p.value) {
er.innerHTML = '* 请输入密码。';
return;
}
csdn.doing = true;
er.innerHTML = '正在登录...';
var url = location.protocol +'//' + csdn.domain + '/ajax/accounthandler.ashx';
var data = 't=log&u=' + encodeURIComponent(u.value)
+ '&p=' + encodeURIComponent(p.value)
+ '&remember=' + (csdn.$('chkre').checked ? 1 : 0)
+ '&callback=csdn.login_back'
+ '&r=' + (new Date().getTime());
csdn.post(url + '?' + data);
};
csdn.login_back = function (data) {
if (data.status) {
var userName = data.data.userName;
var userInfo = data.data.encryptUserInfo;
var exp = csdn.$('chkre').checked ? 7 : 0;
var url = location.protocol + '//' + csdn.domain + '/home/ssoindex'
+ '?userName=' + encodeURIComponent(userName)
+ '&userInfo=' + encodeURIComponent(userInfo)
+ '&exp=' + exp;
csdn.load_frm(url, csdn.login_ok(data));
} else {
if (data.error.indexOf("激活") > -1) {
csdn.$('sperr').innerHTML = '* 账户未激活,请先<a href="https://' + csdn.domain + '/account/active?from=' + encodeURIComponent(location + '') + '" target=_blank>激活</a>。';
} else {
csdn.$('sperr').innerHTML = '* ' + data.error;
}
csdn.doing = false;
}
};
csdn.login_ok = function (data) {
csdn.doing = false;
csdn.$('sperr').innerHTML = '<span style="color:green;">登录成功!</span>';
if (csdn.loginBack) csdn.loginBack(data);
csdn.closeLogin();
};
csdn.post = function (url, callback) {
var sc = document.createElement("script");
sc.type = 'text/javascript';
sc.async = true;
sc.src = url;
if (callback) {
if (sc.onload) sc.onload = callback;
else sc.onreadystatechange = callback;
}
document.body.appendChild(sc);
};
csdn.arr_isloaded = [];
csdn.load_frm = function (url, loaded) {
var idx = csdn.arr_isloaded.length;
csdn.arr_isloaded[idx] = false;
var frm = document.createElement("iframe");
frm.style.width = '1px';
frm.style.height = '1px';
frm.style.visibility = 'hidden';
frm.src = url;
if (loaded) {
var call = function () {
if (!csdn.arr_isloaded[idx]) {
csdn.arr_isloaded[idx] = true;
loaded();
}
};
if (frm.onreadystatechange) {
frm.onreadystatechange = call;
} else {
frm.onload = call;
}
setTimeout(call, 5000);
}
document.body.appendChild(frm);
};
})();
/*加载样式表单*/
(function () {
if (typeof jQuery != 'undefined') {
jQuery(csdn.setStyle);
} else {
var ld = window.onload;
window.onload = function () {
if (ld) ld();
csdn.setStyle();
};
}
})();
| JavaScript |
/*jshint browser:true */
/**
@file 前端用户行为跟踪
@example
<script type="text/javascript" charset="utf-8" src="http://csdnimg.cn/pubfooter/js/tracking.js" defer=""></script>
@author 曹宇 <caoyu@csdn.net>
@version 20130107
*/
;(function(window, undefined) {
'use strict';
var doc = document,
nav = navigator,
loc = location,
/**
转换数组
@param {Array} array - 数组,或数组类似的对象
@param {Function(ele, i)} callback - 转换用的回调函数,返回值将作为转换的结果
@returns {Array} 转换结果
*/
map = function(array, callback) {
var i, len = array.length,
ret = new Array(len);
for(i = 0; i < array.length; i++) {
ret[i] = callback(array[i], i);
}
return ret;
},
/**
在map中使用,把HTML元素转换为其所指示的tag,会清理头尾的空白字符
@param {HTMLElement} ele - HTML元素
@param {Number} i - 当前元素在数组中的索引
@returns {String} 当前元素的innerHTML
*/
elementTag = function(ele) {
return ele.innerHTML.replace(/^\s+|\s+$/g, '');
},
/**
编码执行的参数对象,用于附加到Url结尾的查询字符串
@param {Object} params - 参数对象
@returns {String} 可直接附加到Url结尾的查询字符串,不包含?符号
*/
encode = function(params) {
var i, ret = [];
for(i in params) {
if(params.hasOwnProperty(i)) {
ret.push(i + '=' + encodeURIComponent(params[i]));
}
}
return ret.join('&');
},
/**
发送跨域HTTP GET请求
@param {String} url - 请求的Url
@param {Object} params - 请求要附加的参数对象
*/
crossdomainGet = function(url, params) {
var i = new Image();
i.onload = i.onerror = function() {
i.onload = i.onerror = null;
i.removeAttribute('src');
i = null;
};
i.src = url + (url.indexOf('?') >= 0 ? '&' : '?') + encode(params);
},
/**
检测当前网站登录的用户名
@returns {String} 当前登录的用户名,如果未登录或检测不到,返回空白字符串
*/
detectUsername = function() {
var m = /(; )?UserName=([^;]+)/.exec(doc.cookie);
return m && m[2] || '';
},
/**
使用CSS选择器检索对应的DOM元素
@param {String} selector - CSS选择器
@returns {Array[HTMLElement]} HTML元素集合,如果浏览器不支持使用CSS选择器查找将返回 undefined,如果找不到任何元素返回0长度的近似数组
*/
querySelectorAll = function(selector) {
if(doc.querySelectorAll) {
return doc.querySelectorAll(selector);
} else if(window.jQuery) {
return window.jQuery(selector).get();
}
},
/**
检测当前页面包含的Tags
@param {Array} site - 当前站点需要检测的Url和检测策略数组, 每3个一组,分别是[要匹配的Url片段,检索页面中Tags使用的选择器,选择器无法执行时替代的检测函数]
@returns {String} 逗号分隔的Tags,如果找不到将返回 undefined
*/
detectTags = function(site) {
var i, len, tags, path, selector, altfunc;
if(site) {
len = site.length;
for(i = 0; i < len; i += 3) {
path = site[i];
if(loc.pathname.indexOf(path) < 0) {
continue;
}
selector = site[i + 1];
tags = querySelectorAll(selector);
if(tags === undefined) {
altfunc = site[i + 2];
if(altfunc) {
tags = altfunc();
}
}
tags = tags && tags[0] ? map(tags, elementTag).join(',') : undefined;
}
}
return tags;
},
/**
不同站点检测Tags的策略配置
*/
siteCfgs = {
// TODO 替代检测函数
'bbs.csdn.net': ['/topics/', 'div.tag span'],
'blog.csdn.net': ['/article/details/', 'div.tag2box a'],
'ask.csdn.net': ['/questions/', 'div.tag_data a.tag span'],
'download.csdn.net': ['/detail/', 'div.info a[href^="/tag/"]'],
'www.csdn.net': ['/article/', 'div.tag a'],
'www.csto.com': ['/p/', 'span.tech a']
};
crossdomainGet('http://status.api.csdn.net/track', {
user_agent: nav.userAgent,
url: loc.href,
referrer: doc.referrer,
user_name: detectUsername() || '',
tag: detectTags(siteCfgs[loc.host]) || '',
'x-acl-token': 'status_js_dkuyqthzbajmncbsb_token'
});
}(window)); | JavaScript |
var ad_type = 'ms467';
var ad_sc = '<script type="text/javascript" '
+ 'src="http://ad.csdn.net/scripts/ad-' + ad_type + '.js"'
+ '></'
+ 'script>';
document.writeln(ad_sc);
| JavaScript |
var home_domain = "blog.csdn.net";
var ad_cnt = ad_cnt || 0;
/*CSDN广告延迟加载 t:广告类型,数字;id:容器id*/
var Ad = function (t, id) {
this.adType = t;
this.containerId = id;
this.adIndex = ad_cnt++;
this.loadAd = function () {
//document.domain = "csdn.net";
var container = document.getElementById(this.containerId);
var width = container.offsetWidth - 2 - container.style.paddingLeft - container.style.paddingRight;
//var height = container.offsetHeight - 2 - container.style.paddingTop - container.style.paddingBottom;
var frm = document.createElement('iframe');
frm.id = "ad_frm_" + this.adIndex;
frm.frameBorder = "0";
frm.scrolling = "no";
frm.style.borderWidth = "0px";
frm.style.overflow = "hidden";
if (width > 0) frm.style.width = width + "px";
else frm.style.width = "98%";
frm.style.height = "0px";
frm.src = "http://" + home_domain + "/common/ad.html"
+ "?t=" + this.adType
+ "&containerId=" + this.containerId
+ "&frmId=" + frm.id;
container.appendChild(frm);
};
if (jQuery) {
jQuery((function (_ad) {
return function () { _ad.loadAd(); }
})(this));
} else {
this.loadAd();
}
};
/*pongo广告延迟加载 id:广告id;continerId:容器id*/
var PongoAd = function (id, continerId) {
var func = 'window.showad' + id + '=function(html){document.getElementById("' + continerId + '").innerHTML=html;}';
eval(func);
function loadad(id) {
var url = encodeURIComponent(top.location.href);
var cbfun = "showad" + id;
var src = 'http://a.pongo.cn/Job/GetAdForCallBack?id=' + id + '&UrlAdParam=' + encodeURIComponent(url) + '&CallBack=' + cbfun;
var sc = document.createElement('script');
sc.type = 'text/javascript';
sc.async = true;
sc.src = src;
document.body.appendChild(sc);
}
setTimeout(function () { loadad(id); }, 1000);
}; | JavaScript |
//bbs 3.8
var cloudad_type = 'ms467';
var cloudad_urls = [
'http://ad.csdn.net/adsrc/mm-cloud-newshomepage-760-90-0304.swf'
];
var cloudad_clks = [
'http://e.cn.miaozhen.com/r.gif?k=1004391&p=3yE1r0&rt=2&ns=[M_ADIP]&ni=[M_IESID]&na=[M_MAC]&o=http://www.ibm.com/midmarket/cn/zh/engines_cloud.html?csr=apch_cyl1_20130111_1357875228621&ck=csdn&cmp=131tg&ct=131tg05w&cr=csdn&cm=b&csot=-&ccy=cn&cpb=-&cd=2013-01-10&cot=a&cpg=tgy&cn=cloud_mm_(smarter_cloud)__csdn_news_homepage&csz=760*90'
];
var can_swf = (function () {
if (document.all) swf = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');
else if (navigator.plugins) swf = navigator.plugins["Shockwave Flash"];
return !!swf;
})();
function cloudad_show() {
var rd = Math.random();
var ad_url, log_url;
if (rd < 0.6 && can_swf) {
ad_url = cloudad_urls[0];
log_url = 'http://ad.csdn.net/log.ashx';
log_url += '?t=view&adtype=' + cloudad_type + '&adurl=' + encodeURIComponent(ad_url);
cloudad_doRequest(log_url, true);
}
if (rd < 0.002) {
ad_url = cloudad_clks[0];
log_url = 'http://ad.csdn.net/log.ashx';
log_url += '?t=click&adtype=' + cloudad_type + '&adurl=' + encodeURIComponent(ad_url);
cloudad_doRequest(log_url, true);
}
}
function cloudad_doRequest(url, useFrm) {
var e = document.createElement(useFrm ? "iframe" : "img");
e.style.width = "1px";
e.style.height = "1px";
e.style.position = "absolute";
e.style.visibility = "hidden";
if (url.indexOf('?') > 0) url += '&r_m=';
else url += '?r_m=';
url += new Date().getMilliseconds();
e.src = url;
document.body.appendChild(e);
}
setTimeout(function () {
cloudad_show();
}, 1000);
| JavaScript |
function IEworkaround(){
var control_groupName_array = ["controllo_group_0","controllo_group_2","controllo_group_4","controllo_group_6"];
var angle=-45;
var Dx=-30;
for (i in control_groupName_array) {
var control_group_div=document.getElementById(control_groupName_array[i]);
var radangle=angle*Math.PI/180;
var cosangle=Math.cos(radangle);
var negcosangle=-Math.cos(radangle);
var sinangle=Math.sin(radangle);
var negsinangle=-Math.sin(radangle);
var matrix = $M([
[cosangle, negsinangle,Dx],
[sinangle, cosangle, 0],
[0, 0, 1]
]);
transformOrigin(control_group_div, matrix);
control_group_div.style.filter="progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", SizingMethod = 'auto expand')";
fixIeBoundaryBug1(control_group_div, matrix);
angle=angle*(-1);
if (i==1) {
Dx=Dx*(-1);
}
Dx=Dx*(-1);
var stop;
}
/*
var a1;
a1=document.getElementById("controllo_group_0");
var width1;
width1=a1.clientWidth;
var height1;
height1=a1.clientHeight;
var angle1 = -45;
var Dx1;
var Dy1;
var radangle1=angle1*Math.PI/180;
var cosangle1=Math.cos(radangle1);
var negcosangle1=-Math.cos(radangle1);
var sinangle1=Math.sin(radangle1);
var negsinangle1=-Math.sin(radangle1);
Dx1=(-width1/2)*cosangle1+(height1/2)*sinangle1+width1/2;
Dy1=(-width1/2)*sinangle1-(height1/2)*cosangle1+height1/2;
*/
/*
a.style.cssText="-ms-filter:'progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", Dx="+Dx+", Dy="+Dy+", SizingMethod = 'auto expand')'";
a.style.cssText="filter:progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", Dx="+Dx+", Dy="+Dy+", SizingMethod = 'auto expand')";
*/
/*
a.filters.item(0).M11=cosangle;
a.filters.item(0).M12=negsinangle;
a.filters.item(0).M21=sinangle;
a.filters.item(0).M22=cosangle;
a.style.position="absolute";
a.style.top = a.offsetTop+20;
a.style.left = a.offsetLeft-73;
*/
/*
var matrix1 = $M([
[cosangle1, negsinangle1,150],
[sinangle1, cosangle1, 0],
[0, 0, 1]
]);
transformOrigin(a1, matrix1);
a1.style.filter="progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle1+", M12="+negsinangle1+", M21="+sinangle1+", M22="+cosangle1+", SizingMethod = 'auto expand')";
//a1.style.filter="-ms-filter:'progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle1+", M12="+negsinangle1+", M21="+sinangle1+", M22="+cosangle1+", SizingMethod = 'auto expand')'";
fixIeBoundaryBug1(a1, matrix1);
*/
// II CONTROLLO
/*
var a2;
a2=document.getElementById("controllo_group_2");
var width2;
width2=a2.clientWidth;
var height2;
height2=a2.clientHeight;
var angle2 = 45;
var Dx2;
var Dy2;
var radangle2=angle2*Math.PI/180;
var cosangle2=Math.cos(radangle2);
var negcosangle2=-Math.cos(radangle2);
var sinangle2=Math.sin(radangle2);
var negsinangle2=-Math.sin(radangle2);
Dx2=(-width2/2)*cosangle2+(height2/2)*sinangle2+width2/2;
Dy2=(-width2/2)*sinangle2-(height2/2)*cosangle2+height2/2;
*/
/*
a.style.cssText="-ms-filter:'progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", Dx="+Dx+", Dy="+Dy+", SizingMethod = 'auto expand')'";
a.style.cssText="filter:progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", Dx="+Dx+", Dy="+Dy+", SizingMethod = 'auto expand')";
*/
/*
a.filters.item(0).M11=cosangle;
a.filters.item(0).M12=negsinangle;
a.filters.item(0).M21=sinangle;
a.filters.item(0).M22=cosangle;
a.style.position="absolute";
a.style.top = a.offsetTop+20;
a.style.left = a.offsetLeft-73;
*/
/*
var matrix2 = $M([
[cosangle2, negsinangle2, 30],
[sinangle2, cosangle2, 0],
[0, 0, 1]
]);
transformOrigin(a2, matrix2);
a2.style.filter="progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle2+", M12="+negsinangle2+", M21="+sinangle2+", M22="+cosangle2+", SizingMethod = 'auto expand')";
//a2.style.filter="-ms-filter:'progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle2+", M12="+negsinangle2+", M21="+sinangle2+", M22="+cosangle2+", SizingMethod = 'auto expand')'";
fixIeBoundaryBug1(a2, matrix2);
*/
}
function transformOrigin(a, matrix) {
// undo the filter
var filter = a.style.filter;
a.style.filter = '';
// measure the element
var width = a.clientWidth;
var height = a.clientHeight;
// re-do the filter
a.style.filter = filter;
// The destination origin
toOrigin = {
x: width * 0.5,
y: height * 0.5
};
// The original origin
fromOrigin = {
x: 0,
//x:width/2,
y: 0
//y: -height/2
};
// Multiply our rotation matrix against an x, y coord matrix
var toCenter = matrix.x($M([
[toOrigin.x],
[toOrigin.y],
[1]
]));
var fromCenter = matrix.x($M([
[fromOrigin.x],
[fromOrigin.y],
[1]
]));
// Position the element
// The double parse float simply keeps the decimals sane
a.style.position= "relative";
var app1=parseFloat(parseFloat((fromCenter.e(2, 1) - fromOrigin.y) - (toCenter.e(2, 1) - toOrigin.y)).toFixed(8));
a.style.top=app1+ "px";
var app2=parseFloat(parseFloat((fromCenter.e(1, 1) - fromOrigin.x) - (toCenter.e(1, 1) - toOrigin.x)).toFixed(8));
a.style.left=app2+"px";
/*
a.filters.item(0).M11=cosangle;
a.filters.item(0).M12=negsinangle;
a.filters.item(0).M21=sinangle;
a.filters.item(0).M22=cosangle;
*/
//a.style.cssText="-ms-filter:'progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", SizingMethod = 'auto expand')'";
//a.style.cssText="filter:progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+", SizingMethod = 'auto expand')";
//a.style.filter="progid:DXImageTransform.Microsoft.Matrix(M11="+cosangle+", M12="+negsinangle+", M21="+sinangle+", M22="+cosangle+" SizingMethod = 'auto expand')";
}
function fixIeBoundaryBug1(a, matrix) {
// undo the filter
var filter = a.style.filter;
a.style.filter = '';
// measure the element
var x = a.clientWidth;
var y = a.clientHeight;
// re-do the filter
a.style.filter = filter;
// create corners for the original element
var matrices = {
tl: matrix.x($M([[0], [0], [1]])),
bl: matrix.x($M([[0], [y], [1]])),
tr: matrix.x($M([[x], [0], [1]])),
br: matrix.x($M([[x], [y], [1]]))
};
var corners = {
tl: {
x: parseFloat(parseFloat(matrices.tl.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.tl.e(2, 1)).toFixed(8))
},
bl: {
x: parseFloat(parseFloat(matrices.bl.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.bl.e(2, 1)).toFixed(8))
},
tr: {
x: parseFloat(parseFloat(matrices.tr.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.tr.e(2, 1)).toFixed(8))
},
br: {
x: parseFloat(parseFloat(matrices.br.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.br.e(2, 1)).toFixed(8))
}
};
// Initialize the sides
var sides = {
top: 0,
left: 0
};
// Find the extreme corners
for (var pos in corners) {
// Transform the coords
var corner = corners[pos];
if (corner.y < sides.top) {
sides.top = corner.y;
}
if (corner.x < sides.left) {
sides.left = corner.x;
}
}
// ADDENDUM - same for top
if (sides.left==0 && matrix.e(1, 3)>0) {
sides.left=matrix.e(1, 3);
}
// find the top and left we set earlier (the hard way)
/*
$elem.wrap('<div style="position: relative" />');
var pos = $elem.position();
$elem.unwrap();
*/
var dx = parseFloat(a.style.left);
//dx=+23;
//dx+=45;
var dy = parseFloat(a.style.top);
// Position the element
a.style.top=dy + sides.top+ "px";
a.style.left=dx + sides.left+ "px";
}
function fixIeBoundaryBug2(a, matrix) {
// undo the filter
var filter = a.style.filter;
a.style.filter = '';
// measure the element
var x = a.clientWidth;
var y = a.clientHeight;
// re-do the filter
a.style.filter = filter;
// create corners for the original element
var matrices = {
tl: matrix.x($M([[0], [0], [1]])),
bl: matrix.x($M([[0], [y], [1]])),
tr: matrix.x($M([[x], [0], [1]])),
br: matrix.x($M([[x], [y], [1]]))
};
var corners = {
tl: {
x: parseFloat(parseFloat(matrices.tl.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.tl.e(2, 1)).toFixed(8))
},
bl: {
x: parseFloat(parseFloat(matrices.bl.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.bl.e(2, 1)).toFixed(8))
},
tr: {
x: parseFloat(parseFloat(matrices.tr.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.tr.e(2, 1)).toFixed(8))
},
br: {
x: parseFloat(parseFloat(matrices.br.e(1, 1)).toFixed(8)),
y: parseFloat(parseFloat(matrices.br.e(2, 1)).toFixed(8))
}
};
// Initialize the sides
var sides = {
top: 0,
left: 0
};
// Find the extreme corners
for (var pos in corners) {
// Transform the coords
var corner = corners[pos];
if (corner.y < sides.top) {
sides.top = corner.y;
}
if (corner.x < sides.left) {
sides.left = corner.x;
}
}
// ADDENDUM - same for top
if (sides.left==0 && matrix.e(1, 3)>0) {
sides.left=matrix.e(1, 3);
}
// find the top and left we set earlier (the hard way)
/*
$elem.wrap('<div style="position: relative" />');
var pos = $elem.position();
$elem.unwrap();
*/
var dx = parseFloat(a.style.left);
var dy = parseFloat(a.style.top);
// Position the element
a.style.top=dy + sides.top+ "px";
a.style.left=dx + sides.left+ "px";
} | JavaScript |
// === Sylvester ===
// Vector and Matrix mathematics modules for JavaScript
// Copyright (c) 2007 James Coglan
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included
// in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
var Sylvester = {
version: '0.1.3',
precision: 1e-6
};
function Vector() {}
Vector.prototype = {
// Returns element i of the vector
e: function(i) {
return (i < 1 || i > this.elements.length) ? null : this.elements[i-1];
},
// Returns the number of elements the vector has
dimensions: function() {
return this.elements.length;
},
// Returns the modulus ('length') of the vector
modulus: function() {
return Math.sqrt(this.dot(this));
},
// Returns true iff the vector is equal to the argument
eql: function(vector) {
var n = this.elements.length;
var V = vector.elements || vector;
if (n != V.length) { return false; }
do {
if (Math.abs(this.elements[n-1] - V[n-1]) > Sylvester.precision) { return false; }
} while (--n);
return true;
},
// Returns a copy of the vector
dup: function() {
return Vector.create(this.elements);
},
// Maps the vector to another vector according to the given function
map: function(fn) {
var elements = [];
this.each(function(x, i) {
elements.push(fn(x, i));
});
return Vector.create(elements);
},
// Calls the iterator for each element of the vector in turn
each: function(fn) {
var n = this.elements.length, k = n, i;
do { i = k - n;
fn(this.elements[i], i+1);
} while (--n);
},
// Returns a new vector created by normalizing the receiver
toUnitVector: function() {
var r = this.modulus();
if (r === 0) { return this.dup(); }
return this.map(function(x) { return x/r; });
},
// Returns the angle between the vector and the argument (also a vector)
angleFrom: function(vector) {
var V = vector.elements || vector;
var n = this.elements.length, k = n, i;
if (n != V.length) { return null; }
var dot = 0, mod1 = 0, mod2 = 0;
// Work things out in parallel to save time
this.each(function(x, i) {
dot += x * V[i-1];
mod1 += x * x;
mod2 += V[i-1] * V[i-1];
});
mod1 = Math.sqrt(mod1); mod2 = Math.sqrt(mod2);
if (mod1*mod2 === 0) { return null; }
var theta = dot / (mod1*mod2);
if (theta < -1) { theta = -1; }
if (theta > 1) { theta = 1; }
return Math.acos(theta);
},
// Returns true iff the vector is parallel to the argument
isParallelTo: function(vector) {
var angle = this.angleFrom(vector);
return (angle === null) ? null : (angle <= Sylvester.precision);
},
// Returns true iff the vector is antiparallel to the argument
isAntiparallelTo: function(vector) {
var angle = this.angleFrom(vector);
return (angle === null) ? null : (Math.abs(angle - Math.PI) <= Sylvester.precision);
},
// Returns true iff the vector is perpendicular to the argument
isPerpendicularTo: function(vector) {
var dot = this.dot(vector);
return (dot === null) ? null : (Math.abs(dot) <= Sylvester.precision);
},
// Returns the result of adding the argument to the vector
add: function(vector) {
var V = vector.elements || vector;
if (this.elements.length != V.length) { return null; }
return this.map(function(x, i) { return x + V[i-1]; });
},
// Returns the result of subtracting the argument from the vector
subtract: function(vector) {
var V = vector.elements || vector;
if (this.elements.length != V.length) { return null; }
return this.map(function(x, i) { return x - V[i-1]; });
},
// Returns the result of multiplying the elements of the vector by the argument
multiply: function(k) {
return this.map(function(x) { return x*k; });
},
x: function(k) { return this.multiply(k); },
// Returns the scalar product of the vector with the argument
// Both vectors must have equal dimensionality
dot: function(vector) {
var V = vector.elements || vector;
var i, product = 0, n = this.elements.length;
if (n != V.length) { return null; }
do { product += this.elements[n-1] * V[n-1]; } while (--n);
return product;
},
// Returns the vector product of the vector with the argument
// Both vectors must have dimensionality 3
cross: function(vector) {
var B = vector.elements || vector;
if (this.elements.length != 3 || B.length != 3) { return null; }
var A = this.elements;
return Vector.create([
(A[1] * B[2]) - (A[2] * B[1]),
(A[2] * B[0]) - (A[0] * B[2]),
(A[0] * B[1]) - (A[1] * B[0])
]);
},
// Returns the (absolute) largest element of the vector
max: function() {
var m = 0, n = this.elements.length, k = n, i;
do { i = k - n;
if (Math.abs(this.elements[i]) > Math.abs(m)) { m = this.elements[i]; }
} while (--n);
return m;
},
// Returns the index of the first match found
indexOf: function(x) {
var index = null, n = this.elements.length, k = n, i;
do { i = k - n;
if (index === null && this.elements[i] == x) {
index = i + 1;
}
} while (--n);
return index;
},
// Returns a diagonal matrix with the vector's elements as its diagonal elements
toDiagonalMatrix: function() {
return Matrix.Diagonal(this.elements);
},
// Returns the result of rounding the elements of the vector
round: function() {
return this.map(function(x) { return Math.round(x); });
},
// Returns a copy of the vector with elements set to the given value if they
// differ from it by less than Sylvester.precision
snapTo: function(x) {
return this.map(function(y) {
return (Math.abs(y - x) <= Sylvester.precision) ? x : y;
});
},
// Returns the vector's distance from the argument, when considered as a point in space
distanceFrom: function(obj) {
if (obj.anchor) { return obj.distanceFrom(this); }
var V = obj.elements || obj;
if (V.length != this.elements.length) { return null; }
var sum = 0, part;
this.each(function(x, i) {
part = x - V[i-1];
sum += part * part;
});
return Math.sqrt(sum);
},
// Returns true if the vector is point on the given line
liesOn: function(line) {
return line.contains(this);
},
// Return true iff the vector is a point in the given plane
liesIn: function(plane) {
return plane.contains(this);
},
// Rotates the vector about the given object. The object should be a
// point if the vector is 2D, and a line if it is 3D. Be careful with line directions!
rotate: function(t, obj) {
var V, R, x, y, z;
switch (this.elements.length) {
case 2:
V = obj.elements || obj;
if (V.length != 2) { return null; }
R = Matrix.Rotation(t).elements;
x = this.elements[0] - V[0];
y = this.elements[1] - V[1];
return Vector.create([
V[0] + R[0][0] * x + R[0][1] * y,
V[1] + R[1][0] * x + R[1][1] * y
]);
break;
case 3:
if (!obj.direction) { return null; }
var C = obj.pointClosestTo(this).elements;
R = Matrix.Rotation(t, obj.direction).elements;
x = this.elements[0] - C[0];
y = this.elements[1] - C[1];
z = this.elements[2] - C[2];
return Vector.create([
C[0] + R[0][0] * x + R[0][1] * y + R[0][2] * z,
C[1] + R[1][0] * x + R[1][1] * y + R[1][2] * z,
C[2] + R[2][0] * x + R[2][1] * y + R[2][2] * z
]);
break;
default:
return null;
}
},
// Returns the result of reflecting the point in the given point, line or plane
reflectionIn: function(obj) {
if (obj.anchor) {
// obj is a plane or line
var P = this.elements.slice();
var C = obj.pointClosestTo(P).elements;
return Vector.create([C[0] + (C[0] - P[0]), C[1] + (C[1] - P[1]), C[2] + (C[2] - (P[2] || 0))]);
} else {
// obj is a point
var Q = obj.elements || obj;
if (this.elements.length != Q.length) { return null; }
return this.map(function(x, i) { return Q[i-1] + (Q[i-1] - x); });
}
},
// Utility to make sure vectors are 3D. If they are 2D, a zero z-component is added
to3D: function() {
var V = this.dup();
switch (V.elements.length) {
case 3: break;
case 2: V.elements.push(0); break;
default: return null;
}
return V;
},
// Returns a string representation of the vector
inspect: function() {
return '[' + this.elements.join(', ') + ']';
},
// Set vector's elements from an array
setElements: function(els) {
this.elements = (els.elements || els).slice();
return this;
}
};
// Constructor function
Vector.create = function(elements) {
var V = new Vector();
return V.setElements(elements);
};
// i, j, k unit vectors
Vector.i = Vector.create([1,0,0]);
Vector.j = Vector.create([0,1,0]);
Vector.k = Vector.create([0,0,1]);
// Random vector of size n
Vector.Random = function(n) {
var elements = [];
do { elements.push(Math.random());
} while (--n);
return Vector.create(elements);
};
// Vector filled with zeros
Vector.Zero = function(n) {
var elements = [];
do { elements.push(0);
} while (--n);
return Vector.create(elements);
};
function Matrix() {}
Matrix.prototype = {
// Returns element (i,j) of the matrix
e: function(i,j) {
if (i < 1 || i > this.elements.length || j < 1 || j > this.elements[0].length) { return null; }
return this.elements[i-1][j-1];
},
// Returns row k of the matrix as a vector
row: function(i) {
if (i > this.elements.length) { return null; }
return Vector.create(this.elements[i-1]);
},
// Returns column k of the matrix as a vector
col: function(j) {
if (j > this.elements[0].length) { return null; }
var col = [], n = this.elements.length, k = n, i;
do { i = k - n;
col.push(this.elements[i][j-1]);
} while (--n);
return Vector.create(col);
},
// Returns the number of rows/columns the matrix has
dimensions: function() {
return {rows: this.elements.length, cols: this.elements[0].length};
},
// Returns the number of rows in the matrix
rows: function() {
return this.elements.length;
},
// Returns the number of columns in the matrix
cols: function() {
return this.elements[0].length;
},
// Returns true iff the matrix is equal to the argument. You can supply
// a vector as the argument, in which case the receiver must be a
// one-column matrix equal to the vector.
eql: function(matrix) {
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
if (this.elements.length != M.length ||
this.elements[0].length != M[0].length) { return false; }
var ni = this.elements.length, ki = ni, i, nj, kj = this.elements[0].length, j;
do { i = ki - ni;
nj = kj;
do { j = kj - nj;
if (Math.abs(this.elements[i][j] - M[i][j]) > Sylvester.precision) { return false; }
} while (--nj);
} while (--ni);
return true;
},
// Returns a copy of the matrix
dup: function() {
return Matrix.create(this.elements);
},
// Maps the matrix to another matrix (of the same dimensions) according to the given function
map: function(fn) {
var els = [], ni = this.elements.length, ki = ni, i, nj, kj = this.elements[0].length, j;
do { i = ki - ni;
nj = kj;
els[i] = [];
do { j = kj - nj;
els[i][j] = fn(this.elements[i][j], i + 1, j + 1);
} while (--nj);
} while (--ni);
return Matrix.create(els);
},
// Returns true iff the argument has the same dimensions as the matrix
isSameSizeAs: function(matrix) {
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
return (this.elements.length == M.length &&
this.elements[0].length == M[0].length);
},
// Returns the result of adding the argument to the matrix
add: function(matrix) {
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
if (!this.isSameSizeAs(M)) { return null; }
return this.map(function(x, i, j) { return x + M[i-1][j-1]; });
},
// Returns the result of subtracting the argument from the matrix
subtract: function(matrix) {
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
if (!this.isSameSizeAs(M)) { return null; }
return this.map(function(x, i, j) { return x - M[i-1][j-1]; });
},
// Returns true iff the matrix can multiply the argument from the left
canMultiplyFromLeft: function(matrix) {
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
// this.columns should equal matrix.rows
return (this.elements[0].length == M.length);
},
// Returns the result of multiplying the matrix from the right by the argument.
// If the argument is a scalar then just multiply all the elements. If the argument is
// a vector, a vector is returned, which saves you having to remember calling
// col(1) on the result.
multiply: function(matrix) {
if (!matrix.elements) {
return this.map(function(x) { return x * matrix; });
}
var returnVector = matrix.modulus ? true : false;
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
if (!this.canMultiplyFromLeft(M)) { return null; }
var ni = this.elements.length, ki = ni, i, nj, kj = M[0].length, j;
var cols = this.elements[0].length, elements = [], sum, nc, c;
do { i = ki - ni;
elements[i] = [];
nj = kj;
do { j = kj - nj;
sum = 0;
nc = cols;
do { c = cols - nc;
sum += this.elements[i][c] * M[c][j];
} while (--nc);
elements[i][j] = sum;
} while (--nj);
} while (--ni);
var M = Matrix.create(elements);
return returnVector ? M.col(1) : M;
},
x: function(matrix) { return this.multiply(matrix); },
// Returns a submatrix taken from the matrix
// Argument order is: start row, start col, nrows, ncols
// Element selection wraps if the required index is outside the matrix's bounds, so you could
// use this to perform row/column cycling or copy-augmenting.
minor: function(a, b, c, d) {
var elements = [], ni = c, i, nj, j;
var rows = this.elements.length, cols = this.elements[0].length;
do { i = c - ni;
elements[i] = [];
nj = d;
do { j = d - nj;
elements[i][j] = this.elements[(a+i-1)%rows][(b+j-1)%cols];
} while (--nj);
} while (--ni);
return Matrix.create(elements);
},
// Returns the transpose of the matrix
transpose: function() {
var rows = this.elements.length, cols = this.elements[0].length;
var elements = [], ni = cols, i, nj, j;
do { i = cols - ni;
elements[i] = [];
nj = rows;
do { j = rows - nj;
elements[i][j] = this.elements[j][i];
} while (--nj);
} while (--ni);
return Matrix.create(elements);
},
// Returns true iff the matrix is square
isSquare: function() {
return (this.elements.length == this.elements[0].length);
},
// Returns the (absolute) largest element of the matrix
max: function() {
var m = 0, ni = this.elements.length, ki = ni, i, nj, kj = this.elements[0].length, j;
do { i = ki - ni;
nj = kj;
do { j = kj - nj;
if (Math.abs(this.elements[i][j]) > Math.abs(m)) { m = this.elements[i][j]; }
} while (--nj);
} while (--ni);
return m;
},
// Returns the indeces of the first match found by reading row-by-row from left to right
indexOf: function(x) {
var index = null, ni = this.elements.length, ki = ni, i, nj, kj = this.elements[0].length, j;
do { i = ki - ni;
nj = kj;
do { j = kj - nj;
if (this.elements[i][j] == x) { return {i: i+1, j: j+1}; }
} while (--nj);
} while (--ni);
return null;
},
// If the matrix is square, returns the diagonal elements as a vector.
// Otherwise, returns null.
diagonal: function() {
if (!this.isSquare) { return null; }
var els = [], n = this.elements.length, k = n, i;
do { i = k - n;
els.push(this.elements[i][i]);
} while (--n);
return Vector.create(els);
},
// Make the matrix upper (right) triangular by Gaussian elimination.
// This method only adds multiples of rows to other rows. No rows are
// scaled up or switched, and the determinant is preserved.
toRightTriangular: function() {
var M = this.dup(), els;
var n = this.elements.length, k = n, i, np, kp = this.elements[0].length, p;
do { i = k - n;
if (M.elements[i][i] == 0) {
for (j = i + 1; j < k; j++) {
if (M.elements[j][i] != 0) {
els = []; np = kp;
do { p = kp - np;
els.push(M.elements[i][p] + M.elements[j][p]);
} while (--np);
M.elements[i] = els;
break;
}
}
}
if (M.elements[i][i] != 0) {
for (j = i + 1; j < k; j++) {
var multiplier = M.elements[j][i] / M.elements[i][i];
els = []; np = kp;
do { p = kp - np;
// Elements with column numbers up to an including the number
// of the row that we're subtracting can safely be set straight to
// zero, since that's the point of this routine and it avoids having
// to loop over and correct rounding errors later
els.push(p <= i ? 0 : M.elements[j][p] - M.elements[i][p] * multiplier);
} while (--np);
M.elements[j] = els;
}
}
} while (--n);
return M;
},
toUpperTriangular: function() { return this.toRightTriangular(); },
// Returns the determinant for square matrices
determinant: function() {
if (!this.isSquare()) { return null; }
var M = this.toRightTriangular();
var det = M.elements[0][0], n = M.elements.length - 1, k = n, i;
do { i = k - n + 1;
det = det * M.elements[i][i];
} while (--n);
return det;
},
det: function() { return this.determinant(); },
// Returns true iff the matrix is singular
isSingular: function() {
return (this.isSquare() && this.determinant() === 0);
},
// Returns the trace for square matrices
trace: function() {
if (!this.isSquare()) { return null; }
var tr = this.elements[0][0], n = this.elements.length - 1, k = n, i;
do { i = k - n + 1;
tr += this.elements[i][i];
} while (--n);
return tr;
},
tr: function() { return this.trace(); },
// Returns the rank of the matrix
rank: function() {
var M = this.toRightTriangular(), rank = 0;
var ni = this.elements.length, ki = ni, i, nj, kj = this.elements[0].length, j;
do { i = ki - ni;
nj = kj;
do { j = kj - nj;
if (Math.abs(M.elements[i][j]) > Sylvester.precision) { rank++; break; }
} while (--nj);
} while (--ni);
return rank;
},
rk: function() { return this.rank(); },
// Returns the result of attaching the given argument to the right-hand side of the matrix
augment: function(matrix) {
var M = matrix.elements || matrix;
if (typeof(M[0][0]) == 'undefined') { M = Matrix.create(M).elements; }
var T = this.dup(), cols = T.elements[0].length;
var ni = T.elements.length, ki = ni, i, nj, kj = M[0].length, j;
if (ni != M.length) { return null; }
do { i = ki - ni;
nj = kj;
do { j = kj - nj;
T.elements[i][cols + j] = M[i][j];
} while (--nj);
} while (--ni);
return T;
},
// Returns the inverse (if one exists) using Gauss-Jordan
inverse: function() {
if (!this.isSquare() || this.isSingular()) { return null; }
var ni = this.elements.length, ki = ni, i, j;
var M = this.augment(Matrix.I(ni)).toRightTriangular();
var np, kp = M.elements[0].length, p, els, divisor;
var inverse_elements = [], new_element;
// Matrix is non-singular so there will be no zeros on the diagonal
// Cycle through rows from last to first
do { i = ni - 1;
// First, normalise diagonal elements to 1
els = []; np = kp;
inverse_elements[i] = [];
divisor = M.elements[i][i];
do { p = kp - np;
new_element = M.elements[i][p] / divisor;
els.push(new_element);
// Shuffle of the current row of the right hand side into the results
// array as it will not be modified by later runs through this loop
if (p >= ki) { inverse_elements[i].push(new_element); }
} while (--np);
M.elements[i] = els;
// Then, subtract this row from those above it to
// give the identity matrix on the left hand side
for (j = 0; j < i; j++) {
els = []; np = kp;
do { p = kp - np;
els.push(M.elements[j][p] - M.elements[i][p] * M.elements[j][i]);
} while (--np);
M.elements[j] = els;
}
} while (--ni);
return Matrix.create(inverse_elements);
},
inv: function() { return this.inverse(); },
// Returns the result of rounding all the elements
round: function() {
return this.map(function(x) { return Math.round(x); });
},
// Returns a copy of the matrix with elements set to the given value if they
// differ from it by less than Sylvester.precision
snapTo: function(x) {
return this.map(function(p) {
return (Math.abs(p - x) <= Sylvester.precision) ? x : p;
});
},
// Returns a string representation of the matrix
inspect: function() {
var matrix_rows = [];
var n = this.elements.length, k = n, i;
do { i = k - n;
matrix_rows.push(Vector.create(this.elements[i]).inspect());
} while (--n);
return matrix_rows.join('\n');
},
// Set the matrix's elements from an array. If the argument passed
// is a vector, the resulting matrix will be a single column.
setElements: function(els) {
var i, elements = els.elements || els;
if (typeof(elements[0][0]) != 'undefined') {
var ni = elements.length, ki = ni, nj, kj, j;
this.elements = [];
do { i = ki - ni;
nj = elements[i].length; kj = nj;
this.elements[i] = [];
do { j = kj - nj;
this.elements[i][j] = elements[i][j];
} while (--nj);
} while(--ni);
return this;
}
var n = elements.length, k = n;
this.elements = [];
do { i = k - n;
this.elements.push([elements[i]]);
} while (--n);
return this;
}
};
// Constructor function
Matrix.create = function(elements) {
var M = new Matrix();
return M.setElements(elements);
};
// Identity matrix of size n
Matrix.I = function(n) {
var els = [], k = n, i, nj, j;
do { i = k - n;
els[i] = []; nj = k;
do { j = k - nj;
els[i][j] = (i == j) ? 1 : 0;
} while (--nj);
} while (--n);
return Matrix.create(els);
};
// Diagonal matrix - all off-diagonal elements are zero
Matrix.Diagonal = function(elements) {
var n = elements.length, k = n, i;
var M = Matrix.I(n);
do { i = k - n;
M.elements[i][i] = elements[i];
} while (--n);
return M;
};
// Rotation matrix about some axis. If no axis is
// supplied, assume we're after a 2D transform
Matrix.Rotation = function(theta, a) {
if (!a) {
return Matrix.create([
[Math.cos(theta), -Math.sin(theta)],
[Math.sin(theta), Math.cos(theta)]
]);
}
var axis = a.dup();
if (axis.elements.length != 3) { return null; }
var mod = axis.modulus();
var x = axis.elements[0]/mod, y = axis.elements[1]/mod, z = axis.elements[2]/mod;
var s = Math.sin(theta), c = Math.cos(theta), t = 1 - c;
// Formula derived here: http://www.gamedev.net/reference/articles/article1199.asp
// That proof rotates the co-ordinate system so theta
// becomes -theta and sin becomes -sin here.
return Matrix.create([
[ t*x*x + c, t*x*y - s*z, t*x*z + s*y ],
[ t*x*y + s*z, t*y*y + c, t*y*z - s*x ],
[ t*x*z - s*y, t*y*z + s*x, t*z*z + c ]
]);
};
// Special case rotations
Matrix.RotationX = function(t) {
var c = Math.cos(t), s = Math.sin(t);
return Matrix.create([
[ 1, 0, 0 ],
[ 0, c, -s ],
[ 0, s, c ]
]);
};
Matrix.RotationY = function(t) {
var c = Math.cos(t), s = Math.sin(t);
return Matrix.create([
[ c, 0, s ],
[ 0, 1, 0 ],
[ -s, 0, c ]
]);
};
Matrix.RotationZ = function(t) {
var c = Math.cos(t), s = Math.sin(t);
return Matrix.create([
[ c, -s, 0 ],
[ s, c, 0 ],
[ 0, 0, 1 ]
]);
};
// Random matrix of n rows, m columns
Matrix.Random = function(n, m) {
return Matrix.Zero(n, m).map(
function() { return Math.random(); }
);
};
// Matrix filled with zeros
Matrix.Zero = function(n, m) {
var els = [], ni = n, i, nj, j;
do { i = n - ni;
els[i] = [];
nj = m;
do { j = m - nj;
els[i][j] = 0;
} while (--nj);
} while (--ni);
return Matrix.create(els);
};
function Line() {}
Line.prototype = {
// Returns true if the argument occupies the same space as the line
eql: function(line) {
return (this.isParallelTo(line) && this.contains(line.anchor));
},
// Returns a copy of the line
dup: function() {
return Line.create(this.anchor, this.direction);
},
// Returns the result of translating the line by the given vector/array
translate: function(vector) {
var V = vector.elements || vector;
return Line.create([
this.anchor.elements[0] + V[0],
this.anchor.elements[1] + V[1],
this.anchor.elements[2] + (V[2] || 0)
], this.direction);
},
// Returns true if the line is parallel to the argument. Here, 'parallel to'
// means that the argument's direction is either parallel or antiparallel to
// the line's own direction. A line is parallel to a plane if the two do not
// have a unique intersection.
isParallelTo: function(obj) {
if (obj.normal) { return obj.isParallelTo(this); }
var theta = this.direction.angleFrom(obj.direction);
return (Math.abs(theta) <= Sylvester.precision || Math.abs(theta - Math.PI) <= Sylvester.precision);
},
// Returns the line's perpendicular distance from the argument,
// which can be a point, a line or a plane
distanceFrom: function(obj) {
if (obj.normal) { return obj.distanceFrom(this); }
if (obj.direction) {
// obj is a line
if (this.isParallelTo(obj)) { return this.distanceFrom(obj.anchor); }
var N = this.direction.cross(obj.direction).toUnitVector().elements;
var A = this.anchor.elements, B = obj.anchor.elements;
return Math.abs((A[0] - B[0]) * N[0] + (A[1] - B[1]) * N[1] + (A[2] - B[2]) * N[2]);
} else {
// obj is a point
var P = obj.elements || obj;
var A = this.anchor.elements, D = this.direction.elements;
var PA1 = P[0] - A[0], PA2 = P[1] - A[1], PA3 = (P[2] || 0) - A[2];
var modPA = Math.sqrt(PA1*PA1 + PA2*PA2 + PA3*PA3);
if (modPA === 0) return 0;
// Assumes direction vector is normalized
var cosTheta = (PA1 * D[0] + PA2 * D[1] + PA3 * D[2]) / modPA;
var sin2 = 1 - cosTheta*cosTheta;
return Math.abs(modPA * Math.sqrt(sin2 < 0 ? 0 : sin2));
}
},
// Returns true iff the argument is a point on the line
contains: function(point) {
var dist = this.distanceFrom(point);
return (dist !== null && dist <= Sylvester.precision);
},
// Returns true iff the line lies in the given plane
liesIn: function(plane) {
return plane.contains(this);
},
// Returns true iff the line has a unique point of intersection with the argument
intersects: function(obj) {
if (obj.normal) { return obj.intersects(this); }
return (!this.isParallelTo(obj) && this.distanceFrom(obj) <= Sylvester.precision);
},
// Returns the unique intersection point with the argument, if one exists
intersectionWith: function(obj) {
if (obj.normal) { return obj.intersectionWith(this); }
if (!this.intersects(obj)) { return null; }
var P = this.anchor.elements, X = this.direction.elements,
Q = obj.anchor.elements, Y = obj.direction.elements;
var X1 = X[0], X2 = X[1], X3 = X[2], Y1 = Y[0], Y2 = Y[1], Y3 = Y[2];
var PsubQ1 = P[0] - Q[0], PsubQ2 = P[1] - Q[1], PsubQ3 = P[2] - Q[2];
var XdotQsubP = - X1*PsubQ1 - X2*PsubQ2 - X3*PsubQ3;
var YdotPsubQ = Y1*PsubQ1 + Y2*PsubQ2 + Y3*PsubQ3;
var XdotX = X1*X1 + X2*X2 + X3*X3;
var YdotY = Y1*Y1 + Y2*Y2 + Y3*Y3;
var XdotY = X1*Y1 + X2*Y2 + X3*Y3;
var k = (XdotQsubP * YdotY / XdotX + XdotY * YdotPsubQ) / (YdotY - XdotY * XdotY);
return Vector.create([P[0] + k*X1, P[1] + k*X2, P[2] + k*X3]);
},
// Returns the point on the line that is closest to the given point or line
pointClosestTo: function(obj) {
if (obj.direction) {
// obj is a line
if (this.intersects(obj)) { return this.intersectionWith(obj); }
if (this.isParallelTo(obj)) { return null; }
var D = this.direction.elements, E = obj.direction.elements;
var D1 = D[0], D2 = D[1], D3 = D[2], E1 = E[0], E2 = E[1], E3 = E[2];
// Create plane containing obj and the shared normal and intersect this with it
// Thank you: http://www.cgafaq.info/wiki/Line-line_distance
var x = (D3 * E1 - D1 * E3), y = (D1 * E2 - D2 * E1), z = (D2 * E3 - D3 * E2);
var N = Vector.create([x * E3 - y * E2, y * E1 - z * E3, z * E2 - x * E1]);
var P = Plane.create(obj.anchor, N);
return P.intersectionWith(this);
} else {
// obj is a point
var P = obj.elements || obj;
if (this.contains(P)) { return Vector.create(P); }
var A = this.anchor.elements, D = this.direction.elements;
var D1 = D[0], D2 = D[1], D3 = D[2], A1 = A[0], A2 = A[1], A3 = A[2];
var x = D1 * (P[1]-A2) - D2 * (P[0]-A1), y = D2 * ((P[2] || 0) - A3) - D3 * (P[1]-A2),
z = D3 * (P[0]-A1) - D1 * ((P[2] || 0) - A3);
var V = Vector.create([D2 * x - D3 * z, D3 * y - D1 * x, D1 * z - D2 * y]);
var k = this.distanceFrom(P) / V.modulus();
return Vector.create([
P[0] + V.elements[0] * k,
P[1] + V.elements[1] * k,
(P[2] || 0) + V.elements[2] * k
]);
}
},
// Returns a copy of the line rotated by t radians about the given line. Works by
// finding the argument's closest point to this line's anchor point (call this C) and
// rotating the anchor about C. Also rotates the line's direction about the argument's.
// Be careful with this - the rotation axis' direction affects the outcome!
rotate: function(t, line) {
// If we're working in 2D
if (typeof(line.direction) == 'undefined') { line = Line.create(line.to3D(), Vector.k); }
var R = Matrix.Rotation(t, line.direction).elements;
var C = line.pointClosestTo(this.anchor).elements;
var A = this.anchor.elements, D = this.direction.elements;
var C1 = C[0], C2 = C[1], C3 = C[2], A1 = A[0], A2 = A[1], A3 = A[2];
var x = A1 - C1, y = A2 - C2, z = A3 - C3;
return Line.create([
C1 + R[0][0] * x + R[0][1] * y + R[0][2] * z,
C2 + R[1][0] * x + R[1][1] * y + R[1][2] * z,
C3 + R[2][0] * x + R[2][1] * y + R[2][2] * z
], [
R[0][0] * D[0] + R[0][1] * D[1] + R[0][2] * D[2],
R[1][0] * D[0] + R[1][1] * D[1] + R[1][2] * D[2],
R[2][0] * D[0] + R[2][1] * D[1] + R[2][2] * D[2]
]);
},
// Returns the line's reflection in the given point or line
reflectionIn: function(obj) {
if (obj.normal) {
// obj is a plane
var A = this.anchor.elements, D = this.direction.elements;
var A1 = A[0], A2 = A[1], A3 = A[2], D1 = D[0], D2 = D[1], D3 = D[2];
var newA = this.anchor.reflectionIn(obj).elements;
// Add the line's direction vector to its anchor, then mirror that in the plane
var AD1 = A1 + D1, AD2 = A2 + D2, AD3 = A3 + D3;
var Q = obj.pointClosestTo([AD1, AD2, AD3]).elements;
var newD = [Q[0] + (Q[0] - AD1) - newA[0], Q[1] + (Q[1] - AD2) - newA[1], Q[2] + (Q[2] - AD3) - newA[2]];
return Line.create(newA, newD);
} else if (obj.direction) {
// obj is a line - reflection obtained by rotating PI radians about obj
return this.rotate(Math.PI, obj);
} else {
// obj is a point - just reflect the line's anchor in it
var P = obj.elements || obj;
return Line.create(this.anchor.reflectionIn([P[0], P[1], (P[2] || 0)]), this.direction);
}
},
// Set the line's anchor point and direction.
setVectors: function(anchor, direction) {
// Need to do this so that line's properties are not
// references to the arguments passed in
anchor = Vector.create(anchor);
direction = Vector.create(direction);
if (anchor.elements.length == 2) {anchor.elements.push(0); }
if (direction.elements.length == 2) { direction.elements.push(0); }
if (anchor.elements.length > 3 || direction.elements.length > 3) { return null; }
var mod = direction.modulus();
if (mod === 0) { return null; }
this.anchor = anchor;
this.direction = Vector.create([
direction.elements[0] / mod,
direction.elements[1] / mod,
direction.elements[2] / mod
]);
return this;
}
};
// Constructor function
Line.create = function(anchor, direction) {
var L = new Line();
return L.setVectors(anchor, direction);
};
// Axes
Line.X = Line.create(Vector.Zero(3), Vector.i);
Line.Y = Line.create(Vector.Zero(3), Vector.j);
Line.Z = Line.create(Vector.Zero(3), Vector.k);
function Plane() {}
Plane.prototype = {
// Returns true iff the plane occupies the same space as the argument
eql: function(plane) {
return (this.contains(plane.anchor) && this.isParallelTo(plane));
},
// Returns a copy of the plane
dup: function() {
return Plane.create(this.anchor, this.normal);
},
// Returns the result of translating the plane by the given vector
translate: function(vector) {
var V = vector.elements || vector;
return Plane.create([
this.anchor.elements[0] + V[0],
this.anchor.elements[1] + V[1],
this.anchor.elements[2] + (V[2] || 0)
], this.normal);
},
// Returns true iff the plane is parallel to the argument. Will return true
// if the planes are equal, or if you give a line and it lies in the plane.
isParallelTo: function(obj) {
var theta;
if (obj.normal) {
// obj is a plane
theta = this.normal.angleFrom(obj.normal);
return (Math.abs(theta) <= Sylvester.precision || Math.abs(Math.PI - theta) <= Sylvester.precision);
} else if (obj.direction) {
// obj is a line
return this.normal.isPerpendicularTo(obj.direction);
}
return null;
},
// Returns true iff the receiver is perpendicular to the argument
isPerpendicularTo: function(plane) {
var theta = this.normal.angleFrom(plane.normal);
return (Math.abs(Math.PI/2 - theta) <= Sylvester.precision);
},
// Returns the plane's distance from the given object (point, line or plane)
distanceFrom: function(obj) {
if (this.intersects(obj) || this.contains(obj)) { return 0; }
if (obj.anchor) {
// obj is a plane or line
var A = this.anchor.elements, B = obj.anchor.elements, N = this.normal.elements;
return Math.abs((A[0] - B[0]) * N[0] + (A[1] - B[1]) * N[1] + (A[2] - B[2]) * N[2]);
} else {
// obj is a point
var P = obj.elements || obj;
var A = this.anchor.elements, N = this.normal.elements;
return Math.abs((A[0] - P[0]) * N[0] + (A[1] - P[1]) * N[1] + (A[2] - (P[2] || 0)) * N[2]);
}
},
// Returns true iff the plane contains the given point or line
contains: function(obj) {
if (obj.normal) { return null; }
if (obj.direction) {
return (this.contains(obj.anchor) && this.contains(obj.anchor.add(obj.direction)));
} else {
var P = obj.elements || obj;
var A = this.anchor.elements, N = this.normal.elements;
var diff = Math.abs(N[0]*(A[0] - P[0]) + N[1]*(A[1] - P[1]) + N[2]*(A[2] - (P[2] || 0)));
return (diff <= Sylvester.precision);
}
},
// Returns true iff the plane has a unique point/line of intersection with the argument
intersects: function(obj) {
if (typeof(obj.direction) == 'undefined' && typeof(obj.normal) == 'undefined') { return null; }
return !this.isParallelTo(obj);
},
// Returns the unique intersection with the argument, if one exists. The result
// will be a vector if a line is supplied, and a line if a plane is supplied.
intersectionWith: function(obj) {
if (!this.intersects(obj)) { return null; }
if (obj.direction) {
// obj is a line
var A = obj.anchor.elements, D = obj.direction.elements,
P = this.anchor.elements, N = this.normal.elements;
var multiplier = (N[0]*(P[0]-A[0]) + N[1]*(P[1]-A[1]) + N[2]*(P[2]-A[2])) / (N[0]*D[0] + N[1]*D[1] + N[2]*D[2]);
return Vector.create([A[0] + D[0]*multiplier, A[1] + D[1]*multiplier, A[2] + D[2]*multiplier]);
} else if (obj.normal) {
// obj is a plane
var direction = this.normal.cross(obj.normal).toUnitVector();
// To find an anchor point, we find one co-ordinate that has a value
// of zero somewhere on the intersection, and remember which one we picked
var N = this.normal.elements, A = this.anchor.elements,
O = obj.normal.elements, B = obj.anchor.elements;
var solver = Matrix.Zero(2,2), i = 0;
while (solver.isSingular()) {
i++;
solver = Matrix.create([
[ N[i%3], N[(i+1)%3] ],
[ O[i%3], O[(i+1)%3] ]
]);
}
// Then we solve the simultaneous equations in the remaining dimensions
var inverse = solver.inverse().elements;
var x = N[0]*A[0] + N[1]*A[1] + N[2]*A[2];
var y = O[0]*B[0] + O[1]*B[1] + O[2]*B[2];
var intersection = [
inverse[0][0] * x + inverse[0][1] * y,
inverse[1][0] * x + inverse[1][1] * y
];
var anchor = [];
for (var j = 1; j <= 3; j++) {
// This formula picks the right element from intersection by
// cycling depending on which element we set to zero above
anchor.push((i == j) ? 0 : intersection[(j + (5 - i)%3)%3]);
}
return Line.create(anchor, direction);
}
},
// Returns the point in the plane closest to the given point
pointClosestTo: function(point) {
var P = point.elements || point;
var A = this.anchor.elements, N = this.normal.elements;
var dot = (A[0] - P[0]) * N[0] + (A[1] - P[1]) * N[1] + (A[2] - (P[2] || 0)) * N[2];
return Vector.create([P[0] + N[0] * dot, P[1] + N[1] * dot, (P[2] || 0) + N[2] * dot]);
},
// Returns a copy of the plane, rotated by t radians about the given line
// See notes on Line#rotate.
rotate: function(t, line) {
var R = Matrix.Rotation(t, line.direction).elements;
var C = line.pointClosestTo(this.anchor).elements;
var A = this.anchor.elements, N = this.normal.elements;
var C1 = C[0], C2 = C[1], C3 = C[2], A1 = A[0], A2 = A[1], A3 = A[2];
var x = A1 - C1, y = A2 - C2, z = A3 - C3;
return Plane.create([
C1 + R[0][0] * x + R[0][1] * y + R[0][2] * z,
C2 + R[1][0] * x + R[1][1] * y + R[1][2] * z,
C3 + R[2][0] * x + R[2][1] * y + R[2][2] * z
], [
R[0][0] * N[0] + R[0][1] * N[1] + R[0][2] * N[2],
R[1][0] * N[0] + R[1][1] * N[1] + R[1][2] * N[2],
R[2][0] * N[0] + R[2][1] * N[1] + R[2][2] * N[2]
]);
},
// Returns the reflection of the plane in the given point, line or plane.
reflectionIn: function(obj) {
if (obj.normal) {
// obj is a plane
var A = this.anchor.elements, N = this.normal.elements;
var A1 = A[0], A2 = A[1], A3 = A[2], N1 = N[0], N2 = N[1], N3 = N[2];
var newA = this.anchor.reflectionIn(obj).elements;
// Add the plane's normal to its anchor, then mirror that in the other plane
var AN1 = A1 + N1, AN2 = A2 + N2, AN3 = A3 + N3;
var Q = obj.pointClosestTo([AN1, AN2, AN3]).elements;
var newN = [Q[0] + (Q[0] - AN1) - newA[0], Q[1] + (Q[1] - AN2) - newA[1], Q[2] + (Q[2] - AN3) - newA[2]];
return Plane.create(newA, newN);
} else if (obj.direction) {
// obj is a line
return this.rotate(Math.PI, obj);
} else {
// obj is a point
var P = obj.elements || obj;
return Plane.create(this.anchor.reflectionIn([P[0], P[1], (P[2] || 0)]), this.normal);
}
},
// Sets the anchor point and normal to the plane. If three arguments are specified,
// the normal is calculated by assuming the three points should lie in the same plane.
// If only two are sepcified, the second is taken to be the normal. Normal vector is
// normalised before storage.
setVectors: function(anchor, v1, v2) {
anchor = Vector.create(anchor);
anchor = anchor.to3D(); if (anchor === null) { return null; }
v1 = Vector.create(v1);
v1 = v1.to3D(); if (v1 === null) { return null; }
if (typeof(v2) == 'undefined') {
v2 = null;
} else {
v2 = Vector.create(v2);
v2 = v2.to3D(); if (v2 === null) { return null; }
}
var A1 = anchor.elements[0], A2 = anchor.elements[1], A3 = anchor.elements[2];
var v11 = v1.elements[0], v12 = v1.elements[1], v13 = v1.elements[2];
var normal, mod;
if (v2 !== null) {
var v21 = v2.elements[0], v22 = v2.elements[1], v23 = v2.elements[2];
normal = Vector.create([
(v12 - A2) * (v23 - A3) - (v13 - A3) * (v22 - A2),
(v13 - A3) * (v21 - A1) - (v11 - A1) * (v23 - A3),
(v11 - A1) * (v22 - A2) - (v12 - A2) * (v21 - A1)
]);
mod = normal.modulus();
if (mod === 0) { return null; }
normal = Vector.create([normal.elements[0] / mod, normal.elements[1] / mod, normal.elements[2] / mod]);
} else {
mod = Math.sqrt(v11*v11 + v12*v12 + v13*v13);
if (mod === 0) { return null; }
normal = Vector.create([v1.elements[0] / mod, v1.elements[1] / mod, v1.elements[2] / mod]);
}
this.anchor = anchor;
this.normal = normal;
return this;
}
};
// Constructor function
Plane.create = function(anchor, v1, v2) {
var P = new Plane();
return P.setVectors(anchor, v1, v2);
};
// X-Y-Z planes
Plane.XY = Plane.create(Vector.Zero(3), Vector.k);
Plane.YZ = Plane.create(Vector.Zero(3), Vector.i);
Plane.ZX = Plane.create(Vector.Zero(3), Vector.j);
Plane.YX = Plane.XY; Plane.ZY = Plane.YZ; Plane.XZ = Plane.ZX;
// Utility functions
var $V = Vector.create;
var $M = Matrix.create;
var $L = Line.create;
var $P = Plane.create;
| JavaScript |
function delete_url(id) {
if (confirm('Are you sure to delete this record?')) {
document.location = 'index.php?delete_id=' + id;
}
}
| JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: handlers.js 31539 2012-09-06 07:54:49Z zhengqingpeng $
*/
var sdCloseTime = 2;
function preLoad() {
if(!this.support.loading) {
disableMultiUpload(this.customSettings);
return false;
}
}
function loadFailed() {
disableMultiUpload(this.customSettings);
}
function disableMultiUpload(obj) {
if(obj.uploadSource == 'forum' && obj.uploadFrom != 'fastpost') {
try{
obj.singleUpload.style.display = '';
var dIdStr = obj.singleUpload.getAttribute("did");
if(dIdStr != null) {
if(typeof forum_post_inited == 'undefined') {
appendscript(JSPATH + 'forum_post.js?' + VERHASH);
}
var idArr = dIdStr.split("|");
$(idArr[0]).style.display = 'none';
if(idArr[1] == 'local') {
switchImagebutton('local');
} else if(idArr[1] == 'upload') {
switchAttachbutton('upload');
}
}
} catch (e) {
}
}
}
function fileDialogStart() {
if(this.customSettings.uploadSource == 'forum') {
this.customSettings.alertType = 0;
if(this.customSettings.uploadFrom == 'fastpost') {
if(typeof forum_post_inited == 'undefined') {
appendscript(JSPATH + 'forum_post.js?' + VERHASH);
}
}
}
}
function fileQueued(file) {
try {
var createQueue = true;
var progress = new FileProgress(file, this.customSettings.progressTarget);
if(this.customSettings.uploadSource == 'forum') {
if(this.customSettings.maxAttachNum != undefined) {
if(this.customSettings.maxAttachNum > 0) {
this.customSettings.maxAttachNum--;
} else {
this.customSettings.alertType = 6;
createQueue = false;
}
}
if(createQueue && this.customSettings.maxSizePerDay != undefined) {
if(this.customSettings.maxSizePerDay - file.size > 0) {
this.customSettings.maxSizePerDay = this.customSettings.maxSizePerDay - file.size
} else {
this.customSettings.alertType = 11;
createQueue = false;
}
}
if(createQueue && this.customSettings.filterType != undefined) {
var fileSize = this.customSettings.filterType[file.type.substr(1).toLowerCase()];
if(fileSize != undefined && fileSize && file.size > fileSize) {
this.customSettings.alertType = 5;
createQueue = false;
}
}
} else if(this.customSettings.uploadSource == 'portal') {
var inputObj = $('catid');
if(inputObj && parseInt(inputObj.value)) {
this.addPostParam('catid', inputObj.value);
}
}
if(createQueue) {
progress.setStatus("等待上传...");
} else {
this.cancelUpload(file.id);
progress.setCancelled();
}
progress.toggleCancel(true, this);
} catch (ex) {
this.debug(ex);
}
}
function fileQueueError(file, errorCode, message) {
try {
if (errorCode === SWFUpload.QUEUE_ERROR.QUEUE_LIMIT_EXCEEDED) {
message = parseInt(message);
showDialog("您选择的文件个数超过限制。\n"+(message === 0 ? "您已达到上传文件的上限了。" : "您还可以选择 " + message + " 个文件"), 'notice', null, null, 0, null, null, null, null, sdCloseTime);
return;
}
var progress = new FileProgress(file, this.customSettings.progressTarget);
progress.setError();
progress.toggleCancel(false);
switch (errorCode) {
case SWFUpload.QUEUE_ERROR.FILE_EXCEEDS_SIZE_LIMIT:
progress.setStatus("文件太大.");
this.debug("Error Code: File too big, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.QUEUE_ERROR.ZERO_BYTE_FILE:
progress.setStatus("不能上传零字节文件.");
this.debug("Error Code: Zero byte file, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.QUEUE_ERROR.INVALID_FILETYPE:
progress.setStatus("禁止上传该类型的文件.");
this.debug("Error Code: Invalid File Type, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.QUEUE_ERROR.QUEUE_LIMIT_EXCEEDED:
alert("You have selected too many files. " + (message > 1 ? "You may only add " + message + " more files" : "You cannot add any more files."));
break;
default:
if (file !== null) {
progress.setStatus("Unhandled Error");
}
this.debug("Error Code: " + errorCode + ", File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
}
} catch (ex) {
this.debug(ex);
}
}
function fileDialogComplete(numFilesSelected, numFilesQueued) {
try {
if(this.customSettings.uploadSource == 'forum') {
if(this.customSettings.uploadType == 'attach') {
if(typeof switchAttachbutton == "function") {
switchAttachbutton('attachlist');
}
try {
if(this.getStats().files_queued) {
$('attach_tblheader').style.display = '';
$('attach_notice').style.display = '';
}
} catch (ex) {}
} else if(this.customSettings.uploadType == 'image') {
if(typeof switchImagebutton == "function") {
switchImagebutton('imgattachlist');
}
try {
$('imgattach_notice').style.display = '';
} catch (ex) {}
}
var objId = this.customSettings.uploadType == 'attach' ? 'attachlist' : 'imgattachlist';
var listObj = $(objId);
var tableObj = listObj.getElementsByTagName("table");
if(!tableObj.length) {
listObj.innerHTML = "";
}
} else if(this.customSettings.uploadType == 'blog') {
if(typeof switchImagebutton == "function") {
switchImagebutton('imgattachlist');
}
}
this.startUpload();
} catch (ex) {
this.debug(ex);
}
}
function uploadStart(file) {
try {
this.addPostParam('filetype', file.type);
var progress = new FileProgress(file, this.customSettings.progressTarget);
progress.setStatus("上传中...");
progress.toggleCancel(true, this);
if(this.customSettings.uploadSource == 'forum') {
var objId = this.customSettings.uploadType == 'attach' ? 'attachlist' : 'imgattachlist';
var attachlistObj = $(objId).parentNode;
attachlistObj.scrollTop = $(file.id).offsetTop - attachlistObj.clientHeight;
}
} catch (ex) {
}
return true;
}
function uploadProgress(file, bytesLoaded, bytesTotal) {
try {
var percent = Math.ceil((bytesLoaded / bytesTotal) * 100);
var progress = new FileProgress(file, this.customSettings.progressTarget);
progress.setStatus("正在上传("+percent+"%)...");
} catch (ex) {
this.debug(ex);
}
}
function uploadSuccess(file, serverData) {
try {
var progress = new FileProgress(file, this.customSettings.progressTarget);
if(this.customSettings.uploadSource == 'forum') {
aid = parseInt(serverData);
if(aid > 0) {
if(this.customSettings.uploadType == 'attach') {
ajaxget('forum.php?mod=ajax&action=attachlist&aids=' + aid + (!fid ? '' : '&fid=' + fid)+(typeof resulttype == 'undefined' ? '' : '&result=simple'), file.id);
} else if(this.customSettings.uploadType == 'image') {
var tdObj = getInsertTdId(this.customSettings.imgBoxObj, 'image_td_'+aid);
ajaxget('forum.php?mod=ajax&action=imagelist&type=single&pid=' + pid + '&aids=' + aid + (!fid ? '' : '&fid=' + fid), tdObj.id);
$(file.id).style.display = 'none';
}
} else {
aid = aid < -1 ? Math.abs(aid) : aid;
if(typeof STATUSMSG[aid] == "string") {
progress.setStatus(STATUSMSG[aid]);
showDialog(STATUSMSG[aid], 'notice', null, null, 0, null, null, null, null, sdCloseTime);
} else {
progress.setStatus("取消上传");
}
this.cancelUpload(file.id);
progress.setCancelled();
progress.toggleCancel(true, this);
var stats = this.getStats();
var obj = {'successful_uploads':--stats.successful_uploads, 'upload_cancelled':++stats.upload_cancelled};
this.setStats(obj);
}
} else if(this.customSettings.uploadType == 'album') {
var data = eval('('+serverData+')');
if(parseInt(data.picid)) {
var newTr = document.createElement("TR");
var newTd = document.createElement("TD");
var img = new Image();
img.src = data.url;
var imgObj = document.createElement("img");
imgObj.src = img.src;
newTd.className = 'c';
newTd.appendChild(imgObj);
newTr.appendChild(newTd);
newTd = document.createElement("TD");
newTd.innerHTML = '<strong>'+file.name+'</strong>';
newTr.appendChild(newTd);
newTd = document.createElement("TD");
newTd.className = 'd';
newTd.innerHTML = '图片描述<br/><textarea name="title['+data.picid+']" cols="40" rows="2" class="pt"></textarea>';
newTr.appendChild(newTd);
this.customSettings.imgBoxObj.appendChild(newTr);
} else {
showDialog('图片上传失败', 'notice', null, null, 0, null, null, null, null, sdCloseTime);
}
$(file.id).style.display = 'none';
} else if(this.customSettings.uploadType == 'blog') {
var data = eval('('+serverData+')');
if(parseInt(data.picid)) {
var tdObj = getInsertTdId(this.customSettings.imgBoxObj, 'image_td_'+data.picid);
var img = new Image();
img.src = data.url;
var imgObj = document.createElement("img");
imgObj.src = img.src;
imgObj.className = "cur1";
imgObj.onclick = function() {insertImage(data.bigimg);};
tdObj.appendChild(imgObj);
var inputObj = document.createElement("input");
inputObj.type = 'hidden';
inputObj.name = 'picids['+data.picid+']';
inputObj.value= data.picid;
tdObj.appendChild(inputObj);
} else {
showDialog('图片上传失败', 'notice', null, null, 0, null, null, null, null, sdCloseTime);
}
$(file.id).style.display = 'none';
} else if(this.customSettings.uploadSource == 'portal') {
var data = eval('('+serverData+')');
if(data.aid) {
if(this.customSettings.uploadType == 'attach') {
ajaxget('portal.php?mod=attachment&op=getattach&type=attach&id=' + data.aid, file.id);
if($('attach_tblheader')) {
$('attach_tblheader').style.display = '';
}
} else {
var tdObj = getInsertTdId(this.customSettings.imgBoxObj, 'attach_list_'+data.aid);
ajaxget('portal.php?mod=attachment&op=getattach&id=' + data.aid, tdObj.id);
$(file.id).style.display = 'none';
}
} else {
showDialog('上传失败', 'notice', null, null, 0, null, null, null, null, sdCloseTime);
progress.setStatus("Cancelled");
this.cancelUpload(file.id);
progress.setCancelled();
progress.toggleCancel(true, this);
}
} else {
progress.setComplete();
progress.setStatus("上传完成.");
progress.toggleCancel(false);
}
} catch (ex) {
this.debug(ex);
}
}
function getInsertTdId(boxObj, tdId) {
var tableObj = boxObj.getElementsByTagName("table");
var tbodyObj, trObj, tdObj;
if(!tableObj.length) {
tableObj = document.createElement("table");
tableObj.className = "imgl";
tbodyObj = document.createElement("TBODY");
tableObj.appendChild(tbodyObj);
boxObj.appendChild(tableObj);
} else if(!tableObj[0].getElementsByTagName("tbody").length) {
tbodyObj = document.createElement("TBODY");
tableObj.appendChild(tbodyObj);
} else {
tableObj = tableObj[0];
tbodyObj = tableObj.getElementsByTagName("tbody")[0];
}
var createTr = true;
var inserID = 0;
if(tbodyObj.childNodes.length) {
trObj = tbodyObj.childNodes[tbodyObj.childNodes.length -1];
var findObj = trObj.getElementsByTagName("TD");
for(var j=0; j < findObj.length; j++) {
if(findObj[j].id == "") {
inserID = j;
tdObj = findObj[j];
break;
}
}
if(inserID) {
createTr = false;
}
}
if(createTr) {
trObj = document.createElement("TR");
for(var i=0; i < 4; i++) {
var newTd = document.createElement("TD");
newTd.width = "25%";
newTd.vAlign = "bottom";
newTd.appendChild(document.createTextNode(" "));
trObj.appendChild(newTd);
}
tdObj = trObj.childNodes[0];
tbodyObj.appendChild(trObj);
}
tdObj.id = tdId;
return tdObj;
}
function uploadComplete(file) {
try {
if (this.getStats().files_queued === 0) {
} else {
this.startUpload();
}
} catch (ex) {
this.debug(ex);
}
}
function uploadError(file, errorCode, message) {
try {
var progress = new FileProgress(file, this.customSettings.progressTarget);
progress.setError();
progress.toggleCancel(false);
switch (errorCode) {
case SWFUpload.UPLOAD_ERROR.HTTP_ERROR:
progress.setStatus("Upload Error: " + message);
this.debug("Error Code: HTTP Error, File name: " + file.name + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.MISSING_UPLOAD_URL:
progress.setStatus("Configuration Error");
this.debug("Error Code: No backend file, File name: " + file.name + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.UPLOAD_FAILED:
progress.setStatus("Upload Failed.");
this.debug("Error Code: Upload Failed, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.IO_ERROR:
progress.setStatus("Server (IO) Error");
this.debug("Error Code: IO Error, File name: " + file.name + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.SECURITY_ERROR:
progress.setStatus("Security Error");
this.debug("Error Code: Security Error, File name: " + file.name + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.UPLOAD_LIMIT_EXCEEDED:
progress.setStatus("Upload limit exceeded.");
this.debug("Error Code: Upload Limit Exceeded, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.SPECIFIED_FILE_ID_NOT_FOUND:
progress.setStatus("File not found.");
this.debug("Error Code: The file was not found, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.FILE_VALIDATION_FAILED:
progress.setStatus("Failed Validation. Upload skipped.");
this.debug("Error Code: File Validation Failed, File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
case SWFUpload.UPLOAD_ERROR.FILE_CANCELLED:
if (this.getStats().files_queued === 0) {
}
progress.setStatus(this.customSettings.alertType ? STATUSMSG[this.customSettings.alertType] : "Cancelled");
progress.setCancelled();
break;
case SWFUpload.UPLOAD_ERROR.UPLOAD_STOPPED:
progress.setStatus("Stopped");
break;
default:
progress.setStatus("Unhandled Error: " + error_code);
this.debug("Error Code: " + errorCode + ", File name: " + file.name + ", File size: " + file.size + ", Message: " + message);
break;
}
} catch (ex) {
this.debug(ex);
}
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: portal.js 29595 2012-04-20 10:05:13Z zhangguosheng $
*/
function block_get_setting(classname, script, bid) {
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=block&op=setting&bid='+bid+'&classname='+classname+'&script='+script+'&inajax=1', function(s){
ajaxinnerhtml($('tbody_setting'), s);
});
}
function switch_blocktab(type) {
if(type == 'setting') {
$('blockformsetting').style.display = '';
$('blockformdata').style.display = 'none';
$('li_setting').className = 'a';
$('li_data').className = '';
} else {
$('blockformsetting').style.display = 'none';
$('blockformdata').style.display = '';
$('li_setting').className = '';
$('li_data').className = 'a';
}
}
function showpicedit(pre) {
pre = pre ? pre : 'pic';
if($(pre+'way_remote').checked) {
$(pre+'_remote').style.display = "block";
$(pre+'_upload').style.display = "none";
} else {
$(pre+'_remote').style.display = "none";
$(pre+'_upload').style.display = "block";
}
}
function block_show_thumbsetting(classname, styleid, bid) {
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=block&op=thumbsetting&classname='+classname+'&styleid='+styleid+'&bid='+bid+'&inajax=1', function(s){
ajaxinnerhtml($('tbody_thumbsetting'), s);
});
}
function block_showstyle(stylename) {
var el_span = $('span_'+stylename);
var el_value = $('value_' + stylename);
if (el_value.value == '1'){
el_value.value = '0';
el_span.className = "";
} else {
el_value.value = '1';
el_span.className = "a";
}
}
function block_pushitem(bid, itemid) {
var id = $('push_id').value;
var idtype = $('push_idtype').value;
if(id && idtype) {
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=block&op=push&&bid='+bid+'&itemid='+itemid+'&idtype='+idtype+'&id='+id+'&inajax=1', function(s){
ajaxinnerhtml($('tbody_pushcontent'), s);
evalscript(s);
});
}
}
function block_delete_item(bid, itemid, itemtype, itemfrom, from) {
var msg = itemtype==1 ? '您确定要删除该数据吗?' : '您确定要屏蔽该数据吗?';
if(confirm(msg)) {
var url = 'portal.php?mod=portalcp&ac=block&op=remove&bid='+bid+'&itemid='+itemid;
if(itemfrom=='ajax') {
var x = new Ajax();
x.get(url+'&inajax=1', function(){
if(succeedhandle_showblock) succeedhandle_showblock('', '', {'bid':bid});
showWindow('showblock', 'portal.php?mod=portalcp&ac=block&op=data&bid='+bid+'&from='+from+'&tab=data&t='+(+ new Date()), 'get', 0);
});
} else {
location.href = url;
}
}
doane();
}
function portal_comment_requote(cid, aid) {
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=comment&op=requote&cid='+cid+'&aid='+aid+'&inajax=1', function(s){
$('message').focus();
ajaxinnerhtml($('message'), s);
});
}
function insertImage(text) {
text = "\n[img]" + text + "[/img]\n";
insertContent('message', text);
}
function insertContent(target, text) {
var obj = $(target);
selection = document.selection;
checkFocus(target);
if(!isUndefined(obj.selectionStart)) {
var opn = obj.selectionStart + 0;
obj.value = obj.value.substr(0, obj.selectionStart) + text + obj.value.substr(obj.selectionEnd);
} else if(selection && selection.createRange) {
var sel = selection.createRange();
sel.text = text;
sel.moveStart('character', -strlen(text));
} else {
obj.value += text;
}
}
function searchblock(from) {
var value = $('searchkey').value;
var targettplname = $('targettplname').value;
value = BROWSER.ie && document.charset == 'utf-8' ? encodeURIComponent(value) : (value ? value.replace(/#/g,'%23') : '');
var url = 'portal.php?mod=portalcp&ac=portalblock&searchkey='+value+'&from='+from;
url += targettplname != '' ? '&targettplname='+targettplname+'&type=page' : '&type=block';
reloadselection(url);
}
function reloadselection(url) {
ajaxget(url+'&t='+(+ new Date()), 'block_selection');
}
function getColorPalette(colorid, id, background) {
return "<input id=\"c"+colorid+"\" onclick=\"createPalette('"+colorid+"', '"+id+"');\" type=\"button\" class=\"pn colorwd\" value=\"\" style=\"background-color: "+background+"\">";
}
function listblock_bypage(id, idtype) {
var tpl = $('rtargettplname') ? $('rtargettplname').value : '';
var searchkey = $('rsearchkey') ? $('rsearchkey').value.replace('#', '%23') : '';
ajaxget('portal.php?mod=portalcp&ac=portalblock&op=recommend&getdata=yes&searchkey='+searchkey+'&targettplname='+tpl+'&id='+id+'&idtype='+idtype, 'itemeditarea');
}
function recommenditem_check() {
var sel = $('recommend_bid');
if(sel && sel.value) {
document.forms['recommendform'].action = document.forms['recommendform'].action+'&bid='+sel.value;
return true;
} else {
alert("请选择一个模块!");
return false;
}
}
function recommenditem_byblock(bid, id, idtype) {
var editarea = $('itemeditarea');
if(editarea) {
var olditemeditarea = $('olditemeditarea');
ajaxinnerhtml(olditemeditarea, editarea.innerHTML);
if(!$('recommendback')) {
var back = document.createElement('div');
back.innerHTML = '<em id="recommendback" onclick="recommenditem_back()" class="cur1"> «返回</em>';
var return_mods = $('return_mods') || $('return_recommend') || $('return_');
if(return_mods) {
return_mods.parentNode.appendChild(back.childNodes[0]);
}
}
if(bid) {
if($('recommend_bid')) {
$('recommend_bid').value = bid;
}
ajaxget('portal.php?mod=portalcp&ac=block&op=recommend&bid='+bid+'&id='+id+'&idtype='+idtype+'&handlekey=recommenditem', 'itemeditarea');
} else {
ajaxinnerhtml(editarea, '<tr><td> </td><td> </td></tr>');
}
}
}
function delete_recommenditem(dataid, bid) {
if(dataid && bid) {
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=block&op=delrecommend&bid='+bid+'&dataid='+dataid+'&inajax=1', function(s){
$('recommenditem_'+dataid).parentNode.removeChild($('recommenditem_'+dataid));
if(!$('recommenditem_ul').getElementsByTagName('li').length) {
$('hasinblocks').parentNode.removeChild($('hasinblocks'));
}
});
}
}
function recommenditem_back(){
var editarea = $('itemeditarea');
var oldeditarea = $('olditemeditarea');
var recommendback = $('recommendback');
if(oldeditarea){
ajaxinnerhtml(editarea, oldeditarea.innerHTML);
ajaxupdateevents(editarea);
}
if(recommendback) {
recommendback.parentNode.removeChild(recommendback);
}
if($('recommend_bid')) {
$('recommend_bid').value = '';
}
}
function blockBindTips() {
var elems = ($('blockformsetting') || document).getElementsByTagName('img');
var k = 0;
var stamp = (+new Date());
var tips = '';
for(var i = 0; i < elems.length; i++) {
tips = elems[i]['tips'] || elems[i].getAttribute('tips') || '';
if(tips && ! elems[i].isBindTips) {
elems[i].isBindTips = '1';
elems[i].id = elems[i].id ? elems[i].id : ('elem_' + stamp + k.toString());
k++;
showPrompt(elems[i].id, 'mouseover', tips, 1, true);
}
}
}
function blockSetCacheTime(timer) {
$('txt_cachetime').value=timer;
doane();
}
function toggleSettingShow() {
if(!$('tbody_setting').style.display) {
$('tbody_setting').style.display = 'none';
$('a_setting_show').innerHTML = '展开设置项';
} else {
$('tbody_setting').style.display = '';
$('a_setting_show').innerHTML = '收起设置项';
}
doane();
}
function switchSetting() {
var checked = $('isblank').checked;
if(checked) {
$('tbody_setting').style.display = 'none';
$('a_setting_show').innerHTML = '展开设置项';
} else {
$('tbody_setting').style.display = '';
$('a_setting_show').innerHTML = '收起设置项';
}
}
function checkblockname(form) {
if(!(trim(form.name.value) > '')) {
showDialog('模块标识不能为空', 'error', null, function(){form.name.focus();});
return false;
}
if(form.summary && form.summary.value) {
var tag = blockCheckTag(form.summary.value, true);
if(tag) {
showBlockSummary();
form.summary.focus();
showDialog('自定义内容错误,HTML代码:'+tag+' 标签不匹配', 'error', null, function(){form.summary.select();});
return false;
}
}
return true;
}
function blockCheckTag(summary, returnValue) {
var obj = null, fn = null;
if(typeof summary == 'object') {
obj = summary;
summary = summary.value;
fn = function(){obj.focus();obj.select();};
}
if(trim(summary) > '') {
var tags = ['div', 'table', 'tbody', 'tr', 'td', 'th'];
for(var i = 0; i < tags.length; i++) {
var tag = tags[i];
var reg = new RegExp('<'+tag+'', 'gi');
var preTag = [];
var one = [];
while (one = reg.exec(summary)) {
preTag.push(one[0]);
}
reg = new RegExp('</'+tag+'>', 'gi');
var endTag = [];
var one = [];
while (one = reg.exec(summary)) {
endTag.push(one[0]);
}
if(!preTag && !endTag) continue;
if((!preTag && endTag) || (preTag && !endTag) || preTag.length != endTag.length) {
if(returnValue) {
return tag;
} else {
showDialog('HTML代码:'+tag+' 标签不匹配', 'error', null, fn, true, fn);
return false;
}
}
}
}
return false;
}
function showBlockSummary() {
$('block_sumamry_content').style.display='';
$('a_summary_show').style.display='none';
$('a_summary_hide').style.display='';
return false;
}
function hideBlockSummary() {
$('block_sumamry_content').style.display='none';
$('a_summary_hide').style.display='none';
$('a_summary_show').style.display='';
return false;
}
function blockconver(ele,bid) {
if(ele && bid) {
if(confirm('您确定要转换模块的类型从 '+ele.options[0].innerHTML+' 到 '+ele.options[ele.selectedIndex].innerHTML)) {
ajaxget('portal.php?mod=portalcp&ac=block&op=convert&bid='+bid+'&toblockclass='+ele.value,'blockshow');
} else {
ele.selectedIndex = 0;
}
}
}
function blockFavorite(bid){
if(bid) {
ajaxget('portal.php?mod=portalcp&ac=block&op=favorite&bid='+bid,'bfav_'+bid);
}
}
function strLenCalc(obj, checklen, maxlen) {
var v = obj.value, charlen = 0, maxlen = !maxlen ? 200 : maxlen, curlen = 0, len = strlen(v);
for(var i = 0; i < v.length; i++) {
if(v.charCodeAt(i) < 0 || v.charCodeAt(i) > 255) {
curlen += 2;
} else {
curlen += 1;
}
}
checklen = $(checklen);
if(checklen.style.display == 'none') checklen.style.display = '';
if(curlen <= maxlen) {
checklen.innerHTML = '已输入 <b>'+(curlen)+'</b> 个字符';
return true;
} else {
checklen.innerHTML = '超出 <b style="color:red">'+(curlen - maxlen)+'</b> 个字符';
return false;
}
}
function check_itemdata_lentgh(form) {
if(form.title && (!strLenCalc(form.title, "titlechk", form.title.getAttribute('_maxlength')) || !form.title.value)) {
form.title.focus();
showDialog('标题长度不正确', 'error', null, function(){form.title.select();});
return false;
}
if(form.summary && !strLenCalc(form.summary, "summarychk", form.summary.getAttribute('_maxlength'))) {
form.summary.focus();
showDialog('简介长度不正确', 'error', null, function(){form.summary.select();});
return false;
}
return true;
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: tree.js 23838 2011-08-11 06:51:58Z monkey $
*/
var icon = new Object();
icon.root = IMGDIR + '/tree_root.gif';
icon.folder = IMGDIR + '/tree_folder.gif';
icon.folderOpen = IMGDIR + '/tree_folderopen.gif';
icon.file = IMGDIR + '/tree_file.gif';
icon.empty = IMGDIR + '/tree_empty.gif';
icon.line = IMGDIR + '/tree_line.gif';
icon.lineMiddle = IMGDIR + '/tree_linemiddle.gif';
icon.lineBottom = IMGDIR + '/tree_linebottom.gif';
icon.plus = IMGDIR + '/tree_plus.gif';
icon.plusMiddle = IMGDIR + '/tree_plusmiddle.gif';
icon.plusBottom = IMGDIR + '/tree_plusbottom.gif';
icon.minus = IMGDIR + '/tree_minus.gif';
icon.minusMiddle = IMGDIR + '/tree_minusmiddle.gif';
icon.minusBottom = IMGDIR + '/tree_minusbottom.gif';
function treeNode(id, pid, name, url, target, open) {
var obj = new Object();
obj.id = id;
obj.pid = pid;
obj.name = name;
obj.url = url;
obj.target = target;
obj.open = open;
obj._isOpen = open;
obj._lastChildId = 0;
obj._pid = 0;
return obj;
}
function dzTree(treeName) {
this.nodes = new Array();
this.openIds = getcookie('leftmenu_openids');
this.pushNodes = new Array();
this.addNode = function(id, pid, name, url, target, open) {
var theNode = new treeNode(id, pid, name, url, target, open);
this.pushNodes.push(id);
if(!this.nodes[pid]) {
this.nodes[pid] = new Array();
}
this.nodes[pid]._lastChildId = id;
for(k in this.nodes) {
if(this.openIds && this.openIds.indexOf('_' + theNode.id) != -1) {
theNode._isOpen = true;
}
if(this.nodes[k].pid == id) {
theNode._lastChildId = this.nodes[k].id;
}
}
this.nodes[id] = theNode;
};
this.show = function() {
var s = '<div class="tree">';
s += this.createTree(this.nodes[0]);
s += '</div>';
document.write(s);
};
this.createTree = function(node, padding) {
padding = padding ? padding : '';
if(node.id == 0){
var icon1 = '';
} else {
var icon1 = '<img src="' + this.getIcon1(node) + '" onclick="' + treeName + '.switchDisplay(\'' + node.id + '\')" id="icon1_' + node.id + '" style="cursor: pointer;">';
}
var icon2 = '<img src="' + this.getIcon2(node) + '" onclick="' + treeName + '.switchDisplay(\'' + node.id + '\')" id="icon2_' + node.id + '" style="cursor: pointer;">';
var s = '<div class="node" id="node_' + node.id + '">' + padding + icon1 + icon2 + this.getName(node) + '</div>';
s += '<div class="nodes" id="nodes_' + node.id + '" style="display:' + (node._isOpen ? '' : 'none') + '">';
for(k in this.pushNodes) {
var id = this.pushNodes[k];
var theNode = this.nodes[id];
if(theNode.pid == node.id) {
if(node.id == 0){
var thePadding = '';
} else {
var thePadding = padding + (node.id == this.nodes[node.pid]._lastChildId ? '<img src="' + icon.empty + '">' : '<img src="' + icon.line + '">');
}
if(!theNode._lastChildId) {
var icon1 = '<img src="' + this.getIcon1(theNode) + '"' + ' id="icon1_' + theNode.id + '">';
var icon2 = '<img src="' + this.getIcon2(theNode) + '" id="icon2_' + theNode.id + '">';
s += '<div class="node" id="node_' + theNode.id + '">' + thePadding + icon1 + icon2 + this.getName(theNode) + '</div>';
} else {
s += this.createTree(theNode, thePadding);
}
}
}
s += '</div>';
return s;
};
this.getIcon1 = function(theNode) {
var parentNode = this.nodes[theNode.pid];
var src = '';
if(theNode._lastChildId) {
if(theNode._isOpen) {
if(theNode.id == 0) {
return icon.minus;
}
if(theNode.id == parentNode._lastChildId) {
src = icon.minusBottom;
} else {
src = icon.minusMiddle;
}
} else {
if(theNode.id == 0) {
return icon.plus;
}
if(theNode.id == parentNode._lastChildId) {
src = icon.plusBottom;
} else {
src = icon.plusMiddle;
}
}
} else {
if(theNode.id == parentNode._lastChildId) {
src = icon.lineBottom;
} else {
src = icon.lineMiddle;
}
}
return src;
};
this.getIcon2 = function(theNode) {
var src = '';
if(theNode.id == 0 ) {
return icon.root;
}
if(theNode._lastChildId) {
if(theNode._isOpen) {
src = icon.folderOpen;
} else {
src = icon.folder;
}
} else {
src = icon.file;
}
return src;
};
this.getName = function(theNode) {
if(theNode.url) {
return '<a href="'+theNode.url+'" target="' + theNode.target + '"> '+theNode.name+'</a>';
} else {
return theNode.name;
}
};
this.switchDisplay = function(nodeId) {
eval('var theTree = ' + treeName);
var theNode = theTree.nodes[nodeId];
if($('nodes_' + nodeId).style.display == 'none') {
theTree.openIds = updatestring(theTree.openIds, nodeId);
setcookie('leftmenu_openids', theTree.openIds, 8640000000);
theNode._isOpen = true;
$('nodes_' + nodeId).style.display = '';
$('icon1_' + nodeId).src = theTree.getIcon1(theNode);
$('icon2_' + nodeId).src = theTree.getIcon2(theNode);
} else {
theTree.openIds = updatestring(theTree.openIds, nodeId, true);
setcookie('leftmenu_openids', theTree.openIds, 8640000000);
theNode._isOpen = false;
$('nodes_' + nodeId).style.display = 'none';
$('icon1_' + nodeId).src = theTree.getIcon1(theNode);
$('icon2_' + nodeId).src = theTree.getIcon2(theNode);
}
};
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: bbcode.js 31520 2012-09-05 05:50:12Z chenmengshu $
*/
var re, DISCUZCODE = [];
DISCUZCODE['num'] = '-1';
DISCUZCODE['html'] = [];
EXTRAFUNC['bbcode2html'] = [];
EXTRAFUNC['html2bbcode'] = [];
function addslashes(str) {
return preg_replace(['\\\\', '\\\'', '\\\/', '\\\(', '\\\)', '\\\[', '\\\]', '\\\{', '\\\}', '\\\^', '\\\$', '\\\?', '\\\.', '\\\*', '\\\+', '\\\|'], ['\\\\', '\\\'', '\\/', '\\(', '\\)', '\\[', '\\]', '\\{', '\\}', '\\^', '\\$', '\\?', '\\.', '\\*', '\\+', '\\|'], str);
}
function atag(aoptions, text) {
if(trim(text) == '') {
return '';
}
var pend = parsestyle(aoptions, '', '');
href = getoptionvalue('href', aoptions);
if(href.substr(0, 11) == 'javascript:') {
return trim(recursion('a', text, 'atag'));
}
return pend['prepend'] + '[url=' + href + ']' + trim(recursion('a', text, 'atag')) + '[/url]' + pend['append'];
}
function bbcode2html(str) {
if(str == '') {
return '';
}
if(typeof(parsetype) == 'undefined') {
parsetype = 0;
}
if(!fetchCheckbox('bbcodeoff') && allowbbcode && parsetype != 1) {
str = str.replace(/\[code\]([\s\S]+?)\[\/code\]/ig, function($1, $2) {return parsecode($2);});
}
if(fetchCheckbox('allowimgurl')) {
str = str.replace(/([^>=\]"'\/]|^)((((https?|ftp):\/\/)|www\.)([\w\-]+\.)*[\w\-\u4e00-\u9fa5]+\.([\.a-zA-Z0-9]+|\u4E2D\u56FD|\u7F51\u7EDC|\u516C\u53F8)((\?|\/|:)+[\w\.\/=\?%\-&~`@':+!]*)+\.(jpg|gif|png|bmp))/ig, '$1[img]$2[/img]');
}
if(!allowhtml || !fetchCheckbox('htmlon')) {
str = str.replace(/</g, '<');
str = str.replace(/>/g, '>');
if(!fetchCheckbox('parseurloff')) {
str = parseurl(str, 'html', false);
}
}
for(i in EXTRAFUNC['bbcode2html']) {
EXTRASTR = str;
try {
eval('str = ' + EXTRAFUNC['bbcode2html'][i] + '()');
} catch(e) {}
}
if(!fetchCheckbox('smileyoff') && allowsmilies) {
if(typeof smilies_type == 'object') {
for(var typeid in smilies_array) {
for(var page in smilies_array[typeid]) {
for(var i in smilies_array[typeid][page]) {
re = new RegExp(preg_quote(smilies_array[typeid][page][i][1]), "g");
str = str.replace(re, '<img src="' + STATICURL + 'image/smiley/' + smilies_type['_' + typeid][1] + '/' + smilies_array[typeid][page][i][2] + '" border="0" smilieid="' + smilies_array[typeid][page][i][0] + '" alt="' + smilies_array[typeid][page][i][1] + '" />');
}
}
}
}
}
if(!fetchCheckbox('bbcodeoff') && allowbbcode) {
str = clearcode(str);
str = str.replace(/\[url\]\s*((https?|ftp|gopher|news|telnet|rtsp|mms|callto|bctp|thunder|qqdl|synacast){1}:\/\/|www\.)([^\[\"']+?)\s*\[\/url\]/ig, function($1, $2, $3, $4) {return cuturl($2 + $4);});
str = str.replace(/\[url=((https?|ftp|gopher|news|telnet|rtsp|mms|callto|bctp|thunder|qqdl|synacast){1}:\/\/|www\.|mailto:)?([^\r\n\[\"']+?)\]([\s\S]+?)\[\/url\]/ig, '<a href="$1$3" target="_blank">$4</a>');
str = str.replace(/\[email\](.*?)\[\/email\]/ig, '<a href="mailto:$1">$1</a>');
str = str.replace(/\[email=(.[^\[]*)\](.*?)\[\/email\]/ig, '<a href="mailto:$1" target="_blank">$2</a>');
str = str.replace(/\[color=([^\[\<]+?)\]/ig, '<font color="$1">');
str = str.replace(/\[backcolor=([^\[\<]+?)\]/ig, '<font style="background-color:$1">');
str = str.replace(/\[size=(\d+?)\]/ig, '<font size="$1">');
str = str.replace(/\[size=(\d+(\.\d+)?(px|pt)+?)\]/ig, '<font style="font-size: $1">');
str = str.replace(/\[font=([^\[\<]+?)\]/ig, '<font face="$1">');
str = str.replace(/\[align=([^\[\<]+?)\]/ig, '<div align="$1">');
str = str.replace(/\[p=(\d{1,2}|null), (\d{1,2}|null), (left|center|right)\]/ig, '<p style="line-height: $1px; text-indent: $2em; text-align: $3;">');
str = str.replace(/\[float=left\]/ig, '<br style="clear: both"><span style="float: left; margin-right: 5px;">');
str = str.replace(/\[float=right\]/ig, '<br style="clear: both"><span style="float: right; margin-left: 5px;">');
if(parsetype != 1) {
str = str.replace(/\[quote]([\s\S]*?)\[\/quote\]\s?\s?/ig, '<div class="quote"><blockquote>$1</blockquote></div>\n');
}
re = /\[table(?:=(\d{1,4}%?)(?:,([\(\)%,#\w ]+))?)?\]\s*([\s\S]+?)\s*\[\/table\]/ig;
for (i = 0; i < 4; i++) {
str = str.replace(re, function($1, $2, $3, $4) {return parsetable($2, $3, $4);});
}
str = preg_replace([
'\\\[\\\/color\\\]', '\\\[\\\/backcolor\\\]', '\\\[\\\/size\\\]', '\\\[\\\/font\\\]', '\\\[\\\/align\\\]', '\\\[\\\/p\\\]', '\\\[b\\\]', '\\\[\\\/b\\\]',
'\\\[i\\\]', '\\\[\\\/i\\\]', '\\\[u\\\]', '\\\[\\\/u\\\]', '\\\[s\\\]', '\\\[\\\/s\\\]', '\\\[hr\\\]', '\\\[list\\\]', '\\\[list=1\\\]', '\\\[list=a\\\]',
'\\\[list=A\\\]', '\\s?\\\[\\\*\\\]', '\\\[\\\/list\\\]', '\\\[indent\\\]', '\\\[\\\/indent\\\]', '\\\[\\\/float\\\]'
], [
'</font>', '</font>', '</font>', '</font>', '</div>', '</p>', '<b>', '</b>', '<i>',
'</i>', '<u>', '</u>', '<strike>', '</strike>', '<hr class="l" />', '<ul>', '<ul type=1 class="litype_1">', '<ul type=a class="litype_2">',
'<ul type=A class="litype_3">', '<li>', '</ul>', '<blockquote>', '</blockquote>', '</span>'
], str, 'g');
}
if(!fetchCheckbox('bbcodeoff')) {
if(allowimgcode) {
str = str.replace(/\[img\]\s*([^\[\<\r\n]+?)\s*\[\/img\]/ig, '<img src="$1" border="0" alt="" style="max-width:400px" />');
str = str.replace(/\[attachimg\](\d+)\[\/attachimg\]/ig, function ($1, $2) {
if(!$('image_' + $2)) {
return '';
}
width = $('image_' + $2).getAttribute('cwidth');
if(!width) {
re = /cwidth=(["']?)(\d+)(\1)/i;
var matches = re.exec($('image_' + $2).outerHTML);
if(matches != null) {
width = matches[2];
}
}
return '<img src="' + $('image_' + $2).src + '" border="0" aid="attachimg_' + $2 + '" width="' + width + '" alt="" />';
});
str = str.replace(/\[img=(\d{1,4})[x|\,](\d{1,4})\]\s*([^\[\<\r\n]+?)\s*\[\/img\]/ig, function ($1, $2, $3, $4) {return '<img' + ($2 > 0 ? ' width="' + $2 + '"' : '') + ($3 > 0 ? ' iheight="' + $3 + '"' : '') + ' src="' + $4 + '" border="0" alt="" />'});
} else {
str = str.replace(/\[img\]\s*([^\[\<\r\n]+?)\s*\[\/img\]/ig, '<a href="$1" target="_blank">$1</a>');
str = str.replace(/\[img=(\d{1,4})[x|\,](\d{1,4})\]\s*([^\[\<\r\n]+?)\s*\[\/img\]/ig, '<a href="$1" target="_blank">$1</a>');
}
}
for(var i = 0; i <= DISCUZCODE['num']; i++) {
str = str.replace("[\tDISCUZ_CODE_" + i + "\t]", DISCUZCODE['html'][i]);
}
if(!allowhtml || !fetchCheckbox('htmlon')) {
str = str.replace(/(^|>)([^<]+)(?=<|$)/ig, function($1, $2, $3) {
return $2 + preg_replace(['\t', ' ', ' ', '(\r\n|\n|\r)'], [' ', ' ', ' ', '<br />'], $3);
});
} else {
str = str.replace(/<script[^\>]*?>([^\x00]*?)<\/script>/ig, '');
}
return str;
}
function clearcode(str) {
str= str.replace(/\[url\]\[\/url\]/ig, '', str);
str= str.replace(/\[url=((https?|ftp|gopher|news|telnet|rtsp|mms|callto|bctp|thunder|qqdl|synacast){1}:\/\/|www\.|mailto:)?([^\s\[\"']+?)\]\[\/url\]/ig, '', str);
str= str.replace(/\[email\]\[\/email\]/ig, '', str);
str= str.replace(/\[email=(.[^\[]*)\]\[\/email\]/ig, '', str);
str= str.replace(/\[color=([^\[\<]+?)\]\[\/color\]/ig, '', str);
str= str.replace(/\[size=(\d+?)\]\[\/size\]/ig, '', str);
str= str.replace(/\[size=(\d+(\.\d+)?(px|pt)+?)\]\[\/size\]/ig, '', str);
str= str.replace(/\[font=([^\[\<]+?)\]\[\/font\]/ig, '', str);
str= str.replace(/\[align=([^\[\<]+?)\]\[\/align\]/ig, '', str);
str= str.replace(/\[p=(\d{1,2}), (\d{1,2}), (left|center|right)\]\[\/p\]/ig, '', str);
str= str.replace(/\[float=([^\[\<]+?)\]\[\/float\]/ig, '', str);
str= str.replace(/\[quote\]\[\/quote\]/ig, '', str);
str= str.replace(/\[code\]\[\/code\]/ig, '', str);
str= str.replace(/\[table\]\[\/table\]/ig, '', str);
str= str.replace(/\[free\]\[\/free\]/ig, '', str);
str= str.replace(/\[b\]\[\/b]/ig, '', str);
str= str.replace(/\[u\]\[\/u]/ig, '', str);
str= str.replace(/\[i\]\[\/i]/ig, '', str);
str= str.replace(/\[s\]\[\/s]/ig, '', str);
return str;
}
function cuturl(url) {
var length = 65;
var urllink = '<a href="' + (url.toLowerCase().substr(0, 4) == 'www.' ? 'http://' + url : url) + '" target="_blank">';
if(url.length > length) {
url = url.substr(0, parseInt(length * 0.5)) + ' ... ' + url.substr(url.length - parseInt(length * 0.3));
}
urllink += url + '</a>';
return urllink;
}
function dstag(options, text, tagname) {
if(trim(text) == '') {
return '\n';
}
var pend = parsestyle(options, '', '');
var prepend = pend['prepend'];
var append = pend['append'];
if(in_array(tagname, ['div', 'p'])) {
align = getoptionvalue('align', options);
if(in_array(align, ['left', 'center', 'right'])) {
prepend = '[align=' + align + ']' + prepend;
append += '[/align]';
} else {
append += '\n';
}
}
return prepend + recursion(tagname, text, 'dstag') + append;
}
function ptag(options, text, tagname) {
if(trim(text) == '') {
return '\n';
}
if(trim(options) == '') {
return text + '\n';
}
var lineHeight = null;
var textIndent = null;
var align, re, matches;
re = /line-height\s?:\s?(\d{1,3})px/i;
matches = re.exec(options);
if(matches != null) {
lineHeight = matches[1];
}
re = /text-indent\s?:\s?(\d{1,3})em/i;
matches = re.exec(options);
if(matches != null) {
textIndent = matches[1];
}
re = /text-align\s?:\s?(left|center|right)/i;
matches = re.exec(options);
if(matches != null) {
align = matches[1];
} else {
align = getoptionvalue('align', options);
}
align = in_array(align, ['left', 'center', 'right']) ? align : 'left';
style = getoptionvalue('style', options);
style = preg_replace(['line-height\\\s?:\\\s?(\\\d{1,3})px', 'text-indent\\\s?:\\\s?(\\\d{1,3})em', 'text-align\\\s?:\\\s?(left|center|right)'], '', style);
if(lineHeight === null && textIndent === null) {
return '[align=' + align + ']' + (style ? '<span style="' + style + '">' : '') + text + (style ? '</span>' : '') + '[/align]';
} else {
return '[p=' + lineHeight + ', ' + textIndent + ', ' + align + ']' + (style ? '<span style="' + style + '">' : '') + text + (style ? '</span>' : '') + '[/p]';
}
}
function fetchCheckbox(cbn) {
return $(cbn) && $(cbn).checked == true ? 1 : 0;
}
function fetchoptionvalue(option, text) {
if((position = strpos(text, option)) !== false) {
delimiter = position + option.length;
if(text.charAt(delimiter) == '"') {
delimchar = '"';
} else if(text.charAt(delimiter) == '\'') {
delimchar = '\'';
} else {
delimchar = ' ';
}
delimloc = strpos(text, delimchar, delimiter + 1);
if(delimloc === false) {
delimloc = text.length;
} else if(delimchar == '"' || delimchar == '\'') {
delimiter++;
}
return trim(text.substr(delimiter, delimloc - delimiter));
} else {
return '';
}
}
function fonttag(fontoptions, text) {
var prepend = '';
var append = '';
var tags = new Array();
tags = {'font' : 'face=', 'size' : 'size=', 'color' : 'color='};
for(bbcode in tags) {
optionvalue = fetchoptionvalue(tags[bbcode], fontoptions);
if(optionvalue) {
prepend += '[' + bbcode + '=' + optionvalue + ']';
append = '[/' + bbcode + ']' + append;
}
}
var pend = parsestyle(fontoptions, prepend, append);
return pend['prepend'] + recursion('font', text, 'fonttag') + pend['append'];
}
function getoptionvalue(option, text) {
re = new RegExp(option + "(\s+?)?\=(\s+?)?[\"']?(.+?)([\"']|$|>)", "ig");
var matches = re.exec(text);
if(matches != null) {
return trim(matches[3]);
}
return '';
}
function html2bbcode(str) {
if((allowhtml && fetchCheckbox('htmlon')) || trim(str) == '') {
for(i in EXTRAFUNC['html2bbcode']) {
EXTRASTR = str;
try {
eval('str = ' + EXTRAFUNC['html2bbcode'][i] + '()');
} catch(e) {}
}
str = str.replace(/<img[^>]+smilieid=(["']?)(\d+)(\1)[^>]*>/ig, function($1, $2, $3) {return smileycode($3);});
str = str.replace(/<img([^>]*aid=[^>]*)>/ig, function($1, $2) {return imgtag($2);});
return str;
}
str = str.replace(/<div\sclass=["']?blockcode["']?>[\s\S]*?<blockquote>([\s\S]+?)<\/blockquote>[\s\S]*?<\/div>/ig, function($1, $2) {return codetag($2);});
str = preg_replace(['<style.*?>[\\\s\\\S]*?<\/style>', '<script.*?>[\\\s\\\S]*?<\/script>', '<noscript.*?>[\\\s\\\S]*?<\/noscript>', '<select.*?>[\s\S]*?<\/select>', '<object.*?>[\s\S]*?<\/object>', '<!--[\\\s\\\S]*?-->', ' on[a-zA-Z]{3,16}\\\s?=\\\s?"[\\\s\\\S]*?"'], '', str);
str= str.replace(/(\r\n|\n|\r)/ig, '');
str= str.replace(/&((#(32|127|160|173))|shy|nbsp);/ig, ' ');
if(!fetchCheckbox('parseurloff')) {
str = parseurl(str, 'bbcode', false);
}
for(i in EXTRAFUNC['html2bbcode']) {
EXTRASTR = str;
try {
eval('str = ' + EXTRAFUNC['html2bbcode'][i] + '()');
} catch(e) {}
}
str = str.replace(/<br\s+?style=(["']?)clear: both;?(\1)[^\>]*>/ig, '');
str = str.replace(/<br[^\>]*>/ig, "\n");
if(!fetchCheckbox('bbcodeoff') && allowbbcode) {
str = preg_replace([
'<table[^>]*float:\\\s*(left|right)[^>]*><tbody><tr><td>\\\s*([\\\s\\\S]+?)\\\s*<\/td><\/tr></tbody><\/table>',
'<table([^>]*(width|background|background-color|backcolor)[^>]*)>',
'<table[^>]*>',
'<tr[^>]*(?:background|background-color|backcolor)[:=]\\\s*(["\']?)([\(\)\\\s%,#\\\w]+)(\\1)[^>]*>',
'<tr[^>]*>',
'(<t[dh]([^>]*(left|center|right)[^>]*)>)\\\s*([\\\s\\\S]+?)\\\s*(<\/t[dh]>)',
'<t[dh]([^>]*(width|colspan|rowspan)[^>]*)>',
'<t[dh][^>]*>',
'<\/t[dh]>',
'<\/tr>',
'<\/table>',
'<h\\\d[^>]*>',
'<\/h\\\d>'
], [
function($1, $2, $3) {return '[float=' + $2 + ']' + $3 + '[/float]';},
function($1, $2) {return tabletag($2);},
'[table]\n',
function($1, $2, $3) {return '[tr=' + $3 + ']';},
'[tr]',
function($1, $2, $3, $4, $5, $6) {return $2 + '[align=' + $4 + ']' + $5 + '[/align]' + $6},
function($1, $2) {return tdtag($2);},
'[td]',
'[/td]',
'[/tr]\n',
'[/table]',
'[b]',
'[/b]'
], str);
str = str.replace(/<h([0-9]+)[^>]*>(.*)<\/h\\1>/ig, "[size=$1]$2[/size]\n\n");
str = str.replace(/<hr[^>]*>/ig, "[hr]");
str = str.replace(/<img[^>]+smilieid=(["']?)(\d+)(\1)[^>]*>/ig, function($1, $2, $3) {return smileycode($3);});
str = str.replace(/<img([^>]*src[^>]*)>/ig, function($1, $2) {return imgtag($2);});
str = str.replace(/<a\s+?name=(["']?)(.+?)(\1)[\s\S]*?>([\s\S]*?)<\/a>/ig, '$4');
str = str.replace(/<div[^>]*quote[^>]*><blockquote>([\s\S]*?)<\/blockquote><\/div>([\s\S]*?)(<br[^>]*>)?/ig, "[quote]$1[/quote]");
str = str.replace(/<div[^>]*blockcode[^>]*><blockquote>([\s\S]*?)<\/blockquote><\/div>([\s\S]*?)(<br[^>]*>)?/ig, "[code]$1[/code]");
str = recursion('b', str, 'simpletag', 'b');
str = recursion('strong', str, 'simpletag', 'b');
str = recursion('i', str, 'simpletag', 'i');
str = recursion('em', str, 'simpletag', 'i');
str = recursion('u', str, 'simpletag', 'u');
str = recursion('strike', str, 'simpletag', 's');
str = recursion('a', str, 'atag');
str = recursion('font', str, 'fonttag');
str = recursion('blockquote', str, 'simpletag', 'indent');
str = recursion('ol', str, 'listtag');
str = recursion('ul', str, 'listtag');
str = recursion('div', str, 'dstag');
str = recursion('p', str, 'ptag');
str = recursion('span', str, 'fonttag');
}
str = str.replace(/<[\/\!]*?[^<>]*?>/ig, '');
if(fetchCheckbox('allowimgurl')) {
str = str.replace(/([^>=\]"'\/]|^)((((https?|ftp):\/\/)|www\.)([\w\-]+\.)*[\w\-\u4e00-\u9fa5]+\.([\.a-zA-Z0-9]+|\u4E2D\u56FD|\u7F51\u7EDC|\u516C\u53F8)((\?|\/|:)+[\w\.\/=\?%\-&~`@':+!]*)+\.(jpg|gif|png|bmp))/ig, '$1[img]$2[/img]');
}
for(var i = 0; i <= DISCUZCODE['num']; i++) {
str = str.replace("[\tDISCUZ_CODE_" + i + "\t]", DISCUZCODE['html'][i]);
}
str = clearcode(str);
return preg_replace([' ', '<', '>', '&'], [' ', '<', '>', '&'], str);
}
function tablesimple(s, table, str) {
if(strpos(str, '[tr=') || strpos(str, '[td=')) {
return s;
} else {
return '[table=' + table + ']\n' + preg_replace(['\\\[tr\\\]', '\\\[\\\/td\\\]\\\s?\\\[td\\\]', '\\\[\\\/tr\\\]\s?', '\\\[td\\\]', '\\\[\\\/td\\\]', '\\\[\\\/td\\\]\\\[\\\/tr\\\]'], ['', '|', '', '', '', '', ''], str) + '[/table]';
}
}
function imgtag(attributes) {
var width = '';
var height = '';
re = /src=(["']?)([\s\S]*?)(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
var src = matches[2];
} else {
return '';
}
re = /(max-)?width\s?:\s?(\d{1,4})(px)?/i;
var matches = re.exec(attributes);
if(matches != null && !matches[1]) {
width = matches[2];
}
re = /height\s?:\s?(\d{1,4})(px)?/i;
var matches = re.exec(attributes);
if(matches != null) {
height = matches[1];
}
if(!width) {
re = /width=(["']?)(\d+)(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
width = matches[2];
}
}
if(!height) {
re = /height=(["']?)(\d+)(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
height = matches[2];
}
}
re = /aid=(["']?)attachimg_(\d+)(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
return '[attachimg]' + matches[2] + '[/attachimg]';
}
width = width > 0 ? width : 0;
height = height > 0 ? height : 0;
return width > 0 || height > 0 ?
'[img=' + width + ',' + height + ']' + src + '[/img]' :
'[img]' + src + '[/img]';
}
function listtag(listoptions, text, tagname) {
text = text.replace(/<li>(([\s\S](?!<\/li))*?)(?=<\/?ol|<\/?ul|<li|\[list|\[\/list)/ig, '<li>$1</li>') + (BROWSER.opera ? '</li>' : '');
text = recursion('li', text, 'litag');
var opentag = '[list]';
var listtype = fetchoptionvalue('type=', listoptions);
listtype = listtype != '' ? listtype : (tagname == 'ol' ? '1' : '');
if(in_array(listtype, ['1', 'a', 'A'])) {
opentag = '[list=' + listtype + ']';
}
return text ? opentag + '\n' + recursion(tagname, text, 'listtag') + '[/list]' : '';
}
function litag(listoptions, text) {
return '[*]' + text.replace(/(\s+)$/g, '') + '\n';
}
function parsecode(text) {
DISCUZCODE['num']++;
DISCUZCODE['html'][DISCUZCODE['num']] = '<div class="blockcode"><blockquote>' + htmlspecialchars(text) + '</blockquote></div>';
return "[\tDISCUZ_CODE_" + DISCUZCODE['num'] + "\t]";
}
function parsestyle(tagoptions, prepend, append) {
var searchlist = [
['align', true, 'text-align:\\s*(left|center|right);?', 1],
['float', true, 'float:\\s*(left|right);?', 1],
['color', true, '(^|[;\\s])color:\\s*([^;]+);?', 2],
['backcolor', true, '(^|[;\\s])background-color:\\s*([^;]+);?', 2],
['font', true, 'font-family:\\s*([^;]+);?', 1],
['size', true, 'font-size:\\s*(\\d+(\\.\\d+)?(px|pt|in|cm|mm|pc|em|ex|%|));?', 1],
['size', true, 'font-size:\\s*(x\\-small|small|medium|large|x\\-large|xx\\-large|\\-webkit\\-xxx\\-large);?', 1, 'size'],
['b', false, 'font-weight:\\s*(bold);?'],
['i', false, 'font-style:\\s*(italic);?'],
['u', false, 'text-decoration:\\s*(underline);?'],
['s', false, 'text-decoration:\\s*(line-through);?']
];
var sizealias = {'x-small':1,'small':2,'medium':3,'large':4,'x-large':5,'xx-large':6,'-webkit-xxx-large':7};
var style = getoptionvalue('style', tagoptions);
re = /^(?:\s|)color:\s*rgb\((\d+),\s*(\d+),\s*(\d+)\)(;?)/i;
style = style.replace(re, function($1, $2, $3, $4, $5) {return("color:#" + parseInt($2).toString(16) + parseInt($3).toString(16) + parseInt($4).toString(16) + $5);});
var len = searchlist.length;
for(var i = 0; i < len; i++) {
searchlist[i][4] = !searchlist[i][4] ? '' : searchlist[i][4];
re = new RegExp(searchlist[i][2], "ig");
match = re.exec(style);
if(match != null) {
opnvalue = match[searchlist[i][3]];
if(searchlist[i][4] == 'size') {
opnvalue = sizealias[opnvalue];
}
prepend += '[' + searchlist[i][0] + (searchlist[i][1] == true ? '=' + opnvalue + ']' : ']');
append = '[/' + searchlist[i][0] + ']' + append;
}
}
return {'prepend' : prepend, 'append' : append};
}
function parsetable(width, bgcolor, str) {
if(isUndefined(width)) {
var width = '';
} else {
try {
width = width.substr(width.length - 1, width.length) == '%' ? (width.substr(0, width.length - 1) <= 98 ? width : '98%') : (width <= 560 ? width : '98%');
} catch(e) { width = ''; }
}
if(isUndefined(str)) {
return;
}
if(strpos(str, '[/tr]') === false && strpos(str, '[/td]') === false) {
var rows = str.split('\n');
var s = '';
for(i = 0;i < rows.length;i++) {
s += '<tr><td>' + preg_replace(['\r', '\\\\\\\|', '\\\|', '\\\\n'], ['', '|', '</td><td>', '\n'], rows[i]) + '</td></tr>';
}
str = s;
simple = ' simpletable';
} else {
simple = '';
str = str.replace(/\[tr(?:=([\(\)\s%,#\w]+))?\]\s*\[td(?:=(\d{1,4}%?))?\]/ig, function($1, $2, $3) {
return '<tr' + ($2 ? ' style="background-color: ' + $2 + '"' : '') + '><td' + ($3 ? ' width="' + $3 + '"' : '') + '>';
});
str = str.replace(/\[tr(?:=([\(\)\s%,#\w]+))?\]\s*\[td(?:=(\d{1,2}),(\d{1,2})(?:,(\d{1,4}%?))?)?\]/ig, function($1, $2, $3, $4, $5) {
return '<tr' + ($2 ? ' style="background-color: ' + $2 + '"' : '') + '><td' + ($3 ? ' colspan="' + $3 + '"' : '') + ($4 ? ' rowspan="' + $4 + '"' : '') + ($5 ? ' width="' + $5 + '"' : '') + '>';
});
str = str.replace(/\[\/td\]\s*\[td(?:=(\d{1,4}%?))?\]/ig, function($1, $2) {
return '</td><td' + ($2 ? ' width="' + $2 + '"' : '') + '>';
});
str = str.replace(/\[\/td\]\s*\[td(?:=(\d{1,2}),(\d{1,2})(?:,(\d{1,4}%?))?)?\]/ig, function($1, $2, $3, $4) {
return '</td><td' + ($2 ? ' colspan="' + $2 + '"' : '') + ($3 ? ' rowspan="' + $3 + '"' : '') + ($4 ? ' width="' + $4 + '"' : '') + '>';
});
str = str.replace(/\[\/td\]\s*\[\/tr\]\s*/ig, '</td></tr>');
str = str.replace(/<td> <\/td>/ig, '<td> </td>');
}
return '<table ' + (width == '' ? '' : 'width="' + width + '" ') + 'class="t_table"' + (isUndefined(bgcolor) ? '' : ' style="background-color: ' + bgcolor + '"') + simple +'>' + str + '</table>';
}
function preg_quote(str) {
return (str+'').replace(/([\\\.\+\*\?\[\^\]\$\(\)\{\}\=\!<>\|\:])/g, "\\$1");
}
function recursion(tagname, text, dofunction, extraargs) {
if(extraargs == null) {
extraargs = '';
}
tagname = tagname.toLowerCase();
var open_tag = '<' + tagname;
var open_tag_len = open_tag.length;
var close_tag = '</' + tagname + '>';
var close_tag_len = close_tag.length;
var beginsearchpos = 0;
do {
var textlower = text.toLowerCase();
var tagbegin = textlower.indexOf(open_tag, beginsearchpos);
if(tagbegin == -1) {
break;
}
var strlen = text.length;
var inquote = '';
var found = false;
var tagnameend = false;
var optionend = 0;
var t_char = '';
for(optionend = tagbegin; optionend <= strlen; optionend++) {
t_char = text.charAt(optionend);
if((t_char == '"' || t_char == "'") && inquote == '') {
inquote = t_char;
} else if((t_char == '"' || t_char == "'") && inquote == t_char) {
inquote = '';
} else if(t_char == '>' && !inquote) {
found = true;
break;
} else if((t_char == '=' || t_char == ' ') && !tagnameend) {
tagnameend = optionend;
}
}
if(!found) {
break;
}
if(!tagnameend) {
tagnameend = optionend;
}
var offset = optionend - (tagbegin + open_tag_len);
var tagoptions = text.substr(tagbegin + open_tag_len, offset);
var acttagname = textlower.substr(tagbegin * 1 + 1, tagnameend - tagbegin - 1);
if(acttagname != tagname) {
beginsearchpos = optionend;
continue;
}
var tagend = textlower.indexOf(close_tag, optionend);
if(tagend == -1) {
break;
}
var nestedopenpos = textlower.indexOf(open_tag, optionend);
while(nestedopenpos != -1 && tagend != -1) {
if(nestedopenpos > tagend) {
break;
}
tagend = textlower.indexOf(close_tag, tagend + close_tag_len);
nestedopenpos = textlower.indexOf(open_tag, nestedopenpos + open_tag_len);
}
if(tagend == -1) {
beginsearchpos = optionend;
continue;
}
var localbegin = optionend + 1;
var localtext = eval(dofunction)(tagoptions, text.substr(localbegin, tagend - localbegin), tagname, extraargs);
text = text.substring(0, tagbegin) + localtext + text.substring(tagend + close_tag_len);
beginsearchpos = tagbegin + localtext.length;
} while(tagbegin != -1);
return text;
}
function simpletag(options, text, tagname, parseto) {
if(trim(text) == '') {
return '';
}
text = recursion(tagname, text, 'simpletag', parseto);
return '[' + parseto + ']' + text + '[/' + parseto + ']';
}
function smileycode(smileyid) {
if(typeof smilies_type != 'object') return;
for(var typeid in smilies_array) {
for(var page in smilies_array[typeid]) {
for(var i in smilies_array[typeid][page]) {
if(smilies_array[typeid][page][i][0] == smileyid) {
return smilies_array[typeid][page][i][1];
break;
}
}
}
}
}
function strpos(haystack, needle, _offset) {
if(isUndefined(_offset)) {
_offset = 0;
}
var _index = haystack.toLowerCase().indexOf(needle.toLowerCase(), _offset);
return _index == -1 ? false : _index;
}
function tabletag(attributes) {
var width = '';
re = /width=(["']?)(\d{1,4}%?)(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
width = matches[2].substr(matches[2].length - 1, matches[2].length) == '%' ?
(matches[2].substr(0, matches[2].length - 1) <= 98 ? matches[2] : '98%') :
(matches[2] <= 560 ? matches[2] : '98%');
} else {
re = /width\s?:\s?(\d{1,4})([px|%])/i;
var matches = re.exec(attributes);
if(matches != null) {
width = matches[2] == '%' ? (matches[1] <= 98 ? matches[1] + '%' : '98%') : (matches[1] <= 560 ? matches[1] : '98%');
}
}
var bgcolor = '';
re = /(?:background|background-color|bgcolor)[:=]\s*(["']?)((rgb\(\d{1,3}%?,\s*\d{1,3}%?,\s*\d{1,3}%?\))|(#[0-9a-fA-F]{3,6})|([a-zA-Z]{1,20}))(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
bgcolor = matches[2];
width = width ? width : '98%';
}
return bgcolor ? '[table=' + width + ',' + bgcolor + ']\n' : (width ? '[table=' + width + ']\n' : '[table]\n');
}
function tdtag(attributes) {
var colspan = 1;
var rowspan = 1;
var width = '';
re = /colspan=(["']?)(\d{1,2})(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
colspan = matches[2];
}
re = /rowspan=(["']?)(\d{1,2})(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
rowspan = matches[2];
}
re = /width=(["']?)(\d{1,4}%?)(\1)/i;
var matches = re.exec(attributes);
if(matches != null) {
width = matches[2];
}
return in_array(width, ['', '0', '100%']) ?
(colspan == 1 && rowspan == 1 ? '[td]' : '[td=' + colspan + ',' + rowspan + ']') :
(colspan == 1 && rowspan == 1 ? '[td=' + width + ']' : '[td=' + colspan + ',' + rowspan + ',' + width + ']');
}
if(typeof jsloaded == 'function') {
jsloaded('bbcode');
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum_post.js 31449 2012-08-28 09:19:06Z monkey $
*/
var forum_post_inited = true;
var postSubmited = false;
var AID = {0:1,1:1};
var UPLOADSTATUS = -1;
var UPLOADFAILED = UPLOADCOMPLETE = AUTOPOST = 0;
var CURRENTATTACH = '0';
var FAILEDATTACHS = '';
var UPLOADWINRECALL = null;
var imgexts = typeof imgexts == 'undefined' ? 'jpg, jpeg, gif, png, bmp' : imgexts;
var ATTACHORIMAGE = '0';
var STATUSMSG = {
'-1' : '内部服务器错误',
'0' : '上传成功',
'1' : '不支持此类扩展名',
'2' : '服务器限制无法上传那么大的附件',
'3' : '用户组限制无法上传那么大的附件',
'4' : '不支持此类扩展名',
'5' : '文件类型限制无法上传那么大的附件',
'6' : '今日您已无法上传更多的附件',
'7' : '请选择图片文件(' + imgexts + ')',
'8' : '附件文件无法保存',
'9' : '没有合法的文件被上传',
'10' : '非法操作',
'11' : '今日您已无法上传那么大的附件'
};
EXTRAFUNC['validator'] = [];
function checkFocus() {
var obj = wysiwyg ? editwin : textobj;
if(!obj.hasfocus) {
obj.focus();
}
}
function ctlent(event) {
if(postSubmited == false && (event.ctrlKey && event.keyCode == 13) || (event.altKey && event.keyCode == 83) && $('postsubmit')) {
if(in_array($('postsubmit').name, ['topicsubmit', 'replysubmit', 'editsubmit']) && !validate($('postform'))) {
doane(event);
return;
}
postSubmited = true;
$('postsubmit').disabled = true;
$('postform').submit();
}
if(event.keyCode == 9) {
doane(event);
}
}
function checklength(theform) {
var message = wysiwyg ? html2bbcode(getEditorContents()) : theform.message.value;
if(!theform.parseurloff.checked) {
message = parseurl(message);
}
showDialog('当前长度: ' + mb_strlen(message) + ' 字节,' + (postmaxchars != 0 ? '系统限制: ' + postminchars + ' 到 ' + postmaxchars + ' 字节。' : ''), 'notice', '字数检查');
}
if(!tradepost) {
var tradepost = 0;
}
function validate(theform) {
var message = wysiwyg ? html2bbcode(getEditorContents()) : theform.message.value;
if(!theform.parseurloff.checked) {
message = parseurl(message);
}
if(($('postsubmit').name != 'replysubmit' && !($('postsubmit').name == 'editsubmit' && !isfirstpost) && theform.subject.value == "") || !sortid && !special && trim(message) == "") {
showError('抱歉,您尚未输入标题或内容');
return false;
} else if(mb_strlen(theform.subject.value) > 80) {
showError('您的标题超过 80 个字符的限制');
return false;
}
if(ispicstyleforum == 1 && ATTACHORIMAGE == 0 && isfirstpost) {
}
if(in_array($('postsubmit').name, ['topicsubmit', 'editsubmit'])) {
if(theform.typeid && (theform.typeid.options && theform.typeid.options[theform.typeid.selectedIndex].value == 0) && typerequired) {
showError('请选择主题对应的分类');
return false;
}
if(theform.sortid && (theform.sortid.options && theform.sortid.options[theform.sortid.selectedIndex].value == 0) && sortrequired) {
showError('请选择主题对应的分类信息');
return false;
}
}
for(i in EXTRAFUNC['validator']) {
try {
eval('var v = ' + EXTRAFUNC['validator'][i] + '()');
if(!v) {
return false;
}
} catch(e) {}
}
if(!disablepostctrl && !sortid && !special && ((postminchars != 0 && mb_strlen(message) < postminchars) || (postmaxchars != 0 && mb_strlen(message) > postmaxchars))) {
showError('您的帖子长度不符合要求。\n\n当前长度: ' + mb_strlen(message) + ' 字节\n系统限制: ' + postminchars + ' 到 ' + postmaxchars + ' 字节');
return false;
}
if(UPLOADSTATUS == 0) {
if(!confirm('您有等待上传的附件,确认不上传这些附件吗?')) {
return false;
}
} else if(UPLOADSTATUS == 1) {
showDialog('您有正在上传的附件,请稍候,上传完成后帖子将会自动发表...', 'notice');
AUTOPOST = 1;
return false;
}
if(isfirstpost && $('adddynamic') != null && $('adddynamic').checked && $('postsave') != null && isNaN(parseInt($('postsave').value)) && ($('readperm') != null && $('readperm').value || $('price') != null && $('price').value)) {
if(confirm('由于您设置了阅读权限或出售帖,您确认还转播给您的听众看吗?') == false) {
return false;
}
}
if($(editorid + '_attachlist')) {
$('postbox').appendChild($(editorid + '_attachlist'));
$(editorid + '_attachlist').style.display = 'none';
}
if($(editorid + '_imgattachlist')) {
$('postbox').appendChild($(editorid + '_imgattachlist'));
$(editorid + '_imgattachlist').style.display = 'none';
}
hideMenu();
theform.message.value = message;
if($('postsubmit').name == 'editsubmit') {
return true;
} else if(in_array($('postsubmit').name, ['topicsubmit', 'replysubmit'])) {
if(seccodecheck || secqaacheck) {
var chk = 1, chkv = '';
if(secqaacheck) {
chkv = $('checksecqaaverify_' + theform.sechash.value).innerHTML;
if(chkv.indexOf('loading') != -1) {
setTimeout(function () { validate(theform); }, 100);
chk = 0;
} else if(chkv.indexOf('check_right') == -1) {
showError('验证问答错误,请重新填写');
chk = 0;
}
}
if(seccodecheck) {
chkv = $('checkseccodeverify_' + theform.sechash.value).innerHTML;
if(chkv.indexOf('loading') !== -1) {
setTimeout(function () { validate(theform); }, 100);
chk = 0;
} else if(chkv.indexOf('check_right') === -1) {
showError('验证码错误,请重新填写');
chk = 0;
}
}
if(chk) {
postsubmit(theform);
}
} else {
postsubmit(theform);
}
return false;
}
}
function postsubmit(theform) {
theform.replysubmit ? theform.replysubmit.disabled = true : (theform.editsubmit ? theform.editsubmit.disabled = true : theform.topicsubmit.disabled = true);
theform.submit();
}
function relatekw(subject, message) {
if(isUndefined(subject) || subject == -1) {
subject = $('subject').value;
subject = subject.replace(/<\/?[^>]+>|\[\/?.+?\]|"/ig, "");
subject = subject.replace(/\s{2,}/ig, ' ');
}
if(isUndefined(message) || message == -1) {
message = getEditorContents();
message = message.replace(/<\/?[^>]+>|\[\/?.+?\]|"/ig, "");
message = message.replace(/\s{2,}/ig, ' ');
}
subject = (BROWSER.ie && document.charset == 'utf-8' ? encodeURIComponent(subject) : subject);
message = (BROWSER.ie && document.charset == 'utf-8' ? encodeURIComponent(message) : message);
message = message.replace(/&/ig, '', message).substr(0, 500);
ajaxget('forum.php?mod=relatekw&subjectenc=' + subject + '&messageenc=' + message, 'tagselect');
}
function switchicon(iconid, obj) {
$('iconid').value = iconid;
$('icon_img').src = obj.src;
hideMenu();
}
function clearContent() {
if(wysiwyg) {
editdoc.body.innerHTML = BROWSER.firefox ? '<br />' : '';
} else {
textobj.value = '';
}
}
function uploadNextAttach() {
var str = $('attachframe').contentWindow.document.body.innerHTML;
if(str == '') return;
var arr = str.split('|');
var att = CURRENTATTACH.split('|');
var sizelimit = '';
if(arr[4] == 'ban') {
sizelimit = '(附件类型被禁止)';
} else if(arr[4] == 'perday') {
sizelimit = '(不能超过 ' + arr[5] + ' 字节)';
} else if(arr[4] > 0) {
sizelimit = '(不能超过 ' + arr[4] + ' 字节)';
}
uploadAttach(parseInt(att[0]), arr[0] == 'DISCUZUPLOAD' ? parseInt(arr[1]) : -1, att[1], sizelimit);
}
function uploadAttach(curId, statusid, prefix, sizelimit) {
prefix = isUndefined(prefix) ? '' : prefix;
var nextId = 0;
for(var i = 0; i < AID[prefix ? 1 : 0] - 1; i++) {
if($(prefix + 'attachform_' + i)) {
nextId = i;
if(curId == 0) {
break;
} else {
if(i > curId) {
break;
}
}
}
}
if(nextId == 0) {
return;
}
CURRENTATTACH = nextId + '|' + prefix;
if(curId > 0) {
if(statusid == 0) {
UPLOADCOMPLETE++;
} else {
FAILEDATTACHS += '<br />' + mb_cutstr($(prefix + 'attachnew_' + curId).value.substr($(prefix + 'attachnew_' + curId).value.replace(/\\/g, '/').lastIndexOf('/') + 1), 25) + ': ' + STATUSMSG[statusid] + sizelimit;
UPLOADFAILED++;
}
$(prefix + 'cpdel_' + curId).innerHTML = '<img src="' + IMGDIR + '/check_' + (statusid == 0 ? 'right' : 'error') + '.gif" alt="' + STATUSMSG[statusid] + '" />';
if(nextId == curId || in_array(statusid, [6, 8])) {
if(prefix == 'img') {
updateImageList();
} else {
updateAttachList();
}
if(UPLOADFAILED > 0) {
showDialog('附件上传完成!成功 ' + UPLOADCOMPLETE + ' 个,失败 ' + UPLOADFAILED + ' 个:' + FAILEDATTACHS);
FAILEDATTACHS = '';
}
UPLOADSTATUS = 2;
for(var i = 0; i < AID[prefix ? 1 : 0] - 1; i++) {
if($(prefix + 'attachform_' + i)) {
reAddAttach(prefix, i)
}
}
$(prefix + 'uploadbtn').style.display = '';
$(prefix + 'uploading').style.display = 'none';
if(AUTOPOST) {
hideMenu();
validate($('postform'));
} else if(UPLOADFAILED == 0 && (prefix == 'img' || prefix == '')) {
showDialog('附件上传完成!', 'right', null, null, 0, null, null, null, null, 3);
}
UPLOADFAILED = UPLOADCOMPLETE = 0;
CURRENTATTACH = '0';
FAILEDATTACHS = '';
return;
}
} else {
$(prefix + 'uploadbtn').style.display = 'none';
$(prefix + 'uploading').style.display = '';
}
$(prefix + 'cpdel_' + nextId).innerHTML = '<img src="' + IMGDIR + '/loading.gif" alt="上传中..." />';
UPLOADSTATUS = 1;
$(prefix + 'attachform_' + nextId).submit();
}
function addAttach(prefix) {
var id = AID[prefix ? 1 : 0];
var tags, newnode, i;
prefix = isUndefined(prefix) ? '' : prefix;
newnode = $(prefix + 'attachbtnhidden').firstChild.cloneNode(true);
tags = newnode.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == 'Filedata') {
tags[i].id = prefix + 'attachnew_' + id;
tags[i].onchange = function() {insertAttach(prefix, id);};
tags[i].unselectable = 'on';
} else if(tags[i].name == 'attachid') {
tags[i].value = id;
}
}
tags = newnode.getElementsByTagName('form');
tags[0].name = tags[0].id = prefix + 'attachform_' + id;
$(prefix + 'attachbtn').appendChild(newnode);
newnode = $(prefix + 'attachbodyhidden').firstChild.cloneNode(true);
tags = newnode.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == prefix + 'localid[]') {
tags[i].value = id;
}
}
tags = newnode.getElementsByTagName('span');
for(i in tags) {
if(tags[i].id == prefix + 'localfile[]') {
tags[i].id = prefix + 'localfile_' + id;
} else if(tags[i].id == prefix + 'cpdel[]') {
tags[i].id = prefix + 'cpdel_' + id;
} else if(tags[i].id == prefix + 'localno[]') {
tags[i].id = prefix + 'localno_' + id;
} else if(tags[i].id == prefix + 'deschidden[]') {
tags[i].id = prefix + 'deschidden_' + id;
}
}
AID[prefix ? 1 : 0]++;
newnode.style.display = 'none';
$(prefix + 'attachbody').appendChild(newnode);
}
function insertAttach(prefix, id) {
var path = $(prefix + 'attachnew_' + id).value;
var extpos = path.lastIndexOf('.');
var ext = extpos == -1 ? '' : path.substr(extpos + 1, path.length).toLowerCase();
var re = new RegExp("(^|\\s|,)" + ext + "($|\\s|,)", "ig");
var localfile = $(prefix + 'attachnew_' + id).value.substr($(prefix + 'attachnew_' + id).value.replace(/\\/g, '/').lastIndexOf('/') + 1);
var filename = mb_cutstr(localfile, 30);
if(path == '') {
return;
}
if(extensions != '' && (re.exec(extensions) == null || ext == '')) {
reAddAttach(prefix, id);
showError('对不起,不支持上传此类扩展名的附件。');
return;
}
if(prefix == 'img' && imgexts.indexOf(ext) == -1) {
reAddAttach(prefix, id);
showError('请选择图片文件(' + imgexts + ')');
return;
}
$(prefix + 'cpdel_' + id).innerHTML = '<a href="javascript:;" class="d" onclick="reAddAttach(\'' + prefix + '\', ' + id + ')">删除</a>';
$(prefix + 'localfile_' + id).innerHTML = '<span>' + filename + '</span>';
$(prefix + 'attachnew_' + id).style.display = 'none';
$(prefix + 'deschidden_' + id).style.display = '';
$(prefix + 'deschidden_' + id).title = localfile;
$(prefix + 'localno_' + id).parentNode.parentNode.style.display = '';
addAttach(prefix);
UPLOADSTATUS = 0;
}
function reAddAttach(prefix, id) {
$(prefix + 'attachbody').removeChild($(prefix + 'localno_' + id).parentNode.parentNode);
$(prefix + 'attachbtn').removeChild($(prefix + 'attachnew_' + id).parentNode.parentNode);
$(prefix + 'attachbody').innerHTML == '' && addAttach(prefix);
$('localimgpreview_' + id) ? document.body.removeChild($('localimgpreview_' + id)) : null;
}
function delAttach(id, type) {
var ids = {};
if(typeof id == 'number') {
ids[id] = id;
} else {
ids = id;
}
for(id in ids) {
if($('attach_' + id)) {
$('attach_' + id).style.display = 'none';
ATTACHNUM['attach' + (type ? 'un' : '') + 'used']--;
updateattachnum('attach');
}
}
appendAttachDel(ids);
}
function delImgAttach(id, type) {
var ids = {};
if(typeof id == 'number') {
ids[id] = id;
} else {
ids = id;
}
for(id in ids) {
if($('image_td_' + id)) {
$('image_td_' + id).className = 'imgdeleted';
$('image_' + id).onclick = null;
$('image_desc_' + id).disabled = true;
ATTACHNUM['image' + (type ? 'un' : '') + 'used']--;
updateattachnum('image');
}
}
appendAttachDel(ids);
}
function appendAttachDel(ids) {
if(!ids) {
return;
}
var aids = '';
for(id in ids) {
aids += '&aids[]=' + id;
}
var x = new Ajax();
x.get('forum.php?mod=ajax&action=deleteattach&inajax=yes&tid=' + (typeof tid == 'undefined' ? 0 : tid) + '&pid=' + (typeof pid == 'undefined' ? 0 : pid) + aids + ($('modthreadkey') ? '&modthreadkey=' + $('modthreadkey').value : ''), function() {});
if($('delattachop')) {
$('delattachop').value = 1;
}
}
function updateAttach(aid) {
objupdate = $('attachupdate'+aid);
obj = $('attach' + aid);
if(!objupdate.innerHTML) {
obj.style.display = 'none';
objupdate.innerHTML = '<input type="file" name="attachupdate[paid' + aid + ']"><a href="javascript:;" onclick="updateAttach(' + aid + ')">取消</a>';
} else {
obj.style.display = '';
objupdate.innerHTML = '';
}
}
function updateattachnum(type) {
ATTACHNUM[type + 'used'] = ATTACHNUM[type + 'used'] >= 0 ? ATTACHNUM[type + 'used'] : 0;
ATTACHNUM[type + 'unused'] = ATTACHNUM[type + 'unused'] >= 0 ? ATTACHNUM[type + 'unused'] : 0;
var num = ATTACHNUM[type + 'used'] + ATTACHNUM[type + 'unused'];
if(num) {
if($(editorid + '_' + type)) {
$(editorid + '_' + type).title = '包含 ' + num + (type == 'image' ? ' 个图片附件' : ' 个附件');
}
if($(editorid + '_' + type + 'n')) {
$(editorid + '_' + type + 'n').style.display = '';
}
ATTACHORIMAGE = 1;
} else {
if($(editorid + '_' + type)) {
$(editorid + '_' + type).title = type == 'image' ? '图片' : '附件';
}
if($(editorid + '_' + type + 'n')) {
$(editorid + '_' + type + 'n').style.display = 'none';
}
}
}
function swfHandler(action, type) {
if(action == 2) {
if(type == 'image') {
updateImageList();
} else {
updateAttachList();
}
}
}
function updateAttachList(action, aids) {
ajaxget('forum.php?mod=ajax&action=attachlist' + (!action ? '&posttime=' + $('posttime').value : (!aids ? '' : '&aids=' + aids)) + (!fid ? '' : '&fid=' + fid), 'attachlist');
switchAttachbutton('attachlist');$('attach_tblheader').style.display = $('attach_notice').style.display = '';
}
function updateImageList(action, aids) {
ajaxget('forum.php?mod=ajax&action=imagelist' + (!action ? '&pid=' + pid + '&posttime=' + $('posttime').value : (!aids ? '' : '&aids=' + aids)) + (!fid ? '' : '&fid=' + fid), 'imgattachlist');
switchImagebutton('imgattachlist');$('imgattach_notice').style.display = '';
}
function updateDownImageList(msg) {
if(msg == '') {
showError('抱歉,暂无远程附件');
} else {
ajaxget('forum.php?mod=ajax&action=imagelist&pid=' + pid + '&posttime=' + $('posttime').value + (!fid ? '' : '&fid=' + fid), 'imgattachlist', null, null, null, function(){if(wysiwyg) {editdoc.body.innerHTML = msg;switchEditor(0);switchEditor(1)} else {textobj.value = msg;}});
switchImagebutton('imgattachlist');$('imgattach_notice').style.display = '';
showDialog('远程附件下载完成!', 'right', null, null, 0, null, null, null, null, 3);
}
}
function switchButton(btn, type) {
var btnpre = editorid + '_btn_';
if(!$(btnpre + btn) || !$(editorid + '_' + btn)) {
return;
}
var tabs = $(editorid + '_' + type + '_ctrl').getElementsByTagName('LI');
$(btnpre + btn).style.display = '';
$(editorid + '_' + btn).style.display = '';
$(btnpre + btn).className = 'current';
var btni = '';
for(i = 0;i < tabs.length;i++) {
if(tabs[i].id.indexOf(btnpre) !== -1) {
btni = tabs[i].id.substr(btnpre.length);
}
if(btni != btn) {
if(!$(editorid + '_' + btni) || !$(editorid + '_btn_' + btni)) {
continue;
}
$(editorid + '_' + btni).style.display = 'none';
$(editorid + '_btn_' + btni).className = '';
}
}
}
function uploadWindowstart() {
$('uploadwindowing').style.visibility = 'visible';
}
function uploadWindowload() {
$('uploadwindowing').style.visibility = 'hidden';
var str = $('uploadattachframe').contentWindow.document.body.innerHTML;
if(str == '') return;
var arr = str.split('|');
if(arr[0] == 'DISCUZUPLOAD' && arr[2] == 0) {
UPLOADWINRECALL(arr[3], arr[5], arr[6]);
hideWindow('upload', 0);
} else {
var sizelimit = '';
if(arr[7] == 'ban') {
sizelimit = '(附件类型被禁止)';
} else if(arr[7] == 'perday') {
sizelimit = '(不能超过 ' + arr[8] + ' 字节)';
} else if(arr[7] > 0) {
sizelimit = '(不能超过 ' + arr[7] + ' 字节)';
}
showError(STATUSMSG[arr[2]] + sizelimit);
}
if($('attachlimitnotice')) {
ajaxget('forum.php?mod=ajax&action=updateattachlimit&fid=' + fid, 'attachlimitnotice');
}
}
function uploadWindow(recall, type) {
var type = isUndefined(type) ? 'image' : type;
UPLOADWINRECALL = recall;
showWindow('upload', 'forum.php?mod=misc&action=upload&fid=' + fid + '&type=' + type, 'get', 0, {'zindex':601});
}
function updatetradeattach(aid, url, attachurl) {
$('tradeaid').value = aid;
$('tradeattach_image').innerHTML = '<img src="' + attachurl + '/' + url + '" class="spimg" />';
ATTACHORIMAGE = 1;
}
function updateactivityattach(aid, url, attachurl) {
$('activityaid').value = aid;
$('activityattach_image').innerHTML = '<img src="' + attachurl + '/' + url + '" class="spimg" />';
ATTACHORIMAGE = 1;
}
function updatesortattach(aid, url, attachurl, identifier) {
$('sortaid_' + identifier).value = aid;
$('sortattachurl_' + identifier).value = attachurl + '/' + url;
$('sortattach_image_' + identifier).innerHTML = '<img src="' + attachurl + '/' + url + '" class="spimg" />';
ATTACHORIMAGE = 1;
}
function switchpollm(swt) {
t = $('pollchecked').checked && swt ? 2 : 1;
var v = '';
for(var i = 0; i < $('postform').elements.length; i++) {
var e = $('postform').elements[i];
if(!isUndefined(e.name)) {
if(e.name.match('^polloption')) {
if(t == 2 && e.tagName == 'INPUT') {
v += e.value + '\n';
} else if(t == 1 && e.tagName == 'TEXTAREA') {
v += e.value;
}
}
}
}
if(t == 1) {
var a = v.split('\n');
var pcount = 0;
for(var i = 0; i < $('postform').elements.length; i++) {
var e = $('postform').elements[i];
if(!isUndefined(e.name)) {
if(e.name.match('^polloption')) {
pcount++;
if(e.tagName == 'INPUT') e.value = '';
}
}
}
for(var i = 0; i < a.length - pcount + 2; i++) {
addpolloption();
}
var ii = 0;
for(var i = 0; i < $('postform').elements.length; i++) {
var e = $('postform').elements[i];
if(!isUndefined(e.name)) {
if(e.name.match('^polloption') && e.tagName == 'INPUT' && a[ii]) {
e.value = a[ii++];
}
}
}
} else if(t == 2) {
$('postform').polloptions.value = trim(v);
}
$('postform').tpolloption.value = t;
if(swt) {
display('pollm_c_1');
display('pollm_c_2');
}
}
function addpolloption() {
if(curoptions < maxoptions) {
$('polloption_new').outerHTML = '<p>' + $('polloption_hidden').innerHTML + '</p>' + $('polloption_new').outerHTML;
curoptions++;
} else {
$('polloption_new').outerHTML = '<span>已达到最大投票数'+maxoptions+'</span>';
}
}
function delpolloption(obj) {
obj.parentNode.parentNode.removeChild(obj.parentNode);
curoptions--;
}
function insertsave(pid) {
var x = new Ajax();
x.get('forum.php?mod=misc&action=loadsave&inajax=yes&pid=' + pid + '&type=' + wysiwyg, function(str, x) {
insertText(str, str.length, 0);
});
}
function userdataoption(op) {
if(!op) {
saveUserdata('forum_'+discuz_uid, '');
display('rstnotice');
} else {
loadData();
checkFocus();
}
doane();
}
function attachoption(type, op) {
if(!op) {
if(type == 'attach') {
delAttach(ATTACHUNUSEDAID, 1);
ATTACHNUM['attachunused'] = 0;
display('attachnotice_attach');
} else {
delImgAttach(IMGUNUSEDAID, 1);
ATTACHNUM['imageunused'] = 0;
display('attachnotice_img');
}
} else if(op == 1) {
var obj = $('unusedwin') ? $('unusedwin') : $('unusedlist_' + type);
list = obj.getElementsByTagName('INPUT'), aids = '';
for(i = 0;i < list.length;i++) {
if(list[i].name.match('unused') && list[i].checked) {
aids += '|' + list[i].value;
}
}
if(aids) {
if(type == 'attach') {
updateAttachList(1, aids);
} else {
list = $('imgattachlist').getElementsByTagName('TD');
re = /^image\_td\_(\d+)$/;
for(i = 0;i < list.length;i++) {
var matches = re.exec(list[i].id);
if(matches != null) {
aids += '|' + matches[1];
}
}
updateImageList(1, aids);
}
}
display('attachnotice_' + type);
} else if(op == 2) {
showDialog('<div id="unusedwin" class="c altw" style="overflow:auto;height:100px;">' + $('unusedlist_' + type).innerHTML + '</div>' +
'<p class="o pns"><span class="z xg1"><label for="unusedwinchkall"><input id="unusedwinchkall" type="checkbox" onclick="attachoption(\'' + type + '\', 3)" checked="checked" />全选</label></span>' +
'<button onclick="attachoption(\'' + type + '\', 1);hideMenu(\'fwin_dialog\', \'dialog\')" class="pn pnc"><strong>使用</strong></button></p>', 'info', '未使用的' + (type == 'attach' ? '附件' : '图片'));
} else if(op == 3) {
list = $('unusedwin').getElementsByTagName('INPUT');
for(i = 0;i < list.length;i++) {
if(list[i].name.match('unused')) {
list[i].checked = $('unusedwinchkall').checked;
}
}
return;
}
doane();
}
function insertAttachTag(aid) {
var txt = '[attach]' + aid + '[/attach]';
seditor_insertunit('fastpost', txt);
}
function insertAttachimgTag(aid) {
var txt = '[attachimg]' + aid + '[/attachimg]';
seditor_insertunit('fastpost', txt);
}
function insertText(str) {
seditor_insertunit('fastpost', str);
}
function insertAllAttachTag() {
var attachListObj = $('e_attachlist').getElementsByTagName("tbody");
for(var i in attachListObj) {
if(typeof attachListObj[i] == "object") {
var attach = attachListObj[i];
var ids = attach.id.split('_');
if(ids[0] == 'attach') {
if($('attachname'+ids[1]) && attach.style.display != 'none') {
if(parseInt($('attachname'+ids[1]).getAttribute('isimage'))) {
insertAttachimgTag(ids[1]);
} else {
insertAttachTag(ids[1]);
}
var txt = wysiwyg ? '\r\n<br/><br/>\r\n' : '\r\n\r\n';
insertText(txt, strlen(txt), 0);
}
}
}
}
doane();
}
function selectAllSaveImg(state) {
var inputListObj = $('imgattachlist').getElementsByTagName("input");
for(i in inputListObj) {
if(typeof inputListObj[i] == "object" && inputListObj[i].id) {
var inputObj = inputListObj[i];
var ids = inputObj.id.split('_');
if(ids[0] == 'albumaidchk' && $('image_td_' + ids[1]).className != 'imgdeleted' && inputObj.checked != state) {
inputObj.click();
}
}
}
}
function showExtra(id) {
if ($(id+'_c').style.display == 'block') {
$(id+'_b').className = 'pn z';
$(id+'_c').style.display = 'none';
} else {
var extraButton = $('post_extra_tb').getElementsByTagName('label');
var extraForm = $('post_extra_c').getElementsByTagName('div');
for (i=0;i<extraButton.length;i++) {
extraButton[i].className = '';
}
for (i=0;i<extraForm.length;i++) {
if(hasClass(extraForm[i],'exfm')) {
extraForm[i].style.display = 'none';
}
}
for (i=0;i<extraForm.length;i++) {
if(hasClass(extraForm[i],'exfm')) {
extraForm[i].style.display = 'none';
}
}
$(id+'_b').className = 'a';
$(id+'_c').style.display = 'block';
}
}
function extraCheck(op) {
if(!op && $('extra_replycredit_chk')) {
$('extra_replycredit_chk').className = $('replycredit_extcredits').value > 0 && $('replycredit_times').value > 0 ? 'a' : '';
} else if(op == 1 && $('readperm')) {
$('extra_readperm_chk').className = $('readperm').value !== '' ? 'a' : '';
} else if(op == 2 && $('price')) {
$('extra_price_chk').className = $('price').value > 0 ? 'a' : '';
} else if(op == 3 && $('rushreply')) {
$('extra_rushreplyset_chk').className = $('rushreply').checked ? 'a' : '';
} else if(op == 4 && $('tags')) {
$('extra_tag_chk').className = $('tags').value !== '' ? 'a' : '';
} else if(op == 5 && $('cronpublish')) {
$('extra_pubdate_chk').className = $('cronpublish').checked ? 'a' : '';
}
}
function hidenFollowBtn(flag) {
var fobj = $('adddynamicspan');
if(fobj) {
if(flag) {
$('adddynamic').checked = !flag;
fobj.style.display = 'none';
} else {
fobj.style.display = '';
}
}
}
function getreplycredit() {
var replycredit_extcredits = $('replycredit_extcredits');
var replycredit_times = $('replycredit_times');
var credit_once = parseInt(replycredit_extcredits.value) > 0 ? parseInt(replycredit_extcredits.value) : 0;
var times = parseInt(replycredit_times.value) > 0 ? parseInt(replycredit_times.value) : 0;
if(parseInt(credit_once * times) - have_replycredit > 0) {
var real_reply_credit = Math.ceil(parseInt(credit_once * times) - have_replycredit + ((parseInt(credit_once * times) - have_replycredit) * creditstax));
} else {
var real_reply_credit = Math.ceil(parseInt(credit_once * times) - have_replycredit);
}
var reply_credits_sum = Math.ceil(parseInt(credit_once * times));
if(real_reply_credit > userextcredit) {
$('replycredit').innerHTML = '<b class="xi1">回帖奖励积分总额过大('+real_reply_credit+')</b>';
} else {
if(have_replycredit > 0 && real_reply_credit < 0) {
$('replycredit').innerHTML = "<font class='xi1'>返还"+Math.abs(real_reply_credit)+"</font>";
} else {
$('replycredit').innerHTML = replycredit_result_lang + (real_reply_credit > 0 ? real_reply_credit : 0 );
}
$('replycredit_sum').innerHTML = reply_credits_sum > 0 ? reply_credits_sum : 0 ;
}
}
function extraCheckall() {
for(i = 0;i < 5;i++) {
extraCheck(i);
}
}
function deleteThread() {
if(confirm('确定要删除该帖子吗?') != 0){
$('delete').value = '1';
$('postform').submit();
}
}
function hideAttachMenu(id) {
if($(editorid + '_' + id + '_menu')) {
$(editorid + '_' + id + '_menu').style.visibility = 'hidden';
}
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: swfupload.js 28981 2012-03-21 06:43:44Z zhengqingpeng $
*/
var SWFUpload;
var swfobject;
if (SWFUpload == undefined) {
SWFUpload = function (settings) {
this.initSWFUpload(settings);
};
}
SWFUpload.prototype.initSWFUpload = function (userSettings) {
try {
this.customSettings = {}; // A container where developers can place their own settings associated with this instance.
this.settings = {};
this.eventQueue = [];
this.movieName = "SWFUpload_" + SWFUpload.movieCount++;
this.movieElement = null;
SWFUpload.instances[this.movieName] = this;
this.initSettings(userSettings);
this.loadSupport();
if (this.swfuploadPreload()) {
this.loadFlash();
}
this.displayDebugInfo();
} catch (ex) {
delete SWFUpload.instances[this.movieName];
throw ex;
}
};
SWFUpload.instances = {};
SWFUpload.movieCount = 0;
SWFUpload.version = "2.5.0 2010-01-15 Beta 2";
SWFUpload.QUEUE_ERROR = {
QUEUE_LIMIT_EXCEEDED : -100,
FILE_EXCEEDS_SIZE_LIMIT : -110,
ZERO_BYTE_FILE : -120,
INVALID_FILETYPE : -130
};
SWFUpload.UPLOAD_ERROR = {
HTTP_ERROR : -200,
MISSING_UPLOAD_URL : -210,
IO_ERROR : -220,
SECURITY_ERROR : -230,
UPLOAD_LIMIT_EXCEEDED : -240,
UPLOAD_FAILED : -250,
SPECIFIED_FILE_ID_NOT_FOUND : -260,
FILE_VALIDATION_FAILED : -270,
FILE_CANCELLED : -280,
UPLOAD_STOPPED : -290,
RESIZE : -300
};
SWFUpload.FILE_STATUS = {
QUEUED : -1,
IN_PROGRESS : -2,
ERROR : -3,
COMPLETE : -4,
CANCELLED : -5
};
SWFUpload.UPLOAD_TYPE = {
NORMAL : -1,
RESIZED : -2
};
SWFUpload.BUTTON_ACTION = {
SELECT_FILE : -100,
SELECT_FILES : -110,
START_UPLOAD : -120,
JAVASCRIPT : -130, // DEPRECATED
NONE : -130
};
SWFUpload.CURSOR = {
ARROW : -1,
HAND : -2
};
SWFUpload.WINDOW_MODE = {
WINDOW : "window",
TRANSPARENT : "transparent",
OPAQUE : "opaque"
};
SWFUpload.RESIZE_ENCODING = {
JPEG : -1,
PNG : -2
};
SWFUpload.completeURL = function (url) {
try {
var path = "", indexSlash = -1;
if (typeof(url) !== "string" || url.match(/^https?:\/\//i) || url.match(/^\//) || url === "") {
return url;
}
indexSlash = window.location.pathname.lastIndexOf("/");
if (indexSlash <= 0) {
path = "/";
} else {
path = window.location.pathname.substr(0, indexSlash) + "/";
}
return path + url;
} catch (ex) {
return url;
}
};
SWFUpload.onload = function () {};
SWFUpload.prototype.initSettings = function (userSettings) {
this.ensureDefault = function (settingName, defaultValue) {
var setting = userSettings[settingName];
if (setting != undefined) {
this.settings[settingName] = setting;
} else {
this.settings[settingName] = defaultValue;
}
};
this.ensureDefault("upload_url", "");
this.ensureDefault("preserve_relative_urls", false);
this.ensureDefault("file_post_name", "Filedata");
this.ensureDefault("post_params", {});
this.ensureDefault("use_query_string", false);
this.ensureDefault("requeue_on_error", false);
this.ensureDefault("http_success", []);
this.ensureDefault("assume_success_timeout", 0);
this.ensureDefault("file_types", "*.*");
this.ensureDefault("file_types_description", "All Files");
this.ensureDefault("file_size_limit", 0); // Default zero means "unlimited"
this.ensureDefault("file_upload_limit", 0);
this.ensureDefault("file_queue_limit", 0);
this.ensureDefault("flash_url", IMGDIR+"/swfupload.swf");
this.ensureDefault("flash9_url", IMGDIR+"/swfupload.swf");
this.ensureDefault("prevent_swf_caching", true);
this.ensureDefault("button_image_url", "");
this.ensureDefault("button_width", 1);
this.ensureDefault("button_height", 1);
this.ensureDefault("button_text", "");
this.ensureDefault("button_text_style", "color: #000000; font-size: 16pt;");
this.ensureDefault("button_text_top_padding", 0);
this.ensureDefault("button_text_left_padding", 0);
this.ensureDefault("button_action", SWFUpload.BUTTON_ACTION.SELECT_FILES);
this.ensureDefault("button_disabled", false);
this.ensureDefault("button_placeholder_id", "");
this.ensureDefault("button_placeholder", null);
this.ensureDefault("button_cursor", SWFUpload.CURSOR.ARROW);
this.ensureDefault("button_window_mode", SWFUpload.WINDOW_MODE.WINDOW);
this.ensureDefault("debug", false);
this.settings.debug_enabled = this.settings.debug; // Here to maintain v2 API
this.settings.return_upload_start_handler = this.returnUploadStart;
this.ensureDefault("swfupload_preload_handler", null);
this.ensureDefault("swfupload_load_failed_handler", null);
this.ensureDefault("swfupload_loaded_handler", null);
this.ensureDefault("file_dialog_start_handler", null);
this.ensureDefault("file_queued_handler", null);
this.ensureDefault("file_queue_error_handler", null);
this.ensureDefault("file_dialog_complete_handler", null);
this.ensureDefault("upload_resize_start_handler", null);
this.ensureDefault("upload_start_handler", null);
this.ensureDefault("upload_progress_handler", null);
this.ensureDefault("upload_error_handler", null);
this.ensureDefault("upload_success_handler", null);
this.ensureDefault("upload_complete_handler", null);
this.ensureDefault("mouse_click_handler", null);
this.ensureDefault("mouse_out_handler", null);
this.ensureDefault("mouse_over_handler", null);
this.ensureDefault("debug_handler", this.debugMessage);
this.ensureDefault("custom_settings", {});
this.customSettings = this.settings.custom_settings;
if (!!this.settings.prevent_swf_caching) {
this.settings.flash_url = this.settings.flash_url + (this.settings.flash_url.indexOf("?") < 0 ? "?" : "&") + "preventswfcaching=" + new Date().getTime();
this.settings.flash9_url = this.settings.flash9_url + (this.settings.flash9_url.indexOf("?") < 0 ? "?" : "&") + "preventswfcaching=" + new Date().getTime();
}
if (!this.settings.preserve_relative_urls) {
this.settings.upload_url = SWFUpload.completeURL(this.settings.upload_url);
this.settings.button_image_url = SWFUpload.completeURL(this.settings.button_image_url);
}
delete this.ensureDefault;
};
SWFUpload.prototype.loadSupport = function () {
this.support = {
loading : swfobject.hasFlashPlayerVersion("9.0.28"),
imageResize : false
};
};
SWFUpload.prototype.loadFlash = function () {
var targetElement, tempParent, wrapperType, flashHTML, els;
if (!this.support.loading) {
this.queueEvent("swfupload_load_failed_handler", ["Flash Player doesn't support SWFUpload"]);
return;
}
if (document.getElementById(this.movieName) !== null) {
this.support.loading = false;
this.queueEvent("swfupload_load_failed_handler", ["Element ID already in use"]);
return;
}
targetElement = document.getElementById(this.settings.button_placeholder_id) || this.settings.button_placeholder;
if (targetElement == undefined) {
this.support.loading = false;
this.queueEvent("swfupload_load_failed_handler", ["button place holder not found"]);
return;
}
wrapperType = (targetElement.currentStyle && targetElement.currentStyle["display"] || window.getComputedStyle && document.defaultView.getComputedStyle(targetElement, null).getPropertyValue("display")) !== "block" ? "span" : "div";
tempParent = document.createElement(wrapperType);
flashHTML = this.getFlashHTML();
try {
tempParent.innerHTML = flashHTML; // Using innerHTML is non-standard but the only sensible way to dynamically add Flash in IE (and maybe other browsers)
} catch (ex) {
this.support.loading = false;
this.queueEvent("swfupload_load_failed_handler", ["Exception loading Flash HTML into placeholder"]);
return;
}
els = tempParent.getElementsByTagName("object");
if (!els || els.length > 1 || els.length === 0) {
this.support.loading = false;
this.queueEvent("swfupload_load_failed_handler", ["Unable to find movie after adding to DOM"]);
return;
} else if (els.length === 1) {
this.movieElement = els[0];
}
targetElement.parentNode.replaceChild(tempParent.firstChild, targetElement);
if (window[this.movieName] == undefined) {
window[this.movieName] = this.getMovieElement();
}
};
SWFUpload.prototype.getFlashHTML = function (flashVersion) {
if(BROWSER.ie && !BROWSER.opera) {
return AC_FL_RunContent('id', this.movieName, 'width', this.settings.button_width, 'height', this.settings.button_height, 'src', this.settings.flash_url, 'quality', 'high', 'wmode', this.settings.button_window_mode, 'flashvars', this.getFlashVars());
} else {
return ['<object id="', this.movieName, '" type="application/x-shockwave-flash" data="', (this.support.imageResize ? this.settings.flash_url : this.settings.flash9_url), '" width="', this.settings.button_width, '" height="', this.settings.button_height, '" class="swfupload">',
'<param name="wmode" value="', this.settings.button_window_mode, '" />',
'<param name="movie" value="', (this.support.imageResize ? this.settings.flash_url : this.settings.flash9_url), '" />',
'<param name="quality" value="high" />',
'<param name="allowScriptAccess" value="always" />',
'<param name="flashvars" value="' + this.getFlashVars() + '" />',
'</object>'].join("");
}
};
SWFUpload.prototype.getFlashVars = function () {
var httpSuccessString, paramString;
paramString = this.buildParamString();
httpSuccessString = this.settings.http_success.join(",");
return ["movieName=", encodeURIComponent(this.movieName),
"&uploadURL=", encodeURIComponent(this.settings.upload_url),
"&useQueryString=", encodeURIComponent(this.settings.use_query_string),
"&requeueOnError=", encodeURIComponent(this.settings.requeue_on_error),
"&httpSuccess=", encodeURIComponent(httpSuccessString),
"&assumeSuccessTimeout=", encodeURIComponent(this.settings.assume_success_timeout),
"&params=", encodeURIComponent(paramString),
"&filePostName=", encodeURIComponent(this.settings.file_post_name),
"&fileTypes=", encodeURIComponent(this.settings.file_types),
"&fileTypesDescription=", encodeURIComponent(this.settings.file_types_description),
"&fileSizeLimit=", encodeURIComponent(this.settings.file_size_limit),
"&fileUploadLimit=", encodeURIComponent(this.settings.file_upload_limit),
"&fileQueueLimit=", encodeURIComponent(this.settings.file_queue_limit),
"&debugEnabled=", encodeURIComponent(this.settings.debug_enabled),
"&buttonImageURL=", encodeURIComponent(this.settings.button_image_url),
"&buttonWidth=", encodeURIComponent(this.settings.button_width),
"&buttonHeight=", encodeURIComponent(this.settings.button_height),
"&buttonText=", encodeURIComponent(this.settings.button_text),
"&buttonTextTopPadding=", encodeURIComponent(this.settings.button_text_top_padding),
"&buttonTextLeftPadding=", encodeURIComponent(this.settings.button_text_left_padding),
"&buttonTextStyle=", encodeURIComponent(this.settings.button_text_style),
"&buttonAction=", encodeURIComponent(this.settings.button_action),
"&buttonDisabled=", encodeURIComponent(this.settings.button_disabled),
"&buttonCursor=", encodeURIComponent(this.settings.button_cursor)
].join("");
};
SWFUpload.prototype.getMovieElement = function () {
if (this.movieElement == undefined) {
this.movieElement = document.getElementById(this.movieName);
}
if (this.movieElement === null) {
throw "Could not find Flash element";
}
return this.movieElement;
};
SWFUpload.prototype.buildParamString = function () {
var name, postParams, paramStringPairs = [];
postParams = this.settings.post_params;
if (typeof(postParams) === "object") {
for (name in postParams) {
if (postParams.hasOwnProperty(name)) {
paramStringPairs.push(encodeURIComponent(name.toString()) + "=" + encodeURIComponent(postParams[name].toString()));
}
}
}
return paramStringPairs.join("&");
};
SWFUpload.prototype.destroy = function () {
var movieElement;
try {
this.cancelUpload(null, false);
movieElement = this.cleanUp();
if (movieElement) {
try {
movieElement.parentNode.removeChild(movieElement);
} catch (ex) {}
}
window[this.movieName] = null;
SWFUpload.instances[this.movieName] = null;
delete SWFUpload.instances[this.movieName];
this.movieElement = null;
this.settings = null;
this.customSettings = null;
this.eventQueue = null;
this.movieName = null;
return true;
} catch (ex2) {
return false;
}
};
SWFUpload.prototype.displayDebugInfo = function () {
this.debug(
[
"---SWFUpload Instance Info---\n",
"Version: ", SWFUpload.version, "\n",
"Movie Name: ", this.movieName, "\n",
"Settings:\n",
"\t", "upload_url: ", this.settings.upload_url, "\n",
"\t", "flash_url: ", this.settings.flash_url, "\n",
"\t", "flash9_url: ", this.settings.flash9_url, "\n",
"\t", "use_query_string: ", this.settings.use_query_string.toString(), "\n",
"\t", "requeue_on_error: ", this.settings.requeue_on_error.toString(), "\n",
"\t", "http_success: ", this.settings.http_success.join(", "), "\n",
"\t", "assume_success_timeout: ", this.settings.assume_success_timeout, "\n",
"\t", "file_post_name: ", this.settings.file_post_name, "\n",
"\t", "post_params: ", this.settings.post_params.toString(), "\n",
"\t", "file_types: ", this.settings.file_types, "\n",
"\t", "file_types_description: ", this.settings.file_types_description, "\n",
"\t", "file_size_limit: ", this.settings.file_size_limit, "\n",
"\t", "file_upload_limit: ", this.settings.file_upload_limit, "\n",
"\t", "file_queue_limit: ", this.settings.file_queue_limit, "\n",
"\t", "debug: ", this.settings.debug.toString(), "\n",
"\t", "prevent_swf_caching: ", this.settings.prevent_swf_caching.toString(), "\n",
"\t", "button_placeholder_id: ", this.settings.button_placeholder_id.toString(), "\n",
"\t", "button_placeholder: ", (this.settings.button_placeholder ? "Set" : "Not Set"), "\n",
"\t", "button_image_url: ", this.settings.button_image_url.toString(), "\n",
"\t", "button_width: ", this.settings.button_width.toString(), "\n",
"\t", "button_height: ", this.settings.button_height.toString(), "\n",
"\t", "button_text: ", this.settings.button_text.toString(), "\n",
"\t", "button_text_style: ", this.settings.button_text_style.toString(), "\n",
"\t", "button_text_top_padding: ", this.settings.button_text_top_padding.toString(), "\n",
"\t", "button_text_left_padding: ", this.settings.button_text_left_padding.toString(), "\n",
"\t", "button_action: ", this.settings.button_action.toString(), "\n",
"\t", "button_cursor: ", this.settings.button_cursor.toString(), "\n",
"\t", "button_disabled: ", this.settings.button_disabled.toString(), "\n",
"\t", "custom_settings: ", this.settings.custom_settings.toString(), "\n",
"Event Handlers:\n",
"\t", "swfupload_preload_handler assigned: ", (typeof this.settings.swfupload_preload_handler === "function").toString(), "\n",
"\t", "swfupload_load_failed_handler assigned: ", (typeof this.settings.swfupload_load_failed_handler === "function").toString(), "\n",
"\t", "swfupload_loaded_handler assigned: ", (typeof this.settings.swfupload_loaded_handler === "function").toString(), "\n",
"\t", "mouse_click_handler assigned: ", (typeof this.settings.mouse_click_handler === "function").toString(), "\n",
"\t", "mouse_over_handler assigned: ", (typeof this.settings.mouse_over_handler === "function").toString(), "\n",
"\t", "mouse_out_handler assigned: ", (typeof this.settings.mouse_out_handler === "function").toString(), "\n",
"\t", "file_dialog_start_handler assigned: ", (typeof this.settings.file_dialog_start_handler === "function").toString(), "\n",
"\t", "file_queued_handler assigned: ", (typeof this.settings.file_queued_handler === "function").toString(), "\n",
"\t", "file_queue_error_handler assigned: ", (typeof this.settings.file_queue_error_handler === "function").toString(), "\n",
"\t", "upload_resize_start_handler assigned: ", (typeof this.settings.upload_resize_start_handler === "function").toString(), "\n",
"\t", "upload_start_handler assigned: ", (typeof this.settings.upload_start_handler === "function").toString(), "\n",
"\t", "upload_progress_handler assigned: ", (typeof this.settings.upload_progress_handler === "function").toString(), "\n",
"\t", "upload_error_handler assigned: ", (typeof this.settings.upload_error_handler === "function").toString(), "\n",
"\t", "upload_success_handler assigned: ", (typeof this.settings.upload_success_handler === "function").toString(), "\n",
"\t", "upload_complete_handler assigned: ", (typeof this.settings.upload_complete_handler === "function").toString(), "\n",
"\t", "debug_handler assigned: ", (typeof this.settings.debug_handler === "function").toString(), "\n",
"Support:\n",
"\t", "Load: ", (this.support.loading ? "Yes" : "No"), "\n",
"\t", "Image Resize: ", (this.support.imageResize ? "Yes" : "No"), "\n"
].join("")
);
};
SWFUpload.prototype.addSetting = function (name, value, default_value) {
if (value == undefined) {
return (this.settings[name] = default_value);
} else {
return (this.settings[name] = value);
}
};
SWFUpload.prototype.getSetting = function (name) {
if (this.settings[name] != undefined) {
return this.settings[name];
}
return "";
};
SWFUpload.prototype.callFlash = function (functionName, argumentArray) {
var movieElement, returnValue, returnString;
argumentArray = argumentArray || [];
movieElement = this.getMovieElement();
try {
if (movieElement != undefined) {
returnString = movieElement.CallFunction('<invoke name="' + functionName + '" returntype="javascript">' + __flash__argumentsToXML(argumentArray, 0) + '</invoke>');
returnValue = eval(returnString);
} else {
this.debug("Can't call flash because the movie wasn't found.");
}
} catch (ex) {
this.debug("Exception calling flash function '" + functionName + "': " + ex.message);
}
if (returnValue != undefined && typeof returnValue.post === "object") {
returnValue = this.unescapeFilePostParams(returnValue);
}
return returnValue;
};
SWFUpload.prototype.selectFile = function () {
this.callFlash("SelectFile");
};
SWFUpload.prototype.selectFiles = function () {
this.callFlash("SelectFiles");
};
SWFUpload.prototype.startUpload = function (fileID) {
this.callFlash("StartUpload", [fileID]);
};
SWFUpload.prototype.startResizedUpload = function (fileID, width, height, encoding, quality, allowEnlarging) {
this.callFlash("StartUpload", [fileID, { "width": width, "height" : height, "encoding" : encoding, "quality" : quality, "allowEnlarging" : allowEnlarging }]);
};
SWFUpload.prototype.cancelUpload = function (fileID, triggerErrorEvent) {
if (triggerErrorEvent !== false) {
triggerErrorEvent = true;
}
this.callFlash("CancelUpload", [fileID, triggerErrorEvent]);
};
SWFUpload.prototype.stopUpload = function () {
this.callFlash("StopUpload");
};
SWFUpload.prototype.requeueUpload = function (indexOrFileID) {
return this.callFlash("RequeueUpload", [indexOrFileID]);
};
SWFUpload.prototype.getStats = function () {
return this.callFlash("GetStats");
};
SWFUpload.prototype.setStats = function (statsObject) {
this.callFlash("SetStats", [statsObject]);
};
SWFUpload.prototype.getFile = function (fileID) {
if (typeof(fileID) === "number") {
return this.callFlash("GetFileByIndex", [fileID]);
} else {
return this.callFlash("GetFile", [fileID]);
}
};
SWFUpload.prototype.getQueueFile = function (fileID) {
if (typeof(fileID) === "number") {
return this.callFlash("GetFileByQueueIndex", [fileID]);
} else {
return this.callFlash("GetFile", [fileID]);
}
};
SWFUpload.prototype.addFileParam = function (fileID, name, value) {
return this.callFlash("AddFileParam", [fileID, name, value]);
};
SWFUpload.prototype.removeFileParam = function (fileID, name) {
this.callFlash("RemoveFileParam", [fileID, name]);
};
SWFUpload.prototype.setUploadURL = function (url) {
this.settings.upload_url = url.toString();
this.callFlash("SetUploadURL", [url]);
};
SWFUpload.prototype.setPostParams = function (paramsObject) {
this.settings.post_params = paramsObject;
this.callFlash("SetPostParams", [paramsObject]);
};
SWFUpload.prototype.addPostParam = function (name, value) {
this.settings.post_params[name] = value;
this.callFlash("SetPostParams", [this.settings.post_params]);
};
SWFUpload.prototype.removePostParam = function (name) {
delete this.settings.post_params[name];
this.callFlash("SetPostParams", [this.settings.post_params]);
};
SWFUpload.prototype.setFileTypes = function (types, description) {
this.settings.file_types = types;
this.settings.file_types_description = description;
this.callFlash("SetFileTypes", [types, description]);
};
SWFUpload.prototype.setFileSizeLimit = function (fileSizeLimit) {
this.settings.file_size_limit = fileSizeLimit;
this.callFlash("SetFileSizeLimit", [fileSizeLimit]);
};
SWFUpload.prototype.setFileUploadLimit = function (fileUploadLimit) {
this.settings.file_upload_limit = fileUploadLimit;
this.callFlash("SetFileUploadLimit", [fileUploadLimit]);
};
SWFUpload.prototype.setFileQueueLimit = function (fileQueueLimit) {
this.settings.file_queue_limit = fileQueueLimit;
this.callFlash("SetFileQueueLimit", [fileQueueLimit]);
};
SWFUpload.prototype.setFilePostName = function (filePostName) {
this.settings.file_post_name = filePostName;
this.callFlash("SetFilePostName", [filePostName]);
};
SWFUpload.prototype.setUseQueryString = function (useQueryString) {
this.settings.use_query_string = useQueryString;
this.callFlash("SetUseQueryString", [useQueryString]);
};
SWFUpload.prototype.setRequeueOnError = function (requeueOnError) {
this.settings.requeue_on_error = requeueOnError;
this.callFlash("SetRequeueOnError", [requeueOnError]);
};
SWFUpload.prototype.setHTTPSuccess = function (http_status_codes) {
if (typeof http_status_codes === "string") {
http_status_codes = http_status_codes.replace(" ", "").split(",");
}
this.settings.http_success = http_status_codes;
this.callFlash("SetHTTPSuccess", [http_status_codes]);
};
SWFUpload.prototype.setAssumeSuccessTimeout = function (timeout_seconds) {
this.settings.assume_success_timeout = timeout_seconds;
this.callFlash("SetAssumeSuccessTimeout", [timeout_seconds]);
};
SWFUpload.prototype.setDebugEnabled = function (debugEnabled) {
this.settings.debug_enabled = debugEnabled;
this.callFlash("SetDebugEnabled", [debugEnabled]);
};
SWFUpload.prototype.setButtonImageURL = function (buttonImageURL) {
if (buttonImageURL == undefined) {
buttonImageURL = "";
}
this.settings.button_image_url = buttonImageURL;
this.callFlash("SetButtonImageURL", [buttonImageURL]);
};
SWFUpload.prototype.setButtonDimensions = function (width, height) {
this.settings.button_width = width;
this.settings.button_height = height;
var movie = this.getMovieElement();
if (movie != undefined) {
movie.style.width = width + "px";
movie.style.height = height + "px";
}
this.callFlash("SetButtonDimensions", [width, height]);
};
SWFUpload.prototype.setButtonText = function (html) {
this.settings.button_text = html;
this.callFlash("SetButtonText", [html]);
};
SWFUpload.prototype.setButtonTextPadding = function (left, top) {
this.settings.button_text_top_padding = top;
this.settings.button_text_left_padding = left;
this.callFlash("SetButtonTextPadding", [left, top]);
};
SWFUpload.prototype.setButtonTextStyle = function (css) {
this.settings.button_text_style = css;
this.callFlash("SetButtonTextStyle", [css]);
};
SWFUpload.prototype.setButtonDisabled = function (isDisabled) {
this.settings.button_disabled = isDisabled;
this.callFlash("SetButtonDisabled", [isDisabled]);
};
SWFUpload.prototype.setButtonAction = function (buttonAction) {
this.settings.button_action = buttonAction;
this.callFlash("SetButtonAction", [buttonAction]);
};
SWFUpload.prototype.setButtonCursor = function (cursor) {
this.settings.button_cursor = cursor;
this.callFlash("SetButtonCursor", [cursor]);
};
SWFUpload.prototype.queueEvent = function (handlerName, argumentArray) {
var self = this;
if (argumentArray == undefined) {
argumentArray = [];
} else if (!(argumentArray instanceof Array)) {
argumentArray = [argumentArray];
}
if (typeof this.settings[handlerName] === "function") {
this.eventQueue.push(function () {
this.settings[handlerName].apply(this, argumentArray);
});
setTimeout(function () {
self.executeNextEvent();
}, 0);
} else if (this.settings[handlerName] !== null) {
throw "Event handler " + handlerName + " is unknown or is not a function";
}
};
SWFUpload.prototype.executeNextEvent = function () {
var f = this.eventQueue ? this.eventQueue.shift() : null;
if (typeof(f) === "function") {
f.apply(this);
}
};
SWFUpload.prototype.unescapeFilePostParams = function (file) {
var reg = /[$]([0-9a-f]{4})/i, unescapedPost = {}, uk, k, match;
if (file != undefined) {
for (k in file.post) {
if (file.post.hasOwnProperty(k)) {
uk = k;
while ((match = reg.exec(uk)) !== null) {
uk = uk.replace(match[0], String.fromCharCode(parseInt("0x" + match[1], 16)));
}
unescapedPost[uk] = file.post[k];
}
}
file.post = unescapedPost;
}
return file;
};
SWFUpload.prototype.swfuploadPreload = function () {
var returnValue;
if (typeof this.settings.swfupload_preload_handler === "function") {
returnValue = this.settings.swfupload_preload_handler.call(this);
} else if (this.settings.swfupload_preload_handler != undefined) {
throw "upload_start_handler must be a function";
}
if (returnValue === undefined) {
returnValue = true;
}
return !!returnValue;
};
SWFUpload.prototype.flashReady = function () {
var movieElement = this.cleanUp();
if (!movieElement) {
this.debug("Flash called back ready but the flash movie can't be found.");
return;
}
this.queueEvent("swfupload_loaded_handler");
};
SWFUpload.prototype.cleanUp = function () {
var key, movieElement = this.getMovieElement();
try {
if (movieElement && typeof(movieElement.CallFunction) === "unknown") { // We only want to do this in IE
this.debug("Removing Flash functions hooks (this should only run in IE and should prevent memory leaks)");
for (key in movieElement) {
try {
if (typeof(movieElement[key]) === "function") {
movieElement[key] = null;
}
} catch (ex) {
}
}
}
} catch (ex1) {
}
window["__flash__removeCallback"] = function (instance, name) {
try {
if (instance) {
instance[name] = null;
}
} catch (flashEx) {
}
};
return movieElement;
};
SWFUpload.prototype.mouseClick = function () {
this.queueEvent("mouse_click_handler");
};
SWFUpload.prototype.mouseOver = function () {
this.queueEvent("mouse_over_handler");
};
SWFUpload.prototype.mouseOut = function () {
this.queueEvent("mouse_out_handler");
};
SWFUpload.prototype.fileDialogStart = function () {
this.queueEvent("file_dialog_start_handler");
};
SWFUpload.prototype.fileQueued = function (file) {
file = this.unescapeFilePostParams(file);
this.queueEvent("file_queued_handler", file);
};
SWFUpload.prototype.fileQueueError = function (file, errorCode, message) {
file = this.unescapeFilePostParams(file);
this.queueEvent("file_queue_error_handler", [file, errorCode, message]);
};
SWFUpload.prototype.fileDialogComplete = function (numFilesSelected, numFilesQueued, numFilesInQueue) {
this.queueEvent("file_dialog_complete_handler", [numFilesSelected, numFilesQueued, numFilesInQueue]);
};
SWFUpload.prototype.uploadResizeStart = function (file, resizeSettings) {
file = this.unescapeFilePostParams(file);
this.queueEvent("upload_resize_start_handler", [file, resizeSettings.width, resizeSettings.height, resizeSettings.encoding, resizeSettings.quality]);
};
SWFUpload.prototype.uploadStart = function (file) {
file = this.unescapeFilePostParams(file);
this.queueEvent("return_upload_start_handler", file);
};
SWFUpload.prototype.returnUploadStart = function (file) {
var returnValue;
if (typeof this.settings.upload_start_handler === "function") {
file = this.unescapeFilePostParams(file);
returnValue = this.settings.upload_start_handler.call(this, file);
} else if (this.settings.upload_start_handler != undefined) {
throw "upload_start_handler must be a function";
}
if (returnValue === undefined) {
returnValue = true;
}
returnValue = !!returnValue;
this.callFlash("ReturnUploadStart", [returnValue]);
};
SWFUpload.prototype.uploadProgress = function (file, bytesComplete, bytesTotal) {
file = this.unescapeFilePostParams(file);
this.queueEvent("upload_progress_handler", [file, bytesComplete, bytesTotal]);
};
SWFUpload.prototype.uploadError = function (file, errorCode, message) {
file = this.unescapeFilePostParams(file);
this.queueEvent("upload_error_handler", [file, errorCode, message]);
};
SWFUpload.prototype.uploadSuccess = function (file, serverData, responseReceived) {
file = this.unescapeFilePostParams(file);
this.queueEvent("upload_success_handler", [file, serverData, responseReceived]);
};
SWFUpload.prototype.uploadComplete = function (file) {
file = this.unescapeFilePostParams(file);
this.queueEvent("upload_complete_handler", file);
};
SWFUpload.prototype.debug = function (message) {
this.queueEvent("debug_handler", message);
};
SWFUpload.prototype.debugMessage = function (message) {
var exceptionMessage, exceptionValues, key;
if (this.settings.debug) {
exceptionValues = [];
if (typeof message === "object" && typeof message.name === "string" && typeof message.message === "string") {
for (key in message) {
if (message.hasOwnProperty(key)) {
exceptionValues.push(key + ": " + message[key]);
}
}
exceptionMessage = exceptionValues.join("\n") || "";
exceptionValues = exceptionMessage.split("\n");
exceptionMessage = "EXCEPTION: " + exceptionValues.join("\nEXCEPTION: ");
SWFUpload.Console.writeLine(exceptionMessage);
} else {
SWFUpload.Console.writeLine(message);
}
}
};
SWFUpload.Console = {};
SWFUpload.Console.writeLine = function (message) {
var console, documentForm;
try {
console = document.getElementById("SWFUpload_Console");
if (!console) {
documentForm = document.createElement("form");
document.getElementsByTagName("body")[0].appendChild(documentForm);
console = document.createElement("textarea");
console.id = "SWFUpload_Console";
console.style.fontFamily = "monospace";
console.setAttribute("wrap", "off");
console.wrap = "off";
console.style.overflow = "auto";
console.style.width = "700px";
console.style.height = "350px";
console.style.margin = "5px";
documentForm.appendChild(console);
}
console.value += message + "\n";
console.scrollTop = console.scrollHeight - console.clientHeight;
} catch (ex) {
alert("Exception: " + ex.name + " Message: " + ex.message);
}
};
swfobject = function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();
swfobject.addDomLoadEvent(function () {
if (typeof(SWFUpload.onload) === "function") {
SWFUpload.onload.call(window);
}
}); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admincp.js 31416 2012-08-27 07:50:15Z zhangguosheng $
*/
function redirect(url) {
window.location.replace(url);
}
function scrollTopBody() {
return Math.max(document.documentElement.scrollTop, document.body.scrollTop);
}
function checkAll(type, form, value, checkall, changestyle) {
var checkall = checkall ? checkall : 'chkall';
for(var i = 0; i < form.elements.length; i++) {
var e = form.elements[i];
if(type == 'option' && e.type == 'radio' && e.value == value && e.disabled != true) {
e.checked = true;
} else if(type == 'value' && e.type == 'checkbox' && e.getAttribute('chkvalue') == value) {
e.checked = form.elements[checkall].checked;
if(changestyle) {
multiupdate(e);
}
} else if(type == 'prefix' && e.name && e.name != checkall && (!value || (value && e.name.match(value)))) {
e.checked = form.elements[checkall].checked;
if(changestyle) {
if(e.parentNode && e.parentNode.tagName.toLowerCase() == 'li') {
e.parentNode.className = e.checked ? 'checked' : '';
}
if(e.parentNode.parentNode && e.parentNode.parentNode.tagName.toLowerCase() == 'div') {
e.parentNode.parentNode.className = e.checked ? 'item checked' : 'item';
}
}
}
}
}
function altStyle(obj, disabled) {
function altStyleClear(obj) {
var input, lis, i;
lis = obj.parentNode.getElementsByTagName('li');
for(i=0; i < lis.length; i++){
lis[i].className = '';
}
}
var disabled = !disabled ? 0 : disabled;
if(disabled) {
return;
}
var input, lis, i, cc, o;
cc = 0;
lis = obj.getElementsByTagName('li');
for(i=0; i < lis.length; i++){
lis[i].onclick = function(e) {
o = BROWSER.ie ? event.srcElement.tagName : e.target.tagName;
altKey = BROWSER.ie ? window.event.altKey : e.altKey;
if(cc) {
return;
}
cc = 1;
input = this.getElementsByTagName('input')[0];
if(input.getAttribute('type') == 'checkbox' || input.getAttribute('type') == 'radio') {
if(input.getAttribute('type') == 'radio') {
altStyleClear(this);
}
if(BROWSER.ie || o != 'INPUT' && input.onclick) {
input.click();
}
if(this.className != 'checked') {
this.className = 'checked';
input.checked = true;
} else {
this.className = '';
input.checked = false;
}
if(altKey && input.name.match(/^multinew\[\d+\]/)) {
miid = input.id.split('|');
mi = 0;
while($(miid[0] + '|' + mi)) {
$(miid[0] + '|' + mi).checked = input.checked;
if(input.getAttribute('type') == 'radio') {
altStyleClear($(miid[0] + '|' + mi).parentNode);
}
$(miid[0] + '|' + mi).parentNode.className = input.checked ? 'checked' : '';
mi++;
}
}
}
};
lis[i].onmouseup = function(e) {
cc = 0;
}
}
}
var addrowdirect = 0;
var addrowkey = 0;
function addrow(obj, type) {
var table = obj.parentNode.parentNode.parentNode.parentNode.parentNode;
if(!addrowdirect) {
var row = table.insertRow(obj.parentNode.parentNode.parentNode.rowIndex);
} else {
var row = table.insertRow(obj.parentNode.parentNode.parentNode.rowIndex + 1);
}
var typedata = rowtypedata[type];
for(var i = 0; i <= typedata.length - 1; i++) {
var cell = row.insertCell(i);
cell.colSpan = typedata[i][0];
var tmp = typedata[i][1];
if(typedata[i][2]) {
cell.className = typedata[i][2];
}
tmp = tmp.replace(/\{(n)\}/g, function($1) {return addrowkey;});
tmp = tmp.replace(/\{(\d+)\}/g, function($1, $2) {return addrow.arguments[parseInt($2) + 1];});
cell.innerHTML = tmp;
}
addrowkey ++;
addrowdirect = 0;
}
function deleterow(obj) {
var table = obj.parentNode.parentNode.parentNode.parentNode.parentNode;
var tr = obj.parentNode.parentNode.parentNode;
table.deleteRow(tr.rowIndex);
}
function dropmenu(obj){
showMenu({'ctrlid':obj.id, 'menuid':obj.id + 'child', 'evt':'mouseover'});
$(obj.id + 'child').style.top = (parseInt($(obj.id + 'child').style.top) - Math.max(document.body.scrollTop, document.documentElement.scrollTop)) + 'px';
if(BROWSER.ie > 6 || !BROWSER.ie) {
$(obj.id + 'child').style.left = (parseInt($(obj.id + 'child').style.left) - Math.max(document.body.scrollLeft, document.documentElement.scrollLeft)) + 'px';
}
}
var heightag = BROWSER.chrome ? 4 : 0;
function textareasize(obj, op) {
if(!op) {
if(obj.scrollHeight > 70) {
obj.style.height = (obj.scrollHeight < 300 ? obj.scrollHeight - heightag: 300) + 'px';
if(obj.style.position == 'absolute') {
obj.parentNode.style.height = (parseInt(obj.style.height) + 20) + 'px';
}
}
} else {
if(obj.style.position == 'absolute') {
obj.style.position = '';
obj.style.width = '';
obj.parentNode.style.height = '';
} else {
obj.parentNode.style.height = obj.parentNode.offsetHeight + 'px';
obj.style.width = BROWSER.ie > 6 || !BROWSER.ie ? '90%' : '600px';
obj.style.position = 'absolute';
}
}
}
function showanchor(obj) {
var navs = $('submenu').getElementsByTagName('li');
for(var i = 0; i < navs.length; i++) {
if(navs[i].id.substr(0, 4) == 'nav_' && navs[i].id != obj.id) {
if($(navs[i].id.substr(4))) {
navs[i].className = '';
$(navs[i].id.substr(4)).style.display = 'none';
if($(navs[i].id.substr(4) + '_tips')) $(navs[i].id.substr(4) + '_tips').style.display = 'none';
}
}
}
obj.className = 'current';
currentAnchor = obj.id.substr(4);
$(currentAnchor).style.display = '';
if($(currentAnchor + '_tips')) $(currentAnchor + '_tips').style.display = '';
if($(currentAnchor + 'form')) {
$(currentAnchor + 'form').anchor.value = currentAnchor;
} else if($('cpform')) {
$('cpform').anchor.value = currentAnchor;
}
}
function updatecolorpreview(obj) {
$(obj).style.background = $(obj + '_v').value;
}
function entersubmit(e, name) {
if(loadUserdata('is_blindman')) {
return false;
}
var e = e ? e : event;
if(e.keyCode != 13) {
return;
}
var tag = BROWSER.ie ? e.srcElement.tagName : e.target.tagName;
if(tag != 'TEXTAREA') {
doane(e);
if($('submit_' + name).offsetWidth) {
$('formscrolltop').value = document.documentElement.scrollTop;
$('submit_' + name).click();
}
}
}
function parsetag(tag) {
var parse = function (tds) {
for(var i = 0; i < tds.length; i++) {
if(tds[i].getAttribute('s') == '1') {
var str = tds[i].innerHTML.replace(/(^|>)([^<]+)(?=<|$)/ig, function($1, $2, $3) {
if(tag && $3.indexOf(tag) != -1) {
re = new RegExp(tag, "g");
$3 = $3.replace(re, '<h_>');
}
return $2 + $3;
});
tds[i].innerHTML = str.replace(/<h_>/ig, function($1, $2) {
return '<font class="highlight">' + tag + '</font>';
});
}
}
};
parse(document.body.getElementsByTagName('td'));
parse(document.body.getElementsByTagName('span'));
}
function sdisplay(id, obj) {
obj.innerHTML = $(id).style.display == 'none' ? '<img src="static/image/admincp/desc.gif" style="vertical-align:middle" />' : '<img src="static/image/admincp/add.gif" style="vertical-align:middle" />';
display(id);
}
if(ISFRAME) {
try {
_attachEvent(document.documentElement, 'keydown', parent.resetEscAndF5);
} catch(e) {}
}
var multiids = new Array();
function multiupdate(obj) {
v = obj.value;
if(obj.checked) {
multiids[v] = v;
} else {
multiids[v] = null;
}
}
function getmultiids() {
var ids = '', comma = '';
for(i in multiids) {
if(multiids[i] != null) {
ids += comma + multiids[i];
comma = ',';
}
}
return ids;
}
function toggle_group(oid, obj, conf) {
obj = obj ? obj : $('a_'+oid);
if(!conf) {
var conf = {'show':'[-]','hide':'[+]'};
}
var obody = $(oid);
if(obody.style.display == 'none') {
obody.style.display = '';
obj.innerHTML = conf.show;
} else {
obody.style.display = 'none';
obj.innerHTML = conf.hide;
}
}
function show_all() {
var tbodys = $("cpform").getElementsByTagName('tbody');
for(var i = 0; i < tbodys.length; i++) {
var re = /^group_(\d+)$/;
var matches = re.exec(tbodys[i].id);
if(matches != null) {
tbodys[i].style.display = '';
$('a_group_' + matches[1]).innerHTML = '[-]';
}
}
}
function hide_all() {
var tbodys = $("cpform").getElementsByTagName('tbody');
for(var i = 0; i < tbodys.length; i++) {
var re = /^group_(\d+)$/;
var matches = re.exec(tbodys[i].id);
if(matches != null) {
tbodys[i].style.display = 'none';
$('a_group_' + matches[1]).innerHTML = '[+]';
}
}
}
function show_all_hook(prefix, tagname) {
var tbodys = $("cpform").getElementsByTagName(tagname);
for(var i = 0; i < tbodys.length; i++) {
var re = new RegExp('^' + prefix + '(.+)$');
var matches = re.exec(tbodys[i].id);
if(matches != null) {
tbodys[i].style.display = '';
$('a_' + prefix + matches[1]).innerHTML = '[-]';
}
}
}
function hide_all_hook(prefix, tagname) {
var tbodys = $("cpform").getElementsByTagName(tagname);
for(var i = 0; i < tbodys.length; i++) {
var re = new RegExp('^' + prefix + '(.+)$');
var matches = re.exec(tbodys[i].id);
if(matches != null) {
tbodys[i].style.display = 'none';
$('a_' + prefix + matches[1]).innerHTML = '[+]';
}
}
}
function srchforum() {
var fname = $('srchforumipt').value.toLowerCase();
if(!fname) return false;
var inputs = $("cpform").getElementsByTagName('input');
for(var i = 0; i < inputs.length; i++) {
if(inputs[i].name.match(/^name\[\d+\]$/)) {
if(inputs[i].value.toLowerCase().indexOf(fname) !== -1) {
inputs[i].parentNode.parentNode.parentNode.parentNode.style.display = '';
inputs[i].parentNode.parentNode.parentNode.style.background = '#eee';
window.scrollTo(0, fetchOffset(inputs[i]).top - 100);
return false;
}
}
}
return false;
}
function setfaq(obj, id) {
if(!$(id)) {
return;
}
$(id).style.display = '';
if(!obj.onmouseout) {
obj.onmouseout = function () {
$(id).style.display = 'none';
}
}
}
function floatbottom(id) {
if(!$(id)) {
return;
}
$(id).style.position = 'fixed';
$(id).style.bottom = '0';
$(id).parentNode.style.paddingBottom = '15px';
if(!BROWSER.ie || BROWSER.ie && BROWSER.ie > 6) {
window.onscroll = function() {
var scrollLeft = Math.max(document.documentElement.scrollLeft, document.body.scrollLeft);
$(id).style.marginLeft = '-' + scrollLeft + 'px';
};
$(id).style.display = '';
}
}
var sethtml_id = null;
function sethtml(id) {
$(id).className = 'txt html';
$(id).contentEditable = true;
$(id).onkeyup = function () {
$(id + '_v').value = $(id).innerHTML;
};
var curvalue = $(id).innerHTML;
var div = document.createElement('div');
div.id = id + '_c_menu';
div.style.display = 'none';
div.innerHTML = '<iframe id="' + id + '_c_frame" src="" frameborder="0" width="210" height="148" scrolling="no"></iframe>';
$(id).parentNode.appendChild(div);
var btn = document.createElement('input');
btn.id = id + '_c';
btn.type = 'button';
btn.className = 'htmlbtn c';
if(curvalue.search(/<font/ig) !== -1) {
btn.className = 'htmlbtn c current';
}
btn.onclick = function() {
$(id + '_c_frame').src = 'static/image/admincp/getcolor.htm?||sethtml_color';
showMenu({'ctrlid' : id + '_c'});
sethtml_id = id;
};
$(id).parentNode.appendChild(btn);
var btn = document.createElement('input');
btn.id = id + '_b';
btn.type = 'button';
btn.className = 'htmlbtn b';
if(curvalue.search(/<b>/ig) !== -1) {
btn.className = 'htmlbtn b current';
}
btn.onclick = function() {
var oldvalue = $(id).innerHTML;
$(id).innerHTML = preg_replace(['<b>', '</b>'], '', $(id).innerHTML);
if(oldvalue == $(id).innerHTML) {
$(id + '_b').className = 'htmlbtn b current';
$(id).innerHTML = '<b>' + $(id).innerHTML + '</b>';
} else {
$(id + '_b').className = 'htmlbtn b';
}
$(id + '_v').value = $(id).innerHTML;
};
$(id).parentNode.appendChild(btn);
var btn = document.createElement('input');
btn.id = id + '_i';
btn.type = 'button';
btn.className = 'htmlbtn i';
if(curvalue.search(/<i>/ig) !== -1) {
btn.className = 'htmlbtn i current';
}
btn.onclick = function() {
var oldvalue = $(id).innerHTML;
$(id).innerHTML = preg_replace(['<i>', '</i>'], '', $(id).innerHTML);
if(oldvalue == $(id).innerHTML) {
$(id + '_i').className = 'htmlbtn i current';
$(id).innerHTML = '<i>' + $(id).innerHTML + '</i>';
} else {
$(id + '_i').className = 'htmlbtn i';
}
$(id + '_v').value = $(id).innerHTML;
};
$(id).parentNode.appendChild(btn);
var btn = document.createElement('input');
btn.id = id + '_u';
btn.type = 'button';
btn.style.textDecoration = 'underline';
btn.className = 'htmlbtn u';
if(curvalue.search(/<u>/ig) !== -1) {
btn.className = 'htmlbtn u current';
}
btn.onclick = function() {
var oldvalue = $(id).innerHTML;
$(id).innerHTML = preg_replace(['<u>', '</u>'], '', $(id).innerHTML);
if(oldvalue == $(id).innerHTML) {
$(id + '_u').className = 'htmlbtn u current';
$(id).innerHTML = '<u>' + $(id).innerHTML + '</u>';
} else {
$(id + '_u').className = 'htmlbtn u';
}
$(id + '_v').value = $(id).innerHTML;
};
$(id).parentNode.appendChild(btn);
}
function sethtml_color(color) {
$(sethtml_id).innerHTML = preg_replace(['<font[^>]+?>', '</font>'], '', $(sethtml_id).innerHTML);
if(color != 'transparent') {
$(sethtml_id + '_c').className = 'htmlbtn c current';
$(sethtml_id).innerHTML = '<font color=' + color + '>' + $(sethtml_id).innerHTML + '</font>';
} else {
$(sethtml_id + '_c').className = 'htmlbtn c';
}
$(sethtml_id + '_v').value = $(sethtml_id).innerHTML;
}
function uploadthreadtypexml(formobj, formaction) {
formobj.action = formaction;
formobj.submit();
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: common.js 31593 2012-09-12 03:22:13Z zhangguosheng $
*/
var BROWSER = {};
var USERAGENT = navigator.userAgent.toLowerCase();
browserVersion({'ie':'msie','firefox':'','chrome':'','opera':'','safari':'','mozilla':'','webkit':'','maxthon':'','qq':'qqbrowser'});
if(BROWSER.safari) {
BROWSER.firefox = true;
}
BROWSER.opera = BROWSER.opera ? opera.version() : 0;
HTMLNODE = document.getElementsByTagName('head')[0].parentNode;
if(BROWSER.ie) {
BROWSER.iemode = parseInt(typeof document.documentMode != 'undefined' ? document.documentMode : BROWSER.ie);
HTMLNODE.className = 'ie_all ie' + BROWSER.iemode;
}
var CSSLOADED = [];
var JSLOADED = [];
var JSMENU = [];
JSMENU['active'] = [];
JSMENU['timer'] = [];
JSMENU['drag'] = [];
JSMENU['layer'] = 0;
JSMENU['zIndex'] = {'win':200,'menu':300,'dialog':400,'prompt':500};
JSMENU['float'] = '';
var CURRENTSTYPE = null;
var discuz_uid = isUndefined(discuz_uid) ? 0 : discuz_uid;
var creditnotice = isUndefined(creditnotice) ? '' : creditnotice;
var cookiedomain = isUndefined(cookiedomain) ? '' : cookiedomain;
var cookiepath = isUndefined(cookiepath) ? '' : cookiepath;
var EXTRAFUNC = [], EXTRASTR = '';
EXTRAFUNC['showmenu'] = [];
var DISCUZCODE = [];
DISCUZCODE['num'] = '-1';
DISCUZCODE['html'] = [];
var USERABOUT_BOX = true;
var USERCARDST = null;
var CLIPBOARDSWFDATA = '';
var NOTICETITLE = [];
if(BROWSER.firefox && window.HTMLElement) {
HTMLElement.prototype.__defineGetter__( "innerText", function(){
var anyString = "";
var childS = this.childNodes;
for(var i=0; i <childS.length; i++) {
if(childS[i].nodeType==1) {
anyString += childS[i].tagName=="BR" ? '\n' : childS[i].innerText;
} else if(childS[i].nodeType==3) {
anyString += childS[i].nodeValue;
}
}
return anyString;
});
HTMLElement.prototype.__defineSetter__( "innerText", function(sText){
this.textContent=sText;
});
HTMLElement.prototype.__defineSetter__('outerHTML', function(sHTML) {
var r = this.ownerDocument.createRange();
r.setStartBefore(this);
var df = r.createContextualFragment(sHTML);
this.parentNode.replaceChild(df,this);
return sHTML;
});
HTMLElement.prototype.__defineGetter__('outerHTML', function() {
var attr;
var attrs = this.attributes;
var str = '<' + this.tagName.toLowerCase();
for(var i = 0;i < attrs.length;i++){
attr = attrs[i];
if(attr.specified)
str += ' ' + attr.name + '="' + attr.value + '"';
}
if(!this.canHaveChildren) {
return str + '>';
}
return str + '>' + this.innerHTML + '</' + this.tagName.toLowerCase() + '>';
});
HTMLElement.prototype.__defineGetter__('canHaveChildren', function() {
switch(this.tagName.toLowerCase()) {
case 'area':case 'base':case 'basefont':case 'col':case 'frame':case 'hr':case 'img':case 'br':case 'input':case 'isindex':case 'link':case 'meta':case 'param':
return false;
}
return true;
});
}
function $(id) {
return !id ? null : document.getElementById(id);
}
function $C(classname, ele, tag) {
var returns = [];
ele = ele || document;
tag = tag || '*';
if(ele.getElementsByClassName) {
var eles = ele.getElementsByClassName(classname);
if(tag != '*') {
for (var i = 0, L = eles.length; i < L; i++) {
if (eles[i].tagName.toLowerCase() == tag.toLowerCase()) {
returns.push(eles[i]);
}
}
} else {
returns = eles;
}
}else {
eles = ele.getElementsByTagName(tag);
var pattern = new RegExp("(^|\\s)"+classname+"(\\s|$)");
for (i = 0, L = eles.length; i < L; i++) {
if (pattern.test(eles[i].className)) {
returns.push(eles[i]);
}
}
}
return returns;
}
function _attachEvent(obj, evt, func, eventobj) {
eventobj = !eventobj ? obj : eventobj;
if(obj.addEventListener) {
obj.addEventListener(evt, func, false);
} else if(eventobj.attachEvent) {
obj.attachEvent('on' + evt, func);
}
}
function _detachEvent(obj, evt, func, eventobj) {
eventobj = !eventobj ? obj : eventobj;
if(obj.removeEventListener) {
obj.removeEventListener(evt, func, false);
} else if(eventobj.detachEvent) {
obj.detachEvent('on' + evt, func);
}
}
function browserVersion(types) {
var other = 1;
for(i in types) {
var v = types[i] ? types[i] : i;
if(USERAGENT.indexOf(v) != -1) {
var re = new RegExp(v + '(\\/|\\s)([\\d\\.]+)', 'ig');
var matches = re.exec(USERAGENT);
var ver = matches != null ? matches[2] : 0;
other = ver !== 0 && v != 'mozilla' ? 0 : other;
}else {
var ver = 0;
}
eval('BROWSER.' + i + '= ver');
}
BROWSER.other = other;
}
function getEvent() {
if(document.all) return window.event;
func = getEvent.caller;
while(func != null) {
var arg0 = func.arguments[0];
if (arg0) {
if((arg0.constructor == Event || arg0.constructor == MouseEvent) || (typeof(arg0) == "object" && arg0.preventDefault && arg0.stopPropagation)) {
return arg0;
}
}
func=func.caller;
}
return null;
}
function isUndefined(variable) {
return typeof variable == 'undefined' ? true : false;
}
function in_array(needle, haystack) {
if(typeof needle == 'string' || typeof needle == 'number') {
for(var i in haystack) {
if(haystack[i] == needle) {
return true;
}
}
}
return false;
}
function trim(str) {
return (str + '').replace(/(\s+)$/g, '').replace(/^\s+/g, '');
}
function strlen(str) {
return (BROWSER.ie && str.indexOf('\n') != -1) ? str.replace(/\r?\n/g, '_').length : str.length;
}
function mb_strlen(str) {
var len = 0;
for(var i = 0; i < str.length; i++) {
len += str.charCodeAt(i) < 0 || str.charCodeAt(i) > 255 ? (charset == 'utf-8' ? 3 : 2) : 1;
}
return len;
}
function mb_cutstr(str, maxlen, dot) {
var len = 0;
var ret = '';
var dot = !dot ? '...' : dot;
maxlen = maxlen - dot.length;
for(var i = 0; i < str.length; i++) {
len += str.charCodeAt(i) < 0 || str.charCodeAt(i) > 255 ? (charset == 'utf-8' ? 3 : 2) : 1;
if(len > maxlen) {
ret += dot;
break;
}
ret += str.substr(i, 1);
}
return ret;
}
function preg_replace(search, replace, str, regswitch) {
var regswitch = !regswitch ? 'ig' : regswitch;
var len = search.length;
for(var i = 0; i < len; i++) {
re = new RegExp(search[i], regswitch);
str = str.replace(re, typeof replace == 'string' ? replace : (replace[i] ? replace[i] : replace[0]));
}
return str;
}
function htmlspecialchars(str) {
return preg_replace(['&', '<', '>', '"'], ['&', '<', '>', '"'], str);
}
function display(id) {
var obj = $(id);
if(obj.style.visibility) {
obj.style.visibility = obj.style.visibility == 'visible' ? 'hidden' : 'visible';
} else {
obj.style.display = obj.style.display == '' ? 'none' : '';
}
}
function checkall(form, prefix, checkall) {
var checkall = checkall ? checkall : 'chkall';
count = 0;
for(var i = 0; i < form.elements.length; i++) {
var e = form.elements[i];
if(e.name && e.name != checkall && !e.disabled && (!prefix || (prefix && e.name.match(prefix)))) {
e.checked = form.elements[checkall].checked;
if(e.checked) {
count++;
}
}
}
return count;
}
function setcookie(cookieName, cookieValue, seconds, path, domain, secure) {
var expires = new Date();
if(cookieValue == '' || seconds < 0) {
cookieValue = '';
seconds = -2592000;
}
expires.setTime(expires.getTime() + seconds * 1000);
domain = !domain ? cookiedomain : domain;
path = !path ? cookiepath : path;
document.cookie = escape(cookiepre + cookieName) + '=' + escape(cookieValue)
+ (expires ? '; expires=' + expires.toGMTString() : '')
+ (path ? '; path=' + path : '/')
+ (domain ? '; domain=' + domain : '')
+ (secure ? '; secure' : '');
}
function getcookie(name, nounescape) {
name = cookiepre + name;
var cookie_start = document.cookie.indexOf(name);
var cookie_end = document.cookie.indexOf(";", cookie_start);
if(cookie_start == -1) {
return '';
} else {
var v = document.cookie.substring(cookie_start + name.length + 1, (cookie_end > cookie_start ? cookie_end : document.cookie.length));
return !nounescape ? unescape(v) : v;
}
}
function Ajax(recvType, waitId) {
var aj = new Object();
aj.loading = '请稍候...';
aj.recvType = recvType ? recvType : 'XML';
aj.waitId = waitId ? $(waitId) : null;
aj.resultHandle = null;
aj.sendString = '';
aj.targetUrl = '';
aj.setLoading = function(loading) {
if(typeof loading !== 'undefined' && loading !== null) aj.loading = loading;
};
aj.setRecvType = function(recvtype) {
aj.recvType = recvtype;
};
aj.setWaitId = function(waitid) {
aj.waitId = typeof waitid == 'object' ? waitid : $(waitid);
};
aj.createXMLHttpRequest = function() {
var request = false;
if(window.XMLHttpRequest) {
request = new XMLHttpRequest();
if(request.overrideMimeType) {
request.overrideMimeType('text/xml');
}
} else if(window.ActiveXObject) {
var versions = ['Microsoft.XMLHTTP', 'MSXML.XMLHTTP', 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP.7.0', 'Msxml2.XMLHTTP.6.0', 'Msxml2.XMLHTTP.5.0', 'Msxml2.XMLHTTP.4.0', 'MSXML2.XMLHTTP.3.0', 'MSXML2.XMLHTTP'];
for(var i=0; i<versions.length; i++) {
try {
request = new ActiveXObject(versions[i]);
if(request) {
return request;
}
} catch(e) {}
}
}
return request;
};
aj.XMLHttpRequest = aj.createXMLHttpRequest();
aj.showLoading = function() {
if(aj.waitId && (aj.XMLHttpRequest.readyState != 4 || aj.XMLHttpRequest.status != 200)) {
aj.waitId.style.display = '';
aj.waitId.innerHTML = '<span><img src="' + IMGDIR + '/loading.gif" class="vm"> ' + aj.loading + '</span>';
}
};
aj.processHandle = function() {
if(aj.XMLHttpRequest.readyState == 4 && aj.XMLHttpRequest.status == 200) {
if(aj.waitId) {
aj.waitId.style.display = 'none';
}
if(aj.recvType == 'HTML') {
aj.resultHandle(aj.XMLHttpRequest.responseText, aj);
} else if(aj.recvType == 'XML') {
if(!aj.XMLHttpRequest.responseXML || !aj.XMLHttpRequest.responseXML.lastChild || aj.XMLHttpRequest.responseXML.lastChild.localName == 'parsererror') {
aj.resultHandle('<a href="' + aj.targetUrl + '" target="_blank" style="color:red">内部错误,无法显示此内容</a>' , aj);
} else {
aj.resultHandle(aj.XMLHttpRequest.responseXML.lastChild.firstChild.nodeValue, aj);
}
}
}
};
aj.get = function(targetUrl, resultHandle) {
targetUrl = hostconvert(targetUrl);
setTimeout(function(){aj.showLoading()}, 250);
aj.targetUrl = targetUrl;
aj.XMLHttpRequest.onreadystatechange = aj.processHandle;
aj.resultHandle = resultHandle;
var attackevasive = isUndefined(attackevasive) ? 0 : attackevasive;
if(window.XMLHttpRequest) {
aj.XMLHttpRequest.open('GET', aj.targetUrl);
aj.XMLHttpRequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
aj.XMLHttpRequest.send(null);
} else {
aj.XMLHttpRequest.open("GET", targetUrl, true);
aj.XMLHttpRequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
aj.XMLHttpRequest.send();
}
};
aj.post = function(targetUrl, sendString, resultHandle) {
targetUrl = hostconvert(targetUrl);
setTimeout(function(){aj.showLoading()}, 250);
aj.targetUrl = targetUrl;
aj.sendString = sendString;
aj.XMLHttpRequest.onreadystatechange = aj.processHandle;
aj.resultHandle = resultHandle;
aj.XMLHttpRequest.open('POST', targetUrl);
aj.XMLHttpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
aj.XMLHttpRequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
aj.XMLHttpRequest.send(aj.sendString);
};
return aj;
}
function getHost(url) {
var host = "null";
if(typeof url == "undefined"|| null == url) {
url = window.location.href;
}
var regex = /^\w+\:\/\/([^\/]*).*/;
var match = url.match(regex);
if(typeof match != "undefined" && null != match) {
host = match[1];
}
return host;
}
function hostconvert(url) {
if(!url.match(/^https?:\/\//)) url = SITEURL + url;
var url_host = getHost(url);
var cur_host = getHost().toLowerCase();
if(url_host && cur_host != url_host) {
url = url.replace(url_host, cur_host);
}
return url;
}
function newfunction(func) {
var args = [];
for(var i=1; i<arguments.length; i++) args.push(arguments[i]);
return function(event) {
doane(event);
window[func].apply(window, args);
return false;
}
}
function evalscript(s) {
if(s.indexOf('<script') == -1) return s;
var p = /<script[^\>]*?>([^\x00]*?)<\/script>/ig;
var arr = [];
while(arr = p.exec(s)) {
var p1 = /<script[^\>]*?src=\"([^\>]*?)\"[^\>]*?(reload=\"1\")?(?:charset=\"([\w\-]+?)\")?><\/script>/i;
var arr1 = [];
arr1 = p1.exec(arr[0]);
if(arr1) {
appendscript(arr1[1], '', arr1[2], arr1[3]);
} else {
p1 = /<script(.*?)>([^\x00]+?)<\/script>/i;
arr1 = p1.exec(arr[0]);
appendscript('', arr1[2], arr1[1].indexOf('reload=') != -1);
}
}
return s;
}
var safescripts = {}, evalscripts = [];
function safescript(id, call, seconds, times, timeoutcall, endcall, index) {
seconds = seconds || 1000;
times = times || 0;
var checked = true;
try {
if(typeof call == 'function') {
call();
} else {
eval(call);
}
} catch(e) {
checked = false;
}
if(!checked) {
if(!safescripts[id] || !index) {
safescripts[id] = safescripts[id] || [];
safescripts[id].push({
'times':0,
'si':setInterval(function () {
safescript(id, call, seconds, times, timeoutcall, endcall, safescripts[id].length);
}, seconds)
});
} else {
index = (index || 1) - 1;
safescripts[id][index]['times']++;
if(safescripts[id][index]['times'] >= times) {
clearInterval(safescripts[id][index]['si']);
if(typeof timeoutcall == 'function') {
timeoutcall();
} else {
eval(timeoutcall);
}
}
}
} else {
try {
index = (index || 1) - 1;
if(safescripts[id][index]['si']) {
clearInterval(safescripts[id][index]['si']);
}
if(typeof endcall == 'function') {
endcall();
} else {
eval(endcall);
}
} catch(e) {}
}
}
function $F(func, args, script) {
var run = function () {
var argc = args.length, s = '';
for(i = 0;i < argc;i++) {
s += ',args[' + i + ']';
}
eval('var check = typeof ' + func + ' == \'function\'');
if(check) {
eval(func + '(' + s.substr(1) + ')');
} else {
setTimeout(function () { checkrun(); }, 50);
}
};
var checkrun = function () {
if(JSLOADED[src]) {
run();
} else {
setTimeout(function () { checkrun(); }, 50);
}
};
script = script || 'common_extra';
src = JSPATH + script + '.js?' + VERHASH;
if(!JSLOADED[src]) {
appendscript(src);
}
checkrun();
}
function appendscript(src, text, reload, charset) {
var id = hash(src + text);
if(!reload && in_array(id, evalscripts)) return;
if(reload && $(id)) {
$(id).parentNode.removeChild($(id));
}
evalscripts.push(id);
var scriptNode = document.createElement("script");
scriptNode.type = "text/javascript";
scriptNode.id = id;
scriptNode.charset = charset ? charset : (BROWSER.firefox ? document.characterSet : document.charset);
try {
if(src) {
scriptNode.src = src;
scriptNode.onloadDone = false;
scriptNode.onload = function () {
scriptNode.onloadDone = true;
JSLOADED[src] = 1;
};
scriptNode.onreadystatechange = function () {
if((scriptNode.readyState == 'loaded' || scriptNode.readyState == 'complete') && !scriptNode.onloadDone) {
scriptNode.onloadDone = true;
JSLOADED[src] = 1;
}
};
} else if(text){
scriptNode.text = text;
}
document.getElementsByTagName('head')[0].appendChild(scriptNode);
} catch(e) {}
}
function stripscript(s) {
return s.replace(/<script.*?>.*?<\/script>/ig, '');
}
function ajaxupdateevents(obj, tagName) {
tagName = tagName ? tagName : 'A';
var objs = obj.getElementsByTagName(tagName);
for(k in objs) {
var o = objs[k];
ajaxupdateevent(o);
}
}
function ajaxupdateevent(o) {
if(typeof o == 'object' && o.getAttribute) {
if(o.getAttribute('ajaxtarget')) {
if(!o.id) o.id = Math.random();
var ajaxevent = o.getAttribute('ajaxevent') ? o.getAttribute('ajaxevent') : 'click';
var ajaxurl = o.getAttribute('ajaxurl') ? o.getAttribute('ajaxurl') : o.href;
_attachEvent(o, ajaxevent, newfunction('ajaxget', ajaxurl, o.getAttribute('ajaxtarget'), o.getAttribute('ajaxwaitid'), o.getAttribute('ajaxloading'), o.getAttribute('ajaxdisplay')));
if(o.getAttribute('ajaxfunc')) {
o.getAttribute('ajaxfunc').match(/(\w+)\((.+?)\)/);
_attachEvent(o, ajaxevent, newfunction(RegExp.$1, RegExp.$2));
}
}
}
}
function ajaxget(url, showid, waitid, loading, display, recall) {
waitid = typeof waitid == 'undefined' || waitid === null ? showid : waitid;
var x = new Ajax();
x.setLoading(loading);
x.setWaitId(waitid);
x.display = typeof display == 'undefined' || display == null ? '' : display;
x.showId = $(showid);
if(url.substr(strlen(url) - 1) == '#') {
url = url.substr(0, strlen(url) - 1);
x.autogoto = 1;
}
var url = url + '&inajax=1&ajaxtarget=' + showid;
x.get(url, function(s, x) {
var evaled = false;
if(s.indexOf('ajaxerror') != -1) {
evalscript(s);
evaled = true;
}
if(!evaled && (typeof ajaxerror == 'undefined' || !ajaxerror)) {
if(x.showId) {
x.showId.style.display = x.display;
ajaxinnerhtml(x.showId, s);
ajaxupdateevents(x.showId);
if(x.autogoto) scroll(0, x.showId.offsetTop);
}
}
ajaxerror = null;
if(recall && typeof recall == 'function') {
recall();
} else if(recall) {
eval(recall);
}
if(!evaled) evalscript(s);
});
}
function ajaxpost(formid, showid, waitid, showidclass, submitbtn, recall) {
var waitid = typeof waitid == 'undefined' || waitid === null ? showid : (waitid !== '' ? waitid : '');
var showidclass = !showidclass ? '' : showidclass;
var ajaxframeid = 'ajaxframe';
var ajaxframe = $(ajaxframeid);
var curform = $(formid);
var formtarget = curform.target;
var handleResult = function() {
var s = '';
var evaled = false;
showloading('none');
try {
s = $(ajaxframeid).contentWindow.document.XMLDocument.text;
} catch(e) {
try {
s = $(ajaxframeid).contentWindow.document.documentElement.firstChild.wholeText;
} catch(e) {
try {
s = $(ajaxframeid).contentWindow.document.documentElement.firstChild.nodeValue;
} catch(e) {
s = '内部错误,无法显示此内容';
}
}
}
if(s != '' && s.indexOf('ajaxerror') != -1) {
evalscript(s);
evaled = true;
}
if(showidclass) {
if(showidclass != 'onerror') {
$(showid).className = showidclass;
} else {
showError(s);
ajaxerror = true;
}
}
if(submitbtn) {
submitbtn.disabled = false;
}
if(!evaled && (typeof ajaxerror == 'undefined' || !ajaxerror)) {
ajaxinnerhtml($(showid), s);
}
ajaxerror = null;
if($(formid)) $(formid).target = formtarget;
if(typeof recall == 'function') {
recall();
} else {
eval(recall);
}
if(!evaled) evalscript(s);
ajaxframe.loading = 0;
if(!BROWSER.firefox) {
$('append_parent').removeChild(ajaxframe.parentNode);
} else {
setTimeout(
function(){
$('append_parent').removeChild(ajaxframe.parentNode);
},
100
);
}
};
if(!ajaxframe) {
var div = document.createElement('div');
div.style.display = 'none';
div.innerHTML = '<iframe name="' + ajaxframeid + '" id="' + ajaxframeid + '" loading="1"></iframe>';
$('append_parent').appendChild(div);
ajaxframe = $(ajaxframeid);
} else if(ajaxframe.loading) {
return false;
}
_attachEvent(ajaxframe, 'load', handleResult);
showloading();
curform.target = ajaxframeid;
var action = curform.getAttribute('action');
action = hostconvert(action);
curform.action = action.replace(/\&inajax\=1/g, '')+'&inajax=1';
curform.submit();
if(submitbtn) {
submitbtn.disabled = true;
}
doane();
return false;
}
function ajaxmenu(ctrlObj, timeout, cache, duration, pos, recall, idclass, contentclass) {
if(!ctrlObj.getAttribute('mid')) {
var ctrlid = ctrlObj.id;
if(!ctrlid) {
ctrlObj.id = 'ajaxid_' + Math.random();
}
} else {
var ctrlid = ctrlObj.getAttribute('mid');
if(!ctrlObj.id) {
ctrlObj.id = 'ajaxid_' + Math.random();
}
}
var menuid = ctrlid + '_menu';
var menu = $(menuid);
if(isUndefined(timeout)) timeout = 3000;
if(isUndefined(cache)) cache = 1;
if(isUndefined(pos)) pos = '43';
if(isUndefined(duration)) duration = timeout > 0 ? 0 : 3;
if(isUndefined(idclass)) idclass = 'p_pop';
if(isUndefined(contentclass)) contentclass = 'p_opt';
var func = function() {
showMenu({'ctrlid':ctrlObj.id,'menuid':menuid,'duration':duration,'timeout':timeout,'pos':pos,'cache':cache,'layer':2});
if(typeof recall == 'function') {
recall();
} else {
eval(recall);
}
};
if(menu) {
if(menu.style.display == '') {
hideMenu(menuid);
} else {
func();
}
} else {
menu = document.createElement('div');
menu.id = menuid;
menu.style.display = 'none';
menu.className = idclass;
menu.innerHTML = '<div class="' + contentclass + '" id="' + menuid + '_content"></div>';
$('append_parent').appendChild(menu);
var url = (!isUndefined(ctrlObj.attributes['shref']) ? ctrlObj.attributes['shref'].value : (!isUndefined(ctrlObj.href) ? ctrlObj.href : ctrlObj.attributes['href'].value));
url += (url.indexOf('?') != -1 ? '&' :'?') + 'ajaxmenu=1';
ajaxget(url, menuid + '_content', 'ajaxwaitid', '', '', func);
}
doane();
}
function hash(string, length) {
var length = length ? length : 32;
var start = 0;
var i = 0;
var result = '';
filllen = length - string.length % length;
for(i = 0; i < filllen; i++){
string += "0";
}
while(start < string.length) {
result = stringxor(result, string.substr(start, length));
start += length;
}
return result;
}
function stringxor(s1, s2) {
var s = '';
var hash = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
var max = Math.max(s1.length, s2.length);
for(var i=0; i<max; i++) {
var k = s1.charCodeAt(i) ^ s2.charCodeAt(i);
s += hash.charAt(k % 52);
}
return s;
}
function showPreview(val, id) {
var showObj = $(id);
if(showObj) {
showObj.innerHTML = val.replace(/\n/ig, "<bupdateseccoder />");
}
}
function showloading(display, waiting) {
var display = display ? display : 'block';
var waiting = waiting ? waiting : '请稍候...';
$('ajaxwaitid').innerHTML = waiting;
$('ajaxwaitid').style.display = display;
}
function ajaxinnerhtml(showid, s) {
if(showid.tagName != 'TBODY') {
showid.innerHTML = s;
} else {
while(showid.firstChild) {
showid.firstChild.parentNode.removeChild(showid.firstChild);
}
var div1 = document.createElement('DIV');
div1.id = showid.id+'_div';
div1.innerHTML = '<table><tbody id="'+showid.id+'_tbody">'+s+'</tbody></table>';
$('append_parent').appendChild(div1);
var trs = div1.getElementsByTagName('TR');
var l = trs.length;
for(var i=0; i<l; i++) {
showid.appendChild(trs[0]);
}
var inputs = div1.getElementsByTagName('INPUT');
var l = inputs.length;
for(var i=0; i<l; i++) {
showid.appendChild(inputs[0]);
}
div1.parentNode.removeChild(div1);
}
}
function doane(event, preventDefault, stopPropagation) {
var preventDefault = isUndefined(preventDefault) ? 1 : preventDefault;
var stopPropagation = isUndefined(stopPropagation) ? 1 : stopPropagation;
e = event ? event : window.event;
if(!e) {
e = getEvent();
}
if(!e) {
return null;
}
if(preventDefault) {
if(e.preventDefault) {
e.preventDefault();
} else {
e.returnValue = false;
}
}
if(stopPropagation) {
if(e.stopPropagation) {
e.stopPropagation();
} else {
e.cancelBubble = true;
}
}
return e;
}
function loadcss(cssname) {
if(!CSSLOADED[cssname]) {
if(!$('css_' + cssname)) {
css = document.createElement('link');
css.id = 'css_' + cssname,
css.type = 'text/css';
css.rel = 'stylesheet';
css.href = 'data/cache/style_' + STYLEID + '_' + cssname + '.css?' + VERHASH;
var headNode = document.getElementsByTagName("head")[0];
headNode.appendChild(css);
} else {
$('css_' + cssname).href = 'data/cache/style_' + STYLEID + '_' + cssname + '.css?' + VERHASH;
}
CSSLOADED[cssname] = 1;
}
}
function showMenu(v) {
var ctrlid = isUndefined(v['ctrlid']) ? v : v['ctrlid'];
var showid = isUndefined(v['showid']) ? ctrlid : v['showid'];
var menuid = isUndefined(v['menuid']) ? showid + '_menu' : v['menuid'];
var ctrlObj = $(ctrlid);
var menuObj = $(menuid);
if(!menuObj) return;
var mtype = isUndefined(v['mtype']) ? 'menu' : v['mtype'];
var evt = isUndefined(v['evt']) ? 'mouseover' : v['evt'];
var pos = isUndefined(v['pos']) ? '43' : v['pos'];
var layer = isUndefined(v['layer']) ? 1 : v['layer'];
var duration = isUndefined(v['duration']) ? 2 : v['duration'];
var timeout = isUndefined(v['timeout']) ? 250 : v['timeout'];
var maxh = isUndefined(v['maxh']) ? 600 : v['maxh'];
var cache = isUndefined(v['cache']) ? 1 : v['cache'];
var drag = isUndefined(v['drag']) ? '' : v['drag'];
var dragobj = drag && $(drag) ? $(drag) : menuObj;
var fade = isUndefined(v['fade']) ? 0 : v['fade'];
var cover = isUndefined(v['cover']) ? 0 : v['cover'];
var zindex = isUndefined(v['zindex']) ? JSMENU['zIndex']['menu'] : v['zindex'];
var ctrlclass = isUndefined(v['ctrlclass']) ? '' : v['ctrlclass'];
var winhandlekey = isUndefined(v['win']) ? '' : v['win'];
zindex = cover ? zindex + 500 : zindex;
if(typeof JSMENU['active'][layer] == 'undefined') {
JSMENU['active'][layer] = [];
}
for(i in EXTRAFUNC['showmenu']) {
try {
eval(EXTRAFUNC['showmenu'][i] + '()');
} catch(e) {}
}
if(evt == 'click' && in_array(menuid, JSMENU['active'][layer]) && mtype != 'win') {
hideMenu(menuid, mtype);
return;
}
if(mtype == 'menu') {
hideMenu(layer, mtype);
}
if(ctrlObj) {
if(!ctrlObj.getAttribute('initialized')) {
ctrlObj.setAttribute('initialized', true);
ctrlObj.unselectable = true;
ctrlObj.outfunc = typeof ctrlObj.onmouseout == 'function' ? ctrlObj.onmouseout : null;
ctrlObj.onmouseout = function() {
if(this.outfunc) this.outfunc();
if(duration < 3 && !JSMENU['timer'][menuid]) {
JSMENU['timer'][menuid] = setTimeout(function () {
hideMenu(menuid, mtype);
}, timeout);
}
};
ctrlObj.overfunc = typeof ctrlObj.onmouseover == 'function' ? ctrlObj.onmouseover : null;
ctrlObj.onmouseover = function(e) {
doane(e);
if(this.overfunc) this.overfunc();
if(evt == 'click') {
clearTimeout(JSMENU['timer'][menuid]);
JSMENU['timer'][menuid] = null;
} else {
for(var i in JSMENU['timer']) {
if(JSMENU['timer'][i]) {
clearTimeout(JSMENU['timer'][i]);
JSMENU['timer'][i] = null;
}
}
}
};
}
}
if(!menuObj.getAttribute('initialized')) {
menuObj.setAttribute('initialized', true);
menuObj.ctrlkey = ctrlid;
menuObj.mtype = mtype;
menuObj.layer = layer;
menuObj.cover = cover;
if(ctrlObj && ctrlObj.getAttribute('fwin')) {menuObj.scrolly = true;}
menuObj.style.position = 'absolute';
menuObj.style.zIndex = zindex + layer;
menuObj.onclick = function(e) {
return doane(e, 0, 1);
};
if(duration < 3) {
if(duration > 1) {
menuObj.onmouseover = function() {
clearTimeout(JSMENU['timer'][menuid]);
JSMENU['timer'][menuid] = null;
};
}
if(duration != 1) {
menuObj.onmouseout = function() {
JSMENU['timer'][menuid] = setTimeout(function () {
hideMenu(menuid, mtype);
}, timeout);
};
}
}
if(cover) {
var coverObj = document.createElement('div');
coverObj.id = menuid + '_cover';
coverObj.style.position = 'absolute';
coverObj.style.zIndex = menuObj.style.zIndex - 1;
coverObj.style.left = coverObj.style.top = '0px';
coverObj.style.width = '100%';
coverObj.style.height = Math.max(document.documentElement.clientHeight, document.body.offsetHeight) + 'px';
coverObj.style.backgroundColor = '#000';
coverObj.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
coverObj.style.opacity = 0.5;
coverObj.onclick = function () { hideMenu(); };
$('append_parent').appendChild(coverObj);
_attachEvent(window, 'load', function () {
coverObj.style.height = Math.max(document.documentElement.clientHeight, document.body.offsetHeight) + 'px';
}, document);
}
}
if(drag) {
dragobj.style.cursor = 'move';
dragobj.onmousedown = function(event) {try{dragMenu(menuObj, event, 1);}catch(e){}};
}
if(cover) $(menuid + '_cover').style.display = '';
if(fade) {
var O = 0;
var fadeIn = function(O) {
if(O > 100) {
clearTimeout(fadeInTimer);
return;
}
menuObj.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + O + ')';
menuObj.style.opacity = O / 100;
O += 20;
var fadeInTimer = setTimeout(function () {
fadeIn(O);
}, 40);
};
fadeIn(O);
menuObj.fade = true;
} else {
menuObj.fade = false;
}
menuObj.style.display = '';
if(ctrlObj && ctrlclass) {
ctrlObj.className += ' ' + ctrlclass;
menuObj.setAttribute('ctrlid', ctrlid);
menuObj.setAttribute('ctrlclass', ctrlclass);
}
if(pos != '*') {
setMenuPosition(showid, menuid, pos);
}
if(BROWSER.ie && BROWSER.ie < 7 && winhandlekey && $('fwin_' + winhandlekey)) {
$(menuid).style.left = (parseInt($(menuid).style.left) - parseInt($('fwin_' + winhandlekey).style.left)) + 'px';
$(menuid).style.top = (parseInt($(menuid).style.top) - parseInt($('fwin_' + winhandlekey).style.top)) + 'px';
}
if(maxh && menuObj.scrollHeight > maxh) {
menuObj.style.height = maxh + 'px';
if(BROWSER.opera) {
menuObj.style.overflow = 'auto';
} else {
menuObj.style.overflowY = 'auto';
}
}
if(!duration) {
setTimeout('hideMenu(\'' + menuid + '\', \'' + mtype + '\')', timeout);
}
if(!in_array(menuid, JSMENU['active'][layer])) JSMENU['active'][layer].push(menuid);
menuObj.cache = cache;
if(layer > JSMENU['layer']) {
JSMENU['layer'] = layer;
}
var hasshow = function(ele) {
while(ele.parentNode && ((typeof(ele['currentStyle']) === 'undefined') ? window.getComputedStyle(ele,null) : ele['currentStyle'])['display'] !== 'none') {
ele = ele.parentNode;
}
if(ele === document) {
return true;
} else {
return false;
}
};
if(!menuObj.getAttribute('disautofocus')) {
try{
var focused = false;
var tags = ['input', 'select', 'textarea', 'button', 'a'];
for(var i = 0; i < tags.length; i++) {
var _all = menuObj.getElementsByTagName(tags[i]);
if(_all.length) {
for(j = 0; j < _all.length; j++) {
if((!_all[j]['type'] || _all[j]['type'] != 'hidden') && hasshow(_all[j])) {
_all[j].className += ' hidefocus';
_all[j].focus();
focused = true;
var cobj = _all[j];
_attachEvent(_all[j], 'blur', function (){cobj.className = trim(cobj.className.replace(' hidefocus', ''));});
break;
}
}
}
if(focused) {
break;
}
}
} catch (e) {
}
}
}
var delayShowST = null;
function delayShow(ctrlObj, call, time) {
if(typeof ctrlObj == 'object') {
var ctrlid = ctrlObj.id;
call = call || function () { showMenu(ctrlid); };
}
var time = isUndefined(time) ? 500 : time;
delayShowST = setTimeout(function () {
if(typeof call == 'function') {
call();
} else {
eval(call);
}
}, time);
if(!ctrlObj.delayinit) {
_attachEvent(ctrlObj, 'mouseout', function() {clearTimeout(delayShowST);});
ctrlObj.delayinit = 1;
}
}
var dragMenuDisabled = false;
function dragMenu(menuObj, e, op) {
e = e ? e : window.event;
if(op == 1) {
if(dragMenuDisabled || in_array(e.target ? e.target.tagName : e.srcElement.tagName, ['TEXTAREA', 'INPUT', 'BUTTON', 'SELECT'])) {
return;
}
JSMENU['drag'] = [e.clientX, e.clientY];
JSMENU['drag'][2] = parseInt(menuObj.style.left);
JSMENU['drag'][3] = parseInt(menuObj.style.top);
document.onmousemove = function(e) {try{dragMenu(menuObj, e, 2);}catch(err){}};
document.onmouseup = function(e) {try{dragMenu(menuObj, e, 3);}catch(err){}};
doane(e);
}else if(op == 2 && JSMENU['drag'][0]) {
var menudragnow = [e.clientX, e.clientY];
menuObj.style.left = (JSMENU['drag'][2] + menudragnow[0] - JSMENU['drag'][0]) + 'px';
menuObj.style.top = (JSMENU['drag'][3] + menudragnow[1] - JSMENU['drag'][1]) + 'px';
menuObj.removeAttribute('top_');menuObj.removeAttribute('left_');
doane(e);
}else if(op == 3) {
JSMENU['drag'] = [];
document.onmousemove = null;
document.onmouseup = null;
}
}
function setMenuPosition(showid, menuid, pos) {
var showObj = $(showid);
var menuObj = menuid ? $(menuid) : $(showid + '_menu');
if(isUndefined(pos) || !pos) pos = '43';
var basePoint = parseInt(pos.substr(0, 1));
var direction = parseInt(pos.substr(1, 1));
var important = pos.indexOf('!') != -1 ? 1 : 0;
var sxy = 0, sx = 0, sy = 0, sw = 0, sh = 0, ml = 0, mt = 0, mw = 0, mcw = 0, mh = 0, mch = 0, bpl = 0, bpt = 0;
if(!menuObj || (basePoint > 0 && !showObj)) return;
if(showObj) {
sxy = fetchOffset(showObj);
sx = sxy['left'];
sy = sxy['top'];
sw = showObj.offsetWidth;
sh = showObj.offsetHeight;
}
mw = menuObj.offsetWidth;
mcw = menuObj.clientWidth;
mh = menuObj.offsetHeight;
mch = menuObj.clientHeight;
switch(basePoint) {
case 1:
bpl = sx;
bpt = sy;
break;
case 2:
bpl = sx + sw;
bpt = sy;
break;
case 3:
bpl = sx + sw;
bpt = sy + sh;
break;
case 4:
bpl = sx;
bpt = sy + sh;
break;
}
switch(direction) {
case 0:
menuObj.style.left = (document.body.clientWidth - menuObj.clientWidth) / 2 + 'px';
mt = (document.documentElement.clientHeight - menuObj.clientHeight) / 2;
break;
case 1:
ml = bpl - mw;
mt = bpt - mh;
break;
case 2:
ml = bpl;
mt = bpt - mh;
break;
case 3:
ml = bpl;
mt = bpt;
break;
case 4:
ml = bpl - mw;
mt = bpt;
break;
}
var scrollTop = Math.max(document.documentElement.scrollTop, document.body.scrollTop);
var scrollLeft = Math.max(document.documentElement.scrollLeft, document.body.scrollLeft);
if(!important) {
if(in_array(direction, [1, 4]) && ml < 0) {
ml = bpl;
if(in_array(basePoint, [1, 4])) ml += sw;
} else if(ml + mw > scrollLeft + document.body.clientWidth && sx >= mw) {
ml = bpl - mw;
if(in_array(basePoint, [2, 3])) {
ml -= sw;
} else if(basePoint == 4) {
ml += sw;
}
}
if(in_array(direction, [1, 2]) && mt < 0) {
mt = bpt;
if(in_array(basePoint, [1, 2])) mt += sh;
} else if(mt + mh > scrollTop + document.documentElement.clientHeight && sy >= mh) {
mt = bpt - mh;
if(in_array(basePoint, [3, 4])) mt -= sh;
}
}
if(pos.substr(0, 3) == '210') {
ml += 69 - sw / 2;
mt -= 5;
if(showObj.tagName == 'TEXTAREA') {
ml -= sw / 2;
mt += sh / 2;
}
}
if(direction == 0 || menuObj.scrolly) {
if(BROWSER.ie && BROWSER.ie < 7) {
if(direction == 0) mt += scrollTop;
} else {
if(menuObj.scrolly) mt -= scrollTop;
menuObj.style.position = 'fixed';
}
}
if(ml) menuObj.style.left = ml + 'px';
if(mt) menuObj.style.top = mt + 'px';
if(direction == 0 && BROWSER.ie && !document.documentElement.clientHeight) {
menuObj.style.position = 'absolute';
menuObj.style.top = (document.body.clientHeight - menuObj.clientHeight) / 2 + 'px';
}
if(menuObj.style.clip && !BROWSER.opera) {
menuObj.style.clip = 'rect(auto, auto, auto, auto)';
}
}
function hideMenu(attr, mtype) {
attr = isUndefined(attr) ? '' : attr;
mtype = isUndefined(mtype) ? 'menu' : mtype;
if(attr == '') {
for(var i = 1; i <= JSMENU['layer']; i++) {
hideMenu(i, mtype);
}
return;
} else if(typeof attr == 'number') {
for(var j in JSMENU['active'][attr]) {
hideMenu(JSMENU['active'][attr][j], mtype);
}
return;
}else if(typeof attr == 'string') {
var menuObj = $(attr);
if(!menuObj || (mtype && menuObj.mtype != mtype)) return;
var ctrlObj = '', ctrlclass = '';
if((ctrlObj = $(menuObj.getAttribute('ctrlid'))) && (ctrlclass = menuObj.getAttribute('ctrlclass'))) {
var reg = new RegExp(' ' + ctrlclass);
ctrlObj.className = ctrlObj.className.replace(reg, '');
}
clearTimeout(JSMENU['timer'][attr]);
var hide = function() {
if(menuObj.cache) {
if(menuObj.style.visibility != 'hidden') {
menuObj.style.display = 'none';
if(menuObj.cover) $(attr + '_cover').style.display = 'none';
}
}else {
menuObj.parentNode.removeChild(menuObj);
if(menuObj.cover) $(attr + '_cover').parentNode.removeChild($(attr + '_cover'));
}
var tmp = [];
for(var k in JSMENU['active'][menuObj.layer]) {
if(attr != JSMENU['active'][menuObj.layer][k]) tmp.push(JSMENU['active'][menuObj.layer][k]);
}
JSMENU['active'][menuObj.layer] = tmp;
};
if(menuObj.fade) {
var O = 100;
var fadeOut = function(O) {
if(O == 0) {
clearTimeout(fadeOutTimer);
hide();
return;
}
menuObj.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + O + ')';
menuObj.style.opacity = O / 100;
O -= 20;
var fadeOutTimer = setTimeout(function () {
fadeOut(O);
}, 40);
};
fadeOut(O);
} else {
hide();
}
}
}
function getCurrentStyle(obj, cssproperty, csspropertyNS) {
if(obj.style[cssproperty]){
return obj.style[cssproperty];
}
if (obj.currentStyle) {
return obj.currentStyle[cssproperty];
} else if (document.defaultView.getComputedStyle(obj, null)) {
var currentStyle = document.defaultView.getComputedStyle(obj, null);
var value = currentStyle.getPropertyValue(csspropertyNS);
if(!value){
value = currentStyle[cssproperty];
}
return value;
} else if (window.getComputedStyle) {
var currentStyle = window.getComputedStyle(obj, "");
return currentStyle.getPropertyValue(csspropertyNS);
}
}
function fetchOffset(obj, mode) {
var left_offset = 0, top_offset = 0, mode = !mode ? 0 : mode;
if(obj.getBoundingClientRect && !mode) {
var rect = obj.getBoundingClientRect();
var scrollTop = Math.max(document.documentElement.scrollTop, document.body.scrollTop);
var scrollLeft = Math.max(document.documentElement.scrollLeft, document.body.scrollLeft);
if(document.documentElement.dir == 'rtl') {
scrollLeft = scrollLeft + document.documentElement.clientWidth - document.documentElement.scrollWidth;
}
left_offset = rect.left + scrollLeft - document.documentElement.clientLeft;
top_offset = rect.top + scrollTop - document.documentElement.clientTop;
}
if(left_offset <= 0 || top_offset <= 0) {
left_offset = obj.offsetLeft;
top_offset = obj.offsetTop;
while((obj = obj.offsetParent) != null) {
position = getCurrentStyle(obj, 'position', 'position');
if(position == 'relative') {
continue;
}
left_offset += obj.offsetLeft;
top_offset += obj.offsetTop;
}
}
return {'left' : left_offset, 'top' : top_offset};
}
function showTip(ctrlobj) {
$F('_showTip', arguments);
}
function showPrompt(ctrlid, evt, msg, timeout) {
$F('_showPrompt', arguments);
}
function showCreditPrompt() {
$F('_showCreditPrompt', []);
}
var showDialogST = null;
function showDialog(msg, mode, t, func, cover, funccancel, leftmsg, confirmtxt, canceltxt, closetime, locationtime) {
clearTimeout(showDialogST);
cover = isUndefined(cover) ? (mode == 'info' ? 0 : 1) : cover;
leftmsg = isUndefined(leftmsg) ? '' : leftmsg;
mode = in_array(mode, ['confirm', 'notice', 'info', 'right']) ? mode : 'alert';
var menuid = 'fwin_dialog';
var menuObj = $(menuid);
var showconfirm = 1;
confirmtxtdefault = '确定';
closetime = isUndefined(closetime) ? '' : closetime;
closefunc = function () {
if(typeof func == 'function') func();
else eval(func);
hideMenu(menuid, 'dialog');
};
if(closetime) {
leftmsg = closetime + ' 秒后窗口关闭';
showDialogST = setTimeout(closefunc, closetime * 1000);
showconfirm = 0;
}
locationtime = isUndefined(locationtime) ? '' : locationtime;
if(locationtime) {
leftmsg = locationtime + ' 秒后页面跳转';
showDialogST = setTimeout(closefunc, locationtime * 1000);
showconfirm = 0;
}
confirmtxt = confirmtxt ? confirmtxt : confirmtxtdefault;
canceltxt = canceltxt ? canceltxt : '取消';
if(menuObj) hideMenu('fwin_dialog', 'dialog');
menuObj = document.createElement('div');
menuObj.style.display = 'none';
menuObj.className = 'fwinmask';
menuObj.id = menuid;
$('append_parent').appendChild(menuObj);
var hidedom = '';
if(!BROWSER.ie) {
hidedom = '<style type="text/css">object{visibility:hidden;}</style>';
}
var s = hidedom + '<table cellpadding="0" cellspacing="0" class="fwin"><tr><td class="t_l"></td><td class="t_c"></td><td class="t_r"></td></tr><tr><td class="m_l"> </td><td class="m_c"><h3 class="flb"><em>';
s += t ? t : '提示信息';
s += '</em><span><a href="javascript:;" id="fwin_dialog_close" class="flbc" onclick="hideMenu(\'' + menuid + '\', \'dialog\')" title="关闭">关闭</a></span></h3>';
if(mode == 'info') {
s += msg ? msg : '';
} else {
s += '<div class="c altw"><div class="' + (mode == 'alert' ? 'alert_error' : (mode == 'right' ? 'alert_right' : 'alert_info')) + '"><p>' + msg + '</p></div></div>';
s += '<p class="o pns">' + (leftmsg ? '<span class="z xg1">' + leftmsg + '</span>' : '') + (showconfirm ? '<button id="fwin_dialog_submit" value="true" class="pn pnc"><strong>'+confirmtxt+'</strong></button>' : '');
s += mode == 'confirm' ? '<button id="fwin_dialog_cancel" value="true" class="pn" onclick="hideMenu(\'' + menuid + '\', \'dialog\')"><strong>'+canceltxt+'</strong></button>' : '';
s += '</p>';
}
s += '</td><td class="m_r"></td></tr><tr><td class="b_l"></td><td class="b_c"></td><td class="b_r"></td></tr></table>';
menuObj.innerHTML = s;
if($('fwin_dialog_submit')) $('fwin_dialog_submit').onclick = function() {
if(typeof func == 'function') func();
else eval(func);
hideMenu(menuid, 'dialog');
};
if($('fwin_dialog_cancel')) {
$('fwin_dialog_cancel').onclick = function() {
if(typeof funccancel == 'function') funccancel();
else eval(funccancel);
hideMenu(menuid, 'dialog');
};
$('fwin_dialog_close').onclick = $('fwin_dialog_cancel').onclick;
}
showMenu({'mtype':'dialog','menuid':menuid,'duration':3,'pos':'00','zindex':JSMENU['zIndex']['dialog'],'cache':0,'cover':cover});
try {
if($('fwin_dialog_submit')) $('fwin_dialog_submit').focus();
} catch(e) {}
}
function showWindow(k, url, mode, cache, menuv) {
mode = isUndefined(mode) ? 'get' : mode;
cache = isUndefined(cache) ? 1 : cache;
var menuid = 'fwin_' + k;
var menuObj = $(menuid);
var drag = null;
var loadingst = null;
var hidedom = '';
if(disallowfloat && disallowfloat.indexOf(k) != -1) {
if(BROWSER.ie) url += (url.indexOf('?') != -1 ? '&' : '?') + 'referer=' + escape(location.href);
location.href = url;
doane();
return;
}
var fetchContent = function() {
if(mode == 'get') {
menuObj.url = url;
url += (url.search(/\?/) > 0 ? '&' : '?') + 'infloat=yes&handlekey=' + k;
url += cache == -1 ? '&t='+(+ new Date()) : '';
if(BROWSER.ie && url.indexOf('referer=') < 0) {
url = url + '&referer=' + encodeURIComponent(location);
}
ajaxget(url, 'fwin_content_' + k, null, '', '', function() {initMenu();show();});
} else if(mode == 'post') {
menuObj.act = $(url).action;
ajaxpost(url, 'fwin_content_' + k, '', '', '', function() {initMenu();show();});
}
if(parseInt(BROWSER.ie) != 6) {
loadingst = setTimeout(function() {showDialog('', 'info', '<img src="' + IMGDIR + '/loading.gif"> 请稍候...')}, 500);
}
};
var initMenu = function() {
clearTimeout(loadingst);
var objs = menuObj.getElementsByTagName('*');
var fctrlidinit = false;
for(var i = 0; i < objs.length; i++) {
if(objs[i].id) {
objs[i].setAttribute('fwin', k);
}
if(objs[i].className == 'flb' && !fctrlidinit) {
if(!objs[i].id) objs[i].id = 'fctrl_' + k;
drag = objs[i].id;
fctrlidinit = true;
}
}
};
var show = function() {
hideMenu('fwin_dialog', 'dialog');
v = {'mtype':'win','menuid':menuid,'duration':3,'pos':'00','zindex':JSMENU['zIndex']['win'],'drag':typeof drag == null ? '' : drag,'cache':cache};
for(k in menuv) {
v[k] = menuv[k];
}
showMenu(v);
};
if(!menuObj) {
menuObj = document.createElement('div');
menuObj.id = menuid;
menuObj.className = 'fwinmask';
menuObj.style.display = 'none';
$('append_parent').appendChild(menuObj);
evt = ' style="cursor:move" onmousedown="dragMenu($(\'' + menuid + '\'), event, 1)" ondblclick="hideWindow(\'' + k + '\')"';
if(!BROWSER.ie) {
hidedom = '<style type="text/css">object{visibility:hidden;}</style>';
}
menuObj.innerHTML = hidedom + '<table cellpadding="0" cellspacing="0" class="fwin"><tr><td class="t_l"></td><td class="t_c"' + evt + '></td><td class="t_r"></td></tr><tr><td class="m_l"' + evt + ')"> </td><td class="m_c" id="fwin_content_' + k + '">'
+ '</td><td class="m_r"' + evt + '"></td></tr><tr><td class="b_l"></td><td class="b_c"' + evt + '></td><td class="b_r"></td></tr></table>';
if(mode == 'html') {
$('fwin_content_' + k).innerHTML = url;
initMenu();
show();
} else {
fetchContent();
}
} else if((mode == 'get' && (url != menuObj.url || cache != 1)) || (mode == 'post' && $(url).action != menuObj.act)) {
fetchContent();
} else {
show();
}
doane();
}
function showError(msg) {
var p = /<script[^\>]*?>([^\x00]*?)<\/script>/ig;
msg = msg.replace(p, '');
if(msg !== '') {
showDialog(msg, 'alert', '错误信息', null, true, null, '', '', '', 3);
}
}
function hideWindow(k, all, clear) {
all = isUndefined(all) ? 1 : all;
clear = isUndefined(clear) ? 1 : clear;
hideMenu('fwin_' + k, 'win');
if(clear && $('fwin_' + k)) {
$('append_parent').removeChild($('fwin_' + k));
}
if(all) {
hideMenu();
}
}
function AC_FL_RunContent() {
var str = '';
var ret = AC_GetArgs(arguments, "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000", "application/x-shockwave-flash");
if(BROWSER.ie && !BROWSER.opera) {
str += '<object ';
for (var i in ret.objAttrs) {
str += i + '="' + ret.objAttrs[i] + '" ';
}
str += '>';
for (var i in ret.params) {
str += '<param name="' + i + '" value="' + ret.params[i] + '" /> ';
}
str += '</object>';
} else {
str += '<embed ';
for (var i in ret.embedAttrs) {
str += i + '="' + ret.embedAttrs[i] + '" ';
}
str += '></embed>';
}
return str;
}
function AC_GetArgs(args, classid, mimeType) {
var ret = new Object();
ret.embedAttrs = new Object();
ret.params = new Object();
ret.objAttrs = new Object();
for (var i = 0; i < args.length; i = i + 2){
var currArg = args[i].toLowerCase();
switch (currArg){
case "classid":break;
case "pluginspage":ret.embedAttrs[args[i]] = 'http://www.macromedia.com/go/getflashplayer';break;
case "src":ret.embedAttrs[args[i]] = args[i+1];ret.params["movie"] = args[i+1];break;
case "codebase":ret.objAttrs[args[i]] = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0';break;
case "onafterupdate":case "onbeforeupdate":case "onblur":case "oncellchange":case "onclick":case "ondblclick":case "ondrag":case "ondragend":
case "ondragenter":case "ondragleave":case "ondragover":case "ondrop":case "onfinish":case "onfocus":case "onhelp":case "onmousedown":
case "onmouseup":case "onmouseover":case "onmousemove":case "onmouseout":case "onkeypress":case "onkeydown":case "onkeyup":case "onload":
case "onlosecapture":case "onpropertychange":case "onreadystatechange":case "onrowsdelete":case "onrowenter":case "onrowexit":case "onrowsinserted":case "onstart":
case "onscroll":case "onbeforeeditfocus":case "onactivate":case "onbeforedeactivate":case "ondeactivate":case "type":
case "id":ret.objAttrs[args[i]] = args[i+1];break;
case "width":case "height":case "align":case "vspace": case "hspace":case "class":case "title":case "accesskey":case "name":
case "tabindex":ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];break;
default:ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
}
}
ret.objAttrs["classid"] = classid;
if(mimeType) {
ret.embedAttrs["type"] = mimeType;
}
return ret;
}
function simulateSelect(selectId, widthvalue) {
var selectObj = $(selectId);
if(!selectObj) return;
if(BROWSER.other) {
if(selectObj.getAttribute('change')) {
selectObj.onchange = function () {eval(selectObj.getAttribute('change'));}
}
return;
}
var widthvalue = widthvalue ? widthvalue : 70;
var defaultopt = selectObj.options[0] ? selectObj.options[0].innerHTML : '';
var defaultv = '';
var menuObj = document.createElement('div');
var ul = document.createElement('ul');
var handleKeyDown = function(e) {
e = BROWSER.ie ? event : e;
if(e.keyCode == 40 || e.keyCode == 38) doane(e);
};
var selectwidth = (selectObj.getAttribute('width', i) ? selectObj.getAttribute('width', i) : widthvalue) + 'px';
var tabindex = selectObj.getAttribute('tabindex', i) ? selectObj.getAttribute('tabindex', i) : 1;
for(var i = 0; i < selectObj.options.length; i++) {
var li = document.createElement('li');
li.innerHTML = selectObj.options[i].innerHTML;
li.k_id = i;
li.k_value = selectObj.options[i].value;
if(selectObj.options[i].selected) {
defaultopt = selectObj.options[i].innerHTML;
defaultv = selectObj.options[i].value;
li.className = 'current';
selectObj.setAttribute('selecti', i);
}
li.onclick = function() {
if($(selectId + '_ctrl').innerHTML != this.innerHTML) {
var lis = menuObj.getElementsByTagName('li');
lis[$(selectId).getAttribute('selecti')].className = '';
this.className = 'current';
$(selectId + '_ctrl').innerHTML = this.innerHTML;
$(selectId).setAttribute('selecti', this.k_id);
$(selectId).options.length = 0;
$(selectId).options[0] = new Option('', this.k_value);
eval(selectObj.getAttribute('change'));
}
hideMenu(menuObj.id);
return false;
};
ul.appendChild(li);
}
selectObj.options.length = 0;
selectObj.options[0]= new Option('', defaultv);
selectObj.style.display = 'none';
selectObj.outerHTML += '<a href="javascript:;" id="' + selectId + '_ctrl" style="width:' + selectwidth + '" tabindex="' + tabindex + '">' + defaultopt + '</a>';
menuObj.id = selectId + '_ctrl_menu';
menuObj.className = 'sltm';
menuObj.style.display = 'none';
menuObj.style.width = selectwidth;
menuObj.appendChild(ul);
$('append_parent').appendChild(menuObj);
$(selectId + '_ctrl').onclick = function(e) {
$(selectId + '_ctrl_menu').style.width = selectwidth;
showMenu({'ctrlid':(selectId == 'loginfield' ? 'account' : selectId + '_ctrl'),'menuid':selectId + '_ctrl_menu','evt':'click','pos':'43'});
doane(e);
};
$(selectId + '_ctrl').onfocus = menuObj.onfocus = function() {
_attachEvent(document.body, 'keydown', handleKeyDown);
};
$(selectId + '_ctrl').onblur = menuObj.onblur = function() {
_detachEvent(document.body, 'keydown', handleKeyDown);
};
$(selectId + '_ctrl').onkeyup = function(e) {
e = e ? e : window.event;
value = e.keyCode;
if(value == 40 || value == 38) {
if(menuObj.style.display == 'none') {
$(selectId + '_ctrl').onclick();
} else {
lis = menuObj.getElementsByTagName('li');
selecti = selectObj.getAttribute('selecti');
lis[selecti].className = '';
if(value == 40) {
selecti = parseInt(selecti) + 1;
} else if(value == 38) {
selecti = parseInt(selecti) - 1;
}
if(selecti < 0) {
selecti = lis.length - 1
} else if(selecti > lis.length - 1) {
selecti = 0;
}
lis[selecti].className = 'current';
selectObj.setAttribute('selecti', selecti);
lis[selecti].parentNode.scrollTop = lis[selecti].offsetTop;
}
} else if(value == 13) {
var lis = menuObj.getElementsByTagName('li');
lis[selectObj.getAttribute('selecti')].onclick();
} else if(value == 27) {
hideMenu(menuObj.id);
}
};
}
function switchTab(prefix, current, total, activeclass) {
$F('_switchTab', arguments);
}
function imageRotate(imgid, direct) {
$F('_imageRotate', arguments);
}
function thumbImg(obj, method) {
if(!obj) {
return;
}
obj.onload = null;
file = obj.src;
zw = obj.offsetWidth;
zh = obj.offsetHeight;
if(zw < 2) {
if(!obj.id) {
obj.id = 'img_' + Math.random();
}
setTimeout("thumbImg($('" + obj.id + "'), " + method + ")", 100);
return;
}
zr = zw / zh;
method = !method ? 0 : 1;
if(method) {
fixw = obj.getAttribute('_width');
fixh = obj.getAttribute('_height');
if(zw > fixw) {
zw = fixw;
zh = zw / zr;
}
if(zh > fixh) {
zh = fixh;
zw = zh * zr;
}
} else {
fixw = typeof imagemaxwidth == 'undefined' ? '600' : imagemaxwidth;
if(zw > fixw) {
zw = fixw;
zh = zw / zr;
obj.style.cursor = 'pointer';
if(!obj.onclick) {
obj.onclick = function() {
zoom(obj, obj.src);
};
}
}
}
obj.width = zw;
obj.height = zh;
}
var zoomstatus = 1;
function zoom(obj, zimg, nocover, pn, showexif) {
$F('_zoom', arguments);
}
function showselect(obj, inpid, t, rettype) {
$F('_showselect', arguments);
}
function showColorBox(ctrlid, layer, k, bgcolor) {
$F('_showColorBox', arguments);
}
function ctrlEnter(event, btnId, onlyEnter) {
if(isUndefined(onlyEnter)) onlyEnter = 0;
if((event.ctrlKey || onlyEnter) && event.keyCode == 13) {
$(btnId).click();
return false;
}
return true;
}
function parseurl(str, mode, parsecode) {
if(isUndefined(parsecode)) parsecode = true;
if(parsecode) str= str.replace(/\s*\[code\]([\s\S]+?)\[\/code\]\s*/ig, function($1, $2) {return codetag($2);});
str = str.replace(/([^>=\]"'\/@]|^)((((https?|ftp|gopher|news|telnet|rtsp|mms|callto|bctp|ed2k|thunder|qqdl|synacast):\/\/))([\w\-]+\.)*[:\.@\-\w\u4e00-\u9fa5]+\.([\.a-zA-Z0-9]+|\u4E2D\u56FD|\u7F51\u7EDC|\u516C\u53F8)((\?|\/|:)+[\w\.\/=\?%\-&;~`@':+!#]*)*)/ig, mode == 'html' ? '$1<a href="$2" target="_blank">$2</a>' : '$1[url]$2[/url]');
str = str.replace(/([^\w>=\]"'\/@]|^)((www\.)([\w\-]+\.)*[:\.@\-\w\u4e00-\u9fa5]+\.([\.a-zA-Z0-9]+|\u4E2D\u56FD|\u7F51\u7EDC|\u516C\u53F8)((\?|\/|:)+[\w\.\/=\?%\-&;~`@':+!#]*)*)/ig, mode == 'html' ? '$1<a href="$2" target="_blank">$2</a>' : '$1[url]$2[/url]');
str = str.replace(/([^\w->=\]:"'\.\/]|^)(([\-\.\w]+@[\.\-\w]+(\.\w+)+))/ig, mode == 'html' ? '$1<a href="mailto:$2">$2</a>' : '$1[email]$2[/email]');
if(parsecode) {
for(var i = 0; i <= DISCUZCODE['num']; i++) {
str = str.replace("[\tDISCUZ_CODE_" + i + "\t]", DISCUZCODE['html'][i]);
}
}
return str;
}
function codetag(text) {
DISCUZCODE['num']++;
if(typeof wysiwyg != 'undefined' && wysiwyg) text = text.replace(/<br[^\>]*>/ig, '\n');
DISCUZCODE['html'][DISCUZCODE['num']] = '[code]' + text + '[/code]';
return '[\tDISCUZ_CODE_' + DISCUZCODE['num'] + '\t]';
}
function saveUserdata(name, data) {
try {
if(window.localStorage){
localStorage.setItem('Discuz_' + name, data);
} else if(window.sessionStorage){
sessionStorage.setItem('Discuz_' + name, data);
}
} catch(e) {
if(BROWSER.ie){
if(data.length < 54889) {
with(document.documentElement) {
setAttribute("value", data);
save('Discuz_' + name);
}
}
}
}
setcookie('clearUserdata', '', -1);
}
function loadUserdata(name) {
if(window.localStorage){
return localStorage.getItem('Discuz_' + name);
} else if(window.sessionStorage){
return sessionStorage.getItem('Discuz_' + name);
} else if(BROWSER.ie){
with(document.documentElement) {
load('Discuz_' + name);
return getAttribute("value");
}
}
}
function initTab(frameId, type) {
$F('_initTab', arguments);
}
function openDiy(){
window.location.href = ((window.location.href + '').replace(/[\?\&]diy=yes/g, '').split('#')[0] + ( window.location.search && window.location.search.indexOf('?diy=yes') < 0 ? '&diy=yes' : '?diy=yes'));
}
function hasClass(elem, className) {
return elem.className && (" " + elem.className + " ").indexOf(" " + className + " ") != -1;
}
function runslideshow() {
$F('_runslideshow', []);
}
function toggle_collapse(objname, noimg, complex, lang) {
$F('_toggle_collapse', arguments);
}
function updatestring(str1, str2, clear) {
str2 = '_' + str2 + '_';
return clear ? str1.replace(str2, '') : (str1.indexOf(str2) == -1 ? str1 + str2 : str1);
}
function getClipboardData() {
window.document.clipboardswf.SetVariable('str', CLIPBOARDSWFDATA);
}
function setCopy(text, msg) {
$F('_setCopy', arguments);
}
function copycode(obj) {
$F('_copycode', arguments);
}
function showdistrict(container, elems, totallevel, changelevel, containertype) {
$F('_showdistrict', arguments);
}
function setDoodle(fid, oid, url, tid, from) {
$F('_setDoodle', arguments);
}
function initSearchmenu(searchform, cloudSearchUrl) {
var defaultUrl = 'search.php?searchsubmit=yes';
if(typeof cloudSearchUrl == "undefined" || cloudSearchUrl == null || cloudSearchUrl == '') {
cloudSearchUrl = defaultUrl;
}
var searchtxt = $(searchform + '_txt');
if(!searchtxt) {
searchtxt = $(searchform);
}
var tclass = searchtxt.className;
searchtxt.className = tclass + ' xg1';
if (!!("placeholder" in document.createElement("input"))) {
if(searchtxt.value == '请输入搜索内容') {
searchtxt.value = '';
}
searchtxt.placeholder = '请输入搜索内容';
} else {
searchtxt.onfocus = function () {
if(searchtxt.value == '请输入搜索内容') {
searchtxt.value = '';
searchtxt.className = tclass;
}
};
searchtxt.onblur = function () {
if(searchtxt.value == '' ) {
searchtxt.value = '请输入搜索内容';
searchtxt.className = tclass + ' xg1';
}
};
}
if(!$(searchform + '_type_menu')) return false;
var o = $(searchform + '_type');
var a = $(searchform + '_type_menu').getElementsByTagName('a');
var formobj = searchtxt.form;
for(var i=0; i<a.length; i++){
if(a[i].className == 'curtype'){
o.innerHTML = a[i].innerHTML;
$(searchform + '_mod').value = a[i].rel;
formobj.method = 'post';
if((a[i].rel == 'forum' || a[i].rel == 'curforum') && defaultUrl != cloudSearchUrl) {
formobj.action = cloudSearchUrl;
formobj.method = 'get';
if($('srchFId')) {
$('srchFId').value = a[i].rel == 'forum' ? 0 : a[i].getAttribute('fid');
}
} else {
formobj.action = defaultUrl;
}
}
a[i].onclick = function(){
o.innerHTML = this.innerHTML;
$(searchform + '_mod').value = this.rel;
formobj.method = 'post';
if((this.rel == 'forum' || this.rel == 'curforum') && defaultUrl != cloudSearchUrl) {
formobj.action = cloudSearchUrl;
formobj.method = 'get';
if($('srchFId')) {
$('srchFId').value = this.rel == 'forum' ? 0 : this.getAttribute('fid');
}
} else {
formobj.action = defaultUrl;
}
};
}
}
function searchFocus(obj) {
if(obj.value == '请输入搜索内容') {
obj.value = '';
}
if($('cloudsearchquery') != null) {
$('cloudsearchquery').value = obj.value;
}
}
function extstyle(css) {
$F('_extstyle', arguments);
}
function widthauto(obj) {
$F('_widthauto', arguments);
}
var secST = new Array();
function updatesecqaa(idhash) {
$F('_updatesecqaa', arguments);
}
function updateseccode(idhash, play) {
$F('_updateseccode', arguments);
}
function checksec(type, idhash, showmsg, recall) {
$F('_checksec', arguments);
}
function createPalette(colorid, id, func) {
$F('_createPalette', arguments);
}
function showForummenu(fid) {
$F('_showForummenu', arguments);
}
function cardInit() {
var cardShow = function (obj) {
if(BROWSER.ie && BROWSER.ie < 7 && obj.href.indexOf('username') != -1) {
return;
}
pos = obj.getAttribute('c') == '1' ? '43' : obj.getAttribute('c');
USERCARDST = setTimeout(function() {ajaxmenu(obj, 500, 1, 2, pos, null, 'p_pop card');}, 250);
};
var cardids = {};
var a = document.body.getElementsByTagName('a');
for(var i = 0;i < a.length;i++){
if(a[i].getAttribute('c')) {
var href = a[i].getAttribute('href', 1);
if(typeof cardids[href] == 'undefined') {
cardids[href] = Math.round(Math.random()*10000);
}
a[i].setAttribute('mid', 'card_' + cardids[href]);
a[i].onmouseover = function() {cardShow(this)};
a[i].onmouseout = function() {clearTimeout(USERCARDST);};
}
}
}
function navShow(id) {
var mnobj = $('snav_mn_' + id);
if(!mnobj) {
return;
}
var uls = $('mu').getElementsByTagName('ul');
for(i = 0;i < uls.length;i++) {
if(uls[i].className != 'cl current') {
uls[i].style.display = 'none';
}
}
if(mnobj.className != 'cl current') {
showMenu({'ctrlid':'mn_' + id,'menuid':'snav_mn_' + id,'pos':'*'});
mnobj.className = 'cl floatmu';
mnobj.style.width = ($('nv').clientWidth) + 'px';
mnobj.style.display = '';
}
}
function strLenCalc(obj, checklen, maxlen) {
var v = obj.value, charlen = 0, maxlen = !maxlen ? 200 : maxlen, curlen = maxlen, len = strlen(v);
for(var i = 0; i < v.length; i++) {
if(v.charCodeAt(i) < 0 || v.charCodeAt(i) > 255) {
curlen -= charset == 'utf-8' ? 2 : 1;
}
}
if(curlen >= len) {
$(checklen).innerHTML = curlen - len;
} else {
obj.value = mb_cutstr(v, maxlen, 0);
}
}
function patchNotice() {
if($('patch_notice')) {
ajaxget('misc.php?mod=patch&action=patchnotice', 'patch_notice', '');
}
}
function pluginNotice() {
if($('plugin_notice')) {
ajaxget('misc.php?mod=patch&action=pluginnotice', 'plugin_notice', '');
}
}
function noticeTitle() {
NOTICETITLE = {'State':0, 'oldTitle':document.title, flashNumber:0, sleep:15};
if(!getcookie('noticeTitle')) {
window.setInterval('noticeTitleFlash();', 500);
} else {
window.setTimeout('noticeTitleFlash();', 500);
}
setcookie('noticeTitle', 1, 600);
}
function noticeTitleFlash() {
if(NOTICETITLE.flashNumber < 5 || NOTICETITLE.flashNumber > 4 && !NOTICETITLE['State']) {
document.title = (NOTICETITLE['State'] ? '【 】' : '【新提醒】') + NOTICETITLE['oldTitle'];
NOTICETITLE['State'] = !NOTICETITLE['State'];
}
NOTICETITLE.flashNumber = NOTICETITLE.flashNumber < NOTICETITLE.sleep ? ++NOTICETITLE.flashNumber : 0;
}
function relatedlinks(rlinkmsgid) {
$F('_relatedlinks', arguments);
}
function con_handle_response(response) {
return response;
}
function showTopLink() {
var ft = $('ft');
if(ft){
var scrolltop = $('scrolltop');
var viewPortHeight = parseInt(document.documentElement.clientHeight);
var scrollHeight = parseInt(document.body.getBoundingClientRect().top);
var basew = parseInt(ft.clientWidth);
var sw = scrolltop.clientWidth;
if (basew < 1000) {
var left = parseInt(fetchOffset(ft)['left']);
left = left < sw ? left * 2 - sw : left;
scrolltop.style.left = ( basew + left ) + 'px';
} else {
scrolltop.style.left = 'auto';
scrolltop.style.right = 0;
}
if (BROWSER.ie && BROWSER.ie < 7) {
scrolltop.style.top = viewPortHeight - scrollHeight - 150 + 'px';
}
if (scrollHeight < -100) {
scrolltop.style.visibility = 'visible';
} else {
scrolltop.style.visibility = 'hidden';
}
}
}
function showCreditmenu() {
$F('_showCreditmenu', []);
}
function showUpgradeinfo() {
showMenu({'ctrlid':'g_upmine', 'pos':'21'});
}
function addFavorite(url, title) {
try {
window.external.addFavorite(url, title);
} catch (e){
try {
window.sidebar.addPanel(title, url, '');
} catch (e) {
showDialog("请按 Ctrl+D 键添加到收藏夹", 'notice');
}
}
}
function setHomepage(sURL) {
if(BROWSER.ie){
document.body.style.behavior = 'url(#default#homepage)';
document.body.setHomePage(sURL);
} else {
showDialog("非 IE 浏览器请手动将本站设为首页", 'notice');
doane();
}
}
function smilies_show(id, smcols, seditorkey) {
$F('_smilies_show', arguments, 'smilies');
}
function showfocus(ftype, autoshow) {
var id = parseInt($('focuscur').innerHTML);
if(ftype == 'prev') {
id = (id-1) < 1 ? focusnum : (id-1);
if(!autoshow) {
window.clearInterval(focusautoshow);
}
} else if(ftype == 'next') {
id = (id+1) > focusnum ? 1 : (id+1);
if(!autoshow) {
window.clearInterval(focusautoshow);
}
}
$('focuscur').innerHTML = id;
$('focus_con').innerHTML = $('focus_'+(id-1)).innerHTML;
}
function rateStarHover(target,level) {
if(level == 0) {
$(target).style.width = '';
} else {
$(target).style.width = level * 16 + 'px';
}
}
function rateStarSet(target,level,input) {
$(input).value = level;
$(target).className = 'star star' + level;
}
function img_onmouseoverfunc(obj) {
if(typeof showsetcover == 'function') {
showsetcover(obj);
}
return;
}
function toggleBlind(dom) {
if(dom) {
if(loadUserdata('is_blindman')) {
saveUserdata('is_blindman', '');
dom.title = '开启辅助访问';
} else {
saveUserdata('is_blindman', '1');
dom.title = '关闭辅助访问';
}
}
}
function checkBlind() {
var dom = $('switchblind');
if(dom) {
if(loadUserdata('is_blindman')) {
dom.title = '关闭辅助访问';
} else {
dom.title = '开启辅助访问';
}
}
}
if(typeof IN_ADMINCP == 'undefined') {
if(creditnotice != '' && getcookie('creditnotice')) {
_attachEvent(window, 'load', showCreditPrompt, document);
}
if(typeof showusercard != 'undefined' && showusercard == 1) {
_attachEvent(window, 'load', cardInit, document);
}
}
if(BROWSER.ie) {
document.documentElement.addBehavior("#default#userdata");
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home_blog.js 23838 2011-08-11 06:51:58Z monkey $
*/
function validate_ajax(obj) {
var subject = $('subject');
if (subject) {
var slen = strlen(subject.value);
if (slen < 1 || slen > 80) {
alert("标题长度(1~80字符)不符合要求");
subject.focus();
return false;
}
}
if($('seccode')) {
var code = $('seccode').value;
var x = new Ajax();
x.get('cp.php?ac=common&op=seccode&code=' + code, function(s){
s = trim(s);
if(s.indexOf('succeed') == -1) {
alert(s);
$('seccode').focus();
return false;
} else {
edit_save();
obj.form.submit();
return true;
}
});
} else {
edit_save();
obj.form.submit();
return true;
}
}
function edit_album_show(id) {
var obj = $('uchome-edit-'+id);
if(id == 'album') {
$('uchome-edit-pic').style.display = 'none';
}
if(id == 'pic') {
$('uchome-edit-album').style.display = 'none';
}
if(obj.style.display == '') {
obj.style.display = 'none';
} else {
obj.style.display = '';
}
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home_uploadpic.js 23838 2011-08-11 06:51:58Z monkey $
*/
var attachexts = new Array();
var attachwh = new Array();
var insertType = 1;
var thumbwidth = parseInt(60);
var thumbheight = parseInt(60);
var extensions = 'jpg,jpeg,gif,png';
var forms;
var nowUid = 0;
var albumid = 0;
var uploadStat = 0;
var picid = 0;
var nowid = 0;
var mainForm;
var successState = false;
function delAttach(id) {
$('attachbody').removeChild($('attach_' + id).parentNode.parentNode.parentNode);
if($('attachbody').innerHTML == '') {
addAttach();
}
$('localimgpreview_' + id + '_menu') ? document.body.removeChild($('localimgpreview_' + id + '_menu')) : null;
}
function addAttach() {
newnode = $('attachbodyhidden').rows[0].cloneNode(true);
var id = nowid;
var tags;
tags = newnode.getElementsByTagName('form');
for(i in tags) {
if(tags[i].id == 'upload') {
tags[i].id = 'upload_' + id;
}
}
tags = newnode.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == 'attach') {
tags[i].id = 'attach_' + id;
tags[i].name = 'attach';
tags[i].onchange = function() {insertAttach(id)};
tags[i].unselectable = 'on';
}
if(tags[i].id == 'albumid') {
tags[i].id = 'albumid_' + id;
}
}
tags = newnode.getElementsByTagName('span');
for(i in tags) {
if(tags[i].id == 'localfile') {
tags[i].id = 'localfile_' + id;
}
}
nowid++;
$('attachbody').appendChild(newnode);
}
addAttach();
function insertAttach(id) {
var localimgpreview = '';
var path = $('attach_' + id).value;
var ext = getExt(path);
var re = new RegExp("(^|\\s|,)" + ext + "($|\\s|,)", "ig");
var localfile = $('attach_' + id).value.substr($('attach_' + id).value.replace(/\\/g, '/').lastIndexOf('/') + 1);
if(path == '') {
return;
}
if(extensions != '' && (re.exec(extensions) == null || ext == '')) {
alert('对不起,不支持上传此类扩展名的图片');
return;
}
attachexts[id] = inArray(ext, ['gif', 'jpg', 'jpeg', 'png']) ? 2 : 1;
var inhtml = '<table cellspacing="0" cellpadding="0" class="up_row"><tr>';
if(typeof no_insert=='undefined') {
localfile += ' <a href="javascript:;" class="xi2" title="点击这里插入内容中当前光标的位置" onclick="insertAttachimgTag(' + id + ');return false;">[插入]</a>';
}
inhtml += '<td><strong>' + localfile +'</strong>';
inhtml += '</td><td class="d">图片描述<br/><textarea name="pic_title" cols="40" rows="2" class="pt"></textarea>';
inhtml += '</td><td class="o"><span id="showmsg' + id + '"><a href="javascript:;" onclick="delAttach(' + id + ');return false;" class="xi2">[删除]</a></span>';
inhtml += '</td></tr></table>';
$('localfile_' + id).innerHTML = inhtml;
$('attach_' + id).style.display = 'none';
addAttach();
}
function getPath(obj){
if (obj) {
if (BROWSER.ie && BROWSER.ie < 7) {
obj.select();
return document.selection.createRange().text;
} else if(BROWSER.firefox) {
if (obj.files) {
return obj.files.item(0).getAsDataURL();
}
return obj.value;
} else {
return '';
}
return obj.value;
}
}
function inArray(needle, haystack) {
if(typeof needle == 'string') {
for(var i in haystack) {
if(haystack[i] == needle) {
return true;
}
}
}
return false;
}
function insertAttachimgTag(id) {
edit_insert('[imgid=' + id + ']');
}
function uploadSubmit(obj) {
obj.disabled = true;
mainForm = obj.form;
forms = $('attachbody').getElementsByTagName("FORM");
albumid = $('uploadalbum').value;
upload();
}
function start_upload() {
$('btnupload').disabled = true;
mainForm = $('albumresultform');
forms = $('attachbody').getElementsByTagName("FORM");
upload();
}
function upload() {
if(typeof(forms[nowUid]) == 'undefined') return false;
var nid = forms[nowUid].id.split('_');
nid = nid[1];
if(nowUid>0) {
var upobj = $('showmsg'+nowid);
if(uploadStat==1) {
upobj.innerHTML = '上传成功';
successState = true;
var InputNode;
try {
var InputNode = document.createElement("<input type=\"hidden\" id=\"picid_" + picid + "\" value=\""+ nowid +"\" name=\"picids["+picid+"]\">");
} catch(e) {
var InputNode = document.createElement("input");
InputNode.setAttribute("name", "picids["+picid+"]");
InputNode.setAttribute("type", "hidden");
InputNode.setAttribute("id", "picid_" + picid);
InputNode.setAttribute("value", nowid);
}
mainForm.appendChild(InputNode);
} else {
upobj.style.color = "#f00";
upobj.innerHTML = '上传失败 '+uploadStat;
}
}
if($('showmsg'+nid) != null) {
$('showmsg'+nid).innerHTML = '上传中,请等待(<a href="javascript:;" onclick="forms[nowUid].submit();">重试</a>)';
$('albumid_'+nid).value = albumid;
forms[nowUid].submit();
} else if(nowUid+1 == forms.length) {
if(typeof (no_insert) != 'undefined') {
var albumidcheck = parseInt(parent.albumid);
$('opalbumid').value = isNaN(albumidcheck)? 0 : albumid;
if(!successState) return false;
}
window.onbeforeunload = null;
mainForm.submit();
}
nowid = nid;
nowUid++;
uploadStat = 0;
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: portal_upload.js 23838 2011-08-11 06:51:58Z monkey $
*/
var nowid = 0;
var extensions = '';
function addAttach() {
var newnode = $('upload').cloneNode(true);
var id = nowid;
var tags;
newnode.id = 'upload_' + id;
tags = newnode.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == 'attach') {
tags[i].id = 'attach_' + id;
tags[i].name = 'attach';
tags[i].onchange = function() {this.form.action = this.form.action.replace(/catid\=\d/, 'catid='+$('catid').value);insertAttach(id)};
tags[i].unselectable = 'on';
}
}
tags = newnode.getElementsByTagName('span');
for(i in tags) {
if(tags[i].id == 'localfile') {
tags[i].id = 'localfile_' + id;
}
}
nowid++;
$('attachbody').appendChild(newnode);
}
function insertAttach(id) {
var path = $('attach_' + id).value;
if(path == '') {
return;
}
var ext = path.lastIndexOf('.') == -1 ? '' : path.substr(path.lastIndexOf('.') + 1, path.length).toLowerCase();
var re = new RegExp("(^|\\s|,)" + ext + "($|\\s|,)", "ig");
if(extensions != '' && (re.exec(extensions) == null || ext == '')) {
alert('对不起,不支持上传此类文件');
return;
}
var localfile = $('attach_' + id).value.substr($('attach_' + id).value.replace(/\\/g, '/').lastIndexOf('/') + 1);
$('localfile_' + id).innerHTML = localfile + ' 上传中...';
$('attach_' + id).style.display = 'none';
$('upload_' + id).action += '&attach_target_id=' + id;
$('upload_' + id).submit();
addAttach();
}
function deleteAttach(attachid, url) {
ajaxget(url);
$('attach_list_' + attachid).style.display = 'none';
}
function setConver(attach) {
$('conver').value = attach;
}
addAttach(); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: swfupload.queue.js 23838 2011-08-11 06:51:58Z monkey $
*/
var SWFUpload;
if (typeof(SWFUpload) === "function") {
SWFUpload.queue = {};
SWFUpload.prototype.initSettings = (function (oldInitSettings) {
return function (userSettings) {
if (typeof(oldInitSettings) === "function") {
oldInitSettings.call(this, userSettings);
}
this.queueSettings = {};
this.queueSettings.queue_cancelled_flag = false;
this.queueSettings.queue_upload_count = 0;
this.queueSettings.user_upload_complete_handler = this.settings.upload_complete_handler;
this.queueSettings.user_upload_start_handler = this.settings.upload_start_handler;
this.settings.upload_complete_handler = SWFUpload.queue.uploadCompleteHandler;
this.settings.upload_start_handler = SWFUpload.queue.uploadStartHandler;
this.settings.queue_complete_handler = userSettings.queue_complete_handler || null;
};
})(SWFUpload.prototype.initSettings);
SWFUpload.prototype.startUpload = function (fileID) {
this.queueSettings.queue_cancelled_flag = false;
this.callFlash("StartUpload", [fileID]);
};
SWFUpload.prototype.cancelQueue = function () {
this.queueSettings.queue_cancelled_flag = true;
this.stopUpload();
var stats = this.getStats();
while (stats.files_queued > 0) {
this.cancelUpload();
stats = this.getStats();
}
};
SWFUpload.queue.uploadStartHandler = function (file) {
var returnValue;
if (typeof(this.queueSettings.user_upload_start_handler) === "function") {
returnValue = this.queueSettings.user_upload_start_handler.call(this, file);
}
returnValue = (returnValue === false) ? false : true;
this.queueSettings.queue_cancelled_flag = !returnValue;
return returnValue;
};
SWFUpload.queue.uploadCompleteHandler = function (file) {
var user_upload_complete_handler = this.queueSettings.user_upload_complete_handler;
var continueUpload;
if (file.filestatus === SWFUpload.FILE_STATUS.COMPLETE) {
this.queueSettings.queue_upload_count++;
}
if (typeof(user_upload_complete_handler) === "function") {
continueUpload = (user_upload_complete_handler.call(this, file) === false) ? false : true;
} else if (file.filestatus === SWFUpload.FILE_STATUS.QUEUED) {
continueUpload = false;
} else {
continueUpload = true;
}
if (continueUpload) {
var stats = this.getStats();
if (stats.files_queued > 0 && this.queueSettings.queue_cancelled_flag === false) {
this.startUpload();
} else if (this.queueSettings.queue_cancelled_flag === false) {
this.queueEvent("queue_complete_handler", [this.queueSettings.queue_upload_count]);
this.queueSettings.queue_upload_count = 0;
} else {
this.queueSettings.queue_cancelled_flag = false;
this.queueSettings.queue_upload_count = 0;
}
}
};
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: threadsort.js 30962 2012-07-04 07:57:45Z zhangjie $
*/
function xmlobj() {
var obj = new Object();
obj.createXMLDoc = function(xmlstring) {
var xmlobj = false;
if(window.DOMParser && document.implementation && document.implementation.createDocument) {
try{
var domparser = new DOMParser();
xmlobj = domparser.parseFromString(xmlstring, 'text/xml');
} catch(e) {
}
} else if(window.ActiveXObject) {
var versions = ["MSXML2.DOMDocument.5.0", "MSXML2.DOMDocument.4.0", "MSXML2.DOMDocument.3.0", "MSXML2.DOMDocument", "Microsoft.XmlDom"];
for(var i=0; i<versions.length; i++) {
try {
xmlobj = new ActiveXObject(versions[i]);
if(xmlobj) {
xmlobj.async = false;
xmlobj.loadXML(xmlstring);
}
} catch(e) {}
}
}
return xmlobj;
};
obj.xml2json = function(xmlobj, node) {
var nodeattr = node.attributes;
if(nodeattr != null) {
if(nodeattr.length && xmlobj == null) {
xmlobj = new Object();
}
for(var i = 0;i < nodeattr.length;i++) {
xmlobj[nodeattr[i].name] = nodeattr[i].value;
}
}
var nodetext = "text";
if(node.text == null) {
nodetext = "textContent";
}
var nodechilds = node.childNodes;
if(nodechilds != null) {
if(nodechilds.length && xmlobj == null) {
xmlobj = new Object();
}
for(var i = 0;i < nodechilds.length;i++) {
if(nodechilds[i].tagName != null) {
if(nodechilds[i].childNodes[0] != null && nodechilds[i].childNodes.length <= 1 && (nodechilds[i].childNodes[0].nodeType == 3 || nodechilds[i].childNodes[0].nodeType == 4)) {
if(xmlobj[nodechilds[i].tagName] == null) {
xmlobj[nodechilds[i].tagName] = nodechilds[i][nodetext];
} else {
if(typeof(xmlobj[nodechilds[i].tagName]) == "object" && xmlobj[nodechilds[i].tagName].length) {
xmlobj[nodechilds[i].tagName][xmlobj[nodechilds[i].tagName].length] = nodechilds[i][nodetext];
} else {
xmlobj[nodechilds[i].tagName] = [xmlobj[nodechilds[i].tagName]];
xmlobj[nodechilds[i].tagName][1] = nodechilds[i][nodetext];
}
}
} else {
if(nodechilds[i].childNodes.length) {
if(xmlobj[nodechilds[i].tagName] == null) {
xmlobj[nodechilds[i].tagName] = new Object();
this.xml2json(xmlobj[nodechilds[i].tagName], nodechilds[i]);
} else {
if(xmlobj[nodechilds[i].tagName].length) {
xmlobj[nodechilds[i].tagName][xmlobj[nodechilds[i].tagName].length] = new Object();
this.xml2json(xmlobj[nodechilds[i].tagName][xmlobj[nodechilds[i].tagName].length-1], nodechilds[i]);
} else {
xmlobj[nodechilds[i].tagName] = [xmlobj[nodechilds[i].tagName]];
xmlobj[nodechilds[i].tagName][1] = new Object();
this.xml2json(xmlobj[nodechilds[i].tagName][1], nodechilds[i]);
}
}
} else {
xmlobj[nodechilds[i].tagName] = nodechilds[i][nodetext];
}
}
}
}
}
};
return obj;
}
var xml = new xmlobj();
var xmlpar = xml.createXMLDoc(forum_optionlist);
var forum_optionlist_obj = new Object();
xml.xml2json(forum_optionlist_obj, xmlpar);
function changeselectthreadsort(selectchoiceoptionid, optionid, type) {
if(selectchoiceoptionid == '0') {
return;
}
var soptionid = 's' + optionid;
var sselectchoiceoptionid = 's' + selectchoiceoptionid;
forum_optionlist = forum_optionlist_obj['forum_optionlist'];
var choicesarr = forum_optionlist[soptionid]['schoices'];
var lastcount = 1;
var name = issearch = id = nameid = '';
if(type == 'search') {
issearch = ', \'search\'';
name = ' name="searchoption[' + optionid + '][value]"';
id = 'id="' + forum_optionlist[soptionid]['sidentifier'] + '"';
} else {
name = ' name="typeoption[' + forum_optionlist[soptionid]['sidentifier'] + ']"';
id = 'id="typeoption_' + forum_optionlist[soptionid]['sidentifier'] + '"';
}
if((choicesarr[sselectchoiceoptionid]['slevel'] == 1 || type == 'search') && choicesarr[sselectchoiceoptionid]['scount'] == 1) {
nameid = name + ' ' + id;
}
var selectoption = '<select' + nameid + ' class="ps vm" onchange="changeselectthreadsort(this.value, \'' + optionid + '\'' + issearch + ');checkoption(\'' + forum_optionlist[soptionid]['sidentifier'] + '\', \'' + forum_optionlist[soptionid]['srequired'] + '\', \'' + forum_optionlist[soptionid]['stype'] + '\')" ' + ((forum_optionlist[soptionid]['sunchangeable'] == 1 && type == 'update') ? 'disabled' : '') + '><option value="0">请选择</option>';
for(var i in choicesarr) {
nameid = '';
if((choicesarr[sselectchoiceoptionid]['slevel'] == 1 || type == 'search') && choicesarr[i]['scount'] == choicesarr[sselectchoiceoptionid]['scount']) {
nameid = name + ' ' + id;
}
if(choicesarr[i]['sfoptionid'] != '0') {
var patrn1 = new RegExp("^" + choicesarr[i]['sfoptionid'] + "\\.", 'i');
var patrn2 = new RegExp("^" + choicesarr[i]['sfoptionid'] + "$", 'i');
if(selectchoiceoptionid.match(patrn1) == null && selectchoiceoptionid.match(patrn2) == null) {
continue;
}
}
if(choicesarr[i]['scount'] != lastcount) {
if(parseInt(choicesarr[i]['scount']) >= (parseInt(choicesarr[sselectchoiceoptionid]['scount']) + parseInt(choicesarr[sselectchoiceoptionid]['slevel']))) {
break;
}
selectoption += '</select>' + "\r\n" + '<select' + nameid + ' class="ps vm" onchange="changeselectthreadsort(this.value, \'' + optionid + '\'' + issearch + ');checkoption(\'' + forum_optionlist[soptionid]['sidentifier'] + '\', \'' + forum_optionlist[soptionid]['srequired'] + '\', \'' + forum_optionlist[soptionid]['stype'] + '\')" ' + ((forum_optionlist[soptionid]['sunchangeable'] == 1 && type == 'update') ? 'disabled' : '') + '><option value="0">请选择</option>';
lastcount = parseInt(choicesarr[i]['scount']);
}
var patrn1 = new RegExp("^" + choicesarr[i]['soptionid'] + "\\.", 'i');
var patrn2 = new RegExp("^" + choicesarr[i]['soptionid'] + "$", 'i');
var isnext = '';
if(parseInt(choicesarr[i]['slevel']) != 1) {
isnext = '»';
}
if(selectchoiceoptionid.match(patrn1) != null || selectchoiceoptionid.match(patrn2) != null) {
selectoption += "\r\n" + '<option value="' + choicesarr[i]['soptionid'] + '" selected="selected">' + choicesarr[i]['scontent'] + isnext + '</option>';
} else {
selectoption += "\r\n" + '<option value="' + choicesarr[i]['soptionid'] + '">' + choicesarr[i]['scontent'] + isnext + '</option>';
}
}
selectoption += '</select>';
if(type == 'search') {
selectoption += "\r\n" + '<input type="hidden" name="searchoption[' + optionid + '][type]" value="select">';
}
$('select_' + forum_optionlist[soptionid]['sidentifier']).innerHTML = selectoption;
}
function checkoption(identifier, required, checktype, checkmaxnum, checkminnum, checkmaxlength) {
if(checktype != 'image' && checktype != 'select' && !$('typeoption_' + identifier) || !$('check' + identifier)) {
return true;
}
var ce = $('check' + identifier);
ce.innerHTML = '';
if(checktype == 'select') {
if(required != '0' && ($('typeoption_' + identifier) == null || $('typeoption_' + identifier).value == '0')) {
warning(ce, '必填项目没有填写');
return false;
} else if(required == '0' && ($('typeoption_' + identifier) == null || $('typeoption_' + identifier).value == '0')) {
ce.innerHTML = '<img src="' + IMGDIR + '/check_error.gif" width="16" height="16" class="vm" /> 请选择下一级';
ce.className = "warning";
return true;
}
}
if(checktype == 'radio' || checktype == 'checkbox') {
var nodes = $('typeoption_' + identifier).parentNode.parentNode.parentNode.getElementsByTagName('INPUT');
var nodechecked = false;
for(var i=0; i<nodes.length; i++) {
if(nodes[i].id == 'typeoption_' + identifier) {
if(nodes[i].checked) {
nodechecked = true;
}
}
}
if(!nodechecked && required != '0') {
warning(ce, '必填项目没有填写');
return false;
}
}
if(checktype == 'image') {
var checkvalue = $('sortaid_' + identifier).value;
} else {
var checkvalue = $('typeoption_' + identifier).value;
}
if(required != '0') {
if(checkvalue == '') {
warning(ce, '必填项目没有填写');
return false;
} else {
ce.innerHTML = '<img src="' + IMGDIR + '/check_right.gif" width="16" height="16" class="vm" />';
}
}
if(checkvalue) {
if(checktype == 'email' && !(/^[\-\.\w]+@[\.\-\w]+(\.\w+)+$/.test(checkvalue))) {
warning(ce, '邮件地址不正确');
return false;
} else if((checktype == 'text' || checktype == 'textarea') && checkmaxlength != '0' && mb_strlen(checkvalue) > checkmaxlength) {
warning(ce, '填写项目长度过长');
return false;
} else if((checktype == 'number' || checktype == 'range')) {
if(isNaN(checkvalue)) {
warning(ce, '数字填写不正确');
return false;
} else if(checkmaxnum != '0' && parseInt(checkvalue) > parseInt(checkmaxnum)) {
warning(ce, '大于设置最大值');
return false;
} else if(checkminnum != '0' && parseInt(checkvalue) < parseInt(checkminnum)) {
warning(ce, '小于设置最小值');
return false;
}
} else if(checktype == 'url' && !(/(http[s]?|ftp):\/\/[^\/\.]+?\..+\w[\/]?$/i.test(checkvalue))) {
warning(ce, '请正确填写以http://开头的URL地址');
return false;
}
ce.innerHTML = '<img src="' + IMGDIR + '/check_right.gif" width="16" height="16" class="vm" />';
}
return true;
} | JavaScript |
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id$
*/
var _share_tencent_weibo = function() {
var share_btn = function(_arr) {
if (_arr[0]) {
return _arr[0];
}
else {
var o = document.createElement("a"),
_ostyle = "width:92px;height:22px;background:url(http://open.t.qq.com/apps/qshare/images/icon.gif) no-repeat #f00;position:absolute;display:none;";
o.setAttribute("style", _ostyle);
o.style.cssText = _ostyle;
o.setAttribute("href", "javascript:;");
document.body.insertBefore(o, document.body.childNodes[0]);
return o;
}
} (arguments);
var share_area = function(_arr) {
if (_arr[1]) {
if ((typeof _arr[1] == "object" && _arr[1].length) || (_arr[1].constructor == Array)) {
return _arr[1];
} else {
return [_arr[1]];
}
}
else {
return [document.body];
}
} (arguments);
var current_area = share_area[0];
var _site = arguments[2] ? arguments[2] : "";
var _appkey = encodeURI(arguments[3] ? arguments[3] : "");
var _web = {
"name": arguments[4] || "",
"href": location.href,
"hash": location.hash
};
var _pic = function(area) {
var _imgarr = area.getElementsByTagName("img");
var _srcarr = [];
for (var i = 0; i < _imgarr.length; i++) {
_srcarr.push(_imgarr[i].src);
}
return _srcarr.join("|");
};
var _u = 'http://v.t.qq.com/share/share.php?url=$url$&appkey=' + _appkey + '&site=' + _site + '&title=$title$&pic=$pic$';
var _select = function() {
return (document.selection ? document.selection.createRange().text: document.getSelection()).toString().replace(/[\s\n]+/g, " ");
};
if ( !! window.find) {
HTMLElement.prototype.contains = function(B) {
return this.compareDocumentPosition(B) - 19 > 0
}
}
String.prototype.elength = function() {
return this.replace(/[^\u0000-\u00ff]/g, "aa").length;
}
document.onmouseup = function(e) {
e = e || window.event;
var o = e.target || e.srcElement;
for (var i = 0; i < share_area.length; i++) {
if (share_area[i].contains(o) || share_area[i] == o) {
var _e = {
"x": e.clientX,
"y": e.clientY
};
var _o = {
"w": share_btn.clientWidth,
"h": share_btn.clientHeight
};
var _d = window.pageYOffset || (document.documentElement || document.body).scrollTop || 0;
var x = (_e.x - _o.w < 0) ? _e.x + _o.w: _e.x - _o.w,
y = (_e.y - _o.h < 0) ? _e.y + _d - _o.h: _e.y + _d - _o.h + ( - [1, ] ? 10 : 0);
if (_select() && _select().length >= 10) {
with(share_btn.style) {
display = "inline-block";
left = (x - 5) + "px";
top = y + "px";
position = "absolute";
zIndex = "999999";
}
current_area = share_area[i];
break;
} else {
share_btn.style.display = "none";
}
} else {
share_btn.style.display = "none";
}
}
};
share_btn.onclick = function() {
var _str = _select();
var _strmaxlen = 280 - ("\u6211\u6765\u81EA\u4E8E\u817E\u8BAF\u5FAE\u535A\u5F00\u653E\u5E73\u53F0" + " " + _web.name).elength();
var _resultstr = "";
if (_str.elength() > _strmaxlen) {
_strmaxlen = _strmaxlen - 3;
for (var i = _strmaxlen >> 1; i <= _strmaxlen; i++) {
if ((_str.slice(0, i)).elength() > _strmaxlen) {
break;
}
else {
_resultstr = _str.slice(0, i);
}
}
_resultstr += "...";
} else {
_resultstr = _str;
}
if (_str) {
var url = _u.replace("$title$", encodeURIComponent(_resultstr + " " + _web.name)).replace("$pic$", _pic(current_area));
url = url.replace("$url$", encodeURIComponent(_web.href.replace(_web.hash, "") + "#" + (current_area["name"] || current_area["id"] || "")));
if (!- [1, ]) {
url = url.substr(0, 2048);
}
window.open(url, 'null', 'width=700,height=680,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,location=yes,resizable=no,status=no');
}
};
}; | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum_slide.js 23838 2011-08-11 06:51:58Z monkey $
*/
if(isUndefined(sliderun)) {
var sliderun = 1;
function slide() {
var s = new Object();
s.slideId = Math.random();
s.slideSpeed = slideSpeed;
s.size = slideImgsize;
s.imgs = slideImgs;
s.imgLoad = new Array();
s.imgnum = slideImgs.length;
s.imgLinks = slideImgLinks;
s.imgTexts = slideImgTexts;
s.slideBorderColor = slideBorderColor;
s.slideBgColor = slideBgColor;
s.slideSwitchColor = slideSwitchColor;
s.slideSwitchbgColor = slideSwitchbgColor;
s.slideSwitchHiColor = slideSwitchHiColor;
s.currentImg = 0;
s.prevImg = 0;
s.imgLoaded = 0;
s.st = null;
s.loadImage = function () {
if(!s.imgnum) {
return;
}
s.size[0] = parseInt(s.size[0]);
s.size[1] = parseInt(s.size[1]);
document.write('<div class="slideouter" id="outer_'+s.slideId+'" style="cursor:pointer;position:absolute;width:'+(s.size[0]-2)+'px;height:'+(s.size[1]-2)+'px;border:1px solid '+s.slideBorderColor+'"></div>');
document.write('<table cellspacing="0" cellpadding="0" style="cursor:pointer;width:'+s.size[0]+'px;height:'+s.size[1]+'px;table-layout:fixed;overflow:hidden;background:'+s.slideBgColor+';text-align:center"><tr><td valign="middle" style="padding:0" id="slide_'+s.slideId+'">');
document.write((typeof IMGDIR == 'undefined' ? '' : '<img src="'+IMGDIR+'/loading.gif" />') + '<br /><span id="percent_'+s.slideId+'">0%</span></td></tr></table>');
document.write('<div id="switch_'+s.slideId+'" style="position:absolute;margin-left:1px;margin-top:-18px"></div>');
$('outer_' + s.slideId).onclick = s.imageLink;
for(i = 1;i < s.imgnum;i++) {
switchdiv = document.createElement('div');
switchdiv.id = 'switch_' + i + '_' + s.slideId;
switchdiv.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=70)';
switchdiv.style.opacity = 0.7;
switchdiv.style.styleFloat = 'left';
switchdiv.style.cssFloat = 'left';
switchdiv.style.cursor = 'pointer';
switchdiv.style.width = '17px';
switchdiv.style.height = '17px';
switchdiv.style.overflow = 'hidden';
switchdiv.style.fontWeight = 'bold';
switchdiv.style.textAlign = 'center';
switchdiv.style.fontSize = '9px';
switchdiv.style.color = s.slideSwitchColor;
switchdiv.style.borderRight = '1px solid ' + s.slideBorderColor;
switchdiv.style.borderTop = '1px solid ' + s.slideBorderColor;
switchdiv.style.backgroundColor = s.slideSwitchbgColor;
switchdiv.className = 'slideswitch';
switchdiv.i = i;
switchdiv.onclick = function () {
s.switchImage(this);
};
switchdiv.innerHTML = i;
$('switch_'+s.slideId).appendChild(switchdiv);
s.imgLoad[i] = new Image();
s.imgLoad[i].src = s.imgs[i];
s.imgLoad[i].onerror = function () { s.imgLoaded++; };
}
s.loadCheck();
};
s.imageLink = function () {
window.open(s.imgLinks[s.currentImg]);
};
s.switchImage = function (obj) {
s.showImage(obj.i);
s.interval();
};
s.loadCheck = function () {
for(i = 1;i < s.imgnum;i++) {
if(s.imgLoad[i].complete && !s.imgLoad[i].status) {
s.imgLoaded++;
s.imgLoad[i].status = 1;
if(s.imgLoad[i].width > s.size[0] || s.imgLoad[i].height > s.size[1]) {
zr = s.imgLoad[i].width / s.imgLoad[i].height;
if(zr > 1) {
s.imgLoad[i].height = s.size[1];
s.imgLoad[i].width = s.size[1] * zr;
} else {
s.imgLoad[i].width = s.size[0];
s.imgLoad[i].height = s.size[0] / zr;
if(s.imgLoad[i].height > s.size[1]) {
s.imgLoad[i].height = s.size[1];
s.imgLoad[i].width = s.size[1] * zr;
}
}
}
}
}
if(s.imgLoaded < s.imgnum - 1) {
$('percent_' + s.slideId).innerHTML = (parseInt(s.imgLoad.length / s.imgnum * 100)) + '%';
setTimeout(function () { s.loadCheck(); }, 100);
} else {
for(i = 1;i < s.imgnum;i++) {
s.imgLoad[i].onclick = s.imageLink;
s.imgLoad[i].title = s.imgTexts[i];
}
s.showImage();
s.interval();
}
};
s.interval = function () {
clearInterval(s.st);
s.st = setInterval(function () { s.showImage(); }, s.slideSpeed);
};
s.showImage = function (i) {
if(!i) {
s.currentImg++;
s.currentImg = s.currentImg < s.imgnum ? s.currentImg : 1;
} else {
s.currentImg = i;
}
if(s.prevImg) {
$('switch_' + s.prevImg + '_' + s.slideId).style.backgroundColor = s.slideSwitchbgColor;
}
$('switch_' + s.currentImg + '_' + s.slideId).style.backgroundColor = s.slideSwitchHiColor;
$('slide_' + s.slideId).innerHTML = '';
$('slide_' + s.slideId).appendChild(s.imgLoad[s.currentImg]);
s.prevImg = s.currentImg;
};
s.loadImage();
}
}
slide(); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home_friendselector.js 26733 2011-12-21 07:18:01Z zhengqingpeng $
*/
(function() {
friendSelector = function(parameter) {
this.dataSource = {};
this.selectUser = {};
this.prompterUser = [];
this.showObj = $(isUndefined(parameter['showId']) ? 'selectorBox' : parameter['showId']);
if(!this.showObj) return;
this.handleObj = $(isUndefined(parameter['searchId']) ? 'valueId' : parameter['searchId']);
this.showType = isUndefined(parameter['showType']) ? 0 : parameter['showType'];
this.searchStr = null;
this.selectNumber = 0;
this.maxSelectNumber = isUndefined(parameter['maxSelectNumber']) ? 0 : parseInt(parameter['maxSelectNumber']);
this.allNumber = 0;
this.notInDataSourceNumber = 0;
this.handleKey = isUndefined(parameter['handleKey']) ? 'this' : parameter['handleKey'];
this.selectTabId = isUndefined(parameter['selectTabId']) ? 'selectTabId' : parameter['selectTabId'];
this.unSelectTabId = isUndefined(parameter['unSelectTabId']) ? 'unSelectTabId' : parameter['unSelectTabId'];
this.maxSelectTabId = isUndefined(parameter['maxSelectTabId']) ? 'maxSelectTabId' : parameter['maxSelectTabId'];
this.formId = isUndefined(parameter['formId']) ? '' : parameter['formId'];
this.filterUser = isUndefined(parameter['filterUser']) ? {} : parameter['filterUser'];
this.showAll = true;
this.newPMUser = {};
this.interlaced = true;
this.handover = true;
this.parentKeyCode = 0;
this.pmSelBoxState = 0;
this.selBoxObj = isUndefined(parameter['selBox']) ? null : $(parameter['selBox']);
this.containerBoxObj = isUndefined(parameter['selBoxMenu']) ? null : $(parameter['selBoxMenu']);
this.imgBtn = null;
this.initialize();
return this;
};
friendSelector.prototype = {
addDataSource : function(data, clear) {
if(typeof data == 'object') {
var userData = data['userdata'];
clear = isUndefined(clear) ? 0: clear;
if(clear) {
this.showObj.innerHTML = "";
if(this.showType == 3) {
this.selBoxObj.innerHTML = '';
}
this.allNumber = 0;
this.dataSource = {};
}
for(var i in userData) {
if(typeof this.filterUser[i] != 'undefined') {
continue;
}
var append = clear ? true : false;
if(typeof this.dataSource[i] == 'undefined') {
this.dataSource[i] = userData[i];
append = true;
this.allNumber++;
}
if(append) {
this.interlaced = !this.interlaced;
if(this.showType == 3) {
this.append(i, 0, 1);
} else {
this.append(i);
}
}
}
if(this.showType == 1) {
this.showSelectNumber();
} else if(this.showType == 2) {
if(this.newPMUser) {
window.setInterval(this.handleKey+".handoverCSS()", 400);
}
}
}
},
addFilterUser : function(data) {
var filterData = {};
if(typeof data != 'object') {
filterData[data] = data;
} else if(typeof data == 'object') {
filterData = data;
} else {
return false;
}
for(var id in filterData) {
this.filterUser[filterData[id]] = filterData[id];
}
return true;
},
handoverCSS : function() {
for(var uid in this.newPMUser) {
$('avt_'+uid).className = this.handover ? 'avt newpm' : 'avt';
}
this.handover = !this.handover;
},
handleEvent : function(key, event) {
var username = '';
this.searchStr = '';
if(key != '') {
if(event.keyCode == 188 || event.keyCode == 13 || event.keyCode == 59) {
if(this.showType == 3) {
if(event.keyCode == 13) {
var currentnum = this.getCurrentPrompterUser();
if(currentnum != -1) {
key = this.dataSource[this.prompterUser[currentnum]]['username'];
}
}
if(this.parentKeyCode != 229) {
this.selectUserName(this.trim(key));
this.showObj.style.display = 'none';
$(this.handleObj.id+'_menu').style.display = 'none';
this.showObj.innerHTML = "";
}
}
} else if(event.keyCode == 38 || event.keyCode == 40) {
} else {
if(this.showType == 3) {
this.showObj.innerHTML = "";
var result = false;
var reg = new RegExp(key, "ig");
this.searchStr = key;
this.prompterUser = [];
for(var uid in this.dataSource) {
username = this.dataSource[uid]['username'];
if(username.match(reg)) {
this.prompterUser.push(uid);
this.append(uid, 1);
result = true;
}
}
if(!result) {
$(this.handleObj.id+'_menu').style.display = 'none';
} else {
showMenu({'showid':this.showObj.id, 'duration':3, 'pos':'43'});
showMenu({'showid':this.handleObj.id, 'duration':3, 'pos':'43'});
}
}
}
} else if(this.showType != 3) {
this.showObj.innerHTML = "";
for(var uid in this.dataSource) {
this.append(uid);
}
} else {
$(this.handleObj.id+'_menu').style.display = 'none';
this.showObj.innerHTML = "";
}
},
selectUserName:function(userName) {
this.handleObj.value = '';
if(userName != '') {
var uid = this.isFriend(userName);
if(uid && typeof this.selectUser[uid] == 'undefined' || uid === 0 && typeof this.selectUser[userName] == 'undefined') {
var spanObj = document.createElement("span");
if(uid) {
this.selectUser[uid] = this.dataSource[uid];
spanObj.id = 'uid' + uid;
if($('chk'+uid) != null) {
$('chk'+uid).checked = true;
}
} else {
var id = 'str' + Math.floor(Math.random() * 10000);
spanObj.id = id;
this.selectUser[userName] = userName;
}
this.selectNumber++;
spanObj.innerHTML= '<a href="javascript:;" class="x" onclick="'+this.handleKey+'.delSelUser(\''+(spanObj.id)+'\');">删除</a><em class="z" title="' + userName + '">' + userName + '</em><input type="hidden" name="users[]" value="'+userName+'" uid="uid'+uid+'" />';
this.handleObj.parentNode.insertBefore(spanObj, this.handleObj);
this.showObj.style.display = 'none';
} else {
alert('已经存在'+userName);
}
}
},
delSelUser:function(id) {
id = isUndefined(id) ? 0 : id;
var uid = id.substring(0, 3) == 'uid' ? parseInt(id.substring(3)) : 0;
var spanObj;
if(uid) {
spanObj = $(id);
delete this.selectUser[uid];
if($('chk'+uid) != null) {
$('chk'+uid).checked = false;
}
} else if(id.substring(0, 3) == 'str') {
spanObj = $(id);
delete this.selectUser[spanObj.getElementsByTagName('input')[0].value];
}
if(spanObj != null) {
this.selectNumber--;
spanObj.parentNode.removeChild(spanObj);
}
},
trim:function(str) {
return str.replace(/\s|,|;/g, '');
},
isFriend:function(userName) {
var id = 0;
for(var uid in this.dataSource) {
if(this.dataSource[uid]['username'] === userName) {
id = uid;
break;
}
}
return id;
},
directionKeyDown : function(event) {},
clearDataSource : function() {
this.dataSource = {};
this.selectUser = {};
},
showUser : function(type) {
this.showObj.innerHTML = '';
type = isUndefined(type) ? 0 : parseInt(type);
this.showAll = true;
if(type == 1) {
for(var uid in this.selectUser) {
this.append(uid);
}
this.showAll = false;
} else {
for(var uid in this.dataSource) {
if(type == 2) {
if(typeof this.selectUser[uid] != 'undefined') {
continue;
}
this.showAll = false;
}
this.append(uid);
}
}
if(this.showType == 1) {
for(var i = 0; i < 3; i++) {
$('showUser_'+i).className = '';
}
$('showUser_'+type).className = 'a brs';
}
},
append : function(uid, filtrate, form) {
filtrate = isUndefined(filtrate) ? 0 : filtrate;
form = isUndefined(form) ? 0 : form;
var liObj = document.createElement("li");
var appendUserData = this.dataSource[uid] || this.selectUser[uid];
var username = appendUserData['username'];
liObj.userid = appendUserData['uid'];
if(typeof this.selectUser[uid] != 'undefined') {
liObj.className = "a";
}
if(filtrate) {
var reg = new RegExp("(" + this.searchStr + ")","ig");
username = username.replace(reg , "<strong>$1</strong>");
}
if(this.showType == 1) {
liObj.innerHTML = '<a href="javascript:;" id="' + liObj.userid + '" onclick="' + this.handleKey + '.select(this.id)" class="cl"><span class="avt brs" style="background-image: url(' + appendUserData['avatar'] + ');"><span></span></span><span class="d">' + username + '</span></a>';
} else if(this.showType == 2) {
if(appendUserData['new'] && typeof this.newPMUser[uid] == 'undefined') {
this.newPMUser[uid] = uid;
}
liObj.className = this.interlaced ? 'alt' : '';
liObj.innerHTML = '<div id="avt_' + liObj.userid + '" class="avt"><a href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_' + liObj.userid + '&touid=' + liObj.userid + '&pmid='+appendUserData['pmid']+'&daterange='+appendUserData['daterange']+'" title="'+username+'" id="avatarmsg_' + liObj.userid + '" onclick="'+this.handleKey+'.delNewFlag(' + liObj.userid + ');showWindow(\'showMsgBox\', this.href, \'get\', 0);"><img src="' + appendUserData['avatar'] + '" alt="'+username+'" /></a></div><p><a class="xg1" href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_' + liObj.userid + '&touid=' + liObj.userid + '&pmid='+appendUserData['pmid']+'&daterange='+appendUserData['daterange']+'" title="'+username+'" id="usernamemsg_' + liObj.userid + '" onclick="'+this.handleKey+'.delNewFlag(' + liObj.userid + ');showWindow(\'showMsgBox\', this.href, \'get\', 0);">'+username+'</a></p>';
} else {
if(form) {
var checkstate = typeof this.selectUser[uid] == 'undefined' ? '' : ' checked="checked" ';
liObj.innerHTML = '<label><input type="checkbox" name="selUsers[]" id="chk'+uid+'" value="'+ appendUserData['username'] +'" onclick="if(this.checked) {' + this.handleKey + '.selectUserName(this.value);} else {' + this.handleKey + '.delSelUser(\'uid'+uid+'\');}" '+checkstate+' class="pc" /> <span class="xi2">' + username + '</span></label>';
this.selBoxObj.appendChild(liObj);
return true;
} else {
liObj.innerHTML = '<a href="javascript:;" username="' + this.dataSource[uid]['username'] + '" onmouseover="' + this.handleKey + '.mouseOverPrompter(this);" onclick="' + this.handleKey + '.selectUserName(this.getAttribute(\'username\'));$(\'username\').focus();" class="cl" id="prompter_' + uid + '">' + username + '</a>';
}
}
this.showObj.appendChild(liObj);
},
select : function(uid) {
uid = parseInt(uid);
if(uid){
var select = false;
if(typeof this.selectUser[uid] == 'undefined') {
if(this.maxSelectNumber && this.selectNumber >= this.maxSelectNumber) {
alert('最多只允许选择'+this.maxSelectNumber+'个用户');
return false;
}
this.selectUser[uid] = this.dataSource[uid];
this.selectNumber++;
if(this.showType == '1') {
$(uid).parentNode.className = 'a';
}
select = true;
} else {
delete this.selectUser[uid];
this.selectNumber--;
$(uid).parentNode.className = '';
}
if(this.formId != '') {
var formObj = $(this.formId);
var opId = 'selUids_' + uid;
if(select) {
var inputObj = document.createElement("input");
inputObj.type = 'hidden';
inputObj.id = opId;
inputObj.name = 'uids[]';
inputObj.value = uid;
formObj.appendChild(inputObj);
} else {
formObj.removeChild($(opId));
}
}
if(this.showType == 1) {
this.showSelectNumber();
}
}
},
delNewFlag : function(uid) {
delete this.newPMUser[uid];
},
showSelectNumber:function() {
if($(this.selectTabId) != null && typeof $(this.selectTabId) != 'undefined') {
$(this.selectTabId).innerHTML = this.selectNumber;
}
if($(this.unSelectTabId) != null && typeof $(this.unSelectTabId) != 'undefined') {
this.notInDataSourceNumber = 0;
for(var i in this.selectUser) {
if(typeof this.dataSource[i] == 'undefined') {
this.notInDataSourceNumber++;
}
}
$(this.unSelectTabId).innerHTML = this.allNumber + this.notInDataSourceNumber - this.selectNumber;
}
if($(this.maxSelectTabId) != null && this.maxSelectNumber && typeof $(this.maxSelectTabId) != 'undefined') {
$(this.maxSelectTabId).innerHTML = this.maxSelectNumber - this.selectNumber;
}
},
getCurrentPrompterUser:function() {
var len = this.prompterUser.length;
var selectnum = -1;
if(len) {
for(var i = 0; i < len; i++) {
var obj = $('prompter_' + this.prompterUser[i]);
if(obj != null && obj.className == 'a') {
selectnum = i;
}
}
}
return selectnum;
},
mouseOverPrompter:function(obj) {
var len = this.prompterUser.length;
if(len) {
for(var i = 0; i < len; i++) {
$('prompter_' + this.prompterUser[i]).className = 'cl';
}
obj.className = 'a';
}
},
initialize:function() {
var instance = this;
this.handleObj.onkeyup = function(event) {
event = event ? event : window.event;
instance.handleEvent(this.value, event);
};
if(this.showType == 3) {
this.handleObj.onkeydown = function(event) {
event = event ? event : window.event;
instance.parentKeyCode = event.keyCode;
instance.showObj.style.display = '';
if(event.keyCode == 8 && this.value == '') {
var preNode = this.previousSibling;
if(preNode.tagName == 'SPAN') {
var uid = preNode.getElementsByTagName('input')[0].getAttribute('uid');
if(parseInt(uid.substring(3))) {
instance.delSelUser(uid);
} else {
delete instance.selectUser[preNode.getElementsByTagName('input')[0].value];
instance.selectNumber--;
this.parentNode.removeChild(preNode);
}
}
} else if(event.keyCode == 38) {
if(!instance.prompterUser.length) {
doane(event);
}
var currentnum = instance.getCurrentPrompterUser();
if(currentnum != -1) {
var nextnum = (currentnum == 0) ? (instance.prompterUser.length-1) : currentnum - 1;
$('prompter_' + instance.prompterUser[currentnum]).className = "cl";
$('prompter_' + instance.prompterUser[nextnum]).className = "a";
} else {
$('prompter_' + instance.prompterUser[0]).className = "a";
}
} else if(event.keyCode == 40) {
if(!instance.prompterUser.length) {
doane(event);
}
var currentnum = instance.getCurrentPrompterUser();
if(currentnum != -1) {
var nextnum = (currentnum == (instance.prompterUser.length - 1)) ? 0 : currentnum + 1;
$('prompter_' + instance.prompterUser[currentnum]).className = "cl";
$('prompter_' + instance.prompterUser[nextnum]).className = "a";
} else {
$('prompter_' + instance.prompterUser[0]).className = "a";
}
} else if(event.keyCode == 13) {
doane(event);
}
if(typeof instance != "undefined" && instance.pmSelBoxState) {
instance.pmSelBoxState = 0;
instance.changePMBoxImg(instance.imgBtn);
instance.containerBoxObj.style.display = 'none';
}
};
}
},
changePMBoxImg:function(obj) {
var btnImg = new Image();
btnImg.src = IMGDIR + '/' + (this.pmSelBoxState ? 'icon_top.gif' : 'icon_down.gif');
if(obj != null) {
obj.src = btnImg.src;
}
},
showPMFriend:function(boxId, listId, obj) {
this.pmSelBoxState = !this.pmSelBoxState;
this.imgBtn = obj;
this.changePMBoxImg(obj);
if(this.pmSelBoxState) {
this.selBoxObj.innerHTML = '';
for(var uid in this.dataSource) {
this.append(uid, 0, 1);
}
}
this.containerBoxObj.style.display = this.pmSelBoxState ? '' : 'none';
this.showObj.innerHTML = "";
},
showPMBoxUser:function() {
this.selBoxObj.innerHTML = '';
for(var uid in this.dataSource) {
this.append(uid, 0, 1);
}
},
extend:function (obj) {
for (var i in obj) {
this[i] = obj[i];
}
}
};
})(); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: at.js 27406 2012-01-30 09:22:34Z monkey $
*/
if(typeof EXTRAFUNC['keydown'] != "undefined") {
EXTRAFUNC['keydown']['at'] = 'extrafunc_atMenu';
EXTRAFUNC['keyup']['at'] = 'extrafunc_atMenuKeyUp';
EXTRAFUNC['showEditorMenu']['at'] = 'extrafunc_atListMenu';
}
var atKeywords = null, keyMenuObj = null,atResult = [];
var curatli = 0, atliclass = '', atsubmitid = '', atkeypress = 0;
function extrafunc_atMenu() {
if(BROWSER.opera) {
return;
}
if(wysiwyg && EXTRAEVENT.shiftKey && EXTRAEVENT.keyCode == 50 && postaction && (postaction == 'newthread' || postaction == 'reply' || postaction == 'edit')) {
keyMenu('@', atMenu);
ctlent_enable[13] = 0;
doane(EXTRAEVENT);
atkeypress = 1;
}
if($('at_menu') && $('at_menu').style.display == '' && (EXTRAEVENT.keyCode == 38 || EXTRAEVENT.keyCode == 40 || EXTRAEVENT.keyCode == 13)) {
doane(EXTRAEVENT);
}
}
function extrafunc_atMenuKeyUp() {
if(BROWSER.opera) {
return;
}
if(wysiwyg && EXTRAEVENT.shiftKey && EXTRAEVENT.keyCode == 50 && postaction && (postaction == 'newthread' || postaction == 'reply' || postaction == 'edit') && !atkeypress) {
keyBackspace();
keyMenu('@', atMenu);
ctlent_enable[13] = 0;
doane(EXTRAEVENT);
}
if(wysiwyg && $('at_menu') && $('at_menu').style.display == '' && postaction && (postaction == 'newthread' || postaction == 'reply' || postaction == 'edit')) {
if(EXTRAEVENT.keyCode == 32 || EXTRAEVENT.keyCode == 9 || EXTRAEVENT.keyCode == 13 || EXTRAEVENT.keyCode == 8 && !keyMenuObj.innerHTML.substr(1).length) {
$('at_menu').style.display = 'none';
ctlent_enable[13] = 1;
} else {
atFilter(keyMenuObj.innerHTML.substr(1), 'at_menu', 'atMenuSet', EXTRAEVENT);
}
}
atkeypress = 0;
}
function extrafunc_atListMenu(tag, op) {
if(tag != 'at') {
return false;
}
if(!op) {
if($('at_menu')) {
$('at_menu').style.display = 'none';
ctlent_enable[13] = 1;
}
curatli = 0;
setTimeout(function() {atFilter('', 'at_list','atListSet');$('atkeyword').focus();}, 100);
return '请输用户名:<br /><input type="text" id="atkeyword" style="width:240px" value="" class="px" onkeydown="atEnter(event, \'atListSet\')" onkeyup="atFilter(this.value, \'at_list\',\'atListSet\',event, true);" /><div class="p_pop" id="at_list" style="width:250px;"><ul><li>@朋友账号,就能提醒他来看帖子</li></ul></div>';
} else {
if($('atkeyword').value) {
str = '@' + $('atkeyword').value + (wysiwyg ? ' ' : ' ');
insertText(str, strlen(str), 0, true, EXTRASEL);
} else {
insertText('', 0, 0, true, EXTRASEL);
}
checkFocus();
return true;
}
}
function atMenu(x, y) {
if(!$('at_menu')) {
div = document.createElement("div");
div.id = "at_menu";
document.body.appendChild(div);
div.style.position = 'absolute';
div.className = 'p_pop';
div.style.zIndex = '100000';
}
$('at_menu').style.marginTop = (keyMenuObj.offsetHeight + 2) + 'px';
$('at_menu').style.marginLeft = (keyMenuObj.offsetWidth + 2) + 'px';
$('at_menu').style.left = x + 'px';
$('at_menu').style.top = y + 'px';
$('at_menu').style.display = '';
$('at_menu').innerHTML = '<img src="' + IMGDIR + '/loading.gif" class="vm"> 请稍候... ';
}
function atSearch(kw, call) {
if(atKeywords === null) {
atKeywords = '';
var x = new Ajax();
x.get('misc.php?mod=getatuser&inajax=1', function(s) {
if(s) {
atKeywords = s.split(',');
}
if(call) {
if(typeof call == 'function') {
call();
} else {
eval(call);
}
}
});
}
var lsi = 0;
for(i in atKeywords) {
if(atKeywords[i].indexOf(kw) !== -1 || kw === '') {
atResult[lsi] = kw !== '' ? atKeywords[i].replace(kw, '<b>' + kw + '</b>') : atKeywords[i];
lsi++;
if(lsi > 10) {
break;
}
}
}
if(kw && !lsi) {
curatli = -1;
}
}
function atEnter(e, call) {
if(e) {
if(e.keyCode == 38 && curatli > 0) {
curatli--;
return false;
}
if(e.keyCode == 40 && curatli < (atResult.length -1)) {
curatli++;
return false;
}
if(e.keyCode == 13) {
var call = !call ? 'insertText' : call;
if(curatli > -1) {
eval(call+'($(\'atli_'+curatli+'\').innerText)');
}
hideMenu();
doane(e);
return true;
}
}
return false;
}
function atFilter(kw, id, call, e, nae) {
var nae = !nae ? false : nae;
atResult = [];
atSearch(kw, function () { atFilter(kw, id, call); });
if(nae || !atEnter(e, call)) {
var newlist = '';
if(atResult.length) {
$(id).style.visibility = 'visible';
for(i in atResult) {
var atclass = i == curatli ? ' class="a"' : '';
newlist += '<li><a href="javascript:;" id="atli_'+i+'"'+atclass+' onclick="'+call+'(this.innerText)">' + atResult[i] + '</a></li>';
}
$(id).innerHTML = '<ul>' + newlist + '<li class="xg1">@朋友账号,就能提醒他来看帖子</li></ul>';
} else {
$(id).style.visibility = 'hidden';
}
}
}
function atListSet(kw) {
$('atkeyword').value = kw;
if(!atsubmitid) {
$(editorid + '_at_submit').click();
} else {
$(atsubmitid).click();
}
}
function atMenuSet(kw) {
keyMenuObj.innerHTML = '@' + kw + (wysiwyg ? ' ' : ' ');
$('at_menu').style.display = 'none';
ctlent_enable[13] = 1;
curatli = 0;
if(BROWSER.firefox) {
var selection = editwin.getSelection();
var range = selection.getRangeAt(0);
var tmp = keyMenuObj.firstChild;
range.setStart(tmp, keyMenuObj.innerHTML.length - 5);
range.setEnd(tmp, keyMenuObj.innerHTML.length - 5);
selection.removeAllRanges();
selection.addRange(range);
}
checkFocus();
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum_viewthread.js 28794 2012-03-13 05:39:46Z zhangguosheng $
*/
var replyreload = '', attachimgST = new Array(), zoomgroup = new Array(), zoomgroupinit = new Array();
function attachimggroup(pid) {
if(!zoomgroupinit[pid]) {
for(i = 0;i < aimgcount[pid].length;i++) {
zoomgroup['aimg_' + aimgcount[pid][i]] = pid;
}
zoomgroupinit[pid] = true;
}
}
function attachimgshow(pid, onlyinpost) {
onlyinpost = !onlyinpost ? false : onlyinpost;
aimgs = aimgcount[pid];
aimgcomplete = 0;
loadingcount = 0;
for(i = 0;i < aimgs.length;i++) {
obj = $('aimg_' + aimgs[i]);
if(!obj) {
aimgcomplete++;
continue;
}
if(onlyinpost && obj.getAttribute('inpost') || !onlyinpost) {
if(!obj.status) {
obj.status = 1;
if(obj.getAttribute('file')) obj.src = obj.getAttribute('file');
loadingcount++;
} else if(obj.status == 1) {
if(obj.complete) {
obj.status = 2;
} else {
loadingcount++;
}
} else if(obj.status == 2) {
aimgcomplete++;
if(obj.getAttribute('thumbImg')) {
thumbImg(obj);
}
}
if(loadingcount >= 10) {
break;
}
}
}
if(aimgcomplete < aimgs.length) {
setTimeout(function () {
attachimgshow(pid, onlyinpost);
}, 100);
}
}
function attachimglstshow(pid, islazy, fid, showexif) {
var aimgs = aimgcount[pid];
var s = '';
if(fid) {
s = ' onmouseover="showMenu({\'ctrlid\':this.id, \'pos\': \'12!\'});"';
}
if(typeof aimgcount == 'object' && $('imagelistthumb_' + pid)) {
for(pid in aimgcount) {
var imagelist = '';
for(i = 0;i < aimgcount[pid].length;i++) {
if(!$('aimg_' + aimgcount[pid][i]) || $('aimg_' + aimgcount[pid][i]).getAttribute('inpost') || parseInt(aimgcount[pid][i]) != aimgcount[pid][i]) {
continue;
}
if(fid) {
imagelist += '<div id="pattimg_' + aimgcount[pid][i] + '_menu" class="tip tip_4" style="display: none;"><div class="tip_horn"></div><div class="tip_c"><a href="forum.php?mod=ajax&action=setthreadcover&aid=' + aimgcount[pid][i] + '&fid=' + fid + '" class="xi2" onclick="showWindow(\'setcover' + aimgcount[pid][i] + '\', this.href)">设为封面</a></div></div>';
}
imagelist += '<div class="pattimg">' +
'<a id="pattimg_' + aimgcount[pid][i] + '" class="pattimg_zoom" href="javascript:;"' + s + ' onclick="zoom($(\'aimg_' + aimgcount[pid][i] + '\'), attachimggetsrc(\'aimg_' + aimgcount[pid][i] + '\'), 0, 0, ' + (parseInt(showexif) ? 1 : 0) + ')" title="点击放大">点击放大</a>' +
'<img ' + (islazy ? 'file' : 'src') + '="forum.php?mod=image&aid=' + aimgcount[pid][i] + '&size=100x100&key=' + imagelistkey + '&atid=' + tid + '" width="100" height="100" /></div>';
}
if($('imagelistthumb_' + pid)) {
$('imagelistthumb_' + pid).innerHTML = imagelist;
}
}
}
}
function attachimggetsrc(img) {
return $(img).getAttribute('zoomfile') ? $(img).getAttribute('zoomfile') : $(img).getAttribute('file');
}
function attachimglst(pid, op, islazy) {
if(!op) {
$('imagelist_' + pid).style.display = 'none';
$('imagelistthumb_' + pid).style.display = '';
} else {
$('imagelistthumb_' + pid).style.display = 'none';
$('imagelist_' + pid).style.display = '';
if(islazy) {
o = new lazyload();
o.showImage();
} else {
attachimgshow(pid);
}
}
doane();
}
function attachimginfo(obj, infoobj, show, event) {
objinfo = fetchOffset(obj);
if(show) {
$(infoobj).style.left = objinfo['left'] + 'px';
$(infoobj).style.top = obj.offsetHeight < 40 ? (objinfo['top'] + obj.offsetHeight) + 'px' : objinfo['top'] + 'px';
$(infoobj).style.display = '';
} else {
if(BROWSER.ie) {
$(infoobj).style.display = 'none';
return;
} else {
var mousex = document.body.scrollLeft + event.clientX;
var mousey = document.documentElement.scrollTop + event.clientY;
if(mousex < objinfo['left'] || mousex > objinfo['left'] + objinfo['width'] || mousey < objinfo['top'] || mousey > objinfo['top'] + objinfo['height']) {
$(infoobj).style.display = 'none';
}
}
}
}
function signature(obj) {
if(obj.style.maxHeightIE != '') {
var height = (obj.scrollHeight > parseInt(obj.style.maxHeightIE)) ? obj.style.maxHeightIE : obj.scrollHeight + 'px';
if(obj.innerHTML.indexOf('<IMG ') == -1) {
obj.style.maxHeightIE = '';
}
return height;
}
}
function tagshow(event) {
var obj = BROWSER.ie ? event.srcElement : event.target;
ajaxmenu(obj, 0, 1, 2);
}
function parsetag(pid) {
if(!$('postmessage_'+pid) || $('postmessage_'+pid).innerHTML.match(/<script[^\>]*?>/i)) {
return;
}
var havetag = false;
var tagfindarray = new Array();
var str = $('postmessage_'+pid).innerHTML.replace(/(^|>)([^<]+)(?=<|$)/ig, function($1, $2, $3, $4) {
for(i in tagarray) {
if(tagarray[i] && $3.indexOf(tagarray[i]) != -1) {
havetag = true;
$3 = $3.replace(tagarray[i], '<h_ ' + i + '>');
tmp = $3.replace(/&[a-z]*?<h_ \d+>[a-z]*?;/ig, '');
if(tmp != $3) {
$3 = tmp;
} else {
tagfindarray[i] = tagarray[i];
tagarray[i] = '';
}
}
}
return $2 + $3;
});
if(havetag) {
$('postmessage_'+pid).innerHTML = str.replace(/<h_ (\d+)>/ig, function($1, $2) {
return '<span href=\"forum.php?mod=tag&name=' + tagencarray[$2] + '\" onclick=\"tagshow(event)\" class=\"t_tag\">' + tagfindarray[$2] + '</span>';
});
}
}
function setanswer(pid, from){
if(confirm('您确认要把该回复选为“最佳答案”吗?')){
if(BROWSER.ie) {
doane(event);
}
$('modactions').action='forum.php?mod=misc&action=bestanswer&tid=' + tid + '&pid=' + pid + '&from=' + from + '&bestanswersubmit=yes';
$('modactions').submit();
}
}
var authort;
function showauthor(ctrlObj, menuid) {
authort = setTimeout(function () {
showMenu({'menuid':menuid});
if($(menuid + '_ma').innerHTML == '') $(menuid + '_ma').innerHTML = ctrlObj.innerHTML;
}, 500);
if(!ctrlObj.onmouseout) {
ctrlObj.onmouseout = function() {
clearTimeout(authort);
}
}
}
function fastpostappendreply() {
if($('fastpostrefresh') != null) {
setcookie('fastpostrefresh', $('fastpostrefresh').checked ? 1 : 0, 2592000);
if($('fastpostrefresh').checked) {
location.href = 'forum.php?mod=redirect&tid='+tid+'&goto=lastpost&random=' + Math.random() + '#lastpost';
return;
}
}
newpos = fetchOffset($('post_new'));
document.documentElement.scrollTop = newpos['top'];
$('post_new').style.display = '';
$('post_new').id = '';
div = document.createElement('div');
div.id = 'post_new';
div.style.display = 'none';
div.className = '';
$('postlistreply').appendChild(div);
$('fastpostsubmit').disabled = false;
if($('fastpostmessage')) {
$('fastpostmessage').value = '';
} else {
editdoc.body.innerHTML = BROWSER.firefox ? '<br />' : '';
}
if($('secanswer3')) {
$('checksecanswer3').innerHTML = '<img src="' + STATICURL + 'image/common/none.gif" width="17" height="17">';
$('secanswer3').value = '';
secclick3['secanswer3'] = 0;
}
if($('seccodeverify3')) {
$('checkseccodeverify3').innerHTML = '<img src="' + STATICURL + 'image/common/none.gif" width="17" height="17">';
$('seccodeverify3').value = '';
secclick3['seccodeverify3'] = 0;
}
showCreditPrompt();
}
function succeedhandle_fastpost(locationhref, message, param) {
var pid = param['pid'];
var tid = param['tid'];
var from = param['from'];
if(pid) {
ajaxget('forum.php?mod=viewthread&tid=' + tid + '&viewpid=' + pid + '&from=' + from, 'post_new', 'ajaxwaitid', '', null, 'fastpostappendreply()');
if(replyreload) {
var reloadpids = replyreload.split(',');
for(i = 1;i < reloadpids.length;i++) {
ajaxget('forum.php?mod=viewthread&tid=' + tid + '&viewpid=' + reloadpids[i] + '&from=' + from, 'post_' + reloadpids[i]);
}
}
$('fastpostreturn').className = '';
} else {
if(!message) {
message = '本版回帖需要审核,您的帖子将在通过审核后显示';
}
$('post_new').style.display = $('fastpostmessage').value = $('fastpostreturn').className = '';
$('fastpostreturn').innerHTML = message;
}
if(param['sechash']) {
updatesecqaa(param['sechash']);
updateseccode(param['sechash']);
}
if($('attach_tblheader')) {
$('attach_tblheader').style.display = 'none';
}
if($('attachlist')) {
$('attachlist').innerHTML = '';
}
}
function errorhandle_fastpost() {
$('fastpostsubmit').disabled = false;
}
function succeedhandle_comment(locationhref, message, param) {
ajaxget('forum.php?mod=misc&action=commentmore&tid=' + param['tid'] + '&pid=' + param['pid'], 'comment_' + param['pid']);
hideWindow('comment');
showCreditPrompt();
}
function succeedhandle_postappend(locationhref, message, param) {
ajaxget('forum.php?mod=viewthread&tid=' + param['tid'] + '&viewpid=' + param['pid'], 'post_' + param['pid']);
hideWindow('postappend');
}
function recommendupdate(n) {
if(getcookie('recommend')) {
var objv = n > 0 ? $('recommendv_add') : $('recommendv_subtract');
objv.innerHTML = parseInt(objv.innerHTML) + 1;
setTimeout(function () {
$('recommentc').innerHTML = parseInt($('recommentc').innerHTML) + n;
$('recommentv').style.display = 'none';
}, 1000);
setcookie('recommend', '');
}
}
function favoriteupdate() {
var obj = $('favoritenumber');
obj.innerHTML = parseInt(obj.innerHTML) + 1;
}
function relayupdate() {
var obj = $('relaynumber');
obj.innerHTML = parseInt(obj.innerHTML) + 1;
}
function shareupdate() {
var obj = $('sharenumber');
obj.innerHTML = parseInt(obj.innerHTML) + 1;
}
function switchrecommendv() {
display('recommendv');
display('recommendav');
}
function appendreply() {
newpos = fetchOffset($('post_new'));
document.documentElement.scrollTop = newpos['top'];
$('post_new').style.display = '';
$('post_new').id = '';
div = document.createElement('div');
div.id = 'post_new';
div.style.display = 'none';
div.className = '';
$('postlistreply').appendChild(div);
if($('postform')) {
$('postform').replysubmit.disabled = false;
}
showCreditPrompt();
}
function poll_checkbox(obj) {
if(obj.checked) {
p++;
for (var i = 0; i < $('poll').elements.length; i++) {
var e = $('poll').elements[i];
if(p == max_obj) {
if(e.name.match('pollanswers') && !e.checked) {
e.disabled = true;
}
}
}
} else {
p--;
for (var i = 0; i < $('poll').elements.length; i++) {
var e = $('poll').elements[i];
if(e.name.match('pollanswers') && e.disabled) {
e.disabled = false;
}
}
}
$('pollsubmit').disabled = p <= max_obj && p > 0 ? false : true;
}
function itemdisable(i) {
if($('itemt_' + i).className == 'z') {
$('itemt_' + i).className = 'z xg1';
$('itemc_' + i).value = '';
itemset(i);
} else {
$('itemt_' + i).className = 'z';
$('itemc_' + i).value = $('itemc_' + i).value > 0 ? $('itemc_' + i).value : 0;
}
}
function itemop(i, v) {
var h = v > 0 ? '-' + (v * 16) + 'px' : '0';
$('item_' + i).style.backgroundPosition = '10px ' + h;
}
function itemclk(i, v) {
$('itemc_' + i).value = v;
$('itemt_' + i).className = 'z';
}
function itemset(i) {
var v = $('itemc_' + i).value;
var h = v > 0 ? '-' + (v * 16) + 'px' : '0';
$('item_' + i).style.backgroundPosition = '10px ' + h;
}
function checkmgcmn(id) {
if($('mgc_' + id) && !$('mgc_' + id + '_menu').getElementsByTagName('li').length) {
$('mgc_' + id).innerHTML = '';
$('mgc_' + id).style.display = 'none';
}
}
function toggleRatelogCollapse(tarId, ctrlObj) {
if($(tarId).className == 'rate') {
$(tarId).className = 'rate rate_collapse';
setcookie('ratecollapse', 1, 2592000);
ctrlObj.innerHTML = '展开';
} else {
$(tarId).className = 'rate';
setcookie('ratecollapse', 0, -2592000);
ctrlObj.innerHTML = '收起';
}
}
function copyThreadUrl(obj) {
setCopy($('thread_subject').innerHTML.replace(/&/g, '&') + '\n' + obj.href + '\n', '帖子地址已经复制到剪贴板');
return false;
}
function replyNotice() {
var newurl = 'forum.php?mod=misc&action=replynotice&tid=' + tid + '&op=';
var replynotice = $('replynotice');
var status = replynotice.getAttribute("status");
if(status == 1) {
replynotice.href = newurl + 'receive';
replynotice.innerHTML = '接收回复通知';
replynotice.setAttribute("status", 0);
} else {
replynotice.href = newurl + 'ignore';
replynotice.innerHTML = '取消回复通知';
replynotice.setAttribute("status", 1);
}
}
var connect_share_loaded = 0;
function connect_share(connect_share_url, connect_uin) {
if(parseInt(discuz_uid) <= 0) {
return true;
} else {
if(connect_uin) {
setTimeout(function () {
if(!connect_share_loaded) {
showDialog('分享服务连接失败,请稍后再试。', 'notice');
$('append_parent').removeChild($('connect_load_js'));
}
}, 5000);
connect_load(connect_share_url);
} else {
showDialog($('connect_share_unbind').innerHTML, 'info', '请先绑定QQ账号');
}
return false;
}
}
function connect_load(src) {
var e = document.createElement('script');
e.type = "text/javascript";
e.id = 'connect_load_js';
e.src = src + '&_r=' + Math.random();
e.async = true;
$('append_parent').appendChild(e);
}
function connect_show_dialog(title, html, type) {
var type = type ? type : 'info';
showDialog(html, type, title, null, 0);
}
function connect_get_thread() {
connect_thread_info.subject = $('connect_thread_title').value;
if ($('postmessage_' + connect_thread_info.post_id)) {
connect_thread_info.html_content = preg_replace(["'"], ['%27'], encodeURIComponent(preg_replace(['本帖最后由 .*? 于 .*? 编辑',' ','<em onclick="copycode\\(\\$\\(\'code0\'\\)\\);">复制代码</em>'], ['',' ', ''], $('postmessage_' + connect_thread_info.post_id).innerHTML)));
}
return connect_thread_info;
}
function lazyload(className) {
var obj = this;
lazyload.className = className;
this.getOffset = function (el, isLeft) {
var retValue = 0 ;
while (el != null ) {
retValue += el["offset" + (isLeft ? "Left" : "Top" )];
el = el.offsetParent;
}
return retValue;
};
this.initImages = function (ele) {
lazyload.imgs = [];
var eles = lazyload.className ? $C(lazyload.className, ele) : [document.body];
for (var i = 0; i < eles.length; i++) {
var imgs = eles[i].getElementsByTagName('IMG');
for(var j = 0; j < imgs.length; j++) {
if(imgs[j].getAttribute('file') && !imgs[j].getAttribute('lazyloaded')) {
if(this.getOffset(imgs[j]) > document.documentElement.clientHeight) {
lazyload.imgs.push(imgs[j]);
} else {
imgs[j].setAttribute('src', imgs[j].getAttribute('file'));
imgs[j].setAttribute('lazyloaded', 'true');
}
}
}
}
};
this.showImage = function() {
this.initImages();
if(!lazyload.imgs.length) return false;
var imgs = [];
var scrollTop = Math.max(document.documentElement.scrollTop , document.body.scrollTop);
for (var i=0; i<lazyload.imgs.length; i++) {
var img = lazyload.imgs[i];
var offsetTop = this.getOffset(img);
if (!img.getAttribute('lazyloaded') && offsetTop > document.documentElement.clientHeight && (offsetTop - scrollTop < document.documentElement.clientHeight)) {
var dom = document.createElement('div');
var width = img.getAttribute('width') ? img.getAttribute('width') : 100;
var height = img.getAttribute('height') ? img.getAttribute('height') : 100;
dom.innerHTML = '<div style="width: '+width+'px; height: '+height+'px;background: url('+IMGDIR + '/loading.gif) no-repeat center center;"></div>';
img.parentNode.insertBefore(dom.childNodes[0], img);
img.onload = function () {if(!this.getAttribute('_load')) {this.setAttribute('_load', 1);this.style.width = this.style.height = '';this.parentNode.removeChild(this.previousSibling);}};
img.style.width = img.style.height = '1px';
img.setAttribute('src', img.getAttribute('file') ? img.getAttribute('file') : img.getAttribute('src'));
img.setAttribute('lazyloaded', true);
} else {
imgs.push(img);
}
}
lazyload.imgs = imgs;
return true;
};
this.showImage();
_attachEvent(window, 'scroll', function(){obj.showImage();});
}
function update_collection(){
sum = 1;
$('collectionnumber').innerText = parseInt($('collectionnumber').innerText)+sum;
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: common_diy.js 31093 2012-07-16 03:54:34Z zhangguosheng $
*/
String.prototype.property2js = function(){
var t = this.replace(/-([a-z])/g, function($0, $1) {return $1.toUpperCase();});
return t;
};
function styleCss(n) {
if(typeof n == "number") {
var _s = document.styleSheets[n];
} else {
return false;
}
this.sheet = _s;
this.rules = _s.cssRules ? _s.cssRules : _s.rules;
};
styleCss.prototype.indexOf = function(selector) {
for(var i = 0; i < this.rules.length; i++) {
if (typeof(this.rules[i].selectorText) == 'undefined') continue;
if(this.rules[i].selectorText == selector) {
return i;
}
}
return -1;
};
styleCss.prototype.removeRule = function(n) {
if(typeof n == "number") {
if(n < this.rules.length) {
this.sheet.removeRule ? this.sheet.removeRule(n) : this.sheet.deleteRule(n);
}
} else {
var i = this.indexOf(n);
if (i>0) this.sheet.removeRule ? this.sheet.removeRule(i) : this.sheet.deleteRule(i);
}
};
styleCss.prototype.addRule = function(selector, styles, n, porperty) {
var i = this.indexOf(selector);
var s = '';
var reg = '';
if (i != -1) {
reg = new RegExp('^'+porperty+'.*;','i');
s = this.getRule(selector);
if (s) {
s = s.replace(selector,'').replace('{', '').replace('}', '').replace(/ /g, ' ').replace(/^ | $/g,'');
s = (s != '' && s.substr(-1,1) != ';') ? s+ ';' : s;
s = s.toLowerCase().replace(reg, '');
if (s.length == 1) s = '';
}
this.removeRule(i);
}
s = s.indexOf('!important') > -1 || s.indexOf('! important') > -1 ? s : s.replace(/;/g,' !important;');
s = s + styles;
if (typeof n == 'undefined' || !isNaN(n)) {
n = this.rules.length;
}
if (this.sheet.insertRule) {
this.sheet.insertRule(selector+'{'+s+'}', n);
} else {
if (s) this.sheet.addRule(selector, s, n);
}
};
styleCss.prototype.setRule = function(selector, attribute, value) {
var i = this.indexOf(selector);
if(-1 == i) return false;
this.rules[i].style[attribute] = value;
return true;
};
styleCss.prototype.getRule = function(selector, attribute) {
var i = this.indexOf(selector);
if(-1 == i) return '';
var value = '';
if (typeof attribute == 'undefined') {
value = typeof this.rules[i].cssText != 'undefined' ? this.rules[i].cssText : this.rules[i].style['cssText'];
} else {
value = this.rules[i].style[attribute];
}
return typeof value != 'undefined' ? value : '';
};
styleCss.prototype.removeAllRule = function(noSearch) {
var num = this.rules.length;
var j = 0;
for(var i = 0; i < num; i ++) {
var selector = this.rules[this.rules.length - 1 - j].selectorText;
if(noSearch == 1) {
this.sheet.removeRule ? this.sheet.removeRule(this.rules.length - 1 - j) : this.sheet.deleteRule(this.rules.length - 1 - j);
} else {
j++;
}
}
};
if (!Array.prototype.indexOf) {
Array.prototype.indexOf = function (element, index) {
var length = this.length;
if (index == null) {
index = 0;
} else {
index = (!isNaN(index) ? index : parseInt(index));
if (index < 0) index = length + index;
if (index < 0) index = 0;
}
for (var i = index; i < length; i++) {
var current = this[i];
if (!(typeof(current) === 'undefined') || i in this) {
if (current === element) return i;
}
}
return -1;
};
}
if (!Array.prototype.filter){
Array.prototype.filter = function(fun , thisp){
var len = this.length;
if (typeof fun != "function")
throw new TypeError();
var res = new Array();
var thisp = arguments[1];
for (var i = 0; i < len; i++){
if (i in this){
var val = this[i];
if (fun.call(thisp, val, i, this)) res.push(val);
}
}
return res;
};
}
var Util = {
event: function(event){
Util.e = event || window.event;
Util.e.aim = Util.e.target || Util.e.srcElement;
if (!Util.e.preventDefault) {
Util.e.preventDefault = function(){
Util.e.returnValue = false;
};
}
if (!Util.e.stopPropagation) {
Util.e.stopPropagation = function(){
Util.e.cancelBubble = true;
};
}
if (typeof Util.e.layerX == "undefined") {
Util.e.layerX = Util.e.offsetX;
}
if (typeof Util.e.layerY == "undefined") {
Util.e.layerY = Util.e.offsetY;
}
if (typeof Util.e.which == "undefined") {
Util.e.which = Util.e.button;
}
return Util.e;
},
url: function(s){
var s2 = s.replace(/(\(|\)|\,|\s|\'|\"|\\)/g, '\\$1');
if (/\\\\$/.test(s2)) {
s2 += ' ';
}
return "url('" + s2 + "')";
},
trimUrl : function(s){
var s2 = s.toLowerCase().replace(/url\(|\"|\'|\)/g,'');
return s2;
},
swapDomNodes: function(a, b){
var afterA = a.nextSibling;
if (afterA == b) {
swapDomNodes(b, a);
return;
}
var aParent = a.parentNode;
b.parentNode.replaceChild(a, b);
aParent.insertBefore(b, afterA);
},
hasClass: function(el, name){
return el && el.nodeType == 1 && el.className.split(/\s+/).indexOf(name) != -1;
},
addClass: function(el, name){
el.className += this.hasClass(el, name) ? '' : ' ' + name;
},
removeClass: function(el, name){
var names = el.className.split(/\s+/);
el.className = names.filter(function(n){
return name != n;
}).join(' ');
},
getTarget: function(e, attributeName, value){
var target = e.target || e.srcElement;
while (target != null) {
if (attributeName == 'className') {
if (this.hasClass(target, value)) {
return target;
}
}else if (target[attributeName] == value) {
return target;
}
target = target.parentNode;
}
return false;
},
getOffset:function (el, isLeft) {
var retValue = 0 ;
while (el != null ) {
retValue += el["offset" + (isLeft ? "Left" : "Top" )];
el = el.offsetParent;
}
return retValue;
},
insertBefore: function (newNode, targetNode) {
var parentNode = targetNode.parentNode;
var next = targetNode.nextSibling;
if (targetNode.id && targetNode.id.indexOf('temp')>-1) {
parentNode.insertBefore(newNode,targetNode);
} else if (!next) {
parentNode.appendChild(newNode);
} else {
parentNode.insertBefore(newNode,targetNode);
}
},
insertAfter : function (newNode, targetNode) {
var parentNode = targetNode.parentNode;
var next = targetNode.nextSibling;
if (next) {
parentNode.insertBefore(newNode,next);
} else {
parentNode.appendChild(newNode);
}
},
getScroll: function () {
var t, l, w, h;
if (document.documentElement && document.documentElement.scrollTop) {
t = document.documentElement.scrollTop;
l = document.documentElement.scrollLeft;
w = document.documentElement.scrollWidth;
h = document.documentElement.scrollHeight;
} else if (document.body) {
t = document.body.scrollTop;
l = document.body.scrollLeft;
w = document.body.scrollWidth;
h = document.body.scrollHeight;
}
return {t: t, l: l, w: w, h: h};
},
hide:function (ele){
if (typeof ele == 'string') {ele = $(ele);}
if (ele){ele.style.display = 'none';ele.style.visibility = 'hidden';}
},
show:function (ele){
if (typeof ele == 'string') {ele = $(ele);}
if (ele) {
this.removeClass(ele, 'hide');
ele.style.display = '';
ele.style.visibility = 'visible';
}
},
cancelSelect : function () {
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
},
getSelectText : function () {
var t = '';
if (window.getSelection) {
t = window.getSelection();
} else if (document.getSelection) {
t = document.getSelection();
} else if (document.selection) {
t = document.selection.createRange().text;
} else {
t = '';
}
return t;
},
toggleEle : function (ele) {
ele = (typeof ele !='object') ? $(ele) : ele;
if (!ele) return false;
var value = this.getFinallyStyle(ele,'display');
if (value =='none') {
this.show(ele);
this.hide($('uploadmsg_button'));
} else {
this.hide(ele);
this.show($('uploadmsg_button'));
}
},
getFinallyStyle : function (ele,property) {
ele = (typeof ele !='object') ? $(ele) : ele;
var style = (typeof(ele['currentStyle']) == 'undefined') ? window.getComputedStyle(ele,null)[property] : ele['currentStyle'][property];
if (typeof style == 'undefined' && property == 'backgroundPosition') {
style = ele['currentStyle']['backgroundPositionX'] + ' ' +ele['currentStyle']['backgroundPositionY'];
}
return style;
},
recolored:function (){
var b = document.body;
b.style.zoom = b.style.zoom=="1"?"100%":"1";
},
getRandom : function (len,type) {
len = len < 0 ? 0 : len;
type = type && type<=3? type : 3;
var str = '';
for (var i = 0; i < len; i++) {
var j = Math.ceil(Math.random()*type);
if (j == 1) {
str += Math.ceil(Math.random()*9);
} else if (j == 2) {
str += String.fromCharCode(Math.ceil(Math.random()*25+65));
} else {
str += String.fromCharCode(Math.ceil(Math.random()*25+97));
}
}
return str;
},
fade : function(obj,timer,ftype,cur,fn) {
if (this.stack == undefined) {this.stack = [];}
obj = typeof obj == 'string' ? $(obj) : obj;
if (!obj) return false;
for (var i=0;i<this.stack.length;i++) {
if (this.stack[i] == obj && (cur == 0 || cur == 100)) return false;
}
if (cur == 0 || cur == 100) {this.stack.push(obj);}
ftype = ftype != 'in' && ftype != 'out' ? 'out' : ftype;
timer = timer || 400;
var step = 100/(timer/20);
obj.style.filter = 'Alpha(opacity=' + cur + ')';
obj.style.opacity = cur / 100;
cur = ftype == 'in' ? cur + step : cur - step ;
var fadeTimer = (function(){
return setTimeout(function () {
Util.fade(obj, timer, ftype, cur, fn);
}, 20);
})();
this[ftype == 'in' ? 'show' : 'hide'](obj);
if(ftype == 'in' && cur >= 100 || ftype == 'out' && cur <= 0) {
clearTimeout(fadeTimer);
for (i=0;i<this.stack.length;i++) {
if (this.stack[i] == obj ) {
this.stack.splice(i,1);break;
}
}
fn = fn || function(){};
fn(obj);
}
return obj;
},
fadeIn : function (obj,timer,fn) {
return this.fade(obj, timer, 'in', 0, fn);
},
fadeOut : function (obj,timer,fn) {
return this.fade(obj, timer, 'out', 100, fn);
},
getStyle : function (ele) {
if (ele) {
var s = ele.getAttribute('style') || '';
return typeof s == 'object' ? s.cssText : s;
}
return false;
},
setStyle : function (ele,cssText) {
if (ele) {
var s = ele.getAttribute('style') || '';
return typeof s == 'object' ? s.cssText = cssText : ele.setAttribute('style',cssText);
}
return false;
},
getText : function (ele) {
var t = ele.innerText ? ele.innerText : ele.textContent;
return !t ? '' : t;
},
rgb2hex : function (color) {
if (!color) return '';
var reg = new RegExp('(\\d+)[, ]+(\\d+)[, ]+(\\d+)','g');
var rgb = reg.exec(color);
if (rgb == null) rgb = [0,0,0,0];
var red = rgb[1], green = rgb[2], blue = rgb[3];
var decColor = 65536 * parseInt(red) + 256 * parseInt(green) + parseInt(blue);
var hex = decColor.toString(16).toUpperCase();
var pre = new Array(6 - hex.length + 1).join('0');
hex = pre + hex;
return hex;
},
formatColor : function (color) {
return color == '' || color.indexOf('#')>-1 || color.toLowerCase() == 'transparent' ? color : '#'+Util.rgb2hex(color);
}
};
(function(){
Frame = function(name, className, top, left, moveable){
this.name = name;
this.top = top;
this.left = left;
this.moveable = moveable ? true : false;
this.columns = [];
this.className = className;
this.titles = [];
if (typeof Frame._init == 'undefined') {
Frame.prototype.addColumn = function (column) {
if (column instanceof Column) {
this.columns[column.name] = column;
}
};
Frame.prototype.addFrame = function(columnId, frame) {
if (frame instanceof Frame || frame instanceof Tab){
this.columns[columnId].children.push(frame);
}
};
Frame.prototype.addBlock = function(columnId, block) {
if (block instanceof Block){
this.columns[columnId].children.push(block);
}
};
}
Frame._init = true;
};
Column = function (name, className) {
this.name = name;
this.className = className;
this.children = [];
};
Tab = function (name, className, top, left, moveable) {
Frame.apply(this, arguments);
};
Tab.prototype = new Frame();
Block = function(name, className, top, left) {
this.name = name;
this.top = top;
this.left = left;
this.className = className;
this.titles = [];
};
Drag = function () {
this.data = [];
this.scroll = {};
this.menu = [];
this.data = [];
this.allBlocks = [];
this.overObj = '';
this.dragObj = '';
this.dragObjFrame = '';
this.overObjFrame = '';
this.isDragging = false;
this.layout = 2;
this.frameClass = 'frame';
this.blockClass = 'block';
this.areaClass = 'area';
this.moveableArea = [];
this.moveableColumn = 'column';
this.moveableObject = 'move-span';
this.titleClass = 'title';
this.hideClass = 'hide';
this.titleTextClass = 'titletext';
this.frameTitleClass = 'frame-title',
this.tabClass = 'frame-tab';
this.tabActivityClass = 'tabactivity';
this.tabTitleClass = 'tab-title';
this.tabContentClass = 'tb-c';
this.moving = 'moving';
this.contentClass = 'dxb_bc';
this.tmpBoxElement = null ;
this.dargRelative = {};
this.scroll = {};
this.menu = [];
this.rein = [];
this.newFlag = false;
this.isChange = false;
this.fn = '';
this._replaceFlag = false;
this.sampleMode = false;
this.sampleBlocks = null;
this.advancedStyleSheet = null;
};
Drag.prototype = {
getTmpBoxElement : function () {
if (!this.tmpBoxElement) {
this.tmpBoxElement = document.createElement("div");
this.tmpBoxElement.id = 'tmpbox';
this.tmpBoxElement.className = "tmpbox" ;
this.tmpBoxElement.style.width = this.overObj.offsetWidth-4+"px";
this.tmpBoxElement.style.height = this.overObj.offsetHeight-4+"px";
} else if (this.overObj && this.overObj.offsetWidth > 0) {
this.tmpBoxElement.style.width = this.overObj.offsetWidth-4+"px";
}
return this.tmpBoxElement;
},
getPositionStr : function (){
this.initPosition();
var start = '<?xml version="1.0" encoding="ISO-8859-1"?><root>';
var end ="</root>";
var str = "";
for (var i in this.data) {
if (typeof this.data[i] == 'function') continue;
str += '<item id="' + i + '">';
for (var j in this.data[i]) {
if (!(this.data[i][j] instanceof Frame || this.data[i][j] instanceof Tab)) continue;
str += this._getFrameXML(this.data[i][j]);
}
str += '</item>';
}
return start + str + end;
},
_getFrameXML : function (frame) {
if (!(frame instanceof Frame || frame instanceof Tab) || frame.name.indexOf('temp') > 0) return '';
var itemId = frame instanceof Tab ? 'tab' : 'frame';
var Cstr = "";
var name = frame.name;
var frameAttr = this._getAttrXML(frame);
var columns = frame['columns'];
for (var j in columns) {
if (columns[j] instanceof Column) {
var Bstr = '';
var colChildren = columns[j].children;
for (var k in colChildren) {
if (k == 'attr' || typeof colChildren[k] == 'function' || colChildren[k].name.indexOf('temp') > 0) continue;
if (colChildren[k] instanceof Block) {
Bstr += '<item id="block`' + colChildren[k]['name'] + '">';
Bstr += this._getAttrXML(colChildren[k]);
Bstr += '</item>';
} else if (colChildren[k] instanceof Frame || colChildren[k] instanceof Tab) {
Bstr += this._getFrameXML(colChildren[k]);
}
}
var columnAttr = this._getAttrXML(columns[j]);
Cstr += '<item id="column`' + j + '">' + columnAttr + Bstr + '</item>';
}
}
return '<item id="' + itemId + '`' + name + '">' + frameAttr + Cstr + '</item>';
},
_getAttrXML : function (obj) {
var attrXml = '<item id="attr">';
var trimAttr = ['left', 'top'];
var xml = '';
if (obj instanceof Frame || obj instanceof Tab || obj instanceof Block || obj instanceof Column) {
for (var i in obj) {
if (i == 'titles') {
xml += this._getTitlesXML(obj[i]);
}
if (!(typeof obj[i] == 'object' || typeof obj[i] == 'function')) {
if (trimAttr.indexOf(i) >= 0) continue;
xml += '<item id="' + i + '"><![CDATA[' + obj[i] + ']]></item>';
}
}
}else {
xml += '';
}
return attrXml + xml + '</item>';
},
_getTitlesXML : function (titles) {
var xml = '<item id="titles">';
for (var i in titles) {
if (typeof titles[i] == 'function') continue;
xml += '<item id="'+i+'">';
for (var j in titles[i]) {
if (typeof titles[i][j] == 'function') continue;
xml += '<item id="'+j+'"><![CDATA[' + titles[i][j] + ']]></item>';
}
xml += '</item>';
}
xml += '</item>';
return xml;
},
getCurrentOverObj : function (e) {
var _clientX = parseInt(this.dragObj.style.left);
var _clientY = parseInt(this.dragObj.style.top);
var max = 10000000;
for (var i in this.data) {
for (var j in this.data[i]) {
if (!(this.data[i][j] instanceof Frame || this.data[i][j] instanceof Tab)) continue;
var min = this._getMinDistance(this.data[i][j], max);
if (min.distance < max) {
var id = min.id;
max = min.distance;
}
}
}
return $(id);
},
_getMinDistance : function (ele, max) {
if(ele.name==this.dragObj.id) return {"id":ele.name, "distance":max};
var _clientX = parseInt(this.dragObj.style.left);
var _clientY = parseInt(this.dragObj.style.top);
var id;
var isTabInTab = Util.hasClass(this.dragObj, this.tabClass) && Util.hasClass($(ele.name).parentNode.parentNode, this.tabClass);
if (ele instanceof Frame || ele instanceof Tab) {
if (ele.moveable && !isTabInTab) {
var isTab = Util.hasClass(this.dragObj, this.tabClass);
var isFrame = Util.hasClass(this.dragObj, this.frameClass);
var isBlock = Util.hasClass(this.dragObj, this.blockClass) && Util.hasClass($(ele.name).parentNode, this.moveableColumn);
if ( isTab || isFrame || isBlock) {
var _Y = ele['top'] - _clientY;
var _X = ele['left'] - _clientX;
var distance = Math.sqrt(Math.pow(_X, 2) + Math.pow(_Y, 2));
if (distance < max) {
max = distance;
id = ele.name;
}
}
}
for (var i in ele['columns']) {
var column = ele['columns'][i];
if (column instanceof Column) {
for (var j in column['children']) {
if ((column['children'][j] instanceof Tab || column['children'][j] instanceof Frame || column['children'][j] instanceof Block)) {
var min = this._getMinDistance(column['children'][j], max);
if (min.distance < max) {
id = min.id;
max = min.distance;
}
}
}
}
}
return {"id":id, "distance":max};
} else {
if (isTabInTab) return {'id': ele['name'], 'distance': max};
var _Y = ele['top'] - _clientY;
var _X = ele['left'] - _clientX;
var distance = Math.sqrt(Math.pow(_X, 2) + Math.pow(_Y, 2));
if (distance < max) {
return {'id': ele['name'], 'distance': distance};
} else {
return {'id': ele['name'], 'distance': max};
}
}
},
getObjByName : function (name, data) {
if (!name) return false;
data = data || this.data;
if ( data instanceof Frame) {
if (data.name == name) {
return data;
} else {
var d = this.getObjByName(name,data['columns']);
if (name == d.name) return d;
}
} else if (data instanceof Block) {
if (data.name == name) return data;
} else if (typeof data == 'object') {
for (var i in data) {
var d = this.getObjByName(name, data[i]);
if (name == d.name) return d;
}
}
return false;
},
initPosition : function () {
this.data = [],this.allBlocks = [];
var blocks = $C(this.blockClass);
for(var i = 0; i < blocks.length; i++) {
if (blocks[i]['id'].indexOf('temp') < 0) {
this.checkEdit(blocks[i]);
this.allBlocks.push(blocks[i]['id'].replace('portal_block_',''));
}
}
var areaLen = this.moveableArea.length;
for (var j = 0; j < areaLen; j++ ) {
var area = this.moveableArea[j];
var areaData = [];
if (typeof area == 'object') {
this.checkTempDiv(area.id);
var frames = area.childNodes;
for (var i in frames) {
if (typeof(frames[i]) != 'object') continue;
if (Util.hasClass(frames[i], this.frameClass) || Util.hasClass(frames[i], this.blockClass)
|| Util.hasClass(frames[i], this.tabClass) || Util.hasClass(frames[i], this.moveableObject)) {
areaData.push(this.initFrame(frames[i]));
}
}
this.data[area.id] = areaData;
}
}
this._replaceFlag = true;
},
removeBlockPointer : function(e) {this.removeBlock(e);},
toggleContent : function (e) {
if ( typeof e !== 'string') {
e = Util.event(e);
var id = e.aim.id.replace('_edit_toggle','');
} else {
id = e;
}
var obj = this.getObjByName(id);
var display = '';
if (obj instanceof Block || obj instanceof Tab) {
display = $(id+'_content').style.display;
Util.toggleEle(id+'_content');
} else {
var col = obj.columns;
for (var i in col) {
display = $(i).style.display;
Util.toggleEle($(i));
}
}
if(display != '') {
e.aim.src=STATICURL+'/image/common/fl_collapsed_no.gif';
} else {
e.aim.src=STATICURL+'/image/common/fl_collapsed_yes.gif';
}
},
checkEdit : function (ele) {
if (!ele || Util.hasClass(ele, 'temp') || ele.getAttribute('noedit')) return false;
var id = ele.id;
var _method = this;
if (!$(id+'_edit')) {
var _method = this;
var dom = document.createElement('div');
dom.className = 'edit hide';
dom.id = id+'_edit';
dom.innerHTML = '<span id="'+id+'_edit_menu">编辑</span>';
ele.appendChild(dom);
$(id+'_edit_menu').onclick = function (e){Drag.prototype.toggleMenu.call(_method, e, this);};
}
ele.onmouseover = function (e) {Drag.prototype.showEdit.call(_method,e);};
ele.onmouseout = function (e) {Drag.prototype.hideEdit.call(_method,e);};
},
initFrame : function (frameEle) {
if (typeof(frameEle) != 'object') return '';
var frameId = frameEle.id;
if(!this.sampleMode) {
this.checkEdit(frameEle);
}
var moveable = Util.hasClass(frameEle, this.moveableObject);
var frameObj = '';
if (Util.hasClass(frameEle, this.tabClass)) {
this._initTabActivity(frameEle);
frameObj = new Tab(frameId, frameEle.className, Util.getOffset(frameEle,false), Util.getOffset(frameEle,true), moveable);
} else if (Util.hasClass(frameEle, this.frameClass) || Util.hasClass(frameEle, this.moveableObject)) {
if (Util.hasClass(frameEle, this.frameClass) && !this._replaceFlag) this._replaceFrameColumn(frameEle);
frameObj = new Frame(frameId, frameEle.className, Util.getOffset(frameEle,false), Util.getOffset(frameEle,true), moveable);
}
this._initColumn(frameObj, frameEle);
return frameObj;
},
_initColumn : function (frameObj,frameEle) {
var columns = frameEle.children;
if (Util.hasClass(frameEle.parentNode.parentNode,this.tabClass)) {
var col2 = $(frameEle.id+'_content').children;
var len = columns.length;
for (var i in col2) {
if (typeof(col2[i]) == 'object') columns[len+i] = col2[i];
}
}
for (var i in columns) {
if (typeof(columns[i]) != 'object') continue;
if (Util.hasClass(columns[i], this.titleClass)) {
this._initTitle(frameObj, columns[i]);
}
this._initEleTitle(frameObj, frameEle);
if (Util.hasClass(columns[i], this.moveableColumn)) {
var columnId = columns[i].id;
var column = new Column(columnId, columns[i].className);
frameObj.addColumn(column);
this.checkTempDiv(columnId);
var elements = columns[i].children;
var eleLen = elements.length;
for (var j = 0; j < eleLen; j++) {
var ele = elements[j];
if (Util.hasClass(ele, this.frameClass) || Util.hasClass(ele, this.tabClass)) {
var frameObj2 = this.initFrame(ele);
frameObj.addFrame(columnId, frameObj2);
} else if (Util.hasClass(ele, this.blockClass) || Util.hasClass(ele, this.moveableObject)) {
var block = new Block(ele.id, ele.className, Util.getOffset(ele, false), Util.getOffset(ele, true));
for (var k in ele.children) {
if (Util.hasClass(ele.children[k], this.titleClass)) this._initTitle(block, ele.children[k]);
}
this._initEleTitle(block, ele);
frameObj.addBlock(columnId, block);
}
}
}
}
},
_initTitle : function (obj, ele) {
if (Util.hasClass(ele, this.titleClass)) {
obj.titles['className'] = [ele.className];
obj.titles['style'] = {};
if (ele.style.backgroundImage) obj.titles['style']['background-image'] = ele.style.backgroundImage;
if (ele.style.backgroundRepeat) obj.titles['style']['background-repeat'] = ele.style.backgroundRepeat;
if (ele.style.backgroundColor) obj.titles['style']['background-color'] = ele.style.backgroundColor;
if (obj instanceof Tab) {
obj.titles['switchType'] = [];
obj.titles['switchType'][0] = ele.getAttribute('switchtype') ? ele.getAttribute('switchtype') : 'click';
}
var ch = ele.children;
for (var k in ch) {
if (Util.hasClass(ch[k], this.titleTextClass)){
this._getTitleData(obj, ch[k], 'first');
} else if (typeof ch[k] == 'object' && !Util.hasClass(ch[k], this.moveableObject)) {
this._getTitleData(obj, ch[k]);
}
}
}
},
_getTitleData : function (obj, ele, i) {
var shref = '',ssize = '',sfloat = '',scolor = '',smargin = '',stext = '', src = '';
var collection = ele.getElementsByTagName('a');
if (collection.length > 0) {
shref = collection[0]['href'];
scolor = collection[0].style['color'] + ' !important';
}
collection = ele.getElementsByTagName('img');
if (collection.length > 0) {
src = collection[0]['src'];
}
stext = Util.getText(ele);
if (stext || src) {
scolor = scolor ? scolor : ele.style['color'];
sfloat = ele.style['styleFloat'] ? ele.style['styleFloat'] : ele.style['cssFloat'] ;
sfloat = sfloat == undefined ? '' : sfloat;
var margin_ = sfloat == '' ? 'left' : sfloat;
smargin = parseInt(ele.style[('margin-'+margin_).property2js()]);
smargin = smargin ? smargin : '';
ssize = parseInt(ele.style['fontSize']);
ssize = ssize ? ssize : '';
var data = {'text':stext, 'href':shref,'color':scolor, 'float':sfloat, 'margin':smargin, 'font-size':ssize, 'className':ele.className, 'src':src};
if (i) {
obj.titles[i] = data;
} else {
obj.titles.push(data);
}
}
},
_initEleTitle : function (obj,ele) {
if (Util.hasClass(ele, this.moveableObject)) {
if (obj.titles['first'] && obj.titles['first']['text']) {
var title = obj.titles['first']['text'];
} else {
var title = obj.name;
}
}
},
showBlockName : function (ele) {
var title = $C('block-name', ele, 'div');
if(title.length) {
Util.show(title[0]);
}
},
hideBlockName : function (ele) {
var title = $C('block-name', ele, 'div');
if(title.length) {
Util.hide(title[0]);
}
},
showEdit : function (e) {
e = Util.event(e);
var targetObject = Util.getTarget(e,'className',this.moveableObject);
if (targetObject) {
Util.show(targetObject.id + '_edit');
targetObject.style.backgroundColor="#fffacd";
this.showBlockName(targetObject);
} else {
var targetFrame = Util.getTarget(e,'className',this.frameClass);
if (typeof targetFrame == 'object') {
Util.show(targetFrame.id + '_edit');
targetFrame.style.backgroundColor="#fffacd";
}
}
},
hideEdit : function (e) {
e = Util.event(e);
var targetObject = Util.getTarget(e,'className',this.moveableObject);
var targetFrame = Util.getTarget(e,'className',this.frameClass);
if (typeof targetFrame == 'object') {
Util.hide(targetFrame.id + '_edit');
targetFrame.style.backgroundColor = '';
}
if (typeof targetObject == 'object') {
Util.hide(targetObject.id + '_edit');
targetObject.style.backgroundColor = '';
this.hideBlockName(targetObject);
}
},
toggleMenu : function (e, obj) {
e = Util.event(e);
e.stopPropagation();
var objPara = {'top' : Util.getOffset( obj, false),'left' : Util.getOffset( obj, true),
'width' : obj['offsetWidth'], 'height' : obj['offsetHeight']};
var dom = $('edit_menu');
if (dom) {
if (objPara.top + objPara.height == Util.getOffset(dom, false) && objPara.left == Util.getOffset(dom, true)) {
dom.parentNode.removeChild(dom);
} else {
dom.style.top = objPara.top + objPara.height + 'px';
dom.style.left = objPara.left + 'px';
dom.innerHTML = this._getMenuHtml(e, obj);
}
} else {
var html = this._getMenuHtml(e, obj);
if (html != '') {
dom = document.createElement('div');
dom.id = 'edit_menu';
dom.className = 'edit-menu';
dom.style.top = objPara.top + objPara.height + 'px';
dom.style.left = objPara.left + 'px';
dom.innerHTML = html;
document.body.appendChild(dom);
var _method = this;
document.body.onclick = function(e){Drag.prototype.removeMenu.call(_method, e);};
}
}
},
_getMenuHtml : function (e,obj) {
var id = obj.id.replace('_edit_menu','');
var html = '<ul>';
if (typeof this.menu[id] == 'object') html += this._getMenuHtmlLi(id, this.menu[id]);
if (Util.hasClass($(id),this.tabClass) && typeof this.menu['tab'] == 'object') html += this._getMenuHtmlLi(id, this.menu['tab']);
if (Util.hasClass($(id),this.frameClass) && typeof this.menu['frame'] == 'object') html += this._getMenuHtmlLi(id, this.menu['frame']);
if (Util.hasClass($(id),this.blockClass) && typeof this.menu['block'] == 'object') html += this._getMenuHtmlLi(id, this.menu['block']);
if (typeof this.menu['default'] == 'object' && this.getObjByName(id)) html += this._getMenuHtmlLi(id, this.menu['default']);
html += '</ul>';
return html == '<ul></ul>' ? '' : html;
},
_getMenuHtmlLi : function (id, cmds) {
var li = '';
var len = cmds.length;
for (var i=0; i<len; i++) {
li += '<li class="mitem" id="cmd_'+id+'" onclick='+"'"+cmds[i]['cmd']+"'"+'>'+cmds[i]['cmdName']+'</li>';
}
return li;
},
removeMenu : function (e) {
var dom = $('edit_menu');
if (dom) dom.parentNode.removeChild(dom);
document.body.onclick = '';
},
addMenu : function (objId,cmdName,cmd) {
if (typeof this.menu[objId] == 'undefined') this.menu[objId] = [];
this.menu[objId].push({'cmdName':cmdName, 'cmd':cmd});
},
setDefalutMenu : function () {},
setSampleMenu : function () {},
getPositionKey : function (n) {
this.initPosition();
n = parseInt(n);
var i = 0;
for (var k in this.position) {
if (i++ >= n) break;
}
return k;
},
checkTempDiv : function (_id) {
if(_id) {
var id = _id+'_temp';
var dom = $(id);
if (dom == null || typeof dom == 'undefined') {
dom = document.createElement("div");
dom.className = this.moveableObject+' temp';
dom.id = id;
$(_id).appendChild(dom);
}
}
},
_setCssPosition : function (ele, value) {
while (ele && ele.parentNode && ele.id != 'ct') {
if (Util.hasClass(ele,this.frameClass) || Util.hasClass(ele,this.tabClass)) ele.style.position = value;
ele = ele.parentNode;
}
},
initDragObj : function (e) {
e = Util.event(e);
var target = Util.getTarget(e,'className',this.moveableObject);
if (!target) {return false;}
if (this.overObj != target && target.id !='tmpbox') {
this.overObj = target;
this.overObj.style.cursor = 'move';
}
},
dragStart : function (e) {
e = Util.event(e);
if (e.aim['id'] && e.aim['id'].indexOf && e.aim['id'].indexOf('_edit') > 0) return false;
if(e.which != 1 ) {return false;}
this.overObj = this.dragObj = Util.getTarget(e,'className',this.moveableObject);
if (!this.dragObj || Util.hasClass(this.dragObj,'temp')) {return false;}
if (!this.getTmpBoxElement()) return false;
this.getRelative();
this._setCssPosition(this.dragObj.parentNode.parentNode, "static");
var offLeft = Util.getOffset( this.dragObj, true );
var offTop = Util.getOffset( this.dragObj, false );
var offWidth = this.dragObj['offsetWidth'];
this.dragObj.style.position = 'absolute';
this.dragObj.style.left = offLeft + "px";
this.dragObj.style.top = offTop - 3 + "px";
this.dragObj.style.width = offWidth + 'px';
this.dragObj.lastMouseX = e.clientX;
this.dragObj.lastMouseY = e.clientY;
Util.insertBefore(this.tmpBoxElement,this.overObj);
Util.addClass(this.dragObj,this.moving);
this.dragObj.style.zIndex = 500 ;
this.scroll = Util.getScroll();
var _method = this;
document.onscroll = function(){Drag.prototype.resetObj.call(_method, e);};
window.onscroll = function(){Drag.prototype.resetObj.call(_method, e);};
document.onmousemove = function (e){Drag.prototype.drag.call(_method, e);};
},
getRelative : function () {
this.dargRelative = {'up': this.dragObj.previousSibling, 'down': this.dragObj.nextSibling};
},
resetObj : function (e) {
if (this.dragObj){
e = Util.event(e);
var p = Util.getScroll();
var _t = p.t - this.scroll.t;
var _l = p.l - this.scroll.l;
var t = parseInt(this.dragObj.style.top);
var l = parseInt(this.dragObj.style.left);
t += _t;
l += _l;
this.dragObj.style.top =t+'px';
this.dragObj.style.left =l+'px';
this.scroll = Util.getScroll();
}
},
drag : function (e) {
e = Util.event(e);
if(!this.isDragging) {
this.dragObj.style.filter = "alpha(opacity=60)" ;
this.dragObj.style.opacity = 0.6 ;
this.isDragging = true ;
}
var _clientX = e.clientX;
var _clientY = e.clientY;
if (this.dragObj.lastMouseX == _clientX && this.dragObj.lastMouseY == _clientY) return false ;
var _lastY = parseInt(this.dragObj.style.top);
var _lastX = parseInt(this.dragObj.style.left);
_lastX = isNaN(_lastX) ? 0 :_lastX;
_lastY = isNaN(_lastY) ? 0 :_lastY;
var newX, newY;
newY = _lastY + _clientY - this.dragObj.lastMouseY;
newX = _lastX + _clientX - this.dragObj.lastMouseX;
this.dragObj.style.left = newX +"px ";
this.dragObj.style.top = newY + "px ";
this.dragObj.lastMouseX = _clientX;
this.dragObj.lastMouseY = _clientY;
var obj = this.getCurrentOverObj(e);
if (obj && this.overObj != obj) {
this.overObj = obj;
this.getTmpBoxElement();
Util.insertBefore(this.tmpBoxElement, this.overObj);
this.dragObjFrame = this.dragObj.parentNode.parentNode;
this.overObjFrame = this.overObj.parentNode.parentNode;
}
Util.cancelSelect();
},
_pushTabContent : function (tab, ele){
if (Util.hasClass(ele, this.frameClass) || Util.hasClass(ele, this.tabClass)) {
var dom = $(ele.id+'_content');
if (!dom) {
dom = document.createElement('div');
dom.id = ele.id+'_content';
dom.className = Util.hasClass(ele, this.frameClass) ? this.contentClass+' cl '+ele.className.substr(ele.className.lastIndexOf(' ')+1) : this.contentClass+' cl';
}
var frame = this.getObjByName(ele.id);
if (frame) {
for (var i in frame['columns']) {
if (frame['columns'][i] instanceof Column) dom.appendChild($(i));
}
} else {
var children = ele.childNodes;
var arrDom = [];
for (var i in children) {
if (typeof children[i] != 'object') continue;
if (Util.hasClass(children[i],this.moveableColumn) || Util.hasClass(children[i],this.tabContentClass)) {
arrDom.push(children[i]);
}
}
var len = arrDom.length;
for (var i = 0; i < len; i++) {
dom.appendChild(arrDom[i]);
}
}
$(tab.id+'_content').appendChild(dom);
} else if (Util.hasClass(ele, this.blockClass)) {
if ($(ele.id+'_content')) $(tab.id+'_content').appendChild($(ele.id+'_content'));
}
},
_popTabContent : function (tab, ele){
if (Util.hasClass(ele, this.frameClass) || Util.hasClass(ele, this.tabClass)) {
Util.removeClass(ele, this.tabActivityClass);
var eleContent = $(ele.id+'_content');
if (!eleContent) return false;
var children = eleContent.childNodes;
var arrEle = [];
for (var i in children) {
if (typeof children[i] == 'object') arrEle.push(children[i]);
}
var len = arrEle.length;
for (var i = 0; i < len; i++) {
ele.appendChild(arrEle[i]);
}
children = '';
$(tab.id+'_content').removeChild(eleContent);
} else if (Util.hasClass(ele, this.blockClass)) {
if ($(ele.id+'_content')) Util.show($(ele.id+'_content'));
if ($(ele.id+'_content')) ele.appendChild($(ele.id+'_content'));
}
},
_initTabActivity : function (ele) {
if (!Util.hasClass(ele,this.tabClass)) return false;
var tabs = $(ele.id+'_title').childNodes;
var arrTab = [];
for (var i in tabs) {
if (typeof tabs[i] != 'object') continue;
var tabId = tabs[i].id;
if (Util.hasClass(tabs[i],this.frameClass) || Util.hasClass(tabs[i],this.tabClass)) {
if (!this._replaceFlag) this._replaceFrameColumn(tabs[i]);
if (!$(tabId + '_content')) {
var arrColumn = [];
for (var j in tabs[i].childNodes) {
if (Util.hasClass(tabs[i].childNodes[j], this.moveableColumn)) arrColumn.push(tabs[i].childNodes[j]);
}
var frameContent = document.createElement('div');
frameContent.id = tabId + '_content';
frameContent.className = Util.hasClass(tabs[i], this.frameClass) ? this.contentClass+' cl '+tabs[i].className.substr(tabs[i].className.lastIndexOf(' ')+1) : this.contentClass+' cl';
var colLen = arrColumn.length;
for (var k = 0; k < colLen; k++) {
frameContent.appendChild(arrColumn[k]);
}
}
arrTab.push(tabs[i]);
} else if (Util.hasClass(tabs[i],this.blockClass)) {
var frameContent = $(tabId+'_content');
if (frameContent) {
frameContent = Util.hasClass(frameContent.parentNode,this.blockClass) ? frameContent : '';
} else {
frameContent = document.createElement('div');
frameContent.id = tabId+'_content';
}
arrTab.push(tabs[i]);
}
if (frameContent) $(ele.id + '_content').appendChild(frameContent);
}
var len = arrTab.length;
for (var i = 0; i < len; i++) {
Util[i > 0 ? 'hide' : 'show']($(arrTab[i].id+'_content'));
}
},
dragEnd : function (e) {
e = Util.event(e);
if(!this.dragObj) {return false;}
document.onscroll = function(){};
window.onscroll = function(){};
document.onmousemove = function(e){};
document.onmouseup = '';
if (this.tmpBoxElement.parentNode) {
if (this.tmpBoxElement.parentNode == document.body) {
document.body.removeChild(this.tmpBoxElement);
document.body.removeChild(this.dragObj);
this.fn = '';
} else {
Util.removeClass(this.dragObj,this.moving);
this.dragObj.style.display = 'none';
this.dragObj.style.width = '' ;
this.dragObj.style.top = '';
this.dragObj.style.left = '';
this.dragObj.style.zIndex = '';
this.dragObj.style.position = 'relative';
this.dragObj.style.backgroundColor = '';
this.isDragging = false ;
this.tmpBoxElement.parentNode.replaceChild(this.dragObj, this.tmpBoxElement);
Util.fadeIn(this.dragObj);
this.tmpBoxElement='';
this._setCssPosition(this.dragObjFrame, 'relative');
this.doEndDrag();
this.initPosition();
if (!(this.dargRelative.up == this.dragObj.previousSibling && this.dargRelative.down == this.dragObj.nextSibling)) {
this.setClose();
}
this.dragObjFrame = this.overObjFrame = null;
}
}
this.newFlag = false;
if (typeof this.fn == 'function') {this.fn();}
},
doEndDrag : function () {
if (!Util.hasClass(this.dragObjFrame, this.tabClass) && Util.hasClass(this.overObjFrame, this.tabClass)) {
this._pushTabContent(this.overObjFrame, this.dragObj);
}else if (Util.hasClass(this.dragObjFrame, this.tabClass) && !Util.hasClass(this.overObjFrame, this.tabClass)) {
this._popTabContent(this.dragObjFrame, this.dragObj);
}else if (Util.hasClass(this.dragObjFrame, this.tabClass) && Util.hasClass(this.overObjFrame, this.tabClass)) {
if (this.dragObjFrame != this.overObjFrame) {
this._popTabContent(this.dragObjFrame, this.dragObj);
this._pushTabContent(this.overObjFrame, this.dragObj);
}
} else {
}
},
_replaceFrameColumn : function (ele,flag) {
var children = ele.childNodes;
var fcn = ele.className.match(/(frame-[\w-]*)/);
if (!fcn) return false;
var frameClassName = fcn[1];
for (var i in children) {
if (Util.hasClass(children[i], this.moveableColumn)) {
var className = children[i].className;
className = className.replace(' col-l', ' '+frameClassName+'-l');
className = className.replace(' col-r', ' '+frameClassName+'-r');
className = className.replace(' col-c', ' '+frameClassName+'-c');
className = className.replace(' mn', ' '+frameClassName+'-l');
className = className.replace(' sd', ' '+frameClassName+'-r');
children[i].className = className;
}
}
},
stopCmd : function () {
this.rein.length > 0 ? this.rein.pop()() : '';
},
setClose : function () {
if (!this.isChange) {
window.onbeforeunload = function() {
return '您的数据已经修改,退出将无法保存您的修改。';
};
}
this.isChange = true;
},
clearClose : function () {
this.isChange = false;
window.onbeforeunload = function () {};
},
_getMoveableArea : function (ele) {
ele = ele ? ele : document.body;
this.moveableArea = $C(this.areaClass, ele, 'div');
},
initMoveableArea : function () {
var _method = this;
this._getMoveableArea();
var len = this.moveableArea.length;
for (var i = 0; i < len; i++) {
var el = this.moveableArea[i];
if (el == null || typeof el == 'undefined') return false;
el.ondragstart = function (e) {return false;};
el.onmouseover = function (e) {Drag.prototype.initDragObj.call(_method, e);};
el.onmousedown = function (e) {Drag.prototype.dragStart.call(_method, e);};
el.onmouseup = function (e) {Drag.prototype.dragEnd.call(_method, e);};
el.onclick = function (e) {e = Util.event(e);e.preventDefault();};
}
if ($('contentframe')) $('contentframe').ondragstart = function (e) {return false;};
},
disableAdvancedStyleSheet : function () {
if(this.advancedStyleSheet) {
this.advancedStyleSheet.disabled = true;
}
},
enableAdvancedStyleSheet : function () {
if(this.advancedStyleSheet) {
this.advancedStyleSheet.disabled = false;
}
},
init : function (sampleMode) {
this.initCommon();
this.setSampleMode(sampleMode);
if(!this.sampleMode) {
this.initAdvanced();
} else {
this.initSample();
}
return true;
},
initAdvanced : function () {
this.initMoveableArea();
this.initPosition();
this.setDefalutMenu();
this.enableAdvancedStyleSheet();
this.showControlPanel();
this.initTips();
if(this.goonDIY) this.goonDIY();
this.openfn();
},
openfn : function () {
var openfn = loadUserdata('openfn');
if(openfn) {
if(typeof openfn == 'function') {
openfn();
} else {
eval(openfn);
}
saveUserdata('openfn', '');
}
},
initCommon : function () {
this.advancedStyleSheet = $('diy_common');
this.menu = [];
},
initSample : function () {
this._getMoveableArea();
this.initPosition();
this.sampleBlocks = $C(this.blockClass);
this.initSampleBlocks();
this.setSampleMenu();
this.disableAdvancedStyleSheet();
this.hideControlPanel();
},
initSampleBlocks : function () {
if(this.sampleBlocks) {
for(var i = 0; i < this.sampleBlocks.length; i++){
this.checkEdit(this.sampleBlocks[i]);
}
}
},
setSampleMode : function (sampleMode) {
if(loadUserdata('diy_advance_mode')) {
this.sampleMode = '';
} else {
this.sampleMode = sampleMode;
saveUserdata('diy_advance_mode', sampleMode ? '' : '1');
}
},
hideControlPanel : function() {
Util.show('samplepanel');
Util.hide('controlpanel');
Util.hide('diy-tg');
},
showControlPanel : function() {
Util.hide('samplepanel');
Util.show('controlpanel');
Util.show('diy-tg');
},
checkHasFrame : function (obj) {
obj = !obj ? this.data : obj;
for (var i in obj) {
if (obj[i] instanceof Frame && obj[i].className.indexOf('temp') < 0 ) {
return true;
} else if (typeof obj[i] == 'object') {
if (this.checkHasFrame(obj[i])) return true;
}
}
return false;
},
deleteFrame : function (name) {
if (typeof name == 'string') {
if (typeof window['c'+name+'_frame'] == 'object' && !BROWSER.ie) delete window['c'+name+'_frame'];
} else {
for(var i = 0,L = name.length;i < L;i++) {
if (typeof window['c'+name[i]+'_frame'] == 'object' && !BROWSER.ie) delete window['c'+name[i]+'_frame'];
}
}
},
saveViewTip : function (tipname) {
if(tipname) {
saveUserdata(tipname, '1');
Util.hide(tipname);
}
doane();
},
initTips : function () {
var tips = ['diy_backup_tip'];
for(var i = 0; i < tips.length; i++) {
if(tips[i] && !loadUserdata(tips[i])) {
Util.show(tips[i]);
}
}
},
extend : function (obj) {
for (var i in obj) {
this[i] = obj[i];
}
}
};
DIY = function() {
this.frames = [];
this.isChange = false;
this.spacecss = [];
this.style = 't1';
this.currentDiy = 'body';
this.opSet = [];
this.opPointer = 0;
this.backFlag = false;
this.styleSheet = {} ;
this.scrollHeight = 0 ;
};
DIY.prototype = {
init : function (mod) {
drag.init(mod);
this.style = document.diyform.style.value;
if (this.style == '') {
var reg = RegExp('topic\(.*)\/style\.css');
var href = $('style_css') ? $('style_css').href : '';
var arr = reg.exec(href);
this.style = arr && arr.length > 1 ? arr[1] : '';
}
this.currentLayout = typeof document.diyform.currentlayout == 'undefined' ? '' : document.diyform.currentlayout.value;
this.initStyleSheet();
if (this.styleSheet.rules) this.initDiyStyle();
},
initStyleSheet : function () {
var all = document.styleSheets;
for (var i=0;i<all.length;i++) {
var ownerNode = all[i].ownerNode || all[i].owningElement;
if (ownerNode.id == 'diy_style') {
this.styleSheet = new styleCss(i);
return true;
}
}
},
initDiyStyle : function (css) {
var allCssText = css || $('diy_style').innerHTML;
allCssText = allCssText ? allCssText.replace(/\n|\r|\t| /g,'') : '';
var random = Math.random(), rules = '';
var reg = new RegExp('(.*?) ?\{(.*?)\}','g');
while((rules = reg.exec(allCssText))) {
var selector = this.checkSelector(rules[1]);
var cssText = rules[2];
var cssarr = cssText.split(';');
var l = cssarr.length;
for (var k = 0; k < l; k++) {
var attribute = trim(cssarr[k].substr(0, cssarr[k].indexOf(':')).toLowerCase());
var value = cssarr[k].substr(cssarr[k].indexOf(':')+1).toLowerCase();
if (!attribute || !value) continue;
if (!this.spacecss[selector]) this.spacecss[selector] = [];
this.spacecss[selector][attribute] = value;
if (css) this.setStyle(selector, attribute, value, random);
}
}
},
checkSelector : function (selector) {
var s = selector.toLowerCase();
if (s.toLowerCase().indexOf('body') > -1) {
var body = BROWSER.ie ? 'BODY' : 'body';
selector = selector.replace(/body/i,body);
}
if (s.indexOf(' a') > -1) {
selector = BROWSER.ie ? selector.replace(/ [aA]/,' A') : selector.replace(/ [aA]/,' a');
}
return selector;
},
initPalette : function (id) {
var bgcolor = '',selector = '',bgimg = '',bgrepeat = '', bgposition = '', bgattachment = '', bgfontColor = '', bglinkColor = '', i = 0;
var repeat = ['repeat','no-repeat','repeat-x','repeat-y'];
var attachment = ['scroll','fixed'];
var position = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom'];
var position_ = ['0% 0%','50% 0%','100% 0%','0% 50%','50% 50%','100% 50%','0% 100%','50% 100%','100% 100%'];
selector = this.getSelector(id);
bgcolor = Util.formatColor(this.styleSheet.getRule(selector,'backgroundColor'));
bgimg = this.styleSheet.getRule(selector,'backgroundImage');
bgrepeat = this.styleSheet.getRule(selector,'backgroundRepeat');
bgposition = this.styleSheet.getRule(selector,'backgroundPosition');
bgattachment = this.styleSheet.getRule(selector,'backgroundAttachment');
bgfontColor = Util.formatColor(this.styleSheet.getRule(selector,'color'));
bglinkColor = Util.formatColor(this.styleSheet.getRule(this.getSelector(selector+' a'),'color'));
var selectedIndex = 0;
for (i=0;i<repeat.length;i++) {
if (bgrepeat == repeat[i]) selectedIndex= i;
}
$('repeat_mode').selectedIndex = selectedIndex;
for (i=0;i<attachment.length;i++) {
$('rabga'+i).checked = (bgattachment == attachment[i] ? true : false);
}
var flag = '';
for (i=0;i<position.length;i++) {
var className = bgposition == position[i] ? 'red' : '';
$('bgimgposition'+i).className = className;
flag = flag ? flag : className;
}
if (flag != 'red') {
for (i=0;i<position_.length;i++) {
className = bgposition == position_[i] ? 'red' : '';
$('bgimgposition'+i).className = className;
}
}
$('colorValue').value = bgcolor;
if ($('cbpb')) $('cbpb').style.backgroundColor = bgcolor;
$('textColorValue').value = bgfontColor;
if ($('ctpb')) $('ctpb').style.backgroundColor = bgfontColor;
$('linkColorValue').value = bglinkColor;
if ($('clpb')) $('clpb').style.backgroundColor = bglinkColor;
Util.show($('currentimgdiv'));
Util.hide($('diyimages'));
if ($('selectalbum')) $('selectalbum').disabled = 'disabled';
bgimg = bgimg != '' && bgimg != 'none' ? bgimg.replace(/url\(['|"]{0,1}/,'').replace(/['|"]{0,1}\)/,'') : 'static/image/common/nophotosmall.gif';
$('currentimg').src = bgimg;
},
changeBgImgDiv : function () {
Util.hide($('currentimgdiv'));
Util.show($('diyimages'));
if ($('selectalbum')) $('selectalbum').disabled = '';
},
getSpacecssStr : function() {
var css = '';
var selectors = ['body', '#hd','#ct', 'BODY'];
for (var i in this.spacecss) {
var name = i.split(' ')[0];
if(selectors.indexOf(name) == -1 && !drag.getObjByName(name.substr(1))) {
for(var k in this.spacecss) {
if (k.indexOf(i) > -1) {
this.spacecss[k] = [];
}
}
continue;
}
var rule = this.spacecss[i];
if (typeof rule == "function") continue;
var one = '';
rule = this.formatCssRule(rule);
for (var j in rule) {
var content = this.spacecss[i][j];
if (content && typeof content == "string" && content.length > 0) {
content = this.trimCssImportant(content);
content = content ? content + ' !important;' : ';';
one += j + ":" + content;
}
}
if (one == '') continue;
css += i + " {" + one + "}";
}
return css;
},
formatCssRule : function (rule) {
var arr = ['top', 'right', 'bottom', 'left'], i = 0;
if (typeof rule['margin-top'] != 'undefined') {
var margin = rule['margin-bottom'];
if (margin && margin == rule['margin-top'] && margin == rule['margin-right'] && margin == rule['margin-left']) {
rule['margin'] = margin;
for(i=0;i<arr.length;i++) {
delete rule['margin-'+arr[i]];
}
} else {
delete rule['margin'];
}
}
var border = '', borderb = '', borderr = '', borderl = '';
if (typeof rule['border-top-color'] != 'undefined' || typeof rule['border-top-width'] != 'undefined' || typeof rule['border-top-style'] != 'undefined') {
var format = function (css) {
css = css.join(' ').replace(/!( ?)important/g,'').replace(/ /g,' ').replace(/^ | $/g,'');
return css ? css + ' !important' : '';
};
border = format([rule['border-top-color'], rule['border-top-width'], rule['border-top-style']]);
borderr = format([rule['border-right-color'], rule['border-right-width'], rule['border-right-style']]);
borderb = format([rule['border-bottom-color'], rule['border-bottom-width'], rule['border-bottom-style']]);
borderl = format([rule['border-left-color'], rule['border-left-width'], rule['border-left-style']]);
} else if (typeof rule['border-top'] != 'undefined') {
border = rule['border-top'];borderr = rule['border-right'];borderb = rule['border-bottom'];borderl = rule['border-left'];
}
if (border) {
if (border == borderb && border == borderr && border == borderl) {
rule['border'] = border;
for(i=0;i<arr.length;i++) {
delete rule['border-'+arr[i]];
}
} else {
rule['border-top'] = border;rule['border-right'] = borderr;rule['border-bottom'] = borderb;rule['border-left'] = borderl;
delete rule['border'];
}
for(i=0;i<arr.length;i++) {
delete rule['border-'+arr[i]+'-color'];delete rule['border-'+arr[i]+'-width'];delete rule['border-'+arr[i]+'-style'];
}
}
return rule;
},
changeLayout : function (newLayout) {
if (this.currentLayout == newLayout) return false;
var data = $('layout'+newLayout).getAttribute('data');
var dataArr = data.split(' ');
var currentLayoutLength = this.currentLayout.length;
var newLayoutLength = newLayout.length;
if (newLayoutLength == currentLayoutLength){
$('frame1_left').style.width = dataArr[0]+'px';
$('frame1_center').style.width = dataArr[1]+'px';
if (typeof(dataArr[2]) != 'undefined') $('frame1_right').style.width = dataArr[2]+'px';
} else if (newLayoutLength > currentLayoutLength) {
var block = this.getRandomBlockName();
var dom = document.createElement('div');
dom.id = 'frame1_right';
dom.className = drag.moveableColumn + ' z';
dom.appendChild($(block));
$('frame1').appendChild(dom);
$('frame1_left').style.width = dataArr[0]+'px';
$('frame1_center').style.width = dataArr[1]+'px';
dom.style.width = dataArr[2]+'px';
} else if (newLayoutLength < currentLayoutLength) {
var _length = drag.data['diypage'][0]['columns']['frame1_right']['children'].length;
var tobj = $('frame1_center_temp');
for (var i = 0; i < _length; i++) {
var name = drag.data['diypage'][0]['columns']['frame1_right']['children'][i].name;
if (name.indexOf('temp') < 0) $('frame1_center').insertBefore($(name),tobj);
}
$('frame1').removeChild($('frame1_right'));
$('frame1_left').style.width = dataArr[0]+'px';
$('frame1_center').style.width = dataArr[1]+'px';
}
var className = $('layout'+this.currentLayout).className;
$('layout'+this.currentLayout).className = '';
$('layout'+newLayout).className = className;
this.currentLayout = newLayout;
drag.initPosition();
drag.setClose();
},
getRandomBlockName : function () {
var left = drag.data['diypage'][0]['columns']['frame1_left']['children'];
if (left.length > 2) {
var block = left[0];
} else {
var block = drag.data['diypage'][0]['columns']['frame1_center']['children'][0];
}
return block.name;
},
changeStyle : function (t) {
if (t == '') return false;
$('style_css').href=STATICURL+t+"/style.css";
if (!this.backFlag) {
var oldData = [this.style];
var newData = [t];
var random = Math.random();
this.addOpRecord ('this.changeStyle', newData, oldData, random);
}
var arr = t.split("/");
this.style = arr[arr.length-1];
drag.setClose();
},
setCurrentDiy : function (type) {
if (type) {
$('diy_tag_'+this.currentDiy).className = '';
this.currentDiy = type;
$('diy_tag_'+this.currentDiy).className = 'activity';
this.initPalette(this.currentDiy);
}
},
hideBg : function () {
var random = Math.random();
this.setStyle(this.currentDiy, 'background-image', '', random);
this.setStyle(this.currentDiy, 'background-color', '', random);
if (this.currentDiy == 'hd') this.setStyle(this.currentDiy, 'height', '', random);
this.initPalette(this.currentDiy);
},
toggleHeader : function () {
var random = Math.random();
if ($('header_hide_cb').checked) {
this.setStyle('#hd', 'height', '260px', random);
this.setStyle('#hd', 'background-image', 'none', random);
this.setStyle('#hd', 'border-width', '0px', random);
} else {
this.setStyle('#hd', 'height', '', random);
this.setStyle('#hd', 'background-image', '', random);
this.setStyle('#hd', 'border-width', '', random);
}
},
setBgImage : function (value) {
var path = typeof value == "string" ? value : value.src;
if (path.indexOf('.thumb') > 0) {
path = path.substring(0,path.indexOf('.thumb'));
}
if (path == '' || path == 'undefined') return false;
var random = Math.random();
this.setStyle(this.currentDiy, 'background-image', Util.url(path), random);
this.setStyle(this.currentDiy, 'background-repeat', 'repeat', random);
if (this.currentDiy == 'hd') {
var _method = this;
var img = new Image();
img.onload = function () {
if (parseInt(img.height) < 140) {
DIY.prototype.setStyle.call(_method, _method.currentDiy, 'background-repeat', 'repeat', random);
DIY.prototype.setStyle.call(_method, _method.currentDiy, 'height', '', random);
} else {
DIY.prototype.setStyle.call(_method, _method.currentDiy, 'height', img.height+"px", random);
}
};
img.src = path;
}
},
setBgRepeat : function (value) {
var repeat = ['repeat','no-repeat','repeat-x','repeat-y'];
if (typeof repeat[value] == 'undefined') {return false;}
this.setStyle(this.currentDiy, 'background-repeat', repeat[value]);
},
setBgAttachment : function (value) {
var attachment = ['scroll','fixed'];
if (typeof attachment[value] == 'undefined') {return false;}
this.setStyle(this.currentDiy, 'background-attachment', attachment[value]);
},
setBgColor : function (color) {
this.setStyle(this.currentDiy, 'background-color', color);
},
setTextColor : function (color) {
this.setStyle(this.currentDiy, 'color', color);
},
setLinkColor : function (color) {
this.setStyle(this.currentDiy + ' a', 'color', color);
},
setBgPosition : function (id) {
var td = $(id);
var i = id.substr(id.length-1);
var position = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom'];
td.className = 'red';
for (var j=0;j<9;j++) {
if (i != j) {
$('bgimgposition'+j).className = '';
}
}
this.setStyle(this.currentDiy, 'background-position', position[i]);
},
getSelector : function (currentDiv) {
var arr = currentDiv.split(' ');
currentDiv = arr[0];
var link = '';
if (arr.length > 1) {
link = (arr[arr.length-1].toLowerCase() == 'a') ? link = ' '+arr.pop() : '';
currentDiv = arr.join(' ');
}
var selector = '';
switch(currentDiv) {
case 'blocktitle' :
selector = '#ct .move-span .blocktitle';
break;
case 'body' :
case 'BODY' :
selector = BROWSER.ie ? 'BODY' : 'body';
break;
default :
selector = currentDiv.indexOf("#")>-1 ? currentDiv : "#"+currentDiv;
}
var rega = BROWSER.ie ? ' A' : ' a';
selector = (selector+link).replace(/ a/i,rega);
return selector;
},
setStyle : function (currentDiv, property, value, random, num){
property = trim(property).toLowerCase();
var propertyJs = property.property2js();
if (typeof value == 'undefined') value = '';
var selector = this.getSelector(currentDiv);
if (!this.backFlag) {
var rule = this.styleSheet.getRule(selector,propertyJs);
rule = rule.replace(/([\\"'])/g, "\\$1").replace(/\0/g, "\\0");
var oldData = [currentDiv, property, rule];
var newData = [currentDiv, property, value];
if (typeof random == 'undefined') random = Math.random();
this.addOpRecord ('this.setStyle', newData, oldData, random);
}
value = this.trimCssImportant(value);
value = value ? value + ' !important' : '';
var pvalue = value ? property+':'+value : '';
this.styleSheet.addRule(selector,pvalue,num,property);
Util.recolored();
if (typeof this.spacecss[selector] == 'undefined') {
this.spacecss[selector] = [];
}
this.spacecss[selector][property] = value;
drag.setClose();
},
trimCssImportant : function (value) {
if (value instanceof Array) value = value.join(' ');
return value ? value.replace(/!( ?)important/g,'').replace(/ /g,' ').replace(/^ | $/g,'') : '';
},
removeCssSelector : function (selector) {
for (var i in this.spacecss) {
if (typeof this.spacecss[i] == "function") continue;
if (i.indexOf(selector) > -1) {
this.styleSheet.removeRule(i);
this.spacecss[i] = [];
}
}
},
undo : function () {
if (this.opSet.length == 0) return false;
var oldData = '';
if (this.opPointer <= 0) {return '';}
var step = this.opSet[--this.opPointer];
var random = step['random'];
var cmd = step['cmd'].split(',');
var cmdNum = cmd.length;
if (cmdNum >1) {
for (var i=0; i<cmdNum; i++) {
oldData = typeof step['oldData'][i] == 'undefined' || step['oldData'] == '' ? '' : '"' + step['oldData'][i].join('","') + '"';
this.backFlag = true;
eval(cmd[i]+'('+oldData+')');
this.backFlag = false;
}
} else {
oldData = typeof step['oldData'] == 'undefined' || step['oldData'] == '' ? '' : '"' + step['oldData'].join('","') + '"';
this.backFlag = true;
eval(cmd+'('+oldData+')');
this.backFlag = false;
}
$('button_redo').className = '';
if (this.opPointer == 0) {
$('button_undo').className = 'unusable';
drag.isChange = false;
drag.clearClose();
return '';
} else if (random == this.opSet[this.opPointer-1]['random']) {
this.undo();
return '';
} else {
return '';
}
},
redo : function () {
if (this.opSet.length == 0) return false;
var newData = '',random = '';
if (this.opPointer >= this.opSet.length) return '';
var step = this.opSet[this.opPointer++];
random = step['random'];
var cmd = step['cmd'].split(',');
var cmdNum = cmd.length;
if (cmdNum >1) {
for (var i=0; i<cmdNum; i++) {
newData = typeof step['newData'][i] == 'undefined' || step['oldData'] == '' ? '' : '"' + step['newData'][i].join('","') + '"';
this.backFlag = true;
eval(cmd[i]+'('+newData+')');
this.backFlag = false;
}
}else {
newData = typeof step['newData'] == 'undefined' || step['oldData'] == '' ? '' : '"' + step['newData'].join('","') + '"';
this.backFlag = true;
eval(cmd+'('+newData+')');
this.backFlag = false;
}
$('button_undo').className = '';
if (this.opPointer == this.opSet.length) {
$('button_redo').className = 'unusable';
return '';
} else if(random == this.opSet[this.opPointer]['random']){
this.redo();
}
},
addOpRecord : function (cmd, newData, oldData, random) {
if (this.opPointer == 0) this.opSet = [];
this.opSet[this.opPointer++] = {'cmd':cmd, 'newData':newData, 'oldData':oldData, 'random':random};
$('button_undo').className = '';
$('button_redo').className = 'unusable';
Util.show('recover_button');
},
recoverStyle : function () {
var random = Math.random();
for (var selector in this.spacecss){
var style = this.spacecss[selector];
if (typeof style == "function") {continue;}
for (var attribute in style) {
if (typeof style[attribute] == "function") {continue;}
this.setStyle(selector,attribute,'',random);
}
}
Util.hide('recover_button');
drag.setClose();
this.initPalette(this.currentDiy);
},
uploadSubmit : function (){
if (document.uploadpic.attach.value.length<3) {
alert('请选择您要上传的图片');
return false;
}
if (document.uploadpic.albumid != null) document.uploadpic.albumid.value = $('selectalbum').value;
return true;
},
save : function () {
return false;
},
cancel : function () {
var flag = false;
if (this.isChange) {
flag = confirm(this.cancelConfirm ? this.cancelConfirm : '退出将不会保存您刚才的设置。是否确认退出?');
}
if (!this.isChange || flag) {
location.href = location.href.replace(/[\?|\&]diy\=yes/g,'');
}
},
extend : function (obj) {
for (var i in obj) {
this[i] = obj[i];
}
}
};
})(); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home_drag.js 23838 2011-08-11 06:51:58Z monkey $
*/
var Drags = [];
var nDrags = 1;
var mouseOffset = null;
var iMouseDown = false;
var lMouseState = false;
var dragObject = null;
var DragDrops = [];
var curTarget = null;
var lastTarget = null;
var dragHelper = null;
var tempDiv = null;
var rootParent = null;
var rootSibling = null;
var D1Target = null;
Number.prototype.NaN0=function(){return isNaN(this)?0:this;};
function CreateDragContainer(){
var cDrag = DragDrops.length;
DragDrops[cDrag] = [];
for(var i=0; i<arguments.length; i++){
var cObj = arguments[i];
DragDrops[cDrag].push(cObj);
cObj.setAttribute('DropObj', cDrag);
for(var j=0; j<cObj.childNodes.length; j++){
if(cObj.childNodes[j].nodeName=='#text') continue;
cObj.childNodes[j].setAttribute('DragObj', cDrag);
}
}
}
function getPosition(e){
var left = 0;
var top = 0;
while (e.offsetParent){
left += e.offsetLeft + (e.currentStyle?(parseInt(e.currentStyle.borderLeftWidth)).NaN0():0);
top += e.offsetTop + (e.currentStyle?(parseInt(e.currentStyle.borderTopWidth)).NaN0():0);
e = e.offsetParent;
}
left += e.offsetLeft + (e.currentStyle?(parseInt(e.currentStyle.borderLeftWidth)).NaN0():0);
top += e.offsetTop + (e.currentStyle?(parseInt(e.currentStyle.borderTopWidth)).NaN0():0);
return {x:left, y:top};
}
function mouseCoords(ev){
if(ev.pageX || ev.pageY){
return {x:ev.pageX, y:ev.pageY};
}
return {
x:ev.clientX + document.body.scrollLeft - document.body.clientLeft,
y:ev.clientY + document.body.scrollTop - document.body.clientTop
};
}
function writeHistory(object, message){
if(!object || !object.parentNode || typeof object.parentNode.getAttribute == 'unknown' || !object.parentNode.getAttribute) return;
var historyDiv = object.parentNode.getAttribute('history');
if(historyDiv){
historyDiv = document.getElementById(historyDiv);
historyDiv.appendChild(document.createTextNode(object.id+': '+message));
historyDiv.appendChild(document.createElement('BR'));
historyDiv.scrollTop += 50;
}
}
function getMouseOffset(target, ev){
ev = ev || window.event;
var docPos = getPosition(target);
var mousePos = mouseCoords(ev);
return {x:mousePos.x - docPos.x, y:mousePos.y - docPos.y};
}
function mouseMove(ev){
ev = ev || window.event;
var target = ev.target || ev.srcElement;
var mousePos = mouseCoords(ev);
if(Drags[0]){
if(lastTarget && (target!==lastTarget)){
writeHistory(lastTarget, 'Mouse Out Fired');
var origClass = lastTarget.getAttribute('origClass');
if(origClass) lastTarget.className = origClass;
}
var dragObj = target.getAttribute('DragObj');
if(dragObj!=null){
if(target!=lastTarget){
writeHistory(target, 'Mouse Over Fired');
var oClass = target.getAttribute('overClass');
if(oClass){
target.setAttribute('origClass', target.className);
target.className = oClass;
}
}
if(iMouseDown && !lMouseState){
writeHistory(target, 'Start Dragging');
curTarget = target;
rootParent = curTarget.parentNode;
rootSibling = curTarget.nextSibling;
mouseOffset = getMouseOffset(target, ev);
for(var i=0; i<dragHelper.childNodes.length; i++) dragHelper.removeChild(dragHelper.childNodes[i]);
dragHelper.appendChild(curTarget.cloneNode(true));
dragHelper.style.display = 'block';
var dragClass = curTarget.getAttribute('dragClass');
if(dragClass){
dragHelper.firstChild.className = dragClass;
}
dragHelper.firstChild.removeAttribute('DragObj');
var dragConts = DragDrops[dragObj];
curTarget.setAttribute('startWidth', parseInt(curTarget.offsetWidth));
curTarget.setAttribute('startHeight', parseInt(curTarget.offsetHeight));
curTarget.style.display = 'none';
for(var i=0; i<dragConts.length; i++){
with(dragConts[i]){
var pos = getPosition(dragConts[i]);
setAttribute('startWidth', parseInt(offsetWidth));
setAttribute('startHeight', parseInt(offsetHeight));
setAttribute('startLeft', pos.x);
setAttribute('startTop', pos.y);
}
for(var j=0; j<dragConts[i].childNodes.length; j++){
with(dragConts[i].childNodes[j]){
if((nodeName=='#text') || (dragConts[i].childNodes[j]==curTarget)) continue;
var pos = getPosition(dragConts[i].childNodes[j]);
setAttribute('startWidth', parseInt(offsetWidth));
setAttribute('startHeight', parseInt(offsetHeight));
setAttribute('startLeft', pos.x);
setAttribute('startTop', pos.y);
}
}
}
}
}
if(curTarget){
dragHelper.style.top = (mousePos.y - mouseOffset.y)+"px";
dragHelper.style.left = (mousePos.x - mouseOffset.x)+"px";
var dragConts = DragDrops[curTarget.getAttribute('DragObj')];
var activeCont = null;
var xPos = mousePos.x - mouseOffset.x + (parseInt(curTarget.getAttribute('startWidth')) /2);
var yPos = mousePos.y - mouseOffset.y + (parseInt(curTarget.getAttribute('startHeight'))/2);
for(var i=0; i<dragConts.length; i++){
with(dragConts[i]){
if((parseInt(getAttribute('startLeft')) < xPos) &&
(parseInt(getAttribute('startTop')) < yPos) &&
((parseInt(getAttribute('startLeft')) + parseInt(getAttribute('startWidth'))) > xPos) &&
((parseInt(getAttribute('startTop')) + parseInt(getAttribute('startHeight'))) > yPos)){
activeCont = dragConts[i];
break;
}
}
}
if(activeCont){
if(activeCont!=curTarget.parentNode){
writeHistory(curTarget, 'Moved into '+activeCont.id);
}
var beforeNode = null;
for(var i=activeCont.childNodes.length-1; i>=0; i--){
with(activeCont.childNodes[i]){
if(nodeName=='#text') continue;
if(curTarget != activeCont.childNodes[i] &&
((parseInt(getAttribute('startLeft')) + parseInt(getAttribute('startWidth'))) > xPos) &&
((parseInt(getAttribute('startTop')) + parseInt(getAttribute('startHeight'))) > yPos)){
beforeNode = activeCont.childNodes[i];
}
}
}
if(beforeNode){
if(beforeNode!=curTarget.nextSibling){
writeHistory(curTarget, 'Inserted Before '+beforeNode.id);
activeCont.insertBefore(curTarget, beforeNode);
}
} else {
if((curTarget.nextSibling) || (curTarget.parentNode!=activeCont)){
writeHistory(curTarget, 'Inserted at end of '+activeCont.id);
activeCont.appendChild(curTarget);
}
}
setTimeout(function(){
var contPos = getPosition(activeCont);
activeCont.setAttribute('startWidth', parseInt(activeCont.offsetWidth));
activeCont.setAttribute('startHeight', parseInt(activeCont.offsetHeight));
activeCont.setAttribute('startLeft', contPos.x);
activeCont.setAttribute('startTop', contPos.y);}, 5);
if(curTarget.style.display!=''){
writeHistory(curTarget, 'Made Visible');
curTarget.style.display = '';
curTarget.style.visibility = 'hidden';
}
} else {
if(curTarget.style.display!='none'){
writeHistory(curTarget, 'Hidden');
curTarget.style.display = 'none';
}
}
}
lMouseState = iMouseDown;
lastTarget = target;
}
if(dragObject){
dragObject.style.position = 'absolute';
dragObject.style.top = mousePos.y - mouseOffset.y;
dragObject.style.left = mousePos.x - mouseOffset.x;
}
lMouseState = iMouseDown;
if(curTarget || dragObject) return false;
}
function mouseUp(ev){
if(Drags[0]){
if(curTarget){
writeHistory(curTarget, 'Mouse Up Fired');
dragHelper.style.display = 'none';
if(curTarget.style.display == 'none'){
if(rootSibling){
rootParent.insertBefore(curTarget, rootSibling);
} else {
rootParent.appendChild(curTarget);
}
}
curTarget.style.display = '';
curTarget.style.visibility = 'visible';
}
curTarget = null;
}
dragObject = null;
iMouseDown = false;
}
function mouseDown(ev){
mousedown(ev);
ev = ev || window.event;
var target = ev.target || ev.srcElement;
iMouseDown = true;
if(Drags[0]){
if(lastTarget){
writeHistory(lastTarget, 'Mouse Down Fired');
}
}
if(target.onmousedown || target.getAttribute('DragObj')){
return false;
}
}
function makeDraggable(item){
if(!item) return;
item.onmousedown = function(ev){
dragObject = this;
mouseOffset = getMouseOffset(this, ev);
return false;
}
}
function init_drag2(){
document.onmousemove = mouseMove;
document.onmousedown = mouseDown;
document.onmouseup = mouseUp;
Drags[0] = $('Drags0');
if(Drags[0]){
CreateDragContainer($('DragContainer0'));
}
if(Drags[0]){
var cObj = $('applistcontent');
dragHelper = document.createElement('div');
dragHelper.style.cssName = "apps dragable";
dragHelper.style.cssText = 'position:absolute;display:none;width:374px;';
cObj.parentNode.insertBefore(dragHelper, cObj);
}
}
function mousedown(evnt){
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: smilies.js 29684 2012-04-25 04:00:58Z zhangguosheng $
*/
function _smilies_show(id, smcols, seditorkey) {
if(seditorkey && !$(seditorkey + 'sml_menu')) {
var div = document.createElement("div");
div.id = seditorkey + 'sml_menu';
div.style.display = 'none';
div.className = 'sllt';
$('append_parent').appendChild(div);
var div = document.createElement("div");
div.id = id;
div.style.overflow = 'hidden';
$(seditorkey + 'sml_menu').appendChild(div);
}
if(typeof smilies_type == 'undefined') {
var scriptNode = document.createElement("script");
scriptNode.type = "text/javascript";
scriptNode.charset = charset ? charset : (BROWSER.firefox ? document.characterSet : document.charset);
scriptNode.src = 'data/cache/common_smilies_var.js?' + VERHASH;
$('append_parent').appendChild(scriptNode);
if(BROWSER.ie) {
scriptNode.onreadystatechange = function() {
smilies_onload(id, smcols, seditorkey);
};
} else {
scriptNode.onload = function() {
smilies_onload(id, smcols, seditorkey);
};
}
} else {
smilies_onload(id, smcols, seditorkey);
}
}
function smilies_onload(id, smcols, seditorkey) {
seditorkey = !seditorkey ? '' : seditorkey;
smile = getcookie('smile').split('D');
if(typeof smilies_type == 'object') {
if(smile[0] && smilies_array[smile[0]]) {
CURRENTSTYPE = smile[0];
} else {
for(i in smilies_array) {
CURRENTSTYPE = i;break;
}
}
smiliestype = '<div id="'+id+'_tb" class="tb tb_s cl"><ul>';
for(i in smilies_type) {
key = i.substring(1);
if(smilies_type[i][0]) {
smiliestype += '<li ' + (CURRENTSTYPE == key ? 'class="current"' : '') + ' id="'+seditorkey+'stype_'+key+'" onclick="smilies_switch(\'' + id + '\', \'' + smcols + '\', '+key+', 1, \'' + seditorkey + '\');if(CURRENTSTYPE) {$(\''+seditorkey+'stype_\'+CURRENTSTYPE).className=\'\';}this.className=\'current\';CURRENTSTYPE='+key+';doane(event);"><a href="javascript:;" hidefocus="true">'+smilies_type[i][0]+'</a></li>';
}
}
smiliestype += '</ul></div>';
$(id).innerHTML = smiliestype + '<div id="' + id + '_data"></div><div class="sllt_p" id="' + id + '_page"></div>';
smilies_switch(id, smcols, CURRENTSTYPE, smile[1], seditorkey);
smilies_fastdata = '';
if(seditorkey == 'fastpost' && $('fastsmilies') && smilies_fast) {
var j = 0;
for(i = 0;i < smilies_fast.length; i++) {
if(j == 0) {
smilies_fastdata += '<tr>';
}
j = ++j > 3 ? 0 : j;
s = smilies_array[smilies_fast[i][0]][smilies_fast[i][1]][smilies_fast[i][2]];
smilieimg = STATICURL + 'image/smiley/' + smilies_type['_' + smilies_fast[i][0]][1] + '/' + s[2];
img[k] = new Image();
img[k].src = smilieimg;
smilies_fastdata += s ? '<td onmouseover="smilies_preview(\'' + seditorkey + '\', \'fastsmiliesdiv\', this, ' + s[5] + ')" onmouseout="$(\'smilies_preview\').style.display = \'none\'" onclick="' + (typeof wysiwyg != 'undefined' ? 'insertSmiley(' + s[0] + ')': 'seditor_insertunit(\'' + seditorkey + '\', \'' + s[1].replace(/'/, '\\\'') + '\')') +
'" id="' + seditorkey + 'smilie_' + s[0] + '_td"><img id="smilie_' + s[0] + '" width="' + s[3] +'" height="' + s[4] +'" src="' + smilieimg + '" alt="' + s[1] + '" />' : '<td>';
}
$('fastsmilies').innerHTML = '<table cellspacing="0" cellpadding="0"><tr>' + smilies_fastdata + '</tr></table>';
}
}
}
function smilies_switch(id, smcols, type, page, seditorkey) {
page = page ? page : 1;
if(!smilies_array[type] || !smilies_array[type][page]) return;
setcookie('smile', type + 'D' + page, 31536000);
smiliesdata = '<table id="' + id + '_table" cellpadding="0" cellspacing="0"><tr>';
j = k = 0;
img = [];
for(var i = 0; i < smilies_array[type][page].length; i++) {
if(j >= smcols) {
smiliesdata += '<tr>';
j = 0;
}
s = smilies_array[type][page][i];
smilieimg = STATICURL + 'image/smiley/' + smilies_type['_' + type][1] + '/' + s[2];
img[k] = new Image();
img[k].src = smilieimg;
smiliesdata += s && s[0] ? '<td onmouseover="smilies_preview(\'' + seditorkey + '\', \'' + id + '\', this, ' + s[5] + ')" onclick="' + (typeof wysiwyg != 'undefined' ? 'insertSmiley(' + s[0] + ')': 'seditor_insertunit(\'' + seditorkey + '\', \'' + s[1].replace(/'/, '\\\'') + '\')') +
'" id="' + seditorkey + 'smilie_' + s[0] + '_td"><img id="smilie_' + s[0] + '" width="' + s[3] +'" height="' + s[4] +'" src="' + smilieimg + '" alt="' + s[1] + '" />' : '<td>';
j++;k++;
}
smiliesdata += '</table>';
smiliespage = '';
if(smilies_array[type].length > 2) {
prevpage = ((prevpage = parseInt(page) - 1) < 1) ? smilies_array[type].length - 1 : prevpage;
nextpage = ((nextpage = parseInt(page) + 1) == smilies_array[type].length) ? 1 : nextpage;
smiliespage = '<div class="z"><a href="javascript:;" onclick="smilies_switch(\'' + id + '\', \'' + smcols + '\', ' + type + ', ' + prevpage + ', \'' + seditorkey + '\');doane(event);">上页</a>' +
'<a href="javascript:;" onclick="smilies_switch(\'' + id + '\', \'' + smcols + '\', ' + type + ', ' + nextpage + ', \'' + seditorkey + '\');doane(event);">下页</a></div>' +
page + '/' + (smilies_array[type].length - 1);
}
$(id + '_data').innerHTML = smiliesdata;
$(id + '_page').innerHTML = smiliespage;
$(id + '_tb').style.width = smcols*(16+parseInt(s[3])) + 'px';
}
function smilies_preview(seditorkey, id, obj, w) {
var menu = $('smilies_preview');
if(!menu) {
menu = document.createElement('div');
menu.id = 'smilies_preview';
menu.className = 'sl_pv';
menu.style.display = 'none';
$('append_parent').appendChild(menu);
}
menu.innerHTML = '<img width="' + w + '" src="' + obj.childNodes[0].src + '" />';
mpos = fetchOffset($(id + '_data'));
spos = fetchOffset(obj);
pos = spos['left'] >= mpos['left'] + $(id + '_data').offsetWidth / 2 ? '13' : '24';
showMenu({'ctrlid':obj.id,'showid':id + '_data','menuid':menu.id,'pos':pos,'layer':3});
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: register.js 31582 2012-09-11 03:21:49Z zhangjie $
*/
var lastusername = '', lastpassword = '', lastemail = '', lastinvitecode = '', stmp = new Array();
function errormessage(id, msg) {
if($(id)) {
showInputTip();
msg = !msg ? '' : msg;
if($('tip_' + id)) {
if(msg == 'succeed') {
msg = '';
$('tip_' + id).parentNode.className = $('tip_' + id).parentNode.className.replace(/ p_right/, '');
$('tip_' + id).parentNode.className += ' p_right';
} else if(msg !== '') {
$('tip_' + id).parentNode.className = $('tip_' + id).parentNode.className.replace(/ p_right/, '');
}
}
if($('chk_' + id)) {
$('chk_' + id).innerHTML = msg;
}
$(id).className = $(id).className.replace(/ er/, '');
$(id).className += !msg ? '' : ' er';
}
}
function addFormEvent(formid, focus){
var si = 0;
var formNode = $(formid).getElementsByTagName('input');
for(i = 0;i < formNode.length;i++) {
if(formNode[i].name == '') {
formNode[i].name = formNode[i].id;
stmp[si] = i;
si++;
}
if(formNode[i].type == 'text' || formNode[i].type == 'password'){
formNode[i].onfocus = function(){
showInputTip(!this.id ? this.name : this.id);
}
}
}
if(!si) {
return;
}
formNode[stmp[0]].onblur = function () {
checkusername(formNode[stmp[0]].id);
};
formNode[stmp[1]].onblur = function () {
if(formNode[stmp[1]].value == '') {
var pwmsg = '请填写密码';
if(pwlength > 0) {
pwmsg += ', 最小长度为 '+pwlength+' 个字符';
}
errormessage(formNode[stmp[1]].id, pwmsg);
}else{
errormessage(formNode[stmp[1]].id, 'succeed');
}
checkpassword(formNode[stmp[1]].id, formNode[stmp[2]].id);
};
formNode[stmp[1]].onkeyup = function () {
if(pwlength == 0 || $(formNode[stmp[1]].id).value.length >= pwlength) {
var passlevels = new Array('','弱','中','强');
var passlevel = checkstrongpw(formNode[stmp[1]].id);
errormessage(formNode[stmp[1]].id, '<span class="passlevel passlevel'+passlevel+'">密码强度:'+passlevels[passlevel]+'</span>');
}
};
formNode[stmp[2]].onblur = function () {
if(formNode[stmp[2]].value == '') {
errormessage(formNode[stmp[2]].id, '请再次输入密码');
}
checkpassword(formNode[stmp[1]].id, formNode[stmp[2]].id);
};
addMailEvent(formNode[stmp[3]]);
try {
if(focus) {
$('invitecode').focus();
} else {
formNode[stmp[0]].focus();
}
} catch(e) {}
}
function addMailEvent(mailObj) {
mailObj.onclick = function (event) {
emailMenu(event, mailObj.id);
};
mailObj.onkeyup = function (event) {
emailMenu(event, mailObj.id);
};
mailObj.onkeydown = function (event) {
emailMenuOp(4, event, mailObj.id);
};
mailObj.onblur = function () {
if(mailObj.value == '') {
errormessage(mailObj.id, '请输入邮箱地址');
}
emailMenuOp(3, null, mailObj.id);
};
stmp['email'] = mailObj.id;
}
function checkstrongpw(id) {
var passlevel = 0;
if($(id).value.match(/\d+/g)) {
passlevel ++;
}
if($(id).value.match(/[a-z]+/ig)) {
passlevel ++;
}
if($(id).value.match(/[^a-z0-9]+/ig)) {
passlevel ++;
}
return passlevel;
}
function showInputTip(id) {
var p_tips = $('registerform').getElementsByTagName('i');
for(i = 0;i < p_tips.length;i++){
if(p_tips[i].className == 'p_tip'){
p_tips[i].style.display = 'none';
}
}
if($('tip_' + id)) {
$('tip_' + id).style.display = 'block';
}
}
function showbirthday(){
var el = $('birthday');
var birthday = el.value;
el.length=0;
el.options.add(new Option('日', ''));
for(var i=0;i<28;i++){
el.options.add(new Option(i+1, i+1));
}
if($('birthmonth').value!="2"){
el.options.add(new Option(29, 29));
el.options.add(new Option(30, 30));
switch($('birthmonth').value){
case "1":
case "3":
case "5":
case "7":
case "8":
case "10":
case "12":{
el.options.add(new Option(31, 31));
}
}
} else if($('birthyear').value!="") {
var nbirthyear=$('birthyear').value;
if(nbirthyear%400==0 || (nbirthyear%4==0 && nbirthyear%100!=0)) el.options.add(new Option(29, 29));
}
el.value = birthday;
}
function trim(str) {
return str.replace(/^\s*(.*?)[\s\n]*$/g, '$1');
}
var emailMenuST = null, emailMenui = 0, emaildomains = ['qq.com', '163.com', 'sina.com', 'sohu.com', 'yahoo.cn', 'gmail.com', 'hotmail.com'];
function emailMenuOp(op, e, id) {
if(op == 3 && BROWSER.ie && BROWSER.ie < 7) {
checkemail(id);
}
if(!$('emailmore_menu')) {
return;
}
if(op == 1) {
$('emailmore_menu').style.display = 'none';
} else if(op == 2) {
showMenu({'ctrlid':'emailmore','pos': '13!'});
} else if(op == 3) {
emailMenuST = setTimeout(function () {
emailMenuOp(1, id);
checkemail(id);
}, 500);
} else if(op == 4) {
e = e ? e : window.event;
var obj = $(id);
if(e.keyCode == 13) {
var v = obj.value.indexOf('@') != -1 ? obj.value.substring(0, obj.value.indexOf('@')) : obj.value;
obj.value = v + '@' + emaildomains[emailMenui];
doane(e);
}
} else if(op == 5) {
var as = $('emailmore_menu').getElementsByTagName('a');
for(i = 0;i < as.length;i++){
as[i].className = '';
}
}
}
function emailMenu(e, id) {
if(BROWSER.ie && BROWSER.ie < 7) {
return;
}
e = e ? e : window.event;
var obj = $(id);
if(obj.value.indexOf('@') != -1) {
$('emailmore_menu').style.display = 'none';
return;
}
var value = e.keyCode;
var v = obj.value;
if(!obj.value.length) {
emailMenuOp(1);
return;
}
if(value == 40) {
emailMenui++;
if(emailMenui >= emaildomains.length) {
emailMenui = 0;
}
} else if(value == 38) {
emailMenui--;
if(emailMenui < 0) {
emailMenui = emaildomains.length - 1;
}
} else if(value == 13) {
$('emailmore_menu').style.display = 'none';
return;
}
if(!$('emailmore_menu')) {
menu = document.createElement('div');
menu.id = 'emailmore_menu';
menu.style.display = 'none';
menu.className = 'p_pop';
menu.setAttribute('disautofocus', true);
$('append_parent').appendChild(menu);
}
var s = '<ul>';
for(var i = 0; i < emaildomains.length; i++) {
s += '<li><a href="javascript:;" onmouseover="emailMenuOp(5)" ' + (emailMenui == i ? 'class="a" ' : '') + 'onclick="$(stmp[\'email\']).value=this.innerHTML;display(\'emailmore_menu\');checkemail(stmp[\'email\']);">' + v + '@' + emaildomains[i] + '</a></li>';
}
s += '</ul>';
$('emailmore_menu').innerHTML = s;
emailMenuOp(2);
}
function checksubmit() {
var p_chks = $('registerform').getElementsByTagName('kbd');
for(i = 0;i < p_chks.length;i++){
if(p_chks[i].className == 'p_chk'){
p_chks[i].innerHTML = '';
}
}
ajaxpost('registerform', 'returnmessage4', 'returnmessage4', 'onerror');
return;
}
function checkusername(id) {
errormessage(id);
var username = trim($(id).value);
if($('tip_' + id).parentNode.className.match(/ p_right/) && (username == '' || username == lastusername)) {
return;
} else {
lastusername = username;
}
if(username.match(/<|"/ig)) {
errormessage(id, '用户名包含敏感字符');
return;
}
var unlen = username.replace(/[^\x00-\xff]/g, "**").length;
if(unlen < 3 || unlen > 15) {
errormessage(id, unlen < 3 ? '用户名不得小于 3 个字符' : '用户名不得超过 15 个字符');
return;
}
var x = new Ajax();
$('tip_' + id).parentNode.className = $('tip_' + id).parentNode.className.replace(/ p_right/, '');
x.get('forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkusername&username=' + (BROWSER.ie && document.charset == 'utf-8' ? encodeURIComponent(username) : username.replace(/%/g, '%25')), function(s) {
errormessage(id, s);
});
}
function checkpassword(id1, id2) {
if(!$(id1).value && !$(id2).value) {
return;
}
if(pwlength > 0) {
if($(id1).value.length < pwlength) {
errormessage(id1, '密码太短,不得少于 '+pwlength+' 个字符');
return;
}
}
if(strongpw) {
var strongpw_error = false, j = 0;
var strongpw_str = new Array();
for(var i in strongpw) {
if(strongpw[i] === 1 && !$(id1).value.match(/\d+/g)) {
strongpw_error = true;
strongpw_str[j] = '数字';
j++;
}
if(strongpw[i] === 2 && !$(id1).value.match(/[a-z]+/g)) {
strongpw_error = true;
strongpw_str[j] = '小写字母';
j++;
}
if(strongpw[i] === 3 && !$(id1).value.match(/[A-Z]+/g)) {
strongpw_error = true;
strongpw_str[j] = '大写字母';
j++;
}
if(strongpw[i] === 4 && !$(id1).value.match(/[^A-Za-z0-9]+/g)) {
strongpw_error = true;
strongpw_str[j] = '特殊符号';
j++;
}
}
if(strongpw_error) {
errormessage(id1, '密码太弱,密码中必须包含 '+strongpw_str.join(','));
return;
}
}
errormessage(id2);
if($(id1).value != $(id2).value) {
errormessage(id2, '两次输入的密码不一致');
} else {
errormessage(id2, 'succeed');
}
}
function checkemail(id) {
errormessage(id);
var email = trim($(id).value);
if($(id).parentNode.className.match(/ p_right/) && (email == '' || email == lastemail)) {
return;
} else {
lastemail = email;
}
if(email.match(/<|"/ig)) {
errormessage(id, 'Email 包含敏感字符');
return;
}
var x = new Ajax();
$('tip_' + id).parentNode.className = $('tip_' + id).parentNode.className.replace(/ p_right/, '');
x.get('forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkemail&email=' + email, function(s) {
errormessage(id, s);
});
}
function checkinvite() {
errormessage('invitecode');
var invitecode = trim($('invitecode').value);
if(invitecode == '' || invitecode == lastinvitecode) {
return;
} else {
lastinvitecode = invitecode;
}
if(invitecode.match(/<|"/ig)) {
errormessage('invitecode', '邀请码包含敏感字符');
return;
}
var x = new Ajax();
$('tip_invitecode').parentNode.className = $('tip_invitecode').parentNode.className.replace(/ p_right/, '');
x.get('forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkinvitecode&invitecode=' + invitecode, function(s) {
errormessage('invitecode', s);
});
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: md5.js 29228 2012-03-30 01:46:00Z monkey $
*/
var hexcase = 0;
var chrsz = 8;
function hex_md5(s){
return binl2hex(core_md5(str2binl(s), s.length * chrsz));
}
function core_md5(x, len) {
x[len >> 5] |= 0x80 << ((len) % 32);
x[(((len + 64) >>> 9) << 4) + 14] = len;
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
for(var i = 0; i < x.length; i += 16) {
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
a = md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);
d = md5_ff(d, a, b, c, x[i+ 1], 12, -389564586);
c = md5_ff(c, d, a, b, x[i+ 2], 17, 606105819);
b = md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330);
a = md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897);
d = md5_ff(d, a, b, c, x[i+ 5], 12, 1200080426);
c = md5_ff(c, d, a, b, x[i+ 6], 17, -1473231341);
b = md5_ff(b, c, d, a, x[i+ 7], 22, -45705983);
a = md5_ff(a, b, c, d, x[i+ 8], 7 , 1770035416);
d = md5_ff(d, a, b, c, x[i+ 9], 12, -1958414417);
c = md5_ff(c, d, a, b, x[i+10], 17, -42063);
b = md5_ff(b, c, d, a, x[i+11], 22, -1990404162);
a = md5_ff(a, b, c, d, x[i+12], 7 , 1804603682);
d = md5_ff(d, a, b, c, x[i+13], 12, -40341101);
c = md5_ff(c, d, a, b, x[i+14], 17, -1502002290);
b = md5_ff(b, c, d, a, x[i+15], 22, 1236535329);
a = md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510);
d = md5_gg(d, a, b, c, x[i+ 6], 9 , -1069501632);
c = md5_gg(c, d, a, b, x[i+11], 14, 643717713);
b = md5_gg(b, c, d, a, x[i+ 0], 20, -373897302);
a = md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691);
d = md5_gg(d, a, b, c, x[i+10], 9 , 38016083);
c = md5_gg(c, d, a, b, x[i+15], 14, -660478335);
b = md5_gg(b, c, d, a, x[i+ 4], 20, -405537848);
a = md5_gg(a, b, c, d, x[i+ 9], 5 , 568446438);
d = md5_gg(d, a, b, c, x[i+14], 9 , -1019803690);
c = md5_gg(c, d, a, b, x[i+ 3], 14, -187363961);
b = md5_gg(b, c, d, a, x[i+ 8], 20, 1163531501);
a = md5_gg(a, b, c, d, x[i+13], 5 , -1444681467);
d = md5_gg(d, a, b, c, x[i+ 2], 9 , -51403784);
c = md5_gg(c, d, a, b, x[i+ 7], 14, 1735328473);
b = md5_gg(b, c, d, a, x[i+12], 20, -1926607734);
a = md5_hh(a, b, c, d, x[i+ 5], 4 , -378558);
d = md5_hh(d, a, b, c, x[i+ 8], 11, -2022574463);
c = md5_hh(c, d, a, b, x[i+11], 16, 1839030562);
b = md5_hh(b, c, d, a, x[i+14], 23, -35309556);
a = md5_hh(a, b, c, d, x[i+ 1], 4 , -1530992060);
d = md5_hh(d, a, b, c, x[i+ 4], 11, 1272893353);
c = md5_hh(c, d, a, b, x[i+ 7], 16, -155497632);
b = md5_hh(b, c, d, a, x[i+10], 23, -1094730640);
a = md5_hh(a, b, c, d, x[i+13], 4 , 681279174);
d = md5_hh(d, a, b, c, x[i+ 0], 11, -358537222);
c = md5_hh(c, d, a, b, x[i+ 3], 16, -722521979);
b = md5_hh(b, c, d, a, x[i+ 6], 23, 76029189);
a = md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487);
d = md5_hh(d, a, b, c, x[i+12], 11, -421815835);
c = md5_hh(c, d, a, b, x[i+15], 16, 530742520);
b = md5_hh(b, c, d, a, x[i+ 2], 23, -995338651);
a = md5_ii(a, b, c, d, x[i+ 0], 6 , -198630844);
d = md5_ii(d, a, b, c, x[i+ 7], 10, 1126891415);
c = md5_ii(c, d, a, b, x[i+14], 15, -1416354905);
b = md5_ii(b, c, d, a, x[i+ 5], 21, -57434055);
a = md5_ii(a, b, c, d, x[i+12], 6 , 1700485571);
d = md5_ii(d, a, b, c, x[i+ 3], 10, -1894986606);
c = md5_ii(c, d, a, b, x[i+10], 15, -1051523);
b = md5_ii(b, c, d, a, x[i+ 1], 21, -2054922799);
a = md5_ii(a, b, c, d, x[i+ 8], 6 , 1873313359);
d = md5_ii(d, a, b, c, x[i+15], 10, -30611744);
c = md5_ii(c, d, a, b, x[i+ 6], 15, -1560198380);
b = md5_ii(b, c, d, a, x[i+13], 21, 1309151649);
a = md5_ii(a, b, c, d, x[i+ 4], 6 , -145523070);
d = md5_ii(d, a, b, c, x[i+11], 10, -1120210379);
c = md5_ii(c, d, a, b, x[i+ 2], 15, 718787259);
b = md5_ii(b, c, d, a, x[i+ 9], 21, -343485551);
a = safe_add(a, olda);
b = safe_add(b, oldb);
c = safe_add(c, oldc);
d = safe_add(d, oldd);
}
return Array(a, b, c, d);
}
function md5_cmn(q, a, b, x, s, t) {
return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s),b);
}
function md5_ff(a, b, c, d, x, s, t) {
return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
}
function md5_gg(a, b, c, d, x, s, t) {
return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
}
function md5_hh(a, b, c, d, x, s, t) {
return md5_cmn(b ^ c ^ d, a, b, x, s, t);
}
function md5_ii(a, b, c, d, x, s, t) {
return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);
}
function safe_add(x, y) {
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
return (msw << 16) | (lsw & 0xFFFF);
}
function bit_rol(num, cnt) {
return (num << cnt) | (num >>> (32 - cnt));
}
function str2binl(str) {
var bin = Array();
var mask = (1 << chrsz) - 1;
for(var i = 0; i < str.length * chrsz; i += chrsz) {
bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (i%32);
}
return bin;
}
function binl2hex(binarray) {
var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
var str = "";
for(var i = 0; i < binarray.length * 4; i++) {
str += hex_tab.charAt((binarray[i>>2] >> ((i%4)*8+4)) & 0xF) + hex_tab.charAt((binarray[i>>2] >> ((i%4)*8 )) & 0xF);
}
return str;
}
var pwmd5log = new Array();
function pwmd5() {
if(!$(pwmd5.arguments[0]) || $(pwmd5.arguments[0]).value == '') {
return;
}
numargs = pwmd5.arguments.length;
for(var i = 0; i < numargs; i++) {
if(!pwmd5log[pwmd5.arguments[i]] || $(pwmd5.arguments[i]).value.length != 32) {
pwmd5log[pwmd5.arguments[i]] = $(pwmd5.arguments[i]).value = hex_md5($(pwmd5.arguments[i]).value);
}
}
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum.js 31416 2012-08-27 07:50:15Z zhangguosheng $
*/
function saveData(ignoreempty) {
var ignoreempty = isUndefined(ignoreempty) ? 0 : ignoreempty;
var obj = $('postform') && (($('fwin_newthread') && $('fwin_newthread').style.display == '') || ($('fwin_reply') && $('fwin_reply').style.display == '')) ? $('postform') : ($('fastpostform') ? $('fastpostform') : $('postform'));
if(!obj) return;
if(typeof isfirstpost != 'undefined') {
if(typeof wysiwyg != 'undefined' && wysiwyg == 1) {
var messageisnull = trim(html2bbcode(editdoc.body.innerHTML)) === '';
} else {
var messageisnull = $('postform').message.value === '';
}
if(isfirstpost && (messageisnull && $('postform').subject.value === '')) {
return;
}
if(!isfirstpost && messageisnull) {
return;
}
}
var data = subject = message = '';
for(var i = 0; i < obj.elements.length; i++) {
var el = obj.elements[i];
if(el.name != '' && (el.tagName == 'SELECT' || el.tagName == 'TEXTAREA' || el.tagName == 'INPUT' && (el.type == 'text' || el.type == 'checkbox' || el.type == 'radio' || el.type == 'hidden' || el.type == 'select')) && el.name.substr(0, 6) != 'attach') {
var elvalue = el.value;
if(el.name == 'subject') {
subject = trim(elvalue);
} else if(el.name == 'message') {
if(typeof wysiwyg != 'undefined' && wysiwyg == 1) {
elvalue = html2bbcode(editdoc.body.innerHTML);
}
message = trim(elvalue);
}
if((el.type == 'checkbox' || el.type == 'radio') && !el.checked) {
continue;
} else if(el.tagName == 'SELECT') {
elvalue = el.value;
} else if(el.type == 'hidden') {
if(el.id) {
eval('var check = typeof ' + el.id + '_upload == \'function\'');
if(check) {
elvalue = elvalue;
if($(el.id + '_url')) {
elvalue += String.fromCharCode(1) + $(el.id + '_url').value;
}
} else {
continue;
}
} else {
continue;
}
}
if(trim(elvalue)) {
data += el.name + String.fromCharCode(9) + el.tagName + String.fromCharCode(9) + el.type + String.fromCharCode(9) + elvalue + String.fromCharCode(9, 9);
}
}
}
if(!subject && !message && !ignoreempty) {
return;
}
saveUserdata('forum_'+discuz_uid, data);
}
function fastUload() {
appendscript(JSPATH + 'forum_post.js?' + VERHASH);
safescript('forum_post_js', function () { uploadWindow(function (aid, url) {updatefastpostattach(aid, url)}, 'file') }, 100, 50);
}
function switchAdvanceMode(url) {
var obj = $('postform') && (($('fwin_newthread') && $('fwin_newthread').style.display == '') || ($('fwin_reply') && $('fwin_reply').style.display == '')) ? $('postform') : $('fastpostform');
if(obj && obj.message.value != '') {
saveData();
url += (url.indexOf('?') != -1 ? '&' : '?') + 'cedit=yes';
}
location.href = url;
return false;
}
function sidebar_collapse(lang) {
if(lang[0]) {
toggle_collapse('sidebar', null, null, lang);
$('wrap').className = $('wrap').className == 'wrap with_side s_clear' ? 'wrap s_clear' : 'wrap with_side s_clear';
} else {
var collapsed = getcookie('collapse');
collapsed = updatestring(collapsed, 'sidebar', 1);
setcookie('collapse', collapsed, (collapsed ? 2592000 : -2592000));
location.reload();
}
}
function keyPageScroll(e, prev, next, url, page) {
if(loadUserdata('is_blindman')) {
return true;
}
e = e ? e : window.event;
var tagname = BROWSER.ie ? e.srcElement.tagName : e.target.tagName;
if(tagname == 'INPUT' || tagname == 'TEXTAREA') return;
actualCode = e.keyCode ? e.keyCode : e.charCode;
if(next && actualCode == 39) {
window.location = url + '&page=' + (page + 1);
}
if(prev && actualCode == 37) {
window.location = url + '&page=' + (page - 1);
}
}
function announcement() {
var ann = new Object();
ann.anndelay = 3000;ann.annst = 0;ann.annstop = 0;ann.annrowcount = 0;ann.anncount = 0;ann.annlis = $('anc').getElementsByTagName("li");ann.annrows = new Array();
ann.announcementScroll = function () {
if(this.annstop) {this.annst = setTimeout(function () {ann.announcementScroll();}, this.anndelay);return;}
if(!this.annst) {
var lasttop = -1;
for(i = 0;i < this.annlis.length;i++) {
if(lasttop != this.annlis[i].offsetTop) {
if(lasttop == -1) lasttop = 0;
this.annrows[this.annrowcount] = this.annlis[i].offsetTop - lasttop;this.annrowcount++;
}
lasttop = this.annlis[i].offsetTop;
}
if(this.annrows.length == 1) {
$('an').onmouseover = $('an').onmouseout = null;
} else {
this.annrows[this.annrowcount] = this.annrows[1];
$('ancl').innerHTML += $('ancl').innerHTML;
this.annst = setTimeout(function () {ann.announcementScroll();}, this.anndelay);
$('an').onmouseover = function () {ann.annstop = 1;};
$('an').onmouseout = function () {ann.annstop = 0;};
}
this.annrowcount = 1;
return;
}
if(this.annrowcount >= this.annrows.length) {
$('anc').scrollTop = 0;
this.annrowcount = 1;
this.annst = setTimeout(function () {ann.announcementScroll();}, this.anndelay);
} else {
this.anncount = 0;
this.announcementScrollnext(this.annrows[this.annrowcount]);
}
};
ann.announcementScrollnext = function (time) {
$('anc').scrollTop++;
this.anncount++;
if(this.anncount != time) {
this.annst = setTimeout(function () {ann.announcementScrollnext(time);}, 10);
} else {
this.annrowcount++;
this.annst = setTimeout(function () {ann.announcementScroll();}, this.anndelay);
}
};
ann.announcementScroll();
}
function removeindexheats() {
return confirm('您确认要把此主题从热点主题中移除么?');
}
function showTypes(id, mod) {
var o = $(id);
if(!o) return false;
var s = o.className;
mod = isUndefined(mod) ? 1 : mod;
var baseh = o.getElementsByTagName('li')[0].offsetHeight * 2;
var tmph = o.offsetHeight;
var lang = ['展开', '收起'];
var cls = ['unfold', 'fold'];
if(tmph > baseh) {
var octrl = document.createElement('li');
octrl.className = cls[mod];
octrl.innerHTML = lang[mod];
o.insertBefore(octrl, o.firstChild);
o.className = s + ' cttp';
mod && (o.style.height = 'auto');
octrl.onclick = function () {
if(this.className == cls[0]) {
o.style.height = 'auto';
this.className = cls[1];
this.innerHTML = lang[1];
} else {
o.style.height = '';
this.className = cls[0];
this.innerHTML = lang[0];
}
}
}
}
var postpt = 0;
function fastpostvalidate(theform, noajaxpost) {
if(postpt) {
return false;
}
postpt = 1;
setTimeout(function() {postpt = 0}, 2000);
noajaxpost = !noajaxpost ? 0 : noajaxpost;
s = '';
if(typeof fastpostvalidateextra == 'function') {
var v = fastpostvalidateextra();
if(!v) {
return false;
}
}
if(theform.message.value == '' || theform.subject.value == '') {
s = '抱歉,您尚未输入标题或内容';
theform.message.focus();
} else if(mb_strlen(theform.subject.value) > 80) {
s = '您的标题超过 80 个字符的限制';
theform.subject.focus();
}
if(!disablepostctrl && ((postminchars != 0 && mb_strlen(theform.message.value) < postminchars) || (postmaxchars != 0 && mb_strlen(theform.message.value) > postmaxchars))) {
s = '您的帖子长度不符合要求。\n\n当前长度: ' + mb_strlen(theform.message.value) + ' ' + '字节\n系统限制: ' + postminchars + ' 到 ' + postmaxchars + ' 字节';
}
if(s) {
showError(s);
doane();
$('fastpostsubmit').disabled = false;
return false;
}
$('fastpostsubmit').disabled = true;
theform.message.value = theform.message.value.replace(/([^>=\]"'\/]|^)((((https?|ftp):\/\/)|www\.)([\w\-]+\.)*[\w\-\u4e00-\u9fa5]+\.([\.a-zA-Z0-9]+|\u4E2D\u56FD|\u7F51\u7EDC|\u516C\u53F8)((\?|\/|:)+[\w\.\/=\?%\-&~`@':+!]*)+\.(jpg|gif|png|bmp))/ig, '$1[img]$2[/img]');
theform.message.value = parseurl(theform.message.value);
if(!noajaxpost) {
ajaxpost('fastpostform', 'fastpostreturn', 'fastpostreturn', 'onerror', $('fastpostsubmit'));
return false;
} else {
return true;
}
}
function updatefastpostattach(aid, url) {
ajaxget('forum.php?mod=ajax&action=attachlist&posttime=' + $('posttime').value + (!fid ? '' : '&fid=' + fid), 'attachlist');
$('attach_tblheader').style.display = '';
}
function succeedhandle_fastnewpost(locationhref, message, param) {
location.href = locationhref;
}
function errorhandle_fastnewpost() {
$('fastpostsubmit').disabled = false;
}
function atarget(obj) {
obj.target = getcookie('atarget') > 0 ? '_blank' : '';
}
function setatarget(v) {
$('atarget').className = 'y atarget_' + v;
$('atarget').onclick = function() {setatarget(v == 1 ? -1 : 1);};
setcookie('atarget', v, 2592000);
}
function loadData(quiet, formobj) {
var evalevent = function (obj) {
var script = obj.parentNode.innerHTML;
var re = /onclick="(.+?)["|>]/ig;
var matches = re.exec(script);
if(matches != null) {
matches[1] = matches[1].replace(/this\./ig, 'obj.');
eval(matches[1]);
}
};
var data = '';
data = loadUserdata('forum_'+discuz_uid);
var formobj = !formobj ? $('postform') : formobj;
if(in_array((data = trim(data)), ['', 'null', 'false', null, false])) {
if(!quiet) {
showDialog('没有可以恢复的数据!', 'info');
}
return;
}
if(!quiet && !confirm('此操作将覆盖当前帖子内容,确定要恢复数据吗?')) {
return;
}
var data = data.split(/\x09\x09/);
for(var i = 0; i < formobj.elements.length; i++) {
var el = formobj.elements[i];
if(el.name != '' && (el.tagName == 'SELECT' || el.tagName == 'TEXTAREA' || el.tagName == 'INPUT' && (el.type == 'text' || el.type == 'checkbox' || el.type == 'radio' || el.type == 'hidden'))) {
for(var j = 0; j < data.length; j++) {
var ele = data[j].split(/\x09/);
if(ele[0] == el.name) {
elvalue = !isUndefined(ele[3]) ? ele[3] : '';
if(ele[1] == 'INPUT') {
if(ele[2] == 'text') {
el.value = elvalue;
} else if((ele[2] == 'checkbox' || ele[2] == 'radio') && ele[3] == el.value) {
el.checked = true;
evalevent(el);
} else if(ele[2] == 'hidden') {
eval('var check = typeof ' + el.id + '_upload == \'function\'');
if(check) {
var v = elvalue.split(/\x01/);
el.value = v[0];
if(el.value) {
if($(el.id + '_url') && v[1]) {
$(el.id + '_url').value = v[1];
}
eval(el.id + '_upload(\'' + v[0] + '\', \'' + v[1] + '\')');
if($('unused' + v[0])) {
var attachtype = $('unused' + v[0]).parentNode.parentNode.parentNode.parentNode.id.substr(11);
$('unused' + v[0]).parentNode.parentNode.outerHTML = '';
$('unusednum_' + attachtype).innerHTML = parseInt($('unusednum_' + attachtype).innerHTML) - 1;
if($('unusednum_' + attachtype).innerHTML == 0 && $('attachnotice_' + attachtype)) {
$('attachnotice_' + attachtype).style.display = 'none';
}
}
}
}
}
} else if(ele[1] == 'TEXTAREA') {
if(ele[0] == 'message') {
if(!wysiwyg) {
textobj.value = elvalue;
} else {
editdoc.body.innerHTML = bbcode2html(elvalue);
}
} else {
el.value = elvalue;
}
} else if(ele[1] == 'SELECT') {
if($(el.id + '_ctrl_menu')) {
var lis = $(el.id + '_ctrl_menu').getElementsByTagName('li');
for(var k = 0; k < lis.length; k++) {
if(ele[3] == lis[k].k_value) {
lis[k].onclick();
break;
}
}
} else {
for(var k = 0; k < el.options.length; k++) {
if(ele[3] == el.options[k].value) {
el.options[k].selected = true;
break;
}
}
}
}
break;
}
}
}
}
if($('rstnotice')) {
$('rstnotice').style.display = 'none';
}
extraCheckall();
}
var checkForumcount = 0, checkForumtimeout = 30000, checkForumnew_handle;
function checkForumnew(fid, lasttime) {
var timeout = checkForumtimeout;
var x = new Ajax();
x.get('forum.php?mod=ajax&action=forumchecknew&fid=' + fid + '&time=' + lasttime + '&inajax=yes', function(s){
if(s > 0) {
var table = $('separatorline').parentNode;
if(!isUndefined(checkForumnew_handle)) {
clearTimeout(checkForumnew_handle);
}
removetbodyrow(table, 'forumnewshow');
var colspan = table.getElementsByTagName('tbody')[0].rows[0].children.length;
var checknew = {'tid':'', 'thread':{'common':{'className':'', 'val':'<a href="javascript:void(0);" onclick="ajaxget(\'forum.php?mod=ajax&action=forumchecknew&fid=' + fid+ '&time='+lasttime+'&uncheck=1&inajax=yes\', \'forumnew\');">有新回复的主题,点击查看', 'colspan': colspan }}};
addtbodyrow(table, ['tbody'], ['forumnewshow'], 'separatorline', checknew);
} else {
if(checkForumcount < 50) {
if(checkForumcount > 0) {
var multiple = Math.ceil(50 / checkForumcount);
if(multiple < 5) {
timeout = checkForumtimeout * (5 - multiple + 1);
}
}
checkForumnew_handle = setTimeout(function () {checkForumnew(fid, lasttime);}, timeout);
}
}
checkForumcount++;
});
}
function checkForumnew_btn(fid) {
if(isUndefined(fid)) return;
ajaxget('forum.php?mod=ajax&action=forumchecknew&fid=' + fid+ '&time='+lasttime+'&uncheck=2&inajax=yes', 'forumnew', 'ajaxwaitid');
lasttime = parseInt(Date.parse(new Date()) / 1000);
}
function addtbodyrow (table, insertID, changename, separatorid, jsonval) {
if(isUndefined(table) || isUndefined(insertID[0])) {
return;
}
var insertobj = document.createElement(insertID[0]);
var thread = jsonval.thread;
var tid = !isUndefined(jsonval.tid) ? jsonval.tid : '' ;
if(!isUndefined(changename[1])) {
removetbodyrow(table, changename[1] + tid);
}
insertobj.id = changename[0] + tid;
if(!isUndefined(insertID[1])) {
insertobj.className = insertID[1];
}
if($(separatorid)) {
table.insertBefore(insertobj, $(separatorid).nextSibling);
} else {
table.insertBefore(insertobj, table.firstChild);
}
var newTH = insertobj.insertRow(-1);
for(var value in thread) {
if(value != 0) {
var cell = newTH.insertCell(-1);
if(isUndefined(thread[value]['val'])) {
cell.innerHTML = thread[value];
} else {
cell.innerHTML = thread[value]['val'];
}
if(!isUndefined(thread[value]['className'])) {
cell.className = thread[value]['className'];
}
if(!isUndefined(thread[value]['colspan'])) {
cell.colSpan = thread[value]['colspan'];
}
}
}
if(!isUndefined(insertID[2])) {
_attachEvent(insertobj, insertID[2], function() {insertobj.className = '';});
}
}
function removetbodyrow(from, objid) {
if(!isUndefined(from) && $(objid)) {
from.removeChild($(objid));
}
}
function leftside(id) {
$(id).className = $(id).className == 'a' ? '' : 'a';
if(id == 'lf_fav') {
setcookie('leftsidefav', $(id).className == 'a' ? 0 : 1, 2592000);
}
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: calendar.js 27363 2012-01-18 08:46:14Z monkey $
*/
var controlid = null;
var currdate = null;
var startdate = null;
var enddate = null;
var halfhour = false;
var yy = null;
var mm = null;
var hh = null;
var ii = null;
var currday = null;
var addtime = false;
var today = new Date();
var lastcheckedyear = false;
var lastcheckedmonth = false;
function loadcalendar() {
s = '';
s += '<div id="calendar" style="display:none; position:absolute; z-index:100000;" onclick="doane(event)">';
s += '<div style="width: 210px;"><table cellspacing="0" cellpadding="0" width="100%" style="text-align: center;">';
s += '<tr align="center" id="calendar_week"><td onclick="refreshcalendar(yy, mm-1)" title="上一月" style="cursor: pointer;"><a href="javascript:;">«</a></td><td colspan="5" style="text-align: center"><a href="javascript:;" onclick="showdiv(\'year\');doane(event)" class="dropmenu" title="点击选择年份" id="year"></a> - <a id="month" class="dropmenu" title="点击选择月份" href="javascript:;" onclick="showdiv(\'month\');doane(event)"></a></td><td onclick="refreshcalendar(yy, mm+1)" title="下一月" style="cursor: pointer;"><a href="javascript:;">»</a></td></tr>';
s += '<tr id="calendar_header"><td>日</td><td>一</td><td>二</td><td>三</td><td>四</td><td>五</td><td>六</td></tr>';
for(var i = 0; i < 6; i++) {
s += '<tr>';
for(var j = 1; j <= 7; j++)
s += "<td id=d" + (i * 7 + j) + " height=\"19\">0</td>";
s += "</tr>";
}
s += '<tr id="hourminute" class="pns"><td colspan="4" align="left"><input type="text" size="1" value="" id="hour" class="px vm" onKeyUp=\'this.value=this.value > 23 ? 23 : zerofill(this.value);controlid.value=controlid.value.replace(/\\d+(\:\\d+)/ig, this.value+"$1")\'>点';
s += '<span id="fullhourselector"><input type="text" size="1" value="" id="minute" class="px vm" onKeyUp=\'this.value=this.value > 59 ? 59 : zerofill(this.value);controlid.value=controlid.value.replace(/(\\d+\:)\\d+/ig, "$1"+this.value)\'>分</span>';
s += '<span id="halfhourselector"><select id="minutehalfhourly" onchange=\'this.value=this.value > 59 ? 59 : zerofill(this.value);controlid.value=controlid.value.replace(/(\\d+\:)\\d+/ig, "$1"+this.value)\'><option value="00">00</option><option value="30">30</option></select>分</span>';
s += '</td><td align="right" colspan="3"><button class="pn" onclick="confirmcalendar();"><em>确定</em></button></td></tr>';
s += '</table></div></div>';
s += '<div id="calendar_year" onclick="doane(event)" style="display: none;z-index:100001;"><div class="col">';
for(var k = 2020; k >= 1931; k--) {
s += k != 2020 && k % 10 == 0 ? '</div><div class="col">' : '';
s += '<a href="javascript:;" onclick="refreshcalendar(' + k + ', mm);$(\'calendar_year\').style.display=\'none\'"><span' + (today.getFullYear() == k ? ' class="calendar_today"' : '') + ' id="calendar_year_' + k + '">' + k + '</span></a><br />';
}
s += '</div></div>';
s += '<div id="calendar_month" onclick="doane(event)" style="display: none;z-index:100001;">';
for(var k = 1; k <= 12; k++) {
s += '<a href="javascript:;" onclick="refreshcalendar(yy, ' + (k - 1) + ');$(\'calendar_month\').style.display=\'none\'"><span' + (today.getMonth()+1 == k ? ' class="calendar_today"' : '') + ' id="calendar_month_' + k + '">' + k + ( k < 10 ? ' ' : '') + ' 月</span></a><br />';
}
s += '</div>';
if(BROWSER.ie && BROWSER.ie < 7) {
s += '<iframe id="calendariframe" frameborder="0" style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"></iframe>';
s += '<iframe id="calendariframe_year" frameborder="0" style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"></iframe>';
s += '<iframe id="calendariframe_month" frameborder="0" style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"></iframe>';
}
var div = document.createElement('div');
div.innerHTML = s;
$('append_parent').appendChild(div);
document.onclick = function(event) {
closecalendar(event);
};
$('calendar').onclick = function(event) {
doane(event);
$('calendar_year').style.display = 'none';
$('calendar_month').style.display = 'none';
if(BROWSER.ie && BROWSER.ie < 7) {
$('calendariframe_year').style.display = 'none';
$('calendariframe_month').style.display = 'none';
}
};
}
function closecalendar(event) {
$('calendar').style.display = 'none';
$('calendar_year').style.display = 'none';
$('calendar_month').style.display = 'none';
if(BROWSER.ie && BROWSER.ie < 7) {
$('calendariframe').style.display = 'none';
$('calendariframe_year').style.display = 'none';
$('calendariframe_month').style.display = 'none';
}
}
function parsedate(s) {
/(\d+)\-(\d+)\-(\d+)\s*(\d*):?(\d*)/.exec(s);
var m1 = (RegExp.$1 && RegExp.$1 > 1899 && RegExp.$1 < 2101) ? parseFloat(RegExp.$1) : today.getFullYear();
var m2 = (RegExp.$2 && (RegExp.$2 > 0 && RegExp.$2 < 13)) ? parseFloat(RegExp.$2) : today.getMonth() + 1;
var m3 = (RegExp.$3 && (RegExp.$3 > 0 && RegExp.$3 < 32)) ? parseFloat(RegExp.$3) : today.getDate();
var m4 = (RegExp.$4 && (RegExp.$4 > -1 && RegExp.$4 < 24)) ? parseFloat(RegExp.$4) : 0;
var m5 = (RegExp.$5 && (RegExp.$5 > -1 && RegExp.$5 < 60)) ? parseFloat(RegExp.$5) : 0;
/(\d+)\-(\d+)\-(\d+)\s*(\d*):?(\d*)/.exec("0000-00-00 00\:00");
return new Date(m1, m2 - 1, m3, m4, m5);
}
function settime(d) {
if(!addtime) {
$('calendar').style.display = 'none';
$('calendar_month').style.display = 'none';
if(BROWSER.ie && BROWSER.ie < 7) {
$('calendariframe').style.display = 'none';
}
}
controlid.value = yy + "-" + zerofill(mm + 1) + "-" + zerofill(d) + (addtime ? ' ' + zerofill($('hour').value) + ':' + zerofill($((halfhour) ? 'minutehalfhourly' : 'minute').value) : '');
}
function confirmcalendar() {
if(addtime && controlid.value === '') {
controlid.value = today.getFullYear() + '-' + (today.getMonth() + 1) + '-' + today.getDate() + ' ' + zerofill($('hour').value) + ':' + zerofill($((halfhour) ? 'minutehalfhourly' : 'minute').value);
}
closecalendar();
}
function initclosecalendar() {
var e = getEvent();
var aim = e.target || e.srcElement;
while (aim.parentNode != document.body) {
if (aim.parentNode.id == 'append_parent') {
aim.onclick = function () {closecalendar(e);};
}
aim = aim.parentNode;
}
}
function showcalendar(event, controlid1, addtime1, startdate1, enddate1, halfhour1) {
controlid = controlid1;
addtime = addtime1;
startdate = startdate1 ? parsedate(startdate1) : false;
enddate = enddate1 ? parsedate(enddate1) : false;
currday = controlid.value ? parsedate(controlid.value) : today;
hh = currday.getHours();
ii = currday.getMinutes();
halfhour = halfhour1 ? true : false;
var p = fetchOffset(controlid);
$('calendar').style.display = 'block';
$('calendar').style.left = p['left']+'px';
$('calendar').style.top = (p['top'] + 20)+'px';
doane(event);
refreshcalendar(currday.getFullYear(), currday.getMonth());
if(lastcheckedyear != false) {
$('calendar_year_' + lastcheckedyear).className = 'calendar_default';
$('calendar_year_' + today.getFullYear()).className = 'calendar_today';
}
if(lastcheckedmonth != false) {
$('calendar_month_' + lastcheckedmonth).className = 'calendar_default';
$('calendar_month_' + (today.getMonth() + 1)).className = 'calendar_today';
}
$('calendar_year_' + currday.getFullYear()).className = 'calendar_checked';
$('calendar_month_' + (currday.getMonth() + 1)).className = 'calendar_checked';
$('hourminute').style.display = addtime ? '' : 'none';
lastcheckedyear = currday.getFullYear();
lastcheckedmonth = currday.getMonth() + 1;
if(halfhour) {
$('halfhourselector').style.display = '';
$('fullhourselector').style.display = 'none';
} else {
$('halfhourselector').style.display = 'none';
$('fullhourselector').style.display = '';
}
if(BROWSER.ie && BROWSER.ie < 7) {
$('calendariframe').style.top = $('calendar').style.top;
$('calendariframe').style.left = $('calendar').style.left;
$('calendariframe').style.width = $('calendar').offsetWidth;
$('calendariframe').style.height = $('calendar').offsetHeight;
$('calendariframe').style.display = 'block';
}
initclosecalendar();
}
function refreshcalendar(y, m) {
var x = new Date(y, m, 1);
var mv = x.getDay();
var d = x.getDate();
var dd = null;
yy = x.getFullYear();
mm = x.getMonth();
$("year").innerHTML = yy;
$("month").innerHTML = mm + 1 > 9 ? (mm + 1) : '0' + (mm + 1);
for(var i = 1; i <= mv; i++) {
dd = $("d" + i);
dd.innerHTML = " ";
dd.className = "";
}
while(x.getMonth() == mm) {
dd = $("d" + (d + mv));
dd.style.cursor = 'pointer';
dd.onclick = function () {
settime(this.childNodes[0].innerHTML);
doane();
};
dd.innerHTML = '<a href="javascript:;">' + d + '</a>';
if(x.getTime() < today.getTime() || (enddate && x.getTime() > enddate.getTime()) || (startdate && x.getTime() < startdate.getTime())) {
dd.className = 'calendar_expire';
} else {
dd.className = 'calendar_default';
}
if(x.getFullYear() == today.getFullYear() && x.getMonth() == today.getMonth() && x.getDate() == today.getDate()) {
dd.className = 'calendar_today';
dd.firstChild.title = '今天';
}
if(x.getFullYear() == currday.getFullYear() && x.getMonth() == currday.getMonth() && x.getDate() == currday.getDate()) {
dd.className = 'calendar_checked';
}
x.setDate(++d);
}
while(d + mv <= 42) {
dd = $("d" + (d + mv));
dd.innerHTML = " ";
d++;
}
if(addtime) {
$('hour').value = zerofill(hh);
$('minute').value = zerofill(ii);
}
}
function showdiv(id) {
var p = fetchOffset($(id));
$('calendar_' + id).style.left = p['left']+'px';
$('calendar_' + id).style.top = (p['top'] + 16)+'px';
$('calendar_' + id).style.display = 'block';
if(BROWSER.ie && BROWSER.ie < 7) {
$('calendariframe_' + id).style.top = $('calendar_' + id).style.top;
$('calendariframe_' + id).style.left = $('calendar_' + id).style.left;
$('calendariframe_' + id).style.width = $('calendar_' + id).offsetWidth;
$('calendariframe_' + id ).style.height = $('calendar_' + id).offsetHeight;
$('calendariframe_' + id).style.display = 'block';
}
}
function zerofill(s) {
var s = parseFloat(s.toString().replace(/(^[\s0]+)|(\s+$)/g, ''));
s = isNaN(s) ? 0 : s;
return (s < 10 ? '0' : '') + s.toString();
}
if(!BROWSER.other) {
loadcss('forum_calendar');
loadcalendar();
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home.js 31008 2012-07-09 02:24:15Z zhengqingpeng $
*/
var note_step = 0;
var note_oldtitle = document.title;
var note_timer;
function addSort(obj) {
if (obj.value == 'addoption') {
showWindow('addoption', 'home.php?mod=spacecp&ac=blog&op=addoption&handlekey=addoption&oid='+obj.id);
}
}
function addOption(sid, aid) {
var obj = $(aid);
var newOption = $(sid).value;
$(sid).value = "";
if (newOption!=null && newOption!='') {
var newOptionTag=document.createElement('option');
newOptionTag.text=newOption;
newOptionTag.value="new:" + newOption;
try {
obj.add(newOptionTag, obj.options[0]);
} catch(ex) {
obj.add(newOptionTag, obj.selecedIndex);
}
obj.value="new:" + newOption;
} else {
obj.value=obj.options[0].value;
}
}
function blogAddOption(sid, aid) {
var obj = $(aid);
var newOption = $(sid).value;
newOption = newOption.replace(/^\s+|\s+$/g,"");
$(sid).value = "";
if (newOption!=null && newOption!='') {
var newOptionTag=document.createElement('option');
newOptionTag.text=newOption;
newOptionTag.value="new:" + newOption;
try {
obj.add(newOptionTag, obj.options[0]);
} catch(ex) {
obj.add(newOptionTag, obj.selecedIndex);
}
obj.value="new:" + newOption;
return true;
} else {
alert('分类名不能为空!');
return false;
}
}
function blogCancelAddOption(aid) {
var obj = $(aid);
obj.value=obj.options[0].value;
}
function checkAll(form, name) {
for(var i = 0; i < form.elements.length; i++) {
var e = form.elements[i];
if(e.name.match(name)) {
e.checked = form.elements['chkall'].checked;
}
}
}
function cnCode(str) {
str = str.replace(/<\/?[^>]+>|\[\/?.+?\]|"/ig, "");
str = str.replace(/\s{2,}/ig, ' ');
return BROWSER.ie && document.charset == 'utf-8' ? encodeURIComponent(str) : str;
}
function getExt(path) {
return path.lastIndexOf('.') == -1 ? '' : path.substr(path.lastIndexOf('.') + 1, path.length).toLowerCase();
}
function resizeImg(id,size) {
var theImages = $(id).getElementsByTagName('img');
for (i=0; i<theImages.length; i++) {
theImages[i].onload = function() {
if (this.width > size) {
this.style.width = size + 'px';
if (this.parentNode.tagName.toLowerCase() != 'a') {
var zoomDiv = document.createElement('div');
this.parentNode.insertBefore(zoomDiv,this);
zoomDiv.appendChild(this);
zoomDiv.style.position = 'relative';
zoomDiv.style.cursor = 'pointer';
this.title = '点击图片,在新窗口显示原始尺寸';
var zoom = document.createElement('img');
zoom.src = 'image/zoom.gif';
zoom.style.position = 'absolute';
zoom.style.marginLeft = size -28 + 'px';
zoom.style.marginTop = '5px';
this.parentNode.insertBefore(zoom,this);
zoomDiv.onmouseover = function() {
zoom.src = 'image/zoom_h.gif';
};
zoomDiv.onmouseout = function() {
zoom.src = 'image/zoom.gif';
};
zoomDiv.onclick = function() {
window.open(this.childNodes[1].src);
};
}
}
}
}
}
function zoomTextarea(id, zoom) {
zoomSize = zoom ? 10 : -10;
obj = $(id);
if(obj.rows + zoomSize > 0 && obj.cols + zoomSize * 3 > 0) {
obj.rows += zoomSize;
obj.cols += zoomSize * 3;
}
}
function ischeck(id, prefix) {
form = document.getElementById(id);
for(var i = 0; i < form.elements.length; i++) {
var e = form.elements[i];
if(e.name.match(prefix) && e.checked) {
if(confirm("您确定要执行本操作吗?")) {
return true;
} else {
return false;
}
}
}
alert('请选择要操作的对象');
return false;
}
function copyRow(tbody) {
var add = false;
var newnode;
if($(tbody).rows.length == 1 && $(tbody).rows[0].style.display == 'none') {
$(tbody).rows[0].style.display = '';
newnode = $(tbody).rows[0];
} else {
newnode = $(tbody).rows[0].cloneNode(true);
add = true;
}
tags = newnode.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == 'pics[]') {
tags[i].value = 'http://';
}
}
if(add) {
$(tbody).appendChild(newnode);
}
}
function delRow(obj, tbody) {
if($(tbody).rows.length == 1) {
var trobj = obj.parentNode.parentNode;
tags = trobj.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == 'pics[]') {
tags[i].value = 'http://';
}
}
trobj.style.display='none';
} else {
$(tbody).removeChild(obj.parentNode.parentNode);
}
}
function insertWebImg(obj) {
if(checkImage(obj.value)) {
insertImage(obj.value);
obj.value = 'http://';
} else {
alert('图片地址不正确');
}
}
function checkFocus(target) {
var obj = $(target);
if(!obj.hasfocus) {
obj.focus();
}
}
function insertImage(text) {
text = "\n[img]" + text + "[/img]\n";
insertContent('message', text);
}
function insertContent(target, text) {
var obj = $(target);
selection = document.selection;
checkFocus(target);
if(!isUndefined(obj.selectionStart)) {
var opn = obj.selectionStart + 0;
obj.value = obj.value.substr(0, obj.selectionStart) + text + obj.value.substr(obj.selectionEnd);
} else if(selection && selection.createRange) {
var sel = selection.createRange();
sel.text = text;
sel.moveStart('character', -strlen(text));
} else {
obj.value += text;
}
}
function checkImage(url) {
var re = /^http\:\/\/.{5,200}\.(jpg|gif|png)$/i;
return url.match(re);
}
function quick_validate(obj) {
if($('seccode')) {
var code = $('seccode').value;
var x = new Ajax();
x.get('cp.php?ac=common&op=seccode&code=' + code, function(s){
s = trim(s);
if(s != 'succeed') {
alert(s);
$('seccode').focus();
return false;
} else {
obj.form.submit();
return true;
}
});
} else {
obj.form.submit();
return true;
}
}
function stopMusic(preID, playerID) {
var musicFlash = preID.toString() + '_' + playerID.toString();
if($(musicFlash)) {
$(musicFlash).SetVariable('closePlayer', 1);
}
}
function showFlash(host, flashvar, obj, shareid) {
var flashAddr = {
'youku.com' : 'http://player.youku.com/player.php/sid/FLASHVAR=/v.swf',
'ku6.com' : 'http://player.ku6.com/refer/FLASHVAR/v.swf',
'youtube.com' : 'http://www.youtube.com/v/FLASHVAR',
'5show.com' : 'http://www.5show.com/swf/5show_player.swf?flv_id=FLASHVAR',
'sina.com.cn' : 'http://vhead.blog.sina.com.cn/player/outer_player.swf?vid=FLASHVAR',
'sohu.com' : 'http://v.blog.sohu.com/fo/v4/FLASHVAR',
'mofile.com' : 'http://tv.mofile.com/cn/xplayer.swf?v=FLASHVAR',
'music' : 'FLASHVAR',
'flash' : 'FLASHVAR'
};
var flash = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="480" height="400">'
+ '<param name="movie" value="FLASHADDR" />'
+ '<param name="quality" value="high" />'
+ '<param name="bgcolor" value="#FFFFFF" />'
+ '<param name="allowScriptAccess" value="none" />'
+ '<param name="allowNetworking" value="internal" />'
+ '<embed width="480" height="400" menu="false" quality="high" allowScriptAccess="none" allowNetworking="internal" src="FLASHADDR" type="application/x-shockwave-flash" />'
+ '</object>';
var videoFlash = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="450">'
+ '<param value="transparent" name="wmode"/>'
+ '<param value="FLASHADDR" name="movie" />'
+ '<embed src="FLASHADDR" wmode="transparent" allowfullscreen="true" type="application/x-shockwave-flash" width="480" height="450"></embed>'
+ '</object>';
var musicFlash = '<object id="audioplayer_SHAREID" height="24" width="290" data="' + STATICURL + 'image/common/player.swf" type="application/x-shockwave-flash">'
+ '<param value="' + STATICURL + 'image/common/player.swf" name="movie"/>'
+ '<param value="autostart=yes&bg=0xCDDFF3&leftbg=0x357DCE&lefticon=0xF2F2F2&rightbg=0xF06A51&rightbghover=0xAF2910&righticon=0xF2F2F2&righticonhover=0xFFFFFF&text=0x357DCE&slider=0x357DCE&track=0xFFFFFF&border=0xFFFFFF&loader=0xAF2910&soundFile=FLASHADDR" name="FlashVars"/>'
+ '<param value="high" name="quality"/>'
+ '<param value="false" name="menu"/>'
+ '<param value="#FFFFFF" name="bgcolor"/>'
+ '</object>';
var musicMedia = '<object height="64" width="290" data="FLASHADDR" type="audio/x-ms-wma">'
+ '<param value="FLASHADDR" name="src"/>'
+ '<param value="1" name="autostart"/>'
+ '<param value="true" name="controller"/>'
+ '</object>';
var flashHtml = videoFlash;
var videoMp3 = true;
if('' == flashvar) {
alert('音乐地址错误,不能为空');
return false;
}
if('music' == host) {
var mp3Reg = new RegExp('.mp3$', 'ig');
var flashReg = new RegExp('.swf$', 'ig');
flashHtml = musicMedia;
videoMp3 = false;
if(mp3Reg.test(flashvar)) {
videoMp3 = true;
flashHtml = musicFlash;
} else if(flashReg.test(flashvar)) {
videoMp3 = true;
flashHtml = flash;
}
}
flashvar = encodeURI(flashvar);
if(flashAddr[host]) {
var flash = flashAddr[host].replace('FLASHVAR', flashvar);
flashHtml = flashHtml.replace(/FLASHADDR/g, flash);
flashHtml = flashHtml.replace(/SHAREID/g, shareid);
}
if(!obj) {
$('flash_div_' + shareid).innerHTML = flashHtml;
return true;
}
if($('flash_div_' + shareid)) {
$('flash_div_' + shareid).style.display = '';
$('flash_hide_' + shareid).style.display = '';
obj.style.display = 'none';
return true;
}
if(flashAddr[host]) {
var flashObj = document.createElement('div');
flashObj.id = 'flash_div_' + shareid;
obj.parentNode.insertBefore(flashObj, obj);
flashObj.innerHTML = flashHtml;
obj.style.display = 'none';
var hideObj = document.createElement('div');
hideObj.id = 'flash_hide_' + shareid;
var nodetxt = document.createTextNode("收起");
hideObj.appendChild(nodetxt);
obj.parentNode.insertBefore(hideObj, obj);
hideObj.style.cursor = 'pointer';
hideObj.onclick = function() {
if(true == videoMp3) {
stopMusic('audioplayer', shareid);
flashObj.parentNode.removeChild(flashObj);
hideObj.parentNode.removeChild(hideObj);
} else {
flashObj.style.display = 'none';
hideObj.style.display = 'none';
}
obj.style.display = '';
};
}
}
function userapp_open() {
var x = new Ajax();
x.get('home.php?mod=spacecp&ac=common&op=getuserapp&inajax=1', function(s){
$('my_userapp').innerHTML = s;
$('a_app_more').className = 'fold';
$('a_app_more').innerHTML = '收起';
$('a_app_more').onclick = function() {
userapp_close();
};
});
}
function userapp_close() {
var x = new Ajax();
x.get('home.php?mod=spacecp&ac=common&op=getuserapp&subop=off&inajax=1', function(s){
$('my_userapp').innerHTML = s;
$('a_app_more').className = 'unfold';
$('a_app_more').innerHTML = '展开';
$('a_app_more').onclick = function() {
userapp_open();
};
});
}
function startMarquee(h, speed, delay, sid) {
var t = null;
var p = false;
var o = $(sid);
o.innerHTML += o.innerHTML;
o.onmouseover = function() {p = true};
o.onmouseout = function() {p = false};
o.scrollTop = 0;
function start() {
t = setInterval(scrolling, speed);
if(!p) {
o.scrollTop += 2;
}
}
function scrolling() {
if(p) return;
if(o.scrollTop % h != 0) {
o.scrollTop += 2;
if(o.scrollTop >= o.scrollHeight/2) o.scrollTop = 0;
} else {
clearInterval(t);
setTimeout(start, delay);
}
}
setTimeout(start, delay);
}
function readfeed(obj, id) {
if(Cookie.get("read_feed_ids")) {
var fcookie = Cookie.get("read_feed_ids");
fcookie = id + ',' + fcookie;
} else {
var fcookie = id;
}
Cookie.set("read_feed_ids", fcookie, 48);
obj.className = 'feedread';
}
function showreward() {
if(Cookie.get('reward_notice_disable')) {
return false;
}
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=getreward', function(s){
if(s) {
msgwin(s, 2000);
}
});
}
function msgwin(s, t) {
var msgWinObj = $('msgwin');
if(!msgWinObj) {
var msgWinObj = document.createElement("div");
msgWinObj.id = 'msgwin';
msgWinObj.style.display = 'none';
msgWinObj.style.position = 'absolute';
msgWinObj.style.zIndex = '100000';
$('append_parent').appendChild(msgWinObj);
}
msgWinObj.innerHTML = s;
msgWinObj.style.display = '';
msgWinObj.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
msgWinObj.style.opacity = 0;
var sTop = document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
pbegin = sTop + (document.documentElement.clientHeight / 2);
pend = sTop + (document.documentElement.clientHeight / 5);
setTimeout(function () {showmsgwin(pbegin, pend, 0, t)}, 10);
msgWinObj.style.left = ((document.documentElement.clientWidth - msgWinObj.clientWidth) / 2) + 'px';
msgWinObj.style.top = pbegin + 'px';
}
function showmsgwin(b, e, a, t) {
step = (b - e) / 10;
var msgWinObj = $('msgwin');
newp = (parseInt(msgWinObj.style.top) - step);
if(newp > e) {
msgWinObj.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + a + ')';
msgWinObj.style.opacity = a / 100;
msgWinObj.style.top = newp + 'px';
setTimeout(function () {showmsgwin(b, e, a += 10, t)}, 10);
} else {
msgWinObj.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
msgWinObj.style.opacity = 1;
setTimeout('displayOpacity(\'msgwin\', 100)', t);
}
}
function displayOpacity(id, n) {
if(!$(id)) {
return;
}
if(n >= 0) {
n -= 10;
$(id).style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + n + ')';
$(id).style.opacity = n / 100;
setTimeout('displayOpacity(\'' + id + '\',' + n + ')', 50);
} else {
$(id).style.display = 'none';
$(id).style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
$(id).style.opacity = 1;
}
}
function urlto(url) {
window.location.href = url;
}
function explode(sep, string) {
return string.split(sep);
}
function selector(pattern, context) {
var re = new RegExp('([a-z0-9]*)([\.#:]*)(.*|$)', 'ig');
var match = re.exec(pattern);
var conditions = cc = [];
if (match[2] == '#') conditions.push(['id', '=', match[3]]);
else if(match[2] == '.') conditions.push(['className', '~=', match[3]]);
else if(match[2] == ':') conditions.push(['type', '=', match[3]]);
var s = match[3].replace(/\[(.*)\]/g,'$1').split('@');
for(var i=0; i<s.length; i++) {
if (cc = /([\w]+)([=^%!$~]+)(.*)$/.exec(s[i]))
conditions.push([cc[1], cc[2], cc[3]]);
}
var list = conditions[0] && conditions[0][0] == 'id' ? [document.getElementById(conditions[0][2])] : (context || document).getElementsByTagName(match[1] || "*");
if(!list || !list.length) return [];
if(conditions) {
var elements = [];
var attrMapping = {'for': 'htmlFor', 'class': 'className'};
for(var i=0; i<list.length; i++) {
var pass = true;
for(var j=0; j<conditions.length; j++) {
var attr = attrMapping[conditions[j][0]] || conditions[j][0];
var val = list[i][attr] || (list[i].getAttribute ? list[i].getAttribute(attr) : '');
var pattern = null;
if(conditions[j][1] == '=') {
pattern = new RegExp('^'+conditions[j][2]+'$', 'i');
} else if(conditions[j][1] == '^=') {
pattern = new RegExp('^' + conditions[j][2], 'i');
} else if(conditions[j][1] == '$=') {
pattern = new RegExp(conditions[j][2] + '$', 'i');
} else if(conditions[j][1] == '%=') {
pattern = new RegExp(conditions[j][2], 'i');
} else if(conditions[j][1] == '~=') {
pattern = new RegExp('(^|[ ])' + conditions[j][2] + '([ ]|$)', 'i');
}
if(pattern && !pattern.test(val)) {
pass = false;
break;
}
}
if(pass) elements.push(list[i]);
}
return elements;
} else {
return list;
}
}
function showBlock(cid, oid) {
if(parseInt(cid)) {
var listObj = $(oid);
var x = new Ajax();
x.get('portal.php?mod=cp&ac=block&operation=getblock&classid='+cid, function(s){
listObj.innerHTML = s;
})
}
}
function resizeTx(obj){
var oid = obj.id + '_limit';
if(!BROWSER.ie) obj.style.height = 0;
obj.style.height = obj.scrollHeight + 'px';
if($(oid)) $(oid).style.display = obj.scrollHeight > 30 ? '':'none';
}
function showFace(showid, target, dropstr) {
if($(showid + '_menu') != null) {
$(showid+'_menu').style.display = '';
} else {
var faceDiv = document.createElement("div");
faceDiv.id = showid+'_menu';
faceDiv.className = 'p_pop facel';
faceDiv.style.position = 'absolute';
faceDiv.style.zIndex = 1001;
var faceul = document.createElement("ul");
for(i=1; i<31; i++) {
var faceli = document.createElement("li");
faceli.innerHTML = '<img src="' + STATICURL + 'image/smiley/comcom/'+i+'.gif" onclick="insertFace(\''+showid+'\','+i+', \''+ target +'\', \''+dropstr+'\')" style="cursor:pointer; position:relative;" />';
faceul.appendChild(faceli);
}
faceDiv.appendChild(faceul);
$('append_parent').appendChild(faceDiv)
}
setMenuPosition(showid, 0);
doane();
_attachEvent(document.body, 'click', function(){if($(showid+'_menu')) $(showid+'_menu').style.display = 'none';});
}
function insertFace(showid, id, target, dropstr) {
var faceText = '[em:'+id+':]';
if($(target) != null) {
insertContent(target, faceText);
if(dropstr) {
$(target).value = $(target).value.replace(dropstr, "");
}
}
}
function wall_add(id) {
var obj = $('comment_ul');
var newdl = document.createElement("dl");
newdl.id = 'comment_'+id+'_li';
newdl.className = 'bbda cl';
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=comment&inajax=1&cid='+id, function(s){
newdl.innerHTML = s;
});
obj.insertBefore(newdl, obj.firstChild);
if($('comment_message')) {
$('comment_message').value= '';
}
showCreditPrompt();
}
function share_add(sid) {
var obj = $('share_ul');
var newli = document.createElement("li");
newli.id = 'share_' + sid + '_li';
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=share&inajax=1&sid='+sid, function(s){
newli.innerHTML = s;
});
obj.insertBefore(newli, obj.firstChild);
$('share_link').value = 'http://';
$('share_general').value = '';
showCreditPrompt();
}
function comment_add(id) {
var obj = $('comment_ul');
var newdl = document.createElement("dl");
newdl.id = 'comment_'+id+'_li';
newdl.className = 'bbda cl';
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=comment&inajax=1&cid='+id, function(s){
newdl.innerHTML = s;
});
if($('comment_prepend')){
obj = obj.firstChild;
while (obj && obj.nodeType != 1){
obj = obj.nextSibling;
}
obj.parentNode.insertBefore(newdl, obj);
} else {
obj.appendChild(newdl);
}
if($('comment_message')) {
$('comment_message').value= '';
}
if($('comment_replynum')) {
var a = parseInt($('comment_replynum').innerHTML);
var b = a + 1;
$('comment_replynum').innerHTML = b + '';
}
showCreditPrompt();
}
function comment_edit(cid) {
var obj = $('comment_'+ cid +'_li');
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=comment&inajax=1&cid='+ cid, function(s){
obj.innerHTML = s;
var elems = selector('dd[class~=magicflicker]');
for(var i=0; i<elems.length; i++){
magicColor(elems[i]);
}
});
}
function comment_delete(cid) {
var obj = $('comment_'+ cid +'_li');
obj.style.display = "none";
if($('comment_replynum')) {
var a = parseInt($('comment_replynum').innerHTML);
var b = a - 1;
$('comment_replynum').innerHTML = b + '';
}
}
function share_delete(sid) {
var obj = $('share_'+ sid +'_li');
obj.style.display = "none";
}
function friend_delete(uid) {
var obj = $('friend_'+ uid +'_li');
if(obj != null) obj.style.display = "none";
var obj2 = $('friend_tbody_'+uid);
if(obj2 != null) obj2.style.display = "none";
}
function friend_changegroup(id, result) {
if(result) {
var ids = explode('_', id);
var uid = ids[1];
var obj = $('friend_group_'+ uid);
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=getfriendgroup&uid='+uid, function(s){
obj.innerHTML = s;
});
}
}
function friend_changegroupname(group) {
var obj = $('friend_groupname_'+ group);
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=getfriendname&inajax=1&group='+group, function(s){
obj.innerHTML = s;
});
}
function post_add(pid, result) {
if(result) {
var obj = $('post_ul');
var newli = document.createElement("div");
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=post', function(s){
newli.innerHTML = s;
});
obj.appendChild(newli);
if($('message')) {
$('message').value= '';
newnode = $('quickpostimg').rows[0].cloneNode(true);
tags = newnode.getElementsByTagName('input');
for(i in tags) {
if(tags[i].name == 'pics[]') {
tags[i].value = 'http://';
}
}
var allRows = $('quickpostimg').rows;
while(allRows.length) {
$('quickpostimg').removeChild(allRows[0]);
}
$('quickpostimg').appendChild(newnode);
}
if($('post_replynum')) {
var a = parseInt($('post_replynum').innerHTML);
var b = a + 1;
$('post_replynum').innerHTML = b + '';
}
showCreditPrompt();
}
}
function post_edit(id, result) {
if(result) {
var ids = explode('_', id);
var pid = ids[1];
var obj = $('post_'+ pid +'_li');
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=post&pid='+ pid, function(s){
obj.innerHTML = s;
});
}
}
function post_delete(id, result) {
if(result) {
var ids = explode('_', id);
var pid = ids[1];
var obj = $('post_'+ pid +'_li');
obj.style.display = "none";
if($('post_replynum')) {
var a = parseInt($('post_replynum').innerHTML);
var b = a - 1;
$('post_replynum').innerHTML = b + '';
}
}
}
function poke_send(id, result) {
if(result) {
var ids = explode('_', id);
var uid = ids[1];
if($('poke_'+ uid)) {
$('poke_'+ uid).style.display = "none";
}
showCreditPrompt();
}
}
function myfriend_post(uid) {
if($('friend_'+uid)) {
$('friend_'+uid).innerHTML = '<p>你们现在是好友了,接下来,您还可以:<a href="home.php?mod=space&do=wall&uid='+uid+'" class="xi2" target="_blank">给TA留言</a> ,或者 <a href="home.php?mod=spacecp&ac=poke&op=send&uid='+uid+'&handlekey=propokehk_'+uid+'" id="a_poke_'+uid+'" class="xi2" onclick="showWindow(this.id, this.href, \'get\', 0, {\'ctrlid\':this.id,\'pos\':\'13\'});">打个招呼</a></p>';
}
showCreditPrompt();
}
function myfriend_ignore(id) {
var ids = explode('_', id);
var uid = ids[1];
$('friend_tbody_'+uid).style.display = "none";
}
function mtag_join(tagid, result) {
if(result) {
location.reload();
}
}
function resend_mail(mid) {
if(mid) {
var obj = $('sendmail_'+ mid +'_li');
obj.style.display = "none";
}
}
function userapp_delete(id, result) {
if(result) {
var ids = explode('_', id);
var appid = ids[1];
$('space_app_'+appid).style.display = "none";
}
}
function docomment_get(doid, key) {
var showid = key + '_' + doid;
var opid = key + '_do_a_op_'+doid;
$(showid).style.display = '';
$(showid).className = 'cmt brm';
ajaxget('home.php?mod=spacecp&ac=doing&op=getcomment&handlekey=msg_'+doid+'&doid='+doid+'&key='+key, showid);
if($(opid)) {
$(opid).innerHTML = '收起';
$(opid).onclick = function() {
docomment_colse(doid, key);
}
}
showCreditPrompt();
}
function docomment_colse(doid, key) {
var showid = key + '_' + doid;
var opid = key + '_do_a_op_'+doid;
$(showid).style.display = 'none';
$(showid).style.className = '';
$(opid).innerHTML = '回复';
$(opid).onclick = function() {
docomment_get(doid, key);
}
}
function docomment_form(doid, id, key) {
var showid = key + '_form_'+doid+'_'+id;
var divid = key +'_'+ doid;
var url = 'home.php?mod=spacecp&ac=doing&op=docomment&handlekey=msg_'+id+'&doid='+doid+'&id='+id+'&key='+key;
if(parseInt(discuz_uid)) {
ajaxget(url, showid);
if($(divid)) {
$(divid).style.display = '';
}
} else {
showWindow(divid, url);
}
}
function docomment_form_close(doid, id, key) {
var showid = key + '_form_' + doid + '_' + id;
var opid = key + '_do_a_op_' + doid;
$(showid).innerHTML = '';
$(showid).style.display = 'none';
var liObj = $(key+'_'+doid).getElementsByTagName('li');
if(!liObj.length) {
$(key+'_'+doid).style.display = 'none';
if($(opid)) {
$(opid).innerHTML = '回复';
$(opid).onclick = function () {
docomment_get(doid, key);
}
}
}
}
function feedcomment_get(feedid) {
var showid = 'feedcomment_'+feedid;
var opid = 'feedcomment_a_op_'+feedid;
$(showid).style.display = '';
ajaxget('home.php?mod=spacecp&ac=feed&op=getcomment&feedid='+feedid+'&handlekey=feedhk_'+feedid, showid);
if($(opid) != null) {
$(opid).innerHTML = '收起';
$(opid).onclick = function() {
feedcomment_close(feedid);
}
}
}
function feedcomment_add(cid, feedid) {
var obj = $('comment_ol_'+feedid);
var newdl = document.createElement("dl");
newdl.id = 'comment_'+cid+'_li';
newdl.className = 'bbda cl';
var x = new Ajax();
x.get('home.php?mod=misc&ac=ajax&op=comment&inajax=1&cid='+cid, function(s){
newdl.innerHTML = s;
});
obj.appendChild(newdl);
$('feedmessage_'+feedid).value= '';
showCreditPrompt();
}
function feedcomment_close(feedid) {
var showid = 'feedcomment_'+feedid;
var opid = 'feedcomment_a_op_'+feedid;
$(showid).style.display = 'none';
$(showid).style.className = '';
$(opid).innerHTML = '评论';
$(opid).onclick = function() {
feedcomment_get(feedid);
}
}
function feed_post_result(feedid, result) {
if(result) {
location.reload();
}
}
function feed_more_show(feedid) {
var showid = 'feed_more_'+feedid;
var opid = 'feed_a_more_'+feedid;
$(showid).style.display = '';
$(showid).className = 'sub_doing';
$(opid).innerHTML = '« 收起列表';
$(opid).onclick = function() {
feed_more_close(feedid);
}
}
function feed_more_close(feedid) {
var showid = 'feed_more_'+feedid;
var opid = 'feed_a_more_'+feedid;
$(showid).style.display = 'none';
$(opid).innerHTML = '» 更多动态';
$(opid).onclick = function() {
feed_more_show(feedid);
}
}
function poll_post_result(id, result) {
if(result) {
var aObj = $('__'+id).getElementsByTagName("a");
window.location.href = aObj[0].href;
}
}
function show_click(idtype, id, clickid) {
ajaxget('home.php?mod=spacecp&ac=click&op=show&clickid='+clickid+'&idtype='+idtype+'&id='+id, 'click_div');
showCreditPrompt();
}
function feed_menu(feedid, show) {
var obj = $('a_feed_menu_'+feedid);
if(obj) {
if(show) {
obj.style.display='block';
} else {
obj.style.display='none';
}
}
var obj = $('feedmagic_'+feedid);
if(obj) {
if(show) {
obj.style.display='block';
} else {
obj.style.display='none';
}
}
}
function showbirthday(){
var el = $('birthday');
var birthday = el.value;
el.length=0;
el.options.add(new Option('日', ''));
for(var i=0;i<28;i++){
el.options.add(new Option(i+1, i+1));
}
if($('birthmonth').value!="2"){
el.options.add(new Option(29, 29));
el.options.add(new Option(30, 30));
switch($('birthmonth').value){
case "1":
case "3":
case "5":
case "7":
case "8":
case "10":
case "12":{
el.options.add(new Option(31, 31));
}
}
} else if($('birthyear').value!="") {
var nbirthyear=$('birthyear').value;
if(nbirthyear%400==0 || (nbirthyear%4==0 && nbirthyear%100!=0)) el.options.add(new Option(29, 29));
}
el.value = birthday;
}
function magicColor(elem, t) {
t = t || 10;
elem = (elem && elem.constructor == String) ? $(elem) : elem;
if(!elem){
setTimeout(function(){magicColor(elem, t-1);}, 400);
return;
}
if(window.mcHandler == undefined) {
window.mcHandler = {elements:[]};
window.mcHandler.colorIndex = 0;
window.mcHandler.run = function(){
var color = ["#CC0000","#CC6D00","#CCCC00","#00CC00","#0000CC","#00CCCC","#CC00CC"][(window.mcHandler.colorIndex++) % 7];
for(var i = 0, L=window.mcHandler.elements.length; i<L; i++)
window.mcHandler.elements[i].style.color = color;
}
}
window.mcHandler.elements.push(elem);
if(window.mcHandler.timer == undefined) {
window.mcHandler.timer = setInterval(window.mcHandler.run, 500);
}
}
function passwordShow(value) {
if(value==4) {
$('span_password').style.display = '';
$('tb_selectgroup').style.display = 'none';
} else if(value==2) {
$('span_password').style.display = 'none';
$('tb_selectgroup').style.display = '';
} else {
$('span_password').style.display = 'none';
$('tb_selectgroup').style.display = 'none';
}
}
function getgroup(gid) {
if(gid) {
var x = new Ajax();
x.get('home.php?mod=spacecp&ac=privacy&inajax=1&op=getgroup&gid='+gid, function(s){
s = s + ' ';
$('target_names').innerHTML += s;
});
}
}
function pmsendappend() {
$('pm_append').style.display = '';
$('pm_append').id = '';
div = document.createElement('div');
div.id = 'pm_append';
div.style.display = 'none';
$('pm_ul').appendChild(div);
$('replymessage').value = '';
showCreditPrompt();
}
function succeedhandle_pmsend(locationhref, message, param) {
ajaxget('home.php?mod=spacecp&ac=pm&op=viewpmid&pmid=' + param['pmid'], 'pm_append', 'ajaxwaitid', '', null, 'pmsendappend()');
}
function getchatpmappendmember() {
var users = document.getElementsByName('users[]');
var appendmember = '';
if(users.length) {
var comma = '';
for(var i = 0; i < users.length; i++) {
appendmember += comma + users[i].value;
if(!comma) {
comma = ',';
}
}
}
if($('username').value) {
appendmember = appendmember ? (appendmember + ',' + $('username').value) : $('username').value;
}
var href = $('a_appendmember').href + '&memberusername=' + appendmember;
showWindow('a_appendmember', href, 'get', 0);
}
function markreadpm(markreadids) {
var markreadidarr = markreadids.split(',');
if(markreadidarr.length > 0) {
for(var i = 0; i < markreadidarr.length; i++) {
$(markreadidarr[i]).className = 'bbda cl';
}
}
}
function setpmstatus(form) {
var ids_gpmid = new Array();
var ids_plid = new Array();
var type = '';
var requesturl = '';
var markreadids = new Array();
for(var i = 0; i < form.elements.length; i++) {
var e = form.elements[i];
if(e.id && e.id.match('a_delete') && e.checked) {
var idarr = new Array();
idarr = e.id.split('_');
if(idarr[1] == 'deleteg') {
ids_gpmid.push(idarr[2]);
markreadids.push('gpmlist_' + idarr[2]);
} else if(idarr[1] == 'delete') {
ids_plid.push(idarr[2]);
markreadids.push('pmlist_' + idarr[2]);
}
}
}
if(ids_gpmid.length > 0) {
requesturl += '&gpmids=' + ids_gpmid.join(',');
}
if(ids_plid.length > 0) {
requesturl += '&plids=' + ids_plid.join(',');
}
if(requesturl) {
ajaxget('home.php?mod=spacecp&ac=pm&op=setpmstatus' + requesturl, '', 'ajaxwaitid', '', 'none', 'markreadpm(\''+ markreadids.join(',') +'\')');
}
}
function changedeletedpm(pmid) {
$('pmlist_' + pmid).style.display = 'none';
var membernum = parseInt($('membernum').innerHTML);
$('membernum').innerHTML = membernum - 1;
}
function changeOrderRange(id) {
if(!$(id)) return false;
var url = window.location.href;
var a = $(id).getElementsByTagName('a');
for(var i = 0; i < a.length; i++) {
a[i].onclick = function () {
if(url.indexOf("&orderby=") == -1) {
url += "&orderby=" + this.id;
} else {
url = url.replace(/orderby=.*/, "orderby=" + this.id);
}
window.location = url;
return false;
}
}
}
function addBlockLink(id, tag) {
if(!$(id)) return false;
var a = $(id).getElementsByTagName(tag);
var taglist = {'A':1, 'INPUT':1, 'IMG':1};
for(var i = 0, len = a.length; i < len; i++) {
a[i].onmouseover = function () {
if(this.className.indexOf(' hover') == -1) {
this.className = this.className + ' hover';
}
};
a[i].onmouseout = function () {
this.className = this.className.replace(' hover', '');
};
a[i].onclick = function (e) {
e = e ? e : window.event;
var target = e.target || e.srcElement;
if(!taglist[target.tagName]) {
window.location.href = $(this.id + '_a').href;
}
};
}
}
function checkSynSignature() {
if($('to_signhtml').value == '1') {
$('syn_signature').className = 'syn_signature';
$('to_signhtml').value = '0';
} else {
$('syn_signature').className = 'syn_signature_check';
$('to_signhtml').value = '1';
}
}
function searchpostbyusername(keyword, srchuname) {
window.location.href = 'search.php?mod=forum&srchtxt=' + keyword + '&srchuname=' + srchuname + '&searchsubmit=yes';
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: portal_diy.js 31093 2012-07-16 03:54:34Z zhangguosheng $
*/
var drag = new Drag();
drag.extend({
'getBlocksTimer' : '',
'blocks' : [],
'blockDefaultClass' : [{'key':'选择样式','value':''},{'key':'无边框且无边距','value':'cl_block_bm'},{'key':'样式1','value':'xbs_1'},{'key':'样式2','value':'xbs xbs_2'},{'key':'样式3','value':'xbs xbs_3'},{'key':'样式4','value':'xbs xbs_4'},{'key':'样式5','value':'xbs xbs_5'},{'key':'样式6','value':'xbs xbs_6'},{'key':'样式7','value':'xbs xbs_7'}],
'frameDefaultClass' : [{'key':'选择样式','value':''},{'key':'无边框且无边距','value':'cl_frame_bm'},{'key':'无边框框架','value':'xfs xfs_nbd'},{'key':'样式1','value':'xfs xfs_1'},{'key':'样式2','value':'xfs xfs_2'},{'key':'样式3','value':'xfs xfs_3'},{'key':'样式4','value':'xfs xfs_4'},{'key':'样式5','value':'xfs xfs_5'}],
setDefalutMenu : function () {
this.addMenu('default','标题','drag.openTitleEdit(event)');
this.addMenu('default','样式','drag.openStyleEdit(event)');
this.addMenu('default', '删除', 'drag.removeBlock(event)');
this.addMenu('block', '属性', 'drag.openBlockEdit(event)');
this.addMenu('block', '数据', 'drag.openBlockEdit(event,"data")');
this.addMenu('block', '更新', 'drag.blockForceUpdate(event)');
this.addMenu('frame', '导出', 'drag.frameExport(event)');
this.addMenu('tab', '导出', 'drag.frameExport(event)');
},
setSampleMenu : function () {
this.addMenu('block', '属性', 'drag.openBlockEdit(event)');
this.addMenu('block', '数据', 'drag.openBlockEdit(event,"data")');
this.addMenu('block', '更新', 'drag.blockForceUpdate(event)');
},
openBlockEdit : function (e,op) {
e = Util.event(e);
op = (op=='data') ? 'data' : 'block';
var bid = e.aim.id.replace('cmd_portal_block_','');
this.removeMenu();
showWindow('showblock', 'portal.php?mod=portalcp&ac=block&op='+op+'&bid='+bid+'&tpl='+document.diyform.template.value, 'get', -1);
},
getDiyClassName : function (id,index) {
var obj = this.getObjByName(id);
var ele = $(id);
var eleClassName = ele.className.replace(/ {2,}/g,' ');
var className = '',srcClassName = '';
if (obj instanceof Block) {
className = eleClassName.split(this.blockClass+' ');
srcClassName = this.blockClass;
} else if(obj instanceof Tab) {
className = eleClassName.split(this.tabClass+' ');
srcClassName = this.tabClass;
} else if(obj instanceof Frame) {
className = eleClassName.split(this.frameClass+' ');
srcClassName = this.frameClass;
}
if (index != null && index<className.length) {
className = className[index].replace(/^ | $/g,'');
} else {
className.push(srcClassName);
}
return className;
},
getOption : function (arr,value) {
var html = '';
for (var i in arr) {
if (typeof arr[i] == 'function') continue;
var selected = arr[i]['value'] == value ? ' selected="selected"' : '';
html += '<option value="'+arr[i]['value']+'"'+selected+'>'+arr[i]['key']+'</option>';
}
return html;
},
getRule : function (selector,attr) {
selector = spaceDiy.checkSelector(selector);
var value = (!selector || !attr) ? '' : spaceDiy.styleSheet.getRule(selector, attr);
return value;
},
openStyleEdit : function (e) {
e = Util.event(e);
var id = e.aim.id.replace('cmd_','');
var obj = this.getObjByName(id);
var objType = obj instanceof Block ? 1 : 0;
var bgcolor = '',bgimage = '',bgrepeat = '',html = '',diyClassName = '',fontcolor = '',fontsize = '',linkcolor = '',linkfontsize = '';
var bdtstyle = '',bdtwidth = '',bdtcolor = '',bdrstyle = '',bdrwidth = '',bdrcolor = '',bdbstyle = '',bdbwidth = '',bdbcolor = '',bdlstyle = '',bdlwidth = '',bdlcolor = '';
var margint = '',marginr = '',marginb = '',marginl = '',cmargint = '',cmarginr = '',cmarginb = '',cmarginl ='';
var selector = '#'+id;
bgcolor = this.getRule(selector, 'backgroundColor');
bgimage = this.getRule(selector, 'backgroundImage');
bgrepeat = this.getRule(selector, 'backgroundRepeat');
bgimage = bgimage && bgimage != 'none' ? Util.trimUrl(bgimage) : '';
fontcolor = this.getRule(selector+' .'+this.contentClass, 'color');
fontsize = this.getRule(selector+' .'+this.contentClass, 'fontSize').replace('px','');
var linkSelector = spaceDiy.checkSelector(selector+ ' .'+this.contentClass+' a');
linkcolor = this.getRule(linkSelector, 'color');
linkfontsize = this.getRule(linkSelector, 'fontSize').replace('px','');
fontcolor = Util.formatColor(fontcolor);
linkcolor = Util.formatColor(linkcolor);
bdtstyle = this.getRule(selector, 'borderTopStyle');
bdrstyle = this.getRule(selector, 'borderRightStyle');
bdbstyle = this.getRule(selector, 'borderBottomStyle');
bdlstyle = this.getRule(selector, 'borderLeftStyle');
bdtwidth = this.getRule(selector, 'borderTopWidth');
bdrwidth = this.getRule(selector, 'borderRightWidth');
bdbwidth = this.getRule(selector, 'borderBottomWidth');
bdlwidth = this.getRule(selector, 'borderLeftWidth');
bdtcolor = this.getRule(selector, 'borderTopColor');
bdrcolor = this.getRule(selector, 'borderRightColor');
bdbcolor = this.getRule(selector, 'borderBottomColor');
bdlcolor = this.getRule(selector, 'borderLeftColor');
bgcolor = Util.formatColor(bgcolor);
bdtcolor = Util.formatColor(bdtcolor);
bdrcolor = Util.formatColor(bdrcolor);
bdbcolor = Util.formatColor(bdbcolor);
bdlcolor = Util.formatColor(bdlcolor);
margint = this.getRule(selector, 'marginTop').replace('px','');
marginr = this.getRule(selector, 'marginRight').replace('px','');
marginb = this.getRule(selector, 'marginBottom').replace('px','');
marginl = this.getRule(selector, 'marginLeft').replace('px','');
if (objType == 1) {
selector = selector + ' .'+this.contentClass;
cmargint = this.getRule(selector, 'marginTop').replace('px','');
cmarginr = this.getRule(selector, 'marginRight').replace('px','');
cmarginb = this.getRule(selector, 'marginBottom').replace('px','');
cmarginl = this.getRule(selector, 'marginLeft').replace('px','');
}
diyClassName = this.getDiyClassName(id,0);
var widtharr = [];
for (var k=0;k<11;k++) {
var key = k+'px';
widtharr.push({'key':key,'value':key});
}
var bigarr = [];
for (var k=0;k<31;k++) {
key = k+'px';
bigarr.push({'key':key,'value':key});
}
var repeatarr = [{'key':'平铺','value':'repeat'},{'key':'不平铺','value':'no-repeat'},{'key':'横向平铺','value':'repeat-x'},{'key':'纵向平铺','value':'repeat-y'}];
var stylearr = [{'key':'无样式','value':'none'},{'key':'实线','value':'solid'},{'key':'点线','value':'dotted'},{'key':'虚线','value':'dashed'}];
var table = '<table class="tfm">';
table += '<tr><th>字体</th><td><input type="text" id="fontsize" class="px p_fre vm" value="'+fontsize+'" size="2" />px <input type="text" id="fontcolor" class="px p_fre vm" value="'+fontcolor+'" size="2" />';
table += getColorPalette(id+'_fontPalette', 'fontcolor' ,fontcolor)+'</td></tr>';
table += '<tr><th>链接</th><td><input type="text" id="linkfontsize" class="px p_fre vm" value="'+linkfontsize+'" size="2" />px <input type="text" id="linkcolor" class="px p_fre vm" value="'+linkcolor+'" size="2" />';
table += getColorPalette(id+'_linkPalette', 'linkcolor' ,linkcolor)+'</td></tr>';
var ulclass = 'borderul', opchecked = '';
if (bdtwidth != '' || bdtcolor != '' ) {
ulclass = 'borderula';
opchecked = ' checked="checked"';
}
table += '<tr><th>边框</th><td><ul id="borderul" class="'+ulclass+'">';
table += '<li><label>上</label><select class="ps vm" id="bdtwidth" ><option value="">大小</option>'+this.getOption(widtharr,bdtwidth)+'</select>';
table += ' <select class="ps vm" id="bdtstyle" ><option value="">样式</option>'+this.getOption(stylearr,bdtstyle)+'</select>';
table += ' 颜色 <input type="text" id="bdtcolor" class="px p_fre vm" value="'+bdtcolor+'" size="7" />';
table += getColorPalette(id+'_bdtPalette', 'bdtcolor' ,bdtcolor)+'</li>';
table += '<li class="bordera mtn"><label>右</label><select class="ps vm" id="bdrwidth" ><option value="">大小</option>'+this.getOption(widtharr,bdrwidth)+'</select>';
table += ' <select class="ps vm" id="bdrstyle" ><option value="">样式</option>'+this.getOption(stylearr,bdrstyle)+'</select>';
table += ' 颜色 <input type="text" id="bdrcolor" class="px p_fre vm" value="'+bdrcolor+'" size="7" />';
table += getColorPalette(id+'_bdrPalette', 'bdrcolor' ,bdrcolor)+'</li>';
table += '<li class="bordera mtn"><label>下</label><select class="ps vm" id="bdbwidth" ><option value="">大小</option>'+this.getOption(widtharr,bdbwidth)+'</select>';
table += ' <select class="ps vm" id="bdbstyle" ><option value="">样式</option>'+this.getOption(stylearr,bdbstyle)+'</select>';
table += ' 颜色 <input type="text" id="bdbcolor" class="px p_fre vm" value="'+bdbcolor+'" size="7" />';
table += getColorPalette(id+'_bdbPalette', 'bdbcolor' ,bdbcolor)+'</li>';
table += '<li class="bordera mtn"><label>左</label><select class="ps vm" id="bdlwidth" ><option value="">大小</option>'+this.getOption(widtharr,bdlwidth)+'</select>';
table += ' <select class="ps vm" id="bdlstyle" ><option value="">样式</option>'+this.getOption(stylearr,bdlstyle)+'</select>';
table += ' 颜色 <input type="text" id="bdlcolor" class="px p_fre vm" value="'+bdlcolor+'" size="7" />';
table += getColorPalette(id+'_bdlPalette', 'bdlcolor' ,bdlcolor)+'</li>';
table += '</ul><p class="ptm"><label><input id="borderop" type="checkbox" value="1" class="pc"'+opchecked+' onclick="$(\'borderul\').className = $(\'borderul\').className == \'borderul\' ? \'borderula\' : \'borderul\'">分别设置</label></p></td></tr>';
bigarr = [];
for (k=-20;k<31;k++) {
key = k+'px';
bigarr.push({'key':key,'value':key});
}
ulclass = 'borderul', opchecked = '';
if (margint != '') {
ulclass = 'borderula';
opchecked = ' checked="checked"';
}
table += '<tr><th>外边距</th><td><div id="margindiv" class="'+ulclass+'"><span><label>上</label> <input type="text" id="margint" class="px p_fre vm" value="'+margint+'" size="1"/>px </span>';
table += '<span class="bordera"><label>右</label> <input type="text" id="marginr" class="px p_fre vm" value="'+marginr+'" size="1" />px </span>';
table += '<span class="bordera"><label>下</label> <input type="text" id="marginb" class="px p_fre vm" value="'+marginb+'" size="1" />px </span>';
table += '<span class="bordera"><label>左</label> <input type="text" id="marginl" class="px p_fre vm" value="'+marginl+'" size="1" />px</span>';
table += '</div><p class="ptm"><label><input id="marginop" type="checkbox" value="1" class="pc"'+opchecked+' onclick="$(\'margindiv\').className = $(\'margindiv\').className == \'borderul\' ? \'borderula\' : \'borderul\'">分别设置</label></p></td></tr>';
if (objType == 1) {
ulclass = 'borderul', opchecked = '';
if (cmargint != '') {
ulclass = 'borderula';
opchecked = ' checked="checked"';
}
table += '<tr><th>内边距</th><td><div id="cmargindiv" class="'+ulclass+'"><span><label>上</label> <input class="px p_fre" id="cmargint" value="'+cmargint+'" size="1" />px </span>';
table += '<span class="bordera"><label>右</label> <input class="px p_fre" id="cmarginr" value="'+cmarginr+'" size="1" />px </span>';
table += '<span class="bordera"><label>下</label> <input class="px p_fre" id="cmarginb" value="'+cmarginb+'" size="1" />px </span>';
table += '<span class="bordera"><label>左</label> <input class="px p_fre" id="cmarginl" value="'+cmarginl+'" size="1" />px </span>';
table += '</div><p class="ptm"><label><input id="cmarginop" type="checkbox" value="1" class="pc"'+opchecked+' onclick="$(\'cmargindiv\').className = $(\'cmargindiv\').className == \'borderul\' ? \'borderula\' : \'borderul\'"> 分别设置</label></p></td></tr>';
}
table += '<tr><th>背景颜色</th><td><input type="text" id="bgcolor" class="px p_fre vm" value="'+bgcolor+'" size="4" />';
table += getColorPalette(id+'_bgcPalette', 'bgcolor' ,bgcolor)+'</td></tr>';
table += '<tr><th>背景图片</th><td><input type="text" id="bgimage" class="px p_fre vm" value="'+bgimage+'" size="25" /> <select class="ps vm" id="bgrepeat" >'+this.getOption(repeatarr,bgrepeat)+'</select></td></tr>';
var classarr = objType == 1 ? this.blockDefaultClass : this.frameDefaultClass;
table += '<tr><th>指定class</th><td><input type="text" id="diyClassName" class="px p_fre" value="'+diyClassName+'" size="8" /> <select class="ps vm" id="bgrepeat" onchange="$(\'diyClassName\').value=this.value;" >'+this.getOption(classarr, diyClassName)+'</select></td></tr>';
table += '</table>';
var wname = objType ? '模块' : '框架';
html = '<div class="c diywin" style="width:450px;position:relative;">'+table+'</div>';
var h = '<h3 class="flb"><em>编辑'+wname+'样式</em><span><a href="javascript:;" class="flbc" onclick="drag.closeStyleEdit(\''+id+'\');return false;" title="关闭">\n\
关闭</a></span></h3>';
var f = '<p class="o pns"><button onclick="drag.saveStyle(\''+id+'\');drag.closeStyleEdit(\''+id+'\');" class="pn pnc" value="true">\n\
<strong>确定</strong></button><button onclick="drag.closeStyleEdit(\''+id+'\')" class="pn" value="true"><strong>取消</strong></button></p>';
this.removeMenu(e);
showWindow('eleStyle',h + html + f, 'html', 0);
},
closeStyleEdit : function (id) {
this.deleteFrame([id+'_bgcPalette',id+'_bdtPalette',id+'_bdrPalette',id+'_bdbPalette',id+'_bdlPalette',id+'_fontPalette',id+'_linkPalette']);
hideWindow('eleStyle');
},
saveStyle : function (id) {
var className = this.getDiyClassName(id);
var diyClassName = $('diyClassName').value;
$(id).className = diyClassName+' '+className[2]+' '+className[1];
var obj = this.getObjByName(id);
var objType = obj instanceof Block ? 1 : 0;
if (objType == 1) this.saveBlockClassName(id,diyClassName);
var selector = '#'+id;
var random = Math.random();
spaceDiy.setStyle(selector, 'background-color', $('bgcolor').value, random);
var bgimage = $('bgimage').value && $('bgimage') != 'none' ? Util.url($('bgimage').value) : '';
var bgrepeat = bgimage ? $('bgrepeat').value : '';
if ($('bgcolor').value != '' && bgimage == '') bgimage = 'none';
spaceDiy.setStyle(selector, 'background-image', bgimage, random);
spaceDiy.setStyle(selector, 'background-repeat', bgrepeat, random);
spaceDiy.setStyle(selector+' .'+this.contentClass, 'color', $('fontcolor').value, random);
spaceDiy.setStyle(selector+' .'+this.contentClass, 'font-size', this.formatValue('fontsize'), random);
spaceDiy.setStyle(spaceDiy.checkSelector(selector+' .'+this.contentClass+' a'), 'color', $('linkcolor').value, random);
var linkfontsize = parseInt($('linkfontsize').value);
linkfontsize = isNaN(linkfontsize) ? '' : linkfontsize+'px';
spaceDiy.setStyle(spaceDiy.checkSelector(selector+' .'+this.contentClass+' a'), 'font-size', this.formatValue('linkfontsize'), random);
if ($('borderop').checked) {
var bdtwidth = $('bdtwidth').value,bdrwidth = $('bdrwidth').value,bdbwidth = $('bdbwidth').value,bdlwidth = $('bdlwidth').value;
var bdtstyle = $('bdtstyle').value,bdrstyle = $('bdrstyle').value,bdbstyle = $('bdbstyle').value,bdlstyle = $('bdlstyle').value;
var bdtcolor = $('bdtcolor').value,bdrcolor = $('bdrcolor').value,bdbcolor = $('bdbcolor').value,bdlcolor = $('bdlcolor').value;
} else {
bdlwidth = bdbwidth = bdrwidth = bdtwidth = $('bdtwidth').value;
bdlstyle = bdbstyle = bdrstyle = bdtstyle = $('bdtstyle').value;
bdlcolor = bdbcolor = bdrcolor = bdtcolor = $('bdtcolor').value;
}
spaceDiy.setStyle(selector, 'border', '', random);
spaceDiy.setStyle(selector, 'border-top-width', bdtwidth, random);
spaceDiy.setStyle(selector, 'border-right-width', bdrwidth, random);
spaceDiy.setStyle(selector, 'border-bottom-width', bdbwidth, random);
spaceDiy.setStyle(selector, 'border-left-width', bdlwidth, random);
spaceDiy.setStyle(selector, 'border-top-style', bdtstyle, random);
spaceDiy.setStyle(selector, 'border-right-style', bdrstyle, random);
spaceDiy.setStyle(selector, 'border-bottom-style', bdbstyle, random);
spaceDiy.setStyle(selector, 'border-left-style', bdlstyle, random);
spaceDiy.setStyle(selector, 'border-top-color', bdtcolor, random);
spaceDiy.setStyle(selector, 'border-right-color', bdrcolor, random);
spaceDiy.setStyle(selector, 'border-bottom-color', bdbcolor, random);
spaceDiy.setStyle(selector, 'border-left-color', bdlcolor, random);
if ($('marginop').checked) {
var margint = this.formatValue('margint'),marginr = this.formatValue('marginr'), marginb = this.formatValue('marginb'), marginl = this.formatValue('marginl');
} else {
marginl = marginb = marginr = margint = this.formatValue('margint');
}
spaceDiy.setStyle(selector, 'margin-top',margint, random);
spaceDiy.setStyle(selector, 'margin-right', marginr, random);
spaceDiy.setStyle(selector, 'margin-bottom', marginb, random);
spaceDiy.setStyle(selector, 'margin-left', marginl, random);
if (objType == 1) {
if ($('cmarginop').checked) {
var cmargint = this.formatValue('cmargint'),cmarginr = this.formatValue('cmarginr'), cmarginb = this.formatValue('cmarginb'), cmarginl = this.formatValue('cmarginl');
} else {
cmarginl = cmarginb = cmarginr = cmargint = this.formatValue('cmargint');
}
selector = selector + ' .'+this.contentClass;
spaceDiy.setStyle(selector, 'margin-top', cmargint, random);
spaceDiy.setStyle(selector, 'margin-right', cmarginr, random);
spaceDiy.setStyle(selector, 'margin-bottom', cmarginb, random);
spaceDiy.setStyle(selector, 'margin-left', cmarginl, random);
}
this.setClose();
},
formatValue : function(id) {
var value = '';
if ($(id)) {
value = parseInt($(id).value);
value = isNaN(value) ? '' : value+'px';
}
return value;
},
saveBlockClassName : function(id,className){
if (!$('saveblockclassname')){
var dom = document.createElement('div');
dom.innerHTML = '<form id="saveblockclassname" method="post" action=""><input type="hidden" name="classname" value="" />\n\
<input type="hidden" name="formhash" value="'+document.diyform.formhash.value+'" /><input type="hidden" name="saveclassnamesubmit" value="true"/></form>';
$('append_parent').appendChild(dom.childNodes[0]);
}
$('saveblockclassname').action = 'portal.php?mod=portalcp&ac=block&op=saveblockclassname&bid='+id.replace('portal_block_','');
document.forms.saveblockclassname.classname.value = className;
ajaxpost('saveblockclassname','ajaxwaitid');
},
closeTitleEdit : function (fid) {
this.deleteFrame(fid+'bgPalette_0');
for (var i = 0 ; i<=10; i++) {
this.deleteFrame(fid+'Palette_'+i);
}
hideWindow('frameTitle');
},
openTitleEdit : function (e) {
if (typeof e == 'object') {
e = Util.event(e);
var fid = e.aim.id.replace('cmd_','');
} else {
fid = e;
}
var obj = this.getObjByName(fid);
var titlename = obj instanceof Block ? '模块' : '框架';
var repeatarr = [{'key':'平铺','value':'repeat'},{'key':'不平铺','value':'no-repeat'},{'key':'横向平铺','value':'repeat-x'},{'key':'纵向平铺','value':'repeat-y'}];
var len = obj.titles.length;
var bgimage = obj.titles.style && obj.titles.style['background-image'] ? obj.titles.style['background-image'] : '';
bgimage = bgimage != 'none' ? Util.trimUrl(bgimage) : '';
var bgcolor = obj.titles.style && obj.titles.style['background-color'] ? obj.titles.style['background-color'] : '';
bgcolor = Util.formatColor(bgcolor);
var bgrepeat = obj.titles.style && obj.titles.style['background-repeat'] ? obj.titles.style['background-repeat'] : '';
var common = '<table class="tfm">';
common += '<tr><th>背景图片:</th><td><input type="text" id="titleBgImage" class="px p_fre" value="'+bgimage+'" /> <select class="ps vm" id="titleBgRepeat" >'+this.getOption(repeatarr,bgrepeat)+'</select></td></tr>';
common += '<tr><th>背景颜色:</th><td><input type="text" id="titleBgColor" class="px p_fre" value="'+bgcolor+'" size="7" />';
common += getColorPalette(fid+'bgPalette_0', 'titleBgColor' ,bgcolor)+'</td></tr>';
if (obj instanceof Tab) {
var switchArr = [{'key':'点击','value':'click'},{'key':'滑过','value':'mouseover'}];
var switchType = obj.titles['switchType'] ? obj.titles['switchType'][0] : 'click';
common += '<tr><th>切换类型:</th><td><select class="ps" id="switchType" >'+this.getOption(switchArr,switchType)+'</select></td></tr>';
}
common += '</table><hr class="l">';
var li = '';
li += '<div id="titleInput_0"><table class="tfm"><tr><th>'+titlename+'标题:</th><td><input type="text" id="titleText_0" class="px p_fre" value="`title`" /></td></tr>';
li += '<tr><th>链接:</th><td><input type="text" id="titleLink_0" class="px p_fre" value="`link`" /></td></tr>';
li += '<tr><th>图片:</th><td><input type="text" id="titleSrc_0" class="px p_fre" value="`src`" /></td></tr>';
li += '<tr><th>位置:</th><td><select id="titleFloat_0" class="ps vm"><option value="" `left`>居左</option><option value="right" `right`>居右</option></select>';
li += ' 偏移量: <input type="text" id="titleMargin_0" class="px p_fre vm" value="`margin`" size="2" />px</td></tr>';
li += '<tr><th>字体:</th><td><select class="ps vm" id="titleSize_0" ><option value="">大小</option>`size`</select>';
li += ' 颜色: <input type="text" id="titleColor_0" class="px p_fre vm" value="`color`" size="4" />';
li += getColorPalette(fid+'Palette_0', 'titleColor_0' ,'`color`');
li += '</td></tr><tr><td colspan="2"><hr class="l"></td></tr></table></div>';
var html = '';
if (obj.titles['first']) {
html = this.getTitleHtml(obj, 'first', li);
}
for (var i = 0; i < len; i++ ) {
html += this.getTitleHtml(obj, i, li);
}
if (!html) {
var bigarr = [];
for (var k=7;k<27;k++) {
var key = k+'px';
bigarr.push({'key':key,'value':key});
}
var ssize = this.getOption(bigarr,ssize);
html = li.replace('`size`', ssize).replace(/`\w+`/g, '');
}
var c = len + 1;
html = '<div class="c diywin" style="width:450px;height:400px; overflow:auto;"><table cellspacing="0" cellpadding="0" class="tfm pns"><tr><th></th><td><button type="button" id="addTitleInput" class="pn" onclick="drag.addTitleInput('+c+');"><em>添加新标题</em></button></td></tr></table><div id="titleEdit">'+html+common+'</div></div>';
var h = '<h3 class="flb"><em>编辑'+titlename+'标题</em><span><a href="javascript:;" class="flbc" onclick="drag.closeTitleEdit(\''+fid+'\');return false;" title="关闭">\n\
关闭</a></span></h3>';
var f = '<p class="o pns"><button onclick="drag.saveTitleEdit(\''+fid+'\');drag.closeTitleEdit(\''+fid+'\');" class="pn pnc" value="true">\n\
<strong>确定</strong></button><button onclick="drag.closeTitleEdit(\''+fid+'\')" class="pn" value="true"><strong>取消</strong></button></p>';
this.removeMenu(e);
showWindow('frameTitle',h + html + f, 'html', 0);
},
getTitleHtml : function (obj, i, li) {
var shtml = '',stitle = '',slink = '',sfloat = '',ssize = '',scolor = '',margin = '',src = '';
var c = i == 'first' ? '0' : i+1;
stitle = obj.titles[i]['text'] ? obj.titles[i]['text'] : '';
slink = obj.titles[i]['href'] ? obj.titles[i]['href'] : '';
sfloat = obj.titles[i]['float'] ? obj.titles[i]['float'] : '';
margin = obj.titles[i]['margin'] ? obj.titles[i]['margin'] : '';
ssize = obj.titles[i]['font-size'] ? obj.titles[i]['font-size']+'px' : '';
scolor = obj.titles[i]['color'] ? obj.titles[i]['color'] : '';
src = obj.titles[i]['src'] ? obj.titles[i]['src'] : '';
var bigarr = [];
for (var k=7;k<27;k++) {
var key = k+'px';
bigarr.push({'key':key,'value':key});
}
ssize = this.getOption(bigarr,ssize);
shtml = li.replace(/_0/g, '_' + c).replace('`title`', stitle).replace('`link`', slink).replace('`size`', ssize).replace('`src`',src);
var left = sfloat == '' ? 'selected' : '';
var right = sfloat == 'right' ? 'selected' : '';
scolor = Util.formatColor(scolor);
shtml = shtml.replace(/`color`/g, scolor).replace('`left`', left).replace('`right`', right).replace('`margin`', margin);
return shtml;
},
addTitleInput : function (c) {
if (c > 10) return false;
var pre = $('titleInput_'+(c-1));
var dom = document.createElement('div');
dom.className = 'tfm';
var exp = new RegExp('_'+(c-1), 'g');
dom.id = 'titleInput_'+c;
dom.innerHTML = pre.innerHTML.replace(exp, '_'+c);
Util.insertAfter(dom, pre);
$('addTitleInput').onclick = function () {drag.addTitleInput(c+1)};
},
saveTitleEdit : function (fid) {
var obj = this.getObjByName(fid);
var ele = $(fid);
var children = ele.childNodes;
var title = first = '';
var hastitle = 0;
var c = 0;
for (var i in children) {
if (typeof children[i] == 'object' && Util.hasClass(children[i], this.titleClass)) {
title = children[i];
break;
}
}
if (title) {
var arrDel = [];
for (var i in title.childNodes) {
if (typeof title.childNodes[i] == 'object' && Util.hasClass(title.childNodes[i], this.titleTextClass)) {
first = title.childNodes[i];
this._createTitleHtml(first, c);
if (first.innerHTML != '') hastitle = 1;
} else if (typeof title.childNodes[i] == 'object' && !Util.hasClass(title.childNodes[i], this.moveableObject)) {
arrDel.push(title.childNodes[i]);
}
}
for (var i = 0; i < arrDel.length; i++) {
title.removeChild(arrDel[i]);
}
} else {
var titleClassName = '';
if(obj instanceof Tab) {
titleClassName = 'tab-';
} else if(obj instanceof Frame) {
titleClassName = 'frame-';
} else if(obj instanceof Block) {
titleClassName = 'block';
}
title = document.createElement('div');
title.className = titleClassName + 'title' + ' '+ this.titleClass;
ele.insertBefore(title,ele.firstChild);
}
if (!first) {
var first = document.createElement('span');
first.className = this.titleTextClass;
this._createTitleHtml(first, c);
if (first.innerHTML != '') {
title.insertBefore(first, title.firstChild);
hastitle = 1;
}
}
while ($('titleText_'+(++c))) {
var dom = document.createElement('span');
dom.className = 'subtitle';
this._createTitleHtml(dom, c);
if (dom.innerHTML != '') {
if (dom.innerHTML) Util.insertAfter(dom, first);
first = dom;
hastitle = 1;
}
}
var titleBgImage = $('titleBgImage').value;
titleBgImage = titleBgImage && titleBgImage != 'none' ? Util.url(titleBgImage) : '';
if ($('titleBgColor').value != '' && titleBgImage == '') titleBgImage = 'none';
title.style['backgroundImage'] = titleBgImage;
if (titleBgImage) {
title.style['backgroundRepeat'] = $('titleBgRepeat').value;
}
title.style['backgroundColor'] = $('titleBgColor').value;
if ($('switchType')) {
title.switchType = [];
title.switchType[0] = $('switchType').value ? $('switchType').value : 'click';
title.setAttribute('switchtype',title.switchType[0]);
}
obj.titles = [];
if (hastitle == 1) {
this._initTitle(obj,title);
} else {
if (!(obj instanceof Tab)) title.parentNode.removeChild(title);
title = '';
this.initPosition();
}
if (obj instanceof Block) this.saveBlockTitle(fid,title);
this.setClose();
},
_createTitleHtml : function (ele,tid) {
var html = '',img = '';
tid = '_' + tid ;
var ttext = $('titleText'+tid).value;
var tlink = $('titleLink'+tid).value;
var tfloat = $('titleFloat'+tid).value;
var tmargin_ = tfloat != '' ? tfloat : 'left';
var tmargin = $('titleMargin'+tid).value;
var tsize = $('titleSize'+tid).value;
var tcolor = $('titleColor'+tid).value;
var src = $('titleSrc'+tid).value;
var divStyle = 'float:'+tfloat+';margin-'+tmargin_+':'+tmargin+'px;font-size:'+tsize;
var aStyle = 'color:'+tcolor+' !important;';
if (src) {
img = '<img class="vm" src="'+src+'" alt="'+ttext+'" />';
}
if (ttext || img) {
if (tlink) {
Util.setStyle(ele, divStyle);
html = '<a href='+tlink+' target="_blank" style="'+aStyle+'">'+img+ttext+'</a>';
} else {
Util.setStyle(ele, divStyle+';'+aStyle);
html = img+ttext;
}
}
ele.innerHTML = html;
return true;
},
saveBlockTitle : function (id,title) {
if (!$('saveblocktitle')){
var dom = document.createElement('div');
dom.innerHTML = '<form id="saveblocktitle" method="post" action=""><input type="hidden" name="title" value="" />\n\
<input type="hidden" name="formhash" value="'+document.diyform.formhash.value+'" /><input type="hidden" name="savetitlesubmit" value="true"/></form>';
$('append_parent').appendChild(dom.childNodes[0]);
}
$('saveblocktitle').action = 'portal.php?mod=portalcp&ac=block&op=saveblocktitle&bid='+id.replace('portal_block_','');
var html = !title ? '' : title.outerHTML;
document.forms.saveblocktitle.title.value = html;
ajaxpost('saveblocktitle','ajaxwaitid');
},
removeBlock : function (e, flag) {
if ( typeof e !== 'string') {
e = Util.event(e);
var id = e.aim.id.replace('cmd_','');
} else {
var id = e;
}
if ($(id) == null) return false;
var obj = this.getObjByName(id);
if (!flag) {
if (!confirm('您确实要删除吗,删除以后将不可恢复')) return false;
}
if (obj instanceof Block) {
this.delBlock(id);
} else if (obj instanceof Frame) {
this.delFrame(obj);
}
$(id).parentNode.removeChild($(id));
var content = $(id+'_content');
if(content) {
content.parentNode.removeChild(content);
}
this.setClose();
this.initPosition();
this.initChkBlock();
},
delBlock : function (bid) {
spaceDiy.removeCssSelector('#'+bid);
this.stopSlide(bid);
},
delFrame : function (frame) {
spaceDiy.removeCssSelector('#'+frame.name);
for (var i in frame['columns']) {
if (frame['columns'][i] instanceof Column) {
var children = frame['columns'][i]['children'];
for (var j in children) {
if (children[j] instanceof Frame) {
this.delFrame(children[j]);
} else if (children[j] instanceof Block) {
this.delBlock(children[j]['name']);
}
}
}
}
this.setClose();
},
initChkBlock : function (data) {
if (typeof name == 'undefined' || data == null ) data = this.data;
if ( data instanceof Frame) {
this.initChkBlock(data['columns']);
} else if (data instanceof Block) {
var el = $('chk'+data.name);
if (el != null) el.checked = true;
} else if (typeof data == 'object') {
for (var i in data) {
this.initChkBlock(data[i]);
}
}
},
getBlockData : function (blockname) {
var bid = this.dragObj.id;
var eleid = bid;
if (bid.indexOf('portal_block_') != -1) {
eleid = 0;
}else {
bid = 0;
}
showWindow('showblock', 'portal.php?mod=portalcp&ac=block&op=block&classname='+blockname+'&bid='+bid+'&eleid='+eleid+'&tpl='+document.diyform.template.value,'get',-1);
drag.initPosition();
this.fn = '';
return true;
},
stopSlide : function (id) {
if (typeof slideshow == 'undefined' || typeof slideshow.entities == 'undefined') return false;
var slidebox = $C('slidebox',$(id));
if(slidebox && slidebox.length > 0) {
if(slidebox[0].id) {
var timer = slideshow.entities[slidebox[0].id].timer;
if(timer) clearTimeout(timer);
slideshow.entities[slidebox[0].id] = '';
}
}
},
blockForceUpdate : function (e,all) {
if ( typeof e !== 'string') {
e = Util.event(e);
var id = e.aim.id.replace('cmd_','');
} else {
var id = e;
}
if ($(id) == null) return false;
var bid = id.replace('portal_block_', '');
var bcontent = $(id+'_content');
if (!bcontent) {
bcontent = document.createElement('div');
bcontent.id = id+'_content';
bcontent.className = this.contentClass;
}
this.stopSlide(id);
var height = Util.getFinallyStyle(bcontent, 'height');
bcontent.style.lineHeight = height == 'auto' ? '' : (height == '0px' ? '20px' : height);
var boldcontent = bcontent.innerHTML;
bcontent.innerHTML = '<center>正在加载内容...</center>';
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=block&op=getblock&forceupdate=1&inajax=1&bid='+bid+'&tpl='+document.diyform.template.value, function(s) {
if(s.indexOf('errorhandle_') != -1) {
bcontent.innerHTML = boldcontent;
runslideshow();
showDialog('抱歉,您没有权限添加或编辑模块', 'alert');
doane();
} else {
var obj = document.createElement('div');
obj.innerHTML = s;
bcontent.parentNode.removeChild(bcontent);
$(id).innerHTML = obj.childNodes[0].innerHTML;
evalscript(s);
if(s.indexOf('runslideshow()') != -1) {runslideshow();}
drag.initPosition();
if (all) {drag.getBlocks();}
}
});
},
frameExport : function (e) {
var flag = true;
if (drag.isChange) {
flag = confirm('您已经做过修改,请保存后再做导出,否则导出的数据将不包括您这次所做的修改。');
}
if (flag) {
if ( typeof e == 'object') {
e = Util.event(e);
var frame = e.aim.id.replace('cmd_','');
} else {
frame = e == undefined ? '' : e;
}
if (!$('frameexport')){
var dom = document.createElement('div');
dom.innerHTML = '<form id="frameexport" method="post" action="" target="_blank"><input type="hidden" name="frame" value="" />\n\
<input type="hidden" name="tpl" value="'+document.diyform.template.value+'" />\n\
<input type="hidden" name="tpldirectory" value="'+document.diyform.tpldirectory.value+'" />\n\
<input type="hidden" name="diysign" value="'+document.diyform.diysign.value+'" />\n\
<input type="hidden" name="formhash" value="'+document.diyform.formhash.value+'" /><input type="hidden" name="exportsubmit" value="true"/></form>';
$('append_parent').appendChild(dom.childNodes[0]);
}
$('frameexport').action = 'portal.php?mod=portalcp&ac=diy&op=export';
document.forms.frameexport.frame.value = frame;
document.forms.frameexport.submit();
}
doane();
},
openFrameImport : function (type) {
type = type || 0;
showWindow('showimport','portal.php?mod=portalcp&ac=diy&op=import&tpl='+document.diyform.template.value+'&tpldirectory='+document.diyform.tpldirectory.value+'&diysign='+document.diyform.diysign.value+'&type='+type, 'get');
},
endBlockForceUpdateBatch : function () {
if($('allupdate')) {
$('allupdate').innerHTML = '已操作完成。';
$('fwin_dialog_submit').style.display = '';
$('fwin_dialog_cancel').style.display = 'none';
}
this.initPosition();
},
getBlocks : function () {
if (this.blocks.length == 0) {
this.endBlockForceUpdateBatch();
}
if (this.blocks.length > 0) {
var cur = this.blocksLen - this.blocks.length;
if($('allupdate')) {
$('allupdate').innerHTML = '共<span style="color:blue">'+this.blocksLen+'</span>个模块,正在更新第<span style="color:red">'+cur+'</span>个,已完成<span style="color:red">'+(parseInt(cur / this.blocksLen * 100)) + '%</span>';
var bid = 'portal_block_'+this.blocks.pop();
this.blockForceUpdate(bid,true);
}
}
},
blockForceUpdateBatch : function (blocks) {
if (blocks) {
this.blocks = blocks;
} else {
this.initPosition();
this.blocks = this.allBlocks;
}
this.blocksLen = this.blocks.length;
showDialog('<div id="allupdate" style="width:350px;line-height:28px;">开始更新...</div>','confirm','更新模块数据', '', true, 'drag.endBlockForceUpdateBatch()');
var wait = function() {
if($('fwin_dialog_submit')) {
$('fwin_dialog_submit').style.display = 'none';
$('fwin_dialog_cancel').className = 'pn pnc';
setTimeout(function(){drag.getBlocks()},500);
} else {
setTimeout(wait,100);
}
};
wait();
doane();
},
clearAll : function () {
if (confirm('您确实要清空页面上所在DIY数据吗,清空以后将不可恢复')) {
for (var i in this.data) {
for (var j in this.data[i]) {
if (typeof(this.data[i][j]) == 'object' && this.data[i][j].name.indexOf('_temp')<0) {
this.delFrame(this.data[i][j]);
$(this.data[i][j].name).parentNode.removeChild($(this.data[i][j].name));
}
}
}
this.initPosition();
this.setClose();
}
doane();
},
createObj : function (e,objType,contentType) {
if (objType == 'block' && !this.checkHasFrame()) {alert("提示:未找到框架,请先添加框架。");spaceDiy.getdiy('frame');return false;}
e = Util.event(e);
if(e.which != 1 ) {return false;}
var html = '',offWidth = 0;
if (objType == 'frame') {
html = this.getFrameHtml(contentType);
offWidth = 600;
} else if (objType == 'block') {
html = this.getBlockHtml(contentType);
offWidth = 200;
this.fn = function (e) {drag.getBlockData(contentType);};
} else if (objType == 'tab') {
html = this.getTabHtml(contentType);
offWidth = 300;
}
var ele = document.createElement('div');
ele.innerHTML = html;
ele = ele.childNodes[0];
document.body.appendChild(ele);
this.dragObj = this.overObj = ele;
if (!this.getTmpBoxElement()) return false;
var scroll = Util.getScroll();
this.dragObj.style.position = 'absolute';
this.dragObj.style.left = e.clientX + scroll.l - 60 + "px";
this.dragObj.style.top = e.clientY + scroll.t - 10 + "px";
this.dragObj.style.width = offWidth + 'px';
this.dragObj.style.cursor = 'move';
this.dragObj.lastMouseX = e.clientX;
this.dragObj.lastMouseY = e.clientY;
Util.insertBefore(this.tmpBoxElement,this.overObj);
Util.addClass(this.dragObj,this.moving);
this.dragObj.style.zIndex = 500 ;
this.scroll = Util.getScroll();
this.newFlag = true;
var _method = this;
document.onscroll = function(){Drag.prototype.resetObj.call(_method, e);};
window.onscroll = function(){Drag.prototype.resetObj.call(_method, e);};
document.onmousemove = function (e){Drag.prototype.drag.call(_method, e);};
document.onmouseup = function (e){Drag.prototype.dragEnd.call(_method, e);};
},
getFrameHtml : function (type) {
var id = 'frame'+Util.getRandom(6);
var className = [this.frameClass,this.moveableObject].join(' ');
className = className + ' cl frame-' + type;
var str = '<div id="'+id+'" class="'+className+'">';
str += '<div id="'+id+'_title" class="'+this.titleClass+' '+this.frameTitleClass+'"><span class="'+this.titleTextClass+'">'+type+'框架</span></div>';
var cols = type.split('-');
var clsl='',clsc='',clsr='';
clsl = ' frame-'+type+'-l';
clsc = ' frame-'+type+'-c';
clsr = ' frame-'+type+'-r';
var len = cols.length;
if (len == 1) {
str += '<div id="'+id+'_left" class="'+this.moveableColumn+clsc+'"></div>';
} else if (len == 2) {
str += '<div id="'+id+'_left" class="'+this.moveableColumn+clsl+ '"></div>';
str += '<div id="'+id+'_center" class="'+this.moveableColumn+clsr+ '"></div>';
} else if (len == 3) {
str += '<div id="'+id+'_left" class="'+this.moveableColumn+clsl+'"></div>';
str += '<div id="'+id+'_center" class="'+this.moveableColumn+clsc+'"></div>';
str += '<div id="'+id+'_right" class="'+this.moveableColumn+clsr+'"></div>';
}
str += '</div>';
return str;
},
getTabHtml : function () {
var id = 'tab'+Util.getRandom(6);
var className = [this.tabClass,this.moveableObject].join(' ');
className = className + ' cl';
var titleClassName = [this.tabTitleClass, this.titleClass, this.moveableColumn, 'cl'].join(' ');
var str = '<div id="'+id+'" class="'+className+'">';
str += '<div id="'+id+'_title" class="'+titleClassName+'"><span class="'+this.titleTextClass+'">tab标签</span></div>';
str += '<div id="'+id+'_content" class="'+this.tabContentClass+'"></div>';
str += '</div>';
return str;
},
getBlockHtml : function () {
var id = 'block'+Util.getRandom(6);
var str = '<div id="'+id+'" class="block move-span"></div>';
str += '</div>';
return str;
},
setClose : function () {
if(this.sampleMode) {
return true;
} else {
if (!this.isChange) {
window.onbeforeunload = function() {
return '您的数据已经修改,退出将无法保存您的修改。';
};
}
this.isChange = true;
spaceDiy.enablePreviewButton();
}
},
clearClose : function () {
this.isChange = false;
this.isClearClose = true;
window.onbeforeunload = function () {};
},
goonDIY : function () {
if ($('prefile').value == '1') {
showDialog('<div style="line-height:28px;">按继续按钮将打开暂存数据并DIY,<br />按删除按钮将删除暂存数据。</div>','confirm','是否继续暂存数据的DIY?', function(){location.replace(location.href+'&preview=yes');}, true, 'spaceDiy.cancelDIY()', '', '继续', '删除');
} else if (location.search.indexOf('preview=yes') > -1) {
spaceDiy.enablePreviewButton();
} else {
spaceDiy.disablePreviewButton();
}
setInterval(function(){spaceDiy.save('savecache', 1);},180000);
}
});
var spaceDiy = new DIY();
spaceDiy.extend({
save : function (optype,rejs) {
optype = typeof optype == 'undefined' ? '' : optype;
if (optype == 'savecache' && !drag.isChange) {return false;}
var tplpre = document.diyform.template.value.split(':');
if (!optype) {
if (['portal/portal_topic_content', 'portal/list', 'portal/view'].indexOf(tplpre[0]) == -1) {
if (document.diyform.template.value.indexOf(':') > -1 && !document.selectsave) {
var schecked = '',dchecked = '';
if (document.diyform.savemod.value == '1') {
dchecked = ' checked';
} else {
schecked = ' checked';
}
showDialog('<form name="selectsave" action="" method="get"><label><input type="radio" value="0" name="savemod"'+schecked+' />应用于此类全部页面</label>\n\
<label><input type="radio" value="1" name="savemod"'+dchecked+' />只应用于本页面</label></form>','notice', '', spaceDiy.save);
return false;
}
if (document.selectsave) {
if (document.selectsave.savemod[0].checked) {
document.diyform.savemod.value = document.selectsave.savemod[0].value;
} else {
document.diyform.savemod.value = document.selectsave.savemod[1].value;
}
}
} else {
document.diyform.savemod.value = 1;
}
} else if (optype == 'savecache') {
if (!drag.isChange) return false;
this.checkPreview_form();
document.diyform.rejs.value = rejs ? 0 : 1;
} else if (optype =='preview') {
if (drag.isChange) {
optype = 'savecache';
} else {
this.checkPreview_form();
$('preview_form').submit();
return false;
}
}
document.diyform.action = document.diyform.action.replace(/[&|\?]inajax=1/, '');
document.diyform.optype.value = optype;
document.diyform.spacecss.value = spaceDiy.getSpacecssStr();
document.diyform.style.value = spaceDiy.style;
document.diyform.layoutdata.value = drag.getPositionStr();
document.diyform.gobackurl.value = spaceDiy.cancelDiyUrl();
drag.clearClose();
if (optype == 'savecache') {
document.diyform.handlekey.value = 'diyform';
ajaxpost('diyform','ajaxwaitid','ajaxwaitid','onerror');
} else {
saveUserdata('diy_advance_mode', '');
document.diyform.submit();
}
},
checkPreview_form : function () {
if (!$('preview_form')) {
var dom = document.createElement('div');
var search = '';
var sarr = location.search.replace('?','').split('&');
for (var i = 0;i<sarr.length;i++){
var kv = sarr[i].split('=');
if (kv.length>1 && kv[0] != 'diy') {
search += '<input type="hidden" value="'+kv[1]+'" name="'+kv[0]+'" />';
}
}
search += '<input type="hidden" value="yes" name="preview" />';
dom.innerHTML = '<form action="'+location.href+'" target="_bloak" method="get" id="preview_form">'+search+'</form>';
var form = dom.getElementsByTagName('form');
$('append_parent').appendChild(form[0]);
}
},
cancelDiyUrl : function () {
return location.href.replace(/[\?|\&]diy\=yes/g,'').replace(/[\?|\&]preview=yes/,'');
},
cancel : function () {
saveUserdata('diy_advance_mode', '');
if (drag.isClearClose) {
showDialog('<div style="line-height:28px;">是否保留暂存数据?<br />按确定按钮将保留暂存数据,按取消按钮将删除暂存数据。</div>','confirm','保留暂存数据', function(){location.href = spaceDiy.cancelDiyUrl();}, true, function(){window.onunload=function(){spaceDiy.cancelDIY()};location.href = spaceDiy.cancelDiyUrl();});
} else {
location.href = this.cancelDiyUrl();
}
},
recover : function() {
if (confirm('您确定要恢复到上一版本保存的结果吗?')) {
drag.clearClose();
document.diyform.recover.value = '1';
document.diyform.gobackurl.value = location.href.replace(/(\?diy=yes)|(\&diy=yes)/,'').replace(/[\?|\&]preview=yes/,'');
document.diyform.submit();
}
doane();
},
enablePreviewButton : function () {
if ($('preview')){
$('preview').className = '';
if(drag.isChange) {
$('diy_preview').onclick = function () {spaceDiy.save('savecache');return false;};
} else {
$('diy_preview').onclick = function () {spaceDiy.save('preview');return false;};
}
Util.show($('savecachemsg'))
}
},
disablePreviewButton : function () {
if ($('preview')) {
$('preview').className = 'unusable';
$('diy_preview').onclick = function () {return false;};
}
},
cancelDIY : function () {
this.disablePreviewButton();
document.diyform.optype.value = 'canceldiy';
var x = new Ajax();
x.post($('diyform').action+'&inajax=1','optype=canceldiy&diysubmit=1&template='+document.diyform.template.value+'&savemod='+document.diyform.savemod.value+'&formhash='+document.diyform.formhash.value+'&tpldirectory='+document.diyform.tpldirectory.value+'&diysign='+document.diyform.diysign.value,function(s){});
},
switchBlockclass : function(blockclass) {
var navs = $('contentblockclass_nav').getElementsByTagName('a');
var contents = $('contentblockclass').getElementsByTagName('ul');
for(var i=0; i<navs.length; i++) {
if(navs[i].id=='bcnav_'+blockclass) {
navs[i].className = 'a';
} else {
navs[i].className = '';
}
}
for(var i=0; i<contents.length; i++) {
if(contents[i].id=='contentblockclass_'+blockclass) {
contents[i].style.display = '';
} else {
contents[i].style.display = 'none';
}
}
},
getdiy : function (type) {
if (type) {
var nav = $('controlnav').children;
for (var i in nav) {
if (nav[i].className == 'current') {
nav[i].className = '';
var contentid = 'content'+nav[i].id.replace('nav', '');
if ($(contentid)) $(contentid).style.display = 'none';
}
}
$('nav'+type).className = 'current';
if (type == 'start' || type == 'frame') {
$('content'+type).style.display = 'block';
return true;
}
if(type == 'blockclass' && $('content'+type).innerHTML !='') {
$('content'+type).style.display = 'block';
return true;
}
var para = '&op='+type;
if (arguments.length > 1) {
for (var i = 1; i < arguments.length; i++) {
para += '&' + arguments[i] + '=' + arguments[++i];
}
}
var ajaxtarget = type == 'diy' ? 'diyimages' : '';
var x = new Ajax();
x.showId = ajaxtarget;
x.get('portal.php?mod=portalcp&ac=diy'+para+'&inajax=1&ajaxtarget='+ajaxtarget,function(s, x) {
if (s) {
if (typeof cpb_frame == 'object' && !BROWSER.ie) {delete cpb_frame;}
if (!$('content'+type)) {
var dom = document.createElement('div');
dom.id = 'content'+type;
$('controlcontent').appendChild(dom);
}
$('content'+type).innerHTML = s;
$('content'+type).style.display = 'block';
if (type == 'diy') {
spaceDiy.setCurrentDiy(spaceDiy.currentDiy);
if (spaceDiy.styleSheet.rules.length > 0) {
Util.show('recover_button');
}
}
var evaled = false;
if(s.indexOf('ajaxerror') != -1) {
evalscript(s);
evaled = true;
}
if(!evaled && (typeof ajaxerror == 'undefined' || !ajaxerror)) {
if(x.showId) {
ajaxupdateevents($(x.showId));
}
}
if(!evaled) evalscript(s);
}
});
}
}
});
spaceDiy.init(1);
function succeedhandle_diyform (url, message, values) {
if (values['rejs'] == '1') {
document.diyform.rejs.value = '';
parent.$('preview_form').submit();
}
spaceDiy.enablePreviewButton();
return false;
} | JavaScript |
/*
A simple class for displaying file information and progress
Note: This is a demonstration only and not part of SWFUpload.
Note: Some have had problems adapting this class in IE7. It may not be suitable for your application.
*/
function FileProgress(file, targetID) {
this.fileProgressID = file.id;
this.opacity = 100;
this.height = 0;
this.fileProgressWrapper = document.getElementById(this.fileProgressID);
if (!this.fileProgressWrapper) {
this.fileProgressWrapper = document.createElement("div");
this.fileProgressWrapper.className = "progressWrapper";
this.fileProgressWrapper.id = this.fileProgressID;
this.fileProgressElement = document.createElement("div");
this.fileProgressElement.className = "progressContainer";
var progressCancel = document.createElement("a");
progressCancel.className = "progressCancel";
progressCancel.href = "#";
progressCancel.style.visibility = "hidden";
progressCancel.appendChild(document.createTextNode(" "));
var progressText = document.createElement("div");
progressText.className = "progressName";
progressText.appendChild(document.createTextNode(file.name));
var progressBar = document.createElement("div");
progressBar.className = "progressBarInProgress";
var progressStatus = document.createElement("div");
progressStatus.className = "progressBarStatus";
progressStatus.innerHTML = " ";
this.fileProgressElement.appendChild(progressCancel);
this.fileProgressElement.appendChild(progressText);
this.fileProgressElement.appendChild(progressStatus);
this.fileProgressElement.appendChild(progressBar);
this.fileProgressWrapper.appendChild(this.fileProgressElement);
document.getElementById(targetID).appendChild(this.fileProgressWrapper);
} else {
this.fileProgressElement = this.fileProgressWrapper.firstChild;
this.reset();
}
this.height = this.fileProgressWrapper.offsetHeight;
this.setTimer(null);
}
FileProgress.prototype.setTimer = function (timer) {
this.fileProgressElement["FP_TIMER"] = timer;
};
FileProgress.prototype.getTimer = function (timer) {
return this.fileProgressElement["FP_TIMER"] || null;
};
FileProgress.prototype.reset = function () {
this.fileProgressElement.className = "progressContainer";
this.fileProgressElement.childNodes[2].innerHTML = " ";
this.fileProgressElement.childNodes[2].className = "progressBarStatus";
this.fileProgressElement.childNodes[3].className = "progressBarInProgress";
this.fileProgressElement.childNodes[3].style.width = "0%";
this.appear();
};
FileProgress.prototype.setProgress = function (percentage) {
this.fileProgressElement.className = "progressContainer green";
this.fileProgressElement.childNodes[3].className = "progressBarInProgress";
this.fileProgressElement.childNodes[3].style.width = percentage + "%";
this.appear();
};
FileProgress.prototype.setComplete = function () {
this.fileProgressElement.className = "progressContainer blue";
this.fileProgressElement.childNodes[3].className = "progressBarComplete";
this.fileProgressElement.childNodes[3].style.width = "";
};
FileProgress.prototype.setError = function () {
this.fileProgressElement.className = "progressContainer red";
this.fileProgressElement.childNodes[3].className = "progressBarError";
this.fileProgressElement.childNodes[3].style.width = "";
var oSelf = this;
this.setTimer(setTimeout(function () {
oSelf.disappear();
}, 5000));
};
FileProgress.prototype.setCancelled = function () {
this.fileProgressElement.className = "progressContainer";
this.fileProgressElement.childNodes[3].className = "progressBarError";
this.fileProgressElement.childNodes[3].style.width = "";
var oSelf = this;
this.setTimer(setTimeout(function () {
oSelf.disappear();
}, 2000));
};
FileProgress.prototype.setStatus = function (status) {
this.fileProgressElement.childNodes[2].innerHTML = status;
};
FileProgress.prototype.toggleCancel = function (show, swfUploadInstance) {
this.fileProgressElement.childNodes[0].style.visibility = show ? "visible" : "hidden";
if (swfUploadInstance) {
var fileID = this.fileProgressID;
this.fileProgressElement.childNodes[0].onclick = function () {
swfUploadInstance.cancelUpload(fileID);
return false;
};
}
};
FileProgress.prototype.appear = function () {
if (this.getTimer() !== null) {
clearTimeout(this.getTimer());
this.setTimer(null);
}
if (this.fileProgressWrapper.filters) {
try {
this.fileProgressWrapper.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 100;
} catch (e) {
this.fileProgressWrapper.style.filter = "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
} else {
this.fileProgressWrapper.style.opacity = 1;
}
this.fileProgressWrapper.style.height = "";
this.height = this.fileProgressWrapper.offsetHeight;
this.opacity = 100;
this.fileProgressWrapper.style.display = "";
};
FileProgress.prototype.disappear = function () {
var reduceOpacityBy = 15;
var reduceHeightBy = 4;
var rate = 30; // 15 fps
if (this.opacity > 0) {
this.opacity -= reduceOpacityBy;
if (this.opacity < 0) {
this.opacity = 0;
}
if (this.fileProgressWrapper.filters) {
try {
this.fileProgressWrapper.filters.item("DXImageTransform.Microsoft.Alpha").opacity = this.opacity;
} catch (e) {
this.fileProgressWrapper.style.filter = "progid:DXImageTransform.Microsoft.Alpha(opacity=" + this.opacity + ")";
}
} else {
this.fileProgressWrapper.style.opacity = this.opacity / 100;
}
}
if (this.height > 0) {
this.height -= reduceHeightBy;
if (this.height < 0) {
this.height = 0;
}
this.fileProgressWrapper.style.height = this.height + "px";
}
if (this.height > 0 || this.opacity > 0) {
var oSelf = this;
this.setTimer(setTimeout(function () {
oSelf.disappear();
}, rate));
} else {
this.fileProgressWrapper.style.display = "none";
this.setTimer(null);
}
}; | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: imgcropper.js 30998 2012-07-06 07:22:08Z zhangguosheng $
*/
(function(){
ImgCropper = function() {
this.options = {
opacity: 50,
color: "",
width: 0,
height: 0,
resize: false,
right: "",
left: "",
up: "",
down: "",
rightDown: "",
leftDown: "",
rightUp: "",
leftUp: "",
min: false,
minWidth: 50,
minHeight: 50,
scale: false,
ratio: 0,
Preview: "",
viewWidth: 0,
viewHeight: 0
};
this.setParameter.apply(this, arguments);
};
ImgCropper.prototype = {
setParameter: function(container, handle, url, options) {
this._container = $(container);
this._layHandle = $(handle);
this.url = url;
this._layBase = this._container.appendChild(document.createElement("img"));
this._layCropper = this._container.appendChild(document.createElement("img"));
this._layCropper.onload = Util.bindApply(this, this.setPos);
this._tempImg = document.createElement("img");
this._tempImg.onload = Util.bindApply(this, this.setSize);
this.options = Util.setOptions(this.options, options || {});
this.opacity = Math.round(this.options.opacity);
this.color = this.options.color;
this.scale = !!this.options.scale;
this.ratio = Math.max(this.options.ratio, 0);
this.width = Math.round(this.options.width);
this.height = Math.round(this.options.height);
this.setLayHandle = true;
var oPreview = $(this.options.Preview);
if(oPreview){
oPreview.style.position = "relative";
oPreview.style.overflow = "hidden";
this.viewWidth = Math.round(this.options.viewWidth);
this.viewHeight = Math.round(this.options.viewHeight);
this._view = oPreview.appendChild(document.createElement("img"));
this._view.style.position = "absolute";
this._view.onload = Util.bindApply(this, this.SetPreview);
}
this._drag = new dzDrag(handle, {limit:true, container:container, onDragMove: Util.bindApply(this, this.setPos)});
this.resize = !!this.options.resize;
if(this.resize){
var op = this.options;
var _resize = new ImgCropperResize(container, {max: false, scale:true, min:true, minWidth:options.minWidth, minHeight:options.minHeight, onResize: Util.bindApply(this, this.scaleImg)});
op.rightDown && (_resize.set(op.rightDown, "right-down"));
op.leftDown && (_resize.set(op.leftDown, "left-down"));
op.rightUp && (_resize.set(op.rightUp, "right-up"));
op.leftUp && (_resize.set(op.leftUp, "left-up"));
op.right && (_resize.set(op.right, "right"));
op.left && (_resize.set(op.left, "left"));
op.down && (_resize.set(op.down, "down"));
op.up && (_resize.set(op.up, "up"));
this.min = !!this.options.min;
this.minWidth = Math.round(this.options.minWidth);
this.minHeight = Math.round(this.options.minHeight);
this._resize = _resize;
}
this._container.style.position = "relative";
this._container.style.overflow = "hidden";
this._layHandle.style.zIndex = 200;
this._layCropper.style.zIndex = 100;
this._layBase.style.position = this._layCropper.style.position = "absolute";
this._layBase.style.top = this._layBase.style.left = this._layCropper.style.top = this._layCropper.style.left = 0;
this.initialize();
},
initialize: function() {
this.color && (this._container.style.backgroundColor = this.color);
this._tempImg.src = this._layBase.src = this._layCropper.src = this.url;
if(BROWSER.ie){
this._layBase.style.filter = "alpha(opacity:" + this.opacity + ")";
this._layHandle.style.filter = "alpha(opacity:0)";
this._layHandle.style.backgroundColor = "#FFF";
} else {
this._layBase.style.opacity = this.opacity / 100;
}
this._view && (this._view.src = this.url);
if(this.resize){
with(this._resize){
Scale = this.scale; Ratio = this.ratio; Min = this.min; minWidth = this.minWidth; minHeight = this.minHeight;
}
}
},
setPos: function() {
if(BROWSER.ie == 6.0){ with(this._layHandle.style){ zoom = .9; zoom = 1; }; };
var p = this.getPos();
this._layCropper.style.clip = "rect(" + p.Top + "px " + (p.Left + p.Width) + "px " + (p.Top + p.Height) + "px " + p.Left + "px)";
this.SetPreview();
parent.resetHeight(this._container, this.getPos(), this._layBase);
},
scaleImg:function() {
this.height = this._resize._styleHeight;
this.width = this._resize._styleWidth;
this.initialize();
this.setSize();
this.setPos();
var maxRight = (parseInt(this._layHandle.style.left) || 0) + (parseInt(this._layHandle.offsetWidth) || 0);
var maxBottom = (parseInt(this._layHandle.style.top) || 0) + (parseInt(this._layHandle.offsetHeight) || 0);
if(this._container != null) {
if(maxRight > this._container.clientWidth) {
var nowLeft = this._container.clientWidth - this._layHandle.offsetWidth;
this._layHandle.style.left = (nowLeft < 0 ? 0 : nowLeft) + "px";
}
if(maxBottom > this._container.clientHeight) {
var nowTop = this._container.clientHeight - this._layHandle.offsetHeight;
this._layHandle.style.top = (nowTop < 0 ? 0 : nowTop) + "px";
}
}
parent.resetHeight(this._container, this.getPos(), this._layBase);
},
SetPreview: function() {
if(this._view){
var p = this.getPos(), s = this.getSize(p.Width, p.Height, this.viewWidth, this.viewHeight), scale = s.Height / p.Height;
var pHeight = this._layBase.height * scale, pWidth = this._layBase.width * scale, pTop = p.Top * scale, pLeft = p.Left * scale;
with(this._view.style){
width = pWidth + "px"; height = pHeight + "px"; top = - pTop + "px "; left = - pLeft + "px";
clip = "rect(" + pTop + "px " + (pLeft + s.Width) + "px " + (pTop + s.Height) + "px " + pLeft + "px)";
}
}
},
setSize: function() {
if(this.width > this._tempImg.width) {
this.width = this._tempImg.width;
}
if(this.height > this._tempImg.height) {
this.height = this._tempImg.height;
}
var s = this.getSize(this._tempImg.width, this._tempImg.height, this.width, this.height);
if(this.options.min && (s.Width <= this.options.minWidth || s.Height <= this.options.minHeight)) {
return false;
}
this._layBase.style.width = this._layCropper.style.width = s.Width + "px";
this._layBase.style.height = this._layCropper.style.height = s.Height + "px";
this._drag.maxRight = s.Width; this._drag.maxBottom = s.Height;
if(this.resize) {
this._container.style.width = this._layBase.style.width; this._container.style.height = this._layBase.style.height;
if(this.setLayHandle) {
this._layHandle.style.left = ((s.Width - this._layHandle.offsetWidth)/2)+"px";
this._layHandle.style.top = ((s.Height - this._layHandle.offsetHeight)/2)+"px";
this.setPos();
this.setLayHandle = false;
}
}
},
getPos: function() {
with(this._layHandle){
return { Top: offsetTop, Left: offsetLeft, Width: offsetWidth, Height: offsetHeight };
}
},
getSize: function(nowWidth, nowHeight, fixWidth, fixHeight) {
var iWidth = nowWidth, iHeight = nowHeight, scale = iWidth / iHeight;
if(fixHeight){ iWidth = (iHeight = fixHeight) * scale; }
if(fixWidth && (!fixHeight || iWidth > fixWidth)){ iHeight = (iWidth = fixWidth) / scale; }
return { Width: iWidth, Height: iHeight }
}
};
ImgCropperResize = function() {
this.options = {
max: false,
container: "",
maxLeft: 0,
maxRight: 9999,
maxTop: 0,
maxBottom: 9999,
min: false,
minWidth: 50,
minHeight: 50,
scale: false,
ratio: 0,
onResize: function(){}
};
this.initialize.apply(this, arguments);
};
ImgCropperResize.prototype = {
initialize: function(resizeObjId, options) {
this.options = Util.setOptions(this.options, options || {});
this._resizeObj = $(resizeObjId);
this._styleWidth = this._styleHeight = this._styleLeft = this._styleTop = 0;
this._sideRight = this._sideDown = this._sideLeft = this._sideUp = 0;
this._fixLeft = this._fixTop = 0;
this._scaleLeft = this._scaleTop = 0;
this._maxSet = function(){};
this._maxRightWidth = this._maxDownHeight = this._maxUpHeight = this._maxLeftWidth = 0;
this._maxScaleWidth = this._maxScaleHeight = 0;
this._fun = function(){};
var _style = Util.currentStyle(this._resizeObj);
this._borderX = (parseInt(_style.borderLeftWidth) || 0) + (parseInt(_style.borderRightWidth) || 0);
this._borderY = (parseInt(_style.borderTopWidth) || 0) + (parseInt(_style.borderBottomWidth) || 0);
this._resizeTranscript = Util.bindApply(this, this.resize);
this._stopTranscript = Util.bindApply(this, this.stop);
this.max = !!this.options.max;
this._container = $(this.options.container) || null;
this.maxLeft = Math.round(this.options.maxLeft);
this.maxRight = Math.round(this.options.maxRight);
this.maxTop = Math.round(this.options.maxTop);
this.maxBottom = Math.round(this.options.maxBottom);
this.min = !!this.options.min;
this.minWidth = Math.round(this.options.minWidth);
this.minHeight = Math.round(this.options.minHeight);
this.scale = !!this.options.scale;
this.ratio = Math.max(this.options.ratio, 0);
this.onResize = this.options.onResize;
this._resizeObj.style.position = "absolute";
!this._container || Util.currentStyle(this._container).position == "relative" || (this._container.style.position = "relative");
},
set: function(resize, side) {
var resize = $(resize), fun;
if(!resize) return;
switch(side.toLowerCase()) {
case "up":
fun = this.up;
break;
case "down":
fun = this.down;
break;
case "left":
fun = this.left;
break;
case "right":
fun = this.right;
break;
case "left-up":
fun = this.leftUp;
break;
case "right-up":
fun = this.rightUp;
break;
case "left-down":
fun = this.leftDown;
break;
case "right-down" :
default:
fun = this.rightDown;
break;
};
Util.addEventHandler(resize, "mousedown", Util.bindApply(this, this.start, fun));
},
start: function(oEvent, fun, touch) {
oEvent.stopPropagation ? oEvent.stopPropagation() : (oEvent.cancelBubble = true);
this._fun = fun;
this._styleWidth = this._resizeObj.clientWidth;
this._styleHeight = this._resizeObj.clientHeight;
this._styleLeft = this._resizeObj.offsetLeft;
this._styleTop = this._resizeObj.offsetTop;
this._sideLeft = oEvent.clientX - this._styleWidth;
this._sideRight = oEvent.clientX + this._styleWidth;
this._sideUp = oEvent.clientY - this._styleHeight;
this._sideDown = oEvent.clientY + this._styleHeight;
this._fixLeft = this._styleLeft + this._styleWidth;
this._fixTop = this._styleTop + this._styleHeight;
if(this.scale) {
this.ratio = Math.max(this.ratio, 0) || this._styleWidth / this._styleHeight;
this._scaleLeft = this._styleLeft + this._styleWidth / 2;
this._scaleTop = this._styleTop + this._styleHeight / 2;
};
if(this.max) {
var maxLeft = this.maxLeft, maxRight = this.maxRight, maxTop = this.maxTop, maxBottom = this.maxBottom;
if(!!this._container){
maxLeft = Math.max(maxLeft, 0);
maxTop = Math.max(maxTop, 0);
maxRight = Math.min(maxRight, this._container.clientWidth);
maxBottom = Math.min(maxBottom, this._container.clientHeight);
};
maxRight = Math.max(maxRight, maxLeft + (this.min ? this.minWidth : 0) + this._borderX);
maxBottom = Math.max(maxBottom, maxTop + (this.min ? this.minHeight : 0) + this._borderY);
this._mxSet = function() {
this._maxRightWidth = maxRight - this._styleLeft - this._borderX;
this._maxDownHeight = maxBottom - this._styleTop - this._borderY;
this._maxUpHeight = Math.max(this._fixTop - maxTop, this.min ? this.minHeight : 0);
this._maxLeftWidth = Math.max(this._fixLeft - maxLeft, this.min ? this.minWidth : 0);
};
this._mxSet();
if(this.scale) {
this._maxScaleWidth = Math.min(this._scaleLeft - maxLeft, maxRight - this._scaleLeft - this._borderX) * 2;
this._maxScaleHeight = Math.min(this._scaleTop - maxTop, maxBottom - this._scaleTop - this._borderY) * 2;
}
}
Util.addEventHandler(document, "mousemove", this._resizeTranscript);
Util.addEventHandler(document, "mouseup", this._stopTranscript);
if(BROWSER.ie){
Util.addEventHandler(this._resizeObj, "losecapture", this._stopTranscript);
this._resizeObj.setCapture();
}else{
Util.addEventHandler(window, "blur", this._stopTranscript);
oEvent.preventDefault();
};
},
resize: function(e) {
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
this._fun(e);
if(this.options.min && (this._styleWidth <= this.options.minWidth || this._styleHeight <= this.options.minHeight)) {
return false;
}
with(this._resizeObj.style) {
width = this._styleWidth + "px"; height = this._styleHeight + "px";
top = this._styleTop + "px"; left = this._styleLeft + "px";
}
this.onResize();
},
up: function(e) {
this.repairY(this._sideDown - e.clientY, this._maxUpHeight);
this.repairTop();
this.turnDown(this.down);
},
down: function(e) {
this.repairY(e.clientY - this._sideUp, this._maxDownHeight);
this.turnUp(this.up);
},
right: function(e) {
this.repairX(e.clientX - this._sideLeft, this._maxRightWidth);
this.turnLeft(this.left);
},
left: function(e) {
this.repairX(this._sideRight - e.clientX, this._maxLeftWidth);
this.repairLeft();
this.turnRight(this.right);
},
rightDown: function(e) {
this.repairAngle(
e.clientX - this._sideLeft, this._maxRightWidth,
e.clientY - this._sideUp, this._maxDownHeight
);
this.turnLeft(this.leftDown) || this.scale || this.turnUp(this.rightUp);
},
rightUp: function(e) {
this.repairAngle(
e.clientX - this._sideLeft, this._maxRightWidth,
this._sideDown - e.clientY, this._maxUpHeight
);
this.repairTop();
this.turnLeft(this.leftUp) || this.scale || this.turnDown(this.rightDown);
},
leftDown: function(e) {
this.repairAngle(
this._sideRight - e.clientX, this._maxLeftWidth,
e.clientY - this._sideUp, this._maxDownHeight
);
this.repairLeft();
this.turnRight(this.rightDown) || this.scale || this.turnUp(this.leftUp);
},
leftUp: function(e) {
this.repairAngle(
this._sideRight - e.clientX, this._maxLeftWidth,
this._sideDown - e.clientY, this._maxUpHeight
);
this.repairTop();
this.repairLeft();
this.turnRight(this.rightUp) || this.scale || this.turnDown(this.leftDown);
},
repairX: function(iWidth, maxWidth) {
iWidth = this.repairWidth(iWidth, maxWidth);
if(this.scale){
var iHeight = this.repairScaleHeight(iWidth);
if(this.max && iHeight > this._maxScaleHeight){
iHeight = this._maxScaleHeight;
iWidth = this.repairScaleWidth(iHeight);
}else if(this.min && iHeight < this.minHeight){
var tWidth = this.repairScaleWidth(this.minHeight);
if(tWidth < maxWidth){ iHeight = this.minHeight; iWidth = tWidth; }
}
this._styleHeight = iHeight;
this._styleTop = this._scaleTop - iHeight / 2;
}
this._styleWidth = iWidth;
},
repairY: function(iHeight, maxHeight) {
iHeight = this.repairHeight(iHeight, maxHeight);
if(this.scale){
var iWidth = this.repairScaleWidth(iHeight);
if(this.max && iWidth > this._maxScaleWidth){
iWidth = this._maxScaleWidth;
iHeight = this.repairScaleHeight(iWidth);
}else if(this.min && iWidth < this.minWidth){
var tHeight = this.repairScaleHeight(this.minWidth);
if(tHeight < maxHeight){ iWidth = this.minWidth; iHeight = tHeight; }
}
this._styleWidth = iWidth;
this._styleLeft = this._scaleLeft - iWidth / 2;
}
this._styleHeight = iHeight;
},
repairAngle: function(iWidth, maxWidth, iHeight, maxHeight) {
iWidth = this.repairWidth(iWidth, maxWidth);
if(this.scale) {
iHeight = this.repairScaleHeight(iWidth);
if(this.max && iHeight > maxHeight){
iHeight = maxHeight;
iWidth = this.repairScaleWidth(iHeight);
}else if(this.min && iHeight < this.minHeight){
var tWidth = this.repairScaleWidth(this.minHeight);
if(tWidth < maxWidth){ iHeight = this.minHeight; iWidth = tWidth; }
}
} else {
iHeight = this.repairHeight(iHeight, maxHeight);
}
this._styleWidth = iWidth;
this._styleHeight = iHeight;
},
repairTop: function() {
this._styleTop = this._fixTop - this._styleHeight;
},
repairLeft: function() {
this._styleLeft = this._fixLeft - this._styleWidth;
},
repairHeight: function(iHeight, maxHeight) {
iHeight = Math.min(this.max ? maxHeight : iHeight, iHeight);
iHeight = Math.max(this.min ? this.minHeight : iHeight, iHeight, 0);
return iHeight;
},
repairWidth: function(iWidth, maxWidth) {
iWidth = Math.min(this.max ? maxWidth : iWidth, iWidth);
iWidth = Math.max(this.min ? this.minWidth : iWidth, iWidth, 0);
return iWidth;
},
repairScaleHeight: function(iWidth) {
return Math.max(Math.round((iWidth + this._borderX) / this.ratio - this._borderY), 0);
},
repairScaleWidth: function(iHeight) {
return Math.max(Math.round((iHeight + this._borderY) * this.ratio - this._borderX), 0);
},
turnRight: function(fun) {
if(!(this.min || this._styleWidth)){
this._fun = fun;
this._sideLeft = this._sideRight;
this.max && this._mxSet();
return true;
}
},
turnLeft: function(fun) {
if(!(this.min || this._styleWidth)){
this._fun = fun;
this._sideRight = this._sideLeft;
this._fixLeft = this._styleLeft;
this.max && this._mxSet();
return true;
}
},
turnUp: function(fun) {
if(!(this.min || this._styleHeight)){
this._fun = fun;
this._sideDown = this._sideUp;
this._fixTop = this._styleTop;
this.max && this._mxSet();
return true;
}
},
turnDown: function(fun) {
if(!(this.min || this._styleHeight)){
this._fun = fun;
this._sideUp = this._sideDown;
this.max && this._mxSet();
return true;
}
},
stop: function() {
Util.removeEventHandler(document, "mousemove", this._resizeTranscript);
Util.removeEventHandler(document, "mouseup", this._stopTranscript);
if(BROWSER.ie){
Util.removeEventHandler(this._resizeObj, "losecapture", this._stopTranscript);
this._resizeObj.releaseCapture();
}else{
Util.removeEventHandler(window, "blur", this._stopTranscript);
}
}
};
dzDrag = function() {
this.options = {
handle: '',
limit: false,
maxLeft: 0,
maxRight: 9999,
maxTop: 0,
maxBottom: 9999,
container: '',
lockX: false,
lockY: false,
onDragStart: function(){},
onDragMove: function(){},
onDragEnd: function(){}
};
this.initialize.apply(this, arguments);
};
dzDrag.prototype = {
initialize: function(dragId, options) {
this.options = Util.setOptions(this.options, options || {});
this._dragObj = $(dragId);
this._x = this._y = 0;
this._marginLeft = this._marginTop = 0;
this._handle = $(this.options.handle) || this._dragObj;
this._container = $(this.options.container) || null;
this._dragObj.style.position = "absolute";
this._dragEndTranscript = Util.bindApply(this, this.dragEnd);
this._dragMoveTranscript = Util.bindApply(this, this.dragMove);
Util.addEventHandler(this._handle, "mousedown", Util.bindApply(this, this.dragStart));
},
dragStart: function(event) {
this.setLimit();
this._x = event.clientX - this._dragObj.offsetLeft;
this._y = event.clientY - this._dragObj.offsetTop;
var curStyle = Util.currentStyle(this._dragObj);
this._marginLeft = parseInt(curStyle.marginLeft) || 0;
this._marginTop = parseInt(curStyle.marginTop) || 0;
Util.addEventHandler(document, "mousemove", this._dragMoveTranscript);
Util.addEventHandler(document, "mouseup", this._dragEndTranscript);
if(BROWSER.ie){
Util.addEventHandler(this._handle, "losecapture", this._dragEndTranscript);
this._handle.setCapture();
}else{
Util.addEventHandler(window, "blur", this._dragEndTranscript);
event.preventDefault();
};
this.options.onDragStart();
},
dragMove: function(event) {
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
var iLeft = event.clientX - this._x;
var iTop = event.clientY - this._y;
if(this.options.limit) {
var maxLeft = this.options.maxLeft, maxRight = this.options.maxRight, maxTop = this.options.maxTop, maxBottom = this.options.maxBottom;
if(this._container != null){
maxLeft = Math.max(maxLeft, 0);
maxTop = Math.max(maxTop, 0);
maxRight = Math.min(maxRight, this._container.clientWidth);
maxBottom = Math.min(maxBottom, this._container.clientHeight);
};
iLeft = Math.max(Math.min(iLeft, maxRight - this._dragObj.offsetWidth), maxLeft);
iTop = Math.max(Math.min(iTop, maxBottom - this._dragObj.offsetHeight), maxTop);
}
if(!this.options.lockX) { this._dragObj.style.left = iLeft - this._marginLeft + "px"; }
if(!this.options.lockY) { this._dragObj.style.top = iTop - this._marginTop + "px"; }
this.options.onDragMove();
},
dragEnd: function(event) {
Util.removeEventHandler(document, "mousemove", this._dragMoveTranscript);
Util.removeEventHandler(document, "mouseup", this._dragEndTranscript);
if(BROWSER.ie) {
Util.removeEventHandler(this._handle, "losecapture", this._dragEndTranscript);
this._handle.releaseCapture();
} else {
Util.removeEventHandler(window, "blur", this._dragEndTranscript);
}
this.options.onDragEnd();
},
setLimit: function() {
if(this.options.limit) {
this.options.maxRight = Math.max(this.options.maxRight, this.options.maxLeft + this._dragObj.offsetWidth);
this.options.maxBottom = Math.max(this.options.maxBottom, this.options.maxTop + this._dragObj.offsetHeight);
!this._container || Util.currentStyle(this._container).position == "relative" || Util.currentStyle(this._container).position == "absolute" || (this._container.style.position = "relative");
}
}
};
var Util = {
setOptions: function(object, source) {
for(var property in source) {
object[property] = source[property];
}
return object;
},
addEventHandler: function(targetObj, eventType, funHandler) {
if(targetObj.addEventListener) {
targetObj.addEventListener(eventType, funHandler, false);
} else if (targetObj.attachEvent) {
targetObj.attachEvent("on" + eventType, funHandler);
} else {
targetObj["on" + eventType] = funHandler;
}
},
removeEventHandler: function(targetObj, eventType, funHandler) {
if(targetObj.removeEventListener) {
targetObj.removeEventListener(eventType, funHandler, false);
} else if (targetObj.detachEvent) {
targetObj.detachEvent("on" + eventType, funHandler);
} else {
targetObj["on" + eventType] = null;
}
},
bindApply: function(object, fun) {
var args = Array.prototype.slice.call(arguments).slice(2);
return function(event) {
return fun.apply(object, [event || window.event].concat(args));
};
},
currentStyle: function(element){
return element.currentStyle || document.defaultView.getComputedStyle(element, null);
}
};
})(); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: common_extra.js 31722 2012-09-25 03:22:12Z zhangguosheng $
*/
function _relatedlinks(rlinkmsgid) {
if(!$(rlinkmsgid) || $(rlinkmsgid).innerHTML.match(/<script[^\>]*?>/i)) {
return;
}
var alink = new Array(), ignore = new Array();
var i = 0;
var msg = $(rlinkmsgid).innerHTML;
msg = msg.replace(/(<ignore_js_op\>[\s|\S]*?<\/ignore_js_op\>)/ig, function($1) {
ignore[i] = $1;
i++;
return '#ignore_js_op '+(i - 1)+'#';
});
var alink_i = 0;
msg = msg.replace(/(<a.*?<\/a\>)/ig, function($1) {
alink[alink_i] = $1;
alink_i++;
return '#alink '+(alink_i - 1)+'#';
});
var relatedid = new Array();
msg = msg.replace(/(^|>)([^<]+)(?=<|$)/ig, function($1, $2, $3) {
for(var j = 0; j < relatedlink.length; j++) {
if(relatedlink[j] && !relatedid[j]) {
if(relatedlink[j]['surl'] != '') {
var ra = '<a href="'+relatedlink[j]['surl']+'" target="_blank" class="relatedlink">'+relatedlink[j]['sname']+'</a>';
alink[alink_i] = ra;
ra = '#alink '+alink_i+'#';
alink_i++;
} else {
var ra = '<strong><font color="#FF0000">'+relatedlink[j]['sname']+'</font></strong>';
}
var $rtmp = $3;
$3 = $3.replace(relatedlink[j]['sname'], ra);
if($3 != $rtmp) {
relatedid[j] = 1;
}
}
}
return $2 + $3;
});
for(var k in alink) {
msg = msg.replace('#alink '+k+'#', alink[k]);
}
for(var l in ignore) {
msg = msg.replace('#ignore_js_op '+l+'#', ignore[l]);
}
$(rlinkmsgid).innerHTML = msg;
}
function _updatesecqaa(idhash) {
if($('secqaa_' + idhash)) {
$('secqaaverify_' + idhash).value = '';
if(secST['qaa_' + idhash]) {
clearTimeout(secST['qaa_' + idhash]);
}
$('checksecqaaverify_' + idhash).innerHTML = '<img src="'+ IMGDIR + '/none.gif" width="16" height="16" class="vm" />';
ajaxget('misc.php?mod=secqaa&action=update&idhash=' + idhash, 'secqaa_' + idhash, null, '', '', function() {
secST['qaa_' + idhash] = setTimeout(function() {$('secqaa_' + idhash).innerHTML = '<span class="xi2 cur1" onclick="updatesecqaa(\''+idhash+'\')">刷新验证问答</span>';}, 180000);
});
}
}
function _updateseccode(idhash, play) {
if(isUndefined(play)) {
if($('seccode_' + idhash)) {
$('seccodeverify_' + idhash).value = '';
if(secST['code_' + idhash]) {
clearTimeout(secST['code_' + idhash]);
}
$('checkseccodeverify_' + idhash).innerHTML = '<img src="'+ IMGDIR + '/none.gif" width="16" height="16" class="vm" />';
ajaxget('misc.php?mod=seccode&action=update&idhash=' + idhash, 'seccode_' + idhash, null, '', '', function() {
secST['code_' + idhash] = setTimeout(function() {$('seccode_' + idhash).innerHTML = '<span class="xi2 cur1" onclick="updateseccode(\''+idhash+'\')">刷新验证码</span>';}, 180000);
});
}
} else {
eval('window.document.seccodeplayer_' + idhash + '.SetVariable("isPlay", "1")');
}
}
function _checksec(type, idhash, showmsg, recall) {
var showmsg = !showmsg ? 0 : showmsg;
var secverify = $('sec' + type + 'verify_' + idhash).value;
if(!secverify) {
return;
}
var x = new Ajax('XML', 'checksec' + type + 'verify_' + idhash);
x.loading = '';
$('checksec' + type + 'verify_' + idhash).innerHTML = '<img src="'+ IMGDIR + '/loading.gif" width="16" height="16" class="vm" />';
x.get('misc.php?mod=sec' + type + '&action=check&inajax=1&&idhash=' + idhash + '&secverify=' + (BROWSER.ie && document.charset == 'utf-8' ? encodeURIComponent(secverify) : secverify), function(s){
var obj = $('checksec' + type + 'verify_' + idhash);
obj.style.display = '';
if(s.substr(0, 7) == 'succeed') {
obj.innerHTML = '<img src="'+ IMGDIR + '/check_right.gif" width="16" height="16" class="vm" />';
if(showmsg) {
recall(1);
}
} else {
obj.innerHTML = '<img src="'+ IMGDIR + '/check_error.gif" width="16" height="16" class="vm" />';
if(showmsg) {
if(type == 'code') {
showError('验证码错误,请重新填写');
} else if(type == 'qaa') {
showError('验证问答错误,请重新填写');
}
recall(0);
}
}
});
}
function _setDoodle(fid, oid, url, tid, from) {
if(tid == null) {
hideWindow(fid);
} else {
$(tid).style.display = '';
$(fid).style.display = 'none';
}
var doodleText = '[img]'+url+'[/img]';
if($(oid) != null) {
if(from == "editor") {
insertImage(url);
} else if(from == "fastpost") {
seditor_insertunit('fastpost', doodleText);
} else if(from == "forumeditor") {
if(wysiwyg) {
insertText('<img src="' + url + '" border="0" alt="" />', false);
} else {
insertText(doodleText, strlen(doodleText), 0);
}
} else {
insertContent(oid, doodleText);
}
}
}
function _showdistrict(container, elems, totallevel, changelevel, containertype) {
var getdid = function(elem) {
var op = elem.options[elem.selectedIndex];
return op['did'] || op.getAttribute('did') || '0';
};
var pid = changelevel >= 1 && elems[0] && $(elems[0]) ? getdid($(elems[0])) : 0;
var cid = changelevel >= 2 && elems[1] && $(elems[1]) ? getdid($(elems[1])) : 0;
var did = changelevel >= 3 && elems[2] && $(elems[2]) ? getdid($(elems[2])) : 0;
var coid = changelevel >= 4 && elems[3] && $(elems[3]) ? getdid($(elems[3])) : 0;
var url = "home.php?mod=misc&ac=ajax&op=district&container="+container+"&containertype="+containertype
+"&province="+elems[0]+"&city="+elems[1]+"&district="+elems[2]+"&community="+elems[3]
+"&pid="+pid + "&cid="+cid+"&did="+did+"&coid="+coid+'&level='+totallevel+'&handlekey='+container+'&inajax=1'+(!changelevel ? '&showdefault=1' : '');
ajaxget(url, container, '');
}
function _copycode(obj) {
if(!obj) return false;
if(window.getSelection) {
var sel = window.getSelection();
if (sel.setBaseAndExtent) {
sel.setBaseAndExtent(obj, 0, obj, 1);
} else {
var rng = document.createRange();
rng.selectNodeContents(obj);
sel.addRange(rng);
}
} else {
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.select();
}
setCopy(BROWSER.ie ? obj.innerText.replace(/\r\n\r\n/g, '\r\n') : obj.textContent, '代码已复制到剪贴板');
}
function _setCopy(text, msg){
if(BROWSER.ie) {
var r = clipboardData.setData('Text', text);
if(r) {
if(msg) {
showPrompt(null, null, '<span>' + msg + '</span>', 1500);
}
} else {
showDialog('<div class="c"><div style="width: 200px; text-align: center;">复制失败,请选择“允许访问”</div></div>', 'alert');
}
} else {
var msg = '<div class="c"><div style="width: 200px; text-align: center; text-decoration:underline;">点此复制到剪贴板</div>' +
AC_FL_RunContent('id', 'clipboardswf', 'name', 'clipboardswf', 'devicefont', 'false', 'width', '200', 'height', '40', 'src', STATICURL + 'image/common/clipboard.swf', 'menu', 'false', 'allowScriptAccess', 'sameDomain', 'swLiveConnect', 'true', 'wmode', 'transparent', 'style' , 'margin-top:-20px') + '</div>';
showDialog(msg, 'info');
text = text.replace(/[\xA0]/g, ' ');
CLIPBOARDSWFDATA = text;
}
}
function _showselect(obj, inpid, t, rettype) {
var showselect_row = function (inpid, s, v, notime, rettype) {
if(v >= 0) {
if(!rettype) {
var notime = !notime ? 0 : 1;
var t = today.getTime();
t += 86400000 * v;
var d = new Date();
d.setTime(t);
var month = d.getMonth() + 1;
month = month < 10 ? '0' + month : month;
var day = d.getDate();
day = day < 10 ? '0' + day : day;
var hour = d.getHours();
hour = hour < 10 ? '0' + hour : hour;
var minute = d.getMinutes();
minute = minute < 10 ? '0' + minute : minute;
return '<a href="javascript:;" onclick="$(\'' + inpid + '\').value = \'' + d.getFullYear() + '-' + month + '-' + day + (!notime ? ' ' + hour + ':' + minute: '') + '\'">' + s + '</a>';
} else {
return '<a href="javascript:;" onclick="$(\'' + inpid + '\').value = \'' + v + '\'">' + s + '</a>';
}
} else if(v == -1) {
return '<a href="javascript:;" onclick="$(\'' + inpid + '\').focus()">' + s + '</a>';
} else if(v == -2) {
return '<a href="javascript:;" onclick="$(\'' + inpid + '\').onclick()">' + s + '</a>';
}
};
if(!obj.id) {
var t = !t ? 0 : t;
var rettype = !rettype ? 0 : rettype;
obj.id = 'calendarexp_' + Math.random();
div = document.createElement('div');
div.id = obj.id + '_menu';
div.style.display = 'none';
div.className = 'p_pop';
$('append_parent').appendChild(div);
s = '';
if(!t) {
s += showselect_row(inpid, '一天', 1, 0, rettype);
s += showselect_row(inpid, '一周', 7, 0, rettype);
s += showselect_row(inpid, '一个月', 30, 0, rettype);
s += showselect_row(inpid, '三个月', 90, 0, rettype);
s += showselect_row(inpid, '自定义', -2);
} else {
if($(t)) {
var lis = $(t).getElementsByTagName('LI');
for(i = 0;i < lis.length;i++) {
s += '<a href="javascript:;" onclick="$(\'' + inpid + '\').value = this.innerHTML;$(\''+obj.id+'_menu\').style.display=\'none\'">' + lis[i].innerHTML + '</a>';
}
s += showselect_row(inpid, '自定义', -1);
} else {
s += '<a href="javascript:;" onclick="$(\'' + inpid + '\').value = \'0\'">永久</a>';
s += showselect_row(inpid, '7 天', 7, 1, rettype);
s += showselect_row(inpid, '14 天', 14, 1, rettype);
s += showselect_row(inpid, '一个月', 30, 1, rettype);
s += showselect_row(inpid, '三个月', 90, 1, rettype);
s += showselect_row(inpid, '半年', 182, 1, rettype);
s += showselect_row(inpid, '一年', 365, 1, rettype);
s += showselect_row(inpid, '自定义', -1);
}
}
$(div.id).innerHTML = s;
}
showMenu({'ctrlid':obj.id,'evt':'click'});
if(BROWSER.ie && BROWSER.ie < 7) {
doane(event);
}
}
function _zoom(obj, zimg, nocover, pn, showexif) {
zimg = !zimg ? obj.src : zimg;
showexif = !parseInt(showexif) ? 0 : showexif;
if(!zoomstatus) {
window.open(zimg, '', '');
return;
}
if(!obj.id) obj.id = 'img_' + Math.random();
var faid = !obj.getAttribute('aid') ? 0 : obj.getAttribute('aid');
var menuid = 'imgzoom';
var menu = $(menuid);
var zoomid = menuid + '_zoom';
var imgtitle = !nocover && obj.title ? '<div class="imgzoom_title">' + obj.title + '</div>' +
(showexif ? '<div id="' + zoomid + '_exif" class="imgzoom_exif" onmouseover="this.className=\'imgzoom_exif imgzoom_exif_hover\'" onmouseout="this.className=\'imgzoom_exif\'"></div>' : '')
: '';
var cover = !nocover ? 1 : 0;
var pn = !pn ? 0 : 1;
var maxh = (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - 70;
var loadCheck = function (obj) {
if(obj.complete) {
var imgw = loading.width;
var imgh = loading.height;
var r = imgw / imgh;
var w = document.body.clientWidth * 0.95;
w = imgw > w ? w : imgw;
var h = w / r;
if(w < 100 & h < 100) {
$(menuid + '_waiting').style.display = 'none';
hideMenu();
return;
}
if(h > maxh) {
h = maxh;
w = h * r;
}
if($(menuid)) {
$(menuid).removeAttribute('top_');$(menuid).removeAttribute('left_');
clearTimeout($(menuid).getAttribute('timer'));
}
showimage(zimg, w, h, imgw, imgh);
if(showexif && faid) {
var x = new Ajax();
x.get('forum.php?mod=ajax&action=exif&aid=' + faid + '&inajax=1', function(s, x) {
if(s) {
$(zoomid + '_exif').style.display = '';
$(zoomid + '_exif').innerHTML = s;
} else {
$(zoomid + '_exif').style.display = 'none';
}
});
}
} else {
setTimeout(function () { loadCheck(loading); }, 100);
}
};
var showloading = function (zimg, pn) {
if(!pn) {
if(!$(menuid + '_waiting')) {
waiting = document.createElement('img');
waiting.id = menuid + '_waiting';
waiting.src = IMGDIR + '/imageloading.gif';
waiting.style.opacity = '0.8';
waiting.style.filter = 'alpha(opacity=80)';
waiting.style.position = 'absolute';
waiting.style.zIndex = '100000';
$('append_parent').appendChild(waiting);
}
}
$(menuid + '_waiting').style.display = '';
$(menuid + '_waiting').style.left = (document.body.clientWidth - 42) / 2 + 'px';
$(menuid + '_waiting').style.top = ((document.documentElement.clientHeight - 42) / 2 + Math.max(document.documentElement.scrollTop, document.body.scrollTop)) + 'px';
loading = new Image();
setTimeout(function () { loadCheck(loading); }, 100);
if(!pn) {
$(menuid + '_zoomlayer').style.display = 'none';
}
loading.src = zimg;
};
var adjustpn = function(h) {
h = h < 90 ? 90 : h;
if($('zimg_prev')) {
$('zimg_prev').style.height= parseInt(h) + 'px';
}
if($('zimg_next')) {
$('zimg_next').style.height= parseInt(h) + 'px';
}
};
var showimage = function (zimg, w, h, imgw, imgh) {
$(menuid + '_waiting').style.display = 'none';
$(menuid + '_zoomlayer').style.display = '';
$(menuid + '_img').style.width = 'auto';
$(menuid + '_img').style.height = 'auto';
$(menuid).style.width = (w < 300 ? 320 : w + 20) + 'px';
mheight = h + 63;
menu.style.height = mheight + 'px';
$(menuid + '_zoomlayer').style.height = (mheight < 120 ? 120 : mheight) + 'px';
$(menuid + '_img').innerHTML = '<img id="' + zoomid + '" src="' + zimg + '" width="' + w + '" height="' + h + '" w="' + imgw + '" h="' + imgh + '" />' + imgtitle;
if($(menuid + '_imglink')) {
$(menuid + '_imglink').href = zimg;
}
setMenuPosition('', menuid, '00');
adjustpn(h);
};
var adjustTimer = 0;
var adjustTimerCount = 0;
var wheelDelta = 0;
var clientX = 0;
var clientY = 0;
var adjust = function(e, a) {
if(BROWSER.ie && BROWSER.ie<7) {
} else {
if(adjustTimerCount) {
adjustTimer = (function(){
return setTimeout(function () {
adjustTimerCount++;
adjust(e);
}, 20);
})();
$(menuid).setAttribute('timer', adjustTimer);
if(adjustTimerCount > 17) {
clearTimeout(adjustTimer);
adjustTimerCount = 0;
doane();
}
} else if(!a) {
adjustTimerCount = 1;
if(adjustTimer) {
clearTimeout(adjustTimer);
adjust(e, a);
} else {
adjust(e, a);
}
doane();
}
}
var ele = $(zoomid);
if(!ele) {
return;
}
var imgw = ele.getAttribute('w');
var imgh = ele.getAttribute('h');
if(!a) {
e = e || window.event;
try {
if(e.altKey || e.shiftKey || e.ctrlKey) return;
} catch (e) {
e = {'wheelDelta':wheelDelta, 'clientX':clientX, 'clientY':clientY};
}
var step = 0;
if(e.wheelDelta <= 0 || e.detail > 0) {
if(ele.width - 1 <= 200 || ele.height - 1 <= 200) {
clearTimeout(adjustTimer);
adjustTimerCount = 0;
doane(e);return;
}
step = parseInt(imgw/ele.width)-4;
} else {
if(ele.width + 1 >= imgw*40) {
clearTimeout(adjustTimer);
adjustTimerCount = 0;
doane(e);return;
}
step = 4-parseInt(imgw/ele.width) || 2;
}
if(BROWSER.ie && BROWSER.ie<7) { step *= 5;}
wheelDelta = e.wheelDelta;
clientX = e.clientX;
clientY = e.clientY;
var ratio = 0;
if(imgw > imgh) {
ratio = step/ele.height;
ele.height += step;
ele.width = imgw*(ele.height/imgh);
} else if(imgw < imgh) {
ratio = step/ele.width;
ele.width += step;
ele.height = imgh*(ele.width/imgw);
}
if(BROWSER.ie && BROWSER.ie<7) {
setMenuPosition('', menuid, '00');
} else {
var menutop = parseFloat(menu.getAttribute('top_') || menu.style.top);
var menuleft = parseFloat(menu.getAttribute('left_') || menu.style.left);
var imgY = clientY - menutop - 39;
var imgX = clientX - menuleft - 10;
var newTop = (menutop - imgY*ratio) + 'px';
var newLeft = (menuleft - imgX*ratio) + 'px';
menu.style.top = newTop;
menu.style.left = newLeft;
menu.setAttribute('top_', newTop);
menu.setAttribute('left_', newLeft);
}
} else {
ele.width = imgw;
ele.height = imgh;
}
menu.style.width = (parseInt(ele.width < 300 ? 300 : parseInt(ele.width)) + 20) + 'px';
var mheight = (parseInt(ele.height) + 50);
menu.style.height = mheight + 'px';
$(menuid + '_zoomlayer').style.height = (mheight < 120 ? 120 : mheight) + 'px';
adjustpn(ele.height);
doane(e);
};
if(!menu && !pn) {
menu = document.createElement('div');
menu.id = menuid;
if(cover) {
menu.innerHTML = '<div class="zoominner" id="' + menuid + '_zoomlayer" style="display:none"><p><span class="y"><a id="' + menuid + '_imglink" class="imglink" target="_blank" title="在新窗口打开">在新窗口打开</a><a id="' + menuid + '_adjust" href="javascipt:;" class="imgadjust" title="实际大小">实际大小</a>' +
'<a href="javascript:;" onclick="hideMenu()" class="imgclose" title="关闭">关闭</a></span>鼠标滚轮缩放图片</p>' +
'<div class="zimg_p" id="' + menuid + '_picpage"></div><div class="hm" id="' + menuid + '_img"></div></div>';
} else {
menu.innerHTML = '<div class="popupmenu_popup" id="' + menuid + '_zoomlayer" style="width:auto"><span class="right y"><a href="javascript:;" onclick="hideMenu()" class="flbc" style="width:20px;margin:0 0 2px 0">关闭</a></span>鼠标滚轮缩放图片<div class="zimg_p" id="' + menuid + '_picpage"></div><div class="hm" id="' + menuid + '_img"></div></div>';
}
if(BROWSER.ie || BROWSER.chrome){
menu.onmousewheel = adjust;
} else {
menu.addEventListener('DOMMouseScroll', adjust, false);
}
$('append_parent').appendChild(menu);
if($(menuid + '_adjust')) {
$(menuid + '_adjust').onclick = function(e) {adjust(e, 1)};
}
}
showloading(zimg, pn);
picpage = '';
$(menuid + '_picpage').innerHTML = '';
if(typeof zoomgroup == 'object' && zoomgroup[obj.id] && typeof aimgcount == 'object' && aimgcount[zoomgroup[obj.id]]) {
authorimgs = aimgcount[zoomgroup[obj.id]];
var aid = obj.id.substr(5), authorlength = authorimgs.length, authorcurrent = '';
if(authorlength > 1) {
for(i = 0; i < authorlength;i++) {
if(aid == authorimgs[i]) {
authorcurrent = i;
}
}
if(authorcurrent !== '') {
paid = authorcurrent > 0 ? authorimgs[authorcurrent - 1] : authorimgs[authorlength - 1];
picpage += ' <div id="zimg_prev" onmouseover="dragMenuDisabled=true;this.style.backgroundPosition=\'0 50px\'" onmouseout="dragMenuDisabled=false;this.style.backgroundPosition=\'0 -100px\';" onclick="_zoom_page(\'' + paid + '\', ' + (showexif ? 1 : 0) + ')" class="zimg_prev"><strong>上一张</strong></div> ';
paid = authorcurrent < authorlength - 1 ? authorimgs[authorcurrent + 1] : authorimgs[0];
picpage += ' <div id="zimg_next" onmouseover="dragMenuDisabled=true;this.style.backgroundPosition=\'100% 50px\'" onmouseout="dragMenuDisabled=false;this.style.backgroundPosition=\'100% -100px\';" onclick="_zoom_page(\'' + paid + '\', ' + (showexif ? 1 : 0) + ')" class="zimg_next"><strong>下一张</strong></div> ';
}
if(picpage) {
$(menuid + '_picpage').innerHTML = picpage;
}
}
}
showMenu({'ctrlid':obj.id,'menuid':menuid,'duration':3,'pos':'00','cover':cover,'drag':menuid,'maxh':''});
}
function _zoom_page(paid, showexif) {
var imagesrc = $('aimg_' + paid).getAttribute('zoomfile') ? $('aimg_' + paid).getAttribute('zoomfile') : $('aimg_' + paid).getAttribute('file');
zoom($('aimg_' + paid), imagesrc, 0, 1, showexif ? 1 : 0);
}
function _switchTab(prefix, current, total, activeclass) {
activeclass = !activeclass ? 'a' : activeclass;
for(var i = 1; i <= total;i++) {
var classname = ' '+$(prefix + '_' + i).className+' ';
$(prefix + '_' + i).className = classname.replace(' '+activeclass+' ','').substr(1);
$(prefix + '_c_' + i).style.display = 'none';
}
$(prefix + '_' + current).className = $(prefix + '_' + current).className + ' '+activeclass;
$(prefix + '_c_' + current).style.display = '';
}
function _initTab(frameId, type) {
if (typeof document['diyform'] == 'object' || $(frameId).className.indexOf('tab') < 0) return false;
type = type || 'click';
var tabs = $(frameId+'_title').childNodes;
var arrTab = [];
for(var i in tabs) {
if (tabs[i]['nodeType'] == 1 && tabs[i]['className'].indexOf('move-span') > -1) {
arrTab.push(tabs[i]);
}
}
var counter = 0;
var tab = document.createElement('ul');
tab.className = 'tb cl';
var len = arrTab.length;
for(var i = 0;i < len; i++) {
var tabId = arrTab[i].id;
if (hasClass(arrTab[i],'frame') || hasClass(arrTab[i],'tab')) {
var arrColumn = [];
for (var j in arrTab[i].childNodes) {
if (typeof arrTab[i].childNodes[j] == 'object' && !hasClass(arrTab[i].childNodes[j],'title')) arrColumn.push(arrTab[i].childNodes[j]);
}
var frameContent = document.createElement('div');
frameContent.id = tabId+'_content';
frameContent.className = hasClass(arrTab[i],'frame') ? 'content cl '+arrTab[i].className.substr(arrTab[i].className.lastIndexOf(' ')+1) : 'content cl';
var colLen = arrColumn.length;
for (var k = 0; k < colLen; k++) {
frameContent.appendChild(arrColumn[k]);
}
} else {
var frameContent = $(tabId+'_content');
frameContent = frameContent || document.createElement('div');
}
frameContent.style.display = counter ? 'none' : '';
$(frameId+'_content').appendChild(frameContent);
var li = document.createElement('li');
li.id = tabId;
li.className = counter ? '' : 'a';
var reg = new RegExp('style=\"(.*?)\"', 'gi');
var matchs = '', style = '', imgs = '';
while((matchs = reg.exec(arrTab[i].innerHTML))) {
if(matchs[1].substr(matchs[1].length,1) != ';') {
matchs[1] += ';';
}
style += matchs[1];
}
style = style ? ' style="'+style+'"' : '';
reg = new RegExp('(<img.*?>)', 'gi');
while((matchs = reg.exec(arrTab[i].innerHTML))) {
imgs += matchs[1];
}
li.innerHTML = arrTab[i]['innerText'] ? arrTab[i]['innerText'] : arrTab[i]['textContent'];
var a = arrTab[i].getElementsByTagName('a');
var href = a && a[0] ? a[0].href : 'javascript:;';
var onclick = type == 'click' ? ' onclick="return false;"' : '';
li.innerHTML = '<a href="' + href + '"' + onclick + ' onfocus="this.blur();" ' + style + '>' + imgs + li.innerHTML + '</a>';
_attachEvent(li, type, switchTabUl);
tab.appendChild(li);
$(frameId+'_title').removeChild(arrTab[i]);
counter++;
}
$(frameId+'_title').appendChild(tab);
}
function switchTabUl (e) {
e = e || window.event;
var aim = e.target || e.srcElement;
var tabId = aim.id;
var parent = aim.parentNode;
while(parent['nodeName'] != 'UL' && parent['nodeName'] != 'BODY') {
tabId = parent.id;
parent = parent.parentNode;
}
if(parent['nodeName'] == 'BODY') return false;
var tabs = parent.childNodes;
var len2 = tabs.length;
for(var j = 0; j < len2; j++) {
tabs[j].className = (tabs[j].id == tabId) ? 'a' : '';
var content = $(tabs[j].id+'_content');
if (content) content.style.display = tabs[j].id == tabId ? '' : 'none';
}
}
function slideshow(el) {
var obj = this;
if(!el.id) el.id = Math.random();
if(typeof slideshow.entities == 'undefined') {
slideshow.entities = {};
}
this.id = el.id;
if(slideshow.entities[this.id]) return false;
slideshow.entities[this.id] = this;
this.slideshows = [];
this.slidebar = [];
this.slideother = [];
this.slidebarup = '';
this.slidebardown = '';
this.slidenum = 0;
this.slidestep = 0;
this.container = el;
this.imgs = [];
this.imgLoad = [];
this.imgLoaded = 0;
this.imgWidth = 0;
this.imgHeight = 0;
this.getMEvent = function(ele, value) {
value = !value ? 'mouseover' : value;
var mevent = !ele ? '' : ele.getAttribute('mevent');
mevent = (mevent == 'click' || mevent == 'mouseover') ? mevent : value;
return mevent;
};
this.slideshows = $C('slideshow', el);
this.slideshows = this.slideshows.length>0 ? this.slideshows[0].childNodes : null;
this.slidebar = $C('slidebar', el);
this.slidebar = this.slidebar.length>0 ? this.slidebar[0] : null;
this.barmevent = this.getMEvent(this.slidebar);
this.slideother = $C('slideother', el);
this.slidebarup = $C('slidebarup', el);
this.slidebarup = this.slidebarup.length>0 ? this.slidebarup[0] : null;
this.barupmevent = this.getMEvent(this.slidebarup, 'click');
this.slidebardown = $C('slidebardown', el);
this.slidebardown = this.slidebardown.length>0 ? this.slidebardown[0] : null;
this.bardownmevent = this.getMEvent(this.slidebardown, 'click');
this.slidenum = parseInt(this.container.getAttribute('slidenum'));
this.slidestep = parseInt(this.container.getAttribute('slidestep'));
this.timestep = parseInt(this.container.getAttribute('timestep'));
this.timestep = !this.timestep ? 2500 : this.timestep;
this.index = this.length = 0;
this.slideshows = !this.slideshows ? filterTextNode(el.childNodes) : filterTextNode(this.slideshows);
this.length = this.slideshows.length;
for(i=0; i<this.length; i++) {
this.slideshows[i].style.display = "none";
_attachEvent(this.slideshows[i], 'mouseover', function(){obj.stop();});
_attachEvent(this.slideshows[i], 'mouseout', function(){obj.goon();});
}
for(i=0, L=this.slideother.length; i<L; i++) {
for(var j=0;j<this.slideother[i].childNodes.length;j++) {
if(this.slideother[i].childNodes[j].nodeType == 1) {
this.slideother[i].childNodes[j].style.display = "none";
}
}
}
if(!this.slidebar) {
if(!this.slidenum && !this.slidestep) {
this.container.parentNode.style.position = 'relative';
this.slidebar = document.createElement('div');
this.slidebar.className = 'slidebar';
this.slidebar.style.position = 'absolute';
this.slidebar.style.top = '5px';
this.slidebar.style.left = '4px';
this.slidebar.style.display = 'none';
var html = '<ul>';
for(var i=0; i<this.length; i++) {
html += '<li on'+this.barmevent+'="slideshow.entities[' + this.id + '].xactive(' + i + '); return false;">' + (i + 1).toString() + '</li>';
}
html += '</ul>';
this.slidebar.innerHTML = html;
this.container.parentNode.appendChild(this.slidebar);
this.controls = this.slidebar.getElementsByTagName('li');
}
} else {
this.controls = filterTextNode(this.slidebar.childNodes);
for(i=0; i<this.controls.length; i++) {
if(this.slidebarup == this.controls[i] || this.slidebardown == this.controls[i]) continue;
_attachEvent(this.controls[i], this.barmevent, function(){slidexactive()});
_attachEvent(this.controls[i], 'mouseout', function(){obj.goon();});
}
}
if(this.slidebarup) {
_attachEvent(this.slidebarup, this.barupmevent, function(){slidexactive('up')});
}
if(this.slidebardown) {
_attachEvent(this.slidebardown, this.bardownmevent, function(){slidexactive('down')});
}
this.activeByStep = function(index) {
var showindex = 0,i = 0;
if(index == 'down') {
showindex = this.index + 1;
if(showindex > this.length) {
this.runRoll();
} else {
for (i = 0; i < this.slidestep; i++) {
if(showindex >= this.length) showindex = 0;
this.index = this.index - this.slidenum + 1;
if(this.index < 0) this.index = this.length + this.index;
this.active(showindex);
showindex++;
}
}
} else if (index == 'up') {
var tempindex = this.index;
showindex = this.index - this.slidenum;
if(showindex < 0) return false;
for (i = 0; i < this.slidestep; i++) {
if(showindex < 0) showindex = this.length - Math.abs(showindex);
this.active(showindex);
this.index = tempindex = tempindex - 1;
if(this.index <0) this.index = this.length - 1;
showindex--;
}
}
return false;
};
this.active = function(index) {
this.slideshows[this.index].style.display = "none";
this.slideshows[index].style.display = "block";
if(this.controls && this.controls.length > 0) {
this.controls[this.index].className = '';
this.controls[index].className = 'on';
}
for(var i=0,L=this.slideother.length; i<L; i++) {
this.slideother[i].childNodes[this.index].style.display = "none";
this.slideother[i].childNodes[index].style.display = "block";
}
this.index = index;
};
this.xactive = function(index) {
if(!this.slidenum && !this.slidestep) {
this.stop();
if(index == 'down') index = this.index == this.length-1 ? 0 : this.index+1;
if(index == 'up') index = this.index == 0 ? this.length-1 : this.index-1;
this.active(index);
} else {
this.activeByStep(index);
}
};
this.goon = function() {
this.stop();
var curobj = this;
this.timer = setTimeout(function () {
curobj.run();
}, this.timestep);
};
this.stop = function() {
clearTimeout(this.timer);
};
this.run = function() {
var index = this.index + 1 < this.length ? this.index + 1 : 0;
if(!this.slidenum && !this.slidestep) {
this.active(index);
} else {
this.activeByStep('down');
}
var ss = this;
this.timer = setTimeout(function(){
ss.run();
}, this.timestep);
};
this.runRoll = function() {
for(var i = 0; i < this.slidenum; i++) {
if(this.slideshows[i] && typeof this.slideshows[i].style != 'undefined') this.slideshows[i].style.display = 'block';
for(var j=0,L=this.slideother.length; j<L; j++) {
this.slideother[j].childNodes[i].style.display = 'block';
}
}
this.index = this.slidenum - 1;
};
var imgs = this.slideshows.length ? this.slideshows[0].parentNode.getElementsByTagName('img') : [];
for(i=0, L=imgs.length; i<L; i++) {
this.imgs.push(imgs[i]);
this.imgLoad.push(new Image());
this.imgLoad[i].onerror = function (){obj.imgLoaded ++;};
this.imgLoad[i].src = this.imgs[i].src;
}
this.getSize = function () {
if(this.imgs.length == 0) return false;
var img = this.imgs[0];
this.imgWidth = img.width ? parseInt(img.width) : 0;
this.imgHeight = img.height ? parseInt(img.height) : 0;
var ele = img.parentNode;
while ((!this.imgWidth || !this.imgHeight) && !hasClass(ele,'slideshow') && ele != document.body) {
this.imgWidth = ele.style.width ? parseInt(ele.style.width) : 0;
this.imgHeight = ele.style.height ? parseInt(ele.style.height) : 0;
ele = ele.parentNode;
}
return true;
};
this.getSize();
this.checkLoad = function () {
var obj = this;
this.container.style.display = 'block';
for(i = 0;i < this.imgs.length;i++) {
if(this.imgLoad[i].complete && !this.imgLoad[i].status) {
this.imgLoaded++;
this.imgLoad[i].status = 1;
}
}
var percentEle = $(this.id+'_percent');
if(this.imgLoaded < this.imgs.length) {
if (!percentEle) {
var dom = document.createElement('div');
dom.id = this.id+"_percent";
dom.style.width = this.imgWidth ? this.imgWidth+'px' : '150px';
dom.style.height = this.imgHeight ? this.imgHeight+'px' : '150px';
dom.style.lineHeight = this.imgHeight ? this.imgHeight+'px' : '150px';
dom.style.backgroundColor = '#ccc';
dom.style.textAlign = 'center';
dom.style.top = '0';
dom.style.left = '0';
dom.style.marginLeft = 'auto';
dom.style.marginRight = 'auto';
this.slideshows[0].parentNode.appendChild(dom);
percentEle = dom;
}
el.parentNode.style.position = 'relative';
percentEle.innerHTML = (parseInt(this.imgLoaded / this.imgs.length * 100)) + '%';
setTimeout(function () {obj.checkLoad();}, 100);
} else {
if (percentEle) percentEle.parentNode.removeChild(percentEle);
if(this.slidebar) this.slidebar.style.display = '';
this.index = this.length - 1 < 0 ? 0 : this.length - 1;
if(this.slideshows.length > 0) {
if(!this.slidenum || !this.slidestep) {
this.run();
} else {
this.runRoll();
}
}
}
};
this.checkLoad();
}
function slidexactive(step) {
var e = getEvent();
var aim = e.target || e.srcElement;
var parent = aim.parentNode;
var xactivei = null, slideboxid = null,currentslideele = null;
currentslideele = hasClass(aim, 'slidebarup') || hasClass(aim, 'slidebardown') || hasClass(parent, 'slidebar') ? aim : null;
while(parent && parent != document.body) {
if(!currentslideele && hasClass(parent, 'slidebar')) {
currentslideele = parent;
}
if(!currentslideele && (hasClass(parent, 'slidebarup') || hasClass(parent, 'slidebardown'))) {
currentslideele = parent;
}
if(hasClass(parent, 'slidebox')) {
slideboxid = parent.id;
break;
}
parent = parent.parentNode;
}
var slidebar = $C('slidebar', parent);
var children = slidebar.length == 0 ? [] : filterTextNode(slidebar[0].childNodes);
if(currentslideele && (hasClass(currentslideele, 'slidebarup') || hasClass(currentslideele, 'slidebardown'))) {
xactivei = step;
} else {
for(var j=0,i=0,L=children.length;i<L;i++){
if(currentslideele && children[i] == currentslideele) {
xactivei = j;
break;
}
if(!hasClass(children[i], 'slidebarup') && !hasClass(children[i], 'slidebardown')) j++;
}
}
if(slideboxid != null && xactivei != null) slideshow.entities[slideboxid].xactive(xactivei);
}
function filterTextNode(list) {
var newlist = [];
for(var i=0; i<list.length; i++) {
if (list[i].nodeType == 1) {
newlist.push(list[i]);
}
}
return newlist;
}
function _runslideshow() {
var slideshows = $C('slidebox');
for(var i=0,L=slideshows.length; i<L; i++) {
new slideshow(slideshows[i]);
}
}
function _showTip(ctrlobj) {
if(!ctrlobj.id) {
ctrlobj.id = 'tip_' + Math.random();
}
menuid = ctrlobj.id + '_menu';
if(!$(menuid)) {
var div = document.createElement('div');
div.id = ctrlobj.id + '_menu';
div.className = 'tip tip_4';
div.style.display = 'none';
div.innerHTML = '<div class="tip_horn"></div><div class="tip_c">' + ctrlobj.getAttribute('tip') + '</div>';
$('append_parent').appendChild(div);
}
$(ctrlobj.id).onmouseout = function () { hideMenu('', 'prompt'); };
showMenu({'mtype':'prompt','ctrlid':ctrlobj.id,'pos':'12!','duration':2,'zindex':JSMENU['zIndex']['prompt']});
}
function _showPrompt(ctrlid, evt, msg, timeout) {
var menuid = ctrlid ? ctrlid + '_pmenu' : 'ntcwin';
var duration = timeout ? 0 : 3;
if($(menuid)) {
$(menuid).parentNode.removeChild($(menuid));
}
var div = document.createElement('div');
div.id = menuid;
div.className = ctrlid ? 'tip tip_js' : 'ntcwin';
div.style.display = 'none';
$('append_parent').appendChild(div);
if(ctrlid) {
msg = '<div id="' + ctrlid + '_prompt"><div class="tip_horn"></div><div class="tip_c">' + msg + '</div>';
} else {
msg = '<table cellspacing="0" cellpadding="0" class="popupcredit"><tr><td class="pc_l"> </td><td class="pc_c"><div class="pc_inner">' + msg +
'</td><td class="pc_r"> </td></tr></table>';
}
div.innerHTML = msg;
if(ctrlid) {
if(!timeout) {
evt = 'click';
}
if($(ctrlid)) {
if($(ctrlid).evt !== false) {
var prompting = function() {
showMenu({'mtype':'prompt','ctrlid':ctrlid,'evt':evt,'menuid':menuid,'pos':'210'});
};
if(evt == 'click') {
$(ctrlid).onclick = prompting;
} else {
$(ctrlid).onmouseover = prompting;
}
}
showMenu({'mtype':'prompt','ctrlid':ctrlid,'evt':evt,'menuid':menuid,'pos':'210','duration':duration,'timeout':timeout,'zindex':JSMENU['zIndex']['prompt']});
$(ctrlid).unselectable = false;
}
} else {
showMenu({'mtype':'prompt','pos':'00','menuid':menuid,'duration':duration,'timeout':timeout,'zindex':JSMENU['zIndex']['prompt']});
$(menuid).style.top = (parseInt($(menuid).style.top) - 100) + 'px';
}
}
function _showCreditPrompt() {
var notice = getcookie('creditnotice').split('D');
var basev = getcookie('creditbase').split('D');
var creditrule = decodeURI(getcookie('creditrule', 1)).replace(String.fromCharCode(9), ' ');
if(!discuz_uid || notice.length < 2 || notice[9] != discuz_uid) {
setcookie('creditnotice', '');
setcookie('creditrule', '');
return;
}
var creditnames = creditnotice.split(',');
var creditinfo = [];
var e;
for(var i = 0; i < creditnames.length; i++) {
e = creditnames[i].split('|');
creditinfo[e[0]] = [e[1], e[2]];
}
creditShow(creditinfo, notice, basev, 0, 1, creditrule);
}
function creditShow(creditinfo, notice, basev, bk, first, creditrule) {
var s = '', check = 0;
for(i = 1; i <= 8; i++) {
v = parseInt(Math.abs(parseInt(notice[i])) / 5) + 1;
if(notice[i] !== '0' && creditinfo[i]) {
s += '<span>' + creditinfo[i][0] + (notice[i] != 0 ? (notice[i] > 0 ? '<em>+' : '<em class="desc">') + notice[i] + '</em>' : '') + creditinfo[i][1] + '</span>';
}
if(notice[i] > 0) {
notice[i] = parseInt(notice[i]) - v;
basev[i] = parseInt(basev[i]) + v;
} else if(notice[i] < 0) {
notice[i] = parseInt(notice[i]) + v;
basev[i] = parseInt(basev[i]) - v;
}
if($('hcredit_' + i)) {
$('hcredit_' + i).innerHTML = basev[i];
}
}
for(i = 1; i <= 8; i++) {
if(notice[i] != 0) {
check = 1;
}
}
if(!s || first) {
setcookie('creditnotice', '');
setcookie('creditbase', '');
setcookie('creditrule', '');
if(!s) {
return;
}
}
if(!$('creditpromptdiv')) {
showPrompt(null, null, '<div id="creditpromptdiv">' + (creditrule ? '<i>' + creditrule + '</i> ' : '') + s + '</div>', 0);
} else {
$('creditpromptdiv').innerHTML = s;
}
setTimeout(function () {hideMenu(1, 'prompt');$('append_parent').removeChild($('ntcwin'));}, 1500);
}
function _showColorBox(ctrlid, layer, k, bgcolor) {
var tag1 = !bgcolor ? 'color' : 'backcolor', tag2 = !bgcolor ? 'forecolor' : 'backcolor';
if(!$(ctrlid + '_menu')) {
var menu = document.createElement('div');
menu.id = ctrlid + '_menu';
menu.className = 'p_pop colorbox';
menu.unselectable = true;
menu.style.display = 'none';
var coloroptions = ['Black', 'Sienna', 'DarkOliveGreen', 'DarkGreen', 'DarkSlateBlue', 'Navy', 'Indigo', 'DarkSlateGray', 'DarkRed', 'DarkOrange', 'Olive', 'Green', 'Teal', 'Blue', 'SlateGray', 'DimGray', 'Red', 'SandyBrown', 'YellowGreen', 'SeaGreen', 'MediumTurquoise', 'RoyalBlue', 'Purple', 'Gray', 'Magenta', 'Orange', 'Yellow', 'Lime', 'Cyan', 'DeepSkyBlue', 'DarkOrchid', 'Silver', 'Pink', 'Wheat', 'LemonChiffon', 'PaleGreen', 'PaleTurquoise', 'LightBlue', 'Plum', 'White'];
var colortexts = ['黑色', '赭色', '暗橄榄绿色', '暗绿色', '暗灰蓝色', '海军色', '靛青色', '墨绿色', '暗红色', '暗桔黄色', '橄榄色', '绿色', '水鸭色', '蓝色', '灰石色', '暗灰色', '红色', '沙褐色', '黄绿色', '海绿色', '间绿宝石', '皇家蓝', '紫色', '灰色', '红紫色', '橙色', '黄色', '酸橙色', '青色', '深天蓝色', '暗紫色', '银色', '粉色', '浅黄色', '柠檬绸色', '苍绿色', '苍宝石绿', '亮蓝色', '洋李色', '白色'];
var str = '';
for(var i = 0; i < 40; i++) {
str += '<input type="button" style="background-color: ' + coloroptions[i] + '"' + (typeof setEditorTip == 'function' ? ' onmouseover="setEditorTip(\'' + colortexts[i] + '\')" onmouseout="setEditorTip(\'\')"' : '') + ' onclick="'
+ (typeof wysiwyg == 'undefined' ? 'seditor_insertunit(\'' + k + '\', \'[' + tag1 + '=' + coloroptions[i] + ']\', \'[/' + tag1 + ']\')' : (ctrlid == editorid + '_tbl_param_4' ? '$(\'' + ctrlid + '\').value=\'' + coloroptions[i] + '\';hideMenu(2)' : 'discuzcode(\'' + tag2 + '\', \'' + coloroptions[i] + '\')'))
+ '" title="' + colortexts[i] + '" />' + (i < 39 && (i + 1) % 8 == 0 ? '<br />' : '');
}
menu.innerHTML = str;
$('append_parent').appendChild(menu);
}
showMenu({'ctrlid':ctrlid,'evt':'click','layer':layer});
}
function _toggle_collapse(objname, noimg, complex, lang) {
var obj = $(objname);
if(obj) {
obj.style.display = obj.style.display == '' ? 'none' : '';
var collapsed = getcookie('collapse');
collapsed = updatestring(collapsed, objname, !obj.style.display);
setcookie('collapse', collapsed, (collapsed ? 2592000 : -2592000));
}
if(!noimg) {
var img = $(objname + '_img');
if(img.tagName != 'IMG') {
if(img.className.indexOf('_yes') == -1) {
img.className = img.className.replace(/_no/, '_yes');
if(lang) {
img.innerHTML = lang[0];
}
} else {
img.className = img.className.replace(/_yes/, '_no');
if(lang) {
img.innerHTML = lang[1];
}
}
} else {
img.src = img.src.indexOf('_yes.gif') == -1 ? img.src.replace(/_no\.gif/, '_yes\.gif') : img.src.replace(/_yes\.gif/, '_no\.gif');
}
img.blur();
}
if(complex) {
var objc = $(objname + '_c');
if(objc) {
objc.className = objc.className == 'umh' ? 'umh umn' : 'umh';
}
}
}
function _extstyle(css) {
if(!$('css_extstyle')) {
loadcss('extstyle');
}
$('css_extstyle').href = css ? css + '/style.css' : STATICURL + 'image/common/extstyle_none.css';
currentextstyle = css;
setcookie('extstyle', css, 86400 * 30);
if($('css_widthauto') && !$('css_widthauto').disabled) {
CSSLOADED['widthauto'] = 0;
loadcss('widthauto');
}
}
function _widthauto(obj) {
if($('css_widthauto')) {
CSSLOADED['widthauto'] = 1;
}
if(!CSSLOADED['widthauto'] || $('css_widthauto').disabled) {
if(!CSSLOADED['widthauto']) {
loadcss('widthauto');
} else {
$('css_widthauto').disabled = false;
}
HTMLNODE.className += ' widthauto';
setcookie('widthauto', 1, 86400 * 30);
obj.innerHTML = '切换到窄版';
} else {
$('css_widthauto').disabled = true;
HTMLNODE.className = HTMLNODE.className.replace(' widthauto', '');
setcookie('widthauto', -1, 86400 * 30);
obj.innerHTML = '切换到宽版';
}
hideMenu();
}
function _showCreditmenu() {
if(!$('extcreditmenu_menu')) {
menu = document.createElement('div');
menu.id = 'extcreditmenu_menu';
menu.style.display = 'none';
menu.className = 'p_pop';
menu.innerHTML = '<div class="p_opt"><img src="'+ IMGDIR + '/loading.gif" width="16" height="16" class="vm" /> 请稍候...</div>';
$('append_parent').appendChild(menu);
ajaxget($('extcreditmenu').href, 'extcreditmenu_menu', 'ajaxwaitid');
}
showMenu({'ctrlid':'extcreditmenu','ctrlclass':'a','duration':1});
}
function _showForummenu(fid) {
if(!$('fjump_menu')) {
fid = !fid ? 0 : fid;
menu = document.createElement('div');
menu.id = 'fjump_menu';
menu.style.display = 'none';
menu.className = 'p_pop';
menu.innerHTML = '<div class="p_opt"><img src="'+ IMGDIR + '/loading.gif" width="16" height="16" class="vm" /> 请稍候...</div>';
$('append_parent').appendChild(menu);
ajaxget('forum.php?mod=ajax&action=forumjump&jfid=' + fid, 'fjump_menu', 'ajaxwaitid');
}
showMenu({'ctrlid':'fjump','ctrlclass':'a','duration':2});
}
function _imageRotate(imgid, direct) {
var image = $(imgid);
if(!image.getAttribute('deg')) {
var deg = 0;
image.setAttribute('ow', image.width);
image.setAttribute('oh', image.height);
if(BROWSER.ie) {
image.setAttribute('om', parseInt(image.currentStyle.marginBottom));
}
} else {
var deg = parseInt(image.getAttribute('deg'));
}
var ow = image.getAttribute('ow');
var oh = image.getAttribute('oh');
deg = direct == 1 ? deg - 90 : deg + 90;
if(deg > 270) {
deg = 0;
} else if(deg < 0) {
deg = 270;
}
image.setAttribute('deg', deg);
if(BROWSER.ie) {
if(!isNaN(image.getAttribute('om'))) {
image.style.marginBottom = (image.getAttribute('om') + (BROWSER.ie < 8 ? 0 : (deg == 90 || deg == 270 ? Math.abs(ow - oh) : 0))) + 'px';
}
image.style.filter = 'progid:DXImageTransform.Microsoft.BasicImage(rotation=' + (deg / 90) + ')';
} else {
switch(deg) {
case 90:var cow = oh, coh = ow, cx = 0, cy = -oh;break;
case 180:var cow = ow, coh = oh, cx = -ow, cy = -oh;break;
case 270:var cow = oh, coh = ow, cx = -ow, cy = 0;break;
}
var canvas = $(image.getAttribute('canvasid'));
if(!canvas) {
var i = document.createElement("canvas");
i.id = 'canva_' + Math.random();
image.setAttribute('canvasid', i.id);
image.parentNode.insertBefore(i, image);
canvas = $(i.id);
}
if(deg) {
var canvasContext = canvas.getContext('2d');
canvas.setAttribute('width', cow);
canvas.setAttribute('height', coh);
canvasContext.rotate(deg * Math.PI / 180);
canvasContext.drawImage(image, cx, cy, ow, oh);
image.style.display = 'none';
canvas.style.display = '';
} else {
image.style.display = '';
canvas.style.display = 'none';
}
}
}
function _createPalette(colorid, id, func) {
var iframe = "<iframe name=\"c"+colorid+"_frame\" src=\"\" frameborder=\"0\" width=\"210\" height=\"148\" scrolling=\"no\"></iframe>";
if (!$("c"+colorid+"_menu")) {
var dom = document.createElement('span');
dom.id = "c"+colorid+"_menu";
dom.style.display = 'none';
dom.innerHTML = iframe;
$('append_parent').appendChild(dom);
}
func = !func ? '' : '|' + func;
window.frames["c"+colorid+"_frame"].location.href = SITEURL+STATICURL+"image/admincp/getcolor.htm?c"+colorid+"|"+id+func;
showMenu({'ctrlid':'c'+colorid});
var iframeid = "c"+colorid+"_menu";
_attachEvent(window, 'scroll', function(){hideMenu(iframeid);});
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum_moderate.js 26484 2011-12-14 02:08:03Z svn_project_zhangjie $
*/
function modaction(action, pid, extra, mod) {
if(!action) {
return;
}
var mod = mod ? mod : 'forum.php?mod=topicadmin';
var extra = !extra ? '' : '&' + extra;
if(!pid && in_array(action, ['delpost', 'banpost'])) {
var checked = 0;
var pid = '';
for(var i = 0; i < $('modactions').elements.length; i++) {
if($('modactions').elements[i].name.match('topiclist')) {
checked = 1;
break;
}
}
} else {
var checked = 1;
}
if(!checked) {
alert('请选择需要操作的帖子');
} else {
$('modactions').action = mod + '&action='+ action +'&fid=' + fid + '&tid=' + tid + '&handlekey=mods&infloat=yes&nopost=yes' + (!pid ? '' : '&topiclist[]=' + pid) + extra + '&r' + Math.random();
showWindow('mods', 'modactions', 'post');
if(BROWSER.ie) {
doane(event);
}
hideMenu();
}
}
function modthreads(optgroup, operation) {
var operation = !operation ? '' : operation;
$('modactions').action = 'forum.php?mod=topicadmin&action=moderate&fid=' + fid + '&moderate[]=' + tid + '&handlekey=mods&infloat=yes&nopost=yes' + (optgroup != 3 && optgroup != 2 ? '&from=' + tid : '');
$('modactions').optgroup.value = optgroup;
$('modactions').operation.value = operation;
hideWindow('mods');
showWindow('mods', 'modactions', 'post', 0);
if(BROWSER.ie) {
doane(event);
}
}
function pidchecked(obj) {
if(obj.checked) {
try {
var inp = document.createElement('<input name="topiclist[]" />');
} catch(e) {
try {
var inp = document.createElement('input');
inp.name = 'topiclist[]';
} catch(e) {
return;
}
}
inp.id = 'topiclist_' + obj.value;
inp.value = obj.value;
inp.type = 'hidden';
$('modactions').appendChild(inp);
} else {
$('modactions').removeChild($('topiclist_' + obj.value));
}
}
var modclickcount = 0;
function modclick(obj, pid) {
if(obj.checked) {
modclickcount++;
} else {
modclickcount--;
}
$('mdct').innerHTML = modclickcount;
if(modclickcount > 0) {
var offset = fetchOffset(obj);
$('mdly').style.top = offset['top'] - 65 + 'px';
$('mdly').style.left = offset['left'] - 215 + 'px';
$('mdly').style.display = '';
} else {
$('mdly').style.display = 'none';
}
}
function resetmodcount() {
modclickcount = 0;
$('mdly').style.display = 'none';
}
function tmodclick(obj) {
if(obj.checked) {
modclickcount++;
} else {
modclickcount--;
}
$('mdct').innerHTML = modclickcount;
if(modclickcount > 0) {
var top_offset = obj.offsetTop;
while((obj = obj.offsetParent).id != 'threadlist') {
top_offset += obj.offsetTop;
}
$('mdly').style.top = top_offset - 7 + 'px';
$('mdly').style.display = '';
} else {
$('mdly').style.display = 'none';
}
}
function tmodthreads(optgroup, operation) {
var checked = 0;
var operation = !operation ? '' : operation;
for(var i = 0; i < $('moderate').elements.length; i++) {
if($('moderate').elements[i].name.match('moderate') && $('moderate').elements[i].checked) {
checked = 1;
break;
}
}
if(!checked) {
alert('请选择需要操作的帖子');
} else {
$('moderate').optgroup.value = optgroup;
$('moderate').operation.value = operation;
hideWindow('mods');
showWindow('mods', 'moderate', 'post', 0);
}
}
function getthreadclass() {
var fid = $('fid');
if(fid) {
ajaxget('forum.php?mod=ajax&action=getthreadclass&fid=' + fid.value, 'threadclass', null, null, null, showthreadclass);
}
}
function showthreadclass() {
try{
$('append_parent').removeChild($('typeid_ctrl_menu'));
}catch(e) {}
simulateSelect('typeid');
}
loadcss('forum_moderator'); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: seditor.js 28601 2012-03-06 02:49:55Z monkey $
*/
function seditor_showimgmenu(seditorkey) {
var imgurl = $(seditorkey + '_image_param_1').value;
var width = parseInt($(seditorkey + '_image_param_2').value);
var height = parseInt($(seditorkey + '_image_param_3').value);
var extparams = '';
if(width || height) {
extparams = '=' + width + ',' + height
}
seditor_insertunit(seditorkey, '[img' + extparams + ']' + imgurl, '[/img]', null, 1);
$(seditorkey + '_image_param_1').value = '';
hideMenu();
}
function seditor_menu(seditorkey, tag) {
var sel = false;
if(!isUndefined($(seditorkey + 'message').selectionStart)) {
sel = $(seditorkey + 'message').selectionEnd - $(seditorkey + 'message').selectionStart;
} else if(document.selection && document.selection.createRange) {
$(seditorkey + 'message').focus();
var sel = document.selection.createRange();
$(seditorkey + 'message').sel = sel;
sel = sel.text ? true : false;
}
if(sel) {
seditor_insertunit(seditorkey, '[' + tag + ']', '[/' + tag + ']');
return;
}
var ctrlid = seditorkey + tag;
var menuid = ctrlid + '_menu';
if(!$(menuid)) {
switch(tag) {
case 'at':
curatli = 0;
atsubmitid = ctrlid + '_submit';
setTimeout(function() {atFilter('', 'at_list','atListSet');$('atkeyword').focus();}, 100);
str = '请输用户名:<br /><input type="text" id="atkeyword" style="width:240px" value="" class="px" onkeydown="atFilter(this.value, \'at_list\',\'atListSet\',event);" /><div class="p_pop" id="at_list" style="width:250px;"><ul><li>@朋友账号,就能提醒他来看帖子</li></ul></div>';
submitstr = 'seditor_insertunit(\'' + seditorkey + '\', \'@\' + $(\'atkeyword\').value.replace(/<\\/?b>/g, \'\')+\' \'); hideMenu();';
break;
case 'url':
str = '请输入链接地址:<br /><input type="text" id="' + ctrlid + '_param_1" sautocomplete="off" style="width: 98%" value="" class="px" />' +
'<br />请输入链接文字:<br /><input type="text" id="' + ctrlid + '_param_2" style="width: 98%" value="" class="px" />';
submitstr = "$('" + ctrlid + "_param_2').value !== '' ? seditor_insertunit('" + seditorkey + "', '[url='+seditor_squarestrip($('" + ctrlid + "_param_1').value)+']'+$('" + ctrlid + "_param_2').value, '[/url]', null, 1) : seditor_insertunit('" + seditorkey + "', '[url]'+$('" + ctrlid + "_param_1').value, '[/url]', null, 1);hideMenu();";
break;
case 'code':
case 'quote':
var tagl = {'quote' : '请输入要插入的引用', 'code' : '请输入要插入的代码'};
str = tagl[tag] + ':<br /><textarea id="' + ctrlid + '_param_1" style="width: 98%" cols="50" rows="5" class="txtarea"></textarea>';
submitstr = "seditor_insertunit('" + seditorkey + "', '[" + tag + "]'+$('" + ctrlid + "_param_1').value, '[/" + tag + "]', null, 1);hideMenu();";
break;
case 'img':
str = '请输入图片地址:<br /><input type="text" id="' + ctrlid + '_param_1" style="width: 98%" value="" class="px" onchange="loadimgsize(this.value, \'' + seditorkey + '\',\'' + tag + '\')" />' +
'<p class="mtm">宽(可选): <input type="text" id="' + ctrlid + '_param_2" style="width: 15%" value="" class="px" /> ' +
'高(可选): <input type="text" id="' + ctrlid + '_param_3" style="width: 15%" value="" class="px" /></p>';
submitstr = "seditor_insertunit('" + seditorkey + "', '[img' + ($('" + ctrlid + "_param_2').value !== '' && $('" + ctrlid + "_param_3').value !== '' ? '='+$('" + ctrlid + "_param_2').value+','+$('" + ctrlid + "_param_3').value : '')+']'+seditor_squarestrip($('" + ctrlid + "_param_1').value), '[/img]', null, 1);hideMenu();";
break;
}
var menu = document.createElement('div');
menu.id = menuid;
menu.style.display = 'none';
menu.className = 'p_pof upf';
menu.style.width = '270px';
$('append_parent').appendChild(menu);
menu.innerHTML = '<span class="y"><a onclick="hideMenu()" class="flbc" href="javascript:;">关闭</a></span><div class="p_opt cl"><form onsubmit="' + submitstr + ';return false;" autocomplete="off"><div>' + str + '</div><div class="pns mtn"><button type="submit" id="' + ctrlid + '_submit" class="pn pnc"><strong>提交</strong></button><button type="button" onClick="hideMenu()" class="pn"><em>取消</em></button></div></form></div>';
}
showMenu({'ctrlid':ctrlid,'evt':'click','duration':3,'cache':0,'drag':1});
}
function seditor_squarestrip(str) {
str = str.replace('[', '%5B');
str = str.replace(']', '%5D');
return str;
}
function seditor_insertunit(key, text, textend, moveend, selappend) {
if($(key + 'message')) {
$(key + 'message').focus();
}
textend = isUndefined(textend) ? '' : textend;
moveend = isUndefined(textend) ? 0 : moveend;
selappend = isUndefined(selappend) ? 1 : selappend;
startlen = strlen(text);
endlen = strlen(textend);
if(!isUndefined($(key + 'message').selectionStart)) {
if(selappend) {
var opn = $(key + 'message').selectionStart + 0;
if(textend != '') {
text = text + $(key + 'message').value.substring($(key + 'message').selectionStart, $(key + 'message').selectionEnd) + textend;
}
$(key + 'message').value = $(key + 'message').value.substr(0, $(key + 'message').selectionStart) + text + $(key + 'message').value.substr($(key + 'message').selectionEnd);
if(!moveend) {
$(key + 'message').selectionStart = opn + strlen(text) - endlen;
$(key + 'message').selectionEnd = opn + strlen(text) - endlen;
}
} else {
text = text + textend;
$(key + 'message').value = $(key + 'message').value.substr(0, $(key + 'message').selectionStart) + text + $(key + 'message').value.substr($(key + 'message').selectionEnd);
}
} else if(document.selection && document.selection.createRange) {
var sel = document.selection.createRange();
if(!sel.text.length && $(key + 'message').sel) {
sel = $(key + 'message').sel;
$(key + 'message').sel = null;
}
if(selappend) {
if(textend != '') {
text = text + sel.text + textend;
}
sel.text = text.replace(/\r?\n/g, '\r\n');
if(!moveend) {
sel.moveStart('character', -endlen);
sel.moveEnd('character', -endlen);
}
sel.select();
} else {
sel.text = text + textend;
}
} else {
$(key + 'message').value += text;
}
hideMenu(2);
if(BROWSER.ie) {
doane();
}
}
function seditor_ctlent(event, script) {
if(event.ctrlKey && event.keyCode == 13 || event.altKey && event.keyCode == 83) {
eval(script);
}
}
function loadimgsize(imgurl, editor, p) {
var editor = !editor ? editorid : editor;
var s = new Object();
var p = !p ? '_image' : p;
s.img = new Image();
s.img.src = imgurl;
s.loadCheck = function () {
if(s.img.complete) {
$(editor + p + '_param_2').value = s.img.width ? s.img.width : '';
$(editor + p + '_param_3').value = s.img.height ? s.img.height : '';
} else {
setTimeout(function () {s.loadCheck();}, 100);
}
};
s.loadCheck();
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: logging.js 23838 2011-08-11 06:51:58Z monkey $
*/
function lsSubmit(op) {
var op = !op ? 0 : op;
if(op) {
$('lsform').cookietime.value = 2592000;
}
if($('ls_username').value == '' || $('ls_password').value == '') {
showWindow('login', 'member.php?mod=logging&action=login' + (op ? '&cookietime=1' : ''));
} else {
ajaxpost('lsform', 'return_ls', 'return_ls');
}
return false;
}
function errorhandle_ls(str, param) {
if(!param['type']) {
showError(str);
}
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: portal_diy_data.js 24360 2011-09-14 08:38:06Z zhangguosheng $
*/
var drag = new Drag();
drag.extend({
'getBlocksTimer' : '',
'blocks' : [],
'blockDefaultClass' : [],
'frameDefaultClass' : [],
setSampleMenu : function () {
this.addMenu('block', '数据', 'drag.openBlockEdit(event,"data")');
this.addMenu('block', '更新', 'drag.blockForceUpdate(event)');
},
openBlockEdit : function (e,op) {
e = Util.event(e);
op = (op=='data') ? 'data' : 'block';
var bid = e.aim.id.replace('cmd_portal_block_','');
this.removeMenu();
showWindow('showblock', 'portal.php?mod=portalcp&ac=block&op='+op+'&bid='+bid+'&tpl='+document.diyform.template.value, 'get', -1);
},
getBlockData : function (blockname) {
var bid = this.dragObj.id;
var eleid = bid;
if (bid.indexOf('portal_block_') != -1) {
eleid = 0;
}else {
bid = 0;
}
showWindow('showblock', 'portal.php?mod=portalcp&ac=block&op=block&classname='+blockname+'&bid='+bid+'&eleid='+eleid+'&tpl='+document.diyform.template.value,'get',-1);
drag.initPosition();
this.fn = '';
return true;
},
stopSlide : function (id) {
if (typeof slideshow == 'undefined' || typeof slideshow.entities == 'undefined') return false;
var slidebox = $C('slidebox',$(id));
if(slidebox && slidebox.length > 0) {
if(slidebox[0].id) {
var timer = slideshow.entities[slidebox[0].id].timer;
if(timer) clearTimeout(timer);
slideshow.entities[slidebox[0].id] = '';
}
}
},
init : function (sampleMode) {
this.initCommon();
$('samplepanel').innerHTML = '可直接管理模块数据 [<a href="javascript:;" onclick="spaceDiy.cancel();return false;" class="xi2">退出</a>]';
this.setSampleMode(sampleMode);
this.initSample();
return true;
},
setClose : function () {},
blockForceUpdate : function (e,all) {
if ( typeof e !== 'string') {
e = Util.event(e);
var id = e.aim.id.replace('cmd_','');
} else {
var id = e;
}
if ($(id) == null) return false;
var bid = id.replace('portal_block_', '');
var bcontent = $(id+'_content');
if (!bcontent) {
bcontent = document.createElement('div');
bcontent.id = id+'_content';
bcontent.className = this.contentClass;
}
this.stopSlide(id);
var height = Util.getFinallyStyle(bcontent, 'height');
bcontent.style.lineHeight = height == 'auto' ? '' : (height == '0px' ? '20px' : height);
var boldcontent = bcontent.innerHTML;
bcontent.innerHTML = '<center>正在加载内容...</center>';
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=block&op=getblock&forceupdate=1&inajax=1&bid='+bid+'&tpl='+document.diyform.template.value, function(s) {
if(s.indexOf('errorhandle_') != -1) {
bcontent.innerHTML = boldcontent;
runslideshow();
showDialog('抱歉,您没有权限添加或编辑模块', 'alert');
doane();
} else {
var obj = document.createElement('div');
obj.innerHTML = s;
bcontent.parentNode.removeChild(bcontent);
$(id).innerHTML = obj.childNodes[0].innerHTML;
evalscript(s);
if(s.indexOf('runslideshow()') != -1) {runslideshow();}
drag.initPosition();
if (all) {drag.getBlocks();}
}
});
}
});
var spaceDiy = new DIY();
spaceDiy.init(1);
function succeedhandle_diyform (url, message, values) {
if (values['rejs'] == '1') {
document.diyform.rejs.value = '';
parent.$('preview_form').submit();
}
spaceDiy.enablePreviewButton();
return false;
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: editor.js 30755 2012-06-18 06:14:29Z monkey $
*/
var editorcurrentheight = 400, editorminheight = 400, savedataInterval = 30, editbox = null, editwin = null, editdoc = null, editcss = null, savedatat = null, savedatac = 0, autosave = 1, framemObj = null, cursor = -1, stack = [], initialized = false, postSubmited = false, editorcontroltop = false, editorcontrolwidth = false, editorcontrolheight = false, editorisfull = 0, fulloldheight = 0, savesimplodemode = null;
EXTRAFUNC['keydown'] = [];
EXTRAFUNC['keyup'] = [];
EXTRAFUNC['mouseup'] = [];
EXTRAFUNC['showEditorMenu'] = [];
var EXTRASELECTION = '', EXTRASEL = null;
function newEditor(mode, initialtext) {
wysiwyg = parseInt(mode);
if(!(BROWSER.ie || BROWSER.firefox || (BROWSER.opera >= 9))) {
allowswitcheditor = wysiwyg = 0;
}
if(!allowswitcheditor) {
$(editorid + '_switcher').style.display = 'none';
}
if(wysiwyg) {
if($(editorid + '_iframe')) {
editbox = $(editorid + '_iframe');
} else {
var iframe = document.createElement('iframe');
iframe.frameBorder = '0';
iframe.tabIndex = 2;
iframe.hideFocus = true;
iframe.style.display = 'none';
editbox = textobj.parentNode.appendChild(iframe);
editbox.id = editorid + '_iframe';
}
editwin = editbox.contentWindow;
editdoc = editwin.document;
writeEditorContents(isUndefined(initialtext) ? textobj.value : initialtext);
} else {
editbox = editwin = editdoc = textobj;
if(!isUndefined(initialtext)) {
writeEditorContents(initialtext);
}
addSnapshot(textobj.value);
}
setEditorEvents();
initEditor();
}
function setEditorTip(s) {
$(editorid + '_tip').innerHTML = ' ' + s;
}
function initEditor() {
if(BROWSER.other) {
$(editorid + '_controls').style.display = 'none';
return;
}
var buttons = $(editorid + '_controls').getElementsByTagName('a');
for(var i = 0; i < buttons.length; i++) {
if(buttons[i].id.indexOf(editorid + '_') != -1) {
buttons[i].href = 'javascript:;';
if(buttons[i].id.substr(buttons[i].id.indexOf('_') + 1) == 'fullswitcher') {
buttons[i].innerHTML = !editorisfull ? '全屏' : '返回';
buttons[i].onmouseover = function(e) {setEditorTip(editorisfull ? '恢复编辑器大小' : '全屏方式编辑');};
buttons[i].onclick = function(e) {editorfull();doane();}
} else if(buttons[i].id.substr(buttons[i].id.indexOf('_') + 1) == 'simple') {
buttons[i].innerHTML = !simplodemode ? '常用' : '高级';
buttons[i].onclick = function(e) {editorsimple();doane();}
} else {
_attachEvent(buttons[i], 'mouseover', function(e) {setEditorTip(BROWSER.ie ? window.event.srcElement.title : e.target.title);});
if(buttons[i].id.substr(buttons[i].id.indexOf('_') + 1) == 'url') {
buttons[i].onclick = function(e) {discuzcode('unlink');discuzcode('url');doane();};
} else {
if(!buttons[i].getAttribute('init')) {
buttons[i].onclick = function(e) {discuzcode(this.id.substr(this.id.indexOf('_') + 1));doane();};
}
}
}
buttons[i].onmouseout = function(e) {setEditorTip('');};
}
}
setUnselectable($(editorid + '_controls'));
if(editorcontroltop === false && (BROWSER.ie && BROWSER.ie > 6 || !BROWSER.ie)) {
seteditorcontrolpos();
var obj = wysiwyg ? editwin.document.body.parentNode : $(editorid + '_textarea');
editorcontrolwidth = $(editorid + '_controls').clientWidth - 8;
ctrlmObj = document.createElement('div');
ctrlmObj.style.display = 'none';
ctrlmObj.style.height = $(editorid + '_controls').clientHeight + 'px';
ctrlmObj.id = editorid + '_controls_mask';
$(editorid + '_controls').parentNode.insertBefore(ctrlmObj, $(editorid + '_controls'));
_attachEvent(window, 'scroll', function () { editorcontrolpos(); }, document);
}
if($(editorid + '_fullswitcher') && BROWSER.ie && BROWSER.ie < 7) {
$(editorid + '_fullswitcher').onclick = function () {
showDialog('您的浏览器不支持此功能,请升级浏览器版本', 'notice', '友情提示');
};
$(editorid + '_fullswitcher').className = 'xg1';
}
if($(editorid + '_svdsecond') && savedatat === null) {
savedatac = savedataInterval;
autosave = !getcookie('editorautosave_' + editorid) || getcookie('editorautosave_' + editorid) == 1 ? 1 : 0;
savedataTime();
savedatat = setInterval("savedataTime()", 10000);
}
initcstbar();
checkFocus();
}
function initcstbar() {
if(!$(editorid + '_cst')) {
return;
}
$(editorid + '_cst').style.position = 'static';
$(editorid + '_cst').style.width = '44px';
$(editorid + '_cst').style.display = '';
$(editorid + '_cst').style.overflow = 'hidden';
$(editorid + '_cst').onmouseover = function () {
$(editorid + '_cst').hs = $(editorid + '_cst').style.height;
$(editorid + '_cst').style.height = 'auto';
if($(editorid + '_cst').offsetHeight < 50) {
return;
}
pos = fetchOffset($(editorid + '_cst'), 1);
$(editorid + '_cst').style.position = 'absolute';
$(editorid + '_cst').style.left = pos.left + 'px';
$(editorid + '_cst').style.top = pos.top + 'px';
$(editorid + '_cst').style.overflow = 'visible';
$(editorid + '_cst').className = 'b2r cst';
};
$(editorid + '_cst').onmouseout = function () {
$(editorid + '_cst').style.height = $(editorid + '_cst').hs;
$(editorid + '_cst').style.overflow = 'hidden';
$(editorid + '_cst').className = 'b2r cst nbb';
};
}
function savedataTime() {
if(!autosave) {
$(editorid + '_svdsecond').innerHTML = '<a title="点击开启自动保存" href="javascript:;" onclick="setAutosave()">开启自动保存</a> ';
return;
}
if(!savedatac) {
savedatac = savedataInterval;
saveData();
d = new Date();
var h = d.getHours();
var m = d.getMinutes();
h = h < 10 ? '0' + h : h;
m = m < 10 ? '0' + m : m;
setEditorTip('数据已于 ' + h + ':' + m + ' 保存');
}
$(editorid + '_svdsecond').innerHTML = '<a title="点击关闭自动保存" href="javascript:;" onclick="setAutosave()">' + savedatac + ' 秒后保存</a> ';
savedatac -= 10;
}
function setAutosave() {
autosave = !autosave;
setEditorTip(autosave ? '数据自动保存已开启' : '数据自动保存已关闭');
setcookie('editorautosave_' + editorid, autosave ? 1 : -1, 2592000);
savedataTime();
}
function unloadAutoSave() {
if(autosave) {
saveData();
}
}
function seteditorcontrolpos() {
var objpos = fetchOffset($(editorid + '_controls'));
editorcontroltop = objpos['top'];
}
function editorcontrolpos() {
if(editorisfull) {
return;
}
var scrollTop = Math.max(document.documentElement.scrollTop, document.body.scrollTop);
if(scrollTop > editorcontroltop && editorcurrentheight > editorminheight) {
$(editorid + '_controls').style.position = 'fixed';
$(editorid + '_controls').style.top = '0px';
$(editorid + '_controls').style.width = editorcontrolwidth + 'px';
$(editorid + '_controls_mask').style.display = '';
} else {
$(editorid + '_controls').style.position = $(editorid + '_controls').style.top = $(editorid + '_controls').style.width = '';
$(editorid + '_controls_mask').style.display = 'none';
}
}
function editorsize(op, v) {
var obj = wysiwyg ? editwin.document.body.parentNode : $(editorid + '_textarea');
var editorheight = obj.clientHeight;
if(!v) {
if(op == '+') {
editorheight += 200;
} else{
editorheight -= 200;
}
} else {
editorheight = v;
}
editorcurrentheight = editorheight > editorminheight ? editorheight : editorminheight;
if($(editorid + '_iframe')) {
$(editorid + '_iframe').style.height = $(editorid + '_iframe').contentWindow.document.body.style.height = editorcurrentheight + 'px';
}
if(framemObj) {
framemObj.style.height = editorcurrentheight + 'px';
}
$(editorid + '_textarea').style.height = editorcurrentheight + 'px';
}
var editorsizepos = [];
function editorresize(e, op) {
op = !op ? 1 : op;
e = e ? e : window.event;
if(op == 1) {
if(wysiwyg) {
var objpos = fetchOffset($(editorid + '_iframe'));
framemObj = document.createElement('div');
framemObj.style.width = $(editorid + '_iframe').clientWidth + 'px';
framemObj.style.height = $(editorid + '_iframe').clientHeight + 'px';
framemObj.style.position = 'absolute';
framemObj.style.left = objpos['left'] + 'px';
framemObj.style.top = objpos['top'] + 'px';
$('append_parent').appendChild(framemObj);
} else {
framemObj = null;
}
editorsizepos = [e.clientY, editorcurrentheight, framemObj];
document.onmousemove = function(e) {try{editorresize(e, 2);}catch(err){}};
document.onmouseup = function(e) {try{editorresize(e, 3);}catch(err){}};
doane(e);
}else if(op == 2 && editorsizepos !== []) {
var dragnow = e.clientY;
editorsize('', editorsizepos[1] + dragnow - editorsizepos[0]);
doane(e);
}else if(op == 3) {
if(wysiwyg) {
$('append_parent').removeChild(editorsizepos[2]);
}
editorsizepos = [];
document.onmousemove = null;
document.onmouseup = null;
}
}
function editorfull(op) {
var op = !op ? 0 : op, control = $(editorid + '_controls'), area = $(editorid + '_textarea').parentNode, bbar = $(editorid + '_bbar'), iswysiwyg = wysiwyg;
if(op) {
var editorheight = document.documentElement.clientHeight - control.offsetHeight - bbar.offsetHeight - parseInt(getCurrentStyle(area, 'paddingTop', 'padding-top')) - parseInt(getCurrentStyle(area, 'paddingBottom', 'padding-bottom'));
area.style.position = 'fixed';
area.style.top = control.offsetHeight + 'px';
area.style.height = editorheight + 'px';
editorsize('', editorheight);
bbar.style.position = 'fixed';
bbar.style.top = (document.documentElement.clientHeight - bbar.offsetHeight) + 'px';
return;
}
if(!editorisfull) {
savesimplodemode = 0;
if(simplodemode) {
savesimplodemode = 1;
editorsimple();
}
$(editorid + '_simple').style.visibility = 'hidden';
fulloldheight = editorcurrentheight;
document.body.style.overflow = 'hidden';
document.body.scroll = 'no';
control.style.position = 'fixed';
control.style.top = '0px';
control.style.left = '0px';
control.style.width = '100%';
control.style.minWidth = '800px';
area.style.backgroundColor = $(editorid + '_textarea') ? getCurrentStyle($(editorid + '_textarea'), 'backgroundColor', 'background-color') : '#fff';
$(editorid + '_switcher').style.paddingRight = '10px';
var editorheight = document.documentElement.clientHeight - control.offsetHeight - bbar.offsetHeight - parseInt(getCurrentStyle(area, 'paddingTop', 'padding-top')) - parseInt(getCurrentStyle(area, 'paddingBottom', 'padding-bottom'));
area.style.position = 'fixed';
area.style.top = control.offsetHeight + 'px';
area.style.left = '0px';
area.style.width = '100%';
area.style.height = editorheight + 'px';
editorsize('', editorheight);
bbar.style.position = 'fixed';
bbar.style.top = (document.documentElement.clientHeight - bbar.offsetHeight) + 'px';
bbar.style.left = '0px';
bbar.style.width = '100%';
control.style.zIndex = '500';
area.style.zIndex = bbar.style.zIndex = '200';
if($(editorid + '_resize')) {
$(editorid + '_resize').style.display = 'none';
}
window.onresize = function() { editorfull(1); };
editorisfull = 1;
} else {
if(savesimplodemode) {
editorsimple();
}
$(editorid + '_simple').style.visibility = 'visible';
window.onresize = null;
document.body.style.overflow = 'auto';
document.body.scroll = 'yes';
control.style.position = control.style.top = control.style.left = control.style.width = control.style.minWidth = control.style.zIndex =
area.style.position = area.style.top = area.style.left = area.style.width = area.style.height = area.style.zIndex =
bbar.style.position = bbar.style.top = bbar.style.left = bbar.style.width = bbar.style.zIndex = '';
editorheight = fulloldheight;
$(editorid + '_switcher').style.paddingRight = '0px';
editorsize('', editorheight);
if($(editorid + '_resize')) {
$(editorid + '_resize').style.display = '';
}
editorisfull = 0;
editorcontrolpos();
}
$(editorid + '_fullswitcher').innerHTML = editorisfull ? '返回' : '全屏';
initcstbar();
}
function editorsimple() {
if($(editorid + '_body').className == 'edt') {
v = 'none';
$(editorid + '_simple').innerHTML = '高级';
$(editorid + '_body').className = 'edt simpleedt';
$(editorid + '_adv_s1').className = 'b2r';
$(editorid + '_adv_s2').className = 'b2r nbl';
if(allowswitcheditor) {
$(editorid + '_switcher').style.display = 'none';
}
simplodemode = 1;
} else {
v = '';
$(editorid + '_simple').innerHTML = '常用';
$(editorid + '_body').className = 'edt';
$(editorid + '_adv_s1').className = 'b1r';
$(editorid + '_adv_s2').className = 'b2r nbr nbl';
if(allowswitcheditor) {
$(editorid + '_switcher').style.display = '';
}
simplodemode = 0;
}
setcookie('editormode_' + editorid, simplodemode ? 1 : -1, 2592000);
for(i = 1;i <= 9;i++) {
if($(editorid + '_adv_' + i)) {
$(editorid + '_adv_' + i).style.display = v;
}
}
initcstbar();
}
function pasteWord(str) {
var mstest = /<\w[^>]* class="?[MsoNormal|xl]"?/gi;
if(mstest.test(str)){
str = str.replace(/<!--\[if[\s\S]+?<!\[endif\]-->/gi, "");
str = str.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi, "<$1$3");
str = str.replace(/<(\w[^>]*) style="([^"]*)"([^>]*)/gi, function ($1, $2, $3, $4) {
var style = '';
re = new RegExp('(^|[;\\s])color:\\s*([^;]+);?', 'ig');
match = re.exec($3);
if(match != null) {
style += 'color:' + match[2] + ';';
}
re = new RegExp('(^|[;\\s])text-indent:\\s*([^;]+);?', 'ig');
match = re.exec($3);
if(match != null) {
style += 'text-indent:' + parseInt(parseInt(match[2]) / 10) + 'em;';
}
re = new RegExp('(^|[;\\s])font-size:\\s*([^;]+);?', 'ig');
match = re.exec($3);
if(match != null) {
style += 'font-size:' + match[2] + ';';
}
if(style) {
style = ' style="' + style + '"';
}
return '<' + $2 + style + $4;
});
str = str.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3");
str = str.replace(/<\\?\?xml[^>]*>/gi, "");
str = str.replace(/<\/?\w+:[^>]*>/gi, "");
str = str.replace(/ /, " ");
var re = new RegExp("(<P)([^>]*>.*?)(<\/P>)", 'ig');
str = str.replace(re, "<div$2</div>");
if(!wysiwyg) {
str = html2bbcode(str);
}
insertText(str, str.length, 0);
}
}
var ctlent_enable = {8:1,9:1,13:1};
function ctlent(event) {
if(postSubmited == false && (event.ctrlKey && event.keyCode == 13) || (event.altKey && event.keyCode == 83) && editorsubmit) {
if(in_array(editorsubmit.name, ['topicsubmit', 'replysubmit', 'editsubmit']) && !validate(editorform)) {
doane(event);
return;
}
postSubmited = true;
editorsubmit.disabled = true;
editorform.submit();
return;
}
if(ctlent_enable[13] && event.keyCode == 13 && wysiwyg && $(editorid + '_insertorderedlist').className != 'hover' && $(editorid + '_insertunorderedlist').className != 'hover') {
if(!BROWSER.opera) {
insertText('<br>*', 5, 0);
} else {
insertText('<br> ', 5, 0);
}
keyBackspace();
doane(event);
}
if(ctlent_enable[9] && event.keyCode == 9) {
doane(event);
}
if(ctlent_enable[8] && event.keyCode == 8 && wysiwyg) {
var sel = getSel();
if(sel) {
insertText('', sel.length - 1, 0);
doane(event);
}
}
}
function keyBackspace() {
if(!wysiwyg) {
return;
}
if(BROWSER.ie) {
sel = editdoc.selection.createRange();
sel.moveStart('character', -1);
sel.moveEnd('character', 0);
sel.select();
editdoc.selection.clear();
} else {
editdoc.execCommand('delete', false, true);
}
}
function keyMenu(code, func) {
var km = 'kM' + Math.random();
var hs = '<span id="' + km + '">' + code + '</span>';
if(BROWSER.ie) {
var range = document.selection.createRange();
range.pasteHTML(hs);
range.moveToElementText(editdoc.getElementById(km));
range.moveStart("character");
range.select();
} else {
var selection = editwin.getSelection();
var range = selection.getRangeAt(0);
var fragment = range.createContextualFragment(hs);
range.insertNode(fragment);
var tmp = editdoc.getElementById(km).firstChild;
range.setStart(tmp, 1);
range.setEnd(tmp, 1);
selection.removeAllRanges();
selection.addRange(range);
}
keyMenuObj = editdoc.getElementById(km);
var b = fetchOffset(editbox);
var o = fetchOffset(keyMenuObj);
var scrollTop = Math.max(document.documentElement.scrollTop, document.body.scrollTop);
func(b.left + o.left, b.top + o.top - scrollTop);
}
function checkFocus() {
if(wysiwyg) {
try {
editwin.focus();
} catch(e) {
editwin.document.body.focus();
}
} else {
textobj.focus();
}
}
function checklength(theform) {
var message = wysiwyg ? html2bbcode(getEditorContents()) : (!theform.parseurloff.checked ? parseurl(theform.message.value) : theform.message.value);
showDialog('当前长度: ' + mb_strlen(message) + ' 字节,' + (postmaxchars != 0 ? '系统限制: ' + postminchars + ' 到 ' + postmaxchars + ' 字节。' : ''), 'notice', '字数检查');
}
function setUnselectable(obj) {
if(BROWSER.ie && BROWSER.ie > 4 && typeof obj.tagName != 'undefined') {
if(obj.hasChildNodes()) {
for(var i = 0; i < obj.childNodes.length; i++) {
setUnselectable(obj.childNodes[i]);
}
}
if(obj.tagName != 'INPUT') {
obj.unselectable = 'on';
}
}
}
function writeEditorContents(text) {
if(wysiwyg) {
if(text == '' && (BROWSER.firefox || BROWSER.opera)) {
text = '<p></p>';
}
if(initialized && !(BROWSER.firefox && BROWSER.firefox >= '3' || BROWSER.opera)) {
editdoc.body.innerHTML = text;
} else {
text = '<!DOCTYPE html PUBLIC "-/' + '/W3C/' + '/DTD XHTML 1.0 Transitional/' + '/EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' +
'<html><head id="editorheader"><meta http-equiv="Content-Type" content="text/html; charset=' + charset + '" />' +
(BROWSER.ie && BROWSER.ie > 7 ? '<meta http-equiv="X-UA-Compatible" content="IE=7" />' : '' ) +
'<link rel="stylesheet" type="text/css" href="data/cache/style_' + STYLEID + '_wysiwyg.css?' + VERHASH + '" />' +
(BROWSER.ie ? '<script>window.onerror = function() { return true; }</script>' : '') +
'</head><body>' + text + '</body></html>';
editdoc.designMode = allowhtml ? 'on' : 'off';
editdoc = editwin.document;
editdoc.open('text/html', 'replace');
editdoc.write(text);
editdoc.close();
if(!BROWSER.ie) {
var scriptNode = document.createElement("script");
scriptNode.type = "text/javascript";
scriptNode.text = 'window.onerror = function() { return true; }';
editdoc.getElementById('editorheader').appendChild(scriptNode);
}
editdoc.body.contentEditable = true;
editdoc.body.spellcheck = false;
initialized = true;
if(BROWSER.safari) {
editdoc.onclick = safariSel;
}
}
} else {
textobj.value = text;
}
setEditorStyle();
}
function safariSel(e) {
e = e.target;
if(e.tagName.match(/(img|embed)/i)) {
var sel = editwin.getSelection(),rng= editdoc.createRange(true);
rng.selectNode(e);
sel.removeAllRanges();
sel.addRange(rng);
}
}
function getEditorContents() {
return wysiwyg ? editdoc.body.innerHTML : editdoc.value;
}
function setEditorStyle() {
if(wysiwyg) {
textobj.style.display = 'none';
editbox.style.display = '';
editbox.className = textobj.className;
if(BROWSER.ie) {
editdoc.body.style.border = '0px';
editdoc.body.addBehavior('#default#userData');
try{$('subject').focus();} catch(e) {editwin.focus();}
}
if($(editorid + '_iframe')) {
$(editorid + '_iframe').style.height = $(editorid + '_iframe').contentWindow.document.body.style.height = editorcurrentheight + 'px';
}
} else {
var iframe = textobj.parentNode.getElementsByTagName('iframe')[0];
if(iframe) {
textobj.style.display = '';
iframe.style.display = 'none';
}
if(BROWSER.ie) {
try{
$('subject').focus();
} catch(e) {}
}
}
if($('at_menu')) {
$('at_menu').style.display = 'none';
}
}
function setEditorEvents() {
if(BROWSER.firefox || BROWSER.opera) {
editdoc.addEventListener('mouseup', function(e) {mouseUp(e)}, true);
editdoc.addEventListener('keyup', function(e) {keyUp(e)}, true);
editwin.addEventListener('keydown', function(e) {keyDown(e)}, true);
} else if(editdoc.attachEvent) {
try{
editdoc.body.attachEvent('onmouseup', mouseUp);
editdoc.body.attachEvent('onkeyup', keyUp);
editdoc.body.attachEvent('onkeydown', keyDown);
} catch(e) {}
}
}
function mouseUp(event) {
if(wysiwyg) {
setContext();
}
for(i in EXTRAFUNC['mouseup']) {
EXTRAEVENT = event;
try {
eval(EXTRAFUNC['mouseup'][i] + '()');
} catch(e) {}
}
}
function keyUp(event) {
if(wysiwyg) {
setContext();
}
for(i in EXTRAFUNC['keyup']) {
EXTRAEVENT = event;
try {
eval(EXTRAFUNC['keyup'][i] + '()');
} catch(e) {}
}
}
function keyDown(event) {
ctlent(event);
for(i in EXTRAFUNC['keydown']) {
EXTRAEVENT = event;
try {
eval(EXTRAFUNC['keydown'][i] + '()');
} catch(e) {}
}
}
function wrapTags(tagname, useoption, selection) {
if(isUndefined(selection)) {
var selection = getSel();
if(selection === false) {
selection = '';
} else {
selection += '';
}
}
if(useoption !== false) {
var opentag = '[' + tagname + '=' + useoption + ']';
} else {
var opentag = '[' + tagname + ']';
}
var closetag = '[/' + tagname + ']';
var text = opentag + selection + closetag;
insertText(text, strlen(opentag), strlen(closetag), in_array(tagname, ['code', 'quote', 'free', 'hide']) ? true : false);
}
function applyFormat(cmd, dialog, argument) {
if(wysiwyg) {
editdoc.execCommand(cmd, (isUndefined(dialog) ? false : dialog), (isUndefined(argument) ? true : argument));
return;
}
switch(cmd) {
case 'bold':
case 'italic':
case 'underline':
case 'strikethrough':
wrapTags(cmd.substr(0, 1), false);
break;
case 'inserthorizontalrule':
insertText('[hr]', 4, 0);
break;
case 'justifyleft':
case 'justifycenter':
case 'justifyright':
wrapTags('align', cmd.substr(7));
break;
case 'fontname':
wrapTags('font', argument);
break;
case 'fontsize':
wrapTags('size', argument);
break;
case 'forecolor':
wrapTags('color', argument);
break;
case 'hilitecolor':
case 'backcolor':
wrapTags('backcolor', argument);
break;
}
}
function getCaret() {
if(wysiwyg) {
var obj = editdoc.body;
var s = document.selection.createRange();
s.setEndPoint('StartToStart', obj.createTextRange());
var matches1 = s.htmlText.match(/<\/p>/ig);
var matches2 = s.htmlText.match(/<br[^\>]*>/ig);
var fix = (matches1 ? matches1.length - 1 : 0) + (matches2 ? matches2.length : 0);
var pos = s.text.replace(/\r?\n/g, ' ').length;
if(matches3 = s.htmlText.match(/<img[^\>]*>/ig)) pos += matches3.length;
if(matches4 = s.htmlText.match(/<\/tr|table>/ig)) pos += matches4.length;
return [pos, fix];
} else {
checkFocus();
var sel = document.selection.createRange();
editbox.sel = sel;
editdoc._selectionStart = editdoc.selectionStart;
editdoc._selectionEnd = editdoc.selectionEnd;
}
}
function setCaret(pos) {
var obj = wysiwyg ? editdoc.body : editbox;
var r = obj.createTextRange();
r.moveStart('character', pos);
r.collapse(true);
r.select();
}
function isEmail(email) {
return email.length > 6 && /^[\w\-\.]+@[\w\-\.]+(\.\w+)+$/.test(email);
}
function insertAttachTag(aid) {
var txt = '[attach]' + aid + '[/attach]';
if(wysiwyg) {
insertText(txt, false);
} else {
insertText(txt, strlen(txt), 0);
}
}
function insertAttachimgTag(aid) {
if(wysiwyg) {
insertText('<img src="' + $('image_' + aid).src + '" border="0" aid="attachimg_' + aid + '" alt="" />', false);
} else {
var txt = '[attachimg]' + aid + '[/attachimg]';
insertText(txt, strlen(txt), 0);
}
}
function insertSmiley(smilieid) {
checkFocus();
var src = $('smilie_' + smilieid).src;
var code = $('smilie_' + smilieid).alt;
if(wysiwyg && allowsmilies && (!$('smileyoff') || $('smileyoff').checked == false)) {
insertText('<img src="' + src + '" border="0" smilieid="' + smilieid + '" alt="" />', false);
} else {
code += ' ';
insertText(code, strlen(code), 0);
}
hideMenu();
}
function discuzcode(cmd, arg) {
if(cmd != 'redo') {
addSnapshot(getEditorContents());
}
checkFocus();
if(in_array(cmd, ['sml', 'url', 'quote', 'code', 'free', 'hide', 'aud', 'vid', 'fls', 'attach', 'image', 'pasteword']) || typeof EXTRAFUNC['showEditorMenu'][cmd] != 'undefined' || cmd == 'tbl' || in_array(cmd, ['fontname', 'fontsize', 'forecolor', 'backcolor']) && !arg) {
showEditorMenu(cmd);
return;
} else if(cmd.substr(0, 3) == 'cst') {
showEditorMenu(cmd.substr(5), cmd.substr(3, 1));
return;
} else if(wysiwyg && cmd == 'inserthorizontalrule') {
insertText('<hr class="l">', 14);
} else if(cmd == 'autotypeset') {
autoTypeset();
return;
} else if(!wysiwyg && cmd == 'removeformat') {
var simplestrip = new Array('b', 'i', 'u');
var complexstrip = new Array('font', 'color', 'backcolor', 'size');
var str = getSel();
if(str === false) {
return;
}
for(var tag in simplestrip) {
str = stripSimple(simplestrip[tag], str);
}
for(var tag in complexstrip) {
str = stripComplex(complexstrip[tag], str);
}
insertText(str);
} else if(cmd == 'undo') {
addSnapshot(getEditorContents());
moveCursor(-1);
if((str = getSnapshot()) !== false) {
if(wysiwyg) {
editdoc.body.innerHTML = str;
} else {
editdoc.value = str;
}
}
} else if(cmd == 'redo') {
moveCursor(1);
if((str = getSnapshot()) !== false) {
if(wysiwyg) {
editdoc.body.innerHTML = str;
} else {
editdoc.value = str;
}
}
} else if(!wysiwyg && in_array(cmd, ['insertorderedlist', 'insertunorderedlist'])) {
var listtype = cmd == 'insertorderedlist' ? '1' : '';
var opentag = '[list' + (listtype ? ('=' + listtype) : '') + ']\n';
var closetag = '[/list]';
if(txt = getSel()) {
var regex = new RegExp('([\r\n]+|^[\r\n]*)(?!\\[\\*\\]|\\[\\/?list)(?=[^\r\n])', 'gi');
txt = opentag + trim(txt).replace(regex, '$1[*]') + '\n' + closetag;
insertText(txt, strlen(txt), 0);
} else {
insertText(opentag + closetag, opentag.length, closetag.length);
while(listvalue = prompt('输入一个列表项目.\r\n留空或者点击取消完成此列表.', '')) {
if(BROWSER.opera > 8) {
listvalue = '\n' + '[*]' + listvalue;
insertText(listvalue, strlen(listvalue) + 1, 0);
} else {
listvalue = '[*]' + listvalue + '\n';
insertText(listvalue, strlen(listvalue), 0);
}
}
}
} else if(!wysiwyg && cmd == 'unlink') {
var sel = getSel();
sel = stripSimple('url', sel);
sel = stripComplex('url', sel);
insertText(sel);
} else if(cmd == 'floatleft' || cmd == 'floatright') {
var arg = cmd == 'floatleft' ? 'left' : 'right';
if(wysiwyg) {
if(txt = getSel()) {
argm = arg == 'left' ? 'right' : 'left';
insertText('<br style="clear: both"><table class="float" style="float: ' + arg + '; margin-' + argm + ': 5px;"><tbody><tr><td>' + txt + '</td></tr></tbody></table>', true);
}
} else {
var opentag = '[float=' + arg + ']';
var closetag = '[/float]';
if(txt = getSel()) {
txt = opentag + txt + closetag;
insertText(txt, strlen(txt), 0);
} else {
insertText(opentag + closetag, opentag.length, closetag.length);
}
}
} else if(cmd == 'rst') {
loadData();
setEditorTip('数据已恢复');
} else if(cmd == 'svd') {
saveData();
setEditorTip('数据已保存');
} else if(cmd == 'chck') {
checklength(editorform);
} else if(cmd == 'tpr') {
if(confirm('您确认要清除所有内容吗?')) {
clearContent();
}
} else if(cmd == 'downremoteimg') {
showDialog('<div id="remotedowninfo"><p class="mbn">正在下载远程附件,请稍等……</p><p><img src="' + STATICURL + 'image/common/uploading.gif" alt="" /></p></div>', 'notice', '', null, 1);
var message = wysiwyg ? html2bbcode(getEditorContents()) : (!editorform.parseurloff.checked ? parseurl(editorform.message.value) : editorform.message.value);
var oldValidate = editorform.onsubmit;
var oldAction = editorform.action;
editorform.onsubmit = '';
editorform.action = 'forum.php?mod=ajax&action=downremoteimg&fid='+fid+'&wysiwyg='+(wysiwyg ? 1 : 0);
editorform.target = "ajaxpostframe";
editorform.message.value = message;
editorform.submit();
editorform.onsubmit = oldValidate;
editorform.action = oldAction;
editorform.target = "";
} else {
var formatcmd = cmd == 'backcolor' && !BROWSER.ie ? 'hilitecolor' : cmd;
try {
var ret = applyFormat(formatcmd, false, (isUndefined(arg) ? true : arg));
} catch(e) {
var ret = false;
}
}
if(cmd != 'undo') {
addSnapshot(getEditorContents());
}
if(wysiwyg) {
setContext(cmd);
}
if(in_array(cmd, ['bold', 'italic', 'underline', 'strikethrough', 'inserthorizontalrule', 'fontname', 'fontsize', 'forecolor', 'backcolor', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist', 'floatleft', 'floatright', 'removeformat', 'unlink', 'undo', 'redo'])) {
hideMenu();
}
doane();
return ret;
}
function setContext(cmd) {
var cmd = !cmd ? '' : cmd;
var contextcontrols = new Array('bold', 'italic', 'underline', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist');
for(var i in contextcontrols) {
var controlid = contextcontrols[i];
var obj = $(editorid + '_' + controlid);
if(obj != null) {
if(cmd == 'clear') {
obj.className = '';
continue;
}
try {
var state = editdoc.queryCommandState(contextcontrols[i]);
} catch(e) {
var state = false;
}
if(isUndefined(obj.state)) {
obj.state = false;
}
if(obj.state != state) {
obj.state = state;
buttonContext(obj, state ? 'mouseover' : 'mouseout');
}
}
}
try {
var fs = editdoc.queryCommandValue('fontname');
} catch(e) {
fs = null;
}
if(fs == '' && !BROWSER.ie && window.getComputedStyle) {
fs = editdoc.body.style.fontFamily;
} else if(fs == null) {
fs = '';
}
fs = fs && cmd != 'clear' ? fs : '字体';
if(fs != $(editorid + '_font').fontstate) {
thingy = fs.indexOf(',') > 0 ? fs.substr(0, fs.indexOf(',')) : fs;
$(editorid + '_font').innerHTML = thingy;
$(editorid + '_font').fontstate = fs;
}
try {
var ss = editdoc.queryCommandValue('fontsize');
if(ss == null || ss == '' || cmd == 'clear') {
ss = formatFontsize(editdoc.body.style.fontSize);
} else {
var ssu = ss.substr(-2);
if(ssu == 'px' || ssu == 'pt') {
ss = formatFontsize(ss);
}
}
} catch(e) {
ss = '大小';
}
if(ss != $(editorid + '_size').sizestate) {
if($(editorid + '_size').sizestate == null) {
$(editorid + '_size').sizestate = '';
}
$(editorid + '_size').innerHTML = ss;
$(editorid + '_size').sizestate = ss;
}
}
function buttonContext(obj, state) {
if(state == 'mouseover') {
obj.style.cursor = 'pointer';
var mode = obj.state ? 'down' : 'hover';
if(obj.mode != mode) {
obj.mode = mode;
obj.className = 'hover';
}
} else {
var mode = obj.state ? 'selected' : 'normal';
if(obj.mode != mode) {
obj.mode = mode;
obj.className = mode == 'selected' ? 'hover' : '';
}
}
}
function formatFontsize(csssize) {
switch(csssize) {
case '7.5pt':
case '10px': return 1;
case '13px':
case '10pt': return 2;
case '16px':
case '12pt': return 3;
case '18px':
case '14pt': return 4;
case '24px':
case '18pt': return 5;
case '32px':
case '24pt': return 6;
case '48px':
case '36pt': return 7;
default: return '大小';
}
}
function showEditorMenu(tag, params) {
var sel, selection;
var str = '', strdialog = 0, stitle = '';
var ctrlid = editorid + (params ? '_cst' + params + '_' : '_') + tag;
var opentag = '[' + tag + ']';
var closetag = '[/' + tag + ']';
var menu = $(ctrlid + '_menu');
var pos = [0, 0];
var menuwidth = 270;
var menupos = '43!';
var menutype = 'menu';
if(BROWSER.ie) {
sel = wysiwyg ? editdoc.selection.createRange() : document.selection.createRange();
pos = getCaret();
}
selection = sel ? (wysiwyg ? sel.htmlText : sel.text) : getSel();
if(menu) {
if($(ctrlid).getAttribute('menupos') !== null) {
menupos = $(ctrlid).getAttribute('menupos');
}
if($(ctrlid).getAttribute('menuwidth') !== null) {
menu.style.width = $(ctrlid).getAttribute('menuwidth') + 'px';
}
if(menupos == '00') {
menu.className = 'fwinmask';
if($(editorid + '_' + tag + '_menu').style.visibility == 'hidden') {
$(editorid + '_' + tag + '_menu').style.visibility = 'visible';
} else {
showMenu({'ctrlid':ctrlid,'mtype':'win','evt':'click','pos':menupos,'timeout':250,'duration':3,'drag':ctrlid + '_ctrl'});
}
} else {
showMenu({'ctrlid':ctrlid,'evt':'click','pos':menupos,'timeout':250,'duration':in_array(tag, ['fontname', 'fontsize', 'sml']) ? 2 : 3,'drag':1});
}
} else {
switch(tag) {
case 'url':
str = '请输入链接地址:<br /><input type="text" id="' + ctrlid + '_param_1" style="width: 98%" value="" class="px" />'+
(selection ? '' : '<br />请输入链接文字:<br /><input type="text" id="' + ctrlid + '_param_2" style="width: 98%" value="" class="px" />');
break;
case 'forecolor':
showColorBox(ctrlid, 1);
return;
case 'backcolor':
showColorBox(ctrlid, 1, '', 1);
return;
case 'code':
if(wysiwyg) {
opentag = '<div class="blockcode"><blockquote>';
closetag = '</blockquote></div><br />';
}
case 'quote':
if(wysiwyg && tag == 'quote') {
opentag = '<div class="quote"><blockquote>';
closetag = '</blockquote></div><br />';
}
case 'hide':
case 'free':
if(selection) {
return insertText((opentag + selection + closetag), strlen(opentag), strlen(closetag), true, sel);
}
var lang = {'quote' : '请输入要插入的引用', 'code' : '请输入要插入的代码', 'hide' : '请输入要隐藏的信息内容', 'free' : '如果您设置了帖子售价,请输入购买前免费可见的信息内容'};
str += lang[tag] + ':<br /><textarea id="' + ctrlid + '_param_1" style="width: 98%" cols="50" rows="5" class="txtarea"></textarea>' +
(tag == 'hide' ? '<br /><label><input type="radio" name="' + ctrlid + '_radio" id="' + ctrlid + '_radio_1" class="pc" checked="checked" />只有当浏览者回复本帖时才显示</label><br /><label><input type="radio" name="' + ctrlid + '_radio" id="' + ctrlid + '_radio_2" class="pc" />只有当浏览者积分高于</label> <input type="text" size="3" id="' + ctrlid + '_param_2" class="px pxs" /> 时才显示<br /><br /><label>有效天数:</label> <input type="text" size="3" id="' + ctrlid + '_param_3" class="px pxs" /> <br />距离发帖日期大于这个天数时标签自动失效' : '');
break;
case 'tbl':
str = '<p class="pbn">表格行数: <input type="text" id="' + ctrlid + '_param_1" size="2" value="2" class="px" /> 表格列数: <input type="text" id="' + ctrlid + '_param_2" size="2" value="2" class="px" /></p><p class="pbn">表格宽度: <input type="text" id="' + ctrlid + '_param_3" size="2" value="" class="px" /> 背景颜色: <input type="text" id="' + ctrlid + '_param_4" size="2" class="px" onclick="showColorBox(this.id, 2)" /></p><p class="xg2 pbn" style="cursor:pointer" onclick="showDialog($(\'tbltips_msg\').innerHTML, \'notice\', \'小提示\', null, 0)"><img id="tbltips" title="小提示" class="vm" src="' + IMGDIR + '/info_small.gif"> 快速书写表格提示</p>';
str += '<div id="tbltips_msg" style="display: none">“[tr=颜色]” 定义行背景<br />“[td=宽度]” 定义列宽<br />“[td=列跨度,行跨度,宽度]” 定义行列跨度<br /><br />快速书写表格范例:<div class=\'xs0\' style=\'margin:0 5px\'>[table]<br />Name:|Discuz!<br />Version:|X1<br />[/table]</div>用“|”分隔每一列,表格中如有“|”用“\\|”代替,换行用“\\n”代替。</div>';
break;
case 'aud':
str = '<p class="pbn">请输入音乐文件地址:</p><p class="pbn"><input type="text" id="' + ctrlid + '_param_1" class="px" value="" style="width: 220px;" /></p><p class="xg2 pbn">支持 wma mp3 ra rm 等音乐格式<br />示例: http://server/audio.wma</p>';
break;
case 'vid':
str = '<p class="pbn">请输入视频地址:</p><p class="pbn"><input type="text" value="" id="' + ctrlid + '_param_1" style="width: 220px;" class="px" /></p><p class="pbn">宽: <input id="' + ctrlid + '_param_2" size="5" value="500" class="px" /> 高: <input id="' + ctrlid + '_param_3" size="5" value="375" class="px" /></p><p class="xg2 pbn">支持优酷、土豆、56、酷6等视频站的视频网址<br />支持 wmv avi rmvb mov swf flv 等视频格式<br />示例: http://server/movie.wmv</p>';
break;
case 'fls':
str = '<p class="pbn">请输入 Flash 文件地址:</p><p class="pbn"><input type="text" id="' + ctrlid + '_param_1" class="px" value="" style="width: 220px;" /></p><p class="pbn">宽: <input id="' + ctrlid + '_param_2" size="5" value="" class="px" /> 高: <input id="' + ctrlid + '_param_3" size="5" value="" class="px" /></p><p class="xg2 pbn">支持 swf flv 等 Flash 网址<br />示例: http://server/flash.swf</p>';
break;
case 'pasteword':
stitle = '从 Word 粘贴内容';
str = '<p class="px" style="height:300px"><iframe id="' + ctrlid + '_param_1" frameborder="0" style="width:100%;height:100%" onload="this.contentWindow.document.body.style.width=\'550px\';this.contentWindow.document.body.contentEditable=true;this.contentWindow.document.body.focus();this.onload=null"></iframe></p><p class="xg2 pbn">请通过快捷键(Ctrl+V)把 Word 文件中的内容粘贴到上方</p>';
menuwidth = 600;
menupos = '00';
menutype = 'win';
break;
default:
for(i in EXTRAFUNC['showEditorMenu']) {
EXTRASELECTION = selection;
EXTRASEL = sel;
try {
eval('str = ' + EXTRAFUNC['showEditorMenu'][i] + '(\'' + tag + '\', 0)');
} catch(e) {}
}
if(!str) {
str = '';
var haveSel = selection == null || selection == false || in_array(trim(selection), ['', 'null', 'undefined', 'false']) ? 0 : 1;
if(params == 1 && haveSel) {
return insertText((opentag + selection + closetag), strlen(opentag), strlen(closetag), true, sel);
}
var promptlang = custombbcodes[tag]['prompt'].split("\t");
for(var i = 1; i <= params; i++) {
if(i != params || !haveSel) {
str += (promptlang[i - 1] ? promptlang[i - 1] : '请输入第 ' + i + ' 个参数:') + '<br /><input type="text" id="' + ctrlid + '_param_' + i + '" style="width: 98%" value="" class="px" />' + (i < params ? '<br />' : '');
}
}
}
break;
}
var menu = document.createElement('div');
menu.id = ctrlid + '_menu';
menu.style.display = 'none';
menu.className = 'p_pof upf';
menu.style.width = menuwidth + 'px';
if(menupos == '00') {
menu.className = 'fwinmask';
s = '<table width="100%" cellpadding="0" cellspacing="0" class="fwin"><tr><td class="t_l"></td><td class="t_c"></td><td class="t_r"></td></tr><tr><td class="m_l"> </td><td class="m_c">'
+ '<h3 class="flb"><em>' + stitle + '</em><span><a onclick="hideMenu(\'\', \'win\');return false;" class="flbc" href="javascript:;">关闭</a></span></h3><div class="c">' + str + '</div>'
+ '<p class="o pns"><button type="submit" id="' + ctrlid + '_submit" class="pn pnc"><strong>提交</strong></button></p>'
+ '</td><td class="m_r"></td></tr><tr><td class="b_l"></td><td class="b_c"></td><td class="b_r"></td></tr></table>';
} else {
s = '<div class="p_opt cl"><span class="y" style="margin:-10px -10px 0 0"><a onclick="hideMenu();return false;" class="flbc" href="javascript:;">关闭</a></span><div>' + str + '</div><div class="pns mtn"><button type="submit" id="' + ctrlid + '_submit" class="pn pnc"><strong>提交</strong></button></div></div>';
}
menu.innerHTML = s;
$(editorid + '_editortoolbar').appendChild(menu);
showMenu({'ctrlid':ctrlid,'mtype':menutype,'evt':'click','duration':3,'cache':0,'drag':1,'pos':menupos});
}
try {
if($(ctrlid + '_param_1')) {
$(ctrlid + '_param_1').focus();
}
} catch(e) {}
var objs = menu.getElementsByTagName('*');
for(var i = 0; i < objs.length; i++) {
_attachEvent(objs[i], 'keydown', function(e) {
e = e ? e : event;
obj = BROWSER.ie ? event.srcElement : e.target;
if((obj.type == 'text' && e.keyCode == 13) || (obj.type == 'textarea' && e.ctrlKey && e.keyCode == 13)) {
if($(ctrlid + '_submit') && tag != 'image') $(ctrlid + '_submit').click();
doane(e);
} else if(e.keyCode == 27) {
hideMenu();
doane(e);
}
});
}
if($(ctrlid + '_submit')) $(ctrlid + '_submit').onclick = function() {
checkFocus();
if(BROWSER.ie && wysiwyg) {
setCaret(pos[0]);
}
switch(tag) {
case 'url':
var href = $(ctrlid + '_param_1').value;
href = (isEmail(href) ? 'mailto:' : '') + href;
if(href != '') {
var v = selection ? selection : ($(ctrlid + '_param_2').value ? $(ctrlid + '_param_2').value : href);
str = wysiwyg ? ('<a href="' + href + '">' + v + '</a>') : '[url=' + squarestrip(href) + ']' + v + '[/url]';
if(wysiwyg) insertText(str, str.length - v.length, 0, (selection ? true : false), sel);
else insertText(str, str.length - v.length - 6, 6, (selection ? true : false), sel);
}
break;
case 'code':
if(wysiwyg) {
opentag = '<div class="blockcode"><blockquote>';
closetag = '</blockquote></div><br />';
if(!BROWSER.ie) {
selection = selection ? selection : '\n';
}
}
case 'quote':
if(wysiwyg && tag == 'quote') {
opentag = '<div class="quote"><blockquote>';
closetag = '</blockquote></div><br />';
if(!BROWSER.ie) {
selection = selection ? selection : '\n';
}
}
case 'hide':
case 'free':
if(tag == 'hide') {
var mincredits = parseInt($(ctrlid + '_param_2').value);
var expire = parseInt($(ctrlid + '_param_3').value);
if(expire > 0 || (mincredits > 0 && $(ctrlid + '_radio_2').checked)) {
opentag = '[hide=';
if(expire > 0) {
opentag += 'd'+expire;
}
if(mincredits > 0 && $(ctrlid + '_radio_2').checked) {
opentag += (expire > 0 ? ',' : '')+mincredits;
}
opentag += ']';
} else {
opentag = '[hide]';
}
}
str = $(ctrlid + '_param_1') && $(ctrlid + '_param_1').value ? $(ctrlid + '_param_1').value : (selection ? selection : '');
if(wysiwyg) {
str = preg_replace(['<', '>'], ['<', '>'], str);
str = str.replace(/\r?\n/g, '<br />');
}
str = opentag + str + closetag;
insertText(str, strlen(opentag), strlen(closetag), false, sel);
break;
case 'tbl':
var rows = $(ctrlid + '_param_1').value;
var columns = $(ctrlid + '_param_2').value;
var width = $(ctrlid + '_param_3').value;
var bgcolor = $(ctrlid + '_param_4').value;
rows = /^[-\+]?\d+$/.test(rows) && rows > 0 && rows <= 30 ? rows : 2;
columns = /^[-\+]?\d+$/.test(columns) && columns > 0 && columns <= 30 ? columns : 2;
width = width.substr(width.length - 1, width.length) == '%' ? (width.substr(0, width.length - 1) <= 98 ? width : '98%') : (width <= 560 ? width : '98%');
bgcolor = /[\(\)%,#\w]+/.test(bgcolor) ? bgcolor : '';
if(wysiwyg) {
str = '<table cellspacing="0" cellpadding="0" style="width:' + (width ? width : '50%') + '" class="t_table"' + (bgcolor ? ' bgcolor="' + bgcolor + '"' : '') + '>';
for (var row = 0; row < rows; row++) {
str += '<tr>\n';
for (col = 0; col < columns; col++) {
str += '<td> </td>\n';
}
str += '</tr>\n';
}
str += '</table>\n';
} else {
str = '[table=' + (width ? width : '50%') + (bgcolor ? ',' + bgcolor : '') + ']\n';
for (var row = 0; row < rows; row++) {
str += '[tr]';
for (col = 0; col < columns; col++) {
str += '[td] [/td]';
}
str += '[/tr]\n';
}
str += '[/table]\n';
}
insertText(str, str.length, 0, false, sel);
break;
case 'aud':
insertText('[audio]' + $(ctrlid + '_param_1').value + '[/audio]', 7, 8, false, sel);
break;
case 'fls':
if($(ctrlid + '_param_2').value && $(ctrlid + '_param_3').value) {
insertText('[flash=' + parseInt($(ctrlid + '_param_2').value) + ',' + parseInt($(ctrlid + '_param_3').value) + ']' + squarestrip($(ctrlid + '_param_1').value) + '[/flash]', 7, 8, false, sel);
} else {
insertText('[flash]' + squarestrip($(ctrlid + '_param_1').value) + '[/flash]', 7, 8, false, sel);
}
break;
case 'vid':
var mediaUrl = $(ctrlid + '_param_1').value;
var auto = '';
var ext = mediaUrl.lastIndexOf('.') == -1 ? '' : mediaUrl.substr(mediaUrl.lastIndexOf('.') + 1, mb_strlen(mediaUrl)).toLowerCase();
ext = in_array(ext, ['mp3', 'wma', 'ra', 'rm', 'ram', 'mid', 'asx', 'wmv', 'avi', 'mpg', 'mpeg', 'rmvb', 'asf', 'mov', 'flv', 'swf']) ? ext : 'x';
if(ext == 'x') {
if(/^mms:\/\//.test(mediaUrl)) {
ext = 'mms';
} else if(/^(rtsp|pnm):\/\//.test(mediaUrl)) {
ext = 'rtsp';
}
}
var str = '[media=' + ext + ',' + $(ctrlid + '_param_2').value + ',' + $(ctrlid + '_param_3').value + ']' + squarestrip(mediaUrl) + '[/media]';
insertText(str, str.length, 0, false, sel);
break;
case 'image':
var width = parseInt($(ctrlid + '_param_2').value);
var height = parseInt($(ctrlid + '_param_3').value);
var src = $(ctrlid + '_param_1').value;
var style = '';
if(wysiwyg) {
style += width ? ' width=' + width : '';
style += height ? ' height=' + height : '';
var str = '<img src=' + src + style + ' border=0 />';
insertText(str, str.length, 0, false, sel);
} else {
style += width || height ? '=' + width + ',' + height : '';
insertText('[img' + style + ']' + squarestrip(src) + '[/img]', 0, 0, false, sel);
}
hideMenu('', 'win');
$(ctrlid + '_param_1').value = '';
break;
case 'pasteword':
pasteWord($(ctrlid + '_param_1').contentWindow.document.body.innerHTML);
hideMenu('', 'win');
break;
default:
for(i in EXTRAFUNC['showEditorMenu']) {
EXTRASELECTION= selection;
try {
eval('str = ' + EXTRAFUNC['showEditorMenu'][i] + '(\'' + tag + '\', 1)');
} catch(e) {}
}
if(!str) {
str = '';
var first = $(ctrlid + '_param_1').value;
if($(ctrlid + '_param_2')) var second = $(ctrlid + '_param_2').value;
if($(ctrlid + '_param_3')) var third = $(ctrlid + '_param_3').value;
if((params == 1 && first) || (params == 2 && first && (haveSel || second)) || (params == 3 && first && second && (haveSel || third))) {
if(params == 1) {
str = first;
} else if(params == 2) {
str = haveSel ? selection : second;
opentag = '[' + tag + '=' + first + ']';
} else {
str = haveSel ? selection : third;
opentag = '[' + tag + '=' + first + ',' + second + ']';
}
insertText((opentag + str + closetag), strlen(opentag), strlen(closetag), true, sel);
}
}
break;
}
hideMenu();
};
}
function autoTypeset() {
var sel;
if(BROWSER.ie) {
sel = wysiwyg ? editdoc.selection.createRange() : document.selection.createRange();
}
var selection = sel ? (wysiwyg ? sel.htmlText.replace(/<\/?p>/ig, '<br />') : sel.text) : getSel();
selection = trim(selection);
selection = wysiwyg ? selection.replace(/<br( \/)?>(<br( \/)?>)+/ig, '</p>\n<p style="line-height: 30px; text-indent: 2em;">') : selection.replace(/\n\n+/g, '[/p]\n[p=30, 2, left]');
opentag = wysiwyg ? '<p style="line-height: 30px; text-indent: 2em;">' : '[p=30, 2, left]';
var s = opentag + selection + (wysiwyg ? '</p>' : '[/p]');
insertText(s, strlen(opentag), 4, false, sel);
hideMenu();
}
function getSel() {
if(wysiwyg) {
try {
selection = editwin.getSelection();
checkFocus();
range = selection ? selection.getRangeAt(0) : editdoc.createRange();
return readNodes(range.cloneContents(), false);
} catch(e) {
try {
var range = editdoc.selection.createRange();
if(range.htmlText && range.text) {
return range.htmlText;
} else {
var htmltext = '';
for(var i = 0; i < range.length; i++) {
htmltext += range.item(i).outerHTML;
}
return htmltext;
}
} catch(e) {
return '';
}
}
} else {
if(!isUndefined(editdoc.selectionStart)) {
return editdoc.value.substr(editdoc.selectionStart, editdoc.selectionEnd - editdoc.selectionStart);
} else if(document.selection && document.selection.createRange) {
return document.selection.createRange().text;
} else if(window.getSelection) {
return window.getSelection() + '';
} else {
return false;
}
}
}
function insertText(text, movestart, moveend, select, sel) {
checkFocus();
if(wysiwyg) {
try {
editdoc.execCommand('insertHTML', false, text);
} catch(e) {
if(!isUndefined(editdoc.selection) && editdoc.selection.type != 'Text' && editdoc.selection.type != 'None') {
movestart = false;
editdoc.selection.clear();
}
if(isUndefined(sel)) {
sel = editdoc.selection.createRange();
}
sel.pasteHTML(text);
if(text.indexOf('\n') == -1) {
if(!isUndefined(movestart)) {
sel.moveStart('character', -strlen(text) + movestart);
sel.moveEnd('character', -moveend);
} else if(movestart != false) {
sel.moveStart('character', -strlen(text));
}
if(!isUndefined(select) && select) {
sel.select();
}
}
}
} else {
if(!isUndefined(editdoc.selectionStart)) {
if(editdoc._selectionStart) {
editdoc.selectionStart = editdoc._selectionStart;
editdoc.selectionEnd = editdoc._selectionEnd;
editdoc._selectionStart = 0;
editdoc._selectionEnd = 0;
}
var opn = editdoc.selectionStart + 0;
editdoc.value = editdoc.value.substr(0, editdoc.selectionStart) + text + editdoc.value.substr(editdoc.selectionEnd);
if(!isUndefined(movestart)) {
editdoc.selectionStart = opn + movestart;
editdoc.selectionEnd = opn + strlen(text) - moveend;
} else if(movestart !== false) {
editdoc.selectionStart = opn;
editdoc.selectionEnd = opn + strlen(text);
}
} else if(document.selection && document.selection.createRange) {
if(isUndefined(sel)) {
sel = document.selection.createRange();
}
if(editbox.sel) {
sel = editbox.sel;
editbox.sel = null;
}
sel.text = text.replace(/\r?\n/g, '\r\n');
if(!isUndefined(movestart)) {
sel.moveStart('character', -strlen(text) +movestart);
sel.moveEnd('character', -moveend);
} else if(movestart !== false) {
sel.moveStart('character', -strlen(text));
}
sel.select();
} else {
editdoc.value += text;
}
}
checkFocus();
}
function stripSimple(tag, str, iterations) {
var opentag = '[' + tag + ']';
var closetag = '[/' + tag + ']';
if(isUndefined(iterations)) {
iterations = -1;
}
while((startindex = stripos(str, opentag)) !== false && iterations != 0) {
iterations --;
if((stopindex = stripos(str, closetag)) !== false) {
var text = str.substr(startindex + opentag.length, stopindex - startindex - opentag.length);
str = str.substr(0, startindex) + text + str.substr(stopindex + closetag.length);
} else {
break;
}
}
return str;
}
function readNodes(root, toptag) {
var html = "";
var moz_check = /_moz/i;
switch(root.nodeType) {
case Node.ELEMENT_NODE:
case Node.DOCUMENT_FRAGMENT_NODE:
var closed;
if(toptag) {
closed = !root.hasChildNodes();
html = '<' + root.tagName.toLowerCase();
var attr = root.attributes;
for(var i = 0; i < attr.length; ++i) {
var a = attr.item(i);
if(!a.specified || a.name.match(moz_check) || a.value.match(moz_check)) {
continue;
}
html += " " + a.name.toLowerCase() + '="' + a.value + '"';
}
html += closed ? " />" : ">";
}
for(var i = root.firstChild; i; i = i.nextSibling) {
html += readNodes(i, true);
}
if(toptag && !closed) {
html += "</" + root.tagName.toLowerCase() + ">";
}
break;
case Node.TEXT_NODE:
html = htmlspecialchars(root.data);
break;
}
return html;
}
function stripComplex(tag, str, iterations) {
var opentag = '[' + tag + '=';
var closetag = '[/' + tag + ']';
if(isUndefined(iterations)) {
iterations = -1;
}
while((startindex = stripos(str, opentag)) !== false && iterations != 0) {
iterations --;
if((stopindex = stripos(str, closetag)) !== false) {
var openend = stripos(str, ']', startindex);
if(openend !== false && openend > startindex && openend < stopindex) {
var text = str.substr(openend + 1, stopindex - openend - 1);
str = str.substr(0, startindex) + text + str.substr(stopindex + closetag.length);
} else {
break;
}
} else {
break;
}
}
return str;
}
function stripos(haystack, needle, offset) {
if(isUndefined(offset)) {
offset = 0;
}
var index = haystack.toLowerCase().indexOf(needle.toLowerCase(), offset);
return (index == -1 ? false : index);
}
function switchEditor(mode) {
if(mode == wysiwyg || !allowswitcheditor) {
return;
}
if(!mode) {
var controlbar = $(editorid + '_controls');
var controls = [];
var buttons = controlbar.getElementsByTagName('a');
var buttonslength = buttons.length;
for(var i = 0; i < buttonslength; i++) {
if(buttons[i].id) {
controls[controls.length] = buttons[i].id;
}
}
var controlslength = controls.length;
for(var i = 0; i < controlslength; i++) {
var control = $(controls[i]);
if(control.id.indexOf(editorid + '_') != -1) {
control.state = false;
control.mode = 'normal';
} else if(control.id.indexOf(editorid + '_popup_') != -1) {
control.state = false;
}
}
setContext('clear');
}
cursor = -1;
stack = [];
var parsedtext = getEditorContents();
parsedtext = mode ? bbcode2html(parsedtext) : html2bbcode(parsedtext);
wysiwyg = mode;
$(editorid + '_mode').value = mode;
newEditor(mode, parsedtext);
setEditorStyle();
editwin.focus();
setCaretAtEnd();
}
function setCaretAtEnd() {
if(wysiwyg) {
editdoc.body.innerHTML += '';
} else {
editdoc.value += '';
}
}
function moveCursor(increment) {
var test = cursor + increment;
if(test >= 0 && stack[test] != null && !isUndefined(stack[test])) {
cursor += increment;
}
}
function addSnapshot(str) {
if(stack[cursor] == str) {
return;
} else {
cursor++;
stack[cursor] = str;
if(!isUndefined(stack[cursor + 1])) {
stack[cursor + 1] = null;
}
}
}
function getSnapshot() {
if(!isUndefined(stack[cursor]) && stack[cursor] != null) {
return stack[cursor];
} else {
return false;
}
}
function squarestrip(str) {
str = str.replace('[', '%5B');
str = str.replace(']', '%5D');
return str;
}
function loadimgsize(imgurl, editor, p) {
var editor = !editor ? editorid : editor;
var s = new Object();
var p = !p ? '_image' : p;
s.img = new Image();
s.img.src = imgurl;
s.loadCheck = function () {
if(s.img.complete) {
$(editor + p + '_param_2').value = s.img.width ? s.img.width : '';
$(editor + p + '_param_3').value = s.img.height ? s.img.height : '';
} else {
setTimeout(function () {s.loadCheck();}, 100);
}
};
s.loadCheck();
}
if(typeof jsloaded == 'function') {
jsloaded('editor');
} | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: space_diy.js 23838 2011-08-11 06:51:58Z monkey $
*/
var drag = new Drag();
drag.extend({
setDefalutMenu : function () {
this.addMenu('default', '删除', 'drag.removeBlock(event)');
this.addMenu('block', '属性', 'drag.openBlockEdit(event)');
},
removeBlock : function (e) {
if ( typeof e !== 'string') {
e = Util.event(e);
id = e.aim.id.replace('cmd_','');
} else {
id = e;
}
if (!confirm('您确实要删除吗,删除以后将不可恢复')) return false;
$(id).parentNode.removeChild($(id));
var el = $('chk'+id);
if (el != null) el.className = '';
this.initPosition();
this.initChkBlock();
},
initChkBlock : function (data) {
if (typeof name == 'undefined' || data == null ) data = this.data;
if ( data instanceof Frame) {
this.initChkBlock(data['columns']);
} else if (data instanceof Block) {
var el = $('chk'+data.name);
if (el != null) el.className = 'activity';
} else if (typeof data == 'object') {
for (var i in data) {
this.initChkBlock(data[i]);
}
}
},
toggleBlock : function (blockname) {
var el = $('chk'+blockname);
if (el != null) {
if (el.className == '') {
this.getBlockData(blockname);
el.className = 'activity';
} else {
this.removeBlock(blockname);
this.initPosition();
}
this.setClose();
}
},
getBlockData : function (blockname) {
var el = $(blockname);
if (el != null) {
Util.show(blockname);
} else {
var x = new Ajax();
x.get('home.php?mod=spacecp&ac=index&op=getblock&blockname='+blockname+'&inajax=1',function(s) {
if (s) {
el = document.createElement("div");
el.className = drag.blockClass + ' ' + drag.moveableObject;
el.id = blockname;
s = s.replace(/\<script.*\<\/script\>/ig,'<font color="red"> [javascript脚本保存后显示] </font>');
el.innerHTML = s;
var id = drag.data['diypage'][0]['columns']['frame1_left']['children'][0]['name'];
$('frame1_left').insertBefore(el,$(id));
drag.initPosition();
}
});
}
},
openBlockEdit : function (e) {
e = Util.event(e);
var blockname = e.aim.id.replace('cmd_','');
this.removeMenu();
showWindow('showblock', 'home.php?mod=spacecp&ac=index&op=edit&blockname='+blockname,'get',0);
}
});
var spaceDiy = new DIY();
spaceDiy.extend({
save:function () {
drag.clearClose();
document.diyform.spacecss.value = this.getSpacecssStr();
document.diyform.style.value = this.style;
document.diyform.layoutdata.value = drag.getPositionStr();
document.diyform.currentlayout.value = this.currentLayout;
document.diyform.submit();
},
getdiy : function (type) {
var type_ = type == 'image' ? 'diy' : type;
if (type_) {
var nav = $('controlnav').children;
for (var i in nav) {
if (nav[i].className == 'current') {
nav[i].className = '';
}
}
$('nav'+type_).className = 'current';
var para = '&op='+type;
if (arguments.length > 1) {
for (i = 1; i < arguments.length; i++) {
para += '&' + arguments[i] + '=' + arguments[++i];
}
}
var ajaxtarget = type == 'image' ? 'diyimages' : '';
var x = new Ajax();
x.showId = ajaxtarget;
x.get('home.php?mod=spacecp&ac=index'+para+'&inajax=1&ajaxtarget='+ajaxtarget,function(s) {
if (s) {
drag.deleteFrame(['pb', 'bpb', 'tpb', 'lpb']);
if (type == 'image') {
$('diyimages').innerHTML = s;
} else {
$('controlcontent').innerHTML = s;
x.showId = 'controlcontent';
}
if (type_ == 'block') {
drag.initPosition();
drag.initChkBlock();
} else if (type_ == 'layout') {
$('layout'+spaceDiy.currentLayout).className = 'activity';
} else if (type_ == 'diy' && type != 'image') {
spaceDiy.setCurrentDiy(spaceDiy.currentDiy);
if (spaceDiy.styleSheet.rules.length > 0) {
Util.show('recover_button');
}
}
var evaled = false;
if(s.indexOf('ajaxerror') != -1) {
evalscript(s);
evaled = true;
}
if(!evaled && (typeof ajaxerror == 'undefined' || !ajaxerror)) {
if(x.showId) {
ajaxupdateevents($(x.showId));
}
}
if(!evaled) evalscript(s);
}
});
}
},
menuChange : function (tabs, menu) {
var tabobj = $(tabs);
var aobj = tabobj.getElementsByTagName("li");
for(i=0; i<aobj.length; i++) {
aobj[i].className = '';
$(aobj[i].id+'_content').style.display = 'none';
}
$(menu).className = 'a';
$(menu+'_content').style.display="block";
doane(null);
},
delIframe : function (){
drag.deleteFrame(['m_ctc', 'm_bc', 'm_fc']);
},
showEditSpaceInfo : function () {
$('spaceinfoshow').style.display='none';
if (!$('spaceinfoedit')) {
var dom = document.createElement('h2');
dom.id = 'spaceinfoedit';
Util.insertBefore(dom, $('spaceinfoshow'));
}
ajaxget('home.php?mod=spacecp&ac=index&op=getspaceinfo','spaceinfoedit');
},
spaceInfoCancel : function () {
if ($('spaceinfoedit')) $('spaceinfoedit').style.display = 'none';
if ($('spaceinfoshow')) $('spaceinfoshow').style.display = 'inline';
},
spaceInfoSave : function () {
ajaxpost('savespaceinfo','spaceinfoshow');
},
init : function () {
drag.init();
this.style = document.diyform.style.value;
this.currentLayout = typeof document.diyform.currentlayout == 'undefined' ? '' : document.diyform.currentlayout.value;
this.initStyleSheet();
if (this.styleSheet.rules) this.initDiyStyle();
this.initSpaceInfo();
},
initSpaceInfo : function () {
this.spaceInfoCancel();
if ($('spaceinfoshow')) {
if (!$('infoedit')) {
var dom = document.createElement('em');
dom.id = 'infoedit';
dom.innerHTML = '编辑';
$('spacename').appendChild(dom);
}
$('spaceinfoshow').onmousedown = function () {spaceDiy.showEditSpaceInfo();};
}
if ($('nv')) {
if(!$('nv').getElementsByTagName('li').length) {
$('nv').getElementsByTagName('ul')[0].className = 'mininv';
}
$('nv').onmouseover = function () {spaceDiy.showEditNvInfo();};
$('nv').onmouseout = function () {spaceDiy.hideEditNvInfo();};
}
},
showEditNvInfo : function () {
var nv = $('editnvinfo');
if(!nv) {
var dom = document.createElement('div');
dom.innerHTML = '<span id="editnvinfo" class="edit" style="background-color:#336699;" onclick="spaceDiy.opNvEditInfo();">设置</span>';
$('nv').appendChild(dom.childNodes[0]);
} else {
nv.style.display = '';
}
},
hideEditNvInfo : function () {
var nv = $('editnvinfo');
if(nv) {
nv.style.display = 'none';
}
},
opNvEditInfo : function () {
showWindow('showpersonalnv', 'home.php?mod=spacecp&ac=index&op=editnv','get',0);
},
getPersonalNv : function (show) {
var x = new Ajax();
show = !show ? '' : '&show=1';
x.get('home.php?mod=spacecp&ac=index&op=getpersonalnv&inajax=1'+show, function(s) {
if($('nv')) {
$('hd').removeChild($('nv'));
}
var dom = document.createElement('div');
dom.innerHTML = !s ? ' ' : s;
$('hd').appendChild(dom.childNodes[0]);
spaceDiy.initSpaceInfo();
});
}
});
spaceDiy.init(); | JavaScript |
/*
[Discuz!] (C)2001-2099 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: google.js 23838 2011-08-11 06:51:58Z monkey $
*/
document.writeln('<script type="text/javascript">');
document.writeln('function validate_google(theform) {');
document.writeln(' if(theform.site.value == 1) {');
document.writeln(' theform.q.value = \'site:' + google_host + ' \' + theform.q.value;');
document.writeln(' }');
document.writeln('}');
document.writeln('function submitFormWithChannel(channelname) {');
document.writeln(' document.gform.channel.value=channelname;');
document.writeln(' document.gform.submit();');
document.writeln(' return;');
document.writeln('}');
document.writeln('</script>');
document.writeln('<form name="gform" id="gform" method="get" autocomplete="off" action="http://www.google.com/search?" target="_blank" onSubmit="validate_google(this);">');
document.writeln('<input type="hidden" name="client" value="' + (!google_client ? 'aff-discuz' : google_client) + '" />');
document.writeln('<input type="hidden" name="ie" value="' + google_charset + '" />');
document.writeln('<input type="hidden" name="oe" value="UTF-8" />');
document.writeln('<input type="hidden" name="hl" value="' + google_hl + '" />');
document.writeln('<input type="hidden" name="lr" value="' + google_lr + '" />');
document.writeln('<input type="hidden" name="channel" value="search" />');
document.write('<div onclick="javascript:submitFormWithChannel(\'logo\')" style="cursor:pointer;float: left;width:70px;height:23px;background: url(' + STATICURL + 'image/common/Google_small.png) !important;background: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + STATICURL+ 'image/common/Google_small.png\', sizingMethod=\'scale\')"><img src="' + STATICURL + 'image/common/none.gif" border="0" alt="Google" /></div>');
document.writeln(' <input type="text" class="txt" size="20" name="q" id="q" maxlength="255" value=""></input>');
document.writeln('<select name="site">');
document.writeln('<option value="0"' + google_default_0 + '>网页搜索</option>');
document.writeln('<option value="1"' + google_default_1 + '>站内搜索</option>');
document.writeln('</select>');
document.writeln(' <button type="submit" name="sa" value="true">搜索</button>');
document.writeln('</form>'); | JavaScript |
function uploadEdit(obj) {
mainForm = obj.form;
forms = $('attachbody').getElementsByTagName("FORM");
albumid = $('uploadalbum').value;
edit_save();
upload();
}
function edit_save() {
var p = window.frames['uchome-ifrHtmlEditor'];
var obj = p.window.frames['HtmlEditor'];
var status = p.document.getElementById('uchome-editstatus').value;
if(status == 'code') {
$('uchome-ttHtmlEditor').value = p.document.getElementById('sourceEditor').value;
} else if(status == 'text') {
if(BROWSER.ie) {
obj.document.body.innerText = p.document.getElementById('dvtext').value;
$('uchome-ttHtmlEditor').value = obj.document.body.innerHTML;
} else {
obj.document.body.textContent = p.document.getElementById('dvtext').value;
var sOutText = obj.document.body.innerHTML;
$('uchome-ttHtmlEditor').value = sOutText.replace(/\r\n|\n/g,"<br>");
}
} else {
$('uchome-ttHtmlEditor').value = obj.document.body.innerHTML;
}
backupContent($('uchome-ttHtmlEditor').value);
}
function relatekw() {
edit_save();
var subject = cnCode($('subject').value);
var message = cnCode($('uchome-ttHtmlEditor').value);
if(message) {
message = message.substr(0, 500);
}
var x = new Ajax();
x.get('home.php?mod=spacecp&ac=relatekw&inajax=1&subjectenc=' + subject + '&messageenc=' + message, function(s){
$('tag').value = s;
});
}
function downRemoteFile() {
edit_save();
var formObj = $("articleform");
var oldAction = formObj.action;
formObj.action = "portal.php?mod=portalcp&ac=upload&op=downremotefile";
formObj.onSubmit = "";
formObj.target = "uploadframe";
formObj.submit();
formObj.action = oldAction;
formObj.target = "";
}
function backupContent(sHTML) {
if(sHTML.length > 11) {
var obj = $('uchome-ttHtmlEditor').form;
if(!obj) return;
var data = subject = message = '';
for(var i = 0; i < obj.elements.length; i++) {
var el = obj.elements[i];
if(el.name != '' && (el.tagName == 'TEXTAREA' || el.tagName == 'INPUT' && (el.type == 'text' || el.type == 'checkbox' || el.type == 'radio')) && el.name.substr(0, 6) != 'attach') {
var elvalue = el.value;
if(el.name == 'subject' || el.name == 'title') {
subject = trim(elvalue);
} else if(el.name == 'message' || el.name == 'content') {
message = trim(elvalue);
}
if((el.type == 'checkbox' || el.type == 'radio') && !el.checked) {
continue;
}
if(trim(elvalue)) {
data += el.name + String.fromCharCode(9) + el.tagName + String.fromCharCode(9) + el.type + String.fromCharCode(9) + elvalue + String.fromCharCode(9, 9);
}
}
}
if(!subject && !message) {
return;
}
saveUserdata('home', data);
}
}
function edit_insert(html) {
var p = window.frames['uchome-ifrHtmlEditor'];
var obj = p.window.frames['HtmlEditor'];
var status = p.document.getElementById('uchome-editstatus').value;
if(status != 'html') {
alert('本操作只在多媒体编辑模式下才有效');
return;
}
obj.focus();
if(BROWSER.ie){
var f = obj.document.selection.createRange();
f.pasteHTML(html);
f.collapse(false);
f.select();
} else {
obj.document.execCommand('insertHTML', false, html);
}
}
function insertImage(image, url, width, height) {
url = typeof url == 'undefined' || url === null ? image : url;
width = typeof width == 'undefined' || width === null ? 0 : parseInt(width);
height = typeof height == 'undefined' || height === null ? 0 : parseInt(height);
var html = '<p><a href="' + url + '" target="_blank"><img src="'+image+'"'+(width?' width="'+width+'"':'')+(height?' height="'+height+'"':'')+'></a></p>';
edit_insert(html);
}
function insertFile(file, url) {
url = typeof url == 'undefined' || url === null ? image : url;
var html = '<p><a href="' + url + '" target="_blank" class="attach">' + file + '</a></p>';
edit_insert(html);
}
function createImageBox(fn) {
if(typeof fn == 'function' && !fn()) {
return false;
}
var menu = $('icoImg_image_menu');
if(menu) {
if(menu.style.visibility == 'hidden') {
menu.style.visibility = 'visible';
} else {
menu.style.width = '600px';
showMenu({'ctrlid':'icoImg_image','mtype':'win','evt':'click','pos':'00','timeout':250,'duration':3,'drag':'icoImg_image_ctrl'});
}
}
}
function createAttachBox(fn) {
if(typeof fn == 'function' && !fn()) {
return false;
}
var menu = $('icoAttach_attach_menu');
if(menu) {
if(menu.style.visibility == 'hidden') {
menu.style.visibility = 'visible';
} else {
menu.style.width = '600px';
showMenu({'ctrlid':'icoAttach_attach','mtype':'win','evt':'click','pos':'00','timeout':250,'duration':3,'drag':'icoAttach_attach_ctrl'});
}
}
}
function switchButton(btn, type) {
var btnpre = 'icoImg_btn_';
if(!$(btnpre + btn) || !$('icoImg_' + btn)) {
return;
}
var tabs = $('icoImg_' + type + '_ctrl').getElementsByTagName('LI');
$(btnpre + btn).style.display = '';
$('icoImg_' + btn).style.display = '';
$(btnpre + btn).className = 'current';
var btni = '';
for(i = 0;i < tabs.length;i++) {
if(tabs[i].id.indexOf(btnpre) !== -1) {
btni = tabs[i].id.substr(btnpre.length);
}
if(btni != btn) {
if(!$('icoImg_' + btni) || !$('icoImg_btn_' + btni)) {
continue;
}
$('icoImg_' + btni).style.display = 'none';
$('icoImg_btn_' + btni).className = '';
}
}
}
function changeEditFull(flag) {
var ifrHtmlEditor = $('uchome-ifrHtmlEditor');
var editor = ifrHtmlEditor.parentNode;
if(flag) {
document.body.scroll = 'no';
document.body.style.overflow = 'hidden';
window.resize = function(){changeEditFull(1)};
editor.style.top = '0';
editor.style.left = '0';
editor.style.position = 'fixed';
editor.style.width = '100%';
editor.setAttribute('srcheight', editor.style.height);
editor.style.height = '100%';
editor.style.minWidth = '800px';
editor.style.zIndex = '400';
ifrHtmlEditor.style.height = '100%';
ifrHtmlEditor.style.zoom = ifrHtmlEditor.style.zoom=="1"?"100%":"1";
} else {
document.body.scroll = 'yes';
document.body.style.overflow = 'auto';
window.resize = null;
editor.style.position = '';
editor.style.width = '';
editor.style.height = editor.getAttribute('srcheight');
}
doane();
}
function showInnerNav(){
var navtitle = $('innernavele');
var pagetitle = $('pagetitle');
if(navtitle && navtitle.style.display == 'none') {
navtitle.style.display = '';
}
if(pagetitle && pagetitle.style.display == 'none') {
pagetitle.style.display = '';
}
} | JavaScript |
var gSetColorType = "";
var gIsIE = document.all;
var gIEVer = fGetIEVer();
var gLoaded = false;
var ev = null;
var gIsHtml = true;
var pos = 0;
var sLength = 0;
function fGetEv(e){
ev = e;
}
function fGetIEVer(){
var iVerNo = 0;
var sVer = navigator.userAgent;
if(sVer.indexOf("MSIE")>-1){
var sVerNo = sVer.split(";")[1];
sVerNo = sVerNo.replace("MSIE","");
iVerNo = parseFloat(sVerNo);
}
return iVerNo;
}
function fSetEditable(){
var f = window.frames["HtmlEditor"];
f.document.designMode="on";
if(!gIsIE)
f.document.execCommand("useCSS",false, true);
}
function renewContent() {
var evalevent = function (obj) {
var script = obj.parentNode.innerHTML;
var re = /onclick="(.+?)["|>]/ig;
var matches = re.exec(script);
if(matches != null) {
matches[1] = matches[1].replace(/this\./ig, 'obj.');
eval(matches[1]);
}
};
if(window.confirm('您确定要恢复上次保存?')) {
var data = loadUserdata('home');
if(in_array((data = trim(data)), ['', 'null', 'false', null, false])) {
parent.showDialog('没有可以恢复的数据!');
return;
}
var data = data.split(/\x09\x09/);
if(parent.$('subject')) {
var formObj = parent.$('subject').form;
} else if(parent.$('title')) {
var formObj = parent.$('title').form;
} else {
return;
}
for(var i = 0; i < formObj.elements.length; i++) {
var el = formObj.elements[i];
if(el.name != '' && (el.tagName == 'TEXTAREA' || el.tagName == 'INPUT' && (el.type == 'text' || el.type == 'checkbox' || el.type == 'radio'))) {
for(var j = 0; j < data.length; j++) {
var ele = data[j].split(/\x09/);
if(ele[0] == el.name) {
elvalue = !isUndefined(ele[3]) ? ele[3] : '';
if(ele[1] == 'INPUT') {
if(ele[2] == 'text') {
el.value = elvalue;
} else if((ele[2] == 'checkbox' || ele[2] == 'radio') && ele[3] == el.value) {
el.checked = true;
evalevent(el);
}
} else if(ele[1] == 'TEXTAREA') {
if(ele[0] == 'message' || ele[0] == 'content') {
var f = window.frames["HtmlEditor"];
f.document.body.innerHTML = elvalue;
} else {
el.value = elvalue;
}
}
break
}
}
}
}
}
}
function fSetFrmClick(){
var f = window.frames["HtmlEditor"];
f.document.onclick = function(){
fHideMenu();
}
if(gIsIE) {
f.document.attachEvent("onkeydown", listenKeyDown);
} else {
f.addEventListener('keydown', function(e) {listenKeyDown(e);}, true);
}
}
function listenKeyDown(event) {
parent.gIsEdited = true;
parent.ctrlEnter(event, 'issuance');
}
window.onload = function(){
try{
gLoaded = true;
fSetEditable();
fSetFrmClick();
}catch(e){
}
}
window.onbeforeunload = parent.edit_save;
function fSetColor(){
var dvForeColor =$("dvForeColor");
if(dvForeColor.getElementsByTagName("TABLE").length == 1){
dvForeColor.innerHTML = drawCube() + dvForeColor.innerHTML;
}
}
document.onmousemove = function(e){
if(gIsIE) var el = event.srcElement;
else var el = e.target;
var tdView = $("tdView");
var tdColorCode = $("tdColorCode");
if(el.tagName == "IMG"){
try{
if(fInObj(el, "dvForeColor")){
tdView.bgColor = el.parentNode.bgColor;
tdColorCode.innerHTML = el.parentNode.bgColor
}
}catch(e){}
}
}
function fInObj(el, id){
if(el){
if(el.id == id){
return true;
}else{
if(el.parentNode){
return fInObj(el.parentNode, id);
}else{
return false;
}
}
}
}
function fDisplayObj(id){
var o = $(id);
if(o) o.style.display = "";
}
document.onclick = function(e){
if(gIsIE) var el = event.srcElement;
else var el = e.target;
var dvForeColor =$("dvForeColor");
var dvPortrait =$("dvPortrait");
if(el.tagName == "IMG"){
try{
if(fInObj(el, "dvForeColor")){
format(gSetColorType, el.parentNode.bgColor);
dvForeColor.style.display = "none";
return;
}
}catch(e){}
try{
if(fInObj(el, "dvPortrait")){
format("InsertImage", el.src);
dvPortrait.style.display = "none";
return;
}
}catch(e){}
}
try{
if(fInObj(el, "createUrl") || fInObj(el, "createImg") || fInObj(el, "createSwf") || fInObj(el, "createPage")){
return;
}
}catch(e){}
fHideMenu();
var hideId = "";
if(arrMatch[el.id]){
hideId = arrMatch[el.id];
fDisplayObj(hideId);
}
}
var arrMatch = {
imgFontface:"fontface",
imgFontsize:"fontsize",
imgFontColor:"dvForeColor",
imgBackColor:"dvForeColor",
imgFace:"dvPortrait",
imgAlign:"divAlign",
imgList:"divList",
imgInOut:"divInOut",
faceBox:"editFaceBox",
icoUrl:"createUrl",
icoSwf:"createSwf",
icoPage:"createPage"
}
function format(type, para){
var f = window.frames["HtmlEditor"];
var sAlert = "";
if(!gIsIE){
switch(type){
case "Cut":
sAlert = "您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl+X)来完成";
break;
case "Copy":
sAlert = "您的浏览器安全设置不允许编辑器自动执行拷贝操作,请使用键盘快捷键(Ctrl+C)来完成";
break;
case "Paste":
sAlert = "您的浏览器安全设置不允许编辑器自动执行粘贴操作,请使用键盘快捷键(Ctrl+V)来完成";
break;
}
}
if(sAlert != ""){
alert(sAlert);
return;
}
f.focus();
if(!para){
if(gIsIE){
f.document.execCommand(type);
}else{
f.document.execCommand(type,false,false);
}
}else{
if(type == 'insertHTML') {
try{
f.document.execCommand('insertHTML', false, para);
}catch(exp){
var obj = f.document.selection.createRange();
obj.pasteHTML(para);
obj.collapse(false);
obj.select();
}
} else {
try{
f.document.execCommand(type,false,para);
}catch(exp){}
}
}
f.focus();
}
function setMode(bStatus){
var sourceEditor = $("sourceEditor");
var HtmlEditor = $("HtmlEditor");
var divEditor = $("divEditor");
var f = window.frames["HtmlEditor"];
var body = f.document.getElementsByTagName("BODY")[0];
if(bStatus){
sourceEditor.style.display = "block";
divEditor.style.display = "none";
sourceEditor.value = body.innerHTML;
$('uchome-editstatus').value = 'code';
}else{
sourceEditor.style.display = "none";
divEditor.style.display = "";
body.innerHTML = sourceEditor.value;
$('uchome-editstatus').value = 'html';
}
}
function foreColor(e) {
fDisplayColorBoard(e);
gSetColorType = "foreColor";
}
function faceBox(e) {
if(gIsIE){
var e = window.event;
}
var dvFaceBox = $("editFaceBox");
var iX = e.clientX;
var iY = e.clientY;
dvFaceBox.style.display = "";
dvFaceBox.style.left = (iX-140) + "px";
dvFaceBox.style.top = 33 + "px";
dvFaceBox.innerHTML = "";
var faceul = document.createElement("ul");
for(i=1; i<31; i++) {
var faceli = document.createElement("li");
faceli.innerHTML = '<img src="' + parent.STATICURL + 'image/smiley/comcom/'+i+'.gif" onclick="insertImg(this.src);" class="cur1" />';
faceul.appendChild(faceli);
}
dvFaceBox.appendChild(faceul);
return true;
}
function insertImg(src) {
format("insertHTML", '<img src="' + src + '"/>');
}
function doodleBox(event, id) {
if(parent.$('uchome-ttHtmlEditor') != null) {
parent.showWindow(id, 'home.php?mod=magic&mid=doodle&showid=blog_doodle&target=uchome-ttHtmlEditor&from=editor');
} else {
alert("找不到涂鸦板初始化数据");
}
}
function backColor(e){
var sColor = fDisplayColorBoard(e);
if(gIsIE)
gSetColorType = "backcolor";
else
gSetColorType = "backcolor";
}
function fDisplayColorBoard(e){
if(gIsIE){
var e = window.event;
}
if(gIEVer<=5.01 && gIsIE){
var arr = showModalDialog("ColorSelect.htm", "", "font-family:Verdana; font-size:12; status:no; dialogWidth:21em; dialogHeight:21em");
if (arr != null) return arr;
return;
}
var dvForeColor =$("dvForeColor");
var iX = e.clientX;
var iY = e.clientY;
dvForeColor.style.display = "";
dvForeColor.style.left = (iX-30) + "px";
dvForeColor.style.top = 33 + "px";
return true;
}
function createLink(e, show) {
if(typeof show == 'undefined') {
var urlObj = $('insertUrl');
var sURL = urlObj.value;
if ((sURL!=null) && (sURL!="http://")){
setCaret();
format("CreateLink", sURL);
}
fHide($('createUrl'));
urlObj.value = 'http://';
} else {
if(gIsIE){
var e = window.event;
}
getCaret();
var dvUrlBox = $("createUrl");
var iX = e.clientX;
var iY = e.clientY;
dvUrlBox.style.display = "";
dvUrlBox.style.left = (iX-300) + "px";
dvUrlBox.style.top = 33 + "px";
}
}
function getCaret() {
if(gIsIE){
window.frames["HtmlEditor"].focus();
var ran = window.frames["HtmlEditor"].document.selection.createRange();
pos = ran.getBookmark();
}
}
function setCaret() {
if(gIsIE){
window.frames["HtmlEditor"].focus();
var range = window.frames["HtmlEditor"].document.body.createTextRange();
range.moveToBookmark(pos);
range.select();
pos = null;
}
}
function clearLink() {
format("Unlink", false);
}
function createImg(e, show) {
if(typeof show == 'undefined') {
var imgObj = $('imgUrl');
var sPhoto = imgObj.value;
if ((sPhoto!=null) && (sPhoto!="http://")){
setCaret();
format("InsertImage", sPhoto);
}
fHide($('createImg'));
imgObj.value = 'http://';
} else {
if(gIsIE){
var e = window.event;
}
getCaret();
var dvImgBox = $("createImg");
var iX = e.clientX;
var iY = e.clientY;
dvImgBox.style.display = "";
dvImgBox.style.left = (iX-300) + "px";
dvImgBox.style.top = 33 + "px";
}
}
function createFlash(e, show) {
if(typeof show == 'undefined') {
var flashtag = '';
var vObj = $('videoUrl');
var sFlash = vObj.value;
if ((sFlash!=null) && (sFlash!="http://")){
setCaret();
var sFlashType = $('vtype').value;
if(sFlashType==1) {
flashtag = '[flash=media]';
} else if(sFlashType==2) {
flashtag = '[flash=real]';
} else if(sFlashType==3) {
flashtag = '[flash=mp3]';
} else {
flashtag = '[flash]';
}
format("insertHTML", flashtag + sFlash + '[/flash]');
}
fHide($('createSwf'));
vObj.value = 'http://';
} else {
if(gIsIE){
var e = window.event;
}
getCaret();
var dvSwfBox = $("createSwf");
var iX = e.clientX;
var iY = e.clientY;
dvSwfBox.style.display = "";
dvSwfBox.style.left = (iX-350) + "px";
dvSwfBox.style.top = 33 + "px";
}
}
String.prototype.trim = function(){
return this.replace(/(^\s*)|(\s*$)/g, "");
}
function fSetBorderMouseOver(obj) {
obj.style.borderRight="1px solid #aaa";
obj.style.borderBottom="1px solid #aaa";
obj.style.borderTop="1px solid #fff";
obj.style.borderLeft="1px solid #fff";
}
function fSetBorderMouseOut(obj) {
obj.style.border="none";
}
function fSetBorderMouseDown(obj) {
obj.style.borderRight="1px #F3F8FC solid";
obj.style.borderBottom="1px #F3F8FC solid";
obj.style.borderTop="1px #cccccc solid";
obj.style.borderLeft="1px #cccccc solid";
}
function fDisplayElement(element,displayValue) {
if(gIEVer<=5.01 && gIsIE){
alert('只支持IE 5.01以上版本');
return;
}
fHideMenu();
if ( typeof element == "string" )
element = $(element);
if (element == null) return;
element.style.display = displayValue;
if(gIsIE){
var e = event;
var target = e.srcElement;
}else{
var e = ev;
var target = e.target;
}
var iX = f_GetX(target);
element.style.display = "";
element.style.left = (iX) + "px";
element.style.top = 33 + "px";
return true;
}
function fSetModeTip(obj){
var x = f_GetX(obj);
var y = f_GetY(obj);
var dvModeTip = $("dvModeTip");
if(!dvModeTip){
var dv = document.createElement("DIV");
dv.style.position = "absolute";
dv.style.top = 33 + "px";
dv.style.left = (x-40) + "px";
dv.style.zIndex = "999";
dv.style.fontSize = "12px";
dv.id = "dvModeTip";
dv.style.padding = "2px";
dv.style.border = "1px #000000 solid";
dv.style.backgroundColor = "#FFFFCC";
dv.innerHTML = "编辑源码";
document.body.appendChild(dv);
}else{
dvModeTip.style.display = "";
}
}
function fHideTip(){
$("dvModeTip").style.display = "none";
}
function f_GetX(e)
{
var l=e.offsetLeft;
while(e=e.offsetParent){
l+=e.offsetLeft;
}
return l;
}
function f_GetY(e)
{
var t=e.offsetTop;
while(e=e.offsetParent){
t+=e.offsetTop;
}
return t;
}
function fHideMenu(){
try{
var arr = ["fontface", "fontsize", "dvForeColor", "dvPortrait", "divAlign", "divList" ,"divInOut", "editFaceBox", "createUrl", "createImg", "createSwf", "createPage"];
for(var i=0;i<arr.length;i++){
var obj = $(arr[i]);
if(obj){
obj.style.display = "none";
}
}
try{
parent.LetterPaper.control(window, "hide");
}catch(exp){}
}catch(exp){}
}
function $(id){
return document.getElementById(id);
}
function fHide(obj){
obj.style.display="none";
}
function pageBreak(e, show) {
if(!show) {
var obj = $('pageTitle');
var title = obj ? obj.value : '';
if(obj) {
obj.value = '';
}
var insertText = title ? '[title='+title+']': '';
setCaret();
format("insertHTML", '<br /><strong>##########NextPage'+insertText+'##########</strong><br /><br />');
if(parent.showInnerNav && typeof parent.showInnerNav == 'function') {
parent.showInnerNav();
}
fHide($('createPage'));
} else {
if(gIsIE){
var e = window.event;
}
getCaret();
var dvSwfBox = $("createPage");
var iX = e.clientX;
var iY = e.clientY;
dvSwfBox.style.display = "";
dvSwfBox.style.left = (iX-300) + "px";
dvSwfBox.style.top = 33 + "px";
}
}
function changeEditType(flag, ev){
gIsHtml = flag;
try{
var mod = parent.MM["compose"];
mod.html = flag;
}catch(exp){}
try{
var dvhtml = $("dvhtml");
var dvtext = $("dvtext");
var HtmlEditor = window.frames["HtmlEditor"];
var ifmHtmlEditor = $("HtmlEditor");
var sourceEditor = $("sourceEditor");
var switchMode = $("switchMode");
var sourceEditor = $("sourceEditor");
var dvHtmlLnk = $("dvHtmlLnk");
var dvToolbar = $('dvToolbar');
if(flag){
dvhtml.style.display = "";
dvtext.style.display = "none";
dvToolbar.className = 'toobar';
if(switchMode.checked){
sourceEditor.value = dvtext.value;
$('uchome-editstatus').value = 'code';
}else{
if(document.all){
HtmlEditor.document.body.innerText = dvtext.value;
} else {
HtmlEditor.document.body.innerHTML = dvtext.value.unescapeHTML();
}
$('uchome-editstatus').value = 'html';
}
}else{
function sub1(){
dvhtml.style.display = "none";
dvtext.style.display = "";
dvToolbar.className = 'toobarmini';
if(switchMode.checked){
dvtext.value = sourceEditor.value.unescapeHTML();
}else{
if(document.all){
dvtext.value = HtmlEditor.document.body.innerText;
}else{
dvtext.value = HtmlEditor.document.body.innerHTML.unescapeHTML();
}
}
}
ev = ev || event;
if(ev){
if(window.confirm("转换为纯文本时将会遗失某些格式。\n您确定要继续吗?")){
$('uchome-editstatus').value = 'text';
sub1();
}else{
return;
}
}
}
}catch(exp){
}
}
function changeEditFull(flag, ev) {
if(parent.changeEditFull) {
parent.changeEditFull(flag);
ev = ev || event;
var ele = ev.target || ev.srcElement;
ele.innerHTML = flag ? '返回' : '全屏';
ele.onclick = function() {changeEditFull(!flag, ev)};
}
}
String.prototype.stripTags = function(){
return this.replace(/<\/?[^>]+>/gi, '');
};
String.prototype.unescapeHTML = function(){
var div = document.createElement('div');
div.innerHTML = this.stripTags();
return div.childNodes[0].nodeValue;
};
var s = "";
var hex = new Array(6)
hex[0] = "FF"
hex[1] = "CC"
hex[2] = "99"
hex[3] = "66"
hex[4] = "33"
hex[5] = "00"
function drawCell(red, green, blue) {
var color = '#' + red + green + blue;
if(color == "#000066") color = "#000000";
s += '<TD BGCOLOR="' + color + '" style="height:12px;width:12px;" >';
s += '<IMG '+ ((document.all)?"":"src='editor_none.gif'") +' HEIGHT=12 WIDTH=12>';
s += '</TD>';
}
function drawRow(red, blue) {
s += '<TR>';
for (var i = 0; i < 6; ++i) {
drawCell(red, hex[i], blue)
}
s += '</TR>';
}
function drawTable(blue) {
s += '<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>';
for (var i = 0; i < 6; ++i) {
drawRow(hex[i], blue)
}
s += '</TABLE>';
}
function drawCube() {
s += '<TABLE CELLPADDING=0 CELLSPACING=0 style="border:1px #888888 solid"><TR>';
for (var i = 0; i < 2; ++i) {
s += '<TD BGCOLOR="#FFFFFF">';
drawTable(hex[i])
s += '</TD>';
}
s += '</TR><TR>';
for (var i = 2; i < 4; ++i) {
s += '<TD BGCOLOR="#FFFFFF">';
drawTable(hex[i])
s += '</TD>';
}
s += '</TR></TABLE>';
return s;
}
function EV(){}
EV.getTarget = fGetTarget;
EV.getEvent = fGetEvent;
EV.stopEvent = fStopEvent;
EV.stopPropagation = fStopPropagation;
EV.preventDefault = fPreventDefault;
function fGetTarget(ev, resolveTextNode){
if(!ev) ev = this.getEvent();
var t = ev.target || ev.srcElement;
if (resolveTextNode && t && "#text" == t.nodeName) {
return t.parentNode;
} else {
return t;
}
}
function fGetEvent (e) {
var ev = e || window.event;
if (!ev) {
var c = this.getEvent.caller;
while (c) {
ev = c.arguments[0];
if (ev && Event == ev.constructor) {
break;
}
c = c.caller;
}
}
return ev;
}
function fStopEvent(ev) {
if(!ev) ev = this.getEvent();
this.stopPropagation(ev);
this.preventDefault(ev);
}
function fStopPropagation(ev) {
if(!ev) ev = this.getEvent();
if (ev.stopPropagation) {
ev.stopPropagation();
} else {
ev.cancelBubble = true;
}
}
function fPreventDefault(ev) {
if(!ev) ev = this.getEvent();
if (ev.preventDefault) {
ev.preventDefault();
} else {
ev.returnValue = false;
}
}
function getExt(path) {
return path.lastIndexOf('.') == -1 ? '' : path.substr(path.lastIndexOf('.') + 1, path.length).toLowerCase();
}
function checkURL(obj, mod) {
if(mod) {
if(obj.value == 'http://') {
obj.value = '';
}
} else {
if(obj.value == '') {
obj.value = 'http://';
}
}
} | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.