├── .buildpath ├── .project ├── .settings └── org.eclipse.php.core.prefs ├── admin ├── add_notice.php ├── add_vote_list.php ├── add_vote_list_back.php ├── add_vote_theme.php ├── del_guest.php ├── del_notice.php ├── del_vote_theme.php ├── guest_manager.php ├── images │ ├── footer.gif │ ├── main-top.gif │ └── nav.gif ├── includes │ ├── adminnav.inc.php │ ├── footer.inc.php │ └── maintop.inc.php ├── index.php ├── js │ ├── add_vote_list.js │ ├── add_vote_theme.js │ └── index.js ├── login.php ├── logout.php ├── notice_manager.php ├── styles │ ├── add-notice.css │ ├── add_vote_list.css │ ├── add_vote_theme.css │ ├── guest-manager.css │ ├── index.css │ ├── login.css │ ├── notice-manager.css │ ├── page_list_text.css │ ├── style.css │ └── vote-manager.css └── vote_manager.php ├── graph.php ├── graph_1.php ├── graph_3.php ├── guestbook.php ├── images ├── contact.gif ├── footer.gif ├── gonggao.gif ├── main-top.gif ├── more.gif └── nav.gif ├── includes ├── comm.inc.php ├── conn.inc.php ├── footer.inc.php ├── func.inc.php └── nav.inc.php ├── index.php ├── js └── index.js ├── search.php ├── sql └── vt_vote.sql ├── src ├── Examples │ ├── accbarex1.php │ ├── accbarframeex01.php │ ├── accbarframeex02.php │ ├── accbarframeex03.php │ ├── alphabarex1.php │ ├── antispamex01.php │ ├── aqua_example.php │ ├── axislabelbkgex01.php │ ├── axislabelbkgex02.php │ ├── axislabelbkgex03.php │ ├── axislabelbkgex04.php │ ├── axislabelbkgex05.php │ ├── axislabelbkgex06.php │ ├── axislabelbkgex07.php │ ├── background_type_ex0.php │ ├── background_type_ex1.php │ ├── background_type_ex2.php │ ├── background_type_ex3.php │ ├── background_type_ex4.php │ ├── backgroundex01.php │ ├── backgroundex02.php │ ├── backgroundex03.php │ ├── balloonex1.php │ ├── balloonex2.php │ ├── bar2scalesex1.php │ ├── bar_csimex1.php │ ├── bar_csimex2.php │ ├── bar_csimex3.php │ ├── barcode_errhandling_ex0.php │ ├── barcode_ex0.php │ ├── barcode_ex1.php │ ├── barcode_ex2.php │ ├── barcode_ex3.php │ ├── barcode_ex4.php │ ├── barcode_usps_example.php │ ├── barcsim_details.php │ ├── barcsim_popup.php │ ├── barformatcallbackex1.php │ ├── bargradex1.php │ ├── bargradex2.php │ ├── bargradex3.php │ ├── bargradex4.php │ ├── bargradex5.php │ ├── bargradex6.php │ ├── bargradsmallex1.php │ ├── bargradsmallex2.php │ ├── bargradsmallex3.php │ ├── bargradsmallex4.php │ ├── bargradsmallex5.php │ ├── bargradsmallex6.php │ ├── bargradsmallex7.php │ ├── bargradsmallex8.php │ ├── barimgex1.php │ ├── barintex1.php │ ├── barintex2.php │ ├── barline_csimex1.php │ ├── barlinealphaex1.php │ ├── barlinefreq_csimex1.php │ ├── barlinefreqex1.php │ ├── barpatternex1.php │ ├── barscalecallbackex1.php │ ├── bartutex1.php │ ├── bartutex12.php │ ├── bartutex2.php │ ├── bartutex3.php │ ├── bartutex4.php │ ├── bartutex5.php │ ├── bartutex6.php │ ├── basic_contourex01.php │ ├── basic_contourex02.php │ ├── basic_contourex03-1.php │ ├── basic_contourex03-2.php │ ├── basic_contourex03-3.php │ ├── basic_contourex04.php │ ├── basic_contourex05.php │ ├── bezierex1.php │ ├── bkgimgflagex1.php │ ├── bkgimgflagex2.php │ ├── bkgimgflagex3.php │ ├── bkgimgflagex4.php │ ├── bkgimgflagex5.php │ ├── blueblack400x300grad.png │ ├── boxstockcsimex1.php │ ├── boxstockex1.php │ ├── boxstockex2.php │ ├── builtinplotmarksex1.php │ ├── canvas_jpgarchex.php │ ├── canvasbezierex1.php │ ├── canvasex01.php │ ├── canvasex02.php │ ├── canvasex03.php │ ├── canvasex04.php │ ├── canvasex05.php │ ├── canvasex06.php │ ├── canvaspiralex1.php │ ├── ccbp_ex1.php │ ├── ccbp_ex2.php │ ├── ccbpgraph.class.php │ ├── centeredlineex01.php │ ├── centeredlineex02.php │ ├── centeredlineex03.php │ ├── centerlinebarex1.php │ ├── checkgd.php │ ├── checkgd2.php │ ├── checkttf.php │ ├── classroom.jpg │ ├── clipping_ex1.php │ ├── clipping_ex2.php │ ├── colormaps.php │ ├── comb90dategraphex01.php │ ├── comb90dategraphex02.php │ ├── comb90dategraphex03.php │ ├── combgraphex1.php │ ├── combgraphex2.php │ ├── contour2_ex1.php │ ├── contour2_ex2.php │ ├── contour2_ex3.php │ ├── contour2_ex4.php │ ├── contour2_ex5.php │ ├── contour2_ex6.php │ ├── contour2_ex7.php │ ├── contourex01.php │ ├── contourex02.php │ ├── contourex03.php │ ├── contourex04.php │ ├── contourex05.php │ ├── csim_in_html_ex1.php │ ├── csim_in_html_ex2.php │ ├── csim_in_html_graph_ex1.php │ ├── csim_in_html_graph_ex2.php │ ├── datamatrix_ex0.php │ ├── datamatrix_ex00.php │ ├── datamatrix_ex1.php │ ├── datamatrix_ex2.php │ ├── datamatrix_ex3.php │ ├── datamatrix_ex4.php │ ├── datamatrix_ex5.php │ ├── datamatrix_ex6.php │ ├── datamatrix_ex7.php │ ├── dataset01.inc.php │ ├── dateaxisex1.php │ ├── dateaxisex2.php │ ├── dateaxisex3.php │ ├── dateaxisex4.php │ ├── datescaleticksex01.php │ ├── dateutilex01.php │ ├── dateutilex02.php │ ├── dm_ex6.png │ ├── dupyaxisex1.php │ ├── example0-0.php │ ├── example0.php │ ├── example1.1.php │ ├── example1.2.php │ ├── example1.php │ ├── example10.php │ ├── example11.php │ ├── example13.php │ ├── example14.php │ ├── example15.php │ ├── example16.1.php │ ├── example16.2.php │ ├── example16.3.php │ ├── example16.4.php │ ├── example16.5.php │ ├── example16.6.php │ ├── example16.php │ ├── example17.php │ ├── example18.php │ ├── example19.1.php │ ├── example19.php │ ├── example2.1.php │ ├── example2.5.php │ ├── example2.6.php │ ├── example2.php │ ├── example20.1.php │ ├── example20.2.php │ ├── example20.3.php │ ├── example20.4.php │ ├── example20.5.php │ ├── example20.php │ ├── example21.php │ ├── example22.php │ ├── example23.php │ ├── example24.php │ ├── example25.1.php │ ├── example25.2.php │ ├── example25.php │ ├── example26.1.php │ ├── example26.php │ ├── example27.1.php │ ├── example27.2.php │ ├── example27.3.php │ ├── example27.php │ ├── example28.1.php │ ├── example28.2.php │ ├── example28.3.php │ ├── example28.php │ ├── example3.0.1.php │ ├── example3.0.2.php │ ├── example3.0.3.php │ ├── example3.1.1.php │ ├── example3.1.php │ ├── example3.2.1.php │ ├── example3.2.2.php │ ├── example3.2.php │ ├── example3.3.php │ ├── example3.4.1.php │ ├── example3.4.php │ ├── example3.php │ ├── example4.php │ ├── example5.1.php │ ├── example5.php │ ├── example6.1.php │ ├── example6.2.php │ ├── example6.php │ ├── example7.php │ ├── example8.1.php │ ├── example8.php │ ├── example9.1.php │ ├── example9.2.php │ ├── example9.php │ ├── exampleex9.php │ ├── fieldscatterex1.php │ ├── filledgridex1.php │ ├── filledline01.php │ ├── filledlineex01.1.php │ ├── filledlineex01.php │ ├── filledlineex02.php │ ├── filledlineex03.php │ ├── filledstepstyleex1.php │ ├── fireplace.jpg │ ├── fixscale_radarex1.php │ ├── footerex1.php │ ├── funcex1.php │ ├── funcex2.php │ ├── funcex3.php │ ├── funcex4.php │ ├── fusion_example.php │ ├── gantt_samerowex1.php │ ├── gantt_samerowex2.php │ ├── gantt_textex1.php │ ├── ganttcolumnfontsex01.php │ ├── ganttconstrainex0.php │ ├── ganttconstrainex1.php │ ├── ganttconstrainex2.php │ ├── ganttcsimex01.php │ ├── ganttcsimex02.php │ ├── ganttex00.php │ ├── ganttex01.php │ ├── ganttex02.php │ ├── ganttex03.php │ ├── ganttex04.php │ ├── ganttex05.php │ ├── ganttex06.php │ ├── ganttex07.php │ ├── ganttex08.php │ ├── ganttex09.php │ ├── ganttex10.php │ ├── ganttex11.php │ ├── ganttex12.php │ ├── ganttex13-zoom1.php │ ├── ganttex13-zoom2.php │ ├── ganttex13.php │ ├── ganttex14.php │ ├── ganttex15.php │ ├── ganttex16.php │ ├── ganttex17-flag.php │ ├── ganttex17.php │ ├── ganttex18.php │ ├── ganttex19.php │ ├── ganttex30.php │ ├── ganttex_slice.php │ ├── gantthgridex1.php │ ├── gantthourex1.php │ ├── gantthourminex1.php │ ├── gantticonex1.php │ ├── ganttmonthyearex1.php │ ├── ganttmonthyearex2.php │ ├── ganttmonthyearex3.php │ ├── ganttmonthyearex4.php │ ├── ganttsimpleex1.php │ ├── grace_ex0.php │ ├── grace_ex1.php │ ├── grace_ex2.php │ ├── grace_ex3.php │ ├── gradbkgex1.php │ ├── gradlinefillex1.php │ ├── gradlinefillex2.php │ ├── gradlinefillex3.php │ ├── gradlinefillex4.php │ ├── green_example.php │ ├── groupbarex1.php │ ├── heat1.jpg │ ├── horizbarex1.php │ ├── horizbarex2.php │ ├── horizbarex3.php │ ├── horizbarex4.php │ ├── horizbarex6.php │ ├── icon.jpg │ ├── imgmarkercsimex1.php │ ├── imgmarkerex1.php │ ├── impulsex1.php │ ├── impulsex2.php │ ├── impulsex3.php │ ├── impulsex4.php │ ├── index.html │ ├── interpolation-growth-log.php │ ├── interpolation-growth.php │ ├── inyaxisex1.php │ ├── inyaxisex2.php │ ├── inyaxisex3.php │ ├── ironrod.jpg │ ├── jpglogo.jpg │ ├── jpgraph │ ├── ledex1.php │ ├── ledex10.php │ ├── ledex11.php │ ├── ledex12.php │ ├── ledex13.php │ ├── ledex14.php │ ├── ledex15.php │ ├── ledex16.php │ ├── ledex17.php │ ├── ledex2.php │ ├── ledex3.php │ ├── ledex4.1.php │ ├── ledex4.2.php │ ├── ledex4.php │ ├── ledex5.php │ ├── ledex6.php │ ├── ledex7.php │ ├── ledex8.php │ ├── ledex9.php │ ├── ledex_cyrillic.php │ ├── ledex_cyrillic2.php │ ├── lightbluedarkblue400x300grad.png │ ├── linebarcentex1.php │ ├── linebarex1.php │ ├── linebarex2.php │ ├── linebarex3.php │ ├── linegraceex.php │ ├── lineiconex1.php │ ├── lineiconex2.php │ ├── lineimagefillex1.php │ ├── linlogex1.php │ ├── listallflags.php │ ├── listallflags_helper.php │ ├── listfontsex1.php │ ├── logbarex1.php │ ├── loglogex1.php │ ├── manscaleex1.php │ ├── manscaleex2.php │ ├── manscaleex3.php │ ├── manscaleex4.php │ ├── manual_textscale_ex1.php │ ├── manual_textscale_ex2.php │ ├── manual_textscale_ex3.php │ ├── manual_textscale_ex4.php │ ├── manualtickex1.php │ ├── manualtickex1a.php │ ├── manualtickex2.php │ ├── manualtickex3.php │ ├── manualtickex4.php │ ├── markflagex1.php │ ├── matrix_csimex01.php │ ├── matrix_edgeex01.php │ ├── matrix_edgeex02.php │ ├── matrix_ex0.php │ ├── matrix_ex01.php │ ├── matrix_ex02.php │ ├── matrix_ex03.php │ ├── matrix_ex04.1.php │ ├── matrix_ex04.2.php │ ├── matrix_ex04.php │ ├── matrix_ex05.php │ ├── matrix_ex06.php │ ├── matrix_introex.php │ ├── matrix_layout_ex1.php │ ├── matrixex00.php │ ├── mkgrad.php │ ├── multconstganttex01.php │ ├── mulyaxiscsimex1.php │ ├── mulyaxisex1.php │ ├── negbarvalueex01.php │ ├── new1.gif │ ├── new2.gif │ ├── new_bar1.php │ ├── new_bar3.php │ ├── new_bar4.php │ ├── new_bar6.php │ ├── new_line1.php │ ├── new_line2.php │ ├── new_line3.php │ ├── new_line4.php │ ├── new_line5.php │ ├── new_pie1.php │ ├── new_pie2.php │ ├── new_pie3.php │ ├── new_pie4.php │ ├── new_step1.php │ ├── nullvalueex01.php │ ├── ocean_example.php │ ├── odoex00.php │ ├── odoex01.php │ ├── odoex010.php │ ├── odoex011.php │ ├── odoex012.php │ ├── odoex02.php │ ├── odoex03.php │ ├── odoex04.php │ ├── odoex05.php │ ├── odoex06.php │ ├── odoex07.php │ ├── odoex08.php │ ├── odoex09.php │ ├── odotutex00.php │ ├── odotutex01.php │ ├── odotutex02.php │ ├── odotutex03.php │ ├── odotutex04.php │ ├── odotutex06.php │ ├── odotutex07.php │ ├── odotutex08.1.php │ ├── odotutex08.php │ ├── odotutex09.php │ ├── odotutex10.php │ ├── odotutex11.php │ ├── odotutex12.php │ ├── odotutex13.php │ ├── odotutex14.php │ ├── odotutex15.php │ ├── odotutex16.1.php │ ├── odotutex16.php │ ├── odotutex17.php │ ├── odotutex18.php │ ├── odotutex19.php │ ├── orange_example.php │ ├── partiallyfilledlineex1.php │ ├── pastel_example.php │ ├── pdf417_ex0.php │ ├── pdf417_ex1.php │ ├── pdf417_ex1b.php │ ├── pdf417_ex1c.php │ ├── pdf417_ex2.php │ ├── pdf417_ex3.php │ ├── pdf417_ex4.php │ ├── pdf417_ex5.php │ ├── pdf417_ex6.php │ ├── penguin.png │ ├── pie3d_csimex1.php │ ├── pie3dex1.php │ ├── pie3dex2.php │ ├── pie3dex3.php │ ├── pie3dex4.php │ ├── pie3dex5.php │ ├── pie_csimex1.php │ ├── piebkgex1.php │ ├── piec_csimex1.php │ ├── piecex1.php │ ├── piecex2.php │ ├── pieex1.php │ ├── pieex2.php │ ├── pieex3.php │ ├── pieex4.php │ ├── pieex5.php │ ├── pieex6.php │ ├── pieex7.php │ ├── pieex8.php │ ├── pieex9.php │ ├── pielabelsex1.php │ ├── pielabelsex2.php │ ├── pielabelsex3.php │ ├── pielabelsex4.php │ ├── pielabelsex5.php │ ├── plotbanddensity_ex0.php │ ├── plotbanddensity_ex1.php │ ├── plotbanddensity_ex2.php │ ├── plotlineex1.php │ ├── polar_csimex1.php │ ├── polarclockex1.php │ ├── polarclockex2.php │ ├── polarex0-180.php │ ├── polarex0.php │ ├── polarex1.php │ ├── polarex10.php │ ├── polarex2.php │ ├── polarex3-lin.php │ ├── polarex3.php │ ├── polarex4.php │ ├── polarex5.php │ ├── polarex6.php │ ├── polarex7-1.php │ ├── polarex7-2.php │ ├── polarex7.php │ ├── polarex8.php │ ├── polarex9.php │ ├── prepaccdata_example.php │ ├── pushpinex1.php │ ├── pushpinex2.php │ ├── qr-input.txt │ ├── qr_template.php │ ├── qrexample0.php │ ├── qrexample00.php │ ├── qrexample01.php │ ├── qrexample02.php │ ├── qrexample03.php │ ├── qrexample03.png │ ├── qrexample04.php │ ├── qrexample05.php │ ├── qrexample06.php │ ├── qrexample07.php │ ├── qrexample08.php │ ├── qrexample09.php │ ├── qrexample10.php │ ├── qrexample11.php │ ├── qrexample12.php │ ├── radar_csimex1.php │ ├── radarex1.php │ ├── radarex2.php │ ├── radarex3.php │ ├── radarex4.php │ ├── radarex5.php │ ├── radarex6.1.php │ ├── radarex6.php │ ├── radarex7.php │ ├── radarex8.1.php │ ├── radarex8.php │ ├── radarex9.php │ ├── radarlogex1-aa.php │ ├── radarlogex1.php │ ├── radarlogex2.php │ ├── radarmarkex1.php │ ├── rose.gif │ ├── rose_example.php │ ├── rotateex1.php │ ├── rotex0.php │ ├── rotex1.php │ ├── rotex2.php │ ├── rotex3.php │ ├── rotex4.php │ ├── rotex5.php │ ├── saab_95.jpg │ ├── scatter_csimex1.php │ ├── scatterex1.php │ ├── scatterex2.php │ ├── scatterlinkex1.php │ ├── scatterlinkex2.php │ ├── scatterlinkex3.php │ ├── scatterlinkex4.php │ ├── scatterrotex1.php │ ├── show-example.php │ ├── show-image.php │ ├── show-source.php │ ├── smallstaticbandsex1.php │ ├── smallstaticbandsex10.php │ ├── smallstaticbandsex11.php │ ├── smallstaticbandsex2.php │ ├── smallstaticbandsex3.php │ ├── smallstaticbandsex4.php │ ├── smallstaticbandsex5.php │ ├── smallstaticbandsex6.php │ ├── smallstaticbandsex7.php │ ├── smallstaticbandsex8.php │ ├── smallstaticbandsex9.php │ ├── softy_example.php │ ├── splineex1.php │ ├── staticbandbarex1.php │ ├── staticbandbarex2.php │ ├── staticbandbarex3.php │ ├── staticbandbarex4.php │ ├── staticbandbarex5.php │ ├── staticbandbarex6.php │ ├── staticbandbarex7.php │ ├── staticlinebarex1.php │ ├── stockex1.php │ ├── stockex2.php │ ├── stship.jpg │ ├── sunflower.gif │ ├── sunspotsex1.php │ ├── sunspotsex2.php │ ├── sunspotsex3.php │ ├── sunspotsex4.php │ ├── sunspotsex5.php │ ├── sunspotsex6.php │ ├── sunspotsex7.php │ ├── table_flagex1.php │ ├── table_howto1.php │ ├── table_howto2.php │ ├── table_howto3.php │ ├── table_howto4.php │ ├── table_howto5.php │ ├── table_howto6.php │ ├── table_howto7.1.php │ ├── table_howto7.2.php │ ├── table_howto7.php │ ├── table_howto8.php │ ├── table_howto9.php │ ├── table_mex0.php │ ├── table_mex00.php │ ├── table_mex1.php │ ├── table_mex2.php │ ├── table_mex3.php │ ├── table_vtext.php │ ├── table_vtext_ex1.php │ ├── tablebarex1.php │ ├── tablebarex1_csim.php │ ├── tableex00.php │ ├── tableex01.php │ ├── tableex01_csim.php │ ├── tableex02.php │ ├── tableex03.php │ ├── tableex04.php │ ├── tableex05.php │ ├── tabtitleex1.php │ ├── testsuit.php │ ├── text-example1.php │ ├── text-example2.php │ ├── textalignex1.php │ ├── textpalignex1.php │ ├── theme_example.php │ ├── tiger1.jpg │ ├── tiger_bkg.gif │ ├── tiger_bkg.jpg │ ├── tiger_bkg.png │ ├── timestampex01.php │ ├── titlecsimex01.php │ ├── titleex1.php │ ├── topxaxisex1.php │ ├── tornado.jpg │ ├── tr1.jpg │ ├── tr2.jpg │ ├── tr3.jpg │ ├── tr4.jpg │ ├── tr5.jpg │ ├── tr6.jpg │ ├── universal_example.php │ ├── vivid_example.php │ ├── windrose_2plots_ex1.php │ ├── windrose_bgimg_ex1.php │ ├── windrose_ex0.php │ ├── windrose_ex1.php │ ├── windrose_ex1b.php │ ├── windrose_ex2.1.php │ ├── windrose_ex2.php │ ├── windrose_ex3.php │ ├── windrose_ex4.php │ ├── windrose_ex5.php │ ├── windrose_ex6.1.php │ ├── windrose_ex6.php │ ├── windrose_ex7.1.php │ ├── windrose_ex7.php │ ├── windrose_ex8.1.php │ ├── windrose_ex8.php │ ├── windrose_ex9.1.php │ ├── windrose_ex9.php │ ├── windrose_icon_ex1.php │ ├── windrose_layout_ex0.php │ ├── windrose_layout_ex1.php │ ├── worldmap1.jpg │ ├── y2synch.php │ ├── y2synch2.php │ └── yearssn.txt ├── barcode │ ├── demoapp │ │ ├── barcode_image.php │ │ ├── barcode_menu.php │ │ └── index.html │ ├── examples │ │ ├── barcode_errhandling_ex0.php │ │ ├── barcode_ex0.php │ │ ├── barcode_ex1.php │ │ ├── barcode_ex2.php │ │ ├── barcode_ex3.php │ │ ├── barcode_ex4.php │ │ └── barcode_usps_example.php │ └── mkbarcode.php ├── flag_mapping ├── flags.dat ├── flags_thumb100x100.dat ├── flags_thumb35x35.dat ├── flags_thumb60x60.dat ├── fonts │ ├── DejaVuSans-Bold.ttf │ ├── DejaVuSans-BoldOblique.ttf │ ├── DejaVuSans-Oblique.ttf │ ├── DejaVuSans.ttf │ ├── FF_FONT0-Bold.gdf │ ├── FF_FONT0.gdf │ ├── FF_FONT1-Bold.gdf │ ├── FF_FONT1.gdf │ ├── FF_FONT2-Bold.gdf │ └── FF_FONT2.gdf ├── gd_image.inc.php ├── imageSmoothArc.php ├── imgdata_balls.inc.php ├── imgdata_bevels.inc.php ├── imgdata_diamonds.inc.php ├── imgdata_pushpins.inc.php ├── imgdata_squares.inc.php ├── imgdata_stars.inc.php ├── jpg-config.inc.php ├── jpgraph.php ├── jpgraph_antispam-digits.php ├── jpgraph_antispam.php ├── jpgraph_bar.php ├── jpgraph_canvas.php ├── jpgraph_canvtools.php ├── jpgraph_contour.php ├── jpgraph_date.php ├── jpgraph_errhandler.inc.php ├── jpgraph_error.php ├── jpgraph_flags.php ├── jpgraph_gantt.php ├── jpgraph_gb2312.php ├── jpgraph_gradient.php ├── jpgraph_iconplot.php ├── jpgraph_imgtrans.php ├── jpgraph_led.php ├── jpgraph_legend.inc.php ├── jpgraph_line.php ├── jpgraph_log.php ├── jpgraph_meshinterpolate.inc.php ├── jpgraph_mgraph.php ├── jpgraph_pie.php ├── jpgraph_pie3d.php ├── jpgraph_plotband.php ├── jpgraph_plotline.php ├── jpgraph_plotmark.inc.php ├── jpgraph_polar.php ├── jpgraph_radar.php ├── jpgraph_regstat.php ├── jpgraph_rgb.inc.php ├── jpgraph_scatter.php ├── jpgraph_stock.php ├── jpgraph_table.php ├── jpgraph_text.inc.php ├── jpgraph_theme.inc.php ├── jpgraph_ttf.inc.php ├── jpgraph_utils.inc.php ├── jpgraph_windrose.php ├── lang │ ├── de.inc.php │ ├── en.inc.php │ └── prod.inc.php └── themes │ ├── AquaTheme.class.php │ ├── GreenTheme.class.php │ ├── OceanTheme.class.php │ ├── OrangeTheme.class.php │ ├── PastelTheme.class.php │ ├── RoseTheme.class.php │ ├── SoftyTheme.class.php │ ├── UniversalTheme.class.php │ └── VividTheme.class.php ├── styles ├── guestbook.css ├── index.css ├── page_list_text.css ├── search-detail.css ├── style.css └── vote_detail.css ├── test_config.php ├── test_jpgraph.php ├── vote_detail.php ├── vote_detail_2.php └── xxx.php /.buildpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/.buildpath -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/.project -------------------------------------------------------------------------------- /.settings/org.eclipse.php.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/.settings/org.eclipse.php.core.prefs -------------------------------------------------------------------------------- /admin/add_notice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/add_notice.php -------------------------------------------------------------------------------- /admin/add_vote_list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/add_vote_list.php -------------------------------------------------------------------------------- /admin/add_vote_list_back.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/add_vote_list_back.php -------------------------------------------------------------------------------- /admin/add_vote_theme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/add_vote_theme.php -------------------------------------------------------------------------------- /admin/del_guest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/del_guest.php -------------------------------------------------------------------------------- /admin/del_notice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/del_notice.php -------------------------------------------------------------------------------- /admin/del_vote_theme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/del_vote_theme.php -------------------------------------------------------------------------------- /admin/guest_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/guest_manager.php -------------------------------------------------------------------------------- /admin/images/footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/images/footer.gif -------------------------------------------------------------------------------- /admin/images/main-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/images/main-top.gif -------------------------------------------------------------------------------- /admin/images/nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/images/nav.gif -------------------------------------------------------------------------------- /admin/includes/adminnav.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/includes/adminnav.inc.php -------------------------------------------------------------------------------- /admin/includes/footer.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/includes/footer.inc.php -------------------------------------------------------------------------------- /admin/includes/maintop.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/includes/maintop.inc.php -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/index.php -------------------------------------------------------------------------------- /admin/js/add_vote_list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/js/add_vote_list.js -------------------------------------------------------------------------------- /admin/js/add_vote_theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/js/add_vote_theme.js -------------------------------------------------------------------------------- /admin/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/js/index.js -------------------------------------------------------------------------------- /admin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/login.php -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/logout.php -------------------------------------------------------------------------------- /admin/notice_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/notice_manager.php -------------------------------------------------------------------------------- /admin/styles/add-notice.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/add-notice.css -------------------------------------------------------------------------------- /admin/styles/add_vote_list.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/add_vote_list.css -------------------------------------------------------------------------------- /admin/styles/add_vote_theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/add_vote_theme.css -------------------------------------------------------------------------------- /admin/styles/guest-manager.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/guest-manager.css -------------------------------------------------------------------------------- /admin/styles/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/index.css -------------------------------------------------------------------------------- /admin/styles/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/login.css -------------------------------------------------------------------------------- /admin/styles/notice-manager.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/notice-manager.css -------------------------------------------------------------------------------- /admin/styles/page_list_text.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/page_list_text.css -------------------------------------------------------------------------------- /admin/styles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/style.css -------------------------------------------------------------------------------- /admin/styles/vote-manager.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/styles/vote-manager.css -------------------------------------------------------------------------------- /admin/vote_manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/admin/vote_manager.php -------------------------------------------------------------------------------- /graph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/graph.php -------------------------------------------------------------------------------- /graph_1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/graph_1.php -------------------------------------------------------------------------------- /graph_3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/graph_3.php -------------------------------------------------------------------------------- /guestbook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/guestbook.php -------------------------------------------------------------------------------- /images/contact.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/images/contact.gif -------------------------------------------------------------------------------- /images/footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/images/footer.gif -------------------------------------------------------------------------------- /images/gonggao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/images/gonggao.gif -------------------------------------------------------------------------------- /images/main-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/images/main-top.gif -------------------------------------------------------------------------------- /images/more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/images/more.gif -------------------------------------------------------------------------------- /images/nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/images/nav.gif -------------------------------------------------------------------------------- /includes/comm.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/includes/comm.inc.php -------------------------------------------------------------------------------- /includes/conn.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/includes/conn.inc.php -------------------------------------------------------------------------------- /includes/footer.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/includes/footer.inc.php -------------------------------------------------------------------------------- /includes/func.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/includes/func.inc.php -------------------------------------------------------------------------------- /includes/nav.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/includes/nav.inc.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/index.php -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/js/index.js -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/search.php -------------------------------------------------------------------------------- /sql/vt_vote.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/sql/vt_vote.sql -------------------------------------------------------------------------------- /src/Examples/accbarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/accbarex1.php -------------------------------------------------------------------------------- /src/Examples/accbarframeex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/accbarframeex01.php -------------------------------------------------------------------------------- /src/Examples/accbarframeex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/accbarframeex02.php -------------------------------------------------------------------------------- /src/Examples/accbarframeex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/accbarframeex03.php -------------------------------------------------------------------------------- /src/Examples/alphabarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/alphabarex1.php -------------------------------------------------------------------------------- /src/Examples/antispamex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/antispamex01.php -------------------------------------------------------------------------------- /src/Examples/aqua_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/aqua_example.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex01.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex02.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex03.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex04.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex05.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex06.php -------------------------------------------------------------------------------- /src/Examples/axislabelbkgex07.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/axislabelbkgex07.php -------------------------------------------------------------------------------- /src/Examples/background_type_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/background_type_ex0.php -------------------------------------------------------------------------------- /src/Examples/background_type_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/background_type_ex1.php -------------------------------------------------------------------------------- /src/Examples/background_type_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/background_type_ex2.php -------------------------------------------------------------------------------- /src/Examples/background_type_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/background_type_ex3.php -------------------------------------------------------------------------------- /src/Examples/background_type_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/background_type_ex4.php -------------------------------------------------------------------------------- /src/Examples/backgroundex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/backgroundex01.php -------------------------------------------------------------------------------- /src/Examples/backgroundex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/backgroundex02.php -------------------------------------------------------------------------------- /src/Examples/backgroundex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/backgroundex03.php -------------------------------------------------------------------------------- /src/Examples/balloonex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/balloonex1.php -------------------------------------------------------------------------------- /src/Examples/balloonex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/balloonex2.php -------------------------------------------------------------------------------- /src/Examples/bar2scalesex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bar2scalesex1.php -------------------------------------------------------------------------------- /src/Examples/bar_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bar_csimex1.php -------------------------------------------------------------------------------- /src/Examples/bar_csimex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bar_csimex2.php -------------------------------------------------------------------------------- /src/Examples/bar_csimex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bar_csimex3.php -------------------------------------------------------------------------------- /src/Examples/barcode_errhandling_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_errhandling_ex0.php -------------------------------------------------------------------------------- /src/Examples/barcode_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_ex0.php -------------------------------------------------------------------------------- /src/Examples/barcode_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_ex1.php -------------------------------------------------------------------------------- /src/Examples/barcode_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_ex2.php -------------------------------------------------------------------------------- /src/Examples/barcode_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_ex3.php -------------------------------------------------------------------------------- /src/Examples/barcode_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_ex4.php -------------------------------------------------------------------------------- /src/Examples/barcode_usps_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcode_usps_example.php -------------------------------------------------------------------------------- /src/Examples/barcsim_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcsim_details.php -------------------------------------------------------------------------------- /src/Examples/barcsim_popup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barcsim_popup.php -------------------------------------------------------------------------------- /src/Examples/barformatcallbackex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barformatcallbackex1.php -------------------------------------------------------------------------------- /src/Examples/bargradex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradex1.php -------------------------------------------------------------------------------- /src/Examples/bargradex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradex2.php -------------------------------------------------------------------------------- /src/Examples/bargradex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradex3.php -------------------------------------------------------------------------------- /src/Examples/bargradex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradex4.php -------------------------------------------------------------------------------- /src/Examples/bargradex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradex5.php -------------------------------------------------------------------------------- /src/Examples/bargradex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradex6.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex1.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex2.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex3.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex4.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex5.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex6.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex7.php -------------------------------------------------------------------------------- /src/Examples/bargradsmallex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bargradsmallex8.php -------------------------------------------------------------------------------- /src/Examples/barimgex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barimgex1.php -------------------------------------------------------------------------------- /src/Examples/barintex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barintex1.php -------------------------------------------------------------------------------- /src/Examples/barintex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barintex2.php -------------------------------------------------------------------------------- /src/Examples/barline_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barline_csimex1.php -------------------------------------------------------------------------------- /src/Examples/barlinealphaex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barlinealphaex1.php -------------------------------------------------------------------------------- /src/Examples/barlinefreq_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barlinefreq_csimex1.php -------------------------------------------------------------------------------- /src/Examples/barlinefreqex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barlinefreqex1.php -------------------------------------------------------------------------------- /src/Examples/barpatternex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barpatternex1.php -------------------------------------------------------------------------------- /src/Examples/barscalecallbackex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/barscalecallbackex1.php -------------------------------------------------------------------------------- /src/Examples/bartutex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex1.php -------------------------------------------------------------------------------- /src/Examples/bartutex12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex12.php -------------------------------------------------------------------------------- /src/Examples/bartutex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex2.php -------------------------------------------------------------------------------- /src/Examples/bartutex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex3.php -------------------------------------------------------------------------------- /src/Examples/bartutex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex4.php -------------------------------------------------------------------------------- /src/Examples/bartutex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex5.php -------------------------------------------------------------------------------- /src/Examples/bartutex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bartutex6.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex01.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex02.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex03-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex03-1.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex03-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex03-2.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex03-3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex03-3.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex04.php -------------------------------------------------------------------------------- /src/Examples/basic_contourex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/basic_contourex05.php -------------------------------------------------------------------------------- /src/Examples/bezierex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bezierex1.php -------------------------------------------------------------------------------- /src/Examples/bkgimgflagex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bkgimgflagex1.php -------------------------------------------------------------------------------- /src/Examples/bkgimgflagex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bkgimgflagex2.php -------------------------------------------------------------------------------- /src/Examples/bkgimgflagex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bkgimgflagex3.php -------------------------------------------------------------------------------- /src/Examples/bkgimgflagex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bkgimgflagex4.php -------------------------------------------------------------------------------- /src/Examples/bkgimgflagex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/bkgimgflagex5.php -------------------------------------------------------------------------------- /src/Examples/blueblack400x300grad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/blueblack400x300grad.png -------------------------------------------------------------------------------- /src/Examples/boxstockcsimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/boxstockcsimex1.php -------------------------------------------------------------------------------- /src/Examples/boxstockex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/boxstockex1.php -------------------------------------------------------------------------------- /src/Examples/boxstockex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/boxstockex2.php -------------------------------------------------------------------------------- /src/Examples/builtinplotmarksex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/builtinplotmarksex1.php -------------------------------------------------------------------------------- /src/Examples/canvas_jpgarchex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvas_jpgarchex.php -------------------------------------------------------------------------------- /src/Examples/canvasbezierex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasbezierex1.php -------------------------------------------------------------------------------- /src/Examples/canvasex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasex01.php -------------------------------------------------------------------------------- /src/Examples/canvasex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasex02.php -------------------------------------------------------------------------------- /src/Examples/canvasex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasex03.php -------------------------------------------------------------------------------- /src/Examples/canvasex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasex04.php -------------------------------------------------------------------------------- /src/Examples/canvasex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasex05.php -------------------------------------------------------------------------------- /src/Examples/canvasex06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvasex06.php -------------------------------------------------------------------------------- /src/Examples/canvaspiralex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/canvaspiralex1.php -------------------------------------------------------------------------------- /src/Examples/ccbp_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ccbp_ex1.php -------------------------------------------------------------------------------- /src/Examples/ccbp_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ccbp_ex2.php -------------------------------------------------------------------------------- /src/Examples/ccbpgraph.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ccbpgraph.class.php -------------------------------------------------------------------------------- /src/Examples/centeredlineex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/centeredlineex01.php -------------------------------------------------------------------------------- /src/Examples/centeredlineex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/centeredlineex02.php -------------------------------------------------------------------------------- /src/Examples/centeredlineex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/centeredlineex03.php -------------------------------------------------------------------------------- /src/Examples/centerlinebarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/centerlinebarex1.php -------------------------------------------------------------------------------- /src/Examples/checkgd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/checkgd.php -------------------------------------------------------------------------------- /src/Examples/checkgd2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/checkgd2.php -------------------------------------------------------------------------------- /src/Examples/checkttf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/checkttf.php -------------------------------------------------------------------------------- /src/Examples/classroom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/classroom.jpg -------------------------------------------------------------------------------- /src/Examples/clipping_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/clipping_ex1.php -------------------------------------------------------------------------------- /src/Examples/clipping_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/clipping_ex2.php -------------------------------------------------------------------------------- /src/Examples/colormaps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/colormaps.php -------------------------------------------------------------------------------- /src/Examples/comb90dategraphex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/comb90dategraphex01.php -------------------------------------------------------------------------------- /src/Examples/comb90dategraphex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/comb90dategraphex02.php -------------------------------------------------------------------------------- /src/Examples/comb90dategraphex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/comb90dategraphex03.php -------------------------------------------------------------------------------- /src/Examples/combgraphex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/combgraphex1.php -------------------------------------------------------------------------------- /src/Examples/combgraphex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/combgraphex2.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex1.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex2.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex3.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex4.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex5.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex6.php -------------------------------------------------------------------------------- /src/Examples/contour2_ex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contour2_ex7.php -------------------------------------------------------------------------------- /src/Examples/contourex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contourex01.php -------------------------------------------------------------------------------- /src/Examples/contourex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contourex02.php -------------------------------------------------------------------------------- /src/Examples/contourex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contourex03.php -------------------------------------------------------------------------------- /src/Examples/contourex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contourex04.php -------------------------------------------------------------------------------- /src/Examples/contourex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/contourex05.php -------------------------------------------------------------------------------- /src/Examples/csim_in_html_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/csim_in_html_ex1.php -------------------------------------------------------------------------------- /src/Examples/csim_in_html_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/csim_in_html_ex2.php -------------------------------------------------------------------------------- /src/Examples/csim_in_html_graph_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/csim_in_html_graph_ex1.php -------------------------------------------------------------------------------- /src/Examples/csim_in_html_graph_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/csim_in_html_graph_ex2.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex0.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex00.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex1.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex2.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex3.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex4.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex5.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex6.php -------------------------------------------------------------------------------- /src/Examples/datamatrix_ex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datamatrix_ex7.php -------------------------------------------------------------------------------- /src/Examples/dataset01.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dataset01.inc.php -------------------------------------------------------------------------------- /src/Examples/dateaxisex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dateaxisex1.php -------------------------------------------------------------------------------- /src/Examples/dateaxisex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dateaxisex2.php -------------------------------------------------------------------------------- /src/Examples/dateaxisex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dateaxisex3.php -------------------------------------------------------------------------------- /src/Examples/dateaxisex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dateaxisex4.php -------------------------------------------------------------------------------- /src/Examples/datescaleticksex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/datescaleticksex01.php -------------------------------------------------------------------------------- /src/Examples/dateutilex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dateutilex01.php -------------------------------------------------------------------------------- /src/Examples/dateutilex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dateutilex02.php -------------------------------------------------------------------------------- /src/Examples/dm_ex6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dm_ex6.png -------------------------------------------------------------------------------- /src/Examples/dupyaxisex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/dupyaxisex1.php -------------------------------------------------------------------------------- /src/Examples/example0-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example0-0.php -------------------------------------------------------------------------------- /src/Examples/example0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example0.php -------------------------------------------------------------------------------- /src/Examples/example1.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example1.1.php -------------------------------------------------------------------------------- /src/Examples/example1.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example1.2.php -------------------------------------------------------------------------------- /src/Examples/example1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example1.php -------------------------------------------------------------------------------- /src/Examples/example10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example10.php -------------------------------------------------------------------------------- /src/Examples/example11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example11.php -------------------------------------------------------------------------------- /src/Examples/example13.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example13.php -------------------------------------------------------------------------------- /src/Examples/example14.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example14.php -------------------------------------------------------------------------------- /src/Examples/example15.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example15.php -------------------------------------------------------------------------------- /src/Examples/example16.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.1.php -------------------------------------------------------------------------------- /src/Examples/example16.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.2.php -------------------------------------------------------------------------------- /src/Examples/example16.3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.3.php -------------------------------------------------------------------------------- /src/Examples/example16.4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.4.php -------------------------------------------------------------------------------- /src/Examples/example16.5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.5.php -------------------------------------------------------------------------------- /src/Examples/example16.6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.6.php -------------------------------------------------------------------------------- /src/Examples/example16.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example16.php -------------------------------------------------------------------------------- /src/Examples/example17.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example17.php -------------------------------------------------------------------------------- /src/Examples/example18.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example18.php -------------------------------------------------------------------------------- /src/Examples/example19.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example19.1.php -------------------------------------------------------------------------------- /src/Examples/example19.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example19.php -------------------------------------------------------------------------------- /src/Examples/example2.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example2.1.php -------------------------------------------------------------------------------- /src/Examples/example2.5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example2.5.php -------------------------------------------------------------------------------- /src/Examples/example2.6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example2.6.php -------------------------------------------------------------------------------- /src/Examples/example2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example2.php -------------------------------------------------------------------------------- /src/Examples/example20.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example20.1.php -------------------------------------------------------------------------------- /src/Examples/example20.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example20.2.php -------------------------------------------------------------------------------- /src/Examples/example20.3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example20.3.php -------------------------------------------------------------------------------- /src/Examples/example20.4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example20.4.php -------------------------------------------------------------------------------- /src/Examples/example20.5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example20.5.php -------------------------------------------------------------------------------- /src/Examples/example20.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example20.php -------------------------------------------------------------------------------- /src/Examples/example21.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example21.php -------------------------------------------------------------------------------- /src/Examples/example22.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example22.php -------------------------------------------------------------------------------- /src/Examples/example23.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example23.php -------------------------------------------------------------------------------- /src/Examples/example24.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example24.php -------------------------------------------------------------------------------- /src/Examples/example25.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example25.1.php -------------------------------------------------------------------------------- /src/Examples/example25.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example25.2.php -------------------------------------------------------------------------------- /src/Examples/example25.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example25.php -------------------------------------------------------------------------------- /src/Examples/example26.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example26.1.php -------------------------------------------------------------------------------- /src/Examples/example26.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example26.php -------------------------------------------------------------------------------- /src/Examples/example27.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example27.1.php -------------------------------------------------------------------------------- /src/Examples/example27.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example27.2.php -------------------------------------------------------------------------------- /src/Examples/example27.3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example27.3.php -------------------------------------------------------------------------------- /src/Examples/example27.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example27.php -------------------------------------------------------------------------------- /src/Examples/example28.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example28.1.php -------------------------------------------------------------------------------- /src/Examples/example28.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example28.2.php -------------------------------------------------------------------------------- /src/Examples/example28.3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example28.3.php -------------------------------------------------------------------------------- /src/Examples/example28.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example28.php -------------------------------------------------------------------------------- /src/Examples/example3.0.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.0.1.php -------------------------------------------------------------------------------- /src/Examples/example3.0.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.0.2.php -------------------------------------------------------------------------------- /src/Examples/example3.0.3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.0.3.php -------------------------------------------------------------------------------- /src/Examples/example3.1.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.1.1.php -------------------------------------------------------------------------------- /src/Examples/example3.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.1.php -------------------------------------------------------------------------------- /src/Examples/example3.2.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.2.1.php -------------------------------------------------------------------------------- /src/Examples/example3.2.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.2.2.php -------------------------------------------------------------------------------- /src/Examples/example3.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.2.php -------------------------------------------------------------------------------- /src/Examples/example3.3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.3.php -------------------------------------------------------------------------------- /src/Examples/example3.4.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.4.1.php -------------------------------------------------------------------------------- /src/Examples/example3.4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.4.php -------------------------------------------------------------------------------- /src/Examples/example3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example3.php -------------------------------------------------------------------------------- /src/Examples/example4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example4.php -------------------------------------------------------------------------------- /src/Examples/example5.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example5.1.php -------------------------------------------------------------------------------- /src/Examples/example5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example5.php -------------------------------------------------------------------------------- /src/Examples/example6.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example6.1.php -------------------------------------------------------------------------------- /src/Examples/example6.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example6.2.php -------------------------------------------------------------------------------- /src/Examples/example6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example6.php -------------------------------------------------------------------------------- /src/Examples/example7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example7.php -------------------------------------------------------------------------------- /src/Examples/example8.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example8.1.php -------------------------------------------------------------------------------- /src/Examples/example8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example8.php -------------------------------------------------------------------------------- /src/Examples/example9.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example9.1.php -------------------------------------------------------------------------------- /src/Examples/example9.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example9.2.php -------------------------------------------------------------------------------- /src/Examples/example9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/example9.php -------------------------------------------------------------------------------- /src/Examples/exampleex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/exampleex9.php -------------------------------------------------------------------------------- /src/Examples/fieldscatterex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/fieldscatterex1.php -------------------------------------------------------------------------------- /src/Examples/filledgridex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledgridex1.php -------------------------------------------------------------------------------- /src/Examples/filledline01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledline01.php -------------------------------------------------------------------------------- /src/Examples/filledlineex01.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledlineex01.1.php -------------------------------------------------------------------------------- /src/Examples/filledlineex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledlineex01.php -------------------------------------------------------------------------------- /src/Examples/filledlineex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledlineex02.php -------------------------------------------------------------------------------- /src/Examples/filledlineex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledlineex03.php -------------------------------------------------------------------------------- /src/Examples/filledstepstyleex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/filledstepstyleex1.php -------------------------------------------------------------------------------- /src/Examples/fireplace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/fireplace.jpg -------------------------------------------------------------------------------- /src/Examples/fixscale_radarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/fixscale_radarex1.php -------------------------------------------------------------------------------- /src/Examples/footerex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/footerex1.php -------------------------------------------------------------------------------- /src/Examples/funcex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/funcex1.php -------------------------------------------------------------------------------- /src/Examples/funcex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/funcex2.php -------------------------------------------------------------------------------- /src/Examples/funcex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/funcex3.php -------------------------------------------------------------------------------- /src/Examples/funcex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/funcex4.php -------------------------------------------------------------------------------- /src/Examples/fusion_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/fusion_example.php -------------------------------------------------------------------------------- /src/Examples/gantt_samerowex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantt_samerowex1.php -------------------------------------------------------------------------------- /src/Examples/gantt_samerowex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantt_samerowex2.php -------------------------------------------------------------------------------- /src/Examples/gantt_textex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantt_textex1.php -------------------------------------------------------------------------------- /src/Examples/ganttcolumnfontsex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttcolumnfontsex01.php -------------------------------------------------------------------------------- /src/Examples/ganttconstrainex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttconstrainex0.php -------------------------------------------------------------------------------- /src/Examples/ganttconstrainex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttconstrainex1.php -------------------------------------------------------------------------------- /src/Examples/ganttconstrainex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttconstrainex2.php -------------------------------------------------------------------------------- /src/Examples/ganttcsimex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttcsimex01.php -------------------------------------------------------------------------------- /src/Examples/ganttcsimex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttcsimex02.php -------------------------------------------------------------------------------- /src/Examples/ganttex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex00.php -------------------------------------------------------------------------------- /src/Examples/ganttex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex01.php -------------------------------------------------------------------------------- /src/Examples/ganttex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex02.php -------------------------------------------------------------------------------- /src/Examples/ganttex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex03.php -------------------------------------------------------------------------------- /src/Examples/ganttex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex04.php -------------------------------------------------------------------------------- /src/Examples/ganttex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex05.php -------------------------------------------------------------------------------- /src/Examples/ganttex06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex06.php -------------------------------------------------------------------------------- /src/Examples/ganttex07.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex07.php -------------------------------------------------------------------------------- /src/Examples/ganttex08.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex08.php -------------------------------------------------------------------------------- /src/Examples/ganttex09.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex09.php -------------------------------------------------------------------------------- /src/Examples/ganttex10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex10.php -------------------------------------------------------------------------------- /src/Examples/ganttex11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex11.php -------------------------------------------------------------------------------- /src/Examples/ganttex12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex12.php -------------------------------------------------------------------------------- /src/Examples/ganttex13-zoom1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex13-zoom1.php -------------------------------------------------------------------------------- /src/Examples/ganttex13-zoom2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex13-zoom2.php -------------------------------------------------------------------------------- /src/Examples/ganttex13.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex13.php -------------------------------------------------------------------------------- /src/Examples/ganttex14.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex14.php -------------------------------------------------------------------------------- /src/Examples/ganttex15.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex15.php -------------------------------------------------------------------------------- /src/Examples/ganttex16.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex16.php -------------------------------------------------------------------------------- /src/Examples/ganttex17-flag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex17-flag.php -------------------------------------------------------------------------------- /src/Examples/ganttex17.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex17.php -------------------------------------------------------------------------------- /src/Examples/ganttex18.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex18.php -------------------------------------------------------------------------------- /src/Examples/ganttex19.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex19.php -------------------------------------------------------------------------------- /src/Examples/ganttex30.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex30.php -------------------------------------------------------------------------------- /src/Examples/ganttex_slice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttex_slice.php -------------------------------------------------------------------------------- /src/Examples/gantthgridex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantthgridex1.php -------------------------------------------------------------------------------- /src/Examples/gantthourex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantthourex1.php -------------------------------------------------------------------------------- /src/Examples/gantthourminex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantthourminex1.php -------------------------------------------------------------------------------- /src/Examples/gantticonex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gantticonex1.php -------------------------------------------------------------------------------- /src/Examples/ganttmonthyearex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttmonthyearex1.php -------------------------------------------------------------------------------- /src/Examples/ganttmonthyearex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttmonthyearex2.php -------------------------------------------------------------------------------- /src/Examples/ganttmonthyearex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttmonthyearex3.php -------------------------------------------------------------------------------- /src/Examples/ganttmonthyearex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttmonthyearex4.php -------------------------------------------------------------------------------- /src/Examples/ganttsimpleex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ganttsimpleex1.php -------------------------------------------------------------------------------- /src/Examples/grace_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/grace_ex0.php -------------------------------------------------------------------------------- /src/Examples/grace_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/grace_ex1.php -------------------------------------------------------------------------------- /src/Examples/grace_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/grace_ex2.php -------------------------------------------------------------------------------- /src/Examples/grace_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/grace_ex3.php -------------------------------------------------------------------------------- /src/Examples/gradbkgex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gradbkgex1.php -------------------------------------------------------------------------------- /src/Examples/gradlinefillex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gradlinefillex1.php -------------------------------------------------------------------------------- /src/Examples/gradlinefillex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gradlinefillex2.php -------------------------------------------------------------------------------- /src/Examples/gradlinefillex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gradlinefillex3.php -------------------------------------------------------------------------------- /src/Examples/gradlinefillex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/gradlinefillex4.php -------------------------------------------------------------------------------- /src/Examples/green_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/green_example.php -------------------------------------------------------------------------------- /src/Examples/groupbarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/groupbarex1.php -------------------------------------------------------------------------------- /src/Examples/heat1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/heat1.jpg -------------------------------------------------------------------------------- /src/Examples/horizbarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/horizbarex1.php -------------------------------------------------------------------------------- /src/Examples/horizbarex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/horizbarex2.php -------------------------------------------------------------------------------- /src/Examples/horizbarex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/horizbarex3.php -------------------------------------------------------------------------------- /src/Examples/horizbarex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/horizbarex4.php -------------------------------------------------------------------------------- /src/Examples/horizbarex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/horizbarex6.php -------------------------------------------------------------------------------- /src/Examples/icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/icon.jpg -------------------------------------------------------------------------------- /src/Examples/imgmarkercsimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/imgmarkercsimex1.php -------------------------------------------------------------------------------- /src/Examples/imgmarkerex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/imgmarkerex1.php -------------------------------------------------------------------------------- /src/Examples/impulsex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/impulsex1.php -------------------------------------------------------------------------------- /src/Examples/impulsex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/impulsex2.php -------------------------------------------------------------------------------- /src/Examples/impulsex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/impulsex3.php -------------------------------------------------------------------------------- /src/Examples/impulsex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/impulsex4.php -------------------------------------------------------------------------------- /src/Examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/index.html -------------------------------------------------------------------------------- /src/Examples/interpolation-growth-log.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/interpolation-growth-log.php -------------------------------------------------------------------------------- /src/Examples/interpolation-growth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/interpolation-growth.php -------------------------------------------------------------------------------- /src/Examples/inyaxisex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/inyaxisex1.php -------------------------------------------------------------------------------- /src/Examples/inyaxisex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/inyaxisex2.php -------------------------------------------------------------------------------- /src/Examples/inyaxisex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/inyaxisex3.php -------------------------------------------------------------------------------- /src/Examples/ironrod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ironrod.jpg -------------------------------------------------------------------------------- /src/Examples/jpglogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/jpglogo.jpg -------------------------------------------------------------------------------- /src/Examples/jpgraph: -------------------------------------------------------------------------------- 1 | ../ -------------------------------------------------------------------------------- /src/Examples/ledex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex1.php -------------------------------------------------------------------------------- /src/Examples/ledex10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex10.php -------------------------------------------------------------------------------- /src/Examples/ledex11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex11.php -------------------------------------------------------------------------------- /src/Examples/ledex12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex12.php -------------------------------------------------------------------------------- /src/Examples/ledex13.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex13.php -------------------------------------------------------------------------------- /src/Examples/ledex14.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex14.php -------------------------------------------------------------------------------- /src/Examples/ledex15.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex15.php -------------------------------------------------------------------------------- /src/Examples/ledex16.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex16.php -------------------------------------------------------------------------------- /src/Examples/ledex17.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex17.php -------------------------------------------------------------------------------- /src/Examples/ledex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex2.php -------------------------------------------------------------------------------- /src/Examples/ledex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex3.php -------------------------------------------------------------------------------- /src/Examples/ledex4.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex4.1.php -------------------------------------------------------------------------------- /src/Examples/ledex4.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex4.2.php -------------------------------------------------------------------------------- /src/Examples/ledex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex4.php -------------------------------------------------------------------------------- /src/Examples/ledex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex5.php -------------------------------------------------------------------------------- /src/Examples/ledex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex6.php -------------------------------------------------------------------------------- /src/Examples/ledex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex7.php -------------------------------------------------------------------------------- /src/Examples/ledex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex8.php -------------------------------------------------------------------------------- /src/Examples/ledex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex9.php -------------------------------------------------------------------------------- /src/Examples/ledex_cyrillic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex_cyrillic.php -------------------------------------------------------------------------------- /src/Examples/ledex_cyrillic2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ledex_cyrillic2.php -------------------------------------------------------------------------------- /src/Examples/lightbluedarkblue400x300grad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/lightbluedarkblue400x300grad.png -------------------------------------------------------------------------------- /src/Examples/linebarcentex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/linebarcentex1.php -------------------------------------------------------------------------------- /src/Examples/linebarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/linebarex1.php -------------------------------------------------------------------------------- /src/Examples/linebarex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/linebarex2.php -------------------------------------------------------------------------------- /src/Examples/linebarex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/linebarex3.php -------------------------------------------------------------------------------- /src/Examples/linegraceex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/linegraceex.php -------------------------------------------------------------------------------- /src/Examples/lineiconex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/lineiconex1.php -------------------------------------------------------------------------------- /src/Examples/lineiconex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/lineiconex2.php -------------------------------------------------------------------------------- /src/Examples/lineimagefillex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/lineimagefillex1.php -------------------------------------------------------------------------------- /src/Examples/linlogex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/linlogex1.php -------------------------------------------------------------------------------- /src/Examples/listallflags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/listallflags.php -------------------------------------------------------------------------------- /src/Examples/listallflags_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/listallflags_helper.php -------------------------------------------------------------------------------- /src/Examples/listfontsex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/listfontsex1.php -------------------------------------------------------------------------------- /src/Examples/logbarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/logbarex1.php -------------------------------------------------------------------------------- /src/Examples/loglogex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/loglogex1.php -------------------------------------------------------------------------------- /src/Examples/manscaleex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manscaleex1.php -------------------------------------------------------------------------------- /src/Examples/manscaleex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manscaleex2.php -------------------------------------------------------------------------------- /src/Examples/manscaleex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manscaleex3.php -------------------------------------------------------------------------------- /src/Examples/manscaleex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manscaleex4.php -------------------------------------------------------------------------------- /src/Examples/manual_textscale_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manual_textscale_ex1.php -------------------------------------------------------------------------------- /src/Examples/manual_textscale_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manual_textscale_ex2.php -------------------------------------------------------------------------------- /src/Examples/manual_textscale_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manual_textscale_ex3.php -------------------------------------------------------------------------------- /src/Examples/manual_textscale_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manual_textscale_ex4.php -------------------------------------------------------------------------------- /src/Examples/manualtickex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manualtickex1.php -------------------------------------------------------------------------------- /src/Examples/manualtickex1a.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manualtickex1a.php -------------------------------------------------------------------------------- /src/Examples/manualtickex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manualtickex2.php -------------------------------------------------------------------------------- /src/Examples/manualtickex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manualtickex3.php -------------------------------------------------------------------------------- /src/Examples/manualtickex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/manualtickex4.php -------------------------------------------------------------------------------- /src/Examples/markflagex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/markflagex1.php -------------------------------------------------------------------------------- /src/Examples/matrix_csimex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_csimex01.php -------------------------------------------------------------------------------- /src/Examples/matrix_edgeex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_edgeex01.php -------------------------------------------------------------------------------- /src/Examples/matrix_edgeex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_edgeex02.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex0.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex01.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex02.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex03.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex04.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex04.1.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex04.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex04.2.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex04.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex05.php -------------------------------------------------------------------------------- /src/Examples/matrix_ex06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_ex06.php -------------------------------------------------------------------------------- /src/Examples/matrix_introex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_introex.php -------------------------------------------------------------------------------- /src/Examples/matrix_layout_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrix_layout_ex1.php -------------------------------------------------------------------------------- /src/Examples/matrixex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/matrixex00.php -------------------------------------------------------------------------------- /src/Examples/mkgrad.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/mkgrad.php -------------------------------------------------------------------------------- /src/Examples/multconstganttex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/multconstganttex01.php -------------------------------------------------------------------------------- /src/Examples/mulyaxiscsimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/mulyaxiscsimex1.php -------------------------------------------------------------------------------- /src/Examples/mulyaxisex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/mulyaxisex1.php -------------------------------------------------------------------------------- /src/Examples/negbarvalueex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/negbarvalueex01.php -------------------------------------------------------------------------------- /src/Examples/new1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new1.gif -------------------------------------------------------------------------------- /src/Examples/new2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new2.gif -------------------------------------------------------------------------------- /src/Examples/new_bar1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_bar1.php -------------------------------------------------------------------------------- /src/Examples/new_bar3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_bar3.php -------------------------------------------------------------------------------- /src/Examples/new_bar4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_bar4.php -------------------------------------------------------------------------------- /src/Examples/new_bar6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_bar6.php -------------------------------------------------------------------------------- /src/Examples/new_line1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_line1.php -------------------------------------------------------------------------------- /src/Examples/new_line2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_line2.php -------------------------------------------------------------------------------- /src/Examples/new_line3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_line3.php -------------------------------------------------------------------------------- /src/Examples/new_line4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_line4.php -------------------------------------------------------------------------------- /src/Examples/new_line5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_line5.php -------------------------------------------------------------------------------- /src/Examples/new_pie1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_pie1.php -------------------------------------------------------------------------------- /src/Examples/new_pie2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_pie2.php -------------------------------------------------------------------------------- /src/Examples/new_pie3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_pie3.php -------------------------------------------------------------------------------- /src/Examples/new_pie4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_pie4.php -------------------------------------------------------------------------------- /src/Examples/new_step1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/new_step1.php -------------------------------------------------------------------------------- /src/Examples/nullvalueex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/nullvalueex01.php -------------------------------------------------------------------------------- /src/Examples/ocean_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/ocean_example.php -------------------------------------------------------------------------------- /src/Examples/odoex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex00.php -------------------------------------------------------------------------------- /src/Examples/odoex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex01.php -------------------------------------------------------------------------------- /src/Examples/odoex010.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex010.php -------------------------------------------------------------------------------- /src/Examples/odoex011.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex011.php -------------------------------------------------------------------------------- /src/Examples/odoex012.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex012.php -------------------------------------------------------------------------------- /src/Examples/odoex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex02.php -------------------------------------------------------------------------------- /src/Examples/odoex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex03.php -------------------------------------------------------------------------------- /src/Examples/odoex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex04.php -------------------------------------------------------------------------------- /src/Examples/odoex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex05.php -------------------------------------------------------------------------------- /src/Examples/odoex06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex06.php -------------------------------------------------------------------------------- /src/Examples/odoex07.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex07.php -------------------------------------------------------------------------------- /src/Examples/odoex08.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex08.php -------------------------------------------------------------------------------- /src/Examples/odoex09.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odoex09.php -------------------------------------------------------------------------------- /src/Examples/odotutex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex00.php -------------------------------------------------------------------------------- /src/Examples/odotutex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex01.php -------------------------------------------------------------------------------- /src/Examples/odotutex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex02.php -------------------------------------------------------------------------------- /src/Examples/odotutex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex03.php -------------------------------------------------------------------------------- /src/Examples/odotutex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex04.php -------------------------------------------------------------------------------- /src/Examples/odotutex06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex06.php -------------------------------------------------------------------------------- /src/Examples/odotutex07.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex07.php -------------------------------------------------------------------------------- /src/Examples/odotutex08.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex08.1.php -------------------------------------------------------------------------------- /src/Examples/odotutex08.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex08.php -------------------------------------------------------------------------------- /src/Examples/odotutex09.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex09.php -------------------------------------------------------------------------------- /src/Examples/odotutex10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex10.php -------------------------------------------------------------------------------- /src/Examples/odotutex11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex11.php -------------------------------------------------------------------------------- /src/Examples/odotutex12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex12.php -------------------------------------------------------------------------------- /src/Examples/odotutex13.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex13.php -------------------------------------------------------------------------------- /src/Examples/odotutex14.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex14.php -------------------------------------------------------------------------------- /src/Examples/odotutex15.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex15.php -------------------------------------------------------------------------------- /src/Examples/odotutex16.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex16.1.php -------------------------------------------------------------------------------- /src/Examples/odotutex16.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex16.php -------------------------------------------------------------------------------- /src/Examples/odotutex17.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex17.php -------------------------------------------------------------------------------- /src/Examples/odotutex18.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex18.php -------------------------------------------------------------------------------- /src/Examples/odotutex19.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/odotutex19.php -------------------------------------------------------------------------------- /src/Examples/orange_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/orange_example.php -------------------------------------------------------------------------------- /src/Examples/partiallyfilledlineex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/partiallyfilledlineex1.php -------------------------------------------------------------------------------- /src/Examples/pastel_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pastel_example.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex0.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex1.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex1b.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex1b.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex1c.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex1c.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex2.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex3.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex4.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex5.php -------------------------------------------------------------------------------- /src/Examples/pdf417_ex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pdf417_ex6.php -------------------------------------------------------------------------------- /src/Examples/penguin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/penguin.png -------------------------------------------------------------------------------- /src/Examples/pie3d_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie3d_csimex1.php -------------------------------------------------------------------------------- /src/Examples/pie3dex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie3dex1.php -------------------------------------------------------------------------------- /src/Examples/pie3dex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie3dex2.php -------------------------------------------------------------------------------- /src/Examples/pie3dex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie3dex3.php -------------------------------------------------------------------------------- /src/Examples/pie3dex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie3dex4.php -------------------------------------------------------------------------------- /src/Examples/pie3dex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie3dex5.php -------------------------------------------------------------------------------- /src/Examples/pie_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pie_csimex1.php -------------------------------------------------------------------------------- /src/Examples/piebkgex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/piebkgex1.php -------------------------------------------------------------------------------- /src/Examples/piec_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/piec_csimex1.php -------------------------------------------------------------------------------- /src/Examples/piecex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/piecex1.php -------------------------------------------------------------------------------- /src/Examples/piecex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/piecex2.php -------------------------------------------------------------------------------- /src/Examples/pieex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex1.php -------------------------------------------------------------------------------- /src/Examples/pieex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex2.php -------------------------------------------------------------------------------- /src/Examples/pieex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex3.php -------------------------------------------------------------------------------- /src/Examples/pieex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex4.php -------------------------------------------------------------------------------- /src/Examples/pieex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex5.php -------------------------------------------------------------------------------- /src/Examples/pieex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex6.php -------------------------------------------------------------------------------- /src/Examples/pieex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex7.php -------------------------------------------------------------------------------- /src/Examples/pieex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex8.php -------------------------------------------------------------------------------- /src/Examples/pieex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pieex9.php -------------------------------------------------------------------------------- /src/Examples/pielabelsex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pielabelsex1.php -------------------------------------------------------------------------------- /src/Examples/pielabelsex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pielabelsex2.php -------------------------------------------------------------------------------- /src/Examples/pielabelsex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pielabelsex3.php -------------------------------------------------------------------------------- /src/Examples/pielabelsex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pielabelsex4.php -------------------------------------------------------------------------------- /src/Examples/pielabelsex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pielabelsex5.php -------------------------------------------------------------------------------- /src/Examples/plotbanddensity_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/plotbanddensity_ex0.php -------------------------------------------------------------------------------- /src/Examples/plotbanddensity_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/plotbanddensity_ex1.php -------------------------------------------------------------------------------- /src/Examples/plotbanddensity_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/plotbanddensity_ex2.php -------------------------------------------------------------------------------- /src/Examples/plotlineex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/plotlineex1.php -------------------------------------------------------------------------------- /src/Examples/polar_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polar_csimex1.php -------------------------------------------------------------------------------- /src/Examples/polarclockex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarclockex1.php -------------------------------------------------------------------------------- /src/Examples/polarclockex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarclockex2.php -------------------------------------------------------------------------------- /src/Examples/polarex0-180.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex0-180.php -------------------------------------------------------------------------------- /src/Examples/polarex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex0.php -------------------------------------------------------------------------------- /src/Examples/polarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex1.php -------------------------------------------------------------------------------- /src/Examples/polarex10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex10.php -------------------------------------------------------------------------------- /src/Examples/polarex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex2.php -------------------------------------------------------------------------------- /src/Examples/polarex3-lin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex3-lin.php -------------------------------------------------------------------------------- /src/Examples/polarex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex3.php -------------------------------------------------------------------------------- /src/Examples/polarex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex4.php -------------------------------------------------------------------------------- /src/Examples/polarex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex5.php -------------------------------------------------------------------------------- /src/Examples/polarex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex6.php -------------------------------------------------------------------------------- /src/Examples/polarex7-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex7-1.php -------------------------------------------------------------------------------- /src/Examples/polarex7-2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex7-2.php -------------------------------------------------------------------------------- /src/Examples/polarex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex7.php -------------------------------------------------------------------------------- /src/Examples/polarex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex8.php -------------------------------------------------------------------------------- /src/Examples/polarex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/polarex9.php -------------------------------------------------------------------------------- /src/Examples/prepaccdata_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/prepaccdata_example.php -------------------------------------------------------------------------------- /src/Examples/pushpinex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pushpinex1.php -------------------------------------------------------------------------------- /src/Examples/pushpinex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/pushpinex2.php -------------------------------------------------------------------------------- /src/Examples/qr-input.txt: -------------------------------------------------------------------------------- 1 | 01234567890 -------------------------------------------------------------------------------- /src/Examples/qr_template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qr_template.php -------------------------------------------------------------------------------- /src/Examples/qrexample0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample0.php -------------------------------------------------------------------------------- /src/Examples/qrexample00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample00.php -------------------------------------------------------------------------------- /src/Examples/qrexample01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample01.php -------------------------------------------------------------------------------- /src/Examples/qrexample02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample02.php -------------------------------------------------------------------------------- /src/Examples/qrexample03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample03.php -------------------------------------------------------------------------------- /src/Examples/qrexample03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample03.png -------------------------------------------------------------------------------- /src/Examples/qrexample04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample04.php -------------------------------------------------------------------------------- /src/Examples/qrexample05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample05.php -------------------------------------------------------------------------------- /src/Examples/qrexample06.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample06.php -------------------------------------------------------------------------------- /src/Examples/qrexample07.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample07.php -------------------------------------------------------------------------------- /src/Examples/qrexample08.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample08.php -------------------------------------------------------------------------------- /src/Examples/qrexample09.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample09.php -------------------------------------------------------------------------------- /src/Examples/qrexample10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample10.php -------------------------------------------------------------------------------- /src/Examples/qrexample11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample11.php -------------------------------------------------------------------------------- /src/Examples/qrexample12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/qrexample12.php -------------------------------------------------------------------------------- /src/Examples/radar_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radar_csimex1.php -------------------------------------------------------------------------------- /src/Examples/radarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex1.php -------------------------------------------------------------------------------- /src/Examples/radarex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex2.php -------------------------------------------------------------------------------- /src/Examples/radarex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex3.php -------------------------------------------------------------------------------- /src/Examples/radarex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex4.php -------------------------------------------------------------------------------- /src/Examples/radarex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex5.php -------------------------------------------------------------------------------- /src/Examples/radarex6.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex6.1.php -------------------------------------------------------------------------------- /src/Examples/radarex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex6.php -------------------------------------------------------------------------------- /src/Examples/radarex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex7.php -------------------------------------------------------------------------------- /src/Examples/radarex8.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex8.1.php -------------------------------------------------------------------------------- /src/Examples/radarex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex8.php -------------------------------------------------------------------------------- /src/Examples/radarex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarex9.php -------------------------------------------------------------------------------- /src/Examples/radarlogex1-aa.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarlogex1-aa.php -------------------------------------------------------------------------------- /src/Examples/radarlogex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarlogex1.php -------------------------------------------------------------------------------- /src/Examples/radarlogex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarlogex2.php -------------------------------------------------------------------------------- /src/Examples/radarmarkex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/radarmarkex1.php -------------------------------------------------------------------------------- /src/Examples/rose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rose.gif -------------------------------------------------------------------------------- /src/Examples/rose_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rose_example.php -------------------------------------------------------------------------------- /src/Examples/rotateex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotateex1.php -------------------------------------------------------------------------------- /src/Examples/rotex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotex0.php -------------------------------------------------------------------------------- /src/Examples/rotex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotex1.php -------------------------------------------------------------------------------- /src/Examples/rotex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotex2.php -------------------------------------------------------------------------------- /src/Examples/rotex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotex3.php -------------------------------------------------------------------------------- /src/Examples/rotex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotex4.php -------------------------------------------------------------------------------- /src/Examples/rotex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/rotex5.php -------------------------------------------------------------------------------- /src/Examples/saab_95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/saab_95.jpg -------------------------------------------------------------------------------- /src/Examples/scatter_csimex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatter_csimex1.php -------------------------------------------------------------------------------- /src/Examples/scatterex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterex1.php -------------------------------------------------------------------------------- /src/Examples/scatterex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterex2.php -------------------------------------------------------------------------------- /src/Examples/scatterlinkex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterlinkex1.php -------------------------------------------------------------------------------- /src/Examples/scatterlinkex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterlinkex2.php -------------------------------------------------------------------------------- /src/Examples/scatterlinkex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterlinkex3.php -------------------------------------------------------------------------------- /src/Examples/scatterlinkex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterlinkex4.php -------------------------------------------------------------------------------- /src/Examples/scatterrotex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/scatterrotex1.php -------------------------------------------------------------------------------- /src/Examples/show-example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/show-example.php -------------------------------------------------------------------------------- /src/Examples/show-image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/show-image.php -------------------------------------------------------------------------------- /src/Examples/show-source.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex1.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex10.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex11.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex2.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex3.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex4.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex5.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex6.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex7.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex8.php -------------------------------------------------------------------------------- /src/Examples/smallstaticbandsex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/smallstaticbandsex9.php -------------------------------------------------------------------------------- /src/Examples/softy_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/softy_example.php -------------------------------------------------------------------------------- /src/Examples/splineex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/splineex1.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex1.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex2.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex3.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex4.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex5.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex6.php -------------------------------------------------------------------------------- /src/Examples/staticbandbarex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticbandbarex7.php -------------------------------------------------------------------------------- /src/Examples/staticlinebarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/staticlinebarex1.php -------------------------------------------------------------------------------- /src/Examples/stockex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/stockex1.php -------------------------------------------------------------------------------- /src/Examples/stockex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/stockex2.php -------------------------------------------------------------------------------- /src/Examples/stship.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/stship.jpg -------------------------------------------------------------------------------- /src/Examples/sunflower.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunflower.gif -------------------------------------------------------------------------------- /src/Examples/sunspotsex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex1.php -------------------------------------------------------------------------------- /src/Examples/sunspotsex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex2.php -------------------------------------------------------------------------------- /src/Examples/sunspotsex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex3.php -------------------------------------------------------------------------------- /src/Examples/sunspotsex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex4.php -------------------------------------------------------------------------------- /src/Examples/sunspotsex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex5.php -------------------------------------------------------------------------------- /src/Examples/sunspotsex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex6.php -------------------------------------------------------------------------------- /src/Examples/sunspotsex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/sunspotsex7.php -------------------------------------------------------------------------------- /src/Examples/table_flagex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_flagex1.php -------------------------------------------------------------------------------- /src/Examples/table_howto1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto1.php -------------------------------------------------------------------------------- /src/Examples/table_howto2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto2.php -------------------------------------------------------------------------------- /src/Examples/table_howto3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto3.php -------------------------------------------------------------------------------- /src/Examples/table_howto4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto4.php -------------------------------------------------------------------------------- /src/Examples/table_howto5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto5.php -------------------------------------------------------------------------------- /src/Examples/table_howto6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto6.php -------------------------------------------------------------------------------- /src/Examples/table_howto7.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto7.1.php -------------------------------------------------------------------------------- /src/Examples/table_howto7.2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto7.2.php -------------------------------------------------------------------------------- /src/Examples/table_howto7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto7.php -------------------------------------------------------------------------------- /src/Examples/table_howto8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto8.php -------------------------------------------------------------------------------- /src/Examples/table_howto9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_howto9.php -------------------------------------------------------------------------------- /src/Examples/table_mex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_mex0.php -------------------------------------------------------------------------------- /src/Examples/table_mex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_mex00.php -------------------------------------------------------------------------------- /src/Examples/table_mex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_mex1.php -------------------------------------------------------------------------------- /src/Examples/table_mex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_mex2.php -------------------------------------------------------------------------------- /src/Examples/table_mex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_mex3.php -------------------------------------------------------------------------------- /src/Examples/table_vtext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_vtext.php -------------------------------------------------------------------------------- /src/Examples/table_vtext_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/table_vtext_ex1.php -------------------------------------------------------------------------------- /src/Examples/tablebarex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tablebarex1.php -------------------------------------------------------------------------------- /src/Examples/tablebarex1_csim.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tablebarex1_csim.php -------------------------------------------------------------------------------- /src/Examples/tableex00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex00.php -------------------------------------------------------------------------------- /src/Examples/tableex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex01.php -------------------------------------------------------------------------------- /src/Examples/tableex01_csim.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex01_csim.php -------------------------------------------------------------------------------- /src/Examples/tableex02.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex02.php -------------------------------------------------------------------------------- /src/Examples/tableex03.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex03.php -------------------------------------------------------------------------------- /src/Examples/tableex04.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex04.php -------------------------------------------------------------------------------- /src/Examples/tableex05.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tableex05.php -------------------------------------------------------------------------------- /src/Examples/tabtitleex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tabtitleex1.php -------------------------------------------------------------------------------- /src/Examples/testsuit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/testsuit.php -------------------------------------------------------------------------------- /src/Examples/text-example1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/text-example1.php -------------------------------------------------------------------------------- /src/Examples/text-example2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/text-example2.php -------------------------------------------------------------------------------- /src/Examples/textalignex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/textalignex1.php -------------------------------------------------------------------------------- /src/Examples/textpalignex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/textpalignex1.php -------------------------------------------------------------------------------- /src/Examples/theme_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/theme_example.php -------------------------------------------------------------------------------- /src/Examples/tiger1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tiger1.jpg -------------------------------------------------------------------------------- /src/Examples/tiger_bkg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tiger_bkg.gif -------------------------------------------------------------------------------- /src/Examples/tiger_bkg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tiger_bkg.jpg -------------------------------------------------------------------------------- /src/Examples/tiger_bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tiger_bkg.png -------------------------------------------------------------------------------- /src/Examples/timestampex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/timestampex01.php -------------------------------------------------------------------------------- /src/Examples/titlecsimex01.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/titlecsimex01.php -------------------------------------------------------------------------------- /src/Examples/titleex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/titleex1.php -------------------------------------------------------------------------------- /src/Examples/topxaxisex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/topxaxisex1.php -------------------------------------------------------------------------------- /src/Examples/tornado.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tornado.jpg -------------------------------------------------------------------------------- /src/Examples/tr1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tr1.jpg -------------------------------------------------------------------------------- /src/Examples/tr2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tr2.jpg -------------------------------------------------------------------------------- /src/Examples/tr3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tr3.jpg -------------------------------------------------------------------------------- /src/Examples/tr4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tr4.jpg -------------------------------------------------------------------------------- /src/Examples/tr5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tr5.jpg -------------------------------------------------------------------------------- /src/Examples/tr6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/tr6.jpg -------------------------------------------------------------------------------- /src/Examples/universal_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/universal_example.php -------------------------------------------------------------------------------- /src/Examples/vivid_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/vivid_example.php -------------------------------------------------------------------------------- /src/Examples/windrose_2plots_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_2plots_ex1.php -------------------------------------------------------------------------------- /src/Examples/windrose_bgimg_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_bgimg_ex1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex0.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex1b.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex1b.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex2.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex2.1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex2.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex3.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex4.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex5.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex6.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex6.1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex6.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex7.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex7.1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex7.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex8.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex8.1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex8.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex9.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex9.1.php -------------------------------------------------------------------------------- /src/Examples/windrose_ex9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_ex9.php -------------------------------------------------------------------------------- /src/Examples/windrose_icon_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_icon_ex1.php -------------------------------------------------------------------------------- /src/Examples/windrose_layout_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_layout_ex0.php -------------------------------------------------------------------------------- /src/Examples/windrose_layout_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/windrose_layout_ex1.php -------------------------------------------------------------------------------- /src/Examples/worldmap1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/worldmap1.jpg -------------------------------------------------------------------------------- /src/Examples/y2synch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/y2synch.php -------------------------------------------------------------------------------- /src/Examples/y2synch2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/y2synch2.php -------------------------------------------------------------------------------- /src/Examples/yearssn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/Examples/yearssn.txt -------------------------------------------------------------------------------- /src/barcode/demoapp/barcode_image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/demoapp/barcode_image.php -------------------------------------------------------------------------------- /src/barcode/demoapp/barcode_menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/demoapp/barcode_menu.php -------------------------------------------------------------------------------- /src/barcode/demoapp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/demoapp/index.html -------------------------------------------------------------------------------- /src/barcode/examples/barcode_errhandling_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_errhandling_ex0.php -------------------------------------------------------------------------------- /src/barcode/examples/barcode_ex0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_ex0.php -------------------------------------------------------------------------------- /src/barcode/examples/barcode_ex1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_ex1.php -------------------------------------------------------------------------------- /src/barcode/examples/barcode_ex2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_ex2.php -------------------------------------------------------------------------------- /src/barcode/examples/barcode_ex3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_ex3.php -------------------------------------------------------------------------------- /src/barcode/examples/barcode_ex4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_ex4.php -------------------------------------------------------------------------------- /src/barcode/examples/barcode_usps_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/examples/barcode_usps_example.php -------------------------------------------------------------------------------- /src/barcode/mkbarcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/barcode/mkbarcode.php -------------------------------------------------------------------------------- /src/flag_mapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/flag_mapping -------------------------------------------------------------------------------- /src/flags.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/flags.dat -------------------------------------------------------------------------------- /src/flags_thumb100x100.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/flags_thumb100x100.dat -------------------------------------------------------------------------------- /src/flags_thumb35x35.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/flags_thumb35x35.dat -------------------------------------------------------------------------------- /src/flags_thumb60x60.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/flags_thumb60x60.dat -------------------------------------------------------------------------------- /src/fonts/DejaVuSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/DejaVuSans-Bold.ttf -------------------------------------------------------------------------------- /src/fonts/DejaVuSans-BoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/DejaVuSans-BoldOblique.ttf -------------------------------------------------------------------------------- /src/fonts/DejaVuSans-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/DejaVuSans-Oblique.ttf -------------------------------------------------------------------------------- /src/fonts/DejaVuSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/DejaVuSans.ttf -------------------------------------------------------------------------------- /src/fonts/FF_FONT0-Bold.gdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/FF_FONT0-Bold.gdf -------------------------------------------------------------------------------- /src/fonts/FF_FONT0.gdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/FF_FONT0.gdf -------------------------------------------------------------------------------- /src/fonts/FF_FONT1-Bold.gdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/FF_FONT1-Bold.gdf -------------------------------------------------------------------------------- /src/fonts/FF_FONT1.gdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/FF_FONT1.gdf -------------------------------------------------------------------------------- /src/fonts/FF_FONT2-Bold.gdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/FF_FONT2-Bold.gdf -------------------------------------------------------------------------------- /src/fonts/FF_FONT2.gdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/fonts/FF_FONT2.gdf -------------------------------------------------------------------------------- /src/gd_image.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/gd_image.inc.php -------------------------------------------------------------------------------- /src/imageSmoothArc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imageSmoothArc.php -------------------------------------------------------------------------------- /src/imgdata_balls.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imgdata_balls.inc.php -------------------------------------------------------------------------------- /src/imgdata_bevels.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imgdata_bevels.inc.php -------------------------------------------------------------------------------- /src/imgdata_diamonds.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imgdata_diamonds.inc.php -------------------------------------------------------------------------------- /src/imgdata_pushpins.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imgdata_pushpins.inc.php -------------------------------------------------------------------------------- /src/imgdata_squares.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imgdata_squares.inc.php -------------------------------------------------------------------------------- /src/imgdata_stars.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/imgdata_stars.inc.php -------------------------------------------------------------------------------- /src/jpg-config.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpg-config.inc.php -------------------------------------------------------------------------------- /src/jpgraph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph.php -------------------------------------------------------------------------------- /src/jpgraph_antispam-digits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_antispam-digits.php -------------------------------------------------------------------------------- /src/jpgraph_antispam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_antispam.php -------------------------------------------------------------------------------- /src/jpgraph_bar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_bar.php -------------------------------------------------------------------------------- /src/jpgraph_canvas.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_canvas.php -------------------------------------------------------------------------------- /src/jpgraph_canvtools.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_canvtools.php -------------------------------------------------------------------------------- /src/jpgraph_contour.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_contour.php -------------------------------------------------------------------------------- /src/jpgraph_date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_date.php -------------------------------------------------------------------------------- /src/jpgraph_errhandler.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_errhandler.inc.php -------------------------------------------------------------------------------- /src/jpgraph_error.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_error.php -------------------------------------------------------------------------------- /src/jpgraph_flags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_flags.php -------------------------------------------------------------------------------- /src/jpgraph_gantt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_gantt.php -------------------------------------------------------------------------------- /src/jpgraph_gb2312.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_gb2312.php -------------------------------------------------------------------------------- /src/jpgraph_gradient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_gradient.php -------------------------------------------------------------------------------- /src/jpgraph_iconplot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_iconplot.php -------------------------------------------------------------------------------- /src/jpgraph_imgtrans.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_imgtrans.php -------------------------------------------------------------------------------- /src/jpgraph_led.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_led.php -------------------------------------------------------------------------------- /src/jpgraph_legend.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_legend.inc.php -------------------------------------------------------------------------------- /src/jpgraph_line.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_line.php -------------------------------------------------------------------------------- /src/jpgraph_log.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_log.php -------------------------------------------------------------------------------- /src/jpgraph_meshinterpolate.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_meshinterpolate.inc.php -------------------------------------------------------------------------------- /src/jpgraph_mgraph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_mgraph.php -------------------------------------------------------------------------------- /src/jpgraph_pie.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_pie.php -------------------------------------------------------------------------------- /src/jpgraph_pie3d.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_pie3d.php -------------------------------------------------------------------------------- /src/jpgraph_plotband.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_plotband.php -------------------------------------------------------------------------------- /src/jpgraph_plotline.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_plotline.php -------------------------------------------------------------------------------- /src/jpgraph_plotmark.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_plotmark.inc.php -------------------------------------------------------------------------------- /src/jpgraph_polar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_polar.php -------------------------------------------------------------------------------- /src/jpgraph_radar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_radar.php -------------------------------------------------------------------------------- /src/jpgraph_regstat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_regstat.php -------------------------------------------------------------------------------- /src/jpgraph_rgb.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_rgb.inc.php -------------------------------------------------------------------------------- /src/jpgraph_scatter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_scatter.php -------------------------------------------------------------------------------- /src/jpgraph_stock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_stock.php -------------------------------------------------------------------------------- /src/jpgraph_table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_table.php -------------------------------------------------------------------------------- /src/jpgraph_text.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_text.inc.php -------------------------------------------------------------------------------- /src/jpgraph_theme.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_theme.inc.php -------------------------------------------------------------------------------- /src/jpgraph_ttf.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_ttf.inc.php -------------------------------------------------------------------------------- /src/jpgraph_utils.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_utils.inc.php -------------------------------------------------------------------------------- /src/jpgraph_windrose.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/jpgraph_windrose.php -------------------------------------------------------------------------------- /src/lang/de.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/lang/de.inc.php -------------------------------------------------------------------------------- /src/lang/en.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/lang/en.inc.php -------------------------------------------------------------------------------- /src/lang/prod.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/lang/prod.inc.php -------------------------------------------------------------------------------- /src/themes/AquaTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/AquaTheme.class.php -------------------------------------------------------------------------------- /src/themes/GreenTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/GreenTheme.class.php -------------------------------------------------------------------------------- /src/themes/OceanTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/OceanTheme.class.php -------------------------------------------------------------------------------- /src/themes/OrangeTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/OrangeTheme.class.php -------------------------------------------------------------------------------- /src/themes/PastelTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/PastelTheme.class.php -------------------------------------------------------------------------------- /src/themes/RoseTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/RoseTheme.class.php -------------------------------------------------------------------------------- /src/themes/SoftyTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/SoftyTheme.class.php -------------------------------------------------------------------------------- /src/themes/UniversalTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/UniversalTheme.class.php -------------------------------------------------------------------------------- /src/themes/VividTheme.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/src/themes/VividTheme.class.php -------------------------------------------------------------------------------- /styles/guestbook.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/styles/guestbook.css -------------------------------------------------------------------------------- /styles/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/styles/index.css -------------------------------------------------------------------------------- /styles/page_list_text.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/styles/page_list_text.css -------------------------------------------------------------------------------- /styles/search-detail.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/styles/search-detail.css -------------------------------------------------------------------------------- /styles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/styles/style.css -------------------------------------------------------------------------------- /styles/vote_detail.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/styles/vote_detail.css -------------------------------------------------------------------------------- /test_config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/test_config.php -------------------------------------------------------------------------------- /test_jpgraph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/test_jpgraph.php -------------------------------------------------------------------------------- /vote_detail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/vote_detail.php -------------------------------------------------------------------------------- /vote_detail_2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/vote_detail_2.php -------------------------------------------------------------------------------- /xxx.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sevenphp/vote/HEAD/xxx.php --------------------------------------------------------------------------------